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 Summary
Fields inherited from class org.chenile.owiz.config.impl.HandleCommand
DEFAULT_ATTACHMENT_TAG, handleAttachment, idGenerator
Fields inherited from class org.apache.commons.digester.Rule
digester, namespaceURI
-
Constructor Summary
ConstructorDescriptionHandleRegisteredCommand
(IDGenerator idGenerator, HandleAttachment<InputType> handleAttachment, Map<String, CustomCommandTagDescriptor> commandTagMap) -
Method Summary
Modifier and TypeMethodDescriptionvoid
begin
(String namespace, String xmlElementName, Attributes attributes) boolean
isRegisteredCommandTag
(String xmlElementName) void
setComponentName
(CommandDescriptor<InputType> cd, Attributes attributes, String xmlElementName, CustomCommandTagDescriptor cctd) Methods inherited from class org.chenile.owiz.config.impl.HandleCommand
addToFlow, end, makeCommandDescriptor
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, finish, getDigester, getNamespaceURI, setDigester, setNamespaceURI
-
Field Details
-
commandTagMap
-
-
Constructor Details
-
HandleRegisteredCommand
public HandleRegisteredCommand(IDGenerator idGenerator, HandleAttachment<InputType> handleAttachment, Map<String, CustomCommandTagDescriptor> commandTagMap)
-
-
Method Details
-
isRegisteredCommandTag
-
begin
public void begin(String namespace, String xmlElementName, Attributes attributes) throws OwizConfigException - Overrides:
begin
in classHandleCommand<InputType>
- Throws:
OwizConfigException
-
setComponentName
public void setComponentName(CommandDescriptor<InputType> cd, Attributes attributes, String xmlElementName, CustomCommandTagDescriptor cctd)
-