public class EvictionElementParser extends XmlParserBase
Note: class does not rely on element position in the configuration file.
It does not rely on element's name either.
coreNamespace| Constructor and Description |
|---|
EvictionElementParser() |
EvictionElementParser(String coreNamespace) |
| Modifier and Type | Method and Description |
|---|---|
EvictionConfig |
parseEvictionElement(Element evictionElement) |
static void |
parseEvictionPolicyConfig(Element element,
EvictionAlgorithmConfig target) |
assertNotLegacyElement, existsAttribute, getAllowedCoreNamespaces, getAttributeValue, getBoolean, getInt, getLong, getSingleElement, getSingleElementInCoreNS, isAllowedCoreNamespacepublic EvictionElementParser()
public EvictionElementParser(String coreNamespace)
public EvictionConfig parseEvictionElement(Element evictionElement)
public static void parseEvictionPolicyConfig(Element element, EvictionAlgorithmConfig target)
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.