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
FieldsFields inherited from class org.chenile.owiz.config.impl.HandleCommand
DEFAULT_ATTACHMENT_TAG, handleAttachment, idGeneratorFields inherited from class org.apache.commons.digester.Rule
digester, namespaceURI -
Constructor Summary
ConstructorsConstructorDescriptionHandleRegisteredCommand(IDGenerator idGenerator, HandleAttachment<InputType> handleAttachment, Map<String, CustomCommandTagDescriptor> commandTagMap) -
Method Summary
Modifier 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.HandleCommand
addToFlow, end, makeCommandDescriptorMethods 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, 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:
beginin classHandleCommand<InputType>- Throws:
OwizConfigException
-
setComponentName
public void setComponentName(CommandDescriptor<InputType> cd, Attributes attributes, String xmlElementName, CustomCommandTagDescriptor cctd)
-