rewrite-impl-servlet 1.0.5.Final

org.ocpsoft.rewrite.servlet.config.rule
Interface IJoin

All Superinterfaces:
Condition, ConditionBuilder, ConfigurationElement, Parameterized<IJoin,IJoin.JoinParameter,String>, Rule
All Known Subinterfaces:
IJoin.IJoinParameter
All Known Implementing Classes:
IJoin.JoinParameter, Join

public interface IJoin
extends Parameterized<IJoin,IJoin.JoinParameter,String>, Rule, ConditionBuilder

Author:
Lincoln Baxter, III

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

to

IJoin to(String resource)
The internal server resource (real or virtual) to be served.


getPathExpression

ParameterizedPattern getPathExpression()

getResourcexpression

ParameterizedPattern getResourcexpression()

perform

IJoin perform(Operation operation)
Define additional Operation instances to be performed when this rule matches successfully.


when

IJoin when(Condition condition)
Define additional Condition instances that must be satisfied in order for this rule to matche successfully.


withId

IJoin withId(String id)
Set the ID of this Join.


withInboundCorrection

IJoin withInboundCorrection()
Redirect inbound requests for the internal resource to the outward facing URL instead.


withRequestBinding

IJoin withRequestBinding()
Bind inbound {parameter} values to the ServletRequest.getParameterMap(), by name.


rewrite-impl-servlet 1.0.5.Final

Copyright © 2012 OCPsoft. All Rights Reserved.