| IsASiteAction | 
 Determines if the given site exists. 
 | 
| IsLoginUrlAction | 
 Test if the requested URL is a front-office form-based login URL. 
 | 
| IsMonoSiteAction | 
 Determines if mono-site 
 | 
| IsPageCacheableAction | 
 Set the "X-Ametys-Cacheable" header if the page is cacheable. 
 | 
| PageGenerator | 
 Generator for SAXing <code>Content</code> associated with a Page.<br>
 SAX events are like :<br>
 <pageContents><br>
   <zone id="..."><br>
     <i><!-- XHTML content --></i><br>
   </zone><br>
   ...<br>
 </pageContents/><br> 
 | 
| PageGeneratorHelper | 
 Helper for page generator 
 | 
| PageMatcher | 
 Matcher for Pages.
  
 | 
| PreviewRedirectAction | 
 Redirect NODE and LINK pages in preview mode. 
 | 
| SelectWorkspaceAction | 
Action for selecting the JCR workspace to use.  
 | 
| WrappedMatcher | 
 Matcher for wrapped url 
 |