In my previous post ADF Application Event Listeners – Part I I have focused in some of the ADF applications event listeners that we can listen and how to do it. In this post I will show you some examples of data that you can get from those event listeners and in some cases rewrite it.
HTTP Session Events
After application session is created the sessionCreated method is triggered. From the HttpSessionEvent input parameter in the same method you are able to access data from these classes:
· servlet.http.HttpSession
· servlet.internal.session.MemorySessionData
· servlet.internal.session.MemorySessionContext
· servlet.internal.WebAppServletContext
For internal classes is not recommend to make any change on them, however, you are able to access it for your own purpose.
In order to get these previous classes you just need the following: Read the complete article here.
For regular information become a member in the WebLogic Partner Community please visit: http://www.oracle.com/partners/goto/wls-emea ( OPN account required). If you need support with your account please contact the Oracle Partner Business Center.
Blog
Twitter
LinkedIn
Forum
Wiki