org.apache.beehive.netui.pageflow.scoping.internal
Class AttributeContainer

java.lang.Object
  extended by org.apache.beehive.netui.pageflow.scoping.internal.AttributeContainer
Direct Known Subclasses:
ScopedAttributeContainer, ScopedServletConfig

public class AttributeContainer
extends Object


Constructor Summary
AttributeContainer()
           
 
Method Summary
 Object getAttribute(String attrName)
           
 Enumeration getAttributeNames()
           
 String[] getAttributeNamesArray()
           
protected  Map getAttrMap()
           
protected  Map getSerializableAttrs()
           
 void removeAllAttributes()
           
 void removeAttribute(String attrName)
           
 void setAttribute(String attrName, Object o)
           
protected  void setAttrMap(Map attrs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeContainer

public AttributeContainer()
Method Detail

getAttribute

public Object getAttribute(String attrName)

setAttribute

public void setAttribute(String attrName,
                         Object o)

getAttributeNames

public Enumeration getAttributeNames()

getAttributeNamesArray

public String[] getAttributeNamesArray()

removeAttribute

public void removeAttribute(String attrName)

removeAllAttributes

public void removeAllAttributes()

getSerializableAttrs

protected final Map getSerializableAttrs()

getAttrMap

protected final Map getAttrMap()

setAttrMap

protected final void setAttrMap(Map attrs)


Copyright © 2011, Oracle. All rights reserved.