Subclasses of AbstractBookmarkableMapper in org.apache.wicket.request.mapper |
class |
BookmarkableMapper
Decodes and encodes the following URLs:
Page Class - Render (BookmarkablePageRequestHandler)
/wicket/bookmarkable/org.apache.wicket.MyPage
(will redirect to hybrid alternative if page is not stateless)
Page Instance - Render Hybrid (RenderPageRequestHandler for pages that were created using bookmarkable URLs)
/wicket/bookmarkable/org.apache.wicket.MyPage? |
class |
HomePageMapper
A mapper that is used when a request to the home page ("/") is made |
class |
MountedMapper
Encoder for mounted URL. |
class |
PackageMapper
A request mapper that mounts all bookmarkable pages in a given package. |