Interface IComponentRequestHandler
-
- All Superinterfaces:
IRequestHandler
- All Known Implementing Classes:
BookmarkableListenerRequestHandler
,ComponentRenderingRequestHandler
,ListenerRequestHandler
public interface IComponentRequestHandler extends IRequestHandler
Request handler that works with a component.- Author:
- Matej Knopp
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IRequestableComponent
getComponent()
Returns the component instance.String
getComponentPath()
Returns the page relative path to the component instance.-
Methods inherited from interface org.apache.wicket.request.IRequestHandler
detach, respond
-
-
-
-
Method Detail
-
getComponent
IRequestableComponent getComponent()
Returns the component instance.- Returns:
- component instance
-
getComponentPath
String getComponentPath()
Returns the page relative path to the component instance.- Returns:
- the page relative path to the component instance
-
-