Package org.chenile.owiz.config.impl
Class HandleAttachment<InputType>
java.lang.Object
org.apache.commons.digester.Rule
org.chenile.owiz.config.impl.OwizRule<InputType>
org.chenile.owiz.config.impl.HandleAttachment<InputType>
- 
Field SummaryFieldsFields inherited from class org.apache.commons.digester.Ruledigester, namespaceURI
- 
Constructor SummaryConstructorsConstructorDescriptionHandleAttachment(Map<String, CustomAttachmentTagDescriptor> attachmentTagMap) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidbegin(String namespace, String xmlElementName, Attributes attributes) booleanisRegisteredAttachmentTag(String xmlElementName) Methods inherited from class org.chenile.owiz.config.impl.OwizRulegetComponentNameFromAttributes, getFlow, getKey, getXmlNameAsCamelCaseMethods inherited from class org.apache.commons.digester.Rulebegin, body, body, end, end, finish, getDigester, getNamespaceURI, setDigester, setNamespaceURI
- 
Field Details- 
attachmentTagMap
 
- 
- 
Constructor Details- 
HandleAttachment
 
- 
- 
Method Details- 
isRegisteredAttachmentTag
- 
beginpublic void begin(String namespace, String xmlElementName, Attributes attributes) throws OwizConfigException - Overrides:
- beginin class- org.apache.commons.digester.Rule
- Throws:
- OwizConfigException
 
 
-