rewrite-config-servlet 2.0.0.Alpha2

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
 Query Query.bindsTo(Binding binding)
          Bind the values of this Query query to the given Binding.
static Query Query.matches(String queryPattern)
          Return a new Condition matching against the entire HttpServletRequest.getQueryString()
static Query Query.parameterExists(String namePattern)
          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.Alpha2

Copyright © 2012 OCPsoft. All Rights Reserved.