Package jodd.madvoc

Madvoc is MVC framework that uses CoC and annotations in a pragmatic way to simplify web application development.

See:
          Description

Class Summary
ActionConfig Action configuration and shared run-time data, used internally.
ActionRequest Encapsulates single action invocation and acts as an action proxy.
MadvocServletFilter Initializes and configures Madvoc and passes requests to MadvocController.
MadvocUtil Few madvoc utilities.
WebApplication Web application contains all configurations and holds all managers and controllers of one web application.
WebApplicationStarter Creates, initializes and starts WebApplication.
 

Enum Summary
ScopeType Parameters scope for injection (In) and outjection (Out).
 

Exception Summary
MadvocException Madvoc exception.
 

Package jodd.madvoc Description

Madvoc is MVC framework that uses CoC and annotations in a pragmatic way to simplify web application development.



Copyright © 2003-2011 Jodd Team