org.apache.cocoon

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 » Web Framework » cocoon » org.apache.cocoon 
org.apache.cocoon
Java Source File NameTypeComment
Bug26186InternalRequestMemoryLeakTestCase.javaClass HtmlUnit TestCase for memory leak in internal requests (Bugzilla #26186).
Bug26571SendPageRedirectTestCase.javaClass HtmlUnit TestCase for page redirection.
Bug36872HttpHeaderActionTestCase.javaClass
CachingPipelineTestCase.javaClass Test the CachingProcessingPipeline and CachingPointProcessingPipeline. Uses the test-suite/caching module in the Cocoon webapp.
CalcTestCase.javaClass Testcase to simulate the behavior of a user that opens a browser, starts the calculator example, and goes back in the processing several times.
CascadingIOException.javaClass This is a wrapping IOException.
Cocoon.javaClass The Cocoon Object is the main Kernel for the entire Cocoon system.
CocoonAccess.javaClass
CocoonTask.javaClass Ant task for running Cocoon.
ConnectionResetException.javaClass This Exception is thrown every time a component detects an exception due to a connection reset by peer.
Constants.javaClass The Constants use throughout the core of the Cocoon engine.
FlowscriptDOMDumpTestCase.javaClass Check various ways of dumping DOM objects in Flowscript (bugzilla 29381).
FlowscriptRecursiveTestCase.javaClass Check recursive calling a flowscript function.
FlowscriptReloadTestCase.javaClass Check the reloading of flowscript source files.
FormsSharingViewDataTestCase.javaClass Test Cocoon Forms, when subsequent showForm are sharing the same viewdata and an action is invoked from within the form inbetween.
HtmlSerializerTestCase.javaClass Testcase to simulate the behavior of a user that opens a browser and run HTML Serializer test.
HtmlUnitTestCase.javaClass Base class to run test cases on Cocoon samples.

This class extends the JUnit TestCase class to setup an environment which makes it possible to easily test Cocoon pages. First call one of the load methods and then assert on the response object, XML document (@see loadXmlPage), or HTML document (@see loadHtmlPage).

HttpClientResponse.javaClass Wrap the result of an httpclient Method execution into an HtmlUnit WebResponse in order to be used by HtmlUnitTestCase.
InternalRequestTestCase.javaClass HtmlUnit TestCase for internal request handling.
InternalSendPageTestCase.javaClass Check internal sendpage.
Main.javaClass Command line entry point.
Modifiable.javaInterface This interface is implemented by those classes that change their behavior/results over time (non-ergodic).
ProcessingException.javaClass This Exception is thrown every time there is a problem in processing a request.
Processor.javaInterface
ReaderMimeTypeTestCase.javaClass HtmlUnit TestCase for Content type headers returned by Cocoon readers.
RedirectTestCase.javaClass Check redirects.
RequestListener.javaInterface This is called from with Cocoon.process(Environment) , before any requests are passed onto the Processor and after the request has been processed.
ResourceNotFoundException.javaClass This Exception is thrown every time there is a problem in finding a resource.
SampleRequestListener.javaClass This is called from with Cocoon.process(Environment) , before any requests are passed onto the Processor and after the request has been processed.
SitemapAnnotationsTestCase.javaClass Verify that sitemap annotations (bugzilla 25352) are ignored.
SitemapComponentTestCase.javaClass Testcase for actions, generators, transformers and serializer components.
SitemapReloadTestCase.javaClass Check the reloading of the sitemap.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.