public class StringArraySequence
extends java.lang.Object
implements freemarker.template.TemplateSequenceModel
Constructor and Description |
---|
StringArraySequence(java.lang.String[] stringArray)
Warning: Does not copy the argument array!
|
Modifier and Type | Method and Description |
---|---|
freemarker.template.TemplateModel |
get(int index) |
int |
size() |
public StringArraySequence(java.lang.String[] stringArray)
public freemarker.template.TemplateModel get(int index) throws freemarker.template.TemplateModelException
get
in interface freemarker.template.TemplateSequenceModel
freemarker.template.TemplateModelException
public int size() throws freemarker.template.TemplateModelException
size
in interface freemarker.template.TemplateSequenceModel
freemarker.template.TemplateModelException