Uses of Class
org.juzu.request.Phase

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

Uses of Phase in org.juzu.metadata
 

Methods in org.juzu.metadata that return Phase
 Phase ControllerMethod.getPhase()
           
 

Constructors in org.juzu.metadata with parameters of type Phase
ControllerMethod(String id, Phase phase, Class<?> type, Method method, List<ControllerParameter> argumentParameters)
           
 

Uses of Phase in org.juzu.request
 

Methods in org.juzu.request that return Phase
 Phase ResourceContext.getPhase()
           
abstract  Phase RequestContext.getPhase()
           
 Phase RenderContext.getPhase()
           
 Phase ActionContext.getPhase()
           
static Phase Phase.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Phase[] Phase.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2011 eXo Platform SAS. All Rights Reserved.