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

Quick Search    Search Deep
A B C D G H I M N P Q R S U W

A

AbstractHTMLPage - class com.sitemesh.parser.AbstractHTMLPage.
Abstract implementation of com.sitemesh.HTMLPage.
AbstractHTMLPage() - Constructor for class com.sitemesh.parser.AbstractHTMLPage
 
AbstractPage - class com.sitemesh.parser.AbstractPage.
Abstract implementation of com.sitemesh.Page .
AbstractPage() - Constructor for class com.sitemesh.parser.AbstractPage
 
AbstractPageParser - class com.sitemesh.parser.AbstractPageParser.
Abstract implementation of com.sitemesh.PageParser.
AbstractPageParser() - Constructor for class com.sitemesh.parser.AbstractPageParser
 
addAttributeList(String, NamedNodeMap) - Method in class com.sitemesh.parser.DOMPage
Iterate through the attributes of an element and add them as properties.
addProperty(String, String) - Method in class com.sitemesh.parser.AbstractPage
Add a property to the properties list.

B

bodyTag - Variable in class com.sitemesh.parser.DOMPage
BODY element.

C

com.sitemesh.parser - package com.sitemesh.parser
 

D

DOMPage - class com.sitemesh.parser.DOMPage.
Implementation of com.sitemesh.HTMLPage that populates itself from a parsed DOM document.
DOMPage(byte[], HTMLDocument) - Constructor for class com.sitemesh.parser.DOMPage
Create instance and set all initial properties and data.
DOMPageParser - class com.sitemesh.parser.DOMPageParser.
Implementation of com.sitemesh.PageParser that builds up a com.sitemesh.HTMLPage using DOM.
DOMPageParser() - Constructor for class com.sitemesh.parser.DOMPageParser
 
document - Variable in class com.sitemesh.parser.DOMPage
Entire Document.

G

getBooleanProperty(String) - Method in class com.sitemesh.parser.AbstractPage
 
getContentLength() - Method in class com.sitemesh.parser.AbstractPage
 
getDecoratorName() - Method in class com.sitemesh.parser.AbstractHTMLPage
Return decorator name of from "decorator" property.
getIntProperty(String) - Method in class com.sitemesh.parser.AbstractPage
 
getLongProperty(String) - Method in class com.sitemesh.parser.AbstractPage
 
getMethod() - Method in class com.sitemesh.parser.PageRequest
 
getPathInfo() - Method in class com.sitemesh.parser.PageRequest
 
getPathTranslated() - Method in class com.sitemesh.parser.PageRequest
 
getProperties(String) - Method in class com.sitemesh.parser.AbstractPage
 
getProperty(String) - Method in class com.sitemesh.parser.AbstractPage
 
getPropertyKeys() - Method in class com.sitemesh.parser.AbstractPage
 
getPropertySize(String) - Method in class com.sitemesh.parser.AbstractPage
 
getQueryString() - Method in class com.sitemesh.parser.PageRequest
 
getRequest() - Method in class com.sitemesh.parser.AbstractPage
 
getRequestURI() - Method in class com.sitemesh.parser.PageRequest
 
getServletPath() - Method in class com.sitemesh.parser.PageRequest
 
getTitle() - Method in class com.sitemesh.parser.AbstractHTMLPage
Return title of from "title" property.

H

headTag - Variable in class com.sitemesh.parser.DOMPage
HEAD element.

I

isPropertySet(String) - Method in class com.sitemesh.parser.AbstractPage
 

M

method - Variable in class com.sitemesh.parser.PageRequest
 

N

noNull(String) - Method in class com.sitemesh.parser.AbstractPage
Return String as is, or "" if null.

P

PageRequest - class com.sitemesh.parser.PageRequest.
 
PageRequest(HttpServletRequest) - Constructor for class com.sitemesh.parser.PageRequest
 
pageData - Variable in class com.sitemesh.parser.AbstractPage
Date of page contents.
parse(byte[]) - Method in class com.sitemesh.parser.AbstractPageParser
Method to be implemented by sub-classes.
parse(InputStream) - Method in class com.sitemesh.parser.AbstractPageParser
 
parse(Reader) - Method in class com.sitemesh.parser.AbstractPageParser
 
parse(InputSource) - Method in class com.sitemesh.parser.AbstractPageParser
 
parse(char[]) - Method in class com.sitemesh.parser.AbstractPageParser
 
parse(byte[]) - Method in class com.sitemesh.parser.DOMPageParser
Send data to DOM parser and build new DOMPage.
parseHTML(byte[]) - Method in class com.sitemesh.parser.DOMPageParser
Parse the data and return a DOM HTMLDocument.
pathInfo - Variable in class com.sitemesh.parser.PageRequest
 
pathTranslated - Variable in class com.sitemesh.parser.PageRequest
 
properties - Variable in class com.sitemesh.parser.AbstractPage
Map of all properties.

Q

queryString - Variable in class com.sitemesh.parser.PageRequest
 

R

request - Variable in class com.sitemesh.parser.AbstractPage
RequestURI of original Page.
requestURI - Variable in class com.sitemesh.parser.PageRequest
 

S

serialize(Writer, Element) - Method in class com.sitemesh.parser.DOMPage
Serialize an Element to a stream, but don't write outermost tags, only contents.
servletPath - Variable in class com.sitemesh.parser.PageRequest
 
setRequest(HttpServletRequest) - Method in class com.sitemesh.parser.AbstractPage
Create snapshot of Request.
shouldCache() - Method in class com.sitemesh.parser.AbstractPage
Returns false.

U

UnParsedPage - class com.sitemesh.parser.UnParsedPage.
A page that is of unrecognised content-type, or cannot be parsed into a specific type of Page.
UnParsedPage(byte[]) - Constructor for class com.sitemesh.parser.UnParsedPage
Simple constructor.

W

writeBody(Writer) - Method in class com.sitemesh.parser.AbstractHTMLPage
Write data of html <body> tag.
writeBody(OutputStream) - Method in class com.sitemesh.parser.AbstractHTMLPage
Calls writeBody(java.io.Writer) 55
writeBody(Writer) - Method in class com.sitemesh.parser.DOMPage
Serialize BODY contents to stream.
writeHead(Writer) - Method in class com.sitemesh.parser.AbstractHTMLPage
Write data of html <head> tag.
writeHead(OutputStream) - Method in class com.sitemesh.parser.AbstractHTMLPage
Calls writeHead(java.io.Writer) 55
writeHead(Writer) - Method in class com.sitemesh.parser.DOMPage
Serialize HEAD contents to stream.
writePage(OutputStream) - Method in class com.sitemesh.parser.AbstractPage
 
writePage(Writer) - Method in class com.sitemesh.parser.AbstractPage
 

A B C D G H I M N P Q R S U W