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.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
Action.execute()
Execute action
|
Modifier and Type | Method and Description |
---|---|
ActionException |
ErrorAction.getError() |
Modifier and Type | Method and Description |
---|---|
void |
ErrorAction.setError(ActionException error) |
Modifier and Type | Method and Description |
---|---|
void |
ResourceAction.execute() |
void |
RedirectAction.execute() |
void |
PluginsJsonAction.execute() |
void |
ListJsonAction.execute() |
void |
ErrorAction.execute() |
void |
DetailJsonAction.execute() |
void |
DetailHtmlAction.execute() |
void |
ClearAction.execute() |
void |
AbstractXmlAction.execute() |
void |
AbstractTableAction.execute() |
void |
AbstractJsonAction.execute() |
Copyright © 2019. All rights reserved.