net.smartlab.web
Class EnterpriseDomain.RequestContext
java.lang.Object
net.smartlab.web.EnterpriseDomain.RequestContext
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- EnterpriseDomain
public static class EnterpriseDomain.RequestContext
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EnterpriseDomain.RequestContext
public EnterpriseDomain.RequestContext()
contains
public boolean contains(java.lang.String key)
getAttributeNames
public java.util.Set getAttributeNames()
setAttribute
public java.io.Serializable setAttribute(java.lang.String key,
java.io.Serializable value)
removeAttribute
public java.io.Serializable removeAttribute(java.lang.String key)
size
public int size()
getAttributesMap
public java.util.Collection getAttributesMap()
Copyright © 2004-2009 The SmartWeb Team. All Rights Reserved.