|
Eclipse Rich Ajax Platform | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ApplicationConfiguration
This interface allows to configure various aspects of an Application
before it is
started.
Note: This API is provisional. It is likely to change before the final release.
Application
,
ApplicationConfigurator
Nested Class Summary | |
---|---|
static class |
ApplicationConfiguration.OperationMode
|
Method Summary | |
---|---|
void |
addBranding(AbstractBranding branding)
|
void |
addEntryPoint(java.lang.String entryPointName,
java.lang.Class<? extends IEntryPoint> entryPointType)
|
void |
addEntryPoint(java.lang.String entryPointName,
IEntryPointFactory entryPointFactory)
|
void |
addPhaseListener(PhaseListener phaseListener)
|
void |
addResource(IResource resource)
|
void |
addServiceHandler(java.lang.String serviceHandlerId,
IServiceHandler serviceHandler)
|
void |
addStyleSheet(java.lang.String themeId,
java.lang.String styleSheetLocation)
|
void |
addStyleSheet(java.lang.String themeId,
java.lang.String styleSheetLocation,
ResourceLoader resourceLoader)
|
void |
addThemableWidget(java.lang.Class<? extends Widget> widget)
|
void |
setAttribute(java.lang.String name,
java.lang.Object value)
|
void |
setOperationMode(ApplicationConfiguration.OperationMode operationMode)
The operation mode in wich the application will be running. |
void |
setSettingStoreFactory(ISettingStoreFactory settingStoreFactory)
|
Method Detail |
---|
void setOperationMode(ApplicationConfiguration.OperationMode operationMode)
JEE_COMPATIBILITY
.
operationMode
- the operation mode to be used. Must not be null
.ApplicationConfiguration.OperationMode
void addEntryPoint(java.lang.String entryPointName, java.lang.Class<? extends IEntryPoint> entryPointType)
void addEntryPoint(java.lang.String entryPointName, IEntryPointFactory entryPointFactory)
void addBranding(AbstractBranding branding)
void addStyleSheet(java.lang.String themeId, java.lang.String styleSheetLocation)
void addStyleSheet(java.lang.String themeId, java.lang.String styleSheetLocation, ResourceLoader resourceLoader)
void addPhaseListener(PhaseListener phaseListener)
void setAttribute(java.lang.String name, java.lang.Object value)
void setSettingStoreFactory(ISettingStoreFactory settingStoreFactory)
void addThemableWidget(java.lang.Class<? extends Widget> widget)
void addServiceHandler(java.lang.String serviceHandlerId, IServiceHandler serviceHandler)
void addResource(IResource resource)
|
Eclipse Rich Ajax Platform | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) EclipseSource and others 2002, 2011. All rights reserved.