Package org.apache.wicket.request.mapper

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
BookmarkableMapper Decodes and encodes the following URLs:
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 Mapper for rendering home page.
MountedMapper Encoder for mounted URL.
PackageMapper A request mapper that mounts all bookmarkable pages at a given package.
PageInstanceMapper Decodes and encodes the following URLs:
ParentPathReferenceRewriter Mapper that rewrites parent path segments (../) with the specified string and viceversa.
ResourceMapper mapper to mount resources to a custom mount path maps indexed parameters to path segments maps named parameters to query string arguments
ResourceReferenceMapper Generic ResourceReference encoder that encodes and decodes non-mounted ResourceReferences.
 

Exception Summary
StalePageException Exception invoked when when stale link has been clicked.
 



Copyright © 2004-2010 Apache Software Foundation. All Rights Reserved.