webwork 2.2.6

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 » J2EE » webwork 2.2.6 
WebWork
License:The OpenSymphony Software License
URL:http://www.opensymphony.com/webwork/
Description:WebWork is a Java web-application development framework.
Package NameComment
com.opensymphony.webworkMain WebWork interfaces and classes.
com.opensymphony.webwork.components
com.opensymphony.webwork.components.table
com.opensymphony.webwork.components.table.rendererJSP UI tags for rendering table output in HTML.
com.opensymphony.webwork.components.template
com.opensymphony.webwork.configClasses for WebWork configuration and property handling.
com.opensymphony.webwork.config_browser
com.opensymphony.webwork.dispatcherClasses for action dispatching in WebWork (the Controller part of MVC).
com.opensymphony.webwork.dispatcher.mapper
com.opensymphony.webwork.dispatcher.multipartClasses to help dispatch multipart HTTP requests.
com.opensymphony.webwork.interceptorWeb specific interceptor classes.
com.opensymphony.webwork.interceptor.debugging
com.opensymphony.webwork.lifecycle Web specific listener classes for lifecycle management. This package has been deprecated in favor of Spring-WebWork integration.
com.opensymphony.webwork.pico
com.opensymphony.webwork.plexus
com.opensymphony.webwork.portlet
com.opensymphony.webwork.portlet.context
com.opensymphony.webwork.portlet.dispatcher
com.opensymphony.webwork.portlet.result
com.opensymphony.webwork.portlet.util
com.opensymphony.webwork.quickstart
com.opensymphony.webwork.sitegraph
com.opensymphony.webwork.sitegraph.collectors
com.opensymphony.webwork.sitegraph.entities
com.opensymphony.webwork.sitegraph.model
com.opensymphony.webwork.sitegraph.renderers
com.opensymphony.webwork.sitemesh
com.opensymphony.webwork.spring
com.opensymphony.webwork.spring.interceptor
com.opensymphony.webwork.spring.lifecycle
com.opensymphony.webwork.utilMiscellaneous helper classes.
com.opensymphony.webwork.util.classloader
com.opensymphony.webwork.util.classloader.compilers
com.opensymphony.webwork.util.classloader.compilers.eclipse
com.opensymphony.webwork.util.classloader.listeners
com.opensymphony.webwork.util.classloader.monitor
com.opensymphony.webwork.util.classloader.problems
com.opensymphony.webwork.util.classloader.readers
com.opensymphony.webwork.util.classloader.stores
com.opensymphony.webwork.util.classloader.utils
com.opensymphony.webwork.validators
com.opensymphony.webwork.views
com.opensymphony.webwork.views.freemarkerClasses for views using FreeMarker.
com.opensymphony.webwork.views.freemarker.tags
com.opensymphony.webwork.views.jasperreportsClasses for views using Jasper Reports.
com.opensymphony.webwork.views.jspWebWork's JSP tag library.
com.opensymphony.webwork.views.jsp.iteratorWebwork's JSP tag library for iterator handling.
com.opensymphony.webwork.views.jsp.uiWebWorks's JSP UI tags.
com.opensymphony.webwork.views.jsp.ui.tableJSP UI tags for modeling tables.
com.opensymphony.webwork.views.sitemesh
com.opensymphony.webwork.views.tiles
com.opensymphony.webwork.views.utilMiscellaneous helper classes for all views.
com.opensymphony.webwork.views.velocityClasses for views using Velocity.
com.opensymphony.webwork.views.velocity.components
com.opensymphony.webwork.views.xslt

The new xslt view supports an extensible Java XML adapter framework that makes it easy to customize the XML rendering of objects and to incorporate structured XML text and arbitarary DOM fragments into the output.

The XSLTResult class now uses an extensible adapter factory for rendering the WebWork action Java object tree to an XML DOM for consumption by the stylesheet. Users can easily register their own adapters to produce custom XML views of Java types or simply extend a default "String" adapter and return plain or XML text to be incorporated into the DOM. The new adapter mechanism is capable of proxying existing DOM trees and incorporating them into the results, so you can freely mix DOMs produced from other sources into your result tree.

A default java.util.Map adapter is also now provided to render Maps to XML.

Please see the javadoc on the AdapterFactory for more details.

com.opensymphony.xwork
com.opensymphony.xwork.config
com.opensymphony.xwork.config.entities
com.opensymphony.xwork.config.impl
com.opensymphony.xwork.config.providers
com.opensymphony.xwork.interceptor
com.opensymphony.xwork.interceptor.component
com.opensymphony.xwork.mock
com.opensymphony.xwork.spring
com.opensymphony.xwork.spring.interceptor
com.opensymphony.xwork.util
com.opensymphony.xwork.util.location Classes and utilities used to track location information.
com.opensymphony.xwork.validator
com.opensymphony.xwork.validator.validators
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.