|
Java URL Optimization API (Core API) 2.1.0 | |||||||||
| 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 | |
|---|---|
java.lang.Object |
clone()
Creates a cloned instance of the parameter. |
java.lang.String |
getEncodedKey()
The encoded key. |
java.lang.String |
getEncodedValue()
The encoded string value. |
java.lang.String |
getKey()
The parameter key. |
java.lang.String |
getValue()
The parameter string value. |
| Method Detail |
|---|
java.lang.String getKey()
java.lang.String getValue()
java.lang.String getEncodedKey()
throws UrlFormatException
UrlFormatException - if the key cannot be encoded.
java.lang.String getEncodedValue()
throws UrlFormatException
UrlFormatException - if the value cannot be encoded.java.lang.Object clone()
|
Java URL Optimization API (Core API) 2.1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@VERSION PRODUCT: Java URL Optimization API (Core API) (urlFormatterCore) VERSION: 2.1.0 BUILD: 12010DEV ARCH_OS: n/a DATE: 2010-06-29T04:02:40-0400