com.opensymphony.module.sitemesh.parser
Class DefaultPageParser
java.lang.Object
com.opensymphony.module.sitemesh.parser.DefaultPageParser
- All Implemented Interfaces:
- PageParser
public class DefaultPageParser
- extends Object
- implements PageParser
Default implementation of PageParser - returns an UnParsedPage.
- Version:
- $Revision: 1.1 $
- Author:
- Joe Walnes
- See Also:
PageParser
Method Summary |
Page |
parse(char[] data)
This builds a Page. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultPageParser
public DefaultPageParser()
parse
public Page parse(char[] data)
- Description copied from interface:
PageParser
- This builds a Page.
- Specified by:
parse
in interface PageParser