com.opensymphony.module.sitemesh.multipass
Class MultipassReplacementPageParser
java.lang.Object
com.opensymphony.module.sitemesh.multipass.MultipassReplacementPageParser
- All Implemented Interfaces:
- PageParser
public class MultipassReplacementPageParser
- extends Object
- implements 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 |
page
private final Page page
response
private final HttpServletResponse response
MultipassReplacementPageParser
public MultipassReplacementPageParser(Page page,
HttpServletResponse response)
parse
public Page parse(char[] data)
throws IOException
- Description copied from interface:
PageParser
- This builds a Page.
- Specified by:
parse
in interface PageParser
- Throws:
IOException