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 _

L

lastChild - Variable in class org.apache.xerces.dom.NodeContainer
Last child.
lastChild() - Method in class org.apache.xerces.dom.TreeWalkerImpl
Return the last child Node from the current node, after applying filter, whatToshow.
lastChild() - Method in interface org.w3c.dom.traversal.TreeWalker
Moves the TreeWalker to the last child of the current node, and returns the new node.
lastDefaultsChanges - Variable in class org.apache.xerces.dom.NamedNodeMapImpl
Last defaults changes.
lastModifiedTime - Variable in class com.lutris.classloader.Resource
The last-modified time of the resource when this object was created.
LBS - class com.lutris.appserver.server.LBS.
 
LBSConnection - class com.lutris.applet.LBSConnection.
This file is the counterpart to com.lutris.appserver.server.httpPresentation.AppletUtils.
leafKeys() - Method in class com.lutris.util.KeywordValueTable
Recursively get the keywords for the entire table.
leaveDTD() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Called by the root element to leave DTD mode and if any DTD parts were printer, will return a string with their textual content.
leaveElementState() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Leave the current element state and return to the state of the parent element, or no state if this is the root element.
lenghtRequired - Static variable in class com.lutris.http.HttpStatus
 
length() - Method in interface org.apache.xerces.readers.XMLEntityHandler.CharBuffer
Get the current length of the buffer.
LESS_THAN - Static variable in class com.lutris.dods.builder.generator.query.QueryBuilder
 
LESS_THAN_OR_EQUAL - Static variable in class com.lutris.dods.builder.generator.query.QueryBuilder
 
levelNames - Variable in class com.lutris.logging.StandardLogger
Table translating level number to name and the largest entry in the array that is valid.
LexicalHandler - interface org.xml.sax.ext.LexicalHandler.
SAX2 extension handler for lexical events.
LineSeparator - class org.apache.xml.serialize.LineSeparator.
 
LineSeparator() - Constructor for class org.apache.xml.serialize.LineSeparator
 
LineWidth - Static variable in class org.apache.xml.serialize.OutputFormat.Defaults
The default line width at which to break long lines when identing.
loadCatalog(InputSource) - Method in class org.apache.xerces.readers.XMLCatalogHandler
Loads the catalog stream specified by the given input source and appends the contents to the catalog.
loadCatalog(InputSource) - Method in class org.apache.xerces.readers.XCatalog
Loads the catalog stream specified by the given input source and appends the contents to the catalog.
loadCheck(String) - Method in interface com.lutris.classloader.MultiClassLoader.ClassFilter
Check if a class should be loaded by this class loader.
loadClass(String) - Method in interface org.enhydra.xml.xmlc.autocomp.ResourceLoader
Load the specified class.
loadClass(String, boolean) - Method in class com.lutris.classloader.MultiClassLoader
Loads and, optionally, resolves the specified class.
loadConnectionAllocator(Config) - Method in class com.lutris.appserver.server.sql.informix.InformixLogicalDatabase
Return the connection allocator.
loadConnectionAllocator(Config) - Method in class com.lutris.appserver.server.sql.msql.MsqlLogicalDatabase
Return the connection allocator.
loadConnectionAllocator(Config) - Method in class com.lutris.appserver.server.sql.oracle.OracleLogicalDatabase
Return the connection allocator.
loadConnectionAllocator(Config) - Method in class com.lutris.appserver.server.sql.standard.StandardLogicalDatabase
Return the connection allocator.
loadConnectionAllocator(Config) - Method in class com.lutris.appserver.server.sql.sybase.SybaseLogicalDatabase
Return the connection allocator.
loadLogicalDatabase(String, Config) - Method in class com.lutris.appserver.server.sql.StandardDatabaseManager
Actually load the specified logical database.
loadObjectIdAllocator(Config) - Method in class com.lutris.appserver.server.sql.informix.InformixLogicalDatabase
Return the object id allocator.
loadObjectIdAllocator(Config) - Method in class com.lutris.appserver.server.sql.msql.MsqlLogicalDatabase
Return the object id allocator.
loadObjectIdAllocator(Config) - Method in class com.lutris.appserver.server.sql.oracle.OracleLogicalDatabase
Return the object id allocator.
loadObjectIdAllocator(Config) - Method in class com.lutris.appserver.server.sql.standard.StandardLogicalDatabase
Return the object id allocator.
loadObjectIdAllocator(Config) - Method in class com.lutris.appserver.server.sql.sybase.SybaseLogicalDatabase
Return the object id allocator.
loadSessionHome(Config) - Method in class com.lutris.appserver.server.session.StandardSessionManager
Loads the StandardSessionHome used by this session manager.
loadSessionUserTable(Config) - Method in class com.lutris.appserver.server.session.StandardSessionManager
Loads the StandardSessiondUserTable used by this session manager.
loadUpdatedClass(Class) - Method in class org.enhydra.xml.xmlc.autocomp.XMLCAutoCompFactory
Given a class that is either a XMLC-generate class or a class derived from one, determine if the generate class is out-of-date; if so recompile and return the new class as the delegate.
localName - Variable in class org.apache.xerces.dom.AttrNSImpl
DOM2: localName.
localName - Variable in class org.apache.xerces.dom.ElementNSImpl
DOM2: localName.
location - Variable in class com.lutris.classloader.Resource
The location of the resource, which can be local or remote.
Locator - interface org.xml.sax.Locator.
Interface for associating a SAX event with a document location.
LocatorImpl - class org.xml.sax.helpers.LocatorImpl.
Provide an optional convenience implementation of Locator.
LocatorImpl() - Constructor for class org.xml.sax.helpers.LocatorImpl
Zero-argument constructor.
LocatorImpl(Locator) - Constructor for class org.xml.sax.helpers.LocatorImpl
Copy constructor.
LOG_LEVEL - Static variable in class com.lutris.classloader.MultiClassLoader
Log level symbolic name
log(Exception, String) - Method in interface javax.servlet.ServletContext
Deprecated. As of Java Servlet API 2.1, use ServletContext.log(String message, Throwable throwable) instead.

This method was originally defined to write an exception's stack trace and an explanatory error message to the servlet log file.

log(String) - Method in interface javax.servlet.ServletContext
Writes the specified message to a servlet log file, usually an event log.
log(String) - Method in class javax.servlet.GenericServlet
Writes the specified message to a servlet log file, prepended by the servlet's name.
log(String, Throwable) - Method in interface javax.servlet.ServletContext
Writes an explanatory message and a stack trace for a given Throwable exception to the servlet log file.
log(String, Throwable) - Method in class javax.servlet.GenericServlet
Writes an explanatory message and a stack trace for a given Throwable exception to the servlet log file, prepended by the servlet's name.
logChannel - Variable in class com.lutris.appserver.server.StandardApplication
The log channel for this application to write to.
logChannel - Variable in class com.lutris.classloader.Resource
Log channel to write messages to
LogChannel - interface com.lutris.logging.LogChannel.
Interface of a channel associated with a logging facility.
logDebug(String) - Method in class com.lutris.appserver.server.sql.standard.StandardDBQuery
Logging.
logDebug(String) - Method in class com.lutris.appserver.server.sql.standard.StandardDBConnection
Debug logging.
logDebug(String) - Method in class com.lutris.appserver.server.sql.standard.StandardDBTransaction
Logging.
logDebug(String, Statement) - Method in class com.lutris.appserver.server.sql.standard.StandardDBConnection
Debug logging.
logFileLevelFlags - Variable in class com.lutris.logging.StandardLogger
Table of levels that are to be written to the log file.
Logger - class com.lutris.logging.Logger.
A general-purpose logging facility.
Logger() - Constructor for class com.lutris.logging.Logger
 
loggingEnabled - Variable in class com.lutris.classloader.Resource
Is logging enabled?
logicalDatabase - Variable in class com.lutris.appserver.server.sql.informix.InformixConnectionAllocator
The logical database for this connection pool.
logicalDatabase - Variable in class com.lutris.appserver.server.sql.informix.InformixDBConnection
The logical database for this connection.
logicalDatabase - Variable in class com.lutris.appserver.server.sql.standard.StandardConnectionAllocator
Reference to the logical database for easy access to the connection pool.
LogicalDatabase - interface com.lutris.appserver.server.sql.LogicalDatabase.
Interface for a logical database.
logLevel - Variable in class com.lutris.classloader.Resource
Numeric log level number for LOGLEVEL string
LogWriter - class com.lutris.logging.LogWriter.
Class use to write log output to a particular LogChannel and level.
LogWriter(LogChannel, int) - Constructor for class com.lutris.logging.LogWriter
Constructor.
LogWriter(LogChannel, String) - Constructor for class com.lutris.logging.LogWriter
Constructor.
lookingAtChar(char, boolean) - Method in class org.apache.xerces.readers.StreamingCharReader
 
lookingAtChar(char, boolean) - Method in interface org.apache.xerces.readers.XMLEntityHandler.EntityReader
Test that the current character is a ch character.
lookingAtSpace(boolean) - Method in class org.apache.xerces.readers.StreamingCharReader
 
lookingAtSpace(boolean) - Method in interface org.apache.xerces.readers.XMLEntityHandler.EntityReader
Test that the current character is a whitespace character.
lookingAtValidChar(boolean) - Method in class org.apache.xerces.readers.StreamingCharReader
 
lookingAtValidChar(boolean) - Method in interface org.apache.xerces.readers.XMLEntityHandler.EntityReader
Test that the current character is valid.
lookupElementDefinition(int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Returns the index of the element definition in the table with the specified name index, or -1 if no such definition exists.
lookupEntity(int) - Method in interface org.apache.xerces.framework.XMLValidator
return a handle to an entity.
lookupParameterEntity(int) - Method in interface org.apache.xerces.framework.XMLValidator
return a handle to a parameter entity - this handle can then be passed to other XMLEntityHandler methods on XMLValidator

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 _