com.hack23.cia.web.impl.ui.application
Class Pages

Package class diagram package Pages
java.lang.Object
  extended by com.hack23.cia.web.impl.ui.application.Pages

public final class Pages
extends Object

The Class Pages.


Method Summary
static Class[] getAdminPages()
          Gets the admin pages.
static Class[] getDevPages()
          Gets the dev pages.
static Class<? extends com.vaadin.ui.Component> getHomePage()
          Gets the home page.
static Class[] getUserPages()
          Gets the user pages.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAdminPages

public static Class[] getAdminPages()
Gets the admin pages.

Returns:
the admin pages

getDevPages

public static Class[] getDevPages()
Gets the dev pages.

Returns:
the dev pages

getHomePage

public static Class<? extends com.vaadin.ui.Component> getHomePage()
Gets the home page.

Returns:
the home page

getUserPages

public static Class[] getUserPages()
Gets the user pages.

Returns:
the user pages


Copyright © 2008-2012 www.hack23.com. All Rights Reserved.