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:
- ConfigurationElement, Operation, OperationBuilder
public abstract class Lifecycle
- extends HttpOperation
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 Operation abort()
- Calls
ServletRewrite.abort()
handled
public static Operation handled()
- Calls
ServletRewrite.handled()
proceed
public static Operation proceed()
- Calls
ServletRewrite.proceed()
Copyright © 2012 OCPsoft. All Rights Reserved.