Uses of Class
org.apache.wicket.markup.html.link.BookmarkablePageLink
-
Packages that use BookmarkablePageLink Package Description org.apache.wicket.markup.html Base package of HTML markup.org.apache.wicket.markup.resolver Resolvers implement theIComponentResolverinterface 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 Modifier and Type Method Description protected BookmarkablePageLink<java.lang.Void>WebPage. homePageLink(java.lang.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 Modifier and Type Class Description static classAutoLinkResolver.AutolinkBookmarkablePageLink<T>Autolink components delegate component resolution to their parent components.
-