rewrite-config-servlet 2.0.0.Alpha2

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.
 EncodeQuery EncodeQuery.onChecksumFailure(Operation operation)
          Operation to be performed when the current ChecksumStrategy detects an inbound checksum failure.
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-config-servlet 2.0.0.Alpha2

Copyright © 2012 OCPsoft. All Rights Reserved.