org.apache.cocoon.callstack
Class CallFrame

java.lang.Object
  extended by org.apache.cocoon.callstack.CallFrame

public class CallFrame
extends Object

Attributes in the call frame and destruction callbacks that should be executed when the call frame is left.

Since:
1.0.0
Version:
$Id: CallFrame.html 1422810 2012-12-17 09:13:50Z ilgrosso $

Constructor Summary
CallFrame()
           
 
Method Summary
 Object getAttribute(String name)
           
 boolean hasAttribute(String name)
           
 void registerDestructionCallback(String name, Runnable callback)
           
 Object removeAttribute(String name)
           
 void setAttribute(String name, Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallFrame

public CallFrame()
Method Detail

hasAttribute

public boolean hasAttribute(String name)

getAttribute

public Object getAttribute(String name)

setAttribute

public void setAttribute(String name,
                         Object value)

removeAttribute

public Object removeAttribute(String name)

registerDestructionCallback

public void registerDestructionCallback(String name,
                                        Runnable callback)


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