atg.svc.agent.environment
Class CurrentSiteHolder

java.lang.Object
  extended by atg.svc.agent.environment.CurrentSiteHolder

public class CurrentSiteHolder
extends java.lang.Object

Holds the current active site


Field Summary
static java.lang.String CLASS_VERSION
          Class version string
protected  atg.multisite.Site mCurrentSite
           
 
Constructor Summary
CurrentSiteHolder()
           
 
Method Summary
 atg.multisite.Site getCurrentSite()
          Returns the currentSite
 void setCurrentSite(atg.multisite.Site pCurrentSite)
          Sets the currentSite
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Class version string


mCurrentSite

protected atg.multisite.Site mCurrentSite
Constructor Detail

CurrentSiteHolder

public CurrentSiteHolder()
Method Detail

getCurrentSite

public atg.multisite.Site getCurrentSite()
Returns the currentSite

Returns:
the currentSite

setCurrentSite

public void setCurrentSite(atg.multisite.Site pCurrentSite)
Sets the currentSite

Parameters:
pCurrentSite - the currentSite to set