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.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.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–2014 Apache Software Foundation. All rights reserved.