Uses of Interface
org.apache.wicket.request.target.component.listener.IListenerInterfaceRequestTarget

Packages that use IListenerInterfaceRequestTarget
org.apache.wicket.protocol.http.request This package contains http (web) protocol dependent implementations of request processing strategies. 
org.apache.wicket.protocol.http.request.urlcompressing   
org.apache.wicket.request.target.component.listener   
 

Uses of IListenerInterfaceRequestTarget in org.apache.wicket.protocol.http.request
 

Methods in org.apache.wicket.protocol.http.request with parameters of type IListenerInterfaceRequestTarget
protected  CharSequence WebRequestCodingStrategy.encode(RequestCycle requestCycle, IListenerInterfaceRequestTarget requestTarget)
          Encode a listener interface target.
 

Uses of IListenerInterfaceRequestTarget in org.apache.wicket.protocol.http.request.urlcompressing
 

Methods in org.apache.wicket.protocol.http.request.urlcompressing with parameters of type IListenerInterfaceRequestTarget
protected  CharSequence UrlCompressingWebCodingStrategy.encode(RequestCycle requestCycle, IListenerInterfaceRequestTarget requestTarget)
          Encode a listener interface target.
 

Uses of IListenerInterfaceRequestTarget in org.apache.wicket.request.target.component.listener
 

Classes in org.apache.wicket.request.target.component.listener that implement IListenerInterfaceRequestTarget
 class AbstractListenerInterfaceRequestTarget
          The abstract implementation of IListenerInterfaceRequestTarget.
 class BehaviorRequestTarget
          Target that denotes a page instance and a call to a component on that page using an listener interface method.
 class ListenerInterfaceRequestTarget
          Target that denotes a page instance and a call to a component on that page using a listener interface method.
 class RedirectPageRequestTarget
          Specialization of page request that denotes that we are actually handling a redirect request of a page.
 



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