© 2005 BEA Systems, Inc.

com.bea.p13n.http
Interface Session.AttributeLoader

Enclosing interface:
Session

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./


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

Method Detail

loadAttributes

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.

© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved