org.apache.wicket.request.handler
Interface IPageAndComponentProvider

All Superinterfaces:
IPageProvider
All Known Implementing Classes:
PageAndComponentProvider

public interface IPageAndComponentProvider
extends IPageProvider

Extension of IPageProvider that is also capable of providing a Component belonging to the page.

Author:
Matej Knopp

Method Summary
 IRequestableComponent getComponent()
          Returns component on specified page with given path.
 String getComponentPath()
          Returns the component path.
 
Methods inherited from interface org.apache.wicket.request.handler.IPageProvider
detach, getPageClass, getPageInstance, getPageParameters, isNewPageInstance
 

Method Detail

getComponent

IRequestableComponent getComponent()
Returns component on specified page with given path.

Returns:
component

getComponentPath

String getComponentPath()
Returns the component path.

Returns:
component path


Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.