|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.core.request.mapper.MapperUtils
public class MapperUtils
Utility class that performs common functions used by IRequestMappers.
| Method Summary | |
|---|---|
static PageComponentInfo |
getPageComponentInfo(Url url)
Extracts the PageComponentInfo from the URL. |
static PageComponentInfo |
parsePageComponentInfoParameter(Url.QueryParameter parameter)
Attempts to parse a Url.QueryParameter which may hold PageComponentInfo. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static PageComponentInfo parsePageComponentInfoParameter(Url.QueryParameter parameter)
Url.QueryParameter which may hold PageComponentInfo.
parameter - The Url.QueryParameter to parse.
PageComponentInfo, or null if the parameter could not be parsed.public static PageComponentInfo getPageComponentInfo(Url url)
PageComponentInfo from the URL. The PageComponentInfo is encoded
as the very first query parameter and the parameter consists of name only (no value).
url -
null otherwise.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||