com.bea.p13n.http
Interface Session.AttributeLoader

Enclosing class:
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, javax.servlet.http.HttpSession origSession)
          Load any additional attributes from the original session into the specified session.
 

Method Detail

loadAttributes

void loadAttributes(Session session,
                    javax.servlet.http.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.


Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.