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 _

R

Range - interface org.w3c.dom.range.Range.
 
RangeException - exception org.w3c.dom.range.RangeException.
Range operations may throw a RangeException as specified in their method descriptions.
RangeException(short, String) - Constructor for class org.w3c.dom.range.RangeException
 
RangeExceptionImpl - exception org.apache.xerces.dom.RangeExceptionImpl.
 
RangeExceptionImpl(short, String) - Constructor for class org.apache.xerces.dom.RangeExceptionImpl
 
RangeImpl - class org.apache.xerces.dom.RangeImpl.
The RangeImpl class implements the org.w3c.dom.range.Range interface.
RangeImpl(DocumentImpl) - Constructor for class org.apache.xerces.dom.RangeImpl
The constructor.
ranges - Variable in class org.apache.xerces.dom.DocumentImpl
Ranges
RDBColumn - class com.lutris.dods.builder.generator.query.RDBColumn.
An instance of RDBColumn describes a particular column in a particular table in the database.
RDBColumn(RDBTable, String) - Constructor for class com.lutris.dods.builder.generator.query.RDBColumn
 
RDBColumnValue - class com.lutris.dods.builder.generator.query.RDBColumnValue.
After a Vector of RDBColumn objects is used to construct an instance of QueryBuilder, the QueryBuilder.getNextRow() method is used to return an RDBRow object which contains RDBColumnValue objects representing the column values in the returned row.
RDBColumnValue(RDBColumn, Object) - Constructor for class com.lutris.dods.builder.generator.query.RDBColumnValue
The constructor for RDBColumnValue is used only by QueryBuilder, never by the application developer.
RDBRow - class com.lutris.dods.builder.generator.query.RDBRow.
An instance of RDBRow is returned by the QueryBuilder.getNextRow() method.
RDBRow(RDBColumnValue[]) - Constructor for class com.lutris.dods.builder.generator.query.RDBRow
Constructor used only by QueryBuilder, never the application developer.
RDBTable - class com.lutris.dods.builder.generator.query.RDBTable.
An instance of RDBTable describes a particular table in the database.
RDBTable(String) - Constructor for class com.lutris.dods.builder.generator.query.RDBTable
Constructor.
RE - class gnu.regexp.RE.
RE provides the user interface for compiling and matching regular expressions.
RE_BACKSLASH_ESCAPE_IN_LISTS - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_BK_PLUS_QM - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_CHAR_CLASS_ESC_IN_LISTS - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_CHAR_CLASS_ESCAPES - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_CHAR_CLASSES - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_COMMENTS - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_CONTEXT_INDEP_ANCHORS - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_CONTEXT_INDEP_OPS - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_CONTEXT_INVALID_OPS - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_DOT_NEWLINE - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_DOT_NOT_NULL - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_HAT_LISTS_NOT_NEWLINE - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_INTERVALS - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_LIMITED_OPS - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_LOOKAHEAD - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_NEWLINE_ALT - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_NO_BK_BRACES - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_NO_BK_PARENS - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_NO_BK_REFS - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_NO_BK_VBAR - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_NO_EMPTY_RANGES - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_PURE_GROUPING - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_STINGY_OPS - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_STRING_ANCHORS - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_SYNTAX_AWK - Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_ED - Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_EGREP - Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_EMACS - Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_GREP - Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_PERL4 - Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_PERL4_S - Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_PERL5 - Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_PERL5_S - Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_POSIX_AWK - Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_POSIX_BASIC - Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_POSIX_EGREP - Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_POSIX_EXTENDED - Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_POSIX_MINIMAL_BASIC - Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_POSIX_MINIMAL_EXTENDED - Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_SED - Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_UNMATCHED_RIGHT_PAREN_ORD - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE(Object) - Constructor for class gnu.regexp.RE
Constructs a regular expression pattern buffer without any compilation flags set, and using the default syntax (RESyntax.RE_SYNTAX_PERL5).
RE(Object, int) - Constructor for class gnu.regexp.RE
Constructs a regular expression pattern buffer using the specified compilation flags and the default syntax (RESyntax.RE_SYNTAX_PERL5).
RE(Object, int, RESyntax) - Constructor for class gnu.regexp.RE
Constructs a regular expression pattern buffer using the specified compilation flags and regular expression syntax.
read() - Method in class com.lutris.mime.MultipartMimeInputStream
Reads the next byte of data from this input stream.
read() - Method in class com.lutris.util.BMByteSearchStream
Reads the next byte of data from this input stream.
read() - Method in class gnu.regexp.REFilterInputStream
Reads the next byte from the stream per the general contract of InputStream.read().
read(byte[]) - Method in class com.lutris.mime.MultipartMimeInputStream
Reads up to buffer.length bytes of data from this input stream into an array of bytes.
read(byte[]) - Method in class com.lutris.util.BMByteSearchStream
Reads up to buffer.length bytes of data from this input stream into an array of bytes.
read(byte[]) - Method in class gnu.regexp.REFilterInputStream
Reads from the stream into the provided array.
read(byte[], int, int) - Method in class com.lutris.mime.MultipartMimeInputStream
Reads length bytes of data from this input stream into an array of bytes.
read(byte[], int, int) - Method in class com.lutris.util.BMByteSearchStream
Reads length bytes of data from this input stream into an array of bytes.
read(byte[], int, int) - Method in class gnu.regexp.REFilterInputStream
Reads from the stream into the provided array.
readerChange(XMLEntityHandler.EntityReader, int) - Method in class org.apache.xerces.framework.XMLDTDScanner
Change readers
readerChange(XMLEntityHandler.EntityReader, int) - Method in class org.apache.xerces.framework.XMLDocumentScanner
Change readers
readLine(byte[], int, int) - Method in class com.lutris.appserver.server.httpPresentation.HttpPresentationInputStream
Starting at the specified offset, reads into the given array of bytes until all requested bytes have been read or a '\n' is encountered, in which case the '\n' is read into the array as well.
readLine(byte[], int, int) - Method in class javax.servlet.ServletInputStream
Reads the input stream, one line at a time.
readOnly - Variable in class org.apache.xerces.dom.NodeImpl
Read-only property.
readOnly - Variable in class org.apache.xerces.dom.NamedNodeMapImpl
Read-only.
readTo(byte[], int, int) - Method in class com.lutris.util.BMByteSearchStream
Reads data into a buffer until the search pattern or the end of file is detected.
reason - Variable in class com.lutris.mime.MimeException
Holds the reason code for this exception instance.
reason - Variable in class com.lutris.util.ConfigException
Indicates the cause (if known) of the current exception.
recognize(XMLEntityReaderFactory, XMLEntityHandler, XMLErrorReporter, boolean, StringPool, ChunkyByteArray, boolean, boolean) - Method in class org.apache.xerces.readers.XMLDeclRecognizer
Subclasses override this method to support recognizing their encodings.
RecompilationHandler - interface org.enhydra.xml.xmlc.autocomp.RecompilationHandler.
Interface for a recompilation handler.
recompile(ClassInfo) - Method in interface org.enhydra.xml.xmlc.autocomp.RecompilationHandler
Recompile a class file from its source file.
recompile(ClassInfo) - Method in class org.enhydra.xml.xmlc.autocomp.StandardRecompilationHandler
 
reconcileDefaults() - Method in class org.apache.xerces.dom.NamedNodeMapImpl
Subroutine: If this NamedNodeMap is backed by a "defaults" map (eg, if it's being used for Attributes of an XML file validated against a DTD), we need to deal with the risk that those defaults might have changed.
REException - exception gnu.regexp.REException.
This is the regular expression exception class.
RefAssertionException - exception com.lutris.dods.builder.generator.query.RefAssertionException.
 
RefAssertionException(String) - Constructor for class com.lutris.dods.builder.generator.query.RefAssertionException
Construct a exception without a specified cause.
RefAssertionException(String, Throwable) - Constructor for class com.lutris.dods.builder.generator.query.RefAssertionException
Construct a exception with an associated causing exception.
REFilterInputStream - class gnu.regexp.REFilterInputStream.
Replaces instances of a given RE with replacement text.
REFilterInputStream(InputStream, RE, String) - Constructor for class gnu.regexp.REFilterInputStream
Creates an REFilterInputStream.
REG_ANCHORINDEX - Static variable in class gnu.regexp.RE
Execution flag.
REG_BADBR - Static variable in class gnu.regexp.REException
Error flag.
REG_BADPAT - Static variable in class gnu.regexp.REException
Error flag.
REG_BADRPT - Static variable in class gnu.regexp.REException
Error flag.
REG_DOT_NEWLINE - Static variable in class gnu.regexp.RE
Compilation flag.
REG_EBRACE - Static variable in class gnu.regexp.REException
Error flag.
REG_EBRACK - Static variable in class gnu.regexp.REException
Error flag.
REG_ECTYPE - Static variable in class gnu.regexp.REException
Error flag.
REG_EEND - Static variable in class gnu.regexp.REException
Error flag.
REG_EPAREN - Static variable in class gnu.regexp.REException
Error flag.
REG_ERANGE - Static variable in class gnu.regexp.REException
Error flag.
REG_ESCAPE - Static variable in class gnu.regexp.REException
Error flag.
REG_ESIZE - Static variable in class gnu.regexp.REException
Error flag.
REG_ESPACE - Static variable in class gnu.regexp.REException
Error flag.
REG_ESUBREG - Static variable in class gnu.regexp.REException
Error flag.
REG_ICASE - Static variable in class gnu.regexp.RE
Compilation flag.
REG_MULTILINE - Static variable in class gnu.regexp.RE
Compilation flag.
REG_NOTBOL - Static variable in class gnu.regexp.RE
Execution flag.
REG_NOTEOL - Static variable in class gnu.regexp.RE
Execution flag.
register(Application) - Static method in class com.lutris.appserver.server.Enhydra
Associate the given application with the current thread.
register(Thread, Application) - Static method in class com.lutris.appserver.server.Enhydra
Associate the given application with the given thread.
registerDefaultRecognizers(Stack) - Static method in class org.apache.xerces.readers.XMLDeclRecognizer
Register the standard recognizers.
registerResourceLoader(String, Class) - Static method in class org.enhydra.xml.xmlc.autocomp.ResourceLoaderFactory
Register a resource loader class for a class loader.
registerResourceLoader(String, String) - Static method in class org.enhydra.xml.xmlc.autocomp.ResourceLoaderFactory
Register a resource loader class namefor a class loader.
registerSerializerFactory(SerializerFactory) - Static method in class org.apache.xml.serialize.SerializerFactory
Register a serializer factory, keyed by the given method string.
registerUser(Session) - Method in class com.lutris.appserver.server.session.StandardSessionManager
Adds a session's user to the session-to-user table.
release() - Method in interface com.lutris.appserver.server.sql.DBQuery
Frees all resources consumed by this query.
release() - Method in interface com.lutris.appserver.server.sql.DBConnection
Return this connection to its allocator.
release() - Method in interface com.lutris.appserver.server.sql.DBTransaction
Frees all resources consumed by this transaction Connections are returned to the connection pool.
release() - Method in class com.lutris.appserver.server.sql.standard.StandardDBQuery
Frees all resources consumed by this query.
release() - Method in class com.lutris.appserver.server.sql.standard.StandardDBConnection
Return this connection to its allocator.
release() - Method in class com.lutris.appserver.server.sql.standard.StandardDBTransaction
Frees all resources consumed by this transaction Connections are returned to the connection pool.
release() - Method in class javax.servlet.jsp.PageContext
This method shall "reset" the internal state of a PageContext, releasing all internal references, and preparing the PageContext for potential reuse by a later invocation of initialize().
release() - Method in class javax.servlet.jsp.tagext.TagSupport
release() called after doEndTag() to reset state
release() - Method in interface javax.servlet.jsp.tagext.Tag
Called on a Tag handler to release state.
release() - Method in class javax.servlet.jsp.tagext.BodyTagSupport
reset the state of the Tag
release(DBConnection) - Method in interface com.lutris.appserver.server.sql.ConnectionAllocator
Return a connection to the pool.
release(DBConnection) - Method in class com.lutris.appserver.server.sql.standard.StandardConnectionAllocator
Return a connection to the pool.
releaseAttrList(int) - Method in class org.apache.xerces.framework.XMLAttrList
Make the resources of the current attribute list available for reuse.
releasePageContext(PageContext) - Method in class javax.servlet.jsp.JspFactory
called to release a previously allocated PageContext object.
REMatch - class gnu.regexp.REMatch.
An instance of this class represents a match completed by a gnu.regexp matching function.
REMatchEnumeration - class gnu.regexp.REMatchEnumeration.
An REMatchEnumeration enumerates regular expression matches over a given input text.
remove(int) - Method in class org.apache.html.dom.HTMLSelectElementImpl
 
remove(int) - Method in interface org.w3c.dom.html.HTMLSelectElement
Remove an element from the collection of OPTION elementsfor this SELECT.
remove(String) - Method in interface com.lutris.appserver.server.session.StandardSessionUserTable
Removes all references to a session from the user session table.
remove(String) - Method in class com.lutris.util.KeywordValueTable
Delete a field, if the field does not exist, the operation is ignored.
remove(String) - Method in interface com.lutris.util.PersistentStore
Method to simultaneously retrieve and remove an object from persistent store.
remove(String, User) - Method in interface com.lutris.appserver.server.session.StandardSessionUserTable
Remove a session from the user to session mapping table.
removeAttribute(int) - Method in class org.xml.sax.helpers.AttributesImpl
Remove an attribute from the list.
removeAttribute(String) - Method in interface javax.servlet.ServletContext
Removes the attribute with the given name from the servlet context.
removeAttribute(String) - Method in interface javax.servlet.ServletRequest
Removes an attribute from this request.
removeAttribute(String) - Method in interface javax.servlet.http.HttpSession
Removes the object bound with the specified name from this session.
removeAttribute(String) - Method in class javax.servlet.jsp.PageContext
remove the object reference associated with the specified name
removeAttribute(String) - Method in class org.apache.xerces.dom.ElementImpl
Remove the named attribute from this Element.
removeAttribute(String) - Method in interface org.w3c.dom.Element
Removes an attribute by name.
removeAttribute(String) - Method in class org.xml.sax.helpers.AttributeListImpl
Deprecated. Remove an attribute from the list.
removeAttribute(String, int) - Method in class javax.servlet.jsp.PageContext
remove the object reference associated with the specified name
removeAttributeNode(Attr) - Method in class org.apache.xerces.dom.ElementImpl
Remove the specified attribute/value pair.
removeAttributeNode(Attr) - Method in interface org.w3c.dom.Element
Removes the specified attribute node.
removeAttributeNS(String, String) - Method in class org.apache.xerces.dom.ElementImpl
Introduced in DOM Level 2.
removeAttributeNS(String, String) - Method in interface org.w3c.dom.Element
Removes an attribute by local name and namespace URI.
removeChild(Node) - Method in class org.apache.xerces.dom.NodeImpl
Remove a child from this Node.
removeChild(Node) - Method in class org.apache.xerces.dom.NodeContainer
Remove a child from this Node.
removeChild(Node) - Method in class org.apache.xerces.dom.DocumentImpl
Since insertBefore caches the docElement (and, currently, docType), removeChild has to know how to undo the cache
removeChild(Node) - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
 
removeChild(Node) - Method in interface org.w3c.dom.Node
Removes the child node indicated by oldChild from the list of children, and returns it.
removeDelegateCatalog(String) - Method in class org.apache.xerces.readers.XCatalog
Removes a delegate.
removeEntry(String) - Method in class com.lutris.util.ConfigFile
Remove an entry from the config file.
removeEventListener(String, EventListener, boolean) - Method in class org.apache.xerces.dom.NodeImpl
Introduced in DOM Level 2.
removeEventListener(String, EventListener, boolean) - Method in interface org.w3c.dom.events.EventTarget
This method allows the removal of event listeners from the event target.
removeIdentifier(String) - Method in class org.apache.xerces.dom.DocumentImpl
Removes a previously registered element with the specified identifier name.
removeNamedItem(String) - Method in class org.apache.xerces.dom.NamedNodeMapImpl
 
removeNamedItem(String) - Method in interface org.w3c.dom.NamedNodeMap
Removes a node specified by name.
removeNamedItemNS(String, String) - Method in class org.apache.xerces.dom.NamedNodeMapImpl
Introduced in DOM Level 2.
removeNamedItemNS(String, String) - Method in interface org.w3c.dom.NamedNodeMap
Removes a node specified by local name and namespace URI.
removeNode(Node) - Method in class org.apache.xerces.dom.NodeIteratorImpl
Fix-up the iterator on a remove.
removePublicMapping(System) - Method in class org.apache.xerces.readers.XMLCatalogHandler
Removes a public identifier mapping.
removeSession(String) - Method in interface com.lutris.appserver.server.session.StandardSessionHome
 
removeSystemMapping(String) - Method in class org.apache.xerces.readers.XMLCatalogHandler
Removes a system identifier alias.
removeTreeWalker(TreeWalker) - Method in class org.apache.xerces.dom.DocumentImpl
Remove a TreeWalker from the list of TreeWalkers.
removeValue(String) - Method in interface javax.servlet.http.HttpSession
Deprecated. As of Version 2.2, this method is replaced by HttpSession.setAttribute(java.lang.String, java.lang.Object)
removeValue(String) - Method in class javax.servlet.jsp.tagext.TagSupport
Remove a value
replaceChild(Node, Node) - Method in class org.apache.xerces.dom.NodeImpl
Make newChild occupy the location that oldChild used to have.
replaceChild(Node, Node) - Method in class org.apache.xerces.dom.NodeContainer
Make newChild occupy the location that oldChild used to have.
replaceChild(Node, Node) - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
 
replaceChild(Node, Node) - Method in interface org.w3c.dom.Node
Replaces the child node oldChild with newChild in the list of children, and returns the oldChild node.
replaceData(int, int, String) - Method in class org.apache.xerces.dom.CharacterDataImpl
Replace a series of characters at the specified (zero-based) offset with a new string, NOT necessarily of the same length.
replaceData(int, int, String) - Method in interface org.w3c.dom.CharacterData
Replace the characters starting at the specified 16-bit unit offset with the specified string.
replaceNode(Node, Node) - Static method in class org.enhydra.xml.xmlc.XMLCUtil
Replace a node with a given one from another document.
reportError(Locator, String, int, int, Object[], int) - Method in class org.apache.xerces.framework.XMLParser
Report an error.
reportError(Locator, String, int, int, Object[], int) - Method in interface org.apache.xerces.framework.XMLErrorReporter
Report an error detected by a component of the XML parser.
request - Variable in class com.lutris.appserver.server.httpPresentation.HttpPresentationComms
Object used to access HTTP request data.
request - Variable in class com.lutris.appserver.server.jolt.joltpo.JoltPage
Request object that contains the data from the HTTP request.
REQUEST - Static variable in class javax.servlet.jsp.PageContext
name used to store ServletRequest in PageContext name table
REQUEST_SCOPE - Static variable in class javax.servlet.jsp.PageContext
request scope: the named reference remains available from the ServletRequest associated with the Servlet that until the current request is completed.
REQUEST_TIME_VALUE - Static variable in class javax.servlet.jsp.tagext.TagData
Distinguished value for an attribute to indicate its value is a request-time expression which is not yet available because this TagData instance is being used at translation-time.
RequestDispatcher - interface javax.servlet.RequestDispatcher.
Defines an object that receives requests from the client and sends them to any resource (such as a servlet, HTML file, or JSP file) on the server.
requestEntityTooLarge - Static variable in class com.lutris.http.HttpStatus
 
requestPostProcessor(HttpPresentationComms) - Method in interface com.lutris.appserver.server.Application
Request post-processing method.
requestPostProcessor(HttpPresentationComms) - Method in class com.lutris.appserver.server.StandardApplication
Calls application session manager's passivateSession method for the session associated with this request.
requestPreprocessor(HttpPresentationComms) - Method in interface com.lutris.appserver.server.Application
Request preprocessing method.
requestPreprocessor(HttpPresentationComms) - Method in class com.lutris.appserver.server.StandardApplication
Default application request preprocessor.
requestTimeout - Static variable in class com.lutris.http.HttpStatus
 
requestUriTooLarge - Static variable in class com.lutris.http.HttpStatus
 
reset() - Method in interface com.lutris.appserver.server.sql.DBConnection
Closes down all query-specific resources.
reset() - Method in class com.lutris.appserver.server.sql.standard.StandardDBConnection
Closes down all query-specific resources.
reset() - Method in class com.lutris.dods.builder.generator.query.QueryBuilder
Reset the where-clause information.
reset() - Method in interface javax.servlet.ServletResponse
Clears any data that exists in the buffer as well as the status code and headers.
reset() - Method in class org.apache.html.dom.HTMLFormElementImpl
 
reset() - Method in class org.apache.xerces.framework.XMLParser
Reset parser instance so that it can be reused.
reset() - Method in class org.apache.xerces.parsers.DOMParser
Resets the parser.
reset() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
reset() - Method in interface org.w3c.dom.html.HTMLFormElement
Restores a form element's default values.
reset() - Method in class org.xml.sax.helpers.NamespaceSupport
Reset this Namespace support object for reuse.
reset(StringPool) - Method in class org.apache.xerces.framework.XMLAttrList
Reset this instance to an "empty" state.
reset(StringPool, XMLEntityHandler.CharBuffer) - Method in class org.apache.xerces.framework.XMLDTDScanner
Allow XMLDTDScanner to be reused.
reset(StringPool, XMLEntityHandler.CharBuffer) - Method in class org.apache.xerces.framework.XMLDocumentScanner
reset the parser so that the instance can be reused
resetContent - Static variable in class com.lutris.http.HttpStatus
 
resetMaxConnectionCount() - Method in interface com.lutris.appserver.server.sql.LogicalDatabase
Reset the maximum connection count and date.
resetMaxConnectionCount() - Method in class com.lutris.appserver.server.sql.standard.StandardLogicalDatabase
Reset the maximum connection count and date.
resetMaxConnectionCount(String) - Method in class com.lutris.appserver.server.sql.StandardDatabaseManager
Reset the maximum connection count.
resetMaxConnectionCount(String) - Method in interface com.lutris.appserver.server.sql.DatabaseManager
Reset the maximum connection count.
resetMaxCount() - Method in interface com.lutris.appserver.server.sql.ConnectionAllocator
Reset the maximum connection count and date.
resetMaxCount() - Method in class com.lutris.appserver.server.sql.standard.StandardConnectionAllocator
Reset the maximum connection count and date.
resetMaxSessionCount() - Method in interface com.lutris.appserver.server.session.SessionManager
Reset the maximum session count.
resetMaxSessionCount() - Method in class com.lutris.appserver.server.session.StandardSessionManager
Reset the maximum session count.
resetOrCopy() - Method in class org.apache.xerces.framework.XMLParser
Reset or copy parser Allows parser instance reuse
resetOrCopy() - Method in class org.apache.xerces.parsers.DOMParser
Resets or copies the parser.
resolveEntity(String, String) - Method in class org.apache.xerces.readers.XMLCatalogHandler
Resolves external entities.
resolveEntity(String, String) - Method in class org.apache.xerces.readers.XCatalog
Resolves external entities.
resolveEntity(String, String) - Method in interface org.xml.sax.EntityResolver
Allow the application to resolve external entities.
resolveEntity(String, String) - Method in class org.xml.sax.HandlerBase
Deprecated. Resolve an external entity.
resolveEntity(String, String) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter an external entity resolution.
resolveEntity(String, String) - Method in class org.xml.sax.helpers.DefaultHandler
Resolve an external entity.
Resource - class com.lutris.classloader.Resource.
A resource that is a file existing on the local machine or a remote machine.
Resource(String, ClassPathEntry, LogChannel) - Constructor for class com.lutris.classloader.Resource
Constructs resource with specified name, location and log channel.
ResourceLoader - interface org.enhydra.xml.xmlc.autocomp.ResourceLoader.
Interface for object that is used to load the primary classes and find the source files.
ResourceLoaderFactory - class org.enhydra.xml.xmlc.autocomp.ResourceLoaderFactory.
Factory for creating a ResourceLoader wrapper class for a particular class loader.
response - Variable in class com.lutris.appserver.server.httpPresentation.HttpPresentationComms
Object used to generate HTTP responses.
response - Variable in class com.lutris.appserver.server.jolt.joltpo.JoltPage
Response object used to set cookies and other headers.
RESPONSE - Static variable in class javax.servlet.jsp.PageContext
name used to store ServletResponse in PageContext name table
restartup(Config) - Method in interface com.lutris.appserver.server.Application
Continue the startup up process with the application is in the INCOMPLETE state.
restartup(Config) - Method in class com.lutris.appserver.server.StandardApplication
Continue the startup up process with the application is in the INCOMPLETE state.
RESULT_DUPLICATE_ATTR - Static variable in class org.apache.xerces.framework.XMLDocumentScanner
 
RESULT_FAILURE - Static variable in class org.apache.xerces.framework.XMLDocumentScanner
 
RESULT_SUCCESS - Static variable in class org.apache.xerces.framework.XMLDocumentScanner
 
RESyntax - class gnu.regexp.RESyntax.
An RESyntax specifies the way a regular expression will be compiled.
RESyntax() - Constructor for class gnu.regexp.RESyntax
Construct a new syntax object with all bits turned off.
RESyntax(RESyntax) - Constructor for class gnu.regexp.RESyntax
Construct a new syntax object with all bits set the same as the other syntax.
retrieve(String) - Method in interface com.lutris.util.PersistentStore
Method to retrieve a stored object.
RevalidatingDOMParser - class org.apache.xerces.parsers.RevalidatingDOMParser.
This class is a validating DOM parser which can also "revalidate" a DOM subtree after the document has been parsed.
RevalidatingDOMParser() - Constructor for class org.apache.xerces.parsers.RevalidatingDOMParser
 
reverse(String) - Static method in class org.apache.xerces.readers.MIME2Java
Convert a Java encoding name to MIME charset name.
rollback() - Method in interface com.lutris.appserver.server.sql.DBConnection
Rollback a transaction.
rollback() - Method in interface com.lutris.appserver.server.sql.DBTransaction
Method to rollback changes.
rollback() - Method in class com.lutris.appserver.server.sql.standard.StandardDBConnection
Rollback a transaction.
rollback() - Method in class com.lutris.appserver.server.sql.standard.StandardDBTransaction
Method to rollback changes.
rootElementSpecified(int) - Method in interface org.apache.xerces.framework.XMLValidator
Check to see if the rootElement matches the root element specified by the DOCTYPE line.
rootNode - Variable in class org.apache.xerces.dom.DeepNodeListImpl
 
rowSpan - Variable in class com.lutris.html.HtmlTableCell
 
run() - Method in class com.lutris.appserver.server.session.StandardSessionKeyGen
The main code body of the Idle Timer Thread.
run() - Method in class com.lutris.appserver.server.session.StandardSessionIdleTimer
The main code body of the Idle Timer Thread.
run(HttpPresentationComms) - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentation
Run the Presentation Object passing it an HTTP request to handle.
run(HttpPresentationComms) - Method in class com.lutris.appserver.server.jolt.joltpo.JoltPage
Abstract methods that run all code on the page and output the results to the HTTP client.
Run(HttpPresentationRequest, HttpPresentationResponse) - Method in class com.lutris.appserver.server.httpPresentation.HttpPresentationManager
The method is invoked to fulfill an HTTP request.
RUNNING - Static variable in interface com.lutris.appserver.server.Application
Running state code.
runPage() - Method in class com.lutris.appserver.server.jolt.joltpo.JoltPage
Methods defined by the derived class that executes the contents of the page.

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 _