atg.svc.agent.environment
Class CurrentSiteHolder
java.lang.Object
atg.svc.agent.environment.CurrentSiteHolder
public class CurrentSiteHolder
- extends java.lang.Object
Holds the current active site
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 |
CLASS_VERSION
public static java.lang.String CLASS_VERSION
- Class version string
mCurrentSite
protected atg.multisite.Site mCurrentSite
CurrentSiteHolder
public CurrentSiteHolder()
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