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

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

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

Methods in org.shept.org.springframework.web.servlet.mvc.delegation that return SegmentConfiguration
static SegmentConfiguration ComponentUtils.getConfiguration(org.springframework.context.ApplicationContext ctx, CommandWrapper wrapper)
           
static SegmentConfiguration ComponentUtils.getConfiguration(org.springframework.context.ApplicationContext ctx, ComponentToken token)
           
static SegmentConfiguration ComponentUtils.getConfiguration(org.springframework.context.ApplicationContext ctx, String tagName)
           
static SegmentConfiguration ComponentUtils.getConfiguration(javax.servlet.http.HttpServletRequest request, CommandWrapper wrapper)
           
static SegmentConfiguration ComponentUtils.getConfiguration(javax.servlet.http.HttpServletRequest request, ComponentToken token)
           
 

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

Subclasses of SegmentConfiguration in org.shept.org.springframework.web.servlet.mvc.delegation.configuration
 class DataGridConfiguration
           
 

Fields in org.shept.org.springframework.web.servlet.mvc.delegation.configuration declared as SegmentConfiguration
private  SegmentConfiguration ChainConfiguration.from
           
private  SegmentConfiguration TargetConfiguration.to
           
 

Methods in org.shept.org.springframework.web.servlet.mvc.delegation.configuration that return SegmentConfiguration
 SegmentConfiguration ChainConfiguration.getFrom()
           
 SegmentConfiguration TargetConfiguration.getTo()
           
 

Methods in org.shept.org.springframework.web.servlet.mvc.delegation.configuration with parameters of type SegmentConfiguration
 void ChainConfiguration.setFrom(SegmentConfiguration from)
           
 void TargetConfiguration.setTo(SegmentConfiguration to)
           
 



Copyright © 2011. All Rights Reserved.