|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IRequestMapper | |
---|---|
org.apache.wicket | The core Wicket package. |
org.apache.wicket.examples.requestmapper | |
org.apache.wicket.protocol.http | HTTP implementation. |
org.apache.wicket.protocol.https | |
org.apache.wicket.request.cycle | |
org.apache.wicket.request.mapper | |
org.apache.wicket.request.mapper.mount |
Uses of IRequestMapper in org.apache.wicket |
---|
Classes in org.apache.wicket that implement IRequestMapper | |
---|---|
class |
SystemMapper
Mapper that encapsulates mappers that are necessary for Wicket to function. |
Methods in org.apache.wicket that return IRequestMapper | |
---|---|
IRequestMapper |
Application.getRootRequestMapper()
|
Methods in org.apache.wicket with parameters of type IRequestMapper | |
---|---|
void |
Application.setRootRequestMapper(IRequestMapper rootRequestMapper)
Sets the root request mapper |
Uses of IRequestMapper in org.apache.wicket.examples.requestmapper |
---|
Classes in org.apache.wicket.examples.requestmapper that implement IRequestMapper | |
---|---|
class |
CustomHomeMapper
An IRequestMapper that handles requests to the home page ('/') and appends the string
representation of the current session locale in the URL |
class |
LocaleFirstMapper
A IRequestMapper that reads the session locale from the first url segment |
Constructors in org.apache.wicket.examples.requestmapper with parameters of type IRequestMapper | |
---|---|
LocaleFirstMapper(IRequestMapper chain)
Construct. |
Uses of IRequestMapper in org.apache.wicket.protocol.http |
---|
Methods in org.apache.wicket.protocol.http with parameters of type IRequestMapper | |
---|---|
void |
WebApplication.mount(IRequestMapper mapper)
Mounts an encoder at the given path. |
Uses of IRequestMapper in org.apache.wicket.protocol.https |
---|
Classes in org.apache.wicket.protocol.https that implement IRequestMapper | |
---|---|
class |
HttpsMapper
A IRequestMapper that will issue a redirect to secured communication (over https) if the
page resolved by HttpsMapper.delegate is annotated with @RequireHttps |
Constructors in org.apache.wicket.protocol.https with parameters of type IRequestMapper | |
---|---|
HttpsMapper(IRequestMapper delegate,
HttpsConfig httpsConfig)
Construct. |
Uses of IRequestMapper in org.apache.wicket.request.cycle |
---|
Methods in org.apache.wicket.request.cycle that return IRequestMapper | |
---|---|
IRequestMapper |
RequestCycleContext.getRequestMapper()
|
Methods in org.apache.wicket.request.cycle with parameters of type IRequestMapper | |
---|---|
void |
RequestCycleContext.setRequestMapper(IRequestMapper requestMapper)
|
Constructors in org.apache.wicket.request.cycle with parameters of type IRequestMapper | |
---|---|
RequestCycleContext(Request request,
Response response,
IRequestMapper requestMapper,
IExceptionMapper exceptionMapper)
Construct. |
Uses of IRequestMapper in org.apache.wicket.request.mapper |
---|
Subinterfaces of IRequestMapper in org.apache.wicket.request.mapper | |
---|---|
interface |
ICompoundRequestMapper
Mapper that delegates the mapping to a contained IRequestMapper s with the highest
compatibility score. |
Classes in org.apache.wicket.request.mapper that implement IRequestMapper | |
---|---|
class |
AbstractBookmarkableMapper
Abstract encoder for Bookmarkable, Hybrid and BookmarkableListenerInterface URLs. |
class |
AbstractComponentMapper
Convenience class for implementing page/components related encoders. |
class |
AbstractMapper
|
class |
AbstractResourceReferenceMapper
Base class for encoding and decoding ResourceReference s |
class |
BookmarkableMapper
Decodes and encodes the following URLs: |
class |
BufferedResponseMapper
Encoder that intercepts requests for which there is already stored buffer with rendered data. |
class |
CompoundRequestMapper
Thread safe compound IRequestMapper . |
class |
CryptoMapper
Request mapper that encrypts urls generated by another mapper. |
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: |
class |
ParentPathReferenceRewriter
Mapper that rewrites parent path segments ( ../ ) with the specified string and viceversa. |
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 |
class |
ResourceReferenceMapper
Generic ResourceReference encoder that encodes and decodes non-mounted
ResourceReference s. |
Methods in org.apache.wicket.request.mapper that return IRequestMapper | |
---|---|
protected IRequestMapper |
CryptoMapper.getWrappedMapper()
|
Methods in org.apache.wicket.request.mapper that return types with arguments of type IRequestMapper | |
---|---|
Iterator<IRequestMapper> |
CompoundRequestMapper.iterator()
|
Methods in org.apache.wicket.request.mapper with parameters of type IRequestMapper | |
---|---|
CompoundRequestMapper |
CompoundRequestMapper.add(IRequestMapper mapper)
|
ICompoundRequestMapper |
ICompoundRequestMapper.add(IRequestMapper mapper)
Registers a IRequestMapper |
CompoundRequestMapper |
CompoundRequestMapper.remove(IRequestMapper mapper)
|
ICompoundRequestMapper |
ICompoundRequestMapper.remove(IRequestMapper mapper)
Unregisters a IRequestMapper |
Constructors in org.apache.wicket.request.mapper with parameters of type IRequestMapper | |
---|---|
CryptoMapper(IRequestMapper wrappedMapper,
Application application)
Construct. |
|
CryptoMapper(IRequestMapper wrappedMapper,
IProvider<ICrypt> cryptProvider)
Construct. |
|
ParentPathReferenceRewriter(IRequestMapper chain)
Construct. |
|
ParentPathReferenceRewriter(IRequestMapper chain,
IProvider<String> escapeSequence)
Construct. |
Uses of IRequestMapper in org.apache.wicket.request.mapper.mount |
---|
Classes in org.apache.wicket.request.mapper.mount that implement IRequestMapper | |
---|---|
class |
MountMapper
IRequestMapper that can mount requests onto urls. |
Constructors in org.apache.wicket.request.mapper.mount with parameters of type IRequestMapper | |
---|---|
MountMapper(String mountPath,
IRequestMapper mapper)
Construct. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |