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
Fields inherited from class org.apache.commons.digester.Rule
digester, namespaceURI
-
Constructor Summary
ConstructorDescriptionHandleAttachment
(Map<String, CustomAttachmentTagDescriptor> attachmentTagMap) -
Method Summary
Modifier and TypeMethodDescriptionvoid
begin
(String namespace, String xmlElementName, Attributes attributes) boolean
isRegisteredAttachmentTag
(String xmlElementName) Methods inherited from class org.chenile.owiz.config.impl.OwizRule
getComponentNameFromAttributes, getFlow, getKey, getXmlNameAsCamelCase
Methods 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:
begin
in classorg.apache.commons.digester.Rule
- Throws:
OwizConfigException
-