rewrite-config-servlet 2.0.0.Alpha2

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 client-facing URL path to which this Join will apply.
 IJoin Join.perform(Operation operation)
           
 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.to(String resource)
           
 IJoin IJoin.to(String resource)
          The internal server resource (real or virtual) to be served.
 IJoin IJoin.JoinParameter.to(String resource)
           
 IJoin Join.when(Condition condition)
           
 IJoin IJoin.when(Condition condition)
          Define additional Condition instances that must be satisfied in order for this rule to match successfully.
 IJoin IJoin.JoinParameter.when(Condition condition)
           
 IJoin Join.withChaining()
           
 IJoin IJoin.withChaining()
          Allow the target of this Join to invoke another Join rule.
 IJoin IJoin.JoinParameter.withChaining()
           
 IJoin Join.withId(String id)
           
 IJoin IJoin.withId(String id)
          Set the ID of this Join.
 IJoin IJoin.JoinParameter.withId(String id)
           
 IJoin Join.withInboundCorrection()
           
 IJoin IJoin.withInboundCorrection()
          Redirect inbound requests for the internal resource to the outward facing URL instead.
 IJoin IJoin.JoinParameter.withInboundCorrection()
           
 

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


rewrite-config-servlet 2.0.0.Alpha2

Copyright © 2012 OCPsoft. All Rights Reserved.