This project has retired. For details please refer to its
        
        Attic page.
      
org.apache.jetspeed.engine.servlet
Class NamespaceEncodedSession
java.lang.Object
   org.apache.jetspeed.engine.servlet.HttpSessionWrapper
org.apache.jetspeed.engine.servlet.HttpSessionWrapper
       org.apache.jetspeed.engine.servlet.NamespaceEncodedSession
org.apache.jetspeed.engine.servlet.NamespaceEncodedSession
- All Implemented Interfaces: 
- javax.servlet.http.HttpSession
- public class NamespaceEncodedSession 
- extends HttpSessionWrapper
- Author:
- Scott T Weaver
 
| Constructor Summary | 
| NamespaceEncodedSession(javax.servlet.http.HttpSession session,
                        org.apache.pluto.om.common.ObjectID webAppId)
 | 
 
 
| Methods inherited from class org.apache.jetspeed.engine.servlet.HttpSessionWrapper | 
| equals, getCreationTime, getId, getLastAccessedTime, getMaxInactiveInterval, getServletContext, getSessionContext, getValue, getValueNames, hashCode, invalidate, isNew, putValue, removeValue, setMaxInactiveInterval, toString | 
 
 
nameSpaceMapper
private JetspeedNamespaceMapper nameSpaceMapper
webAppId
private org.apache.pluto.om.common.ObjectID webAppId
mappedNames
private HashSet mappedNames
NamespaceEncodedSession
public NamespaceEncodedSession(javax.servlet.http.HttpSession session,
                               org.apache.pluto.om.common.ObjectID webAppId)
- Parameters:
- session-
setAttribute
public void setAttribute(String name,
                         Object value)
- 
 setAttribute
  - 
 
- 
- Specified by:
- setAttributein interface- javax.servlet.http.HttpSession
- Overrides:
- setAttributein class- HttpSessionWrapper
 
- 
- Parameters:
- arg0-
- arg1-
- See Also:
- ServletRequest.setAttribute(java.lang.String,
      java.lang.Object)
 
getAttribute
public Object getAttribute(String name)
- 
- Specified by:
- getAttributein interface- javax.servlet.http.HttpSession
- Overrides:
- getAttributein class- HttpSessionWrapper
 
- 
- See Also:
- ServletRequest.getAttribute(java.lang.String)
 
skipEncode
private boolean skipEncode(String name)
- 
 
getAttributeNames
public Enumeration getAttributeNames()
- 
- Specified by:
- getAttributeNamesin interface- javax.servlet.http.HttpSession
- Overrides:
- getAttributeNamesin class- HttpSessionWrapper
 
- 
 
removeAttribute
public void removeAttribute(String name)
- 
- Specified by:
- removeAttributein interface- javax.servlet.http.HttpSession
- Overrides:
- removeAttributein class- HttpSessionWrapper
 
- 
 
Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.