org.apache.turbine.modules.actions
Class InitContextsAction

java.lang.Object
  |
  +--org.apache.turbine.modules.Assembler
        |
        +--org.apache.turbine.modules.Action
              |
              +--org.apache.turbine.modules.actions.InitContextsAction

public class InitContextsAction
extends Action

Used to initialize JNDI contexts.

Version:
$Id: InitContextsAction.java,v 1.1.1.1 2001/08/16 05:08:32 jvanzyl Exp $
Author:
Greg Ritter

Constructor Summary
InitContextsAction()
           
 
Method Summary
 void doPerform(RunData data)
          This action will place the contexts defined in the TurbineResources instance (if any) into the data.contexts Hashtable.
 
Methods inherited from class org.apache.turbine.modules.Action
perform
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

InitContextsAction

public InitContextsAction()
Method Detail

doPerform

public void doPerform(RunData data)
               throws java.lang.Exception
This action will place the contexts defined in the TurbineResources instance (if any) into the data.contexts Hashtable.
Overrides:
doPerform in class Action
Parameters:
data - The RunData object for the current request.
Throws:
Exception, - a generic exception.


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