Uses of Class
org.apache.velocity.tools.view.UiDependencyTool.Group
-
Packages that use UiDependencyTool.Group 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.Group in org.apache.velocity.tools.view
Methods in org.apache.velocity.tools.view that return UiDependencyTool.Group Modifier and Type Method Description protected UiDependencyTool.GroupUiDependencyTool. getGroup(String name)NOTE: This method may change or disappear w/o warning; don't depend on it unless you're willing to update your code whenever this changes.protected UiDependencyTool.GroupUiDependencyTool. makeGroup(String name)NOTE: This method may change or disappear w/o warning; don't depend on it unless you're willing to update your code whenever this changes.
-