Uses of Class
org.ocpsoft.rewrite.servlet.config.EncodeQuery
Packages that use EncodeQuery
-
Uses of EncodeQuery in org.ocpsoft.rewrite.servlet.config
Methods in org.ocpsoft.rewrite.servlet.config that return EncodeQueryModifier and TypeMethodDescriptionExclude the given query-parameter names from encoding.EncodeQuery.onChecksumFailure(Operation operation) Operationto be performed when the currentChecksumStrategydetects an inbound checksum failure.static EncodeQueryCreate a newEncodeQueryoperation for the given query-parameter names.The name of the composite query-parameter to hold the encoded parameters.EncodeQuery.withChecksumStrategy(ChecksumStrategy strategy) Use the givenChecksumStrategywhen verifying and embedding checksums.EncodeQuery.withEncodingStrategy(EncodingStrategy strategy) Use the givenEncodingStrategywhen performing encoding.EncodeQuery.withInboundCorrection(boolean enable) Redirect inbound requests to anAddresscontaining matching query-parameters to the encodedAddress.