rewrite-config-servlet 2.0.0.Beta3

Uses of Class
org.ocpsoft.rewrite.servlet.config.RequestParameter

Packages that use RequestParameter
org.ocpsoft.rewrite.servlet.config   
 

Uses of RequestParameter in org.ocpsoft.rewrite.servlet.config
 

Methods in org.ocpsoft.rewrite.servlet.config that return RequestParameter
static RequestParameter RequestParameter.exists(String name)
          Create a Condition that matches against the existence of a request parameter with a name matching the given pattern.
static RequestParameter RequestParameter.matches(String name, String value)
          Create a Condition that matches against both request parameter names and values.
static RequestParameter RequestParameter.matchesAll(String name, String value)
           
static RequestParameter RequestParameter.valueExists(String value)
          Create a Condition that matches only against the existence of a request parameter value matching the given pattern.
 


rewrite-config-servlet 2.0.0.Beta3

Copyright © 2013 OCPsoft. All Rights Reserved.