org.outerj.daisy.frontend

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Content Management System » daisy » org.outerj.daisy.frontend 
org.outerj.daisy.frontend
Java Source File NameTypeComment
AbstractDocumentApple.javaClass 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.
AggregateDocumentBasketApple.javaClass Apple that lets the user get an aggregated rendering of all documents in their document basket.
AvailableLocales.javaClass Helper class that reads available locales from a file.
BrowseDocumentsApple.javaClass
BrowseImagesApple.javaClass
ConfirmRegistrationApple.javaClass
CreateDocumentTaskApple.javaClass
CreateDocumentVariantApple.javaClass This apple allows the user to create a new document variant for one document.
CreatePlaceholderDocApple.javaClass
CrossRefParserTransformer.javaClass
DaisyException.javaClass
DaisyLinkTransformer.javaClass
DialogApple.javaClass Generic Apple for displaying dialogs.
DocInfoApple.javaClass
DocumentApple.javaClass
DocumentBasketApple.javaClass
DocumentInfoApple.javaClass Returns some summary document information such as its name.
DocumentTaskApple.javaClass
DocumentTaskDetailsApple.javaClass
DocumentTypeSelectionApple.javaClass
DocumentTypeSpecificStyler.javaClass This class is concerned with applying document type specific styling (by using Cocoon pipelines) to the documents stored in a PreparedDocuments object.
ErrorGenerator.javaClass
ExternalIncludeTransformer.javaClass Transformer to handle includes of non-"daisy:" URIs.
FacetedBrowserApple.javaClass
FopImageSrcTransformer.javaClass Translate img/@src attributes containing "daisy:" references to "URLs" usable by the daisy source ( org.outerj.daisy.frontend.components.daisysource.DaisySourceFactory .
FrontEndContext.javaClass Provides access to front end (= "Daisy Wiki") context.

Since FrontEndContext is specific for a request, it should not be stored in places that exist longer than the duration of the request (e.g.

FulltextSearchApple.javaClass Apple for performing a simple fulltext search.
GuestRepositoryProvider.javaInterface
GuestRepositoryProviderImpl.javaClass This component serves as a quick factory for guest repository objects.
HandleSiteAction.javaClass
HtmlHelper.javaClass
IDAbsolutizerTransformer.javaClass 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.javaClass This transformer inserts previously styled documents at the location of the insertStyledDocument element, and meanwhile performs the actual nesting of the included documents.
IndexPageApple.javaClass
InitFrontEndContextAction.javaClass An action for initializing the FrontEndContext and associating it with the request.
InitSkinAction.javaClass
KeySetParser.javaClass 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.
LoadExtensionClassesAction.javaClass
LocaleAction.javaClass Action that determines the locale and associates it with the FrontEndContext .
LocaleApple.javaClass
LoginApple.javaClass
LoginReminderApple.javaClass
MyCommentsApple.javaClass
NavigationPreviewApple.javaClass
NavigationToDocumentBasketApple.javaClass Apple that lets the user select documents from the current site's navigation tree to add them to the document basket.
PageContext.javaClass An object holding useful contextual information to be passed to the view layer for each page.
PartReader.javaClass
PasswordReminderApple.javaClass
PreparedDocuments.javaClass Holds a SaxBuffer for each of the prepared documents.
PreparedDocumentsHandler.javaClass Handles preparedDocuments (resulting from a publisher request).
PreparedIncludeHandler.javaClass Nests included documents inside their parents.
PreviewSyncedWithApple.javaClass
PublisherTransformer.javaClass 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.javaClass Utility code to build a PublisherRequestDocument from the output of a Cocoon pipeline.
QueryGenerator.javaClass
QuerySearchApple.javaClass
RecentChangesApple.javaClass
RequestUtil.javaClass
RootFileRequestApple.javaClass Handles requests for files below the root (where daisy is mounted), for files which are not handled earlier.
SelectRoleOrUserApple.javaClass
SerializeTransformer.javaClass A transformer which serializes any content of a serialize element it encounters.
SetCacheHeaderAction.javaClass This actions prevents proxies from caching when there is a session. At the time of this writing, the Daisy Wiki does not create a session as long as the user is not logged in (i.e.
SetRequestAttributeAction.javaClass
SetVersionHeaderAction.javaClass Sets a HTTP header containing the Daisy Version.
SwitchVersionModeApple.javaClass
TableHelperTransformer.javaClass 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.javaClass Apple used when uploading a new attachment or image.
UserInfoStreamer.javaClass Utility class to stream information about the current repository user as SAX events.
UserLoginValidator.javaClass
UserRegistrationApple.javaClass
UserSettingsApple.javaClass
VariablesIndexApple.javaClass Shows a page to the user with the variable documents for the current site.
VariablesListApple.javaClass
WikiHelper.javaClass Use FrontEndContext instead of this class for new development.
WikiPublisherHelper.javaClass Helper class for making publisher requests in the context of the Daisy Wiki.
WikiStylesheetProvider.javaClass
WikiVersionMode.javaClass
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.