| Interface | Description |
|---|---|
| MadvocComponentLifecycle.Init |
Madvoc INIT handler.
|
| MadvocComponentLifecycle.Ready |
Madvoc READY handler.
|
| MadvocComponentLifecycle.Start |
Madvoc START handler.
|
| MadvocComponentLifecycle.Stop |
Madvoc STOP handler.
|
| Class | Description |
|---|---|
| ActionConfigManager |
Manager for action configurations and action annotation.
|
| ActionMethodParamNameResolver |
Resolves method parameter names.
|
| ActionMethodParser |
Creates
action runtime configuration from action java method. |
| ActionPathRewriter |
Rewrites action path.
|
| ActionsManager |
Manages all Madvoc action and aliases registrations.
|
| AsyncActionExecutor |
Thread pool and executor for Async actions.
|
| ContextInjectorComponent |
Context injector for all singleton Madvoc elements, like results and interceptors.
|
| FileUploader |
File uploader used in Madvoc.
|
| FiltersManager |
Manager for Madvoc filters.
|
| InterceptorsManager |
Manager for Madvoc interceptors.
|
| MadvocComponentLifecycle |
Madvoc component lifecycle events.
|
| MadvocContainer |
Madvoc container.
|
| MadvocController |
Madvoc controller invokes actions for action path and renders action results.
|
| MadvocEncoding | |
| ResultMapper |
Mapper from action results paths to result path.
|
| ResultsManager |
Manager for Madvoc result handlers.
|
| RootPackages |
Collection of root packages.
|
| ScopeDataInspector |
Inspector for
ScopeData. |
| ScopeResolver |
Scope resolver maintains scope instances and provides lookups.
|
| ServletContextProvider |
Simple Madvoc component that provides servlet context.
|
| WrapperManager<T extends ActionWrapper> |
Base wrapper manager implements common logic of a wrapper.
|
Copyright © 2003-present Jodd Team