rewrite-impl-servlet 1.0.3.Final

org.ocpsoft.rewrite.servlet.config
Class Lifecycle

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

public abstract class Lifecycle
extends HttpOperation

Responsible for controlling the Rewrite life-cycle itself.

Author:
Lincoln Baxter, III

Constructor Summary
Lifecycle()
           
 
Method Summary
static Operation abort()
          Calls ServletRewrite.abort()
static Operation handled()
          Calls ServletRewrite.handled()
static Operation proceed()
          Calls ServletRewrite.proceed()
 
Methods inherited from class org.ocpsoft.rewrite.servlet.config.HttpOperation
perform, performHttp
 
Methods inherited from class org.ocpsoft.rewrite.config.OperationBuilder
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 Operation abort()
Calls ServletRewrite.abort()


handled

public static Operation handled()
Calls ServletRewrite.handled()


proceed

public static Operation proceed()
Calls ServletRewrite.proceed()


rewrite-impl-servlet 1.0.3.Final

Copyright © 2012 OCPsoft. All Rights Reserved.