Uses of Interface
org.shept.org.springframework.web.servlet.mvc.delegation.command.CommandFactory

Packages that use CommandFactory
org.shept.org.springframework.web.servlet.mvc.delegation.command   
org.shept.org.springframework.web.servlet.mvc.delegation.configuration   
 

Uses of CommandFactory in org.shept.org.springframework.web.servlet.mvc.delegation.command
 

Subinterfaces of CommandFactory in org.shept.org.springframework.web.servlet.mvc.delegation.command
 interface TargetCommandFactory
           
 

Classes in org.shept.org.springframework.web.servlet.mvc.delegation.command that implement CommandFactory
 class AbstractCommandFactory
           
 class AssociationCommandFactory
           
 class EditItemCommandFactory
           
 class RefreshableListCommandFactory
           
 

Methods in org.shept.org.springframework.web.servlet.mvc.delegation.command that return CommandFactory
protected  CommandFactory CommandFactoryBean.createInstance()
           
 

Methods in org.shept.org.springframework.web.servlet.mvc.delegation.command that return types with arguments of type CommandFactory
 Class<CommandFactory> CommandFactoryBean.getObjectType()
           
 

Uses of CommandFactory in org.shept.org.springframework.web.servlet.mvc.delegation.configuration
 

Fields in org.shept.org.springframework.web.servlet.mvc.delegation.configuration declared as CommandFactory
private  CommandFactory TargetConfiguration.commandFactory
           
 

Methods in org.shept.org.springframework.web.servlet.mvc.delegation.configuration that return CommandFactory
protected  CommandFactory ChainConfiguration.createCommandFactory_old()
           
protected  CommandFactory ChainConfiguration.createCommandFactory()
           
protected  CommandFactory TargetConfiguration.createCommandFactory()
           
 CommandFactory TargetConfiguration.getCommandFactory()
           
 

Methods in org.shept.org.springframework.web.servlet.mvc.delegation.configuration with parameters of type CommandFactory
 void TargetConfiguration.setCommandFactory(CommandFactory commandFactory)
           
 



Copyright © 2011. All Rights Reserved.