Request.AttributeLoader Interface

com.bea.p13n.http
Request.AttributeLoader Interface

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.


All Known Implementing Classes
ShoppingCartAttributeLoader
Enclosing class

Request

Method Summary

public void
loadAttributes(Request request, HttpServletRequest origRequest)
Load any additional attributes from the original request into the specified request.

Method Detail

loadAttributes(Request, HttpServletRequest) Method

public void loadAttributes(Request request, 
                           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.