org.apache.wicket.request.target.component
Interface IComponentRequestTarget

All Superinterfaces:
IRequestTarget
All Known Implementing Classes:
ComponentRequestTarget

public interface IComponentRequestTarget
extends IRequestTarget

Target that denotes a single component instance.

NOTE: This target is typically only used for testing purposes.

Author:
Eelco Hillenius

Method Summary
 Component getComponent()
          Gets the component instance.
 
Methods inherited from interface org.apache.wicket.IRequestTarget
detach, respond
 

Method Detail

getComponent

Component getComponent()
Gets the component instance.

Returns:
the component instance


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