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,v 1.8 2003/11/03 03:33:32 run2000 Exp $

Fields inherited from interface freemarker.template.instruction.Instruction
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.
 
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

public 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