Package step.handlers.javahandler
Class AbstractKeyword
java.lang.Object
step.handlers.javahandler.AbstractKeyword
-
Field Summary
Modifier and TypeFieldDescriptionprotected javax.json.JsonObject
protected org.slf4j.Logger
protected OutputBuilder
protected AbstractSession
protected AbstractSession
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionjavax.json.JsonObject
getInput()
boolean
void
setInput
(javax.json.JsonObject input) void
setOutputBuilder
(OutputBuilder outputBuilder) void
setProperties
(Map<String, String> properties) void
setSession
(AbstractSession session) void
setTokenSession
(AbstractSession tokenSession)
-
Field Details
-
logger
protected org.slf4j.Logger logger -
output
-
input
protected javax.json.JsonObject input -
properties
-
session
-
tokenSession
-
-
Constructor Details
-
AbstractKeyword
public AbstractKeyword()
-
-
Method Details
-
getSession
-
setSession
-
getTokenSession
-
setTokenSession
-
getInput
public javax.json.JsonObject getInput() -
setInput
public void setInput(javax.json.JsonObject input) -
getOutputBuilder
-
setOutputBuilder
-
getProperties
-
setProperties
-
onError
- Parameters:
e
-- Returns:
- true if the exception passed as argument has to be rethrown.
-