|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectDocRequest
public class DocRequest
Holds document information specific to a docId
Field Summary | |
---|---|
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 Summary | |
---|---|
DocRequest()
Default constructor |
|
DocRequest(DocRequest other)
Copy constructor. |
Method Summary |
---|
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
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
Constructor Detail |
---|
public DocRequest()
public DocRequest(DocRequest other)
other
- DocRequest to copy data from
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |