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 _

E

element - Variable in class org.apache.xerces.dom.NamedNodeMapImpl
Element.
Element - interface org.w3c.dom.Element.
By far the vast majority of objects (apart from text) that authors encounter when traversing a document are Element nodes.
ELEMENT_DEFINITION_NODE - Static variable in class org.apache.xerces.dom.NodeImpl
Element definition node type.
ELEMENT_NODE - Static variable in interface org.w3c.dom.Node
 
elementDecl(int, XMLValidator.ContentSpec) - Method in class org.apache.xerces.framework.XMLParser
callback for an element declaration.
elementDecl(int, XMLValidator.ContentSpec) - Method in class org.apache.xerces.parsers.DOMParser
<!ELEMENT Name contentspec>
elementDecl(int, XMLValidator.ContentSpec) - Method in class org.apache.xerces.parsers.SAXParser
Report an element type declaration.
elementDecl(String, String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
elementDecl(String, String) - Method in interface org.xml.sax.ext.DeclHandler
Report an element type declaration.
ElementDefinitionImpl - class org.apache.xerces.dom.ElementDefinitionImpl.
NON-DOM CLASS: Describe one of the Elements (and its associated Attributes) defined in this Document Type.
ElementDefinitionImpl(DocumentImpl, String) - Constructor for class org.apache.xerces.dom.ElementDefinitionImpl
Factory constructor.
ElementImpl - class org.apache.xerces.dom.ElementImpl.
Elements represent most of the "markup" and structure of the document.
ElementImpl() - Constructor for class org.apache.xerces.dom.ElementImpl
 
ElementImpl(DocumentImpl, String) - Constructor for class org.apache.xerces.dom.ElementImpl
Factory constructor.
ElementNSImpl - class org.apache.xerces.dom.ElementNSImpl.
ElementNSImpl inherits from ElementImpl and adds namespace support.
ElementNSImpl(DocumentImpl, String) - Constructor for class org.apache.xerces.dom.ElementNSImpl
 
ElementNSImpl(DocumentImpl, String, String) - Constructor for class org.apache.xerces.dom.ElementNSImpl
DOM2: Constructor for Namespace implementation.
elements - Variable in class org.apache.xerces.dom.DocumentTypeImpl
Elements.
EMERGENCY - Static variable in class com.lutris.logging.Logger
Standard level for urgent condition that requires immediate attention and indicates that the system is no longer functioning.
enabledLevelFlags - Variable in class com.lutris.logging.StandardLogger
Table of levels that are to be enabled.
enableNS - Variable in class org.apache.xerces.dom.DeepNodeListImpl
 
ENCODE_URL_ALWAYS - Static variable in class com.lutris.appserver.server.session.StandardSessionManager
Indicates that url encoding of session ids is always preformed.
ENCODE_URL_AUTO - Static variable in class com.lutris.appserver.server.session.StandardSessionManager
Indicates that url encoding of session ids is preformed only when cookies are disabled on the client browser.
ENCODE_URL_NEVER - Static variable in class com.lutris.appserver.server.session.StandardSessionManager
Indicates that url encoding of session ids is never preformed.
encode(String) - Static method in class com.lutris.util.JavaScriptEncoder
Translates a string into a JavaScript safe format.
encode(String) - Static method in class com.lutris.util.HtmlEncoder
Translates a string into a HTML safe format.
encodeRedirectUrl(String) - Method in interface javax.servlet.http.HttpServletResponse
Deprecated. As of version 2.1, use encodeRedirectURL(String url) instead
encodeRedirectURL(String) - Method in interface javax.servlet.http.HttpServletResponse
Encodes the specified URL for use in the sendRedirect method or, if encoding is not needed, returns the URL unchanged.
encodeUrl(String) - Method in interface javax.servlet.http.HttpServletResponse
Deprecated. As of version 2.1, use encodeURL(String url) instead
encodeURL(String) - Method in interface javax.servlet.http.HttpServletResponse
Encodes the specified URL by including the session ID in it, or, if encoding is not needed, returns the URL unchanged.
encodeUrl(String, String) - Method in class com.lutris.appserver.server.StandardApplication
Returns the specified url rewritten to include the sessionId
encodeUrl(String, String, String) - Method in class com.lutris.appserver.server.StandardApplication
Deprecated. Use encodeUrl(String,String)
encodeUrlState - Static variable in class com.lutris.appserver.server.session.StandardSessionManager
The url encoding state.
encoding - Variable in class org.apache.xerces.domx.XGrammarWriter
Encoding.
Encoding - Static variable in class org.apache.xml.serialize.OutputFormat.Defaults
The default encoding for Web documents it UTF-8.
endAttrList() - Method in class org.apache.xerces.framework.XMLAttrList
Terminate the current set of attributes.
endCDATA() - Method in class org.apache.xerces.framework.XMLParser
callback for end of CDATA section.
endCDATA() - Method in interface org.apache.xerces.framework.XMLDocumentScanner.EventHandler
Signal the end of a CDATA section
endCDATA() - Method in class org.apache.xerces.parsers.DOMParser
End CDATA section.
endCDATA() - Method in class org.apache.xerces.parsers.SAXParser
End CDATA section.
endCDATA() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
endCDATA() - Method in interface org.xml.sax.ext.LexicalHandler
Report the end of a CDATA section.
endDocument() - Method in class org.apache.html.dom.HTMLBuilder
 
endDocument() - Method in class org.apache.xerces.framework.XMLParser
callback for the end of document.
endDocument() - Method in class org.apache.xerces.parsers.DOMParser
End document.
endDocument() - Method in class org.apache.xerces.parsers.SAXParser
End document.
endDocument() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Called at the end of the document to wrap it up.
endDocument() - Method in interface org.xml.sax.ContentHandler
Receive notification of the end of a document.
endDocument() - Method in class org.xml.sax.HandlerBase
Deprecated. Receive notification of the end of the document.
endDocument() - Method in interface org.xml.sax.DocumentHandler
Deprecated. Receive notification of the end of a document.
endDocument() - Method in class org.xml.sax.helpers.XMLReaderAdapter
End document event.
endDocument() - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter an end document event.
endDocument() - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of the end of the document.
endDocument() - Method in class org.xml.sax.helpers.ParserAdapter
Adapt a SAX1 end document event.
endDTD() - Method in class org.apache.xerces.framework.XMLParser
callback for the end of the DTD This function will be called at the end of the DTD.
endDTD() - Method in class org.apache.xerces.parsers.DOMParser
This function will be called at the end of the DTD.
endDTD() - Method in class org.apache.xerces.parsers.SAXParser
This function will be called at the end of the DTD.
endDTD() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
endDTD() - Method in interface org.xml.sax.ext.LexicalHandler
Report the end of DTD declarations.
endElement(int) - Method in class org.apache.xerces.framework.XMLParser
callback for end of element.
endElement(int) - Method in interface org.apache.xerces.framework.XMLValidator
a callback for the end tag of an element
endElement(int) - Method in class org.apache.xerces.parsers.DOMParser
End element.
endElement(int) - Method in class org.apache.xerces.parsers.SAXParser
End element.
endElement(String) - Method in class org.apache.html.dom.HTMLBuilder
 
endElement(String) - Method in class org.apache.xml.serialize.XMLSerializer
 
endElement(String) - Method in class org.apache.xml.serialize.TextSerializer
 
endElement(String) - Method in class org.apache.xml.serialize.HTMLSerializer
 
endElement(String) - Method in class org.xml.sax.HandlerBase
Deprecated. Receive notification of the end of an element.
endElement(String) - Method in interface org.xml.sax.DocumentHandler
Deprecated. Receive notification of the end of an element.
endElement(String) - Method in class org.xml.sax.helpers.ParserAdapter
Adapt a SAX1 end element event.
endElement(String, String, String) - Method in class org.apache.xml.serialize.XMLSerializer
 
endElement(String, String, String) - Method in class org.apache.xml.serialize.TextSerializer
 
endElement(String, String, String) - Method in class org.apache.xml.serialize.HTMLSerializer
 
endElement(String, String, String) - Method in interface org.xml.sax.ContentHandler
Receive notification of the end of an element.
endElement(String, String, String) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Adapt a SAX2 end element event.
endElement(String, String, String) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter an end element event.
endElement(String, String, String) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of the end of an element.
endEntity(String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
endEntity(String) - Method in interface org.xml.sax.ext.LexicalHandler
Report the end of an entity.
endEntityDecl() - Method in class org.apache.xerces.framework.XMLParser
end an entity declaration
endEntityDecl() - Method in interface org.apache.xerces.readers.XMLEntityHandler
End the scope of an entity declaration.
endEntityReference(int, int, int) - Method in class org.apache.xerces.framework.XMLParser
callback for end of entity reference.
endEntityReference(int, int, int) - Method in class org.apache.xerces.parsers.DOMParser
End entity reference.
endEntityReference(int, int, int) - Method in class org.apache.xerces.parsers.SAXParser
End entity reference.
endEnumeration(int) - Method in interface org.apache.xerces.framework.XMLDTDScanner.EventHandler
Finish processing an enumeration
endNamespaceDeclScope(int) - Method in class org.apache.xerces.framework.XMLParser
callback for the end a namespace declaration scope.
endNamespaceDeclScope(int) - Method in class org.apache.xerces.parsers.DOMParser
Report the end of the scope of a namespace declaration.
endNamespaceDeclScope(int) - Method in class org.apache.xerces.parsers.SAXParser
Report the end of the scope of a namespace declaration.
endOfInput(int, boolean) - Method in class org.apache.xerces.framework.XMLDTDScanner
Handle the end of input
endOfInput(int, boolean) - Method in class org.apache.xerces.framework.XMLDocumentScanner
Handle the end of input
endPrefixMapping(String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
endPrefixMapping(String) - Method in interface org.xml.sax.ContentHandler
End the scope of a prefix-URI mapping.
endPrefixMapping(String) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Adapt a SAX2 end prefix mapping event.
endPrefixMapping(String) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter an end Namespace prefix mapping event.
endPrefixMapping(String) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of the end of a Namespace mapping.
EndToEnd - Static variable in class org.apache.xerces.dom.RangeImpl
 
EndToEnd - Static variable in interface org.w3c.dom.range.Range
 
EndToStart - Static variable in class org.apache.xerces.dom.RangeImpl
 
EndToStart - Static variable in interface org.w3c.dom.range.Range
 
Enhydra - class com.lutris.Enhydra.
Provides static information, such as version number, about the software contained in enhydra.jar.
Enhydra - class com.lutris.appserver.server.Enhydra.
The Enhydra class provides static methods that allow each application to conviently get at their application object.
Enhydra() - Constructor for class com.lutris.Enhydra
Disallow instantiation.
Enhydra() - Constructor for class com.lutris.appserver.server.Enhydra
Prevent instantiation
ensureCapacity(int, int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Ensures that the internal tables are large enough.
ensureSession(HttpPresentationComms) - Method in class com.lutris.appserver.server.StandardApplication
Default method used by requestPreprocessor to ensure that a session exists and initialize the session and sessionData fields in the HttpPresentationComms object.
enterDTD() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Called by any of the DTD handlers to enter DTD mode.
enterElementState(String, String, String, boolean) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Enter a new element state for the specified element.
entities - Variable in class org.apache.xerces.dom.DocumentTypeImpl
Entities.
Entity - interface org.w3c.dom.Entity.
This interface represents an entity, either parsed or unparsed, in an XML document.
ENTITY_NODE - Static variable in interface org.w3c.dom.Node
 
ENTITY_REFERENCE_NODE - Static variable in interface org.w3c.dom.Node
 
EntityImpl - class org.apache.xerces.dom.EntityImpl.
Entity nodes hold the reference data for an XML Entity -- either parsed or unparsed.
EntityImpl(DocumentImpl, String) - Constructor for class org.apache.xerces.dom.EntityImpl
Factory constructor.
EntityReference - interface org.w3c.dom.EntityReference.
EntityReference objects may be inserted into the structure model when an entity reference is in the source document, or when the user wishes to insert an entity reference.
EntityReferenceImpl - class org.apache.xerces.dom.EntityReferenceImpl.
EntityReference models the XML &entityname; syntax, when used for entities defined by the DOM.
EntityReferenceImpl(DocumentImpl, String) - Constructor for class org.apache.xerces.dom.EntityReferenceImpl
Factory constructor.
EntityResolver - interface org.xml.sax.EntityResolver.
Basic interface for resolving entities.
ENTITYTYPE_DOCUMENT - Static variable in interface org.apache.xerces.readers.XMLEntityHandler
This is an enumeration of all the defined entity types.
ENTITYTYPE_EXTERNAL - Static variable in interface org.apache.xerces.readers.XMLEntityHandler
This is an enumeration of all the defined entity types.
ENTITYTYPE_EXTERNAL_PE - Static variable in interface org.apache.xerces.readers.XMLEntityHandler
This is an enumeration of all the defined entity types.
ENTITYTYPE_EXTERNAL_SUBSET - Static variable in interface org.apache.xerces.readers.XMLEntityHandler
This is an enumeration of all the defined entity types.
ENTITYTYPE_INTERNAL - Static variable in interface org.apache.xerces.readers.XMLEntityHandler
This is an enumeration of all the defined entity types.
ENTITYTYPE_INTERNAL_PE - Static variable in interface org.apache.xerces.readers.XMLEntityHandler
This is an enumeration of all the defined entity types.
ENTITYTYPE_UNPARSED - Static variable in interface org.apache.xerces.readers.XMLEntityHandler
This is an enumeration of all the defined entity types.
ENTITYVALUE_RESULT_END_OF_INPUT - Static variable in interface org.apache.xerces.readers.XMLEntityHandler
Special return values for scanEntityValue method.
ENTITYVALUE_RESULT_FINISHED - Static variable in interface org.apache.xerces.readers.XMLEntityHandler
Special return values for scanEntityValue method.
ENTITYVALUE_RESULT_INVALID_CHAR - Static variable in interface org.apache.xerces.readers.XMLEntityHandler
Special return values for scanEntityValue method.
ENTITYVALUE_RESULT_PEREF - Static variable in interface org.apache.xerces.readers.XMLEntityHandler
Special return values for scanEntityValue method.
ENTITYVALUE_RESULT_REFERENCE - Static variable in interface org.apache.xerces.readers.XMLEntityHandler
Special return values for scanEntityValue method.
EOF - Static variable in class com.lutris.util.BMByteSearchStream
EOF value.
EQUAL - Static variable in class com.lutris.dods.builder.generator.query.QueryBuilder
 
equals(double) - Method in class com.lutris.util.Currency
Check if equal to a double value.
equals(float) - Method in class com.lutris.util.Currency
Check if equal to a float value.
equals(Object) - Method in class com.lutris.classloader.ClassPathEntry
 
equals(Object) - Method in class org.apache.xerces.domx.XGrammarWriter.OutputFormat
Returns true if the objects are equal.
equals(ObjectId) - Method in class com.lutris.appserver.server.sql.ObjectId
Test if this object id is equal to another object id.
equals(RDBColumn) - Method in class com.lutris.dods.builder.generator.query.RDBColumn
 
equals(Resource) - Method in class com.lutris.classloader.Resource
Determines if the specified resource is equal to this resource.
ERROR - Static variable in class com.lutris.logging.Logger
Errors that have been correctly handled.
error(SAXParseException) - Method in class org.xml.sax.HandlerBase
Deprecated. Receive notification of a recoverable parser error.
error(SAXParseException) - Method in interface org.xml.sax.ErrorHandler
Receive notification of a recoverable error.
error(SAXParseException) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter an error event.
error(SAXParseException) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of a recoverable parser error.
errorChecking - Variable in class org.apache.xerces.dom.DocumentImpl
Bypass error checking.
ErrorHandler - interface org.xml.sax.ErrorHandler.
Basic interface for SAX error handlers.
ERRORTYPE_FATAL_ERROR - Static variable in interface org.apache.xerces.framework.XMLErrorReporter
Fatal error type.
ERRORTYPE_RECOVERABLE_ERROR - Static variable in interface org.apache.xerces.framework.XMLErrorReporter
Error type.
ERRORTYPE_WARNING - Static variable in interface org.apache.xerces.framework.XMLErrorReporter
Warning type.
escape(String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Escapes a string so it may be printed as text content or attribute value.
escapeURI(String) - Method in class org.apache.xml.serialize.HTMLSerializer
 
EVAL_BODY_INCLUDE - Static variable in interface javax.servlet.jsp.tagext.Tag
Evaluate body into existing out stream.
EVAL_BODY_TAG - Static variable in interface javax.servlet.jsp.tagext.BodyTag
Request the creation of new BodyContent on which to evaluate the body of this tag.
EVAL_PAGE - Static variable in interface javax.servlet.jsp.tagext.Tag
Continue evaluating the page.
Event - interface org.w3c.dom.events.Event.
The Event interface is used to provide contextual information about an event to the handler processing the event.
EventException - exception org.w3c.dom.events.EventException.
Event operations may throw an EventException as specified in their method descriptions.
EventException(short, String) - Constructor for class org.w3c.dom.events.EventException
 
EventImpl - class org.apache.xerces.dom.events.EventImpl.
EventImpl is an implementation of the basic "generic" DOM Level 2 Event object.
EventImpl() - Constructor for class org.apache.xerces.dom.events.EventImpl
 
EventListener - interface org.w3c.dom.events.EventListener.
The EventListener interface is the primary method for handling events.
eventPhase - Variable in class org.apache.xerces.dom.events.EventImpl
 
EventTarget - interface org.w3c.dom.events.EventTarget.
The EventTarget interface is implemented by all Nodes in an implementation which supports the DOM Event Model.
EXACT_MATCH - Static variable in class com.lutris.dods.builder.generator.query.QueryBuilder
 
exception - Variable in class com.lutris.appserver.server.httpPresentation.HttpPresentationComms
If an exception/error occured, this field is set to the exception object.
exception - Variable in class com.lutris.appserver.server.jolt.joltpo.JoltPage
If an exception/error occured, this field is set to the exception object.
EXCEPTION - Static variable in class javax.servlet.jsp.PageContext
name used to store uncaught exception in ServletRequest attribute list and PageContext name table
execute(String) - Method in interface com.lutris.appserver.server.sql.DBConnection
Execute a SQL statement that does not return a resultset.
execute(String) - Method in class com.lutris.appserver.server.sql.standard.StandardDBConnection
Execute a SQL statement that does not return a resultset.
executeDelete(DBConnection) - Method in class com.lutris.appserver.server.sql.CoreDO
Deletes this object from the database.
executeDelete(DBConnection) - Method in interface com.lutris.appserver.server.sql.Transaction
Method to delete an object from the database.
executeDelete(DBConnection) - Method in class com.lutris.dods.builder.generator.dataobject.GenericDO
Deletes this object from the database.
executeInsert(DBConnection) - Method in class com.lutris.appserver.server.sql.CoreDO
Inserts this object into the database.
executeInsert(DBConnection) - Method in interface com.lutris.appserver.server.sql.Transaction
Method to insert a new object into the database.
executeInsert(DBConnection) - Method in class com.lutris.dods.builder.generator.dataobject.GenericDO
Updates the contents of this object in the database but only if the datab object is dirty.
executeQuery(DBConnection) - Method in interface com.lutris.appserver.server.sql.Query
Method to query objects from the database.
executeQuery(DBConnection) - Method in class com.lutris.dods.builder.generator.query.QueryBuilder
Execute the PreparedStatement and return a JDBC ResultSet.
executeQuery(PreparedStatement, String) - Method in interface com.lutris.appserver.server.sql.DBConnection
Execute a prepared query statement.
executeQuery(PreparedStatement, String) - Method in class com.lutris.appserver.server.sql.standard.StandardDBConnection
Execute a prepared query statement.
executeQuery(String) - Method in interface com.lutris.appserver.server.sql.DBConnection
Execute a SQL query statement.
executeQuery(String) - Method in class com.lutris.appserver.server.sql.standard.StandardDBConnection
Execute a SQL query statement.
executeUpdate(DBConnection) - Method in class com.lutris.appserver.server.sql.CoreDO
Updates the contents of this object in the database.
executeUpdate(DBConnection) - Method in interface com.lutris.appserver.server.sql.Transaction
Method to update contents of object in database.
executeUpdate(DBConnection) - Method in class com.lutris.dods.builder.generator.dataobject.GenericDO
Updates the contents of this object in the database but only if the datab object is dirty.
executeUpdate(PreparedStatement, String) - Method in interface com.lutris.appserver.server.sql.DBConnection
Execute a prepared update statement.
executeUpdate(PreparedStatement, String) - Method in class com.lutris.appserver.server.sql.standard.StandardDBConnection
Execute a prepared update statement.
executeUpdate(String) - Method in interface com.lutris.appserver.server.sql.DBConnection
Execute a SQL update statement.
executeUpdate(String) - Method in class com.lutris.appserver.server.sql.standard.StandardDBConnection
Execute a SQL update statement.
exists(String) - Method in interface com.lutris.util.PersistentStore
Method to query if an an object is stored.
expandSystemId(String) - Method in class org.apache.xerces.framework.XMLParser
Expands a system id and returns the system id as a URL, if it can be expanded.
expandSystemId(String) - Method in interface org.apache.xerces.readers.XMLEntityHandler
Expand the system identifier relative to the entity that we are processing.
externalEntityDecl(int, int, int) - Method in class org.apache.xerces.framework.XMLParser
callback for external general entity declaration.
externalEntityDecl(int, int, int) - Method in class org.apache.xerces.parsers.DOMParser
<!ENTITY Name ExternalID> (external)
externalEntityDecl(int, int, int) - Method in class org.apache.xerces.parsers.SAXParser
Report a parsed external general entity declaration.
externalEntityDecl(String, String, String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
externalEntityDecl(String, String, String) - Method in interface org.xml.sax.ext.DeclHandler
Report a parsed external entity declaration.
externalPEDecl(int, int, int) - Method in class org.apache.xerces.framework.XMLParser
callback for an external parameter entity declaration.
externalPEDecl(int, int, int) - Method in class org.apache.xerces.parsers.DOMParser
<!ENTITY % Name ExternalID> (external)
externalPEDecl(int, int, int) - Method in class org.apache.xerces.parsers.SAXParser
Report a parsed external parameter entity declaration.
externalReferenceInContent(int) - Method in interface org.apache.xerces.framework.XMLValidator
return true if entityIndex's entity is external, and it satisfies the requirements for an external entity reference within content
extractContents() - Method in class org.apache.xerces.dom.RangeImpl
 
extractContents() - Method in interface org.w3c.dom.range.Range
Moves the contents of a range from the containingdocument or document fragment to a new DocumentFragment.

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 _