public static JetspeedLinkgetInstance(org.apache.turbine.util.RunData rundata)
throws org.apache.turbine.util.TurbineException
Get an initialized JetspeedLink object. The object may be retreived
from a pool. If no object is available in the pool, then one will
be instanciated. The object will be initialized with Rundata.
Parameters:
rundata - The request data.
Returns:
JetspeedLink
Throws:
org.apache.turbine.util.TurbineException - by Turbine's pool service
putInstance
public static void putInstance(JetspeedLink jetspeedLink)