📄 index-all.html
字号:
<DD>
<DT><A HREF="javax/resource/spi/ConnectionManager.html#allocateConnection(javax.resource.spi.ManagedConnectionFactory, javax.resource.spi.ConnectionRequestInfo)"><B>allocateConnection(ManagedConnectionFactory, ConnectionRequestInfo)</B></A> -
Method in interface javax.resource.spi.<A HREF="javax/resource/spi/ConnectionManager.html">ConnectionManager</A>
<DD>The method allocateConnection gets called by the resource adapter's
connection factory instance.
<DT><A HREF="javax/security/auth/callback/ChoiceCallback.html#allowMultipleSelections()"><B>allowMultipleSelections()</B></A> -
Method in class javax.security.auth.callback.<A HREF="javax/security/auth/callback/ChoiceCallback.html">ChoiceCallback</A>
<DD>Get the boolean determining whether multiple selections from
the <code>choices</code> list are allowed.
<DT><A HREF="javax/mail/search/AndTerm.html"><B>AndTerm</B></A> - class javax.mail.search.<A HREF="javax/mail/search/AndTerm.html">AndTerm</A>.<DD>This class implements the logical AND operator on individual
SearchTerms.<DT><A HREF="javax/mail/search/AndTerm.html#AndTerm(javax.mail.search.SearchTerm[])"><B>AndTerm(SearchTerm[])</B></A> -
Constructor for class javax.mail.search.<A HREF="javax/mail/search/AndTerm.html">AndTerm</A>
<DD>Constructor that takes an array of SearchTerms.
<DT><A HREF="javax/mail/search/AndTerm.html#AndTerm(javax.mail.search.SearchTerm, javax.mail.search.SearchTerm)"><B>AndTerm(SearchTerm, SearchTerm)</B></A> -
Constructor for class javax.mail.search.<A HREF="javax/mail/search/AndTerm.html">AndTerm</A>
<DD>Constructor that takes two terms.
<DT><A HREF="javax/mail/Flags.Flag.html#ANSWERED"><B>ANSWERED</B></A> -
Static variable in class javax.mail.<A HREF="javax/mail/Flags.Flag.html">Flags.Flag</A>
<DD>This message has been answered.
<DT><A HREF="javax/security/auth/login/AppConfigurationEntry.html"><B>AppConfigurationEntry</B></A> - class javax.security.auth.login.<A HREF="javax/security/auth/login/AppConfigurationEntry.html">AppConfigurationEntry</A>.<DD>This class represents a single <code>LoginModule</code> entry
configured for the application specified in the
<code>getAppConfigurationEntry(String appName)</code>
method in the <code>Configuration</code> class.<DT><A HREF="javax/security/auth/login/AppConfigurationEntry.LoginModuleControlFlag.html"><B>AppConfigurationEntry.LoginModuleControlFlag</B></A> - class javax.security.auth.login.<A HREF="javax/security/auth/login/AppConfigurationEntry.LoginModuleControlFlag.html">AppConfigurationEntry.LoginModuleControlFlag</A>.<DD>This class represents whether or not a <code>LoginModule</code>
is REQUIRED, REQUISITE, SUFFICIENT or OPTIONAL.<DT><A HREF="javax/security/auth/login/AppConfigurationEntry.html#AppConfigurationEntry(java.lang.String, javax.security.auth.login.AppConfigurationEntry.LoginModuleControlFlag, java.util.Map)"><B>AppConfigurationEntry(String, AppConfigurationEntry.LoginModuleControlFlag, Map)</B></A> -
Constructor for class javax.security.auth.login.<A HREF="javax/security/auth/login/AppConfigurationEntry.html">AppConfigurationEntry</A>
<DD>Default constructor for this class.
<DT><A HREF="org/w3c/dom/Node.html#appendChild(org.w3c.dom.Node)"><B>appendChild(Node)</B></A> -
Method in interface org.w3c.dom.<A HREF="org/w3c/dom/Node.html">Node</A>
<DD>Adds the node <code>newChild</code> to the end of the list of children
of this node.
<DT><A HREF="org/w3c/dom/CharacterData.html#appendData(java.lang.String)"><B>appendData(String)</B></A> -
Method in interface org.w3c.dom.<A HREF="org/w3c/dom/CharacterData.html">CharacterData</A>
<DD>Append the string to the end of the character data of the node.
<DT><A HREF="javax/mail/Folder.html#appendMessages(javax.mail.Message[])"><B>appendMessages(Message[])</B></A> -
Method in class javax.mail.<A HREF="javax/mail/Folder.html">Folder</A>
<DD>Append given Messages to this folder.
<DT><A HREF="javax/servlet/jsp/PageContext.html#APPLICATION"><B>APPLICATION</B></A> -
Static variable in class javax.servlet.jsp.<A HREF="javax/servlet/jsp/PageContext.html">PageContext</A>
<DD>Name used to store ServletContext in PageContext name table.
<DT><A HREF="javax/servlet/jsp/PageContext.html#APPLICATION_SCOPE"><B>APPLICATION_SCOPE</B></A> -
Static variable in class javax.servlet.jsp.<A HREF="javax/servlet/jsp/PageContext.html">PageContext</A>
<DD>Application scope: named reference remains available in the
ServletContext until it is reclaimed.
<DT><A HREF="javax/resource/spi/ApplicationServerInternalException.html"><B>ApplicationServerInternalException</B></A> - exception javax.resource.spi.<A HREF="javax/resource/spi/ApplicationServerInternalException.html">ApplicationServerInternalException</A>.<DD>An ApplicationServerInternalException is thrown by an application
server to indicate error conditions specific to an application server.<DT><A HREF="javax/resource/spi/ApplicationServerInternalException.html#ApplicationServerInternalException(java.lang.String)"><B>ApplicationServerInternalException(String)</B></A> -
Constructor for class javax.resource.spi.<A HREF="javax/resource/spi/ApplicationServerInternalException.html">ApplicationServerInternalException</A>
<DD>Create an ApplicationServerInternalException with reason.
<DT><A HREF="javax/resource/spi/ApplicationServerInternalException.html#ApplicationServerInternalException(java.lang.String, java.lang.String)"><B>ApplicationServerInternalException(String, String)</B></A> -
Constructor for class javax.resource.spi.<A HREF="javax/resource/spi/ApplicationServerInternalException.html">ApplicationServerInternalException</A>
<DD>Create an ApplicationServerInternalException.
<DT><A HREF="javax/resource/spi/ManagedConnection.html#associateConnection(java.lang.Object)"><B>associateConnection(Object)</B></A> -
Method in interface javax.resource.spi.<A HREF="javax/resource/spi/ManagedConnection.html">ManagedConnection</A>
<DD>Used by the container to change the association of an
application-level connection handle with a ManagedConneciton
instance.
<DT><A HREF="javax/servlet/jsp/tagext/VariableInfo.html#AT_BEGIN"><B>AT_BEGIN</B></A> -
Static variable in class javax.servlet.jsp.tagext.<A HREF="javax/servlet/jsp/tagext/VariableInfo.html">VariableInfo</A>
<DD>Scope information that scripting variable is visible after start tag
<DT><A HREF="javax/servlet/jsp/tagext/VariableInfo.html#AT_END"><B>AT_END</B></A> -
Static variable in class javax.servlet.jsp.tagext.<A HREF="javax/servlet/jsp/tagext/VariableInfo.html">VariableInfo</A>
<DD>Scope information that scripting variable is visible after end tag
<DT><A HREF="javax/mail/internet/HeaderTokenizer.Token.html#ATOM"><B>ATOM</B></A> -
Static variable in class javax.mail.internet.<A HREF="javax/mail/internet/HeaderTokenizer.Token.html">HeaderTokenizer.Token</A>
<DD>Token type indicating an ATOM.
<DT><A HREF="javax/mail/Part.html#ATTACHMENT"><B>ATTACHMENT</B></A> -
Static variable in interface javax.mail.<A HREF="javax/mail/Part.html">Part</A>
<DD>This part should be presented as an attachment.
<DT><A HREF="org/w3c/dom/Attr.html"><B>Attr</B></A> - interface org.w3c.dom.<A HREF="org/w3c/dom/Attr.html">Attr</A>.<DD>The <code>Attr</code> interface represents an attribute in an
<code>Element</code> object.<DT><A HREF="org/w3c/dom/Node.html#ATTRIBUTE_NODE"><B>ATTRIBUTE_NODE</B></A> -
Static variable in interface org.w3c.dom.<A HREF="org/w3c/dom/Node.html">Node</A>
<DD>The node is an <code>Attr</code>.
<DT><A HREF="javax/servlet/http/HttpSessionAttributeListener.html#attributeAdded(javax.servlet.http.HttpSessionBindingEvent)"><B>attributeAdded(HttpSessionBindingEvent)</B></A> -
Method in interface javax.servlet.http.<A HREF="javax/servlet/http/HttpSessionAttributeListener.html">HttpSessionAttributeListener</A>
<DD>Notification that an attribute has been added to a session.
<DT><A HREF="javax/servlet/ServletContextAttributeListener.html#attributeAdded(javax.servlet.ServletContextAttributeEvent)"><B>attributeAdded(ServletContextAttributeEvent)</B></A> -
Method in interface javax.servlet.<A HREF="javax/servlet/ServletContextAttributeListener.html">ServletContextAttributeListener</A>
<DD>Notification that a new attribute was added to the servlet context.
<DT><A HREF="org/xml/sax/ext/DeclHandler.html#attributeDecl(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String)"><B>attributeDecl(String, String, String, String, String)</B></A> -
Method in interface org.xml.sax.ext.<A HREF="org/xml/sax/ext/DeclHandler.html">DeclHandler</A>
<DD>Report an attribute type declaration.
<DT><A HREF="org/xml/sax/AttributeList.html"><B>AttributeList</B></A> - interface org.xml.sax.<A HREF="org/xml/sax/AttributeList.html">AttributeList</A>.<DD><B>Deprecated.</B> <I>This interface has been replaced by the SAX2
<A HREF="org/xml/sax/Attributes.html"><CODE>Attributes</CODE></A>
interface, which includes Namespace support.</I><DT><A HREF="org/xml/sax/helpers/AttributeListImpl.html"><B>AttributeListImpl</B></A> - class org.xml.sax.helpers.<A HREF="org/xml/sax/helpers/AttributeListImpl.html">AttributeListImpl</A>.<DD><B>Deprecated.</B> <I>This class implements a deprecated interface,
<A HREF="org/xml/sax/AttributeList.html"><CODE>AttributeList</CODE></A>;
that interface has been replaced by
<A HREF="org/xml/sax/Attributes.html"><CODE>Attributes</CODE></A>,
which is implemented in the
<A HREF="org/xml/sax/helpers/AttributesImpl.html"><CODE>AttributesImpl</CODE></A> helper class.</I><DT><A HREF="org/xml/sax/helpers/AttributeListImpl.html#AttributeListImpl()"><B>AttributeListImpl()</B></A> -
Constructor for class org.xml.sax.helpers.<A HREF="org/xml/sax/helpers/AttributeListImpl.html">AttributeListImpl</A>
<DD><B>Deprecated.</B> Create an empty attribute list.
<DT><A HREF="org/xml/sax/helpers/AttributeListImpl.html#AttributeListImpl(org.xml.sax.AttributeList)"><B>AttributeListImpl(AttributeList)</B></A> -
Constructor for class org.xml.sax.helpers.<A HREF="org/xml/sax/helpers/AttributeListImpl.html">AttributeListImpl</A>
<DD><B>Deprecated.</B> Construct a persistent copy of an existing attribute list.
<DT><A HREF="javax/servlet/http/HttpSessionAttributeListener.html#attributeRemoved(javax.servlet.http.HttpSessionBindingEvent)"><B>attributeRemoved(HttpSessionBindingEvent)</B></A> -
Method in interface javax.servlet.http.<A HREF="javax/servlet/http/HttpSessionAttributeListener.html">HttpSessionAttributeListener</A>
<DD>Notification that an attribute has been removed from a session.
<DT><A HREF="javax/servlet/ServletContextAttributeListener.html#attributeRemoved(javax.servlet.ServletContextAttributeEvent)"><B>attributeRemoved(ServletContextAttributeEvent)</B></A> -
Method in interface javax.servlet.<A HREF="javax/servlet/ServletContextAttributeListener.html">ServletContextAttributeListener</A>
<DD>Notification that an existing attribute has been remved from the servlet context.
<DT><A HREF="javax/servlet/http/HttpSessionAttributeListener.html#attributeReplaced(javax.servlet.http.HttpSessionBindingEvent)"><B>attributeReplaced(HttpSessionBindingEvent)</B></A> -
Method in interface javax.servlet.http.<A HREF="javax/servlet/http/HttpSessionAttributeListener.html">HttpSessionAttributeListener</A>
<DD>Notification that an attribute has been replaced in a session.
<DT><A HREF="javax/servlet/ServletContextAttributeListener.html#attributeReplaced(javax.servlet.ServletContextAttributeEvent)"><B>attributeReplaced(ServletContextAttributeEvent)</B></A> -
Method in interface javax.servlet.<A HREF="javax/servlet/ServletContextAttributeListener.html">ServletContextAttributeListener</A>
<DD>Notification that an attribute on the servlet context has been replaced.
<DT><A HREF="org/xml/sax/Attributes.html"><B>Attributes</B></A> - interface org.xml.sax.<A HREF="org/xml/sax/Attributes.html">Attributes</A>.<DD>Interface for a list of XML attributes.<DT><A HREF="org/xml/sax/helpers/AttributesImpl.html"><B>AttributesImpl</B></A> - class org.xml.sax.helpers.<A HREF="org/xml/sax/helpers/AttributesImpl.html">AttributesImpl</A>.<DD>Default implementation of the Attributes interface.<DT><A HREF="org/xml/sax/helpers/AttributesImpl.html#AttributesImpl()"><B>AttributesImpl()</B></A> -
Constructor for class org.xml.sax.helpers.<A HREF="org/xml/sax/helpers/AttributesImpl.html">AttributesImpl</A>
<DD>Construct a new, empty AttributesImpl object.
<DT><A HREF="org/xml/sax/helpers/AttributesImpl.html#AttributesImpl(org.xml.sax.Attributes)"><B>AttributesImpl(Attributes)</B></A> -
Constructor for class org.xml.sax.helpers.<A HREF="org/xml/sax/helpers/AttributesImpl.html">AttributesImpl</A>
<DD>Copy an existing Attributes object.
<DT><A HREF="javax/mail/AuthenticationFailedException.html"><B>AuthenticationFailedException</B></A> - exception javax.mail.<A HREF="javax/mail/AuthenticationFailedException.html">AuthenticationFailedException</A>.<DD>This exception is thrown when the connect method on a Store or
Transport object fails due to an authentication failure (e.g.,
bad user name or password).<DT><A HREF="javax/mail/AuthenticationFailedException.html#AuthenticationFailedException()"><B>AuthenticationFailedException()</B></A> -
Constructor for class javax.mail.<A HREF="javax/mail/AuthenticationFailedException.html">AuthenticationFailedException</A>
<DD>Constructor
<DT><A HREF="javax/mail/AuthenticationFailedException.html#AuthenticationFailedException(java.lang.String)"><B>AuthenticationFailedException(String)</B></A> -
Constructor for class javax.mail.<A HREF="javax/mail/AuthenticationFailedException.html">AuthenticationFailedException</A>
<DD>Constructor
<DT><A HREF="javax/mail/Authenticator.html"><B>Authenticator</B></A> - class javax.mail.<A HREF="javax/mail/Authenticator.html">Authenticator</A>.<DD>The class Authenticator represents an object that knows how to obtain
authentication for a network connection.<DT><A HREF="javax/mail/Authenticator.html#Authenticator()"><B>Authenticator()</B></A> -
Constructor for class javax.mail.<A HREF="javax/mail/Authenticator.html">Authenticator</A>
<DD>
<DT><A HREF="javax/security/auth/AuthPermission.html"><B>AuthPermission</B></A> - class javax.security.auth.<A HREF="javax/security/auth/AuthPermission.html">AuthPermission</A>.<DD>This class is for authentication permissions.<DT><A HREF="javax/security/auth/AuthPermission.html#AuthPermission(java.lang.String)"><B>AuthPermission(String)</B></A> -
Constructor for class javax.security.auth.<A HREF="javax/security/auth/AuthPermission.html">AuthPermission</A>
<DD>Creates a new AuthPermission with the specified name.
<DT><A HREF="javax/security/auth/AuthPermission.html#AuthPermission(java.lang.String, java.lang.String)"><B>AuthPermission(String, String)</B></A> -
Constructor for class javax.security.auth.<A HREF="javax/security/auth/AuthPermission.html">AuthPermission</A>
<DD>Creates a new AuthPermission object with the specified name.
<DT><A HREF="javax/jms/Session.html#AUTO_ACKNOWLEDGE"><B>AUTO_ACKNOWLEDGE</B></A> -
Static variable in interface javax.jms.<A HREF="javax/jms/Session.html">Session</A>
<DD>With this acknowledgment mode, the session automatically acknowledges
a client's receipt of a message either when the session has successfully
returned from a call to <CODE>receive</CODE> or when the message
listener the session has called to process the message successfully
returns.
<DT><A HREF="javax/servlet/jsp/JspWriter.html#autoFlush"><B>autoFlush</B></A> -
Variable in class javax.servlet.jsp.<A HREF="javax/servlet/jsp/JspWriter.html">JspWriter</A>
<DD>
</DL>
<HR>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -