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

Packages that use IBookmarkablePageRequestTarget
org.apache.wicket.protocol.http.request This package contains http (web) protocol dependent implementations of request processing strategies. 
org.apache.wicket.request.target.coding Additions to request targets. 
org.apache.wicket.request.target.component   
 

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

Methods in org.apache.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 org.apache.wicket.request.target.coding
 

Classes in org.apache.wicket.request.target.coding that implement IBookmarkablePageRequestTarget
static class HybridUrlCodingStrategy.HybridBookmarkablePageRequestTarget
          BookmarkablePage request target that does a redirect after bookmarkable page was rendered (only if the bookmarkable page is stateful though)
 

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

Classes in org.apache.wicket.request.target.component that implement IBookmarkablePageRequestTarget
 class BookmarkableListenerInterfaceRequestTarget
          Request target for bookmarkable page links that also contain component path and interface name.
 class BookmarkablePageRequestTarget
          Default implementation of IBookmarkablePageRequestTarget.
 class ExpiredPageClassRequestTarget
          Special purpose target that points to a expiry page
 



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