rewrite-config-servlet 2.0.0.Alpha2

org.ocpsoft.rewrite.servlet.config
Interface IDomain

All Superinterfaces:
Condition, ConditionBuilder, ConfigurationElement, Parameterized<IDomain,IDomain.DomainParameter,String>
All Known Subinterfaces:
IDomain.IDomainParameter
All Known Implementing Classes:
Domain, IDomain.DomainParameter

public interface IDomain
extends Parameterized<IDomain,IDomain.DomainParameter,String>, ConditionBuilder

Author:
Lincoln Baxter, III

Nested Class Summary
static class IDomain.DomainParameter
           
static interface IDomain.IDomainParameter
           
 
Method Summary
 ParameterizedPatternParser getDomainExpression()
           
 IDomain withRequestBinding()
          Bind named parameters to the request parameter map.
 
Methods inherited from interface org.ocpsoft.rewrite.param.Parameterized
where, where
 
Methods inherited from interface org.ocpsoft.rewrite.config.ConditionBuilder
and, andNot, or, orNot
 
Methods inherited from interface org.ocpsoft.rewrite.config.Condition
evaluate
 

Method Detail

withRequestBinding

IDomain withRequestBinding()
Bind named parameters to the request parameter map.


getDomainExpression

ParameterizedPatternParser getDomainExpression()

rewrite-config-servlet 2.0.0.Alpha2

Copyright © 2012 OCPsoft. All Rights Reserved.