freemarker.template.instruction
Interface ContainerInstruction
- All Known Subinterfaces:
- UnparsedInstruction
- All Known Implementing Classes:
- GenericStartInstruction
- public interface ContainerInstruction
An implementation for instructions that contain other elements, such
as text or other instructions.
- Version:
- $Id: ContainerInstruction.java,v 1.9 2003/11/03 03:33:32 run2000 Exp $
testEndInstruction
public boolean testEndInstruction(Instruction endInstruction)
- Is this the right kind of instruction for the given
EndInstruction
?
- Parameters:
endInstruction
- the end instruction we're testing- Returns:
true
if the EndInstruction
is the right kind
for this ContainerInstruction
, otherwise false