Uses of Interface
org.talika.tarsis.command.factory.CommandFactory

Packages that use CommandFactory
org.talika.tarsis.command.factory This package contains all CommandFactory related classes. 
org.talika.tarsis.command.factory.xml This package contains XML based implementations of CommandFactory
org.talika.tarsis.context This package contains Context interface and implementation classes. 
org.talika.tarsis.filters This package contains web application filters of architecture. 
 

Uses of CommandFactory in org.talika.tarsis.command.factory
 

Classes in org.talika.tarsis.command.factory that implement CommandFactory
 class CommandFactoryService
          Base implementation of CommandFactory interface.
 

Uses of CommandFactory in org.talika.tarsis.command.factory.xml
 

Classes in org.talika.tarsis.command.factory.xml that implement CommandFactory
 class XmlCommandFactory
          XML based implementation of CommandFactory interface.
 class XmlCommandsFactory
          XML based implementation of CommandFactory interface.
 

Uses of CommandFactory in org.talika.tarsis.context
 

Methods in org.talika.tarsis.context that return CommandFactory
 CommandFactory ContextImpl.getCommandFactory()
          Returns default CommandFactory for this context.
 CommandFactory Context.getCommandFactory()
          Returns default CommandFactory for this context.
 

Uses of CommandFactory in org.talika.tarsis.filters
 

Methods in org.talika.tarsis.filters that return CommandFactory
protected  CommandFactory CommandFilter.getCommandFactory()
          Returns command factory instance.
 



Copyright © 2002-2012 Talika Open Source Group. All Rights Reserved.