Package org.apache.turbine.util

Various utilities used in Turbine and for Turbine based applications.

See:
          Description

Interface Summary
Comparable Deprecated. This class will be removed after the 2.3 release.
CookieParser Deprecated. Use org.apache.turbine.util.parser.CookieParser instead.
ParameterParser Deprecated. Use org.apache.turbine.util.parser.ParameterParser instead.
RunData RunData is an interface to run-time information that is passed within Turbine.
ValueParser Deprecated. Use org.apache.turbine.util.parser.ValueParser instead.
 

Class Summary
BrowserDetector This class parses the user agent string and sets javasciptOK and cssOK following the rules described below.
BufferCache A fixed length object cache implementing the LRU algorithm.
ContentURI Deprecated. Use ContentTool for tool usage and DataURI for code usage instead.
CSVParser Deprecated. Use org.apache.turbine.util.parser.CSVParser instead.
DataStreamParser Deprecated. Use org.apache.turbine.util.parser.DataStreamParser instead.
DateSelector DateSelector is a utility class to handle the creation of a set of date popup menus.
DynamicURI Deprecated. Use TurbineURI instead.
FileUtils Deprecated. This class will be removed after the 2.3 release.
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 othterwise be handled elsewhere.
InputFilterUtils Some filter methods that have been orphaned in the Screen class.
Log Deprecated. Use the commons.logging system for logging
ObjectUtils This is where common Object manipulation routines should go.
QuickSort Deprecated. This class will be removed after the 2.3 release.
RelativeDynamicURI Deprecated. Use TurbineURI with TurbineURI.getRelativeLink() instead.
RunDataFactory Deprecated. This factory tries to be the RunData Service if no RunData Service is configured.
SecurityCheck Utility for doing security checks in Screens and Actions.
SequencedHashtable Deprecated. Use SequencedHashMap from the commons collections.
ServerData Holds basic server information under which Turbine is running.
ServletUtils This is where common Servlet manipulation routines should go.
StringStackBuffer Deprecated. This class will be removed after the 2.3 release.
StringUtils Deprecated. This class will be removed after the 2.3 release.
TimeSelector TimeSelector is a utility class to handle the creation of a set of time drop-down menus.
TSVParser Deprecated. Use org.apache.turbine.util.parser.TSVParser instead.
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
TurbineException The base class of all exceptions thrown by Turbine.
TurbineRuntimeException This is a base class of runtime exeptions thrown by Turbine.
 

Error Summary
SystemError Used for wrapping system errors (exceptions) that may occur in the application.
 

Package org.apache.turbine.util Description

Various utilities used in Turbine and for Turbine based applications.
$Id: package.html 264148 2005-08-29 14:21:04Z henning $



Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.