Package org.apache.turbine.util
Various utilities used in Turbine and for Turbine based applications.
$Id$
$Id$
-
Interface Summary Interface Description RunData RunData is an interface to run-time information that is passed within Turbine. -
Class Summary Class Description BrowserDetector This class parses the user agent string and provides getters for its parts.FormMessage A message class for holding information about a message that relates to a specific form and field.FormMessages Used for adding and accessing messages that relate to a specific form and field.GenerateUniqueId This class generates a unique 10+ character id.HttpUtils This class provides utilities for handling some semi-trivial HTTP stuff that would otherwise be handled elsewhere.InputFilterUtils Some filter methods that have been orphaned in the Screen class.LocaleUtils This class provides utilities for handling locales and charsetsObjectUtils This is where common Object manipulation routines should go.SecurityCheck Utility for doing security checks in Screens and Actions.ServerData Holds basic server information under which Turbine is running.ServletUtils This is where common Servlet manipulation routines should go.TurbineConfig A class used for initialization of Turbine without a servlet container.TurbineXmlConfig A class used for initialization of Turbine without a servlet container. -
Exception Summary Exception Description TurbineException The base class of all exceptions thrown by Turbine.TurbineRuntimeException This is a base class of runtime exeptions thrown by Turbine. -
Error Summary Error Description SystemError Used for wrapping system errors (exceptions) that may occur in the application.