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, getMeta, onIsActive, onProvideArgs, withActivatable, withArg, withArgs, withCallable, withCategory, withDescription, withFeature, withFeatures, withLabel, withName, withNoArgs, withNonCallable, withNoResult, withResult, withVersiongetAdapter, getKb, getKnowledgeBase, getLogger, getSponge, setAdapter, 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)
Copyright © 2016–2021 Softelnet. All rights reserved.