A B C D E F G H I J L M N O P Q R S T U V W X

A

ADD - class org.hccp.lisp.ADD.
Implementation of add procedure.
ADD(List, Map) - Constructor for class org.hccp.lisp.ADD
 
addAuthor(PersonConstruct) - Method in class org.hccp.atom.MetadataSetElement
 
addCategory(Category) - Method in class org.hccp.atom.MetadataSetElement
 
addContributor(PersonConstruct) - Method in class org.hccp.atom.MetadataSetElement
 
addElement(DocumentObject) - Method in class org.hccp.pdf.ObjectArray
 
addEntry(Entry) - Method in class org.hccp.atom.Feed
 
addEntry(Entry) - Method in class org.hccp.pdf.SubSection
 
addEntry(Name, DocumentObject) - Method in class org.hccp.pdf.Dictionary
 
addLink(Link) - Method in class org.hccp.atom.MetadataSetElement
 
addObject(DocumentObject) - Method in class org.hccp.pdf.Body
This method is used to add a DocumentObject to this Body.
ALIGN_CENTER - Static variable in class org.hccp.image.NumberLabelFactory
 
ALIGN_LEFT - Static variable in class org.hccp.image.NumberLabelFactory
 
ALIGN_RIGHT - Static variable in class org.hccp.image.NumberLabelFactory
 
APPEND - class org.hccp.lisp.APPEND.
APPEND implementation.
APPEND(List, Map) - Constructor for class org.hccp.lisp.APPEND
 
Atom - class org.hccp.lisp.Atom.
 
ATOM_NS - Static variable in class org.hccp.atom.Constants
 
Atom(Object) - Constructor for class org.hccp.lisp.Atom
 
AtomSerializer - class org.hccp.atom.AtomSerializer.
Created by IntelliJ IDEA.
AtomSerializer() - Constructor for class org.hccp.atom.AtomSerializer
 
AtomTextConstruct - interface org.hccp.atom.AtomTextConstruct.
 
Author - class org.hccp.atom.Author.
Created by IntelliJ IDEA.
AUTHOR - Static variable in class org.hccp.atom.Constants
 
Author() - Constructor for class org.hccp.atom.Author
 

B

BASE_64_BUFFER - Static variable in class org.hccp.util.Base64Utility
 
Base64Utility - class org.hccp.util.Base64Utility.
Utility for encoding binary data to base 64 and decoding base 64 back into binary.
Base64Utility() - Constructor for class org.hccp.util.Base64Utility
 
Base64UtilityTest - class test.org.hccp.util.Base64UtilityTest.
Test case for Base64Utility.
Base64UtilityTest() - Constructor for class test.org.hccp.util.Base64UtilityTest
 
BASIC_AUTH - Static variable in class test.org.hccp.net.MockHttpRequest
 
Body - class org.hccp.pdf.Body.
The body of a PDF file consists of a sequence of indirect objects representing the contents of a document.
Body() - Constructor for class org.hccp.pdf.Body
 
BooleanAtom - class org.hccp.lisp.BooleanAtom.
 
BooleanAtom(Boolean) - Constructor for class org.hccp.lisp.BooleanAtom
 
BooleanAtom(Object) - Constructor for class org.hccp.lisp.BooleanAtom
 
BooleanObject - class org.hccp.pdf.BooleanObject.
PDF provides boolean objects with values true and false.
BooleanObject(boolean) - Constructor for class org.hccp.pdf.BooleanObject
 
booleanValue() - Method in class org.hccp.lisp.BooleanAtom
 
BUFFER - Static variable in class org.hccp.util.Base64Utility
 

C

CAR - class org.hccp.lisp.CAR.
CAR implementation.
CAR(List, Map) - Constructor for class org.hccp.lisp.CAR
 
Category - class org.hccp.atom.Category.
4.2.2 The "atom:category" Element The "atom:category" element conveys information about a category associated with an entry or feed.
CATEGORY - Static variable in class org.hccp.atom.Constants
 
Category() - Constructor for class org.hccp.atom.Category
 
CDR - class org.hccp.lisp.CDR.
Created by a Ian Brown
CDR(List, Map) - Constructor for class org.hccp.lisp.CDR
 
ClassModeler - class org.hccp.uml.ClassModeler.
This class is a simple UML class diagram generator.
ClassModeler() - Constructor for class org.hccp.uml.ClassModeler
 
CLIENT_CERT_AUTH - Static variable in class test.org.hccp.net.MockHttpRequest
 
compile(List, Iterator) - Method in class org.hccp.lisp.Interpreter
 
compile(List, Iterator) - Method in class org.hccp.lisp.TestInterpreter
Deprecated.  
compile(Object, Iterator) - Method in class org.hccp.lisp.Interpreter
the "compile" methods convert Strings, Doubles, and Lists to their Sexp equivalents.
compile(Object, Iterator) - Method in class org.hccp.lisp.TestInterpreter
Deprecated.  
CONS - class org.hccp.lisp.CONS.
CONS implementation.
CONS(List, Map) - Constructor for class org.hccp.lisp.CONS
 
Constants - class org.hccp.atom.Constants.
Created by IntelliJ IDEA.
Constants - class org.hccp.lisp.Constants.
 
Constants() - Constructor for class org.hccp.atom.Constants
 
Constants() - Constructor for class org.hccp.lisp.Constants
 
Content - interface org.hccp.atom.Content.
Created by IntelliJ IDEA.
CONTENT - Static variable in class org.hccp.atom.Constants
 
CONTRIBUTOR - Static variable in class org.hccp.atom.Constants
 
convertSymbolListToDelimitedString(List) - Static method in class org.hccp.lisp.FunctionTemplate
 
CookieManager - class org.hccp.net.CookieManager.
CookieManager is a simple utilty for handling cookies when working with java.net.URL and java.net.URLConnection objects.
CookieManager() - Constructor for class org.hccp.net.CookieManager
 
CookieManagerTest - class test.org.hccp.net.CookieManagerTest.
This is the unit test for CookieManager
CookieManagerTest(String) - Constructor for class test.org.hccp.net.CookieManagerTest
 
createLiteral(Object) - Method in class org.hccp.lisp.Interpreter
 
CrossReferenceTable - class org.hccp.pdf.CrossReferenceTable.
The cross-reference table contains information that permits random access to indirect objects within the file, so that the entire file need not be read to locate any particular object.
CrossReferenceTable() - Constructor for class org.hccp.pdf.CrossReferenceTable
 
CrossReferenceTable(Header, Body) - Constructor for class org.hccp.pdf.CrossReferenceTable
 
CrossReferenceTableEntryException - class org.hccp.pdf.CrossReferenceTableEntryException.
An exception pertaining to entries made into cross-reference tables.
CrossReferenceTableEntryException() - Constructor for class org.hccp.pdf.CrossReferenceTableEntryException
 
CrossReferenceTableEntryException(String) - Constructor for class org.hccp.pdf.CrossReferenceTableEntryException
 

D

DEBUG - Static variable in class org.hccp.lisp.Constants
 
decode(char[]) - Static method in class org.hccp.util.Base64Utility
Returns decoded binary data.
decode(String) - Static method in class org.hccp.util.Base64Utility
Returns decoded binary data.
DEFUN - class org.hccp.lisp.DEFUN.
 
DEFUN(List, Map) - Constructor for class org.hccp.lisp.DEFUN
 
Dictionary - class org.hccp.pdf.Dictionary.
 
Dictionary() - Constructor for class org.hccp.pdf.Dictionary
 
Dictionary(Name) - Constructor for class org.hccp.pdf.Dictionary
 
Dictionary(Name, Name) - Constructor for class org.hccp.pdf.Dictionary
 
DIGEST_AUTH - Static variable in class test.org.hccp.net.MockHttpRequest
 
Digester - class org.hccp.crypto.Digester.
Created by IntelliJ IDEA.
Digester() - Constructor for class org.hccp.crypto.Digester
 
display(List) - Static method in class org.hccp.lisp.Interpreter
Prints out a list of lists.
display(List) - Static method in class org.hccp.lisp.TestInterpreter
Deprecated.  
DIV - class org.hccp.lisp.DIV.
DIV implementation.
DIV(List, Map) - Constructor for class org.hccp.lisp.DIV
 
Document - class org.hccp.pdf.Document.
 
Document() - Constructor for class org.hccp.pdf.Document
 
DocumentObject - interface org.hccp.pdf.DocumentObject.
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.hccp.servlet.Ipv4ColorSwatchGenerator
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.hccp.servlet.NumberLabelImage
 
doubleValue() - Method in class org.hccp.lisp.NumericAtom
 

E

EMAIL - Static variable in class org.hccp.atom.Constants
 
encode(byte[]) - Static method in class org.hccp.util.Base64Utility
Encodes binary data to base 64 character data.
Entry - class org.hccp.atom.Entry.
4.1.2 The "atom:entry" Element The "atom:entry" element represents an individual entry, acting as a container for metadata and data associated with the entry.
Entry - class org.hccp.pdf.Entry.
Class representing an entry into a cross-reference table.
ENTRY - Static variable in class org.hccp.atom.Constants
 
Entry() - Constructor for class org.hccp.atom.Entry
 
EQ - class org.hccp.lisp.EQ.
 
EQ(List, Map) - Constructor for class org.hccp.lisp.EQ
 
equals(Object) - Method in class org.hccp.lisp.Atom
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.hccp.lisp.List
 
equals(Object) - Method in class org.hccp.lisp.NumericAtom
 
evaluate() - Method in class org.hccp.lisp.ADD
 
evaluate() - Method in class org.hccp.lisp.APPEND
 
evaluate() - Method in class org.hccp.lisp.Atom
 
evaluate() - Method in class org.hccp.lisp.BooleanAtom
 
evaluate() - Method in class org.hccp.lisp.CAR
 
evaluate() - Method in class org.hccp.lisp.CDR
 
evaluate() - Method in class org.hccp.lisp.CONS
 
evaluate() - Method in class org.hccp.lisp.DEFUN
 
evaluate() - Method in class org.hccp.lisp.DIV
 
evaluate() - Method in class org.hccp.lisp.EQ
 
evaluate() - Method in class org.hccp.lisp.FunctionTemplate
 
evaluate() - Method in class org.hccp.lisp.IF
 
evaluate() - Method in class org.hccp.lisp.LENGTH
 
evaluate() - Method in class org.hccp.lisp.LET
 
evaluate() - Method in class org.hccp.lisp.LISTF
 
evaluate() - Method in class org.hccp.lisp.List
 
evaluate() - Method in class org.hccp.lisp.MUL
 
evaluate() - Method in class org.hccp.lisp.NumericAtom
 
evaluate() - Method in class org.hccp.lisp.QUIT
 
evaluate() - Method in class org.hccp.lisp.REVERSE
 
evaluate() - Method in class org.hccp.lisp.SETF
 
evaluate() - Method in class org.hccp.lisp.SUB
 
evaluate() - Method in interface org.hccp.lisp.Sexp
 
Event - interface org.hccp.event.Event.
Encapsulation of event.
EventException - class org.hccp.event.EventException.
Generic exception for event handling errors.
EventException() - Constructor for class org.hccp.event.EventException
 
EventHandler - interface org.hccp.event.EventHandler.
Interface describing event handler.
EXPECTED_VALUES - Static variable in class test.org.hccp.lisp.InterpreterTest
 
extendsOrInheritsFromOtherClass(Class, List) - Static method in class org.hccp.uml.ClassModeler
 

F

f - Static variable in class org.hccp.pdf.PdfKeywords
 
FALSE - Variable in class org.hccp.pdf.BooleanObject
 
Feed - class org.hccp.atom.Feed.
4.1.1 The "atom:feed" Element The "atom:feed" element is the document (i.e., top-level) element of an Atom Feed Document, acting as a container for metadata and data associated with the feed.
FEED - Static variable in class org.hccp.atom.Constants
 
FEED - Static variable in class org.hccp.atom.QNames
 
Feed() - Constructor for class org.hccp.atom.Feed
 
filePathToQualifiedClassName(String) - Static method in class org.hccp.uml.ClassModeler
 
FileUtility - class org.hccp.util.FileUtility.
Misc.
FileUtility() - Constructor for class org.hccp.util.FileUtility
 
FORM_AUTH - Static variable in class test.org.hccp.net.MockHttpRequest
 
Function - class org.hccp.lisp.Function.
 
Function(List, Map) - Constructor for class org.hccp.lisp.Function
 
FunctionTemplate - class org.hccp.lisp.FunctionTemplate.
 
FunctionTemplate(List, Map) - Constructor for class org.hccp.lisp.FunctionTemplate
 

G

generateEncodedSha1Hash(byte[]) - Static method in class org.hccp.crypto.Digester
 
generateEncodedSha1Hash(String) - Static method in class org.hccp.crypto.Digester
 
Generator - class org.hccp.atom.Generator.
 
GENERATOR - Static variable in class org.hccp.atom.Constants
 
Generator() - Constructor for class org.hccp.atom.Generator
 
GET - Static variable in class test.org.hccp.net.MockHttpRequest
 
getArgs() - Method in class org.hccp.lisp.Function
 
getAtomLogo() - Method in class org.hccp.atom.MetadataSetFeedElement
 
getAttribute(String) - Method in interface org.hccp.event.Event
 
getAttribute(String) - Method in class test.org.hccp.net.MockHttpRequest
Returns the value of the named attribute as an Object, or null if no attribute of the given name exists.
getAttribute(String) - Method in class test.org.hccp.net.MockHttpSession
 
getAttributeMap() - Method in interface org.hccp.event.Event
 
getAttributeNames() - Method in class test.org.hccp.net.MockHttpRequest
Returns an Enumeration containing the names of the attributes available to this request.
getAttributeNames() - Method in class test.org.hccp.net.MockHttpSession
 
getAuthors() - Method in class org.hccp.atom.MetadataSetElement
 
getAuthType() - Method in class test.org.hccp.net.MockHttpRequest
Returns the name of the authentication scheme used to protect the servlet.
getBody() - Method in class org.hccp.pdf.Document
 
getBodyObjects() - Method in class org.hccp.pdf.Body
This method returns a Vector of this Body's collected objects.
getBooleanValue() - Method in class org.hccp.lisp.BooleanAtom
 
getCategories() - Method in class org.hccp.atom.MetadataSetElement
 
getCharacterEncoding() - Method in class test.org.hccp.net.MockHttpRequest
Returns the name of the character encoding used in the body of this request.
getColor(InetAddress) - Static method in class org.hccp.net.InetAddressColorFactory
This simply takes each of the octets and assigns it's value to a particular channel.
getColor(String) - Static method in class org.hccp.net.InetAddressColorFactory
Takes a string representation ("xxx.xxx.xxx.xxx") and for each of the octets, assigns it's value to a particular channel.
getContent() - Method in class org.hccp.atom.Entry
 
getContentLength() - Method in class test.org.hccp.net.MockHttpRequest
Returns the length, in bytes, of the request body and made available by the input stream, or -1 if the length is not known.
getContentType() - Method in class test.org.hccp.net.MockHttpRequest
Returns the MIME type of the body of the request, or null if the type is not known.
getContextPath() - Method in class test.org.hccp.net.MockHttpRequest
Returns the portion of the request URI that indicates the context of the request.
getContributors() - Method in class org.hccp.atom.MetadataSetElement
 
getCookies() - Method in class test.org.hccp.net.MockHttpRequest
Returns an array containing all of the Cookie objects the client sent with this request.
getCreationTime() - Method in class test.org.hccp.net.MockHttpSession
 
getCrossReferenceTableOffset() - Method in class org.hccp.pdf.Document
 
getDateHeader(String) - Method in class test.org.hccp.net.MockHttpRequest
Returns the value of the specified request header as a long value that represents a Date object.
getDigestInstance(String) - Static method in class org.hccp.crypto.MessageDigestFactory
 
getDigestInstance(URI) - Static method in class org.hccp.crypto.MessageDigestFactory
 
getEmail() - Method in class org.hccp.atom.PersonConstruct
 
getEntries() - Method in class org.hccp.atom.Feed
 
getFileLinesAsStringArray(File) - Static method in class org.hccp.util.FileUtility
Takes a file and returns a String array, where each element in the array is a line from the file.
getFlippedSignAtom() - Method in class org.hccp.lisp.NumericAtom
 
getGenerationNumber() - Method in class org.hccp.pdf.IndirectObject
 
getGenerator() - Method in class org.hccp.atom.Feed
 
getGenerator() - Method in class org.hccp.atom.Generator
 
getGenerator() - Method in class org.hccp.atom.MetadataSetFeedElement
 
getHeader(String) - Method in class test.org.hccp.net.MockHttpRequest
Returns the value of the specified request header as a String.
getHeaderNames() - Method in class test.org.hccp.net.MockHttpRequest
Returns an enumeration of all the header names this request contains.
getHeaders(String) - Method in class test.org.hccp.net.MockHttpRequest
Returns all the values of the specified request header as an Enumeration of String objects.
getHref() - Method in class org.hccp.atom.Link
 
getHreflang() - Method in class org.hccp.atom.Link
 
getIcon() - Method in class org.hccp.atom.MetadataSetFeedElement
 
getId() - Method in class org.hccp.atom.MetadataSetElement
 
getId() - Method in class test.org.hccp.net.MockHttpSession
 
getIndirectObjectReference() - Method in class org.hccp.pdf.IndirectObject
 
getInetAddress(Color) - Static method in class org.hccp.net.InetAddressColorFactory
Converts a java.awt.Color object into a corresponding java.net.InetAddress.
getInputStream() - Method in class test.org.hccp.net.MockHttpRequest
Retrieves the body of the request as binary data using a ServletInputStream.
getIntHeader(String) - Method in class test.org.hccp.net.MockHttpRequest
Returns the value of the specified request header as an int.
getLabel() - Method in class org.hccp.atom.Category
 
getLastAccessedTime() - Method in class test.org.hccp.net.MockHttpSession
 
getLength() - Method in class org.hccp.atom.Link
 
getLinks() - Method in class org.hccp.atom.MetadataSetElement
 
getLocale() - Method in class test.org.hccp.net.MockHttpRequest
Returns the preferred Locale that the client will accept content in, based on the Accept-Language header.
getLocales() - Method in class test.org.hccp.net.MockHttpRequest
Returns an Enumeration of Locale objects indicating, in decreasing order starting with the preferred locale, the locales that are acceptable to the client based on the Accept-Language header.
getMaxInactiveInterval() - Method in class test.org.hccp.net.MockHttpSession
 
getMethod() - Method in class test.org.hccp.net.MockHttpRequest
Returns the name of the HTTP method with which this request was made, for example, GET, POST, or PUT.
getName() - Method in class org.hccp.atom.PersonConstruct
 
getNumberLabel(int, int, int) - Static method in class org.hccp.image.NumberLabelFactory
 
getNumberLabel(int, int, int, Color, Color) - Static method in class org.hccp.image.NumberLabelFactory
 
getNumberLabel(int, int, int, Color, Color, int) - Static method in class org.hccp.image.NumberLabelFactory
 
getObjectIdentifier() - Method in class org.hccp.pdf.IndirectObject
 
getParameter(String) - Method in class test.org.hccp.net.MockHttpRequest
Returns the value of a request parameter as a String, or null if the parameter does not exist.
getParameterMap() - Method in class test.org.hccp.net.MockHttpRequest
Returns a java.util.Map of the parameters of this request.
getParameterNames() - Method in class test.org.hccp.net.MockHttpRequest
Returns an Enumeration of String objects containing the names of the parameters contained in this request.
getParameterValues(String) - Method in class test.org.hccp.net.MockHttpRequest
Returns an array of String objects containing all of the values the given request parameter has, or null if the parameter does not exist.
getPathInfo() - Method in class test.org.hccp.net.MockHttpRequest
Returns any extra path information associated with the URL the client sent when it made this request.
getPathTranslated() - Method in class test.org.hccp.net.MockHttpRequest
Returns any extra path information after the servlet name but before the query string, and translates it to a real path.
getProtocol() - Method in class test.org.hccp.net.MockHttpRequest
Returns the name and version of the protocol the request uses in the form protocol/majorVersion.minorVersion, for example, HTTP/1.1.
getPublished() - Method in class org.hccp.atom.MetadataSetElement
 
getQueryString() - Method in class test.org.hccp.net.MockHttpRequest
Returns the query string that is contained in the request URL after the path.
getReader() - Method in class test.org.hccp.net.MockHttpRequest
Retrieves the body of the request as character data using a BufferedReader.
getRealPath(String) - Method in class test.org.hccp.net.MockHttpRequest
Deprecated. As of Version 2.1 of the Java Servlet API, use ServletContext#getRealPath instead.
getRel() - Method in class org.hccp.atom.Link
 
getRemoteAddr() - Method in class test.org.hccp.net.MockHttpRequest
Returns the Internet Protocol (IP) address of the client that sent the request.
getRemoteHost() - Method in class test.org.hccp.net.MockHttpRequest
Returns the fully qualified name of the client that sent the request.
getRemoteUser() - Method in class test.org.hccp.net.MockHttpRequest
Returns the login of the user making this request, if the user has been authenticated, or null if the user has not been authenticated.
getRequestDispatcher(String) - Method in class test.org.hccp.net.MockHttpRequest
Returns a RequestDispatcher object that acts as a wrapper for the resource located at the given path.
getRequestedSessionId() - Method in class test.org.hccp.net.MockHttpRequest
Returns the session ID specified by the client.
getRequestURI() - Method in class test.org.hccp.net.MockHttpRequest
Returns the part of this request's URL from the protocol name up to the query string in the first line of the HTTP request.
getRequestURL() - Method in class test.org.hccp.net.MockHttpRequest
Reconstructs the URL the client used to make the request.
getRights() - Method in class org.hccp.atom.MetadataSetElement
 
getScheme() - Method in class org.hccp.atom.Category
 
getScheme() - Method in class test.org.hccp.net.MockHttpRequest
Returns the name of the scheme used to make this request, for example, http, https, or ftp.
getServerName() - Method in class test.org.hccp.net.MockHttpRequest
Returns the host name of the server that received the request.
getServerPort() - Method in class test.org.hccp.net.MockHttpRequest
Returns the port number on which this request was received.
getServletContext() - Method in class test.org.hccp.net.MockHttpSession
 
getServletPath() - Method in class test.org.hccp.net.MockHttpRequest
Returns the part of this request's URL that calls the servlet.
getSession() - Method in class test.org.hccp.net.MockHttpRequest
Returns the current session associated with this request, or if the request does not have a session, creates one.
getSession(boolean) - Method in class test.org.hccp.net.MockHttpRequest
Returns the current HttpSession associated with this request or, if if there is no current session and create is true, returns a new session.
getSessionContext() - Method in class test.org.hccp.net.MockHttpSession
Deprecated.  
getSize() - Method in class org.hccp.pdf.Body
This method returns the total size as a Numeric, in bytes, of this Body's collected objects,
getSize() - Method in class org.hccp.pdf.IndirectObject
 
getSize() - Method in class org.hccp.pdf.SubSection
 
getSource() - Method in class org.hccp.atom.Entry
 
getSrc() - Method in class org.hccp.atom.OutOfLineContent
 
getSubSection(int, int) - Method in class org.hccp.pdf.CrossReferenceTable
returns the specified subsection from this cross-reference table
getSubtitle() - Method in class org.hccp.atom.MetadataSetFeedElement
 
getSummary() - Method in class org.hccp.atom.Entry
 
getTerm() - Method in class org.hccp.atom.Category
 
getText() - Method in class org.hccp.atom.InlineOtherContent
 
getText() - Method in class org.hccp.atom.InlineTextContent
 
getText() - Method in class org.hccp.atom.PlainTextConstruct
 
getTitle() - Method in class org.hccp.atom.Link
 
getTitle() - Method in class org.hccp.atom.MetadataSetElement
 
getType() - Method in interface org.hccp.atom.AtomTextConstruct
 
getType() - Method in interface org.hccp.atom.Content
 
getType() - Method in class org.hccp.atom.HtmlConstruct
 
getType() - Method in class org.hccp.atom.InlineOtherContent
 
getType() - Method in class org.hccp.atom.InlineTextContent
 
getType() - Method in class org.hccp.atom.InlineXhtmlContent
 
getType() - Method in class org.hccp.atom.Link
 
getType() - Method in class org.hccp.atom.OutOfLineContent
 
getType() - Method in class org.hccp.atom.TextConstruct
 
getType() - Method in class org.hccp.atom.XhtmlTextConstruct
 
getUpdated() - Method in class org.hccp.atom.MetadataSetElement
 
getUri() - Method in class org.hccp.atom.Generator
 
getUri() - Method in class org.hccp.atom.PersonConstruct
 
getUserPrincipal() - Method in class test.org.hccp.net.MockHttpRequest
Returns a java.security.Principal object containing the name of the current authenticated user.
getValue() - Method in class org.hccp.lisp.Atom
 
getValue() - Method in class org.hccp.lisp.BooleanAtom
 
getValue() - Method in class org.hccp.lisp.List
 
getValue() - Method in class org.hccp.lisp.NumericAtom
 
getValue() - Method in class org.hccp.pdf.Body
This method cycles through it's collected objects, calling getValue() on each, returning the ASCII encoded PDF representation of the object and child objects.
getValue() - Method in class org.hccp.pdf.BooleanObject
Returns the corresponding String representation of true or false.
getValue() - Method in class org.hccp.pdf.CrossReferenceTable
 
getValue() - Method in class org.hccp.pdf.Dictionary
 
getValue() - Method in class org.hccp.pdf.Document
 
getValue() - Method in interface org.hccp.pdf.DocumentObject
 
getValue() - Method in class org.hccp.pdf.Entry
 
getValue() - Method in class org.hccp.pdf.Header
 
getValue() - Method in class org.hccp.pdf.HexString
 
getValue() - Method in class org.hccp.pdf.IndirectObject
 
getValue() - Method in class org.hccp.pdf.IndirectObjectReference
 
getValue() - Method in class org.hccp.pdf.LiteralString
 
getValue() - Method in class org.hccp.pdf.Name
 
getValue() - Method in class org.hccp.pdf.Null
 
getValue() - Method in class org.hccp.pdf.Numeric
 
getValue() - Method in class org.hccp.pdf.ObjectArray
 
getValue() - Method in class org.hccp.pdf.SubSection
 
getValue() - Method in class org.hccp.pdf.Trailer
 
getValue(String) - Method in class test.org.hccp.net.MockHttpSession
Deprecated.  
getValueNames() - Method in class test.org.hccp.net.MockHttpSession
Deprecated.  
getVersion() - Method in class org.hccp.atom.Generator
 
getXhtmlDiv() - Method in class org.hccp.atom.InlineXhtmlContent
 
getXhtmlDiv() - Method in class org.hccp.atom.XhtmlTextConstruct
 
GIF - Static variable in class org.hccp.util.ImageWriter
 
graphClasses(List) - Static method in class org.hccp.uml.ClassModeler
 

H

handleEvent(Event) - Method in interface org.hccp.event.EventHandler
 
hashCode() - Method in class org.hccp.lisp.Atom
Returns a hash code value for the object.
Header - class org.hccp.pdf.Header.
The first line of a PDF file is a header identifying the version of the PDF specification to which the file conforms.
Header() - Constructor for class org.hccp.pdf.Header
default constructor, sets the version to "1.3"
Header(String) - Constructor for class org.hccp.pdf.Header
 
HEIGHT - Static variable in class org.hccp.servlet.NumberLabelImage
 
HELLO_WORLD_DECODED - Static variable in class test.org.hccp.util.Base64UtilityTest
 
HELLO_WORLD_ENCODED - Static variable in class test.org.hccp.util.Base64UtilityTest
 
HexString - class org.hccp.pdf.HexString.
 
HexString(String) - Constructor for class org.hccp.pdf.HexString
 
HREF - Static variable in class org.hccp.atom.Constants
 
HREFLANG - Static variable in class org.hccp.atom.Constants
 
HTML - Static variable in class org.hccp.atom.Type
 
HtmlConstruct - class org.hccp.atom.HtmlConstruct.
 
HtmlConstruct() - Constructor for class org.hccp.atom.HtmlConstruct
 

I

ID - Static variable in class org.hccp.atom.Constants
 
IF - class org.hccp.lisp.IF.
 
IF(List, Map) - Constructor for class org.hccp.lisp.IF
 
IllegalArgumentException - exception org.hccp.lisp.IllegalArgumentException.
 
IllegalArgumentException() - Constructor for class org.hccp.lisp.IllegalArgumentException
 
IllegalArgumentException(String) - Constructor for class org.hccp.lisp.IllegalArgumentException
 
ImageWriter - class org.hccp.util.ImageWriter.
A utility for writing image formats to output streams in GIF and JPEG encodings.
ImageWriter() - Constructor for class org.hccp.util.ImageWriter
 
IndirectObject - class org.hccp.pdf.IndirectObject.
 
IndirectObject(int, int) - Constructor for class org.hccp.pdf.IndirectObject
 
IndirectObject(int, int, DocumentObject) - Constructor for class org.hccp.pdf.IndirectObject
 
IndirectObjectReference - class org.hccp.pdf.IndirectObjectReference.
 
IndirectObjectReference(Numeric, Numeric) - Constructor for class org.hccp.pdf.IndirectObjectReference
 
InetAddressColorFactory - class org.hccp.net.InetAddressColorFactory.
A simple hack for converting IPv4 addresses into RGB+alpha colors, as well as resolving RGB+alpha colors into IPv4 addresses.
InetAddressColorFactory() - Constructor for class org.hccp.net.InetAddressColorFactory
 
InetAddressColorFactoryTest - class test.org.hccp.net.InetAddressColorFactoryTest.
This is the unit test for InetAddressColorFactory
InetAddressColorFactoryTest(String) - Constructor for class test.org.hccp.net.InetAddressColorFactoryTest
 
InlineOtherContent - class org.hccp.atom.InlineOtherContent.
 
InlineOtherContent() - Constructor for class org.hccp.atom.InlineOtherContent
 
InlineTextContent - class org.hccp.atom.InlineTextContent.
Created by IntelliJ IDEA.
InlineTextContent() - Constructor for class org.hccp.atom.InlineTextContent
 
InlineXhtmlContent - class org.hccp.atom.InlineXhtmlContent.
Created by IntelliJ IDEA.
InlineXhtmlContent() - Constructor for class org.hccp.atom.InlineXhtmlContent
 
interpret(List) - Method in class org.hccp.lisp.Interpreter
 
interpret(List) - Method in class org.hccp.lisp.TestInterpreter
Deprecated.  
Interpreter - class org.hccp.lisp.Interpreter.
The interpreter takes a java.util.List of Java objects, usually generated from a text file or stream by a Parserand "compiles" them into evaluable Sexp expressions.
Interpreter() - Constructor for class org.hccp.lisp.Interpreter
 
Interpreter(Map) - Constructor for class org.hccp.lisp.Interpreter
 
InterpreterTest - class test.org.hccp.lisp.InterpreterTest.
This is a regression test for Interpreter to ensure that changes made during development do not introduce new bugs.
InterpreterTest(String) - Constructor for class test.org.hccp.lisp.InterpreterTest
 
invalidate() - Method in class test.org.hccp.net.MockHttpSession
 
InvalidHexadecimalValueException - class org.hccp.pdf.InvalidHexadecimalValueException.
 
InvalidHexadecimalValueException() - Constructor for class org.hccp.pdf.InvalidHexadecimalValueException
 
InvalidHexadecimalValueException(String) - Constructor for class org.hccp.pdf.InvalidHexadecimalValueException
 
Ipv4ColorSwatchGenerator - class org.hccp.servlet.Ipv4ColorSwatchGenerator.
A servlet to generate color swatches (GIF or JPEG) from client IP addresses.
Ipv4ColorSwatchGenerator() - Constructor for class org.hccp.servlet.Ipv4ColorSwatchGenerator
 
isDefun(List) - Method in class org.hccp.lisp.Interpreter
Checks to see if list starts with "DEFUN"
isFunction(List) - Method in class org.hccp.lisp.Interpreter
Determines if List is a function.
isFunction(List) - Method in class org.hccp.lisp.TestInterpreter
Deprecated.  
isJavaClassFileName(String) - Static method in class org.hccp.uml.ClassModeler
 
isNew() - Method in class test.org.hccp.net.MockHttpSession
 
isRequestedSessionIdFromCookie() - Method in class test.org.hccp.net.MockHttpRequest
Checks whether the requested session ID came in as a cookie.
isRequestedSessionIdFromUrl() - Method in class test.org.hccp.net.MockHttpRequest
Deprecated. As of Version 2.1 of the Java Servlet API, use MockHttpRequest.isRequestedSessionIdFromURL() instead.
isRequestedSessionIdFromURL() - Method in class test.org.hccp.net.MockHttpRequest
Checks whether the requested session ID came in as part of the request URL.
isRequestedSessionIdValid() - Method in class test.org.hccp.net.MockHttpRequest
Checks whether the requested session ID is still valid.
isSecure() - Method in class test.org.hccp.net.MockHttpRequest
Returns a boolean indicating whether this request was made using a secure channel, such as HTTPS.
isUserInRole(String) - Method in class test.org.hccp.net.MockHttpRequest
Returns a boolean indicating whether the authenticated user is included in the specified logical "role".

J

JPEG - Static variable in class org.hccp.util.ImageWriter
 

L

LABEL - Static variable in class org.hccp.atom.Constants
 
LanguageTag - class org.hccp.atom.LanguageTag.
Created by IntelliJ IDEA.
LanguageTag() - Constructor for class org.hccp.atom.LanguageTag
 
LENGTH - class org.hccp.lisp.LENGTH.
LENGTH implementation.
LENGTH - Static variable in class org.hccp.atom.Constants
 
LENGTH(List, Map) - Constructor for class org.hccp.lisp.LENGTH
 
LET - class org.hccp.lisp.LET.
LENGTH implementation.
LET(List, Map) - Constructor for class org.hccp.lisp.LET
 
Link - class org.hccp.atom.Link.
4.2.7 The "atom:link" Element The "atom:link" element defines a reference from an entry or feed to a Web resource.
LINK - Static variable in class org.hccp.atom.Constants
 
Link() - Constructor for class org.hccp.atom.Link
 
List - class org.hccp.lisp.List.
 
List(List) - Constructor for class org.hccp.lisp.List
 
LISTF - class org.hccp.lisp.LISTF.
LISP implementation.
LISTF(List, Map) - Constructor for class org.hccp.lisp.LISTF
 
LiteralString - class org.hccp.pdf.LiteralString.
 
LiteralString(String) - Constructor for class org.hccp.pdf.LiteralString
 
LOOKUP_TABLE - Static variable in class org.hccp.util.Base64Utility
 

M

main(String[]) - Static method in class org.hccp.atom.AtomSerializer
 
main(String[]) - Static method in class org.hccp.crypto.Digester
 
main(String[]) - Static method in class org.hccp.lisp.Interpreter
 
main(String[]) - Static method in class org.hccp.lisp.Parser
 
main(String[]) - Static method in class org.hccp.net.CookieManager
 
main(String[]) - Static method in class org.hccp.uml.ClassModeler
 
MessageDigestFactory - class org.hccp.crypto.MessageDigestFactory.
Created by IntelliJ IDEA.
MetadataSetElement - class org.hccp.atom.MetadataSetElement.
 
MetadataSetElement() - Constructor for class org.hccp.atom.MetadataSetElement
 
MetadataSetFeedElement - class org.hccp.atom.MetadataSetFeedElement.
 
MetadataSetFeedElement() - Constructor for class org.hccp.atom.MetadataSetFeedElement
 
MockHttpRequest - class test.org.hccp.net.MockHttpRequest.
A mock object that implements javax.servlet.ServletRequest and javax.servlet.http.HttpServletRequest.
MockHttpRequest() - Constructor for class test.org.hccp.net.MockHttpRequest
 
MockHttpSession - class test.org.hccp.net.MockHttpSession.
Mock implement of javax.servlet.http.HttpSession

MockHttpSession() - Constructor for class test.org.hccp.net.MockHttpSession
 
MUL - class org.hccp.lisp.MUL.
MUL implementation.
MUL(List, Map) - Constructor for class org.hccp.lisp.MUL
 

N

n - Static variable in class org.hccp.pdf.PdfKeywords
 
Name - class org.hccp.pdf.Name.
 
NAME - Static variable in class org.hccp.atom.Constants
 
Name(String) - Constructor for class org.hccp.pdf.Name
 
Null - class org.hccp.pdf.Null.
 
Null() - Constructor for class org.hccp.pdf.Null
 
NumberLabelFactory - class org.hccp.image.NumberLabelFactory.
 
NumberLabelFactory() - Constructor for class org.hccp.image.NumberLabelFactory
 
NumberLabelImage - class org.hccp.servlet.NumberLabelImage.
 
NumberLabelImage() - Constructor for class org.hccp.servlet.NumberLabelImage
 
Numeric - class org.hccp.pdf.Numeric.
 
Numeric(double) - Constructor for class org.hccp.pdf.Numeric
 
Numeric(int) - Constructor for class org.hccp.pdf.Numeric
 
NumericAtom - class org.hccp.lisp.NumericAtom.
Wrapper class for numeric atoms.
NumericAtom(Double) - Constructor for class org.hccp.lisp.NumericAtom
 
NumericAtom(Object) - Constructor for class org.hccp.lisp.NumericAtom
 

O

ObjectArray - class org.hccp.pdf.ObjectArray.
 
ObjectArray() - Constructor for class org.hccp.pdf.ObjectArray
 
ObjectArray(DocumentObject[]) - Constructor for class org.hccp.pdf.ObjectArray
 
org.hccp.atom - package org.hccp.atom
 
org.hccp.crypto - package org.hccp.crypto
 
org.hccp.event - package org.hccp.event
 
org.hccp.image - package org.hccp.image
 
org.hccp.lisp - package org.hccp.lisp
 
org.hccp.net - package org.hccp.net
 
org.hccp.pdf - package org.hccp.pdf
 
org.hccp.servlet - package org.hccp.servlet
 
org.hccp.uml - package org.hccp.uml
 
org.hccp.util - package org.hccp.util
 
OtherType - class org.hccp.atom.OtherType.
Created by IntelliJ IDEA.
OtherType(String) - Constructor for class org.hccp.atom.OtherType
 
OutOfLineContent - class org.hccp.atom.OutOfLineContent.
Created by IntelliJ IDEA.
OutOfLineContent() - Constructor for class org.hccp.atom.OutOfLineContent
 

P

PAD - Static variable in class org.hccp.util.Base64Utility
 
PAD_INDEX - Static variable in class org.hccp.util.Base64Utility
 
parse(File) - Static method in class org.hccp.lisp.Parser
 
parse(InputStream) - Static method in class org.hccp.lisp.Parser
 
parse(String) - Static method in class org.hccp.lisp.Parser
 
Parser - class org.hccp.lisp.Parser.
 
Parser() - Constructor for class org.hccp.lisp.Parser
 
PdfKeywords - class org.hccp.pdf.PdfKeywords.
 
PdfKeywords() - Constructor for class org.hccp.pdf.PdfKeywords
 
PersonConstruct - class org.hccp.atom.PersonConstruct.
Created by IntelliJ IDEA.
PersonConstruct() - Constructor for class org.hccp.atom.PersonConstruct
 
PlainTextConstruct - class org.hccp.atom.PlainTextConstruct.
 
PlainTextConstruct() - Constructor for class org.hccp.atom.PlainTextConstruct
 
POST - Static variable in class test.org.hccp.net.MockHttpRequest
 
PUBLISHED - Static variable in class org.hccp.atom.Constants
 
PUT - Static variable in class test.org.hccp.net.MockHttpRequest
 
putValue(String, Object) - Method in class test.org.hccp.net.MockHttpSession
Deprecated.  

Q

QNames - class org.hccp.atom.QNames.
Created by IntelliJ IDEA.
QNames() - Constructor for class org.hccp.atom.QNames
 
QUIT - class org.hccp.lisp.QUIT.
A wrapper around java.lang.System.exit().
QUIT(List, Map) - Constructor for class org.hccp.lisp.QUIT
 

R

R - Static variable in class org.hccp.pdf.PdfKeywords
 
refresh() - Method in class org.hccp.pdf.CrossReferenceTable
Updates the cross-reference table in regards to document objects added to the PDF document.
REL - Static variable in class org.hccp.atom.Constants
 
removeAttribute(String) - Method in class test.org.hccp.net.MockHttpRequest
Removes an attribute from this request.
removeAttribute(String) - Method in class test.org.hccp.net.MockHttpSession
 
removeValue(String) - Method in class test.org.hccp.net.MockHttpSession
Deprecated.  
REVERSE - class org.hccp.lisp.REVERSE.
REVERSE implementation.
REVERSE(List, Map) - Constructor for class org.hccp.lisp.REVERSE
 
RIGHTS - Static variable in class org.hccp.atom.Constants
 

S

SCHEME - Static variable in class org.hccp.atom.Constants
 
setArgs(List) - Method in class org.hccp.lisp.Function
 
setAtomLogo(URI) - Method in class org.hccp.atom.MetadataSetFeedElement
 
setAttribute(String, Object) - Method in class test.org.hccp.net.MockHttpRequest
Stores an attribute in this request.
setAttribute(String, Object) - Method in class test.org.hccp.net.MockHttpSession
 
setAuthType(String) - Method in class test.org.hccp.net.MockHttpRequest
Sets the value returned by MockHttpRequest.getAuthType()
setCharacterEncoding(String) - Method in class test.org.hccp.net.MockHttpRequest
Overrides the name of the character encoding used in the body of this request.
setContent(Content) - Method in class org.hccp.atom.Entry
 
setCookies(Cookie[]) - Method in class test.org.hccp.net.MockHttpRequest
Sets the attribute returned by the MockHttpRequest.getCookies() method.
setCookies(URLConnection) - Method in class org.hccp.net.CookieManager
Prior to opening a URLConnection, calling this method will set all unexpired cookies that match the path or subpaths for thi underlying URL The connection MUST NOT have been opened method or an IOException will be thrown.
setCrossReferenceTableOffset(Numeric) - Method in class org.hccp.pdf.Trailer
 
setDateHeader(String, long) - Method in class test.org.hccp.net.MockHttpRequest
Sets the attribute returned by the MockHttpRequest.getDateHeader(java.lang.String)
setEmail(String) - Method in class org.hccp.atom.PersonConstruct
 
SETF - class org.hccp.lisp.SETF.
Implementation of SETF.
SETF(List, Map) - Constructor for class org.hccp.lisp.SETF
 
setGenerator(Generator) - Method in class org.hccp.atom.Feed
 
setGenerator(Generator) - Method in class org.hccp.atom.MetadataSetFeedElement
 
setGenerator(String) - Method in class org.hccp.atom.Generator
 
setGenNumber(String) - Method in class org.hccp.pdf.Entry
 
setHeader(String, String) - Method in class test.org.hccp.net.MockHttpRequest
Sets the attributes returned by the MockHttpRequest.getHeader(java.lang.String)
setHref(URI) - Method in class org.hccp.atom.Link
 
setHreflang(LanguageTag) - Method in class org.hccp.atom.Link
 
setIcon(URI) - Method in class org.hccp.atom.MetadataSetFeedElement
 
setId(URI) - Method in class org.hccp.atom.MetadataSetElement
 
setIsFree(boolean) - Method in class org.hccp.pdf.Entry
 
setLabel(String) - Method in class org.hccp.atom.Category
 
setLength(String) - Method in class org.hccp.atom.Link
 
setMaxInactiveInterval(int) - Method in class test.org.hccp.net.MockHttpSession
 
setMethod(String) - Method in class test.org.hccp.net.MockHttpRequest
Sets the attribute returned by the MockHttpRequest.getMethod() method.
setName(String) - Method in class org.hccp.atom.PersonConstruct
 
setObjectNumber(String) - Method in class org.hccp.pdf.Entry
 
setPublished(Date) - Method in class org.hccp.atom.MetadataSetElement
 
setRel(String) - Method in class org.hccp.atom.Link
 
setRights(AtomTextConstruct) - Method in class org.hccp.atom.MetadataSetElement
 
setRoot(IndirectObjectReference) - Method in class org.hccp.pdf.Trailer
 
setScheme(URI) - Method in class org.hccp.atom.Category
 
setSize(Numeric) - Method in class org.hccp.pdf.Trailer
 
setSource(Source) - Method in class org.hccp.atom.Entry
 
setSrc(URI) - Method in class org.hccp.atom.OutOfLineContent
 
setSubtitle(AtomTextConstruct) - Method in class org.hccp.atom.MetadataSetFeedElement
 
setSummary(AtomTextConstruct) - Method in class org.hccp.atom.Entry
 
setTerm(String) - Method in class org.hccp.atom.Category
 
setText(String) - Method in class org.hccp.atom.InlineOtherContent
 
setText(String) - Method in class org.hccp.atom.InlineTextContent
 
setText(String) - Method in class org.hccp.atom.PlainTextConstruct
 
setTitle(AtomTextConstruct) - Method in class org.hccp.atom.MetadataSetElement
 
setTitle(String) - Method in class org.hccp.atom.Link
 
setTitle(String) - Method in class org.hccp.atom.MetadataSetElement
 
setType(Type) - Method in class org.hccp.atom.InlineOtherContent
 
setType(Type) - Method in class org.hccp.atom.OutOfLineContent
 
setType(URI) - Method in class org.hccp.atom.Link
 
setUpdated(Date) - Method in class org.hccp.atom.MetadataSetElement
 
setUri(URI) - Method in class org.hccp.atom.Generator
 
setUri(URI) - Method in class org.hccp.atom.PersonConstruct
 
setValue(DocumentObject) - Method in class org.hccp.pdf.IndirectObject
 
setVersion(String) - Method in class org.hccp.atom.Generator
 
setXhtmlDiv(String) - Method in class org.hccp.atom.InlineXhtmlContent
 
setXhtmlDiv(String) - Method in class org.hccp.atom.XhtmlTextConstruct
 
Sexp - interface org.hccp.lisp.Sexp.
 
SLOGAN_DECODED - Static variable in class test.org.hccp.util.Base64UtilityTest
 
SLOGAN_ENCODED - Static variable in class test.org.hccp.util.Base64UtilityTest
 
Source - class org.hccp.atom.Source.
 
Source() - Constructor for class org.hccp.atom.Source
 
SRC - Static variable in class org.hccp.atom.Constants
 
storeCookies(URLConnection) - Method in class org.hccp.net.CookieManager
Retrieves and stores cookies returned by the host on the other side of the the open java.net.URLConnection.
Stream - class org.hccp.pdf.Stream.
 
Stream(int, int, byte[]) - Constructor for class org.hccp.pdf.Stream
 
SUB - class org.hccp.lisp.SUB.
 
SUB(List, Map) - Constructor for class org.hccp.lisp.SUB
 
SubSection - class org.hccp.pdf.SubSection.
 
SubSection() - Constructor for class org.hccp.pdf.SubSection
 
SubSection(int, int) - Constructor for class org.hccp.pdf.SubSection
 
SUBTITLE - Static variable in class org.hccp.atom.Constants
 
superContext - Variable in class org.hccp.lisp.Function
 

T

TERM - Static variable in class org.hccp.atom.Constants
 
TEST_FILE - Static variable in class test.org.hccp.lisp.InterpreterTest
This variable indicates the location of the Lisp code in the classpath.
test.org.hccp.lisp - package test.org.hccp.lisp
 
test.org.hccp.net - package test.org.hccp.net
 
test.org.hccp.util - package test.org.hccp.util
 
testCookieManager() - Method in class test.org.hccp.net.CookieManagerTest
 
testDecodingWhileIgnoringNewlinesInEncodedString() - Method in class test.org.hccp.util.Base64UtilityTest
Testing to see if newline characters are ignored:

Example input:
testInetAddressColorFactory() - Method in class test.org.hccp.net.InetAddressColorFactoryTest
 
TestInterpreter - class org.hccp.lisp.TestInterpreter.
Deprecated.  
testInterpreter() - Method in class test.org.hccp.lisp.InterpreterTest
 
TestInterpreter() - Constructor for class org.hccp.lisp.TestInterpreter
Deprecated.  
testSimpleDecoding() - Method in class test.org.hccp.util.Base64UtilityTest
Simple test of "Hello World".
testSimpleEncoding() - Method in class test.org.hccp.util.Base64UtilityTest
Simple test of "Hello World".
TEXT - Static variable in class org.hccp.atom.Constants
 
TEXT - Static variable in class org.hccp.atom.Type
 
TextConstruct - class org.hccp.atom.TextConstruct.
 
TextConstruct() - Constructor for class org.hccp.atom.TextConstruct
 
TITLE - Static variable in class org.hccp.atom.Constants
 
TITLE - Static variable in class org.hccp.atom.QNames
 
toString() - Method in class org.hccp.atom.Type
 
toString() - Method in class org.hccp.lisp.Atom
Returns a string representation of the object.
toString() - Method in class org.hccp.lisp.Function
 
toString() - Method in class org.hccp.lisp.List
 
toString() - Method in class org.hccp.net.CookieManager
Returns a string representation of stored cookies organized by domain.
Trailer - class org.hccp.pdf.Trailer.
 
Trailer(Numeric) - Constructor for class org.hccp.pdf.Trailer
 
TRUE - Variable in class org.hccp.pdf.BooleanObject
 
Type - class org.hccp.atom.Type.
 
TYPE - Static variable in class org.hccp.atom.Constants
 
TYPE - Static variable in class org.hccp.atom.QNames
 
Type(String) - Constructor for class org.hccp.atom.Type
 

U

update(Header, Body) - Method in class org.hccp.pdf.CrossReferenceTable
 
UPDATED - Static variable in class org.hccp.atom.Constants
 
URI - Static variable in class org.hccp.atom.Constants
 

V

VALUE - Static variable in class org.hccp.servlet.NumberLabelImage
 
VERSION - Static variable in class org.hccp.atom.Constants
 

W

WIDTH - Static variable in class org.hccp.servlet.NumberLabelImage
 
writeAsGif(Image, OutputStream) - Static method in class org.hccp.util.ImageWriter
encodes a java.awt.Image on the submitted java.io.OutputStream as a GIF.
writeAsJpeg(Image, OutputStream) - Static method in class org.hccp.util.ImageWriter
encodes a java.awt.image.BufferedImage on the submitted java.io.OutputStream as a JPEG.
writeFeedToStream(Feed, OutputStream) - Method in class org.hccp.atom.AtomSerializer
 
writeImageToFile(Image, File) - Static method in class org.hccp.util.ImageWriter
Writes image to file of type JPEG or GIF based upon the filename extension of file.
writeImageToFile(Image, File, int) - Static method in class org.hccp.util.ImageWriter
Writes image to file of type JPEG or GIF.

X

XHTML - Static variable in class org.hccp.atom.Type
 
XhtmlTextConstruct - class org.hccp.atom.XhtmlTextConstruct.
 
XhtmlTextConstruct() - Constructor for class org.hccp.atom.XhtmlTextConstruct
 

A B C D E F G H I J L M N O P Q R S T U V W X