rewrite-config-servlet 2.0.0.Beta3

org.ocpsoft.rewrite.servlet.config
Class Lifecycle

java.lang.Object
  extended by org.ocpsoft.rewrite.config.DefaultOperationBuilder
      extended by org.ocpsoft.rewrite.servlet.config.HttpOperation
          extended by org.ocpsoft.rewrite.servlet.config.Lifecycle
All Implemented Interfaces:
Operation, OperationBuilder

public abstract class Lifecycle
extends HttpOperation

An Operation responsible for controlling the Rewrite life-cycle itself.

Author:
Lincoln Baxter, III

Constructor Summary
Lifecycle()
           
 
Method Summary
static OperationBuilder abort()
          Create an Operation that calls ServletRewrite.abort()
static OperationBuilder handled()
          Create an Operation that calls ServletRewrite.handled()
static OperationBuilder proceed()
          Create an Operation that calls ServletRewrite.proceed()
 
Methods inherited from class org.ocpsoft.rewrite.servlet.config.HttpOperation
perform, performHttp
 
Methods inherited from class org.ocpsoft.rewrite.config.DefaultOperationBuilder
and
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Lifecycle

public Lifecycle()
Method Detail

abort

public static OperationBuilder abort()
Create an Operation that calls ServletRewrite.abort()


handled

public static OperationBuilder handled()
Create an Operation that calls ServletRewrite.handled()


proceed

public static OperationBuilder proceed()
Create an Operation that calls ServletRewrite.proceed()


rewrite-config-servlet 2.0.0.Beta3

Copyright © 2013 OCPsoft. All Rights Reserved.