public interface ResourceAction
Modifier and Type | Method and Description |
---|---|
Controller |
getController() |
Method |
getMethod() |
Action |
getMethodForm() |
Class<?>[] |
getParametersType() |
DataTypeMap |
getRequestTypes() |
Class<?> |
getResourceClass() |
DataTypeMap |
getResponseTypes() |
Object |
invoke(Object source,
Object[] args) |
boolean |
isAbstract() |
Class<?> |
returnType() |
Object invoke(Object source, Object[] args) throws IllegalAccessException, IllegalArgumentException, InvocationTargetException
DataTypeMap getRequestTypes()
DataTypeMap getResponseTypes()
Controller getController()
Action getMethodForm()
Method getMethod()
Class<?> returnType()
Class<?>[] getParametersType()
Class<?> getResourceClass()
boolean isAbstract()
Copyright © 2018 Brandao. All rights reserved.