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

Packages that use BookmarkablePageLink
wicket The core Wicket package. 
wicket.markup.html Base package of HTML markup. 
wicket.markup.html.link Link components. 
 

Uses of BookmarkablePageLink in wicket
 

Subclasses of BookmarkablePageLink in wicket
static class AutoLinkResolver.AutolinkBookmarkablePageLink
          Autolink components delegate component resolution to their parent components.
 

Uses of BookmarkablePageLink in wicket.markup.html
 

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

Uses of BookmarkablePageLink in wicket.markup.html.link
 

Methods in wicket.markup.html.link that return BookmarkablePageLink
 BookmarkablePageLink BookmarkablePageLink.setParameter(java.lang.String property, int value)
          Adds a given page property value to this link.
 BookmarkablePageLink BookmarkablePageLink.setParameter(java.lang.String property, long value)
          Adds a given page property value to this link.
 BookmarkablePageLink BookmarkablePageLink.setParameter(java.lang.String property, java.lang.String value)
          Adds a given page property value to this link.
 



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