Uses of Class
org.juzu.metadata.ControllerMethod

Packages that use ControllerMethod
org.juzu.metadata   
org.juzu.request   
 

Uses of ControllerMethod in org.juzu.metadata
 

Methods in org.juzu.metadata that return ControllerMethod
 ControllerMethod ApplicationDescriptor.getControllerMethod(Class<?> type, String name, Class<?>... parameterTypes)
           
 ControllerMethod ApplicationDescriptor.getControllerMethodById(String methodId)
           
 

Methods in org.juzu.metadata that return types with arguments of type ControllerMethod
 List<ControllerMethod> ApplicationDescriptor.getControllerMethods()
           
 List<ControllerMethod> ControllerDescriptor.getMethods()
           
 

Constructor parameters in org.juzu.metadata with type arguments of type ControllerMethod
ControllerDescriptor(Class<?> type, List<ControllerMethod> methods)
           
 

Uses of ControllerMethod in org.juzu.request
 

Methods in org.juzu.request that return ControllerMethod
 ControllerMethod RequestContext.getMethod()
           
 

Methods in org.juzu.request with parameters of type ControllerMethod
 Response.Render ActionContext.createResponse(ControllerMethod method)
           
 Response.Render ActionContext.createResponse(ControllerMethod method, Object arg)
           
 Response.Render ActionContext.createResponse(ControllerMethod method, Object[] args)
           
 URLBuilder MimeContext.createURLBuilder(ControllerMethod method)
           
 URLBuilder MimeContext.createURLBuilder(ControllerMethod method, Object arg)
           
 URLBuilder MimeContext.createURLBuilder(ControllerMethod method, Object[] args)
           
 

Constructors in org.juzu.request with parameters of type ControllerMethod
ActionContext(ControllerMethod method, ClassLoader classLoader, org.juzu.impl.spi.request.ActionBridge bridge)
           
RenderContext(ControllerMethod method, ClassLoader classLoader, org.juzu.impl.spi.request.RenderBridge bridge)
           
RequestContext(ControllerMethod method, ClassLoader classLoader)
           
ResourceContext(ControllerMethod method, ClassLoader classLoader, org.juzu.impl.spi.request.ResourceBridge bridge)
           
 



Copyright © 2011 eXo Platform SAS. All Rights Reserved.