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:
- 1.0.0
- Version:
- $Id: CallFrame.java 608375 2008-01-03 08:33:00Z reinhard $
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-2008 The Apache Software Foundation. All Rights Reserved.