Uses of Class
org.apache.velocity.tools.view.UiDependencyTool
-
Packages that use UiDependencyTool Package Description org.apache.velocity.tools.view Contains tools and supporting infrastructure for using those tools in a servlet environment as well as general use classes to support use of Velocity as (or in) the view layer of web applications. -
-
Uses of UiDependencyTool in org.apache.velocity.tools.view
Methods in org.apache.velocity.tools.view that return UiDependencyTool Modifier and Type Method Description UiDependencyToolUiDependencyTool. context(String path)Sets a custom {context} variable for the formats to use.UiDependencyToolUiDependencyTool. on(String name)Adds all the files required for the specified group, then returns this instance.UiDependencyToolUiDependencyTool. on(String type, String file)Adds the specified file to this instance's list of dependencies of the specified type, then returns this instance.Methods in org.apache.velocity.tools.view with parameters of type UiDependencyTool Modifier and Type Method Description Map<String,List<String>>UiDependencyTool.Group. getDependencies(UiDependencyTool parent)protected voidUiDependencyTool.Group. resolve(UiDependencyTool parent)
-