Uses of Class
org.apache.velocity.tools.generic.ClassTool
-
Packages that use ClassTool Package Description 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 Modifier and Type Method Description ClassToolClassTool. getSuper()Returns a new ClassTool instance that is inspecting the superclass of the Class being inspected by this instance.ClassToolClassTool. inspect(Class type)Returns a new ClassTool instance that is inspecting the the specifiedClass.ClassToolClassTool. inspect(Object obj)Returns a new ClassTool instance that is inspecting the Class of the specifiedObject.ClassToolClassTool. 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 Constructor Description 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.
-