Package Name | Comment |
org.meshcms.core |
Provides the core classes for the CMS.
This package defines the core classes required for the CMS to work.
|
org.meshcms.extra | |
org.meshcms.taglib |
Provides the taglibs classes required by the CMS.
This package defines all the Taglib classes required for the CMS to work.
See the User Documentation for details and examples on how to use
these taglibs into your site templates.
|
org.meshcms.util |
Provides utility classes required by the CMS.
This package defines a set of utility classes required for the CMS to work.
Many of the functions available here can be found in different OS projects
(e.g. Jakart Apache Commons), but due the space/download constraints they are still here.
|
org.meshcms.webui |
Provides WebUI classes required by the CMS.
This package defines a set of classes to display the UI in the web for the CMS.
This is true for most of the "external integrations".
The intention is to refactor more parts into this package.
|