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 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
progressWindow
public static final ServerProcessProgressWindow progressWindow
csrfToken
public static String csrfToken
webAppContext
public static String webAppContext
storeFrontWebAppPrefix
public static String storeFrontWebAppPrefix
assetServerUrlPrefix
public static String assetServerUrlPrefix
adminContext
public static 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 String currentModuleKey
currentPageKey
public static String currentPageKey
currentViewKey
public static String currentViewKey
postLaunch
public static PostLaunch postLaunch
workflowEnabled
public static boolean workflowEnabled
DEBUG
public static final boolean DEBUG
- See Also:
- Constant Field Values
BLCMain
public BLCMain()
addModule
public static void addModule(Module module)
removeModule
public static void removeModule(String moduleKey)
getModule
public static Module getModule(String moduleKey)
addPreProcessor
public static void addPreProcessor(PreProcessor preProcessor)
setSplashWindow
public static void setSplashWindow(SplashView splashWindow)
removeSplashWindow
public static void removeSplashWindow()
setCurrentModuleKey
public static void setCurrentModuleKey(String requestedModuleKey)
setCurrentPageKey
public static void setCurrentPageKey(String requestedPageKey)
buildStoreFrontBaseUrl
public static String buildStoreFrontBaseUrl()
buildStoreFrontBaseUrl
public static String buildStoreFrontBaseUrl(String path)
drawCurrentState
public static void drawCurrentState(String requestedModuleKey,
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(String message,
String category)
- Log a debug.
- Parameters:
message - the message to logcategory - category to log in, defaults to "Log"
isLogDebugEnabled
public static boolean isLogDebugEnabled(String category)
Copyright © 2013. All Rights Reserved.