Uses of Class
org.apache.velocity.tools.view.UiDependencyTool
-
-
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(java.lang.String path)Sets a custom {context} variable for the formats to use.UiDependencyToolUiDependencyTool. on(java.lang.String name)Adds all the files required for the specified group, then returns this instance.UiDependencyToolUiDependencyTool. on(java.lang.String type, java.lang.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 java.util.Map<java.lang.String,java.util.List<java.lang.String>>UiDependencyTool.Group. getDependencies(UiDependencyTool parent)protected voidUiDependencyTool.Group. resolve(UiDependencyTool parent)
-