A C D E F G H I N P R S T W

A

addHidden(Element, String, String) - Static method in class com.google.gerrit.httpd.HtmlDomUtil
Append an HTML <input type="hidden"> to the form.

C

clone(Document) - Static method in class com.google.gerrit.httpd.HtmlDomUtil
Clone a document so it can be safely modified on a per-request basis.
com.google.gerrit.httpd - package com.google.gerrit.httpd
 
com.google.gerrit.httpd.raw - package com.google.gerrit.httpd.raw
 
compress(byte[]) - Static method in class com.google.gerrit.httpd.HtmlDomUtil
Compress the document.
configure() - Method in class com.google.gerrit.httpd.WebModule
 

D

doGet(HttpServletRequest, HttpServletResponse) - Method in class com.google.gerrit.httpd.raw.SshInfoServlet
 

E

ENC - Static variable in class com.google.gerrit.httpd.HtmlDomUtil
Standard character encoding we prefer (UTF-8).

F

find(Node, String) - Static method in class com.google.gerrit.httpd.HtmlDomUtil
Find an element by its "id" attribute; null if no element is found.

G

get() - Method in class com.google.gerrit.httpd.HttpCanonicalWebUrlProvider
 

H

HTML_STRICT - Static variable in class com.google.gerrit.httpd.HtmlDomUtil
DOCTYPE for a standards mode HTML document.
HtmlDomUtil - Class in com.google.gerrit.httpd
Utility functions to deal with HTML using W3C DOM operations.
HtmlDomUtil() - Constructor for class com.google.gerrit.httpd.HtmlDomUtil
 
HttpCanonicalWebUrlProvider - Class in com.google.gerrit.httpd
Sets CanonicalWebUrl to current HTTP request if not configured.

I

init(ServletConfig) - Method in class com.google.gerrit.httpd.ProjectServlet
 

N

newDocument() - Static method in class com.google.gerrit.httpd.HtmlDomUtil
Construct a new empty document.

P

parseFile(Class<?>, String) - Static method in class com.google.gerrit.httpd.HtmlDomUtil
Parse an XHTML file from our CLASSPATH and return the instance.
parseFile(File) - Static method in class com.google.gerrit.httpd.HtmlDomUtil
Parse an XHTML file from the local drive and return the instance.
ProjectServlet - Class in com.google.gerrit.httpd
Serves Git repositories over HTTP.

R

readFile(Class<?>, String) - Static method in class com.google.gerrit.httpd.HtmlDomUtil
Read a Read a UTF-8 text file from our CLASSPATH and return it.
readFile(File, String) - Static method in class com.google.gerrit.httpd.HtmlDomUtil
Read a UTF-8 text file from the local drive.

S

setHttpServletRequest(Provider<HttpServletRequest>) - Method in class com.google.gerrit.httpd.HttpCanonicalWebUrlProvider
 
SshInfoServlet - Class in com.google.gerrit.httpd.raw
Servlet hosting an SSH daemon on another port.

T

toString(Document) - Static method in class com.google.gerrit.httpd.HtmlDomUtil
Convert a document to a String, assuming later encoding to UTF-8.
toUTF8(Document) - Static method in class com.google.gerrit.httpd.HtmlDomUtil
Convert a document to a UTF-8 byte sequence.

W

WebModule - Class in com.google.gerrit.httpd
 

A C D E F G H I N P R S T W

Copyright © 2011. All Rights Reserved.