|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.velocity.site.doxia.util.VelocityTool
public class VelocityTool
This is a wrapper object for a Class to be used as a Velocity Tool.
| Constructor Summary | |
|---|---|
VelocityTool()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
getInstance()
Returns the instance object for this tool. |
java.lang.String |
getToolClass()
Returns the tool class. |
java.lang.String |
getToolName()
Returns the tool name. |
void |
setToolClass(java.lang.String toolClass)
Sets the tool class. |
void |
setToolName(java.lang.String toolName)
Sets the tool name to use. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VelocityTool()
| Method Detail |
|---|
public java.lang.String getToolClass()
public void setToolClass(java.lang.String toolClass)
toolClass - The new tool class to use. Should not be null.public java.lang.String getToolName()
public void setToolName(java.lang.String toolName)
toolName - The new tool name to use. Should not be null.public java.lang.Object getInstance()
String object containing the error
message.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||