| Interface | Description |
|---|---|
| ActionBinding<T extends Action> |
Interface describing the binding between an HTTP Request and an
Action |
| SimonVisitor |
Callback interface used when visiting Simon manager and it Simons.
|
| Class | Description |
|---|---|
| Action |
Base class for actions (controller+model)
|
| ActionContext |
Action context wraps both HTTP request and response to make unit testing easier.
|
| SimonCallbacks |
Simon callback helper class
|
| SimonConsoleFilter |
Simon Console filter does the same as
SimonConsoleServlet and provides just an alternative way
to include embeddable console in your applications. |
| SimonConsolePlugin |
Base class for plugins.
|
| SimonConsolePluginManager |
Collection of plugin used by Simon console actions
|
| SimonConsoleServlet |
Front controller servlet of Simon Web console.
|
| SimonTypeFactory |
Simon type factory.
|
| SimonVisitors |
Helper class to navigate through Simons.
|
| SimpleActionBinding<T extends Action> |
Simple action bindings which is triggered by the path and produces
actions of given type
|
| Enum | Description |
|---|---|
| SimonType |
Simon type enumeration
|
| TimeFormatType |
Strategies used to to display times.
|
| Exception | Description |
|---|---|
| ActionException |
Exception raised during action execution
|
SimonConsoleRequestProcessor which is used
by a Servlet SimonConsoleServlet and a Servlet Filter SimonConsoleFilter.Copyright © 2019. All rights reserved.