public class DocRequest
extends Object
Modifier and Type | Field and Description |
---|---|
Vector |
authSpecs
List of authentication specs, which are evaluated in order until one
is found that definitely allows or denies access.
|
String |
brand
Path to a brand profile (a simple XML document containing
parameters that are passed to the display stylesheet.
|
String |
indexConfig
Path to the index configuration file (relative to servlet base dir)
|
String |
indexName
Name of the index within which the lazy file is stored
|
String |
preFilter
Path to a pre-filter stylesheet to run on the document (or null
for no pre-filtering.)
|
QueryRequest |
query
Text query to run on the document, or null for none.
|
boolean |
removeDoctypeDecl
Whether to remove DOCTYPE declaration from the XML document
|
String |
source
Path to the source XML document (relative to servlet base dir)
|
String |
style
Path to the display stylesheet (relative to servlet base dir)
|
Constructor and Description |
---|
DocRequest()
Default constructor
|
DocRequest(DocRequest other)
Copy constructor.
|
public String style
public String source
public String indexConfig
public String indexName
public String brand
public Vector authSpecs
public String preFilter
public boolean removeDoctypeDecl
public QueryRequest query
public DocRequest()
public DocRequest(DocRequest other)
other
- DocRequest to copy data from