rewrite-config-servlet 2.0.0.Alpha2

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

All Superinterfaces:
Condition, ConditionBuilder, ConfigurationElement, Operation, Parameterized<ICDN,ICDN.CDNParameter,String>, Rule
All Known Subinterfaces:
ICDN.ICDNParameter
All Known Implementing Classes:
CDN, ICDN.CDNParameter

public interface ICDN
extends Parameterized<ICDN,ICDN.CDNParameter,String>, Rule, ConditionBuilder

Author:
Lincoln Baxter, III

Nested Class Summary
static class ICDN.CDNParameter
           
static interface ICDN.ICDNParameter
           
 
Method Summary
 ParameterizedPatternParser getLocationExpression()
           
 ParameterizedPatternParser getResourcExpression()
           
 ICDN perform(Operation operation)
          Define additional Operation instances to be performed when this rule matches successfully.
 ICDN to(String location)
          The new resource (real or virtual) to be served, either from a local context or remote CDN.
 ICDN when(Condition condition)
          Define additional Condition instances that must be satisfied in order for this rule to match successfully.
 ICDN withId(String id)
          Set the ID of this Join.
 
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
 

Method Detail

to

ICDN to(String location)
The new resource (real or virtual) to be served, either from a local context or remote CDN.


getLocationExpression

ParameterizedPatternParser getLocationExpression()

getResourcExpression

ParameterizedPatternParser getResourcExpression()

perform

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


when

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


withId

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


rewrite-config-servlet 2.0.0.Alpha2

Copyright © 2012 OCPsoft. All Rights Reserved.