freemarker.template.instruction
Interface UnparsedInstruction
- All Superinterfaces:
- ContainerInstruction, Instruction, TemplateProcessor
- All Known Implementing Classes:
- CommentInstruction, NoParseInstruction
public interface UnparsedInstruction
- extends Instruction, ContainerInstruction, TemplateProcessor
Abstract class that deals with unparsed instructions, ie. instructions whose
contents should be treated as text, without any further parsing by
FM-Classic.
| Fields inherited from interface freemarker.template.instruction.Instruction |
ASSIGN_END, BREAK, CASE, COMMENT_END, COMPRESS_END, DEFAULT, ELSE, ELSEIF, FOREACH_END, FUNCTION_END, IF_END, LIST_END, NONE, NOPARSE_END, SWITCH_END, TRANSFORM_END |
|
Method Summary |
void |
setText(java.lang.String text)
Sets the text to be contained in this instruction. |
setText
void setText(java.lang.String text)
- Sets the text to be contained in this instruction.
- Parameters:
text - the text to be stored in this instruction