|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PageParser
The PageParser is responsible for parsing the page data into an appropriate
Page
object.
The implementation of this can be switched to parse different kind of data
(e.g. HTML, WML, FOP, images) or for performance enhancements. An
implementation is obtained through the Factory
.
A single PageParser is reused, therefore the parse() methods need to be thread-safe.
Method Summary | |
---|---|
Page |
parse(char[] data)
This builds a Page. |
Method Detail |
---|
Page parse(char[] data) throws java.io.IOException
java.io.IOException
|
www.opensymphony.com/sitemesh/ | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |