Uses of Package
org.apache.turbine.util

Packages that use org.apache.turbine.util
org.apache.turbine Turbine Servlet and Constants. 
org.apache.turbine.modules Modules (Action, Screen, Layout, Navigation, Page) classes for the Turbine view. 
org.apache.turbine.modules.actions Action class implementations. 
org.apache.turbine.modules.actions.sessionvalidator Session validator classes to be used with Turbine apps that use security. 
org.apache.turbine.modules.layouts Layout class implementations. 
org.apache.turbine.modules.navigations Navigation class implementations. 
org.apache.turbine.modules.pages Page class implementations. 
org.apache.turbine.modules.screens Screen class implementations. 
org.apache.turbine.modules.screens.error Error Screen classes. 
org.apache.turbine.pipeline The Turbine processing pipeline is modelled after the pipeline found in Tomcat 4.0.1 (Catalina), and after the module architecture found in Apache httpd. 
org.apache.turbine.services Contains the Service framework for Turbine. 
org.apache.turbine.services.assemblerbroker Assemblerbroker Service looks for action, screen, page, layout classes based on class fragments. 
org.apache.turbine.services.jsp JSP Service is used to provide Turbine with a Java Server page (JSP) based view. 
org.apache.turbine.services.jsp.util   
org.apache.turbine.services.pull Provides application tools that are put into the context of a template view. 
org.apache.turbine.services.pull.tools Pull Tools to be used in a template based view. 
org.apache.turbine.services.rundata Rundata Service provides a factory for the request cycle data objects. 
org.apache.turbine.services.schedule The scheduler service can run tasks in the background. 
org.apache.turbine.services.template Template Service maps template references to a view service and a template name. 
org.apache.turbine.services.ui Provides skinning facilities for a Turbine web application. 
org.apache.turbine.services.velocity Velocity Service is used to provide Turbine with a Velocity based view. 
org.apache.turbine.util Various utilities used in Turbine and for Turbine based applications. 
org.apache.turbine.util.security Some helper classes and interfaces for the Security Service. 
org.apache.turbine.util.template Template related utilities. 
org.apache.turbine.util.uri URI generation and processing from Turbine based applications. 
org.apache.turbine.util.velocity Velocity related utility code. 
 

Classes in org.apache.turbine.util used by org.apache.turbine
ServerData
          Holds basic server information under which Turbine is running.
 

Classes in org.apache.turbine.util used by org.apache.turbine.modules
RunData
          RunData is an interface to run-time information that is passed within Turbine.
 

Classes in org.apache.turbine.util used by org.apache.turbine.modules.actions
RunData
          RunData is an interface to run-time information that is passed within Turbine.
 

Classes in org.apache.turbine.util used by org.apache.turbine.modules.actions.sessionvalidator
RunData
          RunData is an interface to run-time information that is passed within Turbine.
TurbineException
          The base class of all exceptions thrown by Turbine.
 

Classes in org.apache.turbine.util used by org.apache.turbine.modules.layouts
RunData
          RunData is an interface to run-time information that is passed within Turbine.
 

Classes in org.apache.turbine.util used by org.apache.turbine.modules.navigations
RunData
          RunData is an interface to run-time information that is passed within Turbine.
 

Classes in org.apache.turbine.util used by org.apache.turbine.modules.pages
RunData
          RunData is an interface to run-time information that is passed within Turbine.
 

Classes in org.apache.turbine.util used by org.apache.turbine.modules.screens
RunData
          RunData is an interface to run-time information that is passed within Turbine.
 

Classes in org.apache.turbine.util used by org.apache.turbine.modules.screens.error
RunData
          RunData is an interface to run-time information that is passed within Turbine.
 

Classes in org.apache.turbine.util used by org.apache.turbine.pipeline
RunData
          RunData is an interface to run-time information that is passed within Turbine.
TurbineException
          The base class of all exceptions thrown by Turbine.
 

Classes in org.apache.turbine.util used by org.apache.turbine.services
RunData
          RunData is an interface to run-time information that is passed within Turbine.
TurbineException
          The base class of all exceptions thrown by Turbine.
TurbineRuntimeException
          This is a base class of runtime exeptions thrown by Turbine.
 

Classes in org.apache.turbine.util used by org.apache.turbine.services.assemblerbroker
TurbineException
          The base class of all exceptions thrown by Turbine.
 

Classes in org.apache.turbine.util used by org.apache.turbine.services.jsp
RunData
          RunData is an interface to run-time information that is passed within Turbine.
TurbineException
          The base class of all exceptions thrown by Turbine.
 

Classes in org.apache.turbine.util used by org.apache.turbine.services.jsp.util
RunData
          RunData is an interface to run-time information that is passed within Turbine.
 

Classes in org.apache.turbine.util used by org.apache.turbine.services.pull
RunData
          RunData is an interface to run-time information that is passed within Turbine.
 

Classes in org.apache.turbine.util used by org.apache.turbine.services.pull.tools
RunData
          RunData is an interface to run-time information that is passed within Turbine.
ServerData
          Holds basic server information under which Turbine is running.
 

Classes in org.apache.turbine.util used by org.apache.turbine.services.rundata
FormMessages
          Used for adding and accessing messages that relate to a specific form and field.
RunData
          RunData is an interface to run-time information that is passed within Turbine.
ServerData
          Holds basic server information under which Turbine is running.
SystemError
          Used for wrapping system errors (exceptions) that may occur in the application.
TurbineException
          The base class of all exceptions thrown by Turbine.
 

Classes in org.apache.turbine.util used by org.apache.turbine.services.schedule
TurbineException
          The base class of all exceptions thrown by Turbine.
 

Classes in org.apache.turbine.util used by org.apache.turbine.services.template
RunData
          RunData is an interface to run-time information that is passed within Turbine.
 

Classes in org.apache.turbine.util used by org.apache.turbine.services.ui
ServerData
          Holds basic server information under which Turbine is running.
 

Classes in org.apache.turbine.util used by org.apache.turbine.services.velocity
RunData
          RunData is an interface to run-time information that is passed within Turbine.
TurbineException
          The base class of all exceptions thrown by Turbine.
 

Classes in org.apache.turbine.util used by org.apache.turbine.util
DateSelector
          DateSelector is a utility class to handle the creation of a set of date popup menus.
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.
RunData
          RunData is an interface to run-time information that is passed within Turbine.
ServerData
          Holds basic server information under which Turbine is running.
SystemError
          Used for wrapping system errors (exceptions) that may occur in the application.
TimeSelector
          TimeSelector is a utility class to handle the creation of a set of time drop-down menus.
TurbineConfig
          A class used for initialization of Turbine without a servlet container.
 

Classes in org.apache.turbine.util used by org.apache.turbine.util.security
TurbineException
          The base class of all exceptions thrown by Turbine.
 

Classes in org.apache.turbine.util used by org.apache.turbine.util.template
RunData
          RunData is an interface to run-time information that is passed within Turbine.
 

Classes in org.apache.turbine.util used by org.apache.turbine.util.uri
RunData
          RunData is an interface to run-time information that is passed within Turbine.
ServerData
          Holds basic server information under which Turbine is running.
 

Classes in org.apache.turbine.util used by org.apache.turbine.util.velocity
RunData
          RunData is an interface to run-time information that is passed within Turbine.
TurbineException
          The base class of all exceptions thrown by Turbine.
 



Copyright © 2000-2011 The Apache Software Foundation. All Rights Reserved.