Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.sitemesh.parser: Javadoc index of package com.sitemesh.parser.


Package Samples:

com.sitemesh.parser

Classes:

AbstractPage: Abstract implementation of com.sitemesh.Page . Contains base methods for storing and accessing page properties. Also stores pageData 55 as byte[] and implements write???() methods. Concrete implementations need only set the pageData 55 and call addProperty(java.lang.String,java.lang.String) 55 to add all the required information.
DOMPageParser: Implementation of com.sitemesh.PageParser that builds up a com.sitemesh.HTMLPage using DOM. This implementation uses OpenXML 1.2 as it is capable of parsing (and beform basic clean-up operations) on HTML.
AbstractHTMLPage: Abstract implementation of com.sitemesh.HTMLPage . Adds to AbstractPage some HTML methods. To implement, follow guidelines of super-class, and implement the 2 abstract methods states below.
AbstractPageParser: Abstract implementation of com.sitemesh.PageParser . All methods convert input into byte[] , meaning only that method need be implemented.
UnParsedPage: A page that is of unrecognised content-type, or cannot be parsed into a specific type of Page. The original page is contained within, but no meta-data or parsed chunks.
DOMPage: Implementation of com.sitemesh.HTMLPage that populates itself from a parsed DOM document.
PageRequest

Home | Contact Us | Privacy Policy | Terms of Service