rewrite-impl-servlet 1.0.4.Final

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

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

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

Methods in org.ocpsoft.rewrite.servlet.config that return EncodeQuery
 EncodeQuery EncodeQuery.excluding(String... params)
          Exclude the given query-parameter names from encoding.
static EncodeQuery EncodeQuery.params(String... params)
          Create a new EncodeQuery Operation for the given query-parameter names.
 EncodeQuery EncodeQuery.to(String param)
          The name of the composite query-parameter to hold the encoded parameters.
 EncodeQuery EncodeQuery.withChecksumStrategy(ChecksumStrategy strategy)
          Use the given ChecksumStrategy when calculating and embedding checksums.
 EncodeQuery EncodeQuery.withEncodingStrategy(EncodingStrategy strategy)
          Use the given EncodingStrategy when performing encoding.
 EncodeQuery EncodeQuery.withInboundCorrection(boolean enable)
          Redirect inbound requests to URLs containing matching query-parameters to the encoded URL.
 


rewrite-impl-servlet 1.0.4.Final

Copyright © 2012 OCPsoft. All Rights Reserved.