Uses of Class
org.apache.velocity.tools.generic.Alternator
-
Packages that use Alternator Package Description org.apache.velocity.tools.generic Contains a collection of reusable, general-purpose "tools" for Velocity. -
-
Uses of Alternator in org.apache.velocity.tools.generic
Methods in org.apache.velocity.tools.generic that return Alternator Modifier and Type Method Description AlternatorAlternatorTool. auto(Object... list)Make an automaticAlternatorfrom the specified objects.AlternatorAlternatorTool. auto(Object o1, Object o2)Deprecated.Will be unnecessary with Velocity 1.6AlternatorAlternatorTool. auto(Collection list)Deprecated.Will be unnecessary with Velocity 1.6AlternatorAlternatorTool. make(boolean auto, Object... list)Returns a new Alternator for the specified list with the specified automatic shifting preference.AlternatorAlternatorTool. make(boolean auto, Object o1, Object o2)Deprecated.Will be unnecessary with Velocity 1.6AlternatorAlternatorTool. make(boolean auto, Collection list)Deprecated.Will be unnecessary with Velocity 1.6AlternatorAlternatorTool. make(Object... list)Make an automaticAlternatorfrom the specifed objects.AlternatorAlternatorTool. make(Object o1, Object o2)Deprecated.Will be unnecessary with Velocity 1.6AlternatorAlternatorTool. make(Collection list)Deprecated.Will be unnecessary with Velocity 1.6AlternatorAlternatorTool. manual(Object... list)Make a manualAlternatorfrom the specified objects.AlternatorAlternatorTool. manual(Object o1, Object o2)Deprecated.Will be unnecessary with Velocity 1.6AlternatorAlternatorTool. manual(Collection list)Deprecated.Will be unnecessary with Velocity 1.6
-