public class Action extends Object
Constructor and Description |
---|
Action(String controllerKey,
String actionKey,
Class<? extends Controller> controllerClass,
Method method,
String methodName,
Interceptor[] interceptors,
String viewPath) |
Modifier and Type | Method and Description |
---|---|
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 © 2018. All rights reserved.