public abstract class NashornFilter extends BaseFilter implements NashornScriptObject
| Constructor and Description |
|---|
NashornFilter() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getSelf() |
Object |
getTarget() |
boolean |
onAccept(org.openksavi.sponge.event.Event event) |
abstract boolean |
onAccept(Object self,
org.openksavi.sponge.event.Event event) |
void |
onConfigure() |
abstract void |
onConfigure(Object self) |
void |
onInit() |
void |
onInit(Object self) |
void |
setTarget(Object target) |
createAdapter, getMeta, withCategory, withDescription, withEvent, withEvents, withFeature, withFeatures, withLabel, withName, 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.filter.FilterAdapter>public abstract void onConfigure(Object self)
public final void onInit()
onInit in interface org.openksavi.sponge.Processor<org.openksavi.sponge.filter.FilterAdapter>onInit in class BaseProcessor<org.openksavi.sponge.filter.FilterAdapter>public void onInit(Object self)
public final boolean onAccept(org.openksavi.sponge.event.Event event)
onAccept in interface org.openksavi.sponge.filter.Filterpublic abstract boolean onAccept(Object self, org.openksavi.sponge.event.Event event)
Copyright © 2016–2019 Softelnet. All rights reserved.