Uses of Class
org.shept.org.springframework.web.servlet.mvc.delegation.configuration.TargetConfiguration

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

Uses of TargetConfiguration in org.shept.org.springframework.web.servlet.mvc.delegation
 

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

Methods in org.shept.org.springframework.web.servlet.mvc.delegation that return TargetConfiguration
static TargetConfiguration ComponentUtils.getChainConfiguration(org.springframework.context.ApplicationContext ctx, ComponentToken token)
           
private static TargetConfiguration ComponentUtils.getChainConfiguration(org.springframework.context.ApplicationContext ctx, String linkName, String sourceName)
           
static TargetConfiguration ComponentUtils.getChainConfiguration(javax.servlet.http.HttpServletRequest request, ComponentToken token)
           
 

Methods in org.shept.org.springframework.web.servlet.mvc.delegation that return types with arguments of type TargetConfiguration
protected static List<TargetConfiguration> ComponentUtils.getChainConfigurations(org.springframework.context.ApplicationContext ctx, String sourceName)
           
 

Methods in org.shept.org.springframework.web.servlet.mvc.delegation with parameters of type TargetConfiguration
static String ComponentUtils.getComponentInfo(javax.servlet.http.HttpServletRequest request, TargetConfiguration cc, Object model)
           
 void SheptController.setConfiguration(TargetConfiguration configuration)
           
 

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

Methods in org.shept.org.springframework.web.servlet.mvc.delegation.command with parameters of type TargetConfiguration
protected  FilterDefinition RefreshableListCommandFactory.createFilter(TargetConfiguration config)
          build a filter and check the configuration Criteria API: Both filterClass and entityClass must be specified Query API (HQL): Only filterClass must be specified Example: filterClass and entityClass must be specified Note that the default ComponentConfiguration will initialize an empty filterClass with the entityClass
protected  ReloadableAssociation AssociationCommandFactory.createFilter(TargetConfiguration cc, Method mth, Object model)
           
protected  Object AssociationCommandFactory.createWrappedEntity(TargetConfiguration config, Method mth, Object model)
           
protected  Object AssociationCommandFactory.createWrappedList(TargetConfiguration config, Method mth, Object model)
           
abstract  Object AbstractCommandFactory.getCommand(TargetConfiguration config, Object referencedModel)
           
 Object AssociationCommandFactory.getCommand(TargetConfiguration config, Object model)
           
 Object EditItemCommandFactory.getCommand(TargetConfiguration config, Object referencedModel)
           
 Object TargetCommandFactory.getCommand(TargetConfiguration config, Object referencedModel)
           
 Object RefreshableListCommandFactory.getCommand(TargetConfiguration config, Object referencedModel)
           
protected  void RefreshableListCommandFactory.initializeFilter(FilterDefinition fil, TargetConfiguration config)
          Special case: if filter is a HibernateCriteriaFilter we must populate the entityClass property
 

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

Subclasses of TargetConfiguration in org.shept.org.springframework.web.servlet.mvc.delegation.configuration
 class ChainConfiguration
           
 



Copyright © 2011. All Rights Reserved.