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

Packages that use IListenerInterfaceRequestTarget
wicket.protocol.http.portlet Wicket interface to the JSR-168 portlet API. 
wicket.protocol.http.request This package contains http (web) protocol dependent implementations of request processing strategies. 
wicket.protocol.http.request.urlcompressing   
wicket.request.target.component.listener   
 

Uses of IListenerInterfaceRequestTarget in wicket.protocol.http.portlet
 

Methods in wicket.protocol.http.portlet with parameters of type IListenerInterfaceRequestTarget
protected  java.lang.CharSequence PortletRequestCodingStrategy.encodeRequest(RequestCycle requestCycle, IListenerInterfaceRequestTarget requestTarget)
          Encode a listener interface target.
protected  java.lang.CharSequence PortletRequestCodingStrategy.encodeServletRequest(RequestCycle requestCycle, IListenerInterfaceRequestTarget requestTarget)
          Encode a listener interface target.
 

Uses of IListenerInterfaceRequestTarget in wicket.protocol.http.request
 

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

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

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

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

Classes in 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 an listener interface method.
 class RedirectPageRequestTarget
          Specialization of page request that denotes that we are actually handling a redirect request of a page.
 



Copyright © 2004-2007 Wicket developers. All Rights Reserved.