| Package | Description |
|---|---|
| org.springframework.extensions.webscripts | |
| org.springframework.extensions.webscripts.processor |
| Modifier and Type | Method and Description |
|---|---|
protected ScriptProcessor |
ScriptProcessorRegistry.getDefaultScriptProcessor()
Gets the default script processor.
|
ScriptProcessor |
ScriptProcessorRegistry.getScriptProcessor(ScriptContent scriptContent)
Returns the best fit script processor for the given script
content object.
|
ScriptProcessor |
ScriptProcessorRegistry.getScriptProcessor(String path)
Returns the script processor that matches the file
extension for the given path.
|
ScriptProcessor |
ScriptProcessorRegistry.getScriptProcessorByExtension(String extension)
Gets the script processor registered for the given extension
|
ScriptProcessor |
ScriptProcessorFactory.newInstance() |
| Modifier and Type | Method and Description |
|---|---|
String |
ScriptProcessorRegistry.getExtensionForProcessor(ScriptProcessor scriptProcessor)
Gets the extension for given processor.
|
void |
ScriptProcessorRegistry.registerScriptProcessor(ScriptProcessor scriptProcessor)
Registers a script processor
|
void |
ScriptProcessorRegistry.registerScriptProcessor(ScriptProcessor scriptProcessor,
String extension,
String name)
Registers a script processor
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractScriptProcessor
Abstract class for use in helping developers to build script
processors that take advantage of the web script framework's
inherent support for search paths.
|
class |
JSScriptProcessor
JS Script Processor for Surf Web Framework
|
Copyright © 2005–2015 Alfresco Software. All rights reserved.