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

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

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.setPageMap(PageMap pageMap)
           
 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.
 

Uses of BookmarkablePageLink in wicket.markup.resolver
 

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



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