package files

This commit is contained in:
Keith Donald
2008-04-13 02:15:04 +00:00
parent cef084c02f
commit f60ecee6fd
14 changed files with 63 additions and 6 deletions

View File

@@ -0,0 +1,7 @@
<html>
<body>
<p>
Common Converter implementations.
</p>
</body>
</html>

View File

@@ -1,7 +1,7 @@
<html>
<body>
<p>
Supporting type converter implementations that are generically applicable and frequently used.
Contains the implementation of the type ConversionService.
</p>
</body>
</html>

View File

@@ -0,0 +1,7 @@
<html>
<body>
<p>
Support for the Unified Expression Language (EL) implemented by the ELExpressionParser.
</p>
</body>
</html>

View File

@@ -0,0 +1,7 @@
<html>
<body>
<p>
Support for the OGNL Expression Language implemented by the OgnlExpressionParser.
</p>
</body>
</html>

View File

@@ -1,7 +1,7 @@
<html>
<body>
<p>
Expression abstraction implementations, integrated with BeanWrapper and OGNL.
Support classes commonly used by ExpressionParser implementations.
</p>
</body>
</html>

View File

@@ -0,0 +1,7 @@
<html>
<body>
<p>
Contains Formatter adapters, including a adapter that adapts a PropertyEditor to the Formatter interface.
</p>
</body>
</html>

View File

@@ -0,0 +1,7 @@
<html>
<body>
<p>
Common Formatter implementations.
</p>
</body>
</html>

View File

@@ -1,7 +1,7 @@
<html>
<body>
<p>
Core services for formatting objects in string form.
Core services for formatting objects into a string form for display in a UI.
</p>
</body>
</html>

View File

@@ -1,7 +1,7 @@
<html>
<body>
<p>
Supporting formatter implementations that are generically applicable and frequently used.
A system for registering Formatters for lookup by UI artifacts.
</p>
</body>
</html>

View File

@@ -0,0 +1,7 @@
<html>
<body>
<p>
The default data Mapper implementation.
</p>
</body>
</html>

View File

@@ -1,7 +1,7 @@
<html>
<body>
<p>
Support for mapping attribute values between data structures.
Support for mapping data between objects.
</p>
</body>
</html>

View File

@@ -0,0 +1,7 @@
<html>
<body>
<p>
Possible Mapping results.
</p>
</body>
</html>

View File

@@ -0,0 +1,7 @@
<html>
<body>
<p>
A system for recording and tracking locale-specific messages to display in a UI.
</p>
</body>
</html>

View File

@@ -1,7 +1,8 @@
<html>
<body>
<p>
Method binding support for invoking abritrary methods on target beans.
Custom method binding support for invoking methods on objects.
As EL usage becomes more common and powerful, it is expected this package will be deprecated and eventually removed.
</p>
</body>
</html>