Package com.posttool.cms

The CMS package handles all web container requirements, including all servlet and JSP support classes.

See:
          Description

Class Summary
AssignmentControl This servlet communicates with assign.jsp to manage the privileges of a user's assignees.
AssignmentRecordControl This class toggles record assignment by user.
BrowseControl<T> Selects and returns windows of record rows from a database table.
CMSConfig This class handles the configuration of the web application based on a web.xml entry (see web.xml sample in this package).
CMSConstants Static properties representing all of the JSP pages in the CMS and their common parameters.
Lock This class represents a 'locked' record.
Login This class is used to verify a user's email and password with the database.
MapControl This servlet communicates with map.jsp to manage the main site map and details about each page within.
MessageControl Manages the removal of CMS workflow messages.
RecordControl Responsible for routing all write oriented database actions: create, update, delete, publish, link, version
RecordLocking Unused TODO remove
RequestGranting This servlet is mapped to http://app.com/cms/grant and handles request fulfillment.
ResourceControl Deletes resources from a record (and resource directory)
VersionStatusControl This servlet is mapped to cms/versionStatus and updates the version status of a record.
 

Package com.posttool.cms Description

The CMS package handles all web container requirements, including all servlet and JSP support classes. Servlet mapping is handled by the CurrentFilter (see web.xml).