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.
 
Methods inherited from interface org.apache.wicket.request.IRequestHandler
detach, respond
 

Method Detail

getComponent

IRequestableComponent getComponent()
Returns the component instance.

Returns:
component instance


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