public abstract class BaseRegisterableScriptProcessor extends BaseProcessor implements org.springframework.context.ApplicationContextAware, org.springframework.context.ApplicationListener
processorExtensions| Constructor and Description |
|---|
BaseRegisterableScriptProcessor() |
| Modifier and Type | Method and Description |
|---|---|
ScriptProcessorRegistry |
getScriptProcessorRegistry()
Gets the script processor registry
|
abstract void |
init()
Inits the processor
|
void |
onApplicationEvent(org.springframework.context.ApplicationEvent event) |
abstract void |
register()
Registers this processor with the parent processor
|
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
Sets the application context.
|
void |
setScriptProcessorRegistry(ScriptProcessorRegistry scriptProcessorRegistry)
Sets the script processor registry to which this processor
will be registered
|
registerProcessorExtensionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetExtension, getNamepublic void setScriptProcessorRegistry(ScriptProcessorRegistry scriptProcessorRegistry)
scriptProcessorRegistry - the script processor registrypublic ScriptProcessorRegistry getScriptProcessorRegistry()
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
setApplicationContext in interface org.springframework.context.ApplicationContextAwareapplicationContext - the new application contextpublic void onApplicationEvent(org.springframework.context.ApplicationEvent event)
onApplicationEvent in interface org.springframework.context.ApplicationListenerpublic abstract void init()
public abstract void register()
Copyright © 2005–2017 Alfresco Software. All rights reserved.