org.ocpsoft.rewrite.servlet.config
Class Lifecycle
java.lang.Object
org.ocpsoft.rewrite.config.DefaultOperationBuilder
org.ocpsoft.rewrite.servlet.config.HttpOperation
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Lifecycle
public Lifecycle()
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()
Copyright © 2013 OCPsoft. All Rights Reserved.