rewrite-config-servlet 2.0.0.Alpha2

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

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

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

Subinterfaces of ICDN in org.ocpsoft.rewrite.servlet.config.rule
static interface ICDN.ICDNParameter
           
 

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

Methods in org.ocpsoft.rewrite.servlet.config.rule that return ICDN
 ICDN ICDN.perform(Operation operation)
          Define additional Operation instances to be performed when this rule matches successfully.
 ICDN ICDN.CDNParameter.perform(Operation operation)
           
 ICDN CDN.perform(Operation operation)
           
static ICDN CDN.relocate(String pattern)
          The outward facing URL path to which this CDN will apply.
 ICDN ICDN.to(String location)
          The new resource (real or virtual) to be served, either from a local context or remote CDN.
 ICDN ICDN.CDNParameter.to(String location)
           
 ICDN CDN.to(String location)
           
 ICDN ICDN.when(Condition condition)
          Define additional Condition instances that must be satisfied in order for this rule to match successfully.
 ICDN ICDN.CDNParameter.when(Condition condition)
           
 ICDN CDN.when(Condition condition)
           
 ICDN ICDN.withId(String id)
          Set the ID of this Join.
 ICDN ICDN.CDNParameter.withId(String id)
           
 ICDN CDN.withId(String id)
           
 

Constructors in org.ocpsoft.rewrite.servlet.config.rule with parameters of type ICDN
ICDN.CDNParameter(ICDN join, ParameterizedPatternParserParameter... captures)
           
 


rewrite-config-servlet 2.0.0.Alpha2

Copyright © 2012 OCPsoft. All Rights Reserved.