Uses of Class
org.shept.org.springframework.beans.support.CommandWrapper

Packages that use CommandWrapper
org.shept.org.springframework.beans.support   
org.shept.org.springframework.web.bind.support   
org.shept.org.springframework.web.servlet.mvc.delegation   
org.shept.org.springframework.web.servlet.mvc.delegation.component   
 

Uses of CommandWrapper in org.shept.org.springframework.beans.support
 

Fields in org.shept.org.springframework.beans.support with type parameters of type CommandWrapper
private  List<CommandWrapper> DefaultCommandObject.children
           
 

Methods in org.shept.org.springframework.beans.support that return types with arguments of type CommandWrapper
 List<CommandWrapper> DefaultCommandObject.getChildren()
           
 

Method parameters in org.shept.org.springframework.beans.support with type arguments of type CommandWrapper
 void DefaultCommandObject.setChildren(List<CommandWrapper> chain)
           
 

Uses of CommandWrapper in org.shept.org.springframework.web.bind.support
 

Method parameters in org.shept.org.springframework.web.bind.support with type arguments of type CommandWrapper
protected  String DefaultComponentBindingInitializer.getFieldPath(String path, Map<String,CommandWrapper> pathMap)
           
 

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

Methods in org.shept.org.springframework.web.servlet.mvc.delegation that return CommandWrapper
static CommandWrapper ComponentUtils.lookupComponentWrapper(ComponentToken token)
          Looking up the token's component wrapper
static CommandWrapper ComponentUtils.lookupComponentWrapper(ComponentToken token, int offset)
          Looking up the token's component wrapper
 

Methods in org.shept.org.springframework.web.servlet.mvc.delegation that return types with arguments of type CommandWrapper
 List<CommandWrapper> SubCommandProvider.getChildren()
           
static Map<String,CommandWrapper> ComponentUtils.getComponentPathMap(SubCommandProvider command)
          Return a map contaning bind path as key and CommandWrapper as value
 

Methods in org.shept.org.springframework.web.servlet.mvc.delegation with parameters of type CommandWrapper
static int ComponentUtils.addComponent(ComponentToken token, CommandWrapper wrapper)
          Add the Component wrapper after the position specified by token
static int ComponentUtils.addComponent(ComponentToken token, CommandWrapper wrapper, Integer index)
          Add the Component wrapper after the position specified by token If theres a valid index argument then add the compoent after the index
static void ComponentUtils.applyConfiguration(CommandWrapper wrapper, org.springframework.context.ApplicationContext ctx)
           
static SegmentConfiguration ComponentUtils.getConfiguration(org.springframework.context.ApplicationContext ctx, CommandWrapper wrapper)
           
static SegmentConfiguration ComponentUtils.getConfiguration(javax.servlet.http.HttpServletRequest request, CommandWrapper wrapper)
           
 

Uses of CommandWrapper in org.shept.org.springframework.web.servlet.mvc.delegation.component
 

Methods in org.shept.org.springframework.web.servlet.mvc.delegation.component with parameters of type CommandWrapper
protected  void ChainingComponent.initComponentCommandWrapper(CommandWrapper cw)
           
 



Copyright © 2011. All Rights Reserved.