com.bea.p13n.servlets
Class AnonymousProfileListener

java.lang.Object
  extended by com.bea.p13n.servlets.AnonymousProfileListener

public class AnonymousProfileListener
extends Object

Initialize an Anonymous ProfileWrapper in the user's session, when the session is created.


Constructor Summary
AnonymousProfileListener()
           
 
Method Summary
 void sessionCreated(HttpSessionEvent evt)
          When a session is created, initialize an Anonymous Profile in the session for the user.
 void sessionDestroyed(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

AnonymousProfileListener

public AnonymousProfileListener()
Method Detail

sessionCreated

public void sessionCreated(HttpSessionEvent evt)
When a session is created, initialize an Anonymous Profile in the session for the user.

See Also
ProfileFactory.createAnonymousProfile(), SessionHelper.putProfileInSession(HttpServletRequest, com.bea.p13n.usermgmt.profile.ProfileWrapper)

sessionDestroyed

public void sessionDestroyed(HttpSessionEvent evt)
Called when a session is destroyed.

This method here does nothing.



Copyright © 2006 BEA Systems, Inc. All Rights Reserved