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 Summary
FieldsFields inherited from class org.apache.commons.digester.Rule
digester, namespaceURI -
Constructor Summary
ConstructorsConstructorDescriptionHandleAttachment(Map<String, CustomAttachmentTagDescriptor> attachmentTagMap) -
Method Summary
Modifier and TypeMethodDescriptionvoidbegin(String namespace, String xmlElementName, Attributes attributes) booleanisRegisteredAttachmentTag(String xmlElementName) Methods inherited from class org.chenile.owiz.config.impl.OwizRule
getComponentNameFromAttributes, getFlow, getKey, getXmlNameAsCamelCaseMethods inherited from class org.apache.commons.digester.Rule
begin, body, body, end, end, finish, getDigester, getNamespaceURI, setDigester, setNamespaceURI
-
Field Details
-
attachmentTagMap
-
-
Constructor Details
-
HandleAttachment
-
-
Method Details
-
isRegisteredAttachmentTag
-
begin
public void begin(String namespace, String xmlElementName, Attributes attributes) throws OwizConfigException - Overrides:
beginin classorg.apache.commons.digester.Rule- Throws:
OwizConfigException
-