Uses of Class
org.apache.tiles.ListAttribute
-
Packages that use ListAttribute Package Description org.apache.tiles The Tiles taglib and framework allows building web pages by assembling reusable pieces of pages, called Tiles. -
-
Uses of ListAttribute in org.apache.tiles
Methods in org.apache.tiles that return ListAttribute Modifier and Type Method Description ListAttribute
ListAttribute. clone()
Methods in org.apache.tiles with parameters of type ListAttribute Modifier and Type Method Description void
ListAttribute. inherit(ListAttribute parent)
Inherits elements present in a "parent" list attribute.Constructors in org.apache.tiles with parameters of type ListAttribute Constructor Description ListAttribute(ListAttribute toCopy)
Copy constructor.
-