org.outerj.daisy.publisher.serverimpl.docpreparation |
|
Java Source File Name | Type | Comment |
ContentProcessor.java | Class | Processes special instructions in the content, such as queries
and includes.
A ContentProcessor can be instantiated recursively by the
IncludeProcessor: if the IncludeProcessor includes some content,
it will create a new ContentProcessor and push the content
through that ContentProcessor. |
DaisyLinkEnhancerHandler.java | Class | Adds the document name as an attribute on links pointing to daisy documents. |
FieldAnnotator.java | Class | |
IncludesProcessor.java | Class | This ContentHandler handles document includes. |
LinkAnnotationConfig.java | Class | |
MergePartsHandler.java | Class | A ContentHandler that merges parts for which the daisyHtml flag
on the PartType is set to true, and optionally for other part types. |
PreparationPipe.java | Class | |
PreparedDocuments.java | Class | An object containing a 'prepared' copy of a document and of all
the documents it includes, 'prepared' meaning that it includes
the content of HTML parts, with queries executed, includes processed, ... |
QueriesProcessor.java | Class | This handler will replace all p tags with class "query" with the result
of executing the query contained in it. |
QueryIncludeProcessor.java | Class | This ContentHandler executes queries and inserts include
instructions for the documents in the resultset (rather
then including the resultset itself). |
VariablesProcessor.java | Class | |