Deprecated API


Contents
Deprecated Classes
com.opensymphony.module.sitemesh.parser.FastPageParser
          Use HTMLPageParser instead - it performs better and is more extensible. 
com.opensymphony.module.sitemesh.filter.PageFilter
          Use SiteMeshFilter instead. 
 

Deprecated Methods
com.opensymphony.module.sitemesh.Page.getRequest()
          Since Servlet 2.4 API, this is unnecessary - just use the stand HttpServletRequest instance. 
com.opensymphony.module.sitemesh.taglib.page.ApplyDecoratorTag.setDecorator(String)
          Use setName() instead. 
 


www.opensymphony.com/sitemesh/