Package org.scrashmeow.ojb.console

Provides the classes that relate to the entire web application.

See:
          Description

Interface Summary
Globals The Global interface containing constants for keys, parameters, and configuration vars used by the web application
JdbcGlobals A set of Strings that are used as keys to JDBC result sets.
 

Class Summary
ActionErrorUtils Utilities for working with the user interface errors.
ActionForwardFactory A set of utilites to create ActionForwards dynamically in an application.
CastorUtils Defines utility methods for marshalling code generated objects
ErrorPageUtils A set of utility classes that a JSP error page might find useful.
GeneratedObject Base class for all code generated objects
LogInitializationServlet Simple servlet to initialize the log4j sub system.
OjbcServletException Base class for all servlet exceptions thrown within the console application The constructors within this class log the stack trace so by constructing an instance of this exception, logging automatically occurs.
StringUtils A set of utilities for working with Strings.
 

Exception Summary
OjbcException Base class for all exceptions thrown within the application that would normally derive from Exception.
OjbcRuntimeException Base class for all runtime exceptions thrown within the console application The constructors within this class log the stack trace so by constructing an instance of this exception, logging automatically occurs.
RepositoryInitializationException Base class for all runtime exceptions thrown within the console application The constructors within this class log the stack trace so by constructing an instance of this exception, logging automatically occurs.
 

Package org.scrashmeow.ojb.console Description

Provides the classes that relate to the entire web application.



Copyright © 2003 Alexander Bibighaus et al. All Rights Reserved.