| Package | Description |
|---|---|
| org.ocpsoft.rewrite.servlet.config |
| Modifier and Type | Method and Description |
|---|---|
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 verifying and embedding checksums. |
EncodeQuery |
EncodeQuery.withEncodingStrategy(EncodingStrategy strategy)
Use the given
EncodingStrategy when performing encoding. |
EncodeQuery |
EncodeQuery.withInboundCorrection(boolean enable)
Redirect inbound requests to an
Address containing matching query-parameters to the encoded
Address. |
Copyright © 2021 OCPsoft. All rights reserved.