rewrite-config-servlet 2.0.0.Alpha6

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

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

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

Methods in org.ocpsoft.rewrite.servlet.config that return Query
static Query Query.matches(String query)
          Return a new Condition matching against the entire HttpServletRequest.getQueryString()
static Query Query.parameterExists(String name)
          Return a new Condition matching against the existence of specific parameters within HttpServletRequest.getQueryString()
static Query Query.valueExists(String valuePattern)
          Return a new Condition matching against the existence of a parameter values within HttpServletRequest.getQueryString()
 


rewrite-config-servlet 2.0.0.Alpha6

Copyright © 2013 OCPsoft. All Rights Reserved.