Class PortalInprocSession
java.lang.Object
com.webmethods.caf.faces.context.inproc.InprocServletSession
com.webmethods.portal.framework.faces.context.PortalInprocSession
- All Implemented Interfaces:
HttpSession
Fake servlet session which uses portal context information where possible.
-
Field Summary
FieldsFields inherited from class com.webmethods.caf.faces.context.inproc.InprocServletSession
m_attributes, m_creationTime, m_id, m_servletContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAttribute
(String name) void
removeAttribute
(String name) void
setAttribute
(String name, Object value) void
setContext
(IContext context) Methods inherited from class com.webmethods.caf.faces.context.inproc.InprocServletSession
getAttributes, getCreationTime, getId, getLastAccessedTime, getMaxInactiveInterval, getSessionContext, getValue, getValueNames, invalidate, isNew, putValue, release, removeValue, setAttributes, setId, setMaxInactiveInterval, setServletContext
-
Field Details
-
m_context
-
-
Constructor Details
-
PortalInprocSession
public PortalInprocSession() -
PortalInprocSession
-
-
Method Details
-
getAttribute
- Specified by:
getAttribute
in interfaceHttpSession
- Overrides:
getAttribute
in classInprocServletSession
-
getAttributeNames
- Specified by:
getAttributeNames
in interfaceHttpSession
- Overrides:
getAttributeNames
in classInprocServletSession
-
getServletContext
- Specified by:
getServletContext
in interfaceHttpSession
- Overrides:
getServletContext
in classInprocServletSession
-
removeAttribute
- Specified by:
removeAttribute
in interfaceHttpSession
- Overrides:
removeAttribute
in classInprocServletSession
-
setAttribute
- Specified by:
setAttribute
in interfaceHttpSession
- Overrides:
setAttribute
in classInprocServletSession
-
getContext
-
setContext
-