|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.extensions.surf.studio.WebStudioService
public class WebStudioService
Web Studio spring service
| Field Summary | |
|---|---|
protected org.springframework.context.ApplicationContext |
applicationContext
|
protected WebStudioStateProvider |
clientStateProvider
|
protected Container |
container
|
protected org.json.JSONObject |
overlayConfiguration
|
protected WebFrameworkServiceRegistry |
serviceRegistry
|
protected TaskManager |
taskManager
|
| Constructor Summary | |
|---|---|
WebStudioService()
|
|
| Method Summary | |
|---|---|
protected void |
appendSearchPath(String searchPathId,
String storeId)
|
protected void |
autowire()
Ensures that Web Studio search path elements are in place |
org.springframework.context.ApplicationContext |
getApplicationContext()
Gets the application context. |
WebStudioStateProvider |
getClientStateProvider()
Gets the web studio state provider. |
static WebStudioService |
getInstance()
|
org.json.JSONObject |
getOverlayConfiguration()
Gets the overlay configuration. |
TaskManager |
getTaskManager()
Gets the task manager. |
WebStudioConfigElement |
getWebStudioConfiguration()
Gets the web studio configuration. |
protected void |
initConfiguration()
|
void |
onApplicationEvent(org.springframework.context.ApplicationEvent event)
|
protected void |
onBootstrap()
Initialization of the Web Studio Service bean |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
Sets the application context. |
void |
setClientStateProvider(WebStudioStateProvider clientStateProvider)
Sets the client state provider. |
void |
setContainer(Container container)
Sets the container. |
void |
setServiceRegistry(WebFrameworkServiceRegistry serviceRegistry)
Sets the service registry. |
void |
setTaskManager(TaskManager taskManager)
Sets the task manager. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected org.springframework.context.ApplicationContext applicationContext
protected WebFrameworkServiceRegistry serviceRegistry
protected WebStudioStateProvider clientStateProvider
protected TaskManager taskManager
protected Container container
protected org.json.JSONObject overlayConfiguration
| Constructor Detail |
|---|
public WebStudioService()
| Method Detail |
|---|
public static WebStudioService getInstance()
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
setApplicationContext in interface org.springframework.context.ApplicationContextAwareapplicationContext - the new application contextpublic org.springframework.context.ApplicationContext getApplicationContext()
public void setServiceRegistry(WebFrameworkServiceRegistry serviceRegistry)
serviceRegistry - the new service registrypublic void setClientStateProvider(WebStudioStateProvider clientStateProvider)
clientStateProvider - the new web client state providerpublic void setTaskManager(TaskManager taskManager)
taskManager - the new task managerpublic void setContainer(Container container)
container - the new containerpublic WebStudioStateProvider getClientStateProvider()
public TaskManager getTaskManager()
public WebStudioConfigElement getWebStudioConfiguration()
public org.json.JSONObject getOverlayConfiguration()
public void onApplicationEvent(org.springframework.context.ApplicationEvent event)
onApplicationEvent in interface org.springframework.context.ApplicationListenerprotected void onBootstrap()
protected void autowire()
protected void appendSearchPath(String searchPathId,
String storeId)
protected void initConfiguration()
throws org.json.JSONException
org.json.JSONException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||