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.
- Version:
- $Id: UnparsedInstruction.java 1101 2013-04-01 04:17:32Z run2000 $
 
 
 
| 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