public interface Container
| Modifier and Type | Method and Description |
|---|---|
boolean |
allowCallbacks()
Returns if this container should allow callback methods such as json_callback
|
ConfigService |
getConfigService()
Gets the Config Service
|
ServerModel |
getDescription()
Gets the Container Description
|
FormatRegistry |
getFormatRegistry()
Gets the response format registry
|
String |
getName()
Gets the name of the Container
|
Registry |
getRegistry()
Gets the registry of Web Scripts
|
ScriptParameterFactoryRegistry |
getScriptParameterFactoryRegistry()
Get the Script Parameter Factory Registry
|
Map<String,Object> |
getScriptParameters()
Gets parameters for the Script Processor
|
ScriptProcessorRegistry |
getScriptProcessorRegistry()
Gets the Script Processor Registry
|
SearchPath |
getSearchPath()
Gets the Search Path
|
Map<String,Object> |
getTemplateParameters()
Gets parameters for the Template Processor
|
TemplateProcessorRegistry |
getTemplateProcessorRegistry()
Gets the Template Processor Registry
|
void |
reset()
Re-initialise the Web Script Container
|
String getName()
ServerModel getDescription()
ScriptProcessorRegistry getScriptProcessorRegistry()
ScriptParameterFactoryRegistry getScriptParameterFactoryRegistry()
Map<String,Object> getScriptParameters()
TemplateProcessorRegistry getTemplateProcessorRegistry()
Map<String,Object> getTemplateParameters()
FormatRegistry getFormatRegistry()
Registry getRegistry()
SearchPath getSearchPath()
ConfigService getConfigService()
boolean allowCallbacks()
void reset()
Copyright © 2005–2017 Alfresco Software. All rights reserved.