BEA Systems, Inc.

WebLogic Server 6.0sp2 API Reference
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

A

AbbreviatedNodeTestStep() - Method in class weblogic.apache.xalan.xpath.XPathProcessorImpl
AbbreviatedNodeTestStep ::= '@'? NodeTest Predicate*
ABBREVSTRING - Static variable in class weblogic.common.ParamTypes
Constant for a string that should be abbreviated
above - Static variable in class weblogic.html.FrameType
Deprecated. Renders the top side of the frame.
absbottom - Static variable in class weblogic.html.AlignType
Deprecated. Aligns element at the horizontal and vertical bottom of a container.
absmiddle - Static variable in class weblogic.html.AlignType
Deprecated. Aligns vertical middle of an element with the middle of the current line.
absolute(int) - Method in class weblogic.jdbc.pool.ResultSet
 
ABSTRACT - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
AbstractDatatypeValidator - class weblogic.apache.xerces.validators.datatype.AbstractDatatypeValidator.
 
AbstractDatatypeValidator() - Constructor for class weblogic.apache.xerces.validators.datatype.AbstractDatatypeValidator
 
AbstractListableRealm - class weblogic.security.acl.AbstractListableRealm.
The Abstract Listable realm class is used to write custom security realms.
AbstractListableRealm(String) - Constructor for class weblogic.security.acl.AbstractListableRealm
Constructor to be called by public constructors in subclasses.
AbstractManageableRealm - class weblogic.security.acl.AbstractManageableRealm.
 
AbstractManageableRealm(String) - Constructor for class weblogic.security.acl.AbstractManageableRealm
 
accept(ConnectionEvent) - Method in class weblogic.security.net.ConnectionFilterImpl
Only connect.
accept(ConnectionEvent) - Method in interface weblogic.security.net.ConnectionFilter
Accept or deny an incoming connection from a client.
acceptsURL(String) - Method in class weblogic.jdbc.pool.Driver
Determines whether the URL is acceptable for use with a Driver.
AccessException - exception weblogic.rmi.AccessException.
This exception is provided for compatibility with java.rmi.*
AccessException() - Constructor for class weblogic.rmi.AccessException
 
AccessException(String) - Constructor for class weblogic.rmi.AccessException
Constructs an AccessException with the specified string.
AccessException(String, Throwable) - Constructor for class weblogic.rmi.AccessException
Constructs an AccessException with the specified string and nested exception.
accum(byte) - Method in class weblogic.apache.xalan.xpath.xml.FormatterToXML
Append a byte to the buffer.
accum(char) - Method in class weblogic.apache.xalan.xpath.xml.FormatterToXML
Append a character to the buffer.
accum(char[], int, int) - Method in class weblogic.apache.xalan.xpath.xml.FormatterToXML
Append a character to the buffer.
accum(String) - Method in class weblogic.apache.xalan.xpath.xml.FormatterToXML
Append a character to the buffer.
ACKNOWLEDGE_MODE_AUTO - Static variable in interface weblogic.management.configuration.JMSConstants
 
ACKNOWLEDGE_MODE_CLIENT - Static variable in interface weblogic.management.configuration.JMSConstants
 
ACKNOWLEDGE_MODE_DUPS_OK - Static variable in interface weblogic.management.configuration.JMSConstants
 
ACKNOWLEDGE_MODE_NONE - Static variable in interface weblogic.management.configuration.JMSConstants
 
AclEntryImpl - class weblogic.security.acl.AclEntryImpl.
This class implements the AclEntry interface, which is used to represent one entry in an Access Control List (ACL).
AclEntryImpl(Principal) - Constructor for class weblogic.security.acl.AclEntryImpl
Constructs an entry for the specified Principal.
AclEntryImpl(Principal, Permission) - Constructor for class weblogic.security.acl.AclEntryImpl
Constructs an entry for the specified Principal with the specified permission.
AclEntryImpl(Principal, Permission[]) - Constructor for class weblogic.security.acl.AclEntryImpl
Constructs an entry for the specified Principal with the specified set of permission.
AclImpl - class weblogic.security.acl.AclImpl.
This class implements the java.security.acl.Acl interface with optimization for checking permissions.
AclImpl(Principal, String) - Constructor for class weblogic.security.acl.AclImpl
Sets the name of an ACL to the specified string.
aclNegCache - Variable in class weblogic.security.acl.CachingRealm
ACL negative cache.
aclPosCache - Variable in class weblogic.security.acl.CachingRealm
ACL positive cache.
aclSync - Variable in class weblogic.security.acl.CachingRealm
ACL sync object.
AcronymElement - class weblogic.html.AcronymElement.
Deprecated.  
AcronymElement(String, String) - Constructor for class weblogic.html.AcronymElement
Deprecated. Constructs an AcronymElement with the specified string and sets the title attribute.
Action - class weblogic.event.actions.Action.
The Action class provides constructors for an Action object, used as an argument for the EventRegistration constructor.
ACTION - Static variable in class weblogic.i18n.Localizer
key to locate message action
Action() - Constructor for class weblogic.event.actions.Action
 
action(EventMessageDef) - Method in class weblogic.db.jdbc.EventfulTableDataSet
The action method that is invoked by the WebLogic Server when an EventfulRecord sends an event message that it has changed.
action(EventMessageDef) - Method in class weblogic.event.actions.ActionUDP
Creates an Action with the specified EventMessage.
action(EventMessageDef) - Method in class weblogic.event.actions.ActionNull
Creates an Action with the specified EventMessage (which implements the EventMessageDef interface).
action(EventMessageDef) - Method in interface weblogic.event.actions.ActionDef
Acts on the specified EventMessage.
action(EventMessageDef) - Method in class weblogic.event.actions.ActionLog
Writes a log message for the specified event.
action(EventMessageDef) - Method in class weblogic.event.actions.ActionEmail
Constructs an email Action with the specified event and sends it via SMTP with the Subject line Your registered event occurred.
action(EventMessageDef) - Method in class weblogic.event.actions.ActionRedirect
 
action(EventMessageDef) - Method in class weblogic.event.actions.ActionRefreshPool
Action to refresh a connection pool.
Action(Object) - Constructor for class weblogic.event.actions.Action
Constructs an Action with the specified object and set of parameters.
Action(Object, ParamSet) - Constructor for class weblogic.event.actions.Action
Constructs an Action with the specified object and set of parameters.
Action(String) - Constructor for class weblogic.event.actions.Action
Constructs an Action with the specified user-written class name.
Action(String, ParamSet) - Constructor for class weblogic.event.actions.Action
Constructs an Action with the specified user-written class name and set of parameters.
Action(T3Client, String, ParamSet) - Constructor for class weblogic.event.actions.Action
Constructs an Action with the specified T3Client, user-written class name, and set of parameters.
ActionDef - interface weblogic.event.actions.ActionDef.
Interface for user-written actions.
ActionEmail - class weblogic.event.actions.ActionEmail.
Class for creating an Action that is an email notification that an event has occurred.
ActionEmail() - Constructor for class weblogic.event.actions.ActionEmail
 
ActionLog - class weblogic.event.actions.ActionLog.
Class for creating an Action that logs the occurrence of an event.
ActionLog() - Constructor for class weblogic.event.actions.ActionLog
 
ActionNull - class weblogic.event.actions.ActionNull.
A simple action method that does nothing.
ActionNull() - Constructor for class weblogic.event.actions.ActionNull
 
ActionRedirect - class weblogic.event.actions.ActionRedirect.
Internal use only.
ActionRedirect() - Constructor for class weblogic.event.actions.ActionRedirect
 
ActionRefreshPool - class weblogic.event.actions.ActionRefreshPool.
Action class for use in setting up automatic refresh of JdbcT3 connection pools.
ActionRefreshPool() - Constructor for class weblogic.event.actions.ActionRefreshPool
 
ActionUDP - class weblogic.event.actions.ActionUDP.
Class for creating an Action that sends a UDP message to the log.
ActionUDP() - Constructor for class weblogic.event.actions.ActionUDP
 
actualKey - Variable in class weblogicx.jsp.tags.CacheTag
The actual key used to lookup the cache.
add(HTMLElement, HTMLElement) - Method in class weblogic.apache.html.dom.HTMLSelectElementImpl
 
addAttDef(int, QName, int, int, int, String, DatatypeValidator, boolean) - Method in class weblogic.apache.xerces.validators.schema.SchemaGrammar
 
addAttDef(QName, QName, int, boolean, int, int, int, boolean) - Method in interface weblogic.apache.xerces.framework.XMLDTDScanner.EventHandler
Add an attribute definition
addAttDef(QName, QName, int, boolean, int, int, int, boolean) - Method in class weblogic.apache.xerces.validators.dtd.DTDGrammar
Add an attribute definition
addAttr(int, int, int, boolean, boolean) - Method in class weblogic.apache.xerces.framework.XMLAttrList
 
addAttr(QName, int, int, boolean, boolean) - Method in class weblogic.apache.xerces.framework.XMLAttrList
Add an attribute to the current set.
addAttrib(String) - Method in class weblogic.db.jdbc.KeyDef
Adds attributes to an existing KeyDef object.
addAttribute(String, String) - Method in class weblogic.html.ElementWithAttributes
Deprecated. Sets the attribute name with value.
addAttribute(String, String, boolean) - Method in class weblogic.html.ElementWithAttributes
Deprecated. Sets the attribute name with value.
addAttribute(String, String, String) - Method in class weblogic.apache.xalan.xpath.xml.MutableAttrListImpl
Add an attribute to an attribute list.
addBatch() - Method in class weblogic.jdbc.oci.xa.PreparedStatement
 
addBatch() - Method in class weblogic.jdbc.pool.PreparedStatement
 
addBatch(String) - Method in class weblogic.jdbc.informix4.Statement
 
addBatch(String) - Method in class weblogic.jdbc.oci.xa.Statement
 
addBatch(String) - Method in class weblogic.jdbc.pool.Statement
 
addComponent(ComponentMBean) - Method in interface weblogic.management.configuration.ApplicationMBean
Add a component to this application.
addConnectionConsumer(JMSConnectionConsumerMBean) - Method in interface weblogic.management.configuration.JMSSessionPoolMBean
Add a connection consumer.
addConnectionEventListener(ConnectionEventListener) - Method in class weblogic.jdbc.oci.xa.XAConnection
 
addContentSpecNode(int, int) - Method in interface weblogic.apache.xerces.framework.XMLDTDScanner.EventHandler
Create an XMLContentSpec for a single non-leaf
addContentSpecNode(int, int) - Method in class weblogic.apache.xerces.validators.dtd.DTDGrammar
Create an XMLContentSpec for a single non-leaf
addContentSpecNode(int, int, int) - Method in interface weblogic.apache.xerces.framework.XMLDTDScanner.EventHandler
Create an XMLContentSpec for a two child leaf
addContentSpecNode(int, int, int) - Method in class weblogic.apache.xerces.validators.dtd.DTDGrammar
Create an XMLContentSpec for a two child leaf
addContentSpecNode(int, int, int, boolean) - Method in class weblogic.apache.xerces.validators.schema.SchemaGrammar
 
addDelegateCatalog(String, XCatalog) - Method in class weblogic.apache.xerces.readers.XCatalog
Adds a delegate mapping.
addDestination(JMSDestinationMBean) - Method in interface weblogic.management.configuration.JMSServerMBean
Add a JMSDestination to the JMS Server
addDestination(JMSDestinationMBean) - Method in interface weblogic.management.configuration.JMSTemplateMBean
Add a destination
addDestinationKey(JMSDestinationKeyMBean) - Method in interface weblogic.management.configuration.JMSTemplateMBean
Add a destination key
addDisconnectListener(DisconnectListener) - Method in class weblogic.common.T3Client
Adds a T3Client to the list of those clients listening for a DisconnectEvent.
addElement(AreaElement) - Method in class weblogic.html.MapElement
Deprecated. Adds the specified AreaElement to a MapElement.
addElement(ColElement) - Method in class weblogic.html.ColGroupElement
Deprecated. Adds a ColElement to a ColGroupElement.
addElement(ColGroupElement) - Method in class weblogic.html.TableElement
Deprecated. Adds a ColGroupElement to a TableElement.
addElement(DefinitionItem) - Method in class weblogic.html.DefinitionList
Deprecated. Adds a DefinitionItem to a DefinitionList.
addElement(FrameElement) - Method in class weblogic.html.FrameSetElement
Deprecated. Adds a FrameElement to a FrameSetElement.
addElement(FrameSetElement) - Method in class weblogic.html.FrameSetElement
Deprecated. Adds a FrameSetElement to a FrameSetElement.
addElement(HtmlElement) - Method in class weblogic.html.DivElement
Deprecated. Adds an HtmlElement to a DivElement.
addElement(HtmlElement) - Method in class weblogic.html.ListElement
Deprecated. Adds an HtmlElement to a ListElement.
addElement(HtmlElement) - Method in class weblogic.html.SpanElement
Deprecated. Adds an HtmlElement to a SpanElement.
addElement(HtmlElement) - Method in class weblogic.html.NoScriptElement
Deprecated. Adds an HtmlElement to a NoScriptElement.
addElement(HtmlElement) - Method in class weblogic.html.AppletElement
Deprecated. Adds the specified HtmlElement to an AppletElement.
addElement(HtmlElement) - Method in class weblogic.html.NoFramesElement
Deprecated. Adds an HtmlElement to a NoFramesElement.
addElement(HtmlElement) - Method in class weblogic.html.FormElement
Deprecated. Adds an HtmlElement to a FormElement.
addElement(HtmlElement) - Method in class weblogic.html.TableRowElement
Deprecated. Adds the specified HtmlElement as a TableDataElement to a TableRowElement.
addElement(HtmlElement) - Method in class weblogic.html.BodyElement
Deprecated. Adds an element to the HtmlContainer of a BodyElement.
addElement(HtmlElement) - Method in class weblogic.html.FieldsetElement
Deprecated. Adds an HtmlElement to a FieldsetElement.
addElement(HtmlElement) - Method in class weblogic.html.HtmlContainer
Deprecated. Adds an HtmlElement to an HtmlContainer.
addElement(int) - Method in class weblogic.apache.xalan.xpath.xml.IntVector
Append a int onto the vector.
addElement(ListItem) - Method in class weblogic.html.ListElement
Deprecated. Adds a ListItem to a ListElement.
addElement(Node) - Method in class weblogic.apache.xalan.xpath.xml.NodeVector
Append a Node onto the vector.
addElement(NoFramesElement) - Method in class weblogic.html.FrameSetElement
Deprecated. Adds a NoFramesElement to a FrameSetElement.
addElement(OptionElement) - Method in class weblogic.html.SelectElement
Deprecated. Adds an OptionElement to a SelectElement.
addElement(String) - Method in class weblogic.apache.xalan.xpath.xml.StringVector
Append a string onto the vector.
addElement(String) - Method in class weblogic.html.DivElement
Deprecated. Adds a StringElement to a DivElement.
addElement(String) - Method in class weblogic.html.ListElement
Deprecated. Adds a string to a ListElement.
addElement(String) - Method in class weblogic.html.SelectElement
Deprecated. Adds a string selection to a SelectElement.
addElement(String) - Method in class weblogic.html.SpanElement
Deprecated. Adds a StringElement to a SpanElement.
addElement(String) - Method in class weblogic.html.NoScriptElement
Deprecated. Adds a string to a NoScriptElement.
addElement(String) - Method in class weblogic.html.AppletElement
Deprecated. Adds the specified StringElement to an AppletElement.
addElement(String) - Method in class weblogic.html.NoFramesElement
Deprecated. Adds a string to a NoFramesElement.
addElement(String) - Method in class weblogic.html.FormElement
Deprecated. Adds a string to a FormElement.
addElement(String) - Method in class weblogic.html.TableRowElement
Deprecated. Adds the specified string as a TableDataElement to a TableRowElement.
addElement(String) - Method in class weblogic.html.HtmlContainer
Deprecated. Adds a string to an HtmlContainer.
addElement(String, HtmlElement) - Method in class weblogic.html.HtmlContainer
Deprecated. Adds an HtmlElement identified by the specified key to an HtmlContainer.
addElement(String, String) - Method in class weblogic.html.SelectElement
Deprecated. Adds a string selection and an associated value to a SelectElement.
addElement(String, String) - Method in class weblogic.html.HtmlContainer
Deprecated. Adds a string identified by the specified key to an HtmlContainer.
addElement(StringToStringTable) - Method in class weblogic.apache.xalan.xpath.xml.StringToStringTableVector
Append a string onto the vector.
addElement(TableDataElement) - Method in class weblogic.html.TableRowElement
Deprecated. Adds the specified TableDataElement to a TableRowElement.
addElement(TableRowElement) - Method in class weblogic.html.TFootElement
Deprecated. Adds a TableRowElement to a TableFootElement.
addElement(TableRowElement) - Method in class weblogic.html.TableElement
Deprecated. Adds a TableRowElement to a TableElement.
addElement(TableRowElement) - Method in class weblogic.html.THeadElement
Deprecated.  
addElement(TableRowElement) - Method in class weblogic.html.TBodyElement
Deprecated.  
addElement(TBodyElement) - Method in class weblogic.html.TableElement
Deprecated. Adds a TBodyElement to a TableElement.
addElement(TFootElement) - Method in class weblogic.html.TableElement
Deprecated. Adds a TFootElement to a TableElement.
addElement(THeadElement) - Method in class weblogic.html.TableElement
Deprecated. Adds a THeadElement to a TableElement.
addElementDecl(QName) - Method in interface weblogic.apache.xerces.framework.XMLDTDScanner.EventHandler
Add an element declaration (forward reference)
addElementDecl(QName) - Method in class weblogic.apache.xerces.validators.dtd.DTDGrammar
Add an element declaration (forward reference)
addElementDecl(QName, int, int, boolean) - Method in interface weblogic.apache.xerces.framework.XMLDTDScanner.EventHandler
Add an element declaration
addElementDecl(QName, int, int, boolean) - Method in class weblogic.apache.xerces.validators.dtd.DTDGrammar
Add an element declaration
addElementDecl(QName, int, int, int, int, int, DatatypeValidator) - Method in class weblogic.apache.xerces.validators.schema.SchemaGrammar
 
addEntityDecl(int, int, int, int, int, int, boolean) - Method in class weblogic.apache.xerces.readers.DefaultEntityHandler.EntityPool
 
addEntry(Principal, AclEntry) - Method in class weblogic.security.acl.AclImpl
Adds an AclEntry.
addEventListener(String, EventListener, boolean) - Method in class weblogic.apache.xerces.dom.NodeImpl
Introduced in DOM Level 2.
addExtensionElementNamespace(String, ExtensionFunctionHandler) - Method in class weblogic.apache.xalan.xpath.xml.XMLParserLiaisonDefault
Register an element extension namespace handler.
addExtensionNamespace(String, ExtensionFunctionHandler) - Method in interface weblogic.apache.xalan.xpath.XPathSupport
Register an extension namespace handler.
addExtensionNamespace(String, ExtensionFunctionHandler) - Method in class weblogic.apache.xalan.xpath.XPathSupportDefault
Register an extension namespace handler.
addExtensionNamespace(String, ExtensionFunctionHandler) - Method in class weblogic.apache.xalan.xpath.xml.XMLParserLiaisonDefault
Register an extension namespace handler.
addExtensionNamespace(String, ExtensionNSHandler) - Method in class weblogic.apache.xalan.xslt.Stylesheet
Add an extension namespace handler.
addExternalEntityDecl(int, int, int) - Method in interface weblogic.apache.xerces.framework.XMLDTDScanner.EventHandler
Add a declaration for an entity
addExternalEntityDecl(int, int, int) - Method in class weblogic.apache.xerces.validators.dtd.DTDGrammar
Add a declaration for an entity
addExternalEntityDecl(int, int, int, boolean) - Method in class weblogic.apache.xerces.readers.DefaultEntityHandler
 
addExternalEntityDecl(int, int, int, boolean) - Method in interface weblogic.apache.xerces.readers.XMLEntityHandler.DTDHandler
 
addExternalPEDecl(int, int, int) - Method in interface weblogic.apache.xerces.framework.XMLDTDScanner.EventHandler
Add a declaration for an external parameter entity
addExternalPEDecl(int, int, int) - Method in class weblogic.apache.xerces.validators.dtd.DTDGrammar
Add a declaration for an external parameter entity
addExternalPEDecl(int, int, int, boolean) - Method in class weblogic.apache.xerces.readers.DefaultEntityHandler
 
addExternalPEDecl(int, int, int, boolean) - Method in interface weblogic.apache.xerces.readers.XMLEntityHandler.DTDHandler
 
addFailoverAddress(String) - Method in interface weblogic.management.configuration.WLECConnectionPoolMBean
 
addHeadMultiElement(HtmlElement) - Method in class weblogic.html.MultiPartElement
Deprecated.  
addInternalEntityDecl(int, int) - Method in interface weblogic.apache.xerces.framework.XMLDTDScanner.EventHandler
Add a declaration for an internal entity
addInternalEntityDecl(int, int) - Method in class weblogic.apache.xerces.validators.dtd.DTDGrammar
Add a declaration for an internal entity
addInternalEntityDecl(int, int, boolean) - Method in class weblogic.apache.xerces.readers.DefaultEntityHandler
 
addInternalEntityDecl(int, int, boolean) - Method in interface weblogic.apache.xerces.readers.XMLEntityHandler.DTDHandler
 
addInternalPEDecl(int, int) - Method in interface weblogic.apache.xerces.framework.XMLDTDScanner.EventHandler
Add a declaration for an internal parameter entity
addInternalPEDecl(int, int) - Method in class weblogic.apache.xerces.validators.dtd.DTDGrammar
Add a declaration for an internal parameter entity
addInternalPEDecl(int, int, boolean) - Method in class weblogic.apache.xerces.readers.DefaultEntityHandler
 
addInternalPEDecl(int, int, boolean) - Method in interface weblogic.apache.xerces.readers.XMLEntityHandler.DTDHandler
Declare entities and notations.
additionalKey - Variable in class weblogicx.jsp.tags.CacheTag
 
AdditiveExpr(int) - Method in class weblogic.apache.xalan.xpath.XPathProcessorImpl
XXXX.
addMember(Principal) - Method in class weblogic.security.acl.DefaultGroupImpl
Adds the specified member to the group.
addMember(Principal) - Method in class weblogic.security.acl.Everyone
Adds a member to the group.
addMember(Principal) - Method in class weblogic.security.acl.GroupImpl
Adds the specified member to the group.
addMemberInternal(Principal) - Method in class weblogic.security.acl.FlatGroup
Update this object's internal state when adding a member.
addMonitor(Monitor) - Method in interface weblogic.workspace.common.WorkspaceDef
Adds a Monitor to a Workspace.
addMonitor(String, Monitor) - Method in interface weblogic.workspace.common.WorkspaceDef
Adds a Monitor to a Workspace value.
addMultiElement(HtmlElement) - Method in class weblogic.html.MultiPartElement
Deprecated.  
addNameToEnumeration(int, int, int, int, boolean) - Method in interface weblogic.apache.xerces.framework.XMLDTDScanner.EventHandler
Add a name to an enumeration
addNameToEnumeration(int, int, int, int, boolean) - Method in class weblogic.apache.xerces.validators.dtd.DTDGrammar
Add a name to an enumeration
addNewSymbol(String, int) - Method in class weblogic.apache.xerces.utils.StringPool
 
addNode(Node) - Method in interface weblogic.apache.xalan.xpath.MutableNodeList
Add a node.
addNode(Node) - Method in class weblogic.apache.xalan.xpath.MutableNodeListImpl
Add a node.
addNodeInDocOrder(Node, boolean, XPathSupport) - Method in interface weblogic.apache.xalan.xpath.MutableNodeList
Add the node into a vector of nodes where it should occur in document order.
addNodeInDocOrder(Node, boolean, XPathSupport) - Method in class weblogic.apache.xalan.xpath.MutableNodeListImpl
Add the node into a vector of nodes where it should occur in document order.
addNodeInDocOrder(Node, XPathSupport) - Method in interface weblogic.apache.xalan.xpath.MutableNodeList
Add the node into a vector of nodes where it should occur in document order.
addNodeInDocOrder(Node, XPathSupport) - Method in class weblogic.apache.xalan.xpath.MutableNodeListImpl
Add the node into a vector of nodes where it should occur in document order.
addNodes(NodeList) - Method in interface weblogic.apache.xalan.xpath.MutableNodeList
Copy NodeList members into this nodelist, adding in document order.
addNodes(NodeList) - Method in class weblogic.apache.xalan.xpath.MutableNodeListImpl
Copy NodeList members into this nodelist, adding in document order.
addNodesInDocOrder(NodeList, XPathSupport) - Method in interface weblogic.apache.xalan.xpath.MutableNodeList
Copy NodeList members into this nodelist, adding in document order.
addNodesInDocOrder(NodeList, XPathSupport) - Method in class weblogic.apache.xalan.xpath.MutableNodeListImpl
Copy NodeList members into this nodelist, adding in document order.
addNotationDecl(int, int, int) - Method in interface weblogic.apache.xerces.framework.XMLDTDScanner.EventHandler
Add a declaration for a notation
addNotationDecl(int, int, int) - Method in class weblogic.apache.xerces.validators.dtd.DTDGrammar
Add a declaration for a notation
addNotationDecl(int, int, int, boolean) - Method in class weblogic.apache.xerces.readers.DefaultEntityHandler
 
addNotationDecl(int, int, int, boolean) - Method in interface weblogic.apache.xerces.readers.XMLEntityHandler.DTDHandler
 
addNotationDecl(int, int, int, int, boolean) - Method in class weblogic.apache.xerces.readers.DefaultEntityHandler.EntityPool
 
addOwner(Principal, Principal) - Method in class weblogic.security.acl.OwnerImpl
Adds an owner.
addParam(ParamElement) - Method in class weblogic.html.ObjectElement
Deprecated. Adds a ParamElement to an ObjectElement.
addPermission(Permission) - Method in class weblogic.security.acl.AclEntryImpl
Adds the specified permission to this ACL entry.
addPrimaryAddress(String) - Method in interface weblogic.management.configuration.WLECConnectionPoolMBean
 
addProperties(Map) - Method in interface weblogic.transaction.Transaction
Adds a set of properties to a transaction by calling setProperty for all elements of props.
addPublicMapping(String, String) - Method in class weblogic.apache.xerces.readers.XMLCatalogHandler
Adds a public to system identifier mapping.
addQbe(String, float) - Method in class weblogic.db.jdbc.SelectStmt
Sets the QBE value for the specified attribute to a float value.
addQbe(String, int) - Method in class weblogic.db.jdbc.SelectStmt
Sets the QBE value for the specified attribute to an int value.
addQbe(String, String) - Method in class weblogic.db.jdbc.SelectStmt
Sets the QBE value for the specified attribute to a string value.
addRecognizer(XMLDeclRecognizer) - Method in class weblogic.apache.xerces.framework.XMLParser
Adds a recognizer.
addRecognizer(XMLDeclRecognizer) - Method in class weblogic.apache.xerces.readers.DefaultEntityHandler
Adds a recognizer.
addRecognizer(XMLDeclRecognizer) - Method in interface weblogic.apache.xerces.readers.XMLEntityReaderFactory
Adds a recognizer.
addRecognizer(XMLDeclRecognizer) - Method in class weblogic.apache.xerces.readers.DefaultReaderFactory
Adds a recognizer.
addRecord() - Method in class weblogic.db.jdbc.DataSet
Adds a new Record to a DataSet.
addRecord() - Method in class weblogic.db.jdbc.EventfulTableDataSet
Adds an EventfulRecord to an EventfulTableDataSet.
addRegistryEntry(XMLRegistryEntryMBean) - Method in interface weblogic.management.configuration.XMLRegistryMBean
Add a new Registry entry
addRequiredNotation(int, Locator, int, int, Object[]) - Method in class weblogic.apache.xerces.readers.DefaultEntityHandler
 
addRequiredNotation(int, Locator, int, int, Object[]) - Method in class weblogic.apache.xerces.readers.DefaultEntityHandler.EntityPool
 
addRequiredNotation(int, Locator, int, int, Object[]) - Method in interface weblogic.apache.xerces.readers.XMLEntityHandler.DTDHandler
Remember a required but undeclared notation.
AddressElement - class weblogic.html.AddressElement.
Deprecated.  
AddressElement() - Constructor for class weblogic.html.AddressElement
Deprecated. Constructs an empty AddressElement.
AddressElement(HtmlElement) - Constructor for class weblogic.html.AddressElement
Deprecated. Constructs an AddressElement with the specified string.
AddressElement(String) - Constructor for class weblogic.html.AddressElement
Deprecated. Constructs an AddressElement with the specified string.
AddressElement(String, HtmlElement) - Constructor for class weblogic.html.AddressElement
Deprecated. Constructs an AddressElement with the specified URL and author information.
addRow(int) - Method in class weblogic.html.TableElement
Deprecated. Adds a row with the specified number of columns to the TableElement.
addScript(String) - Method in class weblogic.html.HtmlPage
Deprecated. Use HtmlPage.getHead().addElement()
addSequenceListener(SequenceListener) - Method in class weblogic.common.Sequencer
Adds a single SequenceListener to a Sequence.
addSessionPool(JMSSessionPoolMBean) - Method in interface weblogic.management.configuration.JMSServerMBean
Add a session pool to the JMS Server.
addString(int, int) - Method in class weblogic.apache.xerces.readers.StreamingCharReader
Add a string to the StringPool from the characters scanned using this reader as described by offset and length.
addString(int, int) - Method in interface weblogic.apache.xerces.readers.XMLEntityHandler.CharBuffer
Add a region of this buffer to the string pool.
addString(int, int) - Method in interface weblogic.apache.xerces.readers.XMLEntityHandler.EntityReader
Add a string to the StringPool from the characters scanned using this reader as described by offset and length.
addString(int, int) - Method in class weblogic.apache.xerces.utils.UTF8DataChunk
 
addString(int, int) - Method in class weblogic.apache.xerces.utils.ChunkyCharArray
 
addString(int, int) - Method in class weblogic.apache.xerces.utils.CharDataChunk
Add a range from this chunk to the StringPool
addString(String) - Method in class weblogic.apache.xerces.utils.StringPool
 
addString(StringPool.StringProducer, int, int) - Method in class weblogic.apache.xerces.utils.StringPool
 
addStringToList(int, int) - Method in class weblogic.apache.xerces.utils.StringPool
 
addSymbol(int) - Method in class weblogic.apache.xerces.utils.StringPool
 
addSymbol(int, int) - Method in class weblogic.apache.xerces.readers.StreamingCharReader
Add a symbol to the StringPool from the characters scanned using this reader as described by offset and length.
addSymbol(int, int) - Method in interface weblogic.apache.xerces.readers.XMLEntityHandler.EntityReader
Add a symbol to the StringPool from the characters scanned using this reader as described by offset and length.
addSymbol(int, int) - Method in class weblogic.apache.xerces.utils.ChunkyCharArray
Add a region of this buffer to the StringPool as a symbol
addSymbol(int, int, int) - Method in class weblogic.apache.xerces.utils.UTF8DataChunk
 
addSymbol(int, int, int) - Method in class weblogic.apache.xerces.utils.CharDataChunk
Add a range from this chunk to the StringPool as a symbol
addSymbol(String) - Method in class weblogic.apache.xerces.utils.StringPool
 
addSymbol(StringPool.StringProducer, int, int, int) - Method in class weblogic.apache.xerces.utils.StringPool
 
addSymbolToCache(String, int, int) - Method in class weblogic.apache.xerces.utils.SymbolCache
 
addSystemMapping(String, String) - Method in class weblogic.apache.xerces.readers.XMLCatalogHandler
Adds a system identifier alias.
addTarget(TargetMBean) - Method in interface weblogic.management.configuration.DeploymentMBean
Add a target
addToRecords(String, Record) - Method in class weblogic.db.jdbc.EventfulTableDataSet
 
addTraceListener(TraceListener) - Method in class weblogic.apache.xalan.xslt.XSLTEngineImpl
Add a trace listener for the purposes of debugging and diagnosis.
addTraceListener(TraceListener) - Method in class weblogic.apache.xalan.xslt.StylesheetRoot
Add a trace listener for the purposes of debugging and diagnosis.
addTraceListener(TraceListener) - Method in interface weblogic.apache.xalan.xslt.XSLTProcessor
Add a trace listener for the purposes of debugging and diagnosis.
addUniqueLeafNode(int) - Method in interface weblogic.apache.xerces.framework.XMLDTDScanner.EventHandler
create an XMLContentSpec for a leaf
addUniqueLeafNode(int) - Method in class weblogic.apache.xerces.validators.dtd.DTDGrammar
create an XMLContentSpec for a leaf
addUnparsedEntityDecl(int, int, int, int) - Method in interface weblogic.apache.xerces.framework.XMLDTDScanner.EventHandler
Add a declaration for an unparsed entity
addUnparsedEntityDecl(int, int, int, int) - Method in class weblogic.apache.xerces.validators.dtd.DTDGrammar
Add a declaration for an unparsed entity
addUnparsedEntityDecl(int, int, int, int, boolean) - Method in class weblogic.apache.xerces.readers.DefaultEntityHandler
 
addUnparsedEntityDecl(int, int, int, int, boolean) - Method in interface weblogic.apache.xerces.readers.XMLEntityHandler.DTDHandler
 
addUnquotedQbe(String, String) - Method in class weblogic.db.jdbc.SelectStmt
Sets the QBE value for the specified attribute to an int value.
addWebServer(WebServerMBean) - Method in interface weblogic.management.configuration.WebDeploymentMBean
Add a target
ADMIN_JNDI_NAME - Static variable in interface weblogic.management.MBeanHome
 
admin() - Method in interface weblogic.common.T3ServicesDef
Returns access to administrative services in WebLogic.
AdminPermissions - class weblogic.security.acl.AdminPermissions.
This class contains system-wide weblogic.admin permission names.
AdminPermissions() - Constructor for class weblogic.security.acl.AdminPermissions
 
AdminServicesDef - interface weblogic.common.AdminServicesDef.
The AdminServicesDef defines the interface for administrative services in WebLogic.
adoptNode(Node) - Method in class weblogic.apache.xerces.dom.DocumentImpl
NON-DOM: Change the node's ownerDocument, and its subtree, to this Document
adorn(TableDataElement, PropertyDescriptor) - Static method in class weblogic.html.BeanHTML
Deprecated. Adds various annotations to the HTML element based on descriptor values.
AFTERDELETE - Static variable in class weblogic.db.jdbc.Enums
Constant for trigger state after a delete is executed.
AFTERINSERT - Static variable in class weblogic.db.jdbc.Enums
Constant for trigger state after an insert is executed.
afterLast() - Method in class weblogic.jdbc.pool.ResultSet
 
AFTERUPDATE - Static variable in class weblogic.db.jdbc.Enums
Constant for trigger state after an update is executed.
ALERT - Static variable in class weblogic.logging.Severities
A particular service is in an unusable state.
ALERT - Static variable in interface weblogic.management.configuration.DomainLogFilterMBean
 
ALERT_TEXT - Static variable in class weblogic.logging.Severities
 
aliceblue - Static variable in interface weblogic.html.HtmlColor
Deprecated.  
AlignType - class weblogic.html.AlignType.
Deprecated.  
AlignType(String) - Constructor for class weblogic.html.AlignType
Deprecated. Constructor.
aLinkColor - Static variable in class weblogic.html.BodyElement
Deprecated. Constant for ALINK tag in BODY element.
all - Static variable in class weblogic.html.MediaType
Deprecated. Sets the type to "all."
all - Static variable in class weblogic.html.RulesType
Deprecated. Places rules between all rows and all columns.
all - Static variable in class weblogic.html.BorderstyleType
Deprecated. Draws boxes around the frame of a table and all cells without regard to their contents.
all - Static variable in class weblogic.html.ClearType
Deprecated. Moves the element down until both margins are clear.
ALL - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
allArrayPropSetters() - Method in class weblogicx.jsp.tags.BeanParamGenerator
 
allocateConnection(ConnectionEnv) - Method in class weblogic.jdbc.pool.Driver
 
allow - Variable in class weblogic.html.WebPage
Deprecated.  
allow() - Method in class weblogic.html.WebPage
Deprecated. Gets the allow information for a WebPage.
allow(String) - Method in class weblogic.html.WebPage
Deprecated. Sets the allow information for a WebPage to the specified string.
allowGrammarAccess - Variable in class weblogic.apache.xerces.dom.DocumentImpl
Allow grammar access.
allProceduresAreCallable() - Method in class weblogic.jdbc.oci.xa.DatabaseMetaData
 
allRecordsRetrieved() - Method in class weblogic.db.jdbc.DataSet
Determines whether all records for a DataSet have been retrieved.
allTablesAreSelectable() - Method in class weblogic.jdbc.oci.xa.DatabaseMetaData
 
ALPHA_SIZE - Static variable in class weblogic.apache.xalan.xpath.xml.Trie
 
AlreadyBoundException - exception weblogic.rmi.AlreadyBoundException.
Class for handling Exceptions thrown when an operation attempts to bind a name already in use for another Remote object in the registry.
AlreadyBoundException() - Constructor for class weblogic.rmi.AlreadyBoundException
Constructs an AlreadyBoundException without a message.
AlreadyBoundException(String) - Constructor for class weblogic.rmi.AlreadyBoundException
Constructs an AlreadyBoundException with the specified message.
AnchorElement - class weblogic.html.AnchorElement.
Deprecated.  
AnchorElement() - Constructor for class weblogic.html.AnchorElement
Deprecated. Constructs an empty AnchorElement.
AnchorElement(AnchorType, String, HtmlElement) - Constructor for class weblogic.html.AnchorElement
Deprecated. Constructs an AnchorElement of the specified type and link, and sets the contents of the anchor.
AnchorElement(AnchorType, String, String) - Constructor for class weblogic.html.AnchorElement
Deprecated. Constructs an AnchorElement of the specified type and link, and sets the contents of the anchor.
AnchorElement(HtmlElement) - Constructor for class weblogic.html.AnchorElement
Deprecated. Constructs a AnchorElement with the specified display information and no URL.
AnchorElement(String) - Constructor for class weblogic.html.AnchorElement
Deprecated. Constructs a AnchorElement with the specified HREF tag.
AnchorElement(String, HtmlElement) - Constructor for class weblogic.html.AnchorElement
Deprecated. Constructs a AnchorElement with the specified URL and display information.
AnchorElement(String, HtmlElement, String) - Constructor for class weblogic.html.AnchorElement
Deprecated. Constructs an AnchorElement with the specified URL, sets the display information to the specified HtmlElement, and sets the display window to the specified string name.
AnchorElement(String, HtmlElement, WindowName) - Constructor for class weblogic.html.AnchorElement
Deprecated. Constructs an AnchorElement with the specified URL, display information, and target.
AnchorElement(String, String) - Constructor for class weblogic.html.AnchorElement
Deprecated. Constructs a AnchorElement with the specified link and display information.
AnchorElement(String, String, String) - Constructor for class weblogic.html.AnchorElement
Deprecated. Constructs an AnchorElement with the specified URL, display information, and target.
AnchorElement(String, String, WindowName) - Constructor for class weblogic.html.AnchorElement
Deprecated. Constructs an AnchorElement with the specified URL, display information, and target.
AnchorType - class weblogic.html.AnchorType.
Deprecated.  
AnchorType(String) - Constructor for class weblogic.html.AnchorType
Deprecated. Constructor.
and(XPathSupport, Node, int) - Method in class weblogic.apache.xalan.xpath.XPath
OR two expressions and return the boolean result.
AndExpr() - Method in class weblogic.apache.xalan.xpath.XPathProcessorImpl
AndExpr ::= EqualityExpr | AndExpr 'and' EqualityExpr
antiquewhite - Static variable in interface weblogic.html.HtmlColor
Deprecated.  
appDcarft - Static variable in class weblogic.html.MimeType
Deprecated. Sets the type to "application/dca-rft".
append(char) - Method in interface weblogic.apache.xerces.readers.XMLEntityHandler.CharBuffer
Append a character to this buffer.
append(char) - Method in class weblogic.apache.xerces.utils.ChunkyCharArray
 
append(char) - Method in class weblogic.servlet.logging.FormatStringBuffer
Appends the char argument to this string buffer.
append(char[]) - Method in class weblogic.servlet.logging.FormatStringBuffer
Appends the char[] argument to this string buffer.
append(char[], int, int) - Method in interface weblogic.apache.xerces.readers.XMLEntityHandler.CharBuffer
Append characters to this buffer.
append(char[], int, int) - Method in class weblogic.apache.xerces.utils.ChunkyCharArray
 
append(ChunkyCharArray, int, int) - Method in class weblogic.apache.xerces.utils.ChunkyCharArray
Append a ChunkyCharArray to this buffer.
append(int) - Method in class weblogic.servlet.logging.FormatStringBuffer
Appends the string representation of the int argument to this string buffer.
append(String) - Method in class weblogic.apache.xerces.utils.ChunkyCharArray
Append a String to this buffer
append(String) - Method in class weblogic.html.PlainPage
Deprecated. Appends a string at the end of a PlainPage.
append(String) - Method in class weblogic.servlet.logging.FormatStringBuffer
Appends the string argument to this string buffer.
append(XMLEntityHandler.CharBuffer, int, int) - Method in class weblogic.apache.xerces.readers.StreamingCharReader
Append the characters processed by this reader associated with offset and length to the CharBuffer.
append(XMLEntityHandler.CharBuffer, int, int) - Method in interface weblogic.apache.xerces.readers.XMLEntityHandler.EntityReader
Append the characters processed by this reader associated with offset and length to the CharBuffer.
append(XMLEntityHandler.CharBuffer, int, int) - Method in class weblogic.apache.xerces.utils.UTF8DataChunk
 
append(XMLEntityHandler.CharBuffer, int, int) - Method in class weblogic.apache.xerces.utils.CharDataChunk
Append data from a CharBuffer to this chunk.
appendChild(int, int) - Method in class weblogic.apache.xerces.dom.DeferredDocumentImpl
Appends a child to the specified parent in the table.
appendChild(Node) - Method in class weblogic.apache.xalan.xpath.dtm.DTMProxy
 
appendChild(Node) - Method in class weblogic.apache.xalan.xslt.UnImplNode
Unimplemented.
appendChild(Node) - Method in class weblogic.apache.xalan.xslt.ElemTemplateElement
Add a child to the child list.
appendChild(Node) - Method in class weblogic.apache.xalan.xslt.ElemApplyTemplates
Add a child to the child list.
appendChild(Node) - Method in class weblogic.apache.xalan.xslt.ElemChoose
Add a child to the child list.
appendChild(Node) - Method in class weblogic.apache.xalan.xslt.ElemApplyImport
Add a child to the child list.
appendChild(Node) - Method in class weblogic.apache.xalan.xslt.ElemCopyOf
Add a child to the child list.
appendChild(Node) - Method in class weblogic.apache.xalan.xslt.ElemAttribute
Add a child to the child list.
appendChild(Node) - Method in class weblogic.apache.xalan.xslt.ElemPI
Add a child to the child list.
appendChild(Node) - Method in class weblogic.apache.xalan.xslt.ElemNumber
Add a child to the child list.
appendChild(Node) - Method in class weblogic.apache.xalan.xslt.ElemDecimalFormat
Add a child to the child list.
appendChild(Node) - Method in class weblogic.apache.xalan.xslt.ElemText
Add a child to the child list.
appendChild(Node) - Method in class weblogic.apache.xalan.xslt.ResultTreeFrag
Adds the node newChild to the end of the list of children of this node.
appendChild(Node) - Method in class weblogic.apache.xalan.xslt.ElemComment
Add a child to the child list.
appendChild(Node) - Method in class weblogic.apache.xalan.xslt.ElemValueOf
Add a child to the child list.
appendChild(Node) - Method in class weblogic.apache.xalan.xslt.ElemCallTemplate
Add a child to the child list.
appendChild(Node) - Method in class weblogic.apache.xalan.xslt.ElemAttributeSet
Add a child to the child list.
appendChild(Node) - Method in class weblogic.apache.xalan.xslt.ElemSort
Add a child to the child list.
appendChild(Node) - Method in class weblogic.apache.xerces.dom.NodeImpl
Adds a child node to the end of the list of children for this node.
appendData(String) - Method in class weblogic.apache.xalan.xpath.dtm.DTMProxy
 
appendData(String) - Method in class weblogic.apache.xerces.dom.CharacterDataImpl
Concatenate additional characters onto the end of the data stored in this node.
appendDate() - Method in class weblogic.servlet.logging.FormatStringBuffer
 
appendMonth(int) - Method in class weblogic.servlet.logging.FormatStringBuffer
 
appendNodes(NodeVector) - Method in class weblogic.apache.xalan.xpath.xml.NodeVector
Append the nodes to the list.
appendPath(String) - Method in class weblogic.apache.xerces.utils.URI
Append to the end of the path of this URI.
appendQuotedValueOrDash(String) - Method in class weblogic.servlet.logging.FormatStringBuffer
Appends the string argument with quotes or a dash to the string buffer.
appendStatusCode(int) - Method in class weblogic.servlet.logging.FormatStringBuffer
Appends the Staus code to the string buffer.
appendTime() - Method in class weblogic.servlet.logging.FormatStringBuffer
 
appendTwoDigits(int) - Method in class weblogic.servlet.logging.FormatStringBuffer
Appends two digits to the string buffer.
appendValueOrDash(String) - Method in class weblogic.servlet.logging.FormatStringBuffer
Appends the string argument or a dash if null to the string buffer.
appendValueOrEmpty(String) - Method in class weblogic.servlet.logging.FormatStringBuffer
Appends the string representation of the string argument or nothing if null to this string buffer.
appendYear(int) - Method in class weblogic.servlet.logging.FormatStringBuffer
 
AppletElement - class weblogic.html.AppletElement.
Deprecated.  
AppletElement(String, int, int) - Constructor for class weblogic.html.AppletElement
Deprecated. Constructs an AppletElement with the three parameters that are required: code, width, and height.
AppletElement(String, int, int, AlignType) - Constructor for class weblogic.html.AppletElement
Deprecated. Constructs an AppletElement with the specified code, width, height, and alignment.
ApplicationMBean - interface weblogic.management.configuration.ApplicationMBean.
An application represents a J2EE application contained in a EAR file or EAR directory.
appMacbinhex40 - Static variable in class weblogic.html.MimeType
Deprecated. Sets the type to "application/mac-binhex40".
appMsword - Static variable in class weblogic.html.MimeType
Deprecated. Sets the type to "application/msword".
appPdf - Static variable in class weblogic.html.MimeType
Deprecated. Sets the type to "application/pdf".
appPostscript - Static variable in class weblogic.html.MimeType
Deprecated. Sets the type to "application/postscript".
appRtf - Static variable in class weblogic.html.MimeType
Deprecated. Sets the type to "application/rtf".
appSgml - Static variable in class weblogic.html.MimeType
Deprecated. Sets the type to "application/sgml".
appZip - Static variable in class weblogic.html.MimeType
Deprecated. Sets the type to "application/zip".
aqua - Static variable in interface weblogic.html.HtmlColor
Deprecated.  
aquamarine - Static variable in interface weblogic.html.HtmlColor
Deprecated.  
arabic - Static variable in class weblogic.html.OrderedList
Deprecated.  
AreaElement - class weblogic.html.AreaElement.
Deprecated.  
AreaElement() - Constructor for class weblogic.html.AreaElement
Deprecated. Constructs an empty AreaElement.
AreaElement(Object, String) - Constructor for class weblogic.html.AreaElement
Deprecated. Constructs an AreaElement with the specified java.awt.Rectangle or java.awt.Polygon and sets the HREF to the specified URL.
AreaElement(String, int[], String) - Constructor for class weblogic.html.AreaElement
Deprecated. Constructs an AreaElement of the specified shape, with the specified coordinates and the specified URL.
AreaElement(String, String) - Constructor for class weblogic.html.AreaElement
Deprecated. Constructs an AreaElement of the specified shape, with the specified coordinates, and sets the NOHREF attribute.
AreaElement(String, String, String) - Constructor for class weblogic.html.AreaElement
Deprecated. Constructs an AreaElement of the specified shape, with the specified coordinates, and sets the value for the HREF attribute to the specified URL.
arg(XPathSupport, Node, int) - Method in class weblogic.apache.xalan.xpath.XPath
Execute a function argument.
Argument() - Method in class weblogic.apache.xalan.xpath.XPathProcessorImpl
Argument ::= Expr
arrayComponentTypeLoop() - Method in class weblogicx.jsp.tags.BeanParamGenerator
 
asAnchorElement(String) - Method in class weblogic.html.HtmlElement
Deprecated. Returns an HtmlElement as an AnchorElement with the NAME attribute set to the specified anchorname.
asBigDecimal() - Method in class weblogic.db.jdbc.Value
Returns the BigDecimal value of a Value object.
asBigDecimal(int) - Method in class weblogic.db.jdbc.Value
Returns the BigDecimal value of a Value object.
asBigElement() - Method in class weblogic.html.HtmlElement
Deprecated. Returns an HtmlElement as a BigElement.
asBlockquoteElement() - Method in class weblogic.html.HtmlElement
Deprecated. Returns an HtmlElement as a BlockquoteElement.
asBoldElement() - Method in class weblogic.html.HtmlElement
Deprecated. Returns an HtmlElement as a BoldElement.
asBoolean() - Method in class weblogic.common.ParamValue
Returns a ParamValue as a boolean.
asBoolean() - Method in class weblogic.db.jdbc.Value
Returns the boolean value of a Value object.
asByte() - Method in class weblogic.common.ParamValue
Returns a ParamValue as a byte.
asByte() - Method in class weblogic.db.jdbc.Value
Returns the byte value of a Value object.
asBytes() - Method in class weblogic.db.jdbc.Value
Returns the byte[] value of a Value object.
asCenteredElement() - Method in class weblogic.html.HtmlElement
Deprecated. Returns an HtmlElement as a CenteredElement.
asChar() - Method in class weblogic.common.ParamValue
Returns a ParamValue as a char.
asCiteElement() - Method in class weblogic.html.HtmlElement
Deprecated. Returns an HtmlElement as a CiteElement.
asCodeElement() - Method in class weblogic.html.HtmlElement
Deprecated. Returns an HtmlElement as a CodeElement.
asCommentElement() - Method in class weblogic.html.HtmlElement
Deprecated. Returns an HtmlElement as a CommentElement.
asContentHandler() - Method in class weblogic.apache.xml.serialize.BaseMarkupSerializer
 
asContentHandler() - Method in interface weblogic.apache.xml.serialize.Serializer
Return a ContentHandler interface into this serializer.
asDate() - Method in class weblogic.common.ParamValue
Returns a ParamValue as a Date.
asDate() - Method in class weblogic.db.jdbc.Value
Returns the java.sql.Date value of a Value object.
asDefineTermElement() - Method in class weblogic.html.HtmlElement
Deprecated. Returns an HtmlElement as a DefineTermElement.
asDocumentHandler() - Method in class weblogic.apache.xml.serialize.BaseMarkupSerializer
 
asDocumentHandler() - Method in interface weblogic.apache.xml.serialize.Serializer
Return a DocumentHandler interface into this serializer.
asDOMSerializer() - Method in class weblogic.apache.xml.serialize.BaseMarkupSerializer
 
asDOMSerializer() - Method in interface weblogic.apache.xml.serialize.Serializer
Return a DOMSerializer interface into this serializer.
asDouble() - Method in class weblogic.common.ParamValue
Returns a ParamValue as a double.
asDouble() - Method in class weblogic.db.jdbc.Value
Returns the double value of a Value object.
asEmphasisElement() - Method in class weblogic.html.HtmlElement
Deprecated. Returns an HtmlElement as a EmphasisElement.
asFloat() - Method in class weblogic.common.ParamValue
Returns a ParamValue as a float.
asFloat() - Method in class weblogic.db.jdbc.Value
Returns the float value of a Value object.
asFontElement(int) - Method in class weblogic.html.HtmlElement
Deprecated. Returns an HtmlElement as a FontElement set to the specified font size.
asFontElement(String) - Method in class weblogic.html.HtmlElement
Deprecated. Returns an HtmlElement as a FontElement set to the specified font size.
asFontElement(String, String) - Method in class weblogic.html.HtmlElement
Deprecated. Returns an HtmlElement as a FontElement set to the specified size and color.
asFormattedString(String, int[]) - Method in class weblogic.db.jdbc.Record
Returns the value of each column in a Record as a formatted String.
asHtmlContainer() - Method in class weblogic.html.HtmlElement
Deprecated. Returns an HtmlElement as an HtmlContainer.
asInt() - Method in class weblogic.common.ParamValue
Returns a ParamValue as a int.
asInt() - Method in class weblogic.db.jdbc.Value
Returns the integer value of a Value object.
asItalicElement() - Method in class weblogic.html.HtmlElement
Deprecated. Returns HtmlElement as an ItalicElement.
asKeyboardElement() - Method in class weblogic.html.HtmlElement
Deprecated. Returns HtmlElement as an KeyboardElement.
asLiteralElement() - Method in class weblogic.html.HtmlElement
Deprecated. Returns HtmlElement as a LiteralElement.
asLong() - Method in class weblogic.common.ParamValue
Returns a ParamValue as a long.
asLong() - Method in class weblogic.db.jdbc.Value
Returns the long value of a Value object.
asObject() - Method in class weblogic.common.ParamValue
Returns a ParamValue as an Object.
asParagraphElement() - Method in class weblogic.html.HtmlElement
Deprecated. Returns an HtmlElement as a ParagraphElement.
asSampleElement() - Method in class weblogic.html.HtmlElement
Deprecated. Returns HtmlElement as a SampleElement.
assessTrust(Object[]) - Method in class weblogic.rmi.RMISecurityManager
 
asShort() - Method in class weblogic.common.ParamValue
Returns a ParamValue as a short.
asShort() - Method in class weblogic.db.jdbc.Value
Returns the short value of a Value object.
asSmallElement() - Method in class weblogic.html.HtmlElement
Deprecated. Returns an HtmlElement as a SmallElement.
associateXLocatorToNode(Node, XLocator) - Method in interface weblogic.apache.xalan.xpath.XPathEnvSupport
Associate an XLocator provider to a node based on the root of the tree that the node is parented by.
associateXLocatorToNode(Node, XLocator) - Method in class weblogic.apache.xalan.xpath.XPathSupportDefault
Associate an XLocator provider to a node.
associateXLocatorToNode(Node, XLocator) - Method in class weblogic.apache.xalan.xpath.xml.XMLParserLiaisonDefault
Associate an XLocator provider to a node.
associateXLocatorToNode(Node, XLocator) - Method in class weblogic.apache.xalan.xslt.XSLTEngineImpl
Associate an XLocator provider to a node.
asStrikeElement() - Method in class weblogic.html.HtmlElement
Deprecated. Returns an HtmlElement as a StrikeElement.
asString() - Method in class weblogic.common.ParamValue
Returns a ParamValue as a String.
asString() - Method in class weblogic.db.jdbc.Value
Returns the String value of a Value object.
asStrongElement() - Method in class weblogic.html.HtmlElement
Deprecated. Returns an HtmlElement as a StrongElement.
asSubscriptElement() - Method in class weblogic.html.HtmlElement
Deprecated. Returns an HtmlElement as a SubscriptElement.
asSuperscriptElement() - Method in class weblogic.html.HtmlElement
Deprecated. Returns an HtmlElement as a SuperscriptElement.
asTeletypeElement() - Method in class weblogic.html.HtmlElement
Deprecated. Returns an HtmlElement as a TeletypeElement.
asTime() - Method in class weblogic.db.jdbc.Value
Returns the java.sql.Time value of a Value object.
asTimestamp() - Method in class weblogic.db.jdbc.Value
Returns the java.sql.Timestamp value of a Value object.
asUnderlineElement() - Method in class weblogic.html.HtmlElement
Deprecated. Returns an HtmlElement as an UnderlineElement.
asUtilDate() - Method in class weblogic.db.jdbc.Value
Returns the java.util.Date value of a Value object.
asVariableElement() - Method in class weblogic.html.HtmlElement
Deprecated. Returns an HtmlElement as an VariableElement.
asyncForward() - Method in class weblogicx.jsp.tags.CacheTag
 
atEndOfInput() - Method in class weblogic.apache.xerces.framework.XMLDocumentScanner
Tell if scanner has reached end of input
atEOF(int) - Method in class weblogic.apache.xerces.utils.ChunkyByteArray
Test to see if an offset is at the end of the input data.
ATT_ABSTRACT - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATT_ATTRIBUTEFORMDEFAULT - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATT_BASE - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATT_BLOCK - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATT_BLOCKDEFAULT - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATT_CONTENT - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATT_DEFAULT - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATT_DERIVEDBY - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATT_ELEMENTFORMDEFAULT - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATT_EQUIVCLASS - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATT_FINAL - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATT_FINALDEFAULT - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATT_FIXED - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATT_FORM - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATT_MAXOCCURS - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATT_MINOCCURS - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATT_NAME - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATT_NAMESPACE - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATT_NULLABLE - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATT_PROCESSCONTENTS - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATT_REF - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATT_REFER - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATT_SCHEMALOCATION - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATT_SYSTEM - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATT_TARGETNAMESPACE - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATT_TYPE - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATT_USE - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATT_VALUE - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATTACH - Static variable in interface weblogic.workspace.common.WorkspaceDef
Constant for use when attaching to an existing Workspace.
AttList - class weblogic.apache.xalan.xpath.xml.AttList.
Wraps a DOM attribute list in a SAX AttributeList.
AttList(NamedNodeMap) - Constructor for class weblogic.apache.xalan.xpath.xml.AttList
 
attlistDecl(QName, QName, int, boolean, String, int, int) - Method in class weblogic.apache.xalan.xpath.dtm.DTM
callback for an attribute list declaration.
attlistDecl(QName, QName, int, boolean, String, int, int) - Method in interface weblogic.apache.xerces.framework.XMLDocumentHandler.DTDHandler
callback for an attribute list declaration.
attlistDecl(QName, QName, int, boolean, String, int, int) - Method in class weblogic.apache.xerces.parsers.SAXParser
Report an attribute type declaration.
attlistDecl(QName, QName, int, boolean, String, int, int) - Method in class weblogic.apache.xerces.parsers.DOMParser
<!ATTLIST Name AttDef>
attlistHead - Variable in class weblogic.apache.xerces.validators.schema.TraverseSchema.ComplexTypeInfo
 
AttMissingType - Static variable in class weblogic.apache.xerces.validators.schema.SchemaMessageProvider
 
attribute(QName, QName, int) - Method in interface weblogic.apache.xerces.framework.XMLDocumentScanner.EventHandler
Signal the scanning of an attribute associated to the previous start element tag.
attribute(QName, QName, int) - Method in class weblogic.apache.xerces.validators.common.XMLValidator
Signal the scanning of an attribute associated to the previous start element tag.
AttributeAddNotification - class weblogic.management.AttributeAddNotification.
The notification broadcasted by a WebLogicMBean when an adder is invoked.
AttributeAddNotification(ObjectName, String, Object) - Constructor for class weblogic.management.AttributeAddNotification
 
attributeDecl(String, String, String, String, String) - Method in class weblogic.apache.xml.serialize.BaseMarkupSerializer
 
AttributeMap - class weblogic.apache.xerces.dom.AttributeMap.
AttributeMap inherits from NamedNodeMapImpl and extends it to deal with the specifics of storing attributes.
AttributeMap(ElementImpl, NamedNodeMapImpl) - Constructor for class weblogic.apache.xerces.dom.AttributeMap
Constructs a named node map.
AttributeRemoveNotification - class weblogic.management.AttributeRemoveNotification.
The notification broadcasted by a WebLogicMBean when an remover is invoked.
AttributeRemoveNotification(ObjectName, String, Object) - Constructor for class weblogic.management.AttributeRemoveNotification
 
attributes - Variable in class weblogic.apache.xerces.dom.ElementImpl
Attributes.
attributes - Variable in class weblogic.apache.xerces.dom.ElementDefinitionImpl
Default attributes.
attributes() - Method in class weblogic.db.jdbc.Schema
 
attributes() - Method in class weblogic.db.jdbc.TableDataSet
Returns the set of attributes with which a TableDataSet was constructed.
AttrImpl - class weblogic.apache.xerces.dom.AttrImpl.
Attribute represents an XML-style attribute of an Element.
AttrImpl() - Constructor for class weblogic.apache.xerces.dom.AttrImpl
 
AttrImpl(DocumentImpl, String) - Constructor for class weblogic.apache.xerces.dom.AttrImpl
Attribute has no public constructor.
ATTRNAME_AMOUNT - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRNAME_ANCESTOR - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRNAME_ARCHIVE - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRNAME_ATTRIBUTE - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRNAME_ATTRIBUTE_SET - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRNAME_CASEORDER - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRNAME_CLASS - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRNAME_CLASSID - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRNAME_CODEBASE - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRNAME_CODETYPE - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRNAME_CONDITION - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRNAME_COPYTYPE - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRNAME_COUNT - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRNAME_DATATYPE - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRNAME_DECIMALSEPARATOR - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRNAME_DEFAULT - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRNAME_DEFAULTSPACE - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRNAME_DEPTH - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRNAME_DIGIT - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRNAME_DIGITGROUPSEP - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRNAME_DISABLE_OUTPUT_ESCAPING - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRNAME_ELEMENT - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRNAME_ELEMENTS - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRNAME_EXCLUDE_RESULT_PREFIXES - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRNAME_EXPR - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRNAME_EXTENSIONELEMENTPREFIXES - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRNAME_FORMAT - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRNAME_FROM - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRNAME_GROUPINGSEPARATOR - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRNAME_GROUPINGSIZE - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRNAME_HREF - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRNAME_ID - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRNAME_IMPORTANCE - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRNAME_INDENTRESULT - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRNAME_INFINITY - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRNAME_LANG - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRNAME_LETTERVALUE - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRNAME_LEVEL - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRNAME_MATCH - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRNAME_METHOD - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRNAME_MINUSSIGN - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRNAME_MODE - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRNAME_NAME - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRNAME_NAMESPACE - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRNAME_NAN - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRNAME_NDIGITSPERGROUP - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRNAME_NS - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRNAME_ONLY - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRNAME_ORDER - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRNAME_OUTPUT_CDATA_SECTION_ELEMENTS - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRNAME_OUTPUT_DOCTYPE_PUBLIC - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRNAME_OUTPUT_DOCTYPE_SYSTEM - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRNAME_OUTPUT_ENCODING - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRNAME_OUTPUT_INDENT - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRNAME_OUTPUT_MEDIATYPE - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRNAME_OUTPUT_METHOD - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRNAME_OUTPUT_OMITXMLDECL - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRNAME_OUTPUT_STANDALONE - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRNAME_OUTPUT_VERSION - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRNAME_PATTERNSEPARATOR - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRNAME_PERCENT - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRNAME_PERMILLE - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRNAME_PRIORITY - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRNAME_REFID - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRNAME_RESULT_PREFIX - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRNAME_RESULTNS - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRNAME_SELECT - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRNAME_SEQUENCESRC - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRNAME_STYLE - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRNAME_STYLESHEET_PREFIX - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRNAME_TERMINATE - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRNAME_TEST - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRNAME_TOSTRING - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRNAME_TYPE - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRNAME_USE - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRNAME_USEATTRIBUTESETS - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRNAME_VALUE - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRNAME_VERSION - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRNAME_XMLNS - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRNAME_XMLNSDEF - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRNAME_XMLSPACE - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRNAME_XXXX - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRNAME_ZERODIGIT - Static variable in class weblogic.apache.xalan.xslt.Constants
 
AttrNSImpl - class weblogic.apache.xerces.dom.AttrNSImpl.
AttrNSImpl inherits from AttrImpl and adds namespace support.
AttrNSImpl(DocumentImpl, String) - Constructor for class weblogic.apache.xerces.dom.AttrNSImpl
 
AttrNSImpl(DocumentImpl, String, String) - Constructor for class weblogic.apache.xerces.dom.AttrNSImpl
DOM2: Constructor for Namespace implementation.
ATTRVAL_ALPHABETIC - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRVAL_ANCESTOR - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRVAL_ANY - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRVAL_CASEORDER_LOWER - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRVAL_CASEORDER_UPPER - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRVAL_DATATYPE_NUMBER - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRVAL_DATATYPE_TEXT - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRVAL_DEFAULT_PREFIX - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRVAL_ID - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRVAL_INFINITY - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRVAL_MULTI - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRVAL_NAN - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRVAL_NO - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRVAL_ORDER_ASCENDING - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRVAL_ORDER_DESCENDING - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRVAL_OTHER - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRVAL_OUTPUT_METHOD_HTML - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRVAL_OUTPUT_METHOD_TEXT - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRVAL_OUTPUT_METHOD_XML - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRVAL_PARENT - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRVAL_PRESERVE - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRVAL_SINGLE - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRVAL_STRIP - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRVAL_THIS - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRVAL_TRADITIONAL - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTRVAL_YES - Static variable in class weblogic.apache.xalan.xslt.Constants
 
ATTVAL_BASE64 - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATTVAL_BOOLEAN - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATTVAL_DEFAULT - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATTVAL_ELEMENTONLY - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATTVAL_EMPTY - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATTVAL_EQUIVCLASS - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATTVAL_EXTENSION - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATTVAL_FALSE - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATTVAL_FIXED - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATTVAL_HEX - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATTVAL_ID - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATTVAL_LAX - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATTVAL_LIST - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATTVAL_MAXLENGTH - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATTVAL_MINLENGTH - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATTVAL_MIXED - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATTVAL_NCNAME - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATTVAL_OPTIONAL - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATTVAL_POUNDALL - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATTVAL_PROHIBITED - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATTVAL_QNAME - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATTVAL_QUALIFIED - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATTVAL_REQUIRED - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATTVAL_RESTRICTION - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATTVAL_SKIP - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATTVAL_STRING - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATTVAL_TEXTONLY - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATTVAL_TIMEDURATION - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATTVAL_TRUE - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATTVAL_TWOPOUNDANY - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATTVAL_TWOPOUNDLOCAL - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATTVAL_TWOPOUNDOTHER - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATTVAL_UNQUALIFIED - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATTVAL_URI - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATTVAL_URIREFERENCE - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATTVALUE_RESULT_COMPLEX - Static variable in interface weblogic.apache.xerces.readers.XMLEntityHandler
Special return values for scanAttValue method.
ATTVALUE_RESULT_INVALID_CHAR - Static variable in interface weblogic.apache.xerces.readers.XMLEntityHandler
Special return values for scanAttValue method.
ATTVALUE_RESULT_LESSTHAN - Static variable in interface weblogic.apache.xerces.readers.XMLEntityHandler
Special return values for scanAttValue method.
audio32kadpcm - Static variable in class weblogic.html.MimeType
Deprecated. Sets the type to "audio/32kadpcm".
audioBasic - Static variable in class weblogic.html.MimeType
Deprecated. Sets the type to "audio/basic".
AudioPage - class weblogic.html.AudioPage.
Deprecated.  
AudioPage(byte[]) - Constructor for class weblogic.html.AudioPage
Deprecated. Constructor used with servlets.
AudioPage(String) - Constructor for class weblogic.html.AudioPage
Deprecated. Constructor used with Servlets.
AudioPage(String, byte[]) - Constructor for class weblogic.html.AudioPage
Deprecated. Constructs an AudioPage object of the specified type with the specified data.
AudioPage(String, String) - Constructor for class weblogic.html.AudioPage
Deprecated. Constructs an AudioPage object of the specified type with the specified file.
Audit - class weblogic.security.audit.Audit.
The usual entrypoint for subsystems that perform security audit logging operations.
AuditProvider - interface weblogic.security.audit.AuditProvider.
Security audit service provider's interface.
authCertificates(String, Vector) - Method in class weblogic.security.acl.AbstractListableRealm
Attempt authentication based on any X.509 certificates the user has presented.
Authenticate - class weblogic.security.auth.Authenticate.
Authenticate.
Authenticate() - Constructor for class weblogic.security.auth.Authenticate
 
authenticate(Environment, Subject) - Static method in class weblogic.security.auth.Authenticate
Execute WLS client login using supplied environment parameters, add authenticated user to subject
authenticate(String, Certificate[], boolean) - Method in interface weblogic.security.acl.CertAuthenticator
Authenticate a user based on a certificate chain they have presented.
authenticate(String, Certificate[], boolean) - Static method in class weblogic.security.acl.CertAuthentication
Authenticate a user based on a certificate chain they have presented.
authenticate(String, Vector, boolean) - Static method in class weblogic.security.acl.CertAuthentication
Authenticate a user based on a chain of certificates they have presented.
authenticate(UserInfo) - Method in class weblogic.security.acl.CachingRealm
Attempt to authenticate the given user.
authenticate(UserInfo) - Method in class weblogic.security.acl.AbstractListableRealm
Check whether some User matches the presented UserInfo and accept its credentials.
authenticate(UserInfo) - Static method in class weblogic.security.acl.Realm
Authenticates the user, based on a UserInfo structure.
AUTHENTICATED - Static variable in class weblogic.servlet.security.ServletAuthentication
Return value of a successful authentication
authenticateUser(String, UserInfo, User) - Method in interface weblogic.security.audit.AuditProvider
A request was made to authenticate a user.
authenticateUser(String, UserInfo, User) - Static method in class weblogic.security.audit.Audit
 
AuthenticationException - exception weblogic.security.AuthenticationException.
Signals an authentication error.
AuthenticationException() - Constructor for class weblogic.security.AuthenticationException
Constructs an AuthenticationException with no detail message.
AuthenticationException(String) - Constructor for class weblogic.security.AuthenticationException
Constructs an AuthenticationException with the specified detail message.
AUTHENTICATOR_PROPERTY - Static variable in interface weblogic.common.ProxyAuthenticator
 
AuthFilter - class weblogic.servlet.security.AuthFilter.
An implementation of the AuthFilter interface is called via a RequestDispatcher.include() from inside the servlet engine just before and just after Authentication and Authorization.
AuthFilter() - Constructor for class weblogic.servlet.security.AuthFilter
 
authInternal(UserInfo) - Method in class weblogic.security.acl.AbstractListableRealm
The authentication dispatcher.
authNegCache - Variable in class weblogic.security.acl.CachingRealm
Authentication negative cache.
authPosCache - Variable in class weblogic.security.acl.CachingRealm
Authentication positive cache.
authSSLCertificates(String, Vector) - Method in class weblogic.security.acl.AbstractListableRealm
Attempt authentication based on any SSL certificates the remote client has presented.
authUserPassword(String, String) - Method in class weblogic.security.acl.AbstractListableRealm
Attempt authentication based on a user name and password.
auto - Static variable in class weblogic.html.ScrollType
Deprecated. Sets scroll bars (horizontal and vertical) so that they are visible if needed to be able to view the entire contents of a frame.
autoIncrement() - Method in class weblogic.db.jdbc.Column
Determines whether a Column is automatically incremented.
AVT - class weblogic.apache.xalan.xslt.AVT.
Class to hold an Attribute Value Template.
AVT(String, String, String, PrefixResolver, Stylesheet, XSLTEngineImpl) - Constructor for class weblogic.apache.xalan.xslt.AVT
Construct an AVT by parsing the string, and either constructing a vector of AVTParts, or simply hold on to the string if the AVT is simple.
AVTPart - class weblogic.apache.xalan.xslt.AVTPart.
Class to hold a part, either a string or XPath, of an Attribute Value Template.
AVTPart() - Constructor for class weblogic.apache.xalan.xslt.AVTPart
Construct a part.
AVTPartSimple - class weblogic.apache.xalan.xslt.AVTPartSimple.
Simple string part of a complex AVT.
AVTPartSimple(String) - Constructor for class weblogic.apache.xalan.xslt.AVTPartSimple
Construct a simple AVT part.
AVTPartXPath - class weblogic.apache.xalan.xslt.AVTPartXPath.
Simple string part of a complex AVT.
AVTPartXPath(String, PrefixResolver, XPathProcessor, XPathFactory, XMLParserLiaison) - Constructor for class weblogic.apache.xalan.xslt.AVTPartXPath
Construct a simple AVT part.
AVTPartXPath(XPath) - Constructor for class weblogic.apache.xalan.xslt.AVTPartXPath
Construct a simple AVT part.
AxisName() - Method in class weblogic.apache.xalan.xpath.XPathProcessorImpl
Basis ::= AxisName '::' NodeTest | AbbreviatedBasis
azure - Static variable in interface weblogic.html.HtmlColor
Deprecated.  

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _
Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs60