Package | Description |
---|---|
org.apache.velocity.tools.generic |
Contains a collection of reusable, general-purpose "tools" for Velocity.
|
Modifier and Type | Method and Description |
---|---|
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–2021 Apache Software Foundation. All rights reserved.