Uses of Class
org.ocpsoft.rewrite.servlet.config.Query
Packages that use Query
-
Uses of Query in org.ocpsoft.rewrite.servlet.config
Methods in org.ocpsoft.rewrite.servlet.config that return QueryModifier and TypeMethodDescriptionstatic QueryCreate aConditionmatching the currentAddress.getQuery().static QueryQuery.parameterExists(String name) Create aConditionasserting the existence of specific parameter names within the currentAddress.getQuery()static QueryQuery.valueExists(String valuePattern) Create aConditionasserting the existence of specific parameter values within the currentAddress.getQuery().