Uses of Class
org.apache.velocity.tools.generic.Alternator

Packages that use Alternator
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
 Alternator AlternatorTool.auto(Collection list)
          Deprecated. Will be unnecessary with Velocity 1.6
 Alternator AlternatorTool.auto(Object... list)
          Make an automatic Alternator from the specified objects.
 Alternator AlternatorTool.auto(Object o1, Object o2)
          Deprecated. Will be unnecessary with Velocity 1.6
 Alternator AlternatorTool.make(boolean auto, Collection list)
          Deprecated. Will be unnecessary with Velocity 1.6
 Alternator AlternatorTool.make(boolean auto, Object... list)
          Returns a new Alternator for the specified list with the specified automatic shifting preference.
 Alternator AlternatorTool.make(boolean auto, Object o1, Object o2)
          Deprecated. Will be unnecessary with Velocity 1.6
 Alternator AlternatorTool.make(Collection list)
          Deprecated. Will be unnecessary with Velocity 1.6
 Alternator AlternatorTool.make(Object... list)
          Make an automatic Alternator from the specifed objects.
 Alternator AlternatorTool.make(Object o1, Object o2)
          Deprecated. Will be unnecessary with Velocity 1.6
 Alternator AlternatorTool.manual(Collection list)
          Deprecated. Will be unnecessary with Velocity 1.6
 Alternator AlternatorTool.manual(Object... list)
          Make a manual Alternator from the specified objects.
 Alternator AlternatorTool.manual(Object o1, Object o2)
          Deprecated. Will be unnecessary with Velocity 1.6
 



Copyright © 2002-2010 Apache Software Foundation. All Rights Reserved.