|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IRequestMapper | |
|---|---|
| org.apache.wicket.request.mapper | |
| org.apache.wicket.request.mapper.mount | |
| 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 IRequestMappers with the highest
compatibility score. |
interface |
IRequestMapperDelegate
A interface to be implemented by IRequestMappers that delegate to other IRequestMappers. |
| Classes in org.apache.wicket.request.mapper that implement IRequestMapper | |
|---|---|
class |
AbstractMapper
|
class |
CompoundRequestMapper
Thread safe compound IRequestMapper. |
class |
ParentPathReferenceRewriter
Mapper that rewrites parent path segments ( ../) with the specified string and viceversa. |
| Methods in org.apache.wicket.request.mapper that return IRequestMapper | |
|---|---|
IRequestMapper |
ParentPathReferenceRewriter.getDelegateMapper()
Returns the delegate IRequestMapper. |
IRequestMapper |
IRequestMapperDelegate.getDelegateMapper()
Returns the delegate IRequestMapper. |
| 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 | |
|---|---|
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)
|
| Constructors in org.apache.wicket.request.mapper with parameters of type IRequestMapper | |
|---|---|
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. |
| Methods in org.apache.wicket.request.mapper.mount that return IRequestMapper | |
|---|---|
IRequestMapper |
MountMapper.getInnerRequestMapper()
|
| Constructors in org.apache.wicket.request.mapper.mount with parameters of type IRequestMapper | |
|---|---|
MountMapper(String mountPath,
IRequestMapper mapper)
Construct. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||