org.ow2.opensuit.core.impl.file.fake_j2ee
Class AttributeHolder

java.lang.Object
  extended by org.ow2.opensuit.core.impl.file.fake_j2ee.AttributeHolder
Direct Known Subclasses:
FakeRequest, FakeServletContext, FakeSession

public class AttributeHolder
extends java.lang.Object


Field Summary
protected  java.util.Hashtable<java.lang.String,java.lang.Object> attributes
           
 
Constructor Summary
AttributeHolder()
           
 
Method Summary
 java.lang.Object getAttribute(java.lang.String iName)
           
 java.util.Enumeration<?> getAttributeNames()
           
 void removeAttribute(java.lang.String iName)
           
 void setAttribute(java.lang.String iName, java.lang.Object iValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attributes

protected java.util.Hashtable<java.lang.String,java.lang.Object> attributes
Constructor Detail

AttributeHolder

public AttributeHolder()
Method Detail

getAttributeNames

public java.util.Enumeration<?> getAttributeNames()

setAttribute

public void setAttribute(java.lang.String iName,
                         java.lang.Object iValue)

getAttribute

public java.lang.Object getAttribute(java.lang.String iName)

removeAttribute

public void removeAttribute(java.lang.String iName)


Copyright © 2008-2012 OW2 Consortium. All Rights Reserved.