|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.turbine.modules.Assembler | +--org.apache.turbine.modules.Action | +--org.apache.turbine.modules.actions.InitContextsAction
Used to initialize JNDI contexts.
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, toString, wait, wait, wait |
Constructor Detail |
public InitContextsAction()
Method Detail |
public void doPerform(RunData data) throws java.lang.Exception
doPerform
in class Action
data
- The RunData object for the current request.Exception,
- a generic exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |