org.apache.wicket.request.handler
Interface IComponentRequestHandler

All Superinterfaces:
IRequestHandler
All Known Implementing Classes:
BookmarkableListenerInterfaceRequestHandler, ComponentRenderingRequestHandler, ListenerInterfaceRequestHandler

public interface IComponentRequestHandler
extends IRequestHandler

Request handler that works with a component.

Author:
Matej Knopp

Method Summary
 IRequestableComponent getComponent()
          Returns the component instance.
 java.lang.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

java.lang.String getComponentPath()
Returns the page relative path to the component instance.

Returns:
the page relative path to the component instance


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