public class HttpMethodActionSignature extends BaseActionSignature
logger| Constructor and Description |
|---|
HttpMethodActionSignature(HttpMethod httpMethod,
int fastIndex,
String methodName,
Class<?>[] paramTypes,
Annotation[][] paramAnnotations) |
| Modifier and Type | Method and Description |
|---|---|
List<Class<?>> |
getInterceptorClasses(ControllerDatabase controllerDb,
Class<?> controllerClass,
String action) |
fastIndex, getArgs, methodName, parameterTypespublic HttpMethodActionSignature(HttpMethod httpMethod, int fastIndex, String methodName, Class<?>[] paramTypes, Annotation[][] paramAnnotations)
public List<Class<?>> getInterceptorClasses(ControllerDatabase controllerDb, Class<?> controllerClass, String action)
getInterceptorClasses in interface ActionSignaturegetInterceptorClasses in class BaseActionSignatureCopyright © 2011-2012 MojaveMVC.org