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.java 587761 2007-10-24 03:08:05Z vgritsenko $

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.