|
Cocoon API: Class XSPGlobal
org.apache.cocoon.processor.xsp
Class XSPGlobal
java.lang.Object
|
+--org.apache.cocoon.processor.xsp.XSPGlobal
- public class XSPGlobal
- extends java.lang.Object
- Version:
- $Revision: 1.5 $ $Date: 2000/02/13 18:29:34 $
- Author:
- Ricardo Rocha
Field Summary |
protected java.util.Hashtable |
attributes
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
attributes
protected java.util.Hashtable attributes
XSPGlobal
public XSPGlobal()
setAttribute
public void setAttribute(java.lang.String name,
java.lang.Object object)
getAttribute
public java.lang.Object getAttribute(java.lang.String name)
removeAttribute
public void removeAttribute(java.lang.String name)
getAttributeNames
public java.util.Enumeration getAttributeNames()
Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.
|