public abstract class Lifecycle extends HttpOperation
| Constructor and Description |
|---|
Lifecycle() |
| Modifier and Type | Method and Description |
|---|---|
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() |
perform, performHttpandpublic static OperationBuilder abort()
Operation that calls ServletRewrite.abort()public static OperationBuilder handled()
Operation that calls ServletRewrite.handled()public static OperationBuilder proceed()
Operation that calls ServletRewrite.proceed()Copyright © 2023 OCPsoft. All rights reserved.