Uses of Class
org.apache.velocity.tools.generic.ResourceTool.Key
-
Packages that use ResourceTool.Key Package Description org.apache.velocity.tools.generic Contains a collection of reusable, general-purpose "tools" for Velocity. -
-
Uses of ResourceTool.Key in org.apache.velocity.tools.generic
Methods in org.apache.velocity.tools.generic that return ResourceTool.Key Modifier and Type Method Description ResourceTool.KeyResourceTool. bundle(String bundle)ResourceTool.KeyResourceTool.Key. bundle(String bundle)ResourceTool.KeyResourceTool. get(Object k)Accepts objects and uses their string value as the key.ResourceTool.KeyResourceTool. get(String key)ResourceTool.KeyResourceTool.Key. get(Object k)ResourceTool.KeyResourceTool.Key. get(String key)ResourceTool.KeyResourceTool. insert(Object arg)ResourceTool.KeyResourceTool. insert(Object[] args)ResourceTool.KeyResourceTool. insert(Object arg0, Object arg1)ResourceTool.KeyResourceTool. insert(List args)ResourceTool.KeyResourceTool.Key. insert(Object arg)ResourceTool.KeyResourceTool.Key. insert(Object[] args)ResourceTool.KeyResourceTool.Key. insert(Object arg0, Object arg1)ResourceTool.KeyResourceTool.Key. insert(List args)ResourceTool.KeyResourceTool.Key. locale(Object locale)ResourceTool.KeyResourceTool. locale(Object locale)
-