Uses of Class
org.chenile.owiz.config.impl.HandleAttachment
Packages that use HandleAttachment
Package
Description
Implementation of the classes that capture the configuration model from various sources
such as XML etc.
-
Uses of HandleAttachment in org.chenile.owiz.config.impl
Fields in org.chenile.owiz.config.impl declared as HandleAttachmentModifier and TypeFieldDescriptionprivate HandleAttachment<InputType>
CommandAttachmentDelegatorRule.handleAttachment
protected HandleAttachment<InputType>
HandleCommand.handleAttachment
Constructors in org.chenile.owiz.config.impl with parameters of type HandleAttachmentModifierConstructorDescriptionHandleCommand
(IDGenerator idGenerator, HandleAttachment<InputType> handleAttachment) HandleRegisteredCommand
(IDGenerator idGenerator, HandleAttachment<InputType> handleAttachment, Map<String, CustomCommandTagDescriptor> commandTagMap)