org.apache.velocity.app.tools
Class VelocityFormatter.VelocityAutoAlternator

java.lang.Object
  |
  +--org.apache.velocity.app.tools.VelocityFormatter.VelocityAlternator
        |
        +--org.apache.velocity.app.tools.VelocityFormatter.VelocityAutoAlternator
Enclosing class:
VelocityFormatter

public class VelocityFormatter.VelocityAutoAlternator
extends VelocityFormatter.VelocityAlternator

As VelocityAlternator, but calls alternate() automatically on rendering in a template.


Fields inherited from class org.apache.velocity.app.tools.VelocityFormatter.VelocityAlternator
alternates, current
 
Constructor Summary
VelocityFormatter.VelocityAutoAlternator(java.lang.String[] alternates)
          Constructor takes an array of Strings.
 
Method Summary
 java.lang.String toString()
          Returns the current alternate, and automatically alternates to the next alternate in its sequence (trigged upon rendering).
 
Methods inherited from class org.apache.velocity.app.tools.VelocityFormatter.VelocityAlternator
alternate
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

VelocityFormatter.VelocityAutoAlternator

public VelocityFormatter.VelocityAutoAlternator(java.lang.String[] alternates)
Constructor takes an array of Strings.
Parameters:
alternates - A String[].
Method Detail

toString

public final java.lang.String toString()
Returns the current alternate, and automatically alternates to the next alternate in its sequence (trigged upon rendering).
Overrides:
toString in class VelocityFormatter.VelocityAlternator
Returns:
The current alternate in the sequence.


Copyright © 2003 Apache Software Foundation. All Rights Reserved.