public abstract class Lifecycle extends HttpOperation
| Constructor and Description |
|---|
Lifecycle() |
| Modifier and Type | Method and Description |
|---|---|
static Operation |
abort()
Create an
Operation that calls ServletRewrite.abort() |
static Operation |
handled()
Create an
Operation that calls ServletRewrite.handled() |
static Operation |
proceed()
Create an
Operation that calls ServletRewrite.proceed() |
perform, performHttpandpublic static Operation abort()
Operation that calls ServletRewrite.abort()public static Operation handled()
Operation that calls ServletRewrite.handled()public static Operation proceed()
Operation that calls ServletRewrite.proceed()Copyright © 2013 OCPsoft. All Rights Reserved.