Session.AttributeLoader Interface

com.bea.p13n.http
Session.AttributeLoader Interface

public static interface Session.AttributeLoader

An object which is capable of loading additional attributes into a Session.

Instances of this interface must be multi-thread capable without synchronizing./

Enclosing class

Session

Method Summary

public void
loadAttributes(Session session, HttpSession origSession)
Load any additional attributes from the original session into the specified session.

Method Detail

loadAttributes(Session, HttpSession) Method

public void loadAttributes(Session session, 
                           HttpSession origSession)
Load any additional attributes from the original session into the specified session.

Parameters

session
the p13n destination session.
origSession
the http source session.