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.
ActionConfigSet Set of action configs with the same action path but with different http method.
ActionConfigSet.PathMacro  
ActionRequest Encapsulates single action invocation and acts as an action proxy.
Madvoc Maintain the lifecycle of a Madvoc WebApplication.
MadvocContextListener Creates Madvoc @{link WebApplication}.
MadvocServletFilter Madvoc filter serves as a controller part of the Madvoc framework.
MadvocUtil Few madvoc utilities.
WebApplication Web application contains all configurations and holds all managers and controllers of one web application.
 

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-2012 Jodd Team