org.shept.org.springframework.web.servlet.mvc.delegation.configuration
public class ChainConfiguration extends TargetConfiguration implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.BeanNameAware
| Modifier and Type | Field and Description |
|---|---|
private SegmentConfiguration |
from |
private String |
relation |
context, logger| Constructor and Description |
|---|
ChainConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
protected CommandFactory |
createCommandFactory_old() |
protected CommandFactory |
createCommandFactory() |
String |
getChainNameDisplay() |
SegmentConfiguration |
getFrom() |
String |
getRelation() |
void |
setFrom(SegmentConfiguration from) |
void |
setRelation(String relation) |
getBeanName, getCommandFactory, getDisabledActions, getEntityClass, getFilterClass, getFilterInitMethod, getInfo, getTo, setApplicationContext, setBeanName, setCommandFactory, setDisabled, setDisabledActions, setEntityClass, setFilterClass, setFilterInitMethod, setInfo, setInfo, setPageHolderFactory, setToprivate SegmentConfiguration from
private String relation
protected CommandFactory createCommandFactory()
createCommandFactory in class TargetConfigurationprotected CommandFactory createCommandFactory_old()
public SegmentConfiguration getFrom()
public void setFrom(SegmentConfiguration from)
from - the from to setpublic String getChainNameDisplay()
getChainNameDisplay in class TargetConfigurationpublic String getRelation()
public void setRelation(String relation)
association - the association to setpublic void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanafterPropertiesSet in class TargetConfigurationExceptionCopyright © 2014. All Rights Reserved.