Module org.apache.wicket.core
Interface IPageAndComponentProvider
- All Superinterfaces:
IPageProvider
- All Known Implementing Classes:
PageAndComponentProvider
Extension of
IPageProvider
that is also capable of providing a Component belonging to the
page.- Author:
- Matej Knopp
-
Method Summary
Modifier and TypeMethodDescriptionReturns component on specified page with given path.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 Details
-
getComponent
Returns component on specified page with given path.- Returns:
- component
-
getComponentPath
Returns the page relative component path.- Returns:
- the page relative component path.
-