atg.multisite
Interface SiteSessionStartProcessor


public interface SiteSessionStartProcessor

This interface should be implemented by components that need to react to the start of a Site session.


Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Method Summary
 void processSiteSessionStart(SiteContext pSiteContext, DynamoHttpServletRequest pRequest)
          process the start of a site session
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
Class version string

See Also:
Constant Field Values
Method Detail

processSiteSessionStart

void processSiteSessionStart(SiteContext pSiteContext,
                             DynamoHttpServletRequest pRequest)
process the start of a site session

Parameters:
pSiteContext - the current site context object
pRequest - the request object