org.shept.org.springframework.web.servlet.mvc.delegation.configuration
Class ChainConfiguration

java.lang.Object
  extended by org.shept.org.springframework.web.servlet.mvc.delegation.configuration.TargetConfiguration
      extended by 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

Field Summary
private  SegmentConfiguration from
           
private  String relation
           
 
Fields inherited from class org.shept.org.springframework.web.servlet.mvc.delegation.configuration.TargetConfiguration
context, logger
 
Constructor Summary
ChainConfiguration()
           
 
Method Summary
 void afterPropertiesSet()
           
protected  CommandFactory createCommandFactory_old()
           
protected  CommandFactory createCommandFactory()
           
 String getChainNameDisplay()
           
 SegmentConfiguration getFrom()
           
 String getRelation()
           
 void setFrom(SegmentConfiguration from)
           
 void setRelation(String relation)
           
 
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
 

Field Detail

from

private SegmentConfiguration from

relation

private String relation
Constructor Detail

ChainConfiguration

public ChainConfiguration()
Method Detail

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.