Package org.meshcms.core

Provides the core classes for the CMS.

See:
          Description

Class Summary
AbstractThumbnail  
CacheResponseStream Writes the page to both the browser and the cache.
CacheResponseWrapper Modifies the response to write the page to both the browser and the cache.
CMSDirectoryFinder Finds the CMS directory by searching for a sentinel file.
Configuration Manages the configuration parameters of a website.
DirectoryCleaner Deletes old files from a directory.
DownloadServlet A simple servlet to allow to download a file regardless of its type.
DownloadZipServlet A simple servlet to allow to download a file regardless of its type.
FileTypes Contains data about file types and extension.
FileTypes.TypeInfo  
GalleryThumbnail  
HitFilter Filter used to handle the requests for web pages.
MainWebSite  
ModuleDescriptor Stores the description of a module when read from the page.
MultiSiteManager  
MultiSiteRequestWrapper  
PageAssembler Rebuilds a page from its components.
PageInfo This class describes a web page with all the related info (path, title, hits and so on).
PageInfoComparator Compares two object of type PageInfo by comparing paths, scores and hits.
RequestDecoratorMapper Will look at a request attribute to find the name of an appropriate decorator to use.
ResizedThumbnail Creates a thumbnail by simply resizing the image.
SiteInfo Contains data about site menu customization and theme mappings.
SiteMap Contains the site map.
SiteMap.CodeLocalePair  
SiteMapIterator Iterator for the site map.
UserInfo Profile of a user.
VirtualWebSite  
WebSite  
WebUtils A collection of utilities related to a web application.
 

Package org.meshcms.core Description

Provides the core classes for the CMS.

This package defines the core classes required for the CMS to work.