|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.bea.p13n.servlets.AnonymousProfileListener
Initialize an Anonymous ProfileWrapper in the user's session, when the session is created.
Constructor Summary | |
AnonymousProfileListener()
|
Method Summary | |
void |
sessionCreated(javax.servlet.http.HttpSessionEvent evt)
When a session is created, initialize an Anonymous Profile in the session for the user. |
void |
sessionDestroyed(javax.servlet.http.HttpSessionEvent evt)
Called when a session is destroyed. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public AnonymousProfileListener()
Method Detail |
public void sessionCreated(javax.servlet.http.HttpSessionEvent evt)
ProfileFactory.createAnonymousProfile()
,
SessionHelper.putProfileInSession(javax.servlet.http.HttpServletRequest, com.bea.p13n.usermgmt.profile.ProfileWrapper)
public void sessionDestroyed(javax.servlet.http.HttpSessionEvent evt)
This method here does nothing.
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |