public class BaseActionSignature extends Object implements ActionSignature
Modifier and Type | Field and Description |
---|---|
protected static org.slf4j.Logger |
logger |
Constructor and Description |
---|
BaseActionSignature(int fastIndex,
String methodName,
Class<?>[] paramTypes,
Annotation[][] paramAnnotations) |
Modifier and Type | Method and Description |
---|---|
int |
fastIndex() |
Object[] |
getArgs(Map<String,?> parametersMap,
InputStream servletInputStream) |
List<Class<?>> |
getInterceptorClasses(ControllerDatabase controllerDb,
Class<?> controllerClass,
String action) |
String |
methodName() |
Class<?>[] |
parameterTypes() |
public BaseActionSignature(int fastIndex, String methodName, Class<?>[] paramTypes, Annotation[][] paramAnnotations)
public String methodName()
methodName
in interface ActionSignature
public Class<?>[] parameterTypes()
parameterTypes
in interface ActionSignature
public int fastIndex()
fastIndex
in interface ActionSignature
public List<Class<?>> getInterceptorClasses(ControllerDatabase controllerDb, Class<?> controllerClass, String action)
getInterceptorClasses
in interface ActionSignature
public Object[] getArgs(Map<String,?> parametersMap, InputStream servletInputStream)
getArgs
in interface ActionSignature
Copyright © 2011-2012 MojaveMVC.org