|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectjrouter.spring.DefaultActionFactoryBean<ObjectHandlerActionFactory>
jrouter.servlet.spring.ObjectHandlerActionFactoryBean
public class ObjectHandlerActionFactoryBean
提供与springframework集成的ObjectHandlerActionFactory对象。
| 构造方法摘要 | |
|---|---|
ObjectHandlerActionFactoryBean()
|
|
| 方法摘要 | |
|---|---|
protected void |
afterActionFactoryCreation(ObjectHandlerActionFactory actionFactory)
|
protected void |
setDefaultActionFactoryClass(jrouter.config.Configuration config)
|
void |
setDefaultObjectResultType(String defaultObjectResultType)
设置默认非 String类型对象的结果类型处理对象。 |
void |
setObjectResultTypes(Map<Class,String> objectResultTypes)
设置(结果对象类型:结果类型对象)的映射关系。 |
| 从类 jrouter.spring.DefaultActionFactoryBean 继承的方法 |
|---|
afterPropertiesSet, beforeActionFactoryDestruction, buildActionFactory, createDefaultConfiguration, createDefaultObjectFactory, destroy, getConfiguration, getObject, getObjectType, isSingleton, setActionFactoryClass, setActionFactoryProperties, setActions, setAopActions, setApplicationContext, setClassScannerProperties, setComponentBeanScanProperties, setComponentClassScanProperties, setConfigLocation, setConfiguration, setConfigurationClass, setConverterFactory, setInterceptors, setInterceptorStacks, setObjectFactory, setResults, setResultTypes |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 构造方法详细信息 |
|---|
public ObjectHandlerActionFactoryBean()
| 方法详细信息 |
|---|
protected void setDefaultActionFactoryClass(jrouter.config.Configuration config)
jrouter.spring.DefaultActionFactoryBean<ObjectHandlerActionFactory> 中的 setDefaultActionFactoryClassprotected void afterActionFactoryCreation(ObjectHandlerActionFactory actionFactory)
jrouter.spring.DefaultActionFactoryBean<ObjectHandlerActionFactory> 中的 afterActionFactoryCreationpublic void setDefaultObjectResultType(String defaultObjectResultType)
String类型对象的结果类型处理对象。
defaultObjectResultType - 非String对象的结果类型处理对象。public void setObjectResultTypes(Map<Class,String> objectResultTypes)
objectResultTypes - (结果对象的类型:结果类型对象)的映射关系。
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||