Package | Description |
---|---|
com.tameif.tame |
Base package.
|
Modifier and Type | Method and Description |
---|---|
TAMEModuleContext |
TAMERequest.getModuleContext()
Gets the module context that this affects.
|
Modifier and Type | Method and Description |
---|---|
static TAMEResponse |
TAMELogic.handleCommand(TAMEModuleContext moduleContext,
TAMECommand command,
boolean tracing)
Handles a single action.
|
static TAMEResponse |
TAMELogic.handleInit(TAMEModuleContext moduleContext,
boolean tracing)
Handles context initialization, returning the response from it.
|
static TAMEResponse |
TAMELogic.handleInit(TAMEModuleContext moduleContext,
TraceType... traceTypes)
Handles context initialization, returning the response from it.
|
static TAMEResponse |
TAMELogic.handleRequest(TAMEModuleContext moduleContext,
java.lang.String input,
boolean tracing)
Handles a full request.
|
static TAMEResponse |
TAMELogic.handleRequest(TAMEModuleContext moduleContext,
java.lang.String input,
TraceType... traceTypes)
Handles a full request.
|
static java.lang.String[] |
TAMELogic.tokenizeInput(TAMEModuleContext moduleContext,
java.lang.String inputMessage)
Tokenizes the input string into tokens based on module settings.
|