org.apache.cocoon.sitemap
Interface ExecutionContext

All Superinterfaces:
Locatable
All Known Implementing Classes:
AbstractProcessingNode, ConcreteTreeProcessor

public interface ExecutionContext
extends Locatable

This context contains information about the current statement that should be executed like the location in the sitemap etc. TODO - This is not finished yet!

Since:
2.2
Version:
CVS $Id: ExecutionContext.java 233343 2005-08-18 18:06:44Z sylvain $

Method Summary
 Location getLocation()
          Return the location of the statement in the sitemap.
 String getType()
          Return the component type
 

Method Detail

getLocation

public Location getLocation()
Return the location of the statement in the sitemap.

Specified by:
getLocation in interface Locatable
Returns:
the location

getType

public String getType()
Return the component type



Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.