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

Packages that use IBookmarkablePageRequestTarget
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   
 

Uses of IBookmarkablePageRequestTarget in wicket.protocol.http.portlet
 

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

Uses of IBookmarkablePageRequestTarget in wicket.protocol.http.request
 

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

Uses of IBookmarkablePageRequestTarget in wicket.request.target.component
 

Classes in wicket.request.target.component that implement IBookmarkablePageRequestTarget
 class BookmarkablePageRequestTarget
          Default implementation of IBookmarkablePageRequestTarget.
 class ExpiredPageClassRequestTarget
          Special purpose target that points to a expiry page
 



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