org.apache.cocoon.callstack
Class CallFrame
java.lang.Object
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:
- 2.2
- Version:
- $Id: CallFrame.java 562806 2007-08-05 02:26:41Z vgritsenko $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CallFrame
public CallFrame()
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-2007 The Apache Software Foundation. All Rights Reserved.