Uses of Class
org.chenile.owiz.config.impl.IDGenerator
Packages that use IDGenerator
Package
Description
Implementation of the classes that capture the configuration model from various sources
 such as XML etc.
- 
Uses of IDGenerator in org.chenile.owiz.config.implFields in org.chenile.owiz.config.impl declared as IDGeneratorModifier and TypeFieldDescriptionprotected IDGeneratorHandleCommand.idGeneratorprotected static IDGeneratorXmlOrchConfigurator.idGeneratorConstructors in org.chenile.owiz.config.impl with parameters of type IDGeneratorModifierConstructorDescriptionCommandAttachmentDelegatorRule(IDGenerator idGenerator, Map<String, CustomCommandTagDescriptor> commandTagMap, Map<String, CustomAttachmentTagDescriptor> attachmentTagMap) HandleCommand(IDGenerator idGenerator, HandleAttachment<InputType> handleAttachment) HandleRegisteredCommand(IDGenerator idGenerator, HandleAttachment<InputType> handleAttachment, Map<String, CustomCommandTagDescriptor> commandTagMap)