Uses of Interface
wicket.request.target.component.IPageRequestTarget

Packages that use IPageRequestTarget
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.request.target.component   
wicket.request.target.component.listener   
 

Uses of IPageRequestTarget in wicket.protocol.http.portlet
 

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

Uses of IPageRequestTarget in wicket.protocol.http.request
 

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

Uses of IPageRequestTarget in wicket.request.target.component
 

Classes in wicket.request.target.component that implement IPageRequestTarget
 class PageRequestTarget
          Default implementation of IPageRequestTarget.
 

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

Subinterfaces of IPageRequestTarget in wicket.request.target.component.listener
 interface IListenerInterfaceRequestTarget
          Target that denotes a page instance and a call to a component on that page using an listener interface method.
 

Classes in wicket.request.target.component.listener that implement IPageRequestTarget
 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.