|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IRequestTargetUrlCodingStrategy
Implementations of this interface know how to encode and decode request targets to/from a URL.
| Method Summary | |
|---|---|
IRequestTarget |
decode(RequestParameters requestParameters)
Gets the decoded request target. |
java.lang.CharSequence |
encode(IRequestTarget requestTarget)
Gets the encoded url for the provided request target. |
boolean |
matches(IRequestTarget requestTarget)
Gets whether this mounter is applicable for the provided request target. |
| Method Detail |
|---|
IRequestTarget decode(RequestParameters requestParameters)
requestParameters - the request parameters
java.lang.CharSequence encode(IRequestTarget requestTarget)
requestTarget - the request target to encode
boolean matches(IRequestTarget requestTarget)
requestTarget - the request target
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||