org.apache.cocoon.template.script.event
Class EndInstruction

java.lang.Object
  extended byorg.apache.cocoon.template.script.event.Event
      extended byorg.apache.cocoon.template.script.event.EndInstruction

public class EndInstruction
extends Event

Version:
SVN $Id: EndInstruction.html 1304280 2012-03-23 11:18:01Z ilgrosso $

Field Summary
 
Fields inherited from class org.apache.cocoon.template.script.event.Event
location, next, NULL_LOCATOR
 
Constructor Summary
EndInstruction(Locator locator, Instruction startInstruction)
           
 
Method Summary
 Instruction getStartInstruction()
           
 
Methods inherited from class org.apache.cocoon.template.script.event.Event
execute, getLocation, getNext, locationString, setNext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EndInstruction

public EndInstruction(Locator locator,
                      Instruction startInstruction)
Method Detail

getStartInstruction

public Instruction getStartInstruction()


Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.