Package | Description |
---|---|
org.javasimon.console |
Java Simon embeddable Web console base package.
|
org.javasimon.console.action |
All controllers (aka Action beans in Struts world) are located in this package.
|
org.javasimon.console.html |
HTML generation helper classes.
|
org.javasimon.console.plugin | |
org.javasimon.console.text |
Machinery to convert potentially anything to a String (said differently a configurable toString() API).
|
Class and Description |
---|
Action
Base class for actions (controller+model)
|
ActionBinding
Interface describing the binding between an HTTP Request and an
Action |
ActionContext
Action context wraps both HTTP request and response to make unit testing easier.
|
ActionException
Exception raised during action execution
|
SimonConsolePlugin
Base class for plugins.
|
SimonConsolePluginManager
Collection of plugin used by Simon console actions
|
SimonType
Simon type enumeration
|
SimonVisitor
Callback interface used when visiting Simon manager and it Simons.
|
TimeFormatType
Strategies used to to display times.
|
Class and Description |
---|
Action
Base class for actions (controller+model)
|
ActionContext
Action context wraps both HTTP request and response to make unit testing easier.
|
ActionException
Exception raised during action execution
|
SimonConsolePlugin
Base class for plugins.
|
Class and Description |
---|
SimonType
Simon type enumeration
|
Class and Description |
---|
ActionContext
Action context wraps both HTTP request and response to make unit testing easier.
|
SimonConsolePlugin
Base class for plugins.
|
Class and Description |
---|
TimeFormatType
Strategies used to to display times.
|
Copyright © 2019. All rights reserved.