|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.turbine.om.OMTool
A Pull tool to make om objects available to a template
Constructor Summary | |
OMTool()
|
Method Summary | |
void |
dispose()
Disposes the object after use. |
java.lang.Object |
get(java.lang.String omName)
|
java.lang.Object |
get(java.lang.String omName,
java.lang.String key)
|
java.lang.String |
getName()
|
void |
init(java.lang.Object runData)
Prepares tool for a single request |
boolean |
isDisposed()
Checks whether the recyclable has been disposed. |
void |
recycle()
Recycles the object for a new client. |
void |
refresh()
Implementation of ApplicationTool interface is not needed for this method as the tool is request scoped |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public OMTool() throws java.lang.Exception
Method Detail |
public void init(java.lang.Object runData)
init
in interface ApplicationTool
runData
- initialization datapublic void refresh()
refresh
in interface ApplicationTool
public java.lang.Object get(java.lang.String omName) throws java.lang.Exception
java.lang.Exception
public java.lang.Object get(java.lang.String omName, java.lang.String key) throws java.lang.Exception
java.lang.Exception
public java.lang.String getName()
public void recycle()
recycle
in interface Recyclable
public void dispose()
dispose
in interface Recyclable
public boolean isDisposed()
isDisposed
in interface Recyclable
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |