public class WebFrameworkServiceRegistry extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
WEB_FRAMEWORK_SERVICE_REGISTRY_ID |
| Constructor and Description |
|---|
WebFrameworkServiceRegistry() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.extensions.config.ConfigService |
getConfigService()
Gets the config service.
|
org.springframework.extensions.webscripts.connector.ConnectorService |
getConnectorService()
Gets the connector service.
|
ModelObjectService |
getModelObjectService()
Deprecated.
|
ObjectPersistenceService |
getObjectPersistenceService()
Deprecated.
|
PersisterService |
getPersisterService()
Deprecated.
|
PresetsManager |
getPresetsManager()
Gets the presets manager.
|
org.springframework.extensions.config.RemoteConfigElement |
getRemoteConfigElement()
Deprecated.
Use Spring configuration to access the RemoteConfigElement (Bean ref "remote.config.element")
|
RenderService |
getRenderService()
Gets the web framework render service.
|
ResourceService |
getResourceService()
Deprecated.
|
org.springframework.extensions.webscripts.ScriptRemote |
getScriptRemote()
Gets the script remote.
|
freemarker.ext.servlet.ServletContextHashModel |
getServletContextHashModel()
Deprecated.
Use Spring configuration to access the ServletContextHashModel (Bean ref "servletContext.hashModel")
|
freemarker.ext.jsp.TaglibFactory |
getTaglibFactory()
Deprecated.
Use Spring configuration to access the TabLibFactory (Bean ref "taglib.factory")
|
TemplatesContainer |
getTemplatesContainer()
Gets the templates container.
|
UserFactory |
getUserFactory()
Deprecated.
Use Spring configuration to access the UserFactory (Bean ref "user.factory")
|
WebFrameworkConfigElement |
getWebFrameworkConfiguration()
Deprecated.
Use Spring configuration to access the WebFrameworkConfigElement (Bean ref "webframework.config.element")
|
org.springframework.extensions.webscripts.Container |
getWebFrameworkContainer()
Deprecated.
Use Spring configuration to access the Web Framework Container (Bean ref "webscripts.container")
|
void |
setConfigService(org.springframework.extensions.config.ConfigService configService) |
void |
setConnectorService(org.springframework.extensions.webscripts.connector.ConnectorService connectorService) |
void |
setModelObjectService(ModelObjectService modelObjectService) |
void |
setObjectPersistenceService(ObjectPersistenceService objectPersistenceService) |
void |
setPersisterService(PersisterService persisterService) |
void |
setPresetsManager(PresetsManager presetsManager) |
void |
setRemoteConfigElement(org.springframework.extensions.config.RemoteConfigElement remoteConfigElement)
Deprecated.
|
void |
setScriptRemote(org.springframework.extensions.webscripts.ScriptRemote scriptRemote) |
static void |
setServletContextHashModel(freemarker.ext.servlet.ServletContextHashModel servletContextHashModel)
Deprecated.
|
static void |
setTaglibFactory(freemarker.ext.jsp.TaglibFactory taglibFactory)
Deprecated.
|
void |
setTemplatesContainer(TemplatesContainer templatesContainer) |
void |
setUserFactory(UserFactory userFactory)
Deprecated.
|
void |
setWebFrameworkConfigElement(WebFrameworkConfigElement webFrameworkConfigElement)
Deprecated.
|
void |
setWebFrameworkContainer(org.springframework.extensions.webscripts.Container webFrameworkContainer)
Deprecated.
|
void |
setWebFrameworkRenderService(RenderService webFrameworkRenderService) |
void |
setWebFrameworkResourceService(ResourceService webFrameworkResourceService) |
public static final String WEB_FRAMEWORK_SERVICE_REGISTRY_ID
public void setConfigService(org.springframework.extensions.config.ConfigService configService)
public void setWebFrameworkRenderService(RenderService webFrameworkRenderService)
public void setWebFrameworkResourceService(ResourceService webFrameworkResourceService)
public void setConnectorService(org.springframework.extensions.webscripts.connector.ConnectorService connectorService)
public void setPresetsManager(PresetsManager presetsManager)
public void setScriptRemote(org.springframework.extensions.webscripts.ScriptRemote scriptRemote)
public void setPersisterService(PersisterService persisterService)
public void setObjectPersistenceService(ObjectPersistenceService objectPersistenceService)
public void setModelObjectService(ModelObjectService modelObjectService)
public void setTemplatesContainer(TemplatesContainer templatesContainer)
public org.springframework.extensions.config.ConfigService getConfigService()
public RenderService getRenderService()
public ResourceService getResourceService()
public org.springframework.extensions.webscripts.connector.ConnectorService getConnectorService()
public PersisterService getPersisterService()
public ObjectPersistenceService getObjectPersistenceService()
public ModelObjectService getModelObjectService()
public PresetsManager getPresetsManager()
public org.springframework.extensions.webscripts.ScriptRemote getScriptRemote()
public TemplatesContainer getTemplatesContainer()
public org.springframework.extensions.webscripts.Container getWebFrameworkContainer()
public void setWebFrameworkContainer(org.springframework.extensions.webscripts.Container webFrameworkContainer)
webFrameworkContainer - Containerpublic void setRemoteConfigElement(org.springframework.extensions.config.RemoteConfigElement remoteConfigElement)
remoteConfigElement - RemoteConfigElementpublic org.springframework.extensions.config.RemoteConfigElement getRemoteConfigElement()
public void setWebFrameworkConfigElement(WebFrameworkConfigElement webFrameworkConfigElement)
webFrameworkConfigElement - WebFrameworkConfigElementpublic WebFrameworkConfigElement getWebFrameworkConfiguration()
public UserFactory getUserFactory()
public void setUserFactory(UserFactory userFactory)
userFactory - the new user factorypublic freemarker.ext.jsp.TaglibFactory getTaglibFactory()
public static void setTaglibFactory(freemarker.ext.jsp.TaglibFactory taglibFactory)
taglibFactory - TaglibFactorypublic static void setServletContextHashModel(freemarker.ext.servlet.ServletContextHashModel servletContextHashModel)
servletContextHashModel - ServletContextHashModelpublic freemarker.ext.servlet.ServletContextHashModel getServletContextHashModel()
Copyright © 2005–2016 Alfresco Software. All rights reserved.