|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jasig.portal.UserInstance
org.jasig.portal.GuestUserInstance
A multithreaded version of a UserInstance.
Field Summary |
Fields inherited from class org.jasig.portal.UserInstance |
CACHE_ENABLED, CHARACTER_CACHE_ENABLED, guestUserId, USER_LAYOUT_ROOT_NODE |
Constructor Summary | |
GuestUserInstance(IPerson person)
|
Method Summary | |
void |
registerSession(javax.servlet.http.HttpServletRequest req)
Register arrival of a new session. |
void |
unbindSession(java.lang.String sessionId)
Unbinds a registered session. |
void |
valueBound(javax.servlet.http.HttpSessionBindingEvent bindingEvent)
Notifies UserInstance that it has been bound to a session. |
void |
valueUnbound(javax.servlet.http.HttpSessionBindingEvent bindingEvent)
This notifies UserInstance that it has been unbound from the session. |
void |
writeContent(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Prepares for and initates the rendering cycle. |
Methods inherited from class org.jasig.portal.UserInstance |
getPerson, renderState |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public GuestUserInstance(IPerson person)
Method Detail |
public void registerSession(javax.servlet.http.HttpServletRequest req) throws PortalException
req
- a HttpServletRequest
value
PortalException
public void unbindSession(java.lang.String sessionId)
sessionId
- a String
valuepublic void valueUnbound(javax.servlet.http.HttpSessionBindingEvent bindingEvent)
valueUnbound
in interface javax.servlet.http.HttpSessionBindingListener
valueUnbound
in class UserInstance
bindingEvent
- an HttpSessionBindingEvent
valuepublic void valueBound(javax.servlet.http.HttpSessionBindingEvent bindingEvent)
valueBound
in interface javax.servlet.http.HttpSessionBindingListener
valueBound
in class UserInstance
bindingEvent
- a HttpSessionBindingEvent
valuepublic void writeContent(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res) throws PortalException
writeContent
in class UserInstance
req
- the servlet request objectres
- the servlet response object
PortalException
|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |