Uses of Class
org.apache.velocity.tools.view.BreadcrumbTool.NavigationElement
-
-
Uses of BreadcrumbTool.NavigationElement in org.apache.velocity.tools.view
Fields in org.apache.velocity.tools.view with type parameters of type BreadcrumbTool.NavigationElement Modifier and Type Field Description protected java.util.List<BreadcrumbTool.NavigationElement>BreadcrumbTool. navigationElementsNavigation elements for the current URIMethods in org.apache.velocity.tools.view that return types with arguments of type BreadcrumbTool.NavigationElement Modifier and Type Method Description java.util.Iterator<BreadcrumbTool.NavigationElement>BreadcrumbTool. iterator()Navigation elements iterationMethods in org.apache.velocity.tools.view with parameters of type BreadcrumbTool.NavigationElement Modifier and Type Method Description protected booleanBreadcrumbTool. customize(BreadcrumbTool.NavigationElement navElem, javax.servlet.http.HttpServletRequest request)Let the user customize programmatically the name and URL of a specific element.
-