public class CrossQueryConfig extends TextConfig
Modifier and Type | Field and Description |
---|---|
String |
queryParserSheet
The stylesheet used to parse a query from an HTTP request, into an XML
format usable by the text engine (only specified if no query router).
|
String |
queryRouterSheet
The stylesheet used route an HTTP request to the appropriate query
parser stylesheet.
|
allowBrowserCaching, attribs, dependencyCheckingEnabled, errorGenSheet, indexWarmingUpdateInterval, latencyCutoffSize, logLevel, reportLatency, runawayKillTime, runawayNormalTime, servlet, sessionEncodeURLPattern, stylesheetCacheExpire, stylesheetCacheSize, stylesheetProfiling, tokenizerMap, trackSessions
Constructor and Description |
---|
CrossQueryConfig(CrossQuery servlet)
Default constructor
|
CrossQueryConfig(CrossQuery servlet,
String path)
Constructor - Reads and parses the global configuration file (XML) for
the crossQuery servlet.
|
Modifier and Type | Method and Description |
---|---|
boolean |
handleProperty(String tagAttr,
String strVal)
Called by when a property is encountered in the configuration file.
|
parseBoolean, parseInt, read, requireOrElse
public String queryRouterSheet
public String queryParserSheet
public CrossQueryConfig(CrossQuery servlet)
public CrossQueryConfig(CrossQuery servlet, String path) throws GeneralException
path
- Filesystem path to the config file.GeneralException
- If a read or parse error occurs.public boolean handleProperty(String tagAttr, String strVal)
handleProperty
in class TextConfig
tagAttr
- Combined element/attribute name being consideredstrVal
- It's string value