Uses of Class
org.apache.wicket.markup.html.link.BookmarkablePageLink

Packages that use BookmarkablePageLink
org.apache.wicket.markup.html Base package of HTML markup. 
org.apache.wicket.markup.html.link Link components. 
org.apache.wicket.markup.resolver Resolvers implement the IComponentResolver interface and must be registered with the application. 
 

Uses of BookmarkablePageLink in org.apache.wicket.markup.html
 

Methods in org.apache.wicket.markup.html that return BookmarkablePageLink
protected  BookmarkablePageLink<Void> WebPage.homePageLink(String id)
          Creates and returns a bookmarkable link to this application's home page.
 

Uses of BookmarkablePageLink in org.apache.wicket.markup.html.link
 

Methods in org.apache.wicket.markup.html.link that return BookmarkablePageLink
 BookmarkablePageLink<T> BookmarkablePageLink.setParameter(String property, int value)
          Deprecated. Use getPageParameters().set() instead
 BookmarkablePageLink<T> BookmarkablePageLink.setParameter(String property, long value)
          Deprecated. Use getPageParameters().set() instead
 BookmarkablePageLink<T> BookmarkablePageLink.setParameter(String property, String value)
          Deprecated. Use getPageParameters().set() instead
 

Uses of BookmarkablePageLink in org.apache.wicket.markup.resolver
 

Subclasses of BookmarkablePageLink in org.apache.wicket.markup.resolver
static class AutoLinkResolver.AutolinkBookmarkablePageLink<T>
          Autolink components delegate component resolution to their parent components.
 



Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.