java.lang.Object | |
↳ | com.atlassian.jira.util.JiraUrlCodec |
Class to wrap around the encoding of query strings. This has ordinarily been done by using the JIRA encoding.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
URL decode the passed value using the passed character encoding, or if the encoding doesn't exist, the system
encoding.
| |||||||||||
URL decode the passed value using the configured JIRA character encoding, or if the encoding doesn't exist,
the system encoding.
| |||||||||||
URL encode the passed value using the configured JIRA character encoding, or if the encoding doesn't exist,
the system encoding.
| |||||||||||
URL encode the passed value using the passed character encoding, or if the encoding doesn't exist, the system
encoding.
| |||||||||||
URL encode the passed value using the configured JIRA character encoding, or if the encoding doesn't exist,
the system encoding.
| |||||||||||
URL encode the passed value using the passed character encoding, or if the encoding doesn't exist, the system
encoding.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Object |
URL decode the passed value using the passed character encoding, or if the encoding doesn't exist, the system encoding.
value | the value to decode. |
---|---|
encoding | the character encoding to use |
URL decode the passed value using the configured JIRA character encoding, or if the encoding doesn't exist, the system encoding.
value | the value to decode. |
---|
URL encode the passed value using the configured JIRA character encoding, or if the encoding doesn't exist, the system encoding.
value | the value to encode. |
---|---|
spacesEncodedasHexValue | if true spaces are encoded with the the hex value '%20', otherwise if false then the character '+'. |
URL encode the passed value using the passed character encoding, or if the encoding doesn't exist, the system encoding. Spaces are encoded as the '+' character.
value | the value to encode. |
---|---|
encoding | the character encoding to use |
URL encode the passed value using the configured JIRA character encoding, or if the encoding doesn't exist, the system encoding. Spaces are encoded as the '+' character.
value | the value to encode. |
---|
URL encode the passed value using the passed character encoding, or if the encoding doesn't exist, the system encoding.
value | the value to encode. |
---|---|
encoding | the character encoding to use |
spacesEncodedasHexValue | if true spaces are encoded with the the hex value '%20', otherwise if false then the character '+'. |