Package org.jboss.as.controller
Interface AttributeParsers
public interface AttributeParsers
- Author:
- Tomaz Cerar (c) 2015 Red Hat Inc.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AttributeParserstatic final AttributeParserstatic final AttributeParserstatic final AttributeParserstatic final AttributeParserSimple attribute parser, that loads attribute from xml attributestatic final AttributeParsersimple parser that loads attribute value from xml element with name of attribute and takes its content as value of attribute.static final AttributeParserstatic final AttributeParserstatic final AttributeParserstatic final AttributeParserstatic final AttributeParser -
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic AttributeParsergetObjectMapAttributeParser(String keyElementName) static AttributeParsergetObjectMapAttributeParser(String elementName, boolean wrapElement) static AttributeParsergetObjectMapAttributeParser(String wrapperElementName, boolean wrapElement, String elementName, String keyElementName) static AttributeParsergetObjectMapAttributeParser(String elementName, String keyElementName, boolean wrapElement)
-
Field Details
-
SIMPLE
Simple attribute parser, that loads attribute from xml attribute -
SIMPLE_ELEMENT
simple parser that loads attribute value from xml element with name of attribute and takes its content as value of attribute. -
PROPERTIES_WRAPPED
-
PROPERTIES_UNWRAPPED
-
OBJECT_MAP_WRAPPED
-
OBJECT_MAP_UNWRAPPED
-
WRAPPED_OBJECT_LIST_PARSER
-
UNWRAPPED_OBJECT_LIST_PARSER
-
STRING_LIST_NAMED_ELEMENT
-
STRING_LIST
-
STRING_LIST_COMMA_DELIMITED
-
-
Method Details
-
getObjectMapAttributeParser
-
getObjectMapAttributeParser
static AttributeParser getObjectMapAttributeParser(String elementName, String keyElementName, boolean wrapElement) -
getObjectMapAttributeParser
-
getObjectMapAttributeParser
static AttributeParser getObjectMapAttributeParser(String wrapperElementName, boolean wrapElement, String elementName, String keyElementName)
-