|
rewrite-impl-servlet 1.0.4.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IJoin
| Nested Class Summary | |
|---|---|
static interface |
IJoin.IJoinParameter
|
static class |
IJoin.JoinParameter
|
| Method Summary | |
|---|---|
ParameterizedPattern |
getPathExpression()
|
ParameterizedPattern |
getResourcexpression()
|
IJoin |
perform(Operation operation)
Define additional Operation instances to be performed when this rule matches successfully. |
IJoin |
to(String resource)
The internal server resource (real or virtual) to be served. |
IJoin |
when(Condition condition)
Define additional Condition instances that must be satisfied in order for this rule to matche
successfully. |
IJoin |
withId(String id)
Set the ID of this Join. |
IJoin |
withInboundCorrection()
Redirect inbound requests for the internal resource to the outward facing URL instead. |
IJoin |
withRequestBinding()
Bind inbound {parameter} values to the ServletRequest.getParameterMap(), by name. |
| Methods inherited from interface org.ocpsoft.rewrite.param.Parameterized |
|---|
where, where |
| Methods inherited from interface org.ocpsoft.rewrite.config.Rule |
|---|
evaluate, getId, perform |
| Methods inherited from interface org.ocpsoft.rewrite.config.ConditionBuilder |
|---|
and, andNot, or, orNot |
| Methods inherited from interface org.ocpsoft.rewrite.config.Condition |
|---|
evaluate |
| Method Detail |
|---|
IJoin to(String resource)
ParameterizedPattern getPathExpression()
ParameterizedPattern getResourcexpression()
IJoin perform(Operation operation)
Operation instances to be performed when this rule matches successfully.
IJoin when(Condition condition)
Condition instances that must be satisfied in order for this rule to matche
successfully.
IJoin withId(String id)
Join.
IJoin withInboundCorrection()
IJoin withRequestBinding()
ServletRequest.getParameterMap(), by name.
|
rewrite-impl-servlet 1.0.4.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||