|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICompoundRequestMapper
Mapper that delegates the mapping to a contained IRequestMappers with the highest
compatibility score.
| Method Summary | |
|---|---|
ICompoundRequestMapper |
add(IRequestMapper mapper)
Registers a IRequestMapper |
ICompoundRequestMapper |
remove(IRequestMapper mapper)
Unregisters a IRequestMapper |
void |
unmount(String path)
Unregisters all IRequestMappers which would match on a this path |
| Methods inherited from interface org.apache.wicket.request.IRequestMapper |
|---|
getCompatibilityScore, mapHandler, mapRequest |
| Methods inherited from interface java.lang.Iterable |
|---|
iterator |
| Method Detail |
|---|
ICompoundRequestMapper add(IRequestMapper mapper)
IRequestMapper
mapper -
this for chainingICompoundRequestMapper remove(IRequestMapper mapper)
IRequestMapper
mapper -
this for chainingvoid unmount(String path)
IRequestMappers which would match on a this path
path - the path to unmount
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||