rewrite-impl-servlet 1.0.3.Final

Uses of Class
org.ocpsoft.rewrite.servlet.config.rule.Join

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

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

Methods in org.ocpsoft.rewrite.servlet.config.rule that return Join
static Join Join.getCurrentJoin(javax.servlet.http.HttpServletRequest request)
          Retrieve the Join that was invoked on the current request; if no Join was invoked, return null.
static Join Join.path(java.lang.String pattern)
          The outward facing URL path to which this Join will apply.
 Join Join.perform(Operation operation)
           
 Join Join.JoinParameterBuilder.perform(Operation operation)
           
 Join Join.to(java.lang.String resource)
          The internal server resource (real or virtual) to be served.
 Join Join.JoinParameterBuilder.to(java.lang.String resource)
           
 Join Join.when(Condition condition)
           
 Join Join.JoinParameterBuilder.when(Condition condition)
           
 Join Join.withId(java.lang.String id)
          Set the ID of this Join.
 Join Join.withInboundCorrection()
          Redirect inbound requests for the internal resource to the outward facing URL instead.
 

Constructors in org.ocpsoft.rewrite.servlet.config.rule with parameters of type Join
Join.JoinParameterBuilder(Join link, ParameterizedPattern.RegexParameter parameter)
           
 


rewrite-impl-servlet 1.0.3.Final

Copyright © 2012 OCPsoft. All Rights Reserved.