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

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

Uses of IPageRequestTarget in org.apache.wicket.ajax
 

Classes in org.apache.wicket.ajax that implement IPageRequestTarget
 class AjaxRequestTarget
          A request target that produces ajax response envelopes used on the client side to update component markup as well as evaluate arbitrary javascript.
 

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

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

Uses of IPageRequestTarget in org.apache.wicket.request.target.component
 

Classes in org.apache.wicket.request.target.component that implement IPageRequestTarget
 class PageIdRequestTarget
          Deprecated. will be removed before 1.5
 class PageReferenceRequestTarget
          Target that navigates to a page pointed to by its id.
 class PageRequestTarget
          Default implementation of IPageRequestTarget.
 

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

Subinterfaces of IPageRequestTarget in org.apache.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 org.apache.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 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.