Uses of Class
net.craftforge.essential.controller.Setup

Packages that use Setup
net.craftforge.essential.controller.handlers   
net.craftforge.essential.controller.phases   
net.craftforge.essential.controller.phases.flow   
net.craftforge.essential.testsuite.environment.mocks   
 

Uses of Setup in net.craftforge.essential.controller.handlers
 

Methods in net.craftforge.essential.controller.handlers with parameters of type Setup
 boolean AuthenticationHandler.authenticate(Setup setup)
          Authenticates a requester using the request setup.
 

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

Constructors in net.craftforge.essential.controller.phases with parameters of type Setup
AllocationPhase(State state, Setup setup)
          Creates an allocation phase from a controller state and setup.
AuthenticationPhase(State state, Setup setup)
          Creates an authentication phase from a controller state and setup.
DocumentationPhase(State state, Setup setup)
          Creates a documentation phase from a controller state and setup.
InvocationPhase(State state, Setup setup)
          Creates an invocation phase from a controller state and setup.
ProductionPhase(State state, Setup setup)
          Creates a production phase from a controller state and setup.
 

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

Methods in net.craftforge.essential.controller.phases.flow with parameters of type Setup
 void StandardPhaseFlow.setSetup(Setup setup)
          Sets the controller setup
 void PhaseFlow.setSetup(Setup setup)
          Sets the controller setup
 

Uses of Setup in net.craftforge.essential.testsuite.environment.mocks
 

Methods in net.craftforge.essential.testsuite.environment.mocks with parameters of type Setup
 boolean MockAuthenticationHandler.authenticate(Setup setup)
           
 



Copyright © 2011. All Rights Reserved.