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 _

I

id - Variable in class javax.servlet.jsp.tagext.TagSupport
 
ID - Static variable in class javax.servlet.jsp.tagext.TagAttributeInfo
"id" is wired in to be ID.
identifiers - Variable in class org.apache.xerces.dom.DocumentImpl
Identifiers.
ignorableWhitespace - Variable in class org.apache.xerces.dom.TextImpl
Ignorable whitespace.
ignorableWhitespace(char[], int, int) - Method in class org.apache.html.dom.HTMLBuilder
 
ignorableWhitespace(char[], int, int) - Method in class org.apache.xerces.framework.XMLParser
callback for ignorable whitespace.
ignorableWhitespace(char[], int, int) - Method in interface org.apache.xerces.framework.XMLValidator
a callback for ignorable whitespace - String object version
ignorableWhitespace(char[], int, int) - Method in class org.apache.xerces.parsers.DOMParser
Not called.
ignorableWhitespace(char[], int, int) - Method in class org.apache.xerces.parsers.SAXParser
Ignorable whitespace.
ignorableWhitespace(char[], int, int) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
ignorableWhitespace(char[], int, int) - Method in interface org.xml.sax.ContentHandler
Receive notification of ignorable whitespace in element content.
ignorableWhitespace(char[], int, int) - Method in class org.xml.sax.HandlerBase
Deprecated. Receive notification of ignorable whitespace in element content.
ignorableWhitespace(char[], int, int) - Method in interface org.xml.sax.DocumentHandler
Deprecated. Receive notification of ignorable whitespace in element content.
ignorableWhitespace(char[], int, int) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Adapt a SAX2 ignorable whitespace event.
ignorableWhitespace(char[], int, int) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter an ignorable whitespace event.
ignorableWhitespace(char[], int, int) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of ignorable whitespace in element content.
ignorableWhitespace(char[], int, int) - Method in class org.xml.sax.helpers.ParserAdapter
Adapt a SAX1 ignorable whitespace event.
ignorableWhitespace(int) - Method in class org.apache.xerces.framework.XMLParser
callback for ignorable whitespace.
ignorableWhitespace(int) - Method in interface org.apache.xerces.framework.XMLValidator
a callback for ignorable whitespace - string pool version
ignorableWhitespace(int) - Method in class org.apache.xerces.parsers.DOMParser
Ignorable whitespace.
ignorableWhitespace(int) - Method in class org.apache.xerces.parsers.SAXParser
Not called.
importNode(Node, boolean) - Method in class org.apache.xerces.dom.DocumentImpl
NON-DOM: Copies data from the source node.
importNode(Node, boolean) - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
 
importNode(Node, boolean) - Method in interface org.w3c.dom.Document
Imports a node from another document to this document.
include(ServletRequest, ServletResponse) - Method in interface javax.servlet.RequestDispatcher
Includes the content of a resource (servlet, JSP page, HTML file) in the response.
include(String) - Method in class javax.servlet.jsp.PageContext
Causes the resource specified to be processed as part of the current ServletRequest and ServletResponse being processed by the calling Thread.
INCOMPLETE - Static variable in interface com.lutris.appserver.server.Application
Incomplete state code.
increment() - Method in class com.lutris.appserver.server.sql.ObjectId
Returns an object id whose value is (this+1)
incrementRandomCounter() - Method in class com.lutris.appserver.server.session.StandardSessionKeyGen
Increment the random counter.
incrRecompileCount() - Method in class org.enhydra.xml.xmlc.autocomp.XMLCAutoCompFactory
Increment the count of the number of recompilations that have occured.
incrReloadCount() - Method in class org.enhydra.xml.xmlc.autocomp.XMLCAutoCompFactory
Increment the count of the number of reloads that have occured.
incrRequestCount() - Method in interface com.lutris.appserver.server.sql.DBConnection
Increment the count of the number of requests against this connection.
incrRequestCount() - Method in class com.lutris.appserver.server.sql.standard.StandardDBConnection
Increment the count of the number of requests against this connection.
indent - Variable in class org.apache.xerces.domx.XGrammarWriter
Indent level.
Indent - Static variable in class org.apache.xml.serialize.OutputFormat.Defaults
If indentation is turned on, the default identation level is 4.
indent() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Increment the indentation for the next line.
INDEX_SIZE_ERR - Static variable in class org.w3c.dom.DOMException
 
info - Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
 
INFO - Static variable in class com.lutris.logging.Logger
Informational messages.
InformixConnectionAllocator - class com.lutris.appserver.server.sql.informix.InformixConnectionAllocator.
An Informix database connection pool.
InformixConnectionAllocator(InformixLogicalDatabase, Config) - Constructor for class com.lutris.appserver.server.sql.informix.InformixConnectionAllocator
Creates an Informix database connetion pool.
InformixDBConnection - class com.lutris.appserver.server.sql.informix.InformixDBConnection.
An Informix database connection.
InformixDBConnection(InformixConnectionAllocator, String, String, String, int, boolean, int) - Constructor for class com.lutris.appserver.server.sql.informix.InformixDBConnection
Create a connection to an Informix database.
InformixDBQuery - class com.lutris.appserver.server.sql.informix.InformixDBQuery.
An Informix database query object.
InformixDBQuery() - Constructor for class com.lutris.appserver.server.sql.informix.InformixDBQuery
Public constructor.
InformixDBQuery(InformixDBConnection) - Constructor for class com.lutris.appserver.server.sql.informix.InformixDBQuery
Private constructor.
InformixDBQuery(String) - Constructor for class com.lutris.appserver.server.sql.informix.InformixDBQuery
Public constructor.
InformixDBTransaction - class com.lutris.appserver.server.sql.informix.InformixDBTransaction.
Informix implementation of SQL database transaction.
InformixDBTransaction() - Constructor for class com.lutris.appserver.server.sql.informix.InformixDBTransaction
Public constructor.
InformixDBTransaction(InformixDBConnection) - Constructor for class com.lutris.appserver.server.sql.informix.InformixDBTransaction
Private constructor.
InformixDBTransaction(String) - Constructor for class com.lutris.appserver.server.sql.informix.InformixDBTransaction
Public constructor.
InformixLogicalDatabase - class com.lutris.appserver.server.sql.informix.InformixLogicalDatabase.
Represents a logical database with Informix capabilities.
InformixLogicalDatabase() - Constructor for class com.lutris.appserver.server.sql.informix.InformixLogicalDatabase
Default constructor to configure a single logical database.
InformixLogicalDatabase(String, Config) - Constructor for class com.lutris.appserver.server.sql.informix.InformixLogicalDatabase
Creates and configures a single logical database.
InformixObjectIdAllocator - class com.lutris.appserver.server.sql.informix.InformixObjectIdAllocator.
Informix Object ids can only be created via this manager.
InformixObjectIdAllocator(LogicalDatabase, Config) - Constructor for class com.lutris.appserver.server.sql.informix.InformixObjectIdAllocator
Initialize the object id manager.
init() - Method in class javax.servlet.GenericServlet
A convenience method which can be overridden so that there's no need to call super.init(config).
init() - Method in class org.apache.xerces.parsers.DOMParser
Initializes the parser to a pre-parse state.
init(ServletConfig) - Method in interface javax.servlet.Servlet
Called by the servlet container to indicate to a servlet that the servlet is being placed into service.
init(ServletConfig) - Method in class javax.servlet.GenericServlet
Called by the servlet container to indicate to a servlet that the servlet is being placed into service.
init(String, Config) - Method in interface com.lutris.appserver.server.sql.LogicalDatabase
Initialize the logical database.
init(String, Config) - Method in class com.lutris.appserver.server.sql.standard.StandardLogicalDatabase
Initialize a single logical database.
init(XMLCAutoCompFactory) - Method in interface org.enhydra.xml.xmlc.autocomp.RecompilationHandler
Bind to a factory.
init(XMLCAutoCompFactory) - Method in class org.enhydra.xml.xmlc.autocomp.StandardRecompilationHandler
Bind to a factory.
initEvent(String, boolean, boolean) - Method in class org.apache.xerces.dom.events.EventImpl
The DOM doesn't deal with constructors, so instead we have an initializer call to set most of the read-only fields.
initEvent(String, boolean, boolean) - Method in interface org.w3c.dom.events.Event
The initEvent method is used to initialize the value of an Event created through the DocumentEvent interface.
initFields() - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
Deprecated. Use syncAccessMethods() instead.
INITIAL_CHUNK_COUNT - Static variable in class org.apache.xerces.dom.DeferredDocumentImpl
Initial chunk size.
initialize(Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean) - Method in class javax.servlet.jsp.PageContext
The initialize emthod is called to initialize an uninitialized PageContext so that it may be used by a JSP Implementation class to service an incoming request and response wihtin it's _jspService() method.
initialized - Variable in class org.apache.xerces.dom.events.EventImpl
 
initializeNewSession(HttpPresentationComms) - Method in class com.lutris.appserver.server.StandardApplication
This is called when no valid session is found in an incoming request.
initMutationEvent(String, boolean, boolean, Node, String, String, String) - Method in class org.apache.xerces.dom.events.MutationEventImpl
Initialize a mutation event, or overwrite the event's current settings with new values of the parameters.
initMutationEvent(String, boolean, boolean, Node, String, String, String) - Method in interface org.w3c.dom.events.MutationEvent
The initMutationEvent method is used to initialize the value of a MutationEvent created through the DocumentEvent interface.
inputPattern - Variable in class com.lutris.mime.MultipartMimeInput
Pre-compiled Boyer-Moore pattern search object for the Mime boundary string.
inputSeparator - Variable in class com.lutris.mime.MultipartMimeInput
The boundary string which separates different sections of the multipart Mime input.
inputSource - Variable in class com.lutris.mime.MultipartMimeInput
An input stream that does exact pattern searching using an efficient string matching algorithm.
InputSource - class org.xml.sax.InputSource.
A single input source for an XML entity.
InputSource() - Constructor for class org.xml.sax.InputSource
Zero-argument default constructor.
InputSource(InputStream) - Constructor for class org.xml.sax.InputSource
Create a new input source with a byte stream.
InputSource(Reader) - Constructor for class org.xml.sax.InputSource
Create a new input source with a character stream.
InputSource(String) - Constructor for class org.xml.sax.InputSource
Create a new input source with a system identifier.
insert(Transaction) - Method in interface com.lutris.appserver.server.sql.DBTransaction
Method to insert an object in the database.
insert(Transaction) - Method in class com.lutris.appserver.server.sql.standard.StandardDBTransaction
Method to insert an object in the database.
insertBefore(int, int, int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Inserts a child before the specified node in the table.
insertBefore(Node, Node) - Method in class org.apache.xerces.dom.NodeImpl
Move one or more node(s) to our list of children.
insertBefore(Node, Node) - Method in class org.apache.xerces.dom.NodeContainer
Move one or more node(s) to our list of children.
insertBefore(Node, Node) - Method in class org.apache.xerces.dom.DocumentImpl
Since a Document may contain at most one top-level Element child, and at most one DocumentType declaraction, we need to subclass our add-children methods to implement this constraint.
insertBefore(Node, Node) - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
 
insertBefore(Node, Node) - Method in interface org.w3c.dom.Node
Inserts the node newChild before the existing child node refChild.
insertCell(int) - Method in class org.apache.html.dom.HTMLTableRowElementImpl
 
insertCell(int) - Method in interface org.w3c.dom.html.HTMLTableRowElement
Insert an empty TD cell into this row.
insertData(int, String) - Method in class org.apache.xerces.dom.CharacterDataImpl
Insert additional characters into the data stored in this node, at the offset specified.
insertData(int, String) - Method in interface org.w3c.dom.CharacterData
Insert a string at the specified character offset.
insertedNodeFromDOM(Node) - Method in class org.apache.xerces.dom.RangeImpl
This function is called from the DOM.
insertNode(Node) - Method in class org.apache.xerces.dom.RangeImpl
 
insertNode(Node) - Method in interface org.w3c.dom.range.Range
Inserts a node into the document or document fragmentat the start of the range.
insertRow(int) - Method in class org.apache.html.dom.HTMLTableElementImpl
 
insertRow(int) - Method in class org.apache.html.dom.HTMLTableSectionElementImpl
 
insertRow(int) - Method in interface org.w3c.dom.html.HTMLTableSectionElement
Insert a row into this section.
insertRow(int) - Method in interface org.w3c.dom.html.HTMLTableElement
Insert a new empty row in the table.Note.
internalEntityDecl(int, int) - Method in class org.apache.xerces.framework.XMLParser
callback for internal general entity declaration.
internalEntityDecl(int, int) - Method in class org.apache.xerces.parsers.DOMParser
<!ENTITY Name EntityValue> (internal)
internalEntityDecl(int, int) - Method in class org.apache.xerces.parsers.SAXParser
Report an internal general entity declaration.
internalEntityDecl(String, String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
internalEntityDecl(String, String) - Method in interface org.xml.sax.ext.DeclHandler
Report an internal entity declaration.
internalPEDecl(int, int) - Method in class org.apache.xerces.framework.XMLParser
callback for an internal parameter entity declaration.
internalPEDecl(int, int) - Method in class org.apache.xerces.parsers.DOMParser
<!ENTITY % Name EntityValue> (internal)
internalPEDecl(int, int) - Method in class org.apache.xerces.parsers.SAXParser
Report an internal parameter entity declaration.
internalServerError - Static variable in class com.lutris.http.HttpStatus
 
internalSubset - Variable in class org.apache.xerces.dom.DocumentTypeImpl
 
internalSubset(int) - Method in interface org.apache.xerces.framework.XMLDTDScanner.EventHandler
Supports DOM Level 2 internalSubset additions.
internalSubset(int) - Method in class org.apache.xerces.framework.XMLParser
Supports DOM Level 2 internalSubset additions.
internalSubset(int) - Method in class org.apache.xerces.parsers.DOMParser
Supports DOM Level 2 internalSubset additions.
internalSubset(int) - Method in class org.apache.xerces.parsers.SAXParser
New callback from DOM Level 2.
INUSE_ATTRIBUTE_ERR - Static variable in class org.w3c.dom.DOMException
 
INVALID_ACCESS_ERR - Static variable in class org.w3c.dom.DOMException
 
INVALID_CHARACTER_ERR - Static variable in class org.w3c.dom.DOMException
 
INVALID_HEADER - Static variable in class com.lutris.mime.MimeException
Indicates incorrect Mime header syntax or illegal parameters.
INVALID_MIME_TYPE - Static variable in class com.lutris.mime.MimeException
Indicates an illegal Mime type for a particular operation.
INVALID_MODIFICATION_ERR - Static variable in class org.w3c.dom.DOMException
 
INVALID_NODE_TYPE_ERR - Static variable in class org.w3c.dom.range.RangeException
 
INVALID_STATE_ERR - Static variable in class org.w3c.dom.DOMException
 
invalidate() - Method in interface javax.servlet.http.HttpSession
Invalidates this session and unbinds any objects bound to it.
InvalidRowColumnException - exception com.lutris.dods.builder.generator.query.InvalidRowColumnException.
InvalidRowColumnException is thrown by the RDBRow.get methods when a requested column does not exist in the current row.
isArray(String) - Method in class com.lutris.util.Config
Is the key is an array, or a single value.
isAutoFlush() - Method in class javax.servlet.jsp.JspWriter
 
isBasicAttributeType(String) - Method in class org.apache.xerces.domx.XGrammarWriter
Returns true if the attribute type is basic.
isBasicOccurrenceCount(String, String) - Method in class org.apache.xerces.domx.XGrammarWriter
Returns true if the occurrence count is basic.
isCanonical() - Method in class org.apache.xerces.domx.XGrammarWriter
Returns true if the output is canonical.
isCDataElement(String) - Method in class org.apache.xml.serialize.OutputFormat
Returns true if the text node children of the given elements should be output as CDATA.
isCommitted() - Method in interface javax.servlet.ServletResponse
Returns a boolean indicating if the response has been committed.
isDirectory() - Method in class com.lutris.classloader.ClassPathEntry
 
isDirty() - Method in class com.lutris.dods.builder.generator.dataobject.GenericDO
isDirty() returns true if this object has been modified (needs to be updated to the database).
isEmpty(Element) - Method in class org.apache.xerces.domx.XGrammarWriter
Returns true if the element is "empty".
isEnabled() - Method in class com.lutris.logging.LogWriter
Determine if logging is enabled.
isEnabled(int) - Method in interface com.lutris.logging.LogChannel
Determine if logging is enabled for the specified level.
isEnabled(int) - Method in class com.lutris.logging.StandardLogChannel
 
isEnabled(String) - Method in interface com.lutris.logging.LogChannel
Determine if logging is enabled for the specified level.
isEnabled(String) - Method in class com.lutris.logging.StandardLogChannel
 
isExternalEntity(int) - Method in interface org.apache.xerces.framework.XMLValidator
return true if entityIndex's entity is external
isExternalParameterEntity(int) - Method in interface org.apache.xerces.framework.XMLValidator
return true if a parameter entity is external
isFeatureRecognized(String) - Method in class org.apache.xerces.framework.XMLParser
Returns true if the specified feature is recognized.
isIgnorableWhitespace() - Method in class org.apache.xerces.dom.TextImpl
NON-DOM: Returns whether this Text is ignorable whitespace.
isKidOK(Node, Node) - Method in class org.apache.xerces.dom.DocumentImpl
Uses the kidOK lookup table to check whether the proposed tree structure is legal.
isLocal() - Method in class com.lutris.classloader.ClassPathEntry
 
isMatch(Object) - Method in class gnu.regexp.RE
Checks if the input in its entirety is an exact match of this regular expression.
isMatch(Object, int) - Method in class gnu.regexp.RE
Checks if the input string, starting from index, is an exact match of this regular expression.
isMatch(Object, int, int) - Method in class gnu.regexp.RE
Checks if the input, starting from index and using the specified execution flags, is an exact match of this regular expression.
isNew() - Method in interface com.lutris.appserver.server.session.Session
Returns true if the session is new.
isNew() - Method in interface javax.servlet.http.HttpSession
Returns true if the client does not yet know about the session or if the client chooses not to join the session.
isNonEscapingElement(String) - Method in class org.apache.xml.serialize.OutputFormat
Returns true if the text node children of the given elements should be output unescaped.
isOutOfDate(ClassInfo) - Method in interface org.enhydra.xml.xmlc.autocomp.RecompilationHandler
Determine if the specified class file is out-of-date relative to its class file.
isOutOfDate(ClassInfo) - Method in class org.enhydra.xml.xmlc.autocomp.StandardRecompilationHandler
 
isPermanent() - Method in class javax.servlet.UnavailableException
Returns a boolean indicating whether the servlet is permanently unavailable.
isPersistent() - Method in class com.lutris.appserver.server.sql.CoreDO
Returns true if this object is persistent in the database (i.e.
isPOCacheEnabled() - Method in class com.lutris.appserver.server.httpPresentation.HttpPresentationManager
Determine if the PO cache is enabled.
isPresentationRequest(HttpPresentationRequest) - Method in class com.lutris.appserver.server.httpPresentation.HttpPresentationManager
Determine if a request URL references a presentation object.
isPropertyRecognized(String) - Method in class org.apache.xerces.framework.XMLParser
Returns true if the specified property is recognized.
isRemote() - Method in class com.lutris.classloader.ClassPathEntry
 
isRequestedSessionIdFromCookie() - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationRequest
Indicates whether client submitted their session id through a cookie
isRequestedSessionIdFromCookie() - Method in interface javax.servlet.http.HttpServletRequest
Checks whether the requested session ID came in as a cookie.
isRequestedSessionIdFromUrl() - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationRequest
Indicates whether client submitted their sessionId through a rewritten url
isRequestedSessionIdFromUrl() - Method in interface javax.servlet.http.HttpServletRequest
Deprecated. As of Version 2.1 of the Java Servlet API, use HttpServletRequest.isRequestedSessionIdFromURL() instead.
isRequestedSessionIdFromURL() - Method in interface javax.servlet.http.HttpServletRequest
Checks whether the requested session ID came in as part of the request URL.
isRequestedSessionIdValid() - Method in interface javax.servlet.http.HttpServletRequest
Checks whether the requested session ID is still valid.
isRequired() - Method in class javax.servlet.jsp.tagext.TagAttributeInfo
Is this required or not?
isResourceCacheEnabled() - Method in class com.lutris.appserver.server.httpPresentation.HttpPresentationManager
Determine if the file resource class cache is enabled.
isSecure() - Method in interface javax.servlet.ServletRequest
Returns a boolean indicating whether this request was made using a secure channel, such as HTTPS.
isSessionExpired(StandardSession) - Method in class com.lutris.appserver.server.session.StandardSessionManager
Determine if a session should be expired based on the idle time.
isSessionIdCookieRequired() - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Indicates whether client response requires a sessionId cookie
isSessionIdEncodeUrlRequired() - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Indicates whether client response requires url encoding for sessionId
isSpecified(int) - Method in class org.apache.xerces.framework.XMLAttrList
Was the attribute explicitly supplied or was it provided through a default?
isUnparsedEntity(int) - Method in interface org.apache.xerces.framework.XMLValidator
return true if entityIndex's entity is unparsed
isUserInRole(String) - Method in interface javax.servlet.http.HttpServletRequest
Returns a boolean indicating whether the authenticated user is included in the specified logical "role".
isValid(TagData) - Method in class javax.servlet.jsp.tagext.TagInfo
Translation-time validation of the attributes.
isValid(TagData) - Method in class javax.servlet.jsp.tagext.TagExtraInfo
Translation-time validation of the attributes.
isVerbose() - Method in class org.apache.xerces.domx.XGrammarWriter
Returns true if the output is verbose.
isXMLName(String) - Static method in class org.apache.xerces.dom.DocumentImpl
Check the string against XML's definition of acceptable names for elements and attributes and so on.
isZipFile() - Method in class com.lutris.classloader.ClassPathEntry
 
item(int) - Method in class org.apache.xerces.dom.NodeImpl
NodeList method: Return the Nth immediate child of this node, or null if the index is out of bounds.
item(int) - Method in class org.apache.xerces.dom.NodeContainer
NodeList method: Return the Nth immediate child of this node, or null if the index is out of bounds.
item(int) - Method in class org.apache.xerces.dom.DeepNodeListImpl
Returns the node at the specified index.
item(int) - Method in class org.apache.xerces.dom.NamedNodeMapImpl
Retrieve an item from the map by 0-based index.
item(int) - Method in interface org.w3c.dom.NamedNodeMap
Returns the indexth item in the map.
item(int) - Method in interface org.w3c.dom.NodeList
Returns the indexth item in the collection.
item(int) - Method in interface org.w3c.dom.html.HTMLCollection
This method retrieves a node specified by ordinal index.
iterators - Variable in class org.apache.xerces.dom.DocumentImpl
Iterators

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 _