See: Description
| Interface | Description |
|---|---|
| ActionWrapper |
Common interface for
ActionInterceptor
and ActionFilter. |
| Class | Description |
|---|---|
| ActionConfig |
Action configuration and shared run-time data, used internally.
|
| ActionConfig.MethodParam | |
| ActionConfigSet |
Set of
action configs with the same action path
but with different http method. |
| ActionDef |
Action definition is represented by action's path, http method and result base path.
|
| ActionNames |
Holder for various action names used during path registration.
|
| ActionRequest |
Encapsulates single action invocation and acts as an action proxy.
|
| BaseActionWrapper |
Common base implementation of
ActionWrapper. |
| BaseActionWrapperStack<T extends ActionWrapper> |
Base action wrapper stack.
|
| JoddMadvoc |
Jodd MADVOC module.
|
| Madvoc |
Maintain the lifecycle of a Madvoc
WebApplication. |
| MadvocContextListener |
Creates
Madvoc @{link WebApplication}. |
| MadvocResponseWrapper |
Madvoc HTTP Response wrapper.
|
| MadvocServletFilter |
Madvoc filter serves as a controller part
of the Madvoc framework. |
| MadvocUtil |
Few madvoc utilities.
|
| ResultPath |
Holder of result path value.
|
| RootPackages |
Collection of root packages.
|
| ScopeData |
Holds IN and OUT information for single scope.
|
| ScopeData.In | |
| ScopeData.Out | |
| WebApplication |
Web application contains all configurations and holds all managers and controllers of one web application.
|
| Enum | Description |
|---|---|
| ScopeType |
| Exception | Description |
|---|---|
| MadvocException |
Madvoc exception.
|
Copyright © 2003-2013 Jodd Team