|
||||||||||
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.web.UIConfiguration
atg.svc.ui.CommonUIConfiguration
atg.svc.self.ui.SelfServiceUIConfiguration
public class SelfServiceUIConfiguration
This class is a nucleus component for defining generic UI configuration properties such as the context root
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 | |
---|---|
SelfServiceUIConfiguration()
|
Method Summary | |
---|---|
int |
getBestBetInitialCount()
|
java.lang.String |
getBrandingContextRoot()
|
java.lang.String |
getEmailTemplateStylesheet()
|
int |
getMaxPasswordLength()
|
int |
getMinPasswordLength()
|
int |
getSearchExampleCount()
|
boolean |
getShowPasswordRule()
|
java.lang.String |
getSolutionEditorStylesheet()
|
boolean |
isEnableControlCharacterFilteringForSearchResultTitles()
Get the value of mEnableControlCharacterFilteringForSearchResultTitles. |
boolean |
isLoginRequired()
Overriding isLoginReuired() implementation to get the value based on the "AllowAnonymousUsers" global (site) option. |
void |
setBestBetInitialCount(int pBestBetInitialCount)
|
void |
setBrandingContextRoot(java.lang.String pBrandingContextRoot)
|
void |
setEmailTemplateStylesheet(java.lang.String pEmailTemplateStylesheet)
|
void |
setEnableControlCharacterFilteringForSearchResultTitles(boolean pEnableControlCharacterFilteringForSearchResultTitles)
Set the value of EnableControlCharacterFilteringForSearchResultTitles. |
void |
setMaxPasswordLength(int pMaxPasswordLength)
|
void |
setMinPasswordLength(int pMinPasswordLength)
|
void |
setSearchExampleCount(int pSearchExampleCount)
|
void |
setShowPasswordRule(boolean pShowPasswordRule)
|
void |
setSolutionEditorStylesheet(java.lang.String pSolutionEditorStylesheet)
|
Methods inherited from class atg.web.UIConfiguration |
---|
getContextRoot, getLocaleSettingResourceBundle, getLoginURI, getLoginURISuccessParam, getMediaContextRoot, getNormalizeOutputXHTML, getRedirectDelayMS, getUserMessagesResourceBundle, setContextRoot, setLocaleSettingResourceBundle, setLoginRequired, setLoginURI, setLoginURISuccessParam, setMediaContextRoot, setNormalizeOutputXHTML, setRedirectDelayMS, setUserMessagesResourceBundle |
Methods inherited from class atg.nucleus.GenericService |
---|
addLogListener, createAdminServlet, doStartService, doStopService, getAbsoluteName, getAdminServlet, getLoggingForVlogging, getLogListenerCount, getLogListeners, getName, getNameContext, getNucleus, getRoot, getServiceConfiguration, getServiceInfo, isLoggingDebug, isLoggingError, isLoggingInfo, isLoggingTrace, isLoggingWarning, isRunning, logDebug, logDebug, logDebug, logError, logError, logError, logInfo, logInfo, logInfo, logTrace, logTrace, logTrace, logWarning, logWarning, logWarning, nameContextElementBound, nameContextElementUnbound, removeLogListener, resolveName, resolveName, resolveName, resolveName, sendLogEvent, setLoggingDebug, setLoggingError, setLoggingInfo, setLoggingTrace, setLoggingWarning, setNucleus, setServiceInfo, startService, stopService |
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 SelfServiceUIConfiguration()
Method Detail |
---|
public int getSearchExampleCount()
public void setSearchExampleCount(int pSearchExampleCount)
pSearchExampleCount
- The searchExampleCount to set.public int getBestBetInitialCount()
public void setBestBetInitialCount(int pBestBetInitialCount)
public java.lang.String getSolutionEditorStylesheet()
public void setSolutionEditorStylesheet(java.lang.String pSolutionEditorStylesheet)
public java.lang.String getEmailTemplateStylesheet()
public void setEmailTemplateStylesheet(java.lang.String pEmailTemplateStylesheet)
public int getMinPasswordLength()
public void setMinPasswordLength(int pMinPasswordLength)
public int getMaxPasswordLength()
public void setMaxPasswordLength(int pMaxPasswordLength)
public boolean getShowPasswordRule()
public void setShowPasswordRule(boolean pShowPasswordRule)
public boolean isEnableControlCharacterFilteringForSearchResultTitles()
public void setEnableControlCharacterFilteringForSearchResultTitles(boolean pEnableControlCharacterFilteringForSearchResultTitles)
paths
- Value to assign to EnableControlCharacterFilteringForSearchResultTitles.public boolean isLoginRequired()
isLoginRequired
in class atg.web.UIConfiguration
public java.lang.String getBrandingContextRoot()
public void setBrandingContextRoot(java.lang.String pBrandingContextRoot)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |