rewrite-config-servlet 2.0.0.Alpha2

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
 

Subclasses of RequestParameter in org.ocpsoft.rewrite.servlet.config
static class RequestParameter.AllRequestParameters
           
 

Methods in org.ocpsoft.rewrite.servlet.config that return RequestParameter
static RequestParameter RequestParameter.exists(String name)
          Return a Header condition that matches only against the existence of a header with a name matching the given pattern.
static RequestParameter RequestParameter.matches(String name, String value)
          Return a Header condition that matches against both header name and values.
static RequestParameter RequestParameter.matchesAll(String name, String value)
           
static RequestParameter RequestParameter.valueExists(String value)
          Return a Header condition that matches only against the existence of a header with value matching the given pattern.
 


rewrite-config-servlet 2.0.0.Alpha2

Copyright © 2012 OCPsoft. All Rights Reserved.