|
rewrite-api-servlet 1.0.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ocpsoft.rewrite.config.OperationBuilder
org.ocpsoft.rewrite.servlet.config.HttpOperation
public abstract class HttpOperation
An Operation that is only performed if the current Rewrite event is an instance of
HttpServletRewrite
| Constructor Summary | |
|---|---|
HttpOperation()
|
|
| Method Summary | |
|---|---|
void |
perform(Rewrite event,
EvaluationContext context)
|
abstract void |
performHttp(HttpServletRewrite event,
EvaluationContext context)
Perform this operation for the given HttpServletRewrite event. |
| Methods inherited from class org.ocpsoft.rewrite.config.OperationBuilder |
|---|
and |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HttpOperation()
| Method Detail |
|---|
public abstract void performHttp(HttpServletRewrite event,
EvaluationContext context)
HttpServletRewrite event.
public final void perform(Rewrite event,
EvaluationContext context)
|
rewrite-api-servlet 1.0.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||