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
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.
Copyright © 2012 OCPsoft. All Rights Reserved.