org.apache.cocoon.sitemap
Interface ExecutionContext

All Superinterfaces:
org.apache.cocoon.util.location.Locatable

public interface ExecutionContext
extends org.apache.cocoon.util.location.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:
$Id: ExecutionContext.html 1304280 2012-03-23 11:18:01Z ilgrosso $

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

Method Detail

getLocation

public org.apache.cocoon.util.location.Location getLocation()
Return the location of the statement in the sitemap.

Specified by:
getLocation in interface org.apache.cocoon.util.location.Locatable

getType

public String getType()
Return the component type



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