Package org.chenile.owiz.config.impl
Class HandleRegisteredCommand<InputType>
java.lang.Object
org.apache.commons.digester.Rule
org.chenile.owiz.config.impl.OwizRule<InputType>
org.chenile.owiz.config.impl.HandleCommand<InputType>
org.chenile.owiz.config.impl.HandleRegisteredCommand<InputType>
- 
Field SummaryFieldsFields inherited from class org.chenile.owiz.config.impl.HandleCommandDEFAULT_ATTACHMENT_TAG, handleAttachment, idGeneratorFields inherited from class org.apache.commons.digester.Ruledigester, namespaceURI
- 
Constructor SummaryConstructorsConstructorDescriptionHandleRegisteredCommand(IDGenerator idGenerator, HandleAttachment<InputType> handleAttachment, Map<String, CustomCommandTagDescriptor> commandTagMap) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidbegin(String namespace, String xmlElementName, Attributes attributes) booleanisRegisteredCommandTag(String xmlElementName) voidsetComponentName(CommandDescriptor<InputType> cd, Attributes attributes, String xmlElementName, CustomCommandTagDescriptor cctd) Methods inherited from class org.chenile.owiz.config.impl.HandleCommandaddToFlow, end, makeCommandDescriptorMethods inherited from class org.chenile.owiz.config.impl.OwizRulegetComponentNameFromAttributes, getFlow, getKey, getXmlNameAsCamelCaseMethods inherited from class org.apache.commons.digester.Rulebegin, body, body, end, finish, getDigester, getNamespaceURI, setDigester, setNamespaceURI
- 
Field Details- 
commandTagMap
 
- 
- 
Constructor Details- 
HandleRegisteredCommandpublic HandleRegisteredCommand(IDGenerator idGenerator, HandleAttachment<InputType> handleAttachment, Map<String, CustomCommandTagDescriptor> commandTagMap) 
 
- 
- 
Method Details- 
isRegisteredCommandTag
- 
beginpublic void begin(String namespace, String xmlElementName, Attributes attributes) throws OwizConfigException - Overrides:
- beginin class- HandleCommand<InputType>
- Throws:
- OwizConfigException
 
- 
setComponentNamepublic void setComponentName(CommandDescriptor<InputType> cd, Attributes attributes, String xmlElementName, CustomCommandTagDescriptor cctd) 
 
-