|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClassTool | |
---|---|
org.apache.velocity.tools.generic | Contains a collection of reusable, general-purpose "tools" for Velocity. |
Uses of ClassTool in org.apache.velocity.tools.generic |
---|
Methods in org.apache.velocity.tools.generic that return ClassTool | |
---|---|
ClassTool |
ClassTool.getSuper()
Returns a new ClassTool instance that is inspecting the superclass of the Class being inspected by this instance. |
ClassTool |
ClassTool.inspect(Class type)
Returns a new ClassTool instance that is inspecting the the specified Class . |
ClassTool |
ClassTool.inspect(Object obj)
Returns a new ClassTool instance that is inspecting the Class of the specified Object . |
ClassTool |
ClassTool.inspect(String name)
Returns a new ClassTool instance that is inspecting the Class with the specified name. |
Constructors in org.apache.velocity.tools.generic with parameters of type ClassTool | |
---|---|
ClassTool(ClassTool tool,
Class type)
Creates a new instance that inspects the specified type and otherwise shares the configuration values of the specified "parent" ClassTool instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |