Uses of Class
org.apache.wicket.examples.authorization.BasePage
-
Packages that use BasePage Package Description org.apache.wicket.examples.authorization org.apache.wicket.examples.authorization.pages -
-
Uses of BasePage in org.apache.wicket.examples.authorization
Subclasses of BasePage in org.apache.wicket.examples.authorization Modifier and Type Class Description classIndexHome page for the roles example. -
Uses of BasePage in org.apache.wicket.examples.authorization.pages
Subclasses of BasePage in org.apache.wicket.examples.authorization.pages Modifier and Type Class Description classAdminAnnotationsBookmarkablePageBookmarkable page that may only be accessed by users that have role ADMIN.classAdminAnnotationsInternalPageNon-bookmarkable page that may only be accessed by users that have role ADMIN.classAdminBookmarkablePageBookmarkable page that may only be accessed by users that have role ADMIN.classAdminInternalPageNon-bookmarkable page that may only be accessed by users that have role ADMIN.classAnnotationsPanelsPageBookmarkable page that may only be accessed by users that have role ADMIN.classPanelsPageBookmarkable page that may only be accessed by users that have role ADMIN.
-