public class BLCMain extends Object implements com.google.gwt.core.client.EntryPoint
Modifier and Type | Field and Description |
---|---|
static String |
adminContext |
static String |
assetServerUrlPrefix |
static String |
csrfToken |
static String |
currentModuleKey |
static String |
currentPageKey |
static String |
currentViewKey |
static boolean |
DEBUG |
static EntityEditDialog |
ENTITY_ADD |
static boolean |
ISNEW |
static MasterView |
MASTERVIEW |
static MessageManager |
MESSAGE_MANAGER |
static ProgressWindow |
MODAL_PROGRESS |
static SimpleProgress |
NON_MODAL_PROGRESS |
static PolymorphicTypeSelectionDialog |
POLYMORPHIC_ADD |
static PostLaunch |
postLaunch |
static ServerProcessProgressWindow |
progressWindow |
static SplashView |
SPLASH_PROGRESS |
static String |
storeFrontWebAppPrefix |
static String |
webAppContext |
static boolean |
workflowEnabled |
Constructor and Description |
---|
BLCMain() |
Modifier and Type | Method and Description |
---|---|
static void |
addModule(Module module) |
static void |
addPreProcessor(PreProcessor preProcessor) |
static String |
buildStoreFrontBaseUrl() |
static String |
buildStoreFrontBaseUrl(String path) |
static void |
drawCurrentState(String requestedModuleKey,
String requestedPageKey) |
static MessageManager |
getMessageManager() |
static Module |
getModule(String moduleKey) |
static boolean |
isLogDebugEnabled(String category) |
static void |
logDebug(String message,
String category)
Log a debug.
|
void |
onModuleLoad() |
static void |
removeModule(String moduleKey) |
static void |
removeSplashWindow() |
static void |
setCurrentModuleKey(String requestedModuleKey) |
static void |
setCurrentPageKey(String requestedPageKey) |
static void |
setSplashWindow(SplashView splashWindow) |
public static final MessageManager MESSAGE_MANAGER
public static final ServerProcessProgressWindow progressWindow
public static String csrfToken
public static String webAppContext
public static String storeFrontWebAppPrefix
public static String assetServerUrlPrefix
public static String adminContext
public static ProgressWindow MODAL_PROGRESS
public static SplashView SPLASH_PROGRESS
public static SimpleProgress NON_MODAL_PROGRESS
public static EntityEditDialog ENTITY_ADD
public static PolymorphicTypeSelectionDialog POLYMORPHIC_ADD
public static MasterView MASTERVIEW
public static boolean ISNEW
public static String currentModuleKey
public static String currentPageKey
public static String currentViewKey
public static PostLaunch postLaunch
public static boolean workflowEnabled
public static final boolean DEBUG
public static void addModule(Module module)
public static void removeModule(String moduleKey)
public static void addPreProcessor(PreProcessor preProcessor)
public static void setSplashWindow(SplashView splashWindow)
public static void removeSplashWindow()
public static void setCurrentModuleKey(String requestedModuleKey)
public static void setCurrentPageKey(String requestedPageKey)
public static String buildStoreFrontBaseUrl()
public static void drawCurrentState(String requestedModuleKey, String requestedPageKey)
public void onModuleLoad()
onModuleLoad
in interface com.google.gwt.core.client.EntryPoint
public static MessageManager getMessageManager()
public static void logDebug(String message, String category)
message
- the message to logcategory
- category to log in, defaults to "Log"public static boolean isLogDebugEnabled(String category)
Copyright © 2013. All rights reserved.