Interface IPageAndComponentProvider
-
- All Superinterfaces:
IPageProvider
- All Known Implementing Classes:
PageAndComponentProvider
public interface IPageAndComponentProvider extends IPageProvider
Extension ofIPageProvider
that is also capable of providing a Component belonging to the page.- Author:
- Matej Knopp
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IRequestableComponent
getComponent()
Returns component on specified page with given path.String
getComponentPath()
Returns the page relative component path.-
Methods inherited from interface org.apache.wicket.core.request.handler.IPageProvider
detach, doesProvideNewPage, getPageClass, getPageId, getPageInstance, getPageParameters, getRenderCount, hasPageInstance, wasExpired
-
-
-
-
Method Detail
-
getComponent
IRequestableComponent getComponent()
Returns component on specified page with given path.- Returns:
- component
-
getComponentPath
String getComponentPath()
Returns the page relative component path.- Returns:
- the page relative component path.
-
-