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

C

callArgs - Variable in class com.lutris.appserver.server.jolt.joltpo.JoltPage
On Jolt calls, contains the arguments specified in the <JOLT CALL> tag.
callCharacters(int) - Method in class org.apache.xerces.framework.XMLParser
Call the characters callback.
callCharacters(int) - Method in interface org.apache.xerces.framework.XMLDocumentScanner.EventHandler
Report the scanning of character data
callComment(int) - Method in interface org.apache.xerces.framework.XMLDTDScanner.EventHandler
Called when a comment has been scanned
callComment(int) - Method in class org.apache.xerces.framework.XMLParser
Call the comment callback.
callComment(int) - Method in interface org.apache.xerces.framework.XMLDocumentScanner.EventHandler
Report the scanning of a comment
callEndDocument() - Method in class org.apache.xerces.framework.XMLParser
Call the end document callback.
callEndDocument() - Method in interface org.apache.xerces.framework.XMLDocumentScanner.EventHandler
Signal the end of a document
callEndElement(int) - Method in class org.apache.xerces.framework.XMLParser
Call the end element callback.
callEndElement(int) - Method in interface org.apache.xerces.framework.XMLDocumentScanner.EventHandler
signal the scanning of an end element tag
callProcessingInstruction(int, int) - Method in interface org.apache.xerces.framework.XMLDTDScanner.EventHandler
Called when a processing instruction has been scanned
callProcessingInstruction(int, int) - Method in class org.apache.xerces.framework.XMLParser
Call the processing instruction callback.
callProcessingInstruction(int, int) - Method in interface org.apache.xerces.framework.XMLDocumentScanner.EventHandler
Report the scanning of a processing instruction
callStartDocument(int, int, int) - Method in class org.apache.xerces.framework.XMLParser
Call the start document callback.
callStartDocument(int, int, int) - Method in interface org.apache.xerces.framework.XMLDocumentScanner.EventHandler
Signal the start of a document
callStartElement(int) - Method in class org.apache.xerces.framework.XMLParser
Call the start element callback.
callStartElement(int) - Method in interface org.apache.xerces.framework.XMLDocumentScanner.EventHandler
signal the scanning of a start element tag
CAN_LOAD - Static variable in interface com.lutris.classloader.MultiClassLoader.ClassFilter
Value returned to indicate that the class can be loaded by this class loader.
canBeRequestTime() - Method in class javax.servlet.jsp.tagext.TagAttributeInfo
Can this attribute hold a request-time value?
cancelable - Variable in class org.apache.xerces.dom.events.EventImpl
 
canonical - Variable in class org.apache.xerces.domx.XGrammarWriter
Canonical output.
caption - Variable in class com.lutris.html.HtmlTableCell
 
CAPTURING_PHASE - Static variable in interface org.w3c.dom.events.Event
 
CDATA_SECTION_NODE - Static variable in interface org.w3c.dom.Node
 
CDATASection - interface org.w3c.dom.CDATASection.
CDATA sections are used to escape blocks of text containing characters that would otherwise be regarded as markup.
CDATASectionImpl - class org.apache.xerces.dom.CDATASectionImpl.
XML provides the CDATA markup to allow a region of text in which most of the XML delimiter recognition does not take place.
CDATASectionImpl(DocumentImpl, String) - Constructor for class org.apache.xerces.dom.CDATASectionImpl
Factory constructor for creating a CDATA section.
centralLogger - Static variable in class com.lutris.logging.Logger
Global Logger object.
CFG_ENCODE_URL_STATE - Static variable in class com.lutris.appserver.server.session.StandardSessionManager
The name of the config variable for the url encoding state
CFG_IDLE - Static variable in class com.lutris.appserver.server.session.StandardSessionManager
The name of the config variable for the max session idle time.
CFG_LIFE - Static variable in class com.lutris.appserver.server.session.StandardSessionManager
The name of the config variable for the max session lifetime.
CFG_NOUSER_IDLE - Static variable in class com.lutris.appserver.server.session.StandardSessionManager
The name of the config variable for the max idle time for sessions with no user.
CFG_RANDOM - Static variable in class com.lutris.appserver.server.session.StandardSessionManager
The name of the config variable for the interval between introduction of randomness to the session key generator.
CFG_SCAN - Static variable in class com.lutris.appserver.server.session.StandardSessionManager
The name of the config variable for the interval between scans for idle sessions.
CFG_SESSION_HOME - Static variable in class com.lutris.appserver.server.session.StandardSessionManager
The name of the config variable for the session home settings.
CFG_SESSION_HOME_TYPE - Static variable in class com.lutris.appserver.server.session.StandardSessionManager
The name of the config variable for the session home type.
CGI_ARGS - Static variable in class com.lutris.appserver.server.jolt.joltpo.JoltPageData
Location of CGI arguments.
ChainedError - error com.lutris.util.ChainedError.
 
ChainedError(String) - Constructor for class com.lutris.util.ChainedError
 
ChainedError(String, Throwable) - Constructor for class com.lutris.util.ChainedError
 
ChainedError(Throwable) - Constructor for class com.lutris.util.ChainedError
 
ChainedException - exception com.lutris.util.ChainedException.
Exception used as a base for creating an exception that has a chain of exceptions that lead to the derived exception.
ChainedException(String) - Constructor for class com.lutris.util.ChainedException
Construct an exception without a specified cause.
ChainedException(String, Throwable) - Constructor for class com.lutris.util.ChainedException
Construct an exception with an associated causing exception.
ChainedException(Throwable) - Constructor for class com.lutris.util.ChainedException
Construct an exception from a causing exception.
ChainedRuntimeException - exception com.lutris.util.ChainedRuntimeException.
 
ChainedRuntimeException(String) - Constructor for class com.lutris.util.ChainedRuntimeException
 
ChainedRuntimeException(String, Throwable) - Constructor for class com.lutris.util.ChainedRuntimeException
 
ChainedRuntimeException(Throwable) - Constructor for class com.lutris.util.ChainedRuntimeException
 
ChainedThrowable - interface com.lutris.util.ChainedThrowable.
 
changed() - Method in class org.apache.xerces.dom.NodeImpl
Denotes that this node has changed.
changeReaders() - Method in class org.apache.xerces.framework.XMLParser
This method is called by the reader subclasses at the end of input, and also by the scanner directly to force a reader change during error recovery.
changeReaders() - Method in class org.apache.xerces.readers.StreamingCharReader
Change readers at end of input.
changeReaders() - Method in interface org.apache.xerces.readers.XMLEntityHandler
This method is called by the reader subclasses at the end of input.
changes - Variable in class org.apache.xerces.dom.DeepNodeListImpl
 
changes - Variable in class org.apache.xerces.dom.NamedNodeMapImpl
Changes.
CharacterData - interface org.w3c.dom.CharacterData.
The CharacterData interface extends Node with a set of attributes and methods for accessing character data in the DOM.
CharacterDataImpl - class org.apache.xerces.dom.CharacterDataImpl.
CharacterData is an abstract Node that can carry character data as its Value.
CharacterDataImpl(DocumentImpl, String) - Constructor for class org.apache.xerces.dom.CharacterDataImpl
Factory constructor.
characters(char[], int, int) - Method in class org.apache.html.dom.HTMLBuilder
 
characters(char[], int, int) - Method in class org.apache.xerces.framework.XMLParser
callback for characters.
characters(char[], int, int) - Method in interface org.apache.xerces.framework.XMLValidator
a callback for character data - String object version
characters(char[], int, int) - Method in class org.apache.xerces.parsers.DOMParser
Not called.
characters(char[], int, int) - Method in class org.apache.xerces.parsers.SAXParser
Characters.
characters(char[], int, int) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
characters(char[], int, int) - Method in class org.apache.xml.serialize.TextSerializer
 
characters(char[], int, int) - Method in class org.apache.xml.serialize.HTMLSerializer
 
characters(char[], int, int) - Method in interface org.xml.sax.ContentHandler
Receive notification of character data.
characters(char[], int, int) - Method in class org.xml.sax.HandlerBase
Deprecated. Receive notification of character data inside an element.
characters(char[], int, int) - Method in interface org.xml.sax.DocumentHandler
Deprecated. Receive notification of character data.
characters(char[], int, int) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Adapt a SAX2 characters event.
characters(char[], int, int) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter a character data event.
characters(char[], int, int) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of character data inside an element.
characters(char[], int, int) - Method in class org.xml.sax.helpers.ParserAdapter
Adapt a SAX1 characters event.
characters(int) - Method in class org.apache.xerces.framework.XMLParser
callback for characters (string pool form).
characters(int) - Method in interface org.apache.xerces.framework.XMLValidator
a callback for character data - string pool version
characters(int) - Method in class org.apache.xerces.parsers.DOMParser
Characters.
characters(int) - Method in class org.apache.xerces.parsers.SAXParser
Not called.
characters(String) - Method in class org.apache.html.dom.HTMLBuilder
 
characters(String, boolean) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Called to print the text contents in the prevailing element format.
characters(String, boolean) - Method in class org.apache.xml.serialize.TextSerializer
 
characters(String, boolean) - Method in class org.apache.xml.serialize.HTMLSerializer
 
CHARREF_RESULT_INVALID_CHAR - Static variable in interface org.apache.xerces.readers.XMLEntityHandler
Special return values for scanCharRef method.
CHARREF_RESULT_OUT_OF_RANGE - Static variable in interface org.apache.xerces.readers.XMLEntityHandler
Special return values for scanCharRef method.
CHARREF_RESULT_SEMICOLON_REQUIRED - Static variable in interface org.apache.xerces.readers.XMLEntityHandler
Special return values for scanCharRef method.
checkContent(int, int, int[]) - Method in interface org.apache.xerces.framework.XMLValidator
validate an element's content
checkForAttributeNameWithPEReference(XMLEntityHandler.EntityReader, char) - Method in interface org.apache.xerces.framework.XMLDTDScanner.EventHandler
Scan for an attribute name at a point in the grammar where parameter entity references are allowed.
checkForElementTypeWithPEReference(XMLEntityHandler.EntityReader, char) - Method in interface org.apache.xerces.framework.XMLDTDScanner.EventHandler
Scan for an element type at a point in the grammar where parameter entity references are allowed.
checkForNameWithPEReference(XMLEntityHandler.EntityReader, char) - Method in interface org.apache.xerces.framework.XMLDTDScanner.EventHandler
Scan for a Name at a point in the grammar where parameter entity references are allowed.
checkForNmtokenWithPEReference(XMLEntityHandler.EntityReader, char) - Method in interface org.apache.xerces.framework.XMLDTDScanner.EventHandler
Scan for a name token at a point in the grammar where parameter entity references are allowed.
checkXMLLangAttributeValue(int) - Method in class org.apache.xerces.framework.XMLDocumentScanner
Check the value of an XML Language attribute
CHUNK_MASK - Static variable in class org.apache.xerces.dom.DeferredDocumentImpl
Chunk mask.
CHUNK_SHIFT - Static variable in class org.apache.xerces.dom.DeferredDocumentImpl
Chunk shift.
CHUNK_SIZE - Static variable in class org.apache.xerces.dom.DeferredDocumentImpl
Chunk size.
ClassInfo - interface org.enhydra.xml.xmlc.autocomp.ClassInfo.
 
ClassPathEntry - class com.lutris.classloader.ClassPathEntry.
 
ClassPathEntry(File, LogChannel) - Constructor for class com.lutris.classloader.ClassPathEntry
 
ClassPathEntry(String, LogChannel) - Constructor for class com.lutris.classloader.ClassPathEntry
 
ClassPathEntry(URL, LogChannel) - Constructor for class com.lutris.classloader.ClassPathEntry
 
cleanUpIdleSessions() - Method in interface com.lutris.appserver.server.session.StandardSessionIdleHandler
Method that is called by idle handler to clean up sessions.
cleanUpIdleSessions() - Method in class com.lutris.appserver.server.session.StandardSessionManager
Scans session table to determine if any sessions need to be expired.
clear() - Method in class com.lutris.appserver.server.jolt.joltpo.JoltPage
Clears the internal buffer of HTML appended since the last flush() or since the beginning of the page.
clear() - Method in class javax.servlet.jsp.JspWriter
Clear the contents of the buffer.
clear() - Method in class org.xml.sax.helpers.AttributeListImpl
Deprecated. Clear the attribute list.
clear() - Method in class org.xml.sax.helpers.AttributesImpl
Clear the attribute list for reuse.
clearBody() - Method in class javax.servlet.jsp.tagext.BodyContent
Clear the body.
clearBuffer() - Method in class javax.servlet.jsp.JspWriter
Clears the current contents of the buffer.
clearClassPath() - Method in class com.lutris.classloader.MultiClassLoader
Clears class path entries.
clearUser() - Method in interface com.lutris.appserver.server.session.Session
Remove the user association with this session.
click() - Method in class org.apache.html.dom.HTMLInputElementImpl
 
click() - Method in interface org.w3c.dom.html.HTMLInputElement
Simulate a mouse-click.
ClientPageRedirectException - error com.lutris.appserver.server.httpPresentation.ClientPageRedirectException.
Exception used to signal a page redirection via the client.
ClientPageRedirectException(String) - Constructor for class com.lutris.appserver.server.httpPresentation.ClientPageRedirectException
Constructor a client redirection exception.
clone() - Method in class com.lutris.appserver.server.sql.CloneableDO
Will clone the existing object keeping a fields the same, including the object id.
clone() - Method in class javax.servlet.http.Cookie
Overrides the standard java.lang.Object.clone method to return a copy of this cookie.
CloneableDO - class com.lutris.appserver.server.sql.CloneableDO.
Base class from which the data objects are created.
CloneableDO() - Constructor for class com.lutris.appserver.server.sql.CloneableDO
Public constructor.
CloneableDO(ResultSet) - Constructor for class com.lutris.appserver.server.sql.CloneableDO
Public constructor.
cloneContents() - Method in class org.apache.xerces.dom.RangeImpl
 
cloneContents() - Method in interface org.w3c.dom.range.Range
Duplicates the contents of a range
cloneDeepCheck(boolean) - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
Check that cloneNode on an entire document is done with the deep option.
cloneMap() - Method in class org.apache.xerces.dom.NamedNodeMapImpl
Cloning a NamedNodeMap is a DEEP OPERATION; it always clones all the nodes contained in the map.
cloneNode(boolean) - Method in class org.apache.html.dom.HTMLDocumentImpl
 
cloneNode(boolean) - Method in class org.apache.xerces.dom.NodeImpl
Returns a duplicate of a given node.
cloneNode(boolean) - Method in class org.apache.xerces.dom.NodeContainer
Returns a duplicate of a given node.
cloneNode(boolean) - Method in class org.apache.xerces.dom.ElementImpl
Return a duplicate copy of this Element.
cloneNode(boolean) - Method in class org.apache.xerces.dom.DocumentImpl
Deep-clone a document, including fixing ownerDoc for the cloned children.
cloneNode(boolean) - Method in class org.apache.xerces.dom.ElementDefinitionImpl
Replicate this object.
cloneNode(boolean) - Method in class org.apache.xerces.dom.TextImpl
Clones this node.
cloneNode(boolean) - Method in class org.apache.xerces.dom.CDATASectionImpl
Returns a duplicate of a given node.
cloneNode(boolean) - Method in class org.apache.xerces.dom.ProcessingInstructionImpl
Clones this node.
cloneNode(boolean) - Method in class org.apache.xerces.dom.DocumentTypeImpl
Clones the node.
cloneNode(boolean) - Method in class org.apache.xerces.dom.CommentImpl
 
cloneNode(boolean) - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
Clone the entire document.
cloneNode(boolean) - Method in class org.enhydra.xml.xmlc.html.HTMLObjectImpl
Clone the entire document.
cloneNode(boolean) - Method in interface org.w3c.dom.Node
Returns a duplicate of this node, i.e., serves as a generic copy constructor for nodes.
cloneRange() - Method in class org.apache.xerces.dom.RangeImpl
 
cloneRange() - Method in interface org.w3c.dom.range.Range
Produces a new range whose boundary-points are equal tothe boundary-points of the range.
cloneUnique() - Method in class com.lutris.appserver.server.sql.CloneableDO
Creates a clone of the object, but ensures that a new and unique object id is created for the object and that the version number is set to zero.
cloneUnique() - Method in class com.lutris.dods.builder.generator.dataobject.GenericDO
Creates a clone of the object, but ensures that a new and unique object id is created for the object and that the version number is set to zero.
close() - Method in class com.lutris.appserver.server.httpPresentation.HttpPresentationOutputStream
 
close() - Method in class com.lutris.appserver.server.httpPresentation.HttpPresentationInputStream
 
close() - Method in interface com.lutris.appserver.server.sql.DBConnection
Close this connection.
close() - Method in class com.lutris.appserver.server.sql.standard.StandardDBConnection
Close this connection.
close() - Method in class com.lutris.dods.builder.generator.query.QueryBuilder
 
close() - Method in class com.lutris.mime.MultipartMimeInputStream
Skips all remaining bytes on this stream and closes it.
close() - Method in class com.lutris.mime.MultipartMimeInput
Closes the input source and the current MultipartMimeInputStream object.
close() - Method in class javax.servlet.jsp.JspWriter
Close the stream, flushing it first.
close() - Method in class org.apache.html.dom.HTMLDocumentImpl
 
close() - Method in class org.enhydra.xml.xmlc.html.HTMLObjectImpl
 
close() - Method in interface org.w3c.dom.html.HTMLDocument
Closes a document stream opened by open()and forces rendering.
code - Variable in class org.w3c.dom.DOMException
 
code - Variable in class org.w3c.dom.events.EventException
 
code - Variable in class org.w3c.dom.range.RangeException
 
collapse(boolean) - Method in class org.apache.xerces.dom.RangeImpl
 
collapse(boolean) - Method in interface org.w3c.dom.range.Range
Collapse a range onto one of its boundary-points
colSpan - Variable in class com.lutris.html.HtmlTableCell
 
ColumnNullException - exception com.lutris.dods.builder.generator.query.ColumnNullException.
ColumnNullException is thrown by RDBColumnValue.get methods when an unexpected NULL value in a column retrieved from the database.
ColumnTypeException - exception com.lutris.dods.builder.generator.query.ColumnTypeException.
ColumnTypeException is thrown by RDBColumnValue.get methods when a column value is of an unexpected type.
com.lutris - package com.lutris
 
com.lutris.applet - package com.lutris.applet
 
com.lutris.appserver.server - package com.lutris.appserver.server
 
com.lutris.appserver.server.httpPresentation - package com.lutris.appserver.server.httpPresentation
 
com.lutris.appserver.server.jolt.joltpo - package com.lutris.appserver.server.jolt.joltpo
 
com.lutris.appserver.server.session - package com.lutris.appserver.server.session
 
com.lutris.appserver.server.sql - package com.lutris.appserver.server.sql
 
com.lutris.appserver.server.sql.informix - package com.lutris.appserver.server.sql.informix
 
com.lutris.appserver.server.sql.msql - package com.lutris.appserver.server.sql.msql
 
com.lutris.appserver.server.sql.oracle - package com.lutris.appserver.server.sql.oracle
 
com.lutris.appserver.server.sql.standard - package com.lutris.appserver.server.sql.standard
 
com.lutris.appserver.server.sql.sybase - package com.lutris.appserver.server.sql.sybase
 
com.lutris.appserver.server.user - package com.lutris.appserver.server.user
 
com.lutris.classloader - package com.lutris.classloader
 
com.lutris.dods.builder.generator.dataobject - package com.lutris.dods.builder.generator.dataobject
 
com.lutris.dods.builder.generator.query - package com.lutris.dods.builder.generator.query
 
com.lutris.html - package com.lutris.html
 
com.lutris.http - package com.lutris.http
 
com.lutris.logging - package com.lutris.logging
 
com.lutris.mime - package com.lutris.mime
 
com.lutris.util - package com.lutris.util
 
Comment - interface org.w3c.dom.Comment.
This interface inherits from CharacterData and represents the content of a comment, i.e., all the characters between the starting ' <!--' and ending '-->'.
COMMENT_NODE - Static variable in interface org.w3c.dom.Node
 
comment(char[], int, int) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
comment(char[], int, int) - Method in class org.apache.xml.serialize.TextSerializer
 
comment(char[], int, int) - Method in interface org.xml.sax.ext.LexicalHandler
Report an XML comment anywhere in the document.
comment(int) - Method in class org.apache.xerces.framework.XMLParser
callback for comment.
comment(int) - Method in class org.apache.xerces.parsers.DOMParser
Comment.
comment(int) - Method in class org.apache.xerces.parsers.SAXParser
Comment.
comment(String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
comment(String) - Method in class org.apache.xml.serialize.TextSerializer
 
CommentImpl - class org.apache.xerces.dom.CommentImpl.
Represents an XML (or HTML) comment.
CommentImpl(DocumentImpl, String) - Constructor for class org.apache.xerces.dom.CommentImpl
Factory constructor.
commentInDTD(int) - Method in class org.apache.xerces.framework.XMLParser
Callback for comment in DTD.
commentInDTD(int) - Method in class org.apache.xerces.parsers.SAXParser
 
commit() - Method in interface com.lutris.appserver.server.sql.DBConnection
Commit a transaction.
commit() - Method in interface com.lutris.appserver.server.sql.DBTransaction
Method to commit upates.
commit() - Method in class com.lutris.appserver.server.sql.standard.StandardDBConnection
Commit a transaction.
commit() - Method in class com.lutris.appserver.server.sql.standard.StandardDBTransaction
Method to commit upates.
compareBoundaryPoints(int, Range) - Method in class org.apache.xerces.dom.RangeImpl
 
compareBoundaryPoints(int, Range) - Method in interface org.w3c.dom.range.Range
Compare the boundary-points of two ranges in a document.
config - Variable in class com.lutris.appserver.server.StandardApplication
This applications config object.
Config - class com.lutris.util.Config.
Config is essentially a KeywordValueTable used for recursive storage of data derived from a config file.
CONFIG - Static variable in class javax.servlet.jsp.PageContext
name used to store ServletConfig in PageContext name table
Config() - Constructor for class com.lutris.util.Config
Default constructor for an empty Config.
Config(ConfigFile) - Constructor for class com.lutris.util.Config
Constructor that associates this Config with a given ConfigFile.
Config(KeywordValueTable) - Constructor for class com.lutris.util.Config
Constructor that takes a KeywordValueTable as initialization.
Config(KeywordValueTable, ConfigFile) - Constructor for class com.lutris.util.Config
Constructor that takes a KeywordValueTable and a ConfigFile as initialization.
ConfigException - exception com.lutris.util.ConfigException.
Exception class thrown by class Config.
ConfigException() - Constructor for class com.lutris.util.ConfigException
Creates a new ConfigException object with no informational string and a reason field of UNKNOWN.
ConfigException(int, String) - Constructor for class com.lutris.util.ConfigException
Creates a new ConfigException object with the specified informational string and the specified reason field.
ConfigException(String) - Constructor for class com.lutris.util.ConfigException
Creates a new ConfigException object with the specified informational string and a reason field of UNKNOWN.
ConfigFile - class com.lutris.util.ConfigFile.
ConfigFile is used to manipulate Multiserver configuration (.conf) files.
ConfigFile() - Constructor for class com.lutris.util.ConfigFile
Default constructor for an empty config file.
ConfigFile(File) - Constructor for class com.lutris.util.ConfigFile
Constructor from a File.
ConfigFile(InputStream) - Constructor for class com.lutris.util.ConfigFile
Constructor from an InputStream.
ConfigFile(KeywordValueTable) - Constructor for class com.lutris.util.ConfigFile
Constructor from a KeywordValueTable.
Configurable - interface org.xml.sax.Configurable.
Interface for a configurable SAX2 parser.
ConfigurableParserAdapter - class org.xml.sax.helpers.ConfigurableParserAdapter.
Adapt a SAX1 parser to implement the Configurable interface.
ConfigurableParserAdapter(Parser) - Constructor for class org.xml.sax.helpers.ConfigurableParserAdapter
Construct a SAX2 parser by embedding another SAX parser.
configure(File, String[], String[]) - Method in class com.lutris.logging.StandardLogger
Configure the logger.
conflict - Static variable in class com.lutris.http.HttpStatus
 
conn - Variable in class com.lutris.appserver.server.sql.informix.InformixDBQuery
The informix database connection.
conn - Variable in class com.lutris.appserver.server.sql.informix.InformixDBTransaction
The connection to the informix database.
connection - Variable in class com.lutris.appserver.server.sql.standard.StandardDBConnection
JDBC connection object.
connectionAllocator - Variable in class com.lutris.appserver.server.sql.standard.StandardDBConnection
 
connectionAllocator - Variable in class com.lutris.appserver.server.sql.standard.StandardLogicalDatabase
Database connection allocator.
ConnectionAllocator - interface com.lutris.appserver.server.sql.ConnectionAllocator.
Defines the connection allocator.
contactServer(Applet) - Static method in class com.lutris.applet.LBSConnection
Use the extra initialization parameters added to the APPLET tag by AppletUtils.createAppletTag() to open a connection back to the Multiserver, using the same session as the one used to get the HTML page that contained the APPLET tag.
containsCount(String) - Method in class com.lutris.util.Config
Returns the number of data elements for a given key, or -1 if the key is not found.
containsHeader(String) - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Returns true if the response message header has a field with the specified name.
containsHeader(String) - Method in class com.lutris.appserver.server.jolt.joltpo.JoltResponse
Returns true if the response message header has a field with the specified name.
containsHeader(String) - Method in interface javax.servlet.http.HttpServletResponse
Returns a boolean indicating whether the named response header has already been set.
containsKey(String) - Method in interface com.lutris.appserver.server.session.StandardSessionHome
 
containsKey(String) - Method in class com.lutris.util.KeywordValueTable
Determine if the a field with the specified keyword exists.
containsKey(String) - Method in class com.lutris.util.Config
Returns true if the specified key is found, false otherwise.
containsMoreThanOneChildOfType(Element, String[]) - Method in class org.apache.xerces.domx.XGrammarWriter
Returns true if the specified element has more than one child with any of the given names.
CONTENT_MODEL_ELEMENT_NAMES - Static variable in class org.apache.xerces.domx.XGrammarWriter
Content model element names.
CONTENT_RESULT_END_OF_CDSECT - Static variable in interface org.apache.xerces.readers.XMLEntityHandler
Return values for the scanContent method.
CONTENT_RESULT_INVALID_CHAR - Static variable in interface org.apache.xerces.readers.XMLEntityHandler
Return values for the scanContent method.
CONTENT_RESULT_MARKUP_END_OF_INPUT - Static variable in interface org.apache.xerces.readers.XMLEntityHandler
Return values for the scanContent method.
CONTENT_RESULT_MARKUP_NOT_RECOGNIZED - Static variable in interface org.apache.xerces.readers.XMLEntityHandler
Return values for the scanContent method.
CONTENT_RESULT_MATCHING_ETAG - Static variable in interface org.apache.xerces.readers.XMLEntityHandler
Return values for the scanContent method.
CONTENT_RESULT_REFERENCE_END_OF_INPUT - Static variable in interface org.apache.xerces.readers.XMLEntityHandler
Return values for the scanContent method.
CONTENT_RESULT_START_OF_CDSECT - Static variable in interface org.apache.xerces.readers.XMLEntityHandler
Return values for the scanContent method.
CONTENT_RESULT_START_OF_CHARREF - Static variable in interface org.apache.xerces.readers.XMLEntityHandler
Return values for the scanContent method.
CONTENT_RESULT_START_OF_COMMENT - Static variable in interface org.apache.xerces.readers.XMLEntityHandler
Return values for the scanContent method.
CONTENT_RESULT_START_OF_ELEMENT - Static variable in interface org.apache.xerces.readers.XMLEntityHandler
Return values for the scanContent method.
CONTENT_RESULT_START_OF_ENTITYREF - Static variable in interface org.apache.xerces.readers.XMLEntityHandler
Return values for the scanContent method.
CONTENT_RESULT_START_OF_ETAG - Static variable in interface org.apache.xerces.readers.XMLEntityHandler
Return values for the scanContent method.
CONTENT_RESULT_START_OF_PI - Static variable in interface org.apache.xerces.readers.XMLEntityHandler
Return values for the scanContent method.
content() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Must be called by a method about to print any type of content.
content() - Method in class org.apache.xml.serialize.TextSerializer
 
ContentHandler - interface org.xml.sax.ContentHandler.
Receive notification of the logical content of a document.
ContentHeader - class com.lutris.mime.ContentHeader.
Parses and represents Mime header fields that have the form of the Content-Type header as defined in RFC2045 Section 5.1 Page 11.
ContentHeader(MimeHeader) - Constructor for class com.lutris.mime.ContentHeader
Constructs a new ContentTypeHeader object from an existing MimeHeader object.
ContentHeader(String) - Constructor for class com.lutris.mime.ContentHeader
Constructs a new ContentTypeHeader object from an unparsed Mime Content-Type header line.
CONTENTSPECNODE_CHOICE - Static variable in class org.apache.xerces.framework.XMLContentSpecNode
 
CONTENTSPECNODE_LEAF - Static variable in class org.apache.xerces.framework.XMLContentSpecNode
 
CONTENTSPECNODE_ONE_OR_MORE - Static variable in class org.apache.xerces.framework.XMLContentSpecNode
 
CONTENTSPECNODE_SEQ - Static variable in class org.apache.xerces.framework.XMLContentSpecNode
 
CONTENTSPECNODE_ZERO_OR_MORE - Static variable in class org.apache.xerces.framework.XMLContentSpecNode
 
CONTENTSPECNODE_ZERO_OR_ONE - Static variable in class org.apache.xerces.framework.XMLContentSpecNode
 
CONTEXT_DOCUMENT - Static variable in interface org.apache.xerces.readers.XMLEntityHandler
This is an enumeration of all the defined contexts in which an entity reference may appear.
CONTEXT_EXTERNAL_SUBSET - Static variable in interface org.apache.xerces.readers.XMLEntityHandler
This is an enumeration of all the defined contexts in which an entity reference may appear.
CONTEXT_IN_ATTVALUE - Static variable in interface org.apache.xerces.readers.XMLEntityHandler
This is an enumeration of all the defined contexts in which an entity reference may appear.
CONTEXT_IN_CONTENT - Static variable in interface org.apache.xerces.readers.XMLEntityHandler
This is an enumeration of all the defined contexts in which an entity reference may appear.
CONTEXT_IN_DEFAULTATTVALUE - Static variable in interface org.apache.xerces.readers.XMLEntityHandler
This is an enumeration of all the defined contexts in which an entity reference may appear.
CONTEXT_IN_DTD_AS_MARKUP - Static variable in interface org.apache.xerces.readers.XMLEntityHandler
This is an enumeration of all the defined contexts in which an entity reference may appear.
CONTEXT_IN_DTD_WITHIN_MARKUP - Static variable in interface org.apache.xerces.readers.XMLEntityHandler
This is an enumeration of all the defined contexts in which an entity reference may appear.
CONTEXT_IN_ENTITYVALUE - Static variable in interface org.apache.xerces.readers.XMLEntityHandler
This is an enumeration of all the defined contexts in which an entity reference may appear.
Convert - class com.lutris.util.Convert.
 
Convert() - Constructor for class com.lutris.util.Convert
 
convert(String) - Static method in class org.apache.xerces.readers.MIME2Java
Convert a MIME charset name, also known as an XML encoding name, to a Java encoding name.
Cookie - class javax.servlet.http.Cookie.
Creates a cookie, a small amount of information sent by a servlet to a Web browser, saved by the browser, and later sent back to the server.
Cookie(String, String) - Constructor for class javax.servlet.http.Cookie
Constructs a cookie with a specified name and value.
copyNode(Node, Document) - Static method in class org.enhydra.xml.xmlc.XMLCUtil
Deprecated. use Document.importNode
CoreDO - class com.lutris.appserver.server.sql.CoreDO.
Base class from which the data objects are derived.
CoreDO() - Constructor for class com.lutris.appserver.server.sql.CoreDO
Public constructor.
CoreDO(ResultSet) - Constructor for class com.lutris.appserver.server.sql.CoreDO
Public constructor.
COUNT - Static variable in class com.lutris.util.ConfigException
The reason field may contain this value to indicate that a component expects a different number of elements than are provided in the configuration file for a particular key.
create(Class) - Method in interface org.enhydra.xml.xmlc.XMLCFactory
 
create(Class) - Method in class org.enhydra.xml.xmlc.autocomp.XMLCAutoCompFactory
Create an instance of a XMLC-generated class or a class derived from one, given either a class or an interface object.
create(ClassLoader) - Static method in class org.enhydra.xml.xmlc.autocomp.ResourceLoaderFactory
Create a ResourceLoader associated with a specified class loader.
create(String) - Method in interface org.enhydra.xml.xmlc.XMLCFactory
 
create(String) - Method in class org.enhydra.xml.xmlc.autocomp.XMLCAutoCompFactory
Create an instance of a XMLC-generated class or a class derived from one, given the name of the class.
createAppletTag(HttpPresentationComms, String, String, String[], String[], String) - Static method in class com.lutris.appserver.server.httpPresentation.AppletUtils
This assumes that if cookies are being used, the name of the cookie is the application name.
createAttribute(int, int, boolean) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Creates an attributes in the table.
createAttribute(String) - Method in class org.apache.html.dom.HTMLDocumentImpl
Creates an Attribute having this Document as its OwnerDoc.
createAttribute(String) - Method in class org.apache.xerces.dom.DocumentImpl
Factory method; creates an Attribute having this Document as its OwnerDoc.
createAttribute(String) - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
 
createAttribute(String) - Method in interface org.w3c.dom.Document
Creates an Attr of the given name.
createAttributeNS(String, String) - Method in class org.apache.xerces.dom.DocumentImpl
Introduced in DOM Level 2.
createAttributeNS(String, String) - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
 
createAttributeNS(String, String) - Method in interface org.w3c.dom.Document
Creates an attribute of the given qualified name and namespace URI.
createBasicDocument() - Static method in class org.enhydra.xml.xmlc.html.HTMLDocumentFactory
Create a new HTMLDocument object, initialized with empty HTML, HEAD, TITLE and BODY elements.
createBasicDocument(String) - Static method in class org.enhydra.xml.xmlc.html.HTMLDocumentFactory
Create a new HTMLDocument object, initialized with empty HTML, HEAD, TITLE and BODY elements.
createCaption() - Method in class org.apache.html.dom.HTMLTableElementImpl
 
createCaption() - Method in interface org.w3c.dom.html.HTMLTableElement
Create a new table caption object or return an existing one.
createCDATASection(int, boolean) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Creates a CDATA section node in the table.
createCDATASection(String) - Method in class org.apache.xerces.dom.DocumentImpl
Factory method; creates a CDATASection having this Document as its OwnerDoc.
createCDATASection(String) - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
 
createCDATASection(String) - Method in interface org.w3c.dom.Document
Creates a CDATASection node whose value is the specified string.
createCharReader(XMLEntityHandler, XMLErrorReporter, boolean, Reader, StringPool) - Method in interface org.apache.xerces.readers.XMLEntityReaderFactory
Create an entity reader for a character stream.
createCharReader(XMLEntityHandler, XMLErrorReporter, boolean, Reader, StringPool) - Method in class org.apache.xerces.readers.DefaultReaderFactory
Create an entity reader for a character stream.
createComment(int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Creates a comment node in the table.
createComment(String) - Method in class org.apache.xerces.dom.DocumentImpl
Factory method; creates a Comment having this Document as its OwnerDoc.
createComment(String) - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
 
createComment(String) - Method in interface org.w3c.dom.Document
Creates a Comment node given the specified string.
createConnection() - Method in class com.lutris.appserver.server.sql.informix.InformixConnectionAllocator
Creates a new Informix connection to be added to the connection pool.
createConnection() - Method in class com.lutris.appserver.server.sql.msql.MsqlConnectionAllocator
Creates a new Msql connection to be added to the connection pool.
createConnection() - Method in class com.lutris.appserver.server.sql.oracle.OracleConnectionAllocator
Creates a new Oracle connection to be added to the connection pool.
createConnection() - Method in class com.lutris.appserver.server.sql.standard.StandardConnectionAllocator
Create a new connection in the pool.
createConnection() - Method in class com.lutris.appserver.server.sql.sybase.SybaseConnectionAllocator
Creates a new Sybase connection to be added to the connection pool.
created - Static variable in class com.lutris.http.HttpStatus
 
createDatabaseManager(Config) - Method in class com.lutris.appserver.server.StandardApplication
Create the database manager to be used by this application.
createDocument() - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Creates a document node in the table.
createDocument() - Static method in class org.enhydra.xml.xmlc.html.HTMLDocumentFactory
Create a new HTMLDocument object.
createDocument(String, DocumentType) - Method in class org.enhydra.wireless.wml.WMLDomFactory
 
createDocument(String, DocumentType) - Method in interface org.enhydra.xml.xmlc.dom.XMLCDomFactory
Creates an XML Document object of the specified type with its document element.
createDocument(String, String, DocumentType) - Method in class org.apache.xerces.dom.DOMImplementationImpl
Introduced in DOM Level 2.
createDocument(String, String, DocumentType) - Method in interface org.w3c.dom.DOMImplementation
Creates an XML Document object of the specified type with its document element.
createDocumentFragment() - Method in class org.apache.xerces.dom.DocumentImpl
Factory method; creates a DocumentFragment having this Document as its OwnerDoc.
createDocumentFragment() - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
 
createDocumentFragment() - Method in interface org.w3c.dom.Document
Creates an empty DocumentFragment object.
createDocumentType(int, int, int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Creates a doctype.
createDocumentType(String, String, String, String) - Method in class org.apache.xerces.dom.DocumentImpl
NON-DOM Factory method; creates a DocumentType having this Document as its OwnerDoc.
createDocumentType(String, String, String, String) - Method in class org.apache.xerces.dom.DOMImplementationImpl
Introduced in DOM Level 2.
createDocumentType(String, String, String, String) - Method in class org.enhydra.wireless.wml.WMLDomFactory
 
createDocumentType(String, String, String, String) - Method in interface org.enhydra.xml.xmlc.dom.XMLCDomFactory
Creates an empty DocumentType node.
createDocumentType(String, String, String, String) - Method in interface org.w3c.dom.DOMImplementation
Creates an empty DocumentType node.
createElement(int, XMLAttrList, int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Creates an element node in the table.
createElement(String) - Method in class org.apache.html.dom.HTMLDocumentImpl
 
createElement(String) - Method in class org.apache.xerces.dom.DocumentImpl
Factory method; creates an Element having this Document as its OwnerDoc.
createElement(String) - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
 
createElement(String) - Method in interface org.w3c.dom.Document
Creates an element of the type specified.
createElementDefinition(int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Creates an element definition in the table.
createElementDefinition(String) - Method in class org.apache.xerces.dom.DocumentImpl
NON-DOM Factory method: creates an element definition.
createElementNS(String, String) - Method in class org.apache.html.dom.HTMLDocumentImpl
 
createElementNS(String, String) - Method in class org.apache.xerces.dom.DocumentImpl
Introduced in DOM Level 2.
createElementNS(String, String) - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
 
createElementNS(String, String) - Method in interface org.w3c.dom.Document
Creates an element of the given qualified name and namespace URI.
createEntity(int, int, int, int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Creates an entity in the table.
createEntity(String) - Method in class org.apache.xerces.dom.DocumentImpl
NON-DOM Factory method; creates an Entity having this Document as its OwnerDoc.
createEntityReference(int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Creates an entity reference node in the table.
createEntityReference(String) - Method in class org.apache.xerces.dom.DocumentImpl
Factory method; creates an EntityReference having this Document as its OwnerDoc.
createEntityReference(String) - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
 
createEntityReference(String) - Method in interface org.w3c.dom.Document
Creates an EntityReference object.
createEvent(String) - Method in class org.apache.xerces.dom.DocumentImpl
Introduced in DOM Level 2.
createEvent(String) - Method in interface org.w3c.dom.events.DocumentEvent
 
createHTMLDocument(String) - Method in class org.apache.html.dom.HTMLDOMImplementationImpl
Create a new HTML document of the specified TITLE text.
createHTMLDocument(String) - Method in interface org.w3c.dom.html.HTMLDOMImplementation
Creates an HTMLDocument object with the minimal tree made of the following elements: HTML, HEAD, TITLE, and BODY.
createNode(short) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Creates a node of the specified type.
createNodeIterator(Node, int, NodeFilter, boolean) - Method in class org.apache.xerces.dom.DocumentImpl
NON-DOM extension: Create and return a NodeIterator.
createNodeIterator(Node, int, NodeFilter, boolean) - Method in interface org.w3c.dom.traversal.DocumentTraversal
Create a new NodeIterator over the subtree rooted at the specified node.
createNodeIterator(Node, short, NodeFilter) - Method in class org.apache.xerces.dom.DocumentImpl
Introduced in DOM Level 2.
createNotation(int, int, int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Creates a notation in the table.
createNotation(String) - Method in class org.apache.xerces.dom.DocumentImpl
NON-DOM Factory method; creates a Notation having this Document as its OwnerDoc.
createProcessingInstruction(int, int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Creates a processing instruction node in the table.
createProcessingInstruction(String, String) - Method in class org.apache.xerces.dom.DocumentImpl
Factory method; creates a ProcessingInstruction having this Document as its OwnerDoc.
createProcessingInstruction(String, String) - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
 
createProcessingInstruction(String, String) - Method in interface org.w3c.dom.Document
Creates a ProcessingInstruction node given the specified name and data strings.
createQuery() - Method in class com.lutris.appserver.server.sql.StandardDatabaseManager
Create a query object for the default logical database.
createQuery() - Method in interface com.lutris.appserver.server.sql.DatabaseManager
Create a query object for the default logical database.
createQuery() - Method in interface com.lutris.appserver.server.sql.LogicalDatabase
Return a query for use on this logical database.
createQuery() - Method in class com.lutris.appserver.server.sql.msql.MsqlLogicalDatabase
Return a query for use on this logical database.
createQuery() - Method in class com.lutris.appserver.server.sql.oracle.OracleLogicalDatabase
Return a query for use on this logical database.
createQuery() - Method in class com.lutris.appserver.server.sql.standard.StandardLogicalDatabase
Return a query for use on this logical database.
createQuery() - Method in class com.lutris.appserver.server.sql.sybase.SybaseLogicalDatabase
Return a query for use on this logical database.
createQuery(String) - Method in class com.lutris.appserver.server.sql.StandardDatabaseManager
Create a query object for the specified logical database.
createQuery(String) - Method in interface com.lutris.appserver.server.sql.DatabaseManager
Create a query object for the specified logical database.
createRange() - Method in class org.apache.xerces.dom.DocumentImpl
 
createRange() - Method in interface org.w3c.dom.range.DocumentRange
This interface can be obtained from the object implementing the Document interface using binding-specific casting methods.
createReader(XMLEntityHandler, XMLErrorReporter, InputSource, String, boolean, StringPool) - Method in interface org.apache.xerces.readers.XMLEntityReaderFactory
Create an entity reader for the source.
createReader(XMLEntityHandler, XMLErrorReporter, InputSource, String, boolean, StringPool) - Method in class org.apache.xerces.readers.DefaultReaderFactory
Create a reader
createSession() - Method in interface com.lutris.appserver.server.session.SessionManager
Create a new Session object and an associated unique random key.
createSession() - Method in class com.lutris.appserver.server.session.StandardSessionManager
Create a new Session object and associate a unique random key.
createSession(HttpPresentationComms) - Method in class com.lutris.appserver.server.StandardApplication
Create a new session for application.
createSession(String) - Method in interface com.lutris.appserver.server.session.SessionManager
Create a new Session object and an associated unique random key.
createSession(String) - Method in class com.lutris.appserver.server.session.StandardSessionManager
Create a new Session object and associate a unique random key.
createSession(String) - Method in interface com.lutris.appserver.server.session.StandardSessionHome
 
CreateSessionException - exception com.lutris.appserver.server.session.CreateSessionException.
 
CreateSessionException(String) - Constructor for class com.lutris.appserver.server.session.CreateSessionException
 
CreateSessionException(String, Throwable) - Constructor for class com.lutris.appserver.server.session.CreateSessionException
 
CreateSessionException(Throwable) - Constructor for class com.lutris.appserver.server.session.CreateSessionException
 
createSessionManager(Config) - Method in class com.lutris.appserver.server.StandardApplication
Create the session manager to be used by this application.
createStringReader(XMLEntityHandler, XMLErrorReporter, boolean, int, int, int, StringPool, boolean) - Method in interface org.apache.xerces.readers.XMLEntityReaderFactory
Create an entity reader for data from a String.
createStringReader(XMLEntityHandler, XMLErrorReporter, boolean, int, int, int, StringPool, boolean) - Method in class org.apache.xerces.readers.DefaultReaderFactory
Create an entity reader for data from a String.
createTextNode(int, boolean) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Creates a text node in the table.
createTextNode(String) - Method in class org.apache.xerces.dom.DocumentImpl
Factory method; creates a Text node having this Document as its OwnerDoc.
createTextNode(String) - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
 
createTextNode(String) - Method in interface org.w3c.dom.Document
Creates a Text node given the specified string.
createTFoot() - Method in class org.apache.html.dom.HTMLTableElementImpl
 
createTFoot() - Method in interface org.w3c.dom.html.HTMLTableElement
Create a table footer row or return an existing one.
createTHead() - Method in class org.apache.html.dom.HTMLTableElementImpl
 
createTHead() - Method in interface org.w3c.dom.html.HTMLTableElement
Create a table header row or return an existing one.
createTransaction() - Method in class com.lutris.appserver.server.sql.StandardDatabaseManager
Create a transaction object for the default logical database.
createTransaction() - Method in interface com.lutris.appserver.server.sql.DatabaseManager
Create a transaction object for the default logical database.
createTransaction() - Method in interface com.lutris.appserver.server.sql.LogicalDatabase
Return a transaction for use on this logical database.
createTransaction() - Method in class com.lutris.appserver.server.sql.msql.MsqlLogicalDatabase
Return a transaction for use on this Msql logical database.
createTransaction() - Method in class com.lutris.appserver.server.sql.oracle.OracleLogicalDatabase
Return a transaction for use on this oracle logical database.
createTransaction() - Method in class com.lutris.appserver.server.sql.standard.StandardLogicalDatabase
Return a transaction for use on this logical database.
createTransaction() - Method in class com.lutris.appserver.server.sql.sybase.SybaseLogicalDatabase
Return a transaction for use on this Sybase logical database.
createTransaction(String) - Method in class com.lutris.appserver.server.sql.StandardDatabaseManager
Create a transaction object for the specified logical database.
createTransaction(String) - Method in interface com.lutris.appserver.server.sql.DatabaseManager
Create a transaction object for the specified logical database.
createTreeWalker(Node, int, NodeFilter, boolean) - Method in class org.apache.xerces.dom.DocumentImpl
NON-DOM extension: Create and return a TreeWalker.
createTreeWalker(Node, int, NodeFilter, boolean) - Method in interface org.w3c.dom.traversal.DocumentTraversal
Create a new TreeWalker over the subtree rooted at the specified node.
createTreeWalker(Node, short, NodeFilter) - Method in class org.apache.xerces.dom.DocumentImpl
Introduced in DOM Level 2.
createUTF8Reader(XMLEntityHandler, XMLErrorReporter, boolean, InputStream, StringPool) - Method in interface org.apache.xerces.readers.XMLEntityReaderFactory
Create an entity reader for a byte stream encoded in UTF-8.
createUTF8Reader(XMLEntityHandler, XMLErrorReporter, boolean, InputStream, StringPool) - Method in class org.apache.xerces.readers.DefaultReaderFactory
Create an entity reader for a byte stream encoded in UTF-8.
CRITICAL - Static variable in class com.lutris.logging.Logger
Critical conditions.
Currency - class com.lutris.util.Currency.
Object to store and manipulate money.
Currency() - Constructor for class com.lutris.util.Currency
Construct a Currency object of value zero.
Currency(BigDecimal) - Constructor for class com.lutris.util.Currency
Construct a Currency object from a BigDecimal or Currency object.
Currency(double) - Constructor for class com.lutris.util.Currency
Construct a Currency object from a double.
Currency(float) - Constructor for class com.lutris.util.Currency
Construct a Currency object from a float.
Currency(String) - Constructor for class com.lutris.util.Currency
Construct a Currency object from a String.
currentNode - Variable in class org.apache.xerces.dom.events.EventImpl
 
currentOffset() - Method in interface org.apache.xerces.readers.XMLEntityHandler.EntityReader
Return the current offset within this reader.
currentStream - Variable in class com.lutris.mime.MultipartMimeInput
The current section of Multipart input.

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