- get() - Static method in class ro.pippo.controller.ControllerApplication
-
- GET - Annotation Type in ro.pippo.controller
-
Specifies HTTP GET method.
- GET - Static variable in annotation type ro.pippo.controller.HttpMethod
-
HTTP GET controllerMethod.
- getAnnotatedClasses(Class<? extends Annotation>, String...) - Static method in class ro.pippo.controller.util.ClassUtils
-
- getAnnotation(Class<T>) - Method in class ro.pippo.controller.MethodParameter
-
- getAnnotation(Method, Class<T>) - Static method in class ro.pippo.controller.util.ClassUtils
-
Extract the annotation from the controllerMethod or the declaring class.
- getAnnotation(Class<?>, Class<T>) - Static method in class ro.pippo.controller.util.ClassUtils
-
- getApplication() - Method in class ro.pippo.controller.Controller
-
- getClass(String) - Static method in class ro.pippo.controller.util.ClassUtils
-
- getClasses(String...) - Static method in class ro.pippo.controller.util.ClassUtils
-
Returns the list of all classes within a package.
- getConsumes(Method) - Static method in class ro.pippo.controller.util.ControllerUtils
-
- getContentTypeEngines() - Method in class ro.pippo.controller.DefaultControllerRouteFactory
-
- getController() - Method in class ro.pippo.controller.ControllerHandler
-
- getControllerFactory() - Method in class ro.pippo.controller.ControllerHandler
-
- getControllerFactory() - Method in class ro.pippo.controller.DefaultControllerRouteFactory
-
- getControllerRouteFactory() - Method in class ro.pippo.controller.ControllerApplication
-
- getControllerRouteFactory() - Method in class ro.pippo.controller.ControllerRegistry
-
- getDeclaredMethods(Class<?>) - Static method in class ro.pippo.controller.util.ClassUtils
-
Returns an array containing Method objects reflecting all the
declared methods of the class or interface represented by this Class object, including public, protected, default (package)
access, and private methods, but excluding inherited methods.
- getMessages() - Method in class ro.pippo.controller.Controller
-
- getMethod() - Method in class ro.pippo.controller.MethodParameter
-
- getMethodParameterExtractors() - Method in class ro.pippo.controller.ControllerHandler
-
- getParameterGenericType() - Method in class ro.pippo.controller.MethodParameter
-
- getParameterIndex() - Method in class ro.pippo.controller.MethodParameter
-
- getParameterName() - Method in class ro.pippo.controller.MethodParameter
-
Try looking for the parameter name in the compiled .class file.
- getParameterName(Parameter) - Static method in class ro.pippo.controller.util.ControllerUtils
-
Returns the name of a parameter.
- getParameterType() - Method in class ro.pippo.controller.MethodParameter
-
- getProduces(Method) - Static method in class ro.pippo.controller.util.ControllerUtils
-
- getRequest() - Method in class ro.pippo.controller.Controller
-
- getResources(String) - Static method in class ro.pippo.controller.util.ClassUtils
-
- getResponse() - Method in class ro.pippo.controller.Controller
-
- getRouteContext() - Method in class ro.pippo.controller.Controller
-
- getRoutes() - Method in class ro.pippo.controller.ControllerRegistry
-
Return the collected routes.
- getSettings() - Method in class ro.pippo.controller.Controller
-
- getSubTypesOf(Class<T>, String...) - Static method in class ro.pippo.controller.util.ClassUtils
-
Gets all sub types in hierarchy of a given type.
- getSuffixes(Method) - Static method in class ro.pippo.controller.util.ControllerUtils
-