| Package | Description |
|---|---|
| org.apache.wicket.request.mapper | |
| org.apache.wicket.request.mapper.mount |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ICompoundRequestMapper
Mapper that delegates the mapping to a contained
IRequestMappers with the highest
compatibility score. |
interface |
IRequestMapperDelegate
A interface to be implemented by
IRequestMappers that delegate to other IRequestMappers. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMapper |
class |
CompoundRequestMapper
Thread safe compound
IRequestMapper. |
class |
ParentPathReferenceRewriter
Mapper that rewrites parent path segments (
../) with the specified string and viceversa. |
| Modifier and Type | Method and Description |
|---|---|
IRequestMapper |
ParentPathReferenceRewriter.getDelegateMapper()
Returns the delegate
IRequestMapper. |
IRequestMapper |
IRequestMapperDelegate.getDelegateMapper()
Returns the delegate
IRequestMapper. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<IRequestMapper> |
CompoundRequestMapper.iterator() |
| Modifier and Type | Method and Description |
|---|---|
ICompoundRequestMapper |
ICompoundRequestMapper.add(IRequestMapper mapper)
Registers a
IRequestMapper |
CompoundRequestMapper |
CompoundRequestMapper.add(IRequestMapper mapper) |
ICompoundRequestMapper |
ICompoundRequestMapper.remove(IRequestMapper mapper)
Unregisters a
IRequestMapper |
CompoundRequestMapper |
CompoundRequestMapper.remove(IRequestMapper mapper) |
| Constructor and Description |
|---|
ParentPathReferenceRewriter(IRequestMapper chain)
Construct.
|
ParentPathReferenceRewriter(IRequestMapper chain,
IProvider<String> escapeSequence)
Construct.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MountMapper
Deprecated.
Will be removed in Wicket 8.0
|
| Constructor and Description |
|---|
MountMapper(String mountPath,
IRequestMapper mapper)
Deprecated.
Construct.
|
Copyright © 2006–2015 Apache Software Foundation. All rights reserved.