public interface Service
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
execute(String name,
MethodMetaArgs methodMetaArgs,
AppContextWrapper acw)
this method without httpsession and will disable all sesson function.
|
Object |
execute(String name,
MethodMetaArgs methodMetaArgs,
RequestWrapper request)
this method will create httpsession
|
Object |
execute(TargetMetaDef targetMetaDef,
MethodMetaArgs methodMetaArgs,
AppContextWrapper acw) |
Object |
execute(TargetMetaDef targetMetaDef,
MethodMetaArgs methodMetaArgs,
RequestWrapper request) |
Object execute(String name, MethodMetaArgs methodMetaArgs, RequestWrapper request) throws Exception
name - methodMetaArgs - request - ExceptionObject execute(TargetMetaDef targetMetaDef, MethodMetaArgs methodMetaArgs, RequestWrapper request) throws Exception
ExceptionObject execute(String name, MethodMetaArgs methodMetaArgs, AppContextWrapper acw) throws Exception
name - methodMetaArgs - acw - ExceptionObject execute(TargetMetaDef targetMetaDef, MethodMetaArgs methodMetaArgs, AppContextWrapper acw) throws Exception
ExceptionCopyright © 2018. All rights reserved.