|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectatg.nucleus.logging.VariableArgumentApplicationLoggingImpl
atg.nucleus.logging.LoggingSupport
atg.projects.store.search.LanguageParserOptions
public class LanguageParserOptions
This class builds language constraint for search query.
Field Summary | |
---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
static java.lang.String |
REQUEST_LOCALE_PATH
Default request locale path |
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 | |
---|---|
LanguageParserOptions()
|
Method Summary | |
---|---|
protected java.util.Locale |
getCurrentLocale()
|
atg.search.routing.utils.Language |
getLanguage()
Returns a Language for the locale's language that is appropriate
for display to the user. |
java.lang.String |
getRequestLocalePath()
Returns path to the RequestLocale component. |
void |
setRequestLocalePath(java.lang.String pRequestLocalePath)
Sets new path to the RequestLocale component. |
Methods inherited from class atg.nucleus.logging.LoggingSupport |
---|
getLogger, getLoggingForVlogging, isLoggingDebug, isLoggingError, isLoggingInfo, isLoggingTrace, isLoggingWarning, logDebug, logDebug, logDebug, logError, logError, logError, logInfo, logInfo, logInfo, logTrace, logTrace, logTrace, logWarning, logWarning, logWarning, setLogger, setLoggingDebug, setLoggingError, setLoggingInfo, setLoggingTrace, setLoggingWarning |
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
public static final java.lang.String REQUEST_LOCALE_PATH
Constructor Detail |
---|
public LanguageParserOptions()
Method Detail |
---|
public void setRequestLocalePath(java.lang.String pRequestLocalePath)
pRequestLocalePath
- path to the RequestLocale component.public java.lang.String getRequestLocalePath()
public atg.search.routing.utils.Language getLanguage()
Language
for the locale's language that is appropriate
for display to the user. Actual Locale object retireves from
the current request.
protected java.util.Locale getCurrentLocale()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |