public class UrlParamEncoder extends Object
SeoUrlFormatter
in an UrlParamEncoder[] array.
| Property Summary | ||
|---|---|---|
| Property | Type | Default Value |
paramKey |
String |
false |
| Constructor and Description |
|---|
UrlParamEncoder() |
| Modifier and Type | Method and Description |
|---|---|
String |
decodeValue(UrlState pUrlState,
String pValue) |
String |
encodeValue(UrlState pUrlState,
UrlParam pUrlParam) |
String |
getParamKey() |
void |
setParamKey(String pParamKey)
Sets the key of the parameter to encode.
|
public String getParamKey()
public void setParamKey(String pParamKey)
pParamKey - Parameter that will be encoded.public String encodeValue(UrlState pUrlState, UrlParam pUrlParam) throws UrlFormatException
UrlFormatExceptionpublic String decodeValue(UrlState pUrlState, String pValue) throws UrlFormatException
UrlFormatExceptionCopyright © 2014, Oracle and/or its affiliates. All rights reserved.