|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
| Interface Summary | |
|---|---|
| ICompoundRequestMapper | Mapper that delegates the mapping to a contained IRequestMappers with the highest
compatibility score. |
| IMapperContext | Utility interface for providing and creating new page instances. |
| IPageSource | Interface for objects that are capable of getting and creating page instance. |
| Class Summary | |
|---|---|
| AbstractBookmarkableMapper | Abstract encoder for Bookmarkable, Hybrid and BookmarkableListenerInterface URLs. |
| AbstractBookmarkableMapper.UrlInfo | Represents information stored in URL. |
| AbstractComponentMapper | Convenience class for implementing page/components related encoders. |
| AbstractMapper | |
| AbstractResourceReferenceMapper | Base class for encoding and decoding ResourceReferences |
| BasicResourceReferenceMapper | Generic ResourceReference encoder that encodes and decodes non-mounted
ResourceReferences. |
| 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? |
| BufferedResponseMapper | Encoder that intercepts requests for which there is already stored buffer with rendered data. |
| CompoundRequestMapper | Thread safe compound IRequestMapper. |
| CryptoMapper | Request mapper that encrypts urls generated by another mapper. |
| HomePageMapper | A mapper that is used when a request to the home page ("/") is made |
| MountedMapper | Encoder for mounted URL. |
| PackageMapper | A request mapper that mounts all bookmarkable pages in a given package. |
| PageInstanceMapper | Decodes and encodes the following URLs: Page Instance - Render (RenderPageRequestHandler) /wicket/page? |
| ParentPathReferenceRewriter | Mapper that rewrites parent path segments (../) with the specified string and viceversa. |
| 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]? |
| ResourceReferenceMapper | Generic ResourceReference encoder that encodes and decodes non-mounted
ResourceReferences. |
| Exception Summary | |
|---|---|
| StalePageException | Exception invoked when when stale link has been clicked. |
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||