Uses of Interface
org.norther.tammi.spray.template.PageFilter

Packages that use PageFilter
org.norther.tammi.spray.template   
org.norther.tammi.spray.template.tool   
 

Uses of PageFilter in org.norther.tammi.spray.template
 

Subinterfaces of PageFilter in org.norther.tammi.spray.template
 interface LayoutFilter
          LayoutFilter extends PageFilter by adding support for layouts, which are templates placing the content of the page template inside some standardized layout content.
 

Classes in org.norther.tammi.spray.template that implement PageFilter
 class DefaultLayoutFilter
          A default implementation of LayoutFilter.
 class DefaultPageFilter
          A default implementation of PageFilter.
 

Uses of PageFilter in org.norther.tammi.spray.template.tool
 

Methods in org.norther.tammi.spray.template.tool that return PageFilter
protected  PageFilter FormTool.getPageFilter()
          Gets the page filter from the filter stack.
protected  PageFilter PageTool.getPageFilter()
          Gets the page filter from the filter stack.
protected  PageFilter TaskTool.getPageFilter()
          Gets the page filter from the filter stack.
 



Copyright © 2004 The Norther Organization. All rights reserved.