|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.wicket.request.mapper.AbstractMapper
org.apache.wicket.request.mapper.AbstractComponentMapper
org.apache.wicket.request.mapper.AbstractResourceReferenceMapper
public abstract class AbstractResourceReferenceMapper
Base class for encoding and decoding ResourceReference
s
Constructor Summary | |
---|---|
AbstractResourceReferenceMapper()
|
Method Summary | |
---|---|
protected static ResourceReference.UrlAttributes |
decodeResourceReferenceAttributes(java.lang.String attributes)
|
protected static java.lang.String |
encodeResourceReferenceAttributes(ResourceReference.UrlAttributes attributes)
|
protected void |
encodeResourceReferenceAttributes(Url url,
ResourceReference reference)
|
protected ResourceReference.UrlAttributes |
getResourceReferenceAttributes(Url url)
|
Methods inherited from class org.apache.wicket.request.mapper.AbstractComponentMapper |
---|
encodePageComponentInfo, getContext, getPageClass, getPageComponentInfo, requestListenerInterfaceFromString, requestListenerInterfaceToString |
Methods inherited from class org.apache.wicket.request.mapper.AbstractMapper |
---|
encodePageParameters, extractPageParameters, getMountSegments, getPlaceholder, urlStartsWith |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.wicket.request.IRequestMapper |
---|
getCompatibilityScore, mapHandler, mapRequest |
Constructor Detail |
---|
public AbstractResourceReferenceMapper()
Method Detail |
---|
protected static java.lang.String encodeResourceReferenceAttributes(ResourceReference.UrlAttributes attributes)
protected static ResourceReference.UrlAttributes decodeResourceReferenceAttributes(java.lang.String attributes)
protected void encodeResourceReferenceAttributes(Url url, ResourceReference reference)
protected ResourceReference.UrlAttributes getResourceReferenceAttributes(Url url)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |