| Modifier and Type | Method and Description |
|---|---|
WebFrameworkConfigElement |
ConfigBeanFactory.getWebFrameworkConfig()
A factory method made available to Spring to generate a
WebFrameworkConfigElement Spring Bean |
protected static WebFrameworkConfigElement |
WebFrameworkConfigElement.newInstance(org.dom4j.Element elem) |
| Modifier and Type | Method and Description |
|---|---|
void |
WebFrameworkConfigElement.combineDojoConfiguration(WebFrameworkConfigElement configElement,
WebFrameworkConfigElement combinedElement)
Combines Dojo configuration from the configElement into the combinedElement.
|
static void |
WebFrameworkConfigElement.processDojoConfiguration(WebFrameworkConfigElement configElement,
org.dom4j.Element elem)
Processes the Dojo configuration from the supplied
Element |
| Modifier and Type | Method and Description |
|---|---|
WebFrameworkConfigElement |
ChromeDetectionDirective.getConfig() |
WebFrameworkConfigElement |
ChromeDetectionDirectiveData.getConfig() |
WebFrameworkConfigElement |
AbstractDependencyExtensibilityDirective.getWebFrameworkConfig() |
WebFrameworkConfigElement |
OutputJavaScriptContentModelElement.getWebFrameworkConfig() |
| Modifier and Type | Method and Description |
|---|---|
ChromeDetectionDirective |
DirectiveFactory.createChromeDetectionDirective(String directiveName,
org.springframework.extensions.surf.extensibility.ExtensibilityModel extensibilityModel,
WebFrameworkConfigElement webFrameworkConfigElement,
RequestContext context)
Creates a new
ChromeDetectionDirective. |
ChromeDetectionDirective |
DefaultDirectiveFactory.createChromeDetectionDirective(String directiveName,
org.springframework.extensions.surf.extensibility.ExtensibilityModel extensibilityModel,
WebFrameworkConfigElement webFrameworkConfigElement,
RequestContext context)
Creates a new
ChromeDetectionDirective. |
ProcessJsonModelDirective |
DirectiveFactory.createProcessJsonModelDirective(String directiveName,
ModelObject object,
org.springframework.extensions.surf.extensibility.ExtensibilityModel extensibilityModel,
RequestContext context,
WebFrameworkConfigElement webFrameworkConfig)
Creates a new
ProcessJsonModelDirective. |
ProcessJsonModelDirective |
DefaultDirectiveFactory.createProcessJsonModelDirective(String directiveName,
ModelObject object,
org.springframework.extensions.surf.extensibility.ExtensibilityModel extensibilityModel,
RequestContext context,
WebFrameworkConfigElement webFrameworkConfig) |
void |
AbstractDependencyExtensibilityDirective.setWebFrameworkConfig(WebFrameworkConfigElement webFrameworkConfig) |
void |
DefaultDirectiveFactory.setWebFrameworkConfig(WebFrameworkConfigElement webFrameworkConfig) |
| Constructor and Description |
|---|
ChromeDetectionDirective(String directiveName,
org.springframework.extensions.surf.extensibility.ExtensibilityModel model,
WebFrameworkConfigElement webFrameworkConfig,
RequestContext context) |
ChromeDetectionDirectiveData(String id,
String action,
String target,
String directiveName,
freemarker.template.TemplateDirectiveBody body,
freemarker.core.Environment env,
WebFrameworkConfigElement config,
RequestContext context) |
OutputJavaScriptContentModelElement(String id,
String directiveName,
DependencyAggregator dependencyAggregator,
WebFrameworkConfigElement webFrameworkConfig) |
OutputJavaScriptDirectiveData(String id,
String action,
String target,
String directiveName,
Map<String,Object> params,
freemarker.template.TemplateDirectiveBody body,
freemarker.core.Environment env,
DependencyAggregator dependencyAggregator,
WebFrameworkConfigElement webFrameworkConfig) |
| Modifier and Type | Method and Description |
|---|---|
static WebFrameworkConfigElement |
FrameworkBean.getConfig()
Deprecated.
|
static WebFrameworkConfigElement |
FrameworkUtil.getConfig()
Deprecated.
|
WebFrameworkConfigElement |
DojoI18nDependencyRule.getWebFrameworkConfigElement() |
WebFrameworkConfigElement |
CssThemeHandler.getWebFrameworkConfigElement()
Returns the configuration for the web framework.
|
WebFrameworkConfigElement |
DependencyHandler.getWebFrameworkConfigElement() |
WebFrameworkConfigElement |
I18nDependencyHandler.getWebFrameworkConfigElement() |
WebFrameworkConfigElement |
WebFrameworkServiceRegistry.getWebFrameworkConfiguration()
Deprecated.
Use Spring configuration to access the WebFrameworkConfigElement (Bean ref "webframework.config.element")
|
static WebFrameworkConfigElement |
FrameworkUtil.getWebFrameworkConfiguration()
Deprecated.
Retrieves the web framework configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AutowireService.configureMode(WebFrameworkConfigElement webFrameworkConfig)
This method configures the autowire mode.
|
void |
AutowireService.configureRuntime(WebFrameworkConfigElement webFrameworkConfig,
MultiObjectPersister multiObjectPersister)
This method configures the runtime based on the id provided.
|
void |
DojoDependencyHandler.setWebFrameworkConfigElement(WebFrameworkConfigElement webFrameworkConfigElement)
Setter provided to allow the Spring application context to set a
WebFrameworkConfigElement. |
void |
WebFrameworkServiceRegistry.setWebFrameworkConfigElement(WebFrameworkConfigElement webFrameworkConfigElement)
Deprecated.
|
void |
DojoI18nDependencyRule.setWebFrameworkConfigElement(WebFrameworkConfigElement webFrameworkConfigElement) |
void |
CssThemeHandler.setWebFrameworkConfigElement(WebFrameworkConfigElement webFrameworkConfigElement)
Required by Spring to inject the web framework configuration.
|
void |
RequestContext.setWebFrameworkConfigElement(WebFrameworkConfigElement webFrameworkConfigElement) |
void |
DependencyHandler.setWebFrameworkConfigElement(WebFrameworkConfigElement webFrameworkConfigElement) |
void |
I18nDependencyHandler.setWebFrameworkConfigElement(WebFrameworkConfigElement webFrameworkConfigElement) |
void |
ModuleDeploymentService.setWebFrameworkConfiguration(WebFrameworkConfigElement webFrameworkConfiguration)
This method is required in order for the Spring application context to set the
WebFrameworkConfigElement required to
detect the module deployment mode. |
| Modifier and Type | Method and Description |
|---|---|
WebFrameworkConfigElement |
AbstractWebFrameworkViewResolver.getWebframeworkConfigElement() |
WebFrameworkConfigElement |
AbstractWebFrameworkController.getWebFrameworkConfiguration()
Gets the web framework configuration.
|
WebFrameworkConfigElement |
AbstractWebFrameworkInterceptor.getWebFrameworkConfiguration()
Gets the web framework configuration.
|
WebFrameworkConfigElement |
AbstractWebFrameworkView.getWebFrameworkConfiguration()
Gets a
WebFrameworkConfigElement. |
| Modifier and Type | Method and Description |
|---|---|
void |
ThemeInterceptor.setWebFrameworkConfig(WebFrameworkConfigElement webFrameworkConfig) |
void |
ResourceController.setWebframeworkConfigElement(WebFrameworkConfigElement webframeworkConfigElement) |
void |
AbstractWebFrameworkViewResolver.setWebframeworkConfigElement(WebFrameworkConfigElement webframeworkConfigElement) |
void |
AbstractLoginController.setWebFrameworkConfiguration(WebFrameworkConfigElement webFrameworkConfiguration) |
| Constructor and Description |
|---|
AbstractWebFrameworkView(WebFrameworkConfigElement webFrameworkConfiguration,
ModelObjectService modelObjectService,
ResourceService resourceService,
RenderService renderService,
TemplatesContainer templatesContainer)
Constructor
|
ComponentView(WebFrameworkConfigElement webFrameworkConfiguration,
ModelObjectService modelObjectService,
ResourceService resourceService,
RenderService renderService,
TemplatesContainer templatesContainer)
This is the preferred constructor to use for instantiating a new
ComponentView because it allows
complete flexibility when rendering the view. |
ErrorHandlerPageView(WebFrameworkConfigElement webFrameworkConfiguration,
ModelObjectService modelObjectService,
ResourceService resourceService,
RenderService renderService,
TemplatesContainer templatesContainer)
This is the preferred constructor to use for instantiating a new
ErrorHandlerPageView because it allows
complete flexibility when rendering the view. |
PageView(WebFrameworkConfigElement webFrameworkConfiguration,
ModelObjectService modelObjectService,
ResourceService resourceService,
RenderService renderService,
TemplatesContainer templatesContainer)
This is the preferred constructor to use for instantiating a new
PageView because it allows
complete flexibility when rendering the view. |
RegionView(WebFrameworkConfigElement webFrameworkConfiguration,
ModelObjectService modelObjectService,
ResourceService resourceService,
RenderService renderService,
TemplatesContainer templatesContainer)
This is the preferred constructor to use for instantiating a new
RegionView because it allows
complete flexibility when rendering the view. |
SystemPageView(WebFrameworkConfigElement webFrameworkConfiguration,
ModelObjectService modelObjectService,
ResourceService resourceService,
RenderService renderService,
TemplatesContainer templatesContainer)
This is the preferred constructor to use for instantiating a new
SystemPageView because it allows
complete flexibility when rendering the view. |
TemplateView(WebFrameworkConfigElement webFrameworkConfiguration,
ModelObjectService modelObjectService,
ResourceService resourceService,
RenderService renderService,
TemplatesContainer templatesContainer)
This is the preferred constructor to use for instantiating a new
TemplateView because it allows
complete flexibility when rendering the view. |
| Modifier and Type | Method and Description |
|---|---|
WebFrameworkConfigElement |
PersisterService.getWebFrameworkConfig()
Returns the
WebFrameworkConfigElement that was supplied to the class
upon instantiation. |
protected WebFrameworkConfigElement |
AbstractObjectPersister.getWebFrameworkConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
PersisterService.setWebFrameworkConfig(WebFrameworkConfigElement webFrameworkConfig)
This method will be invoked by the Spring framework if this class has been correctly
configured as a bean.
|
void |
AbstractObjectPersister.setWebFrameworkConfig(WebFrameworkConfigElement webFrameworkConfig) |
| Modifier and Type | Method and Description |
|---|---|
WebFrameworkConfigElement |
JSScriptWithTokensProcessor.getWebFrameworkConfigElement()
Returns the configuration for the web framework.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JSScriptWithTokensProcessor.setWebFrameworkConfigElement(WebFrameworkConfigElement webFrameworkConfigElement)
Required by Spring to inject the Web Framework configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RenderService.setWebFrameworkConfiguration(WebFrameworkConfigElement webFrameworkConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
void |
TemplateInstanceRenderer.setWebFrameworkConfigElement(WebFrameworkConfigElement webFrameworkConfigElement) |
| Modifier and Type | Method and Description |
|---|---|
WebFrameworkConfigElement |
ResourceService.getWebFrameworkConfiguration()
Gets the web framework configuration.
|
| Modifier and Type | Method and Description |
|---|---|
protected static WebFrameworkConfigElement |
SiteUtil.getConfig()
Returns the web framework configuration element
|
| Modifier and Type | Method and Description |
|---|---|
WebFrameworkConfigElement |
AbstractLinkBuilderFactory.getWebFrameworkConfigElement()
This method is supplied so that subclasses can get a reference to the
WebFrameworkConfigElement
that is required to instantiate a AbstractLinkBuilder. |
WebFrameworkConfigElement |
BaseFactory.getWebFrameworkConfiguration()
Gets the web framework configuration.
|
WebFrameworkConfigElement |
BaseFactoryBean.getWebFrameworkConfiguration()
Gets the web framework configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractLinkBuilderFactory.setWebFrameworkConfigElement(WebFrameworkConfigElement webFrameworkConfigElement)
This method is provided to allow Spring to set the
WebFrameworkConfigElement as a bean property. |
void |
ServletRequestContextFactory.setWebFrameworkConfigElement(WebFrameworkConfigElement webFrameworkConfigElement) |
void |
AbstractRequestContext.setWebFrameworkConfigElement(WebFrameworkConfigElement webFrameworkConfigElement)
This method is provided for
AbstractRequestContextFactory instances to set the
WebFrameworkConfigElement for the application. |
| Constructor and Description |
|---|
AbstractLinkBuilder(WebFrameworkConfigElement webFrameworkConfigElement,
ModelObjectService modelObjectService,
ResourceService resourceService)
This is the preferred constructor to use when instantiating an
AbstractLinkBuilder. |
BaseFactoryBean(WebFrameworkConfigElement webFrameworkConfigElement,
ModelObjectService modelObjectService,
ResourceService resourceService)
This is the preferred constructor for subclasses to call when being instantiated as it sets the
required Spring beans directly rather than relying on them being obtained from the
WebFrameworkServiceRegistry
supplied to the deprecated constructor. |
RequestParameterLinkBuilder(WebFrameworkConfigElement webFrameworkConfigElement,
ModelObjectService modelObjectService,
ResourceService resourceService)
This is the preferred constructor to use when instantiating a
RequestParameterLinkBuilder because
it allows the services to be set directly. |
ServletLinkBuilder(WebFrameworkConfigElement webFrameworkConfigElement,
ModelObjectService modelObjectService,
ResourceService resourceService)
This is the preferred constructor to use when instantiating a
PortletLinkBuilder because
it allows the services to be set directly. |
| Modifier and Type | Field and Description |
|---|---|
protected WebFrameworkConfigElement |
IndexWithSurfBug.webFrameworkConfigElement
The
WebFrameworkConfigElement is required to enable/disable SurfBug. |
protected WebFrameworkConfigElement |
ToggleSurfBug.webFrameworkConfigElement
The
WebFrameworkConfigElement is required to enable/disable SurfBug. |
| Modifier and Type | Method and Description |
|---|---|
WebFrameworkConfigElement |
XHRDojoDependencies.getWebFrameworkConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
XHRDojoDependencies.setWebFrameworkConfig(WebFrameworkConfigElement webFrameworkConfig) |
void |
IndexWithSurfBug.setWebFrameworkConfigElement(WebFrameworkConfigElement webFrameworkConfigElement) |
void |
ToggleSurfBug.setWebFrameworkConfigElement(WebFrameworkConfigElement webFrameworkConfigElement) |
| Modifier and Type | Method and Description |
|---|---|
WebFrameworkConfigElement |
ScriptBase.getConfig() |
WebFrameworkConfigElement |
ProcessorModelHelper.getWebFrameworkConfigElement() |
| Modifier and Type | Method and Description |
|---|---|
void |
WebTemplateProcessor.setWebFrameworkConfigElement(WebFrameworkConfigElement webFrameworkConfigElement)
This accessor method is required for Spring to set the
WebFrameworkConfigElement required by this
WebTemplateProcessor. |
void |
ProcessorModelHelper.setWebFrameworkConfigElement(WebFrameworkConfigElement webFrameworkConfigElement) |
void |
MessagesWebScript.setWebFrameworkConfigElement(WebFrameworkConfigElement webFrameworkConfigElement)
Setter provided to allow the Spring framework to set the
WebFrameworkConfigElement. |
Copyright © 2005–2016 Alfresco Software. All rights reserved.