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 _

S

saveCurrentLocation() - Method in interface org.apache.xerces.framework.XMLDTDScanner.EventHandler
REVISIT - does this really do anything -- can we kill it?
SAX2_FEATURES_PREFIX - Static variable in class org.apache.xerces.framework.XMLParser
SAX2 features prefix (http://xml.org/sax/features/).
SAX2_PROPERTIES_PREFIX - Static variable in class org.apache.xerces.framework.XMLParser
SAX2 properties prefix (http://xml.org/sax/properties/).
SAXException - exception org.xml.sax.SAXException.
Encapsulate a general SAX error or warning.
SAXException(Exception) - Constructor for class org.xml.sax.SAXException
Create a new SAXException wrapping an existing exception.
SAXException(String) - Constructor for class org.xml.sax.SAXException
Create a new SAXException.
SAXException(String, Exception) - Constructor for class org.xml.sax.SAXException
Create a new SAXException from an existing exception.
SAXNotRecognizedException - exception org.xml.sax.SAXNotRecognizedException.
Exception class for an unrecognized identifier.
SAXNotRecognizedException(String) - Constructor for class org.xml.sax.SAXNotRecognizedException
Construct a new exception with the given message.
SAXNotSupportedException - exception org.xml.sax.SAXNotSupportedException.
Exception class for an unsupported operation.
SAXNotSupportedException(String) - Constructor for class org.xml.sax.SAXNotSupportedException
Construct a new exception with the given message.
SAXParseException - exception org.xml.sax.SAXParseException.
Encapsulate an XML parse error or warning.
SAXParseException(String, Locator) - Constructor for class org.xml.sax.SAXParseException
Create a new SAXParseException from a message and a Locator.
SAXParseException(String, Locator, Exception) - Constructor for class org.xml.sax.SAXParseException
Wrap an existing exception in a SAXParseException.
SAXParseException(String, String, String, int, int) - Constructor for class org.xml.sax.SAXParseException
Create a new SAXParseException.
SAXParseException(String, String, String, int, int, Exception) - Constructor for class org.xml.sax.SAXParseException
Create a new SAXParseException with an embedded exception.
SAXParser - class org.apache.xerces.parsers.SAXParser.
SAXParser provides a parser which implements the SAX1 and SAX2 parser APIs
SAXParser() - Constructor for class org.apache.xerces.parsers.SAXParser
Default constructor.
SC_ACCEPTED - Static variable in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Status code (202) indicating that a request was accepted for processing, but was not completed.
SC_ACCEPTED - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (202) indicating that a request was accepted for processing, but was not completed.
SC_BAD_GATEWAY - Static variable in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Status code (502) indicating that the HTTP server received an invalid response from a server it consulted when acting as a proxy or gateway.
SC_BAD_GATEWAY - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (502) indicating that the HTTP server received an invalid response from a server it consulted when acting as a proxy or gateway.
SC_BAD_REQUEST - Static variable in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Status code (400) indicating the request sent by the client was syntactically incorrect.
SC_BAD_REQUEST - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (400) indicating the request sent by the client was syntactically incorrect.
SC_CONFLICT - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (409) indicating that the request could not be completed due to a conflict with the current state of the resource.
SC_CONTINUE - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (100) indicating the client can continue.
SC_CREATED - Static variable in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Status code (201) indicating the request succeeded and created a new resource on the server.
SC_CREATED - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (201) indicating the request succeeded and created a new resource on the server.
SC_EXPECTATION_FAILED - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (417) indicating that the server could not meet the expectation given in the Expect request header.
SC_FORBIDDEN - Static variable in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Status code (403) indicating the server understood the request but refused to fulfill it.
SC_FORBIDDEN - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (403) indicating the server understood the request but refused to fulfill it.
SC_GATEWAY_TIMEOUT - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (504) indicating that the server did not receive a timely response from the upstream server while acting as a gateway or proxy.
SC_GONE - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (410) indicating that the resource is no longer available at the server and no forwarding address is known.
SC_HTTP_VERSION_NOT_SUPPORTED - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (505) indicating that the server does not support or refuses to support the HTTP protocol version that was used in the request message.
SC_INTERNAL_SERVER_ERROR - Static variable in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Status code (500) indicating an error inside the HTTP service which prevented it from fulfilling the request.
SC_INTERNAL_SERVER_ERROR - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (500) indicating an error inside the HTTP server which prevented it from fulfilling the request.
SC_LENGTH_REQUIRED - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (411) indicating that the request cannot be handled without a defined Content-Length.
SC_METHOD_NOT_ALLOWED - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (405) indicating that the method specified in the Request-Line is not allowed for the resource identified by the Request-URI.
SC_MOVED_PERMANENTLY - Static variable in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Status code (301) indicating that the resource has permanently moved to a new location, and that future references should use a new URI with their requests.
SC_MOVED_PERMANENTLY - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (301) indicating that the resource has permanently moved to a new location, and that future references should use a new URI with their requests.
SC_MOVED_TEMPORARILY - Static variable in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Status code (302) indicating that the resource has temporarily moved to another location, but that future references should still use the original URI to access the resource.
SC_MOVED_TEMPORARILY - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (302) indicating that the resource has temporarily moved to another location, but that future references should still use the original URI to access the resource.
SC_MULTIPLE_CHOICES - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (300) indicating that the requested resource corresponds to any one of a set of representations, each with its own specific location.
SC_NO_CONTENT - Static variable in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Status code (204) indicating that the request succeeded but that there was no new information to return.
SC_NO_CONTENT - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (204) indicating that the request succeeded but that there was no new information to return.
SC_NON_AUTHORITATIVE_INFORMATION - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (203) indicating that the meta information presented by the client did not originate from the server.
SC_NOT_ACCEPTABLE - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (406) indicating that the resource identified by the request is only capable of generating response entities which have content characteristics not acceptable according to the accept headerssent in the request.
SC_NOT_FOUND - Static variable in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Status code (404) indicating that the requested resource is not available.
SC_NOT_FOUND - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (404) indicating that the requested resource is not available.
SC_NOT_IMPLEMENTED - Static variable in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Status code (501) indicating the HTTP service does not support the functionality needed to fulfill the request.
SC_NOT_IMPLEMENTED - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (501) indicating the HTTP server does not support the functionality needed to fulfill the request.
SC_NOT_MODIFIED - Static variable in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Status code (304) indicating that a conditional GET operation found that the resource was available and not modified.
SC_NOT_MODIFIED - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (304) indicating that a conditional GET operation found that the resource was available and not modified.
SC_OK - Static variable in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Status code (200) indicating the request succeeded normally.
SC_OK - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (200) indicating the request succeeded normally.
SC_PARTIAL_CONTENT - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (206) indicating that the server has fulfilled the partial GET request for the resource.
SC_PAYMENT_REQUIRED - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (402) reserved for future use.
SC_PRECONDITION_FAILED - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (412) indicating that the precondition given in one or more of the request-header fields evaluated to false when it was tested on the server.
SC_PROXY_AUTHENTICATION_REQUIRED - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (407) indicating that the client MUST first authenticate itself with the proxy.
SC_REQUEST_ENTITY_TOO_LARGE - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (413) indicating that the server is refusing to process the request because the request entity is larger than the server is willing or able to process.
SC_REQUEST_TIMEOUT - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (408) indicating that the client did not produce a requestwithin the time that the server was prepared to wait.
SC_REQUEST_URI_TOO_LONG - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (414) indicating that the server is refusing to service the request because the Request-URI is longer than the server is willing to interpret.
SC_REQUESTED_RANGE_NOT_SATISFIABLE - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (416) indicating that the server cannot serve the requested byte range.
SC_RESET_CONTENT - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (205) indicating that the agent SHOULD reset the document view which caused the request to be sent.
SC_SEE_OTHER - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (303) indicating that the response to the request can be found under a different URI.
SC_SERVICE_UNAVAILABLE - Static variable in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Status code (503) indicating that the HTTP service is temporarily overloaded, and unable to handle the request.
SC_SERVICE_UNAVAILABLE - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (503) indicating that the HTTP server is temporarily overloaded, and unable to handle the request.
SC_SWITCHING_PROTOCOLS - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (101) indicating the server is switching protocols according to Upgrade header.
SC_UNAUTHORIZED - Static variable in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Status code (401) indicating that the request requires HTTP authentication.
SC_UNAUTHORIZED - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (401) indicating that the request requires HTTP authentication.
SC_UNSUPPORTED_MEDIA_TYPE - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (415) indicating that the server is refusing to service the request because the entity of the request is in a format not supported by the requested resource for the requested method.
SC_USE_PROXY - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (305) indicating that the requested resource MUST be accessed through the proxy given by the Location field.
scanAttributeName(XMLEntityHandler.EntityReader, int) - Method in class org.apache.xerces.framework.XMLParser
Scans an attribute name.
scanAttributeName(XMLEntityHandler.EntityReader, int) - Method in interface org.apache.xerces.framework.XMLDocumentScanner.EventHandler
Scan an attribute name.
scanAttValue(char, boolean) - Method in class org.apache.xerces.readers.StreamingCharReader
 
scanAttValue(char, boolean) - Method in interface org.apache.xerces.readers.XMLEntityHandler.EntityReader
Scan an attribute value.
scanAttValue(int, int) - Method in class org.apache.xerces.framework.XMLParser
Scan an attribute value.
scanAttValue(int, int) - Method in interface org.apache.xerces.framework.XMLDocumentScanner.EventHandler
Scan the value of an attribute and include it in the set of specified attributes for the element.
scanAttValue(int, int, boolean) - Method in class org.apache.xerces.framework.XMLDocumentScanner
Scan an attribute value
scanCharRef(boolean) - Method in class org.apache.xerces.readers.StreamingCharReader
 
scanCharRef(boolean) - Method in interface org.apache.xerces.readers.XMLEntityHandler.EntityReader
Scan a character reference.
scanContent(int) - Method in class org.apache.xerces.readers.StreamingCharReader
 
scanContent(int) - Method in interface org.apache.xerces.readers.XMLEntityHandler.EntityReader
Skip through the input while we are looking at character data.
scanDecls(boolean) - Method in class org.apache.xerces.framework.XMLDTDScanner
Scan markup declarations
scanDefaultAttValue(int, int) - Method in class org.apache.xerces.framework.XMLDTDScanner
Scan the default value in an attribute declaration
scanDefaultAttValue(int, int, int, int) - Method in interface org.apache.xerces.framework.XMLDTDScanner.EventHandler
Scan the default value for an attribute
scanDoctypeDecl() - Method in class org.apache.xerces.framework.XMLDTDScanner
This routine is called after the <!DOCTYPE portion of a DOCTYPE line has been called.
scanDoctypeDecl(boolean) - Method in class org.apache.xerces.framework.XMLParser
Scan doctype decl.
scanDoctypeDecl(boolean) - Method in interface org.apache.xerces.framework.XMLDocumentScanner.EventHandler
Scan the document type declaration
scanElementType(XMLEntityHandler.EntityReader, char) - Method in interface org.apache.xerces.framework.XMLDTDScanner.EventHandler
Scan an element type
scanElementType(XMLEntityHandler.EntityReader, char) - Method in class org.apache.xerces.framework.XMLParser
Scans an element type.
scanElementType(XMLEntityHandler.EntityReader, char) - Method in interface org.apache.xerces.framework.XMLDocumentScanner.EventHandler
Scan an element type.
scanEntityValue(int, boolean) - Method in class org.apache.xerces.readers.StreamingCharReader
 
scanEntityValue(int, boolean) - Method in interface org.apache.xerces.readers.XMLEntityHandler.EntityReader
Scan an entity value.
scanExpectedElementType(XMLEntityHandler.EntityReader, char) - Method in class org.apache.xerces.framework.XMLParser
Scans an expected element type.
scanExpectedElementType(XMLEntityHandler.EntityReader, char) - Method in interface org.apache.xerces.framework.XMLDocumentScanner.EventHandler
Scan the expected element type.
scanExpectedName(char, StringPool.CharArrayRange) - Method in class org.apache.xerces.readers.StreamingCharReader
 
scanExpectedName(char, StringPool.CharArrayRange) - Method in interface org.apache.xerces.readers.XMLEntityHandler.EntityReader
Scan the name that is expected at the current position in the document.
scanInterval - Variable in class com.lutris.appserver.server.session.StandardSessionManager
The time in seconds between scans for idle sessions to expire.
scanInvalidChar() - Method in class org.apache.xerces.readers.StreamingCharReader
 
scanInvalidChar() - Method in interface org.apache.xerces.readers.XMLEntityHandler.EntityReader
Scan an invalid character.
scanName(char) - Method in class org.apache.xerces.readers.StreamingCharReader
 
scanName(char) - Method in interface org.apache.xerces.readers.XMLEntityHandler.EntityReader
Add a sequence of characters that match the XML definition of a Name to the StringPool.
scanQName(char) - Method in class org.apache.xerces.readers.StreamingCharReader
 
scanQName(char) - Method in interface org.apache.xerces.readers.XMLEntityHandler.EntityReader
Add a sequence of characters that match the XML Namespaces definition of a QName to the StringPool.
scanStringLiteral() - Method in class org.apache.xerces.readers.StreamingCharReader
 
scanStringLiteral() - Method in interface org.apache.xerces.readers.XMLEntityHandler.EntityReader
Scan a string literal.
search(byte[]) - Method in class com.lutris.util.BMByteSearch
Search for the previously pre-compiled pattern string in an array of bytes.
search(byte[], int, int) - Method in class com.lutris.util.BMByteSearch
Search for the previously pre-compiled pattern string in an array of bytes.
seeOther - Static variable in class com.lutris.http.HttpStatus
 
select() - Method in class org.apache.html.dom.HTMLInputElementImpl
 
select() - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
 
select() - Method in interface org.w3c.dom.html.HTMLTextAreaElement
Select the contents of the TEXTAREA.
select() - Method in interface org.w3c.dom.html.HTMLInputElement
Select the contents of the text area.
selectNode(Node) - Method in class org.apache.xerces.dom.RangeImpl
 
selectNode(Node) - Method in interface org.w3c.dom.range.Range
Select a node and its contents
selectNodeContents(Node) - Method in class org.apache.xerces.dom.RangeImpl
 
selectNodeContents(Node) - Method in interface org.w3c.dom.range.Range
Select the contents within a node
sendCookieForNewSession - Variable in class com.lutris.appserver.server.StandardApplication
Determines if a cookie with the session id is sent to the client.
sendError(int) - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Sends an error response to the client using the specified status code and a default message.
sendError(int) - Method in interface javax.servlet.http.HttpServletResponse
Sends an error response to the client using the specified status.
sendError(int, String) - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Sends an error response to the client using the specified status code and descriptive message.
sendError(int, String) - Method in interface javax.servlet.http.HttpServletResponse
Sends an error response to the client using the specified status code and descriptive message.
sendRedirect(String) - Method in interface javax.servlet.http.HttpServletResponse
Sends a temporary redirect response to the client using the specified redirect location URL.
serialize(Document) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Serializes the DOM document using the previously specified writer and output format.
serialize(Document) - Method in interface org.apache.xml.serialize.DOMSerializer
Serializes the DOM document.
serialize(DocumentFragment) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Serializes the DOM document fragmnt using the previously specified writer and output format.
serialize(DocumentFragment) - Method in interface org.apache.xml.serialize.DOMSerializer
Serializes the DOM document fragment.
serialize(Element) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Serializes the DOM element using the previously specified writer and output format.
serialize(Element) - Method in interface org.apache.xml.serialize.DOMSerializer
Serialized the DOM element.
serializeElement(Element) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Called to serializee the DOM element.
serializeElement(Element) - Method in class org.apache.xml.serialize.XMLSerializer
Called to serialize a DOM element.
serializeElement(Element) - Method in class org.apache.xml.serialize.TextSerializer
Called to serialize a DOM element.
serializeElement(Element) - Method in class org.apache.xml.serialize.HTMLSerializer
Called to serialize a DOM element.
serializeNode(Node) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Serialize the DOM node.
serializeNode(Node) - Method in class org.apache.xml.serialize.TextSerializer
Serialize the DOM node.
serializePreRoot() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Comments and PIs cannot be serialized before the root element, because the root element serializes the document type, which generally comes first.
Serializer - interface org.apache.xml.serialize.Serializer.
Interface for a DOM serializer implementation, factory for DOM and SAX serializers, and static methods for serializing DOM documents.
SerializerFactory - class org.apache.xml.serialize.SerializerFactory.
 
SerializerFactory() - Constructor for class org.apache.xml.serialize.SerializerFactory
 
ServerPageRedirectException - error com.lutris.appserver.server.httpPresentation.ServerPageRedirectException.
Exception used to signal a page redirection internal to server.
ServerPageRedirectException(String) - Constructor for class com.lutris.appserver.server.httpPresentation.ServerPageRedirectException
Constructor a server redirection exception.
service(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Receives standard HTTP requests from the public service method and dispatches them to the doXXX methods defined in this class.
service(ServletRequest, ServletResponse) - Method in interface javax.servlet.Servlet
Called by the servlet container to allow the servlet to respond to a request.
service(ServletRequest, ServletResponse) - Method in class javax.servlet.GenericServlet
Called by the servlet container to allow the servlet to respond to a request.
service(ServletRequest, ServletResponse) - Method in class javax.servlet.http.HttpServlet
Dispatches client requests to the protected service method.
serviceUnavailable - Static variable in class com.lutris.http.HttpStatus
 
Servlet - interface javax.servlet.Servlet.
Defines methods that all servlets must implement.
ServletConfig - interface javax.servlet.ServletConfig.
A servlet configuration object used by a servlet container used to pass information to a servlet during initialization.
ServletContext - interface javax.servlet.ServletContext.
Defines a set of methods that a servlet uses to communicate with its servlet container, for example, to get the MIME type of a file, dispatch requests, or write to a log file.
ServletException - exception javax.servlet.ServletException.
Defines a general exception a servlet can throw when it encounters difficulty.
ServletException() - Constructor for class javax.servlet.ServletException
Constructs a new servlet exception.
ServletException(String) - Constructor for class javax.servlet.ServletException
Constructs a new servlet exception with the specified message.
ServletException(String, Throwable) - Constructor for class javax.servlet.ServletException
Constructs a new servlet exception when the servlet needs to throw an exception and include a message about the "root cause" exception that interfered with its normal operation, including a description message.
ServletException(Throwable) - Constructor for class javax.servlet.ServletException
Constructs a new servlet exception when the servlet needs to throw an exception and include a message about the "root cause" exception that interfered with its normal operation.
ServletInputStream - class javax.servlet.ServletInputStream.
Provides an input stream for reading binary data from a client request, including an efficient readLine method for reading data one line at a time.
ServletInputStream() - Constructor for class javax.servlet.ServletInputStream
Does nothing, because this is an abstract class.
ServletOutputStream - class javax.servlet.ServletOutputStream.
Provides an output stream for sending binary data to the client.
ServletOutputStream() - Constructor for class javax.servlet.ServletOutputStream
Does nothing, because this is an abstract class.
ServletRequest - interface javax.servlet.ServletRequest.
Defines an object to provide client request information to a servlet.
servletRequestPreprocessor(Servlet, ServletContext, HttpServletRequest, HttpServletResponse) - Method in interface com.lutris.appserver.server.Application
This preprocessor hook is called before the request/response pair is processed by the HttpPresentationServlet.
servletRequestPreprocessor(Servlet, ServletContext, HttpServletRequest, HttpServletResponse) - Method in class com.lutris.appserver.server.StandardApplication
This is a hook that allows applications to act on requests before they enter the Enhydra framework.
servletRequestPreprocessor(Servlet, ServletContext, HttpServletRequest, HttpServletResponse) - Method in class com.lutris.appserver.server.httpPresentation.HttpPresentationManager
This is an internal use only hook, see the description in Application.java.
ServletResponse - interface javax.servlet.ServletResponse.
Defines an object to assist a servlet in sending a response to the client.
session - Variable in class com.lutris.appserver.server.httpPresentation.HttpPresentationComms
Session object that this presentation is associated with.
session - Variable in class com.lutris.appserver.server.jolt.joltpo.JoltPage
Session object that this presentation is associated with.
Session - interface com.lutris.appserver.server.session.Session.
Defines the interface for the Session object expected by the SessionManager..
SESSION - Static variable in class javax.servlet.jsp.PageContext
name used to store HttpSession in PageContext name table
SESSION_ACTIVE - Static variable in class com.lutris.appserver.server.session.StandardSessionManager
Indicates that a sesson is still active.
SESSION_EXPLICT_DELETE - Static variable in class com.lutris.appserver.server.session.StandardSessionManager
Indicates that a sesson was explictly deleted.
SESSION_IDLE_EXPIRE - Static variable in class com.lutris.appserver.server.session.StandardSessionManager
Indicates that a sesson was deleted due to idle time being exceeded.
SESSION_MAX_TIME - Static variable in class com.lutris.appserver.server.session.StandardSessionManager
Indicates that a sesson was deleted due to max time being exceeded.
SESSION_SCOPE - Static variable in class javax.servlet.jsp.PageContext
session scope (only valid if this page participates in a session): the named reference remains available from the HttpSession (if any) associated with the Servlet until the HttpSession is invalidated.
sessionData - Variable in class com.lutris.appserver.server.httpPresentation.HttpPresentationComms
Session data object.
SessionData - class com.lutris.appserver.server.session.SessionData.
Per-session application data.
SessionData() - Constructor for class com.lutris.appserver.server.session.SessionData
 
sessionDeleted(Session, int) - Method in class com.lutris.appserver.server.session.StandardSessionManager
Method called when a session is deleted.
SessionException - exception com.lutris.appserver.server.session.SessionException.
 
SessionException(String) - Constructor for class com.lutris.appserver.server.session.SessionException
 
SessionException(String, Throwable) - Constructor for class com.lutris.appserver.server.session.SessionException
 
SessionException(Throwable) - Constructor for class com.lutris.appserver.server.session.SessionException
 
sessionExists(String) - Method in interface com.lutris.appserver.server.session.SessionManager
Returns whether the Session object associated with the specified session key exists.
sessionExists(String) - Method in class com.lutris.appserver.server.session.StandardSessionManager
Returns whether the Session object associated with the specified session key exists.
sessionManager - Variable in class com.lutris.appserver.server.StandardApplication
Session manager for all application sessions.
SessionManager - interface com.lutris.appserver.server.session.SessionManager.
The session management object interface.
set(int) - Method in class gnu.regexp.RESyntax
Set a given bit in this syntax.
set(String, Object) - Method in class com.lutris.util.KeywordValueTable
Set the value of a field.
setAbbr(String) - Method in class org.apache.html.dom.HTMLTableCellElementImpl
 
setAbbr(String) - Method in interface org.w3c.dom.html.HTMLTableCellElement
 
setAccept(String) - Method in class org.apache.html.dom.HTMLInputElementImpl
 
setAccept(String) - Method in interface org.w3c.dom.html.HTMLInputElement
 
setAcceptCharset(String) - Method in class org.apache.html.dom.HTMLFormElementImpl
 
setAcceptCharset(String) - Method in interface org.enhydra.wireless.wml.dom.WMLGoElement
 
setAcceptCharset(String) - Method in interface org.w3c.dom.html.HTMLFormElement
 
setAccessKey(String) - Method in class org.apache.html.dom.HTMLInputElementImpl
 
setAccessKey(String) - Method in class org.apache.html.dom.HTMLLabelElementImpl
 
setAccessKey(String) - Method in class org.apache.html.dom.HTMLButtonElementImpl
 
setAccessKey(String) - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
 
setAccessKey(String) - Method in class org.apache.html.dom.HTMLAnchorElementImpl
 
setAccessKey(String) - Method in class org.apache.html.dom.HTMLAreaElementImpl
 
setAccessKey(String) - Method in class org.apache.html.dom.HTMLLegendElementImpl
 
setAccessKey(String) - Method in interface org.w3c.dom.html.HTMLLabelElement
 
setAccessKey(String) - Method in interface org.w3c.dom.html.HTMLButtonElement
 
setAccessKey(String) - Method in interface org.w3c.dom.html.HTMLTextAreaElement
 
setAccessKey(String) - Method in interface org.w3c.dom.html.HTMLInputElement
 
setAccessKey(String) - Method in interface org.w3c.dom.html.HTMLAreaElement
 
setAccessKey(String) - Method in interface org.w3c.dom.html.HTMLLegendElement
 
setAccessKey(String) - Method in interface org.w3c.dom.html.HTMLAnchorElement
 
setAction(String) - Method in class org.apache.html.dom.HTMLFormElementImpl
 
setAction(String) - Method in interface org.w3c.dom.html.HTMLFormElement
 
setAlign(String) - Method in class org.apache.html.dom.HTMLTableCellElementImpl
 
setAlign(String) - Method in class org.apache.html.dom.HTMLParagraphElementImpl
 
setAlign(String) - Method in class org.apache.html.dom.HTMLAppletElementImpl
 
setAlign(String) - Method in class org.apache.html.dom.HTMLInputElementImpl
 
setAlign(String) - Method in class org.apache.html.dom.HTMLTableElementImpl
 
setAlign(String) - Method in class org.apache.html.dom.HTMLTableRowElementImpl
 
setAlign(String) - Method in class org.apache.html.dom.HTMLIFrameElementImpl
 
setAlign(String) - Method in class org.apache.html.dom.HTMLTableColElementImpl
 
setAlign(String) - Method in class org.apache.html.dom.HTMLLegendElementImpl
 
setAlign(String) - Method in class org.apache.html.dom.HTMLImageElementImpl
 
setAlign(String) - Method in class org.apache.html.dom.HTMLObjectElementImpl
 
setAlign(String) - Method in class org.apache.html.dom.HTMLDivElementImpl
 
setAlign(String) - Method in class org.apache.html.dom.HTMLHeadingElementImpl
 
setAlign(String) - Method in class org.apache.html.dom.HTMLTableSectionElementImpl
 
setAlign(String) - Method in class org.apache.html.dom.HTMLHRElementImpl
 
setAlign(String) - Method in class org.apache.html.dom.HTMLTableCaptionElementImpl
 
setAlign(String) - Method in interface org.enhydra.wireless.wml.dom.WMLTableElement
'align' set the align of the table (Section 11.8.5, WAP WML Version 16-Jun-1999)
setAlign(String) - Method in interface org.enhydra.wireless.wml.dom.WMLPElement
'align' specifies the align of teh paragraph The legal values are 'left,' 'center,' and 'right' (Section 11.8.3, WAP WML Version 16-Jun-1999)
setAlign(String) - Method in interface org.enhydra.wireless.wml.dom.WMLImgElement
'align' specifies the alignment of the image within the text flow.
setAlign(String) - Method in interface org.w3c.dom.html.HTMLTableSectionElement
 
setAlign(String) - Method in interface org.w3c.dom.html.HTMLParagraphElement
 
setAlign(String) - Method in interface org.w3c.dom.html.HTMLImageElement
 
setAlign(String) - Method in interface org.w3c.dom.html.HTMLDivElement
 
setAlign(String) - Method in interface org.w3c.dom.html.HTMLHeadingElement
 
setAlign(String) - Method in interface org.w3c.dom.html.HTMLTableElement
 
setAlign(String) - Method in interface org.w3c.dom.html.HTMLTableCaptionElement
 
setAlign(String) - Method in interface org.w3c.dom.html.HTMLInputElement
 
setAlign(String) - Method in interface org.w3c.dom.html.HTMLTableColElement
 
setAlign(String) - Method in interface org.w3c.dom.html.HTMLLegendElement
 
setAlign(String) - Method in interface org.w3c.dom.html.HTMLTableCellElement
 
setAlign(String) - Method in interface org.w3c.dom.html.HTMLAppletElement
 
setAlign(String) - Method in interface org.w3c.dom.html.HTMLHRElement
 
setAlign(String) - Method in interface org.w3c.dom.html.HTMLTableRowElement
 
setAlign(String) - Method in interface org.w3c.dom.html.HTMLIFrameElement
 
setAlign(String) - Method in interface org.w3c.dom.html.HTMLObjectElement
 
setALink(String) - Method in class org.apache.html.dom.HTMLBodyElementImpl
 
setALink(String) - Method in interface org.w3c.dom.html.HTMLBodyElement
 
setAllowJavaEncodingName(boolean) - Method in interface org.apache.xerces.readers.XMLEntityReaderFactory
 
setAllowJavaEncodingName(boolean) - Method in class org.apache.xerces.readers.DefaultReaderFactory
 
setAllowJavaEncodings(boolean) - Method in class org.apache.xerces.framework.XMLParser
Allows the use of Java encoding names in the XMLDecl and TextDecl lines in an XML document.
setAlt(String) - Method in class org.apache.html.dom.HTMLAppletElementImpl
 
setAlt(String) - Method in class org.apache.html.dom.HTMLInputElementImpl
 
setAlt(String) - Method in class org.apache.html.dom.HTMLAreaElementImpl
 
setAlt(String) - Method in class org.apache.html.dom.HTMLImageElementImpl
 
setAlt(String) - Method in interface org.enhydra.wireless.wml.dom.WMLImgElement
'alt' specifies an alternative text for the image (Section 11.9, WAP WML Version 16-Jun-1999)
setAlt(String) - Method in interface org.w3c.dom.html.HTMLImageElement
 
setAlt(String) - Method in interface org.w3c.dom.html.HTMLInputElement
 
setAlt(String) - Method in interface org.w3c.dom.html.HTMLAreaElement
 
setAlt(String) - Method in interface org.w3c.dom.html.HTMLAppletElement
 
setArchive(String) - Method in class org.apache.html.dom.HTMLAppletElementImpl
 
setArchive(String) - Method in class org.apache.html.dom.HTMLObjectElementImpl
 
setArchive(String) - Method in interface org.w3c.dom.html.HTMLAppletElement
 
setArchive(String) - Method in interface org.w3c.dom.html.HTMLObjectElement
 
setAsFirstChild(int, int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Sets the first child of the parentIndex to childIndex.
setAttribute(int, String, String, String, String, String) - Method in class org.xml.sax.helpers.AttributesImpl
Set an attribute in the list.
setAttribute(String, Object) - Method in interface javax.servlet.ServletContext
Binds an object to a given attribute name in this servlet context.
setAttribute(String, Object) - Method in interface javax.servlet.ServletRequest
Stores an attribute in this request.
setAttribute(String, Object) - Method in interface javax.servlet.http.HttpSession
Binds an object to this session, using the name specified.
setAttribute(String, Object) - Method in class javax.servlet.jsp.PageContext
register the name and object specified with page scope semantics
setAttribute(String, Object) - Method in class javax.servlet.jsp.tagext.TagData
Set the value of this attribute to be
setAttribute(String, Object, int) - Method in class javax.servlet.jsp.PageContext
register the name and object specified with appropriate scope semantics
setAttribute(String, String) - Method in class org.apache.xerces.dom.ElementImpl
Add a new name/value pair, or replace the value of the existing attribute having that name.
setAttribute(String, String) - Method in interface org.w3c.dom.Element
Adds a new attribute.
setAttributeList(AttributeList) - Method in class org.xml.sax.helpers.AttributeListImpl
Deprecated. Set the attribute list, discarding previous contents.
setAttributeNode(Attr) - Method in class org.apache.xerces.dom.ElementImpl
Add a new attribute/value pair, or replace the value of the existing attribute with that name.
setAttributeNode(Attr) - Method in interface org.w3c.dom.Element
Adds a new attribute node.
setAttributeNode(int, int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Adds an attribute node to the specified element.
setAttributeNodeNS(Attr) - Method in class org.apache.xerces.dom.ElementImpl
Introduced in DOM Level 2.
setAttributeNodeNS(Attr) - Method in interface org.w3c.dom.Element
Adds a new attribute.
setAttributeNS(String, String, String) - Method in class org.apache.xerces.dom.ElementImpl
Introduced in DOM Level 2.
setAttributeNS(String, String, String) - Method in interface org.w3c.dom.Element
Adds a new attribute.
setAutoCommit(boolean) - Method in interface com.lutris.appserver.server.sql.DBConnection
Autocommit on/off.
setAutoCommit(boolean) - Method in class com.lutris.appserver.server.sql.standard.StandardDBConnection
Autocommit on/off.
setAxis(String) - Method in class org.apache.html.dom.HTMLTableCellElementImpl
 
setAxis(String) - Method in interface org.w3c.dom.html.HTMLTableCellElement
 
setBackground(String) - Method in class org.apache.html.dom.HTMLBodyElementImpl
 
setBackground(String) - Method in interface org.w3c.dom.html.HTMLBodyElement
 
setBackgroundColor(String) - Method in class com.lutris.html.HtmlTableCell
 
setBackgroundColor(String) - Method in class com.lutris.html.HtmlTable
 
setBackgroundColor(String) - Method in class com.lutris.html.HtmlTableRow
 
setBgColor(String) - Method in class org.apache.html.dom.HTMLTableCellElementImpl
 
setBgColor(String) - Method in class org.apache.html.dom.HTMLTableElementImpl
 
setBgColor(String) - Method in class org.apache.html.dom.HTMLTableRowElementImpl
 
setBgColor(String) - Method in class org.apache.html.dom.HTMLBodyElementImpl
 
setBgColor(String) - Method in interface org.w3c.dom.html.HTMLTableElement
 
setBgColor(String) - Method in interface org.w3c.dom.html.HTMLTableCellElement
 
setBgColor(String) - Method in interface org.w3c.dom.html.HTMLBodyElement
 
setBgColor(String) - Method in interface org.w3c.dom.html.HTMLTableRowElement
 
setBody(HTMLElement) - Method in class org.apache.html.dom.HTMLDocumentImpl
 
setBody(HTMLElement) - Method in class org.enhydra.xml.xmlc.html.HTMLObjectImpl
 
setBody(HTMLElement) - Method in interface org.w3c.dom.html.HTMLDocument
 
setBodyContent(BodyContent) - Method in interface javax.servlet.jsp.tagext.BodyTag
Setter method for the bodyContent property.
setBodyContent(BodyContent) - Method in class javax.servlet.jsp.tagext.BodyTagSupport
Prepare for evaluation of the body It will be invoked at most once per action invocation.
setBorder(String) - Method in class org.apache.html.dom.HTMLTableElementImpl
 
setBorder(String) - Method in class org.apache.html.dom.HTMLImageElementImpl
 
setBorder(String) - Method in class org.apache.html.dom.HTMLObjectElementImpl
 
setBorder(String) - Method in interface org.w3c.dom.html.HTMLImageElement
 
setBorder(String) - Method in interface org.w3c.dom.html.HTMLTableElement
 
setBorder(String) - Method in interface org.w3c.dom.html.HTMLObjectElement
 
setBorderWidth(int) - Method in class com.lutris.html.HtmlTable
 
setBufferSize(int) - Method in interface javax.servlet.ServletResponse
Sets the preferred buffer size for the body of the response.
setByteStream(InputStream) - Method in class org.xml.sax.InputSource
Set the byte stream for this input source.
setCanonical(boolean) - Method in class org.apache.xerces.domx.XGrammarWriter
Sets whether the output is canonical.
setCaption(HTMLTableCaptionElement) - Method in class org.apache.html.dom.HTMLTableElementImpl
 
setCaption(HTMLTableCaptionElement) - Method in interface org.w3c.dom.html.HTMLTableElement
 
setCaption(String) - Method in class com.lutris.html.HtmlTable
 
setCDataElements(String[]) - Method in class org.apache.xml.serialize.OutputFormat
Sets the list of elements for which text node children should be output as CDATA.
setCellIndex(int) - Method in class org.apache.html.dom.HTMLTableCellElementImpl
 
setCellPadding(int) - Method in class com.lutris.html.HtmlTable
 
setCellPadding(String) - Method in class org.apache.html.dom.HTMLTableElementImpl
 
setCellPadding(String) - Method in interface org.w3c.dom.html.HTMLTableElement
 
setCells(HTMLCollection) - Method in class org.apache.html.dom.HTMLTableRowElementImpl
 
setCellSpacing(int) - Method in class com.lutris.html.HtmlTable
 
setCellSpacing(String) - Method in class org.apache.html.dom.HTMLTableElementImpl
 
setCellSpacing(String) - Method in interface org.w3c.dom.html.HTMLTableElement
 
setCh(String) - Method in class org.apache.html.dom.HTMLTableCellElementImpl
 
setCh(String) - Method in class org.apache.html.dom.HTMLTableRowElementImpl
 
setCh(String) - Method in class org.apache.html.dom.HTMLTableColElementImpl
 
setCh(String) - Method in class org.apache.html.dom.HTMLTableSectionElementImpl
 
setCh(String) - Method in interface org.w3c.dom.html.HTMLTableSectionElement
 
setCh(String) - Method in interface org.w3c.dom.html.HTMLTableColElement
 
setCh(String) - Method in interface org.w3c.dom.html.HTMLTableCellElement
 
setCh(String) - Method in interface org.w3c.dom.html.HTMLTableRowElement
 
setCharacterStream(Reader) - Method in class org.xml.sax.InputSource
Set the character stream for this input source.
setCharset(String) - Method in class org.apache.html.dom.HTMLLinkElementImpl
 
setCharset(String) - Method in class org.apache.html.dom.HTMLAnchorElementImpl
 
setCharset(String) - Method in class org.apache.html.dom.HTMLScriptElementImpl
 
setCharset(String) - Method in interface org.w3c.dom.html.HTMLLinkElement
 
setCharset(String) - Method in interface org.w3c.dom.html.HTMLScriptElement
 
setCharset(String) - Method in interface org.w3c.dom.html.HTMLAnchorElement
 
setChecked(boolean) - Method in class org.apache.html.dom.HTMLInputElementImpl
 
setChecked(boolean) - Method in interface org.w3c.dom.html.HTMLInputElement
 
setChOff(String) - Method in class org.apache.html.dom.HTMLTableCellElementImpl
 
setChOff(String) - Method in class org.apache.html.dom.HTMLTableRowElementImpl
 
setChOff(String) - Method in class org.apache.html.dom.HTMLTableColElementImpl
 
setChOff(String) - Method in class org.apache.html.dom.HTMLTableSectionElementImpl
 
setChOff(String) - Method in interface org.w3c.dom.html.HTMLTableSectionElement
 
setChOff(String) - Method in interface org.w3c.dom.html.HTMLTableColElement
 
setChOff(String) - Method in interface org.w3c.dom.html.HTMLTableCellElement
 
setChOff(String) - Method in interface org.w3c.dom.html.HTMLTableRowElement
 
setCite(String) - Method in class org.apache.html.dom.HTMLQuoteElementImpl
 
setCite(String) - Method in class org.apache.html.dom.HTMLModElementImpl
 
setCite(String) - Method in interface org.w3c.dom.html.HTMLQuoteElement
 
setCite(String) - Method in interface org.w3c.dom.html.HTMLModElement
 
setClassLoader(ClassLoader) - Method in interface org.enhydra.xml.xmlc.autocomp.ResourceLoader
Set the class loader this class is associated with.
setClassName(String) - Method in class org.apache.html.dom.HTMLElementImpl
 
setClassName(String) - Method in interface org.enhydra.wireless.wml.dom.WMLElement
The 'class' attribute of a element that affiliates an elements with one or more elements.
setClassName(String) - Method in interface org.w3c.dom.html.HTMLElement
 
setClassPath(File) - Method in class com.lutris.classloader.MultiClassLoader
Sets class loader with specified class path.
setClassPath(File[]) - Method in class com.lutris.classloader.MultiClassLoader
Sets class loader with specified class path.
setClassPath(String) - Method in class com.lutris.classloader.MultiClassLoader
Sets class loader with specified class path.
setClassPath(String[]) - Method in class com.lutris.classloader.MultiClassLoader
Sets class loader with specified class path.
setClassPath(URL) - Method in class com.lutris.classloader.MultiClassLoader
Sets class loader with specified class path.
setClassPath(URL[]) - Method in class com.lutris.classloader.MultiClassLoader
Sets class loader with specified class path.
setClear(String) - Method in class org.apache.html.dom.HTMLBRElementImpl
 
setClear(String) - Method in interface org.w3c.dom.html.HTMLBRElement
 
setCode(String) - Method in class org.apache.html.dom.HTMLAppletElementImpl
 
setCode(String) - Method in class org.apache.html.dom.HTMLObjectElementImpl
 
setCode(String) - Method in interface org.w3c.dom.html.HTMLAppletElement
 
setCode(String) - Method in interface org.w3c.dom.html.HTMLObjectElement
 
setCodeBase(String) - Method in class org.apache.html.dom.HTMLAppletElementImpl
 
setCodeBase(String) - Method in class org.apache.html.dom.HTMLObjectElementImpl
 
setCodeBase(String) - Method in interface org.w3c.dom.html.HTMLAppletElement
 
setCodeBase(String) - Method in interface org.w3c.dom.html.HTMLObjectElement
 
setCodeType(String) - Method in class org.apache.html.dom.HTMLObjectElementImpl
 
setCodeType(String) - Method in interface org.w3c.dom.html.HTMLObjectElement
 
setColor(String) - Method in class org.apache.html.dom.HTMLBaseFontElementImpl
 
setColor(String) - Method in class org.apache.html.dom.HTMLFontElementImpl
 
setColor(String) - Method in interface org.w3c.dom.html.HTMLBaseFontElement
 
setColor(String) - Method in interface org.w3c.dom.html.HTMLFontElement
 
setCols(int) - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
 
setCols(int) - Method in interface org.w3c.dom.html.HTMLTextAreaElement
 
setCols(String) - Method in class org.apache.html.dom.HTMLFrameSetElementImpl
 
setCols(String) - Method in interface org.w3c.dom.html.HTMLFrameSetElement
 
setColSpan(int) - Method in class com.lutris.html.HtmlTableCell
 
setColSpan(int) - Method in class com.lutris.html.HtmlTableRow
 
setColSpan(int) - Method in class org.apache.html.dom.HTMLTableCellElementImpl
 
setColSpan(int) - Method in interface org.w3c.dom.html.HTMLTableCellElement
 
setColumnNumber(int) - Method in class org.xml.sax.helpers.LocatorImpl
Set the column number for this locator (1-based).
setColumns(int) - Method in interface org.enhydra.wireless.wml.dom.WMLTableElement
'columns' specifies the number of columns (Section 11.8.5, WAP WML Version 16-Jun-1999)
setComment(String) - Method in class javax.servlet.http.Cookie
Specifies a comment that describes a cookie's purpose.
setCompact(boolean) - Method in class org.apache.html.dom.HTMLDirectoryElementImpl
 
setCompact(boolean) - Method in class org.apache.html.dom.HTMLUListElementImpl
 
setCompact(boolean) - Method in class org.apache.html.dom.HTMLMenuElementImpl
 
setCompact(boolean) - Method in class org.apache.html.dom.HTMLDListElementImpl
 
setCompact(boolean) - Method in class org.apache.html.dom.HTMLOListElementImpl
 
setCompact(boolean) - Method in interface org.w3c.dom.html.HTMLMenuElement
 
setCompact(boolean) - Method in interface org.w3c.dom.html.HTMLUListElement
 
setCompact(boolean) - Method in interface org.w3c.dom.html.HTMLOListElement
 
setCompact(boolean) - Method in interface org.w3c.dom.html.HTMLDirectoryElement
 
setCompact(boolean) - Method in interface org.w3c.dom.html.HTMLDListElement
 
setContent(String) - Method in class org.apache.html.dom.HTMLMetaElementImpl
 
setContent(String) - Method in interface org.enhydra.wireless.wml.dom.WMLMetaElement
'content' attribute specifies the property value
setContent(String) - Method in interface org.w3c.dom.html.HTMLMetaElement
 
setContentHandler(ContentHandler) - Method in class org.apache.xerces.parsers.SAXParser
Allow an application to register a content event handler.
setContentHandler(ContentHandler) - Method in interface org.xml.sax.XMLReader
Allow an application to register a content event handler.
setContentHandler(ContentHandler) - Method in class org.xml.sax.helpers.XMLFilterImpl
Set the content event handler.
setContentHandler(ContentHandler) - Method in class org.xml.sax.helpers.ParserAdapter
Set the content handler.
setContentLength(int) - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Sets the content length for this response.
setContentLength(int) - Method in interface javax.servlet.ServletResponse
Sets the length of the content body in the response In HTTP servlets, this method sets the HTTP Content-Length header.
setContentType(String) - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Sets the content type for this response.
setContentType(String) - Method in interface javax.servlet.ServletResponse
Sets the content type of the response being sent to the client.
setContinueAfterFatalError(boolean) - Method in class org.apache.xerces.framework.XMLParser
Allows the parser to continue after a fatal error.
setCookie(String) - Method in class org.apache.html.dom.HTMLDocumentImpl
 
setCookie(String) - Method in class org.enhydra.xml.xmlc.html.HTMLObjectImpl
 
setCookie(String) - Method in interface org.w3c.dom.html.HTMLDocument
 
setCookieForNewSession(boolean) - Method in class com.lutris.appserver.server.StandardApplication
Tells the application if a cookie is used to bind new sessions to a client.
setCoords(String) - Method in class org.apache.html.dom.HTMLAnchorElementImpl
 
setCoords(String) - Method in class org.apache.html.dom.HTMLAreaElementImpl
 
setCoords(String) - Method in interface org.w3c.dom.html.HTMLAreaElement
 
setCoords(String) - Method in interface org.w3c.dom.html.HTMLAnchorElement
 
setCreateEntityReferenceNodes(boolean) - Method in class org.apache.xerces.parsers.DOMParser
This feature determines whether entity references within the document are included in the document tree as EntityReference nodes.
setCurrentNode(Node) - Method in class org.apache.xerces.dom.TreeWalkerImpl
Return the current Node.
setCurrentNode(Node) - Method in interface org.w3c.dom.traversal.TreeWalker
 
setData(String) - Method in class org.apache.html.dom.HTMLObjectElementImpl
 
setData(String) - Method in class org.apache.xerces.dom.CharacterDataImpl
Store character data into this node.
setData(String) - Method in class org.apache.xerces.dom.ProcessingInstructionImpl
Change the data content of this PI.
setData(String) - Method in interface org.w3c.dom.ProcessingInstruction
 
setData(String) - Method in interface org.w3c.dom.CharacterData
 
setData(String) - Method in interface org.w3c.dom.html.HTMLObjectElement
 
setDatabaseVendor(String) - Method in class com.lutris.dods.builder.generator.query.QueryBuilder
 
setDateHeader(String, long) - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Adds a field to the response header with a given name and date-valued field.
setDateHeader(String, long) - Method in class com.lutris.appserver.server.jolt.joltpo.JoltResponse
Adds a field to the response header with a given name and date-valued field.
setDateHeader(String, long) - Method in interface javax.servlet.http.HttpServletResponse
Sets a response header with the given name and date-value.
setDateTime(String) - Method in class org.apache.html.dom.HTMLModElementImpl
 
setDateTime(String) - Method in interface org.w3c.dom.html.HTMLModElement
 
setDebugLogging(boolean) - Method in class com.lutris.appserver.server.sql.StandardDatabaseManager
Turn debugging on or off.
setDeclare(boolean) - Method in class org.apache.html.dom.HTMLObjectElementImpl
 
setDeclare(boolean) - Method in interface org.w3c.dom.html.HTMLObjectElement
 
setDeclHandler(DeclHandler) - Method in class org.apache.xerces.parsers.SAXParser
Set the DTD declaration event handler.
setDefault(String, Object) - Method in class com.lutris.util.KeywordValueTable
Sets a default value for a keyword.
setDefaultChecked(boolean) - Method in class org.apache.html.dom.HTMLInputElementImpl
 
setDefaultChecked(boolean) - Method in interface org.w3c.dom.html.HTMLInputElement
 
setDefaultDatabase(String) - Method in class com.lutris.appserver.server.sql.StandardDatabaseManager
Set the default logical database.
setDefaultDatabase(String) - Method in interface com.lutris.appserver.server.sql.DatabaseManager
Set the default logical database.
setDefaultFactory(JspFactory) - Static method in class javax.servlet.jsp.JspFactory
set the default factory for this implementation.
setDefaultSelected(boolean) - Method in class org.apache.html.dom.HTMLOptionElementImpl
 
setDefaultSelected(boolean) - Method in interface org.w3c.dom.html.HTMLOptionElement
 
setDefaultValue(String) - Method in class org.apache.html.dom.HTMLInputElementImpl
 
setDefaultValue(String) - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
 
setDefaultValue(String) - Method in interface org.w3c.dom.html.HTMLTextAreaElement
 
setDefaultValue(String) - Method in interface org.w3c.dom.html.HTMLInputElement
 
setDefer(boolean) - Method in class org.apache.html.dom.HTMLScriptElementImpl
 
setDefer(boolean) - Method in interface org.w3c.dom.html.HTMLScriptElement
 
setDeferNodeExpansion(boolean) - Method in class org.apache.xerces.parsers.DOMParser
This method sets whether the expansion of the nodes in the default DOM implementation are deferred.
setDelegate(XMLObject) - Method in interface org.enhydra.xml.xmlc.XMLObject
Set the delegate object.
setDelegate(XMLObject) - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
 
setDir(String) - Method in class org.apache.html.dom.HTMLElementImpl
 
setDir(String) - Method in interface org.w3c.dom.html.HTMLElement
 
setDisabled(boolean) - Method in class org.apache.html.dom.HTMLInputElementImpl
 
setDisabled(boolean) - Method in class org.apache.html.dom.HTMLLinkElementImpl
 
setDisabled(boolean) - Method in class org.apache.html.dom.HTMLButtonElementImpl
 
setDisabled(boolean) - Method in class org.apache.html.dom.HTMLOptGroupElementImpl
 
setDisabled(boolean) - Method in class org.apache.html.dom.HTMLSelectElementImpl
 
setDisabled(boolean) - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
 
setDisabled(boolean) - Method in class org.apache.html.dom.HTMLOptionElementImpl
 
setDisabled(boolean) - Method in class org.apache.html.dom.HTMLStyleElementImpl
 
setDisabled(boolean) - Method in interface org.w3c.dom.html.HTMLButtonElement
 
setDisabled(boolean) - Method in interface org.w3c.dom.html.HTMLOptGroupElement
 
setDisabled(boolean) - Method in interface org.w3c.dom.html.HTMLTextAreaElement
 
setDisabled(boolean) - Method in interface org.w3c.dom.html.HTMLStyleElement
 
setDisabled(boolean) - Method in interface org.w3c.dom.html.HTMLInputElement
 
setDisabled(boolean) - Method in interface org.w3c.dom.html.HTMLLinkElement
 
setDisabled(boolean) - Method in interface org.w3c.dom.html.HTMLOptionElement
 
setDisabled(boolean) - Method in interface org.w3c.dom.html.HTMLSelectElement
 
setDoctype(String, String) - Method in class org.apache.xml.serialize.OutputFormat
Sets the document type public and system identifiers.
setDocument(Document) - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
Set the DOM document associated with this object.
setDocumentClassName(String) - Method in class org.apache.xerces.parsers.DOMParser
This method allows the programmer to decide which document factory to use when constructing the DOM tree.
setDocumentHandler(DocumentHandler) - Method in class org.apache.xerces.parsers.SAXParser
Sets the document handler.
setDocumentHandler(DocumentHandler) - Method in interface org.xml.sax.Parser
Deprecated. Allow an application to register a document event handler.
setDocumentHandler(DocumentHandler) - Method in class org.xml.sax.helpers.ConfigurableParserAdapter
Set the parser's document event handler.
setDocumentHandler(DocumentHandler) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Register the SAX1 document event handler.
setDocumentLocator(Locator) - Method in class org.apache.html.dom.HTMLBuilder
 
setDocumentLocator(Locator) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
setDocumentLocator(Locator) - Method in interface org.xml.sax.ContentHandler
Receive an object for locating the origin of SAX document events.
setDocumentLocator(Locator) - Method in class org.xml.sax.HandlerBase
Deprecated. Receive a Locator object for document events.
setDocumentLocator(Locator) - Method in interface org.xml.sax.DocumentHandler
Deprecated. Receive an object for locating the origin of SAX document events.
setDocumentLocator(Locator) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Set a document locator.
setDocumentLocator(Locator) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter a new document locator event.
setDocumentLocator(Locator) - Method in class org.xml.sax.helpers.DefaultHandler
Receive a Locator object for document events.
setDocumentLocator(Locator) - Method in class org.xml.sax.helpers.ParserAdapter
Adapt a SAX1 document locator event.
setDomain(String) - Method in class javax.servlet.http.Cookie
Specifies the domain within which this cookie should be presented.
setDomain(String) - Method in interface org.enhydra.wireless.wml.dom.WMLAccessElement
A deck's domain and path attributes specify which deck may access it.
setDropHtmlSpanIds(boolean) - Method in class org.enhydra.xml.io.OutputOptions
Set the drop HTML SPAN element ids flag.
setDTDHandler(DTDHandler) - Method in class org.apache.xerces.parsers.SAXParser
Allow an application to register a DTD event handler.
setDTDHandler(DTDHandler) - Method in interface org.xml.sax.Parser
Deprecated. Allow an application to register a DTD event handler.
setDTDHandler(DTDHandler) - Method in interface org.xml.sax.XMLReader
Allow an application to register a DTD event handler.
setDTDHandler(DTDHandler) - Method in class org.xml.sax.helpers.ConfigurableParserAdapter
Set the parser's DTD event handler.
setDTDHandler(DTDHandler) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Register the DTD event handler.
setDTDHandler(DTDHandler) - Method in class org.xml.sax.helpers.XMLFilterImpl
Set the DTD event handler.
setDTDHandler(DTDHandler) - Method in class org.xml.sax.helpers.ParserAdapter
Set the DTD handler.
setEmptyOk(boolean) - Method in interface org.enhydra.wireless.wml.dom.WMLInputElement
'emptyok' specifies whether a empty input is allowed when a non-empty 'format' is specified.
setEncoding(String) - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Set the output character encoding.
setEncoding(String) - Method in class com.lutris.appserver.server.jolt.joltpo.JoltResponse
Set the output character encoding.
setEncoding(String) - Method in class org.apache.xml.serialize.OutputFormat
Sets the encoding for this output method.
setEncoding(String) - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
Set the encoding.
setEncoding(String) - Method in class org.xml.sax.InputSource
Set the character encoding, if known.
setEnctype(String) - Method in class org.apache.html.dom.HTMLFormElementImpl
 
setEnctype(String) - Method in interface org.w3c.dom.html.HTMLFormElement
 
setEnd(Node, int) - Method in class org.apache.xerces.dom.RangeImpl
 
setEnd(Node, int) - Method in interface org.w3c.dom.range.Range
Sets the attributes describing the end of a range.
setEndAfter(Node) - Method in class org.apache.xerces.dom.RangeImpl
 
setEndAfter(Node) - Method in interface org.w3c.dom.range.Range
Sets the end of a range to be after a node
setEndBefore(Node) - Method in class org.apache.xerces.dom.RangeImpl
 
setEndBefore(Node) - Method in interface org.w3c.dom.range.Range
Sets the end position to be before a node.
setEntityResolver(EntityResolver) - Method in class org.apache.xerces.framework.XMLParser
Sets the resolver used to resolve external entities.
setEntityResolver(EntityResolver) - Method in interface org.xml.sax.Parser
Deprecated. Allow an application to register a custom entity resolver.
setEntityResolver(EntityResolver) - Method in interface org.xml.sax.XMLReader
Allow an application to register an entity resolver.
setEntityResolver(EntityResolver) - Method in class org.xml.sax.helpers.ConfigurableParserAdapter
Set the parser's entity resolver.
setEntityResolver(EntityResolver) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Register the entity resolver.
setEntityResolver(EntityResolver) - Method in class org.xml.sax.helpers.XMLFilterImpl
Set the entity resolver.
setEntityResolver(EntityResolver) - Method in class org.xml.sax.helpers.ParserAdapter
Set the entity resolver.
setErrorChecking(boolean) - Method in class org.apache.xerces.dom.DocumentImpl
Sets whether the DOM implementation performs error checking upon operations.
setErrorChecking(Document, boolean) - Method in interface org.enhydra.xml.xmlc.dom.XMLCDomFactory
Enable or disable optional DOM error checking.
setErrorHandler(ErrorHandler) - Method in class org.apache.xerces.framework.XMLParser
Sets the error handler.
setErrorHandler(ErrorHandler) - Method in interface org.xml.sax.Parser
Deprecated. Allow an application to register an error event handler.
setErrorHandler(ErrorHandler) - Method in interface org.xml.sax.XMLReader
Allow an application to register an error event handler.
setErrorHandler(ErrorHandler) - Method in class org.xml.sax.helpers.ConfigurableParserAdapter
Set the parser's error event handler.
setErrorHandler(ErrorHandler) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Register the error event handler.
setErrorHandler(ErrorHandler) - Method in class org.xml.sax.helpers.XMLFilterImpl
Set the error event handler.
setErrorHandler(ErrorHandler) - Method in class org.xml.sax.helpers.ParserAdapter
Set the error handler.
setErrorOutput(String) - Method in class org.enhydra.xml.xmlc.autocomp.XMLCAutoCompException
 
setEvent(String) - Method in class org.apache.html.dom.HTMLScriptElementImpl
 
setEvent(String) - Method in interface org.w3c.dom.html.HTMLScriptElement
 
setExternalGeneralEntities(boolean) - Method in class org.apache.xerces.framework.XMLParser
Note: Currently, this parser always expands external general entities. Setting this feature to false will throw a SAXNotSupportedException.
setExternalParameterEntities(boolean) - Method in class org.apache.xerces.framework.XMLParser
Note: Currently, this parser always expands external parameter entities. Setting this feature to false will throw a SAXNotSupportedException.
setFace(String) - Method in class org.apache.html.dom.HTMLBaseFontElementImpl
 
setFace(String) - Method in class org.apache.html.dom.HTMLFontElementImpl
 
setFace(String) - Method in interface org.w3c.dom.html.HTMLBaseFontElement
 
setFace(String) - Method in interface org.w3c.dom.html.HTMLFontElement
 
setFeature(String, boolean) - Method in class org.apache.xerces.framework.XMLParser
Set the state of a feature.
setFeature(String, boolean) - Method in class org.apache.xerces.parsers.DOMParser
Set the state of any feature in a SAX2 parser.
setFeature(String, boolean) - Method in class org.apache.xerces.parsers.SAXParser
Set the state of any feature in a SAX2 parser.
setFeature(String, boolean) - Method in interface org.xml.sax.Configurable
Set the state of a feature.
setFeature(String, boolean) - Method in interface org.xml.sax.XMLReader
Set the state of a feature.
setFeature(String, boolean) - Method in class org.xml.sax.helpers.ConfigurableParserAdapter
Set the state of a feature.
setFeature(String, boolean) - Method in class org.xml.sax.helpers.XMLFilterImpl
Set the state of a feature.
setFeature(String, boolean) - Method in class org.xml.sax.helpers.ParserAdapter
Set a feature for the parser.
setFormat(String) - Method in interface org.enhydra.wireless.wml.dom.WMLInputElement
'format' specifies the input mask for user input.
setForua(boolean) - Method in interface org.enhydra.wireless.wml.dom.WMLMetaElement
'forua' attribute specifies whether a intermediate agent should remove this meta element.
setFrame(String) - Method in class com.lutris.html.HtmlTable
 
setFrame(String) - Method in class org.apache.html.dom.HTMLTableElementImpl
 
setFrame(String) - Method in interface org.w3c.dom.html.HTMLTableElement
 
setFrameBorder(String) - Method in class org.apache.html.dom.HTMLFrameElementImpl
 
setFrameBorder(String) - Method in class org.apache.html.dom.HTMLIFrameElementImpl
 
setFrameBorder(String) - Method in interface org.w3c.dom.html.HTMLFrameElement
 
setFrameBorder(String) - Method in interface org.w3c.dom.html.HTMLIFrameElement
 
setHeader(Object) - Method in class com.lutris.html.HtmlTable
 
setHeader(String, String) - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Adds a field to the response header with a given name and value.
setHeader(String, String) - Method in class com.lutris.appserver.server.jolt.joltpo.JoltResponse
Adds a field to the response header with a given name and value.
setHeader(String, String) - Method in interface javax.servlet.http.HttpServletResponse
Sets a response header with the given name and value.
setHeaders(String) - Method in class org.apache.html.dom.HTMLTableCellElementImpl
 
setHeaders(String) - Method in interface org.w3c.dom.html.HTMLTableCellElement
 
setHeight(String) - Method in class org.apache.html.dom.HTMLTableCellElementImpl
 
setHeight(String) - Method in class org.apache.html.dom.HTMLAppletElementImpl
 
setHeight(String) - Method in class org.apache.html.dom.HTMLIFrameElementImpl
 
setHeight(String) - Method in class org.apache.html.dom.HTMLImageElementImpl
 
setHeight(String) - Method in class org.apache.html.dom.HTMLObjectElementImpl
 
setHeight(String) - Method in interface org.enhydra.wireless.wml.dom.WMLImgElement
'height' specifies the height of an image.
setHeight(String) - Method in interface org.w3c.dom.html.HTMLImageElement
 
setHeight(String) - Method in interface org.w3c.dom.html.HTMLTableCellElement
 
setHeight(String) - Method in interface org.w3c.dom.html.HTMLAppletElement
 
setHeight(String) - Method in interface org.w3c.dom.html.HTMLIFrameElement
 
setHeight(String) - Method in interface org.w3c.dom.html.HTMLObjectElement
 
setHorizontalAlignment(int) - Method in class com.lutris.html.HtmlTableCell
 
setHorizontalAlignment(int) - Method in class com.lutris.html.HtmlTableRow
 
setHref(String) - Method in class org.apache.html.dom.HTMLLinkElementImpl
 
setHref(String) - Method in class org.apache.html.dom.HTMLAnchorElementImpl
 
setHref(String) - Method in class org.apache.html.dom.HTMLAreaElementImpl
 
setHref(String) - Method in class org.apache.html.dom.HTMLBaseElementImpl
 
setHref(String) - Method in interface org.enhydra.wireless.wml.dom.WMLAElement
 
setHref(String) - Method in interface org.enhydra.wireless.wml.dom.WMLGoElement
 
setHref(String) - Method in interface org.w3c.dom.html.HTMLBaseElement
 
setHref(String) - Method in interface org.w3c.dom.html.HTMLAreaElement
 
setHref(String) - Method in interface org.w3c.dom.html.HTMLLinkElement
 
setHref(String) - Method in interface org.w3c.dom.html.HTMLAnchorElement
 
setHreflang(String) - Method in class org.apache.html.dom.HTMLLinkElementImpl
 
setHreflang(String) - Method in class org.apache.html.dom.HTMLAnchorElementImpl
 
setHreflang(String) - Method in interface org.w3c.dom.html.HTMLLinkElement
 
setHreflang(String) - Method in interface org.w3c.dom.html.HTMLAnchorElement
 
setHspace(String) - Method in class org.apache.html.dom.HTMLAppletElementImpl
 
setHspace(String) - Method in class org.apache.html.dom.HTMLImageElementImpl
 
setHspace(String) - Method in class org.apache.html.dom.HTMLObjectElementImpl
 
setHspace(String) - Method in interface org.enhydra.wireless.wml.dom.WMLImgElement
'hspace' specifies the abount of white space to be inserted left and right (Section 11.9, WAP WML Version 16-Jun-1999)
setHspace(String) - Method in interface org.w3c.dom.html.HTMLImageElement
 
setHspace(String) - Method in interface org.w3c.dom.html.HTMLAppletElement
 
setHspace(String) - Method in interface org.w3c.dom.html.HTMLObjectElement
 
setHtmlFor(String) - Method in class org.apache.html.dom.HTMLLabelElementImpl
 
setHtmlFor(String) - Method in class org.apache.html.dom.HTMLScriptElementImpl
 
setHtmlFor(String) - Method in interface org.w3c.dom.html.HTMLLabelElement
 
setHtmlFor(String) - Method in interface org.w3c.dom.html.HTMLScriptElement
 
setHttpEquiv(String) - Method in class org.apache.html.dom.HTMLMetaElementImpl
 
setHttpEquiv(String) - Method in interface org.enhydra.wireless.wml.dom.WMLMetaElement
'http-equiv' attribute indicates the property should be interpret as HTTP header.
setHttpEquiv(String) - Method in interface org.w3c.dom.html.HTMLMetaElement
 
setHttpPresentationManager(HttpPresentationManager) - Method in interface com.lutris.appserver.server.Application
Called to tell the application about the presentation manager instance.
setHttpPresentationManager(HttpPresentationManager) - Method in class com.lutris.appserver.server.StandardApplication
Tells the application about the Presentation Manager running it.
setId(String) - Method in class javax.servlet.jsp.tagext.TagSupport
Set the id attribute
setId(String) - Method in class org.apache.html.dom.HTMLElementImpl
 
setId(String) - Method in interface org.enhydra.wireless.wml.dom.WMLAElement
 
setId(String) - Method in interface org.enhydra.wireless.wml.dom.WMLElement
The element's identifier which is unique in a single deck.
setId(String) - Method in interface org.w3c.dom.html.HTMLElement
 
setIgnorableWhitespace(boolean) - Method in class org.apache.xerces.dom.TextImpl
NON-DOM: Set whether this Text is ignorable whitespace.
setIName(String) - Method in interface org.enhydra.wireless.wml.dom.WMLSelectElement
'iname' specifies name of variable to be set with the index result of selection.
setInCDSect(boolean) - Method in interface org.apache.xerces.readers.XMLEntityHandler.EntityReader
This method is provided for scanner implementations.
setIncludeIgnorableWhitespace(boolean) - Method in class org.apache.xerces.parsers.DOMParser
This feature determines whether text nodes that can be considered "ignorable whitespace" are included in the DOM tree.
setIndent(int) - Method in class org.apache.xml.serialize.OutputFormat
Sets the indentation.
setIndenting(boolean) - Method in class org.apache.xml.serialize.OutputFormat
Sets the indentation on and off.
setIndenting(boolean) - Method in class org.enhydra.xml.io.OutputOptions
Enable or disable indentation.
setIndentSize(int) - Method in class org.enhydra.xml.io.OutputOptions
Set indentation size.
setIndex(int) - Method in class org.apache.html.dom.HTMLOptionElementImpl
 
setInternalSubset(int, int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
 
setInternalSubset(String) - Method in class org.apache.xerces.dom.DocumentTypeImpl
Introduced in DOM Level 2.
setIntHeader(String, int) - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Adds a field to the response header with a given name and integer value.
setIntHeader(String, int) - Method in class com.lutris.appserver.server.jolt.joltpo.JoltResponse
Adds a field to the response header with a given name and integer value.
setIntHeader(String, int) - Method in interface javax.servlet.http.HttpServletResponse
Sets a response header with the given name and integer value.
setIsMap(boolean) - Method in class org.apache.html.dom.HTMLImageElementImpl
 
setIsMap(boolean) - Method in interface org.w3c.dom.html.HTMLImageElement
 
setIValue(String) - Method in interface org.enhydra.wireless.wml.dom.WMLSelectElement
'ivalue' specifies the default of the variable 'iname'
setJavaEncoding(String) - Method in class org.enhydra.xml.io.OutputOptions
Set the encoding using the Java encoding name.
setLabel(String) - Method in class org.apache.html.dom.HTMLOptGroupElementImpl
 
setLabel(String) - Method in class org.apache.html.dom.HTMLOptionElementImpl
 
setLabel(String) - Method in interface org.enhydra.wireless.wml.dom.WMLDoElement
 
setLabel(String) - Method in interface org.w3c.dom.html.HTMLOptGroupElement
 
setLabel(String) - Method in interface org.w3c.dom.html.HTMLOptionElement
 
setLang(String) - Method in class org.apache.html.dom.HTMLElementImpl
 
setLang(String) - Method in interface org.w3c.dom.html.HTMLElement
 
setLexicalHandler(LexicalHandler) - Method in class org.apache.xerces.parsers.SAXParser
Set the lexical event handler.
setLineNumber(int) - Method in class org.xml.sax.helpers.LocatorImpl
Set the line number for this locator (1-based).
setLineSeparator(String) - Method in class org.apache.xml.serialize.OutputFormat
Sets the line separator.
setLineWidth(int) - Method in class org.apache.xml.serialize.OutputFormat
Sets the line width.
setLineWidth(int) - Method in class org.enhydra.xml.io.OutputOptions
Set the width at while long lines are split when indentation is enabled.
setLink(String) - Method in class org.apache.html.dom.HTMLBodyElementImpl
 
setLink(String) - Method in interface org.w3c.dom.html.HTMLBodyElement
 
setLocale(Locale) - Method in interface javax.servlet.ServletResponse
Sets the locale of the response, setting the headers (including the Content-Type's charset) as appropriate.
setLocale(Locale) - Method in class org.apache.xerces.framework.XMLParser
Set the locale to use for messages.
setLocale(Locale) - Method in interface org.xml.sax.Parser
Deprecated. Allow an application to request a locale for errors and warnings.
setLocale(Locale) - Method in class org.xml.sax.helpers.ConfigurableParserAdapter
Set the locale for error reporting.
setLocale(Locale) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Set the locale for error reporting.
setLocalName(int, String) - Method in class org.xml.sax.helpers.AttributesImpl
Set the local name of a specific attribute.
setLocalSrc(String) - Method in interface org.enhydra.wireless.wml.dom.WMLImgElement
'localsrc' specifies an alternative internal representation of the image.
setLocator(Locator) - Method in class org.apache.xerces.framework.XMLParser
Sets the locator.
setLocator(Locator) - Method in interface org.apache.xerces.framework.XMLErrorReporter
Set the default locator to use when reporting errors.
setLockModeToWait(boolean) - Method in class com.lutris.appserver.server.sql.informix.InformixDBConnection
Specify if you prefer to wait for locks instead of generating errors.
setLockModeToWait(int) - Method in class com.lutris.appserver.server.sql.informix.InformixDBConnection
Specify if you prefer to wait for locks for the specified amount of time before an exception is thrown.
setLogChannel(LogChannel) - Method in interface com.lutris.appserver.server.Application
Set the LogChannel associated with this application.
setLogChannel(LogChannel) - Method in class com.lutris.appserver.server.StandardApplication
Set the LogChannel associated with this application.
setLongDesc(String) - Method in class org.apache.html.dom.HTMLFrameElementImpl
 
setLongDesc(String) - Method in class org.apache.html.dom.HTMLIFrameElementImpl
 
setLongDesc(String) - Method in class org.apache.html.dom.HTMLImageElementImpl
 
setLongDesc(String) - Method in interface org.w3c.dom.html.HTMLFrameElement
 
setLongDesc(String) - Method in interface org.w3c.dom.html.HTMLImageElement
 
setLongDesc(String) - Method in interface org.w3c.dom.html.HTMLIFrameElement
 
setLowSrc(String) - Method in class org.apache.html.dom.HTMLImageElementImpl
 
setLowSrc(String) - Method in interface org.w3c.dom.html.HTMLImageElement
 
setMarginHeight(String) - Method in class org.apache.html.dom.HTMLFrameElementImpl
 
setMarginHeight(String) - Method in class org.apache.html.dom.HTMLIFrameElementImpl
 
setMarginHeight(String) - Method in interface org.w3c.dom.html.HTMLFrameElement
 
setMarginHeight(String) - Method in interface org.w3c.dom.html.HTMLIFrameElement
 
setMarginWidth(String) - Method in class org.apache.html.dom.HTMLFrameElementImpl
 
setMarginWidth(String) - Method in class org.apache.html.dom.HTMLIFrameElementImpl
 
setMarginWidth(String) - Method in interface org.w3c.dom.html.HTMLFrameElement
 
setMarginWidth(String) - Method in interface org.w3c.dom.html.HTMLIFrameElement
 
setMaxAge(int) - Method in class javax.servlet.http.Cookie
Sets the maximum age of the cookie in seconds.
setMaxIdleTime(long) - Method in interface com.lutris.appserver.server.session.StandardSession
Set the maximum idle time for this object.
setMaxInactiveInterval(int) - Method in interface javax.servlet.http.HttpSession
Specifies the time, in seconds, between client requests before the servlet container will invalidate this session.
setMaxLength(int) - Method in class org.apache.html.dom.HTMLInputElementImpl
 
setMaxLength(int) - Method in interface org.enhydra.wireless.wml.dom.WMLInputElement
'maxlength' specifies the maximum number of characters to be enter.
setMaxLength(int) - Method in interface org.w3c.dom.html.HTMLInputElement
 
setMaxNoUserIdleTime(long) - Method in interface com.lutris.appserver.server.session.StandardSession
set the maximum idle time when a User object is not associated with the session.
setMaxSessionIdleTime(long) - Method in class com.lutris.appserver.server.session.StandardSessionManager
Sets the maximum session idle time, in seconds.
setMedia(String) - Method in class org.apache.html.dom.HTMLLinkElementImpl
 
setMedia(String) - Method in class org.apache.html.dom.HTMLStyleElementImpl
 
setMedia(String) - Method in interface org.w3c.dom.html.HTMLStyleElement
 
setMedia(String) - Method in interface org.w3c.dom.html.HTMLLinkElement
 
setMediaType(String) - Method in class org.apache.xml.serialize.OutputFormat
Sets the media type.
setMethod(String) - Method in class org.apache.html.dom.HTMLFormElementImpl
 
setMethod(String) - Method in class org.apache.xml.serialize.OutputFormat
Sets the method for this output format.
setMethod(String) - Method in interface org.enhydra.wireless.wml.dom.WMLGoElement
 
setMethod(String) - Method in interface org.w3c.dom.html.HTMLFormElement
 
setMode(String) - Method in interface org.enhydra.wireless.wml.dom.WMLPElement
'mode' specifies the wrapping mode of the paragraph.
setMultiple(boolean) - Method in class org.apache.html.dom.HTMLSelectElementImpl
 
setMultiple(boolean) - Method in interface org.enhydra.wireless.wml.dom.WMLSelectElement
'multiple' indicates whether a list accept multiple selection (Section 11.6.2.1, WAP WML Version 16-Jun-1999)
setMultiple(boolean) - Method in interface org.w3c.dom.html.HTMLSelectElement
 
setMutationEvents(boolean) - Method in class org.apache.xerces.dom.DocumentImpl
 
setName(String) - Method in interface com.lutris.appserver.server.Application
Set the application symbolic name.
setName(String) - Method in class com.lutris.appserver.server.StandardApplication
Set the application name.
setName(String) - Method in class org.apache.html.dom.HTMLAppletElementImpl
 
setName(String) - Method in class org.apache.html.dom.HTMLInputElementImpl
 
setName(String) - Method in class org.apache.html.dom.HTMLButtonElementImpl
 
setName(String) - Method in class org.apache.html.dom.HTMLParamElementImpl
 
setName(String) - Method in class org.apache.html.dom.HTMLFrameElementImpl
 
setName(String) - Method in class org.apache.html.dom.HTMLSelectElementImpl
 
setName(String) - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
 
setName(String) - Method in class org.apache.html.dom.HTMLAnchorElementImpl
 
setName(String) - Method in class org.apache.html.dom.HTMLIFrameElementImpl
 
setName(String) - Method in class org.apache.html.dom.HTMLMetaElementImpl
 
setName(String) - Method in class org.apache.html.dom.HTMLImageElementImpl
 
setName(String) - Method in class org.apache.html.dom.HTMLObjectElementImpl
 
setName(String) - Method in class org.apache.html.dom.HTMLFormElementImpl
 
setName(String) - Method in class org.apache.html.dom.HTMLMapElementImpl
 
setName(String) - Method in interface org.enhydra.wireless.wml.dom.WMLTimerElement
'name' specifies the name of variable ot be set with the value of the timer.
setName(String) - Method in interface org.enhydra.wireless.wml.dom.WMLMetaElement
'name' attribute specific the property name
setName(String) - Method in interface org.enhydra.wireless.wml.dom.WMLDoElement
 
setName(String) - Method in interface org.enhydra.wireless.wml.dom.WMLPostfieldElement
 
setName(String) - Method in interface org.enhydra.wireless.wml.dom.WMLSetvarElement
 
setName(String) - Method in interface org.enhydra.wireless.wml.dom.WMLSelectElement
'name' specifies the name of variable to be set.
setName(String) - Method in interface org.enhydra.wireless.wml.dom.WMLInputElement
'name' specifies the name of a variable after the user enters the text.
setName(String) - Method in interface org.w3c.dom.html.HTMLFrameElement
 
setName(String) - Method in interface org.w3c.dom.html.HTMLImageElement
 
setName(String) - Method in interface org.w3c.dom.html.HTMLFormElement
 
setName(String) - Method in interface org.w3c.dom.html.HTMLMapElement
 
setName(String) - Method in interface org.w3c.dom.html.HTMLButtonElement
 
setName(String) - Method in interface org.w3c.dom.html.HTMLTextAreaElement
 
setName(String) - Method in interface org.w3c.dom.html.HTMLInputElement
 
setName(String) - Method in interface org.w3c.dom.html.HTMLParamElement
 
setName(String) - Method in interface org.w3c.dom.html.HTMLMetaElement
 
setName(String) - Method in interface org.w3c.dom.html.HTMLAppletElement
 
setName(String) - Method in interface org.w3c.dom.html.HTMLAnchorElement
 
setName(String) - Method in interface org.w3c.dom.html.HTMLSelectElement
 
setName(String) - Method in interface org.w3c.dom.html.HTMLIFrameElement
 
setName(String) - Method in interface org.w3c.dom.html.HTMLObjectElement
 
setNamedItem(Node) - Method in class org.apache.xerces.dom.NamedNodeMapImpl
Adds a node using its nodeName attribute.
setNamedItem(Node) - Method in interface org.w3c.dom.NamedNodeMap
Adds a node using its nodeName attribute.
setNamedItemNS(Node) - Method in class org.apache.xerces.dom.NamedNodeMapImpl
Adds a node using its namespaceURI and localName.
setNamedItemNS(Node) - Method in interface org.w3c.dom.NamedNodeMap
Adds a node using its namespaceURI and localName.
setNamespacePrefixes(boolean) - Method in class org.apache.xerces.parsers.SAXParser
Sets how the parser reports raw prefixed names, and whether xmlns attributes are reported.
setNamespaces(boolean) - Method in class org.apache.xerces.framework.XMLParser
Sets whether the parser preprocesses namespaces.
setNewContext(boolean) - Method in interface org.enhydra.wireless.wml.dom.WMLCardElement
'newcontext' specifies whether a browser context should be re-initialized upon entering the card.
setNewVersion(int) - Method in class com.lutris.appserver.server.sql.CoreDO
Sets this object's new version number.
setNodeValue(String) - Method in class org.apache.xerces.dom.NodeImpl
Any node which can have a nodeValue (@see getNodeValue) will also accept requests to set it to a string.
setNodeValue(String) - Method in class org.apache.xerces.dom.ElementImpl
Elements never have a nodeValue.
setNodeValue(String) - Method in class org.apache.xerces.dom.DocumentImpl
Documents never have a nodeValue.
setNodeValue(String) - Method in class org.apache.xerces.dom.EntityImpl
EntityReferences never have a nodeValue.
setNodeValue(String) - Method in class org.apache.xerces.dom.AttrImpl
Implicit in the rerouting of getNodeValue to getValue is the need to redefine setNodeValue, for symmetry's sake.
setNodeValue(String) - Method in class org.apache.xerces.dom.DocumentFragmentImpl
DocumentFragments never have a nodeValue.
setNodeValue(String) - Method in class org.apache.xerces.dom.DocumentTypeImpl
DocumentTypes never have a nodeValue.
setNodeValue(String) - Method in class org.apache.xerces.dom.NotationImpl
Notations never have a nodeValue.
setNodeValue(String) - Method in class org.apache.xerces.dom.EntityReferenceImpl
EntityReferences never have a nodeValue.
setNodeValue(String) - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
 
setNodeValue(String) - Method in interface org.w3c.dom.Node
 
setNoHref(boolean) - Method in class org.apache.html.dom.HTMLAreaElementImpl
 
setNoHref(boolean) - Method in interface org.w3c.dom.html.HTMLAreaElement
 
setNonEscapingElements(String[]) - Method in class org.apache.xml.serialize.OutputFormat
Sets the list of elements for which text node children should be output unescaped (no character references).
setNoResize(boolean) - Method in class org.apache.html.dom.HTMLFrameElementImpl
 
setNoResize(boolean) - Method in interface org.w3c.dom.html.HTMLFrameElement
 
setNoShade(boolean) - Method in class org.apache.html.dom.HTMLHRElementImpl
 
setNoShade(boolean) - Method in interface org.w3c.dom.html.HTMLHRElement
 
setNotationName(String) - Method in class org.apache.xerces.dom.EntityImpl
NON-DOM Unparsed entities -- which contain non-XML data -- have a "notation name" which tells applications how to deal with them.
setNoWrap(boolean) - Method in class org.apache.html.dom.HTMLTableCellElementImpl
 
setNoWrap(boolean) - Method in interface org.w3c.dom.html.HTMLTableCellElement
 
setObject(String) - Method in class org.apache.html.dom.HTMLAppletElementImpl
 
setObject(String) - Method in interface org.w3c.dom.html.HTMLAppletElement
 
setOId(ObjectId) - Method in class com.lutris.appserver.server.sql.CoreDO
Sets this object's identifier.
setOId(ObjectId) - Method in class com.lutris.dods.builder.generator.dataobject.GenericDO
Sets this object's identifier.
setOIdColumnName(String) - Static method in class com.lutris.appserver.server.sql.CoreDO
Sets the object identifier column name.
setOmitEncoding(boolean) - Method in class org.enhydra.xml.io.OutputOptions
Set flag indicating if encoding should be omitted from the XML header.
setOmitXMLDeclaration(boolean) - Method in class org.apache.xml.serialize.OutputFormat
Sets XML declaration omitting on and off.
setOnEnterBackward(String) - Method in interface org.enhydra.wireless.wml.dom.WMLTemplateElement
 
setOnEnterBackward(String) - Method in interface org.enhydra.wireless.wml.dom.WMLCardElement
'onenterbackward' specifies the event to occur when a user agent into a card using a 'go' task (Section 11.5.1, WAP WML Version 16-Jun-1999)
setOnEnterForward(String) - Method in interface org.enhydra.wireless.wml.dom.WMLTemplateElement
 
setOnEnterForward(String) - Method in interface org.enhydra.wireless.wml.dom.WMLCardElement
'onenterforward' specifies the event to occur when a user agent into a card using a 'prev' task (Section 11.5.1, WAP WML Version 16-Jun-1999)
setOnPick(String) - Method in interface org.enhydra.wireless.wml.dom.WMLOptionElement
'onpick' specifies a event to occur when a user select and disselect this choice.
setOnTimer(String) - Method in interface org.enhydra.wireless.wml.dom.WMLTemplateElement
 
setOnTimer(String) - Method in interface org.enhydra.wireless.wml.dom.WMLCardElement
'onenterbackward' specifies the event to occur when a timer expires (Section 11.5.1, WAP WML Version 16-Jun-1999)
setOptional(String) - Method in interface org.enhydra.wireless.wml.dom.WMLDoElement
 
setOrdered(boolean) - Method in interface org.enhydra.wireless.wml.dom.WMLCardElement
'ordered' attribute specifies a hit to user agent about the organization of the card's content (Section 11.5.2, WAP WML Version 16-Jun-1999)
setOutputByteStream(OutputStream) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
setOutputByteStream(OutputStream) - Method in interface org.apache.xml.serialize.Serializer
Specifies an output stream to which the document should be serialized.
setOutputCharStream(Writer) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
setOutputCharStream(Writer) - Method in interface org.apache.xml.serialize.Serializer
Specifies a writer to which the document should be serialized.
setOutputFormat(OutputFormat) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
setOutputFormat(OutputFormat) - Method in class org.apache.xml.serialize.XMLSerializer
 
setOutputFormat(OutputFormat) - Method in class org.apache.xml.serialize.TextSerializer
 
setOutputFormat(OutputFormat) - Method in interface org.apache.xml.serialize.Serializer
Specifies an output format for this serializer.
setOutputFormat(OutputFormat) - Method in class org.apache.xml.serialize.HTMLSerializer
 
setOutputFormat(OutputFormat) - Method in class org.apache.xml.serialize.XHTMLSerializer
 
setOutputFormat(XGrammarWriter.OutputFormat) - Method in class org.apache.xerces.domx.XGrammarWriter
Sets the output format.
setOutputOptions(OutputOptions) - Method in class org.enhydra.xml.io.DOMFormatter
Set the output options.
setPageContext(PageContext) - Method in class javax.servlet.jsp.tagext.TagSupport
set the page context
setPageContext(PageContext) - Method in interface javax.servlet.jsp.tagext.Tag
Set the current page context.
setParent(ClassLoader) - Method in class com.lutris.classloader.MultiClassLoader
Set the parent class loader for delegation.
setParent(Tag) - Method in class javax.servlet.jsp.tagext.TagSupport
Set the nesting tag of this tag.
setParent(Tag) - Method in interface javax.servlet.jsp.tagext.Tag
Set the current nesting Tag of this Tag.
setParent(XMLReader) - Method in interface org.xml.sax.XMLFilter
Set the parent reader.
setParent(XMLReader) - Method in class org.xml.sax.helpers.XMLFilterImpl
Set the parent reader.
setPath(String) - Method in class javax.servlet.http.Cookie
Specifies a path for the cookie to which the client should return the cookie.
setPath(String) - Method in interface org.enhydra.wireless.wml.dom.WMLAccessElement
path attribute is prefix-matched against the path portion of the referring URI
setPattern(BMByteSearch) - Method in class com.lutris.util.BMByteSearchStream
Set the search pattern.
setPattern(String) - Method in class com.lutris.util.BMByteSearchStream
Set the search pattern.
setPercentWidth(int) - Method in class com.lutris.html.HtmlTableCell
 
setPercentWidth(int) - Method in class com.lutris.html.HtmlTable
 
setPersistent(boolean) - Method in class com.lutris.appserver.server.sql.CoreDO
Sets the persistent state for this object.
setPrefix(String) - Method in class org.apache.xerces.dom.NodeImpl
Introduced in DOM Level 2.
setPrefix(String) - Method in class org.apache.xerces.dom.AttrNSImpl
Introduced in DOM Level 2.
setPrefix(String) - Method in class org.apache.xerces.dom.ElementNSImpl
Introduced in DOM Level 2.
setPrefix(String) - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
 
setPrefix(String) - Method in interface org.w3c.dom.Node
 
setPrepStmtParam_BigDecimal(PreparedStatement, int[], BigDecimal) - Method in class com.lutris.dods.builder.generator.dataobject.GenericDO
 
setPrepStmtParam_boolean(PreparedStatement, int[], boolean) - Method in class com.lutris.dods.builder.generator.dataobject.GenericDO
 
setPrepStmtParam_byte(PreparedStatement, int[], byte) - Method in class com.lutris.dods.builder.generator.dataobject.GenericDO
 
setPrepStmtParam_bytes(PreparedStatement, int[], byte[]) - Method in class com.lutris.dods.builder.generator.dataobject.GenericDO
 
setPrepStmtParam_DO(PreparedStatement, int[], GenericDO) - Method in class com.lutris.dods.builder.generator.dataobject.GenericDO
If the current data member value differs from the new value, this object is marked as "dirty" (in need of an update to the database).
setPrepStmtParam_double(PreparedStatement, int[], double) - Method in class com.lutris.dods.builder.generator.dataobject.GenericDO
 
setPrepStmtParam_float(PreparedStatement, int[], float) - Method in class com.lutris.dods.builder.generator.dataobject.GenericDO
 
setPrepStmtParam_int(PreparedStatement, int[], int) - Method in class com.lutris.dods.builder.generator.dataobject.GenericDO
 
setPrepStmtParam_java_math_BigDecimal(PreparedStatement, int[], BigDecimal) - Method in class com.lutris.dods.builder.generator.dataobject.GenericDO
 
setPrepStmtParam_java_sql_Date(PreparedStatement, int[], Date) - Method in class com.lutris.dods.builder.generator.dataobject.GenericDO
 
setPrepStmtParam_java_sql_Time(PreparedStatement, int[], Time) - Method in class com.lutris.dods.builder.generator.dataobject.GenericDO
 
setPrepStmtParam_java_sql_Timestamp(PreparedStatement, int[], Timestamp) - Method in class com.lutris.dods.builder.generator.dataobject.GenericDO
 
setPrepStmtParam_long(PreparedStatement, int[], long) - Method in class com.lutris.dods.builder.generator.dataobject.GenericDO
 
setPrepStmtParam_short(PreparedStatement, int[], short) - Method in class com.lutris.dods.builder.generator.dataobject.GenericDO
 
setPrepStmtParam_String(PreparedStatement, int[], String) - Method in class com.lutris.dods.builder.generator.dataobject.GenericDO
 
setPreserveSpace(boolean) - Method in class org.apache.xml.serialize.OutputFormat
Sets space preserving as the default behavior.
setPreserveSpace(boolean) - Method in class org.enhydra.xml.io.OutputOptions
Set the default space-preservation flag.
setProfile(String) - Method in class org.apache.html.dom.HTMLHeadElementImpl
 
setProfile(String) - Method in interface org.w3c.dom.html.HTMLHeadElement
 
setPrompt(String) - Method in class org.apache.html.dom.HTMLIsIndexElementImpl
 
setPrompt(String) - Method in interface org.w3c.dom.html.HTMLIsIndexElement
 
setProperty(String, Object) - Method in class org.apache.xerces.framework.XMLParser
Set the value of a property.
setProperty(String, Object) - Method in class org.apache.xerces.parsers.DOMParser
Set the value of any property in a SAX2 parser.
setProperty(String, Object) - Method in class org.apache.xerces.parsers.SAXParser
Set the value of any property in a SAX2 parser.
setProperty(String, Object) - Method in interface org.xml.sax.Configurable
Set the value of a property.
setProperty(String, Object) - Method in interface org.xml.sax.XMLReader
Set the value of a property.
setProperty(String, Object) - Method in class org.xml.sax.helpers.ConfigurableParserAdapter
Set the state of a property.
setProperty(String, Object) - Method in class org.xml.sax.helpers.XMLFilterImpl
Set the value of a property.
setProperty(String, Object) - Method in class org.xml.sax.helpers.ParserAdapter
Set a parser property.
setPublicId(String) - Method in class org.apache.xerces.dom.EntityImpl
NON-DOM The public identifier associated with the entity.
setPublicId(String) - Method in class org.apache.xerces.dom.NotationImpl
NON-DOM: The Public Identifier for this Notation.
setPublicId(String) - Method in class org.xml.sax.InputSource
Set the public identifier for this input source.
setPublicId(String) - Method in class org.xml.sax.helpers.LocatorImpl
Set the public identifier for this locator.
setQueryTimeout(int) - Method in class com.lutris.appserver.server.sql.informix.InformixDBQuery
Set query time out.
setRawName(int, String) - Method in class org.xml.sax.helpers.AttributesImpl
Set the raw XML 1.0 name of a specific attribute.
setReaderDepth(int) - Method in class org.apache.xerces.framework.XMLParser
This method is provided for scanner implementations.
setReaderDepth(int) - Method in interface org.apache.xerces.readers.XMLEntityHandler
Set the depth for the current reader.
setReaderFactory(XMLEntityReaderFactory) - Method in class org.apache.xerces.framework.XMLParser
Set the reader factory.
setReadOnly(boolean) - Method in class org.apache.html.dom.HTMLInputElementImpl
 
setReadOnly(boolean) - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
 
setReadOnly(boolean) - Method in interface org.w3c.dom.html.HTMLTextAreaElement
 
setReadOnly(boolean) - Method in interface org.w3c.dom.html.HTMLInputElement
 
setReadOnly(boolean, boolean) - Method in class org.apache.xerces.dom.NodeImpl
NON-DOM: PR-DOM-Level-1-19980818 mentions readonly nodes in conjunction with Entities, but provides no API to support this.
setReadOnly(boolean, boolean) - Method in class org.apache.xerces.dom.NodeContainer
Override default behavior so that if deep is true, children are also toggled.
setReadOnly(boolean, boolean) - Method in class org.apache.xerces.dom.ElementImpl
NON-DOM: Subclassed to flip the attributes' readonly switch as well.
setReadOnly(boolean, boolean) - Method in class org.apache.xerces.dom.DocumentTypeImpl
NON-DOM: Subclassed to flip the entities' and notations' readonly switch as well.
setReadOnly(boolean, boolean) - Method in class org.apache.xerces.dom.EntityReferenceImpl
 
setRel(String) - Method in class org.apache.html.dom.HTMLLinkElementImpl
 
setRel(String) - Method in class org.apache.html.dom.HTMLAnchorElementImpl
 
setRel(String) - Method in interface org.w3c.dom.html.HTMLLinkElement
 
setRel(String) - Method in interface org.w3c.dom.html.HTMLAnchorElement
 
setRequestedSessionIdFromCookie(boolean) - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationRequest
 
setRequestedSessionIdFromUrl(boolean) - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationRequest
 
setRev(String) - Method in class org.apache.html.dom.HTMLLinkElementImpl
 
setRev(String) - Method in class org.apache.html.dom.HTMLAnchorElementImpl
 
setRev(String) - Method in interface org.w3c.dom.html.HTMLLinkElement
 
setRev(String) - Method in interface org.w3c.dom.html.HTMLAnchorElement
 
setRowIndex(int) - Method in class org.apache.html.dom.HTMLTableRowElementImpl
 
setRows(int) - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
 
setRows(int) - Method in interface org.w3c.dom.html.HTMLTextAreaElement
 
setRows(String) - Method in class org.apache.html.dom.HTMLFrameSetElementImpl
 
setRows(String) - Method in interface org.w3c.dom.html.HTMLFrameSetElement
 
setRowSpan(int) - Method in class com.lutris.html.HtmlTableCell
 
setRowSpan(int) - Method in class com.lutris.html.HtmlTableRow
 
setRowSpan(int) - Method in class org.apache.html.dom.HTMLTableCellElementImpl
 
setRowSpan(int) - Method in interface org.w3c.dom.html.HTMLTableCellElement
 
setRules(String) - Method in class com.lutris.html.HtmlTable
 
setRules(String) - Method in class org.apache.html.dom.HTMLTableElementImpl
 
setRules(String) - Method in interface org.w3c.dom.html.HTMLTableElement
 
setScheme(String) - Method in class org.apache.html.dom.HTMLMetaElementImpl
 
setScheme(String) - Method in interface org.enhydra.wireless.wml.dom.WMLMetaElement
'scheme' attribute specifies a form that may be used to interpret the property value
setScheme(String) - Method in interface org.w3c.dom.html.HTMLMetaElement
 
setScope(String) - Method in class org.apache.html.dom.HTMLTableCellElementImpl
 
setScope(String) - Method in interface org.w3c.dom.html.HTMLTableCellElement
 
setScrolling(String) - Method in class org.apache.html.dom.HTMLFrameElementImpl
 
setScrolling(String) - Method in class org.apache.html.dom.HTMLIFrameElementImpl
 
setScrolling(String) - Method in interface org.w3c.dom.html.HTMLFrameElement
 
setScrolling(String) - Method in interface org.w3c.dom.html.HTMLIFrameElement
 
setSecondary(ClassLoader) - Method in class com.lutris.classloader.MultiClassLoader
Set the secondary class loader.
setSectionRowIndex(int) - Method in class org.apache.html.dom.HTMLTableRowElementImpl
 
setSecure(boolean) - Method in class javax.servlet.http.Cookie
Indicates to the browser whether the cookie should only be sent using a secure protocol, such as HTTPS or SSL.
setSelected(boolean) - Method in class org.apache.html.dom.HTMLOptionElementImpl
 
setSelected(boolean) - Method in interface org.w3c.dom.html.HTMLOptionElement
 
setSelectedIndex(int) - Method in class org.apache.html.dom.HTMLSelectElementImpl
 
setSelectedIndex(int) - Method in interface org.w3c.dom.html.HTMLSelectElement
 
setSendCharDataAsCharArray(boolean) - Method in class org.apache.xerces.framework.XMLParser
Set char data processing preference.
setSendCharDataAsCharArray(boolean) - Method in interface org.apache.xerces.readers.XMLEntityReaderFactory
Set char data processing preference.
setSendCharDataAsCharArray(boolean) - Method in class org.apache.xerces.readers.DefaultReaderFactory
Set char data processing preference.
setSendreferer(String) - Method in interface org.enhydra.wireless.wml.dom.WMLGoElement
 
setServletAndContext(Servlet, ServletContext) - Method in class com.lutris.appserver.server.httpPresentation.HttpPresentationManager
Notify the presentation manager which servlet we are running in.
setSessionIdCookieRequired(boolean) - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
 
setSessionIdEncodeUrlRequired(boolean) - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
 
setSessionKey(String) - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Sets the current session key for this response
setSessionManager(SessionManager) - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Sets the current application name for this response
setShape(String) - Method in class org.apache.html.dom.HTMLAnchorElementImpl
 
setShape(String) - Method in class org.apache.html.dom.HTMLAreaElementImpl
 
setShape(String) - Method in interface org.w3c.dom.html.HTMLAreaElement
 
setShape(String) - Method in interface org.w3c.dom.html.HTMLAnchorElement
 
setSize(int) - Method in class org.apache.html.dom.HTMLSelectElementImpl
 
setSize(int) - Method in interface org.enhydra.wireless.wml.dom.WMLInputElement
'size' specifies the width of the input in characters (Section 11.6.3, WAP WML Version 16-Jun-1999)
setSize(int) - Method in interface org.w3c.dom.html.HTMLSelectElement
 
setSize(String) - Method in class org.apache.html.dom.HTMLInputElementImpl
 
setSize(String) - Method in class org.apache.html.dom.HTMLBaseFontElementImpl
 
setSize(String) - Method in class org.apache.html.dom.HTMLFontElementImpl
 
setSize(String) - Method in class org.apache.html.dom.HTMLHRElementImpl
 
setSize(String) - Method in interface org.w3c.dom.html.HTMLBaseFontElement
 
setSize(String) - Method in interface org.w3c.dom.html.HTMLFontElement
 
setSize(String) - Method in interface org.w3c.dom.html.HTMLInputElement
 
setSize(String) - Method in interface org.w3c.dom.html.HTMLHRElement
 
setSpan(int) - Method in class org.apache.html.dom.HTMLTableColElementImpl
 
setSpan(int) - Method in interface org.w3c.dom.html.HTMLTableColElement
 
setSpecified(boolean) - Method in class org.apache.xerces.dom.AttrImpl
NON-DOM, for use by parser
setSrc(String) - Method in class org.apache.html.dom.HTMLInputElementImpl
 
setSrc(String) - Method in class org.apache.html.dom.HTMLFrameElementImpl
 
setSrc(String) - Method in class org.apache.html.dom.HTMLScriptElementImpl
 
setSrc(String) - Method in class org.apache.html.dom.HTMLIFrameElementImpl
 
setSrc(String) - Method in class org.apache.html.dom.HTMLImageElementImpl
 
setSrc(String) - Method in interface org.enhydra.wireless.wml.dom.WMLImgElement
'src' specifies URI for the source images (Section 11.9, WAP WML Version 16-Jun-1999)
setSrc(String) - Method in interface org.w3c.dom.html.HTMLFrameElement
 
setSrc(String) - Method in interface org.w3c.dom.html.HTMLImageElement
 
setSrc(String) - Method in interface org.w3c.dom.html.HTMLInputElement
 
setSrc(String) - Method in interface org.w3c.dom.html.HTMLScriptElement
 
setSrc(String) - Method in interface org.w3c.dom.html.HTMLIFrameElement
 
setStandalone(boolean) - Method in class org.apache.xml.serialize.OutputFormat
Sets document DTD standalone.
setStandby(String) - Method in class org.apache.html.dom.HTMLObjectElementImpl
 
setStandby(String) - Method in interface org.w3c.dom.html.HTMLObjectElement
 
setStart(int) - Method in class org.apache.html.dom.HTMLOListElementImpl
 
setStart(int) - Method in interface org.w3c.dom.html.HTMLOListElement
 
setStart(Node, int) - Method in class org.apache.xerces.dom.RangeImpl
 
setStart(Node, int) - Method in interface org.w3c.dom.range.Range
Sets the attributes describing the start of therange.
setStartAfter(Node) - Method in class org.apache.xerces.dom.RangeImpl
 
setStartAfter(Node) - Method in interface org.w3c.dom.range.Range
Sets the start position to be after a node
setStartBefore(Node) - Method in class org.apache.xerces.dom.RangeImpl
 
setStartBefore(Node) - Method in interface org.w3c.dom.range.Range
Sets the start position to be before a node
setStatus(int) - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Sets the status code and a default message for this response.
setStatus(int) - Method in interface javax.servlet.http.HttpServletResponse
Sets the status code for this response.
setStatus(int, String) - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Sets the status code and message for this response.
setStatus(int, String) - Method in interface javax.servlet.http.HttpServletResponse
Deprecated. As of version 2.1, due to ambiguous meaning of the message parameter. To set a status code use setStatus(int), to send an error with a description use sendError(int, String). Sets the status code and message for this response.
setStringMatchDetails(String, String) - Method in class com.lutris.dods.builder.generator.query.QueryBuilder
 
setSummary(String) - Method in class org.apache.html.dom.HTMLTableElementImpl
 
setSummary(String) - Method in interface org.w3c.dom.html.HTMLTableElement
 
setSystemId(String) - Method in class org.apache.xerces.dom.EntityImpl
NON-DOM The system identifier associated with the entity.
setSystemId(String) - Method in class org.apache.xerces.dom.NotationImpl
NON-DOM: The System Identifier for this Notation.
setSystemId(String) - Method in class org.xml.sax.InputSource
Set the system identifier for this input source.
setSystemId(String) - Method in class org.xml.sax.helpers.LocatorImpl
Set the system identifier for this locator.
setTabIndex(int) - Method in class org.apache.html.dom.HTMLInputElementImpl
 
setTabIndex(int) - Method in class org.apache.html.dom.HTMLButtonElementImpl
 
setTabIndex(int) - Method in class org.apache.html.dom.HTMLSelectElementImpl
 
setTabIndex(int) - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
 
setTabIndex(int) - Method in class org.apache.html.dom.HTMLAnchorElementImpl
 
setTabIndex(int) - Method in class org.apache.html.dom.HTMLAreaElementImpl
 
setTabIndex(int) - Method in class org.apache.html.dom.HTMLObjectElementImpl
 
setTabIndex(int) - Method in interface org.enhydra.wireless.wml.dom.WMLSelectElement
'tabindex' specifies the tabbing position of the element (Section 11.6.1, WAP WML Version 16-Jun-1999)
setTabIndex(int) - Method in interface org.enhydra.wireless.wml.dom.WMLInputElement
'tabindex' specifies the tabbing position of the element (Section 11.6.1, WAP WML Version 16-Jun-1999)
setTabIndex(int) - Method in interface org.w3c.dom.html.HTMLButtonElement
 
setTabIndex(int) - Method in interface org.w3c.dom.html.HTMLTextAreaElement
 
setTabIndex(int) - Method in interface org.w3c.dom.html.HTMLInputElement
 
setTabIndex(int) - Method in interface org.w3c.dom.html.HTMLAreaElement
 
setTabIndex(int) - Method in interface org.w3c.dom.html.HTMLAnchorElement
 
setTabIndex(int) - Method in interface org.w3c.dom.html.HTMLSelectElement
 
setTabIndex(int) - Method in interface org.w3c.dom.html.HTMLObjectElement
 
setTagInfo(TagInfo) - Method in class javax.servlet.jsp.tagext.TagExtraInfo
Set the TagInfo for this class
setTarget(String) - Method in class org.apache.html.dom.HTMLLinkElementImpl
 
setTarget(String) - Method in class org.apache.html.dom.HTMLAnchorElementImpl
 
setTarget(String) - Method in class org.apache.html.dom.HTMLAreaElementImpl
 
setTarget(String) - Method in class org.apache.html.dom.HTMLBaseElementImpl
 
setTarget(String) - Method in class org.apache.html.dom.HTMLFormElementImpl
 
setTarget(String) - Method in interface org.w3c.dom.html.HTMLFormElement
 
setTarget(String) - Method in interface org.w3c.dom.html.HTMLBaseElement
 
setTarget(String) - Method in interface org.w3c.dom.html.HTMLAreaElement
 
setTarget(String) - Method in interface org.w3c.dom.html.HTMLLinkElement
 
setTarget(String) - Method in interface org.w3c.dom.html.HTMLAnchorElement
 
setText(String) - Method in class org.apache.html.dom.HTMLScriptElementImpl
 
setText(String) - Method in class org.apache.html.dom.HTMLOptionElementImpl
 
setText(String) - Method in class org.apache.html.dom.HTMLBodyElementImpl
 
setText(String) - Method in class org.apache.html.dom.HTMLTitleElementImpl
 
setText(String) - Method in interface org.w3c.dom.html.HTMLTitleElement
 
setText(String) - Method in interface org.w3c.dom.html.HTMLScriptElement
 
setText(String) - Method in interface org.w3c.dom.html.HTMLBodyElement
 
setTFoot(HTMLTableSectionElement) - Method in class org.apache.html.dom.HTMLTableElementImpl
 
setTFoot(HTMLTableSectionElement) - Method in interface org.w3c.dom.html.HTMLTableElement
 
setTHead(HTMLTableSectionElement) - Method in class org.apache.html.dom.HTMLTableElementImpl
 
setTHead(HTMLTableSectionElement) - Method in interface org.w3c.dom.html.HTMLTableElement
 
setTimeExpires(long) - Method in interface com.lutris.appserver.server.session.StandardSession
Set the time of expiry for this object.
setTitle(String) - Method in class org.apache.html.dom.HTMLElementImpl
 
setTitle(String) - Method in class org.apache.html.dom.HTMLDocumentImpl
 
setTitle(String) - Method in interface org.enhydra.wireless.wml.dom.WMLFieldsetElement
'title' specifies a title for this element
setTitle(String) - Method in interface org.enhydra.wireless.wml.dom.WMLAElement
 
setTitle(String) - Method in interface org.enhydra.wireless.wml.dom.WMLTableElement
'title' specifies a title for the table (Section 11.8.5, WAP WML Version 16-Jun-1999)
setTitle(String) - Method in interface org.enhydra.wireless.wml.dom.WMLOptgroupElement
'title' specifies the title of this element (Section 11.6.2.3, WAP WML Version 16-Jun-1999)
setTitle(String) - Method in interface org.enhydra.wireless.wml.dom.WMLOptionElement
'title' specifies a title for this element.
setTitle(String) - Method in interface org.enhydra.wireless.wml.dom.WMLAnchorElement
 
setTitle(String) - Method in interface org.enhydra.wireless.wml.dom.WMLSelectElement
'title' specifies a title for this element (Section 11.6.2.1, WAP WML Version 16-Jun-1999)
setTitle(String) - Method in interface org.enhydra.wireless.wml.dom.WMLInputElement
'title' specifies a title for this element (Section 11.6.3, WAP WML Version 16-Jun-1999)
setTitle(String) - Method in interface org.enhydra.wireless.wml.dom.WMLCardElement
'title' specifies a advisory info about the card (Section 11.5.2, WAP WML Version 16-Jun-1999)
setTitle(String) - Method in class org.enhydra.xml.xmlc.html.HTMLObjectImpl
 
setTitle(String) - Method in interface org.w3c.dom.html.HTMLElement
 
setTitle(String) - Method in interface org.w3c.dom.html.HTMLDocument
 
setTransactionTimeout(int) - Method in class com.lutris.appserver.server.sql.informix.InformixDBTransaction
Set transaction time out.
setType(int, String) - Method in class org.xml.sax.helpers.AttributesImpl
Set the type of a specific attribute.
setType(String) - Method in class org.apache.html.dom.HTMLLinkElementImpl
 
setType(String) - Method in class org.apache.html.dom.HTMLParamElementImpl
 
setType(String) - Method in class org.apache.html.dom.HTMLUListElementImpl
 
setType(String) - Method in class org.apache.html.dom.HTMLAnchorElementImpl
 
setType(String) - Method in class org.apache.html.dom.HTMLScriptElementImpl
 
setType(String) - Method in class org.apache.html.dom.HTMLStyleElementImpl
 
setType(String) - Method in class org.apache.html.dom.HTMLOListElementImpl
 
setType(String) - Method in class org.apache.html.dom.HTMLLIElementImpl
 
setType(String) - Method in class org.apache.html.dom.HTMLObjectElementImpl
 
setType(String) - Method in interface org.enhydra.wireless.wml.dom.WMLDoElement
 
setType(String) - Method in interface org.enhydra.wireless.wml.dom.WMLInputElement
'type' specifies the type of text input area.
setType(String) - Method in interface org.enhydra.wireless.wml.dom.WMLOneventElement
 
setType(String) - Method in interface org.w3c.dom.html.HTMLUListElement
 
setType(String) - Method in interface org.w3c.dom.html.HTMLLIElement
 
setType(String) - Method in interface org.w3c.dom.html.HTMLOListElement
 
setType(String) - Method in interface org.w3c.dom.html.HTMLStyleElement
 
setType(String) - Method in interface org.w3c.dom.html.HTMLParamElement
 
setType(String) - Method in interface org.w3c.dom.html.HTMLLinkElement
 
setType(String) - Method in interface org.w3c.dom.html.HTMLScriptElement
 
setType(String) - Method in interface org.w3c.dom.html.HTMLAnchorElement
 
setType(String) - Method in interface org.w3c.dom.html.HTMLObjectElement
 
setupDefaultAttributes() - Method in class org.apache.xerces.dom.ElementImpl
Setup the default attributes.
setURI(int, String) - Method in class org.xml.sax.helpers.AttributesImpl
Set the Namespace URI of a specific attribute.
setUseMap(String) - Method in class org.apache.html.dom.HTMLInputElementImpl
 
setUseMap(String) - Method in class org.apache.html.dom.HTMLImageElementImpl
 
setUseMap(String) - Method in class org.apache.html.dom.HTMLObjectElementImpl
 
setUseMap(String) - Method in interface org.w3c.dom.html.HTMLImageElement
 
setUseMap(String) - Method in interface org.w3c.dom.html.HTMLInputElement
 
setUseMap(String) - Method in interface org.w3c.dom.html.HTMLObjectElement
 
setUser(User) - Method in interface com.lutris.appserver.server.session.Session
Set the user associated with this session.
setUserData(Object) - Method in class org.apache.xerces.dom.NodeImpl
NON-DOM: As an alternative to subclassing the DOM, this implementation has been extended with the ability to attach an object to each node.
setValidating(boolean) - Method in class org.apache.xerces.framework.XMLParser
Tell the parser that we are validating
setValidation(boolean) - Method in class org.apache.xerces.framework.XMLParser
Sets whether the parser validates.
setValidationDynamic(boolean) - Method in class org.apache.xerces.framework.XMLParser
Allows the parser to validate a document only when it contains a grammar.
setValidationWarnOnDuplicateAttdef(boolean) - Method in class org.apache.xerces.framework.XMLParser
Sets whether an error is emitted when an attribute is redefined in the grammar.
setValidationWarnOnUndeclaredElemdef(boolean) - Method in class org.apache.xerces.framework.XMLParser
Sets whether the parser emits an error when an element's content model references an element by name that is not declared in the grammar.
setVAlign(String) - Method in class org.apache.html.dom.HTMLTableCellElementImpl
 
setVAlign(String) - Method in class org.apache.html.dom.HTMLTableRowElementImpl
 
setVAlign(String) - Method in class org.apache.html.dom.HTMLTableColElementImpl
 
setVAlign(String) - Method in class org.apache.html.dom.HTMLTableSectionElementImpl
 
setVAlign(String) - Method in interface org.w3c.dom.html.HTMLTableSectionElement
 
setVAlign(String) - Method in interface org.w3c.dom.html.HTMLTableColElement
 
setVAlign(String) - Method in interface org.w3c.dom.html.HTMLTableCellElement
 
setVAlign(String) - Method in interface org.w3c.dom.html.HTMLTableRowElement
 
setValue(int) - Method in class org.apache.html.dom.HTMLLIElementImpl
 
setValue(int) - Method in interface org.w3c.dom.html.HTMLLIElement
 
setValue(int, String) - Method in class org.xml.sax.helpers.AttributesImpl
Set the value of a specific attribute.
setValue(Object) - Method in class com.lutris.dods.builder.generator.query.RDBColumnValue
Used only by the QueryBuilder.
setValue(String) - Method in class com.lutris.html.HtmlTableCell
 
setValue(String) - Method in class javax.servlet.http.Cookie
Assigns a new value to a cookie after the cookie is created.
setValue(String) - Method in class org.apache.html.dom.HTMLInputElementImpl
 
setValue(String) - Method in class org.apache.html.dom.HTMLButtonElementImpl
 
setValue(String) - Method in class org.apache.html.dom.HTMLParamElementImpl
 
setValue(String) - Method in class org.apache.html.dom.HTMLSelectElementImpl
 
setValue(String) - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
 
setValue(String) - Method in class org.apache.html.dom.HTMLOptionElementImpl
 
setValue(String) - Method in class org.apache.xerces.dom.AttrImpl
The DOM doesn't clearly define what setValue(null) means.
setValue(String) - Method in interface org.enhydra.wireless.wml.dom.WMLTimerElement
'value' indicates teh default of the variable 'name' (Section 11.6.7, WAP WML Version 16-Jun-1999)
setValue(String) - Method in interface org.enhydra.wireless.wml.dom.WMLPostfieldElement
 
setValue(String) - Method in interface org.enhydra.wireless.wml.dom.WMLSetvarElement
 
setValue(String) - Method in interface org.enhydra.wireless.wml.dom.WMLOptionElement
'value' specifies the value to used to set the 'name' variable (Section 11.6.2.2, WAP WML Version 16-Jun-1999)
setValue(String) - Method in interface org.enhydra.wireless.wml.dom.WMLSelectElement
'value' specifics the default value of the variable of 'name' (Section 11.6.2.1, WAP WML Version 16-Jun-1999)
setValue(String) - Method in interface org.enhydra.wireless.wml.dom.WMLInputElement
'value' specifies the default value of the variable in 'name' attribute (Section 11.6.3, WAP WML Version 16-Jun-1999)
setValue(String) - Method in interface org.w3c.dom.Attr
 
setValue(String) - Method in interface org.w3c.dom.html.HTMLButtonElement
 
setValue(String) - Method in interface org.w3c.dom.html.HTMLTextAreaElement
 
setValue(String) - Method in interface org.w3c.dom.html.HTMLInputElement
 
setValue(String) - Method in interface org.w3c.dom.html.HTMLParamElement
 
setValue(String) - Method in interface org.w3c.dom.html.HTMLOptionElement
 
setValue(String) - Method in interface org.w3c.dom.html.HTMLSelectElement
 
setValue(String, Object) - Method in class javax.servlet.jsp.tagext.TagSupport
Set a value
setValueType(String) - Method in class org.apache.html.dom.HTMLParamElementImpl
 
setValueType(String) - Method in interface org.w3c.dom.html.HTMLParamElement
 
setVerbose(boolean) - Method in class org.apache.xerces.domx.XGrammarWriter
Sets whether the output is verbose.
setVersion(int) - Method in class com.lutris.appserver.server.sql.CoreDO
Sets this object's version.
setVersion(int) - Method in class javax.servlet.http.Cookie
Sets the version of the cookie protocol this cookie complies with.
setVersion(String) - Method in class org.apache.html.dom.HTMLHtmlElementImpl
 
setVersion(String) - Method in class org.apache.xml.serialize.OutputFormat
Sets the version for this output method.
setVersion(String) - Method in interface org.w3c.dom.html.HTMLHtmlElement
 
setVersionColumnName(String) - Static method in class com.lutris.appserver.server.sql.CoreDO
Sets the version column name.
setVerticalAlignment(int) - Method in class com.lutris.html.HtmlTableCell
 
setVerticalAlignment(int) - Method in class com.lutris.html.HtmlTableRow
 
setVLink(String) - Method in class org.apache.html.dom.HTMLBodyElementImpl
 
setVLink(String) - Method in interface org.w3c.dom.html.HTMLBodyElement
 
setVspace(String) - Method in class org.apache.html.dom.HTMLAppletElementImpl
 
setVspace(String) - Method in class org.apache.html.dom.HTMLImageElementImpl
 
setVspace(String) - Method in class org.apache.html.dom.HTMLObjectElementImpl
 
setVspace(String) - Method in interface org.enhydra.wireless.wml.dom.WMLImgElement
'vspace' specifies the abount of white space to be inserted above and below (Section 11.9, WAP WML Version 16-Jun-1999)
setVspace(String) - Method in interface org.w3c.dom.html.HTMLImageElement
 
setVspace(String) - Method in interface org.w3c.dom.html.HTMLAppletElement
 
setVspace(String) - Method in interface org.w3c.dom.html.HTMLObjectElement
 
setWidth(int) - Method in class org.apache.html.dom.HTMLPreElementImpl
 
setWidth(int) - Method in interface org.w3c.dom.html.HTMLPreElement
 
setWidth(String) - Method in class org.apache.html.dom.HTMLTableCellElementImpl
 
setWidth(String) - Method in class org.apache.html.dom.HTMLAppletElementImpl
 
setWidth(String) - Method in class org.apache.html.dom.HTMLTableElementImpl
 
setWidth(String) - Method in class org.apache.html.dom.HTMLIFrameElementImpl
 
setWidth(String) - Method in class org.apache.html.dom.HTMLTableColElementImpl
 
setWidth(String) - Method in class org.apache.html.dom.HTMLImageElementImpl
 
setWidth(String) - Method in class org.apache.html.dom.HTMLObjectElementImpl
 
setWidth(String) - Method in class org.apache.html.dom.HTMLHRElementImpl
 
setWidth(String) - Method in interface org.enhydra.wireless.wml.dom.WMLImgElement
'width' specifies the width of an image.
setWidth(String) - Method in interface org.w3c.dom.html.HTMLImageElement
 
setWidth(String) - Method in interface org.w3c.dom.html.HTMLTableElement
 
setWidth(String) - Method in interface org.w3c.dom.html.HTMLTableColElement
 
setWidth(String) - Method in interface org.w3c.dom.html.HTMLTableCellElement
 
setWidth(String) - Method in interface org.w3c.dom.html.HTMLAppletElement
 
setWidth(String) - Method in interface org.w3c.dom.html.HTMLHRElement
 
setWidth(String) - Method in interface org.w3c.dom.html.HTMLIFrameElement
 
setWidth(String) - Method in interface org.w3c.dom.html.HTMLObjectElement
 
setXMLCFactory(boolean, boolean) - Method in interface com.lutris.appserver.server.Application
Set the XMLC factory based on the recload and recompilation options.
setXMLCFactory(boolean, boolean) - Method in class com.lutris.appserver.server.StandardApplication
Set the XMLC factory based on the recload and recompilation options.
setXmlEncoding(String) - Method in class org.enhydra.xml.io.OutputOptions
Set the encoding using the XML encoding name.
setXmlEncoding(String, String) - Method in class org.enhydra.xml.io.OutputOptions
Set both the XML and Java encodings.
setXmlLang(String) - Method in interface org.enhydra.wireless.wml.dom.WMLSmallElement
The xml:lang that specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.enhydra.wireless.wml.dom.WMLFieldsetElement
The xml:lang that specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.enhydra.wireless.wml.dom.WMLBElement
'xml:lang' specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.enhydra.wireless.wml.dom.WMLAElement
'xml:lang' specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.enhydra.wireless.wml.dom.WMLBrElement
'xml:lang' specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.enhydra.wireless.wml.dom.WMLDoElement
The xml:lang that specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.enhydra.wireless.wml.dom.WMLTableElement
The xml:lang that specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.enhydra.wireless.wml.dom.WMLTdElement
The xml:lang that specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.enhydra.wireless.wml.dom.WMLStrongElement
The xml:lang that specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.enhydra.wireless.wml.dom.WMLBigElement
'xml:lang' specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.enhydra.wireless.wml.dom.WMLUElement
The xml:lang that specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.enhydra.wireless.wml.dom.WMLPElement
The xml:lang that specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.enhydra.wireless.wml.dom.WMLOptgroupElement
'xml:lang' specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.enhydra.wireless.wml.dom.WMLIElement
The xml:lang that specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.enhydra.wireless.wml.dom.WMLEmElement
The xml:lang that specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.enhydra.wireless.wml.dom.WMLOptionElement
'xml:lang' specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.enhydra.wireless.wml.dom.WMLWmlElement
The xml:lang that specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.enhydra.wireless.wml.dom.WMLAnchorElement
'xml:lang' specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.enhydra.wireless.wml.dom.WMLSelectElement
'xml:lang' specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.enhydra.wireless.wml.dom.WMLInputElement
'xml:lang' specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.enhydra.wireless.wml.dom.WMLCardElement
'xml:lang' specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.enhydra.wireless.wml.dom.WMLImgElement
The xml:lang that specifics the natural or formal language in which the document is written.
shortname - Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
 
shouldReload() - Method in class com.lutris.classloader.MultiClassLoader
Determine if the classes loaded by this class loader have been modified.
SHOW_ALL - Static variable in interface org.w3c.dom.traversal.NodeFilter
 
SHOW_ATTRIBUTE - Static variable in interface org.w3c.dom.traversal.NodeFilter
 
SHOW_CDATA_SECTION - Static variable in interface org.w3c.dom.traversal.NodeFilter
 
SHOW_COMMENT - Static variable in interface org.w3c.dom.traversal.NodeFilter
 
SHOW_DOCUMENT - Static variable in interface org.w3c.dom.traversal.NodeFilter
 
SHOW_DOCUMENT_FRAGMENT - Static variable in interface org.w3c.dom.traversal.NodeFilter
 
SHOW_DOCUMENT_TYPE - Static variable in interface org.w3c.dom.traversal.NodeFilter
 
SHOW_ELEMENT - Static variable in interface org.w3c.dom.traversal.NodeFilter
 
SHOW_ENTITY - Static variable in interface org.w3c.dom.traversal.NodeFilter
 
SHOW_ENTITY_REFERENCE - Static variable in interface org.w3c.dom.traversal.NodeFilter
 
SHOW_NOTATION - Static variable in interface org.w3c.dom.traversal.NodeFilter
 
SHOW_PROCESSING_INSTRUCTION - Static variable in interface org.w3c.dom.traversal.NodeFilter
 
SHOW_TEXT - Static variable in interface org.w3c.dom.traversal.NodeFilter
 
shutdown() - Method in interface com.lutris.appserver.server.Application
Shutdown the application.
shutdown() - Method in class com.lutris.appserver.server.StandardApplication
Shutdown the application.
shutdown() - Method in class com.lutris.appserver.server.session.StandardSessionKeyGen
Shutdown the thread associated with this object.
shutdown() - Method in interface com.lutris.appserver.server.session.StandardSessionUserTable
Shutdown this session user table as required.
shutdown() - Method in class com.lutris.appserver.server.session.StandardSessionIdleTimer
Shutdown the thread associated with this object.
shutdown() - Method in interface com.lutris.appserver.server.session.SessionManager
Shutdown this session manager as required.
shutdown() - Method in class com.lutris.appserver.server.session.StandardSessionManager
Shutdown this session manager, stopping threads that are associated with it.
shutdown() - Method in interface com.lutris.appserver.server.session.StandardSessionHome
 
shutdown() - Method in class com.lutris.appserver.server.sql.StandardDatabaseManager
Shutdown the database manager.
shutdown() - Method in interface com.lutris.appserver.server.sql.DatabaseManager
Shutdown the database manager.
shutdown() - Method in interface com.lutris.appserver.server.sql.LogicalDatabase
Immediately shutdown the logical database.
shutdown() - Method in class com.lutris.appserver.server.sql.standard.StandardLogicalDatabase
Immediately shutdown the logical database.
SingleThreadModel - interface javax.servlet.SingleThreadModel.
Ensures that servlets handle only one request at a time.
size - Variable in class com.lutris.classloader.Resource
The size of the resource in bytes.
size() - Method in interface com.lutris.appserver.server.session.StandardSessionHome
 
sizeofPOCache() - Method in class com.lutris.appserver.server.httpPresentation.HttpPresentationManager
Return the number of entries in the PO cache.
sizeofResourceCache() - Method in class com.lutris.appserver.server.httpPresentation.HttpPresentationManager
Return the number of entries in the resource cache.
SKIP_BODY - Static variable in interface javax.servlet.jsp.tagext.Tag
Skip body evaluation.
SKIP_PAGE - Static variable in interface javax.servlet.jsp.tagext.Tag
Skip the rest of the page.
skip(long) - Method in class com.lutris.mime.MultipartMimeInputStream
Skips over and discards n bytes of data from this input stream.
skip(long) - Method in class com.lutris.util.BMByteSearchStream
Skips over and discards n bytes of data from the input stream.
skipPastName(char) - Method in class org.apache.xerces.readers.StreamingCharReader
 
skipPastName(char) - Method in interface org.apache.xerces.readers.XMLEntityHandler.EntityReader
Skip past a sequence of characters that match the XML definition of a Name.
skipPastNmtoken(char) - Method in class org.apache.xerces.readers.StreamingCharReader
 
skipPastNmtoken(char) - Method in interface org.apache.xerces.readers.XMLEntityHandler.EntityReader
Skip past a sequence of characters that match the XML definition of an Nmtoken.
skipPastSpaces() - Method in class org.apache.xerces.readers.StreamingCharReader
 
skipPastSpaces() - Method in interface org.apache.xerces.readers.XMLEntityHandler.EntityReader
Skip past whitespace characters starting at the current position.
skipPattern() - Method in class com.lutris.util.BMByteSearchStream
Skips all bytes up to and including the search pattern or EOF.
skippedEntity(String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
skippedEntity(String) - Method in interface org.xml.sax.ContentHandler
Receive notification of a skipped entity.
skippedEntity(String) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Adapt a SAX2 skipped entity event.
skippedEntity(String) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter a skipped entity event.
skippedEntity(String) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of a skipped entity.
skippedString(char[]) - Method in class org.apache.xerces.readers.StreamingCharReader
 
skippedString(char[]) - Method in interface org.apache.xerces.readers.XMLEntityHandler.EntityReader
Skip past a sequence of characters that matches the specified character array.
skipTo() - Method in class com.lutris.util.BMByteSearchStream
Skips all bytes up to but not including the search pattern or EOF.
skipToChar(char) - Method in class org.apache.xerces.readers.StreamingCharReader
 
skipToChar(char) - Method in interface org.apache.xerces.readers.XMLEntityHandler.EntityReader
Advance through the input data up to the next ch character.
sourceFile(String) - Method in class com.lutris.appserver.server.jolt.joltpo.JoltPage
Sources a file found by the class loader, appending it to the output buffer.
SourceGenerator_Query - class com.lutris.dods.builder.generator.query.SourceGenerator_Query.
 
SourceGenerator_Query() - Constructor for class com.lutris.dods.builder.generator.query.SourceGenerator_Query
 
specified - Variable in class org.apache.xerces.dom.AttrImpl
False for default attributes.
splitText(int) - Method in class org.apache.xerces.dom.TextImpl
Break a text node into two sibling nodes.
splitText(int) - Method in interface org.w3c.dom.Text
Breaks this node into two nodes at the specified offset, keeping both in the tree as siblings.
sqlLogging - Variable in class com.lutris.appserver.server.sql.standard.StandardConnectionAllocator
Indicates if logging is enabled.
StandardApplication - class com.lutris.appserver.server.StandardApplication.
Default application implementation.
StandardApplication() - Constructor for class com.lutris.appserver.server.StandardApplication
A constructor with no arguments is required.
StandardConnectionAllocator - class com.lutris.appserver.server.sql.standard.StandardConnectionAllocator.
Manages a pool (set) of connections to a database.
StandardConnectionAllocator(LogicalDatabase, Config) - Constructor for class com.lutris.appserver.server.sql.standard.StandardConnectionAllocator
Initialize the connection allocator object.
StandardDatabaseManager - class com.lutris.appserver.server.sql.StandardDatabaseManager.
The standard database manager implementation.
StandardDatabaseManager(Config) - Constructor for class com.lutris.appserver.server.sql.StandardDatabaseManager
Creates a new DatabaseManager object and configures the logical databases defined in the config file.
StandardDBConnection - class com.lutris.appserver.server.sql.standard.StandardDBConnection.
Standard implementation of the DBConnection object.
StandardDBConnection(ConnectionAllocator, String, String, String, int, boolean, int) - Constructor for class com.lutris.appserver.server.sql.standard.StandardDBConnection
Initialize the connection to a database.
StandardDBQuery - class com.lutris.appserver.server.sql.standard.StandardDBQuery.
Standard implementation of a DBQuery object.
StandardDBQuery(DBConnection) - Constructor for class com.lutris.appserver.server.sql.standard.StandardDBQuery
Construct a query object for use on the supplied dB connection.
StandardDBTransaction - class com.lutris.appserver.server.sql.standard.StandardDBTransaction.
Standard implementation of SQL database transaction.
StandardDBTransaction(DBConnection) - Constructor for class com.lutris.appserver.server.sql.standard.StandardDBTransaction
Construct a transaction object for use on the supplied dB connection.
standardLevelNames - Static variable in class com.lutris.logging.Logger
Table of standard level names
StandardLogChannel - class com.lutris.logging.StandardLogChannel.
Standard implementation of a channel associated with a logging facility.
StandardLogChannel(String, StandardLogger) - Constructor for class com.lutris.logging.StandardLogChannel
Construct a new log channel.
StandardLogger - class com.lutris.logging.StandardLogger.
Standard implementation of the Logger.
StandardLogger(boolean) - Constructor for class com.lutris.logging.StandardLogger
Construct a new logger.
StandardLogicalDatabase - class com.lutris.appserver.server.sql.standard.StandardLogicalDatabase.
Represents a logical database.
StandardLogicalDatabase() - Constructor for class com.lutris.appserver.server.sql.standard.StandardLogicalDatabase
Default constructor to configure a single logical database.
StandardLogicalDatabase(String, Config) - Constructor for class com.lutris.appserver.server.sql.standard.StandardLogicalDatabase
Creates and configures a single logical database.
StandardObjectIdAllocator - class com.lutris.appserver.server.sql.standard.StandardObjectIdAllocator.
Object ids can only be created via this manager.
StandardObjectIdAllocator(LogicalDatabase, Config) - Constructor for class com.lutris.appserver.server.sql.standard.StandardObjectIdAllocator
Initialize the object id manager.
StandardRecompilationHandler - class org.enhydra.xml.xmlc.autocomp.StandardRecompilationHandler.
Standard recompilation handler.
StandardRecompilationHandler() - Constructor for class org.enhydra.xml.xmlc.autocomp.StandardRecompilationHandler
 
StandardSession - interface com.lutris.appserver.server.session.StandardSession.
Defines the interface for the Session object expected by the StandardSessionManager.
StandardSessionHome - interface com.lutris.appserver.server.session.StandardSessionHome.
 
StandardSessionIdleHandler - interface com.lutris.appserver.server.session.StandardSessionIdleHandler.
Interface for class that is involked by StandardSessionIdleTimer to clean up sessions.
StandardSessionIdleTimer - class com.lutris.appserver.server.session.StandardSessionIdleTimer.
The idle timer thread for StandardSessionManager.
StandardSessionIdleTimer(StandardSessionIdleHandler, Application, long) - Constructor for class com.lutris.appserver.server.session.StandardSessionIdleTimer
 
StandardSessionKeyGen - class com.lutris.appserver.server.session.StandardSessionKeyGen.
The session random key generator.
StandardSessionKeyGen(long[]) - Constructor for class com.lutris.appserver.server.session.StandardSessionKeyGen
Constructor a new key generator random number entropy generator.
StandardSessionManager - class com.lutris.appserver.server.session.StandardSessionManager.
This session manager maintains the mapping between session keys and sessions.
StandardSessionManager(Application, Config, LogChannel) - Constructor for class com.lutris.appserver.server.session.StandardSessionManager
Creates a new SessionManager object.
StandardSessionManager(ClassLoader, Config, LogChannel) - Constructor for class com.lutris.appserver.server.session.StandardSessionManager
 
StandardSessionUserTable - interface com.lutris.appserver.server.session.StandardSessionUserTable.
Table used by StandardSessionManager to cross reference User objects and sessions.
startAttrList() - Method in class org.apache.xerces.framework.XMLAttrList
Start a new set of attributes.
startCDATA() - Method in class org.apache.xerces.framework.XMLParser
callback for start of CDATA section.
startCDATA() - Method in interface org.apache.xerces.framework.XMLDocumentScanner.EventHandler
Signal the start of a CDATA section
startCDATA() - Method in class org.apache.xerces.parsers.DOMParser
Start CDATA section.
startCDATA() - Method in class org.apache.xerces.parsers.SAXParser
Start CDATA section.
startCDATA() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
startCDATA() - Method in interface org.xml.sax.ext.LexicalHandler
Report the start of a CDATA section.
startDocument() - Method in class org.apache.html.dom.HTMLBuilder
 
startDocument() - Method in class org.apache.xml.serialize.XMLSerializer
 
startDocument() - Method in class org.apache.xml.serialize.TextSerializer
 
startDocument() - Method in class org.apache.xml.serialize.HTMLSerializer
 
startDocument() - Method in interface org.xml.sax.ContentHandler
Receive notification of the beginning of a document.
startDocument() - Method in class org.xml.sax.HandlerBase
Deprecated. Receive notification of the beginning of the document.
startDocument() - Method in interface org.xml.sax.DocumentHandler
Deprecated. Receive notification of the beginning of a document.
startDocument() - Method in class org.xml.sax.helpers.XMLReaderAdapter
Start document event.
startDocument() - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter a start document event.
startDocument() - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of the beginning of the document.
startDocument() - Method in class org.xml.sax.helpers.ParserAdapter
Adapt a SAX1 start document event.
startDocument(int, int, int) - Method in class org.apache.xerces.framework.XMLParser
Callback for start of document If the there is no version info, encoding info, or standalone info, the corresponding argument will be set to -1.
startDocument(int, int, int) - Method in class org.apache.xerces.parsers.DOMParser
Start document.
startDocument(int, int, int) - Method in class org.apache.xerces.parsers.SAXParser
Start document.
startDocument(String) - Method in class org.apache.xml.serialize.XMLSerializer
Called to serialize the document's DOCTYPE by the root element.
startDocument(String) - Method in class org.apache.xml.serialize.TextSerializer
Called to serialize the document's DOCTYPE by the root element.
startDocument(String) - Method in class org.apache.xml.serialize.HTMLSerializer
Called to serialize the document's DOCTYPE by the root element.
startDTD(int, int, int) - Method in class org.apache.xerces.framework.XMLParser
callback for the start of the DTD This function will be called when a <!DOCTYPE...> declaration is encountered.
startDTD(int, int, int) - Method in class org.apache.xerces.parsers.DOMParser
This function will be called when a <!DOCTYPE...> declaration is encountered.
startDTD(int, int, int) - Method in class org.apache.xerces.parsers.SAXParser
This function will be called when a <!DOCTYPE...> declaration is encountered.
startDTD(String, String, String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
startDTD(String, String, String) - Method in interface org.xml.sax.ext.LexicalHandler
Report the start of DTD declarations, if any.
startElement(int, XMLAttrList) - Method in interface org.apache.xerces.framework.XMLValidator
a callback for the start tag of an element
startElement(int, XMLAttrList, int) - Method in class org.apache.xerces.framework.XMLParser
callback for the start of element.
startElement(int, XMLAttrList, int) - Method in class org.apache.xerces.parsers.DOMParser
Start element.
startElement(int, XMLAttrList, int) - Method in class org.apache.xerces.parsers.SAXParser
Start element
startElement(String, AttributeList) - Method in class org.apache.html.dom.HTMLBuilder
 
startElement(String, AttributeList) - Method in class org.apache.xml.serialize.XMLSerializer
 
startElement(String, AttributeList) - Method in class org.apache.xml.serialize.TextSerializer
 
startElement(String, AttributeList) - Method in class org.apache.xml.serialize.HTMLSerializer
 
startElement(String, AttributeList) - Method in class org.xml.sax.HandlerBase
Deprecated. Receive notification of the start of an element.
startElement(String, AttributeList) - Method in interface org.xml.sax.DocumentHandler
Deprecated. Receive notification of the beginning of an element.
startElement(String, AttributeList) - Method in class org.xml.sax.helpers.ParserAdapter
Adapt a SAX1 startElement event.
startElement(String, String, String, Attributes) - Method in class org.apache.xml.serialize.XMLSerializer
 
startElement(String, String, String, Attributes) - Method in class org.apache.xml.serialize.TextSerializer
 
startElement(String, String, String, Attributes) - Method in class org.apache.xml.serialize.HTMLSerializer
 
startElement(String, String, String, Attributes) - Method in interface org.xml.sax.ContentHandler
Receive notification of the beginning of an element.
startElement(String, String, String, Attributes) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Adapt a SAX2 start element event.
startElement(String, String, String, Attributes) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter a start element event.
startElement(String, String, String, Attributes) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of the start of an element.
startEntity(String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
startEntity(String) - Method in interface org.xml.sax.ext.LexicalHandler
Report the beginning of an entity.
startEntityDecl(boolean, int) - Method in class org.apache.xerces.framework.XMLParser
start an entity declaration
startEntityDecl(boolean, int) - Method in interface org.apache.xerces.readers.XMLEntityHandler
Start the scope of an entity declaration.
startEntityReference(int, int, int) - Method in class org.apache.xerces.framework.XMLParser
callback for start of entity reference.
startEntityReference(int, int, int) - Method in class org.apache.xerces.parsers.DOMParser
Start entity reference.
startEntityReference(int, int, int) - Method in class org.apache.xerces.parsers.SAXParser
Start entity reference.
startEnumeration() - Method in interface org.apache.xerces.framework.XMLDTDScanner.EventHandler
Called when the scanner start scanning an enumeration
startNamespaceDeclScope(int, int) - Method in class org.apache.xerces.framework.XMLParser
callback for the start of a namespace declaration scope.
startNamespaceDeclScope(int, int) - Method in class org.apache.xerces.parsers.DOMParser
Report the start of the scope of a namespace declaration.
startNamespaceDeclScope(int, int) - Method in class org.apache.xerces.parsers.SAXParser
Report the start of the scope of a namespace declaration.
startPrefixMapping(String, String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
startPrefixMapping(String, String) - Method in interface org.xml.sax.ContentHandler
Begin the scope of a prefix-URI Namespace mapping.
startPrefixMapping(String, String) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Adapt a SAX2 start prefix mapping event.
startPrefixMapping(String, String) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter a start Namespace prefix mapping event.
startPrefixMapping(String, String) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of the start of a Namespace mapping.
startReadingFromDocument(InputSource) - Method in class org.apache.xerces.framework.XMLParser
set up the reader stack to read from the document entity
startReadingFromDocument(InputSource) - Method in interface org.apache.xerces.readers.XMLEntityHandler
Start reading from source.
startReadingFromEntity(int, int, int) - Method in class org.apache.xerces.framework.XMLParser
start reading from an external entity
startReadingFromEntity(int, int, int) - Method in interface org.apache.xerces.readers.XMLEntityHandler
Start reading from this entity.
startReadingFromExternalSubset(int, int) - Method in interface org.apache.xerces.framework.XMLDTDScanner.EventHandler
Called when the DTDScanner starts reading from the external subset
startReadingFromExternalSubset(String, String, int) - Method in class org.apache.xerces.framework.XMLParser
start reading from an external DTD subset
startReadingFromExternalSubset(String, String, int) - Method in interface org.apache.xerces.readers.XMLEntityHandler
Start reading from the external subset of the DTD.
StartToEnd - Static variable in class org.apache.xerces.dom.RangeImpl
 
StartToEnd - Static variable in interface org.w3c.dom.range.Range
 
StartToStart - Static variable in class org.apache.xerces.dom.RangeImpl
 
StartToStart - Static variable in interface org.w3c.dom.range.Range
 
startup(Config) - Method in interface com.lutris.appserver.server.Application
Start the application.
startup(Config) - Method in class com.lutris.appserver.server.StandardApplication
Start the application.
state - Variable in class com.lutris.appserver.server.StandardApplication
Current state of the application.
stderrLevelFlags - Variable in class com.lutris.logging.StandardLogger
Table of levels that are to be written to stderr Accessed directly by the channel.
STOPPED - Static variable in interface com.lutris.appserver.server.Application
Stopped state code.
stopPropagation - Variable in class org.apache.xerces.dom.events.EventImpl
 
stopPropagation() - Method in class org.apache.xerces.dom.events.EventImpl
Causes exit from in-progress event dispatch before the next currentNode is selected.
stopPropagation() - Method in interface org.w3c.dom.events.Event
The stopPropagation method is used prevent further propagation of an event during event flow.
stopReadingFromExternalSubset() - Method in interface org.apache.xerces.framework.XMLDTDScanner.EventHandler
Called when the DTDScanner stop reading from the external subset
stopReadingFromExternalSubset() - Method in class org.apache.xerces.framework.XMLParser
stop reading from an external DTD subset
stopReadingFromExternalSubset() - Method in interface org.apache.xerces.readers.XMLEntityHandler
Finished reading from the external subset of the DTD.
store(String, Serializable) - Method in interface com.lutris.util.PersistentStore
Method to store and object (persistent).
StreamingCharReader - class org.apache.xerces.readers.StreamingCharReader.
An reader class for applications that need to process input data as it arrives on the stream.
StreamingCharReader(XMLEntityHandler, XMLErrorReporter, boolean, Reader, StringPool) - Constructor for class org.apache.xerces.readers.StreamingCharReader
Constructor
STRINGLIT_RESULT_INVALID_CHAR - Static variable in interface org.apache.xerces.readers.XMLEntityHandler
Special return values for scanStringLiteral method.
STRINGLIT_RESULT_QUOTE_REQUIRED - Static variable in interface org.apache.xerces.readers.XMLEntityHandler
Special return values for scanStringLiteral method.
submit() - Method in class org.apache.html.dom.HTMLFormElementImpl
 
submit() - Method in interface org.w3c.dom.html.HTMLFormElement
Submits the form.
substitute(Object, String) - Method in class gnu.regexp.RE
Substitutes the replacement text for the first match found in the input.
substitute(Object, String, int) - Method in class gnu.regexp.RE
Substitutes the replacement text for the first match found in the input beginning at the specified index position.
substitute(Object, String, int, int) - Method in class gnu.regexp.RE
Substitutes the replacement text for the first match found in the input string, beginning at the specified index position and using the specified execution flags.
substituteAll(Object, String) - Method in class gnu.regexp.RE
Substitutes the replacement text for each non-overlapping match found in the input text.
substituteAll(Object, String, int) - Method in class gnu.regexp.RE
Substitutes the replacement text for each non-overlapping match found in the input text, starting at the specified index.
substituteAll(Object, String, int, int) - Method in class gnu.regexp.RE
Substitutes the replacement text for each non-overlapping match found in the input text, starting at the specified index and using the specified execution flags.
substituteInto(String) - Method in class gnu.regexp.REMatch
Substitute the results of this match to create a new string.
substringData(int, int) - Method in class org.apache.xerces.dom.CharacterDataImpl
Substring is more than a convenience function.
substringData(int, int) - Method in interface org.w3c.dom.CharacterData
Extracts a range of data from the node.
subtract(Currency) - Method in class com.lutris.util.Currency
Returns a Currency whose value is (this - val).
supports(String, String) - Method in class org.apache.xerces.dom.NodeImpl
Introduced in DOM Level 2.
supports(String, String) - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
 
supports(String, String) - Method in interface org.w3c.dom.Node
Tests whether the DOM implementation implements a specific feature and that feature is supported by this node.
surroundContents(Node) - Method in class org.apache.xerces.dom.RangeImpl
 
surroundContents(Node) - Method in interface org.w3c.dom.range.Range
Reparents the contents of the range to the given nodeand inserts the node at the position of the start of therange.
switchingProtocols - Static variable in class com.lutris.http.HttpStatus
 
switchLogFile(File) - Method in class com.lutris.logging.StandardLogger
Switch a log file; replacing the old one with a new one.
SybaseConnectionAllocator - class com.lutris.appserver.server.sql.sybase.SybaseConnectionAllocator.
An Sybase database connection allocator used by the Sybase logical database.
SybaseConnectionAllocator(SybaseLogicalDatabase, Config) - Constructor for class com.lutris.appserver.server.sql.sybase.SybaseConnectionAllocator
Creates an Sybase database connection allocator.
SybaseDBConnection - class com.lutris.appserver.server.sql.sybase.SybaseDBConnection.
An Sybase database connection object used by the Sybase logical database.
SybaseDBConnection(SybaseConnectionAllocator, String, String, String, int, boolean, int) - Constructor for class com.lutris.appserver.server.sql.sybase.SybaseDBConnection
Create a connection to a JDBC database with Sybase specific symantics.
SybaseDBQuery - class com.lutris.appserver.server.sql.sybase.SybaseDBQuery.
An Sybase database query object used by the Sybase logical database.
SybaseDBQuery(DBConnection) - Constructor for class com.lutris.appserver.server.sql.sybase.SybaseDBQuery
Private constructor.
SybaseDBTransaction - class com.lutris.appserver.server.sql.sybase.SybaseDBTransaction.
An Sybase database transaction object used by the Sybase logical database.
SybaseDBTransaction(DBConnection) - Constructor for class com.lutris.appserver.server.sql.sybase.SybaseDBTransaction
Private constructor.
SybaseLogicalDatabase - class com.lutris.appserver.server.sql.sybase.SybaseLogicalDatabase.
Represents a logical database with Sybase specific capabilities.
SybaseLogicalDatabase() - Constructor for class com.lutris.appserver.server.sql.sybase.SybaseLogicalDatabase
Default constructor to configure a single logical database.
SybaseLogicalDatabase(String, Config) - Constructor for class com.lutris.appserver.server.sql.sybase.SybaseLogicalDatabase
Creates and configures a single logical database with sybase specific enhancements.
SybaseObjectIdAllocator - class com.lutris.appserver.server.sql.sybase.SybaseObjectIdAllocator.
An Sybase database object id allocator used by the Sybase logical database.
SybaseObjectIdAllocator(LogicalDatabase, Config) - Constructor for class com.lutris.appserver.server.sql.sybase.SybaseObjectIdAllocator
Initialize the object id manager.
syncAccessMethods() - Method in interface org.enhydra.xml.xmlc.XMLObject
Initialize the fields used by the generated access methods from the current state of the document.
syncAccessMethods() - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
 
syncChildren - Variable in class org.apache.xerces.dom.NodeContainer
Synchronization of child nodes needed.
syncData - Variable in class org.apache.xerces.dom.NodeImpl
Synchronization of data needed.
synchronizeChildren() - Method in class org.apache.xerces.dom.NodeContainer
Override this method in subclass to hook in efficient internal data structure.
synchronizeChildren() - Method in class org.apache.xerces.dom.DeferredEntityImpl
Synchronize the children.
synchronizeChildren() - Method in class org.apache.xerces.dom.DeferredElementDefinitionImpl
Synchronizes the default attribute values.
synchronizeChildren() - Method in class org.apache.xerces.dom.DeferredElementNSImpl
Synchronizes the node's children with the internal structure.
synchronizeChildren() - Method in class org.apache.xerces.dom.DeferredElementImpl
Synchronizes the node's children with the internal structure.
synchronizeChildren() - Method in class org.apache.xerces.dom.DeferredDocumentTypeImpl
Synchronizes the entities, notations, and elements.
synchronizeChildren() - Method in class org.apache.xerces.dom.DeferredEntityReferenceImpl
Synchronize the children.
synchronizeChildren() - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Synchronizes the node's children with the internal structure.
synchronizeChildren() - Method in class org.apache.xerces.dom.DeferredAttrNSImpl
Synchronizes the node's children with the internal structure.
synchronizeChildren() - Method in class org.apache.xerces.dom.DeferredAttrImpl
Synchronizes the node's children with the internal structure.
synchronizeData() - Method in class org.apache.xerces.dom.NodeImpl
Override this method in subclass to hook in efficient internal data structure.
synchronizeData() - Method in class org.apache.xerces.dom.ElementImpl
Synchronizes the data (name and value) for fast nodes.
synchronizeData() - Method in class org.apache.xerces.dom.DeferredEntityImpl
Synchronize the entity data.
synchronizeData() - Method in class org.apache.xerces.dom.DeferredElementDefinitionImpl
Synchronizes the data (name and value) for fast nodes.
synchronizeData() - Method in class org.apache.xerces.dom.DeferredElementNSImpl
Synchronizes the data (name and value) for fast nodes.
synchronizeData() - Method in class org.apache.xerces.dom.DeferredElementImpl
Synchronizes the data (name and value) for fast nodes.
synchronizeData() - Method in class org.apache.xerces.dom.DeferredTextImpl
Synchronizes the underlying data.
synchronizeData() - Method in class org.apache.xerces.dom.DeferredCDATASectionImpl
Synchronizes the data (name and value) for fast nodes.
synchronizeData() - Method in class org.apache.xerces.dom.DeferredDocumentTypeImpl
Synchronizes the data (name and value) for fast nodes.
synchronizeData() - Method in class org.apache.xerces.dom.DeferredEntityReferenceImpl
Synchronize the entity data.
synchronizeData() - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Synchronizes the node's data.
synchronizeData() - Method in class org.apache.xerces.dom.DeferredAttrNSImpl
Synchronizes the data (name and value) for fast nodes.
synchronizeData() - Method in class org.apache.xerces.dom.DeferredAttrImpl
Synchronizes the data (name and value) for fast nodes.
synchronizeData() - Method in class org.apache.xerces.dom.DeferredCommentImpl
Synchronizes the data (name and value) for fast nodes.
synchronizeData() - Method in class org.apache.xerces.dom.DeferredNotationImpl
Synchronizes the data.
synchronizeData() - Method in class org.apache.xerces.dom.DeferredProcessingInstructionImpl
Synchronizes the data.
syncWithDocument(Node) - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
Generated function to synchronize the fields used by the access methods.
SYNTAX - Static variable in class com.lutris.util.ConfigException
The reason field may contain this value to indicate that a syntax error in the configuration input file or stream caused this exception.
SYNTAX_ERR - Static variable in class org.w3c.dom.DOMException
 
systemId - Variable in class org.apache.xerces.dom.EntityImpl
System identifier.
systemId - Variable in class org.apache.xerces.dom.NotationImpl
System identifier.
systemID - Variable in class org.apache.xerces.dom.DocumentTypeImpl
 

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 _