com.bea.p13n.http
Interface Request.AttributeLoader
- All Known Implementing Classes:
- ShoppingCartAttributeLoader
- public static interface Request.AttributeLoader
An object which is capable of loading additional attributes into a
Request.
Instances of this interface must be multi-thread capable without
synchronizing.
Method Summary
|
void |
loadAttributes(Request request,
javax.servlet.http.HttpServletRequest origRequest)
Load any additional attributes from the original request into the
specified request. |
loadAttributes
public void loadAttributes(Request request,
javax.servlet.http.HttpServletRequest origRequest)
- Load any additional attributes from the original request into the
specified request.
- Parameters:
request
- the p13n destination request.origRequest
- the http source request.
Copyright © 2002 BEA Systems, Inc. All Rights Reserved