Package com.posttool.site

Provides the CurrentFilter and URLFilter.

See:
          Description

Interface Summary
TemplateView  
 

Class Summary
CurrentFilter  
Event  
Events  
ServletMap  
SitePage Used to manage a site map, each instance of this class may contain children of the same type allowing SitePage to model a tree.
SitePageParameter  
SitePages  
Template  
TemplateParameter  
Templates Ideally this is not a singleton.
URLFilter This filter tries to match the requested url with urls listed in the site map (managed by cms/map.jsp as pages.xml).
 

Package com.posttool.site Description

Provides the CurrentFilter and URLFilter.

The CurrentFilter is used to route all CurrentCMS operations.

The URLFilter is used to manageme readable URLs. It combines JSP Templates and SitePages to make a page for a decent browser.