Uses of Class
io.milton.http.annotated.ControllerMethod
Packages that use ControllerMethod
-
Uses of ControllerMethod in io.milton.http.annotated
Methods in io.milton.http.annotated that return ControllerMethodModifier and TypeMethodDescriptionAbstractAnnotationHandler.getMethodForType(AnnoCollectionResource parent, String type) Locate a ControllerMethod which can create an object of the given type (may be null) in the given parentPostAnnotationHandler.getPostMethod(AnnoResource resource, Request request, Map<String, String> params) Methods in io.milton.http.annotated that return types with arguments of type ControllerMethodModifier and TypeMethodDescriptionAbstractAnnotationHandler.getControllerMethods()AnnotationHandler.getControllerMethods()List the methods found when parsing annotations on the controllerRootAnnotationHandler.getControllerMethods()Methods in io.milton.http.annotated with parameters of type ControllerMethodModifier and TypeMethodDescriptionvoidAnnotationResourceFactory.createAndAppend(Collection<AnnoResource> result, Object sources, AnnoCollectionResource parent, ControllerMethod cm) Process the source object (which may be a Collection of source objects), and for each one instantiate an AnnoResource and append it to the result setprotected ObjectAbstractAnnotationHandler.invoke(ControllerMethod cm, AnnoResource sourceRes, Object... values)