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 $

Nested Class Summary
 
Nested classes/interfaces inherited from interface freemarker.template.instruction.Instruction
Instruction.EndType
 
Nested classes/interfaces inherited from interface freemarker.template.TemplateProcessor
TemplateProcessor.ExitStatus
 
Method Summary
 void setText(java.lang.String text)
          Sets the text to be contained in this instruction.
 
Methods inherited from interface freemarker.template.instruction.Instruction
callBuilder, getEndType, isEndInstruction
 
Methods inherited from interface freemarker.template.instruction.ContainerInstruction
testEndInstruction
 
Methods inherited from interface freemarker.template.TemplateProcessor
process
 

Method Detail

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