org.apache.cocoon.acting

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 » apache lenya 2.0 » org.apache.cocoon.acting 
org.apache.cocoon.acting
Java Source File NameTypeComment
AbstractAction.javaClass AbstractAction gives you the infrastructure for easily deploying more Actions.
AbstractComplementaryConfigurableAction.javaClass Set up environment for configurable form handling data.
AbstractConfigurableAction.javaClass AbstractConfigurableAction gives you the infrastructure for easily deploying more Actions that take default parameters.
AbstractDatabaseAction.javaClass Set up environment for configurable form handling data.
AbstractMultiAction.javaClass The AbstractMultiAction provides a way to call methods of an action specified by the method parameter or request parameter.
AbstractValidatorAction.javaClass Abstract implementation of action that needs to perform validation of parameters (from session, from request, etc.).
Action.javaInterface
CacheEventAction.javaClass Simple action to cause notification of a NamedEvent to an EventAwareCacheImpl. The event name is taken from a sitemap parameter named "event". This action returns null (fails) if the configured event is null or the empty string.
ClearCacheAction.javaClass
ClearPersistentStoreAction.javaClass Simple action which ensures the persistent store is cleared.
ComposerAction.javaClass The ComposerAction will allow any Action that extends this to access SitemapComponents.
ConfigurableComposerAction.javaClass The ComposerAction will allow any Action that extends this to access SitemapComponents.
ConfigurableServiceableAction.javaClass The ConfigurableServiceableAction will allow any Action that extends this to access SitemapComponents.
ConfigurationHelper.javaClass
CopySourceAction.javaClass The CopySourceAction copies the content of it's "src" attribute to its "dest" parameter.
DatabaseAddAction.javaClass Adds record in a database.
DatabaseAuthenticatorAction.javaClass This action is used to authenticate user by comparing several request fields (username, password) with the values in database.
DatabaseCookieAuthenticatorAction.javaClass This action is used to authenticate user by comparing several cookie values (username, password) with the values in database.
DatabaseDeleteAction.javaClass Delete a record from a database.
DatabaseSelectAction.javaClass Select a record from a database.
DatabaseUpdateAction.javaClass Update a record in a database.
DbXMLAuthenticatorAction.javaClass This action is used to authenticate user by comparing several request fields (username, password) with the values in a DBXML compliant database. The description of the process is given via external xml description file simiar to the one used for all actions derived from AbstractDatabaseAction.
 
 
 org.apache.xindice.client.xmldb.DatabaseImpl
 xmldb:xindice:///db/beta
 
 
 
 
 
 
 
The values specified via "request-param" describe the name of HTTP request parameter, "element" indicates matching document node, "nullable" means that request-param which is null or empty will not be included in the WHERE clause.
FormValidatorAction.javaClass This is the action used to validate Request parameters.
HelloAction.javaClass A simple Action that tracks if a Session object has been created or not.
HttpCacheAction.javaClass This action adds the Last-Modified, Expires and Cache-Control HTTP headers to the response.

This action will add the Last-Modified header to the response with the time in which the request was executed, and an Expires header at a specified time difference.

HttpHeaderAction.javaClass This action adds HTTP headers to the response.
InputModuleAction.javaClass Simple helper action to allow passing sitemap variables to InputModules. Sitemap evaluation of input modules using the curly bracket syntax e.g. {defaults:skin} suffers from the fact that it is not possible to use a sitemap variable as part of the invocation like {defaults:{1})}.
JMSPublisherAction.javaClass Action to publish TextMessages to a JMS Topic.
LocaleAction.javaClass An action that locates and provides to the pipeline locale information looked up in a range of ways.

Configuration

A sample configuration (given in the <map:matchers> section of the sitemap) is given below.

LocaleActionTestCase.javaClass JUnit-based tests for LocaleAction class.
OraAddAction.javaClass Add a record in a database.
OraUpdateAction.javaClass Update a record in a database.
PropagatorAction.javaClass This is the action used to propagate parameters into a store using an org.apache.cocoon.components.modules.output.OutputModule .
RequestParamAction.javaClass This action makes some request details available to the sitemap via parameter substitution.
RequestParamActionTestCase.javaClass
RequestParameterExistsAction.javaClass This action simply checks to see if a given request parameter exists.
ResetCounterAction.javaClass Set context attribute "count" to zero for testing purposes.
ResourceExistsAction.javaClass This action simply checks to see if a resource identified by the src sitemap attribute exists or not.
ResourceExistsActionTestCase.javaClass
ScriptAction.javaClass
Sendmail.javaClass The Sendmail action class sends email.
SendmailAction.javaClass The SendmailAction class sends email.
ServerPagesAction.javaClass Allows actions to be written in XSP.
ServiceableAction.javaClass The ServiceableAction will allow any Action that extends this to access SitemapComponents.
SessionInvalidatorAction.javaClass This is the action used to invalidate an HTTP session.
SessionIsValidAction.javaClass This action just checks if a session exists and whether the current seesion is still valid.
SessionPropagatorAction.javaClass This is the action used to propagate parameters into session.
SessionStateAction.javaClass Store the session's current state in a session attribute.

To keep track of the state of a user's session, a string is stored in a session attribute in order to allow to chose between different pipelines in the sitemap accordingly.

For added flexibility it is possible to use sub states as well.

SessionValidatorAction.javaClass This is the action used to validate Session parameters (attributes).
SetCharacterEncodingAction.javaClass Sets the character encoding of parameters.
SetterAction.javaClass This action can be used to set information in either the object model, the request or the session.
ValidatorActionHelper.javaClass Helper class to pass the result of a validation back along with the validated object itself.
ValidatorActionResult.javaClass A number of constants to represent the possible outcomes of a validation.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.