|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractMapper | |
|---|---|
| org.apache.wicket.examples.requestmapper | |
| org.apache.wicket.request.mapper | |
| org.apache.wicket.request.mapper.mount | |
| Uses of AbstractMapper in org.apache.wicket.examples.requestmapper |
|---|
| Subclasses of AbstractMapper in org.apache.wicket.examples.requestmapper | |
|---|---|
class |
CustomHomeMapper
An IRequestMapper that handles requests to the home page ('/') and appends the string
representation of the current session locale in the URL
I.e. a request to http://example.com/app will end up in http://example.com/app/en_US |
class |
LocaleFirstMapper
A IRequestMapper that reads the session locale from the first url segment |
| Uses of AbstractMapper in org.apache.wicket.request.mapper |
|---|
| Subclasses of AbstractMapper in org.apache.wicket.request.mapper | |
|---|---|
class |
AbstractBookmarkableMapper
Abstract encoder for Bookmarkable, Hybrid and BookmarkableListenerInterface URLs. |
class |
AbstractComponentMapper
Convenience class for implementing page/components related encoders. |
class |
AbstractResourceReferenceMapper
Base class for encoding and decoding ResourceReferences |
class |
BasicResourceReferenceMapper
Generic ResourceReference encoder that encodes and decodes non-mounted
ResourceReferences. |
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. |
class |
PageInstanceMapper
Decodes and encodes the following URLs: Page Instance - Render (RenderPageRequestHandler) /wicket/page? |
class |
ResourceMapper
A IRequestMapper to mount resources to a custom mount path
maps indexed parameters to path segments
maps named parameters to query string arguments or placeholder path segments
sample structure of url
/myresources/${category}/images/[indexed-param-0]/[indexed-param-1]? |
| Uses of AbstractMapper in org.apache.wicket.request.mapper.mount |
|---|
| Subclasses of AbstractMapper in org.apache.wicket.request.mapper.mount | |
|---|---|
class |
MountMapper
IRequestMapper that can mount requests onto urls. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||