org.shept.org.springframework.web.servlet.mvc.delegation.command
public class AssociationCommandFactory extends AbstractCommandFactory implements CommandFactory
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.logging.Log |
logger
Logger that is available to subclasses
|
private String |
relation |
| Constructor and Description |
|---|
AssociationCommandFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected ReloadableAssociation |
createFilter(TargetConfiguration cc,
Method mth,
Object model) |
protected Object |
createWrappedEntity(TargetConfiguration config,
Method mth,
Object model) |
protected Object |
createWrappedList(TargetConfiguration config,
Method mth,
Object model) |
Object |
getCommand(TargetConfiguration config,
Object model) |
ModelCreation |
getNewModelTemplate(Class<?> clazz,
Object model) |
void |
setRelation(String relation) |
afterPropertiesSet, getApplicationContext, getCommand, getCommand, getPageHolderFactory, setApplicationContext, setPageHolderFactoryclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCommandprotected final org.apache.commons.logging.Log logger
private String relation
public Object getCommand(TargetConfiguration config, Object model)
getCommand in interface TargetCommandFactorygetCommand in class AbstractCommandFactorymodel - jp - mth - org.shept.org.springframework.web.servlet.mvc.delegation.command.CommandFactory#getCommand(org.shept.org.springframework.web.servlet.mvc.delegation.ComponentConfiguration, java.lang.Object, java.lang.String)protected Object createWrappedEntity(TargetConfiguration config, Method mth, Object model)
mth - model - - protected Object createWrappedList(TargetConfiguration config, Method mth, Object model)
cw - mth - model - - protected ReloadableAssociation createFilter(TargetConfiguration cc, Method mth, Object model)
cc - mth - model - newTemplate - public ModelCreation getNewModelTemplate(Class<?> clazz, Object model)
public void setRelation(String relation)
relation - the relation to setCopyright © 2014. All Rights Reserved.