Package com.oktiva.mogno

Base package for the Mogno Framework, a component-based framework for web applications development.

See:
          Description

Interface Summary
ApplicationFiler  
ComponentFiler  
 

Class Summary
Application The main Mogno application class.
Component This is the base class for all components.
Container This is the base class for container components.
DefaultApplicationFiler  
DefaultComponentFiler This is the DefaultComponentFiler, wich uses an XML file to store the component's params.
EmptyTag This is the super class for the empty tags
MognoServlet  
MognoServletRequestWrapper Wrapper to handle multipart/form-data requests Created: Tue Sep 9 17:03:44 2003
TopLevel This is the base class for the TopLevel Visual components, like Page or Included
Visual This is the base class for all the components that are visual components.
XmlContainer The superclass for containers that knows how to get the XML from some resource, with nice defaults.
 

Exception Summary
InitializeException  
SyntaxErrorException This is the exception throwed when a Syntax Error is found in some component.
 

Package com.oktiva.mogno Description

Base package for the Mogno Framework, a component-based framework for web applications development.

Related Documentation