com.beasys.commerce.axiom.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. |
loadAttributes
public 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 © 2001 BEA Systems, Inc. All Rights Reserved