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 theIComponentResolver
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 Modifier and Type Method Description 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 Modifier and Type Class Description static class
AutoLinkResolver.AutolinkBookmarkablePageLink<T>
Autolink components delegate component resolution to their parent components.
-