|
rewrite-config-servlet 2.0.0.Beta3 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 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. |
|
rewrite-config-servlet 2.0.0.Beta3 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||