rewrite-impl-servlet 1.0.5.Final

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
 ParameterizedPattern 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

ParameterizedPattern getDomainExpression()

rewrite-impl-servlet 1.0.5.Final

Copyright © 2012 OCPsoft. All Rights Reserved.