public class InitContextsAction extends Action(Code)
Used to initialize JNDI contexts.
author: Greg Ritter author: Henning P. Schmiedehausen version: $Id: InitContextsAction.java 534527 2007-05-02 16:10:59Z tv $
Method Summary
public void
doPerform(RunData data) This action will place the contexts defined in the
TurbineResources instance (if any) into the data.contexts
Hashtable.
This action will place the contexts defined in the
TurbineResources instance (if any) into the data.contexts
Hashtable.
Parameters: data - The RunData object for the current request. exception: NamingException - could not create InitialContext
Methods inherited from org.apache.turbine.modules.Action