Package com.bea.p13n.http

Interface Summary
Request.AttributeLoader An object which is capable of loading additional attributes into a Request.
SerializableRequest An HttpServletRequest which also serves as a ConfigurableEntity, and can be Serialized.
SerializableSession An HttpSession which also serves as a ConfigurableEntity, and can be Serialized.
Session.AttributeLoader An object which is capable of loading additional attributes into a Session.
 

Class Summary
DefaultRequestFilter The default P13N Request Filter.
DefaultSessionFilter The default P13N Session Filter.
HttpConfigurableEntity A default implementation for Http Request and Http Session objects mimick a ConfigurableEntity.
P13nRequestFactory  
Request The Personalization Server implementation of the Http Servlet Request interface.
Session The Personalization Server implementation of the Http Session interface.
SessionMonitor Monitor changes to the Http Session.
SessionMonitor.AttributeInfoOnly Use this class instead of SessionMonitor if you only want attribute info (add/remove/replace, serialization test, and size) without logging the total session size each time.
SessionMonitor.TotalSessionSizeOnly Use this class instead of SessionMonitor if you only want total session size (on each session change) without any attribute info.
 



Copyright © 2011, Oracle. All rights reserved.