Uses of Class
org.apache.wicket.examples.authorization.BasePage

Packages that use BasePage
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
 class Index
          Home 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
 class AdminAnnotationsBookmarkablePage
          Bookmarkable page that may only be accessed by users that have role ADMIN.
 class AdminAnnotationsInternalPage
          Non-bookmarkable page that may only be accessed by users that have role ADMIN.
 class AdminBookmarkablePage
          Bookmarkable page that may only be accessed by users that have role ADMIN.
 class AdminInternalPage
          Non-bookmarkable page that may only be accessed by users that have role ADMIN.
 class AnnotationsPanelsPage
          Bookmarkable page that may only be accessed by users that have role ADMIN.
 class PanelsPage
          Bookmarkable page that may only be accessed by users that have role ADMIN.
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.