- AbortedException - Exception in javax.enterprise.concurrent
-
Exception indicating that the result of a task cannot be retrieved
because the task failed to run for some reason other than being cancelled.
- AbortedException() - Constructor for exception javax.enterprise.concurrent.AbortedException
-
Constructs an AbortedException with null
as its detail message.
- AbortedException(String, Throwable) - Constructor for exception javax.enterprise.concurrent.AbortedException
-
Constructs an AbortedException exception with the specified detail message and cause.
- AbortedException(String) - Constructor for exception javax.enterprise.concurrent.AbortedException
-
Constructs an AbortedException exception with the specified detail message.
- AbortedException(Throwable) - Constructor for exception javax.enterprise.concurrent.AbortedException
-
Constructs an AbortedException exception with the specified cause and a detail message of
(cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
- abortWith(Response) - Method in interface javax.ws.rs.client.ClientRequestContext
-
Abort the filter chain with a response.
- abortWith(Response) - Method in interface javax.ws.rs.container.ContainerRequestContext
-
Abort the filter chain with a response.
- abs(Expression<N>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create an expression that returns the absolute value
of its argument.
- AbstractClearableCredential - Class in javax.security.enterprise.credential
-
AbstractClearableCredential
contains behavior common to
Credential
implementations that can be meaningfully
cleared.
- AbstractClearableCredential() - Constructor for class javax.security.enterprise.credential.AbstractClearableCredential
-
- AbstractMarshallerImpl - Class in javax.xml.bind.helpers
-
Partial default Marshaller
implementation.
- AbstractMarshallerImpl() - Constructor for class javax.xml.bind.helpers.AbstractMarshallerImpl
-
- AbstractMultivaluedMap<K,V> - Class in javax.ws.rs.core
-
Abstract skeleton implementation of a
MultivaluedMap
that is backed
by a [key, multi-value] store represented as a
Map<K, List<V>>
.
- AbstractMultivaluedMap(Map<K, List<V>>) - Constructor for class javax.ws.rs.core.AbstractMultivaluedMap
-
Initialize the backing store in the abstract parent multivalued map
implementation.
- AbstractQuery<T> - Interface in javax.persistence.criteria
-
The AbstractQuery
interface defines functionality that is common
to both top-level queries and subqueries.
- AbstractUnmarshallerImpl - Class in javax.xml.bind.helpers
-
Partial default Unmarshaller
implementation.
- AbstractUnmarshallerImpl() - Constructor for class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
- accept(String...) - Method in interface javax.ws.rs.client.Invocation.Builder
-
Add the accepted response media types.
- accept(MediaType...) - Method in interface javax.ws.rs.client.Invocation.Builder
-
Add the accepted response media types.
- ACCEPT - Static variable in interface javax.ws.rs.core.HttpHeaders
-
- ACCEPT_CHARSET - Static variable in interface javax.ws.rs.core.HttpHeaders
-
- ACCEPT_ENCODING - Static variable in interface javax.ws.rs.core.HttpHeaders
-
- ACCEPT_LANGUAGE - Static variable in interface javax.ws.rs.core.HttpHeaders
-
- accepted() - Static method in class javax.ws.rs.core.Response
-
Create a new ResponseBuilder with an ACCEPTED status.
- accepted(Object) - Static method in class javax.ws.rs.core.Response
-
Create a new ResponseBuilder with an ACCEPTED status that contains
a representation.
- acceptEncoding(String...) - Method in interface javax.ws.rs.client.Invocation.Builder
-
Add acceptable encodings.
- acceptLanguage(Locale...) - Method in interface javax.ws.rs.client.Invocation.Builder
-
Add acceptable languages.
- acceptLanguage(String...) - Method in interface javax.ws.rs.client.Invocation.Builder
-
Add acceptable languages.
- Access - Annotation Type in javax.persistence
-
Used to specify an access type to be applied to an entity class,
mapped superclass, or embeddable class, or to a specific attribute
of such a class.
- AccessType - Enum in javax.persistence
-
Used with the
Access
annotation to specify an access
type to be applied to an entity class, mapped superclass, or
embeddable class, or to a specific attribute of such a class.
- acknowledge() - Method in interface javax.jms.JMSContext
-
Acknowledges all messages consumed by the JMSContext's session.
- acknowledge() - Method in interface javax.jms.Message
-
Acknowledges all consumed messages of the session of this consumed message.
- Action - Annotation Type in javax.xml.ws
-
The Action
annotation allows explicit association of a
WS-Addressing Action
message addressing property with
input
, output
, and
fault
messages of the mapped WSDL operation.
- Activation - Annotation Type in javax.resource.spi
-
Designates a JavaBean as an ActivationSpec
.
- ActivationSpec - Interface in javax.resource.spi
-
This interface serves as a marker.
- ADAPTERS - Static variable in class javax.json.bind.JsonbConfig
-
Property used to specify custom mapping adapters for generic types.
- adaptFromJson(Adapted) - Method in interface javax.json.bind.adapter.JsonbAdapter
-
This method is used on deserialization only.
- adaptToJson(Original) - Method in interface javax.json.bind.adapter.JsonbAdapter
-
This method is used on serialization only.
- add(JsonValue) - Method in interface javax.json.JsonArrayBuilder
-
Adds a value to the array.
- add(String) - Method in interface javax.json.JsonArrayBuilder
-
- add(BigDecimal) - Method in interface javax.json.JsonArrayBuilder
-
- add(BigInteger) - Method in interface javax.json.JsonArrayBuilder
-
- add(int) - Method in interface javax.json.JsonArrayBuilder
-
- add(long) - Method in interface javax.json.JsonArrayBuilder
-
- add(double) - Method in interface javax.json.JsonArrayBuilder
-
- add(boolean) - Method in interface javax.json.JsonArrayBuilder
-
- add(JsonObjectBuilder) - Method in interface javax.json.JsonArrayBuilder
-
Adds a
JsonObject
from an object builder to the array.
- add(JsonArrayBuilder) - Method in interface javax.json.JsonArrayBuilder
-
Adds a
JsonArray
from an array builder to the array.
- add(int, JsonValue) - Method in interface javax.json.JsonArrayBuilder
-
Inserts a value to the array at the specified position.
- add(int, String) - Method in interface javax.json.JsonArrayBuilder
-
Adds a value to the array as a
JsonString
at the specified position.
- add(int, BigDecimal) - Method in interface javax.json.JsonArrayBuilder
-
Adds a value to the array as a
JsonNumber
at the specified position.
- add(int, BigInteger) - Method in interface javax.json.JsonArrayBuilder
-
Adds a value to the array as a
JsonNumber
at the specified position.
- add(int, int) - Method in interface javax.json.JsonArrayBuilder
-
Adds a value to the array as a
JsonNumber
at the specified position.
- add(int, long) - Method in interface javax.json.JsonArrayBuilder
-
Adds a value to the array as a
JsonNumber
at the specified position.
- add(int, double) - Method in interface javax.json.JsonArrayBuilder
-
Adds a value to the array as a
JsonNumber
at the specified position.
- add(int, boolean) - Method in interface javax.json.JsonArrayBuilder
-
- add(int, JsonObjectBuilder) - Method in interface javax.json.JsonArrayBuilder
-
Adds a
JsonObject
from an object builder to the array at the specified position.
- add(int, JsonArrayBuilder) - Method in interface javax.json.JsonArrayBuilder
-
Adds a
JsonArray
from an array builder to the array at the specified position.
- add(String, JsonValue) - Method in interface javax.json.JsonObjectBuilder
-
Adds a name/JsonValue
pair to the JSON object associated with
this object builder.
- add(String, String) - Method in interface javax.json.JsonObjectBuilder
-
Adds a name/JsonString
pair to the JSON object associated with
this object builder.
- add(String, BigInteger) - Method in interface javax.json.JsonObjectBuilder
-
Adds a name/JsonNumber
pair to the JSON object associated with
this object builder.
- add(String, BigDecimal) - Method in interface javax.json.JsonObjectBuilder
-
Adds a name/JsonNumber
pair to the JSON object associated with
this object builder.
- add(String, int) - Method in interface javax.json.JsonObjectBuilder
-
Adds a name/JsonNumber
pair to the JSON object associated with
this object builder.
- add(String, long) - Method in interface javax.json.JsonObjectBuilder
-
Adds a name/JsonNumber
pair to the JSON object associated with
this object builder.
- add(String, double) - Method in interface javax.json.JsonObjectBuilder
-
Adds a name/JsonNumber
pair to the JSON object associated with
this object builder.
- add(String, boolean) - Method in interface javax.json.JsonObjectBuilder
-
Adds a name/JsonValue#TRUE
or name/JsonValue#FALSE
pair
to the JSON object associated with this object builder.
- add(String, JsonObjectBuilder) - Method in interface javax.json.JsonObjectBuilder
-
Adds a name/JsonObject
pair to the JSON object associated
with this object builder.
- add(String, JsonArrayBuilder) - Method in interface javax.json.JsonObjectBuilder
-
Adds a name/JsonArray
pair to the JSON object associated with
this object builder.
- add(String, JsonValue) - Method in interface javax.json.JsonPatchBuilder
-
Adds an "add" JSON Patch operation.
- add(String, String) - Method in interface javax.json.JsonPatchBuilder
-
Adds an "add" JSON Patch operation.
- add(String, int) - Method in interface javax.json.JsonPatchBuilder
-
Adds an "add" JSON Patch operation.
- add(String, boolean) - Method in interface javax.json.JsonPatchBuilder
-
Adds an "add" JSON Patch operation.
- add(T, JsonValue) - Method in interface javax.json.JsonPointer
-
Adds or replaces a value at the referenced location in the specified
target
with the specified value
.
- add(K, V) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
-
Add a value to the current list of values for the supplied key.
- add(K, V) - Method in interface javax.ws.rs.core.MultivaluedMap
-
Add a value to the current list of values for the supplied key.
- add() - Method in class javax.ws.rs.core.Variant.VariantListBuilder
-
Add the current combination of metadata to the list of supported variants,
after this method is called the current combination of metadata is emptied.
- addAll(JsonArrayBuilder) - Method in interface javax.json.JsonArrayBuilder
-
Adds all elements of the array in the specified array builder to the array.
- addAll(JsonObjectBuilder) - Method in interface javax.json.JsonObjectBuilder
-
Adds all name/value pairs in the JSON object associated with the specified
object builder to the JSON object associated with this object builder.
- addAll(K, V...) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
-
Add multiple values to the current list of values for the supplied key.
- addAll(K, List<V>) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
-
Add all the values from the supplied value list to the current list of
values for the supplied key.
- addAll(K, V...) - Method in interface javax.ws.rs.core.MultivaluedMap
-
Add multiple values to the current list of values for the supplied key.
- addAll(K, List<V>) - Method in interface javax.ws.rs.core.MultivaluedMap
-
Add all the values from the supplied value list to the current list of
values for the supplied key.
- addAssociation(Association) - Method in interface javax.xml.registry.infomodel.RegistryObject
-
Adds specified Association to use this object as source.
- addAssociations(Collection) - Method in interface javax.xml.registry.infomodel.RegistryObject
-
Adds specified Associations to use this object as source.
- addAttachmentPart(AttachmentPart) - Method in class javax.xml.soap.SOAPMessage
-
Adds the given AttachmentPart
object to this SOAPMessage
object.
- addAttribute(Name, String) - Method in interface javax.xml.soap.SOAPElement
-
Adds an attribute with the specified name and value to this
SOAPElement
object.
- addAttribute(QName, String) - Method in interface javax.xml.soap.SOAPElement
-
Adds an attribute with the specified name and value to this
SOAPElement
object.
- addAttributeNodes(String...) - Method in interface javax.persistence.EntityGraph
-
Add one or more attribute nodes to the entity graph.
- addAttributeNodes(Attribute<T, ?>...) - Method in interface javax.persistence.EntityGraph
-
Add one or more attribute nodes to the entity graph.
- addAttributeNodes(String...) - Method in interface javax.persistence.Subgraph
-
Add one or more attribute nodes to the entity graph.
- addAttributeNodes(Attribute<T, ?>...) - Method in interface javax.persistence.Subgraph
-
Add one or more attribute nodes to the entity graph.
- addBody() - Method in interface javax.xml.soap.SOAPEnvelope
-
Creates a SOAPBody
object and sets it as the
SOAPBody
object for this SOAPEnvelope
object.
- addBodyElement(Name) - Method in interface javax.xml.soap.SOAPBody
-
Creates a new SOAPBodyElement
object with the specified
name and adds it to this SOAPBody
object.
- addBodyElement(QName) - Method in interface javax.xml.soap.SOAPBody
-
Creates a new SOAPBodyElement
object with the specified
QName and adds it to this SOAPBody
object.
- addChildConcept(Concept) - Method in interface javax.xml.registry.infomodel.ClassificationScheme
-
Adds a child Concept.
- addChildConcept(Concept) - Method in interface javax.xml.registry.infomodel.Concept
-
Adds a child Concept.
- addChildConcepts(Collection) - Method in interface javax.xml.registry.infomodel.ClassificationScheme
-
Adds a Collection of Concept children.
- addChildConcepts(Collection) - Method in interface javax.xml.registry.infomodel.Concept
-
Adds a Collection of Concept children.
- addChildElement(Name) - Method in interface javax.xml.soap.SOAPElement
-
Creates a new SOAPElement
object initialized with the
given Name
object and adds the new element to this
SOAPElement
object.
- addChildElement(QName) - Method in interface javax.xml.soap.SOAPElement
-
Creates a new SOAPElement
object initialized with the given
QName
object and adds the new element to this SOAPElement
object.
- addChildElement(String) - Method in interface javax.xml.soap.SOAPElement
-
Creates a new SOAPElement
object initialized with the
specified local name and adds the new element to this
SOAPElement
object.
- addChildElement(String, String) - Method in interface javax.xml.soap.SOAPElement
-
Creates a new SOAPElement
object initialized with the
specified local name and prefix and adds the new element to this
SOAPElement
object.
- addChildElement(String, String, String) - Method in interface javax.xml.soap.SOAPElement
-
Creates a new SOAPElement
object initialized with the
specified local name, prefix, and URI and adds the new element to this
SOAPElement
object.
- addChildElement(SOAPElement) - Method in interface javax.xml.soap.SOAPElement
-
Add a SOAPElement
as a child of this
SOAPElement
instance.
- addChildOrganization(Organization) - Method in interface javax.xml.registry.infomodel.Organization
-
Adds a child Organization.
- addChildOrganizations(Collection) - Method in interface javax.xml.registry.infomodel.Organization
-
Adds a Collection of Organization children.
- addClassification(Classification) - Method in interface javax.xml.registry.infomodel.RegistryObject
-
Adds specified Classification to this object.
- addClassifications(Collection) - Method in interface javax.xml.registry.infomodel.RegistryObject
-
Adds specified Classifications to this object.
- addConnectionEventListener(ConnectionEventListener) - Method in interface javax.resource.spi.ManagedConnection
-
Adds a connection event listener to the ManagedConnection
instance.
- addCookie(Cookie) - Method in interface javax.servlet.http.HttpServletResponse
-
Adds the specified cookie to the response.
- addCookie(Cookie) - Method in class javax.servlet.http.HttpServletResponseWrapper
-
The default behavior of this method is to call addCookie(Cookie cookie) on the wrapped response object.
- addDateHeader(String, long) - Method in interface javax.servlet.http.HttpServletResponse
-
Adds a response header with the given name and date-value.
- addDateHeader(String, long) - Method in class javax.servlet.http.HttpServletResponseWrapper
-
The default behavior of this method is to call addDateHeader(String name, long date) on the wrapped response
object.
- addDetail() - Method in interface javax.xml.soap.SOAPFault
-
Creates an optional Detail
object and sets it as the
Detail
object for this SOAPFault
object.
- addDetailEntry(Name) - Method in interface javax.xml.soap.Detail
-
Creates a new DetailEntry
object with the given
name and adds it to this Detail
object.
- addDetailEntry(QName) - Method in interface javax.xml.soap.Detail
-
Creates a new DetailEntry
object with the given
QName and adds it to this Detail
object.
- addDocument(Document) - Method in interface javax.xml.soap.SOAPBody
-
Adds the root node of the DOM Document
to this SOAPBody
object.
- addELContextListener(ELContextListener) - Method in interface javax.servlet.jsp.JspApplicationContext
-
Registers a ELContextListener
s so that context objects can be added whenever a new
ELContext
is created.
- addELResolver(ELResolver) - Method in interface javax.servlet.jsp.JspApplicationContext
-
Adds an ELResolver
to affect the way EL variables and properties are resolved for EL expressions
appearing in JSP pages and tag files.
- addEndpoint(Class<?>) - Method in interface javax.websocket.server.ServerContainer
-
Deploys the given annotated endpoint into this ServerContainer during the initialization phase of deploying the
application.
- addEndpoint(ServerEndpointConfig) - Method in interface javax.websocket.server.ServerContainer
-
- addExternalIdentifier(ExternalIdentifier) - Method in interface javax.xml.registry.infomodel.RegistryObject
-
Adds specified ExternalIdentifier as an external identifier to this object.
- addExternalIdentifiers(Collection) - Method in interface javax.xml.registry.infomodel.RegistryObject
-
Adds specified ExternalIdentifiers as an external identifiers to this object.
- addExternalLink(ExternalLink) - Method in interface javax.xml.registry.infomodel.RegistryObject
-
Adds specified ExternalLink to this object.
- addExternalLinks(Collection) - Method in interface javax.xml.registry.infomodel.RegistryObject
-
Adds specified ExternalLinks to this object.
- addFault() - Method in interface javax.xml.soap.SOAPBody
-
Creates a new SOAPFault
object and adds it to
this SOAPBody
object.
- addFault(Name, String, Locale) - Method in interface javax.xml.soap.SOAPBody
-
Creates a new SOAPFault
object and adds it to
this SOAPBody
object.
- addFault(QName, String, Locale) - Method in interface javax.xml.soap.SOAPBody
-
Creates a new SOAPFault
object and adds it to this
SOAPBody
object.
- addFault(Name, String) - Method in interface javax.xml.soap.SOAPBody
-
Creates a new SOAPFault
object and adds it to this
SOAPBody
object.
- addFault(QName, String) - Method in interface javax.xml.soap.SOAPBody
-
Creates a new SOAPFault
object and adds it to this SOAPBody
object.
- addFaultReasonText(String, Locale) - Method in interface javax.xml.soap.SOAPFault
-
Appends or replaces a Reason Text item containing the specified
text message and an xml:lang derived from
locale
.
- addFilter(String, String) - Method in interface javax.servlet.ServletContext
-
Adds the filter with the given name and class name to this servlet context.
- addFilter(String, Filter) - Method in interface javax.servlet.ServletContext
-
Registers the given filter instance with this ServletContext under the given filterName.
- addFilter(String, Class<? extends Filter>) - Method in interface javax.servlet.ServletContext
-
Adds the filter with the given name and class type to this servlet context.
- addFirst(K, V) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
-
Add a value to the first position in the current list of values for the
supplied key.
- addFirst(K, V) - Method in interface javax.ws.rs.core.MultivaluedMap
-
Add a value to the first position in the current list of values for the
supplied key.
- addFirstNull(List<V>) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
-
Define the behavior for adding a null
values to the first position
in the value list.
- addHeader(String, String) - Method in interface javax.servlet.http.HttpServletResponse
-
Adds a response header with the given name and value.
- addHeader(String, String) - Method in class javax.servlet.http.HttpServletResponseWrapper
-
The default behavior of this method is to return addHeader(String name, String value) on the wrapped response
object.
- addHeader(String, String) - Method in interface javax.servlet.http.PushBuilder
-
Add a request header to be used for the push.
- addHeader(String, String) - Method in class javax.xml.soap.MimeHeaders
-
Adds a MimeHeader
object with the specified name and value
to this MimeHeaders
object's list of headers.
- addHeader() - Method in interface javax.xml.soap.SOAPEnvelope
-
Creates a SOAPHeader
object and sets it as the
SOAPHeader
object for this SOAPEnvelope
object.
- addHeaderElement(Name) - Method in interface javax.xml.soap.SOAPHeader
-
Creates a new SOAPHeaderElement
object initialized with the
specified name and adds it to this SOAPHeader
object.
- addHeaderElement(QName) - Method in interface javax.xml.soap.SOAPHeader
-
Creates a new SOAPHeaderElement
object initialized with the
specified qname and adds it to this SOAPHeader
object.
- addIntHeader(String, int) - Method in interface javax.servlet.http.HttpServletResponse
-
Adds a response header with the given name and integer value.
- addIntHeader(String, int) - Method in class javax.servlet.http.HttpServletResponseWrapper
-
The default behavior of this method is to call addIntHeader(String name, int value) on the wrapped response
object.
- addJspFile(String, String) - Method in interface javax.servlet.ServletContext
-
Adds the servlet with the given jsp file to this servlet context.
- addKeySubgraph(Attribute<T, X>) - Method in interface javax.persistence.EntityGraph
-
Add a node to the graph that corresponds to a map key
that is a managed type.
- addKeySubgraph(Attribute<T, X>, Class<? extends X>) - Method in interface javax.persistence.EntityGraph
-
Add a node to the graph that corresponds to a map key
that is a managed type with inheritance.
- addKeySubgraph(String) - Method in interface javax.persistence.EntityGraph
-
Add a node to the graph that corresponds to a map key
that is a managed type.
- addKeySubgraph(String, Class<X>) - Method in interface javax.persistence.EntityGraph
-
Add a node to the graph that corresponds to a map key
that is a managed type with inheritance.
- addKeySubgraph(Attribute<T, X>) - Method in interface javax.persistence.Subgraph
-
Add a node to the graph that corresponds to a map key
that is a managed type.
- addKeySubgraph(Attribute<T, X>, Class<? extends X>) - Method in interface javax.persistence.Subgraph
-
Add a node to the graph that corresponds to a map key
that is a managed type with inheritance.
- addKeySubgraph(String) - Method in interface javax.persistence.Subgraph
-
Add a node to the graph that corresponds to a map key
that is a managed type.
- addKeySubgraph(String, Class<X>) - Method in interface javax.persistence.Subgraph
-
Add a node to the graph that corresponds to a map key
that is a managed type with inheritance.
- addListener(AsyncListener) - Method in interface javax.servlet.AsyncContext
-
- addListener(AsyncListener, ServletRequest, ServletResponse) - Method in interface javax.servlet.AsyncContext
-
- addListener(String) - Method in interface javax.servlet.ServletContext
-
Adds the listener with the given class name to this ServletContext.
- addListener(T) - Method in interface javax.servlet.ServletContext
-
Adds the given listener to this ServletContext.
- addListener(Class<? extends EventListener>) - Method in interface javax.servlet.ServletContext
-
Adds a listener of the given class type to this ServletContext.
- addLocalizedString(LocalizedString) - Method in interface javax.xml.registry.infomodel.InternationalString
-
Adds a LocalizedString to this object.
- addLocalizedStrings(Collection) - Method in interface javax.xml.registry.infomodel.InternationalString
-
Adds many LocalizedStrings to this object.
- addMapping(String...) - Method in interface javax.servlet.ServletRegistration
-
Adds a servlet mapping with the given URL patterns for the Servlet represented by this ServletRegistration.
- addMappingForServletNames(EnumSet<DispatcherType>, boolean, String...) - Method in interface javax.servlet.FilterRegistration
-
Adds a filter mapping with the given servlet names and dispatcher types for the Filter represented by this
FilterRegistration.
- addMappingForUrlPatterns(EnumSet<DispatcherType>, boolean, String...) - Method in interface javax.servlet.FilterRegistration
-
Adds a filter mapping with the given url patterns and dispatcher types for the Filter represented by this
FilterRegistration.
- addMessageHandler(MessageHandler) - Method in interface javax.websocket.Session
-
Register to handle to incoming messages in this conversation.
- addMessageHandler(Class<T>, MessageHandler.Whole<T>) - Method in interface javax.websocket.Session
-
Register to handle to incoming messages in this conversation.
- addMessageHandler(Class<T>, MessageHandler.Partial<T>) - Method in interface javax.websocket.Session
-
Register to handle to incoming messages in this conversation.
- addMimeHeader(String, String) - Method in class javax.xml.soap.AttachmentPart
-
Adds a MIME header with the specified name and value to this
AttachmentPart
object.
- addMimeHeader(String, String) - Method in class javax.xml.soap.SOAPPart
-
Creates a MimeHeader
object with the specified
name and value and adds it to this SOAPPart
object.
- addMtomAttachment(DataHandler, String, String) - Method in class javax.xml.bind.attachment.AttachmentMarshaller
-
Consider MIME content data
for optimized binary storage as an attachment.
- addMtomAttachment(byte[], int, int, String, String, String) - Method in class javax.xml.bind.attachment.AttachmentMarshaller
-
Consider binary data
for optimized binary storage as an attachment.
- addNamedEntityGraph(String, EntityGraph<T>) - Method in interface javax.persistence.EntityManagerFactory
-
Add a named copy of the EntityGraph to the
EntityManagerFactory.
- addNamedQuery(String, Query) - Method in interface javax.persistence.EntityManagerFactory
-
Define the query, typed query, or stored procedure query as
a named query such that future query objects can be created
from it using the createNamedQuery
or
createNamedStoredProcedureQuery
method.
- addNamespaceDeclaration(String, String) - Method in interface javax.xml.soap.SOAPElement
-
Adds a namespace declaration with the specified prefix and URI to this
SOAPElement
object.
- addNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) - Method in interface javax.management.j2ee.ListenerRegistration
-
Add a listener to a registered managed object.
- addNotUnderstoodHeaderElement(QName) - Method in interface javax.xml.soap.SOAPHeader
-
Creates a new NotUnderstood SOAPHeaderElement
object initialized
with the specified name and adds it to this SOAPHeader
object.
- addNull() - Method in interface javax.json.JsonArrayBuilder
-
- addNull(int) - Method in interface javax.json.JsonArrayBuilder
-
- addNull(String) - Method in interface javax.json.JsonObjectBuilder
-
Adds a name/JsonValue#NULL
pair to the JSON object associated
with this object builder where the value is null
.
- addNull(List<V>) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
-
Define the behavior for adding a null
values to the value list.
- addParameter(String, QName, ParameterMode) - Method in interface javax.xml.rpc.Call
-
Adds a parameter type and mode for a specific operation.
- addParameter(String, QName, Class, ParameterMode) - Method in interface javax.xml.rpc.Call
-
Adds a parameter type and mode for a specific operation.
- addPort(QName, String, String) - Method in class javax.xml.ws.Service
-
Creates a new port for the service.
- addPort(QName, String, String) - Method in class javax.xml.ws.spi.ServiceDelegate
-
Creates a new port for the service.
- addRegistryObject(RegistryObject) - Method in interface javax.xml.registry.infomodel.RegistryPackage
-
Adds a child RegistryObject as member.
- addRegistryObjects(Collection) - Method in interface javax.xml.registry.infomodel.RegistryPackage
-
Adds a Collection of RegistryObject children as members.
- addResponseHeader(String, String) - Method in class javax.xml.ws.spi.http.HttpExchange
-
Adds a response header with the given name and value.
- address(String) - Method in class javax.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
-
Sets the address
to the
W3CEndpointReference
instance's
wsa:Address
.
- ADDRESS_LINES_SLOT - Static variable in interface javax.xml.registry.infomodel.Slot
-
Name for pre-defined Slot used in PostalAddress by Jakarta XML Registries UDDI provider.
- Addressing - Annotation Type in javax.xml.ws.soap
-
This annotation represents the use of WS-Addressing with either
the SOAP 1.1/HTTP or SOAP 1.2/HTTP binding.
- AddressingFeature - Class in javax.xml.ws.soap
-
AddressingFeature represents the use of WS-Addressing with either
the SOAP 1.1/HTTP or SOAP 1.2/HTTP binding.
- AddressingFeature() - Constructor for class javax.xml.ws.soap.AddressingFeature
-
Creates and configures an AddressingFeature
with the
use of addressing requirements.
- AddressingFeature(boolean) - Constructor for class javax.xml.ws.soap.AddressingFeature
-
Creates and configures an AddressingFeature
with the
use of addressing requirements.
- AddressingFeature(boolean, boolean) - Constructor for class javax.xml.ws.soap.AddressingFeature
-
Creates and configures an AddressingFeature
with the
use of addressing requirements.
- AddressingFeature(boolean, boolean, AddressingFeature.Responses) - Constructor for class javax.xml.ws.soap.AddressingFeature
-
Creates and configures an AddressingFeature
with the
use of addressing requirements.
- AddressingFeature.Responses - Enum in javax.xml.ws.soap
-
If addressing is enabled, this property determines if endpoint requires
the use of only anonymous responses, or only non-anonymous responses, or all.
- addService(Service) - Method in interface javax.xml.registry.infomodel.Organization
-
Adds a child Service.
- addServiceBinding(ServiceBinding) - Method in interface javax.xml.registry.infomodel.Service
-
Adds a child ServiceBinding.
- addServiceBindings(Collection) - Method in interface javax.xml.registry.infomodel.Service
-
Adds a Collection of ServiceBinding children.
- addServices(Collection) - Method in interface javax.xml.registry.infomodel.Organization
-
Adds a Collection of Service children.
- addServlet(String, String) - Method in interface javax.servlet.ServletContext
-
Adds the servlet with the given name and class name to this servlet context.
- addServlet(String, Servlet) - Method in interface javax.servlet.ServletContext
-
Registers the given servlet instance with this ServletContext under the given servletName.
- addServlet(String, Class<? extends Servlet>) - Method in interface javax.servlet.ServletContext
-
Adds the servlet with the given name and class type to this servlet context.
- addSlot(Slot) - Method in interface javax.xml.registry.infomodel.ExtensibleObject
-
Adds a Slot to this object.
- addSlots(Collection) - Method in interface javax.xml.registry.infomodel.ExtensibleObject
-
Adds more Slots to this object.
- addSpecificationLink(SpecificationLink) - Method in interface javax.xml.registry.infomodel.ServiceBinding
-
Adds a child SpecificationLink.
- addSpecificationLinks(Collection) - Method in interface javax.xml.registry.infomodel.ServiceBinding
-
Adds a Collection of SpecificationLink children.
- addSQLParameter(Object) - Method in interface javax.servlet.jsp.jstl.sql.SQLExecutionTag
-
Adds a PreparedStatement parameter value.
- addSubclassSubgraph(Class<? extends T>) - Method in interface javax.persistence.EntityGraph
-
Add additional attributes to this entity graph that
correspond to attributes of subclasses of this EntityGraph's
entity type.
- addSubgraph(Attribute<T, X>) - Method in interface javax.persistence.EntityGraph
-
Add a node to the graph that corresponds to a managed
type.
- addSubgraph(Attribute<T, X>, Class<? extends X>) - Method in interface javax.persistence.EntityGraph
-
Add a node to the graph that corresponds to a managed
type with inheritance.
- addSubgraph(String) - Method in interface javax.persistence.EntityGraph
-
Add a node to the graph that corresponds to a managed
type.
- addSubgraph(String, Class<X>) - Method in interface javax.persistence.EntityGraph
-
Add a node to the graph that corresponds to a managed
type with inheritance.
- addSubgraph(Attribute<T, X>) - Method in interface javax.persistence.Subgraph
-
Add a node to the graph that corresponds to a managed
type.
- addSubgraph(Attribute<T, X>, Class<? extends X>) - Method in interface javax.persistence.Subgraph
-
Add a node to the graph that corresponds to a managed
type with inheritance.
- addSubgraph(String) - Method in interface javax.persistence.Subgraph
-
Add a node to the graph that corresponds to a managed
type.
- addSubgraph(String, Class<X>) - Method in interface javax.persistence.Subgraph
-
Add a node to the graph that corresponds to a managed
type with inheritance.
- addSwaRefAttachment(DataHandler) - Method in class javax.xml.bind.attachment.AttachmentMarshaller
-
Add MIME data
as an attachment and return attachment's content-id, cid.
- addTextNode(String) - Method in interface javax.xml.soap.SOAPElement
-
Creates a new Text
object initialized with the given
String
and adds it to this SOAPElement
object.
- addTransformer(ClassTransformer) - Method in interface javax.persistence.spi.PersistenceUnitInfo
-
Add a transformer supplied by the provider that will be
called for every new class definition or class redefinition
that gets loaded by the loader returned by the
PersistenceUnitInfo.getClassLoader()
method.
- addUpgradeHeaderElement(Iterator<String>) - Method in interface javax.xml.soap.SOAPHeader
-
Creates a new Upgrade SOAPHeaderElement
object initialized
with the specified List of supported SOAP URIs and adds it to this
SOAPHeader
object.
- addUpgradeHeaderElement(String[]) - Method in interface javax.xml.soap.SOAPHeader
-
Creates a new Upgrade SOAPHeaderElement
object initialized
with the specified array of supported SOAP URIs and adds it to this
SOAPHeader
object.
- addUpgradeHeaderElement(String) - Method in interface javax.xml.soap.SOAPHeader
-
Creates a new Upgrade SOAPHeaderElement
object initialized
with the specified supported SOAP URI and adds it to this
SOAPHeader
object.
- addUser(User) - Method in interface javax.xml.registry.infomodel.Organization
-
Adds a User.
- addUsers(Collection) - Method in interface javax.xml.registry.infomodel.Organization
-
Adds a Collection of Users.
- AdministeredObject - Annotation Type in javax.resource.spi
-
Designates a JavaBean as an administered object.Administered objects are
specific to a messaging style or message provider.
- AdministeredObjectDefinition - Annotation Type in javax.resource
-
Annotation used to define a Connector administered object to be
registered in JNDI.
- AdministeredObjectDefinitions - Annotation Type in javax.resource
-
Declares one or more AdministeredObjectDefinition
annotations.
- afterCompletion(int) - Method in interface javax.transaction.Synchronization
-
This method is called by the transaction
manager after the transaction is committed or rolled back.
- afterDelivery() - Method in interface javax.resource.spi.endpoint.MessageEndpoint
-
This is called by a resource adapter after a message is delivered.
- afterMarshal(Object) - Method in class javax.xml.bind.Marshaller.Listener
-
Callback method invoked after marshalling source
to XML.
- afterResponse(HandshakeResponse) - Method in class javax.websocket.ClientEndpointConfig.Configurator
-
This method is called by the implementation after it has received a handshake response from the server as a
result of a handshake interaction it initiated.
- afterUnmarshal(Object, Object) - Method in class javax.xml.bind.Unmarshaller.Listener
-
Callback method invoked after unmarshalling XML data into target
.
- alias(String) - Method in interface javax.persistence.criteria.Selection
-
Assigns an alias to the selection item.
- all(Subquery<Y>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create an all expression over the subquery results.
- allocateConnection(ManagedConnectionFactory, ConnectionRequestInfo) - Method in interface javax.resource.spi.ConnectionManager
-
The method allocateConnection gets called by the resource adapter's
connection factory instance.
- ALLOW - Static variable in interface javax.ws.rs.core.HttpHeaders
-
- allow(String...) - Method in class javax.ws.rs.core.Response.ResponseBuilder
-
Set the list of allowed methods for the resource.
- allow(Set<String>) - Method in class javax.ws.rs.core.Response.ResponseBuilder
-
Set the list of allowed methods for the resource.
- and(Expression<Boolean>, Expression<Boolean>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create a conjunction of the given boolean expressions.
- and(Predicate...) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create a conjunction of the given restriction predicates.
- AND_ALL_KEYS - Static variable in interface javax.xml.registry.FindQualifier
-
- ANY - Static variable in class javax.json.bind.config.PropertyOrderStrategy
-
Using this strategy, the order of properties
is not guaranteed to retain any order.
- any(Subquery<Y>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create an any expression over the subquery results.
- appendFaultSubcode(QName) - Method in interface javax.xml.soap.SOAPFault
-
Adds a Subcode to the end of the sequence of Subcodes contained by this
SOAPFault
.
- APPLICATION - Static variable in class javax.interceptor.Interceptor.Priority
-
Start of range for interceptors defined by applications.
- APPLICATION - Static variable in class javax.servlet.jsp.PageContext
-
Name used to store ServletContext in PageContext name table.
- Application - Class in javax.ws.rs.core
-
Defines the components of an application and supplies additional
meta-data.
- Application() - Constructor for class javax.ws.rs.core.Application
-
- APPLICATION_ATOM_XML - Static variable in class javax.ws.rs.core.MediaType
-
A String
constant representing "application/atom+xml" media type.
- APPLICATION_ATOM_XML_TYPE - Static variable in class javax.ws.rs.core.MediaType
-
- APPLICATION_FORM_URLENCODED - Static variable in class javax.ws.rs.core.MediaType
-
A String
constant representing "application/x-www-form-urlencoded" media type.
- APPLICATION_FORM_URLENCODED_TYPE - Static variable in class javax.ws.rs.core.MediaType
-
- APPLICATION_JSON - Static variable in class javax.ws.rs.core.MediaType
-
A String
constant representing "application/json" media type.
- APPLICATION_JSON_PATCH_JSON - Static variable in class javax.ws.rs.core.MediaType
-
String
representation of "application/json-patch+json" media type..
- APPLICATION_JSON_PATCH_JSON_TYPE - Static variable in class javax.ws.rs.core.MediaType
-
- APPLICATION_JSON_TYPE - Static variable in class javax.ws.rs.core.MediaType
-
- APPLICATION_OCTET_STREAM - Static variable in class javax.ws.rs.core.MediaType
-
A String
constant representing "application/octet-stream" media type.
- APPLICATION_OCTET_STREAM_TYPE - Static variable in class javax.ws.rs.core.MediaType
-
- APPLICATION_SCOPE - Static variable in class javax.servlet.jsp.PageContext
-
Application scope: named reference remains available in the ServletContext until it is reclaimed.
- APPLICATION_SVG_XML - Static variable in class javax.ws.rs.core.MediaType
-
A String
constant representing "application/svg+xml" media type.
- APPLICATION_SVG_XML_TYPE - Static variable in class javax.ws.rs.core.MediaType
-
- APPLICATION_XHTML_XML - Static variable in class javax.ws.rs.core.MediaType
-
A String
constant representing "application/xhtml+xml" media type.
- APPLICATION_XHTML_XML_TYPE - Static variable in class javax.ws.rs.core.MediaType
-
- APPLICATION_XML - Static variable in class javax.ws.rs.core.MediaType
-
A String
constant representing "application/xml" media type.
- APPLICATION_XML_TYPE - Static variable in class javax.ws.rs.core.MediaType
-
- ApplicationPath - Annotation Type in javax.ws.rs
-
Identifies the application path that serves as the base URI
for all resource URIs provided by
Path
.
- ApplicationServerInternalException - Exception in javax.resource.spi
-
An ApplicationServerInternalException
is thrown
by an application
server to indicate error conditions specific to an application server.
- ApplicationServerInternalException() - Constructor for exception javax.resource.spi.ApplicationServerInternalException
-
Constructs a new instance with null as its detail message.
- ApplicationServerInternalException(String) - Constructor for exception javax.resource.spi.ApplicationServerInternalException
-
Constructs a new instance with the specified detail message.
- ApplicationServerInternalException(Throwable) - Constructor for exception javax.resource.spi.ApplicationServerInternalException
-
Constructs a new throwable with the specified cause.
- ApplicationServerInternalException(String, Throwable) - Constructor for exception javax.resource.spi.ApplicationServerInternalException
-
Constructs a new throwable with the specified detail message and cause.
- ApplicationServerInternalException(String, String) - Constructor for exception javax.resource.spi.ApplicationServerInternalException
-
Constructs a new throwable with the specified detail message and
an error code.
- apply(JsonValue) - Method in interface javax.json.JsonMergePatch
-
Applies the JSON Merge Patch to the specified target
.
- apply(T) - Method in interface javax.json.JsonPatch
-
Applies the patch operations to the specified target
.
- AroundConstruct - Annotation Type in javax.interceptor
-
Designates an interceptor method that receives a callback when the target class constructor is invoked.
- AroundInvoke - Annotation Type in javax.interceptor
-
Defines an interceptor method that interposes on business methods.
- aroundReadFrom(ReaderInterceptorContext) - Method in interface javax.ws.rs.ext.ReaderInterceptor
-
- AroundTimeout - Annotation Type in javax.interceptor
-
Defines an interceptor method that interposes on timeout methods.
- aroundWriteTo(WriterInterceptorContext) - Method in interface javax.ws.rs.ext.WriterInterceptor
-
- array(Selection<?>...) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create an array-valued selection item.
- as(Class<X>) - Method in interface javax.persistence.criteria.Expression
-
Perform a typecast upon the expression, returning a new
expression object.
- asc(Expression<?>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create an ordering by the ascending value of the expression.
- asJsonArray() - Method in interface javax.json.JsonValue
-
Return the JsonValue as a JsonArray
- asJsonObject() - Method in interface javax.json.JsonValue
-
Return the JsonValue as a JsonObject
- asMap() - Method in class javax.ws.rs.core.Form
-
Returns multivalued map representation of the form.
- associateConnection(Object, ManagedConnectionFactory, ConnectionRequestInfo) - Method in interface javax.resource.spi.LazyAssociatableConnectionManager
-
This method is called by a resource adapter (that is capable of
lazy connection association optimization) in order to lazily associate
a connection object with a ManagedConnection
instance.
- associateConnection(Object) - Method in interface javax.resource.spi.ManagedConnection
-
Used typically by the container to change the association of an
application-level connection handle with a ManagedConnection
instance.
- Association - Interface in javax.xml.registry.infomodel
-
A RegistryObject instance may be associated with zero or more RegistryObject instances.
- ASSOCIATION - Static variable in interface javax.xml.registry.LifeCycleManager
-
Constant representing the javax.xml.registry.infomodel.Association interface.
- AssociationOverride - Annotation Type in javax.persistence
-
Used to override a mapping for an entity relationship.
- AssociationOverrides - Annotation Type in javax.persistence
-
Used to override mappings of multiple relationship properties or fields.
- async() - Method in interface javax.ws.rs.client.Invocation.Builder
-
Access the asynchronous uniform request invocation interface to
asynchronously invoke the built request.
- ASYNC_CONTEXT_PATH - Static variable in interface javax.servlet.AsyncContext
-
- ASYNC_MAPPING - Static variable in interface javax.servlet.AsyncContext
-
- ASYNC_PATH_INFO - Static variable in interface javax.servlet.AsyncContext
-
- ASYNC_QUERY_STRING - Static variable in interface javax.servlet.AsyncContext
-
- ASYNC_REQUEST_URI - Static variable in interface javax.servlet.AsyncContext
-
- ASYNC_SERVLET_PATH - Static variable in interface javax.servlet.AsyncContext
-
- AsyncContext - Interface in javax.servlet
-
Class representing the execution context for an asynchronous operation that was initiated on a ServletRequest.
- AsyncEvent - Class in javax.servlet
-
- AsyncEvent(AsyncContext) - Constructor for class javax.servlet.AsyncEvent
-
Constructs an AsyncEvent from the given AsyncContext.
- AsyncEvent(AsyncContext, ServletRequest, ServletResponse) - Constructor for class javax.servlet.AsyncEvent
-
Constructs an AsyncEvent from the given AsyncContext, ServletRequest, and ServletResponse.
- AsyncEvent(AsyncContext, Throwable) - Constructor for class javax.servlet.AsyncEvent
-
Constructs an AsyncEvent from the given AsyncContext and Throwable.
- AsyncEvent(AsyncContext, ServletRequest, ServletResponse, Throwable) - Constructor for class javax.servlet.AsyncEvent
-
Constructs an AsyncEvent from the given AsyncContext, ServletRequest, ServletResponse, and Throwable.
- AsyncHandler<T> - Interface in javax.xml.ws
-
The AsyncHandler
interface is implemented by
clients that wish to receive callback notification of the completion of
service endpoint operations invoked asynchronously.
- AsyncInvoker - Interface in javax.ws.rs.client
-
Uniform interface for asynchronous invocation of HTTP methods.
- AsyncListener - Interface in javax.servlet
-
Listener that will be notified in the event that an asynchronous operation initiated on a ServletRequest to which the
listener had been added has completed, timed out, or resulted in an error.
- AsyncResponse - Interface in javax.ws.rs.container
-
An injectable and asynchronous response that provides means for asynchronous server side
response processing.
- AT_BEGIN - Static variable in class javax.servlet.jsp.tagext.VariableInfo
-
Scope information that scripting variable is visible after start tag.
- AT_END - Static variable in class javax.servlet.jsp.tagext.VariableInfo
-
Scope information that scripting variable is visible after end tag.
- AttachmentMarshaller - Class in javax.xml.bind.attachment
-
Enable JAXB marshalling to optimize storage of binary data.
- AttachmentMarshaller() - Constructor for class javax.xml.bind.attachment.AttachmentMarshaller
-
- AttachmentPart - Class in javax.xml.soap
-
A single attachment to a SOAPMessage
object.
- AttachmentPart() - Constructor for class javax.xml.soap.AttachmentPart
-
- AttachmentUnmarshaller - Class in javax.xml.bind.attachment
-
Enables JAXB unmarshalling of a root document containing optimized binary data formats.
- AttachmentUnmarshaller() - Constructor for class javax.xml.bind.attachment.AttachmentUnmarshaller
-
- Attribute<X,Y> - Interface in javax.persistence.metamodel
-
Represents an attribute of a Java type.
- attribute(QName, String) - Method in class javax.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
-
Adds an extension attribute to the
W3CEndpointReference
instance's
wsa:EndpointReference
element.
- Attribute.PersistentAttributeType - Enum in javax.persistence.metamodel
-
- attributeAdded(HttpSessionBindingEvent) - Method in interface javax.servlet.http.HttpSessionAttributeListener
-
Receives notification that an attribute has been added to a session.
- attributeAdded(ServletContextAttributeEvent) - Method in interface javax.servlet.ServletContextAttributeListener
-
Receives notification that an attribute has been added to the ServletContext.
- attributeAdded(ServletRequestAttributeEvent) - Method in interface javax.servlet.ServletRequestAttributeListener
-
Receives notification that an attribute has been added to the ServletRequest.
- AttributeConverter<X,Y> - Interface in javax.persistence
-
A class that implements this interface can be used to convert
entity attribute state into database column representation
and back again.
- AttributeNode<T> - Interface in javax.persistence
-
Represents an attribute node of an entity graph.
- AttributeOverride - Annotation Type in javax.persistence
-
Used to override the mapping of a Basic
(whether
explicit or default) property or field or Id
property or
field.
- AttributeOverrides - Annotation Type in javax.persistence
-
Used to override mappings of multiple properties or fields.
- attributeRemoved(HttpSessionBindingEvent) - Method in interface javax.servlet.http.HttpSessionAttributeListener
-
Receives notification that an attribute has been removed from a session.
- attributeRemoved(ServletContextAttributeEvent) - Method in interface javax.servlet.ServletContextAttributeListener
-
Receives notification that an attribute has been removed from the ServletContext.
- attributeRemoved(ServletRequestAttributeEvent) - Method in interface javax.servlet.ServletRequestAttributeListener
-
Receives notification that an attribute has been removed from the ServletRequest.
- attributeReplaced(HttpSessionBindingEvent) - Method in interface javax.servlet.http.HttpSessionAttributeListener
-
Receives notification that an attribute has been replaced in a session.
- attributeReplaced(ServletContextAttributeEvent) - Method in interface javax.servlet.ServletContextAttributeListener
-
Receives notification that an attribute has been replaced in the ServletContext.
- attributeReplaced(ServletRequestAttributeEvent) - Method in interface javax.servlet.ServletRequestAttributeListener
-
Receives notification that an attribute has been replaced on the ServletRequest.
- AUDITABLE_EVENT - Static variable in interface javax.xml.registry.LifeCycleManager
-
Constant representing the javax.xml.registry.infomodel.AuditableEvent interface.
- AuditableEvent - Interface in javax.xml.registry.infomodel
-
AuditableEvent instances provide a long term record of events that effect a
change of state in a RegistryObject.
- authenticate(HttpServletRequest, HttpServletResponse, AuthenticationParameters) - Method in interface javax.security.enterprise.SecurityContext
-
Signal to the container (programmatically trigger) that it should start or continue a web/HTTP based authentication dialog with
the caller.
- authenticate(HttpServletResponse) - Method in interface javax.servlet.http.HttpServletRequest
-
Use the container login mechanism configured for the ServletContext
to authenticate the user making
this request.
- authenticate(HttpServletResponse) - Method in class javax.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to call authenticate on the wrapped request object.
- AUTHENTICATION - Static variable in class javax.ws.rs.Priorities
-
Security authentication filter/interceptor priority.
- AuthenticationException - Exception in javax.security.enterprise
-
A generic authentication exception.
- AuthenticationException() - Constructor for exception javax.security.enterprise.AuthenticationException
-
Constructs a new AuthenticationException
exception with null
as its detail message.
- AuthenticationException(String) - Constructor for exception javax.security.enterprise.AuthenticationException
-
Constructs a new AuthenticationException
exception with the specified detail message.
- AuthenticationException(String, Throwable) - Constructor for exception javax.security.enterprise.AuthenticationException
-
Constructs a new AuthenticationException
exception with the specified detail message and cause.
- AuthenticationException(Throwable) - Constructor for exception javax.security.enterprise.AuthenticationException
-
Constructs a new AuthenticationException
exception with the specified cause.
- AuthenticationMechanism - Annotation Type in javax.resource.spi
-
- AuthenticationMechanism.CredentialInterface - Enum in javax.resource.spi
-
An enumerated type that represents the various interfaces
that a resource adapter may support for the representation
of the credentials.
- AuthenticationParameters - Class in javax.security.enterprise.authentication.mechanism.http
-
Parameters that are provided along with an authentication request.
- AuthenticationParameters() - Constructor for class javax.security.enterprise.authentication.mechanism.http.AuthenticationParameters
-
- AuthenticationStatus - Enum in javax.security.enterprise
-
The AuthenticationStatus is used as a return value by primarily
the
HttpAuthenticationMechanism
to indicate the result (status)
of the authentication process.
- AUTHORIZATION - Static variable in interface javax.ws.rs.core.HttpHeaders
-
- AUTHORIZATION - Static variable in class javax.ws.rs.Priorities
-
Security authorization filter/interceptor priority.
- AUTHORIZED_NAME_SLOT - Static variable in interface javax.xml.registry.infomodel.Slot
-
Name for pre-defined Slot used in Organization and ClassificationScheme by Jakarta XML Registries UDDI provider.
- AUTO_ACKNOWLEDGE - Static variable in interface javax.jms.JMSContext
-
With this session mode, the JMSContext's session automatically acknowledges a client's receipt of a message either
when the session has successfully returned from a call to receive
or when the message listener the session
has called to process the message successfully returns.
- AUTO_ACKNOWLEDGE - Static variable in interface javax.jms.Session
-
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 receive
or when the message listener the session has called
to process the message successfully returns.
- AutoApplySession - Annotation Type in javax.security.enterprise.authentication.mechanism.http
-
The AutoApplySession annotation provides an application the ability to declaratively designate
that an authentication mechanism uses the javax.servlet.http.registerSession
and auto applies this for every request.
- autoFlush - Variable in class javax.servlet.jsp.JspWriter
-
Whether the JspWriter is autoflushing.
- avg(Expression<N>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create an aggregate expression applying the avg operation.
- Cache - Interface in javax.persistence
-
Interface used to interact with the second-level cache.
- CACHE_CONTROL - Static variable in interface javax.ws.rs.core.HttpHeaders
-
- Cacheable - Annotation Type in javax.persistence
-
Specifies whether an entity should be cached if caching is enabled
when the value of the persistence.xml
caching element
is ENABLE_SELECTIVE
or DISABLE_SELECTIVE
.
- cacheControl(CacheControl) - Method in interface javax.ws.rs.client.Invocation.Builder
-
Set the cache control data of the message.
- CacheControl - Class in javax.ws.rs.core
-
An abstraction for the value of a HTTP Cache-Control response header.
- CacheControl() - Constructor for class javax.ws.rs.core.CacheControl
-
Create a new instance of CacheControl.
- cacheControl(CacheControl) - Method in class javax.ws.rs.core.Response.ResponseBuilder
-
Set the cache control data of the message.
- CacheRetrieveMode - Enum in javax.persistence
-
Used as the value of the
javax.persistence.cache.retrieveMode
property to
specify the behavior when data is retrieved by the
find
methods and by queries.
- CacheStoreMode - Enum in javax.persistence
-
Used as the value of the
javax.persistence.cache.storeMode
property to specify
the behavior when data is read from the database and when data is
committed into the database.
- CalendarHolder - Class in javax.xml.rpc.holders
-
- CalendarHolder() - Constructor for class javax.xml.rpc.holders.CalendarHolder
-
- CalendarHolder(Calendar) - Constructor for class javax.xml.rpc.holders.CalendarHolder
-
- Call - Interface in javax.xml.rpc
-
The javax.xml.rpc.Call
interface provides support
for the dynamic invocation of a service endpoint.
- call(SOAPMessage, Object) - Method in class javax.xml.soap.SOAPConnection
-
Sends the given message to the specified endpoint and blocks until
it has returned the response.
- CallerOnlyCredential - Class in javax.security.enterprise.credential
-
CallerOnlyCredential
represents a credential that only
contains a caller name and no secret of any kind.
- CallerOnlyCredential(String) - Constructor for class javax.security.enterprise.credential.CallerOnlyCredential
-
- CallerPrincipal - Class in javax.security.enterprise
-
Principal that represents the caller principal associated with the invocation being
processed by the container (e.g.
- CallerPrincipal(String) - Constructor for class javax.security.enterprise.CallerPrincipal
-
- canBeRequestTime() - Method in class javax.servlet.jsp.tagext.TagAttributeInfo
-
Whether this attribute has been specified in the TLD as rtexprvalue.
- cancel() - Method in interface javax.ws.rs.container.AsyncResponse
-
Cancel the suspended request processing.
- cancel(int) - Method in interface javax.ws.rs.container.AsyncResponse
-
Cancel the suspended request processing.
- cancel(Date) - Method in interface javax.ws.rs.container.AsyncResponse
-
Cancel the suspended request processing.
- CapabilityProfile - Interface in javax.xml.registry
-
Provides information about the capabilities of a Jakarta XML Registries provider.
- CascadeType - Enum in javax.persistence
-
Defines the set of cascadable operations that are propagated
to the associated entity.
- CASE_INSENSITIVE - Static variable in interface javax.json.bind.config.PropertyNamingStrategy
-
Using this strategy, the serialization will be same as identity.
- CASE_SENSITIVE_MATCH - Static variable in interface javax.xml.registry.FindQualifier
-
Specifies a hint to queries that they should case-sensitive match when comparing String values.
- cause - Variable in exception javax.xml.registry.JAXRException
-
The Throwable that caused this JAXRException to occur.
- changeSessionId() - Method in interface javax.servlet.http.HttpServletRequest
-
Change the session id of the current session associated with this request and return the new session id.
- changeSessionId() - Method in class javax.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return changeSessionId() on the wrapped request object.
- CHARACTER_SET_ENCODING - Static variable in class javax.xml.soap.SOAPMessage
-
Specifies the character type encoding for the SOAP Message.
- CHARSET_PARAMETER - Static variable in class javax.ws.rs.core.MediaType
-
The media type charset
parameter name.
- checkOrigin(String) - Method in class javax.websocket.server.ServerEndpointConfig.Configurator
-
Check the value of the Origin header (
See Origin Header) the
client passed during the opening handshake.
- Classification - Interface in javax.xml.registry.infomodel
-
The Classification interface is used to classify RegistryObject instances.
- CLASSIFICATION - Static variable in interface javax.xml.registry.LifeCycleManager
-
Constant representing the javax.xml.registry.infomodel.Classification interface.
- CLASSIFICATION_SCHEME - Static variable in interface javax.xml.registry.LifeCycleManager
-
Constant representing the javax.xml.registry.infomodel.ClassificationScheme interface.
- ClassificationScheme - Interface in javax.xml.registry.infomodel
-
A ClassificationScheme instance represents a taxonomy that may be used to classify or categorize RegistryObject instances.
- ClassTransformer - Interface in javax.persistence.spi
-
- cleanClientSubject() - Method in interface javax.security.enterprise.authentication.mechanism.http.HttpMessageContext
-
Convenience method to clean the subject associated with this context.
- cleanClientSubject() - Method in class javax.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
-
- cleanSubject(HttpServletRequest, HttpServletResponse, HttpMessageContext) - Method in interface javax.security.enterprise.authentication.mechanism.http.HttpAuthenticationMechanism
-
Remove mechanism specific principals and credentials from the subject and any other state the mechanism
might have used.
- cleanup() - Method in interface javax.resource.spi.ManagedConnection
-
Application server calls this method to force any cleanup on the
ManagedConnection instance.
- clear() - Method in interface javax.persistence.EntityManager
-
Clear the persistence context, causing all managed
entities to become detached.
- clear() - Method in class javax.security.enterprise.credential.AbstractClearableCredential
-
- clear() - Method in interface javax.security.enterprise.credential.Credential
-
Clears the credential.
- clear() - Method in class javax.security.enterprise.credential.Password
-
Securely clears the password value.
- clear() - Method in class javax.servlet.jsp.JspWriter
-
Clear the contents of the buffer.
- clear() - Method in class javax.ws.rs.core.AbstractMultivaluedMap
-
- clear() - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
-
Removes all registered TypeMappings and encodingStyleURIs
from this TypeMappingRegistry.
- clearBody() - Method in interface javax.jms.Message
-
Clears out the message body.
- clearBody() - Method in class javax.servlet.jsp.tagext.BodyContent
-
Clear the body without throwing any exceptions.
- clearBuffer() - Method in class javax.servlet.jsp.JspWriter
-
Clears the current contents of the buffer.
- clearCachedProviders() - Method in interface javax.persistence.spi.PersistenceProviderResolver
-
Clear cache of providers.
- clearContent() - Method in class javax.xml.soap.AttachmentPart
-
Clears out the content of this AttachmentPart
object.
- clearCredential() - Method in class javax.security.enterprise.credential.AbstractClearableCredential
-
Invokes the specific subclass to securely clear the credential value.
- clearCredential() - Method in class javax.security.enterprise.credential.UsernamePasswordCredential
-
- clearProperties() - Method in interface javax.jms.JMSProducer
-
Clears any message properties set on this JMSProducer
- clearProperties() - Method in interface javax.jms.Message
-
Clears a message's properties.
- clearWarnings() - Method in interface javax.resource.cci.Interaction
-
Clears all the warning reported by this Interaction instance.
- Client - Interface in javax.ws.rs.client
-
Client is the main entry point to the fluent API used to build and execute client
requests in order to consume responses returned.
- CLIENT_ACKNOWLEDGE - Static variable in interface javax.jms.JMSContext
-
With this session mode, the client acknowledges a consumed message by calling the message's acknowledge
method.
- CLIENT_ACKNOWLEDGE - Static variable in interface javax.jms.Session
-
With this acknowledgment mode, the client acknowledges a consumed message by calling the message's
acknowledge
method.
- CLIENT_CERT_AUTH - Static variable in interface javax.servlet.http.HttpServletRequest
-
String identifier for Client Certificate authentication.
- CLIENT_CERT_AUTH - Static variable in interface javax.ws.rs.core.SecurityContext
-
String identifier for Client Certificate authentication.
- ClientBuilder - Class in javax.ws.rs.client
-
Main entry point to the client API used to bootstrap
Client
instances.
- ClientBuilder() - Constructor for class javax.ws.rs.client.ClientBuilder
-
Allows custom implementations to extend the ClientBuilder
class.
- ClientEndpoint - Annotation Type in javax.websocket
-
The ClientEndpoint annotation a class level annotation is used to denote that a POJO is a web socket client and can
be deployed as such.
- ClientEndpointConfig - Interface in javax.websocket
-
The ClientEndpointConfig is a special kind of endpoint configuration object that contains web socket configuration
information specific only to client endpoints.
- ClientEndpointConfig.Builder - Class in javax.websocket
-
The ClientEndpointConfig.Builder is a class used for creating
ClientEndpointConfig
objects for the
purposes of deploying a client endpoint.
- ClientEndpointConfig.Configurator - Class in javax.websocket
-
The Configurator class may be extended by developers who want to provide custom configuration algorithms, such as
intercepting the opening handshake, or providing arbitrary methods and algorithms that can be accessed from each
endpoint instance configured with this configurator.
- ClientErrorException - Exception in javax.ws.rs
-
A base runtime application exception indicating a client request error
(HTTP 4xx
status codes).
- ClientErrorException(Response.Status) - Constructor for exception javax.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(String, Response.Status) - Constructor for exception javax.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(int) - Constructor for exception javax.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(String, int) - Constructor for exception javax.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(Response) - Constructor for exception javax.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(String, Response) - Constructor for exception javax.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(Response.Status, Throwable) - Constructor for exception javax.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(String, Response.Status, Throwable) - Constructor for exception javax.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(int, Throwable) - Constructor for exception javax.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(String, int, Throwable) - Constructor for exception javax.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(Response, Throwable) - Constructor for exception javax.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(String, Response, Throwable) - Constructor for exception javax.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientRequestContext - Interface in javax.ws.rs.client
-
Client request filter context.
- ClientRequestFilter - Interface in javax.ws.rs.client
-
An extension interface implemented by client request filters.
- ClientResponseContext - Interface in javax.ws.rs.client
-
Client response filter context.
- ClientResponseFilter - Interface in javax.ws.rs.client
-
An extension interface implemented by client response filters.
- clone() - Method in interface javax.resource.cci.Record
-
Creates and returns a copy of this object.
- clone() - Method in class javax.servlet.http.Cookie
-
Overrides the standard java.lang.Object.clone
method to return a copy of this Cookie.
- clone() - Method in class javax.ws.rs.core.Response.ResponseBuilder
- clone() - Method in class javax.ws.rs.core.UriBuilder
-
Create a copy of the UriBuilder preserving its state.
- close() - Method in interface javax.jms.Connection
-
Closes the connection.
- close() - Method in interface javax.jms.ConnectionConsumer
-
Closes the connection consumer.
- close() - Method in interface javax.jms.JMSConsumer
-
Closes the JMSConsumer
.
- close() - Method in interface javax.jms.JMSContext
-
Closes the JMSContext
- close() - Method in interface javax.jms.MessageConsumer
-
Closes the message consumer.
- close() - Method in interface javax.jms.MessageProducer
-
Closes the message producer.
- close() - Method in interface javax.jms.QueueBrowser
-
Closes the QueueBrowser
.
- close() - Method in class javax.jms.QueueRequestor
-
Closes the QueueRequestor
and its session.
- close() - Method in interface javax.jms.Session
-
Closes the session.
- close() - Method in class javax.jms.TopicRequestor
-
Closes the TopicRequestor
and its session.
- close() - Method in interface javax.json.JsonReader
-
Closes this reader and frees any resources associated with the
reader.
- close() - Method in interface javax.json.JsonWriter
-
- close() - Method in interface javax.json.stream.JsonGenerator
-
Closes this generator and frees any resources associated with it.
- close() - Method in interface javax.json.stream.JsonParser
-
Closes this parser and frees any resources associated with the
parser.
- close() - Method in interface javax.persistence.EntityManager
-
Close an application-managed entity manager.
- close() - Method in interface javax.persistence.EntityManagerFactory
-
Close the factory, releasing any resources that it holds.
- close() - Method in interface javax.resource.cci.Connection
-
Initiates close of the connection handle at the application level.
- close() - Method in interface javax.resource.cci.Interaction
-
Closes the current Interaction and release all the resources
held for this instance by the resource adapter.
- close() - Method in class javax.servlet.jsp.JspWriter
-
Close the stream, flushing it first.
- close() - Method in interface javax.websocket.Session
-
Close the current conversation with a normal status code and no reason phrase.
- close(CloseReason) - Method in interface javax.websocket.Session
-
Close the current conversation, giving a reason for the closure.
- close() - Method in interface javax.ws.rs.client.Client
-
Close client instance and all it's associated resources.
- close() - Method in class javax.ws.rs.core.Response
-
Close the underlying message entity input stream (if available and open)
as well as releases any other resources associated with the response
(e.g.
- close() - Method in interface javax.ws.rs.sse.SseBroadcaster
-
Close the broadcaster and all registered
SseEventSink
instances.
- close() - Method in interface javax.ws.rs.sse.SseEventSink
-
Close the
SseEventSink
instance and release all associated resources.
- close() - Method in interface javax.ws.rs.sse.SseEventSource
-
Close this event source.
- close(long, TimeUnit) - Method in interface javax.ws.rs.sse.SseEventSource
-
Close this event source and wait for the internal event processing task to complete
for up to the specified amount of wait time.
- close() - Method in interface javax.xml.registry.Connection
-
Closes a Connection when it is no longer needed.
- close() - Method in class javax.xml.soap.SOAPConnection
-
Closes this SOAPConnection
object.
- close(MessageContext) - Method in interface javax.xml.ws.handler.Handler
-
Called at the conclusion of a message exchange pattern just prior to
the JAX-WS runtime dispatching a message, fault or exception.
- close() - Method in class javax.xml.ws.spi.http.HttpExchange
-
This must be called to end an exchange.
- CloseReason - Class in javax.websocket
-
A class encapsulating the reason why a web socket has been closed, or why it is being asked to close.
- CloseReason(CloseReason.CloseCode, String) - Constructor for class javax.websocket.CloseReason
-
Creates a reason for closing a web socket connection with the given code and reason phrase.
- CloseReason.CloseCode - Interface in javax.websocket
-
A marker interface for the close codes.
- CloseReason.CloseCodes - Enum in javax.websocket
-
An Enumeration of status codes for a web socket close that are defined in the specification.
- coalesce(Expression<? extends Y>, Expression<? extends Y>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create an expression that returns null if all its arguments
evaluate to null, and the value of the first non-null argument
otherwise.
- coalesce(Expression<? extends Y>, Y) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create an expression that returns null if all its arguments
evaluate to null, and the value of the first non-null argument
otherwise.
- coalesce() - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create a coalesce expression.
- CollapsedStringAdapter - Class in javax.xml.bind.annotation.adapters
-
Built-in
XmlAdapter
to handle
xs:token
and its derived types.
- CollapsedStringAdapter() - Constructor for class javax.xml.bind.annotation.adapters.CollapsedStringAdapter
-
- CollectionAttribute<X,E> - Interface in javax.persistence.metamodel
-
Instances of the type CollectionAttribute
represent persistent
java.util.Collection
-valued attributes.
- CollectionJoin<Z,E> - Interface in javax.persistence.criteria
-
The CollectionJoin
interface is the type of the result of
joining to a collection over an association or element
collection that has been specified as a java.util.Collection
.
- CollectionTable - Annotation Type in javax.persistence
-
Specifies the table that is used for the mapping of
collections of basic or embeddable types.
- Column - Annotation Type in javax.persistence
-
Specifies the mapped column for a persistent property or field.
- ColumnResult - Annotation Type in javax.persistence
-
- COMBINE_CLASSIFICATIONS - Static variable in interface javax.xml.registry.FindQualifier
-
Maps to UDDI combineCategoryBags.
- comment(String) - Method in interface javax.ws.rs.sse.OutboundSseEvent.Builder
-
Set comment string associated with the event.
- CommException - Exception in javax.resource.spi
-
This indicates errors related to failed or interrupted
communication with an EIS instance.
- CommException() - Constructor for exception javax.resource.spi.CommException
-
Constructs a new instance with null as its detail message.
- CommException(String) - Constructor for exception javax.resource.spi.CommException
-
Constructs a new instance with the specified detail message.
- CommException(Throwable) - Constructor for exception javax.resource.spi.CommException
-
Constructs a new throwable with the specified cause.
- CommException(String, Throwable) - Constructor for exception javax.resource.spi.CommException
-
Constructs a new throwable with the specified detail message and cause.
- CommException(String, String) - Constructor for exception javax.resource.spi.CommException
-
Constructs a new throwable with the specified detail message and
an error code.
- commit() - Method in interface javax.jms.JMSContext
-
Commits all messages done in this transaction and releases any locks currently held.
- commit() - Method in interface javax.jms.Session
-
Commits all messages done in this transaction and releases any locks currently held.
- commit() - Method in interface javax.jms.XAJMSContext
-
Throws a TransactionInProgressRuntimeException
, since it should not be called for an XAJMSContext
object.
- commit() - Method in interface javax.jms.XASession
-
Throws a TransactionInProgressException
, since it should not be called for an XASession
object.
- commit() - Method in interface javax.persistence.EntityTransaction
-
Commit the current resource transaction, writing any
unflushed changes to the database.
- commit() - Method in interface javax.resource.cci.LocalTransaction
-
Commits the current local transaction and release all locks held
by the underlying EIS instance.
- commit() - Method in interface javax.resource.spi.LocalTransaction
-
Commit a local transaction
- commit(Xid, boolean) - Method in interface javax.resource.spi.XATerminator
-
Commits the global transaction specified by xid.
- commit() - Method in interface javax.transaction.Transaction
-
Complete the transaction represented by this Transaction object.
- commit() - Method in interface javax.transaction.TransactionManager
-
Complete the transaction associated with the current thread.
- commit() - Method in interface javax.transaction.UserTransaction
-
Complete the transaction associated with the current thread.
- CommonAbstractCriteria - Interface in javax.persistence.criteria
-
The CommonAbstractCriteria
interface defines functionality
that is common to both top-level criteria queries and subqueries as
well as to update and delete criteria operations.
- compareTo(String) - Method in class javax.security.enterprise.credential.Password
-
- compareTo(String, String) - Method in class javax.security.enterprise.credential.UsernamePasswordCredential
-
- complete() - Method in interface javax.servlet.AsyncContext
-
Completes the asynchronous operation that was started on the request that was used to initialze this
AsyncContext, closing the response that was used to initialize this AsyncContext.
- completed(RESPONSE) - Method in interface javax.ws.rs.client.InvocationCallback
-
Called when the invocation was successfully completed.
- CompletionCallback - Interface in javax.ws.rs.container
-
A request processing callback that receives request processing completion events.
- CompletionListener - Interface in javax.jms
-
A CompletionListener
is implemented by the application and may be specified when a message is sent
asynchronously.
- CompletionStageRxInvoker - Interface in javax.ws.rs.client
-
Reactive invoker based CompletionStage
.
- CompoundSelection<X> - Interface in javax.persistence.criteria
-
The CompoundSelection
interface defines a compound selection item
(tuple, array, or result of constructor).
- concat(Expression<String>, Expression<String>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create an expression for string concatenation.
- concat(Expression<String>, String) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create an expression for string concatenation.
- concat(String, Expression<String>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create an expression for string concatenation.
- Concept - Interface in javax.xml.registry.infomodel
-
The Concept interface is used to represent taxonomy elements and their structural relationship with each other in order to describe an internal taxonomy.
- CONCEPT - Static variable in interface javax.xml.registry.LifeCycleManager
-
Constant representing the javax.xml.registry.infomodel.Concept interface.
- condition() - Method in class javax.servlet.jsp.jstl.core.ConditionalTagSupport
-
Subclasses implement this method to compute the boolean result
of the conditional action.
- ConditionalTagSupport - Class in javax.servlet.jsp.jstl.core
-
Abstract class that facilitates implementation of conditional actions
where the boolean result is exposed as a JSP scoped variable.
- ConditionalTagSupport() - Constructor for class javax.servlet.jsp.jstl.core.ConditionalTagSupport
-
Base constructor to initialize local state.
- Config - Class in javax.servlet.jsp.jstl.core
-
Class supporting access to configuration settings.
- Config() - Constructor for class javax.servlet.jsp.jstl.core.Config
-
- CONFIG - Static variable in class javax.servlet.jsp.PageContext
-
Name used to store ServletConfig in PageContext name table.
- ConfigProperty - Annotation Type in javax.resource.spi
-
Designates a JavaBean property as a configuration property
- Configurable<C extends Configurable> - Interface in javax.ws.rs.core
-
Represents a client or server-side configurable context.
- Configuration - Interface in javax.ws.rs.core
-
A configuration state associated with a
configurable
context.
- configurator(ClientEndpointConfig.Configurator) - Method in class javax.websocket.ClientEndpointConfig.Builder
-
Sets the configurator object for the configuration this builder will build.
- Configurator() - Constructor for class javax.websocket.ClientEndpointConfig.Configurator
-
- configurator(ServerEndpointConfig.Configurator) - Method in class javax.websocket.server.ServerEndpointConfig.Builder
-
Sets the custom configurator to use on the configuration object built by this builder.
- Configurator() - Constructor for class javax.websocket.server.ServerEndpointConfig.Configurator
-
- configure(ResourceInfo, FeatureContext) - Method in interface javax.ws.rs.container.DynamicFeature
-
- configure(FeatureContext) - Method in interface javax.ws.rs.core.Feature
-
A call-back method called when the feature is to be enabled in a given
runtime configuration scope.
- confirmAssociation(Association) - Method in interface javax.xml.registry.BusinessLifeCycleManager
-
Confirms this Association by the User associated with the caller.
- conjunction() - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create a conjunction (with zero conjuncts).
- Connection - Interface in javax.jms
-
A Connection
object is a client's active connection to its Jakarta Messaging provider.
- Connection - Interface in javax.resource.cci
-
A Connection represents an application-level handle that is used
by a client to access the underlying physical connection.
- Connection - Interface in javax.xml.registry
-
This class represents a connection between a Jakarta XML Registries client and a
Jakarta XML Registries provider.
- CONNECTION_CLOSED - Static variable in class javax.resource.spi.ConnectionEvent
-
Event notification that an application component has closed the
connection
- CONNECTION_ERROR_OCCURRED - Static variable in class javax.resource.spi.ConnectionEvent
-
Event notification that an error occurred on the connection.
- ConnectionCallback - Interface in javax.ws.rs.container
-
Asynchronous request processing lifecycle callback that receives connection
related
asynchronous response
lifecycle events.
- connectionClosed(ConnectionEvent) - Method in interface javax.resource.spi.ConnectionEventListener
-
Notifies that an application component has closed the connection.
- ConnectionConsumer - Interface in javax.jms
-
For application servers, Connection
objects provide a special facility for creating a
ConnectionConsumer
(optional).
- ConnectionDefinition - Annotation Type in javax.resource.spi
-
Defines a set of connection interfaces and classes pertaining to a particular
connection type.
- ConnectionDefinitions - Annotation Type in javax.resource.spi
-
Defines a set of connection definitions that the JavaBean, that has been
annotated with this annotation, is a part of.
- connectionErrorOccurred(ConnectionEvent) - Method in interface javax.resource.spi.ConnectionEventListener
-
Notifies a connection related error.
- ConnectionEvent - Class in javax.resource.spi
-
The ConnectionEvent class provides information about the source of
a connection related event.A ConnectionEvent instance contains the
following information:
Type of the connection event
ManagedConnection instance that generated the connection event.
- ConnectionEvent(ManagedConnection, int) - Constructor for class javax.resource.spi.ConnectionEvent
-
Construct a ConnectionEvent object.
- ConnectionEvent(ManagedConnection, int, Exception) - Constructor for class javax.resource.spi.ConnectionEvent
-
Construct a ConnectionEvent object.
- ConnectionEventListener - Interface in javax.resource.spi
-
The ConnectionEventListener
interface provides an event
callback mechanism to enable an application server to receive
notifications from a ManagedConnection
instance.
- ConnectionFactory - Interface in javax.jms
-
A ConnectionFactory
object encapsulates a set of connection configuration parameters that has been defined by
an administrator.
- ConnectionFactory - Interface in javax.resource.cci
-
ConnectionFactory
provides an interface for getting
connection to an EIS instance.
- ConnectionFactory - Class in javax.xml.registry
-
This is the abstract base class for factory classes for creating a Jakarta XML Registries connection.
- ConnectionFactory() - Constructor for class javax.xml.registry.ConnectionFactory
-
- ConnectionFactoryDefinition - Annotation Type in javax.resource
-
Annotation used to define a Connector Connection Factory resource to be
registered in JNDI.
- ConnectionFactoryDefinitions - Annotation Type in javax.resource
-
Declares one or more ConnectionFactoryDefinition
annotations.
- ConnectionManager - Interface in javax.resource.spi
-
ConnectionManager interface provides a hook for the resource adapter to
pass a connection request to the application server.
- ConnectionMetaData - Interface in javax.jms
-
A ConnectionMetaData
object provides information describing the Connection
object.
- ConnectionMetaData - Interface in javax.resource.cci
-
The interface ConnectionMetaData
provides information
about an EIS instance connected through a Connection instance.
- ConnectionRequestInfo - Interface in javax.resource.spi
-
The ConnectionRequestInfo interface enables a resource adapter to
pass its own request specific data structure across the connection
request flow.
- ConnectionSpec - Interface in javax.resource.cci
-
ConnectionSpec is used by an application component to pass
connection request-specific properties to the ConnectionFactory.
- Connector - Annotation Type in javax.resource.spi
-
The Connector
annotation is a component-defining annotation and
it can be used by the resource adapter developer to specify that the JavaBean
is a resource adapter JavaBean.
- connectTimeout(long, TimeUnit) - Method in class javax.ws.rs.client.ClientBuilder
-
Set the connect timeout.
- connectToServer(Object, URI) - Method in interface javax.websocket.WebSocketContainer
-
Connect the supplied annotated endpoint instance to its server.
- connectToServer(Class<?>, URI) - Method in interface javax.websocket.WebSocketContainer
-
Connect the supplied annotated endpoint to its server.
- connectToServer(Endpoint, ClientEndpointConfig, URI) - Method in interface javax.websocket.WebSocketContainer
-
Connect the supplied programmatic client endpoint instance to its server with the given configuration.
- connectToServer(Class<? extends Endpoint>, ClientEndpointConfig, URI) - Method in interface javax.websocket.WebSocketContainer
-
Connect the supplied programmatic endpoint to its server with the given configuration.
- ConstrainedTo - Annotation Type in javax.ws.rs
-
Indicates the run-time context in which an annotated provider
is applicable.
- ConstraintMode - Enum in javax.persistence
-
Used to control the application of a constraint.
- construct(Class<Y>, Selection<?>...) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create a selection item corresponding to a constructor.
- ConstructorResult - Annotation Type in javax.persistence
-
Used in conjunction with the
SqlResultSetMapping
annotation to map the SELECT
clause of a SQL query to a constructor.
- Consumes - Annotation Type in javax.ws.rs
-
Defines the media types that the methods of a resource class or
MessageBodyReader
can accept.
- ContainerProvider - Class in javax.websocket
-
Provider class that allows the developer to get a reference to the implementation of the WebSocketContainer.
- ContainerProvider() - Constructor for class javax.websocket.ContainerProvider
-
- ContainerRequestContext - Interface in javax.ws.rs.container
-
Container request filter context.
- ContainerRequestFilter - Interface in javax.ws.rs.container
-
An extension interface implemented by container request filters.
- ContainerResponseContext - Interface in javax.ws.rs.container
-
Container response filter context.
- ContainerResponseFilter - Interface in javax.ws.rs.container
-
An extension interface implemented by container response filters.
- contains(Class, Object) - Method in interface javax.persistence.Cache
-
Whether the cache contains data for the given entity.
- contains(Object) - Method in interface javax.persistence.EntityManager
-
Check if the instance is a managed entity instance belonging
to the current persistence context.
- containsHeader(String) - Method in interface javax.servlet.http.HttpServletResponse
-
Returns a boolean indicating whether the named response header has already been set.
- containsHeader(String) - Method in class javax.servlet.http.HttpServletResponseWrapper
-
The default behavior of this method is to call containsHeader(String name) on the wrapped response object.
- containsKey(Object) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
-
- containsProperty(String) - Method in interface javax.xml.rpc.handler.MessageContext
-
Returns true if the MessageContext
contains a property
with the specified name.
- containsValue(JsonStructure) - Method in interface javax.json.JsonPointer
-
Returns true
if there is a value at the referenced location in the specified target
.
- containsValue(Object) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
-
- CONTENT_DISPOSITION - Static variable in interface javax.ws.rs.core.HttpHeaders
-
- CONTENT_ENCODING - Static variable in interface javax.ws.rs.core.HttpHeaders
-
- CONTENT_ID - Static variable in interface javax.ws.rs.core.HttpHeaders
-
- CONTENT_LANGUAGE - Static variable in interface javax.ws.rs.core.HttpHeaders
-
- CONTENT_LENGTH - Static variable in interface javax.ws.rs.core.HttpHeaders
-
- CONTENT_LOCATION - Static variable in interface javax.ws.rs.core.HttpHeaders
-
- CONTENT_TYPE - Static variable in interface javax.ws.rs.core.HttpHeaders
-
- contentLocation(URI) - Method in class javax.ws.rs.core.Response.ResponseBuilder
-
Set the content location.
- Context - Annotation Type in javax.ws.rs.core
-
This annotation is used to inject information into a class
field, bean property or method parameter.
- CONTEXT_SETUP_FAILED - Static variable in class javax.resource.spi.work.WorkContextErrorCodes
-
Indicates a failure in recreating the WorkContext
instance.
- CONTEXT_SETUP_UNSUPPORTED - Static variable in class javax.resource.spi.work.WorkContextErrorCodes
-
Indicates that the container cannot support recreating the
WorkContext
instance.
- contextDestroyed(ServletContextEvent) - Method in interface javax.servlet.ServletContextListener
-
Receives notification that the ServletContext is about to be shut down.
- contextInitialized(ServletContextEvent) - Method in interface javax.servlet.ServletContextListener
-
Receives notification that the web application initialization process is starting.
- ContextResolver<T> - Interface in javax.ws.rs.ext
-
Contract for a provider that supplies context information to resource
classes and other providers.
- ContextService - Interface in javax.enterprise.concurrent
-
The ContextService provides methods for creating dynamic proxy objects
(as defined by java.lang.reflect.Proxy
) with
the addition of context typically associated with applications executing in a
Jakarta™ EE environment.
- contextSetupComplete() - Method in interface javax.resource.spi.work.WorkContextLifecycleListener
-
Invoked when the WorkContext
instance was successfully set
as the execution context for the Work
instance.
- contextSetupFailed(String) - Method in interface javax.resource.spi.work.WorkContextLifecycleListener
-
Invoked when the WorkContext
instance was set as the
execution context for the Work
instance it was associated
with.
- Convert - Annotation Type in javax.persistence
-
Specifies the conversion of a Basic field or property.
- Converter - Annotation Type in javax.persistence
-
Specifies that the annotated class is a converter and defines its
scope.
- Converts - Annotation Type in javax.persistence
-
Used to group Convert
annotations.
- convertToDatabaseColumn(X) - Method in interface javax.persistence.AttributeConverter
-
Converts the value stored in the entity attribute into the
data representation to be stored in the database.
- convertToEntityAttribute(Y) - Method in interface javax.persistence.AttributeConverter
-
Converts the data stored in the database column into the
value to be stored in the entity attribute.
- Cookie - Class in javax.servlet.http
-
Creates a cookie, a small amount of information sent by a servlet to a Web browser, saved by the browser, and later
sent back to the server.
- Cookie(String, String) - Constructor for class javax.servlet.http.Cookie
-
Constructs a cookie with the specified name and value.
- cookie(Cookie) - Method in interface javax.ws.rs.client.Invocation.Builder
-
Add a cookie to be set.
- cookie(String, String) - Method in interface javax.ws.rs.client.Invocation.Builder
-
Add a cookie to be set.
- Cookie - Class in javax.ws.rs.core
-
Represents the value of a HTTP cookie, transferred in a request.
- Cookie(String, String, String, String, int) - Constructor for class javax.ws.rs.core.Cookie
-
Create a new instance.
- Cookie(String, String, String, String) - Constructor for class javax.ws.rs.core.Cookie
-
Create a new instance.
- Cookie(String, String) - Constructor for class javax.ws.rs.core.Cookie
-
Create a new instance.
- COOKIE - Static variable in interface javax.ws.rs.core.HttpHeaders
-
- cookie(NewCookie...) - Method in class javax.ws.rs.core.Response.ResponseBuilder
-
Add cookies to the response message.
- CookieParam - Annotation Type in javax.ws.rs
-
Binds the value of a HTTP cookie to a resource method parameter,
resource class field, or resource class bean property.
- copy(String, String) - Method in interface javax.json.JsonPatchBuilder
-
Adds a "copy" JSON Patch operation.
- correlate(Root<Y>) - Method in interface javax.persistence.criteria.Subquery
-
Create a subquery root correlated to a root of the
enclosing query.
- correlate(Join<X, Y>) - Method in interface javax.persistence.criteria.Subquery
-
Create a subquery join object correlated to a join object
of the enclosing query.
- correlate(CollectionJoin<X, Y>) - Method in interface javax.persistence.criteria.Subquery
-
Create a subquery collection join object correlated to a
collection join object of the enclosing query.
- correlate(SetJoin<X, Y>) - Method in interface javax.persistence.criteria.Subquery
-
Create a subquery set join object correlated to a set join
object of the enclosing query.
- correlate(ListJoin<X, Y>) - Method in interface javax.persistence.criteria.Subquery
-
Create a subquery list join object correlated to a list join
object of the enclosing query.
- correlate(MapJoin<X, K, V>) - Method in interface javax.persistence.criteria.Subquery
-
Create a subquery map join object correlated to a map join
object of the enclosing query.
- count(Expression<?>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create an aggregate expression applying the count operation.
- countAttachments() - Method in class javax.xml.soap.SOAPMessage
-
Gets a count of the number of attachments in this message.
- countDistinct(Expression<?>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create an aggregate expression applying the count distinct
operation.
- CountStatistic - Interface in javax.management.j2ee.statistics
-
Specifies standard count measurements.
- create() - Static method in interface javax.json.bind.JsonbBuilder
-
- create(JsonbConfig) - Static method in interface javax.json.bind.JsonbBuilder
-
Create a new
Jsonb
instance using the default
JsonbBuilder
implementation provided as returned from
JsonbProvider.provider()
method, configured
with provided configuration.
- create() - Method in class javax.json.bind.spi.JsonbProvider
-
- create() - Method in interface javax.management.j2ee.ManagementHome
-
Creates an MEJB session object which provides access to the Jakarta Management Model
- create() - Static method in class javax.websocket.ClientEndpointConfig.Builder
-
Creates a new builder object with no subprotocols, extensions, encoders, decoders and a null
configurator.
- create(Class<?>, String) - Static method in class javax.websocket.server.ServerEndpointConfig.Builder
-
Creates the builder with the mandatory information of the endpoint class (programmatic or annotated), the
relative URI or URI-template to use, and with no subprotocols, extensions, encoders, decoders or custom
configurator.
- create(Name) - Method in class javax.xml.soap.SOAPElementFactory
-
- create(String) - Method in class javax.xml.soap.SOAPElementFactory
-
- create(String, String, String) - Method in class javax.xml.soap.SOAPElementFactory
-
- create(Object) - Static method in class javax.xml.ws.Endpoint
-
Creates an endpoint with the specified implementor object.
- create(Object, WebServiceFeature...) - Static method in class javax.xml.ws.Endpoint
-
Creates an endpoint with the specified implementor object and web
service features.
- create(String, Object) - Static method in class javax.xml.ws.Endpoint
-
Creates an endpoint with the specified binding type and
implementor object.
- create(String, Object, WebServiceFeature...) - Static method in class javax.xml.ws.Endpoint
-
Creates an endpoint with the specified binding type,
implementor object, and web service features.
- create(URL, QName) - Static method in class javax.xml.ws.Service
-
Creates a Service
instance.
- create(URL, QName, WebServiceFeature...) - Static method in class javax.xml.ws.Service
-
Creates a Service
instance.
- create(QName) - Static method in class javax.xml.ws.Service
-
Creates a Service
instance.
- create(QName, WebServiceFeature...) - Static method in class javax.xml.ws.Service
-
Creates a Service
instance.
- createAndPublishEndpoint(String, Object) - Method in class javax.xml.ws.spi.Provider
-
Creates and publishes an endpoint object with the specified
address and implementation object.
- createAndPublishEndpoint(String, Object, WebServiceFeature...) - Method in class javax.xml.ws.spi.Provider
-
Creates and publishes an endpoint object with the specified
address, implementation object and web service features.
- createArrayBuilder() - Static method in class javax.json.Json
-
Creates a JSON array builder
- createArrayBuilder(JsonArray) - Static method in class javax.json.Json
-
Creates a JSON array builder, initialized with the specified array
- createArrayBuilder(Collection<?>) - Static method in class javax.json.Json
-
Creates a JSON array builder, initialized with the content of specified collection
.
- createArrayBuilder() - Method in interface javax.json.JsonBuilderFactory
-
Creates a
JsonArrayBuilder
instance that is used to build
JsonArray
- createArrayBuilder(JsonArray) - Method in interface javax.json.JsonBuilderFactory
-
Creates a JsonArrayBuilder
instance, initialized with an array.
- createArrayBuilder(Collection<?>) - Method in interface javax.json.JsonBuilderFactory
-
Creates a JsonArrayBuilder
instance,
initialized with the content of specified collection.
- createArrayBuilder() - Method in class javax.json.spi.JsonProvider
-
Creates a JSON array builder.
- createArrayBuilder(JsonArray) - Method in class javax.json.spi.JsonProvider
-
Creates a JSON array builder, initialized with the specified array.
- createArrayBuilder(Collection<?>) - Method in class javax.json.spi.JsonProvider
-
Creates a JSON array builder, initialized with the content of specified collection
.
- createAssociation(RegistryObject, Concept) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates an Association instance using the specified
parameters.
- createAttachmentPart() - Method in class javax.xml.soap.SOAPMessage
-
Creates a new empty AttachmentPart
object.
- createAttachmentPart(DataHandler) - Method in class javax.xml.soap.SOAPMessage
-
Creates an AttachmentPart
object and populates it using
the given DataHandler
object.
- createAttachmentPart(Object, String) - Method in class javax.xml.soap.SOAPMessage
-
Creates an AttachmentPart
object and populates it with
the specified data of the specified content type.
- createBinder(Class<T>) - Method in class javax.xml.bind.JAXBContext
-
Creates a Binder
object that can be used for
associative/in-place unmarshalling/marshalling.
- createBinder() - Method in class javax.xml.bind.JAXBContext
-
Creates a Binder
for W3C DOM.
- createBrowser(Queue) - Method in interface javax.jms.JMSContext
-
Creates a QueueBrowser
object to peek at the messages on the specified queue.
- createBrowser(Queue, String) - Method in interface javax.jms.JMSContext
-
Creates a QueueBrowser
object to peek at the messages on the specified queue using a message selector.
- createBrowser(Queue) - Method in interface javax.jms.QueueSession
-
Creates a QueueBrowser
object to peek at the messages on the specified queue.
- createBrowser(Queue, String) - Method in interface javax.jms.QueueSession
-
Creates a QueueBrowser
object to peek at the messages on the specified queue using a message selector.
- createBrowser(Queue) - Method in interface javax.jms.Session
-
Creates a QueueBrowser
object to peek at the messages on the specified queue.
- createBrowser(Queue, String) - Method in interface javax.jms.Session
-
Creates a QueueBrowser
object to peek at the messages on the specified queue using a message selector.
- createBuilderFactory(Map<String, ?>) - Static method in class javax.json.Json
-
- createBuilderFactory(Map<String, ?>) - Method in class javax.json.spi.JsonProvider
-
- createBytesMessage() - Method in interface javax.jms.JMSContext
-
Creates a BytesMessage
object.
- createBytesMessage() - Method in interface javax.jms.Session
-
Creates a BytesMessage
object.
- createCall(QName) - Method in interface javax.xml.rpc.Service
-
Creates a Call
instance.
- createCall(QName, QName) - Method in interface javax.xml.rpc.Service
-
Creates a Call
instance.
- createCall(QName, String) - Method in interface javax.xml.rpc.Service
-
Creates a Call
instance.
- createCall() - Method in interface javax.xml.rpc.Service
-
Creates a Call
object not associated with
specific operation or target service endpoint.
- createClassification(ClassificationScheme, String, String) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates a Classification instance for an external
Classification using the specified String name and String value that identify
a taxonomy element within the specified ClassificationScheme.
- createClassification(ClassificationScheme, InternationalString, String) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates a Classification instance for an external
Classification using the specified InternationalString name and String value that identify
a taxonomy element within the specified ClassificationScheme.
- createClassification(Concept) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates a Classification instance for an internal
Classification using the specified Concept that identifies
a taxonomy element within an internal ClassificationScheme.
- createClassificationScheme(String, String) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates a ClassificationScheme given the specified String parameters.
- createClassificationScheme(InternationalString, InternationalString) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates a ClassificationScheme given the specified
InternationalString parameters.
- createClassificationScheme(Concept) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates a ClassificationScheme from a Concept that has no
ClassificationScheme or parent Concept.
- createConcept(RegistryObject, String, String) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates a Concept instance using the specified
parameters, where the name is a String.
- createConcept(RegistryObject, InternationalString, String) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates a Concept instance using the specified
parameters, where the name is an InternationalString.
- createConnection() - Method in interface javax.jms.ConnectionFactory
-
Creates a connection with the default user identity.
- createConnection(String, String) - Method in interface javax.jms.ConnectionFactory
-
Creates a connection with the specified user identity.
- createConnection() - Method in class javax.xml.registry.ConnectionFactory
-
Create a named connection.
- createConnection() - Method in class javax.xml.soap.SOAPConnectionFactory
-
Create a new SOAPConnection
.
- createConnectionConsumer(Destination, String, ServerSessionPool, int) - Method in interface javax.jms.Connection
-
Creates a connection consumer for this connection (optional operation) on the specific destination.
- createConnectionConsumer(Queue, String, ServerSessionPool, int) - Method in interface javax.jms.QueueConnection
-
Creates a connection consumer for this connection (optional operation).
- createConnectionConsumer(Topic, String, ServerSessionPool, int) - Method in interface javax.jms.TopicConnection
-
Creates a connection consumer for this connection (optional operation).
- createConnectionFactory(ConnectionManager) - Method in interface javax.resource.spi.ManagedConnectionFactory
-
Creates a Connection Factory instance.
- createConnectionFactory() - Method in interface javax.resource.spi.ManagedConnectionFactory
-
Creates a Connection Factory instance.
- createConsumer(Destination) - Method in interface javax.jms.JMSContext
-
Creates a JMSConsumer
for the specified destination.
- createConsumer(Destination, String) - Method in interface javax.jms.JMSContext
-
Creates a JMSConsumer
for the specified destination, using a message selector.
- createConsumer(Destination, String, boolean) - Method in interface javax.jms.JMSContext
-
Creates a JMSConsumer
for the specified destination, specifying a message selector and the noLocal
parameter.
- createConsumer(Destination) - Method in interface javax.jms.Session
-
Creates a MessageConsumer
for the specified destination.
- createConsumer(Destination, String) - Method in interface javax.jms.Session
-
Creates a MessageConsumer
for the specified destination, using a message selector.
- createConsumer(Destination, String, boolean) - Method in interface javax.jms.Session
-
Creates a MessageConsumer
for the specified destination, specifying a message selector and the
noLocal
parameter.
- createContainerEntityManagerFactory(PersistenceUnitInfo, Map) - Method in interface javax.persistence.spi.PersistenceProvider
-
Called by the container when an EntityManagerFactory
is to be created.
- createContext() - Method in interface javax.jms.ConnectionFactory
-
Creates a JMSContext with the default user identity and an unspecified sessionMode.
- createContext(String, String) - Method in interface javax.jms.ConnectionFactory
-
Creates a JMSContext with the specified user identity and an unspecified sessionMode.
- createContext(String, String, int) - Method in interface javax.jms.ConnectionFactory
-
Creates a JMSContext with the specified user identity and the specified session mode.
- createContext(int) - Method in interface javax.jms.ConnectionFactory
-
Creates a JMSContext with the default user identity and the specified session mode.
- createContext(int) - Method in interface javax.jms.JMSContext
-
Creates a new JMSContext
with the specified session mode using the same connection as this JMSContext
and creating a new session.
- createContext(Class<?>[], Map<String, ?>) - Method in interface javax.xml.bind.JAXBContextFactory
-
Create a new instance of a JAXBContext
class.
- createContext(String, ClassLoader, Map<String, ?>) - Method in interface javax.xml.bind.JAXBContextFactory
-
Create a new instance of a JAXBContext
class.
- createContextualProxy(T, Class<T>) - Method in interface javax.enterprise.concurrent.ContextService
-
Creates a new contextual object proxy for the input object instance.
- createContextualProxy(Object, Class<?>...) - Method in interface javax.enterprise.concurrent.ContextService
-
Creates a new contextual object proxy for the input object instance.
- createContextualProxy(T, Map<String, String>, Class<T>) - Method in interface javax.enterprise.concurrent.ContextService
-
Creates a new contextual object proxy for the input object instance.
- createContextualProxy(Object, Map<String, String>, Class<?>...) - Method in interface javax.enterprise.concurrent.ContextService
-
Creates a new contextual object proxy for the input object instance.
- createCriteriaDelete(Class<T>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create a CriteriaDelete
query object to perform a bulk delete operation.
- createCriteriaUpdate(Class<T>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create a CriteriaUpdate
query object to perform a bulk update operation.
- created(URI) - Static method in class javax.ws.rs.core.Response
-
Create a new ResponseBuilder for a created resource, set the location
header using the supplied value.
- createDetail() - Method in class javax.xml.soap.SOAPFactory
-
Creates a new Detail
object which serves as a container
for DetailEntry
objects.
- createDiff(JsonStructure, JsonStructure) - Static method in class javax.json.Json
-
Generates a JSON Patch (
RFC 6902)
from the source and target
JsonStructure
.
- createDiff(JsonStructure, JsonStructure) - Method in class javax.json.spi.JsonProvider
-
Generates a JSON Patch (
RFC 6902)
from the source and target
JsonStructure
.
- createDispatch(QName, Class<T>, Service.Mode) - Method in class javax.xml.ws.Service
-
Creates a Dispatch
instance for use with objects of
the client's choosing.
- createDispatch(QName, Class<T>, Service.Mode, WebServiceFeature...) - Method in class javax.xml.ws.Service
-
Creates a Dispatch
instance for use with objects of
the client's choosing.
- createDispatch(EndpointReference, Class<T>, Service.Mode, WebServiceFeature...) - Method in class javax.xml.ws.Service
-
Creates a Dispatch
instance for use with objects of
the client's choosing.
- createDispatch(QName, JAXBContext, Service.Mode) - Method in class javax.xml.ws.Service
-
Creates a Dispatch
instance for use with JAXB
generated objects.
- createDispatch(QName, JAXBContext, Service.Mode, WebServiceFeature...) - Method in class javax.xml.ws.Service
-
Creates a Dispatch
instance for use with JAXB
generated objects.
- createDispatch(EndpointReference, JAXBContext, Service.Mode, WebServiceFeature...) - Method in class javax.xml.ws.Service
-
Creates a Dispatch
instance for use with JAXB
generated objects.
- createDispatch(QName, Class<T>, Service.Mode) - Method in class javax.xml.ws.spi.ServiceDelegate
-
Creates a Dispatch
instance for use with objects of
the user's choosing.
- createDispatch(QName, Class<T>, Service.Mode, WebServiceFeature...) - Method in class javax.xml.ws.spi.ServiceDelegate
-
Creates a Dispatch
instance for use with objects of
the user's choosing.
- createDispatch(EndpointReference, Class<T>, Service.Mode, WebServiceFeature...) - Method in class javax.xml.ws.spi.ServiceDelegate
-
Creates a Dispatch
instance for use with objects of
the user's choosing.
- createDispatch(QName, JAXBContext, Service.Mode) - Method in class javax.xml.ws.spi.ServiceDelegate
-
Creates a Dispatch
instance for use with JAXB
generated objects.
- createDispatch(QName, JAXBContext, Service.Mode, WebServiceFeature...) - Method in class javax.xml.ws.spi.ServiceDelegate
-
Creates a Dispatch
instance for use with JAXB
generated objects.
- createDispatch(EndpointReference, JAXBContext, Service.Mode, WebServiceFeature...) - Method in class javax.xml.ws.spi.ServiceDelegate
-
Creates a Dispatch
instance for use with JAXB
generated objects.
- createDurableConnectionConsumer(Topic, String, String, ServerSessionPool, int) - Method in interface javax.jms.Connection
-
Creates a connection consumer for this connection (optional operation) on the specific topic using an unshared
durable subscription with the specified name.
- createDurableConnectionConsumer(Topic, String, String, ServerSessionPool, int) - Method in interface javax.jms.TopicConnection
-
Create a durable connection consumer for this connection (optional operation).
- createDurableConsumer(Topic, String) - Method in interface javax.jms.JMSContext
-
Creates an unshared durable subscription on the specified topic (if one does not already exist) and creates a
consumer on that durable subscription.
- createDurableConsumer(Topic, String, String, boolean) - Method in interface javax.jms.JMSContext
-
Creates an unshared durable subscription on the specified topic (if one does not already exist), specifying a message
selector and the noLocal
parameter, and creates a consumer on that durable subscription.
- createDurableConsumer(Topic, String) - Method in interface javax.jms.Session
-
Creates an unshared durable subscription on the specified topic (if one does not already exist) and creates a
consumer on that durable subscription.
- createDurableConsumer(Topic, String, String, boolean) - Method in interface javax.jms.Session
-
Creates an unshared durable subscription on the specified topic (if one does not already exist), specifying a message
selector and the noLocal
parameter, and creates a consumer on that durable subscription.
- createDurableSubscriber(Topic, String) - Method in interface javax.jms.Session
-
Creates an unshared durable subscription on the specified topic (if one does not already exist) and creates a
consumer on that durable subscription.
- createDurableSubscriber(Topic, String, String, boolean) - Method in interface javax.jms.Session
-
Creates an unshared durable subscription on the specified topic (if one does not already exist), specifying a message
selector and the noLocal
parameter, and creates a consumer on that durable subscription.
- createDurableSubscriber(Topic, String) - Method in interface javax.jms.TopicSession
-
Creates an unshared durable subscription on the specified topic (if one does not already exist) and creates a
consumer on that durable subscription.
- createDurableSubscriber(Topic, String, String, boolean) - Method in interface javax.jms.TopicSession
-
Creates an unshared durable subscription on the specified topic (if one does not already exist), specifying a message
selector and the noLocal
parameter, and creates a consumer on that durable subscription.
- createElement(Element) - Method in class javax.xml.soap.SOAPFactory
-
Creates a SOAPElement
object from an existing DOM
Element
.
- createElement(Name) - Method in class javax.xml.soap.SOAPFactory
-
Creates a SOAPElement
object initialized with the
given Name
object.
- createElement(QName) - Method in class javax.xml.soap.SOAPFactory
-
Creates a SOAPElement
object initialized with the
given QName
object.
- createElement(String) - Method in class javax.xml.soap.SOAPFactory
-
Creates a SOAPElement
object initialized with the
given local name.
- createElement(String, String, String) - Method in class javax.xml.soap.SOAPFactory
-
Creates a new SOAPElement
object with the given
local name, prefix and uri.
- createEmailAddress(String) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates an EmailAddress instance using an address as the
parameter.
- createEmailAddress(String, String) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates an EmailAddress instance using both an address and a type as
parameters.
- createEndpoint(XAResource) - Method in interface javax.resource.spi.endpoint.MessageEndpointFactory
-
This is used to create a message endpoint.
- createEndpoint(XAResource, long) - Method in interface javax.resource.spi.endpoint.MessageEndpointFactory
-
This is used to create a message endpoint.
- createEndpoint(Application, Class<T>) - Method in class javax.ws.rs.ext.RuntimeDelegate
-
Create a configured instance of the supplied endpoint type.
- createEndpoint(String, Object) - Method in class javax.xml.ws.spi.Provider
-
Creates an endpoint object with the provided binding and implementation
object.
- createEndpoint(String, Object, WebServiceFeature...) - Method in class javax.xml.ws.spi.Provider
-
Creates an endpoint object with the provided binding, implementation
object and web service features.
- createEndpoint(String, Class<?>, Invoker, WebServiceFeature...) - Method in class javax.xml.ws.spi.Provider
-
Creates an endpoint object with the provided binding, implementation
class, invoker and web service features.
- createEntityGraph(Class<T>) - Method in interface javax.persistence.EntityManager
-
Return a mutable EntityGraph that can be used to dynamically create an
EntityGraph.
- createEntityGraph(String) - Method in interface javax.persistence.EntityManager
-
Return a mutable copy of the named EntityGraph.
- createEntityManager() - Method in interface javax.persistence.EntityManagerFactory
-
Create a new application-managed EntityManager
.
- createEntityManager(Map) - Method in interface javax.persistence.EntityManagerFactory
-
Create a new application-managed EntityManager
with the
specified Map of properties.
- createEntityManager(SynchronizationType) - Method in interface javax.persistence.EntityManagerFactory
-
Create a new JTA application-managed EntityManager
with the
specified synchronization type.
- createEntityManager(SynchronizationType, Map) - Method in interface javax.persistence.EntityManagerFactory
-
Create a new JTA application-managed EntityManager
with the
specified synchronization type and map of properties.
- createEntityManagerFactory(String) - Static method in class javax.persistence.Persistence
-
Create and return an EntityManagerFactory for the named
persistence unit.
- createEntityManagerFactory(String, Map) - Static method in class javax.persistence.Persistence
-
Create and return an EntityManagerFactory for the named persistence unit
using the given properties.
- createEntityManagerFactory(String, Map) - Method in interface javax.persistence.spi.PersistenceProvider
-
Called by Persistence
class when an
EntityManagerFactory
is to be created.
- createExternalIdentifier(ClassificationScheme, String, String) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates an ExternalIdentifier instance using the specified
parameters, where the name is a String.
- createExternalIdentifier(ClassificationScheme, InternationalString, String) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates an ExternalIdentifier instance using the specified
parameters, where the name is an InternationalString.
- createExternalLink(String, String) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates an ExternalLink instance using the specified
parameters, where the description is a String.
- createExternalLink(String, InternationalString) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates an ExternalLink instance using the specified
parameters, where the description is an InternationalString.
- createExtrinsicObject(DataHandler) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates an ExtrinsicObject instance using the specified
parameters.
- createFault(String, QName) - Method in class javax.xml.soap.SOAPFactory
-
Creates a new SOAPFault
object initialized with the given reasonText
and faultCode
- createFault() - Method in class javax.xml.soap.SOAPFactory
-
Creates a new default SOAPFault
object
- createFederatedConnection(Collection) - Method in class javax.xml.registry.ConnectionFactory
-
Create a FederatedConnection.
- createFilter(Class<T>) - Method in interface javax.servlet.ServletContext
-
Instantiates the given Filter class.
- createGenerator(Writer) - Static method in class javax.json.Json
-
Creates a JSON generator for writing JSON to a character stream.
- createGenerator(OutputStream) - Static method in class javax.json.Json
-
Creates a JSON generator for writing JSON to a byte stream.
- createGenerator(Writer) - Method in class javax.json.spi.JsonProvider
-
Creates a JSON generator for writing JSON text to a character stream.
- createGenerator(OutputStream) - Method in class javax.json.spi.JsonProvider
-
Creates a JSON generator for writing JSON text to a byte stream.
- createGenerator(Writer) - Method in interface javax.json.stream.JsonGeneratorFactory
-
Creates a JSON generator to write JSON text to a character stream.
- createGenerator(OutputStream) - Method in interface javax.json.stream.JsonGeneratorFactory
-
Creates a JSON generator to write JSON text to a byte stream.
- createGenerator(OutputStream, Charset) - Method in interface javax.json.stream.JsonGeneratorFactory
-
Creates a JSON generator to write JSON text to a byte stream.
- createGeneratorFactory(Map<String, ?>) - Static method in class javax.json.Json
-
- createGeneratorFactory(Map<String, ?>) - Method in class javax.json.spi.JsonProvider
-
Creates a generator factory for creating
JsonGenerator
instances.
- createHeaderDelegate(Class<T>) - Method in class javax.ws.rs.ext.RuntimeDelegate
-
- createIndexedRecord(String) - Method in interface javax.resource.cci.RecordFactory
-
Creates a IndexedRecord.
- createInteraction() - Method in interface javax.resource.cci.Connection
-
Creates an Interaction associated with this Connection.
- createInternationalString() - Method in interface javax.xml.registry.LifeCycleManager
-
Creates an empty InternationalString instance.
- createInternationalString(String) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates an InternationalString instance using a String
parameter and the default Locale.
- createInternationalString(Locale, String) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates an InternationalString instance using the specified
Locale and String parameters.
- createJAXBIntrospector() - Method in class javax.xml.bind.JAXBContext
-
Creates a JAXBIntrospector
object that can be used to
introspect JAXB objects.
- createKey(String) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates a Key instance from an ID.
- createLinkBuilder() - Method in class javax.ws.rs.ext.RuntimeDelegate
-
- createListener(Class<T>) - Method in interface javax.servlet.AsyncContext
-
- createListener(Class<T>) - Method in interface javax.servlet.ServletContext
-
Instantiates the given EventListener class.
- createLocalizedString(Locale, String) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates a LocalizedString instance using the specified
Locale and String parameters.
- createLocalizedString(Locale, String, String) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates a LocalizedString instance using the specified
Locale, String, and character set parameters.
- createManagedConnection(Subject, ConnectionRequestInfo) - Method in interface javax.resource.spi.ManagedConnectionFactory
-
Creates a new physical connection to the underlying EIS
resource manager.
- createMapMessage() - Method in interface javax.jms.JMSContext
-
Creates a MapMessage
object.
- createMapMessage() - Method in interface javax.jms.Session
-
Creates a MapMessage
object.
- createMappedRecord(String) - Method in interface javax.resource.cci.RecordFactory
-
Creates a MappedRecord.
- createMarshaller() - Method in class javax.xml.bind.JAXBContext
-
Create a Marshaller
object that can be used to convert a
java content tree into XML data.
- createMergeDiff(JsonValue, JsonValue) - Static method in class javax.json.Json
-
Generates a JSON Merge Patch (
RFC 7396)
from the source and target
JsonValue
s
which when applied to the
source
, yields the
target
.
- createMergeDiff(JsonValue, JsonValue) - Method in class javax.json.spi.JsonProvider
-
Generates a JSON Merge Patch (
RFC 7396)
from the source and target
JsonValue
s
which when applied to the
source
, yields the
target
.
- createMergePatch(JsonValue) - Static method in class javax.json.Json
-
Creates JSON Merge Patch (
RFC 7396)
from specified
JsonValue
.
- createMergePatch(JsonValue) - Method in class javax.json.spi.JsonProvider
-
Creates JSON Merge Patch (
RFC 7396)
from specified
JsonValue
.
- createMessage() - Method in interface javax.jms.JMSContext
-
Creates a Message
object.
- createMessage() - Method in interface javax.jms.Session
-
Creates a Message
object.
- createMessage() - Method in class javax.xml.soap.MessageFactory
-
Creates a new SOAPMessage
object with the default
SOAPPart
, SOAPEnvelope
, SOAPBody
,
and SOAPHeader
objects.
- createMessage(MimeHeaders, InputStream) - Method in class javax.xml.soap.MessageFactory
-
Internalizes the contents of the given InputStream
object into a
new SOAPMessage
object and returns the SOAPMessage
object.
- createName(String, String, String) - Method in interface javax.xml.soap.SOAPEnvelope
-
Creates a new Name
object initialized with the
given local name, namespace prefix, and namespace URI.
- createName(String) - Method in interface javax.xml.soap.SOAPEnvelope
-
Creates a new Name
object initialized with the
given local name.
- createName(String, String, String) - Method in class javax.xml.soap.SOAPFactory
-
Creates a new Name
object initialized with the
given local name, namespace prefix, and namespace URI.
- createName(String) - Method in class javax.xml.soap.SOAPFactory
-
Creates a new Name
object initialized with the
given local name.
- createNamedQuery(String) - Method in interface javax.persistence.EntityManager
-
Create an instance of Query
for executing a named query
(in the Jakarta Persistence query language or in native SQL).
- createNamedQuery(String, Class<T>) - Method in interface javax.persistence.EntityManager
-
Create an instance of TypedQuery
for executing a
Jakarta Persistence query language named query.
- createNamedStoredProcedureQuery(String) - Method in interface javax.persistence.EntityManager
-
Create an instance of StoredProcedureQuery
for executing a
stored procedure in the database.
- createNativeQuery(String) - Method in interface javax.persistence.EntityManager
-
Create an instance of Query
for executing
a native SQL statement, e.g., for update or delete.
- createNativeQuery(String, Class) - Method in interface javax.persistence.EntityManager
-
Create an instance of Query
for executing
a native SQL query.
- createNativeQuery(String, String) - Method in interface javax.persistence.EntityManager
-
Create an instance of Query
for executing
a native SQL query.
- createObject(String) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates instances of information model
interfaces (factory method).
- createObjectBuilder() - Static method in class javax.json.Json
-
Creates a JSON object builder
- createObjectBuilder(JsonObject) - Static method in class javax.json.Json
-
Creates a JSON object builder, initialized with the specified object.
- createObjectBuilder(Map<String, Object>) - Static method in class javax.json.Json
-
Creates a JSON object builder, initialized with the data from specified map
.
- createObjectBuilder() - Method in interface javax.json.JsonBuilderFactory
-
Creates a
JsonObjectBuilder
instance that is used to build
JsonObject
.
- createObjectBuilder(JsonObject) - Method in interface javax.json.JsonBuilderFactory
-
Creates a JsonObjectBuilder
instance, initialized with an object.
- createObjectBuilder(Map<String, Object>) - Method in interface javax.json.JsonBuilderFactory
-
Creates a JsonObjectBuilder
instance, initialized with the specified object.
- createObjectBuilder() - Method in class javax.json.spi.JsonProvider
-
Creates a JSON object builder.
- createObjectBuilder(JsonObject) - Method in class javax.json.spi.JsonProvider
-
Creates a JSON object builder, initialized with the specified object.
- createObjectBuilder(Map<String, Object>) - Method in class javax.json.spi.JsonProvider
-
Creates a JSON object builder, initialized with the data from specified map
.
- createObjectMessage() - Method in interface javax.jms.JMSContext
-
Creates an ObjectMessage
object.
- createObjectMessage(Serializable) - Method in interface javax.jms.JMSContext
-
Creates an initialized ObjectMessage
object.
- createObjectMessage() - Method in interface javax.jms.Session
-
Creates an ObjectMessage
object.
- createObjectMessage(Serializable) - Method in interface javax.jms.Session
-
Creates an initialized ObjectMessage
object.
- createOrganization(String) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates an Organization instance using the specified
name, where the name is a String.
- createOrganization(InternationalString) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates an Organization instance using the specified
name, where the name is an InternationalString.
- createOutput(String, String) - Method in class javax.xml.bind.SchemaOutputResolver
-
Decides where the schema file (of the given namespace URI)
will be written, and return it as a Result
object.
- createParser(Reader) - Static method in class javax.json.Json
-
Creates a JSON parser from a character stream.
- createParser(InputStream) - Static method in class javax.json.Json
-
Creates a JSON parser from a byte stream.
- createParser(Reader) - Method in class javax.json.spi.JsonProvider
-
Creates a JSON parser from a character stream.
- createParser(InputStream) - Method in class javax.json.spi.JsonProvider
-
Creates a JSON parser from the specified byte stream.
- createParser(Reader) - Method in interface javax.json.stream.JsonParserFactory
-
Creates a JSON parser from a character stream.
- createParser(InputStream) - Method in interface javax.json.stream.JsonParserFactory
-
Creates a JSON parser from the specified byte stream.
- createParser(InputStream, Charset) - Method in interface javax.json.stream.JsonParserFactory
-
Creates a JSON parser from the specified byte stream.
- createParser(JsonObject) - Method in interface javax.json.stream.JsonParserFactory
-
Creates a JSON parser from the specified JSON object.
- createParser(JsonArray) - Method in interface javax.json.stream.JsonParserFactory
-
Creates a JSON parser from the specified JSON array.
- createParserFactory(Map<String, ?>) - Static method in class javax.json.Json
-
Creates a parser factory for creating
JsonParser
objects.
- createParserFactory(Map<String, ?>) - Method in class javax.json.spi.JsonProvider
-
Creates a parser factory for creating
JsonParser
instances.
- createPatch(JsonArray) - Static method in class javax.json.Json
-
Creates a JSON Patch (
RFC 6902)
from the specified operations.
- createPatch(JsonArray) - Method in class javax.json.spi.JsonProvider
-
Creates a JSON Patch (
RFC 6902)
from the specified operations.
- createPatchBuilder() - Static method in class javax.json.Json
-
Creates a JSON Patch builder (
RFC 6902).
- createPatchBuilder(JsonArray) - Static method in class javax.json.Json
-
Creates a JSON Patch builder
(
RFC 6902),
initialized with the specified operations.
- createPatchBuilder() - Method in class javax.json.spi.JsonProvider
-
Creates a JSON Patch builder (
RFC 6902).
- createPatchBuilder(JsonArray) - Method in class javax.json.spi.JsonProvider
-
Creates a JSON Patch builder
(
RFC 6902),
initialized with the specified operations.
- createPersonName(String, String, String) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates a PersonName instance using the specified
first, middle, and last names.
- createPersonName(String) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates a PersonName instance using the specified
full name.
- createPointer(String) - Static method in class javax.json.Json
-
Creates JSON Pointer (
RFC 6901)
from given
jsonPointer
string.
- createPointer(String) - Method in class javax.json.spi.JsonProvider
-
Creates JSON Pointer (
RFC 6901)
from given
jsonPointer
string.
- createPostalAddress(String, String, String, String, String, String, String) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates a PostalAddress instance using the specified
parameters.
- createProducer() - Method in interface javax.jms.JMSContext
-
Creates a new JMSProducer
object which can be used to configure and send messages
- createProducer(Destination) - Method in interface javax.jms.Session
-
Creates a MessageProducer
to send messages to the specified destination.
- createPublisher(Topic) - Method in interface javax.jms.TopicSession
-
Creates a publisher for the specified topic.
- createQName(String, String) - Method in interface javax.xml.soap.SOAPElement
-
Creates a QName
whose namespace URI is the one associated
with the parameter, prefix
, in the context of this
SOAPElement
.
- createQuery() - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create a CriteriaQuery
object.
- createQuery(Class<T>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create a CriteriaQuery
object with the specified result
type.
- createQuery(String) - Method in interface javax.persistence.EntityManager
-
Create an instance of Query
for executing a
Jakarta Persistence query language statement.
- createQuery(CriteriaQuery<T>) - Method in interface javax.persistence.EntityManager
-
Create an instance of TypedQuery
for executing a
criteria query.
- createQuery(CriteriaUpdate) - Method in interface javax.persistence.EntityManager
-
Create an instance of Query
for executing a criteria
update query.
- createQuery(CriteriaDelete) - Method in interface javax.persistence.EntityManager
-
Create an instance of Query
for executing a criteria
delete query.
- createQuery(String, Class<T>) - Method in interface javax.persistence.EntityManager
-
Create an instance of TypedQuery
for executing a
Jakarta Persistence query language statement.
- createQuery(int, String) - Method in interface javax.xml.registry.DeclarativeQueryManager
-
Creates a Query object given a queryType (for example, QUERY_TYPE_SQL) and a String
that represents a query in the syntax appropriate for queryType.
- createQueue(String) - Method in interface javax.jms.JMSContext
-
Creates a Queue
object which encapsulates a specified provider-specific queue name.
- createQueue(String) - Method in interface javax.jms.QueueSession
-
Creates a queue identity given a Queue
name.
- createQueue(String) - Method in interface javax.jms.Session
-
Creates a Queue
object which encapsulates a specified provider-specific queue name.
- createQueueConnection() - Method in interface javax.jms.QueueConnectionFactory
-
Creates a queue connection with the default user identity.
- createQueueConnection(String, String) - Method in interface javax.jms.QueueConnectionFactory
-
Creates a queue connection with the specified user identity.
- createQueueSession(boolean, int) - Method in interface javax.jms.QueueConnection
-
Creates a QueueSession
object, specifying transacted
and acknowledgeMode
.
- createQueueSession(boolean, int) - Method in interface javax.jms.XAQueueConnection
-
Creates a QueueSession
object.
- createReader(Reader) - Static method in class javax.json.Json
-
Creates a JSON reader from a character stream.
- createReader(InputStream) - Static method in class javax.json.Json
-
Creates a JSON reader from a byte stream.
- createReader(Reader) - Method in interface javax.json.JsonReaderFactory
-
Creates a JSON reader from a character stream.
- createReader(InputStream) - Method in interface javax.json.JsonReaderFactory
-
Creates a JSON reader from a byte stream.
- createReader(InputStream, Charset) - Method in interface javax.json.JsonReaderFactory
-
Creates a JSON reader from a byte stream.
- createReader(Reader) - Method in class javax.json.spi.JsonProvider
-
Creates a JSON reader from a character stream.
- createReader(InputStream) - Method in class javax.json.spi.JsonProvider
-
Creates a JSON reader from a byte stream.
- createReaderFactory(Map<String, ?>) - Static method in class javax.json.Json
-
Creates a reader factory for creating
JsonReader
objects.
- createReaderFactory(Map<String, ?>) - Method in class javax.json.spi.JsonProvider
-
Creates a reader factory for creating
JsonReader
objects.
- createReceiver(Queue) - Method in interface javax.jms.QueueSession
-
Creates a QueueReceiver
object to receive messages from the specified queue.
- createReceiver(Queue, String) - Method in interface javax.jms.QueueSession
-
Creates a QueueReceiver
object to receive messages from the specified queue using a message selector.
- createRegistryPackage(String) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates a RegistryPackage instance using the specified
name, where the name is a String.
- createRegistryPackage(InternationalString) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates a RegistryPackage instance using the specified
name, where the name is an InternationalString.
- createResponseBuilder() - Method in class javax.ws.rs.ext.RuntimeDelegate
-
- createSender(Queue) - Method in interface javax.jms.QueueSession
-
Creates a QueueSender
object to send messages to the specified queue.
- createService(String) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates a Service instance using the specified
name, where the name is a String.
- createService(InternationalString) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates a Service instance using the specified
name, where the name is an InternationalString.
- createService(URL, QName) - Method in class javax.xml.rpc.ServiceFactory
-
Create a Service
instance.
- createService(QName) - Method in class javax.xml.rpc.ServiceFactory
-
Create a Service
instance.
- createServiceBinding() - Method in interface javax.xml.registry.LifeCycleManager
-
Creates an empty ServiceBinding instance.
- createServiceDelegate(URL, QName, Class<? extends Service>) - Method in class javax.xml.ws.spi.Provider
-
Creates a service delegate object.
- createServiceDelegate(URL, QName, Class<? extends Service>, WebServiceFeature...) - Method in class javax.xml.ws.spi.Provider
-
Creates a service delegate object.
- createServlet(Class<T>) - Method in interface javax.servlet.ServletContext
-
Instantiates the given Servlet class.
- createSession(boolean, int) - Method in interface javax.jms.Connection
-
Creates a Session
object, specifying transacted
and acknowledgeMode
.
- createSession(int) - Method in interface javax.jms.Connection
-
Creates a Session
object, specifying sessionMode
.
- createSession() - Method in interface javax.jms.Connection
-
Creates a Session
object, specifying no arguments.
- createSession(boolean, int) - Method in interface javax.jms.XAConnection
-
Creates an Session
object.
- createSharedConnectionConsumer(Topic, String, String, ServerSessionPool, int) - Method in interface javax.jms.Connection
-
Creates a connection consumer for this connection (optional operation) on the specific topic using a shared
non-durable subscription with the specified name.
- createSharedConsumer(Topic, String) - Method in interface javax.jms.JMSContext
-
Creates a shared non-durable subscription with the specified name on the specified topic (if one does not already
exist) and creates a consumer on that subscription.
- createSharedConsumer(Topic, String, String) - Method in interface javax.jms.JMSContext
-
Creates a shared non-durable subscription with the specified name on the specified topic (if one does not already
exist) specifying a message selector, and creates a consumer on that subscription.
- createSharedConsumer(Topic, String) - Method in interface javax.jms.Session
-
Creates a shared non-durable subscription with the specified name on the specified topic (if one does not already
exist) and creates a consumer on that subscription.
- createSharedConsumer(Topic, String, String) - Method in interface javax.jms.Session
-
Creates a shared non-durable subscription with the specified name on the specified topic (if one does not already
exist) specifying a message selector, and creates a consumer on that subscription.
- createSharedDurableConnectionConsumer(Topic, String, String, ServerSessionPool, int) - Method in interface javax.jms.Connection
-
Creates a connection consumer for this connection (optional operation) on the specific topic using a shared durable
subscription with the specified name.
- createSharedDurableConsumer(Topic, String) - Method in interface javax.jms.JMSContext
-
Creates a shared durable subscription on the specified topic (if one does not already exist), specifying a message
selector, and creates a consumer on that durable subscription.
- createSharedDurableConsumer(Topic, String, String) - Method in interface javax.jms.JMSContext
-
Creates a shared durable subscription on the specified topic (if one does not already exist), specifying a message
selector, and creates a consumer on that durable subscription.
- createSharedDurableConsumer(Topic, String) - Method in interface javax.jms.Session
-
Creates a shared durable subscription on the specified topic (if one does not already exist), specifying a message
selector and the noLocal
parameter, and creates a consumer on that durable subscription.
- createSharedDurableConsumer(Topic, String, String) - Method in interface javax.jms.Session
-
Creates a shared durable subscription on the specified topic (if one does not already exist), specifying a message
selector, and creates a consumer on that durable subscription.
- createSlot(String, String, String) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates a Slot instance using the specified
parameters, where the value is a String.
- createSlot(String, Collection, String) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates a Slot instance using the specified
parameters, where the value is a Collection of Strings.
- createSpecificationLink() - Method in interface javax.xml.registry.LifeCycleManager
-
Creates an empty SpecificationLink instance.
- createStoredProcedureQuery(String) - Method in interface javax.persistence.EntityManager
-
Create an instance of StoredProcedureQuery
for executing a
stored procedure in the database.
- createStoredProcedureQuery(String, Class...) - Method in interface javax.persistence.EntityManager
-
Create an instance of StoredProcedureQuery
for executing a
stored procedure in the database.
- createStoredProcedureQuery(String, String...) - Method in interface javax.persistence.EntityManager
-
Create an instance of StoredProcedureQuery
for executing a
stored procedure in the database.
- createStreamMessage() - Method in interface javax.jms.JMSContext
-
Creates a StreamMessage
object.
- createStreamMessage() - Method in interface javax.jms.Session
-
Creates a StreamMessage
object.
- createSubscriber(Topic) - Method in interface javax.jms.TopicSession
-
Creates a nondurable subscriber to the specified topic.
- createSubscriber(Topic, String, boolean) - Method in interface javax.jms.TopicSession
-
Creates a nondurable subscriber to the specified topic, using a message selector or specifying whether messages
published by its own connection should be delivered to it.
- createTelephoneNumber() - Method in interface javax.xml.registry.LifeCycleManager
-
Creates an empty TelephoneNumber instance.
- createTemporaryQueue() - Method in interface javax.jms.JMSContext
-
Creates a TemporaryQueue
object.
- createTemporaryQueue() - Method in interface javax.jms.QueueSession
-
Creates a TemporaryQueue
object.
- createTemporaryQueue() - Method in interface javax.jms.Session
-
Creates a TemporaryQueue
object.
- createTemporaryTopic() - Method in interface javax.jms.JMSContext
-
Creates a TemporaryTopic
object.
- createTemporaryTopic() - Method in interface javax.jms.Session
-
Creates a TemporaryTopic
object.
- createTemporaryTopic() - Method in interface javax.jms.TopicSession
-
Creates a TemporaryTopic
object.
- createTextMessage() - Method in interface javax.jms.JMSContext
-
Creates a TextMessage
object.
- createTextMessage(String) - Method in interface javax.jms.JMSContext
-
Creates an initialized TextMessage
object.
- createTextMessage() - Method in interface javax.jms.Session
-
Creates a TextMessage
object.
- createTextMessage(String) - Method in interface javax.jms.Session
-
Creates an initialized TextMessage
object.
- createTimer() - Method in interface javax.resource.spi.BootstrapContext
-
Creates a new java.util.Timer
instance.
- createTopic(String) - Method in interface javax.jms.JMSContext
-
Creates a Topic
object which encapsulates a specified provider-specific topic name.
- createTopic(String) - Method in interface javax.jms.Session
-
Creates a Topic
object which encapsulates a specified provider-specific topic name.
- createTopic(String) - Method in interface javax.jms.TopicSession
-
Creates a topic identity given a Topic
name.
- createTopicConnection() - Method in interface javax.jms.TopicConnectionFactory
-
Creates a topic connection with the default user identity.
- createTopicConnection(String, String) - Method in interface javax.jms.TopicConnectionFactory
-
Creates a topic connection with the specified user identity.
- createTopicSession(boolean, int) - Method in interface javax.jms.TopicConnection
-
Creates a TopicSession
object, specifying transacted
and acknowledgeMode
.
- createTopicSession(boolean, int) - Method in interface javax.jms.XATopicConnection
-
Creates a TopicSession
object.
- createTupleQuery() - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create a CriteriaQuery
object that returns a tuple of
objects as its result.
- createTypeMapping() - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
-
Creates a new empty TypeMapping
object.
- createUnmarshalException(SAXException) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
Creates an UnmarshalException from a SAXException.
- createUnmarshaller(ValidationEventHandler) - Method in interface javax.xml.bind.annotation.DomHandler
-
When a JAXB provider needs to unmarshal a part of a document into an
infoset representation, it first calls this method to create a
Result
object.
- createUnmarshaller(ValidationEventHandler) - Method in class javax.xml.bind.annotation.W3CDomHandler
-
- createUnmarshaller() - Method in class javax.xml.bind.JAXBContext
-
Create an Unmarshaller
object that can be used to convert XML
data into a java content tree.
- createUriBuilder() - Method in class javax.ws.rs.ext.RuntimeDelegate
-
- createUser() - Method in interface javax.xml.registry.LifeCycleManager
-
Creates an empty User instance.
- createValidator() - Method in class javax.xml.bind.JAXBContext
-
- createValue(String) - Static method in class javax.json.Json
-
Creates a JsonString.
- createValue(int) - Static method in class javax.json.Json
-
Creates a JsonNumber.
- createValue(long) - Static method in class javax.json.Json
-
Creates a JsonNumber.
- createValue(double) - Static method in class javax.json.Json
-
Creates a JsonNumber.
- createValue(BigDecimal) - Static method in class javax.json.Json
-
Creates a JsonNumber.
- createValue(BigInteger) - Static method in class javax.json.Json
-
Creates a JsonNumber.
- createValue(String) - Method in class javax.json.spi.JsonProvider
-
Creates a JsonString.
- createValue(int) - Method in class javax.json.spi.JsonProvider
-
Creates a JsonNumber.
- createValue(long) - Method in class javax.json.spi.JsonProvider
-
Creates a JsonNumber.
- createValue(double) - Method in class javax.json.spi.JsonProvider
-
Creates a JsonNumber.
- createValue(BigDecimal) - Method in class javax.json.spi.JsonProvider
-
Creates a JsonNumber.
- createValue(BigInteger) - Method in class javax.json.spi.JsonProvider
-
Creates a JsonNumber.
- createVariantListBuilder() - Method in class javax.ws.rs.ext.RuntimeDelegate
-
- createW3CEndpointReference(String, QName, QName, List<Element>, String, List<Element>) - Method in class javax.xml.ws.spi.Provider
-
Factory method to create a W3CEndpointReference
.
- createW3CEndpointReference(String, QName, QName, QName, List<Element>, String, List<Element>, List<Element>, Map<QName, String>) - Method in class javax.xml.ws.spi.Provider
-
Factory method to create a W3CEndpointReference
.
- createWriter(Writer) - Static method in class javax.json.Json
-
Creates a JSON writer to write a
JSON
object
or
array
structure to the specified character stream.
- createWriter(OutputStream) - Static method in class javax.json.Json
-
Creates a JSON writer to write a
JSON
object
or
array
structure to the specified byte stream.
- createWriter(Writer) - Method in interface javax.json.JsonWriterFactory
-
Creates a JSON writer to write a JSON
object
or
array
structure to the specified character stream.
- createWriter(OutputStream) - Method in interface javax.json.JsonWriterFactory
-
Creates a JSON writer to write a JSON
object
or
array
structure to the specified byte stream.
- createWriter(OutputStream, Charset) - Method in interface javax.json.JsonWriterFactory
-
Creates a JSON writer to write a JSON
object
or
array
structure to the specified byte stream.
- createWriter(Writer) - Method in class javax.json.spi.JsonProvider
-
Creates a JSON writer to write a
JSON
object
or
array
structure to the specified character stream.
- createWriter(OutputStream) - Method in class javax.json.spi.JsonProvider
-
Creates a JSON writer to write a
JSON
object
or
array
structure to the specified byte stream.
- createWriterFactory(Map<String, ?>) - Static method in class javax.json.Json
-
Creates a writer factory for creating
JsonWriter
objects.
- createWriterFactory(Map<String, ?>) - Method in class javax.json.spi.JsonProvider
-
Creates a writer factory for creating
JsonWriter
objects.
- createXAConnection() - Method in interface javax.jms.XAConnectionFactory
-
Creates an XAConnection
with the default user identity.
- createXAConnection(String, String) - Method in interface javax.jms.XAConnectionFactory
-
Creates an XAConnection
with the specified user identity.
- createXAContext() - Method in interface javax.jms.XAConnectionFactory
-
Creates a XAJMSContext
with the default user identity
- createXAContext(String, String) - Method in interface javax.jms.XAConnectionFactory
-
Creates a JMSContext with the specified user identity
- createXAQueueConnection() - Method in interface javax.jms.XAQueueConnectionFactory
-
Creates an XA queue connection with the default user identity.
- createXAQueueConnection(String, String) - Method in interface javax.jms.XAQueueConnectionFactory
-
Creates an XA queue connection with the specified user identity.
- createXAQueueSession() - Method in interface javax.jms.XAQueueConnection
-
Creates an XAQueueSession
object.
- createXASession() - Method in interface javax.jms.XAConnection
-
Creates an XASession
object.
- createXATopicConnection() - Method in interface javax.jms.XATopicConnectionFactory
-
Creates an XA topic connection with the default user identity.
- createXATopicConnection(String, String) - Method in interface javax.jms.XATopicConnectionFactory
-
Creates an XA topic connection with the specified user identity.
- createXATopicSession() - Method in interface javax.jms.XATopicConnection
-
Creates an XATopicSession
object.
- credential(Credential) - Method in class javax.security.enterprise.authentication.mechanism.http.AuthenticationParameters
-
Sets the credential to be used by the authentication mechanism responding
to the authenticate call in which these AuthenticationParameters are passed.
- Credential - Interface in javax.security.enterprise.credential
-
Credential
represents the credential the caller will use to authenticate.
- CredentialValidationResult - Class in javax.security.enterprise.identitystore
-
CredentialValidationResult
is the result from an attempt to
validate an instance of
Credential
.
- CredentialValidationResult(String) - Constructor for class javax.security.enterprise.identitystore.CredentialValidationResult
-
Constructor for a VALID result.
- CredentialValidationResult(CallerPrincipal) - Constructor for class javax.security.enterprise.identitystore.CredentialValidationResult
-
Constructor for a VALID result.
- CredentialValidationResult(String, Set<String>) - Constructor for class javax.security.enterprise.identitystore.CredentialValidationResult
-
Constructor for a VALID result.
- CredentialValidationResult(CallerPrincipal, Set<String>) - Constructor for class javax.security.enterprise.identitystore.CredentialValidationResult
-
Constructor for a VALID result.
- CredentialValidationResult(String, String, String, String, Set<String>) - Constructor for class javax.security.enterprise.identitystore.CredentialValidationResult
-
Constructor for a VALID result.
- CredentialValidationResult(String, CallerPrincipal, String, String, Set<String>) - Constructor for class javax.security.enterprise.identitystore.CredentialValidationResult
-
Constructor for a VALID result.
- CredentialValidationResult.Status - Enum in javax.security.enterprise.identitystore
-
- CriteriaBuilder - Interface in javax.persistence.criteria
-
Used to construct criteria queries, compound selections,
expressions, predicates, orderings.
- CriteriaBuilder.Case<R> - Interface in javax.persistence.criteria
-
Interface used to build general case expressions.
- CriteriaBuilder.Coalesce<T> - Interface in javax.persistence.criteria
-
Interface used to build coalesce expressions.
- CriteriaBuilder.In<T> - Interface in javax.persistence.criteria
-
Interface used to build in predicates.
- CriteriaBuilder.SimpleCase<C,R> - Interface in javax.persistence.criteria
-
Interface used to build simple case expressions.
- CriteriaBuilder.Trimspec - Enum in javax.persistence.criteria
-
Used to specify how strings are trimmed.
- CriteriaDelete<T> - Interface in javax.persistence.criteria
-
The CriteriaDelete
interface defines functionality for performing
bulk delete operations using the Criteria API
- CriteriaQuery<T> - Interface in javax.persistence.criteria
-
The CriteriaQuery
interface defines functionality that is specific
to top-level queries.
- CriteriaUpdate<T> - Interface in javax.persistence.criteria
-
The CriteriaUpdate
interface defines functionality for performing
bulk update operations using the Criteria API.
- currentDate() - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create expression to return current date.
- currentTime() - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create expression to return current time.
- currentTimestamp() - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create expression to return current timestamp.
- CustomFormAuthenticationMechanismDefinition - Annotation Type in javax.security.enterprise.authentication.mechanism.http
-
Annotation used to define a container authentication mechanism that implements
authentication resembling Servlet FORM authentication (Servlet spec 13.6.3).
- data(Class, Object) - Method in interface javax.ws.rs.sse.OutboundSseEvent.Builder
-
Set event data and java type of event data.
- data(GenericType, Object) - Method in interface javax.ws.rs.sse.OutboundSseEvent.Builder
-
Set event data and a generic java type of event data.
- data(Object) - Method in interface javax.ws.rs.sse.OutboundSseEvent.Builder
-
Set event data and java type of event data.
- DatabaseIdentityStoreDefinition - Annotation Type in javax.security.enterprise.identitystore
-
Annotation used to define a container-provided
IdentityStore
that
stores caller credentials and identity attributes in a relational database,
and make that implementation available as an enabled CDI bean.
- DataBindingException - Exception in javax.xml.bind
-
Exception that represents a failure in a JAXB operation.
- DataBindingException(String, Throwable) - Constructor for exception javax.xml.bind.DataBindingException
-
- DataBindingException(Throwable) - Constructor for exception javax.xml.bind.DataBindingException
-
- DataSourceDefinition - Annotation Type in javax.annotation.sql
-
Annotation used to define a container DataSource
to
be registered with JNDI.
- DataSourceDefinitions - Annotation Type in javax.annotation.sql
-
Declares one or more DataSourceDefinition
annotations.
- DatatypeConverter - Class in javax.xml.bind
-
The javaType binding declaration can be used to customize the binding of
an XML schema datatype to a Java datatype.
- DatatypeConverterInterface - Interface in javax.xml.bind
-
The DatatypeConverterInterface is for JAXB provider use only.
- DATE - Static variable in interface javax.ws.rs.core.HttpHeaders
-
- DATE_FORMAT - Static variable in class javax.json.bind.JsonbConfig
-
Property used to specify custom date format globally.
- DeclarativeQueryManager - Interface in javax.xml.registry
-
This interface provides the ability to execute declarative queries (e.g.
- declaredType - Variable in class javax.xml.bind.JAXBElement
-
Java datatype binding for xml element declaration's type.
- DeclareRoles - Annotation Type in javax.annotation.security
-
Used by application to declare security roles.
- declareRoles(String...) - Method in interface javax.servlet.ServletContext
-
Declares role names that are tested using isUserInRole
.
- decode(ByteBuffer) - Method in interface javax.websocket.Decoder.Binary
-
Decode the given bytes into an object of type T.
- decode(InputStream) - Method in interface javax.websocket.Decoder.BinaryStream
-
Decode the given bytes read from the input stream into an object of type T.
- decode(String) - Method in interface javax.websocket.Decoder.Text
-
Decode the given String into an object of type T.
- decode(Reader) - Method in interface javax.websocket.Decoder.TextStream
-
Reads the websocket message from the implementation provided Reader and decodes it into an instance of the
supplied object type.
- DecodeException - Exception in javax.websocket
-
A general exception that occurs when trying to decode a custom object from a text or binary message.
- DecodeException(ByteBuffer, String, Throwable) - Constructor for exception javax.websocket.DecodeException
-
Constructor with the binary data that could not be decoded, and the reason why it failed to be, and the cause.
- DecodeException(String, String, Throwable) - Constructor for exception javax.websocket.DecodeException
-
Constructor with the text data that could not be decoded, and the reason why it failed to be, and the cause.
- DecodeException(ByteBuffer, String) - Constructor for exception javax.websocket.DecodeException
-
Constructs a DecodedException with the given ByteBuffer that cannot be decoded, and reason why.
- DecodeException(String, String) - Constructor for exception javax.websocket.DecodeException
-
Constructs a DecodedException with the given encoded string that cannot be decoded, and reason why.
- decodePointer(String) - Static method in class javax.json.Json
-
Decodes a passed JSON-pointer string as defined by
RFC 6901.
- Decoder - Interface in javax.websocket
-
The Decoder interface holds member interfaces that define how a developer can provide the web socket container a way
web socket messages into developer defined custom objects.
- Decoder.Binary<T> - Interface in javax.websocket
-
This interface defines how a custom object (of type T) is decoded from a web socket message in the form of a byte
buffer.
- Decoder.BinaryStream<T> - Interface in javax.websocket
-
This interface defines how a custom object is decoded from a web socket message in the form of a binary stream.
- Decoder.Text<T> - Interface in javax.websocket
-
This interface defines how a custom object is decoded from a web socket message in the form of a string.
- Decoder.TextStream<T> - Interface in javax.websocket
-
This interface defines how a custom object of type T is decoded from a web socket message in the form of a
character stream.
- decoders(List<Class<? extends Decoder>>) - Method in class javax.websocket.ClientEndpointConfig.Builder
-
Assign the list of decoder implementation classes the client will use.
- decoders(List<Class<? extends Decoder>>) - Method in class javax.websocket.server.ServerEndpointConfig.Builder
-
Sets the decoder implementation classes to use in the configuration.
- DEFAULT() - Constructor for class javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter.DEFAULT
-
- DEFAULT() - Constructor for class javax.xml.bind.annotation.XmlElement.DEFAULT
-
- DEFAULT() - Constructor for class javax.xml.bind.annotation.XmlElementRef.DEFAULT
-
- DEFAULT() - Constructor for class javax.xml.bind.annotation.XmlSchemaType.DEFAULT
-
- DEFAULT() - Constructor for class javax.xml.bind.annotation.XmlType.DEFAULT
-
- DEFAULT_BUFFER - Static variable in class javax.servlet.jsp.JspWriter
-
Constant indicating that the Writer is buffered and is using the implementation default buffer size.
- DEFAULT_CHARSET_NAME - Static variable in interface javax.xml.registry.infomodel.LocalizedString
-
The default name returned by getCharsetName if no other
name has explicitly been set.
- DEFAULT_DELIVERY_DELAY - Static variable in interface javax.jms.Message
-
The message producer's default delivery delay is zero.
- DEFAULT_DELIVERY_MODE - Static variable in interface javax.jms.Message
-
The message producer's default delivery mode is PERSISTENT
.
- DEFAULT_FORMAT - Static variable in annotation type javax.json.bind.annotation.JsonbDateFormat
-
Value that indicates the default format.
- DEFAULT_LOCALE - Static variable in annotation type javax.json.bind.annotation.JsonbDateFormat
-
Value that indicates that default Locale
.
- DEFAULT_LOCALE - Static variable in annotation type javax.json.bind.annotation.JsonbNumberFormat
-
Value that indicates that default Locale
.
- DEFAULT_MAX_AGE - Static variable in class javax.ws.rs.core.NewCookie
-
Specifies that the cookie expires with the current application/browser session.
- DEFAULT_PRIORITY - Static variable in interface javax.jms.Message
-
The message producer's default priority is 4.
- DEFAULT_SOAP_PROTOCOL - Static variable in interface javax.xml.soap.SOAPConstants
-
The default protocol: SOAP 1.1 for backwards compatibility.
- DEFAULT_TIME_TO_LIVE - Static variable in interface javax.jms.Message
-
The message producer's default time to live is unlimited; the message never expires.
- DEFAULT_VALIDATION_TYPES - Static variable in interface javax.security.enterprise.identitystore.IdentityStore
-
Default set of validation types.
- DEFAULT_VERSION - Static variable in class javax.ws.rs.core.Cookie
-
Cookies using the default version correspond to RFC 2109.
- DefaultValidationEventHandler - Class in javax.xml.bind.helpers
-
JAXB 1.0 only default validation event handler.
- DefaultValidationEventHandler() - Constructor for class javax.xml.bind.helpers.DefaultValidationEventHandler
-
- DefaultValue - Annotation Type in javax.ws.rs
-
- deferredExpression - Variable in class javax.servlet.jsp.jstl.core.LoopTagSupport
-
The deferred expression if any
- delete() - Method in interface javax.jms.TemporaryQueue
-
Deletes this temporary queue.
- delete() - Method in interface javax.jms.TemporaryTopic
-
Deletes this temporary topic.
- delete() - Method in interface javax.servlet.http.Part
-
Deletes the underlying storage for a file item, including deleting any associated temporary disk file.
- delete() - Method in interface javax.ws.rs.client.AsyncInvoker
-
Invoke HTTP DELETE method for the current request asynchronously.
- delete(Class<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
-
Invoke HTTP DELETE method for the current request asynchronously.
- delete(GenericType<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
-
Invoke HTTP DELETE method for the current request asynchronously.
- delete(InvocationCallback<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
-
Invoke HTTP DELETE method for the current request asynchronously.
- delete() - Method in interface javax.ws.rs.client.CompletionStageRxInvoker
-
- delete(Class<T>) - Method in interface javax.ws.rs.client.CompletionStageRxInvoker
-
- delete(GenericType<T>) - Method in interface javax.ws.rs.client.CompletionStageRxInvoker
-
- delete() - Method in interface javax.ws.rs.client.RxInvoker
-
Invoke HTTP DELETE method for the current request.
- delete(Class<R>) - Method in interface javax.ws.rs.client.RxInvoker
-
Invoke HTTP DELETE method for the current request.
- delete(GenericType<R>) - Method in interface javax.ws.rs.client.RxInvoker
-
Invoke HTTP DELETE method for the current request.
- delete() - Method in interface javax.ws.rs.client.SyncInvoker
-
Invoke HTTP DELETE method for the current request synchronously.
- delete(Class<T>) - Method in interface javax.ws.rs.client.SyncInvoker
-
Invoke HTTP DELETE method for the current request synchronously.
- delete(GenericType<T>) - Method in interface javax.ws.rs.client.SyncInvoker
-
Invoke HTTP DELETE method for the current request synchronously.
- DELETE - Annotation Type in javax.ws.rs
-
Indicates that the annotated method responds to HTTP DELETE requests.
- DELETE - Static variable in annotation type javax.ws.rs.HttpMethod
-
HTTP DELETE method.
- deleteAssociations(Collection) - Method in interface javax.xml.registry.BusinessLifeCycleManager
-
Deletes the Associations corresponding to the specified Keys.
- deleteClassificationSchemes(Collection) - Method in interface javax.xml.registry.BusinessLifeCycleManager
-
Deletes the ClassificationSchemes corresponding to the specified Keys.
- deleteConcepts(Collection) - Method in interface javax.xml.registry.BusinessLifeCycleManager
-
Deletes the Concepts corresponding to the specified Keys.
- DeleteException - Exception in javax.xml.registry
-
A RegistryException that occurs during a delete action.
- DeleteException() - Constructor for exception javax.xml.registry.DeleteException
-
Constructs a JAXRException
object with no
reason or embedded Throwable.
- DeleteException(String) - Constructor for exception javax.xml.registry.DeleteException
-
Constructs a JAXRException
object with the given
String
as the reason for the exception being thrown.
- DeleteException(String, Throwable) - Constructor for exception javax.xml.registry.DeleteException
-
Constructs a JAXRException
object with the given
String
as the reason for the exception being thrown
and the given Throwable
object as an embedded
Throwable.
- DeleteException(Throwable) - Constructor for exception javax.xml.registry.DeleteException
-
Constructs a JAXRException
object initialized
with the given Throwable
object.
- deleteObjects(Collection) - Method in interface javax.xml.registry.LifeCycleManager
-
Deletes one or more previously submitted objects from the registry
using the object keys.
- deleteObjects(Collection, String) - Method in interface javax.xml.registry.LifeCycleManager
-
Deletes one or more previously submitted objects from the registry
using the object keys and a specified objectType attribute.
- deleteOrganizations(Collection) - Method in interface javax.xml.registry.BusinessLifeCycleManager
-
Deletes the organizations corresponding to the specified Keys.
- deletesAreDetected(int) - Method in interface javax.resource.cci.ResultSetInfo
-
Indicates whether or not a visible row delete can be detected by
calling ResultSet.rowDeleted.
- deleteServiceBindings(Collection) - Method in interface javax.xml.registry.BusinessLifeCycleManager
-
Deletes the ServiceBindings corresponding to the specified Keys.
- deleteServices(Collection) - Method in interface javax.xml.registry.BusinessLifeCycleManager
-
Deletes the services corresponding to the specified Keys.
- delims - Variable in class javax.servlet.jsp.jstl.core.IteratedExpression
-
- delistResource(XAResource, int) - Method in interface javax.transaction.Transaction
-
Disassociate the resource specified from the transaction associated
with the target Transaction object.
- DeliveryMode - Interface in javax.jms
-
The delivery modes supported by the Jakarta Messaging API are PERSISTENT
and NON_PERSISTENT
.
- DenyAll - Annotation Type in javax.annotation.security
-
Specifies that no security roles are allowed to invoke the specified
method(s).
- DeploymentException - Exception in javax.websocket
-
Checked exception indicating some kind of failure either to publish an endpoint on its server, or a failure to
connect a client to its server.
- DeploymentException(String) - Constructor for exception javax.websocket.DeploymentException
-
Creates a deployment exception with the given reason for the deployment failure.
- DeploymentException(String, Throwable) - Constructor for exception javax.websocket.DeploymentException
-
Creates a deployment exception with the given reason for the deployment failure and wrapped cause of the failure.
- deprecateObjects(Collection) - Method in interface javax.xml.registry.LifeCycleManager
-
Deprecates one or more previously submitted objects.
- desc(Expression<?>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create an ordering by the descending value of the expression.
- description - Variable in class javax.resource.spi.work.HintsContext
-
- DeserializationContext - Interface in javax.json.bind.serializer
-
Provides JSONB Mapper functionality on top of JSONP parser.
- DeserializationContext - Interface in javax.xml.rpc.encoding
-
The javax.xml.rpc.encoding.DeserializationContext interface
is implemented by the Jakarta XML RPC runtime system in an XML processing
mechanism specific manner.
- deserialize(Class<T>, JsonParser) - Method in interface javax.json.bind.serializer.DeserializationContext
-
Deserialize JSON stream into instance of provided class using
JsonParser
.
- deserialize(Type, JsonParser) - Method in interface javax.json.bind.serializer.DeserializationContext
-
Deserialize JSON stream into instance of provided class using
JsonParser
.
- deserialize(JsonParser, DeserializationContext, Type) - Method in interface javax.json.bind.serializer.JsonbDeserializer
-
Deserialize JSON stream into object.
- Deserializer - Interface in javax.xml.rpc.encoding
-
The javax.xml.rpc.encoding.Deserializer interface defines a
base interface for deserializers.
- DeserializerFactory - Interface in javax.xml.rpc.encoding
-
The javax.xml.rpc.encoding.DeserializerFactory is a factory of
deserializers.
- DESERIALIZERS - Static variable in class javax.json.bind.JsonbConfig
-
Property used to specify custom deserializers.
- Destination - Interface in javax.jms
-
A Destination
object encapsulates a provider-specific address.
- destroy() - Method in interface javax.resource.spi.ManagedConnection
-
Destroys the physical connection to the underlying resource manager.
- destroy() - Method in interface javax.servlet.Filter
-
Called by the web container to indicate to a filter that it is being taken out of service.
- destroy() - Method in class javax.servlet.GenericServlet
-
Called by the servlet container to indicate to a servlet that the servlet is being taken out of service.
- destroy() - Method in interface javax.servlet.http.HttpUpgradeHandler
-
It is called when the client is disconnected.
- destroy() - Method in interface javax.servlet.Servlet
-
Called by the servlet container to indicate to a servlet that the servlet is being taken out of service.
- destroy() - Method in interface javax.websocket.Decoder
-
This method is called when the decoder is about to be removed from service in order that any resources the
decoder used may be closed gracefully.
- destroy() - Method in interface javax.websocket.Encoder
-
This method is called when the encoder is about to be removed from service in order that any resources the
encoder used may be closed gracefully.
- destroy() - Method in class javax.xml.rpc.handler.GenericHandler
-
The destroy
method indicates the end of lifecycle
for a Handler instance.
- destroy() - Method in interface javax.xml.rpc.handler.Handler
-
The destroy
method indicates the end of lifecycle
for a Handler instance.
- destroy() - Method in interface javax.xml.rpc.handler.HandlerChain
-
Indicates the end of lifecycle for a HandlerChain.
- destroy() - Method in interface javax.xml.rpc.server.ServiceLifecycle
-
Jakarta XML RPC runtime system ends the lifecycle of a service endpoint
instance by invoking the destroy method.
- detach(Object) - Method in interface javax.persistence.EntityManager
-
Remove the given entity from the persistence context, causing
a managed entity to become detached.
- detachNode() - Method in interface javax.xml.soap.Node
-
Removes this Node
object from the tree.
- Detail - Interface in javax.xml.soap
-
A container for DetailEntry
objects.
- DetailEntry - Interface in javax.xml.soap
-
The content for a Detail
object, giving details for
a SOAPFault
object.
- diff(Expression<? extends N>, Expression<? extends N>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create an expression that returns the difference
between its arguments.
- diff(Expression<? extends N>, N) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create an expression that returns the difference
between its arguments.
- diff(N, Expression<? extends N>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create an expression that returns the difference
between its arguments.
- DIGEST_AUTH - Static variable in interface javax.servlet.http.HttpServletRequest
-
String identifier for Digest authentication.
- DIGEST_AUTH - Static variable in interface javax.ws.rs.core.SecurityContext
-
String identifier for Digest authentication.
- DiscriminatorColumn - Annotation Type in javax.persistence
-
Specifies the discriminator column for the
SINGLE_TABLE
and
JOINED
Inheritance
mapping strategies.
- DiscriminatorType - Enum in javax.persistence
-
Defines supported types of the discriminator column.
- DiscriminatorValue - Annotation Type in javax.persistence
-
Specifies the value of the discriminator column for
entities of the given type.
- disjunction() - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create a disjunction (with zero disjuncts).
- dispatch() - Method in interface javax.servlet.AsyncContext
-
Dispatches the request and response objects of this AsyncContext to the servlet container.
- dispatch(String) - Method in interface javax.servlet.AsyncContext
-
Dispatches the request and response objects of this AsyncContext to the given path.
- dispatch(ServletContext, String) - Method in interface javax.servlet.AsyncContext
-
Dispatches the request and response objects of this AsyncContext to the given path scoped to the given
context.
- Dispatch<T> - Interface in javax.xml.ws
-
The Dispatch
interface provides support
for the dynamic invocation of a service endpoint operations.
- DispatcherType - Enum in javax.servlet
-
Enumeration of filter dispatcher types.
- DissociatableManagedConnection - Interface in javax.resource.spi
-
This is a mix-in interface that may be optionally implemented by a
ManagedConnection
implementation.
- dissociateConnections() - Method in interface javax.resource.spi.DissociatableManagedConnection
-
This method is called by an application server (that is capable of lazy
connection association optimization) in order to dissociate a
ManagedConnection
instance from all of its connection
handles.
- distinct(boolean) - Method in interface javax.persistence.criteria.AbstractQuery
-
Specify whether duplicate query results will be eliminated.
- distinct(boolean) - Method in interface javax.persistence.criteria.CriteriaQuery
-
Specify whether duplicate query results will be eliminated.
- distinct(boolean) - Method in interface javax.persistence.criteria.Subquery
-
Specify whether duplicate query results will be eliminated.
- DistributableWork - Interface in javax.resource.spi.work
-
This models a Work
instance that would be distributed by a
DistributableWorkManager
for execution in a remote
DistributableWorkManager
- DistributableWorkManager - Interface in javax.resource.spi.work
-
This interface models a WorkManager
that supports distributed
execution of Work instances.
- doAfterBody() - Method in class javax.servlet.jsp.jstl.core.LoopTagSupport
-
Continues the iteration when appropriate -- that is, if we (a) have
more items and (b) don't run over our 'end' (given our 'step').
- doAfterBody() - Method in class javax.servlet.jsp.tagext.BodyTagSupport
-
After the body evaluation: do not reevaluate and continue with the page.
- doAfterBody() - Method in interface javax.servlet.jsp.tagext.IterationTag
-
Process body (re)evaluation.
- doAfterBody() - Method in class javax.servlet.jsp.tagext.TagSupport
-
Default processing for a body.
- doCatch(Throwable) - Method in class javax.servlet.jsp.jstl.core.LoopTagSupport
-
Rethrows the given Throwable.
- doCatch(Throwable) - Method in interface javax.servlet.jsp.tagext.TryCatchFinally
-
Invoked if a Throwable occurs while evaluating the BODY inside a tag or in any of the following methods:
Tag.doStartTag(), Tag.doEndTag(), IterationTag.doAfterBody() and BodyTag.doInitBody().
- doDelete(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
-
Called by the server (via the service
method) to allow a servlet to handle a DELETE request.
- doEndTag() - Method in class javax.servlet.jsp.tagext.BodyTagSupport
-
Default processing of the end tag returning EVAL_PAGE.
- doEndTag() - Method in interface javax.servlet.jsp.tagext.Tag
-
Process the end tag for this instance.
- doEndTag() - Method in class javax.servlet.jsp.tagext.TagAdapter
-
Must not be called.
- doEndTag() - Method in class javax.servlet.jsp.tagext.TagSupport
-
Default processing of the end tag returning EVAL_PAGE.
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in interface javax.servlet.Filter
-
The doFilter
method of the Filter is called by the container each time a request/response pair is
passed through the chain due to a client request for a resource at the end of the chain.
- doFilter(ServletRequest, ServletResponse) - Method in interface javax.servlet.FilterChain
-
Causes the next filter in the chain to be invoked, or if the calling filter is the last filter in the chain,
causes the resource at the end of the chain to be invoked.
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class javax.servlet.http.HttpFilter
-
The doFilter
method of the Filter is called by the container each time a request/response pair is
passed through the chain due to a client request for a resource at the end of the chain.
- doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class javax.servlet.http.HttpFilter
-
The doFilter
method of the Filter is called by the container each time a request/response pair is
passed through the chain due to a client request for a resource at the end of the chain.
- doFinally() - Method in class javax.servlet.jsp.jstl.core.LoopTagSupport
-
Removes any attributes that this LoopTagSupport set.
- doFinally() - Method in interface javax.servlet.jsp.tagext.TryCatchFinally
-
Invoked in all cases after doEndTag() for any class implementing Tag, IterationTag or BodyTag.
- doGet(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
-
Called by the server (via the service
method) to allow a servlet to handle a GET request.
- doHead(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
-
Receives an HTTP HEAD request from the protected service
method and handles the request.
- doInitBody() - Method in interface javax.servlet.jsp.tagext.BodyTag
-
Prepare for evaluation of the body.
- doInitBody() - Method in class javax.servlet.jsp.tagext.BodyTagSupport
-
Prepare for evaluation of the body just before the first body evaluation: no action.
- DomHandler<ElementT,ResultT extends javax.xml.transform.Result> - Interface in javax.xml.bind.annotation
-
Converts an element (and its descendants)
from/to DOM (or similar) representation.
- doNothing() - Method in interface javax.security.enterprise.authentication.mechanism.http.HttpMessageContext
-
Instructs the container to "do nothing".
- doNothing() - Method in class javax.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
-
- doOptions(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
-
Called by the server (via the service
method) to allow a servlet to handle a OPTIONS request.
- doPost(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
-
Called by the server (via the service
method) to allow a servlet to handle a POST request.
- doPut(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
-
Called by the server (via the service
method) to allow a servlet to handle a PUT request.
- doStartTag() - Method in class javax.servlet.jsp.jstl.core.ConditionalTagSupport
-
Includes its body if condition() evaluates to true.
- doStartTag() - Method in class javax.servlet.jsp.jstl.core.LoopTagSupport
-
Begins iterating by processing the first item.
- doStartTag() - Method in class javax.servlet.jsp.tagext.BodyTagSupport
-
Default processing of the start tag returning EVAL_BODY_BUFFERED.
- doStartTag() - Method in interface javax.servlet.jsp.tagext.Tag
-
Process the start tag for this instance.
- doStartTag() - Method in class javax.servlet.jsp.tagext.TagAdapter
-
Must not be called.
- doStartTag() - Method in class javax.servlet.jsp.tagext.TagSupport
-
Default processing of the start tag, returning SKIP_BODY.
- doTag() - Method in interface javax.servlet.jsp.tagext.SimpleTag
-
Called by the container to invoke this tag.
- doTag() - Method in class javax.servlet.jsp.tagext.SimpleTagSupport
-
Default processing of the tag does nothing.
- doTrace(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
-
Called by the server (via the service
method) to allow a servlet to handle a TRACE request.
- DoubleHolder - Class in javax.xml.rpc.holders
-
- DoubleHolder() - Constructor for class javax.xml.rpc.holders.DoubleHolder
-
- DoubleHolder(double) - Constructor for class javax.xml.rpc.holders.DoubleHolder
-
- doubleValue() - Method in interface javax.json.JsonNumber
-
Returns this JSON number as a double
.
- DoubleWrapperHolder - Class in javax.xml.rpc.holders
-
- DoubleWrapperHolder() - Constructor for class javax.xml.rpc.holders.DoubleWrapperHolder
-
- DoubleWrapperHolder(Double) - Constructor for class javax.xml.rpc.holders.DoubleWrapperHolder
-
- doWork(Work) - Method in interface javax.resource.spi.work.WorkManager
-
Accepts a Work
instance for processing.
- doWork(Work, long, ExecutionContext, WorkListener) - Method in interface javax.resource.spi.work.WorkManager
-
Accepts a Work
instance for processing.
- DUPLICATE_CONTEXTS - Static variable in class javax.resource.spi.work.WorkContextErrorCodes
-
Indicates that there are more than one instance of a WorkContext
type passed in by the Work
instance.
- DUPS_OK_ACKNOWLEDGE - Static variable in interface javax.jms.JMSContext
-
This session mode instructs the JMSContext's session to lazily acknowledge the delivery of messages.
- DUPS_OK_ACKNOWLEDGE - Static variable in interface javax.jms.Session
-
This acknowledgment mode instructs the session to lazily acknowledge the delivery of messages.
- DYNAMIC_SOAP_PROTOCOL - Static variable in interface javax.xml.soap.SOAPConstants
-
Used to create MessageFactory
instances that create
SOAPMessages
whose concrete type is based on the
Content-Type
MIME header passed to the
createMessage
method.
- DynamicAttributes - Interface in javax.servlet.jsp.tagext
-
For a tag to declare that it accepts dynamic attributes, it must implement this interface.
- DynamicFeature - Interface in javax.ws.rs.container
-
A meta-provider for dynamic registration of post-matching providers
during an application setup at deployment time.
- EISSystemException - Exception in javax.resource.spi
-
An EISSystemException
is used to indicate any EIS
specific system-level
error conditions.
- EISSystemException() - Constructor for exception javax.resource.spi.EISSystemException
-
Constructs a new instance with null as its detail message.
- EISSystemException(String) - Constructor for exception javax.resource.spi.EISSystemException
-
Constructs a new instance with the specified detail message.
- EISSystemException(Throwable) - Constructor for exception javax.resource.spi.EISSystemException
-
Constructs a new throwable with the specified cause.
- EISSystemException(String, Throwable) - Constructor for exception javax.resource.spi.EISSystemException
-
Constructs a new throwable with the specified detail message and cause.
- EISSystemException(String, String) - Constructor for exception javax.resource.spi.EISSystemException
-
Constructs a new throwable with the specified detail message and
an error code.
- EJBStats - Interface in javax.management.j2ee.statistics
-
Specifies statistics provided by all Jakarta Enterprise Beans component types.
- Element - Interface in javax.xml.bind
-
This is an element marker interface.
- element(Element) - Method in class javax.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
-
Adds an extension element to the
W3CEndpointReference
instance's
wsa:EndpointReference
element.
- ElementCollection - Annotation Type in javax.persistence
-
Specifies a collection of instances of a basic type or embeddable
class.
- ELException - Exception in javax.servlet.jsp.el
-
- ELException() - Constructor for exception javax.servlet.jsp.el.ELException
-
Deprecated.
Creates an ELException with no detail message.
- ELException(String) - Constructor for exception javax.servlet.jsp.el.ELException
-
Deprecated.
Creates an ELException with the provided detail message.
- ELException(Throwable) - Constructor for exception javax.servlet.jsp.el.ELException
-
Deprecated.
Creates an ELException with the given root cause.
- ELException(String, Throwable) - Constructor for exception javax.servlet.jsp.el.ELException
-
Deprecated.
Creates an ELException with the given detail message and root cause.
- ELParseException - Exception in javax.servlet.jsp.el
-
- ELParseException() - Constructor for exception javax.servlet.jsp.el.ELParseException
-
Deprecated.
Creates an ELParseException with no detail message.
- ELParseException(String) - Constructor for exception javax.servlet.jsp.el.ELParseException
-
Deprecated.
Creates an ELParseException with the provided detail message.
- EMAIL_ADDRESS - Static variable in interface javax.xml.registry.LifeCycleManager
-
Constant representing the javax.xml.registry.infomodel.EmailAddress interface.
- EmailAddress - Interface in javax.xml.registry.infomodel
-
Represents an email address.
- Embeddable - Annotation Type in javax.persistence
-
Specifies a class whose instances are stored as an intrinsic
part of an owning entity and share the identity of the entity.
- embeddable(Class<X>) - Method in interface javax.persistence.metamodel.Metamodel
-
Return the metamodel embeddable type representing the
embeddable class.
- EmbeddableType<X> - Interface in javax.persistence.metamodel
-
Instances of the type EmbeddableType
represent embeddable types.
- Embedded - Annotation Type in javax.persistence
-
Specifies a persistent field or property of an entity whose
value is an instance of an embeddable class.
- EmbeddedId - Annotation Type in javax.persistence
-
Applied to a persistent field or property of an entity
class or mapped superclass to denote a composite primary
key that is an embeddable class.
- EMPTY_JSON_ARRAY - Static variable in interface javax.json.JsonValue
-
The empty JSON array.
- EMPTY_JSON_OBJECT - Static variable in interface javax.json.JsonValue
-
The empty JSON object.
- enabled - Variable in class javax.xml.ws.WebServiceFeature
-
Specifies if the feature is enabled or disabled
- encode(T) - Method in interface javax.websocket.Encoder.Binary
-
Encode the given object into a byte array.
- encode(T, OutputStream) - Method in interface javax.websocket.Encoder.BinaryStream
-
Encode the given object into a binary stream written to the implementation provided OutputStream.
- encode(T) - Method in interface javax.websocket.Encoder.Text
-
Encode the given object into a String.
- encode(T, Writer) - Method in interface javax.websocket.Encoder.TextStream
-
Encode the given object to a character stream writing it to the supplied Writer.
- Encoded - Annotation Type in javax.ws.rs
-
- EncodeException - Exception in javax.websocket
-
A general exception that occurs when trying to encode a custom object to a string or binary message.
- EncodeException(Object, String) - Constructor for exception javax.websocket.EncodeException
-
Constructor with the object being encoded, and the reason why it failed to be.
- EncodeException(Object, String, Throwable) - Constructor for exception javax.websocket.EncodeException
-
Constructor with the object being encoded, and the reason why it failed to be, and the cause.
- encodePointer(String) - Static method in class javax.json.Json
-
Encodes (escapes) a passed string as defined by
RFC 6901.
- Encoder - Interface in javax.websocket
-
The Encoder interface defines how developers can provide a way to convert their custom objects into web socket
messages.
- Encoder.Binary<T> - Interface in javax.websocket
-
This interface defines how to provide a way to convert a custom object into a binary message.
- Encoder.BinaryStream<T> - Interface in javax.websocket
-
This interface may be implemented by encoding algorithms that want to write the encoded object to a binary
stream.
- Encoder.Text<T> - Interface in javax.websocket
-
This interface defines how to provide a way to convert a custom object into a text message.
- Encoder.TextStream<T> - Interface in javax.websocket
-
This interface may be implemented by encoding algorithms that want to write the encoded object to a character
stream.
- encodeRedirectURL(String) - Method in interface javax.servlet.http.HttpServletResponse
-
Encodes the specified URL for use in the sendRedirect
method or, if encoding is not needed, returns
the URL unchanged.
- encodeRedirectUrl(String) - Method in interface javax.servlet.http.HttpServletResponse
-
- encodeRedirectURL(String) - Method in class javax.servlet.http.HttpServletResponseWrapper
-
The default behavior of this method is to return encodeRedirectURL(String url) on the wrapped response object.
- encodeRedirectUrl(String) - Method in class javax.servlet.http.HttpServletResponseWrapper
-
- encoders(List<Class<? extends Encoder>>) - Method in class javax.websocket.ClientEndpointConfig.Builder
-
Assign the list of encoder implementation classes the client will use.
- encoders(List<Class<? extends Encoder>>) - Method in class javax.websocket.server.ServerEndpointConfig.Builder
-
Sets the list of encoder implementation classes for this builder.
- encodeURL(String) - Method in interface javax.servlet.http.HttpServletResponse
-
Encodes the specified URL by including the session ID, or, if encoding is not needed, returns the URL unchanged.
- encodeUrl(String) - Method in interface javax.servlet.http.HttpServletResponse
-
- encodeURL(String) - Method in class javax.servlet.http.HttpServletResponseWrapper
-
The default behavior of this method is to call encodeURL(String url) on the wrapped response object.
- encodeUrl(String) - Method in class javax.servlet.http.HttpServletResponseWrapper
-
- ENCODING - Static variable in class javax.json.bind.JsonbConfig
-
The Jsonb serialization toJson()
methods will default to this property
for encoding of output JSON data.
- encoding(String) - Method in class javax.ws.rs.core.Response.ResponseBuilder
-
Set the message entity content encoding.
- encodings(String...) - Static method in class javax.ws.rs.core.Variant
-
- encodings(String...) - Method in class javax.ws.rs.core.Variant.VariantListBuilder
-
Set the encoding(s) for this variant.
- ENCODINGSTYLE_URI_PROPERTY - Static variable in interface javax.xml.rpc.Call
-
Standard property for encoding Style: Encoding style specified
as a namespace URI.
- end - Variable in class javax.servlet.jsp.jstl.core.LoopTagSupport
-
Ending index of the iteration ('end' attribute).
- Endpoint - Class in javax.websocket
-
The Web Socket Endpoint represents an object that can handle websocket conversations.
- Endpoint() - Constructor for class javax.websocket.Endpoint
-
- Endpoint - Class in javax.xml.ws
-
A Web service endpoint.
- Endpoint() - Constructor for class javax.xml.ws.Endpoint
-
- ENDPOINT_ADDRESS_PROPERTY - Static variable in interface javax.xml.rpc.Stub
-
Standard property: Target service endpoint address.
- ENDPOINT_ADDRESS_PROPERTY - Static variable in interface javax.xml.ws.BindingProvider
-
Standard property: Target service endpoint address.
- endpointActivation(MessageEndpointFactory, ActivationSpec) - Method in interface javax.resource.spi.ResourceAdapter
-
This is called during the activation of a message endpoint.
- EndpointConfig - Interface in javax.websocket
-
The endpoint configuration contains all the information needed during the handshake process for this end point.
- EndpointContext - Class in javax.xml.ws
-
EndpointContext
allows multiple endpoints in an application
to share any information.
- EndpointContext() - Constructor for class javax.xml.ws.EndpointContext
-
- endpointDeactivation(MessageEndpointFactory, ActivationSpec) - Method in interface javax.resource.spi.ResourceAdapter
-
This is called when a message endpoint is deactivated.
- endpointName(QName) - Method in class javax.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
-
Sets the endpointName
as
wsam:ServiceName/@EndpointName
in the
wsa:Metadata
element.
- EndpointReference - Class in javax.xml.ws
-
This class represents an WS-Addressing EndpointReference
which is a remote reference to a web service endpoint.
- EndpointReference() - Constructor for class javax.xml.ws.EndpointReference
-
Default constructor.
- endSpecified - Variable in class javax.servlet.jsp.jstl.core.LoopTagSupport
-
Boolean flag indicating whether 'end' was specified.
- enlistResource(XAResource) - Method in interface javax.transaction.Transaction
-
Enlist the resource specified with the transaction associated with the
target Transaction object.
- Entity - Annotation Type in javax.persistence
-
Specifies that the class is an entity.
- entity(Class<X>) - Method in interface javax.persistence.metamodel.Metamodel
-
Return the metamodel entity type representing the entity.
- Entity<T> - Class in javax.ws.rs.client
-
Encapsulates message entity including the associated variant information.
- entity(T, MediaType) - Static method in class javax.ws.rs.client.Entity
-
Create an entity using a supplied content media type.
- entity(T, MediaType, Annotation[]) - Static method in class javax.ws.rs.client.Entity
-
Create an entity using a supplied content media type.
- entity(T, String) - Static method in class javax.ws.rs.client.Entity
-
Create an entity using a supplied content media type.
- entity(T, Variant) - Static method in class javax.ws.rs.client.Entity
-
Create an entity using a supplied content media type.
- entity(T, Variant, Annotation[]) - Static method in class javax.ws.rs.client.Entity
-
Create an entity using a supplied content media type.
- entity(Object) - Method in class javax.ws.rs.core.Response.ResponseBuilder
-
Set the response entity in the builder.
- entity(Object, Annotation[]) - Method in class javax.ws.rs.core.Response.ResponseBuilder
-
Set the response entity in the builder.
- ENTITY_CODER - Static variable in class javax.ws.rs.Priorities
-
Message encoder or decoder filter/interceptor priority.
- EntityBeanStats - Interface in javax.management.j2ee.statistics
-
Specifies statistics provided by entity beans.
- EntityExistsException - Exception in javax.persistence
-
- EntityExistsException() - Constructor for exception javax.persistence.EntityExistsException
-
Constructs a new EntityExistsException
exception with
null
as its detail message.
- EntityExistsException(String) - Constructor for exception javax.persistence.EntityExistsException
-
Constructs a new EntityExistsException
exception with the
specified detail message.
- EntityExistsException(String, Throwable) - Constructor for exception javax.persistence.EntityExistsException
-
Constructs a new EntityExistsException
exception with the
specified detail message and cause.
- EntityExistsException(Throwable) - Constructor for exception javax.persistence.EntityExistsException
-
Constructs a new EntityExistsException
exception with the
specified cause.
- EntityGraph<T> - Interface in javax.persistence
-
This type represents the root of an entity graph that will be used
as a template to define the attribute nodes and boundaries of a
graph of entities and entity relationships.
- EntityListeners - Annotation Type in javax.persistence
-
Specifies the callback listener classes to be used for an
entity or mapped superclass.
- EntityManager - Interface in javax.persistence
-
Interface used to interact with the persistence context.
- EntityManagerFactory - Interface in javax.persistence
-
Interface used to interact with the entity manager factory
for the persistence unit.
- EntityNotFoundException - Exception in javax.persistence
-
Thrown by the persistence provider when an entity reference obtained by
EntityManager.getReference
is accessed but the entity does not exist.
- EntityNotFoundException() - Constructor for exception javax.persistence.EntityNotFoundException
-
Constructs a new EntityNotFoundException
exception with
null
as its detail message.
- EntityNotFoundException(String) - Constructor for exception javax.persistence.EntityNotFoundException
-
Constructs a new EntityNotFoundException
exception with the
specified detail message.
- EntityResult - Annotation Type in javax.persistence
-
Used in conjunction with the
SqlResultSetMapping
annotation to map the SELECT
clause of a SQL query to an entity result.
- EntityTag - Class in javax.ws.rs.core
-
An abstraction for the value of a HTTP Entity Tag, used as the value
of an ETag response header.
- EntityTag(String) - Constructor for class javax.ws.rs.core.EntityTag
-
Creates a new instance of a strong EntityTag
.
- EntityTag(String, boolean) - Constructor for class javax.ws.rs.core.EntityTag
-
Creates a new instance of an EntityTag
.
- EntityTransaction - Interface in javax.persistence
-
Interface used to control transactions on resource-local entity
managers.
- EntityType<X> - Interface in javax.persistence.metamodel
-
Instances of the type EntityType
represent entity types.
- entry() - Method in interface javax.persistence.criteria.MapJoin
-
Create an expression that corresponds to the map entry.
- entrySet() - Method in class javax.ws.rs.core.AbstractMultivaluedMap
-
- Enumerated - Annotation Type in javax.persistence
-
Specifies that a persistent property or field should be persisted
as a enumerated type.
- EnumType - Enum in javax.persistence
-
Defines mapping for enumerated types.
- equal(Expression<?>, Expression<?>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create a predicate for testing the arguments for equality.
- equal(Expression<?>, Object) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create a predicate for testing the arguments for equality.
- equals(Object) - Method in interface javax.json.JsonNumber
-
Compares the specified object with this JsonNumber
object for
equality.
- equals(Object) - Method in interface javax.json.JsonString
-
Compares the specified object with this JsonString
for equality.
- equals(Object) - Method in interface javax.resource.cci.Record
-
Check if this instance is equal to another Record.
- equals(Object) - Method in interface javax.resource.spi.ConnectionRequestInfo
-
Checks whether this instance is equal to another.
- equals(Object) - Method in interface javax.resource.spi.ManagedConnectionFactory
-
Check if this ManagedConnectionFactory is equal to another
ManagedConnectionFactory.
- equals(Object) - Method in interface javax.resource.spi.security.GenericCredential
-
Deprecated.
Tests if this GenericCredential instance refers to the same entity
as the supplied object.
- equals(Object) - Method in class javax.resource.spi.security.PasswordCredential
-
Compares this PasswordCredential with the specified object for
equality.
- equals(Object) - Method in class javax.servlet.jsp.jstl.core.IndexedValueExpression
-
- equals(Object) - Method in class javax.servlet.jsp.jstl.core.IteratedValueExpression
-
- equals(Object) - Method in class javax.ws.rs.client.Entity
-
- equals(Object) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
-
This implementation delegates the method call to to the the underlying
[key, multi-value] store.
- equals(Object) - Method in class javax.ws.rs.core.CacheControl
-
Compares object argument to this cache control to see if they are the same
considering all property values.
- equals(Object) - Method in class javax.ws.rs.core.Cookie
-
Compare for equality.
- equals(Object) - Method in class javax.ws.rs.core.EntityTag
-
Compares obj
to this tag to see if they are the same considering
weakness and value.
- equals(Object) - Method in class javax.ws.rs.core.GenericEntity
-
- equals(Object) - Method in class javax.ws.rs.core.GenericType
-
- equals(Object) - Method in class javax.ws.rs.core.Link.JaxbLink
-
- equals(Object) - Method in class javax.ws.rs.core.MediaType
-
Compares obj
to this media type to see if they are the same by comparing
type, subtype and parameters.
- equals(Object) - Method in class javax.ws.rs.core.NewCookie
-
Compare for equality.
- equals(Object) - Method in class javax.ws.rs.core.Variant
-
Compares obj to this variant to see if they are the same
considering all property values.
- equalsIgnoreValueOrder(MultivaluedMap<K, V>) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
-
- equalsIgnoreValueOrder(MultivaluedMap<K, V>) - Method in interface javax.ws.rs.core.MultivaluedMap
-
Compare the specified map with this map for equality modulo the order
of values for each key.
- ERROR - Static variable in interface javax.xml.bind.ValidationEvent
-
Conditions that correspond to the definition of "error" in section
1.2 of the W3C XML 1.0 Recommendation
- ERROR_EXCEPTION - Static variable in interface javax.servlet.RequestDispatcher
-
The name of the request attribute under which the exception object is propagated during an error dispatch
- ERROR_EXCEPTION_TYPE - Static variable in interface javax.servlet.RequestDispatcher
-
The name of the request attribute under which the type of the exception object is propagated during an error
dispatch
- ERROR_MESSAGE - Static variable in interface javax.servlet.RequestDispatcher
-
The name of the request attribute under which the exception message is propagated during an error dispatch
- ERROR_REQUEST_URI - Static variable in interface javax.servlet.RequestDispatcher
-
The name of the request attribute under which the request URI whose processing caused the error is propagated
during an error dispatch
- ERROR_SERVLET_NAME - Static variable in interface javax.servlet.RequestDispatcher
-
The name of the request attribute under which the name of the servlet in which the error occurred is propagated
during an error dispatch
- ERROR_STATUS_CODE - Static variable in interface javax.servlet.RequestDispatcher
-
The name of the request attribute under which the response status is propagated during an error dispatch
- errorCode - Variable in exception javax.transaction.SystemException
-
The error code with which to create the SystemException.
- ErrorData - Class in javax.servlet.jsp
-
Contains information about an error, for error pages.
- ErrorData(Throwable, int, String, String) - Constructor for class javax.servlet.jsp.ErrorData
-
Creates a new ErrorData object.
- ETAG - Static variable in interface javax.ws.rs.core.HttpHeaders
-
- EVAL_BODY_AGAIN - Static variable in interface javax.servlet.jsp.tagext.IterationTag
-
Request the reevaluation of some body.
- EVAL_BODY_BUFFERED - Static variable in interface javax.servlet.jsp.tagext.BodyTag
-
Request the creation of new buffer, a BodyContent on which to evaluate the body of this tag.
- EVAL_BODY_INCLUDE - Static variable in interface javax.servlet.jsp.tagext.Tag
-
Evaluate body into existing out stream.
- EVAL_BODY_TAG - Static variable in interface javax.servlet.jsp.tagext.BodyTag
-
- EVAL_PAGE - Static variable in interface javax.servlet.jsp.tagext.Tag
-
Continue evaluating the page.
- evaluate(VariableResolver) - Method in class javax.servlet.jsp.el.Expression
-
Deprecated.
Evaluates an expression that was previously prepared.
- evaluate(String, Class, VariableResolver, FunctionMapper) - Method in class javax.servlet.jsp.el.ExpressionEvaluator
-
Deprecated.
Evaluates an expression.
- evaluatePreconditions(EntityTag) - Method in interface javax.ws.rs.core.Request
-
Evaluate request preconditions based on the passed in value.
- evaluatePreconditions(Date) - Method in interface javax.ws.rs.core.Request
-
Evaluate request preconditions based on the passed in value.
- evaluatePreconditions(Date, EntityTag) - Method in interface javax.ws.rs.core.Request
-
Evaluate request preconditions based on the passed in value.
- evaluatePreconditions() - Method in interface javax.ws.rs.core.Request
-
Evaluate request preconditions for a resource that does not currently
exist.
- EVENT_TYPE_CREATED - Static variable in interface javax.xml.registry.infomodel.AuditableEvent
-
An event where a RegistryObject is created.
- EVENT_TYPE_DELETED - Static variable in interface javax.xml.registry.infomodel.AuditableEvent
-
An event where a RegistryObject is deleted.
- EVENT_TYPE_DEPRECATED - Static variable in interface javax.xml.registry.infomodel.AuditableEvent
-
An event where a RegistryObject is deprecated.
- EVENT_TYPE_UNDEPRECATED - Static variable in interface javax.xml.registry.infomodel.AuditableEvent
-
An event where a RegistryObject is undeprecated.
- EVENT_TYPE_UPDATED - Static variable in interface javax.xml.registry.infomodel.AuditableEvent
-
An event where a RegistryObject is updated.
- EVENT_TYPE_VERSIONED - Static variable in interface javax.xml.registry.infomodel.AuditableEvent
-
An event where a RegistryObject is versioned.
- evict(Class, Object) - Method in interface javax.persistence.Cache
-
Remove the data for the given entity from the cache.
- evict(Class) - Method in interface javax.persistence.Cache
-
Remove the data for entities of the specified class (and its
subclasses) from the cache.
- evictAll() - Method in interface javax.persistence.Cache
-
Clear the cache.
- EXACT_NAME_MATCH - Static variable in interface javax.xml.registry.FindQualifier
-
Specifies a hint to queries that they should use exact (case-insensitive) match when comparing String values.
- examineAllHeaderElements() - Method in interface javax.xml.soap.SOAPHeader
-
Returns an Iterator
over all the SOAPHeaderElement
objects
in this SOAPHeader
object.
- examineHeaderElements(String) - Method in interface javax.xml.soap.SOAPHeader
-
Returns an Iterator
over all the SOAPHeaderElement
objects
in this SOAPHeader
object
that have the specified actor.
- examineMustUnderstandHeaderElements(String) - Method in interface javax.xml.soap.SOAPHeader
-
Returns an Iterator
over all the SOAPHeaderElement
objects
in this SOAPHeader
object
that have the specified actor and that have a MustUnderstand attribute
whose value is equivalent to true
.
- EXCEPTION - Static variable in class javax.servlet.jsp.PageContext
-
Name used to store uncaught exception in ServletRequest attribute list and PageContext name table.
- ExceptionListener - Interface in javax.jms
-
If a Jakarta Messaging provider detects a serious problem with a Connection
object, it informs the Connection
object's ExceptionListener
, if one has been registered.
- ExceptionMapper<E extends java.lang.Throwable> - Interface in javax.ws.rs.ext
-
Contract for a provider that maps Java exceptions to
Response
.
- ExcludeClassInterceptors - Annotation Type in javax.interceptor
-
Used to exclude class-level interceptors for the lifecycle callback method, business method, timeout method, or
constructor to which it is applied.
- ExcludeDefaultInterceptors - Annotation Type in javax.interceptor
-
Used to exclude default interceptors for a target class or for a lifecycle callback method, business method, timeout
method, or constructor of a target class.
- ExcludeDefaultListeners - Annotation Type in javax.persistence
-
Specifies that the invocation of default listeners is
to be excluded for the entity class (or mapped superclass)
and its subclasses.
- ExcludeSuperclassListeners - Annotation Type in javax.persistence
-
Specifies that the invocation of superclass listeners is
to be excluded for the entity class (or mapped superclass)
and its subclasses.
- excludeUnlistedClasses() - Method in interface javax.persistence.spi.PersistenceUnitInfo
-
Returns whether classes in the root of the persistence unit
that have not been explicitly listed are to be included in the
set of managed classes.
- execute() - Method in interface javax.persistence.StoredProcedureQuery
-
Return true if the first result corresponds to a result set,
and false if it is an update count or if there are no results
other than through INOUT and OUT parameters, if any.
- execute(InteractionSpec, Record, Record) - Method in interface javax.resource.cci.Interaction
-
Executes an interaction represented by the InteractionSpec.
- execute(InteractionSpec, Record) - Method in interface javax.resource.cci.Interaction
-
Executes an interaction represented by the InteractionSpec.
- executeQuery(Query) - Method in interface javax.xml.registry.DeclarativeQueryManager
-
Executes a query as specified by query parameter.
- executeUpdate() - Method in interface javax.persistence.Query
-
Execute an update or delete statement.
- executeUpdate() - Method in interface javax.persistence.StoredProcedureQuery
-
Return the update count of -1 if there is no pending result or
if the first result is not an update count.
- ExecutionContext - Class in javax.resource.spi.work
-
This class models an execution context (transaction, security, etc)
with which the Work
instance must be executed.
- ExecutionContext() - Constructor for class javax.resource.spi.work.ExecutionContext
-
- executorService(ExecutorService) - Method in class javax.ws.rs.client.ClientBuilder
-
Set the client-side ExecutorService
.
- exists(Subquery<?>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create a predicate testing the existence of a subquery result.
- EXPIRES - Static variable in interface javax.ws.rs.core.HttpHeaders
-
- expires(Date) - Method in class javax.ws.rs.core.Response.ResponseBuilder
-
Set the response expiration date.
- Expression<T> - Interface in javax.persistence.criteria
-
Type for query expressions.
- Expression - Class in javax.servlet.jsp.el
-
- Expression() - Constructor for class javax.servlet.jsp.el.Expression
-
Deprecated.
- ExpressionEvaluator - Class in javax.servlet.jsp.el
-
- ExpressionEvaluator() - Constructor for class javax.servlet.jsp.el.ExpressionEvaluator
-
Deprecated.
- ExtensibleObject - Interface in javax.xml.registry.infomodel
-
An ExtensibleObject is one that allows itself to be extended by utilizing
dynamically added Slots that add arbitrary attributes to the object on a
per instance basis.
- Extension - Interface in javax.websocket
-
A simple representation of a websocket extension as a name and map of extension parameters.
- Extension.Parameter - Interface in javax.websocket
-
This member interface defines a single websocket extension parameter.
- extensions(List<Extension>) - Method in class javax.websocket.ClientEndpointConfig.Builder
-
Set the extensions for the configuration this builder will build.
- extensions(List<Extension>) - Method in class javax.websocket.server.ServerEndpointConfig.Builder
-
Sets the extensions to use in the configuration.
- EXTERNAL_IDENTIFIER - Static variable in interface javax.xml.registry.LifeCycleManager
-
Constant representing the javax.xml.registry.infomodel.ExternalIdentifier interface.
- EXTERNAL_LINK - Static variable in interface javax.xml.registry.LifeCycleManager
-
Constant representing the javax.xml.registry.infomodel.ExternalLink interface.
- ExternalIdentifier - Interface in javax.xml.registry.infomodel
-
ExternalIdentifier instances provide the additional identifier information
to RegistryObjects such as DUNS number, Social Security Number, or an alias
name of the organization.
- ExternalLink - Interface in javax.xml.registry.infomodel
-
ExternalLink instances model a named URI to content that may reside outside
the registry.
- extractAllHeaderElements() - Method in interface javax.xml.soap.SOAPHeader
-
Returns an Iterator
over all the SOAPHeaderElement
objects
in this SOAPHeader
object and detaches them
from this SOAPHeader
object.
- extractContentAsDocument() - Method in interface javax.xml.soap.SOAPBody
-
Creates a new DOM Document
and sets
the first child of this SOAPBody
as it's document
element.
- extractHeaderElements(String) - Method in interface javax.xml.soap.SOAPHeader
-
Returns an Iterator
over all the SOAPHeaderElement
objects
in this SOAPHeader
object
that have the specified actor and detaches them
from this SOAPHeader
object.
- EXTRINSIC_OBJECT - Static variable in interface javax.xml.registry.LifeCycleManager
-
Constant representing the javax.xml.registry.infomodel.ExternalLink interface.
- ExtrinsicObject - Interface in javax.xml.registry.infomodel
-
ExtrinsicObjects provide metadata that describes submitted content whose
type is not intrinsically known to the registry and therefore must be
described by means of additional attributes (e.g., mime type).
- ge(Expression<? extends Number>, Expression<? extends Number>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create a predicate for testing whether the first argument is
greater than or equal to the second.
- ge(Expression<? extends Number>, Number) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create a predicate for testing whether the first argument is
greater than or equal to the second.
- generate(char[]) - Method in interface javax.security.enterprise.identitystore.PasswordHash
-
Generate an encoded password hash value for storage in a user's account.
- Generated - Annotation Type in javax.annotation
-
The Generated
annotation is used to mark source code
that has been generated.
- GeneratedValue - Annotation Type in javax.persistence
-
Provides for the specification of generation strategies for the
values of primary keys.
- generateLoginToken(CallerPrincipal, Set<String>) - Method in interface javax.security.enterprise.identitystore.RememberMeIdentityStore
-
Associates the given principal and groups with a token.
- generateSchema(String, Map) - Static method in class javax.persistence.Persistence
-
Create database schemas and/or tables and/or create DDL
scripts as determined by the supplied properties.
- generateSchema(PersistenceUnitInfo, Map) - Method in interface javax.persistence.spi.PersistenceProvider
-
Create database schemas and/or tables and/or create DDL
scripts as determined by the supplied properties.
- generateSchema(String, Map) - Method in interface javax.persistence.spi.PersistenceProvider
-
Create database schemas and/or tables and/or create DDL
scripts as determined by the supplied properties.
- generateSchema(SchemaOutputResolver) - Method in class javax.xml.bind.JAXBContext
-
Generates the schema documents for this context.
- GenerationType - Enum in javax.persistence
-
Defines the types of primary key generation strategies.
- GenericCredential - Interface in javax.resource.spi.security
-
- GenericEntity<T> - Class in javax.ws.rs.core
-
Represents a message entity of a generic type T
.
- GenericEntity(T) - Constructor for class javax.ws.rs.core.GenericEntity
-
Constructs a new generic entity.
- GenericEntity(T, Type) - Constructor for class javax.ws.rs.core.GenericEntity
-
Create a new instance of GenericEntity, supplying the generic type information.
- GenericFilter - Class in javax.servlet
-
Defines a generic, protocol-independent filter.
- GenericFilter() - Constructor for class javax.servlet.GenericFilter
-
Does nothing.
- GenericHandler - Class in javax.xml.rpc.handler
-
The javax.xml.rpc.handler.GenericHandler
class
implements the Handler
interface.
- GenericHandler() - Constructor for class javax.xml.rpc.handler.GenericHandler
-
Default constructor
- GenericServlet - Class in javax.servlet
-
Defines a generic, protocol-independent servlet.
- GenericServlet() - Constructor for class javax.servlet.GenericServlet
-
Does nothing.
- GenericType<T> - Class in javax.ws.rs.core
-
Represents a generic message entity type T
.
- GenericType() - Constructor for class javax.ws.rs.core.GenericType
-
Constructs a new generic type, deriving the generic type and class from
type parameter.
- GenericType(Type) - Constructor for class javax.ws.rs.core.GenericType
-
Constructs a new generic type, supplying the generic type
information and deriving the class.
- get(SingularAttribute<? super X, Y>) - Method in interface javax.persistence.criteria.Path
-
Create a path corresponding to the referenced
single-valued attribute.
- get(PluralAttribute<X, C, E>) - Method in interface javax.persistence.criteria.Path
-
Create a path corresponding to the referenced
collection-valued attribute.
- get(MapAttribute<X, K, V>) - Method in interface javax.persistence.criteria.Path
-
Create a path corresponding to the referenced
map-valued attribute.
- get(String) - Method in interface javax.persistence.criteria.Path
-
Create a path corresponding to the referenced attribute.
- get(TupleElement<X>) - Method in interface javax.persistence.Tuple
-
Get the value of the specified tuple element.
- get(String, Class<X>) - Method in interface javax.persistence.Tuple
-
Get the value of the tuple element to which the
specified alias has been assigned.
- get(String) - Method in interface javax.persistence.Tuple
-
Get the value of the tuple element to which the
specified alias has been assigned.
- get(int, Class<X>) - Method in interface javax.persistence.Tuple
-
Get the value of the element at the specified
position in the result tuple.
- get(int) - Method in interface javax.persistence.Tuple
-
Get the value of the element at the specified
position in the result tuple.
- get(PageContext, String, int) - Static method in class javax.servlet.jsp.jstl.core.Config
-
Looks up a configuration variable in the given scope.
- get(ServletRequest, String) - Static method in class javax.servlet.jsp.jstl.core.Config
-
Looks up a configuration variable in the "request" scope.
- get(HttpSession, String) - Static method in class javax.servlet.jsp.jstl.core.Config
-
Looks up a configuration variable in the "session" scope.
- get(ServletContext, String) - Static method in class javax.servlet.jsp.jstl.core.Config
-
Looks up a configuration variable in the "application" scope.
- get() - Method in interface javax.ws.rs.client.AsyncInvoker
-
Invoke HTTP GET method for the current request asynchronously.
- get(Class<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
-
Invoke HTTP GET method for the current request asynchronously.
- get(GenericType<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
-
Invoke HTTP GET method for the current request asynchronously.
- get(InvocationCallback<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
-
Invoke HTTP GET method for the current request asynchronously.
- get() - Method in interface javax.ws.rs.client.CompletionStageRxInvoker
-
- get(Class<T>) - Method in interface javax.ws.rs.client.CompletionStageRxInvoker
-
- get(GenericType<T>) - Method in interface javax.ws.rs.client.CompletionStageRxInvoker
-
- get() - Method in interface javax.ws.rs.client.RxInvoker
-
Invoke HTTP GET method for the current request.
- get(Class<R>) - Method in interface javax.ws.rs.client.RxInvoker
-
Invoke HTTP GET method for the current request.
- get(GenericType<R>) - Method in interface javax.ws.rs.client.RxInvoker
-
Invoke HTTP GET method for the current request.
- get() - Method in interface javax.ws.rs.client.SyncInvoker
-
Invoke HTTP GET method for the current request synchronously.
- get(Class<T>) - Method in interface javax.ws.rs.client.SyncInvoker
-
Invoke HTTP GET method for the current request synchronously.
- get(GenericType<T>) - Method in interface javax.ws.rs.client.SyncInvoker
-
Invoke HTTP GET method for the current request synchronously.
- get(Object) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
-
- GET - Annotation Type in javax.ws.rs
-
Indicates that the annotated method responds to HTTP GET requests.
- GET - Static variable in annotation type javax.ws.rs.HttpMethod
-
HTTP GET method.
- get(Object) - Method in class javax.xml.soap.SOAPConnection
-
Gets a message from a specific endpoint and blocks until it receives,
- getAbsolutePath() - Method in interface javax.ws.rs.core.UriInfo
-
Get the absolute path of the request.
- getAbsolutePathBuilder() - Method in interface javax.ws.rs.core.UriInfo
-
Get the absolute path of the request in the form of a UriBuilder.
- getAcceptableLanguages() - Method in interface javax.ws.rs.client.ClientRequestContext
-
Get a list of languages that are acceptable for the response.
- getAcceptableLanguages() - Method in interface javax.ws.rs.container.ContainerRequestContext
-
Get a list of languages that are acceptable for the response.
- getAcceptableLanguages() - Method in interface javax.ws.rs.core.HttpHeaders
-
Get a list of languages that are acceptable for the response.
- getAcceptableMediaTypes() - Method in interface javax.ws.rs.client.ClientRequestContext
-
Get a list of media types that are acceptable for the response.
- getAcceptableMediaTypes() - Method in interface javax.ws.rs.container.ContainerRequestContext
-
Get a list of media types that are acceptable for the response.
- getAcceptableMediaTypes() - Method in interface javax.ws.rs.core.HttpHeaders
-
Get a list of media types that are acceptable for the response.
- getAccessURI() - Method in interface javax.xml.registry.infomodel.ServiceBinding
-
Gets the URI that gives access to the service via this binding.
- getAcknowledgeMode() - Method in interface javax.jms.Session
-
Returns the acknowledgement mode of the session.
- getActivationName() - Method in interface javax.resource.spi.endpoint.MessageEndpointFactory
-
Returns a unique name for the message endpoint deployment represented
by the MessageEndpointFactory
.
- getActiveCount() - Method in interface javax.management.j2ee.statistics.JTAStats
-
Number of active transactions.
- getActor() - Method in interface javax.xml.soap.SOAPHeaderElement
-
Returns the uri of the actor attribute of this
SOAPHeaderElement
.
- getAdaptee() - Method in class javax.servlet.jsp.tagext.TagAdapter
-
Gets the tag that is being adapted to the Tag interface.
- getAdapter(Class<A>) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
- getAdapter(Class<A>) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
- getAdapter(Class<A>) - Method in interface javax.xml.bind.Marshaller
-
Gets the adapter associated with the specified type.
- getAdapter(Class<A>) - Method in interface javax.xml.bind.Unmarshaller
-
Gets the adapter associated with the specified type.
- getAdapterName() - Method in interface javax.resource.cci.ResourceAdapterMetaData
-
Gets a tool displayable name of the resource adapter.
- getAdapterShortDescription() - Method in interface javax.resource.cci.ResourceAdapterMetaData
-
Gets a tool displayable short desription of the resource
adapter.
- getAdapterVendorName() - Method in interface javax.resource.cci.ResourceAdapterMetaData
-
Gets the name of the vendor that has provided the resource
adapter.
- getAdapterVersion() - Method in interface javax.resource.cci.ResourceAdapterMetaData
-
Gets the version of the resource adapter.
- getAddress() - Method in interface javax.xml.registry.infomodel.EmailAddress
-
Returns the email address for this object.
- getAlias() - Method in interface javax.persistence.TupleElement
-
Return the alias assigned to the tuple element or null,
if no alias has been assigned.
- getAllAttributes() - Method in interface javax.xml.soap.SOAPElement
-
Returns an Iterator
over all of the attribute
Name
objects in this
SOAPElement
object.
- getAllAttributesAsQNames() - Method in interface javax.xml.soap.SOAPElement
-
Returns an Iterator
over all of the attributes
in this SOAPElement
as QName
objects.
- getAllHeaders() - Method in class javax.xml.soap.MimeHeaders
-
Returns all the MimeHeader
s in this MimeHeaders
object.
- getAllMimeHeaders() - Method in class javax.xml.soap.AttachmentPart
-
Retrieves all the headers for this AttachmentPart
object
as an iterator over the MimeHeader
objects.
- getAllMimeHeaders() - Method in class javax.xml.soap.SOAPPart
-
Retrieves all the headers for this SOAPPart
object
as an iterator over the MimeHeader
objects.
- getAllowedMethods() - Method in interface javax.ws.rs.client.ClientResponseContext
-
Get the allowed HTTP methods from the Allow HTTP header.
- getAllowedMethods() - Method in interface javax.ws.rs.container.ContainerResponseContext
-
Get the allowed HTTP methods from the Allow HTTP header.
- getAllowedMethods() - Method in class javax.ws.rs.core.Response
-
Get the allowed HTTP methods from the Allow HTTP header.
- getAnnotatedEndpointClasses(Set<Class<?>>) - Method in interface javax.websocket.server.ServerApplicationConfig
-
Return a set of annotated endpoint classes that the server container must deploy.
- getAnnotations() - Method in class javax.ws.rs.client.Entity
-
Get the entity annotations.
- getAnnotations() - Method in interface javax.ws.rs.ext.InterceptorContext
-
Get an array of the annotations formally declared on the artifact that
initiated the intercepted entity provider invocation.
- getApplicationData() - Method in interface javax.websocket.PongMessage
-
The application data inside the pong message from the peer.
- getAreaCode() - Method in interface javax.xml.registry.infomodel.TelephoneNumber
-
Gets the area code.
- getArray() - Method in interface javax.json.stream.JsonParser
-
Returns a JsonArray
and advance the parser to the
the corresponding END_ARRAY
.
- getArrayStream() - Method in interface javax.json.stream.JsonParser
-
Returns a stream of the JsonArray
elements.
- getAsMap() - Method in class javax.json.bind.JsonbConfig
-
Return all configuration properties as an unmodifiable map.
- getAssociatedObjects() - Method in interface javax.xml.registry.infomodel.RegistryObject
-
Returns the collection of RegistryObject instances associated with this object.
- getAssociations() - Method in interface javax.xml.registry.infomodel.RegistryObject
-
Gets all Associations where this object is source.
- getAssociationType() - Method in interface javax.xml.registry.infomodel.Association
-
Gets the association type for this Association.
- getAsync() - Method in interface javax.jms.JMSProducer
-
If subsequent calls to send
on this JMSProducer
object have been configured to be asynchronous then
this method returns the CompletionListener
that has previously been configured.
- getAsyncContext() - Method in class javax.servlet.AsyncEvent
-
Gets the AsyncContext from this AsyncEvent.
- getAsyncContext() - Method in interface javax.servlet.ServletRequest
-
- getAsyncContext() - Method in class javax.servlet.ServletRequestWrapper
-
- getAsyncRemote() - Method in interface javax.websocket.Session
-
Return a reference a RemoteEndpoint object representing the peer of this conversation that is able to send
messages asynchronously to the peer.
- getAttachment(SOAPElement) - Method in class javax.xml.soap.SOAPMessage
-
Returns an AttachmentPart
object that is associated with an
attachment that is referenced by this SOAPElement
or
null
if no such attachment exists.
- getAttachmentAsByteArray(String) - Method in class javax.xml.bind.attachment.AttachmentUnmarshaller
-
Retrieve the attachment identified by content-id, cid
, as a byte[]
.
- getAttachmentAsDataHandler(String) - Method in class javax.xml.bind.attachment.AttachmentUnmarshaller
-
Lookup MIME content by content-id, cid
, and return as a DataHandler
.
- getAttachmentMarshaller() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
- getAttachmentMarshaller() - Method in interface javax.xml.bind.Marshaller
-
- getAttachments() - Method in class javax.xml.soap.SOAPMessage
-
Retrieves all the AttachmentPart
objects that are part of
this SOAPMessage
object.
- getAttachments(MimeHeaders) - Method in class javax.xml.soap.SOAPMessage
-
Retrieves all the AttachmentPart
objects that have header
entries that match the specified headers.
- getAttachmentUnmarshaller() - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
- getAttachmentUnmarshaller() - Method in interface javax.xml.bind.Unmarshaller
-
- getAttribute(ObjectName, String) - Method in interface javax.management.j2ee.Management
-
Gets the value of a specific attribute of a named managed object.
- getAttribute() - Method in interface javax.persistence.criteria.Fetch
-
Return the metamodel attribute corresponding to the
fetch join.
- getAttribute() - Method in interface javax.persistence.criteria.Join
-
Return the metamodel attribute corresponding to the join.
- getAttribute(String) - Method in interface javax.persistence.metamodel.ManagedType
-
Return the attribute of the managed
type that corresponds to the specified name.
- getAttribute(String) - Method in interface javax.servlet.http.HttpSession
-
Returns the object bound with the specified name in this session, or null
if no object is bound
under the name.
- getAttribute(String) - Method in class javax.servlet.jsp.JspContext
-
Returns the object associated with the name in the page scope or null if not found.
- getAttribute(String, int) - Method in class javax.servlet.jsp.JspContext
-
Return the object associated with the name in the specified scope or null if not found.
- getAttribute(String) - Method in class javax.servlet.jsp.tagext.TagData
-
The value of the attribute.
- getAttribute(String) - Method in interface javax.servlet.ServletContext
-
Returns the servlet container attribute with the given name, or null
if there is no attribute by
that name.
- getAttribute(String) - Method in interface javax.servlet.ServletRequest
-
Returns the value of the named attribute as an Object
, or null
if no attribute of the
given name exists.
- getAttribute(String) - Method in class javax.servlet.ServletRequestWrapper
-
The default behavior of this method is to call getAttribute(String name) on the wrapped request object.
- getAttribute(String) - Method in class javax.xml.ws.spi.http.HttpContext
-
Returns an attribute value for container's configuration
and other data that can be used by jax-ws runtime.
- getAttribute(String) - Method in class javax.xml.ws.spi.http.HttpExchange
-
Returns an attribute that is associated with this
HttpExchange
.
- getAttributeName() - Method in interface javax.persistence.AttributeNode
-
Return the name of the attribute corresponding to the
attribute node.
- getAttributeNames() - Method in interface javax.servlet.http.HttpSession
-
Returns an Enumeration
of String
objects containing the names of all the objects bound
to this session.
- getAttributeNames() - Method in interface javax.servlet.ServletContext
-
Returns an Enumeration
containing the attribute names available within this ServletContext.
- getAttributeNames() - Method in interface javax.servlet.ServletRequest
-
Returns an Enumeration
containing the names of the attributes available to this request.
- getAttributeNames() - Method in class javax.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getAttributeNames() on the wrapped request object.
- getAttributeNames() - Method in class javax.xml.ws.spi.http.HttpContext
-
Returns all attribute names for container's configuration
and other data that can be used by jax-ws runtime.
- getAttributeNames() - Method in class javax.xml.ws.spi.http.HttpExchange
-
Gives all the attribute names that are associated with
this HttpExchange
.
- getAttributeNamesInScope(int) - Method in class javax.servlet.jsp.JspContext
-
Enumerate all the attributes in a given scope.
- getAttributeNodes() - Method in interface javax.persistence.EntityGraph
-
Return the attribute nodes of this entity that are included in
the entity graph.
- getAttributeNodes() - Method in interface javax.persistence.Subgraph
-
Return the attribute nodes corresponding to the attributes of
this managed type that are included in the subgraph.
- getAttributes(ObjectName, String[]) - Method in interface javax.management.j2ee.Management
-
Enables the values of several attributes of a named managed object.
- getAttributes() - Method in interface javax.persistence.metamodel.ManagedType
-
Return the attributes of the managed type.
- getAttributes() - Method in class javax.servlet.jsp.tagext.TagData
-
Enumerates the attributes.
- getAttributes() - Method in class javax.servlet.jsp.tagext.TagInfo
-
Attribute information (in the TLD) on this tag.
- getAttributesScope(String) - Method in class javax.servlet.jsp.JspContext
-
Get the scope where a given attribute is defined.
- getAttributeString(String) - Method in class javax.servlet.jsp.tagext.TagData
-
Get the value for a given attribute.
- getAttributeValue(Name) - Method in interface javax.xml.soap.SOAPElement
-
Returns the value of the attribute with the specified name.
- getAttributeValue(QName) - Method in interface javax.xml.soap.SOAPElement
-
Returns the value of the attribute with the specified qname.
- getAuditTrail() - Method in interface javax.xml.registry.infomodel.RegistryObject
-
Returns the complete audit trail of all requests that effected a state change in this object as an ordered Collection
of AuditableEvent objects.
- getAuthenticationScheme() - Method in interface javax.ws.rs.core.SecurityContext
-
Returns the string value of the authentication scheme used to protect
the resource.
- getAuthParameters() - Method in interface javax.security.enterprise.authentication.mechanism.http.HttpMessageContext
-
Returns the parameters that were provided with the SecurityContext#authenticate(AuthParameters) call.
- getAuthParameters() - Method in class javax.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
-
- getAuthType() - Method in interface javax.servlet.http.HttpServletRequest
-
Returns the name of the authentication scheme used to protect the servlet.
- getAuthType() - Method in class javax.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getAuthType() on the wrapped request object.
- getAutoStart() - Method in interface javax.jms.JMSContext
-
Returns whether the underlying connection used by this JMSContext
will be started automatically when a
consumer is created.
- getBase64Content() - Method in class javax.xml.soap.AttachmentPart
-
Returns an InputStream
which can be used to obtain the
content of AttachmentPart
as Base64 encoded
character data, this method would base64 encode the raw bytes
of the attachment and return.
- getBaseUri() - Method in interface javax.ws.rs.core.UriInfo
-
Get the base URI of the application.
- getBaseUriBuilder() - Method in interface javax.ws.rs.core.UriInfo
-
Get the base URI of the application in the form of a UriBuilder.
- getBasicRemote() - Method in interface javax.websocket.Session
-
Return a reference a RemoteEndpoint object representing the peer of this conversation that is able to send
messages synchronously to the peer.
- getBatchingAllowed() - Method in interface javax.websocket.RemoteEndpoint
-
Return whether the implementation is allowed to batch outgoing messages before sending.
- getBegin() - Method in interface javax.servlet.jsp.jstl.core.LoopTagStatus
-
Returns the value of the 'begin' attribute for the associated tag,
or null if no 'begin' attribute was specified.
- getBigDecimal() - Method in interface javax.json.stream.JsonParser
-
Returns a JSON number as a BigDecimal
.
- getBindableJavaType() - Method in interface javax.persistence.metamodel.Bindable
-
Return the Java type of the represented object.
- getBindableType() - Method in interface javax.persistence.metamodel.Bindable
-
Return the bindable type of the represented object.
- getBinding() - Method in interface javax.xml.ws.BindingProvider
-
Get the Binding for this binding provider.
- getBinding() - Method in class javax.xml.ws.Endpoint
-
Returns the binding for this endpoint.
- getBindingID() - Method in interface javax.xml.ws.Binding
-
Get the URI for this binding instance.
- getBindingID() - Method in interface javax.xml.ws.handler.PortInfo
-
Gets the URI identifying the binding used by the port being accessed.
- getBody(Class<T>) - Method in interface javax.jms.Message
-
Returns the message body as an object of the specified type.
- getBody() - Method in interface javax.xml.soap.SOAPEnvelope
-
Returns the SOAPBody
object associated with this
SOAPEnvelope
object.
- getBodyContent() - Method in class javax.servlet.jsp.tagext.BodyTagSupport
-
Get current bodyContent.
- getBodyContent() - Method in class javax.servlet.jsp.tagext.TagInfo
-
The bodycontent information for this tag.
- getBodyLength() - Method in interface javax.jms.BytesMessage
-
Gets the number of bytes of the message body when the message is in read-only mode.
- getBoolean(String) - Method in interface javax.jms.MapMessage
-
Returns the boolean
value with the specified name.
- getBoolean(int) - Method in interface javax.json.JsonArray
-
Returns the boolean value at the specified position.
- getBoolean(int, boolean) - Method in interface javax.json.JsonArray
-
Returns the boolean value at the specified position.
- getBoolean(String) - Method in interface javax.json.JsonObject
-
Returns the boolean value of the associated mapping for the specified
name.
- getBoolean(String, boolean) - Method in interface javax.json.JsonObject
-
Returns the boolean value of the associated mapping for the specified
name.
- getBooleanProperty(String) - Method in interface javax.jms.JMSProducer
-
Returns the message property with the specified name that has been set on this JMSProducer
, converted to a
boolean
.
- getBooleanProperty(String) - Method in interface javax.jms.Message
-
Returns the value of the boolean
property with the specified name.
- getBuffer() - Method in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
-
Gets the value of the buffer
configuration, which specifies the default size of the response buffer
for any JSP pages mapped to the JSP property group represented by this JspPropertyGroupDescriptor
.
- getBufferSize() - Method in class javax.servlet.jsp.JspWriter
-
This method returns the size of the buffer used by the JspWriter.
- getBufferSize() - Method in interface javax.servlet.ServletResponse
-
Returns the actual buffer size used for the response.
- getBufferSize() - Method in class javax.servlet.ServletResponseWrapper
-
The default behavior of this method is to return getBufferSize() on the wrapped response object.
- getBuilder() - Method in class javax.xml.bind.annotation.W3CDomHandler
-
- getBulkResponse(String) - Method in interface javax.xml.registry.RegistryService
-
Returns the BulkResponse associated with specified requestId.
- getBusinessLifeCycleManager() - Method in interface javax.xml.registry.RegistryService
-
Returns the BusinessLifeCycleManager object implemented by the Jakarta XML Registries provider.
- getBusinessQueryManager() - Method in interface javax.xml.registry.RegistryService
-
Returns the BusinessQueryManager object implemented by the Jakarta XML Registries provider.
- getByte(String) - Method in interface javax.jms.MapMessage
-
Returns the byte
value with the specified name.
- getByteProperty(String) - Method in interface javax.jms.JMSProducer
-
Returns the message property with the specified name that has been set on this JMSProducer
, converted to a
String
.
- getByteProperty(String) - Method in interface javax.jms.Message
-
Returns the value of the byte
property with the specified name.
- getBytes(String) - Method in interface javax.jms.MapMessage
-
Returns the byte array value with the specified name.
- getBytes() - Method in exception javax.websocket.DecodeException
-
Return the ByteBuffer containing either the whole message, or the partial message, that could not be decoded, or
null
if this exception arose from a failure to decode a text message.
- getCache() - Method in interface javax.persistence.EntityManagerFactory
-
Access the cache that is associated with the entity manager
factory (the "second level cache").
- getCacheExtension() - Method in class javax.ws.rs.core.CacheControl
-
Corresponds to a set of extension cache control directives.
- getCaller() - Method in class javax.security.enterprise.credential.CallerOnlyCredential
-
- getCaller() - Method in class javax.security.enterprise.credential.UsernamePasswordCredential
-
- getCallerDn() - Method in class javax.security.enterprise.identitystore.CredentialValidationResult
-
Return the CallerPrincipal for the validated credential.
- getCallerGroups() - Method in class javax.security.enterprise.identitystore.CredentialValidationResult
-
Determines the set of groups that the specified Caller is in, based on
the associated identity store.
- getCallerGroups(CredentialValidationResult) - Method in interface javax.security.enterprise.identitystore.IdentityStore
-
Returns groups for the caller, who is identified by the
CallerPrincipal
(and potentially other values) found in the
validationResult
parameter.
- getCallerPrincipal() - Method in interface javax.security.enterprise.authentication.mechanism.http.HttpMessageContext
-
Gets the Principal set by a call to notifyContainerAboutLogin().
- getCallerPrincipal() - Method in class javax.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
-
- getCallerPrincipal() - Method in class javax.security.enterprise.identitystore.CredentialValidationResult
-
Return the CallerPrincipal for the validated credential.
- getCallerPrincipal() - Method in interface javax.security.enterprise.SecurityContext
-
Retrieve the platform-specific java.security.Principal
that represents
the name of authenticated caller, or null if the current caller is not authenticated.
- getCallerUniqueId() - Method in class javax.security.enterprise.identitystore.CredentialValidationResult
-
Return a string that uniquely identifies this caller within the identity store
(since the Principal name used may not be unique).
- getCalls(QName) - Method in interface javax.xml.rpc.Service
-
Gets an array of preconfigured Call
objects for
invoking operations on the specified port.
- getCapabilityLevel() - Method in interface javax.xml.registry.CapabilityProfile
-
Gets the capability level supported by the Jakarta XML Registries provider.
- getCapabilityProfile() - Method in interface javax.xml.registry.RegistryService
-
Returns the CapabilityProfile for the Jakarta XML Registries provider.
- getCause() - Method in exception javax.xml.bind.JAXBException
-
- getCause() - Method in exception javax.xml.registry.JAXRException
-
Returns the Throwable embedded in this JAXRException
if there is one.
- getCause() - Method in exception javax.xml.soap.SOAPException
-
Returns the Throwable
object embedded in this
SOAPException
if there is one.
- getChallenges() - Method in exception javax.ws.rs.NotAuthorizedException
-
Get the list of authorization challenges associated with the exception and
applicable to the resource requested by the client.
- getChar(String) - Method in interface javax.jms.MapMessage
-
Returns the Unicode character value with the specified name.
- getCharacterEncoding() - Method in interface javax.servlet.ServletRequest
-
Returns the name of the character encoding used in the body of this request.
- getCharacterEncoding() - Method in class javax.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getCharacterEncoding() on the wrapped request object.
- getCharacterEncoding() - Method in interface javax.servlet.ServletResponse
-
Returns the name of the character encoding (MIME charset) used for the body sent in this response.
- getCharacterEncoding() - Method in class javax.servlet.ServletResponseWrapper
-
The default behavior of this method is to return getCharacterEncoding() on the wrapped response object.
- getChars() - Method in interface javax.json.JsonString
-
Returns the char sequence for the JSON String value
- getCharsetName() - Method in interface javax.xml.registry.infomodel.LocalizedString
-
Gets the canonical name for the charset for this object.
- getChildConceptCount() - Method in interface javax.xml.registry.infomodel.ClassificationScheme
-
Gets number of children.
- getChildConceptCount() - Method in interface javax.xml.registry.infomodel.Concept
-
Gets number of children.
- getChildElements() - Method in interface javax.xml.soap.SOAPElement
-
Returns an
Iterator
over all the immediate child
Node
s of this element.
- getChildElements(Name) - Method in interface javax.xml.soap.SOAPElement
-
Returns an
Iterator
over all the immediate child
Node
s of this element with the specified name.
- getChildElements(QName) - Method in interface javax.xml.soap.SOAPElement
-
Returns an
Iterator
over all the immediate child
Node
s of this element with the specified qname.
- getChildOrganizationCount() - Method in interface javax.xml.registry.infomodel.Organization
-
Gets number of children.
- getChildOrganizations() - Method in interface javax.xml.registry.infomodel.Organization
-
Gets all immediate children Organizations.
- getChildrenConcepts() - Method in interface javax.xml.registry.infomodel.ClassificationScheme
-
Gets all immediate children Concepts.
- getChildrenConcepts() - Method in interface javax.xml.registry.infomodel.Concept
-
Gets all immediate children Concepts.
- getCity() - Method in interface javax.xml.registry.infomodel.PostalAddress
-
Returns the city.
- getClasses() - Method in class javax.ws.rs.core.Application
-
Get a set of root resource, provider and
feature
classes.
- getClasses() - Method in interface javax.ws.rs.core.Configuration
-
Get the immutable set of registered component (such as provider or
feature
) classes to be instantiated, injected and utilized in the scope
of the configurable instance.
- getClassifications() - Method in interface javax.xml.registry.infomodel.RegistryObject
-
Gets the Classification instances that classify this object.
- getClassificationScheme() - Method in interface javax.xml.registry.infomodel.Classification
-
Gets the ClassificationScheme that is used in classifying the object.
- getClassificationScheme() - Method in interface javax.xml.registry.infomodel.Concept
-
Gets the ClassificationScheme that this Concept is a descendent of.
- getClassifiedObject() - Method in interface javax.xml.registry.infomodel.Classification
-
Gets the Object that is being classified.
- getClassLoader() - Method in interface javax.persistence.spi.PersistenceUnitInfo
-
Returns ClassLoader that the provider may use to load any
classes, resources, or open URLs.
- getClassLoader() - Method in interface javax.servlet.ServletContext
-
Gets the class loader of the web application represented by this ServletContext.
- getClassName() - Method in class javax.servlet.jsp.tagext.TagVariableInfo
-
The body of the <variable-class> element.
- getClassName() - Method in class javax.servlet.jsp.tagext.VariableInfo
-
Returns the type of this variable.
- getClassName() - Method in interface javax.servlet.Registration
-
Gets the fully qualified class name of the Servlet or Filter that is represented by this Registration.
- getClassType() - Method in interface javax.persistence.Subgraph
-
Return the type for which this subgraph was defined.
- getClient() - Method in interface javax.ws.rs.client.ClientRequestContext
-
Get the client instance associated with the request.
- getClientID() - Method in interface javax.jms.Connection
-
Gets the client identifier for this connection.
- getClientID() - Method in interface javax.jms.JMSContext
-
Gets the client identifier for the JMSContext's connection.
- getClientSubject() - Method in interface javax.security.enterprise.authentication.mechanism.http.HttpMessageContext
-
Returns the subject for which authentication is to take place.
- getClientSubject() - Method in class javax.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
-
- getCloseCode(int) - Static method in enum javax.websocket.CloseReason.CloseCodes
-
Creates a CloseCode from the given int code number.
- getCloseCode() - Method in class javax.websocket.CloseReason
-
The Close code associated with this CloseReason.
- getCloseCount() - Method in interface javax.management.j2ee.statistics.JCAConnectionPoolStats
-
The number of connections closed
- getCloseCount() - Method in interface javax.management.j2ee.statistics.JDBCConnectionPoolStats
-
Number of connections closed.
- getCode() - Method in interface javax.websocket.CloseReason.CloseCode
-
Returns the code number, for example the integer '1000' for normal closure.
- getCode() - Method in enum javax.websocket.CloseReason.CloseCodes
-
Return the code number of this status code.
- getCollection(String, Class<E>) - Method in interface javax.persistence.metamodel.ManagedType
-
Return the Collection-valued attribute of the managed type
that corresponds to the specified name and Java element type.
- getCollection(String) - Method in interface javax.persistence.metamodel.ManagedType
-
Return the Collection-valued attribute of the managed type
that corresponds to the specified name.
- getCollection() - Method in interface javax.xml.registry.BulkResponse
-
Get the Collection of objects returned as a response of a
bulk operation.
- getCollectionType() - Method in interface javax.persistence.metamodel.PluralAttribute
-
Return the collection type.
- getColumnNames() - Method in interface javax.servlet.jsp.jstl.sql.Result
-
Returns the names of the columns in the result.
- getColumnNumber() - Method in interface javax.json.stream.JsonLocation
-
Return the column number (starts with 1 for the first column) for the current JSON event in the input source.
- getColumnNumber() - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
-
- getColumnNumber() - Method in interface javax.xml.bind.ValidationEventLocator
-
Return the column number if available
- getComment() - Method in class javax.servlet.http.Cookie
-
Returns the comment describing the purpose of this cookie, or null
if the cookie has no comment.
- getComment() - Method in interface javax.servlet.SessionCookieConfig
-
Gets the comment that will be assigned to any session tracking cookies created on behalf of the application
represented by the ServletContext from which this SessionCookieConfig was acquired.
- getComment() - Method in class javax.ws.rs.core.NewCookie
-
Get the comment associated with the cookie.
- getComment() - Method in interface javax.ws.rs.sse.SseEvent
-
Get a comment string that accompanies the event.
- getCommittedCount() - Method in interface javax.management.j2ee.statistics.JTAStats
-
Number of committed transactions.
- getCommonPropertyType(ELContext, Object) - Method in class javax.servlet.jsp.el.ImplicitObjectELResolver
-
If the base object is null
, returns String.class
.
- getCommonPropertyType(ELContext, Object) - Method in class javax.servlet.jsp.el.ScopedAttributeELResolver
-
If the base object is null
, returns String.class
.
- getCompoundSelectionItems() - Method in interface javax.persistence.criteria.Selection
-
Return the selection items composing a compound selection.
- getConcept() - Method in interface javax.xml.registry.infomodel.Classification
-
Gets the Concept that is classifying the object.
- getConfigInUse() - Method in interface javax.json.JsonBuilderFactory
-
Returns read-only map of supported provider specific configuration
properties that are used to configure the created JSON builders.
- getConfigInUse() - Method in interface javax.json.JsonReaderFactory
-
Returns read-only map of supported provider specific configuration
properties that are used to configure the created JSON readers.
- getConfigInUse() - Method in interface javax.json.JsonWriterFactory
-
Returns read-only map of supported provider specific configuration
properties that are used to configure the created JSON writer objects.
- getConfigInUse() - Method in interface javax.json.stream.JsonGeneratorFactory
-
Returns a read-only map of supported provider specific configuration
properties that are used to configure the JSON generators.
- getConfigInUse() - Method in interface javax.json.stream.JsonParserFactory
-
Returns a read-only map of supported provider specific configuration
properties that are used to configure the JSON parsers.
- getConfiguration() - Method in interface javax.ws.rs.client.ClientRequestContext
-
Get the immutable configuration of the request.
- getConfiguration() - Method in interface javax.ws.rs.core.Configurable
-
Get a live view of an internal configuration state of this configurable instance.
- getConfigurator() - Method in interface javax.websocket.ClientEndpointConfig
-
Return the custom configurator for this configuration.
- getConfigurator() - Method in interface javax.websocket.server.ServerEndpointConfig
-
- getConnection() - Method in interface javax.resource.cci.ConnectionFactory
-
Gets a connection to an EIS instance.
- getConnection(ConnectionSpec) - Method in interface javax.resource.cci.ConnectionFactory
-
Gets a connection to an EIS instance.
- getConnection() - Method in interface javax.resource.cci.Interaction
-
Gets the Connection associated with the Interaction.
- getConnection(Subject, ConnectionRequestInfo) - Method in interface javax.resource.spi.ManagedConnection
-
Creates a new connection handle for the underlying physical connection
represented by the ManagedConnection instance.
- getConnectionFactory() - Method in interface javax.management.j2ee.statistics.JCAConnectionStats
-
Returns the associated JCAConnectionFactory OBJECT_NAME
- getConnectionHandle() - Method in class javax.resource.spi.ConnectionEvent
-
Get the connection handle associated with the Managed
Connection instance.
- getConnectionPools() - Method in interface javax.management.j2ee.statistics.JCAStats
-
Returns an array of JCAConnectionPool Stats that provide statistics about
the connection pools associated with the referencing Jakarta Connections resource statistics
- getConnectionPools() - Method in interface javax.management.j2ee.statistics.JDBCStats
-
- getConnections() - Method in interface javax.management.j2ee.statistics.JCAStats
-
Returns an array of JCAConnectionStats that provide statistics about
the non-pooled connections associated with the referencing Jakarta Connections resource statistics
- getConnections() - Method in interface javax.management.j2ee.statistics.JDBCStats
-
- getConnections() - Method in interface javax.management.j2ee.statistics.JMSStats
-
Returns an array of JMSConnectionStats that provide statistics about the connections associated with the referencing Jakarta Messaging resource.
- getConstructor() - Method in interface javax.interceptor.InvocationContext
-
Returns the constructor of the target class for which the
AroundConstruct
interceptor method was invoked.
- getConsumers() - Method in interface javax.management.j2ee.statistics.JMSSessionStats
-
Returns an array of JMSConsumerStats that provide statistics about the message
consumers associated with the referencing Jakarta Messaging session statistics.
- getContainer() - Method in class javax.websocket.ContainerProvider
-
Create a new instance of the the WebSocket container implementation.
- getContainer() - Method in interface javax.websocket.Session
-
Return the container that this session is part of.
- getContainingQuery() - Method in interface javax.persistence.criteria.Subquery
-
Return the query of which this is a subquery.
- getContent() - Method in class javax.xml.soap.AttachmentPart
-
Gets the content of this AttachmentPart
object as a Java
object.
- getContent() - Method in class javax.xml.soap.SOAPPart
-
Returns the content of the SOAPEnvelope as a JAXP Source
object.
- getContentDescription() - Method in class javax.xml.soap.SOAPMessage
-
Retrieves a description of this SOAPMessage
object's
content.
- getContentId() - Method in class javax.xml.soap.AttachmentPart
-
Gets the value of the MIME header whose name is "Content-ID".
- getContentId() - Method in class javax.xml.soap.SOAPPart
-
Retrieves the value of the MIME header whose name is "Content-Id".
- getContentLength() - Method in interface javax.servlet.ServletRequest
-
Returns the length, in bytes, of the request body and made available by the input stream, or -1 if the length is
not known or is greater than Integer.MAX_VALUE.
- getContentLength() - Method in class javax.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getContentLength() on the wrapped request object.
- getContentLengthLong() - Method in interface javax.servlet.ServletRequest
-
Returns the length, in bytes, of the request body and made available by the input stream, or -1 if the length is
not known.
- getContentLengthLong() - Method in class javax.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getContentLengthLong() on the wrapped request object.
- getContentLocation() - Method in class javax.xml.soap.AttachmentPart
-
Gets the value of the MIME header whose name is "Content-Location".
- getContentLocation() - Method in class javax.xml.soap.SOAPPart
-
Retrieves the value of the MIME header whose name is "Content-Location".
- getContentType() - Method in interface javax.servlet.http.Part
-
Gets the content type of this part.
- getContentType() - Method in interface javax.servlet.ServletRequest
-
Returns the MIME type of the body of the request, or null
if the type is not known.
- getContentType() - Method in class javax.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getContentType() on the wrapped request object.
- getContentType() - Method in interface javax.servlet.ServletResponse
-
Returns the content type used for the MIME body sent in this response.
- getContentType() - Method in class javax.servlet.ServletResponseWrapper
-
The default behavior of this method is to return getContentType() on the wrapped response object.
- getContentType() - Method in class javax.xml.soap.AttachmentPart
-
Gets the value of the MIME header whose name is "Content-Type".
- getContext() - Method in interface javax.jms.XAJMSContext
-
Returns the JMSContext
object associated with this XAJMSContext
.
- getContext(String) - Method in interface javax.servlet.ServletContext
-
Returns a ServletContext
object that corresponds to a specified URL on the server.
- getContext(Class<?>) - Method in interface javax.ws.rs.ext.ContextResolver
-
Get a context of type T
that is applicable to the supplied
type.
- getContext() - Method in interface javax.xml.ws.Response
-
Gets the contained response context.
- getContextData() - Method in interface javax.interceptor.InvocationContext
-
Enables an interceptor to retrieve or update the data associated with the invocation by another interceptor, business
method, and/or webservices endpoint in the invocation chain.
- getContextPath() - Method in interface javax.servlet.http.HttpServletRequest
-
Returns the portion of the request URI that indicates the context of the request.
- getContextPath() - Method in class javax.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getContextPath() on the wrapped request object.
- getContextPath() - Method in interface javax.servlet.ServletContext
-
Returns the context path of the web application.
- getContextPath() - Method in class javax.xml.ws.spi.http.HttpExchange
-
Returns the context path of all the endpoints in an application.
- getContextResolver(Class<T>, MediaType) - Method in interface javax.ws.rs.ext.Providers
-
Get a context resolver for a particular type of context and media type.
- getContracts(Class<?>) - Method in interface javax.ws.rs.core.Configuration
-
Get the extension contract registration information for a component of a given class.
- getConverter(Class<T>, Type, Annotation[]) - Method in interface javax.ws.rs.ext.ParamConverterProvider
-
Obtain a
ParamConverter
that can provide from/to string conversion
for an instance of a particular Java type.
- getCookies() - Method in interface javax.servlet.http.HttpServletRequest
-
Returns an array containing all of the Cookie
objects the client sent with this request.
- getCookies() - Method in class javax.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getCookies() on the wrapped request object.
- getCookies() - Method in interface javax.ws.rs.client.ClientRequestContext
-
Get any cookies that accompanied the request.
- getCookies() - Method in interface javax.ws.rs.client.ClientResponseContext
-
Get any new cookies set on the response message.
- getCookies() - Method in interface javax.ws.rs.container.ContainerRequestContext
-
Get any cookies that accompanied the request.
- getCookies() - Method in interface javax.ws.rs.container.ContainerResponseContext
-
Get any new cookies set on the response message.
- getCookies() - Method in interface javax.ws.rs.core.HttpHeaders
-
Get any cookies that accompanied the request.
- getCookies() - Method in class javax.ws.rs.core.Response
-
Get any new cookies set on the response message.
- getCorrelatedJoins() - Method in interface javax.persistence.criteria.Subquery
-
Return the correlated joins of the subquery.
- getCorrelationParent() - Method in interface javax.persistence.criteria.From
-
Returns the parent From
object from which the correlated
From
object has been obtained through correlation (use
of a Subquery
correlate
method).
- getCount() - Method in interface javax.management.j2ee.statistics.CountStatistic
-
The count since the last reset.
- getCount() - Method in interface javax.management.j2ee.statistics.TimeStatistic
-
Number of times the operation was invoked since the beginning of this measurement.
- getCount() - Method in interface javax.servlet.jsp.jstl.core.LoopTagStatus
-
Retrieves the "count" of the current round of the iteration.
- getCountry() - Method in interface javax.xml.registry.infomodel.PostalAddress
-
Returns the country.
- getCountryCode() - Method in interface javax.xml.registry.infomodel.TelephoneNumber
-
Gets the country code.
- getCreateCount() - Method in interface javax.management.j2ee.statistics.EJBStats
-
Number of times create was called.
- getCreateCount() - Method in interface javax.management.j2ee.statistics.JCAConnectionPoolStats
-
The number of connections created
- getCreateCount() - Method in interface javax.management.j2ee.statistics.JDBCConnectionPoolStats
-
Number of connections created.
- getCreationTime() - Method in interface javax.servlet.http.HttpSession
-
Returns the time when this session was created, measured in milliseconds since midnight January 1, 1970 GMT.
- getCredential() - Method in class javax.security.enterprise.authentication.mechanism.http.AuthenticationParameters
-
The credential set as parameter in this instance.
- getCredentialData() - Method in interface javax.resource.spi.security.GenericCredential
-
Deprecated.
Gets security data for a specific security mechanism represented
by the GenericCredential.
- getCredentials() - Method in interface javax.xml.registry.Connection
-
Gets the credentials associated with this client.
- getCriteriaBuilder() - Method in interface javax.persistence.EntityManager
-
Return an instance of CriteriaBuilder
for the creation of
CriteriaQuery
objects.
- getCriteriaBuilder() - Method in interface javax.persistence.EntityManagerFactory
-
Return an instance of CriteriaBuilder
for the creation of
CriteriaQuery
objects.
- getCurrent() - Method in interface javax.management.j2ee.statistics.RangeStatistic
-
The current value of this attribute.
- getCurrent() - Method in interface javax.servlet.jsp.jstl.core.LoopTag
-
Retrieves the current item in the iteration.
- getCurrent() - Method in interface javax.servlet.jsp.jstl.core.LoopTagStatus
-
Retrieves the current item in the iteration.
- getCurrent() - Method in class javax.servlet.jsp.jstl.core.LoopTagSupport
-
- getData() - Method in interface javax.ws.rs.sse.OutboundSseEvent
-
Get event data.
- getDataHandler() - Method in class javax.xml.soap.AttachmentPart
-
Gets the DataHandler
object for this AttachmentPart
object.
- getDate() - Method in interface javax.ws.rs.client.ClientRequestContext
-
Get message date.
- getDate() - Method in interface javax.ws.rs.client.ClientResponseContext
-
Get message date.
- getDate() - Method in interface javax.ws.rs.container.ContainerRequestContext
-
Get message date.
- getDate() - Method in interface javax.ws.rs.container.ContainerResponseContext
-
Get message date.
- getDate() - Method in interface javax.ws.rs.core.HttpHeaders
-
Get message date.
- getDate() - Method in class javax.ws.rs.core.Response
-
Get message date.
- getDateHeader(String) - Method in interface javax.servlet.http.HttpServletRequest
-
Returns the value of the specified request header as a long
value that represents a
Date
object.
- getDateHeader(String) - Method in class javax.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getDateHeader(String name) on the wrapped request object.
- getDeclarativeQueryManager() - Method in interface javax.xml.registry.RegistryService
-
Returns the DeclarativeQueryManager object implemented by the Jakarta XML Registries provider.
- getDeclare() - Method in class javax.servlet.jsp.tagext.TagVariableInfo
-
The body of the <declare> element.
- getDeclare() - Method in class javax.servlet.jsp.tagext.VariableInfo
-
Returns whether this is a new variable.
- getDeclaredAttribute(String) - Method in interface javax.persistence.metamodel.ManagedType
-
Return the attribute declared by the managed
type that corresponds to the specified name.
- getDeclaredAttributes() - Method in interface javax.persistence.metamodel.ManagedType
-
Return the attributes declared by the managed type.
- getDeclaredCollection(String, Class<E>) - Method in interface javax.persistence.metamodel.ManagedType
-
Return the Collection-valued attribute declared by the
managed type that corresponds to the specified name and Java
element type.
- getDeclaredCollection(String) - Method in interface javax.persistence.metamodel.ManagedType
-
Return the Collection-valued attribute declared by the
managed type that corresponds to the specified name.
- getDeclaredId(Class<Y>) - Method in interface javax.persistence.metamodel.IdentifiableType
-
Return the attribute that corresponds to the id attribute
declared by the entity or mapped superclass.
- getDeclaredList(String, Class<E>) - Method in interface javax.persistence.metamodel.ManagedType
-
Return the List-valued attribute declared by the managed
type that corresponds to the specified name and Java
element type.
- getDeclaredList(String) - Method in interface javax.persistence.metamodel.ManagedType
-
Return the List-valued attribute declared by the managed
type that corresponds to the specified name.
- getDeclaredMap(String, Class<K>, Class<V>) - Method in interface javax.persistence.metamodel.ManagedType
-
Return the Map-valued attribute declared by the managed
type that corresponds to the specified name and Java key
and value types.
- getDeclaredMap(String) - Method in interface javax.persistence.metamodel.ManagedType
-
Return the Map-valued attribute declared by the managed
type that corresponds to the specified name.
- getDeclaredPluralAttributes() - Method in interface javax.persistence.metamodel.ManagedType
-
Return all multi-valued attributes (Collection-, Set-,
List-, and Map-valued attributes) declared by the
managed type.
- getDeclaredSet(String, Class<E>) - Method in interface javax.persistence.metamodel.ManagedType
-
Return the Set-valued attribute declared by the managed type
that corresponds to the specified name and Java element type.
- getDeclaredSet(String) - Method in interface javax.persistence.metamodel.ManagedType
-
Return the Set-valued attribute declared by the managed type
that corresponds to the specified name.
- getDeclaredSingularAttribute(String, Class<Y>) - Method in interface javax.persistence.metamodel.ManagedType
-
Return the single-valued attribute declared by the
managed type that corresponds to the specified name and
Java type.
- getDeclaredSingularAttribute(String) - Method in interface javax.persistence.metamodel.ManagedType
-
Return the single-valued attribute declared by the managed
type that corresponds to the specified name.
- getDeclaredSingularAttributes() - Method in interface javax.persistence.metamodel.ManagedType
-
Return the single-valued attributes declared by the managed
type.
- getDeclaredType() - Method in class javax.xml.bind.JAXBElement
-
Returns the Java binding of the xml element declaration's type attribute.
- getDeclaredVersion(Class<Y>) - Method in interface javax.persistence.metamodel.IdentifiableType
-
Return the attribute that corresponds to the version
attribute declared by the entity or mapped superclass.
- getDeclaringType() - Method in interface javax.persistence.metamodel.Attribute
-
Return the managed type representing the type in which
the attribute was declared.
- getDecoders() - Method in interface javax.websocket.EndpointConfig
-
Return the Decoder implementation classes configured.
- getDefaultAsyncSendTimeout() - Method in interface javax.websocket.WebSocketContainer
-
Return the number of milliseconds the implementation will timeout attempting to send a websocket message for all
RemoteEndpoints associated with this container.
- getDefaultContentType() - Method in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
-
Gets the value of the default-content-type
configuration, which specifies the default response
content type for any JSP pages mapped to the JSP property group represented by this
JspPropertyGroupDescriptor
.
- getDefaultDomain() - Method in interface javax.management.j2ee.Management
-
Returns the default domain name of this MEJB.
- getDefaultFactory() - Static method in class javax.servlet.jsp.JspFactory
-
Returns the default factory for this implementation.
- getDefaultMaxBinaryMessageBufferSize() - Method in interface javax.websocket.WebSocketContainer
-
Returns the default maximum size of incoming binary message that this container will buffer.
- getDefaultMaxSessionIdleTimeout() - Method in interface javax.websocket.WebSocketContainer
-
Return the default time in milliseconds after which any web socket sessions in this container will be closed if
it has been inactive.
- getDefaultMaxTextMessageBufferSize() - Method in interface javax.websocket.WebSocketContainer
-
Returns the default maximum size of incoming text message that this container will buffer.
- getDefaultPostalScheme() - Method in interface javax.xml.registry.RegistryService
-
Gets the default user-defined postal scheme for codifying the attributes of PostalAddress.
- getDefaultSessionTrackingModes() - Method in interface javax.servlet.ServletContext
-
Gets the session tracking modes that are supported by default for this ServletContext.
- getDefaultTypeMapping() - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
-
Gets the registered default TypeMapping
instance.
- getDeferredSyntaxAllowedAsLiteral() - Method in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
-
Gets the value of the deferred-syntax-allowed-as-literal
configuration, which specifies whether the
character sequence "#{"
, which is normally reserved for Expression Language (EL)
expressions, will cause a translation error if it appears as a String literal in any JSP pages mapped to the JSP
property group represented by this JspPropertyGroupDescriptor
.
- getDelegate() - Method in interface javax.persistence.EntityManager
-
Return the underlying provider object for the EntityManager
,
if available.
- getDelims() - Method in class javax.servlet.jsp.jstl.core.LoopTagSupport
-
- getDeliveryDelay() - Method in interface javax.jms.JMSProducer
-
Gets the minimum length of time in milliseconds that must elapse after a message is sent before the Jakarta Messaging provider may
deliver the message to a consumer.
- getDeliveryDelay() - Method in interface javax.jms.MessageProducer
-
Gets the minimum length of time in milliseconds that must elapse after a message is sent before the Jakarta Messaging provider may
deliver the message to a consumer.
- getDeliveryMode() - Method in interface javax.jms.JMSProducer
-
Returns the delivery mode of messages that are sent using this JMSProducer
- getDeliveryMode() - Method in interface javax.jms.MessageProducer
-
Gets the producer's default delivery mode.
- getDescendantConcepts() - Method in interface javax.xml.registry.infomodel.ClassificationScheme
-
Gets all descendant Concepts.
- getDescendantConcepts() - Method in interface javax.xml.registry.infomodel.Concept
-
Gets all descendant Concepts.
- getDescendantOrganizations() - Method in interface javax.xml.registry.infomodel.Organization
-
Gets all descendant Organizations.
- getDescription() - Method in interface javax.management.j2ee.statistics.Statistic
-
A human-readable description of the Statistic.
- getDescription() - Method in class javax.resource.spi.work.HintsContext
-
Get the brief description of the role played by the
WorkContext
and any other related debugging information.
- getDescription() - Method in class javax.resource.spi.work.SecurityContext
-
Get the brief description of the role played by the
WorkContext
and any other related debugging information.
- getDescription() - Method in class javax.resource.spi.work.TransactionContext
-
Get the brief description of the role played by the
WorkContext
and any other related debugging information.
- getDescription() - Method in interface javax.resource.spi.work.WorkContext
-
Get the brief description of the role played by the
WorkContext
and any other related debugging information.
- getDescription() - Method in class javax.servlet.jsp.tagext.TagAttributeInfo
-
Gets the description string of this tag attribute.
- getDescription() - Method in interface javax.xml.registry.infomodel.RegistryObject
-
Gets the textual description for this object.
- getDeserializer(Class, QName) - Method in interface javax.xml.rpc.encoding.TypeMapping
-
Gets the DeserializerFactory registered for the specified
pair of Java type and XML data type.
- getDeserializerAs(String) - Method in interface javax.xml.rpc.encoding.DeserializerFactory
-
Returns a Deserializer for the specified XML processing
mechanism type.
- getDestination() - Method in interface javax.jms.MessageProducer
-
Gets the destination associated with this MessageProducer
.
- getDestination() - Method in interface javax.management.j2ee.statistics.JMSProducerStats
-
Returns a string that encapsulates the identity of the message destination
- getDetail() - Method in exception javax.xml.rpc.soap.SOAPFaultException
-
Gets the detail element.
- getDetail() - Method in interface javax.xml.soap.SOAPFault
-
Returns the optional detail element for this SOAPFault
object.
- getDetailEntries() - Method in interface javax.xml.soap.Detail
-
Gets an Iterator over all of the DetailEntry
s in this Detail
object.
- getDisableMessageID() - Method in interface javax.jms.JMSProducer
-
Gets an indication of whether message IDs are disabled.
- getDisableMessageID() - Method in interface javax.jms.MessageProducer
-
Gets an indication of whether message IDs are disabled.
- getDisableMessageTimestamp() - Method in interface javax.jms.JMSProducer
-
Gets an indication of whether message timestamps are disabled.
- getDisableMessageTimestamp() - Method in interface javax.jms.MessageProducer
-
Gets an indication of whether message timestamps are disabled.
- getDispatcherType() - Method in interface javax.servlet.ServletRequest
-
Gets the dispatcher type of this request.
- getDispatcherType() - Method in class javax.servlet.ServletRequestWrapper
-
Gets the dispatcher type of the wrapped request.
- getDisplayName() - Method in class javax.servlet.jsp.tagext.TagInfo
-
Get the displayName.
- getDomain() - Method in class javax.servlet.http.Cookie
-
Gets the domain name of this Cookie.
- getDomain() - Method in interface javax.servlet.SessionCookieConfig
-
Gets the domain name that will be assigned to any session tracking cookies created on behalf of the application
represented by the ServletContext from which this SessionCookieConfig was acquired.
- getDomain() - Method in class javax.ws.rs.core.Cookie
-
Get the domain of the cookie.
- getDouble(String) - Method in interface javax.jms.MapMessage
-
Returns the double
value with the specified name.
- getDoubleProperty(String) - Method in interface javax.jms.JMSProducer
-
Returns the message property with the specified name that has been set on this JMSProducer
, converted to a
double
.
- getDoubleProperty(String) - Method in interface javax.jms.Message
-
Returns the value of the double
property with the specified name.
- getDurableSubscriptionCount() - Method in interface javax.management.j2ee.statistics.JMSSessionStats
-
Number of durable subscriptions.
- getEffectiveMajorVersion() - Method in interface javax.servlet.ServletContext
-
Gets the major version of the Servlet specification that the application represented by this ServletContext is
based on.
- getEffectiveMinorVersion() - Method in interface javax.servlet.ServletContext
-
Gets the minor version of the Servlet specification that the application represented by this ServletContext is
based on.
- getEffectiveSessionTrackingModes() - Method in interface javax.servlet.ServletContext
-
Gets the session tracking modes that are in effect for this ServletContext.
- getEISProductName() - Method in interface javax.resource.cci.ConnectionMetaData
-
Returns product name of the underlying EIS instance connected
through the Connection that produced this metadata.
- getEISProductName() - Method in interface javax.resource.spi.ManagedConnectionMetaData
-
Returns Product name of the underlying EIS instance connected
through the ManagedConnection.
- getEISProductVersion() - Method in interface javax.resource.cci.ConnectionMetaData
-
Returns product version of the underlying EIS instance.
- getEISProductVersion() - Method in interface javax.resource.spi.ManagedConnectionMetaData
-
Returns product version of the underlying EIS instance connected
through the ManagedConnection.
- getELContext() - Method in class javax.servlet.jsp.JspContext
-
Returns the ELContext
associated with this JspContext
.
- getElement(ResultT) - Method in interface javax.xml.bind.annotation.DomHandler
-
Once the portion is sent to the Result
.
- getElement(DOMResult) - Method in class javax.xml.bind.annotation.W3CDomHandler
-
- getElementName(Object) - Method in class javax.xml.bind.JAXBIntrospector
-
Get xml element qname for jaxbElement
.
- getElementName() - Method in interface javax.xml.soap.SOAPElement
-
Returns the name of this SOAPElement
object.
- getElementQName() - Method in interface javax.xml.soap.SOAPElement
-
Returns the qname of this SOAPElement
object.
- getElements() - Method in interface javax.persistence.Tuple
-
Return the tuple elements.
- getElementType() - Method in interface javax.persistence.metamodel.PluralAttribute
-
Return the type representing the element type of the
collection.
- getElIgnored() - Method in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
-
Gets the value of the el-ignored
configuration, which specifies whether Expression Language (EL)
evaluation is enabled for any JSP pages mapped to the JSP property group represented by this
JspPropertyGroupDescriptor
.
- getEmailAddresses() - Method in interface javax.xml.registry.infomodel.User
-
Gets the email addresses for this User.
- getEmbeddables() - Method in interface javax.persistence.metamodel.Metamodel
-
Return the metamodel embeddable types.
- getEmptyRoleSemantic() - Method in class javax.servlet.HttpConstraintElement
-
Gets the default authorization semantic.
- getEnclosingWriter() - Method in class javax.servlet.jsp.tagext.BodyContent
-
Get the enclosing JspWriter.
- getEncoders() - Method in interface javax.websocket.EndpointConfig
-
Return the Encoder implementation classes configured.
- getEncoding() - Method in class javax.ws.rs.client.Entity
-
Get entity encoding.
- getEncoding() - Method in class javax.ws.rs.core.Variant
-
Get the encoding of the variant.
- getEncoding() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
Convenience method for getting the current output encoding.
- getEncodingStyle() - Method in interface javax.xml.soap.SOAPElement
-
Returns the encoding style for this SOAPElement
object.
- getEnd() - Method in interface javax.servlet.jsp.jstl.core.LoopTagStatus
-
Returns the value of the 'end' attribute for the associated tag,
or null if no 'end' attribute was specified.
- getEndpointClass() - Method in interface javax.resource.spi.endpoint.MessageEndpointFactory
-
Return the Class
object corresponding to the message
endpoint class.
- getEndpointClass() - Method in interface javax.websocket.server.ServerEndpointConfig
-
Returns the Class of the endpoint this configuration is configuring.
- getEndpointConfigs(Set<Class<? extends Endpoint>>) - Method in interface javax.websocket.server.ServerApplicationConfig
-
Return a set of ServerEndpointConfig instances that the server container will use to deploy the programmatic
endpoints.
- getEndpointInstance(Class<T>) - Method in class javax.websocket.server.ServerEndpointConfig.Configurator
-
This method is called by the container each time a new client connects to the logical endpoint this
configurator configures.
- getEndpointReference() - Method in interface javax.xml.ws.BindingProvider
-
Returns the EndpointReference
associated with
this BindingProvider
instance.
- getEndpointReference(Class<T>) - Method in interface javax.xml.ws.BindingProvider
-
Returns the EndpointReference
associated with
this BindingProvider
instance.
- getEndpointReference(Element...) - Method in class javax.xml.ws.Endpoint
-
Returns the EndpointReference
associated with
this Endpoint
instance.
- getEndpointReference(Class<T>, Element...) - Method in class javax.xml.ws.Endpoint
-
Returns the EndpointReference
associated with
this Endpoint
instance.
- getEndpointReference(Element...) - Method in interface javax.xml.ws.WebServiceContext
-
Returns the EndpointReference
for this
endpoint.
- getEndpointReference(Class<T>, Element...) - Method in interface javax.xml.ws.WebServiceContext
-
Returns the EndpointReference
associated with
this endpoint.
- getEndpoints() - Method in class javax.xml.ws.EndpointContext
-
This gives list of endpoints in an application.
- getEngineInfo() - Method in class javax.servlet.jsp.JspFactory
-
called to get implementation-specific information on the current JSP engine.
- getEntities() - Method in interface javax.persistence.metamodel.Metamodel
-
Return the metamodel entity types.
- getEntity() - Method in exception javax.persistence.OptimisticLockException
-
Returns the entity that caused this exception.
- getEntity() - Method in exception javax.persistence.PessimisticLockException
-
Returns the entity that caused this exception.
- getEntity() - Method in interface javax.ws.rs.client.ClientRequestContext
-
Get the message entity Java instance.
- getEntity() - Method in class javax.ws.rs.client.Entity
-
Get entity data.
- getEntity() - Method in interface javax.ws.rs.container.ContainerResponseContext
-
Get the message entity Java instance.
- getEntity() - Method in class javax.ws.rs.core.GenericEntity
-
Get the enclosed entity.
- getEntity() - Method in class javax.ws.rs.core.Response
-
Get the message entity Java instance.
- getEntity() - Method in interface javax.ws.rs.ext.WriterInterceptorContext
-
Get object to be written as HTTP entity.
- getEntityAnnotations() - Method in interface javax.ws.rs.client.ClientRequestContext
-
Get the annotations attached to the entity instance.
- getEntityAnnotations() - Method in interface javax.ws.rs.container.ContainerResponseContext
-
Get the annotations attached to the entity instance.
- getEntityClass() - Method in interface javax.ws.rs.client.ClientRequestContext
-
Get the raw entity type information.
- getEntityClass() - Method in interface javax.ws.rs.container.ContainerResponseContext
-
Get the raw entity type information.
- getEntityGraph(String) - Method in interface javax.persistence.EntityManager
-
Return a named EntityGraph.
- getEntityGraphs(Class<T>) - Method in interface javax.persistence.EntityManager
-
Return all named EntityGraphs that have been defined for the provided
class type.
- getEntityManagerFactory() - Method in interface javax.persistence.EntityManager
-
Return the entity manager factory for the entity manager.
- getEntityStream() - Method in interface javax.ws.rs.client.ClientRequestContext
-
Get the entity output stream.
- getEntityStream() - Method in interface javax.ws.rs.client.ClientResponseContext
-
Get the entity input stream.
- getEntityStream() - Method in interface javax.ws.rs.container.ContainerRequestContext
-
Get the entity input stream.
- getEntityStream() - Method in interface javax.ws.rs.container.ContainerResponseContext
-
Get the entity output stream.
- getEntityTag() - Method in interface javax.ws.rs.client.ClientResponseContext
-
Get the entity tag.
- getEntityTag() - Method in interface javax.ws.rs.container.ContainerResponseContext
-
Get the entity tag.
- getEntityTag() - Method in class javax.ws.rs.core.Response
-
Get the entity tag.
- getEntityType() - Method in interface javax.ws.rs.client.ClientRequestContext
-
Get the generic entity type information.
- getEntityType() - Method in interface javax.ws.rs.container.ContainerResponseContext
-
Get the generic entity type information.
- getEnumeration() - Method in interface javax.jms.QueueBrowser
-
Gets an enumeration for browsing the current queue messages in the order they would be received.
- getEnvelope() - Method in class javax.xml.soap.SOAPPart
-
Gets the SOAPEnvelope
object associated with this
SOAPPart
object.
- getErrorCode() - Method in exception javax.jms.JMSException
-
Gets the vendor-specific error code.
- getErrorCode() - Method in exception javax.jms.JMSRuntimeException
-
Returns the vendor-specific error code.
- getErrorCode() - Method in exception javax.resource.ResourceException
-
Get the error code.
- getErrorCode() - Method in exception javax.xml.bind.JAXBException
-
Get the vendor specific error code
- getErrorCode() - Method in exception javax.xml.bind.TypeConstraintException
-
Get the vendor specific error code
- getErrorData() - Method in class javax.servlet.jsp.PageContext
-
Provides convenient access to error information.
- getErrorObjectKey() - Method in exception javax.xml.registry.RegistryException
-
Gets the Key to the first object that encountered an error in the registry.
- getErrorOnUndeclaredNamespace() - Method in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
-
Gets the value of the error-on-undeclared-namespace
configuration, which specifies whether an error
will be raised at translation time if tag with an undeclared namespace is used in any JSP pages mapped to the JSP
property group represented by this JspPropertyGroupDescriptor
.
- getEventHandler() - Method in class javax.xml.bind.Binder
-
Return the current event handler or the default event handler if one
hasn't been set.
- getEventHandler() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
- getEventHandler() - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
Return the current event handler or the default event handler if one
hasn't been set.
- getEventHandler() - Method in interface javax.xml.bind.Marshaller
-
Return the current event handler or the default event handler if one
hasn't been set.
- getEventHandler() - Method in interface javax.xml.bind.Unmarshaller
-
Return the current event handler or the default event handler if one
hasn't been set.
- getEventHandler() - Method in interface javax.xml.bind.Validator
-
- getEvents() - Method in class javax.xml.bind.util.ValidationEventCollector
-
Return an array of ValidationEvent objects containing a copy of each of
the collected errors and warnings.
- getEventType() - Method in interface javax.xml.registry.infomodel.AuditableEvent
-
Gets the type of this event.
- getException() - Method in class javax.resource.spi.ConnectionEvent
-
Get the exception.
- getException() - Method in class javax.resource.spi.work.WorkEvent
-
Return the WorkException
.
- getException() - Method in class javax.servlet.jsp.PageContext
-
The current value of the exception object (an Exception).
- getException() - Method in class javax.websocket.SendResult
-
The problem sending the message.
- getExceptionListener() - Method in interface javax.jms.Connection
-
Gets the ExceptionListener
object for this connection.
- getExceptionListener() - Method in interface javax.jms.JMSContext
-
Gets the ExceptionListener
object for the JMSContext's connection.
- getExceptionMapper(Class<T>) - Method in interface javax.ws.rs.ext.Providers
-
Get an exception mapping provider for a particular class of exception.
- getExceptions() - Method in interface javax.xml.registry.BulkResponse
-
Get the Collection of RegistryException instances in case of partial commit.
- getExecutionProperties(Object) - Method in interface javax.enterprise.concurrent.ContextService
-
Gets the current execution properties on the context proxy instance.
- getExecutionProperties() - Method in interface javax.enterprise.concurrent.ManagedTask
-
- getExecutor() - Method in class javax.xml.ws.Endpoint
-
Returns the executor for this Endpoint
instance.
- getExecutor() - Method in class javax.xml.ws.Service
-
Returns the executor for this Service
instance.
- getExecutor() - Method in class javax.xml.ws.spi.ServiceDelegate
-
Returns the executor for this Service
instance.
- getExpectedType() - Method in class javax.servlet.jsp.jstl.core.IndexedValueExpression
-
- getExpectedType() - Method in class javax.servlet.jsp.jstl.core.IteratedValueExpression
-
- getExpectedTypeName() - Method in class javax.servlet.jsp.tagext.TagAttributeInfo
-
Returns the name of the expected type (as a String) of this deferred value attribute.
- getExpiration() - Method in interface javax.xml.registry.infomodel.RegistryEntry
-
Gets expirationDate attribute of the RegistryEntry within the Registry.
- getExpiredMessageCount() - Method in interface javax.management.j2ee.statistics.JMSEndpointStats
-
Number of messages that expired before delivery.
- getExpiredMessageCount() - Method in interface javax.management.j2ee.statistics.JMSSessionStats
-
Number of expired messages.
- getExpiry() - Method in class javax.ws.rs.core.NewCookie
-
Get the cookie expiry date.
- getExpression() - Method in interface javax.persistence.criteria.CriteriaBuilder.In
-
Return the expression to be tested against the
list of values.
- getExpression() - Method in interface javax.persistence.criteria.CriteriaBuilder.SimpleCase
-
Return the expression to be tested against the
conditions.
- getExpression() - Method in interface javax.persistence.criteria.Order
-
Return the expression that is used for ordering.
- getExpressionEvaluator() - Method in class javax.servlet.jsp.JspContext
-
- getExpressionFactory() - Method in interface javax.servlet.jsp.JspApplicationContext
-
Returns a factory used to create ValueExpression
s and MethodExpression
s so that EL
expressions can be parsed and evaluated.
- getExpressions() - Method in interface javax.persistence.criteria.Predicate
-
Return the top-level conjuncts or disjuncts of the predicate.
- getExpressionString() - Method in class javax.servlet.jsp.jstl.core.IndexedValueExpression
-
- getExpressionString() - Method in class javax.servlet.jsp.jstl.core.IteratedValueExpression
-
- getExtension() - Method in interface javax.xml.registry.infomodel.TelephoneNumber
-
Gets the internal extension.
- getExtensions() - Method in interface javax.websocket.ClientEndpointConfig
-
Return the extensions, in order of preference, favorite first, that this client would like to use for its
sessions.
- getExtensions() - Method in interface javax.websocket.server.ServerEndpointConfig
-
Return the websocket extensions configured.
- getExternalIdentifiers() - Method in interface javax.xml.registry.infomodel.RegistryObject
-
Returns the ExternalIdentifiers associated with this object
that are external identifiers for this object.
- getExternalLinks() - Method in interface javax.xml.registry.infomodel.RegistryObject
-
Returns the ExternalLinks associated with this object.
- getExternalURI() - Method in interface javax.xml.registry.infomodel.ExternalLink
-
Gets URI to the an external resource.
- getFamily() - Method in enum javax.ws.rs.core.Response.Status
-
Get the class of status code.
- getFamily() - Method in interface javax.ws.rs.core.Response.StatusType
-
Get the class of status code.
- getFault() - Method in interface javax.xml.soap.SOAPBody
-
Returns the SOAPFault
object in this SOAPBody
object.
- getFault() - Method in exception javax.xml.ws.soap.SOAPFaultException
-
Gets the embedded SOAPFault
instance.
- getFaultActor() - Method in exception javax.xml.rpc.soap.SOAPFaultException
-
Gets the faultactor
element.
- getFaultActor() - Method in interface javax.xml.soap.SOAPFault
-
Gets the fault actor for this SOAPFault
object.
- getFaultCode() - Method in exception javax.xml.rpc.soap.SOAPFaultException
-
Gets the faultcode
element.
- getFaultCode() - Method in interface javax.xml.soap.SOAPFault
-
Gets the fault code for this SOAPFault
object.
- getFaultCodeAsName() - Method in interface javax.xml.soap.SOAPFault
-
Gets the mandatory SOAP 1.1 fault code for this
SOAPFault
object as a SAAJ Name
object.
- getFaultCodeAsQName() - Method in interface javax.xml.soap.SOAPFault
-
Gets the fault code for this
SOAPFault
object as a QName
object.
- getFaultNode() - Method in interface javax.xml.soap.SOAPFault
-
Returns the optional Node element value for this
SOAPFault
object.
- getFaultReasonLocales() - Method in interface javax.xml.soap.SOAPFault
-
Returns an Iterator
over a distinct sequence of
Locale
s for which there are associated Reason Text items.
- getFaultReasonText(Locale) - Method in interface javax.xml.soap.SOAPFault
-
Returns the Reason Text associated with the given Locale
.
- getFaultReasonTexts() - Method in interface javax.xml.soap.SOAPFault
-
Returns an Iterator
over a sequence of
String
objects containing all of the Reason Text items for
this SOAPFault
.
- getFaultRole() - Method in interface javax.xml.soap.SOAPFault
-
Returns the optional Role element value for this
SOAPFault
object.
- getFaultString() - Method in exception javax.xml.rpc.soap.SOAPFaultException
-
Gets the faultstring
element.
- getFaultString() - Method in interface javax.xml.soap.SOAPFault
-
Gets the fault string for this SOAPFault
object.
- getFaultStringLocale() - Method in interface javax.xml.soap.SOAPFault
-
Gets the locale of the fault string for this SOAPFault
object.
- getFaultSubcodes() - Method in interface javax.xml.soap.SOAPFault
-
Gets the Subcodes for this SOAPFault
as an iterator over
QNames
.
- getFeatureDescriptors(ELContext, Object) - Method in class javax.servlet.jsp.el.ImplicitObjectELResolver
-
If the base object is null
, and the property matches the name of a JSP implicit object, returns an
Iterator
containing FeatureDescriptor
objects with information about each JSP implicit
object resolved by this resolver.
- getFeatureDescriptors(ELContext, Object) - Method in class javax.servlet.jsp.el.ScopedAttributeELResolver
-
If the base object is null
, returns an Iterator
containing
FeatureDescriptor
objects with information about each scoped attribute resolved by this resolver.
- getFetches() - Method in interface javax.persistence.criteria.FetchParent
-
Return the fetch joins that have been made from this type.
- getFileSizeThreshold() - Method in class javax.servlet.MultipartConfigElement
-
Gets the size threshold after which files will be written to disk.
- getFilterConfig() - Method in class javax.servlet.GenericFilter
-
- getFilterName() - Method in interface javax.servlet.FilterConfig
-
Returns the filter-name of this filter as defined in the deployment descriptor.
- getFilterName() - Method in class javax.servlet.GenericFilter
-
Returns the name of this filter instance.
- getFilterRegistration(String) - Method in interface javax.servlet.ServletContext
-
Gets the FilterRegistration corresponding to the filter with the given filterName.
- getFilterRegistrations() - Method in interface javax.servlet.ServletContext
-
Gets a (possibly empty) Map of the FilterRegistration objects (keyed by filter name) corresponding to all filters
registered with this ServletContext.
- getFirst(K) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
-
- getFirst(K) - Method in interface javax.ws.rs.core.MultivaluedMap
-
A shortcut to get the first value of the supplied key.
- getFirstName() - Method in interface javax.xml.registry.infomodel.PersonName
-
Gets the first name for this Person.
- getFirstResult() - Method in interface javax.persistence.Query
-
The position of the first result the query object was set to
retrieve.
- getFloat(String) - Method in interface javax.jms.MapMessage
-
Returns the float
value with the specified name.
- getFloatProperty(String) - Method in interface javax.jms.JMSProducer
-
Returns the message property with the specified name that has been set on this JMSProducer
, converted to a
float
.
- getFloatProperty(String) - Method in interface javax.jms.Message
-
Returns the value of the float
property with the specified name.
- getFlushMode() - Method in interface javax.persistence.EntityManager
-
Get the flush mode that applies to all objects contained
in the persistence context.
- getFlushMode() - Method in interface javax.persistence.Query
-
Get the flush mode in effect for the query execution.
- getFreePoolSize() - Method in interface javax.management.j2ee.statistics.JCAConnectionPoolStats
-
The number of free connections in the pool
- getFreePoolSize() - Method in interface javax.management.j2ee.statistics.JDBCConnectionPoolStats
-
Number of free connections in the pool.
- getFullName() - Method in interface javax.xml.registry.infomodel.PersonName
-
Gets the fully formatted name for this person.
- getFunction(String) - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
-
Get the FunctionInfo for a given function name, looking through all the functions in this tag library.
- getFunctionClass() - Method in class javax.servlet.jsp.tagext.FunctionInfo
-
The class of the function.
- getFunctions() - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
-
An array describing the functions that are defined in this tag library.
- getFunctionSignature() - Method in class javax.servlet.jsp.tagext.FunctionInfo
-
The signature of the function.
- getGenericType() - Method in interface javax.ws.rs.ext.InterceptorContext
-
Get the type of the object to be produced or written.
- getGenericType() - Method in interface javax.ws.rs.sse.OutboundSseEvent
-
Get generic data type.
- getGroupList() - Method in interface javax.persistence.criteria.AbstractQuery
-
Return a list of the grouping expressions.
- getGroupRestriction() - Method in interface javax.persistence.criteria.AbstractQuery
-
Return the predicate that corresponds to the restriction(s)
over the grouping items, or null if no restrictions have
been specified.
- getGroups() - Method in interface javax.security.enterprise.authentication.mechanism.http.HttpMessageContext
-
Gets the groups set by a call to notifyContainerAboutLogin().
- getGroups() - Method in class javax.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
-
- getHandler() - Method in interface javax.security.enterprise.authentication.mechanism.http.HttpMessageContext
-
Returns the low level Jakarta Authentication handler that the runtime provided when creating this
HttpMessageContext
, and which this context uses to communicate the authentication details to the runtime.
- getHandler() - Method in class javax.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
-
- getHandlerChain(QName) - Method in interface javax.xml.rpc.handler.HandlerRegistry
-
Gets the handler chain for the specified service endpoint.
- getHandlerChain() - Method in interface javax.xml.ws.Binding
-
Gets a copy of the handler chain for a protocol binding instance.
- getHandlerChain(PortInfo) - Method in interface javax.xml.ws.handler.HandlerResolver
-
Gets the handler chain for the specified port.
- getHandlerClass() - Method in class javax.xml.rpc.handler.HandlerInfo
-
Gets the Handler class
- getHandlerConfig() - Method in class javax.xml.rpc.handler.HandlerInfo
-
Gets the Handler configuration
- getHandlerRegistry() - Method in interface javax.xml.rpc.Service
-
Returns the configured HandlerRegistry
instance
for this Service
instance.
- getHandlerResolver() - Method in class javax.xml.ws.Service
-
Returns the configured handler resolver.
- getHandlerResolver() - Method in class javax.xml.ws.spi.ServiceDelegate
-
Returns the configured handler resolver.
- getHeader(String) - Method in interface javax.servlet.http.HttpServletRequest
-
Returns the value of the specified request header as a String
.
- getHeader(String) - Method in class javax.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getHeader(String name) on the wrapped request object.
- getHeader(String) - Method in interface javax.servlet.http.HttpServletResponse
-
Gets the value of the response header with the given name.
- getHeader(String) - Method in class javax.servlet.http.HttpServletResponseWrapper
-
- getHeader(String) - Method in interface javax.servlet.http.Part
-
Returns the value of the specified mime header as a String
.
- getHeader(String) - Method in interface javax.servlet.http.PushBuilder
-
Return the header of the given name to be used for the push.
- getHeader(String) - Method in class javax.xml.soap.MimeHeaders
-
Returns all of the values for the specified header as an array of
String
objects.
- getHeader() - Method in interface javax.xml.soap.SOAPEnvelope
-
Returns the SOAPHeader
object for
this SOAPEnvelope
object.
- getHeaderNames() - Method in interface javax.servlet.http.HttpServletRequest
-
Returns an enumeration of all the header names this request contains.
- getHeaderNames() - Method in class javax.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getHeaderNames() on the wrapped request object.
- getHeaderNames() - Method in interface javax.servlet.http.HttpServletResponse
-
Gets the names of the headers of this response.
- getHeaderNames() - Method in class javax.servlet.http.HttpServletResponseWrapper
-
- getHeaderNames() - Method in interface javax.servlet.http.Part
-
Gets the header names of this Part.
- getHeaderNames() - Method in interface javax.servlet.http.PushBuilder
-
Return the set of header to be used for the push.
- getHeaders(String) - Method in interface javax.servlet.http.HttpServletRequest
-
Returns all the values of the specified request header as an Enumeration
of String
objects.
- getHeaders(String) - Method in class javax.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getHeaders(String name) on the wrapped request object.
- getHeaders(String) - Method in interface javax.servlet.http.HttpServletResponse
-
Gets the values of the response header with the given name.
- getHeaders(String) - Method in class javax.servlet.http.HttpServletResponseWrapper
-
- getHeaders(String) - Method in interface javax.servlet.http.Part
-
Gets the values of the Part header with the given name.
- getHeaders() - Method in interface javax.websocket.HandshakeResponse
-
Return the list of Http headers sent by the web socket server.
- getHeaders() - Method in interface javax.websocket.server.HandshakeRequest
-
Return the read only Map of Http Headers that came with the handshake request.
- getHeaders() - Method in interface javax.ws.rs.client.ClientRequestContext
-
Get the mutable request headers multivalued map.
- getHeaders() - Method in interface javax.ws.rs.client.ClientResponseContext
-
Get the mutable response headers multivalued map.
- getHeaders() - Method in interface javax.ws.rs.container.ContainerRequestContext
-
Get the mutable request headers multivalued map.
- getHeaders() - Method in interface javax.ws.rs.container.ContainerResponseContext
-
Get the mutable response headers multivalued map.
- getHeaders() - Method in class javax.ws.rs.core.Response
-
Get view of the response headers and their object values.
- getHeaders() - Method in interface javax.ws.rs.ext.ReaderInterceptorContext
-
Get mutable map of HTTP headers.
- getHeaders() - Method in interface javax.ws.rs.ext.WriterInterceptorContext
-
Get mutable map of HTTP headers.
- getHeaders() - Method in class javax.xml.rpc.handler.GenericHandler
-
Gets the header blocks processed by this Handler instance.
- getHeaders() - Method in interface javax.xml.rpc.handler.Handler
-
Gets the header blocks that can be processed by this Handler
instance.
- getHeaders() - Method in class javax.xml.rpc.handler.HandlerInfo
-
Gets the header blocks processed by this Handler.
- getHeaders() - Method in interface javax.xml.ws.handler.soap.SOAPHandler
-
Gets the header blocks that can be processed by this Handler
instance.
- getHeaders(QName, JAXBContext, boolean) - Method in interface javax.xml.ws.handler.soap.SOAPMessageContext
-
Gets headers that have a particular qualified name from the message in the
message context.
- getHeaderString(String) - Method in interface javax.ws.rs.client.ClientRequestContext
-
Get a message header as a single string value.
- getHeaderString(String) - Method in interface javax.ws.rs.client.ClientResponseContext
-
Get a message header as a single string value.
- getHeaderString(String) - Method in interface javax.ws.rs.container.ContainerRequestContext
-
Get a message header as a single string value.
- getHeaderString(String) - Method in interface javax.ws.rs.container.ContainerResponseContext
-
Get a message header as a single string value.
- getHeaderString(String) - Method in interface javax.ws.rs.core.HttpHeaders
-
Get a HTTP header as a single string value.
- getHeaderString(String) - Method in class javax.ws.rs.core.Response
-
Get a message header as a single string value.
- getHeapSize() - Method in interface javax.management.j2ee.statistics.JVMStats
-
Size of the JVM's heap.
- getHighWaterMark() - Method in interface javax.management.j2ee.statistics.RangeStatistic
-
The highest value this attribute has held since the beginning of the measurement.
- getHints() - Method in interface javax.persistence.Query
-
Get the properties and hints and associated values that are
in effect for the query instance.
- getHints() - Method in class javax.resource.spi.work.HintsContext
-
- getHostnameVerifier() - Method in interface javax.ws.rs.client.Client
-
Get the hostname verifier configured in the client or null
in case
no hostname verifier has been configured.
- getHttpContext() - Method in class javax.xml.ws.spi.http.HttpExchange
-
- getHttpMethodConstraints() - Method in class javax.servlet.ServletSecurityElement
-
Gets the (possibly empty) collection of HTTP Method specific constraint elements.
- getHttpServletMapping() - Method in interface javax.servlet.http.HttpServletRequest
-
- getHttpServletMapping() - Method in class javax.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getServletMapping() on the wrapped request object.
- getHttpSession() - Method in interface javax.websocket.server.HandshakeRequest
-
Return a reference to the HttpSession that the web socket handshake that started this conversation was part of,
if the implementation is part of a Java EE web container.
- getHttpSession() - Method in interface javax.xml.rpc.server.ServletEndpointContext
-
The getHttpSession
method returns the current
HTTP session (as a javax.servlet.http.HTTPSession
).
- getId(Class<Y>) - Method in interface javax.persistence.metamodel.IdentifiableType
-
Return the attribute that corresponds to the id attribute of
the entity or mapped superclass.
- getId() - Method in class javax.resource.spi.ConnectionEvent
-
Get the type of event
- getId() - Method in interface javax.servlet.http.HttpSession
-
Returns a string containing the unique identifier assigned to this session.
- getId() - Method in class javax.servlet.jsp.tagext.TagData
-
The value of the tag's id attribute.
- getId() - Method in class javax.servlet.jsp.tagext.TagSupport
-
The value of the id attribute of this tag; or null.
- getId() - Method in class javax.servlet.jsp.tagext.ValidationMessage
-
Get the jsp:id.
- getId() - Method in interface javax.websocket.Session
-
Returns a string containing the unique identifier assigned to this session.
- getId() - Method in interface javax.ws.rs.sse.SseEvent
-
Get event identifier.
- getId() - Method in interface javax.xml.registry.infomodel.Key
-
Returns the unique Id of this key.
- getID() - Method in class javax.xml.ws.RespectBindingFeature
-
Get the unique identifier for this WebServiceFeature.
- getID() - Method in class javax.xml.ws.soap.AddressingFeature
-
Get the unique identifier for this WebServiceFeature.
- getID() - Method in class javax.xml.ws.soap.MTOMFeature
-
Get the unique identifier for this WebServiceFeature.
- getID() - Method in class javax.xml.ws.WebServiceFeature
-
Get the unique identifier for this WebServiceFeature.
- getIdAttribute(TagAttributeInfo[]) - Static method in class javax.servlet.jsp.tagext.TagAttributeInfo
-
Convenience static method that goes through an array of TagAttributeInfo objects and looks for "id".
- getIdClassAttributes() - Method in interface javax.persistence.metamodel.IdentifiableType
-
Return the attributes corresponding to the id class of the
identifiable type.
- getIdentificationScheme() - Method in interface javax.xml.registry.infomodel.ExternalIdentifier
-
Gets the ClassificationScheme that is used as the identification scheme
for identifying this object.
- getIdentifier(Object) - Method in interface javax.persistence.PersistenceUnitUtil
-
Return the id of the entity.
- getIdentityName() - Method in interface javax.enterprise.concurrent.LastExecution
-
The name or ID of the identifiable object, as specified in the
ManagedTask.IDENTITY_NAME
execution property of the task if
it also implements the
ManagedTask
interface.
- getIdentityStoreId() - Method in class javax.security.enterprise.identitystore.CredentialValidationResult
-
Return the unique ID of the identity store used to validate the credentials.
- getIds() - Method in interface javax.servlet.http.HttpSessionContext
-
- getIdType() - Method in interface javax.persistence.metamodel.IdentifiableType
-
Return the type that represents the type of the id.
- getImplementor() - Method in class javax.xml.ws.Endpoint
-
Returns the implementation object for this endpoint.
- getIncludeCodas() - Method in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
-
Gets the include-coda
configuration of the JSP property group represented by this
JspPropertyGroupDescriptor
.
- getIncludePreludes() - Method in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
-
Gets the include-prelude
configuration of the JSP property group represented by this
JspPropertyGroupDescriptor
.
- getIndex() - Method in interface javax.servlet.jsp.jstl.core.LoopTagStatus
-
Retrieves the index of the current round of the iteration.
- getInfoString() - Method in class javax.servlet.jsp.tagext.TagInfo
-
The information string for the tag.
- getInfoString() - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
-
Information (documentation) for this TLD.
- getInitParameter(String) - Method in interface javax.servlet.FilterConfig
-
Returns a String
containing the value of the named initialization parameter, or null
if
the initialization parameter does not exist.
- getInitParameter(String) - Method in class javax.servlet.GenericFilter
-
Returns a String
containing the value of the named initialization parameter, or null
if
the parameter does not exist.
- getInitParameter(String) - Method in class javax.servlet.GenericServlet
-
Returns a String
containing the value of the named initialization parameter, or null
if
the parameter does not exist.
- getInitParameter(String) - Method in interface javax.servlet.Registration
-
Gets the value of the initialization parameter with the given name that will be used to initialize the Servlet or
Filter represented by this Registration object.
- getInitParameter(String) - Method in interface javax.servlet.ServletConfig
-
Gets the value of the initialization parameter with the given name.
- getInitParameter(String) - Method in interface javax.servlet.ServletContext
-
Returns a String
containing the value of the named context-wide initialization parameter, or
null
if the parameter does not exist.
- getInitParameterNames() - Method in interface javax.servlet.FilterConfig
-
Returns the names of the filter's initialization parameters as an Enumeration
of String
objects, or an empty Enumeration
if the filter has no initialization parameters.
- getInitParameterNames() - Method in class javax.servlet.GenericFilter
-
Returns the names of the filter's initialization parameters as an Enumeration
of String
objects, or an empty Enumeration
if the filter has no initialization parameters.
- getInitParameterNames() - Method in class javax.servlet.GenericServlet
-
Returns the names of the servlet's initialization parameters as an Enumeration
of
String
objects, or an empty Enumeration
if the servlet has no initialization
parameters.
- getInitParameterNames() - Method in interface javax.servlet.ServletConfig
-
Returns the names of the servlet's initialization parameters as an Enumeration
of
String
objects, or an empty Enumeration
if the servlet has no initialization
parameters.
- getInitParameterNames() - Method in interface javax.servlet.ServletContext
-
Returns the names of the context's initialization parameters as an Enumeration
of
String
objects, or an empty Enumeration
if the context has no initialization
parameters.
- getInitParameters() - Method in class javax.servlet.jsp.tagext.TagLibraryValidator
-
Get the init parameters data as an immutable Map.
- getInitParameters() - Method in interface javax.servlet.Registration
-
Gets an immutable (and possibly empty) Map containing the currently available initialization parameters that will
be used to initialize the Servlet or Filter represented by this Registration object.
- getInputStream() - Method in interface javax.servlet.http.Part
-
Gets the content of this part as an InputStream
- getInputStream() - Method in interface javax.servlet.http.WebConnection
-
Returns an input stream for this web connection.
- getInputStream() - Method in class javax.servlet.jsp.tagext.PageData
-
Returns an input stream on the XML view of a JSP page.
- getInputStream() - Method in interface javax.servlet.ServletRequest
-
- getInputStream() - Method in class javax.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getInputStream() on the wrapped request object.
- getInputStream() - Method in interface javax.ws.rs.ext.ReaderInterceptorContext
-
Get the input stream of the object to be read.
- getInstalledExtensions() - Method in interface javax.websocket.WebSocketContainer
-
Return the set of Extensions installed in the container.
- getInstance() - Static method in class javax.ws.rs.ext.RuntimeDelegate
-
Obtain a RuntimeDelegate
instance.
- getInstances() - Method in interface javax.ws.rs.core.Configuration
-
Get the immutable set of registered component (such as provider or
feature
) instances to be utilized by the configurable instance.
- getInt(String) - Method in interface javax.jms.MapMessage
-
Returns the int
value with the specified name.
- getInt(int) - Method in interface javax.json.JsonArray
-
A convenience method for
getJsonNumber(index).intValue()
.
- getInt(int, int) - Method in interface javax.json.JsonArray
-
Returns the int value of the JsonNumber
at the specified position.
- getInt(String) - Method in interface javax.json.JsonObject
-
A convenience method for
getJsonNumber(name).intValue()
- getInt(String, int) - Method in interface javax.json.JsonObject
-
Returns the int value of the associated JsonNumber
mapping
for the specified name.
- getInt() - Method in interface javax.json.stream.JsonParser
-
Returns a JSON number as an integer.
- getInteractionSpecsSupported() - Method in interface javax.resource.cci.ResourceAdapterMetaData
-
Returns an array of fully-qualified names of InteractionSpec
types supported by the CCI implementation for this resource
adapter.
- getIntHeader(String) - Method in interface javax.servlet.http.HttpServletRequest
-
Returns the value of the specified request header as an int
.
- getIntHeader(String) - Method in class javax.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getIntHeader(String name) on the wrapped request object.
- getIntProperty(String) - Method in interface javax.jms.JMSProducer
-
Returns the message property with the specified name that has been set on this JMSProducer
, converted to a
int
.
- getIntProperty(String) - Method in interface javax.jms.Message
-
Returns the value of the int
property with the specified name.
- getInvalidConnections(Set) - Method in interface javax.resource.spi.ValidatingManagedConnectionFactory
-
This method returns a set of invalid ManagedConnection
objects chosen from a specified set of ManagedConnection
objects.
- getInvalidPropertyDescriptors() - Method in exception javax.resource.spi.InvalidPropertyException
-
Get the list of invalid properties.
- getIsXml() - Method in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
-
Gets the value of the is-xml
configuration, which specifies whether any JSP pages mapped to the JSP
property group represented by this JspPropertyGroupDescriptor
will be treated as JSP documents (XML
syntax).
- getItem(ELContext, int) - Method in class javax.servlet.jsp.jstl.core.IteratedExpression
-
Evaluates the stored ValueExpression and return the indexed item.
- getJarFileUrls() - Method in interface javax.persistence.spi.PersistenceUnitInfo
-
Returns a list of URLs for the jar files or exploded jar
file directories that the persistence provider must examine
for managed classes of the persistence unit.
- getJavaEncoding(String) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
Gets the corresponding Java encoding name from an IANA name.
- getJavaMember() - Method in interface javax.persistence.metamodel.Attribute
-
Return the java.lang.reflect.Member
for the represented
attribute.
- getJavaType() - Method in interface javax.persistence.metamodel.Attribute
-
Return the Java type of the represented attribute.
- getJavaType() - Method in interface javax.persistence.metamodel.Type
-
Return the represented Java type.
- getJavaType() - Method in interface javax.persistence.TupleElement
-
Return the Java type of the tuple element.
- getJAXBNode(XmlNode) - Method in class javax.xml.bind.Binder
-
Gets the JAXB object associated with the given XML element.
- getJdbcDataSource() - Method in interface javax.management.j2ee.statistics.JDBCConnectionStats
-
Identifies the JDBC driver for the corresponding JDBCConnection.
- getJMSCorrelationID() - Method in interface javax.jms.JMSProducer
-
Returns the JMSCorrelationID
header value that has been set on this JMSProducer
, as a String
.
- getJMSCorrelationID() - Method in interface javax.jms.Message
-
Gets the correlation ID for the message.
- getJMSCorrelationIDAsBytes() - Method in interface javax.jms.JMSProducer
-
Returns the JMSCorrelationID
header value that has been set on this JMSProducer
, as an array of
bytes.
- getJMSCorrelationIDAsBytes() - Method in interface javax.jms.Message
-
Gets the correlation ID as an array of bytes for the message.
- getJMSDeliveryMode() - Method in interface javax.jms.Message
-
Gets the DeliveryMode
value specified for this message.
- getJMSDeliveryTime() - Method in interface javax.jms.Message
-
Gets the message's delivery time value.
- getJMSDestination() - Method in interface javax.jms.Message
-
Gets the Destination
object for this message.
- getJMSExpiration() - Method in interface javax.jms.Message
-
Gets the message's expiration time.
- getJMSMajorVersion() - Method in interface javax.jms.ConnectionMetaData
-
Gets the Jakarta Messaging major version number.
- getJMSMessageID() - Method in interface javax.jms.Message
-
Gets the message ID.
- getJMSMinorVersion() - Method in interface javax.jms.ConnectionMetaData
-
Gets the Jakarta Messaging minor version number.
- getJMSPriority() - Method in interface javax.jms.Message
-
Gets the message priority level.
- getJMSProviderName() - Method in interface javax.jms.ConnectionMetaData
-
Gets the Jakarta Messaging provider name.
- getJMSRedelivered() - Method in interface javax.jms.Message
-
Gets an indication of whether this message is being redelivered.
- getJMSReplyTo() - Method in interface javax.jms.JMSProducer
-
Returns the JMSReplyTo
header value that has been set on this JMSProducer
.
- getJMSReplyTo() - Method in interface javax.jms.Message
-
Gets the Destination
object to which a reply to this message should be sent.
- getJMSTimestamp() - Method in interface javax.jms.Message
-
Gets the message timestamp.
- getJMSType() - Method in interface javax.jms.JMSProducer
-
Returns the JMSType
header value that has been set on this JMSProducer
.
- getJMSType() - Method in interface javax.jms.Message
-
Gets the message type identifier supplied by the client when the message was sent.
- getJMSVersion() - Method in interface javax.jms.ConnectionMetaData
-
Gets the Jakarta Messaging API version.
- getJMSXPropertyNames() - Method in interface javax.jms.ConnectionMetaData
-
Gets an enumeration of the JMSX property names.
- getJoins() - Method in interface javax.persistence.criteria.From
-
Return the joins that have been made from this bound type.
- getJoinType() - Method in interface javax.persistence.criteria.Fetch
-
Return the join type used in the fetch join.
- getJoinType() - Method in interface javax.persistence.criteria.Join
-
Return the join type.
- getJsonArray(int) - Method in interface javax.json.JsonArray
-
Returns the array value at the specified position in this array.
- getJsonArray(String) - Method in interface javax.json.JsonObject
-
Returns the array value to which the specified name is mapped.
- getJsonNumber(int) - Method in interface javax.json.JsonArray
-
Returns the number value at the specified position in this array.
- getJsonNumber(String) - Method in interface javax.json.JsonObject
-
Returns the number value to which the specified name is mapped.
- getJsonObject(int) - Method in interface javax.json.JsonArray
-
Returns the object value at the specified position in this array.
- getJsonObject(String) - Method in interface javax.json.JsonObject
-
Returns the object value to which the specified name is mapped.
- getJsonString(int) - Method in interface javax.json.JsonArray
-
Returns the string value at ths specified position in this array.
- getJsonString(String) - Method in interface javax.json.JsonObject
-
Returns the string value to which the specified name is mapped.
- getJspApplicationContext(ServletContext) - Method in class javax.servlet.jsp.JspFactory
-
Obtains the JspApplicationContext
instance associated with the web application for the given
ServletContext
.
- getJspBody() - Method in class javax.servlet.jsp.tagext.SimpleTagSupport
-
Returns the body passed in by the container via setJspBody.
- getJspConfigDescriptor() - Method in interface javax.servlet.ServletContext
-
Gets the <jsp-config>
related configuration that was aggregated from the web.xml
and web-fragment.xml
descriptor files of the web application represented by this ServletContext.
- getJspContext() - Method in class javax.servlet.jsp.tagext.JspFragment
-
Returns the JspContext that is bound to this JspFragment.
- getJspContext() - Method in class javax.servlet.jsp.tagext.SimpleTagSupport
-
Returns the page context passed in by the container via setJspContext.
- getJspPropertyGroups() - Method in interface javax.servlet.descriptor.JspConfigDescriptor
-
Gets the <jsp-property-group>
child elements of the <jsp-config>
element
represented by this JspConfigDescriptor
.
- getJtaDataSource() - Method in interface javax.persistence.spi.PersistenceUnitInfo
-
Returns the JTA-enabled data source to be used by the
persistence provider.
- getKey() - Method in interface javax.xml.registry.infomodel.RegistryObject
-
Gets the key representing the universally unique ID (UUID) for this object.
- getKeyJavaType() - Method in interface javax.persistence.metamodel.MapAttribute
-
Return the Java type of the map key.
- getKeySubgraphs() - Method in interface javax.persistence.AttributeNode
-
Return the Map<Class, Subgraph> of subgraphs associated
with this attribute node's map key.
- getKeyType() - Method in interface javax.persistence.metamodel.MapAttribute
-
Return the type representing the key type of the map.
- getLanguage() - Method in interface javax.ws.rs.client.ClientRequestContext
-
Get the language of the entity.
- getLanguage() - Method in interface javax.ws.rs.client.ClientResponseContext
-
Get the language of the entity.
- getLanguage() - Method in class javax.ws.rs.client.Entity
-
Get entity language.
- getLanguage() - Method in interface javax.ws.rs.container.ContainerRequestContext
-
Get the language of the entity.
- getLanguage() - Method in interface javax.ws.rs.container.ContainerResponseContext
-
Get the language of the entity.
- getLanguage() - Method in interface javax.ws.rs.core.HttpHeaders
-
Get the language of the request entity.
- getLanguage() - Method in class javax.ws.rs.core.Response
-
Get the language of the message entity.
- getLanguage() - Method in class javax.ws.rs.core.Variant
-
Get the language of the variant.
- getLanguageString() - Method in class javax.ws.rs.core.Variant
-
Get the string representation of the variant language,
or null
if no language has been set.
- getLargeIcon() - Method in class javax.servlet.jsp.tagext.TagInfo
-
Get the path to the large icon.
- getLastAccessedTime() - Method in interface javax.servlet.http.HttpSession
-
Returns the last time the client sent a request associated with this session, as the number of milliseconds since
midnight January 1, 1970 GMT, and marked by the time the container received the request.
- getLastModified(HttpServletRequest) - Method in class javax.servlet.http.HttpServlet
-
Returns the time the HttpServletRequest
object was last modified, in milliseconds since midnight
January 1, 1970 GMT.
- getLastModified() - Method in interface javax.ws.rs.client.ClientResponseContext
-
Get the last modified date.
- getLastModified() - Method in interface javax.ws.rs.container.ContainerResponseContext
-
Get the last modified date.
- getLastModified() - Method in class javax.ws.rs.core.Response
-
Get the last modified date.
- getLastName() - Method in interface javax.xml.registry.infomodel.PersonName
-
Gets the last name (surname) for this Person.
- getLastSampleTime() - Method in interface javax.management.j2ee.statistics.Statistic
-
The time of the last measurement represented as a long, whose value is the number of milliseconds since January 1, 1970, 00:00:00.
- getLength() - Method in interface javax.ws.rs.client.ClientResponseContext
-
Get Content-Length value.
- getLength() - Method in interface javax.ws.rs.container.ContainerRequestContext
-
Get Content-Length value.
- getLength() - Method in interface javax.ws.rs.container.ContainerResponseContext
-
Get Content-Length value.
- getLength() - Method in interface javax.ws.rs.core.HttpHeaders
-
Get Content-Length value.
- getLength() - Method in class javax.ws.rs.core.Response
-
Get Content-Length value.
- getLifeCycleManager() - Method in interface javax.xml.registry.infomodel.RegistryObject
-
Returns the LifeCycleManager that created this object.
- getLineNumber() - Method in interface javax.json.stream.JsonLocation
-
Return the line number (starts with 1 for the first line) for the current JSON event in the input source.
- getLineNumber() - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
-
- getLineNumber() - Method in interface javax.xml.bind.ValidationEventLocator
-
Return the line number if available
- getLink(String) - Method in interface javax.ws.rs.client.ClientResponseContext
-
Get the link for the relation.
- getLink(String) - Method in interface javax.ws.rs.container.ContainerResponseContext
-
Get the link for the relation.
- getLink(String) - Method in class javax.ws.rs.core.Response
-
Get the link for the relation.
- getLinkBuilder(String) - Method in interface javax.ws.rs.client.ClientResponseContext
-
Convenience method that returns a
Link.Builder
for the relation.
- getLinkBuilder(String) - Method in interface javax.ws.rs.container.ContainerResponseContext
-
Convenience method that returns a
Link.Builder
for the relation.
- getLinkBuilder(String) - Method in class javax.ws.rs.core.Response
-
Convenience method that returns a
Link.Builder
for the relation.
- getLinkedCause() - Method in exception javax.xml.rpc.JAXRPCException
-
Gets the Linked cause
- getLinkedCause() - Method in exception javax.xml.rpc.ServiceException
-
Gets the Linked cause
- getLinkedException() - Method in exception javax.jms.JMSException
-
Gets the exception linked to this one.
- getLinkedException() - Method in exception javax.resource.ResourceException
-
- getLinkedException() - Method in class javax.xml.bind.helpers.ValidationEventImpl
-
- getLinkedException() - Method in exception javax.xml.bind.JAXBException
-
Get the linked exception
- getLinkedException() - Method in exception javax.xml.bind.TypeConstraintException
-
Get the linked exception
- getLinkedException() - Method in interface javax.xml.bind.ValidationEvent
-
Retrieve the linked exception for this warning/error.
- getLinkedObjects() - Method in interface javax.xml.registry.infomodel.ExternalLink
-
Gets the collection of RegistryObjects that are annotated by this
ExternalLink.
- getLinkedWarning() - Method in exception javax.resource.cci.ResourceWarning
-
- getLinks() - Method in interface javax.ws.rs.client.ClientResponseContext
-
Get the links attached to the message as header.
- getLinks() - Method in interface javax.ws.rs.container.ContainerResponseContext
-
Get the links attached to the message as header.
- getLinks() - Method in class javax.ws.rs.core.Response
-
Get the links attached to the message as headers.
- getList(String, Class<E>) - Method in interface javax.persistence.metamodel.ManagedType
-
Return the List-valued attribute of the managed type that
corresponds to the specified name and Java element type.
- getList(String) - Method in interface javax.persistence.metamodel.ManagedType
-
Return the List-valued attribute of the managed type that
corresponds to the specified name.
- getListener() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
- getListener() - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
- getListener() - Method in interface javax.xml.bind.Marshaller
-
- getListener() - Method in interface javax.xml.bind.Unmarshaller
-
- getListenerRegistry() - Method in interface javax.management.j2ee.Management
-
Returns the listener registry implementation for this MEJB.
- getLocalAddr() - Method in interface javax.servlet.ServletRequest
-
Returns the Internet Protocol (IP) address of the interface on which the request was received.
- getLocalAddr() - Method in class javax.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getLocalAddr() on the wrapped request object.
- getLocalAddress() - Method in class javax.xml.ws.spi.http.HttpExchange
-
Returns the unresolved local address on which the request was received.
- getLocale() - Method in class javax.servlet.jsp.jstl.fmt.LocalizationContext
-
Gets the locale of this I18N localization context.
- getLocale() - Method in interface javax.servlet.ServletRequest
-
Returns the preferred Locale
that the client will accept content in, based on the Accept-Language
header.
- getLocale() - Method in class javax.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getLocale() on the wrapped request object.
- getLocale() - Method in interface javax.servlet.ServletResponse
-
- getLocale() - Method in class javax.servlet.ServletResponseWrapper
-
The default behavior of this method is to return getLocale() on the wrapped response object.
- getLocale() - Method in interface javax.xml.registry.infomodel.LocalizedString
-
Get the Locale for this object.
- getLocales() - Method in interface javax.servlet.ServletRequest
-
Returns an Enumeration
of Locale
objects indicating, in decreasing order starting with
the preferred locale, the locales that are acceptable to the client based on the Accept-Language header.
- getLocales() - Method in class javax.servlet.