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(java.lang.Object... list)Deprecated.Make an automaticAlternatorfrom the specified objects.AlternatorAlternatorTool. make(boolean auto, java.lang.Object... list)Deprecated.Returns a new Alternator for the specified list with the specified automatic shifting preference.AlternatorAlternatorTool. make(java.lang.Object... list)Deprecated.Make an automaticAlternatorfrom the specifed objects.AlternatorAlternatorTool. manual(java.lang.Object... list)Deprecated.Make a manualAlternatorfrom the specified objects.
-