|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UrlParam
An interface used internally by an UrlState to store
a single URL parameter. This is an internal interface used by an UrlState.
You shouldn't need to use this interface unless you are implementing a custom
UrlFormatter.
UrlFormatter.createUrlParam(UrlState,String,String)| Method Summary | |
|---|---|
Object |
clone()
Creates a cloned instance of the parameter. |
String |
getEncodedKey()
The encoded key. |
String |
getEncodedValue()
The encoded string value. |
String |
getKey()
The parameter key. |
String |
getValue()
The parameter string value. |
| Method Detail |
|---|
String getKey()
String getValue()
String getEncodedKey()
throws UrlFormatException
UrlFormatException - if the key cannot be encoded.
String getEncodedValue()
throws UrlFormatException
UrlFormatException - if the value cannot be encoded.Object clone()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||