Uses of Class
org.ocpsoft.rewrite.servlet.config.RequestParameter
Packages that use RequestParameter
-
Uses of RequestParameter in org.ocpsoft.rewrite.servlet.config
Methods in org.ocpsoft.rewrite.servlet.config that return RequestParameterModifier and TypeMethodDescriptionstatic RequestParameterRequestParameter.captureValue(String name) Creates aRequestParametercondition that will capture the value of the the given request parameter if it exists so you can bind to it using.where().static RequestParameterCreate aConditionthat matches against the existence of a request parameter with a name matching the given pattern.static RequestParameterCreate aConditionthat matches against both request parameter names and values.static RequestParameterRequestParameter.matchesAll(String name, String value) static RequestParameterRequestParameter.valueExists(String value) Create aConditionthat matches only against the existence of a request parameter value matching the given pattern.