public class MvcFactoryDefault extends Object implements MvcFactory
| 构造器和说明 |
|---|
MvcFactoryDefault() |
| 限定符和类型 | 方法和说明 |
|---|---|
ActionLoader |
createLoader(BeanWrap wrap)
创建动作加载器
|
ActionLoader |
createLoader(BeanWrap wrap,
String mapping,
boolean remoting,
Render render,
boolean allowMapping)
创建动作加载器
|
Set<MethodType> |
findMethodTypes(Set<MethodType> list,
Predicate<Class> checker)
查找方式类型
|
ActionExecuteHandler |
getExecuteHandlerDefault()
获取动作默认执行器
|
String |
postActionPath(BeanWrap bw,
String bPath,
Method method,
String mPath)
确认动作路径
|
void |
resolveActionParam(ActionParam vo,
AnnotatedElement element)
分析动作参数
|
public ActionLoader createLoader(BeanWrap wrap)
createLoader 在接口中 MvcFactorypublic ActionLoader createLoader(BeanWrap wrap, String mapping, boolean remoting, Render render, boolean allowMapping)
createLoader 在接口中 MvcFactorypublic Set<MethodType> findMethodTypes(Set<MethodType> list, Predicate<Class> checker)
findMethodTypes 在接口中 MvcFactorypublic void resolveActionParam(ActionParam vo, AnnotatedElement element)
resolveActionParam 在接口中 MvcFactorypublic String postActionPath(BeanWrap bw, String bPath, Method method, String mPath)
postActionPath 在接口中 MvcFactorypublic ActionExecuteHandler getExecuteHandlerDefault()
getExecuteHandlerDefault 在接口中 MvcFactoryCopyright © 2024. All rights reserved.