|
Class Summary |
| AbstractDocumentApple |
This class provides basic handling for all types of request related to a specific document,
more specifically the determination of the document variant (id, branch, language) to be
handled based on the URL path, the SiteConf and request parameters. |
| AvailableLocales |
Helper class that reads available locales from a file. |
| BrowseDocumentsApple |
|
| BrowseIdsApple |
Apple to let the user select from the IDs in a document, this is called from the wysiwyg editor. |
| BrowseImagesApple |
|
| ConfirmRegistrationApple |
|
| CreateDocumentTaskApple |
|
| CreateDocumentVariantApple |
This apple allows the user to create a new document variant for one document. |
| CreatePlaceholderDocApple |
|
| CrossRefParserTransformer |
|
| DaisyLinkTransformer |
|
| DocInfoApple |
|
| DocumentApple |
|
| DocumentTaskApple |
|
| DocumentTaskDetailsApple |
|
| DocumentTypeSelectionApple |
|
| DocumentTypeSpecificStyler |
This class is concerned with applying document type specific styling (by using
Cocoon pipelines) to the documents stored in a PreparedDocuments object. |
| ErrorGenerator |
|
| ExternalIncludeTransformer |
Transformer to handle includes of non-"daisy:" URIs. |
| FacetedBrowserApple |
|
| FacetedBrowserApple.Condition |
|
| FacetedBrowserApple.FacetDefinition |
|
| FacetedBrowserApple.FacetedNavigationDefinition |
|
| FacetedBrowserApple.Filter |
|
| FacetedBrowserApple.Operator |
|
| FopImageCacheCleaner |
Cleans the FOP image cache at scheduled intervals. |
| FopImageSrcTransformer |
Translate img/@src attributes containing "daisy:" references to URLs from which
fop can retrieve the image. |
| FulltextSearchApple |
Apple for performing a simple fulltext search. |
| GuestRepositoryProviderImpl |
This component serves as a quick factory for guest repository objects. |
| HandleSiteAction |
|
| HtmlHelper |
|
| IDAbsolutizerTransformer |
This transform prefixes all element IDs with "dsy" + documentId + "_", in order
to have unique names when combining several documents on one page, and to avoid
conflicts with any other IDs that might appear on a HTML page (outside of the
document content). |
| IncludePreparedDocumentsTransformer |
Transformer that inlines included documents on the location of inclusion. |
| IndexPageApple |
|
| InitSkinAction |
|
| KeySetParser |
This class provides utility methods for creating widget validators and parsing input for
a specific type of input whereby the entered data consists of lines following an
"item,branch,language" pattern. |
| LocaleAction |
Action that puts the locale (the java.util.Locale, not a string)
as an attribute called "locale" on the request object. |
| LocaleApple |
|
| LoginApple |
|
| LoginReminderApple |
|
| MountPointAction |
An action that tries to find out under which context the Cocoon servlet
and current sitemap is mounted, and puts the result in a request attribute
named "mountPoint". |
| MyCommentsApple |
|
| NavigationPreviewApple |
|
| PageContext |
An object holding useful contextual information to be passed to the view layer
for each page. |
| PartReader |
|
| PasswordReminderApple |
|
| PreparedDocuments |
Holds a SaxBuffer for each of the prepared documents. |
| PreparedDocuments.PreparedDocument |
|
| PreparedDocumentsHandler |
Handles preparedDocuments (resulting from a publisher request). |
| PublisherTransformer |
A transformer which intercepts publisher requests (p:publisherRequest elements),
sends them to the publisher component, and inserts the publishers' response into
the SAX stream (in place of the request). |
| PublisherXmlRequestBuilder |
Utility code to build a PublisherRequestDocument from the output of a Cocoon pipeline. |
| QueryGenerator |
|
| QuerySearchApple |
|
| RecentChangesApple |
|
| RequestUtil |
|
| SelectRoleOrUserApple |
|
| SerializeTransformer |
A transformer which serializes any content of a serialize element it encounters. |
| SetRequestAttributeAction |
|
| SetVersionHeaderAction |
Sets a HTTP header containing the Daisy Version. |
| SkinConfHelper |
|
| SkinsDirAction |
|
| TableHelperTransformer |
A transformer that counts the maximum number of cells on a row in a table
(taking into account colspan attributes) and inserts that information into
the SAX stream. |
| UploadApple |
Apple used when uploading a new attachment or image. |
| UserInfoStreamer |
Utility class to stream information about the current repository user as SAX events. |
| UserRegistrationApple |
|
| UserSettingsApple |
|
| WikiHelper |
|
| WikiPublisherHelper |
Helper class for making publisher requests in the context of the Daisy Wiki. |
| WikiStylesheetProvider |
|