|
rewrite-config-servlet 2.0.0.Alpha2 | |||||||||
| 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 | |
|---|---|
ParameterizedPatternParser |
getPathExpression()
|
ParameterizedPatternParser |
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 match successfully. |
IJoin |
withChaining()
Allow the target of this Join to invoke another Join rule. |
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. |
| Methods inherited from interface org.ocpsoft.rewrite.param.Parameterized |
|---|
where, where |
| Methods inherited from interface org.ocpsoft.rewrite.config.Rule |
|---|
evaluate, getId, perform |
| Method Detail |
|---|
IJoin to(String resource)
ParameterizedPatternParser getPathExpression()
ParameterizedPatternParser 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 match successfully.
IJoin withChaining()
Join to invoke another Join rule. By default, once a Join has
been invoked, no more Join rules will be processed.
IJoin withId(String id)
Join.
IJoin withInboundCorrection()
|
rewrite-config-servlet 2.0.0.Alpha2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||