class SRUConfig extends CrossQueryConfig
queryParserSheet, queryRouterSheet
allowBrowserCaching, attribs, dependencyCheckingEnabled, errorGenSheet, indexWarmingUpdateInterval, latencyCutoffSize, logLevel, reportLatency, runawayKillTime, runawayNormalTime, servlet, sessionEncodeURLPattern, stylesheetCacheExpire, stylesheetCacheSize, stylesheetProfiling, tokenizerMap, trackSessions
Constructor and Description |
---|
SRUConfig(SRU servlet,
String path)
Constructor - Reads and parses the global configuration file (XML) for
the SRU servlet.
|
handleProperty
parseBoolean, parseInt, read, requireOrElse
public SRUConfig(SRU servlet, String path) throws GeneralException
path
- Filesystem path to the config file.GeneralException
- If a read or parse error occurs.