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) |
createAdapter, getArgsMeta, getResultMeta, setArgsMeta, setResultMetagetAdapter, getDescription, getDisplayName, getEps, getKb, getKnowledgeBase, getLogger, getMeta, getName, setAdapter, setDescription, setDisplayName, setMeta, setName, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic 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–2018 Softelnet. All rights reserved.