org.apache.wicket.portlet
Class PortletRequestMapper
java.lang.Object
org.apache.wicket.request.mapper.AbstractMapper
org.apache.wicket.request.mapper.AbstractComponentMapper
org.apache.wicket.portlet.PortletRequestMapper
- All Implemented Interfaces:
- IRequestMapper
public class PortletRequestMapper
- extends AbstractComponentMapper
This class is the default request mapper for portlets. It modifies the
generated URLs (that are generated by the wrapped SystemMapper) depending on
the type of the used request handler. Its purpose is to implement all portlet
related functionality from WebRequestCodingStrategy, that was used in Wicket
1.4.
- Author:
- Peter Pastrnak
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortletRequestMapper
public PortletRequestMapper(Application application)
mapRequest
public IRequestHandler mapRequest(Request request)
getCompatibilityScore
public int getCompatibilityScore(Request request)
mapHandler
public Url mapHandler(IRequestHandler requestHandler)
Copyright © 2015. All Rights Reserved.