rewrite-api-servlet 1.0.3.Final

Uses of Class
org.ocpsoft.rewrite.servlet.event.BaseRewrite.Flow

Packages that use BaseRewrite.Flow
org.ocpsoft.rewrite.servlet.event   
 

Uses of BaseRewrite.Flow in org.ocpsoft.rewrite.servlet.event
 

Fields in org.ocpsoft.rewrite.servlet.event declared as BaseRewrite.Flow
protected  BaseRewrite.Flow BaseRewrite.flow
           
 

Methods in org.ocpsoft.rewrite.servlet.event that return BaseRewrite.Flow
 BaseRewrite.Flow ServletRewrite.getFlow()
          Get the current BaseRewrite.Flow state.
 BaseRewrite.Flow BaseRewrite.getFlow()
          Get the current BaseRewrite.Flow state.
static BaseRewrite.Flow BaseRewrite.Flow.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BaseRewrite.Flow[] BaseRewrite.Flow.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.ocpsoft.rewrite.servlet.event with parameters of type BaseRewrite.Flow
 boolean BaseRewrite.Flow.contains(BaseRewrite.Flow other)
          Return true if the given BaseRewrite.Flow is a descendant of this.
 boolean BaseRewrite.Flow.is(BaseRewrite.Flow other)
          Return true if this BaseRewrite.Flow is a descendant of the given value.
 void ServletRewrite.setFlow(BaseRewrite.Flow unHandled)
          Set the current BaseRewrite.Flow state.
 void BaseRewrite.setFlow(BaseRewrite.Flow flow)
          Set the current BaseRewrite.Flow state.
 


rewrite-api-servlet 1.0.3.Final

Copyright © 2012 OCPsoft. All Rights Reserved.