|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.turbine.util.RunDataFactory
Creates instances of RunData for use within Turbine or 3rd party applications.
| 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 |
public RunDataFactory()
| Method Detail |
public static RunData getRunData(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
javax.servlet.ServletConfig config)
throws TurbineException,
java.lang.IllegalArgumentException
req - An HttpServletRequest.res - An HttpServletResponse.config - A ServletConfig.
TurbineException.
TurbineException
java.lang.IllegalArgumentExceptionpublic static void putRunData(RunData data)
data - the used RunData object.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||