Uses of Interface
net.craftforge.essential.controller.Phase

Packages that use Phase
net.craftforge.essential.controller.phases   
net.craftforge.essential.controller.phases.flow   
 

Uses of Phase in net.craftforge.essential.controller.phases
 

Classes in net.craftforge.essential.controller.phases that implement Phase
 class AllocationPhase
          Allocates and sets the resource class and resource method.
 class AuthenticationPhase
          Authenticates the requester via HTTP basic authorization.
 class DocumentationPhase
          Generates the documentation of the resource class and sets it as the result.
 class InvocationPhase
          Creates an instance of the resource class, initializes annotated class properties and invokes the resource method.
 class ProductionPhase
          Produces a serialized response from the result.
 

Uses of Phase in net.craftforge.essential.controller.phases.flow
 

Methods in net.craftforge.essential.controller.phases.flow that return Phase
 Phase StandardPhaseFlow.getFirstPhase()
          Gets the controller phase to start with
 Phase PhaseFlow.getFirstPhase()
          Gets the controller phase to start with
 Phase StandardPhaseFlow.getPhaseAfter(Phase phase)
          Gets the controller phase which follows after the given phase.
 Phase PhaseFlow.getPhaseAfter(Phase phase)
          Gets the controller phase which follows after the given phase.
protected  Phase StandardPhaseFlow.getPhaseAfterAllocation()
          Gets the phase following an allocation phase.
protected  Phase StandardPhaseFlow.getPhaseAfterAuthentication()
          Gets the phase following an authentication phase.
protected  Phase StandardPhaseFlow.getPhaseAfterDocumentation()
          Gets the phase following a documentation phase.
protected  Phase StandardPhaseFlow.getPhaseAfterInvocation()
          Gets the phase following an invocation phase.
protected  Phase StandardPhaseFlow.getPhaseAfterProduction()
          Gets the phase following a production phase.
 

Methods in net.craftforge.essential.controller.phases.flow with parameters of type Phase
 Phase StandardPhaseFlow.getPhaseAfter(Phase phase)
          Gets the controller phase which follows after the given phase.
 Phase PhaseFlow.getPhaseAfter(Phase phase)
          Gets the controller phase which follows after the given phase.
 



Copyright © 2011. All Rights Reserved.