org.broadleafcommerce.openadmin.client
Class BLCMain
java.lang.Object
org.broadleafcommerce.openadmin.client.BLCMain
- All Implemented Interfaces:
- com.google.gwt.core.client.EntryPoint
public class BLCMain
- extends java.lang.Object
- implements com.google.gwt.core.client.EntryPoint
- Author:
- jfischer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MESSAGE_MANAGER
public static final MessageManager MESSAGE_MANAGER
webAppContext
public static java.lang.String webAppContext
storeFrontWebAppContext
public static java.lang.String storeFrontWebAppContext
adminContext
public static java.lang.String adminContext
MODAL_PROGRESS
public static ProgressWindow MODAL_PROGRESS
SPLASH_PROGRESS
public static SplashView SPLASH_PROGRESS
NON_MODAL_PROGRESS
public static SimpleProgress NON_MODAL_PROGRESS
ENTITY_ADD
public static EntityEditDialog ENTITY_ADD
POLYMORPHIC_ADD
public static PolymorphicTypeSelectionDialog POLYMORPHIC_ADD
MASTERVIEW
public static MasterView MASTERVIEW
ISNEW
public static boolean ISNEW
currentModuleKey
public static java.lang.String currentModuleKey
currentPageKey
public static java.lang.String currentPageKey
currentViewKey
public static java.lang.String currentViewKey
DEBUG
public static final boolean DEBUG
- See Also:
- Constant Field Values
BLCMain
public BLCMain()
addModule
public static void addModule(Module module)
getModule
public static Module getModule(java.lang.String moduleKey)
setSplashWindow
public static void setSplashWindow(SplashView splashWindow)
removeSplashWindow
public static void removeSplashWindow()
drawCurrentState
public static void drawCurrentState(java.lang.String requestedModuleKey,
java.lang.String requestedPageKey)
onModuleLoad
public void onModuleLoad()
- Specified by:
onModuleLoad in interface com.google.gwt.core.client.EntryPoint
getMessageManager
public static MessageManager getMessageManager()
logDebug
public static void logDebug(java.lang.String message,
java.lang.String category)
- Log a debug.
- Parameters:
message - the message to logcategory - category to log in, defaults to "Log"
isLogDebugEnabled
public static boolean isLogDebugEnabled(java.lang.String category)
Copyright © 2011. All Rights Reserved.