org.apache.turbine.util
Class RunDataFactory

java.lang.Object
  extended byorg.apache.turbine.util.RunDataFactory

Deprecated. This factory tries to be the RunData Service if no RunData Service is configured. RunData Service is now mandatory for Turbine so use it directly without this factory.

public class RunDataFactory
extends java.lang.Object

Creates instances of RunData for use within Turbine or 3rd party applications.

Version:
$Id: RunDataFactory.java 264148 2005-08-29 14:21:04Z henning $
Author:
Ilkka Priha, Kevin A. Burton, John D. McNally, Henning P. Schmiedehausen

Constructor Summary
RunDataFactory()
          Deprecated.  
 
Method Summary
static RunData getRunData(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, javax.servlet.ServletConfig config)
          Deprecated. Open way to get RunData information across Turbine..
static void putRunData(RunData data)
          Deprecated. Returns the used RunData object back to the factory for recycling.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RunDataFactory

public RunDataFactory()
Deprecated. 
Method Detail

getRunData

public static RunData getRunData(javax.servlet.http.HttpServletRequest req,
                                 javax.servlet.http.HttpServletResponse res,
                                 javax.servlet.ServletConfig config)
                          throws TurbineException,
                                 java.lang.IllegalArgumentException
Deprecated. 
Open way to get RunData information across Turbine..

Parameters:
req - An HttpServletRequest.
res - An HttpServletResponse.
config - A ServletConfig.
Throws:
TurbineException.
TurbineException
java.lang.IllegalArgumentException

putRunData

public static void putRunData(RunData data)
Deprecated. 
Returns the used RunData object back to the factory for recycling.

Parameters:
data - the used RunData object.


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