This project has retired. For details please refer to its
Attic page.
CallFrame (Cocoon Servlet Service Implementation 1.3.3-SNAPSHOT API)
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.html 1422810 2012-12-17 09:13:50Z ilgrosso $
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-2012 The Apache Software Foundation. All Rights Reserved.