rewrite-impl-servlet 1.0.5.Final

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

Packages that use IJoin
org.ocpsoft.rewrite.servlet.config.rule   
 

Uses of IJoin in org.ocpsoft.rewrite.servlet.config.rule
 

Subinterfaces of IJoin in org.ocpsoft.rewrite.servlet.config.rule
static interface IJoin.IJoinParameter
           
 

Classes in org.ocpsoft.rewrite.servlet.config.rule that implement IJoin
static class IJoin.JoinParameter
           
 class Join
          Rule that creates a bi-directional rewrite rule between an externally facing URL and an internal server resource URL
 

Methods in org.ocpsoft.rewrite.servlet.config.rule that return IJoin
static IJoin Join.path(String pattern)
          The outward facing URL path to which this Join will apply.
 IJoin IJoin.perform(Operation operation)
          Define additional Operation instances to be performed when this rule matches successfully.
 IJoin IJoin.JoinParameter.perform(Operation operation)
           
 IJoin Join.perform(Operation operation)
           
 IJoin IJoin.to(String resource)
          The internal server resource (real or virtual) to be served.
 IJoin IJoin.JoinParameter.to(String resource)
           
 IJoin Join.to(String resource)
           
 IJoin IJoin.when(Condition condition)
          Define additional Condition instances that must be satisfied in order for this rule to matche successfully.
 IJoin IJoin.JoinParameter.when(Condition condition)
           
 IJoin Join.when(Condition condition)
           
 IJoin IJoin.withId(String id)
          Set the ID of this Join.
 IJoin IJoin.JoinParameter.withId(String id)
           
 IJoin Join.withId(String id)
           
 IJoin IJoin.withInboundCorrection()
          Redirect inbound requests for the internal resource to the outward facing URL instead.
 IJoin IJoin.JoinParameter.withInboundCorrection()
           
 IJoin Join.withInboundCorrection()
           
 IJoin IJoin.withRequestBinding()
          Bind inbound {parameter} values to the ServletRequest.getParameterMap(), by name.
 IJoin IJoin.JoinParameter.withRequestBinding()
           
 IJoin Join.withRequestBinding()
           
 

Constructors in org.ocpsoft.rewrite.servlet.config.rule with parameters of type IJoin
IJoin.JoinParameter(IJoin join, RegexCapture... captures)
           
 


rewrite-impl-servlet 1.0.5.Final

Copyright © 2012 OCPsoft. All Rights Reserved.