public abstract class NashornAction extends BaseAction implements NashornScriptObject
| Constructor and Description |
|---|
NashornAction() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getSelf() |
Object |
getTarget() |
Object |
onCall(Object... args) |
abstract Object |
onCall(Object self,
Object... args) |
void |
onConfigure() |
void |
onConfigure(Object self) |
void |
onInit() |
void |
onInit(Object self) |
void |
setTarget(Object target) |
createAdaptergetAdapter, getDisplayName, getEps, getKb, getKnowledgeBase, getLogger, getName, setAdapter, setDisplayName, setName, toStringpublic Object getSelf()
getSelf in interface NashornScriptObjectpublic Object getTarget()
getTarget in interface NashornScriptObjectpublic void setTarget(Object target)
setTarget in interface NashornScriptObjectpublic final void onConfigure()
onConfigure in interface org.openksavi.sponge.Processor<org.openksavi.sponge.action.ActionAdapter>onConfigure in class BaseActionpublic void onConfigure(Object self)
public final void onInit()
onInit in interface org.openksavi.sponge.Processor<org.openksavi.sponge.action.ActionAdapter>onInit in class BaseProcessor<org.openksavi.sponge.action.ActionAdapter>public void onInit(Object self)
public final Object onCall(Object... args)
onCall in interface org.openksavi.sponge.action.ActionCopyright © 2016–2017 Softelnet. All rights reserved.