atg.portal.framework
Interface PortalObjectResolver


public interface PortalObjectResolver

Interface that must be implemented to create a new portal object resolver. This interface is used to take an HTTP request and calculate the portal objects to which it refers.


Field Summary
static java.lang.String CLASS_VERSION
           
 
Method Summary
 PortalObjects resolvePortalObjects(javax.servlet.http.HttpServletRequest pRequest)
          Takes an HTTP request and uses it to resolve the portal objects to which it refers.
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
See Also:
Constant Field Values
Method Detail

resolvePortalObjects

PortalObjects resolvePortalObjects(javax.servlet.http.HttpServletRequest pRequest)
                                   throws PortalException,
                                          SecurityException
Takes an HTTP request and uses it to resolve the portal objects to which it refers. This interface is intended to allow pluggable object resolution systems.

Throws:
PortalException
SecurityException - if there is a security-related failure. Should not throw an exception for permission errors, only infrastructure failures.
See Also:
StandardPortalObjectResolver