public class Action extends Object
| 构造器和说明 |
|---|
Action(String controllerKey,
String actionKey,
Class<? extends Controller> controllerClass,
Method method,
String methodName,
Interceptor[] interceptors,
String viewPath) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getActionKey() |
Class<? extends Controller> |
getControllerClass() |
String |
getControllerKey() |
Interceptor[] |
getInterceptors() |
Method |
getMethod() |
String |
getMethodName() |
String |
getViewPath() |
public Action(String controllerKey, String actionKey, Class<? extends Controller> controllerClass, Method method, String methodName, Interceptor[] interceptors, String viewPath)
public Class<? extends Controller> getControllerClass()
public String getControllerKey()
public String getActionKey()
public Method getMethod()
public Interceptor[] getInterceptors()
public String getViewPath()
public String getMethodName()
Copyright © 2015. All rights reserved.