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