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
- Author:
- Lincoln Baxter, III
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic OperationBuilderabort()Create anOperationthat callsServletRewrite.abort()static OperationBuilderhandled()Create anOperationthat callsServletRewrite.handled()static OperationBuilderproceed()Create anOperationthat callsServletRewrite.proceed()Methods inherited from class org.ocpsoft.rewrite.servlet.config.HttpOperation
perform, performHttpMethods inherited from class org.ocpsoft.rewrite.config.DefaultOperationBuilder
and
-
Constructor Details
-
Lifecycle
public Lifecycle()
-
-
Method Details
-
abort
Create anOperationthat callsServletRewrite.abort() -
handled
Create anOperationthat callsServletRewrite.handled() -
proceed
Create anOperationthat callsServletRewrite.proceed()
-