Uses of Package
org.makumba.commons

Packages that use org.makumba.commons
org.makumba Public API for makumba application programmers. 
org.makumba.analyser   
org.makumba.commons   
org.makumba.commons.attributes   
org.makumba.controller   
org.makumba.db.hibernate   
org.makumba.db.makumba   
org.makumba.db.makumba.sql The generic SQL-92 implementation of the makumba database layer. 
org.makumba.devel the makumba developer support, such as MDD, JSP and Java viewers. 
org.makumba.devel.relations   
org.makumba.forms.responder   
org.makumba.forms.tags   
org.makumba.list   
org.makumba.list.engine   
org.makumba.list.engine.valuecomputer   
org.makumba.list.functions   
org.makumba.list.tags Implements the JSP Tag Library to use makumba in JSP pages. 
org.makumba.providers   
org.makumba.providers.datadefinition.makumba Handles abstract part of makumba (data type handling and MDD parsing). 
org.makumba.providers.datadefinition.mdd   
org.makumba.providers.query.hql   
org.makumba.providers.query.mql   
 

Classes in org.makumba.commons used by org.makumba
LongData
          This class accumulates a stream of data, and if it gets long, it automatically saves it in a file
WrappedException
          Wraps an exception to throw it further as a desired exception type. stacktraces of this exception will actually print the stracktrace of the wrapped exception.
 

Classes in org.makumba.commons used by org.makumba.analyser
ControllerHandler
          This is an abstraction of the filter mechanism.
MultipleKey
          Holds the values for a group of fields.
ServletObjects
          A wrapper to pass on ServletRequest and ServletResponse, used on the ControllerHandler, to allow implementing classes to modify them and be subsequently used in the FilterChain.
 

Classes in org.makumba.commons used by org.makumba.commons
ControllerHandler
          This is an abstraction of the filter mechanism.
GraphTS
          Graph which can do a topological sort of its elements.
LongData.LongDataStrategy
           
MultipleKey
          Holds the values for a group of fields.
NamedResourceFactory
          This models a factory for named resources.
NamedResources
          An instance of this class holds a cache of resources.
NameResolver
          This class provides utility methods to convert names from MDD types into their name in the data source.
NameResolver.TextList
           
NameValue
           
NameValueReturner
           
ServletObjects
          A wrapper to pass on ServletRequest and ServletResponse, used on the ControllerHandler, to allow implementing classes to modify them and be subsequently used in the FilterChain.
SingletonHolder
          Simple interface that makes it possible to release singletons (by e.g. nullifying their static reference) for classes that use Singletons so that GC can occur.
 

Classes in org.makumba.commons used by org.makumba.commons.attributes
ControllerHandler
          This is an abstraction of the filter mechanism.
DbConnectionProvider
          A group of database connections, at most one per database name.
ServletObjects
          A wrapper to pass on ServletRequest and ServletResponse, used on the ControllerHandler, to allow implementing classes to modify them and be subsequently used in the FilterChain.
 

Classes in org.makumba.commons used by org.makumba.controller
ControllerHandler
          This is an abstraction of the filter mechanism.
DbConnectionProvider
          A group of database connections, at most one per database name.
ServletObjects
          A wrapper to pass on ServletRequest and ServletResponse, used on the ControllerHandler, to allow implementing classes to modify them and be subsequently used in the FilterChain.
 

Classes in org.makumba.commons used by org.makumba.db.hibernate
NameResolver
          This class provides utility methods to convert names from MDD types into their name in the data source.
SingletonHolder
          Simple interface that makes it possible to release singletons (by e.g. nullifying their static reference) for classes that use Singletons so that GC can occur.
 

Classes in org.makumba.commons used by org.makumba.db.makumba
NamedResourceFactory
          This models a factory for named resources.
NamedResources
          An instance of this class holds a cache of resources.
NameResolver
          This class provides utility methods to convert names from MDD types into their name in the data source.
SingletonHolder
          Simple interface that makes it possible to release singletons (by e.g. nullifying their static reference) for classes that use Singletons so that GC can occur.
 

Classes in org.makumba.commons used by org.makumba.db.makumba.sql
NameResolver
          This class provides utility methods to convert names from MDD types into their name in the data source.
RuntimeWrappedException
          Wraps an exception to throw it further as a RuntimeException.
SQLPointer
          A SQL pointer, represents a pointer as a long, but only an int is needed...
 

Classes in org.makumba.commons used by org.makumba.devel
ControllerHandler
          This is an abstraction of the filter mechanism.
ServletObjects
          A wrapper to pass on ServletRequest and ServletResponse, used on the ControllerHandler, to allow implementing classes to modify them and be subsequently used in the FilterChain.
 

Classes in org.makumba.commons used by org.makumba.devel.relations
MakumbaJspAnalyzer
          This class analyzes a JSP taking into account the specifics of Makumba tags.
ParseStatus
          Class used to store the status of the parser
 

Classes in org.makumba.commons used by org.makumba.forms.responder
ControllerHandler
          This is an abstraction of the filter mechanism.
DbConnectionProvider
          A group of database connections, at most one per database name.
NamedResources
          An instance of this class holds a cache of resources.
ServletObjects
          A wrapper to pass on ServletRequest and ServletResponse, used on the ControllerHandler, to allow implementing classes to modify them and be subsequently used in the FilterChain.
 

Classes in org.makumba.commons used by org.makumba.forms.tags
MultipleKey
          Holds the values for a group of fields.
 

Classes in org.makumba.commons used by org.makumba.list
MultipleKey
          Holds the values for a group of fields.
 

Classes in org.makumba.commons used by org.makumba.list.engine
ArrayMap
          This class exports an Object[] array as a dictionary
MultipleKey
          Holds the values for a group of fields.
 

Classes in org.makumba.commons used by org.makumba.list.engine.valuecomputer
MultipleKey
          Holds the values for a group of fields.
 

Classes in org.makumba.commons used by org.makumba.list.functions
MultipleKey
          Holds the values for a group of fields.
 

Classes in org.makumba.commons used by org.makumba.list.tags
MultipleKey
          Holds the values for a group of fields.
 

Classes in org.makumba.commons used by org.makumba.providers
MultipleKey
          Holds the values for a group of fields.
NameResolver
          This class provides utility methods to convert names from MDD types into their name in the data source.
SingletonHolder
          Simple interface that makes it possible to release singletons (by e.g. nullifying their static reference) for classes that use Singletons so that GC can occur.
 

Classes in org.makumba.commons used by org.makumba.providers.datadefinition.makumba
SingletonHolder
          Simple interface that makes it possible to release singletons (by e.g. nullifying their static reference) for classes that use Singletons so that GC can occur.
 

Classes in org.makumba.commons used by org.makumba.providers.datadefinition.mdd
SingletonHolder
          Simple interface that makes it possible to release singletons (by e.g. nullifying their static reference) for classes that use Singletons so that GC can occur.
 

Classes in org.makumba.commons used by org.makumba.providers.query.hql
NameResolver
          This class provides utility methods to convert names from MDD types into their name in the data source.
 

Classes in org.makumba.commons used by org.makumba.providers.query.mql
NameResolver
          This class provides utility methods to convert names from MDD types into their name in the data source.
NameResolver.TextList