Class and Description |
---|
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. |
com.opensymphony.module.sitemesh.parser.SuperFastSimplePageParser
Renamed to PartialPageParser
|
Method and Description |
---|
com.opensymphony.module.sitemesh.Page.getRequest()
Since Servlet 2.4 API, this is unnecessary - just use the stand HttpServletRequest instance.
|
com.opensymphony.module.sitemesh.PageParser.parse(char[])
Use
PageParser.parse(SitemeshBuffer) , to allow performance improvement such as single buffer
parsing and buffer chaining. |
com.opensymphony.module.sitemesh.taglib.page.ApplyDecoratorTag.setDecorator(String)
Use setName() instead.
|