Package org.chenile.owiz.config.impl
Class HandleCommand<InputType>
java.lang.Object
org.apache.commons.digester.Rule
org.chenile.owiz.config.impl.OwizRule<InputType>
org.chenile.owiz.config.impl.HandleCommand<InputType>
- Direct Known Subclasses:
- HandleRegisteredCommand
- 
Field SummaryFieldsModifier and TypeFieldDescriptionfinal Stringprotected HandleAttachment<InputType>protected IDGeneratorFields inherited from class org.apache.commons.digester.Ruledigester, namespaceURI
- 
Constructor SummaryConstructorsConstructorDescriptionHandleCommand(IDGenerator idGenerator, HandleAttachment<InputType> handleAttachment) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidaddToFlow(CommandDescriptor<InputType> commandDescriptor) voidbegin(String namespace, String xmlElementName, Attributes attributes) voidprotected CommandDescriptor<InputType>makeCommandDescriptor(String xmlElementName, Attributes attributes) Methods 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- 
DEFAULT_ATTACHMENT_TAG- See Also:
 
- 
idGenerator
- 
handleAttachment
 
- 
- 
Constructor Details- 
HandleCommand
 
- 
- 
Method Details- 
makeCommandDescriptorprotected CommandDescriptor<InputType> makeCommandDescriptor(String xmlElementName, Attributes attributes) 
- 
addToFlow
- 
beginpublic void begin(String namespace, String xmlElementName, Attributes attributes) throws OwizConfigException - Overrides:
- beginin class- org.apache.commons.digester.Rule
- Throws:
- OwizConfigException
 
- 
end- Overrides:
- endin class- org.apache.commons.digester.Rule
- Throws:
- Exception
 
 
-