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.


Field Summary
 
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
 
Fields inherited from interface freemarker.template.TemplateProcessor
BREAK, EXIT, OK, UNCOMPILED_TEMPLATE
 
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