atg.multisite
Class SiteURLManager.SiteDeterminationURL

java.lang.Object
  extended by atg.multisite.SiteURLManager.SiteDeterminationURL
Enclosing class:
SiteURLManager

public class SiteURLManager.SiteDeterminationURL
extends java.lang.Object

An object that contains the site id and the part of the URL that was used to determine the site.


Constructor Summary
SiteURLManager.SiteDeterminationURL(java.lang.String pSiteId, java.lang.String pURLMatch)
          Creates a SiteDeterminationURL object with the given site id and URL matching string
 
Method Summary
 java.lang.String getSiteId()
          Gets the site id
 java.lang.String getURLMatch()
          Gets the matching URL string
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SiteURLManager.SiteDeterminationURL

public SiteURLManager.SiteDeterminationURL(java.lang.String pSiteId,
                                           java.lang.String pURLMatch)
Creates a SiteDeterminationURL object with the given site id and URL matching string

Parameters:
pSiteId - The site id
pURLMatch - The URL string that was used for site determination
Method Detail

getSiteId

public java.lang.String getSiteId()
Gets the site id

Returns:
the siteId

getURLMatch

public java.lang.String getURLMatch()
Gets the matching URL string

Returns:
the uRLMatch