rewrite-impl-servlet 1.0.4.Final

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

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

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

Methods in org.ocpsoft.rewrite.servlet.config that return QueryString
 QueryString QueryString.bindsTo(Binding binding)
          Bind the values of this QueryString query to the given Binding.
static QueryString QueryString.matches(String pattern)
          Return a new Condition matching against the entire HttpServletRequest.getQueryString()
static QueryString QueryString.parameterExists(String nameRegex)
          Return a new Condition matching against the existence of specific parameters within HttpServletRequest.getQueryString()
static QueryString QueryString.valueExists(String valueRegex)
          Return a new Condition matching against the existence of a parameter values within HttpServletRequest.getQueryString()
 


rewrite-impl-servlet 1.0.4.Final

Copyright © 2012 OCPsoft. All Rights Reserved.