org.shept.org.springframework.web.servlet.mvc.delegation.configuration
Class ChainConfiguration
java.lang.Object
org.shept.org.springframework.web.servlet.mvc.delegation.configuration.TargetConfiguration
org.shept.org.springframework.web.servlet.mvc.delegation.configuration.ChainConfiguration
- All Implemented Interfaces:
- org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware
public class ChainConfiguration
- extends TargetConfiguration
- implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.BeanNameAware
- Author:
- Andreas Hahn
| Methods inherited from class org.shept.org.springframework.web.servlet.mvc.delegation.configuration.TargetConfiguration |
getBeanName, getCommandFactory, getDisabledActions, getEntityClass, getFilterClass, getFilterInitMethod, getInfo, getTo, setApplicationContext, setBeanName, setCommandFactory, setDisabled, setDisabledActions, setEntityClass, setFilterClass, setFilterInitMethod, setInfo, setInfo, setPageHolderFactory, setTo |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.springframework.beans.factory.BeanNameAware |
setBeanName |
from
private SegmentConfiguration from
relation
private String relation
ChainConfiguration
public ChainConfiguration()
createCommandFactory
protected CommandFactory createCommandFactory()
- Overrides:
createCommandFactory in class TargetConfiguration
createCommandFactory_old
protected CommandFactory createCommandFactory_old()
getFrom
public SegmentConfiguration getFrom()
- Returns:
- the from
setFrom
public void setFrom(SegmentConfiguration from)
- Parameters:
from - the from to set
getChainNameDisplay
public String getChainNameDisplay()
- Overrides:
getChainNameDisplay in class TargetConfiguration
getRelation
public String getRelation()
- Returns:
- the association
setRelation
public void setRelation(String relation)
- Parameters:
association - the association to set
afterPropertiesSet
public void afterPropertiesSet()
throws Exception
- Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean- Overrides:
afterPropertiesSet in class TargetConfiguration
- Throws:
Exception
Copyright © 2011. All Rights Reserved.