public abstract class AbstractScriptProcessor extends BaseRegisterableScriptProcessor implements org.springframework.context.ApplicationContextAware, ScriptProcessor
processorExtensions| Constructor and Description |
|---|
AbstractScriptProcessor() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addProcessorModelExtensions(Object model)
Add any configured processor model extensions to the model.
|
protected ScriptLoader |
getScriptLoader()
Gets the script loader.
|
protected SearchPath |
getSearchPath()
Gets the search path.
|
void |
init()
Inits the processor
|
protected void |
initLoaders()
Initializes the script loaders
|
void |
register()
Registers this processor with the parent processor
|
void |
setSearchPath(SearchPath searchPath) |
getScriptProcessorRegistry, onApplicationEvent, setApplicationContext, setScriptProcessorRegistryregisterProcessorExtensionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetApplicationContextexecuteScript, executeScript, findScript, reset, unwrapValuegetExtension, getNamepublic void setSearchPath(SearchPath searchPath)
searchPath - SearchPathprotected SearchPath getSearchPath()
protected ScriptLoader getScriptLoader()
protected void addProcessorModelExtensions(Object model)
model - Objectprotected void initLoaders()
public void init()
BaseRegisterableScriptProcessorinit in class BaseRegisterableScriptProcessorpublic void register()
BaseRegisterableScriptProcessorregister in class BaseRegisterableScriptProcessorCopyright © 2005–2017 Alfresco Software. All rights reserved.