| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.nucleus.logging.VariableArgumentApplicationLoggingImpl
atg.nucleus.GenericService
atg.adc.ADCConfiguration
public class ADCConfiguration
This is the base class for the global configuration of the auto-tagging feature.
| Field Summary | |
|---|---|
static java.lang.String | 
CLASS_VERSION
Class version string  | 
| Fields inherited from class atg.nucleus.GenericService | 
|---|
SERVICE_INFO_KEY | 
| Fields inherited from interface atg.nucleus.logging.TraceApplicationLogging | 
|---|
DEFAULT_LOG_TRACE_STATUS | 
| Fields inherited from interface atg.nucleus.logging.ApplicationLogging | 
|---|
DEFAULT_LOG_DEBUG_STATUS, DEFAULT_LOG_ERROR_STATUS, DEFAULT_LOG_INFO_STATUS, DEFAULT_LOG_WARNING_STATUS | 
| Constructor Summary | |
|---|---|
ADCConfiguration()
 | 
|
| Method Summary | |
|---|---|
 java.lang.String[] | 
getCategoryIdQueryArgs()
 | 
 java.lang.String[] | 
getCategoryPages()
 | 
 Cache | 
getCategoryPagesCache()
 | 
 java.lang.String | 
getDefaultCategory()
 | 
 java.lang.String | 
getDefaultPageName()
 | 
 atg.core.util.OrderedHashtable | 
getPageCategories()
 | 
 Cache | 
getPageCategoryCache()
 | 
 Cache | 
getPageNameCache()
 | 
 atg.core.util.OrderedHashtable | 
getPageNames()
 | 
 java.lang.String[] | 
getProductIdQueryArgs()
 | 
 boolean | 
isDevMode()
 | 
 boolean | 
isSimulationMode()
 | 
 boolean | 
isTagWebApps()
 | 
 boolean | 
isUsePreviousRequestCategoryId()
 | 
 void | 
setCategoryIdQueryArgs(java.lang.String[] pCategoryIdQueryArgs)
An array of query arguments that specify which product category is being viewed  | 
 void | 
setCategoryPages(java.lang.String[] pCategoryPages)
The pages on which the categoryIdQueryArgs should be looked for.  | 
 void | 
setCategoryPagesCache(Cache pCategoryPagesCache)
The cache storing whether URLs match CategoryPagePatterns  | 
 void | 
setDefaultCategory(java.lang.String pDefaultCategory)
The default category.  | 
 void | 
setDefaultPageName(java.lang.String pDefaultPageName)
The default page name.  | 
 void | 
setDevMode(boolean pDevMode)
boolean indicating if running in development mode, as opposed to production mode  | 
 void | 
setPageCategories(atg.core.util.OrderedHashtable pPageCategories)
The set of available page categories.  | 
 void | 
setPageCategoryCache(Cache pPageCategoryCache)
The cache in which site URLs are stored with their mapped page categories.  | 
 void | 
setPageNameCache(Cache pPageNameCache)
The cache in which site URLs are stored with their mapped page names.  | 
 void | 
setPageNames(atg.core.util.OrderedHashtable pPageNames)
The set of available page names.  | 
 void | 
setProductIdQueryArgs(java.lang.String[] pProductIdQueryArgs)
An array of query arguments that specify which product is being viewed.  | 
 void | 
setSimulationMode(boolean pSimulationMode)
Boolean indicating if running in "simulation" mode  | 
 void | 
setTagWebApps(boolean pTagWebApps)
boolean indicating if the ADCDataInsertServlet should tag JSP pages in web apps.  | 
 void | 
setUsePreviousRequestCategoryId(boolean pUsePreviousRequestCategoryId)
Boolean indicating if the category associated with the previous request should be used to get the category parameter value if the category was not set by a droplet, JSP tag, or query string parameter.  | 
| Methods inherited from class atg.nucleus.logging.VariableArgumentApplicationLoggingImpl | 
|---|
vlogDebug, vlogDebug, vlogDebug, vlogDebug, vlogError, vlogError, vlogError, vlogError, vlogInfo, vlogInfo, vlogInfo, vlogInfo, vlogTrace, vlogTrace, vlogTrace, vlogTrace, vlogWarning, vlogWarning, vlogWarning, vlogWarning | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static final java.lang.String CLASS_VERSION
| Constructor Detail | 
|---|
public ADCConfiguration()
| Method Detail | 
|---|
public void setCategoryIdQueryArgs(java.lang.String[] pCategoryIdQueryArgs)
pCategoryIdQueryArgs - an array of query arguments that specify the
        product category being viewedpublic java.lang.String[] getCategoryIdQueryArgs()
public void setCategoryPages(java.lang.String[] pCategoryPages)
pCategoryPages - the pages on which the categoryIdQueryArgs should
        be looked for.public java.lang.String[] getCategoryPages()
public void setCategoryPagesCache(Cache pCategoryPagesCache)
pCategoryPageCache - the cache storing whether URLs match 
        CategoryPagePatternspublic Cache getCategoryPagesCache()
public void setDefaultCategory(java.lang.String pDefaultCategory)
pDefaultCategory - the default categorypublic java.lang.String getDefaultCategory()
public void setDefaultPageName(java.lang.String pDefaultPageName)
pDefaultPageName - the default page name.public java.lang.String getDefaultPageName()
public void setDevMode(boolean pDevMode)
pDevMode - boolean indicating if running in development mode, as
        opposed to production modepublic boolean isDevMode()
public void setPageCategories(atg.core.util.OrderedHashtable pPageCategories)
pPageCategories - A map of URLs and partial URLs to page categoriespublic atg.core.util.OrderedHashtable getPageCategories()
public void setPageCategoryCache(Cache pPageCategoryCache)
pPageCategoryCache - The cache in which site URLs are stored with 
        their mapped page categories.public Cache getPageCategoryCache()
public void setPageNameCache(Cache pPageNameCache)
pPageNameCache - The cache in which site URLs are stored with 
        their mapped page names.public Cache getPageNameCache()
public void setPageNames(atg.core.util.OrderedHashtable pPageNames)
pPageNames - A map of URLs and partial URLs to page namespublic atg.core.util.OrderedHashtable getPageNames()
public void setProductIdQueryArgs(java.lang.String[] pProductIdQueryArgs)
pProductIdQueryArgs - an array of query arguments that specify which
        product is being viewedpublic java.lang.String[] getProductIdQueryArgs()
public void setSimulationMode(boolean pSimulationMode)
pSimulation - boolean indicating if running in
        "simulation" modepublic boolean isSimulationMode()
public void setTagWebApps(boolean pTagWebApps)
pSkipJSP - boolean indicating if the ADCDataInsertServlet should
        tag JSP pages in web appspublic boolean isTagWebApps()
public void setUsePreviousRequestCategoryId(boolean pUsePreviousRequestCategoryId)
pUseParentCategory - Boolean indicating if the category associated with
        the previous request should be used to get the category parameter value if the 
        category was not set by a droplet, JSP tag, or query string parameter.public boolean isUsePreviousRequestCategoryId()
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||