A B C D E F G H I J K L M N O P Q R S T U V W X Y _
A
- abandon(long) - Method in interface javax.batch.operations.JobOperator
-
Set batch status to ABANDONED.
- ABANDONED - javax.batch.runtime.BatchStatus
- 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) - Constructor for exception javax.enterprise.concurrent.AbortedException
-
Constructs an AbortedException exception with the specified detail message.
- AbortedException(String, Throwable) - Constructor for exception javax.enterprise.concurrent.AbortedException
-
Constructs an AbortedException exception with the specified detail message and cause.
- 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).
- AbortProcessingException - Exception in javax.faces.event
-
An exception that may be thrown by event listeners to terminate the processing of the current event.
- AbortProcessingException() - Constructor for exception javax.faces.event.AbortProcessingException
-
Construct a new exception with no detail message or root cause.
- AbortProcessingException(String) - Constructor for exception javax.faces.event.AbortProcessingException
-
Construct a new exception with the specified detail message and no root cause.
- AbortProcessingException(String, Throwable) - Constructor for exception javax.faces.event.AbortProcessingException
-
Construct a new exception with the specified detail message and root cause.
- AbortProcessingException(Throwable) - Constructor for exception javax.faces.event.AbortProcessingException
-
Construct a new exception with the specified root 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.
- AbstractBatchlet - Class in javax.batch.api
-
The AbstractBatchlet provides default implementations of less commonly implemented methods.
- AbstractBatchlet() - Constructor for class javax.batch.api.AbstractBatchlet
- AbstractCheckpointAlgorithm - Class in javax.batch.api.chunk
-
The AbstractCheckpointAlgorithm provides default implementations of less commonly implemented methods.
- AbstractCheckpointAlgorithm() - Constructor for class javax.batch.api.chunk.AbstractCheckpointAlgorithm
- AbstractChunkListener - Class in javax.batch.api.chunk.listener
-
The AbstractChunkListener provides default implementations of less commonly implemented methods.
- AbstractChunkListener() - Constructor for class javax.batch.api.chunk.listener.AbstractChunkListener
- AbstractClearableCredential - Class in javax.security.enterprise.credential
-
AbstractClearableCredential
contains behavior common to
implementations that can be meaningfully cleared.Credential
- AbstractClearableCredential() - Constructor for class javax.security.enterprise.credential.AbstractClearableCredential
- AbstractItemProcessListener - Class in javax.batch.api.chunk.listener
-
The AbstractItemProcessListener provides default implementations of less commonly implemented methods.
- AbstractItemProcessListener() - Constructor for class javax.batch.api.chunk.listener.AbstractItemProcessListener
- AbstractItemReader - Class in javax.batch.api.chunk
-
The AbstractItemReader provides default implementations of less commonly implemented methods.
- AbstractItemReader() - Constructor for class javax.batch.api.chunk.AbstractItemReader
- AbstractItemReadListener - Class in javax.batch.api.chunk.listener
-
The AbstractItemReadListener provides default implementations of less commonly implemented methods.
- AbstractItemReadListener() - Constructor for class javax.batch.api.chunk.listener.AbstractItemReadListener
- AbstractItemWriteListener - Class in javax.batch.api.chunk.listener
-
The AbstractItemWriteListener provides default implementations of less commonly implemented methods.
- AbstractItemWriteListener() - Constructor for class javax.batch.api.chunk.listener.AbstractItemWriteListener
- AbstractItemWriter - Class in javax.batch.api.chunk
-
The AbstractItemWriter provides default implementations of not commonly implemented methods.
- AbstractItemWriter() - Constructor for class javax.batch.api.chunk.AbstractItemWriter
- AbstractJobListener - Class in javax.batch.api.listener
-
The AbstractJobListener provides default implementations of less commonly implemented methods.
- AbstractJobListener() - Constructor for class javax.batch.api.listener.AbstractJobListener
- 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 aMap<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.
- AbstractPartitionAnalyzer - Class in javax.batch.api.partition
-
The AbstractPartitionAnalyzer provides default implementations of less commonly implemented methods.
- AbstractPartitionAnalyzer() - Constructor for class javax.batch.api.partition.AbstractPartitionAnalyzer
- AbstractPartitionReducer - Class in javax.batch.api.partition
-
The AbstractBatchlet provides default implementations of less commonly implemented methods.
- AbstractPartitionReducer() - Constructor for class javax.batch.api.partition.AbstractPartitionReducer
- AbstractQuery<T> - Interface in javax.persistence.criteria
-
The
AbstractQuery
interface defines functionality that is common to both top-level queries and subqueries. - AbstractStepListener - Class in javax.batch.api.listener
-
The AbstractStepListener provides default implementations of less commonly implemented methods.
- AbstractStepListener() - Constructor for class javax.batch.api.listener.AbstractStepListener
- accept - javax.faces.component.html.HtmlForm.PropertyKeys
- accept(String...) - Method in interface javax.ws.rs.client.Invocation.Builder
-
Add the accepted response media types.
- accept(EventContext<T>) - Method in interface javax.enterprise.inject.spi.configurator.ObserverMethodConfigurator.EventConsumer
- accept(MediaType...) - Method in interface javax.ws.rs.client.Invocation.Builder
-
Add the accepted response media types.
- ACCEPT - javax.faces.component.visit.VisitResult
-
This result indicates that the tree visit should descend into current component's subtree.
- ACCEPT - Static variable in interface javax.ws.rs.core.HttpHeaders
-
See {@link HTTP/1.1 documentation}.
- ACCEPT_CHARSET - Static variable in interface javax.ws.rs.core.HttpHeaders
-
See {@link HTTP/1.1 documentation}.
- ACCEPT_ENCODING - Static variable in interface javax.ws.rs.core.HttpHeaders
-
See {@link HTTP/1.1 documentation}.
- ACCEPT_LANGUAGE - Static variable in interface javax.ws.rs.core.HttpHeaders
-
See {@link HTTP/1.1 documentation}.
- acceptcharset - javax.faces.component.html.HtmlForm.PropertyKeys
- 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.
- ACCEPTED - javax.ws.rs.core.Response.Status
-
202 Accepted, see {@link HTTP/1.1 documentation}.
- acceptEncoding(String...) - Method in interface javax.ws.rs.client.Invocation.Builder
-
Add acceptable encodings.
- acceptLanguage(String...) - Method in interface javax.ws.rs.client.Invocation.Builder
-
Add acceptable languages.
- acceptLanguage(Locale...) - 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.
- accesskey - javax.faces.component.html.HtmlCommandButton.PropertyKeys
- accesskey - javax.faces.component.html.HtmlCommandLink.PropertyKeys
- accesskey - javax.faces.component.html.HtmlInputFile.PropertyKeys
- accesskey - javax.faces.component.html.HtmlInputSecret.PropertyKeys
- accesskey - javax.faces.component.html.HtmlInputText.PropertyKeys
- accesskey - javax.faces.component.html.HtmlInputTextarea.PropertyKeys
- accesskey - javax.faces.component.html.HtmlOutcomeTargetButton.PropertyKeys
- accesskey - javax.faces.component.html.HtmlOutcomeTargetLink.PropertyKeys
- accesskey - javax.faces.component.html.HtmlOutputLabel.PropertyKeys
- accesskey - javax.faces.component.html.HtmlOutputLink.PropertyKeys
- accesskey - javax.faces.component.html.HtmlSelectBooleanCheckbox.PropertyKeys
- accesskey - javax.faces.component.html.HtmlSelectManyCheckbox.PropertyKeys
- accesskey - javax.faces.component.html.HtmlSelectManyListbox.PropertyKeys
- accesskey - javax.faces.component.html.HtmlSelectManyMenu.PropertyKeys
- accesskey - javax.faces.component.html.HtmlSelectOneListbox.PropertyKeys
- accesskey - javax.faces.component.html.HtmlSelectOneMenu.PropertyKeys
- accesskey - javax.faces.component.html.HtmlSelectOneRadio.PropertyKeys
- AccessLocalException - Exception in javax.ejb
-
An AccessLocalException is thrown to indicate that the caller does not have permission to call the method.
- AccessLocalException() - Constructor for exception javax.ejb.AccessLocalException
-
Constructs an AccessLocalException with no detail message.
- AccessLocalException(String) - Constructor for exception javax.ejb.AccessLocalException
-
Constructs an AccessLocalException with the specified detail message.
- AccessLocalException(String, Exception) - Constructor for exception javax.ejb.AccessLocalException
-
Constructs an AccessLocalException with the specified detail message and a nested exception.
- AccessTimeout - Annotation Type in javax.ejb
-
Specifies the amount of time in a given time unit that a concurrent access attempt should block before timing out.
- 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.
- ActionEvent - Class in javax.faces.event
-
An
ActionEvent
represents the activation of a user interface component (such as aUICommand
). - ActionEvent(UIComponent) - Constructor for class javax.faces.event.ActionEvent
-
Construct a new event object from the specified source component and action command.
- ActionEvent(FacesContext, UIComponent) - Constructor for class javax.faces.event.ActionEvent
-
Construct a new event object from the Faces context, specified source component and action command.
- ActionListener - Interface in javax.faces.event
-
A listener interface for receiving
ActionEvent
s. - ActionListenerWrapper - Class in javax.faces.event
-
Provides a simple implementation of
ActionListener
that can be subclassed by developers wishing to provide specialized behavior to an existingActionListener
instance. - ActionListenerWrapper() - Constructor for class javax.faces.event.ActionListenerWrapper
- ActionSource - Interface in javax.faces.component
-
ActionSource is an interface that may be implemented by any concrete
UIComponent
that wishes to be a source ofActionEvent
s, including the ability to invoke application actions via the defaultActionListener
mechanism. - ActionSource2 - Interface in javax.faces.component
-
ActionSource2 extends
ActionSource
and provides a JavaBeans property analogous to the "action
" property onActionSource
. - ActionSource2AttachedObjectHandler - Interface in javax.faces.view
-
A VDL handler that exposes
ActionListener
to a page author. - ActionSource2AttachedObjectTarget - Interface in javax.faces.view
-
A marker interface for VDL tags that represent
<composite:actionSource/>
for use by the composite component page author. - activate() - Method in interface javax.enterprise.context.control.RequestContextController
-
Activates a RequestContext for the current thread if one is not already active.
- ActivateRequestContext - Annotation Type in javax.enterprise.context.control
-
The container provides a built in interceptor that may be used to annotate classes and methods to indicate that a request context should be activated when this method is invoked.
- Activation - Annotation Type in javax.resource.spi
-
Designates a JavaBean as an
ActivationSpec
. - ActivationConfigProperty - Annotation Type in javax.ejb
-
Used to provide information to the deployer about the configuration of a message driven bean in its operational environment.
- 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() - 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.
- add(boolean) - Method in interface javax.json.JsonArrayBuilder
-
Adds a
JsonValue.TRUE
orJsonValue.FALSE
value to the array. - add(double) - Method in interface javax.json.JsonArrayBuilder
-
Adds a value to the array as a
JsonNumber
. - add(int) - Method in interface javax.json.JsonArrayBuilder
-
Adds a value to the array as a
JsonNumber
. - add(int, boolean) - Method in interface javax.json.JsonArrayBuilder
-
Adds a
JsonValue.TRUE
orJsonValue.FALSE
value to the array 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, 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, 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, JsonArrayBuilder) - Method in interface javax.json.JsonArrayBuilder
-
Adds a
JsonArray
from an array builder to the array at the specified position. - 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, JsonValue) - Method in interface javax.json.JsonArrayBuilder
-
Inserts a value to the array at the specified position.
- add(long) - Method in interface javax.json.JsonArrayBuilder
-
Adds a value to the array as a
JsonNumber
. - add(Serializable, Object) - Method in interface javax.faces.component.StateHelper
-
Store the specified
value
in aList
that is internal to theStateHelper
. - add(Annotation) - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator
-
Add an annotation to the constructor.
- add(Annotation) - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedFieldConfigurator
-
Add an annotation to the field.
- add(Annotation) - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedMethodConfigurator
-
Add an annotation to the method.
- add(Annotation) - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedParameterConfigurator
-
Add an annotation to the parameter.
- add(Annotation) - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
-
Add an annotation to the type.
- add(String) - Method in interface javax.json.JsonArrayBuilder
-
Adds a value to the array as a
JsonString
. - add(String) - Method in class javax.mail.FetchProfile
-
Add the specified header-field to the list of attributes to be prefetched.
- add(String) - Method in class javax.mail.Flags
-
Add the specified user flag to this Flags object.
- 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, boolean) - Method in interface javax.json.JsonPatchBuilder
-
Adds an "add" JSON Patch operation.
- 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, int) - 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.JsonPatchBuilder
-
Adds an "add" JSON Patch operation.
- 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, String) - Method in interface javax.json.JsonObjectBuilder
-
Adds a name/
JsonString
pair to the JSON object associated with this object builder. - add(String, String) - Method in interface javax.json.JsonPatchBuilder
-
Adds an "add" JSON Patch operation.
- 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, BigInteger) - Method in interface javax.json.JsonObjectBuilder
-
Adds a name/
JsonNumber
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, JsonObjectBuilder) - Method in interface javax.json.JsonObjectBuilder
-
Adds a name/
JsonObject
pair to the JSON object associated with this object builder. - 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, JsonValue) - Method in interface javax.json.JsonPatchBuilder
-
Adds an "add" JSON Patch operation.
- add(BigDecimal) - Method in interface javax.json.JsonArrayBuilder
-
Adds a value to the array as a
JsonNumber
. - add(BigInteger) - Method in interface javax.json.JsonArrayBuilder
-
Adds a value to the array as a
JsonNumber
. - add(ELResolver) - Method in class javax.el.CompositeELResolver
-
Adds the given resolver to the list of component resolvers.
- add(Metadata) - Method in class javax.faces.view.facelets.MetaRuleset
-
Add another
Metadata
to this ruleset, returningthis
. - add(JsonArrayBuilder) - Method in interface javax.json.JsonArrayBuilder
-
Adds a
JsonArray
from an array builder to the array. - add(JsonObjectBuilder) - Method in interface javax.json.JsonArrayBuilder
-
Adds a
JsonObject
from an object builder to the array. - add(JsonValue) - Method in interface javax.json.JsonArrayBuilder
-
Adds a value to the array.
- add(FetchProfile.Item) - Method in class javax.mail.FetchProfile
-
Add the given special item as one of the attributes to be prefetched.
- add(Flags) - Method in class javax.mail.Flags
-
Add all the flags in the given Flags object to this Flags object.
- add(Flags.Flag) - Method in class javax.mail.Flags
-
Add the specified system flag to this Flags object.
- 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(T, JsonValue) - Method in interface javax.json.JsonPointer
-
Adds or replaces a value at the referenced location in the specified
target
with the specifiedvalue
. - ADD - javax.json.JsonPatch.Operation
-
"add" operation.
- addActionListener(ActionListener) - Method in interface javax.faces.component.ActionSource
-
Add a new
ActionListener
to the set of listeners interested in being notified whenActionEvent
s occur. - addActionListener(ActionListener) - Method in class javax.faces.component.UICommand
- addActionListener(ActionListener) - Method in class javax.faces.component.UIViewAction
-
Add a new
ActionListener
to the set of listeners interested in being notified whenActionEvent
s occur. - addAjaxBehaviorListener(AjaxBehaviorListener) - Method in class javax.faces.component.behavior.AjaxBehavior
-
Add the specified
AjaxBehaviorListener
to the set of listeners registered to receive event notifications from thisAjaxBehavior
. - 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, 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, 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.
- 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, V...) - Method in interface javax.ws.rs.core.MultivaluedMap
-
Add multiple values to the current list of values for the supplied key.
- addAnnotatedType(Class<T>, String) - Method in interface javax.enterprise.inject.spi.AfterTypeDiscovery
-
Obtains a new
AnnotatedTypeConfigurator
to configure a newAnnotatedType
and add it to the set of types which will be scanned during bean discovery at the end of the observer invocation. - addAnnotatedType(Class<T>, String) - Method in interface javax.enterprise.inject.spi.BeforeBeanDiscovery
-
Obtains a new
AnnotatedTypeConfigurator
to configure a newAnnotatedType
and add it to the set of types which will be scanned during bean discovery at the end of the observer invocation - addAnnotatedType(AnnotatedType<?>) - Method in interface javax.enterprise.inject.spi.BeforeBeanDiscovery
-
Adds a given
AnnotatedType
to the set of types which will be scanned during bean discovery. - addAnnotatedType(AnnotatedType<?>, String) - Method in interface javax.enterprise.inject.spi.AfterTypeDiscovery
-
Adds a given
AnnotatedType
to the set of types which will be scanned during bean discovery. - addAnnotatedType(AnnotatedType<?>, String) - Method in interface javax.enterprise.inject.spi.BeforeBeanDiscovery
-
Adds a given
AnnotatedType
to the set of types which will be scanned during bean discovery. - addAttributeNodes(String...) - 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.EntityGraph
-
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.
- addBean() - Method in interface javax.enterprise.inject.spi.AfterBeanDiscovery
-
Obtains a new
BeanConfigurator
to configure a newBean
and add it at the end of the observer invocation. - addBean(Bean<?>) - Method in interface javax.enterprise.inject.spi.AfterBeanDiscovery
-
Fires an event of type
ProcessBean
containing the givenBean
and then registers theBean
with the container, thereby making a bean which is not an interceptor nor a decorator available for injection into other beans. - addBeanClasses(Class<?>...) - Method in class javax.enterprise.inject.se.SeContainerInitializer
-
Add provided bean classes to the synthetic bean archive.
- addBeanNameResolver(BeanNameResolver) - Method in class javax.el.ELManager
-
Register a BeanNameResolver.
- addBeanNode() - Method in interface javax.validation.ConstraintValidatorContext.ConstraintViolationBuilder
-
Adds a bean node (class-level) to the path the
ConstraintViolation
will be associated to. - addBeanNode() - Method in interface javax.validation.ConstraintValidatorContext.ConstraintViolationBuilder.ContainerElementNodeBuilderCustomizableContext
-
Adds a bean node (class-level) to the path the
ConstraintViolation
will be associated to. - addBeanNode() - Method in interface javax.validation.ConstraintValidatorContext.ConstraintViolationBuilder.ContainerElementNodeBuilderDefinedContext
-
Adds a bean node (class-level) to the path the
ConstraintViolation
will be associated to. - addBeanNode() - Method in interface javax.validation.ConstraintValidatorContext.ConstraintViolationBuilder.ContainerElementNodeContextBuilder
-
Adds a bean node (class-level) to the path the
ConstraintViolation
will be associated to. - addBeanNode() - Method in interface javax.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderCustomizableContext
-
Adds a bean node (class-level) to the path the
ConstraintViolation
will be associated to. - addBeanNode() - Method in interface javax.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderDefinedContext
-
Adds a bean node (class-level) to the path the
ConstraintViolation
will be associated to. - addBeanNode() - Method in interface javax.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeContextBuilder
-
Adds a bean node (class-level) to the path the
ConstraintViolation
will be associated to. - addBehavior(String, String) - Method in class javax.faces.application.Application
-
Register a new mapping of behavior id to the name of the corresponding
Behavior
class. - addBehavior(String, String) - Method in class javax.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.addBehavior(String, String)
on the wrappedApplication
object. - addBehaviorListener(BehaviorListener) - Method in class javax.faces.component.behavior.BehaviorBase
-
Add the specified
BehaviorListener
to the set of listeners registered to receive event notifications from thisBehavior
. - addBodyPart(BodyPart) - Method in class javax.mail.internet.MimeMultipart
-
Adds a Part to the multipart.
- addBodyPart(BodyPart) - Method in class javax.mail.Multipart
-
Adds a Part to the multipart.
- addBodyPart(BodyPart, int) - Method in class javax.mail.internet.MimeMultipart
-
Adds a BodyPart at position
index
. - addBodyPart(BodyPart, int) - Method in class javax.mail.Multipart
-
Adds a BodyPart at position
index
. - addChild(UIComponent) - Method in class javax.faces.webapp.UIComponentClassicTagBase
- addChild(UIComponent) - Method in class javax.faces.webapp.UIComponentTagBase
-
Add the component identifier of the specified
UIComponent
to the list of component identifiers created or located by nestedUIComponentTag
s processing this request. - addClientBehavior(String, ClientBehavior) - Method in interface javax.faces.component.behavior.ClientBehaviorHolder
-
Attaches a
ClientBehavior
to the component implementing this interface for the specified event. - addClientBehavior(String, ClientBehavior) - Method in class javax.faces.component.UIComponentBase
-
This is a default implementation of
ClientBehaviorHolder.addClientBehavior(java.lang.String, javax.faces.component.behavior.ClientBehavior)
. - addClientBehaviorRenderer(String, ClientBehaviorRenderer) - Method in class javax.faces.render.RenderKit
-
Register the specified
ClientBehaviorRenderer
instance, associated with the specified componenttype
, to the set ofClientBehaviorRenderer
s registered with thisRenderKit
, replacing any previously registeredClientBehaviorRenderer
for this type. - addClientBehaviorRenderer(String, ClientBehaviorRenderer) - Method in class javax.faces.render.RenderKitWrapper
-
The default behavior of this method is to call
RenderKit.addClientBehaviorRenderer(String, ClientBehaviorRenderer)
on the wrappedRenderKit
object. - addComponent(String, String) - Method in class javax.faces.application.Application
-
Register a new mapping of component type to the name of the corresponding
UIComponent
class. - addComponent(String, String) - Method in class javax.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.addComponent(String, String)
on the wrappedApplication
object. - addComponentResource(FacesContext, UIComponent) - Method in class javax.faces.component.UIViewRoot
-
Add argument
component
, which is assumed to represent a resource instance, as a resource to this view. - addComponentResource(FacesContext, UIComponent, String) - Method in class javax.faces.component.UIViewRoot
-
Add argument
component
, which is assumed to represent a resource instance, as a resource to this view. - addConnectionEventListener(ConnectionEventListener) - Method in interface javax.resource.spi.ManagedConnection
-
Adds a connection event listener to the ManagedConnection instance.
- addConnectionListener(ConnectionListener) - Method in class javax.mail.Folder
-
Add a listener for Connection events on this Folder.
- addConnectionListener(ConnectionListener) - Method in class javax.mail.Service
-
Add a listener for Connection events on this service.
- addConstraintViolation() - Method in interface javax.validation.ConstraintValidatorContext.ConstraintViolationBuilder
-
Adds the new
ConstraintViolation
to be generated if the constraint validator marks the value as invalid. - addConstraintViolation() - Method in interface javax.validation.ConstraintValidatorContext.ConstraintViolationBuilder.ContainerElementNodeBuilderCustomizableContext
-
Adds the new
ConstraintViolation
to be generated if the constraint validator mark the value as invalid. - addConstraintViolation() - Method in interface javax.validation.ConstraintValidatorContext.ConstraintViolationBuilder.ContainerElementNodeBuilderDefinedContext
-
Adds the new
ConstraintViolation
to be generated if the constraint validator marks the value as invalid. - addConstraintViolation() - Method in interface javax.validation.ConstraintValidatorContext.ConstraintViolationBuilder.ContainerElementNodeContextBuilder
-
Adds the new
ConstraintViolation
to be generated if the constraint validator mark the value as invalid. - addConstraintViolation() - Method in interface javax.validation.ConstraintValidatorContext.ConstraintViolationBuilder.LeafNodeBuilderCustomizableContext
-
Adds the new
ConstraintViolation
to be generated if the constraint validator mark the value as invalid. - addConstraintViolation() - Method in interface javax.validation.ConstraintValidatorContext.ConstraintViolationBuilder.LeafNodeBuilderDefinedContext
-
Adds the new
ConstraintViolation
to be generated if the constraint validator marks the value as invalid. - addConstraintViolation() - Method in interface javax.validation.ConstraintValidatorContext.ConstraintViolationBuilder.LeafNodeContextBuilder
-
Adds the new
ConstraintViolation
to be generated if the constraint validator mark the value as invalid. - addConstraintViolation() - Method in interface javax.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderCustomizableContext
-
Adds the new
ConstraintViolation
to be generated if the constraint validator mark the value as invalid. - addConstraintViolation() - Method in interface javax.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderDefinedContext
-
Adds the new
ConstraintViolation
to be generated if the constraint validator marks the value as invalid. - addConstraintViolation() - Method in interface javax.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeContextBuilder
-
Adds the new
ConstraintViolation
to be generated if the constraint validator mark the value as invalid. - addContainerElementNode(String, Class<?>, Integer) - Method in interface javax.validation.ConstraintValidatorContext.ConstraintViolationBuilder
-
Adds a container element node to the path the
ConstraintViolation
will be associated to. - addContainerElementNode(String, Class<?>, Integer) - Method in interface javax.validation.ConstraintValidatorContext.ConstraintViolationBuilder.ContainerElementNodeBuilderCustomizableContext
-
Adds a container element node to the path the
ConstraintViolation
will be associated to. - addContainerElementNode(String, Class<?>, Integer) - Method in interface javax.validation.ConstraintValidatorContext.ConstraintViolationBuilder.ContainerElementNodeBuilderDefinedContext
-
Adds a container element node to the path the
ConstraintViolation
will be associated to. - addContainerElementNode(String, Class<?>, Integer) - Method in interface javax.validation.ConstraintValidatorContext.ConstraintViolationBuilder.ContainerElementNodeContextBuilder
-
Adds a container element node to the path the
ConstraintViolation
will be associated to. - addContainerElementNode(String, Class<?>, Integer) - Method in interface javax.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderCustomizableContext
-
Adds a container element node to the path the
ConstraintViolation
will be associated to. - addContainerElementNode(String, Class<?>, Integer) - Method in interface javax.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderDefinedContext
-
Adds a container element node to the path the
ConstraintViolation
will be associated to. - addContainerElementNode(String, Class<?>, Integer) - Method in interface javax.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeContextBuilder
-
Adds a container element node to the path the
ConstraintViolation
will be associated to. - addContext(Context) - Method in interface javax.enterprise.inject.spi.AfterBeanDiscovery
-
Registers a custom
Context
object with the container. - addConverter(Class<?>, String) - Method in class javax.faces.application.Application
-
Register a new converter class that is capable of performing conversions for the specified target class.
- addConverter(Class<?>, String) - Method in class javax.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.addConverter(Class, String)
on the wrappedApplication
object. - addConverter(String, String) - Method in class javax.faces.application.Application
-
Register a new mapping of converter id to the name of the corresponding
Converter
class. - addConverter(String, String) - Method in class javax.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.addConverter(String, String)
on the wrappedApplication
object. - 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.
- addDataModelListener(DataModelListener) - Method in class javax.faces.model.DataModel
-
Add a new
DataModelListener
to the set interested in notifications from thisDataModel
. - 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.
- addDefaultValidatorId(String) - Method in class javax.faces.application.Application
-
Register a validator by its id that is applied to all
UIInput
components in a view. - addDefaultValidatorId(String) - Method in class javax.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.addDefaultValidatorId(String)
on the wrappedApplication
object. - addDefinitionError(Throwable) - Method in interface javax.enterprise.inject.spi.AfterBeanDiscovery
-
Registers a definition error with the container, causing the container to abort deployment after all observers have been notified.
- addDefinitionError(Throwable) - Method in interface javax.enterprise.inject.spi.ProcessBean
-
Registers a definition error with the container, causing the container to abort deployment after bean discovery is complete.
- addDefinitionError(Throwable) - Method in interface javax.enterprise.inject.spi.ProcessBeanAttributes
-
Registers a definition error with the container, causing the container to abort deployment after bean discovery is complete.
- addDefinitionError(Throwable) - Method in interface javax.enterprise.inject.spi.ProcessInjectionPoint
-
Registers a definition error with the container, causing the container to abort deployment after bean discovery is complete.
- addDefinitionError(Throwable) - Method in interface javax.enterprise.inject.spi.ProcessInjectionTarget
-
Registers a definition error with the container, causing the container to abort deployment after bean discovery is complete.
- addDefinitionError(Throwable) - Method in interface javax.enterprise.inject.spi.ProcessObserverMethod
-
Registers a definition error with the container, causing the container to abort deployment after bean discovery is complete.
- addDefinitionError(Throwable) - Method in interface javax.enterprise.inject.spi.ProcessProducer
-
Registers a definition error with the container, causing the container to abort deployment after bean discovery is complete.
- addDeploymentProblem(Throwable) - Method in interface javax.enterprise.inject.spi.AfterDeploymentValidation
-
Registers a deployment problem with the container, causing the container to abort deployment after all observers have been notified.
- ADDED - Static variable in class javax.mail.event.MessageCountEvent
-
The messages were added to their folder
- addELContextListener(ELContextListener) - Method in class javax.faces.application.Application
-
Provide a way for Faces applications to register an
ELContextListener
that will be notified on creation ofELContext
instances. - addELContextListener(ELContextListener) - Method in class javax.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.addELContextListener(javax.el.ELContextListener)
on the wrappedApplication
object. - addELContextListener(ELContextListener) - Method in interface javax.servlet.jsp.JspApplicationContext
-
Registers a
ELContextListener
s so that context objects can be added whenever a newELContext
is created. - addELResolver(ELResolver) - Method in class javax.el.ELManager
-
Add an user defined ELResolver to the list of ELResolvers.
- addELResolver(ELResolver) - Method in class javax.el.StandardELContext
-
Add a custom ELResolver to the context.
- addELResolver(ELResolver) - Method in class javax.faces.application.Application
-
Cause an the argument
resolver
to be added to the resolver chain as specified in section JSF.5.5.1 of the JavaServer Faces Specification. - addELResolver(ELResolver) - Method in class javax.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.addELResolver(javax.el.ELResolver)
on the wrappedApplication
object. - 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
- addEvaluationListener(EvaluationListener) - Method in class javax.el.ELContext
-
Registers an evaluation listener to the ELContext.
- addEvaluationListener(EvaluationListener) - Method in class javax.el.ELManager
-
Register an evaluation listener.
- addExtensions(Class<? extends Extension>...) - Method in class javax.enterprise.inject.se.SeContainerInitializer
-
Add extensions to the set of extensions.
- addExtensions(Extension...) - Method in class javax.enterprise.inject.se.SeContainerInitializer
-
Add extensions to the set of extensions.
- addFacesListener(FacesListener) - Method in class javax.faces.component.UIComponent
-
Add the specified
FacesListener
to the set of listeners registered to receive event notifications from thisUIComponent
. - addFacesListener(FacesListener) - Method in class javax.faces.component.UIComponentBase
-
Add the specified
FacesListener
to the set of listeners registered to receive event notifications from thisUIComponent
. - addFacet(String) - Method in class javax.faces.webapp.UIComponentClassicTagBase
- addFacet(String) - Method in class javax.faces.webapp.UIComponentTagBase
-
Add the facet name of the specified facet to the list of facet names created or located by nested
UIComponentTag
s processing this request. - 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.
- 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.
- 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. - addFlow(FacesContext, Flow) - Method in class javax.faces.flow.FlowHandler
-
Add the argument
Flow
to the collection ofFlow
s known to the current application. - addFolderListener(FolderListener) - Method in class javax.mail.Folder
-
Add a listener for Folder events on this Folder.
- addFolderListener(FolderListener) - Method in class javax.mail.Store
-
Add a listener for Folder events on any Folder object obtained from this Store.
- addFrom(Address[]) - Method in class javax.mail.internet.MimeMessage
-
Add the specified addresses to the existing "From" field.
- addFrom(Address[]) - Method in class javax.mail.Message
-
Add these addresses to the existing "From" attribute
- addHeader(String, String) - Method in class javax.mail.internet.InternetHeaders
-
Add a header with the specified name and value to the header list.
- addHeader(String, String) - Method in class javax.mail.internet.MimeBodyPart
-
Add this value to the existing values for this header_name.
- addHeader(String, String) - Method in class javax.mail.internet.MimeMessage
-
Add this value to the existing values for this header_name.
- addHeader(String, String) - Method in interface javax.mail.Part
-
Add this value to the existing values for this header_name.
- 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.
- addHeaderLine(String) - Method in class javax.mail.internet.InternetHeaders
-
Add an RFC822 header line to the header store.
- addHeaderLine(String) - Method in class javax.mail.internet.MimeBodyPart
-
Add a header line to this body part
- addHeaderLine(String) - Method in class javax.mail.internet.MimeMessage
-
Add a raw RFC 822 header-line.
- addHeaderLine(String) - Method in interface javax.mail.internet.MimePart
-
Add a raw RFC822 header-line.
- addInjectionPoint(InjectionPoint) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
-
Add an InjectionPoint to the configured bean
- addInjectionPoints(Set<InjectionPoint>) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
-
Add InjectionPoints to the configured bean
- addInjectionPoints(InjectionPoint...) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
-
Add InjectionPoints to the configured bean
- addInterceptorBinding(Class<? extends Annotation>, Annotation...) - Method in interface javax.enterprise.inject.spi.BeforeBeanDiscovery
-
Declares an annotation type as an interceptor binding type, and specifies its meta-annotations.
- addInterceptorBinding(AnnotatedType<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.BeforeBeanDiscovery
-
Declares an annotation type as an interceptor binding type.
- 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(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) - 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.EntityGraph
-
Add a node to the graph that corresponds to a map key that is a managed type with inheritance.
- 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.
- 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>) - 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.EntityGraph
-
Add a node to the graph that corresponds to a map key that is a managed type with inheritance.
- 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.
- addLifecycle(String, Lifecycle) - Method in class javax.faces.lifecycle.LifecycleFactory
-
Register a new
Lifecycle
instance, associated with the specifiedlifecycleId
, to be supported by thisLifecycleFactory
. - addListener(Class<? extends EventListener>) - Method in interface javax.servlet.ServletContext
-
Adds a listener of the given class type to this ServletContext.
- addListener(String) - Method in interface javax.servlet.ServletContext
-
Adds the listener with the given class name to this ServletContext.
- addListener(AsyncListener) - Method in interface javax.servlet.AsyncContext
-
Registers the given
AsyncListener
with the most recent asynchronous cycle that was started by a call to one of theServletRequest.startAsync()
methods. - addListener(AsyncListener, ServletRequest, ServletResponse) - Method in interface javax.servlet.AsyncContext
-
Registers the given
AsyncListener
with the most recent asynchronous cycle that was started by a call to one of theServletRequest.startAsync()
methods. - addListener(T) - Method in interface javax.servlet.ServletContext
-
Adds the given listener to this ServletContext.
- addMapping(InputStream) - Method in interface javax.validation.Configuration
-
Add a stream describing constraint mapping in the Bean Validation XML format.
- 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.
- addMessage(String, FacesMessage) - Method in class javax.faces.context.FacesContext
-
Append a
FacesMessage
to the set of messages associated with the specified client identifier, ifclientId
is notnull
. - addMessage(String, FacesMessage) - Method in class javax.faces.context.FacesContextWrapper
-
The default behavior of this method is to call
FacesContext.addMessage(String, FacesMessage)
on the wrappedFacesContext
object. - addMessageChangedListener(MessageChangedListener) - Method in class javax.mail.Folder
-
Add a listener for MessageChanged events on this Folder.
- addMessageCountListener(MessageCountListener) - Method in class javax.mail.Folder
-
Add a listener for MessageCount events on this Folder.
- addMessageHandler(Class<T>, MessageHandler.Partial<T>) - 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(MessageHandler) - Method in interface javax.websocket.Session
-
Register to handle to incoming messages in this conversation.
- 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
orcreateNamedStoredProcedureQuery
method. - addNode(String) - Method in interface javax.validation.ConstraintValidatorContext.ConstraintViolationBuilder
- addNode(String) - Method in interface javax.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderCustomizableContext
- addNode(String) - Method in interface javax.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderDefinedContext
- addNode(String) - Method in interface javax.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeContextBuilder
- addNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) - Method in interface javax.management.j2ee.ListenerRegistration
-
Add a listener to a registered managed object.
- addNull() - Method in interface javax.json.JsonArrayBuilder
-
Adds a
JsonValue.NULL
value to the array. - addNull(int) - Method in interface javax.json.JsonArrayBuilder
-
Adds a
JsonValue.NULL
value to the array at the specified position. - 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 isnull
. - addNull(List<V>) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
-
Define the behavior for adding a
null
values to the value list. - addObserverMethod() - Method in interface javax.enterprise.inject.spi.AfterBeanDiscovery
-
obtains a new
ObserverMethodConfigurator
to configure a newObserverMethod
and add it at the end of the observer invocation. - addObserverMethod(ObserverMethod<?>) - Method in interface javax.enterprise.inject.spi.AfterBeanDiscovery
-
Fires an event of type
ProcessObserverMethod
containing the givenObserverMethod
and then registers theObserverMethod
with the container, thereby making it available for event notifications. - addPackages(boolean, Class<?>...) - Method in class javax.enterprise.inject.se.SeContainerInitializer
-
Packages of the specified classes will be scanned and found classes will be added to the set of bean classes for the synthetic bean archive.*
- addPackages(boolean, Package...) - Method in class javax.enterprise.inject.se.SeContainerInitializer
-
All classes from the specified packages will be added to the set of bean classes for the synthetic bean archive.
- addPackages(Class<?>...) - Method in class javax.enterprise.inject.se.SeContainerInitializer
-
All classes from the packages of the specified classes will be added to the set of bean classes for the synthetic bean archive.
- addPackages(Package...) - Method in class javax.enterprise.inject.se.SeContainerInitializer
-
All classes from the specified packages will be added to the set of bean classes for the synthetic bean archive.
- addParameterNode(int) - Method in interface javax.validation.ConstraintValidatorContext.ConstraintViolationBuilder
-
Adds a method parameter node to the path the
ConstraintViolation
will be associated to. - addPhaseListener(PhaseListener) - Method in class javax.faces.component.UIViewRoot
- addPhaseListener(PhaseListener) - Method in class javax.faces.lifecycle.Lifecycle
-
Register a new
PhaseListener
instance that is interested in being notified before and after the processing for standard phases of the request processing lifecycle. - addPhaseListener(PhaseListener) - Method in class javax.faces.lifecycle.LifecycleWrapper
- addProperty(String, Object) - Method in class javax.enterprise.inject.se.SeContainerInitializer
-
Add a configuration property to the container
- addProperty(String, String) - Method in interface javax.validation.Configuration
-
Adds a provider specific property.
- addPropertyNode(String) - Method in interface javax.validation.ConstraintValidatorContext.ConstraintViolationBuilder
-
Adds a property node to the path the
ConstraintViolation
will be associated to. - addPropertyNode(String) - Method in interface javax.validation.ConstraintValidatorContext.ConstraintViolationBuilder.ContainerElementNodeBuilderCustomizableContext
-
Adds a property node to the path the
ConstraintViolation
will be associated to. - addPropertyNode(String) - Method in interface javax.validation.ConstraintValidatorContext.ConstraintViolationBuilder.ContainerElementNodeBuilderDefinedContext
-
Adds a property node to the path the
ConstraintViolation
will be associated to. - addPropertyNode(String) - Method in interface javax.validation.ConstraintValidatorContext.ConstraintViolationBuilder.ContainerElementNodeContextBuilder
-
Adds a property node to the path the
ConstraintViolation
will be associated to. - addPropertyNode(String) - Method in interface javax.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderCustomizableContext
-
Adds a property node to the path the
ConstraintViolation
will be associated to. - addPropertyNode(String) - Method in interface javax.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderDefinedContext
-
Adds a property node to the path the
ConstraintViolation
will be associated to. - addPropertyNode(String) - Method in interface javax.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeContextBuilder
-
Adds a property node to the path the
ConstraintViolation
will be associated to. - addProtectedView(String) - Method in class javax.faces.application.ViewHandler
-
Add the argument
urlPattern
to the thread safeSet
of protected views for this application. - addProtectedView(String) - Method in class javax.faces.application.ViewHandlerWrapper
-
The default behavior of this method is to call
ViewHandler.addProtectedView(java.lang.String)
on the wrappedViewHandler
object. - addProvider(Provider) - Method in class javax.mail.Session
-
Add a provider to the session.
- addQualifier(Annotation) - Method in interface javax.enterprise.inject.spi.configurator.BeanAttributesConfigurator
-
Add a qualifier to the configured bean
- addQualifier(Annotation) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
-
Add a qualifier to the configured bean
- addQualifier(Annotation) - Method in interface javax.enterprise.inject.spi.configurator.InjectionPointConfigurator
-
Add the qualifier to the InjectionPoint to build
- addQualifier(Annotation) - Method in interface javax.enterprise.inject.spi.configurator.ObserverMethodConfigurator
-
Add the qualifier to the observed event
- addQualifier(Class<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.BeforeBeanDiscovery
-
Declares an annotation type as a Qualifier qualifier type.
- addQualifier(AnnotatedType<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.BeforeBeanDiscovery
-
Declares an annotation type as a Qualifier qualifier type.
- addQualifiers(Annotation...) - Method in interface javax.enterprise.inject.spi.configurator.BeanAttributesConfigurator
-
Add qualifiers to the bean.
- addQualifiers(Annotation...) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
-
Add qualifiers to the bean.
- addQualifiers(Annotation...) - Method in interface javax.enterprise.inject.spi.configurator.InjectionPointConfigurator
-
Add all the qualifiers to the InjectionPoint to build
- addQualifiers(Annotation...) - Method in interface javax.enterprise.inject.spi.configurator.ObserverMethodConfigurator
-
Add all the qualifiers to the Observed event
- addQualifiers(Set<Annotation>) - Method in interface javax.enterprise.inject.spi.configurator.BeanAttributesConfigurator
-
Add qualifiers to the bean.
- addQualifiers(Set<Annotation>) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
-
Add qualifiers to the bean.
- addQualifiers(Set<Annotation>) - Method in interface javax.enterprise.inject.spi.configurator.InjectionPointConfigurator
-
Add all the qualifiers to the InjectionPoint to build
- addQualifiers(Set<Annotation>) - Method in interface javax.enterprise.inject.spi.configurator.ObserverMethodConfigurator
-
Add all the qualifiers to the Observed event
- addRecipient(Message.RecipientType, Address) - Method in class javax.mail.Message
-
Add this recipient address to the existing ones of the given type.
- addRecipients(Message.RecipientType, String) - Method in class javax.mail.internet.MimeMessage
-
Add the given addresses to the specified recipient type.
- addRecipients(Message.RecipientType, Address[]) - Method in class javax.mail.internet.MimeMessage
-
Add the given addresses to the specified recipient type.
- addRecipients(Message.RecipientType, Address[]) - Method in class javax.mail.Message
-
Add these recipient addresses to the existing ones of the given type.
- addRenderer(String, String, Renderer) - Method in class javax.faces.render.RenderKit
- addRenderer(String, String, Renderer) - Method in class javax.faces.render.RenderKitWrapper
-
The default behavior of this method is to call
RenderKit.addRenderer(String, String, Renderer)
on the wrappedRenderKit
object. - addRenderKit(String, RenderKit) - Method in class javax.faces.render.RenderKitFactory
-
Register the specified
RenderKit
instance, associated with the specifiedrenderKitId
, to be supported by thisRenderKitFactory
, replacing any previously registeredRenderKit
for this identifier. - addResponseCookie(String, String, Map<String, Object>) - Method in class javax.faces.context.ExternalContext
-
Adds the cookie represented by the arguments to the response.
- addResponseCookie(String, String, Map<String, Object>) - Method in class javax.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.addResponseCookie(String, String, Map)
on the wrappedExternalContext
object. - addResponseHeader(String, String) - Method in class javax.faces.context.ExternalContext
-
Add the given name and value to the response header.
- addResponseHeader(String, String) - Method in class javax.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.addResponseHeader(String,String)
on the wrappedExternalContext
object. - address - Variable in class javax.mail.internet.InternetAddress
- address - Variable in class javax.mail.search.AddressTerm
-
The address.
- Address - Class in javax.mail
-
This abstract class models the addresses in a message.
- Address() - Constructor for class javax.mail.Address
- AddressException - Exception in javax.mail.internet
-
The exception thrown when a wrongly formatted address is encountered.
- AddressException() - Constructor for exception javax.mail.internet.AddressException
-
Constructs an AddressException with no detail message.
- AddressException(String) - Constructor for exception javax.mail.internet.AddressException
-
Constructs an AddressException with the specified detail message.
- AddressException(String, String) - Constructor for exception javax.mail.internet.AddressException
-
Constructs an AddressException with the specified detail message and reference info.
- AddressException(String, String, int) - Constructor for exception javax.mail.internet.AddressException
-
Constructs an AddressException with the specified detail message and reference info.
- AddressStringTerm - Class in javax.mail.search
-
This abstract class implements string comparisons for Message addresses.
- AddressStringTerm(String) - Constructor for class javax.mail.search.AddressStringTerm
-
Constructor.
- AddressTerm - Class in javax.mail.search
-
This class implements Message Address comparisons.
- AddressTerm(Address) - Constructor for class javax.mail.search.AddressTerm
- addRule(MetaRule) - Method in class javax.faces.view.facelets.MetaRuleset
-
Add another
MetaRule
to this ruleset, returningthis
. - addScope(Class<? extends Annotation>, boolean, boolean) - Method in interface javax.enterprise.inject.spi.BeforeBeanDiscovery
-
Declares an annotation type as a scope type.
- addSearchKeywordResolver(SearchKeywordResolver) - Method in class javax.faces.application.Application
-
Cause the argument
resolver
to be added to the head of the resolver chain. - addSearchKeywordResolver(SearchKeywordResolver) - Method in class javax.faces.application.ApplicationWrapper
- 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.
- 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.
- addSQLParameter(Object) - Method in interface javax.servlet.jsp.jstl.sql.SQLExecutionTag
-
Adds a PreparedStatement parameter value.
- addStereotype(Class<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.configurator.BeanAttributesConfigurator
-
Add a stereotype to the configured bean
- addStereotype(Class<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
-
Add a stereotype to the configured bean
- addStereotype(Class<? extends Annotation>, Annotation...) - Method in interface javax.enterprise.inject.spi.BeforeBeanDiscovery
-
Declares an annotation type as a stereotype, and specifies its meta-annotations.
- addStereotypes(Set<Class<? extends Annotation>>) - Method in interface javax.enterprise.inject.spi.configurator.BeanAttributesConfigurator
-
Add stereotypes to the configured bean
- addStereotypes(Set<Class<? extends Annotation>>) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
-
Add stereotypes to the configured bean
- addStoreListener(StoreListener) - Method in class javax.mail.Store
-
Add a listener for StoreEvents on this Store.
- 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(String) - Method in interface javax.persistence.EntityGraph
-
Add a node to the graph that corresponds to a managed type.
- 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.EntityGraph
-
Add a node to the graph that corresponds to a managed type with inheritance.
- addSubgraph(String, Class<X>) - Method in interface javax.persistence.Subgraph
-
Add a node to the graph that corresponds to a managed type with inheritance.
- 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>) - 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.EntityGraph
-
Add a node to the graph that corresponds to a managed type with inheritance.
- 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.
- addToExcludedPolicy(Permission) - Method in interface javax.security.jacc.PolicyConfiguration
-
Used to add a single excluded policy statement to this PolicyConfiguration.
- addToExcludedPolicy(PermissionCollection) - Method in interface javax.security.jacc.PolicyConfiguration
-
Used to add excluded policy statements to this PolicyConfiguration.
- addToRole(String, Permission) - Method in interface javax.security.jacc.PolicyConfiguration
-
Used to add a single permission to a named role in this PolicyConfiguration.
- addToRole(String, PermissionCollection) - Method in interface javax.security.jacc.PolicyConfiguration
-
Used to add permissions to a named role in this PolicyConfiguration.
- addToUncheckedPolicy(Permission) - Method in interface javax.security.jacc.PolicyConfiguration
-
Used to add a single unchecked policy statement to this PolicyConfiguration.
- addToUncheckedPolicy(PermissionCollection) - Method in interface javax.security.jacc.PolicyConfiguration
-
Used to add unchecked policy statements to this PolicyConfiguration.
- 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. - addTransitiveTypeClosure(Type) - Method in interface javax.enterprise.inject.spi.configurator.BeanAttributesConfigurator
-
Adds an unrestricted set of bean types for the given type as if it represented a bean class of a managed bean.
- addTransitiveTypeClosure(Type) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
-
Adds an unrestricted set of bean types for the given type as if it represented a bean class of a managed bean.
- addTransportListener(TransportListener) - Method in class javax.mail.Transport
-
Add a listener for Transport events.
- addType(Type) - Method in interface javax.enterprise.inject.spi.configurator.BeanAttributesConfigurator
-
Add a type to the bean types
- addType(Type) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
-
Add a type to the bean types
- addType(TypeLiteral<?>) - Method in interface javax.enterprise.inject.spi.configurator.BeanAttributesConfigurator
-
Add a type to the bean types
- addType(TypeLiteral<?>) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
-
Add a type to the bean types
- addTypes(Type...) - Method in interface javax.enterprise.inject.spi.configurator.BeanAttributesConfigurator
-
Add types to the bean types
- addTypes(Type...) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
-
Add types to the bean types
- addTypes(Set<Type>) - Method in interface javax.enterprise.inject.spi.configurator.BeanAttributesConfigurator
-
Add types to the bean types
- addTypes(Set<Type>) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
-
Add types to the bean types
- addValidator(String, String) - Method in class javax.faces.application.Application
-
Register a new mapping of validator id to the name of the corresponding
Validator
class. - addValidator(String, String) - Method in class javax.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.addValidator(String, String)
on the wrappedApplication
object. - addValidator(Validator) - Method in interface javax.faces.component.EditableValueHolder
-
Add a
Validator
instance to the set associated with this component. - addValidator(Validator) - Method in class javax.faces.component.UIInput
- addValueChangeListener(ValueChangeListener) - Method in interface javax.faces.component.EditableValueHolder
-
Add a new
ValueChangeListener
to the set of listeners interested in being notified whenValueChangeEvent
s occur. - addValueChangeListener(ValueChangeListener) - Method in class javax.faces.component.UIInput
-
Add a new
ValueChangeListener
to the set of listeners interested in being notified whenValueChangeEvent
s occur. - addValueExtractor(ValueExtractor<?>) - Method in interface javax.validation.Configuration
-
Adds a value extractor.
- addValueExtractor(ValueExtractor<?>) - Method in interface javax.validation.ValidatorContext
-
Adds a value extractor to be used by the
Validator
. - addVerbatimAfterComponent(UIComponentClassicTagBase, UIComponent, UIComponent) - Method in class javax.faces.webapp.UIComponentClassicTagBase
-
Add verbatim as a sibling of component in component in the parent's child list.
- addVerbatimBeforeComponent(UIComponentClassicTagBase, UIComponent, UIComponent) - Method in class javax.faces.webapp.UIComponentClassicTagBase
-
Add verbatim as a sibling of component in component in the parent's child list.
- 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. - AFTER_COMPLETION - javax.enterprise.event.TransactionPhase
-
Identifies an after completion observer method, called during the after completion phase of the transaction.
- AFTER_FAILURE - javax.enterprise.event.TransactionPhase
-
Identifies an after failure observer method, called during the after completion phase of the transaction, only when the transaction fails.
- AFTER_SUCCESS - javax.enterprise.event.TransactionPhase
-
Identifies an after success observer method, called during the after completion phase of the transaction, only when the transaction completes successfully.
- AfterBeanDiscovery - Interface in javax.enterprise.inject.spi
-
The event type of the second event fired by the container when it has fully completed the bean discovery process, validated that there are no definition errors relating to the discovered beans, and registered
Bean
andObserverMethod
objects for the discovered beans, but before detecting deployment problems. - afterBegin() - Method in interface javax.ejb.SessionSynchronization
-
The
afterBegin
method notifies a stateful session bean instance that a new transaction has started, and that the subsequent business methods on the instance will be invoked in the context of the transaction. - AfterBegin - Annotation Type in javax.ejb
-
Designate a stateful session bean method to receive the after begin session synchronization callback.
- afterChunk() - Method in class javax.batch.api.chunk.listener.AbstractChunkListener
-
Override this method if the ChunkListener will do something after the chunk ends.
- afterChunk() - Method in interface javax.batch.api.chunk.listener.ChunkListener
-
The afterChunk method receives control after processing of the current chunk ends.
- afterCompletion(boolean) - Method in interface javax.ejb.SessionSynchronization
-
The
afterCompletion
method notifies a stateful session bean instance that a transaction commit protocol has completed, and tells the instance whether the transaction has been committed or rolled back. - afterCompletion(int) - Method in interface javax.transaction.Synchronization
-
This method is called by the transaction manager after the transaction is committed or rolled back.
- AfterCompletion - Annotation Type in javax.ejb
-
Designate a stateful session bean method to receive the after completion session synchronization callback.
- afterDelivery() - Method in interface javax.resource.spi.endpoint.MessageEndpoint
-
This is called by a resource adapter after a message is delivered.
- AfterDeploymentValidation - Interface in javax.enterprise.inject.spi
-
The event type of the third event fired by the container after it has validated that there are no deployment problems and before creating contexts or processing requests.
- afterEvaluation(ELContext, String) - Method in class javax.el.EvaluationListener
-
Receives notification after an EL expression is evaluated
- afterJob() - Method in class javax.batch.api.listener.AbstractJobListener
-
Override this method if the JobListener will do something after the job ends.
- afterJob() - Method in interface javax.batch.api.listener.JobListener
-
The afterJob method receives control after the job execution ends.
- afterPartitionedStepCompletion(PartitionReducer.PartitionStatus) - Method in class javax.batch.api.partition.AbstractPartitionReducer
-
Override this method to take action after partitioned step processing ends.
- afterPartitionedStepCompletion(PartitionReducer.PartitionStatus) - Method in interface javax.batch.api.partition.PartitionReducer
-
The afterPartitionedStepCompletion method receives control at the end of a partition processing.
- afterPhase(PhaseEvent) - Method in interface javax.faces.event.PhaseListener
-
Handle a notification that the processing for a particular phase has just been completed.
- afterProcess(Object, Object) - Method in class javax.batch.api.chunk.listener.AbstractItemProcessListener
-
Override this method if the ItemProcessListener will do something after the item is processed.
- afterProcess(Object, Object) - Method in interface javax.batch.api.chunk.listener.ItemProcessListener
-
The afterProcess method receives control after an item processor processes an item.
- afterRead(Object) - Method in class javax.batch.api.chunk.listener.AbstractItemReadListener
-
Override this method if the ItemReadListener will do something after the item is read.
- afterRead(Object) - Method in interface javax.batch.api.chunk.listener.ItemReadListener
-
The afterRead method receives control after an item reader reads an item.
- 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.
- afterStep() - Method in class javax.batch.api.listener.AbstractStepListener
-
Override this method if the StepListener will do something after the step ends.
- afterStep() - Method in interface javax.batch.api.listener.StepListener
-
The afterStep method receives control after a step execution ends.
- AfterTypeDiscovery - Interface in javax.enterprise.inject.spi
-
This event type is thrown by the container after type discovery is complete.
- afterWrite(List<Object>) - Method in class javax.batch.api.chunk.listener.AbstractItemWriteListener
-
Override this method if the ItemWriteListener will do something after the items are written.
- afterWrite(List<Object>) - Method in interface javax.batch.api.chunk.listener.ItemWriteListener
-
The afterWrite method receives control after an item writer writes its items.
- AjaxBehavior - Class in javax.faces.component.behavior
-
An instance of this class is added as a
ClientBehavior
to a component using theClientBehaviorHolder.addClientBehavior(java.lang.String, javax.faces.component.behavior.ClientBehavior)
contract that components implement. - AjaxBehavior() - Constructor for class javax.faces.component.behavior.AjaxBehavior
- AjaxBehaviorEvent - Class in javax.faces.event
-
AjaxBehaviorEvent represents the component behavior specific to
Ajax
). - AjaxBehaviorEvent(UIComponent, Behavior) - Constructor for class javax.faces.event.AjaxBehaviorEvent
-
Construct a new event object from the specified source component and Ajax behavior.
- AjaxBehaviorEvent(FacesContext, UIComponent, Behavior) - Constructor for class javax.faces.event.AjaxBehaviorEvent
-
Construct a new event object from the Faces context, specified source component and Ajax behavior.
- AjaxBehaviorListener - Interface in javax.faces.event
-
By implementing this class, an object indicates that it is a listener for one or more kinds of
BehaviorEvent
s. - ALERT - Static variable in class javax.mail.event.StoreEvent
-
Indicates that this message is an ALERT.
- alias(String) - Method in interface javax.persistence.criteria.Selection
-
Assigns an alias to the selection item.
- alias(String, String) - Method in class javax.faces.view.facelets.MetaRuleset
-
Customize this
MetaRuleset
by removing the attribute named by argumentattribute
and re-adding it under the name given by the argumentproperty
, returningthis
. - AliasRequest(String) - Constructor for class javax.security.auth.message.callback.PrivateKeyCallback.AliasRequest
-
Construct an AliasRequest with an alias.
- AliasRequest(String) - Constructor for class javax.security.auth.message.callback.SecretKeyCallback.AliasRequest
-
Construct an AliasRequest with an alias.
- all(Subquery<Y>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create an all expression over the subquery results.
- ALL - javax.persistence.CascadeType
-
Cascade all operations
- ALL - javax.persistence.SharedCacheMode
-
All entities and entity-related state and data are cached.
- ALL - javax.validation.executable.ExecutableType
-
All executables (constructors and methods).
- ALL - Static variable in class javax.mail.internet.MimeUtility
- ALL_IDS - Static variable in class javax.faces.component.visit.VisitContext
-
This unmodifiable Collection is returned by
getIdsToVisit()
andgetSubtreeIdsToVisit()
in cases where all ids should be visited. - ALL_PARTIAL_PHASE_CLIENT_IDS - Static variable in class javax.faces.context.PartialViewContext
-
The value that when used with
PartialViewContext.PARTIAL_EXECUTE_PARAM_NAME
orPartialViewContext.PARTIAL_RENDER_PARAM_NAME
indicates these phases must be skipped. - allocateConnection(ManagedConnectionFactory, ConnectionRequestInfo) - Method in interface javax.resource.spi.ConnectionManager
-
The method allocateConnection gets called by the resource adapter's connection factory instance.
- 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.
- ALLOW - Static variable in interface javax.ws.rs.core.HttpHeaders
-
See {@link HTTP/1.1 documentation}.
- allowEmpty - Variable in class javax.mail.internet.MimeMultipart
-
Flag corresponding to the "mail.mime.multipart.allowempty" property, set in the
MimeMultipart.initializeProperties()
method called from constructors and the parse method. - alt - javax.faces.component.html.HtmlCommandButton.PropertyKeys
- alt - javax.faces.component.html.HtmlGraphicImage.PropertyKeys
- alt - javax.faces.component.html.HtmlInputFile.PropertyKeys
- alt - javax.faces.component.html.HtmlInputSecret.PropertyKeys
- alt - javax.faces.component.html.HtmlInputText.PropertyKeys
- alt - javax.faces.component.html.HtmlOutcomeTargetButton.PropertyKeys
- AlterableContext - Interface in javax.enterprise.context.spi
-
Provides an operation for obtaining and destroying contextual instances with a particular scope of any contextual type.
- alternative(boolean) - Method in interface javax.enterprise.inject.spi.configurator.BeanAttributesConfigurator
-
Change the alternative status of the configured bean.
- alternative(boolean) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
-
Change the alternative status of the configured bean.
- Alternative - Annotation Type in javax.enterprise.inject
-
Specifies that a bean is an alternative.
- Alternative.Literal - Class in javax.enterprise.inject
-
Supports inline instantiation of the
Alternative
annotation. - ALWAYS - javax.enterprise.event.Reception
-
Specifies that an observer method always receives event notifications.
- ALWAYS_PERFORM_VALIDATION_WHEN_REQUIRED_IS_TRUE - Static variable in class javax.faces.component.UIInput
-
If this param is set, and calling toLowerCase().equals("true") on a String representation of its value returns true, validation must be performed, even when there is no corresponding value for this component in the incoming request.
- AmbiguousResolutionException - Exception in javax.enterprise.inject
-
Indicates that multiple beans match a certain combination of required type and required qualifiers and are eligible for injection into a certain class.
- AmbiguousResolutionException() - Constructor for exception javax.enterprise.inject.AmbiguousResolutionException
- AmbiguousResolutionException(String) - Constructor for exception javax.enterprise.inject.AmbiguousResolutionException
- AmbiguousResolutionException(String, Throwable) - Constructor for exception javax.enterprise.inject.AmbiguousResolutionException
- AmbiguousResolutionException(Throwable) - Constructor for exception javax.enterprise.inject.AmbiguousResolutionException
- analyzeCollectorData(Serializable) - Method in class javax.batch.api.partition.AbstractPartitionAnalyzer
-
Override this method to analyze PartitionCollector payloads.
- analyzeCollectorData(Serializable) - Method in interface javax.batch.api.partition.PartitionAnalyzer
-
The analyzeCollectorData method receives control each time a Partition collector sends its payload.
- analyzeStatus(BatchStatus, String) - Method in class javax.batch.api.partition.AbstractPartitionAnalyzer
-
Override this method to analyze partition end status.
- analyzeStatus(BatchStatus, String) - Method in interface javax.batch.api.partition.PartitionAnalyzer
-
The analyzeStatus method receives control each time a partition ends.
- 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 - javax.persistence.criteria.Predicate.BooleanOperator
- AndTerm - Class in javax.mail.search
-
This class implements the logical AND operator on individual SearchTerms.
- AndTerm(SearchTerm[]) - Constructor for class javax.mail.search.AndTerm
-
Constructor that takes an array of SearchTerms.
- AndTerm(SearchTerm, SearchTerm) - Constructor for class javax.mail.search.AndTerm
-
Constructor that takes two terms.
- Annotated - Interface in javax.enterprise.inject.spi
-
Represents a Java program element that can be annotated.
- ANNOTATED_ELEMENT - javax.validation.constraintvalidation.ValidationTarget
-
(Returned) element annotated by the constraint.
- AnnotatedCallable<X> - Interface in javax.enterprise.inject.spi
-
Represents a callable member of a Java type.
- AnnotatedConstructor<X> - Interface in javax.enterprise.inject.spi
-
Represents a constructor of a Java class.
- AnnotatedConstructorConfigurator<T> - Interface in javax.enterprise.inject.spi.configurator
-
This interface is part of the
AnnotatedTypeConfigurator
SPI and helps defining anAnnotatedConstructor
- AnnotatedField<X> - Interface in javax.enterprise.inject.spi
-
Represents a field of a Java class.
- AnnotatedFieldConfigurator<T> - Interface in javax.enterprise.inject.spi.configurator
-
This interface is part of the
AnnotatedTypeConfigurator
SPI and helps defining anAnnotatedField
- AnnotatedMember<X> - Interface in javax.enterprise.inject.spi
-
Represents a member of a Java type.
- AnnotatedMethod<X> - Interface in javax.enterprise.inject.spi
-
Represents a method of a Java type.
- AnnotatedMethodConfigurator<T> - Interface in javax.enterprise.inject.spi.configurator
-
This interface is part of the
AnnotatedTypeConfigurator
SPI and helps defining anAnnotatedMethod
- AnnotatedParameter<X> - Interface in javax.enterprise.inject.spi
-
Represents a parameter of a method or constructor.
- AnnotatedParameterConfigurator<T> - Interface in javax.enterprise.inject.spi.configurator
-
This interface is part of the
AnnotatedTypeConfigurator
SPI and helps defining anAnnotatedParameter
- AnnotatedType<X> - Interface in javax.enterprise.inject.spi
-
Represents a Java class or interface.
- AnnotatedTypeConfigurator<T> - Interface in javax.enterprise.inject.spi.configurator
-
This API is a helper to configure a new
AnnotatedType
instance. - AnnotationLiteral<T extends java.lang.annotation.Annotation> - Class in javax.enterprise.util
-
Supports inline instantiation of annotation type instances.
- AnnotationLiteral() - Constructor for class javax.enterprise.util.AnnotationLiteral
- annotationType() - Method in class javax.enterprise.util.AnnotationLiteral
- ANSWERED - Static variable in class javax.mail.Flags.Flag
-
This message has been answered.
- any(Subquery<Y>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create an any expression over the subquery results.
- Any - Annotation Type in javax.enterprise.inject
-
The built-in qualifier type.
- 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_PHASE - Static variable in class javax.faces.event.PhaseId
-
Identifier that indicates an interest in events, no matter which request processing phase is being performed.
- Any.Literal - Class in javax.enterprise.inject
-
Supports inline instantiation of the
Any
qualifier. - APP_NAME - Static variable in class javax.ejb.embeddable.EJBContainer
-
Standard property name for specifying the application name of the EJB modules executing within the embeddable container.
- appendMessages(Message[]) - Method in class javax.mail.Folder
-
Append given Messages to this folder.
- Application - Class in javax.faces.application
-
Application represents a per-web-application singleton object where applications based on JavaServer Faces (or implementations wishing to provide extended functionality) can register application-wide singletons that provide functionality required by JavaServer Faces.
- Application - Class in javax.ws.rs.core
-
Defines the components of a JAX-RS application and supplies additional meta-data.
- Application() - Constructor for class javax.faces.application.Application
- Application() - Constructor for class javax.ws.rs.core.Application
- APPLICATION - javax.annotation.Resource.AuthenticationType
- APPLICATION - Static variable in class javax.enterprise.context.BeforeDestroyed.Literal
- APPLICATION - Static variable in class javax.enterprise.context.Destroyed.Literal
- APPLICATION - Static variable in class javax.enterprise.context.Initialized.Literal
- 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_ATOM_XML - Static variable in class javax.ws.rs.core.MediaType
-
A
String
constant representing media type. - APPLICATION_ATOM_XML_TYPE - Static variable in class javax.ws.rs.core.MediaType
-
A
MediaType
constant representing media type. - APPLICATION_FACTORY - Static variable in class javax.faces.FactoryFinder
-
The property name for the
ApplicationFactory
class name. - APPLICATION_FORM_URLENCODED - Static variable in class javax.ws.rs.core.MediaType
-
A
String
constant representing media type. - APPLICATION_FORM_URLENCODED_TYPE - Static variable in class javax.ws.rs.core.MediaType
-
A
MediaType
constant representing media type. - APPLICATION_JSON - Static variable in class javax.ws.rs.core.MediaType
-
A
String
constant representing media type. - APPLICATION_JSON_PATCH_JSON - Static variable in class javax.ws.rs.core.MediaType
-
String
representation of media type.. - APPLICATION_JSON_PATCH_JSON_TYPE - Static variable in class javax.ws.rs.core.MediaType
-
A
MediaType
constant representing media type. - APPLICATION_JSON_TYPE - Static variable in class javax.ws.rs.core.MediaType
-
A
MediaType
constant representing media type. - APPLICATION_OCTET_STREAM - Static variable in class javax.ws.rs.core.MediaType
-
A
String
constant representing media type. - APPLICATION_OCTET_STREAM_TYPE - Static variable in class javax.ws.rs.core.MediaType
-
A
MediaType
constant representing media type. - 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 media type. - APPLICATION_SVG_XML_TYPE - Static variable in class javax.ws.rs.core.MediaType
-
A
MediaType
constant representing media type. - APPLICATION_XHTML_XML - Static variable in class javax.ws.rs.core.MediaType
-
A
String
constant representing media type. - APPLICATION_XHTML_XML_TYPE - Static variable in class javax.ws.rs.core.MediaType
-
A
MediaType
constant representing media type. - APPLICATION_XML - Static variable in class javax.ws.rs.core.MediaType
-
A
String
constant representing media type. - APPLICATION_XML_TYPE - Static variable in class javax.ws.rs.core.MediaType
-
A
MediaType
constant representing media type. - ApplicationConfigurationPopulator - Class in javax.faces.application
-
This class defines a
java.util.ServiceLoader
service which enables programmatic configuration of the JSF runtime using the existing Application Configuration Resources schema. - ApplicationConfigurationPopulator() - Constructor for class javax.faces.application.ApplicationConfigurationPopulator
- ApplicationException - Annotation Type in javax.ejb
-
Applied to an exception to denote that it is an application exception and should be reported to the client directly (i.e., unwrapped).
- ApplicationFactory - Class in javax.faces.application
-
ApplicationFactory is a factory object that creates (if needed) and returns
Application
instances. - ApplicationFactory() - Constructor for class javax.faces.application.ApplicationFactory
-
Deprecated.Use the other constructor taking the implementation being wrapped.
- ApplicationFactory(ApplicationFactory) - Constructor for class javax.faces.application.ApplicationFactory
-
If this factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
- ApplicationMap - Annotation Type in javax.faces.annotation
-
The presence of this annotation (along with
@Inject
) on a field of typeMap<String, Object>
causes the map returned fromExternalContext.getApplicationMap()
to be injected as the value of that field. - ApplicationPath - Annotation Type in javax.ws.rs
-
Identifies the application path that serves as the base URI for all resource URIs provided by
Path
. - ApplicationScoped - Annotation Type in javax.enterprise.context
-
Specifies that a bean is application scoped.
- ApplicationScoped - Annotation Type in javax.faces.bean
-
Deprecated.This has been replaced by
javax.enterprise.context.ApplicationScoped
, which is a CDI build-in scope with similar semantics. - ApplicationScoped.Literal - Class in javax.enterprise.context
-
Supports inline instantiation of the
ApplicationScoped
annotation. - 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(String, String) - Constructor for exception javax.resource.spi.ApplicationServerInternalException
-
Constructs a new throwable with the specified detail message and an error code.
- ApplicationServerInternalException(String, Throwable) - Constructor for exception javax.resource.spi.ApplicationServerInternalException
-
Constructs a new throwable with the specified detail message and cause.
- ApplicationServerInternalException(Throwable) - Constructor for exception javax.resource.spi.ApplicationServerInternalException
-
Constructs a new throwable with the specified cause.
- ApplicationWrapper - Class in javax.faces.application
-
Provides a simple implementation of
Application
that can be subclassed by developers wishing to provide specialized behavior to an existingApplication
instance. - ApplicationWrapper() - Constructor for class javax.faces.application.ApplicationWrapper
-
Deprecated.Use the other constructor taking the implementation being wrapped.
- ApplicationWrapper(Application) - Constructor for class javax.faces.application.ApplicationWrapper
-
If this application has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
- apply(FacesContext, UIComponent) - Method in class javax.faces.view.facelets.Facelet
-
The passed UIComponent parent will be populated/restored in accordance with the Facelets chapter in the spec prose document.
- apply(FaceletContext, UIComponent) - Method in class javax.faces.view.facelets.CompositeFaceletHandler
-
Calls apply on any child handlers.
- apply(FaceletContext, UIComponent) - Method in class javax.faces.view.facelets.DelegatingMetaTagHandler
-
The default implementation simply calls through to
TagHandlerDelegate.apply(javax.faces.view.facelets.FaceletContext, javax.faces.component.UIComponent)
. - apply(FaceletContext, UIComponent) - Method in interface javax.faces.view.facelets.FaceletHandler
-
Process changes on a particular UIComponent
- apply(FaceletContext, UIComponent) - Method in class javax.faces.view.facelets.TagHandlerDelegate
- 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
. - APPLY_REQUEST_VALUES - Static variable in class javax.faces.event.PhaseId
-
Identifier that indicates an interest in events queued for the Apply Request Values phase of the request processing lifecycle.
- applyAttachedObject(FacesContext, UIComponent) - Method in interface javax.faces.view.AttachedObjectHandler
-
Take the argument
parent
and apply this attached object to it. - applyAttachedObject(FacesContext, UIComponent) - Method in class javax.faces.view.facelets.FaceletsAttachedObjectHandler
-
Take the necessary actions to apply the attached object represented by the tag for the concrete subclass of this class to the argument
parent
. - applyLocalizedPattern(String) - Method in class javax.mail.internet.MailDateFormat
-
This method always throws an UnsupportedOperationException and should not be used because RFC 2822 mandates a specific pattern.
- applyMetadata(FaceletContext, Object) - Method in class javax.faces.view.facelets.Metadata
-
Take the action prescribed in the JSF specification for this particular VDL element attribute.
- applyNextHandler(FaceletContext, UIComponent) - Method in class javax.faces.view.facelets.DelegatingMetaTagHandler
-
Invoke the
apply()
method on this instance'sTagHandler.nextHandler
. - applyPattern(String) - Method in class javax.mail.internet.MailDateFormat
-
This method always throws an UnsupportedOperationException and should not be used because RFC 2822 mandates a specific pattern.
- applyRule(String, TagAttribute, MetadataTarget) - Method in class javax.faces.view.facelets.MetaRule
-
Return an abstraction that takes appropriate action given the kind of rule represented by the argument
name
, in the context of this particular concrete subclass ofMetaRule
. - areInterceptorBindingsEquivalent(Annotation, Annotation) - Method in interface javax.enterprise.inject.spi.BeanManager
-
Determine if two interceptor bindings are considered equivalent for the purposes of typesafe resolution, taking into account any members annotated with
Nonbinding
. - areQualifiersEquivalent(Annotation, Annotation) - Method in interface javax.enterprise.inject.spi.BeanManager
-
Determine if two qualifiers are considered equivalent for the purposes of typesafe resolution, taking into account any members annotated with
Nonbinding
. - AROUND_CONSTRUCT - javax.enterprise.inject.spi.InterceptionType
-
Intercepts a constructor invocation
- AROUND_INVOKE - javax.enterprise.inject.spi.InterceptionType
-
Intercepts method invocation
- AROUND_TIMEOUT - javax.enterprise.inject.spi.InterceptionType
-
Intercepts a timeout
- 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.
- ARRAY - javax.json.JsonValue.ValueType
-
JSON array.
- ArrayDataModel<E> - Class in javax.faces.model
-
ArrayDataModel is a convenience implementation of
DataModel
that wraps an array of Java objects. - ArrayDataModel() - Constructor for class javax.faces.model.ArrayDataModel
-
Construct a new
ArrayDataModel
with no specified wrapped data. - ArrayDataModel(E[]) - Constructor for class javax.faces.model.ArrayDataModel
-
Construct a new
ArrayDataModel
wrapping the specified array. - ArrayELResolver - Class in javax.el
-
Defines property resolution behavior on arrays.
- ArrayELResolver() - Constructor for class javax.el.ArrayELResolver
-
Creates a new read/write
ArrayELResolver
. - ArrayELResolver(boolean) - Constructor for class javax.el.ArrayELResolver
-
Creates a new
ArrayELResolver
whose read-only status is determined by the given parameter. - as(Class<T>) - Method in interface javax.validation.Path.Node
-
Narrows the type of this node down to the given type.
- 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.
- AssertFalse - Annotation Type in javax.validation.constraints
-
The annotated element must be false.
- AssertFalse.List - Annotation Type in javax.validation.constraints
-
Defines several
AssertFalse
annotations on the same element. - AssertTrue - Annotation Type in javax.validation.constraints
-
The annotated element must be true.
- AssertTrue.List - Annotation Type in javax.validation.constraints
-
Defines several
AssertTrue
annotations on the same element. - 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 ManagedConneciton instance.
- 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. - 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(boolean) - Method in interface javax.enterprise.inject.spi.configurator.ObserverMethodConfigurator
-
Allows modification of the asynchronous status of the observer to build.
- ASYNC - javax.servlet.DispatcherType
- ASYNC_CONTEXT_PATH - Static variable in interface javax.servlet.AsyncContext
-
The name of the request attribute under which the original context path is made available to the target of a
AsyncContext.dispatch(String)
orAsyncContext.dispatch(ServletContext,String)
- ASYNC_MAPPING - Static variable in interface javax.servlet.AsyncContext
-
The name of the request attribute under which the original
HttpServletMapping
is made available to the target of aAsyncContext.dispatch(String)
orAsyncContext.dispatch(ServletContext,String)
- ASYNC_PATH_INFO - Static variable in interface javax.servlet.AsyncContext
-
The name of the request attribute under which the original path info is made available to the target of a
AsyncContext.dispatch(String)
orAsyncContext.dispatch(ServletContext,String)
- ASYNC_QUERY_STRING - Static variable in interface javax.servlet.AsyncContext
-
The name of the request attribute under which the original query string is made available to the target of a
AsyncContext.dispatch(String)
orAsyncContext.dispatch(ServletContext,String)
- ASYNC_REQUEST_URI - Static variable in interface javax.servlet.AsyncContext
-
The name of the request attribute under which the original request URI is made available to the target of a
AsyncContext.dispatch(String)
orAsyncContext.dispatch(ServletContext,String)
- ASYNC_SERVLET_PATH - Static variable in interface javax.servlet.AsyncContext
-
The name of the request attribute under which the original servlet path is made available to the target of a
AsyncContext.dispatch(String)
orAsyncContext.dispatch(ServletContext,String)
- 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
-
Event that gets fired when the asynchronous operation initiated on a ServletRequest (via a call to
ServletRequest.startAsync()
orServletRequest.startAsync(ServletRequest, ServletResponse)
) has completed, timed out, or produced an error. - AsyncEvent(AsyncContext) - Constructor for class javax.servlet.AsyncEvent
-
Constructs an AsyncEvent from the given AsyncContext.
- AsyncEvent(AsyncContext, Throwable) - Constructor for class javax.servlet.AsyncEvent
-
Constructs an AsyncEvent from the given AsyncContext and Throwable.
- AsyncEvent(AsyncContext, ServletRequest, ServletResponse) - Constructor for class javax.servlet.AsyncEvent
-
Constructs an AsyncEvent from the given AsyncContext, ServletRequest, and ServletResponse.
- AsyncEvent(AsyncContext, ServletRequest, ServletResponse, Throwable) - Constructor for class javax.servlet.AsyncEvent
-
Constructs an AsyncEvent from the given AsyncContext, ServletRequest, ServletResponse, and Throwable.
- Asynchronous - Annotation Type in javax.ejb
-
Used to mark a session bean method as an asynchronous method or to designate all business methods of a session bean class as asynchronous.
- 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 JAX-RS asynchronous response that provides means for asynchronous server side response processing.
- AsyncResult<V> - Class in javax.ejb
-
Wraps the result of an asynchronous method call as a
Future
object, preserving compatability with the business interface signature. - AsyncResult(V) - Constructor for class javax.ejb.AsyncResult
-
Creates a
AsyncResult
instance to wrap the result of an asynchronous method call - 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.
- atIndex(Integer) - Method in interface javax.validation.ConstraintValidatorContext.ConstraintViolationBuilder.ContainerElementNodeContextBuilder
-
Defines the index the object is into the
List
or array. - atIndex(Integer) - Method in interface javax.validation.ConstraintValidatorContext.ConstraintViolationBuilder.LeafNodeContextBuilder
-
Defines the index the object is into the
List
or array - atIndex(Integer) - Method in interface javax.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeContextBuilder
-
Defines the index the object is into the
List
or array. - atKey(Object) - Method in interface javax.validation.ConstraintValidatorContext.ConstraintViolationBuilder.ContainerElementNodeContextBuilder
-
Defines the key the object is into the
Map
. - atKey(Object) - Method in interface javax.validation.ConstraintValidatorContext.ConstraintViolationBuilder.LeafNodeContextBuilder
-
Defines the key the object is into the
Map
. - atKey(Object) - Method in interface javax.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeContextBuilder
-
Defines the key the object is into the
Map
. - ATOM - Static variable in class javax.mail.internet.HeaderTokenizer.Token
-
Token type indicating an ATOM.
- ATTACHED_OBJECT_TARGETS_KEY - Static variable in interface javax.faces.view.AttachedObjectTarget
-
The key in the value set of the composite component
BeanDescriptor
, the value for which is aList<AttachedObjectTarget>
. - AttachedObjectHandler - Interface in javax.faces.view
-
The abstract base interface for a handler representing an attached object in a VDL page.
- AttachedObjectTarget - Interface in javax.faces.view
-
Within the declaration of a composite component, an
AttachedObjectTarget
allows the composite component author to expose the semantics of an inner component to the page author without exposing the rendering or implementation details of the inner component. - attachFile(File) - Method in class javax.mail.internet.MimeBodyPart
-
Use the specified file to provide the data for this part.
- attachFile(File, String, String) - Method in class javax.mail.internet.MimeBodyPart
-
Use the specified file with the specified Content-Type and Content-Transfer-Encoding to provide the data for this part.
- attachFile(String) - Method in class javax.mail.internet.MimeBodyPart
-
Use the specified file to provide the data for this part.
- attachFile(String, String, String) - Method in class javax.mail.internet.MimeBodyPart
-
Use the specified file with the specified Content-Type and Content-Transfer-Encoding to provide the data for this part.
- ATTACHMENT - Static variable in interface javax.mail.Part
-
This part should be presented as an attachment.
- attachWindow(FacesContext) - Method in class javax.faces.lifecycle.Lifecycle
-
Create or restore the
ClientWindow
to be used to display theUIViewRoot
for this run through the lifecycle. - attachWindow(FacesContext) - Method in class javax.faces.lifecycle.LifecycleWrapper
- Attribute<X,Y> - Interface in javax.persistence.metamodel
-
Represents an attribute of a Java type.
- 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.
- AttributeHandler - Interface in javax.faces.view.facelets
-
An interface that allows other code to identify FaceletHandlers that correspond to component attributes.
- 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 orId
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
- attributeReplaced(ServletRequestAttributeEvent) - Method in interface javax.servlet.ServletRequestAttributeListener
-
Receives notification that an attribute has been replaced on the ServletRequest.
- AttributeTag - Class in javax.faces.webapp
-
Deprecated.The Faces implementation must now provide the implementation for this class.
- AttributeTag() - Constructor for class javax.faces.webapp.AttributeTag
-
Deprecated.
- ATTRS_WITH_DECLARED_DEFAULT_VALUES - Static variable in class javax.faces.component.UIComponent
-
This constant enables one to quickly discover the names of the declared composite component attributes that have been given default values by the composite component author.
- AuthConfig - Interface in javax.security.auth.message.config
-
This interface defines the common functionality implemented by Authentication context configuration objects.
- AuthConfigFactory - Class in javax.security.auth.message.config
-
This class is used to obtain
AuthConfigProvider
objects that can be used to obtain authentication context configuration objects, that is,ClientAuthConfig
andServerAuthConfig
objects. - AuthConfigFactory() - Constructor for class javax.security.auth.message.config.AuthConfigFactory
- AuthConfigFactory.RegistrationContext - Interface in javax.security.auth.message.config
-
Represents the layer identifier, application context identifier, and description components of an AuthConfigProvider registration at the factory.
- AuthConfigProvider - Interface in javax.security.auth.message.config
-
This interface is implemented by objects that can be used to obtain authentication context configuration objects, that is,
ClientAuthConfig
orServerAuthConfig
objects. - 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.
- AUTHENTICATE_CONTENT - Static variable in interface javax.security.auth.message.MessagePolicy.ProtectionPolicy
-
The identifer for a ProtectionPolicy that indicates that the origin of data within the message is to be authenticated (that is, the message is to be protected such that its recipients can establish who defined the message content).
- AUTHENTICATE_RECIPIENT - Static variable in interface javax.security.auth.message.MessagePolicy.ProtectionPolicy
-
The identifer for a ProtectionPolicy that indicates that the message recipient is to be authenticated.
- AUTHENTICATE_SENDER - Static variable in interface javax.security.auth.message.MessagePolicy.ProtectionPolicy
-
The identifer for a ProtectionPolicy that indicates that the sending entity is to be authenticated.
- 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 withnull
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. - AuthenticationFailedException - Exception in javax.mail
-
This exception is thrown when the connect method on a Store or Transport object fails due to an authentication failure (e.g., bad user name or password).
- AuthenticationFailedException() - Constructor for exception javax.mail.AuthenticationFailedException
-
Constructs an AuthenticationFailedException.
- AuthenticationFailedException(String) - Constructor for exception javax.mail.AuthenticationFailedException
-
Constructs an AuthenticationFailedException with the specified detail message.
- AuthenticationFailedException(String, Exception) - Constructor for exception javax.mail.AuthenticationFailedException
-
Constructs an AuthenticationFailedException with the specified detail message and embedded exception.
- 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. - Authenticator - Class in javax.mail
-
The class Authenticator represents an object that knows how to obtain authentication for a network connection.
- Authenticator() - Constructor for class javax.mail.Authenticator
- AuthException - Exception in javax.security.auth.message
-
A generic authentication exception.
- AuthException() - Constructor for exception javax.security.auth.message.AuthException
-
Constructs an AuthException with no detail message.
- AuthException(String) - Constructor for exception javax.security.auth.message.AuthException
-
Constructs an AuthException with the specified detail message.
- AUTHORIZATION - Static variable in interface javax.ws.rs.core.HttpHeaders
-
See {@link HTTP/1.1 documentation}.
- AUTHORIZATION - Static variable in class javax.ws.rs.Priorities
-
Security authorization filter/interceptor priority.
- AuthStatus - Class in javax.security.auth.message
-
The AuthStatus class is used to represent return values from Authentication modules and Authentication Contexts.
- AUTO - javax.persistence.FlushModeType
-
(Default) Flushing to occur at query execution.
- AUTO - javax.persistence.GenerationType
-
Indicates that the persistence provider should pick an appropriate strategy for the particular database.
- AUTO - javax.persistence.ValidationMode
-
If a Bean Validation provider is present in the environment, the persistence provider must perform the automatic validation of entities.
- 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. - autocomplete - javax.faces.component.html.HtmlInputFile.PropertyKeys
- autocomplete - javax.faces.component.html.HtmlInputSecret.PropertyKeys
- autocomplete - javax.faces.component.html.HtmlInputText.PropertyKeys
- autoFlush - Variable in class javax.servlet.jsp.JspWriter
-
Whether the JspWriter is autoflushing.
- autorun - javax.faces.component.html.HtmlCommandScript.PropertyKeys
- available() - Method in class javax.mail.util.SharedFileInputStream
-
Returns the number of bytes that can be read from this input stream without blocking.
- avg(Expression<N>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create an aggregate expression applying the avg operation.
B
- BAD_GATEWAY - javax.ws.rs.core.Response.Status
-
502 Bad Gateway, see {@link HTTP/1.1 documentation}.
- BAD_REQUEST - javax.ws.rs.core.Response.Status
-
400 Bad Request, see {@link HTTP/1.1 documentation}.
- BadRequestException - Exception in javax.ws.rs
-
A runtime exception indicating a
bad client request
. - BadRequestException() - Constructor for exception javax.ws.rs.BadRequestException
-
Construct a new bad client request exception.
- BadRequestException(String) - Constructor for exception javax.ws.rs.BadRequestException
-
Construct a new bad client request exception.
- BadRequestException(String, Throwable) - Constructor for exception javax.ws.rs.BadRequestException
-
Construct a new bad client request exception.
- BadRequestException(String, Response) - Constructor for exception javax.ws.rs.BadRequestException
-
Construct a new bad client request exception.
- BadRequestException(String, Response, Throwable) - Constructor for exception javax.ws.rs.BadRequestException
-
Construct a new bad client request exception.
- BadRequestException(Throwable) - Constructor for exception javax.ws.rs.BadRequestException
-
Construct a new bad client request exception.
- BadRequestException(Response) - Constructor for exception javax.ws.rs.BadRequestException
-
Construct a new bad client request exception.
- BadRequestException(Response, Throwable) - Constructor for exception javax.ws.rs.BadRequestException
-
Construct a new bad client request exception.
- BASE_64 - Static variable in class javax.json.bind.config.BinaryDataStrategy
-
Using this strategy, binary data is encoded using the Base64 encoding scheme as specified in RFC 4648 and RFC 2045.
- BASE_64_URL - Static variable in class javax.json.bind.config.BinaryDataStrategy
-
Using this strategy, binary data is encoded using the "URL and Filename safe Base64 Alphabet" as specified in Table 2 of RFC 4648.
- baseUri(String) - Method in interface javax.ws.rs.core.Link.Builder
-
Set the base URI as a string for resolution of relative URIs.
- baseUri(URI) - Method in interface javax.ws.rs.core.Link.Builder
-
Set the base URI for resolution of relative URIs.
- Basic - Annotation Type in javax.persistence
-
The simplest type of mapping to a database column.
- BASIC - javax.persistence.metamodel.Attribute.PersistentAttributeType
-
Basic attribute
- BASIC - javax.persistence.metamodel.Type.PersistenceType
-
Basic type
- BASIC_AUTH - Static variable in class javax.faces.context.ExternalContext
-
String identifier for BASIC authentication.
- BASIC_AUTH - Static variable in interface javax.servlet.http.HttpServletRequest
-
String identifier for Basic authentication.
- BASIC_AUTH - Static variable in interface javax.ws.rs.core.SecurityContext
-
String identifier for Basic authentication.
- BasicAuthenticationCredential - Class in javax.security.enterprise.credential
-
BasicAuthenticationCredential
extendsUsernamePasswordCredential
to represent credentials used by HTTP Basic Authentication. - BasicAuthenticationCredential(String) - Constructor for class javax.security.enterprise.credential.BasicAuthenticationCredential
-
Constructor
- BasicAuthenticationMechanismDefinition - Annotation Type in javax.security.enterprise.authentication.mechanism.http
-
Annotation used to define a container authentication mechanism that implements the HTTP basic access authentication protocol as defined by the Servlet spec (13.6.1) and make that implementation available as an enabled CDI bean.
- BasicType<X> - Interface in javax.persistence.metamodel
-
Instances of the type
BasicType
represent basic types (including temporal and enumerated types). - Batchlet - Interface in javax.batch.api
-
A batchlet is type of batch step that can be used for any type of background processing that does not explicitly call for a chunk oriented approach.
- BatchProperty - Annotation Type in javax.batch.api
-
Annotation used by batch artifacts to declare a field which is injectable via a JSL-defined value (possibly leveraging Job XML substitutions).
- BatchRuntime - Class in javax.batch.runtime
-
BatchRuntime represents the JSR 352 Batch Runtime.
- BatchRuntime() - Constructor for class javax.batch.runtime.BatchRuntime
- BatchRuntimeException - Exception in javax.batch.operations
-
This is the common base class for all of the RuntimeException(s) thrown by the
JobOperator
API methods to its callers. - BatchRuntimeException() - Constructor for exception javax.batch.operations.BatchRuntimeException
- BatchRuntimeException(String) - Constructor for exception javax.batch.operations.BatchRuntimeException
- BatchRuntimeException(String, Throwable) - Constructor for exception javax.batch.operations.BatchRuntimeException
- BatchRuntimeException(Throwable) - Constructor for exception javax.batch.operations.BatchRuntimeException
- BatchStatus - Enum in javax.batch.runtime
-
BatchStatus enum defines the batch status values possible for a job.
- BCC - Static variable in class javax.mail.Message.RecipientType
-
The "Bcc" (blind carbon copy) recipients.
- Bean<T> - Interface in javax.enterprise.inject.spi
-
Represents an enabled bean.
- BEAN - javax.ejb.ConcurrencyManagementType
-
Bean developer is responsible for managing concurrent access to the bean instance.
- BEAN - javax.ejb.TransactionManagementType
-
Bean-managed transaction management is used.
- BEAN - javax.validation.ElementKind
-
A Java Bean or object.
- BeanAttributes<T> - Interface in javax.enterprise.inject.spi
-
The BeanAttributes interface exposes the basic attributes of a bean.
- BeanAttributesConfigurator<T> - Interface in javax.enterprise.inject.spi.configurator
-
This API is an helper to configure a new
BeanAttributes
instance. - beanClass(Class<?>) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
-
Set the class of the configured Bean.
- beanClass(Class<?>) - Method in interface javax.enterprise.inject.spi.configurator.ObserverMethodConfigurator
-
Set the class of the Bean containing this observer.
- BeanConfigurator<T> - Interface in javax.enterprise.inject.spi.configurator
-
This API is an helper to configure a new
Bean
instance. - BeanDescriptor - Interface in javax.validation.metadata
-
Describes a constrained Java Bean and the constraints associated to it.
- BeanELResolver - Class in javax.el
-
Defines property resolution behavior on objects using the JavaBeans component architecture.
- BeanELResolver() - Constructor for class javax.el.BeanELResolver
-
Creates a new read/write
BeanELResolver
. - BeanELResolver(boolean) - Constructor for class javax.el.BeanELResolver
-
Creates a new
BeanELResolver
whose read-only status is determined by the given parameter. - BEANINFO_KEY - Static variable in class javax.faces.component.UIComponent
-
The value of this constant is used as the key in the component attribute map, the value for which is a
java.beans.BeanInfo
implementation describing the composite component. - BeanManager - Interface in javax.enterprise.inject.spi
-
Allows a portable extension to interact directly with the container.
- BeanNameELResolver - Class in javax.el
-
An
ELResolver
for resolving user or container managed beans. - BeanNameELResolver(BeanNameResolver) - Constructor for class javax.el.BeanNameELResolver
-
Constructor
- BeanNameResolver - Class in javax.el
-
Resolves a bean by its known name.
- BeanNameResolver() - Constructor for class javax.el.BeanNameResolver
- BeanParam - Annotation Type in javax.ws.rs
-
The annotation that may be used to inject custom JAX-RS "parameter aggregator" value object into a resource class field, property or resource method parameter.
- BeanValidator - Class in javax.faces.validator
-
A Validator that delegates validation of the bean property to the Bean Validation API.
- BeanValidator() - Constructor for class javax.faces.validator.BeanValidator
- BEFORE_COMPLETION - javax.enterprise.event.TransactionPhase
-
Identifies a before completion observer method, called during the before completion phase of the transaction.
- BeforeBeanDiscovery - Interface in javax.enterprise.inject.spi
-
This event type is thrown by the container before the bean discovery process begins.
- beforeChunk() - Method in class javax.batch.api.chunk.listener.AbstractChunkListener
-
Override this method if the ChunkListener will do something before the chunk begins.
- beforeChunk() - Method in interface javax.batch.api.chunk.listener.ChunkListener
-
The beforeChunk method receives control before processing of the next chunk begins.
- beforeCompletion() - Method in interface javax.ejb.SessionSynchronization
-
The
beforeCompletion
method notifies a stateful session bean instance that a transaction is about to be committed. - beforeCompletion() - Method in interface javax.transaction.Synchronization
-
The beforeCompletion method is called by the transaction manager prior to the start of the two-phase transaction commit process.
- BeforeCompletion - Annotation Type in javax.ejb
-
Designate a stateful session bean method to receive the before completion session synchronization callback.
- beforeDelivery(Method) - Method in interface javax.resource.spi.endpoint.MessageEndpoint
-
This is called by a resource adapter before a message is delivered.
- BeforeDestroyed - Annotation Type in javax.enterprise.context
-
An event with this qualifier is fired when a context is about to be destroyed, i.e.
- BeforeDestroyed.Literal - Class in javax.enterprise.context
-
Supports inline instantiation of the
BeforeDestroyed
qualifier. - beforeEvaluation(ELContext, String) - Method in class javax.el.EvaluationListener
-
Receives notification before an EL expression is evaluated
- beforeJob() - Method in class javax.batch.api.listener.AbstractJobListener
-
Override this method if the JobListener will do something before the job begins.
- beforeJob() - Method in interface javax.batch.api.listener.JobListener
-
The beforeJob method receives control before the job execution begins.
- beforePartitionedStepCompletion() - Method in class javax.batch.api.partition.AbstractPartitionReducer
-
Override this method to take action before normal partitioned step processing ends.
- beforePartitionedStepCompletion() - Method in interface javax.batch.api.partition.PartitionReducer
-
The beforePartitionedStepCompletion method receives control at the end of partitioned step processing.
- beforePhase(PhaseEvent) - Method in interface javax.faces.event.PhaseListener
-
Handle a notification that the processing for a particular phase of the request processing lifecycle is about to begin.
- beforeProcess(Object) - Method in class javax.batch.api.chunk.listener.AbstractItemProcessListener
-
Override this method if the ItemProcessListener will do something before the item is processed.
- beforeProcess(Object) - Method in interface javax.batch.api.chunk.listener.ItemProcessListener
-
The beforeProcess method receives control before an item processor is called to process the next item.
- beforeRead() - Method in class javax.batch.api.chunk.listener.AbstractItemReadListener
-
Override this method if the ItemReadListener will do something before the item is read.
- beforeRead() - Method in interface javax.batch.api.chunk.listener.ItemReadListener
-
The beforeRead method receives control before an item reader is called to read the next item.
- beforeRequest(Map<String, List<String>>) - Method in class javax.websocket.ClientEndpointConfig.Configurator
-
This method is called by the implementation after it has formulated the handshake request that will be used to initiate the connection to the server, but before it has sent any part of the request.
- BeforeShutdown - Interface in javax.enterprise.inject.spi
-
The type of the final event the container fires after it has finished processing requests and destroyed all contexts.
- beforeStep() - Method in class javax.batch.api.listener.AbstractStepListener
-
Override this method if the StepListener will do something before the step begins.
- beforeStep() - Method in interface javax.batch.api.listener.StepListener
-
The beforeStep method receives control before a step execution begins.
- beforeWrite(List<Object>) - Method in class javax.batch.api.chunk.listener.AbstractItemWriteListener
-
Override this method if the ItemWriteListener will do something before the items are written.
- beforeWrite(List<Object>) - Method in interface javax.batch.api.chunk.listener.ItemWriteListener
-
The beforeWrite method receives control before an item writer is called to write its items.
- begin - Variable in class javax.servlet.jsp.jstl.core.LoopTagSupport
-
Starting index ('begin' attribute)
- begin() - Method in interface javax.enterprise.context.Conversation
-
Mark the current transient conversation long-running.
- begin() - Method in interface javax.persistence.EntityTransaction
-
Start a resource transaction.
- begin() - Method in interface javax.resource.cci.LocalTransaction
-
Begins a local transaction on an EIS instance.
- begin() - Method in interface javax.resource.spi.LocalTransaction
-
Begin a local transaction
- begin() - Method in interface javax.transaction.TransactionManager
-
Create a new transaction and associate it with the current thread.
- begin() - Method in interface javax.transaction.UserTransaction
-
Create a new transaction and associate it with the current thread.
- begin(String) - Method in interface javax.enterprise.context.Conversation
-
Mark the current transient conversation long-running, with a specified identifier.
- beginCheckpoint() - Method in class javax.batch.api.chunk.AbstractCheckpointAlgorithm
-
Override this method for the CheckpointAlgorithm to do something before a checkpoint interval begins (before the next chunk transaction begins).
- beginCheckpoint() - Method in interface javax.batch.api.chunk.CheckpointAlgorithm
-
The beginCheckpoint method is invoked before the next checkpoint interval begins (before the next chunk transaction begins).
- beginPartitionedStep() - Method in class javax.batch.api.partition.AbstractPartitionReducer
-
Override this method to take action before partitioned step processing begins.
- beginPartitionedStep() - Method in interface javax.batch.api.partition.PartitionReducer
-
The beginPartitionedStep method receives control at the start of partition processing.
- beginSpecified - Variable in class javax.servlet.jsp.jstl.core.LoopTagSupport
-
Boolean flag indicating whether 'begin' was specified.
- Behavior - Interface in javax.faces.component.behavior
-
The Behavior interface is the root API of the component behavior model.
- BEHAVIOR_EVENT_PARAM_NAME - Static variable in class javax.faces.component.behavior.ClientBehaviorContext
-
The request parameter name whose request parameter value identifies the type of behavior event.
- BEHAVIOR_ID - Static variable in class javax.faces.component.behavior.AjaxBehavior
-
The standard id for this behavior.
- BEHAVIOR_SOURCE_PARAM_NAME - Static variable in class javax.faces.component.behavior.ClientBehaviorContext
-
The request parameter name whose request parameter value identifies the source component of behavior event.
- BehaviorBase - Class in javax.faces.component.behavior
-
BehaviorBase is a convenience base class that provides a default implementation of the
Behavior
contract. - BehaviorBase() - Constructor for class javax.faces.component.behavior.BehaviorBase
- BehaviorConfig - Interface in javax.faces.view.facelets
-
Convey the id of a behavior declared in a view.
- BehaviorEvent - Class in javax.faces.event
-
BehaviorEvent is the event that can be generated from component
Behavior
. - BehaviorEvent(UIComponent, Behavior) - Constructor for class javax.faces.event.BehaviorEvent
-
Construct a new event object from the specified source component and
behavior
. - BehaviorEvent(FacesContext, UIComponent, Behavior) - Constructor for class javax.faces.event.BehaviorEvent
-
Construct a new event object from the Faces context, specified source component and behavior.
- BehaviorHandler - Class in javax.faces.view.facelets
-
The
FaceletHandler
that corresponds to attached objects that represent an instance ofClientBehavior
that must be added to the parent component, which must implementClientBehaviorHolder
, with a call toClientBehaviorHolder.addClientBehavior(java.lang.String, javax.faces.component.behavior.ClientBehavior)
. - BehaviorHandler(BehaviorConfig) - Constructor for class javax.faces.view.facelets.BehaviorHandler
- BehaviorHolderAttachedObjectHandler - Interface in javax.faces.view
-
Represent an attached object that is a
BehaviorHolder
in a VDL page. - BehaviorHolderAttachedObjectTarget - Interface in javax.faces.view
-
Represent a
BehaviorHolder
attached object target in a VDL page. - BehaviorListener - Interface in javax.faces.event
-
A generic base interface for event listeners for various types of
BehaviorEvent
s. - between(Expression<? extends Y>, Expression<? extends Y>, Expression<? extends Y>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create a predicate for testing whether the first argument is between the second and third arguments in value.
- between(Expression<? extends Y>, Y, Y) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create a predicate for testing whether the first argument is between the second and third arguments in value.
- bgcolor - javax.faces.component.html.HtmlDataTable.PropertyKeys
- bgcolor - javax.faces.component.html.HtmlPanelGrid.PropertyKeys
- BigDecimalConverter - Class in javax.faces.convert
-
Converter
implementation forjava.math.BigDecimal
values. - BigDecimalConverter() - Constructor for class javax.faces.convert.BigDecimalConverter
- bigDecimalValue() - Method in interface javax.json.JsonNumber
-
Returns this JSON number as a
BigDecimal
object. - BIGINTEGER_ID - Static variable in class javax.faces.convert.BigIntegerConverter
-
The message identifier of the
FacesMessage
to be created if the conversion toBigInteger
fails. - BigIntegerConverter - Class in javax.faces.convert
-
Converter
implementation forjava.math.BigInteger
values. - BigIntegerConverter() - Constructor for class javax.faces.convert.BigIntegerConverter
- bigIntegerValue() - Method in interface javax.json.JsonNumber
-
Returns this JSON number as a
BigInteger
object. - bigIntegerValueExact() - Method in interface javax.json.JsonNumber
-
Returns this JSON number as a
BigInteger
object. - BINARY_DATA_STRATEGY - Static variable in class javax.json.bind.JsonbConfig
-
Property used to specify custom binary data strategy.
- BinaryDataStrategy - Class in javax.json.bind.config
-
Specifies predefined binary data handling strategies.
- Bindable<T> - Interface in javax.persistence.metamodel
-
Instances of the type
Bindable
represent object or attribute types that can be bound into aPath
. - Bindable.BindableType - Enum in javax.persistence.metamodel
- bindings - Variable in class javax.faces.component.UIComponent
-
Deprecated.
- BODY_CONTENT_EMPTY - Static variable in class javax.servlet.jsp.tagext.TagInfo
-
Static constant for getBodyContent() when it is empty.
- BODY_CONTENT_JSP - Static variable in class javax.servlet.jsp.tagext.TagInfo
-
Static constant for getBodyContent() when it is JSP.
- BODY_CONTENT_SCRIPTLESS - Static variable in class javax.servlet.jsp.tagext.TagInfo
-
Static constant for getBodyContent() when it is scriptless.
- BODY_CONTENT_TAG_DEPENDENT - Static variable in class javax.servlet.jsp.tagext.TagInfo
-
Static constant for getBodyContent() when it is Tag dependent.
- bodyContent - Variable in class javax.faces.webapp.UIComponentClassicTagBase
-
The
bodyContent
for this tag handler. - bodyContent - Variable in class javax.servlet.jsp.tagext.BodyTagSupport
-
The current BodyContent for this BodyTag.
- BodyContent - Class in javax.servlet.jsp.tagext
-
An encapsulation of the evaluation of the body of an action so it is available to a tag handler.
- BodyContent(JspWriter) - Constructor for class javax.servlet.jsp.tagext.BodyContent
-
Protected constructor.
- BodyPart - Class in javax.mail
-
This class models a Part that is contained within a Multipart.
- BodyPart() - Constructor for class javax.mail.BodyPart
- bodyrows - javax.faces.component.html.HtmlDataTable.PropertyKeys
- bodyrows - javax.faces.component.html.HtmlPanelGrid.PropertyKeys
- BodyTag - Interface in javax.servlet.jsp.tagext
-
The BodyTag interface extends IterationTag by defining additional methods that let a tag handler manipulate the content of evaluating its body.
- BodyTagSupport - Class in javax.servlet.jsp.tagext
-
A base class for defining tag handlers implementing BodyTag.
- BodyTagSupport() - Constructor for class javax.servlet.jsp.tagext.BodyTagSupport
-
Default constructor, all subclasses are required to only define a public constructor with the same signature, and to call the superclass constructor.
- BodyTerm - Class in javax.mail.search
-
This class implements searches on a message body.
- BodyTerm(String) - Constructor for class javax.mail.search.BodyTerm
-
Constructor
- BOOLEAN_ID - Static variable in class javax.faces.convert.BooleanConverter
-
The message identifier of the
FacesMessage
to be created if the conversion toBoolean
fails. - BooleanConverter - Class in javax.faces.convert
-
Converter
implementation forjava.lang.Boolean
(and boolean primitive) values. - BooleanConverter() - Constructor for class javax.faces.convert.BooleanConverter
- BootstrapConfiguration - Interface in javax.validation
-
Represents the user specified default configuration in
META-INF/validation.xml
. - BootstrapContext - Interface in javax.resource.spi
-
This provides a mechanism to pass a bootstrap context to a resource adapter instance when it is bootstrapped.
- BootstrapState - Interface in javax.validation.spi
-
Defines the state used to bootstrap the
Configuration
. - border - javax.faces.component.html.HtmlDataTable.PropertyKeys
- border - javax.faces.component.html.HtmlPanelGrid.PropertyKeys
- border - javax.faces.component.html.HtmlSelectManyCheckbox.PropertyKeys
- border - javax.faces.component.html.HtmlSelectOneRadio.PropertyKeys
- BOTH - javax.persistence.criteria.CriteriaBuilder.Trimspec
-
Trim from both ends.
- BoundaryStatistic - Interface in javax.management.j2ee.statistics
-
Specifies standard measurements of the upper and lower limits of the value of an attribute.
- BoundedRangeStatistic - Interface in javax.management.j2ee.statistics
-
The BoundedRangeStatistic model aggregates the attributes of RangeStatistic and BoundaryStatistic and provides standard measurements of a range that has fixed limits.
- broadcast(BehaviorEvent) - Method in interface javax.faces.component.behavior.Behavior
-
Broadcast the specified
BehaviorEvent
to all registered event listeners who have expressed an interest in events of this type. - broadcast(BehaviorEvent) - Method in class javax.faces.component.behavior.BehaviorBase
-
Default implementation of
Behavior.broadcast(javax.faces.event.BehaviorEvent)
. - broadcast(FacesEvent) - Method in class javax.faces.component.UICommand
-
In addition to to the default
UIComponent.broadcast(javax.faces.event.FacesEvent)
processing, pass theActionEvent
being broadcast to the method referenced byactionListener
(if any), and to the defaultActionListener
registered on theApplication
. - broadcast(FacesEvent) - Method in class javax.faces.component.UIComponent
-
Broadcast the specified
FacesEvent
to all registered event listeners who have expressed an interest in events of this type. - broadcast(FacesEvent) - Method in class javax.faces.component.UIComponentBase
- broadcast(FacesEvent) - Method in class javax.faces.component.UIData
-
Override the default
UIComponentBase.broadcast(javax.faces.event.FacesEvent)
processing to unwrap any wrappedFacesEvent
and reset the current row index, before the event is actually broadcast. - broadcast(FacesEvent) - Method in class javax.faces.component.UIViewAction
-
Enable the method invocation specified by this component instance to return a value that performs navigation, similar in spirit to
UICommand.broadcast(javax.faces.event.FacesEvent)
. - broadcast(OutboundSseEvent) - Method in interface javax.ws.rs.sse.SseBroadcaster
-
Publish an SSE event to all registered
SseEventSink
instances. - broadcastEvents(FacesContext, PhaseId) - Method in class javax.faces.component.UIViewRoot
-
Broadcast any events that have been queued.
- bufferEntity() - Method in class javax.ws.rs.core.Response
-
Buffer the message entity data.
- bufferSize - Variable in class javax.servlet.jsp.JspWriter
-
The size of the buffer used by the JspWriter.
- bufpos - Variable in class javax.mail.util.SharedFileInputStream
-
The file offset that corresponds to the first byte in the read buffer.
- bufsize - Variable in class javax.mail.util.SharedFileInputStream
-
The normal size of the read buffer.
- build() - Method in interface javax.enterprise.event.NotificationOptions.Builder
- build() - Method in interface javax.json.bind.JsonbBuilder
-
Returns a new instance of
Jsonb
based on the parameters and configuration specified previously in this builder. - build() - Method in interface javax.json.JsonArrayBuilder
-
Returns the current array.
- build() - Method in interface javax.json.JsonObjectBuilder
-
Returns the JSON object associated with this object builder.
- build() - Method in interface javax.json.JsonPatchBuilder
-
Returns the JSON Patch.
- build() - Method in class javax.websocket.ClientEndpointConfig.Builder
-
Builds a configuration object using the attributes set on this builder.
- build() - Method in class javax.websocket.server.ServerEndpointConfig.Builder
-
Builds the configuration object using the current attributes that have been set on this builder object.
- build() - Method in class javax.ws.rs.client.ClientBuilder
-
Build a new client instance using all the configuration previously specified in this client builder.
- build() - Method in class javax.ws.rs.core.Response.ResponseBuilder
-
Create a Response instance from the current ResponseBuilder.
- build() - Method in class javax.ws.rs.core.Variant.VariantListBuilder
-
Add the current combination of metadata to the list of supported variants (provided the current combination of metadata is not empty) and build a list of representation variants from the current state of the builder.
- build() - Method in interface javax.ws.rs.sse.OutboundSseEvent.Builder
-
Build
OutboundSseEvent
. - build() - Method in class javax.ws.rs.sse.SseEventSource.Builder
-
Build new SSE event source pointing at a SSE streaming
web target
. - build(Object...) - Method in interface javax.ws.rs.core.Link.Builder
-
Finish building this link using the supplied values as URI parameters.
- build(Object...) - Method in class javax.ws.rs.core.UriBuilder
-
Build a URI, using the supplied values in order to replace any URI template parameters.
- build(Object[], boolean) - Method in class javax.ws.rs.core.UriBuilder
-
Build a URI, using the supplied values in order to replace any URI template parameters.
- build(String) - Method in interface javax.ws.rs.client.Invocation.Builder
-
Build a request invocation using an arbitrary request method name.
- build(String, Entity<?>) - Method in interface javax.ws.rs.client.Invocation.Builder
-
Build a request invocation using an arbitrary request method name and request entity.
- buildConstraintViolationWithTemplate(String) - Method in interface javax.validation.ConstraintValidatorContext
-
Returns a constraint violation builder building a violation report allowing to optionally associate it to a sub path.
- buildDefaultValidatorFactory() - Static method in class javax.validation.Validation
-
Builds and returns a
ValidatorFactory
instance based on the default Bean Validation provider and following the XML configuration. - buildDelete() - Method in interface javax.ws.rs.client.Invocation.Builder
-
Build a DELETE request invocation.
- builder() - Static method in interface javax.enterprise.event.NotificationOptions
- Builder() - Constructor for class javax.ws.rs.sse.SseEventSource.Builder
-
Allows custom implementations to extend the SSE event source builder class.
- buildFromEncoded(Object...) - Method in class javax.ws.rs.core.UriBuilder
-
Build a URI.
- buildFromEncodedMap(Map<String, ?>) - Method in class javax.ws.rs.core.UriBuilder
-
Build a URI.
- buildFromMap(Map<String, ?>) - Method in class javax.ws.rs.core.UriBuilder
-
Build a URI.
- buildFromMap(Map<String, ?>, boolean) - Method in class javax.ws.rs.core.UriBuilder
-
Build a URI.
- buildGet() - Method in interface javax.ws.rs.client.Invocation.Builder
-
Build a GET request invocation.
- buildPost(Entity<?>) - Method in interface javax.ws.rs.client.Invocation.Builder
-
Build a POST request invocation.
- buildPut(Entity<?>) - Method in interface javax.ws.rs.client.Invocation.Builder
-
Build a PUT request invocation.
- buildRelativized(URI, Object...) - Method in interface javax.ws.rs.core.Link.Builder
-
Finish building this link using the supplied values as URI parameters and relativize the result with respect to the supplied URI.
- buildValidatorFactory() - Method in interface javax.validation.Configuration
-
Build a
ValidatorFactory
implementation. - buildValidatorFactory(ConfigurationState) - Method in interface javax.validation.spi.ValidationProvider
-
Build a
ValidatorFactory
using the current provider implementation. - buildView(FacesContext, UIViewRoot) - Method in class javax.faces.view.ViewDeclarationLanguage
-
Take any actions specific to this VDL implementation to cause the argument
UIViewRoot
which must have been created via a call toViewDeclarationLanguage.createView(javax.faces.context.FacesContext, java.lang.String)
, to be populated with children. - buildView(FacesContext, UIViewRoot) - Method in class javax.faces.view.ViewDeclarationLanguageWrapper
- BusyConversationException - Exception in javax.enterprise.context
-
Indicates that the container has rejected a request because a concurrent request is associated with the same conversation context.
- BusyConversationException() - Constructor for exception javax.enterprise.context.BusyConversationException
- BusyConversationException(String) - Constructor for exception javax.enterprise.context.BusyConversationException
- BusyConversationException(String, Throwable) - Constructor for exception javax.enterprise.context.BusyConversationException
- BusyConversationException(Throwable) - Constructor for exception javax.enterprise.context.BusyConversationException
- byDefaultProvider() - Static method in class javax.validation.Validation
-
Builds a
Configuration
. - BYPASS - javax.persistence.CacheRetrieveMode
-
Bypass the cache: get data directly from the database.
- BYPASS - javax.persistence.CacheStoreMode
-
Don't insert into cache.
- byProvider(Class<U>) - Static method in class javax.validation.Validation
-
Builds a
Configuration
for a particular provider implementation. - BYTE - Static variable in class javax.json.bind.config.BinaryDataStrategy
-
Using this strategy, binary data is encoded as a byte array.
- BYTE_ID - Static variable in class javax.faces.convert.ByteConverter
-
The message identifier of the
FacesMessage
to be created if the conversion toByte
fails. - ByteArrayDataSource - Class in javax.mail.util
-
A DataSource backed by a byte array.
- ByteArrayDataSource(byte[], String) - Constructor for class javax.mail.util.ByteArrayDataSource
-
Create a ByteArrayDataSource with data from the specified byte array and with the specified MIME type.
- ByteArrayDataSource(InputStream, String) - Constructor for class javax.mail.util.ByteArrayDataSource
-
Create a ByteArrayDataSource with data from the specified InputStream and with the specified MIME type.
- ByteArrayDataSource(String, String) - Constructor for class javax.mail.util.ByteArrayDataSource
-
Create a ByteArrayDataSource with data from the specified String and with the specified MIME type.
- ByteConverter - Class in javax.faces.convert
-
Converter
implementation forjava.lang.Byte
(and byte primitive) values. - ByteConverter() - Constructor for class javax.faces.convert.ByteConverter
- BytesMessage - Interface in javax.jms
-
A
BytesMessage
object is used to send a message containing a stream of uninterpreted bytes.
C
- 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
-
See {@link HTTP/1.1 documentation}.
- 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 isENABLE_SELECTIVE
orDISABLE_SELECTIVE
. - cacheControl(CacheControl) - Method in interface javax.ws.rs.client.Invocation.Builder
-
Set the cache control data of the message.
- cacheControl(CacheControl) - Method in class javax.ws.rs.core.Response.ResponseBuilder
-
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.
- cachedContent - Variable in class javax.mail.internet.MimeBodyPart
-
If our content is a Multipart of Message object, we save it the first time it's created by parsing a stream so that changes to the contained objects will not be lost.
- cachedContent - Variable in class javax.mail.internet.MimeMessage
-
If our content is a Multipart or Message object, we save it the first time it's created by parsing a stream so that changes to the contained objects will not be lost.
- 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 thefind
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. - calculateCharacterEncoding(FacesContext) - Method in class javax.faces.application.ViewHandler
-
Returns the correct character encoding to be used for this request.
- calculateCharacterEncoding(FacesContext) - Method in class javax.faces.application.ViewHandlerWrapper
-
The default behavior of this method is to call
ViewHandler.calculateCharacterEncoding(javax.faces.context.FacesContext)
on the wrappedViewHandler
object. - calculateLocale(FacesContext) - Method in class javax.faces.application.ViewHandler
-
Returns an appropriate
Locale
to use for this and subsequent requests for the current client. - calculateLocale(FacesContext) - Method in class javax.faces.application.ViewHandlerWrapper
-
The default behavior of this method is to call
ViewHandler.calculateLocale(javax.faces.context.FacesContext)
on the wrappedViewHandler
object. - calculateRenderKitId(FacesContext) - Method in class javax.faces.application.ViewHandler
-
Return an appropriate
renderKitId
for this and subsequent requests from the current client. - calculateRenderKitId(FacesContext) - Method in class javax.faces.application.ViewHandlerWrapper
-
The default behavior of this method is to call
ViewHandler.calculateRenderKitId(javax.faces.context.FacesContext)
on the wrappedViewHandler
object. - calculateResourceLibraryContracts(FacesContext, String) - Method in class javax.faces.view.ViewDeclarationLanguage
-
Return the list of resource library contracts that will be made available for use in the view specified by the argument
viewId
. - calculateResourceLibraryContracts(FacesContext, String) - Method in class javax.faces.view.ViewDeclarationLanguageWrapper
- CALLBACK - javax.persistence.ValidationMode
-
The persistence provider must perform the lifecycle event validation.
- 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
- CallerPrincipalCallback - Class in javax.security.auth.message.callback
-
Callback for setting the container's caller (or Remote user) principal.
- CallerPrincipalCallback(Subject, String) - Constructor for class javax.security.auth.message.callback.CallerPrincipalCallback
-
Create a CallerPrincipalCallback to set the container's representation of the caller principal.
- CallerPrincipalCallback(Subject, Principal) - Constructor for class javax.security.auth.message.callback.CallerPrincipalCallback
-
Create a CallerPrincipalCallback to set the container's representation of the caller principal
- 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.ejb.Timer
-
Cause the timer and all its associated expiration notifications to be cancelled.
- cancel() - Method in interface javax.ws.rs.container.AsyncResponse
-
Cancel the suspended request processing.
- cancel(boolean) - Method in class javax.ejb.AsyncResult
-
This method should not be called.
- 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.
- canCreateBean(String) - Method in class javax.el.BeanNameResolver
-
Allow creating a bean of the given name if it does not exist.
- CANNOT_ACCEPT - javax.websocket.CloseReason.CloseCodes
-
1003 indicates that an endpoint is terminating the connection because it has received a type of data it cannot accept (e.g., an endpoint that understands only text data MAY send this if it receives a binary message).
- CANON_EQ - javax.validation.constraints.Pattern.Flag
-
Enables canonical equivalence.
- captionClass - javax.faces.component.html.HtmlDataTable.PropertyKeys
- captionClass - javax.faces.component.html.HtmlPanelGrid.PropertyKeys
- captionStyle - javax.faces.component.html.HtmlDataTable.PropertyKeys
- captionStyle - javax.faces.component.html.HtmlPanelGrid.PropertyKeys
- CascadableDescriptor - Interface in javax.validation.metadata
-
Represents a cascadable element.
- CascadeType - Enum in javax.persistence
-
Defines the set of cascadable operations that are propagated to the associated entity.
- CASE_INSENSITIVE - javax.validation.constraints.Pattern.Flag
-
Enables case-insensitive matching.
- CASE_INSENSITIVE - Static variable in interface javax.json.bind.config.PropertyNamingStrategy
-
Using this strategy, the serialization will be same as identity.
- CC - Static variable in class javax.mail.Message.RecipientType
-
The "Cc" (carbon copy) recipients.
- CDI<T> - Class in javax.enterprise.inject.spi
-
Provides access to the current container.
- CDI() - Constructor for class javax.enterprise.inject.spi.CDI
- CDIProvider - Interface in javax.enterprise.inject.spi
-
Interface implemented by a CDI provider to provide access to the current container
- cellpadding - javax.faces.component.html.HtmlDataTable.PropertyKeys
- cellpadding - javax.faces.component.html.HtmlPanelGrid.PropertyKeys
- cellspacing - javax.faces.component.html.HtmlDataTable.PropertyKeys
- cellspacing - javax.faces.component.html.HtmlPanelGrid.PropertyKeys
- CertStoreCallback - Class in javax.security.auth.message.callback
-
Callback for CertStore.
- CertStoreCallback() - Constructor for class javax.security.auth.message.callback.CertStoreCallback
-
Create a CertStoreCallback.
- 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.
- CHAR - javax.persistence.DiscriminatorType
-
Single character as the discriminator type.
- CHARACTER_ENCODING_KEY - Static variable in class javax.faces.application.ViewHandler
-
The key, in the session's attribute set, under which the response character encoding may be stored and retrieved.
- CHARACTER_ID - Static variable in class javax.faces.convert.CharacterConverter
-
The message identifier of the
FacesMessage
to be created if the conversion toCharacter
fails. - CharacterConverter - Class in javax.faces.convert
-
Converter
implementation forjava.lang.Character
(and char primitive) values. - CharacterConverter() - Constructor for class javax.faces.convert.CharacterConverter
- charset - javax.faces.component.html.HtmlCommandLink.PropertyKeys
- charset - javax.faces.component.html.HtmlOutcomeTargetLink.PropertyKeys
- charset - javax.faces.component.html.HtmlOutputLink.PropertyKeys
- 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.
- CheckpointAlgorithm - Interface in javax.batch.api.chunk
-
CheckpointAlgorithm provides a custom checkpoint policy for chunk steps.
- checkpointInfo() - Method in class javax.batch.api.chunk.AbstractItemReader
-
Override this method if the ItemReader supports checkpoints.
- checkpointInfo() - Method in class javax.batch.api.chunk.AbstractItemWriter
-
Override this method if the ItemWriter supports checkpoints.
- checkpointInfo() - Method in interface javax.batch.api.chunk.ItemReader
-
The checkpointInfo method returns the current checkpoint data for this reader.
- checkpointInfo() - Method in interface javax.batch.api.chunk.ItemWriter
-
The checkpointInfo method returns the current checkpoint data for this writer.
- checkpointTimeout() - Method in class javax.batch.api.chunk.AbstractCheckpointAlgorithm
-
Override this method if the CheckpointAlgorithm establishes a checkpoint timeout.
- checkpointTimeout() - Method in interface javax.batch.api.chunk.CheckpointAlgorithm
-
The checkpointTimeout is invoked at the beginning of a new checkpoint interval for the purpose of establishing the checkpoint timeout.
- ChunkListener - Interface in javax.batch.api.chunk.listener
-
ChunkListener intercepts chunk processing.
- ClassTransformer - Interface in javax.persistence.spi
-
A persistence provider supplies an instance of this interface to the
PersistenceUnitInfo.addTransformer
method. - 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(MessageInfo, Subject) - Method in interface javax.security.auth.message.ClientAuth
-
Remove implementation specific principals and credentials from the subject.
- cleanSubject(MessageInfo, Subject) - Method in interface javax.security.auth.message.ServerAuth
-
Remove method specific principals and credentials from the subject.
- 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 class javax.faces.context.FlashWrapper
-
The default behavior of this method is to call
Map.clear()
on the wrappedFlash
object. - 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
- 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.
- 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
- clearInitialState() - Method in class javax.faces.component.behavior.BehaviorBase
-
Clears the initial state flag, causing the behavior to revert from partial to full state saving.
- clearInitialState() - Method in interface javax.faces.component.PartialStateHolder
-
Reset the PartialStateHolder to a non-delta tracking state.
- clearInitialState() - Method in class javax.faces.component.UIComponent
-
An implementation of
PartialStateHolder.clearInitialState()
, this method is called by the runtime to tell the instance to stop tracking state changes. - clearInitialState() - Method in class javax.faces.component.UIComponentBase
-
For each of the attached objects on this instance that implement
PartialStateHolder
, callPartialStateHolder.clearInitialState()
on the attached object. - clearInitialState() - Method in class javax.faces.component.UIInput
- clearInitialState() - Method in class javax.faces.component.UIOutput
- clearInitialState() - Method in class javax.faces.convert.DateTimeConverter
- clearInitialState() - Method in class javax.faces.convert.EnumConverter
- clearInitialState() - Method in class javax.faces.convert.NumberConverter
- clearInitialState() - Method in class javax.faces.validator.BeanValidator
- clearInitialState() - Method in class javax.faces.validator.DoubleRangeValidator
- clearInitialState() - Method in class javax.faces.validator.LengthValidator
- clearInitialState() - Method in class javax.faces.validator.LongRangeValidator
- clearInitialState() - Method in class javax.faces.validator.RegexValidator
- clearPassword() - Method in class javax.security.auth.message.callback.PasswordValidationCallback
-
Clear the password.
- 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.
- clearSystemFlags() - Method in class javax.mail.Flags
-
Clear all of the system flags.
- clearUserFlags() - Method in class javax.mail.Flags
-
Clear all of the user flags.
- 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 - javax.ws.rs.RuntimeType
-
JAX-RS client run-time.
- 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 class javax.faces.context.ExternalContext
-
String identifier for CLIENT_CERT authentication.
- 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.
- CLIENT_ERROR - javax.ws.rs.core.Response.Status.Family
-
4xx
HTTP status codes. - CLIENT_WINDOW_FACTORY - Static variable in class javax.faces.FactoryFinder
-
The property name for the
ClientWindowFactory
class name. - CLIENT_WINDOW_MODE_PARAM_NAME - Static variable in class javax.faces.lifecycle.ClientWindow
-
The context-param that controls the operation of the
ClientWindow
feature. - CLIENT_WINDOW_PARAM - Static variable in class javax.faces.render.ResponseStateManager
-
The name of the hidden field that refers to the encoded ClientWindow.
- CLIENT_WINDOW_URL_PARAM - Static variable in class javax.faces.render.ResponseStateManager
-
The name of the URL query parameter for transmitting the client window id.
- ClientAuth - Interface in javax.security.auth.message
-
An implementation of this interface is used to secure service request messages, and validate received service response messages.
- ClientAuthConfig - Interface in javax.security.auth.message.config
-
This interface encapsulates the configuration of ClientAuthContext objects for a message layer and application context (for example, the messaging context of a specific application, or set of applications).
- ClientAuthContext - Interface in javax.security.auth.message.config
-
This ClientAuthContext class encapsulates ClientAuthModules that are used to secure service requests made by a client, and to validate any responses received to those requests.
- ClientAuthModule - Interface in javax.security.auth.message.module
-
A ClientAuthModule secures request messages, and validates received response messages.
- ClientBehavior - Interface in javax.faces.component.behavior
-
ClientBehavior is the base contract for
Behavior
s that attach script content to client-side events exposed byClientBehaviorHolder
components. - ClientBehaviorBase - Class in javax.faces.component.behavior
-
ClientBehaviorBase is a convenience base class that implements the default concrete behavior of all methods defined by
ClientBehavior
. - ClientBehaviorBase() - Constructor for class javax.faces.component.behavior.ClientBehaviorBase
- ClientBehaviorContext - Class in javax.faces.component.behavior
-
ClientBehaviorContext provides context information that may be useful to
ClientBehavior.getScript(javax.faces.component.behavior.ClientBehaviorContext)
implementations. - ClientBehaviorContext() - Constructor for class javax.faces.component.behavior.ClientBehaviorContext
- ClientBehaviorContext.Parameter - Class in javax.faces.component.behavior
-
Parameter instances represent name/value pairs that "submitting" ClientBehavior implementations should include when posting back into the Faces lifecycle.
- ClientBehaviorHint - Enum in javax.faces.component.behavior
-
An enum that specifies hints that describes the behavior of ClientBehavior implementations.
- ClientBehaviorHolder - Interface in javax.faces.component.behavior
-
The ClientBehaviorHolder interface may be implemented by any concrete
UIComponent
that wishes to support client behaviors as defined byClientBehavior
. - ClientBehaviorRenderer - Class in javax.faces.render
-
A ClientBehaviorRenderer produces the client-side script that implements a
ClientBehavior
's client-side logic. - ClientBehaviorRenderer() - Constructor for class javax.faces.render.ClientBehaviorRenderer
- 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(int) - 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) - 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(String, Response) - 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(String, Response.Status, 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.
- ClientErrorException(Response) - Constructor for exception javax.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(Response.Status) - 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(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.
- ClientWindow - Class in javax.faces.lifecycle
-
This class represents a client window, which may be a browser tab, browser window, browser pop-up, portlet, or anything else that can display a
UIComponent
hierarchy rooted at aUIViewRoot
. - ClientWindow() - Constructor for class javax.faces.lifecycle.ClientWindow
- ClientWindowFactory - Class in javax.faces.lifecycle
-
Create
ClientWindow
instances based on the incoming request. - ClientWindowFactory() - Constructor for class javax.faces.lifecycle.ClientWindowFactory
-
Deprecated.Use the other constructor taking the implementation being wrapped.
- ClientWindowFactory(ClientWindowFactory) - Constructor for class javax.faces.lifecycle.ClientWindowFactory
-
If this factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
- clientWindowTransition(FacesContext) - Method in class javax.faces.flow.FlowHandler
-
Allow for flow transitions in the case of components rendered by the renderers from component-family
javax.faces.OutcomeTarget
. - ClientWindowWrapper - Class in javax.faces.lifecycle
-
Wrapper for
ClientWindow
- ClientWindowWrapper() - Constructor for class javax.faces.lifecycle.ClientWindowWrapper
-
Deprecated.Use the other constructor taking the implementation being wrapped.
- ClientWindowWrapper(ClientWindow) - Constructor for class javax.faces.lifecycle.ClientWindowWrapper
-
If this client window has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
- clockProvider(ClockProvider) - Method in interface javax.validation.Configuration
-
Defines the clock provider.
- clockProvider(ClockProvider) - Method in interface javax.validation.ValidatorContext
-
Defines the
ClockProvider
implementation used by theValidator
. - ClockProvider - Interface in javax.validation
-
Contract for obtaining the
Clock
used as the reference fornow
when validating the@Future
and@Past
constraints. - clone() - Method in class javax.mail.Flags
-
Returns a clone of this Flags object.
- clone() - Method in class javax.mail.internet.InternetAddress
-
Return a copy of this InternetAddress object.
- clone() - Method in class javax.mail.internet.MailDateFormat
-
Overrides Cloneable.
- 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.
- cloneWithWriter(Writer) - Method in class javax.faces.context.ResponseWriter
-
Create and return a new instance of this
ResponseWriter
, using the specifiedWriter
as the output destination. - cloneWithWriter(Writer) - Method in class javax.faces.context.ResponseWriterWrapper
-
The default behavior of this method is to call
ResponseWriter.cloneWithWriter(java.io.Writer)
on the wrappedResponseWriter
object. - close() - Method in class javax.batch.api.chunk.AbstractItemReader
-
Override this method if the ItemReader requires any close time processing.
- close() - Method in class javax.batch.api.chunk.AbstractItemWriter
-
Override this method if the ItemWriter requires any close time processing.
- close() - Method in interface javax.batch.api.chunk.ItemReader
-
The close method marks the end of use of the ItemReader.
- close() - Method in interface javax.batch.api.chunk.ItemWriter
-
The close method marks the end of use of the ItemWriter.
- close() - Method in class javax.ejb.embeddable.EJBContainer
-
Shutdown an embeddable EJBContainer instance.
- close() - Method in interface javax.enterprise.inject.se.SeContainer
-
Shuts down this SeContainer instance when it is no longer in scope.
- close() - Method in class javax.faces.context.ResponseWriterWrapper
-
The default behavior of this method is to call
Writer.close()
on the wrappedResponseWriter
object. - 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 class javax.mail.Folder
-
Close this Folder and expunge deleted messages.
- close() - Method in class javax.mail.Service
-
Close this service and terminate its connection.
- close() - Method in class javax.mail.util.SharedFileInputStream
-
Closes this input stream and releases any system resources associated with the stream.
- 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.validation.ValidatorFactory
-
Closes the
ValidatorFactory
instance. - close() - Method in interface javax.websocket.Session
-
Close the current conversation with a normal status code and no reason phrase.
- 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(boolean) - Method in class javax.mail.Folder
-
Close this Folder.
- 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(CloseReason) - Method in interface javax.websocket.Session
-
Close the current conversation, giving a reason for the closure.
- closed(ConnectionEvent) - Method in class javax.mail.event.ConnectionAdapter
- closed(ConnectionEvent) - Method in interface javax.mail.event.ConnectionListener
-
Invoked when a Store/Folder/Transport is closed.
- CLOSED - Static variable in class javax.mail.event.ConnectionEvent
-
A connection was closed.
- CLOSED_ABNORMALLY - javax.websocket.CloseReason.CloseCodes
-
1006 is a reserved value and MUST NOT be set as a status code in a Close control frame by an endpoint.
- 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() - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create a coalesce expression.
- 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.
- coerceToType(Object, Class<?>) - Method in class javax.el.ExpressionFactory
-
Coerces an object to a specific type according to the EL type conversion rules.
- COLLECTION - javax.persistence.metamodel.PluralAttribute.CollectionType
-
Collection-valued attribute
- CollectionAttribute<X,E> - Interface in javax.persistence.metamodel
-
Instances of the type
CollectionAttribute
represent persistentjava.util.Collection
-valued attributes. - CollectionDataModel<E> - Class in javax.faces.model
-
CollectionDataModel is a convenience implementation of
DataModel
that wraps anCollection
of Java objects. - CollectionDataModel() - Constructor for class javax.faces.model.CollectionDataModel
-
Construct a new
CollectionDataModel
with no specified wrapped data. - CollectionDataModel(Collection<E>) - Constructor for class javax.faces.model.CollectionDataModel
-
Construct a new
CollectionDataModel
wrapping the specified list. - 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 ajava.util.Collection
. - CollectionTable - Annotation Type in javax.persistence
-
Specifies the table that is used for the mapping of collections of basic or embeddable types.
- collectPartitionData() - Method in interface javax.batch.api.partition.PartitionCollector
-
The collectPartitionData method receives control periodically during partition processing.
- cols - javax.faces.component.html.HtmlInputTextarea.PropertyKeys
- Column - Annotation Type in javax.persistence
-
Specifies the mapped column for a persistent property or field.
- columnClasses - javax.faces.component.html.HtmlDataTable.PropertyKeys
- columnClasses - javax.faces.component.html.HtmlPanelGrid.PropertyKeys
- ColumnResult - Annotation Type in javax.persistence
-
Used in conjunction with the
SqlResultSetMapping
annotation orConstructorResult
annotation to map a column of the SELECT list of a SQL query. - columns - javax.faces.component.html.HtmlPanelGrid.PropertyKeys
- combineSegments() - Method in class javax.mail.internet.ParameterList
-
Normal users of this class will use simple parameter names.
- comment(String) - Method in interface javax.ws.rs.sse.OutboundSseEvent.Builder
-
Set comment string associated with the event.
- COMMENT - Static variable in class javax.mail.internet.HeaderTokenizer.Token
-
Token type indicating a comment.
- COMMENTS - javax.validation.constraints.Pattern.Flag
-
Permits whitespace and comments in pattern.
- 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(String, String) - Constructor for exception javax.resource.spi.CommException
-
Constructs a new throwable with the specified detail message and an error code.
- CommException(String, Throwable) - Constructor for exception javax.resource.spi.CommException
-
Constructs a new throwable with the specified detail message and cause.
- CommException(Throwable) - Constructor for exception javax.resource.spi.CommException
-
Constructs a new throwable with the specified cause.
- 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 anXAJMSContext
object. - commit() - Method in interface javax.jms.XASession
-
Throws a
TransactionInProgressException
, since it should not be called for anXASession
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() - Method in interface javax.security.jacc.PolicyConfiguration
-
This method is used to set to "inService" the state of the policy context whose interface is this PolicyConfiguration Object.
- 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.
- commit(Xid, boolean) - Method in interface javax.resource.spi.XATerminator
-
Commits the global transaction specified by xid.
- commit(Xid, boolean) - Method in interface javax.transaction.xa.XAResource
-
Commits the global transaction specified by xid.
- COMMIT - javax.batch.api.partition.PartitionReducer.PartitionStatus
- COMMIT - javax.persistence.FlushModeType
-
Flushing to occur at transaction commit.
- COMMIT_COUNT - javax.batch.runtime.Metric.MetricType
- 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(Object) - Method in class javax.faces.application.FacesMessage.Severity
-
Compare this
FacesMessage.Severity
instance to the specified one. - compareTo(Object) - Method in class javax.faces.event.PhaseId
-
Compare this
PhaseId
instance to the specified one. - compareTo(String) - Method in class javax.security.enterprise.credential.Password
- compareTo(String, String) - Method in class javax.security.enterprise.credential.UsernamePasswordCredential
- compareValues(Object, Object) - Method in class javax.faces.component.UIInput
-
Return
true
if the new value is different from the previous value. - compareValues(Object, Object) - Method in class javax.faces.component.UISelectMany
-
Return
true
if the new value is different from the previous value. - comparison - Variable in class javax.mail.search.ComparisonTerm
-
The comparison.
- ComparisonTerm - Class in javax.mail.search
-
This class models the comparison operator.
- ComparisonTerm() - Constructor for class javax.mail.search.ComparisonTerm
- complete - Variable in class javax.mail.internet.MimeMultipart
-
Have we seen the final bounary line?
- 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.
- COMPLETE - javax.faces.component.visit.VisitResult
-
This result indicates that the tree visit should be terminated.
- completed(RESPONSE) - Method in interface javax.ws.rs.client.InvocationCallback
-
Called when the invocation was successfully completed.
- COMPLETED - javax.batch.runtime.BatchStatus
- 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
. - COMPONENT_FAMILY - Static variable in class javax.faces.component.UIColumn
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class javax.faces.component.UICommand
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class javax.faces.component.UIData
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class javax.faces.component.UIForm
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class javax.faces.component.UIGraphic
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class javax.faces.component.UIImportConstants
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class javax.faces.component.UIInput
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class javax.faces.component.UIMessage
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class javax.faces.component.UIMessages
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class javax.faces.component.UINamingContainer
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class javax.faces.component.UIOutcomeTarget
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class javax.faces.component.UIOutput
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class javax.faces.component.UIPanel
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class javax.faces.component.UIParameter
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class javax.faces.component.UISelectBoolean
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class javax.faces.component.UISelectItem
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class javax.faces.component.UISelectItems
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class javax.faces.component.UISelectMany
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class javax.faces.component.UISelectOne
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class javax.faces.component.UIViewAction
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class javax.faces.component.UIViewParameter
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class javax.faces.component.UIViewRoot
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class javax.faces.component.UIWebsocket
-
The standard component family for this component.
- COMPONENT_RESOURCE_KEY - Static variable in class javax.faces.application.Resource
-
This constant is used as the key in the component attribute map of a composite component to associate the component with its
Resource
instance. - COMPONENT_TYPE - Static variable in class javax.faces.component.html.HtmlBody
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.html.HtmlColumn
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.html.HtmlCommandButton
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.html.HtmlCommandLink
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.html.HtmlCommandScript
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.html.HtmlDataTable
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.html.HtmlDoctype
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.html.HtmlForm
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.html.HtmlGraphicImage
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.html.HtmlHead
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.html.HtmlInputFile
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.html.HtmlInputHidden
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.html.HtmlInputSecret
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.html.HtmlInputText
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.html.HtmlInputTextarea
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.html.HtmlMessage
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.html.HtmlMessages
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.html.HtmlOutcomeTargetButton
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.html.HtmlOutcomeTargetLink
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.html.HtmlOutputFormat
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.html.HtmlOutputLabel
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.html.HtmlOutputLink
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.html.HtmlOutputText
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.html.HtmlPanelGrid
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.html.HtmlPanelGroup
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.html.HtmlSelectBooleanCheckbox
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.html.HtmlSelectManyCheckbox
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.html.HtmlSelectManyListbox
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.html.HtmlSelectManyMenu
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.html.HtmlSelectOneListbox
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.html.HtmlSelectOneMenu
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.html.HtmlSelectOneRadio
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.UIColumn
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.UICommand
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.UIData
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.UIForm
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.UIGraphic
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.UIImportConstants
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.UIInput
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.UIMessage
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.UIMessages
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.UINamingContainer
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.UIOutcomeTarget
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.UIOutput
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.UIPanel
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.UIParameter
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.UISelectBoolean
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.UISelectItem
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.UISelectItems
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.UISelectMany
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.UISelectOne
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.UIViewAction
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.UIViewParameter
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.UIViewRoot
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.UIWebsocket
-
The standard component type for this component.
- ComponentConfig - Interface in javax.faces.view.facelets
-
Passed to the constructor of
ComponentHandler
. - ComponentHandler - Class in javax.faces.view.facelets
-
Public base class for markup element instances that map to
UIComponent
instances in the view. - ComponentHandler(ComponentConfig) - Constructor for class javax.faces.view.facelets.ComponentHandler
-
Leverage the
TagHandlerDelegateFactory
provided by the implementation to create an instance ofTagHandlerDelegate
designed for use withComponentHandler
. - ComponentNotFoundException - Exception in javax.faces.component.search
-
Typed
FacesException
for theSearchExpressionHandler
, if a component can't be resolved. - ComponentNotFoundException() - Constructor for exception javax.faces.component.search.ComponentNotFoundException
-
Construct a new exception with no detail message or root cause.
- ComponentNotFoundException(String) - Constructor for exception javax.faces.component.search.ComponentNotFoundException
-
Construct a new exception with the specified detail message and no root cause.
- ComponentNotFoundException(String, Throwable) - Constructor for exception javax.faces.component.search.ComponentNotFoundException
-
Construct a new exception with the specified detail message and root cause.
- ComponentNotFoundException(Throwable) - Constructor for exception javax.faces.component.search.ComponentNotFoundException
-
Construct a new exception with the specified root cause.
- ComponentSystemEvent - Class in javax.faces.event
-
ComponentSystemEvent is the base class for
SystemEvent
s that are specific to aUIComponent
instance. - ComponentSystemEvent(UIComponent) - Constructor for class javax.faces.event.ComponentSystemEvent
-
Pass the argument
component
to the superclass constructor. - ComponentSystemEvent(FacesContext, UIComponent) - Constructor for class javax.faces.event.ComponentSystemEvent
-
Pass the argument
component
to the superclass constructor. - ComponentSystemEventListener - Interface in javax.faces.event
-
Implementors of this class do not need an
isListenerForSource()
method because they are only installed on specific component instances, therefore theisListenerForSource()
method is implicit. - COMPOSITE_COMPONENT_TYPE_KEY - Static variable in class javax.faces.component.UIComponent
-
The value of this constant is used as the key in the composite component BeanDescriptor for a
ValueExpression
that evaluates to thecomponent-type
of the composite component rootUIComponent
for this composite component, if one was declared by the composite component author. - COMPOSITE_FACET_NAME - Static variable in class javax.faces.component.UIComponent
-
The value of this constant is used as the key in the
Map
returned as described inUIComponent.FACETS_KEY
for thePropertyDescriptor
describing the composite component facet. - CompositeComponentExpressionHolder - Interface in javax.faces.el
-
This interface must be implemented by the
Map
returned by the composite componentELResolver
, described in section JSF.5.6.2.2 of the specification, when evaluating#{cc.attrs}
epressions. - CompositeELResolver - Class in javax.el
-
Maintains an ordered composite list of child
ELResolver
s. - CompositeELResolver() - Constructor for class javax.el.CompositeELResolver
- CompositeFaceletHandler - Class in javax.faces.view.facelets
-
A FaceletHandler that is derived of 1 or more, inner FaceletHandlers.
- CompositeFaceletHandler(FaceletHandler[]) - Constructor for class javax.faces.view.facelets.CompositeFaceletHandler
- CompoundSelection<X> - Interface in javax.persistence.criteria
-
The
CompoundSelection
interface defines a compound selection item (tuple, array, or result of constructor). - concat(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(Expression<String>, Expression<String>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create an expression for string concatenation.
- ConcurrencyManagement - Annotation Type in javax.ejb
-
Declares a singleton session bean's concurrency management type.
- ConcurrencyManagementType - Enum in javax.ejb
-
Used to specify the value of the
ConcurrencyManagement
annotation for a singleton session bean. - ConcurrentAccessException - Exception in javax.ejb
-
A ConcurrentAccessException indicates that the client has attempted an invocation on a stateful session bean or singleton bean while another invocation is in progress and such concurrent access is not allowed.
- ConcurrentAccessException() - Constructor for exception javax.ejb.ConcurrentAccessException
-
Constructs an ConcurrentAccessException with no detail message.
- ConcurrentAccessException(String) - Constructor for exception javax.ejb.ConcurrentAccessException
-
Constructs an ConcurrentAccessException with the specified detailed message.
- ConcurrentAccessException(String, Exception) - Constructor for exception javax.ejb.ConcurrentAccessException
-
Constructs an ConcurrentAccessException with the specified detail message and a nested exception.
- ConcurrentAccessTimeoutException - Exception in javax.ejb
-
This exception indicates that an attempt to concurrently access a stateful session or singleton bean method resulted in a timeout.
- ConcurrentAccessTimeoutException() - Constructor for exception javax.ejb.ConcurrentAccessTimeoutException
- ConcurrentAccessTimeoutException(String) - Constructor for exception javax.ejb.ConcurrentAccessTimeoutException
- condition() - Method in class javax.servlet.jsp.jstl.core.ConditionalTagSupport
-
Subclasses implement this method to compute the boolean result of the conditional action.
- condition(String) - Method in class javax.faces.flow.builder.NavigationCaseBuilder
-
Set the if of the current navigation case.
- condition(String) - Method in class javax.faces.flow.builder.SwitchCaseBuilder
-
Set the if in the previously created switch case.
- condition(ValueExpression) - Method in class javax.faces.flow.builder.NavigationCaseBuilder
-
Set the if of the current navigation case.
- condition(ValueExpression) - Method in class javax.faces.flow.builder.SwitchCaseBuilder
-
Set the if in the previously created switch case.
- 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.
- CONFIDENTIAL - javax.servlet.annotation.ServletSecurity.TransportGuarantee
-
All user data must be encrypted by the transport (typically using SSL/TLS).
- 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.
- CONFIG_FILES_ATTR - Static variable in class javax.faces.webapp.FacesServlet
-
Context initialization parameter name for a comma delimited list of context-relative resource paths (in addition to
/WEB-INF/faces-config.xml
which is loaded automatically if it exists) containing JavaServer Faces configuration information. - 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 in JAX-RS.
- ConfigurableNavigationHandler - Class in javax.faces.application
-
ConfigurableNavigationHandler extends the contract of
NavigationHandler
to allow runtime inspection of theNavigationCase
s that make up the rule-base for navigation. - ConfigurableNavigationHandler() - Constructor for class javax.faces.application.ConfigurableNavigationHandler
- ConfigurableNavigationHandlerWrapper - Class in javax.faces.application
-
Provides a simple implementation of
ConfigurableNavigationHandler
that can be subclassed by developers wishing to provide specialized behavior to an existingConfigurableNavigationHandler
instance. - ConfigurableNavigationHandlerWrapper() - Constructor for class javax.faces.application.ConfigurableNavigationHandlerWrapper
-
Deprecated.Use the other constructor taking the implementation being wrapped.
- ConfigurableNavigationHandlerWrapper(ConfigurableNavigationHandler) - Constructor for class javax.faces.application.ConfigurableNavigationHandlerWrapper
-
If this configurable navigation handler has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
- Configuration<T extends Configuration<T>> - Interface in javax.validation
-
Receives configuration information, selects the appropriate Bean Validation provider and builds the appropriate
ValidatorFactory
. - Configuration - Interface in javax.ws.rs.core
-
A configuration state associated with a
configurable
JAX-RS context. - ConfigurationState - Interface in javax.validation.spi
- configurator(ClientEndpointConfig.Configurator) - Method in class javax.websocket.ClientEndpointConfig.Builder
-
Sets the configurator object for the configuration this builder will build.
- 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.ClientEndpointConfig.Configurator
- Configurator() - Constructor for class javax.websocket.server.ServerEndpointConfig.Configurator
- configure() - Method in interface javax.enterprise.inject.spi.InjectionTargetFactory
-
Returns an
AnnotatedTypeConfigurator
to to configure theAnnotatedType
used to create theInjectionTarget
. - configure() - Method in interface javax.enterprise.inject.spi.InterceptionFactory
-
Returns an
AnnotatedTypeConfigurator
initialized with theAnnotatedType
created either for the class passed toBeanManager.createInterceptionFactory(CreationalContext, Class)
or derived from theInterceptionFactory
parameter injection point. - configure() - Method in interface javax.validation.bootstrap.GenericBootstrap
-
Returns a generic
Configuration
implementation. - configure() - Method in interface javax.validation.bootstrap.ProviderSpecificBootstrap
-
Determines the provider implementation suitable for
T
and delegates the creation of this specificConfiguration
subclass to the provider. - configure(ResourceInfo, FeatureContext) - Method in interface javax.ws.rs.container.DynamicFeature
-
A callback method called by the JAX-RS runtime during the application deployment to register provider instances or classes in a
runtime configuration
scope of a particularresource or sub-resource method
; i.e. - 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.
- configureAnnotatedType() - Method in interface javax.enterprise.inject.spi.ProcessAnnotatedType
-
Returns an
AnnotatedTypeConfigurator
initialized with theAnnotatedType
processed by this event to configure a new AnnotatedType that will replace the original one at the end of the observer invocation. - configureBeanAttributes() - Method in interface javax.enterprise.inject.spi.ProcessBeanAttributes
-
returns a
BeanAttributesConfigurator
initialized with theBeanAttributes
processed by this event to configure a new BeanAttributes that will replace the original one at the end of the observer invocation. - configuredProvider - Static variable in class javax.enterprise.inject.spi.CDI
- configureInjectionPoint() - Method in interface javax.enterprise.inject.spi.ProcessInjectionPoint
-
Returns an
InjectionPointConfigurator
initialized with theInjectionPoint
processed by this event to configure a new InjectionPoint that will replace the original one at the end of the observer invocation. - configureInterceptorBinding(Class<T>) - Method in interface javax.enterprise.inject.spi.BeforeBeanDiscovery
-
Obtains a new
AnnotatedTypeConfigurator
to configure a newAnnotatedType
and declares it as an interceptor binding type. - configureObserverMethod() - Method in interface javax.enterprise.inject.spi.ProcessObserverMethod
-
Returns a
ObserverMethodConfigurator
initialized with theObserverMethod
processed by this event, to configure a new ObserverMethod that will replace the original one at the end of the observer invocation. - configureProducer() - Method in interface javax.enterprise.inject.spi.ProcessProducer
-
Returns a
ProducerConfigurator
initialized with theProducer
processed by this event, to configure a newProducer
that will replace the original one at the end of the observer invocation. - configureQualifier(Class<T>) - Method in interface javax.enterprise.inject.spi.BeforeBeanDiscovery
-
Obtains a new
AnnotatedTypeConfigurator
to configure a newAnnotatedType
and declares it as a Qualifier qualifier type. - CONFLICT - javax.ws.rs.core.Response.Status
-
409 Conflict, see {@link HTTP/1.1 documentation}.
- conjunction() - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create a conjunction (with zero conjuncts).
- connect() - Method in class javax.mail.Service
-
A generic connect method that takes no parameters.
- connect(String, int, String, String) - Method in class javax.mail.Service
-
Similar to connect(host, user, password) except a specific port can be specified.
- connect(String, String) - Method in class javax.mail.Service
-
Connect to the current host using the specified username and password.
- connect(String, String, String) - Method in class javax.mail.Service
-
Connect to the specified address.
- Connection - Interface in javax.jms
-
A
Connection
object is a client's active connection to its JMS 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_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.
- ConnectionAdapter - Class in javax.mail.event
-
The adapter which receives connection events.
- ConnectionAdapter() - Constructor for class javax.mail.event.ConnectionAdapter
- 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 aConnectionConsumer
(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.mail.event
-
This class models Connection events.
- 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(Object, int) - Constructor for class javax.mail.event.ConnectionEvent
-
Construct a ConnectionEvent.
- 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 aManagedConnection
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. - 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. - ConnectionListener - Interface in javax.mail.event
-
This is the Listener interface for Connection events.
- 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 theConnection
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(Class<?>, URI) - Method in interface javax.websocket.WebSocketContainer
-
Connect the supplied annotated endpoint to its server.
- connectToServer(Class<? extends Endpoint>, ClientEndpointConfig, URI) - Method in interface javax.websocket.WebSocketContainer
-
Connect the supplied programmatic endpoint to its server with the given configuration.
- connectToServer(Object, URI) - Method in interface javax.websocket.WebSocketContainer
-
Connect the supplied annotated endpoint instance 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.
- ConstrainedTo - Annotation Type in javax.ws.rs
-
Indicates the run-time context in which an annotated JAX-RS provider is applicable.
- Constraint - Annotation Type in javax.validation
-
Marks an annotation as being a Bean Validation constraint.
- CONSTRAINT - javax.persistence.ConstraintMode
-
Apply the constraint.
- ConstraintDeclarationException - Exception in javax.validation
-
Exception raised if a constraint declaration is not legal.
- ConstraintDeclarationException() - Constructor for exception javax.validation.ConstraintDeclarationException
- ConstraintDeclarationException(String) - Constructor for exception javax.validation.ConstraintDeclarationException
- ConstraintDeclarationException(String, Throwable) - Constructor for exception javax.validation.ConstraintDeclarationException
- ConstraintDeclarationException(Throwable) - Constructor for exception javax.validation.ConstraintDeclarationException
- ConstraintDefinitionException - Exception in javax.validation
-
Exception raised if a constraint definition is not legal.
- ConstraintDefinitionException() - Constructor for exception javax.validation.ConstraintDefinitionException
- ConstraintDefinitionException(String) - Constructor for exception javax.validation.ConstraintDefinitionException
- ConstraintDefinitionException(String, Throwable) - Constructor for exception javax.validation.ConstraintDefinitionException
- ConstraintDefinitionException(Throwable) - Constructor for exception javax.validation.ConstraintDefinitionException
- ConstraintDescriptor<T extends java.lang.annotation.Annotation> - Interface in javax.validation.metadata
-
Describes a single constraint and its composing constraints.
- ConstraintMode - Enum in javax.persistence
-
Used to control the application of a constraint.
- ConstraintTarget - Enum in javax.validation
-
Defines the constraint target.
- ConstraintValidator<A extends java.lang.annotation.Annotation,T> - Interface in javax.validation
-
Defines the logic to validate a given constraint
A
for a given object typeT
. - ConstraintValidatorContext - Interface in javax.validation
-
Provides contextual data and operation when applying a given constraint validator.
- ConstraintValidatorContext.ConstraintViolationBuilder - Interface in javax.validation
-
ConstraintViolation
builder allowing to optionally associate the violation report to a sub path. - ConstraintValidatorContext.ConstraintViolationBuilder.ContainerElementNodeBuilderCustomizableContext - Interface in javax.validation
-
Represents a container element node whose context is configurable (i.e.
- ConstraintValidatorContext.ConstraintViolationBuilder.ContainerElementNodeBuilderDefinedContext - Interface in javax.validation
-
Represents a container element node whose context is known (i.e.
- ConstraintValidatorContext.ConstraintViolationBuilder.ContainerElementNodeContextBuilder - Interface in javax.validation
-
Represents refinement choices for a container element node.
- ConstraintValidatorContext.ConstraintViolationBuilder.LeafNodeBuilderCustomizableContext - Interface in javax.validation
-
Represents a node whose context is configurable (i.e.
- ConstraintValidatorContext.ConstraintViolationBuilder.LeafNodeBuilderDefinedContext - Interface in javax.validation
-
Represents a node whose context is known (i.e.
- ConstraintValidatorContext.ConstraintViolationBuilder.LeafNodeContextBuilder - Interface in javax.validation
-
Represents refinement choices for a node which is in an iterable, e.g.
- ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderCustomizableContext - Interface in javax.validation
-
Represents a node whose context is configurable (i.e.
- ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderDefinedContext - Interface in javax.validation
-
Represents a node whose context is known (i.e.
- ConstraintValidatorContext.ConstraintViolationBuilder.NodeContextBuilder - Interface in javax.validation
-
Represents refinement choices for a node which is in an iterable, e.g.
- constraintValidatorFactory(ConstraintValidatorFactory) - Method in interface javax.validation.Configuration
-
Defines the constraint validator factory.
- constraintValidatorFactory(ConstraintValidatorFactory) - Method in interface javax.validation.ValidatorContext
-
Defines the constraint validator factory implementation used by the
Validator
. - ConstraintValidatorFactory - Interface in javax.validation
-
Instantiates a
ConstraintValidator
instance based off its class. - ConstraintViolation<T> - Interface in javax.validation
-
Describes a constraint violation.
- ConstraintViolationException - Exception in javax.validation
-
Reports the result of constraint violations.
- ConstraintViolationException(String, Set<? extends ConstraintViolation<?>>) - Constructor for exception javax.validation.ConstraintViolationException
-
Creates a constraint violation report.
- ConstraintViolationException(Set<? extends ConstraintViolation<?>>) - Constructor for exception javax.validation.ConstraintViolationException
-
Creates a constraint violation report.
- construct(Class<Y>, Selection<?>...) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create a selection item corresponding to a constructor.
- CONSTRUCTOR - javax.validation.ElementKind
-
A constructor.
- ConstructorDescriptor - Interface in javax.validation.metadata
-
Describes a validated 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. - constructors() - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
- CONSTRUCTORS - javax.validation.executable.ExecutableType
-
All constructors.
- Consumes - Annotation Type in javax.ws.rs
-
Defines the media types that the methods of a resource class or
MessageBodyReader
can accept. - CONTAINER - javax.annotation.Resource.AuthenticationType
- CONTAINER - javax.ejb.ConcurrencyManagementType
-
Container is responsible for managing concurrent access to the bean instance.
- CONTAINER - javax.ejb.TransactionManagementType
-
Container-managed transaction management is used.
- CONTAINER_ELEMENT - javax.validation.ElementKind
-
An element stored in a container, e.g.
- ContainerDescriptor - Interface in javax.validation.metadata
-
Represents an element that might be a container, thus allowing container element constraints.
- ContainerElementTypeDescriptor - Interface in javax.validation.metadata
-
Describes a validated container element type, e.g.
- 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.
- contains(String) - Method in class javax.mail.FetchProfile
-
Returns true if the fetch profile contains the given header name.
- contains(String) - Method in class javax.mail.Flags
-
Check whether the specified user flag is present in this Flags object.
- contains(FetchProfile.Item) - Method in class javax.mail.FetchProfile
-
Returns true if the fetch profile contains the given special item.
- contains(Flags) - Method in class javax.mail.Flags
-
Check whether all the flags in the specified Flags object are present in this Flags object.
- contains(Flags.Flag) - Method in class javax.mail.Flags
-
Check whether the specified system flag is present in this Flags object.
- 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.faces.context.FlashWrapper
-
The default behavior of this method is to call
Map.containsKey(Object)
on the wrappedFlash
object. - containsKey(Object) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
- containsValue(Object) - Method in class javax.faces.context.FlashWrapper
-
The default behavior of this method is to call
Map.containsValue(Object)
on the wrappedFlash
object. - containsValue(Object) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
- containsValue(JsonStructure) - Method in interface javax.json.JsonPointer
-
Returns
true
if there is a value at the referenced location in the specifiedtarget
. - content - Variable in class javax.mail.internet.MimeBodyPart
-
Byte array that holds the bytes of the content of this Part.
- content - Variable in class javax.mail.internet.MimeMessage
-
Byte array that holds the bytes of this Message's content.
- CONTENT_DISPOSITION - Static variable in interface javax.ws.rs.core.HttpHeaders
-
See {@link IETF RFC-2183}.
- CONTENT_ENCODING - Static variable in interface javax.ws.rs.core.HttpHeaders
-
See {@link HTTP/1.1 documentation}.
- CONTENT_ID - Static variable in interface javax.ws.rs.core.HttpHeaders
-
See {@link IETF RFC-2392}.
- CONTENT_INFO - Static variable in class javax.mail.FetchProfile.Item
-
This item is for fetching information about the content of the message.
- CONTENT_LANGUAGE - Static variable in interface javax.ws.rs.core.HttpHeaders
-
See {@link HTTP/1.1 documentation}.
- CONTENT_LENGTH - Static variable in interface javax.ws.rs.core.HttpHeaders
-
See {@link HTTP/1.1 documentation}.
- CONTENT_LOCATION - Static variable in interface javax.ws.rs.core.HttpHeaders
-
See {@link HTTP/1.1 documentation}.
- CONTENT_TYPE - Static variable in interface javax.ws.rs.core.HttpHeaders
-
See {@link HTTP/1.1 documentation}.
- ContentDisposition - Class in javax.mail.internet
-
This class represents a MIME ContentDisposition value.
- ContentDisposition() - Constructor for class javax.mail.internet.ContentDisposition
-
No-arg Constructor.
- ContentDisposition(String) - Constructor for class javax.mail.internet.ContentDisposition
-
Constructor that takes a ContentDisposition string.
- ContentDisposition(String, ParameterList) - Constructor for class javax.mail.internet.ContentDisposition
-
Constructor.
- contentLocation(URI) - Method in class javax.ws.rs.core.Response.ResponseBuilder
-
Set the content location.
- contentStream - Variable in class javax.mail.internet.MimeBodyPart
-
If the data for this body part was supplied by an InputStream that implements the SharedInputStream interface,
contentStream
is another such stream representing the content of this body part. - contentStream - Variable in class javax.mail.internet.MimeMessage
-
If the data for this message was supplied by an InputStream that implements the SharedInputStream interface,
contentStream
is another such stream representing the content of this message. - contentType - Variable in class javax.mail.Multipart
-
This field specifies the content-type of this multipart object.
- ContentType - Class in javax.mail.internet
-
This class represents a MIME Content-Type value.
- ContentType() - Constructor for class javax.mail.internet.ContentType
-
No-arg Constructor.
- ContentType(String) - Constructor for class javax.mail.internet.ContentType
-
Constructor that takes a Content-Type string.
- ContentType(String, String, ParameterList) - Constructor for class javax.mail.internet.ContentType
-
Constructor.
- Context - Interface in javax.enterprise.context.spi
-
Provides an operation for obtaining contextual instances with a particular scope of any contextual type.
- 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_ROOT - javax.servlet.http.MappingMatch
-
This is used when the mapping was achieved with an exact match to the application's context root.
- 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. - ContextCallback - Interface in javax.faces.component
-
A simple callback interace that enables taking action on a specific UIComponent (either facet or child) in the view while preserving any contextual state for that component instance in the view.
- contextCreated(ELContextEvent) - Method in interface javax.el.ELContextListener
-
Invoked when a new
ELContext
has been created. - contextDestroyed(ServletContextEvent) - Method in interface javax.servlet.ServletContextListener
-
Receives notification that the ServletContext is about to be shut down.
- ContextException - Exception in javax.enterprise.context
-
Indicates a problem relating to context management.
- ContextException() - Constructor for exception javax.enterprise.context.ContextException
- ContextException(String) - Constructor for exception javax.enterprise.context.ContextException
- ContextException(String, Throwable) - Constructor for exception javax.enterprise.context.ContextException
- ContextException(Throwable) - Constructor for exception javax.enterprise.context.ContextException
- contextInitialized(ServletContextEvent) - Method in interface javax.servlet.ServletContextListener
-
Receives notification that the web application initialization process is starting.
- ContextNotActiveException - Exception in javax.enterprise.context
-
Indicates that a context is not active.
- ContextNotActiveException() - Constructor for exception javax.enterprise.context.ContextNotActiveException
- ContextNotActiveException(String) - Constructor for exception javax.enterprise.context.ContextNotActiveException
- ContextNotActiveException(String, Throwable) - Constructor for exception javax.enterprise.context.ContextNotActiveException
- ContextNotActiveException(Throwable) - Constructor for exception javax.enterprise.context.ContextNotActiveException
- 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 Java™ EE environment. - contextSetupComplete() - Method in interface javax.resource.spi.work.WorkContextLifecycleListener
-
Invoked when the
WorkContext
instance was successfully set as the execution context for theWork
instance. - contextSetupFailed(String) - Method in interface javax.resource.spi.work.WorkContextLifecycleListener
-
Invoked when the
WorkContext
instance was set as the execution context for theWork
instance it was associated with. - Contextual<T> - Interface in javax.enterprise.context.spi
-
Defines operations to create and destroy contextual instances of a certain type.
- Conversation - Interface in javax.enterprise.context
-
Allows the application to manage the conversation context by marking the current conversation as transient or long-running, specifying a conversation identifier, or setting the conversation timeout.
- CONVERSATION - Static variable in class javax.enterprise.context.BeforeDestroyed.Literal
- CONVERSATION - Static variable in class javax.enterprise.context.Destroyed.Literal
- CONVERSATION - Static variable in class javax.enterprise.context.Initialized.Literal
- ConversationScoped - Annotation Type in javax.enterprise.context
-
Specifies that a bean is conversation scoped.
- ConversationScoped.Literal - Class in javax.enterprise.context
-
Supports inline instantiation of the
ConversationScoped
annotation. - CONVERSION_MESSAGE_ID - Static variable in class javax.faces.component.UIInput
-
The message identifier of the
FacesMessage
to be created if a conversion error occurs, and neither the page author nor theConverterException
provides a message. - Convert - Annotation Type in javax.persistence
-
Specifies the conversion of a Basic field or property.
- convertClientId(FacesContext, String) - Method in class javax.faces.render.Renderer
-
Convert the component generated client id to a form suitable for transmission to the client.
- convertClientId(FacesContext, String) - Method in class javax.faces.render.RendererWrapper
- Converter<T> - Interface in javax.faces.convert
-
Converter is an interface describing a Java class that can perform Object-to-String and String-to-Object conversions between model data objects and a String representation of those objects that is suitable for rendering.
- Converter - Annotation Type in javax.persistence
-
Specifies that the annotated class is a converter and defines its scope.
- CONVERTER_ID - Static variable in class javax.faces.convert.BigDecimalConverter
-
The standard converter id for this converter.
- CONVERTER_ID - Static variable in class javax.faces.convert.BigIntegerConverter
-
The standard converter id for this converter.
- CONVERTER_ID - Static variable in class javax.faces.convert.BooleanConverter
-
The standard converter id for this converter.
- CONVERTER_ID - Static variable in class javax.faces.convert.ByteConverter
-
The standard converter id for this converter.
- CONVERTER_ID - Static variable in class javax.faces.convert.CharacterConverter
-
The standard converter id for this converter.
- CONVERTER_ID - Static variable in class javax.faces.convert.DateTimeConverter
-
The standard converter id for this converter.
- CONVERTER_ID - Static variable in class javax.faces.convert.DoubleConverter
-
The standard converter id for this converter.
- CONVERTER_ID - Static variable in class javax.faces.convert.EnumConverter
-
The standard converter id for this converter.
- CONVERTER_ID - Static variable in class javax.faces.convert.FloatConverter
-
The standard converter id for this converter.
- CONVERTER_ID - Static variable in class javax.faces.convert.IntegerConverter
-
The standard converter id for this converter.
- CONVERTER_ID - Static variable in class javax.faces.convert.LongConverter
-
The standard converter id for this converter.
- CONVERTER_ID - Static variable in class javax.faces.convert.NumberConverter
-
The standard converter id for this converter.
- CONVERTER_ID - Static variable in class javax.faces.convert.ShortConverter
-
The standard converter id for this converter.
- ConverterConfig - Interface in javax.faces.view.facelets
-
A Facelet version of the JSP
ConverterTag
. - ConverterELTag - Class in javax.faces.webapp
-
ConverterELTag is a base class for all JSP custom actions that create and register a
Converter
instance on theValueHolder
associated with our most immediate surrounding instance of a tag whose implementation class is a subclass ofUIComponentClassicTagBase
. - ConverterELTag() - Constructor for class javax.faces.webapp.ConverterELTag
- ConverterException - Exception in javax.faces.convert
-
ConverterException is an exception thrown by the
getAsObject()
orgetAsText()
method of aConverter
, to indicate that the requested conversion cannot be performed. - ConverterException() - Constructor for exception javax.faces.convert.ConverterException
-
Construct a new exception with no detail message or root cause.
- ConverterException(String) - Constructor for exception javax.faces.convert.ConverterException
-
Construct a new exception with the specified detail message and no root cause.
- ConverterException(String, Throwable) - Constructor for exception javax.faces.convert.ConverterException
-
Construct a new exception with the specified detail message and root cause.
- ConverterException(Throwable) - Constructor for exception javax.faces.convert.ConverterException
-
Construct a new exception with the specified root cause.
- ConverterException(FacesMessage) - Constructor for exception javax.faces.convert.ConverterException
-
Construct a new exception with the specified detail message and no root cause.
- ConverterException(FacesMessage, Throwable) - Constructor for exception javax.faces.convert.ConverterException
-
Construct a new exception with the specified detail message and root cause.
- ConverterHandler - Class in javax.faces.view.facelets
-
Handles setting a
Converter
instance on aValueHolder
parent. - ConverterHandler(ConverterConfig) - Constructor for class javax.faces.view.facelets.ConverterHandler
- ConverterTag - Class in javax.faces.webapp
-
Deprecated.This has been partially replaced by
ConverterELTag
. The remainder of the functionality, namely, the binding facility and the implementation of theConverterTag.createConverter()
method, is now an implementation detail. - ConverterTag() - Constructor for class javax.faces.webapp.ConverterTag
-
Deprecated.
- ConvertGroup - Annotation Type in javax.validation.groups
-
Converts group
from
to groupto
during cascading. - ConvertGroup.List - Annotation Type in javax.validation.groups
-
Defines several
ConvertGroup
annotations on the same element. - 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.
- convertToType(Object, Class<?>) - Method in class javax.el.ELContext
-
Converts an object to a specific type.
- convertToType(ELContext, Object, Class<?>) - Method in class javax.el.CompositeELResolver
-
Converts an object to a specific type.
- convertToType(ELContext, Object, Class<?>) - Method in class javax.el.ELResolver
-
Converts an object to a specific type.
- convertToType(ELContext, Object, Class<?>) - Method in class javax.el.TypeConverter
-
Converts an object to a specific type.
- cookie(String, String) - Method in interface javax.ws.rs.client.Invocation.Builder
-
Add a cookie to be set.
- cookie(Cookie) - Method in interface javax.ws.rs.client.Invocation.Builder
-
Add a cookie to be set.
- cookie(NewCookie...) - Method in class javax.ws.rs.core.Response.ResponseBuilder
-
Add cookies to the response message.
- 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 - Class in javax.ws.rs.core
-
Represents the value of a HTTP cookie, transferred in a request.
- Cookie(String, String) - Constructor for class javax.servlet.http.Cookie
-
Constructs a cookie with the specified name and value.
- Cookie(String, String) - 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, String, String, int) - Constructor for class javax.ws.rs.core.Cookie
-
Create a new instance.
- COOKIE - javax.servlet.SessionTrackingMode
- COOKIE - Static variable in interface javax.ws.rs.core.HttpHeaders
-
See {@link IETF RFC 2109}.
- 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.
- coords - javax.faces.component.html.HtmlCommandLink.PropertyKeys
- coords - javax.faces.component.html.HtmlOutcomeTargetLink.PropertyKeys
- coords - javax.faces.component.html.HtmlOutputLink.PropertyKeys
- copy(String, String) - Method in interface javax.json.JsonPatchBuilder
-
Adds a "copy" JSON Patch operation.
- COPY - javax.json.JsonPatch.Operation
-
"copy" operation.
- copyMessages(Message[], Folder) - Method in class javax.mail.Folder
-
Copy the specified Messages from this Folder into another Folder.
- 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(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(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.
- correlate(Root<Y>) - Method in interface javax.persistence.criteria.Subquery
-
Create a subquery root correlated to a root 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.
- count(Expression<?>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create an aggregate expression applying the count operation.
- 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 a new
Jsonb
instance using the defaultJsonbBuilder
implementation provided as returned fromJsonbProvider.provider()
method. - create() - Method in class javax.json.bind.spi.JsonbProvider
-
Returns a new instance of
JsonbBuilder
class. - create() - Method in interface javax.management.j2ee.ManagementHome
-
Creates an MEJB session object which provides access to the J2EE 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(int) - Method in class javax.mail.Folder
-
Create this folder on the Store.
- 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(CreationalContext<T>) - Method in interface javax.enterprise.context.spi.Contextual
-
Create a new instance of the contextual type.
- create(JsonbConfig) - Static method in interface javax.json.bind.JsonbBuilder
-
Create a new
Jsonb
instance using the defaultJsonbBuilder
implementation provided as returned fromJsonbProvider.provider()
method, configured with provided configuration. - createAnnotatedType(Class<T>) - Method in interface javax.enterprise.inject.spi.BeanManager
-
Obtain an
AnnotatedType
that may be used to read the annotations of the given class or interface. - createArrayBuilder() - Static method in class javax.json.Json
-
Creates a JSON array builder
- createArrayBuilder() - Method in interface javax.json.JsonBuilderFactory
-
Creates a
JsonArrayBuilder
instance that is used to buildJsonArray
- createArrayBuilder() - Method in class javax.json.spi.JsonProvider
-
Creates a JSON array builder.
- createArrayBuilder(Collection<?>) - Static method in class javax.json.Json
-
Creates a JSON array builder, initialized with the content of specified
collection
. - createArrayBuilder(Collection<?>) - Method in interface javax.json.JsonBuilderFactory
-
Creates a
JsonArrayBuilder
instance, initialized with the content of specified collection. - createArrayBuilder(Collection<?>) - Method in class javax.json.spi.JsonProvider
-
Creates a JSON array builder, initialized with the content of specified
collection
. - createArrayBuilder(JsonArray) - Static method in class javax.json.Json
-
Creates a JSON array builder, initialized with the specified array
- createArrayBuilder(JsonArray) - Method in interface javax.json.JsonBuilderFactory
-
Creates a
JsonArrayBuilder
instance, initialized with an array. - createArrayBuilder(JsonArray) - Method in class javax.json.spi.JsonProvider
-
Creates a JSON array builder, initialized with the specified array.
- createBean(BeanAttributes<T>, Class<T>, InjectionTargetFactory<T>) - Method in interface javax.enterprise.inject.spi.BeanManager
- createBean(BeanAttributes<T>, Class<X>, ProducerFactory<X>) - Method in interface javax.enterprise.inject.spi.BeanManager
- createBeanAttributes(AnnotatedMember<?>) - Method in interface javax.enterprise.inject.spi.BeanManager
-
Obtains a
BeanAttributes
for the givenAnnotatedType
. - createBeanAttributes(AnnotatedType<T>) - Method in interface javax.enterprise.inject.spi.BeanManager
-
Obtains a
BeanAttributes
for the givenAnnotatedType
. - createBehavior(String) - Method in class javax.faces.application.Application
-
Instantiate and return a new
Behavior
instance of the class specified by a previous call toaddBehavior()
for the specified behavior id. - createBehavior(String) - Method in class javax.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.createBehavior(String)
on the wrappedApplication
object. - createBehaviorHandlerDelegate(BehaviorHandler) - Method in class javax.faces.view.facelets.TagHandlerDelegateFactory
-
Create and return a
TagHandlerDelegate
instance designed for use withBehaviorHandler
. - createBrowser(Queue) - Method in interface javax.jms.JMSContext
-
Creates a
QueueBrowser
object to peek at the messages on the specified queue. - createBrowser(Queue) - Method in interface javax.jms.QueueSession
-
Creates a
QueueBrowser
object to peek at the messages on the specified queue. - 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.JMSContext
-
Creates a
QueueBrowser
object to peek at the messages on the specified queue using a message selector. - 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, 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
-
Creates a builder factory for creating
JsonArrayBuilder
andJsonObjectBuilder
objects. - createBuilderFactory(Map<String, ?>) - Method in class javax.json.spi.JsonProvider
-
Creates a builder factory for creating
JsonArrayBuilder
andJsonObjectBuilder
objects. - createBytesMessage() - Method in interface javax.jms.JMSContext
-
Creates a
BytesMessage
object. - createBytesMessage() - Method in interface javax.jms.Session
-
Creates a
BytesMessage
object. - createCalendarTimer(ScheduleExpression) - Method in interface javax.ejb.TimerService
-
Create a calendar-based timer based on the input schedule expression.
- createCalendarTimer(ScheduleExpression, TimerConfig) - Method in interface javax.ejb.TimerService
-
Create a calendar-based timer based on the input schedule expression.
- createClientBehaviorContext(FacesContext, UIComponent, String, String, Collection<ClientBehaviorContext.Parameter>) - Static method in class javax.faces.component.behavior.ClientBehaviorContext
-
Creates a ClientBehaviorContext instance.
- createComponent(String) - Method in class javax.faces.application.Application
-
Instantiate and return a new
UIComponent
instance of the class specified by a previous call toaddComponent()
for the specified component type. - createComponent(String) - Method in class javax.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.createComponent(String)
on the wrappedApplication
object. - createComponent(ValueExpression, FacesContext, String) - Method in class javax.faces.application.Application
- createComponent(ValueExpression, FacesContext, String) - Method in class javax.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.createComponent(javax.el.ValueExpression, javax.faces.context.FacesContext, String)
on the wrappedApplication
object. - createComponent(ValueExpression, FacesContext, String, String) - Method in class javax.faces.application.Application
-
Like
Application.createComponent(ValueExpression, FacesContext, String)
except theRenderer
for the component to be returned must be inspected for the annotations mentioned inApplication.createComponent(ValueExpression, FacesContext, String)
as specified in the documentation for that method. - createComponent(ValueExpression, FacesContext, String, String) - Method in class javax.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.createComponent(javax.el.ValueExpression, javax.faces.context.FacesContext, String, String)
on the wrappedApplication
object. - createComponent(FacesContext, String) - Method in class javax.faces.webapp.UIComponentClassicTagBase
-
Create and return a new child component of the type returned by calling
getComponentType()
. - createComponent(FacesContext, String) - Method in class javax.faces.webapp.UIComponentELTag
-
Create and return a new child component of the type returned by calling
getComponentType()
. - createComponent(FacesContext, String) - Method in class javax.faces.webapp.UIComponentTag
-
Deprecated.Implement
createComponent
using Faces 1.1 EL API. - createComponent(FacesContext, String, String) - Method in class javax.faces.application.Application
-
Like
Application.createComponent(String)
except theRenderer
for the component to be returned must be inspected for the annotations mentioned inApplication.createComponent(ValueExpression, FacesContext, String)
as specified in the documentation for that method. - createComponent(FacesContext, String, String) - Method in class javax.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.createComponent(javax.faces.context.FacesContext, String, String)
on the wrappedApplication
object. - createComponent(FacesContext, String, String, Map<String, Object>) - Method in class javax.faces.view.ViewDeclarationLanguage
-
Create a component given a
ViewDeclarationLanguage
specific tag library URI and tag name. - createComponent(FacesContext, String, String, Map<String, Object>) - Method in class javax.faces.view.ViewDeclarationLanguageWrapper
- createComponent(FacesContext, Resource) - Method in class javax.faces.application.Application
- createComponent(FacesContext, Resource) - Method in class javax.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.createComponent(javax.faces.context.FacesContext, Resource)
on the wrappedApplication
object. - createComponent(ValueBinding, FacesContext, String) - Method in class javax.faces.application.Application
-
Deprecated.This has been replaced by
Application.createComponent(javax.el.ValueExpression,javax.faces.context.FacesContext,java.lang.String)
. - createComponent(ValueBinding, FacesContext, String) - Method in class javax.faces.application.ApplicationWrapper
-
Deprecated.See superclass for alternative.
- createComponent(FaceletContext) - Method in class javax.faces.view.facelets.ComponentHandler
-
Subclasses that wish to take over the task of instantiating the
UIComponent
instance corresponding to this tag handler my override this method to do so. - createComponentHandlerDelegate(ComponentHandler) - Method in class javax.faces.view.facelets.TagHandlerDelegateFactory
-
Create and return a
TagHandlerDelegate
instance designed for use withComponentHandler
. - 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.
- 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() - Method in interface javax.resource.spi.ManagedConnectionFactory
-
Creates a Connection Factory instance.
- createConnectionFactory(ConnectionManager) - 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) - Method in interface javax.jms.Session
-
Creates a
MessageConsumer
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) - 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.JMSContext
-
Creates a
JMSConsumer
for the specified destination, specifying a message selector and thenoLocal
parameter. - createConsumer(Destination, String, boolean) - Method in interface javax.jms.Session
-
Creates a
MessageConsumer
for the specified destination, specifying a message selector and thenoLocal
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(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 thisJMSContext
and creating a new session. - 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.
- createContextualProxy(Object, Class<?>...) - 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.
- createContextualProxy(T, Class<T>) - 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.
- createConverter() - Method in class javax.faces.webapp.ConverterELTag
-
Create and return a new
Converter
to be registered on our surroundingUIComponent
. - createConverter() - Method in class javax.faces.webapp.ConverterTag
-
Deprecated.Create and return a new
Converter
to be registered on our surroundingUIComponent
. - createConverter(Class<?>) - Method in class javax.faces.application.Application
-
Instantiate and return a new
Converter
instance of the class that has registered itself as capable of performing conversions for objects of the specified type. - createConverter(Class<?>) - Method in class javax.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.createConverter(Class)
on the wrappedApplication
object. - createConverter(String) - Method in class javax.faces.application.Application
-
Instantiate and return a new
Converter
instance of the class specified by a previous call toaddConverter()
for the specified converter id. - createConverter(String) - Method in class javax.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.createConverter(String)
on the wrappedApplication
object. - createConverterHandlerDelegate(ConverterHandler) - Method in class javax.faces.view.facelets.TagHandlerDelegateFactory
-
Create and return a
TagHandlerDelegate
instance designed for use withConverterHandler
. - createCreationalContext(Contextual<T>) - Method in interface javax.enterprise.inject.spi.BeanManager
-
Obtain an instance of a
CreationalContext
for the given contextual type, or for a non-contextual object. - 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.
- CREATED - javax.ws.rs.core.Response.Status
-
201 Created, see {@link HTTP/1.1 documentation}.
- CREATED - Static variable in class javax.mail.event.FolderEvent
-
The folder was created.
- 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
. - 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) - 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.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, 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) - 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.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, 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. - createEJBContainer() - Static method in class javax.ejb.embeddable.EJBContainer
-
Create and initialize an embeddable EJB container.
- createEJBContainer(Map<?, ?>) - Static method in class javax.ejb.embeddable.EJBContainer
-
Create and initialize an embeddable EJB container with a set of configuration properties.
- createEJBContainer(Map<?, ?>) - Method in interface javax.ejb.spi.EJBContainerProvider
-
Called by the embeddable container bootstrap process to find a suitable embeddable container implementation.
- 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.
- 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 anEntityManagerFactory
is to be created. - CreateException - Exception in javax.ejb
-
The CreateException exception must be included in the throws clauses of all create methods defined in an enterprise bean's home or local home interface.
- CreateException() - Constructor for exception javax.ejb.CreateException
-
Constructs a CreateException with no detail message.
- CreateException(String) - Constructor for exception javax.ejb.CreateException
-
Constructs a CreateException with the specified detail message.
- createFilter(Class<T>) - Method in interface javax.servlet.ServletContext
-
Instantiates the given Filter class.
- createFlowHandler(FacesContext) - Method in class javax.faces.flow.FlowHandlerFactory
-
Create the singleton instance of
FlowHandler
. - createFlowHandler(FacesContext) - Method in class javax.faces.flow.FlowHandlerFactoryWrapper
- createGenerator(OutputStream) - Static method in class javax.json.Json
-
Creates a JSON generator for writing JSON to a byte stream.
- createGenerator(OutputStream) - Method in class javax.json.spi.JsonProvider
-
Creates a JSON generator for writing JSON text to a byte 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.
- createGenerator(Writer) - Static method in class javax.json.Json
-
Creates a JSON generator for writing JSON to a character stream.
- createGenerator(Writer) - Method in class javax.json.spi.JsonProvider
-
Creates a JSON generator for writing JSON text to a character stream.
- createGenerator(Writer) - Method in interface javax.json.stream.JsonGeneratorFactory
-
Creates a JSON generator to write JSON text to a character stream.
- createGeneratorFactory(Map<String, ?>) - Static method in class javax.json.Json
-
Creates a generator factory for creating
JsonGenerator
objects. - createGeneratorFactory(Map<String, ?>) - Method in class javax.json.spi.JsonProvider
-
Creates a generator factory for creating
JsonGenerator
instances. - createGenericConfiguration(BootstrapState) - Method in interface javax.validation.spi.ValidationProvider
-
Returns a
Configuration
instance. - createHeaderDelegate(Class<T>) - Method in class javax.ws.rs.ext.RuntimeDelegate
-
Obtain an instance of a
RuntimeDelegate.HeaderDelegate
for the supplied class. - createIndexedRecord(String) - Method in interface javax.resource.cci.RecordFactory
-
Creates a IndexedRecord.
- createInjectionPoint(AnnotatedField<?>) - Method in interface javax.enterprise.inject.spi.BeanManager
-
Obtains a container provided implementation of
InjectionPoint
for the givenAnnotatedField
. - createInjectionPoint(AnnotatedParameter<?>) - Method in interface javax.enterprise.inject.spi.BeanManager
-
Obtains a container provided implementation of
InjectionPoint
for the givenAnnotatedParameter
. - createInjectionTarget(AnnotatedType<T>) - Method in interface javax.enterprise.inject.spi.BeanManager
-
Obtains an
InjectionTarget
for the givenAnnotatedType
. - createInjectionTarget(Bean<T>) - Method in interface javax.enterprise.inject.spi.InjectionTargetFactory
-
Create a new injection target for a bean.
- createInstance() - Method in interface javax.enterprise.inject.spi.BeanManager
-
Obtains an
Instance
object to access to beans instances. - createInteraction() - Method in interface javax.resource.cci.Connection
-
Creates an Interaction associated with this Connection.
- createInterceptedInstance(T) - Method in interface javax.enterprise.inject.spi.InterceptionFactory
-
Returns a wrapper instance whose method invocations are intercepted by method interceptors and forwarded to a provided instance.
- createInterceptionFactory(CreationalContext<T>, Class<T>) - Method in interface javax.enterprise.inject.spi.BeanManager
-
Create an
InterceptionFactory
for the givenCreationalContext
and type. - createInternetHeaders(InputStream) - Method in class javax.mail.internet.MimeMessage
-
Create and return an InternetHeaders object that loads the headers from the given InputStream.
- createInternetHeaders(InputStream) - Method in class javax.mail.internet.MimeMultipart
-
Create and return an InternetHeaders object that loads the headers from the given InputStream.
- createIntervalTimer(long, long, TimerConfig) - Method in interface javax.ejb.TimerService
-
Create an interval timer whose first expiration occurs after a specified duration, and whose subsequent expirations occur after a specified interval.
- createIntervalTimer(Date, long, TimerConfig) - Method in interface javax.ejb.TimerService
-
Create an interval timer whose first expiration occurs at a given point in time and whose subsequent expirations occur after a specified interval.
- createLinkBuilder() - Method in class javax.ws.rs.ext.RuntimeDelegate
-
Create a new instance of a
Link.Builder
. - createListener(Class<T>) - Method in interface javax.servlet.AsyncContext
-
Instantiates the given
AsyncListener
class. - createListener(Class<T>) - Method in interface javax.servlet.ServletContext
-
Instantiates the given EventListener class.
- 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.
- 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 thesource
, yields thetarget
. - 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 thesource
, yields thetarget
. - 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. - createMetadataView(FacesContext) - Method in class javax.faces.view.ViewMetadata
-
Creates a new
UIViewRoot
containing only view parameter metadata. - createMetaRuleset(Class) - Method in class javax.faces.view.facelets.DelegatingMetaTagHandler
-
The default implementation simply calls through to
TagHandlerDelegate.createMetaRuleset(java.lang.Class)
and returns the result. - createMetaRuleset(Class) - Method in class javax.faces.view.facelets.MetaTagHandler
-
Extend this method in order to add your own rules.
- createMetaRuleset(Class) - Method in class javax.faces.view.facelets.TagHandlerDelegate
-
Return a
MetaRuleset
particular to this kind of tag handler. - createMethodBinding(String, Class<?>[]) - Method in class javax.faces.application.Application
-
Deprecated.This has been replaced by calling
Application.getExpressionFactory()
thenExpressionFactory.createMethodExpression(javax.el.ELContext, java.lang.String, java.lang.Class<?>, java.lang.Class<?>[])
. - createMethodBinding(String, Class<?>[]) - Method in class javax.faces.application.ApplicationWrapper
-
Deprecated.See superclass for alternative.
- createMethodExpression(ELContext, String, Class<?>, Class<?>[]) - Method in class javax.el.ExpressionFactory
-
Parses an expression into a
MethodExpression
for later evaluation. - createMimeBodyPart(InputStream) - Method in class javax.mail.internet.MimeMultipart
-
Create and return a MimeBodyPart object to represent a body part parsed from the InputStream.
- createMimeBodyPart(InternetHeaders, byte[]) - Method in class javax.mail.internet.MimeMultipart
-
Create and return a MimeBodyPart object to represent a body part parsed from the InputStream.
- createMimeMessage(Session) - Method in class javax.mail.internet.MimeMessage
-
Create and return a MimeMessage object.
- createNamedQuery(String) - Method in interface javax.persistence.EntityManager
-
Create an instance of
Query
for executing a named query (in the Java 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 Java 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. - createObjectBuilder() - Static method in class javax.json.Json
-
Creates a JSON object builder
- createObjectBuilder() - Method in interface javax.json.JsonBuilderFactory
-
Creates a
JsonObjectBuilder
instance that is used to buildJsonObject
. - createObjectBuilder() - Method in class javax.json.spi.JsonProvider
-
Creates a JSON object builder.
- createObjectBuilder(Map<String, Object>) - Static method in class javax.json.Json
-
Creates a JSON object builder, initialized with the data from specified
map
. - createObjectBuilder(Map<String, Object>) - Method in interface javax.json.JsonBuilderFactory
-
Creates a
JsonObjectBuilder
instance, 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
. - createObjectBuilder(JsonObject) - Static method in class javax.json.Json
-
Creates a JSON object builder, initialized with the specified object.
- createObjectBuilder(JsonObject) - Method in interface javax.json.JsonBuilderFactory
-
Creates a
JsonObjectBuilder
instance, initialized with an object. - createObjectBuilder(JsonObject) - Method in class javax.json.spi.JsonProvider
-
Creates a JSON object builder, initialized with the specified object.
- createObjectMessage() - Method in interface javax.jms.JMSContext
-
Creates an
ObjectMessage
object. - createObjectMessage() - Method in interface javax.jms.Session
-
Creates an
ObjectMessage
object. - createObjectMessage(Serializable) - Method in interface javax.jms.JMSContext
-
Creates an initialized
ObjectMessage
object. - createObjectMessage(Serializable) - Method in interface javax.jms.Session
-
Creates an initialized
ObjectMessage
object. - createParser(InputStream) - Static method in class javax.json.Json
-
Creates a JSON parser from a byte stream.
- createParser(InputStream) - Method in class javax.json.spi.JsonProvider
-
Creates a JSON parser from the specified byte 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(Reader) - Static method in class javax.json.Json
-
Creates a JSON parser from a character stream.
- createParser(Reader) - Method in class javax.json.spi.JsonProvider
-
Creates a JSON parser from a character stream.
- createParser(Reader) - Method in interface javax.json.stream.JsonParserFactory
-
Creates a JSON parser from a character stream.
- createParser(JsonArray) - Method in interface javax.json.stream.JsonParserFactory
-
Creates a JSON parser from the specified JSON array.
- createParser(JsonObject) - Method in interface javax.json.stream.JsonParserFactory
-
Creates a JSON parser from the specified JSON object.
- 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() - Method in class javax.json.spi.JsonProvider
-
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(JsonArray) - Method in class javax.json.spi.JsonProvider
-
Creates a JSON Patch builder (RFC 6902), initialized with the specified operations.
- 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. - createProducer() - Method in interface javax.jms.JMSContext
-
Creates a new
JMSProducer
object which can be used to configure and send messages - createProducer(Bean<T>) - Method in interface javax.enterprise.inject.spi.ProducerFactory
-
Create a new producer for a bean.
- 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.
- 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 Java Persistence query language statement. - createQuery(String, Class<T>) - Method in interface javax.persistence.EntityManager
-
Create an instance of
TypedQuery
for executing a Java Persistence query language statement. - createQuery(CriteriaDelete) - Method in interface javax.persistence.EntityManager
-
Create an instance of
Query
for executing a criteria delete query. - 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. - 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, specifyingtransacted
andacknowledgeMode
. - createQueueSession(boolean, int) - Method in interface javax.jms.XAQueueConnection
-
Creates a
QueueSession
object. - createReader(InputStream) - Static method in class javax.json.Json
-
Creates a JSON reader from a byte stream.
- createReader(InputStream) - Method in interface javax.json.JsonReaderFactory
-
Creates a JSON reader from a byte stream.
- createReader(InputStream) - Method in class javax.json.spi.JsonProvider
-
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) - Static method in class javax.json.Json
-
Creates a JSON reader from a character stream.
- createReader(Reader) - Method in interface javax.json.JsonReaderFactory
-
Creates a JSON reader from a character stream.
- createReader(Reader) - Method in class javax.json.spi.JsonProvider
-
Creates a JSON reader from a character 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. - createResource(String) - Method in class javax.faces.application.ResourceHandler
-
Create an instance of
ViewResource
given the argumentresourceName
. - createResource(String) - Method in class javax.faces.application.ResourceHandlerWrapper
-
The default behavior of this method is to call
ResourceHandler.createResource(String)
on the wrappedResourceHandler
object. - createResource(String, String) - Method in class javax.faces.application.ResourceHandler
-
Create an instance of
Resource
with a resourceName given by the value of the argumentresourceName
that is a member of the library named by the argumentlibraryName
. - createResource(String, String) - Method in class javax.faces.application.ResourceHandlerWrapper
-
The default behavior of this method is to call
ResourceHandler.createResource(String, String)
on the wrappedResourceHandler
object. - createResource(String, String, String) - Method in class javax.faces.application.ResourceHandler
-
Create an instance of
Resource
with a resourceName given by the value of the argumentresourceName
that is a member of the library named by the argumentlibraryName
that claims to have the content-type given by the argumentcontent-type
. - createResource(String, String, String) - Method in class javax.faces.application.ResourceHandlerWrapper
-
The default behavior of this method is to call
ResourceHandler.createResource(String, String, String)
on the wrappedResourceHandler
object. - createResourceFromId(String) - Method in class javax.faces.application.ResourceHandler
-
Create an instance of
Resource
given the argumentresourceId
. - createResourceFromId(String) - Method in class javax.faces.application.ResourceHandlerWrapper
-
The default behavior of this method is to call
ResourceHandler.createResourceFromId(String)
on the wrappedResourceHandler
object. - createResponseBuilder() - Method in class javax.ws.rs.ext.RuntimeDelegate
-
Create a new instance of a
Response.ResponseBuilder
. - createResponseStream(OutputStream) - Method in class javax.faces.render.RenderKit
-
Use the provided
OutputStream
to create a newResponseStream
instance. - createResponseStream(OutputStream) - Method in class javax.faces.render.RenderKitWrapper
-
The default behavior of this method is to call
RenderKit.createResponseStream(java.io.OutputStream)
on the wrappedRenderKit
object. - createResponseWriter(Writer, String, String) - Method in class javax.faces.render.RenderKit
-
Use the provided
Writer
to create a newResponseWriter
instance for the specified (optional) content type, and character encoding. - createResponseWriter(Writer, String, String) - Method in class javax.faces.render.RenderKitWrapper
-
The default behavior of this method is to call
RenderKit.createResponseWriter(java.io.Writer, String, String)
on the wrappedRenderKit
object. - createSearchExpressionContext(FacesContext, UIComponent) - Static method in class javax.faces.component.search.SearchExpressionContext
-
Creates a
SearchExpressionContext
instance for use with theSearchExpressionHandler
. - createSearchExpressionContext(FacesContext, UIComponent, Set<SearchExpressionHint>, Set<VisitHint>) - Static method in class javax.faces.component.search.SearchExpressionContext
-
Creates a
SearchExpressionContext
instance for use with theSearchExpressionHandler
. - createSender(Queue) - Method in interface javax.jms.QueueSession
-
Creates a
QueueSender
object to send messages to the specified queue. - createServlet(Class<T>) - Method in interface javax.servlet.ServletContext
-
Instantiates the given Servlet class.
- createSession() - Method in interface javax.jms.Connection
-
Creates a
Session
object, specifying no arguments. - createSession(boolean, int) - Method in interface javax.jms.Connection
-
Creates a
Session
object, specifyingtransacted
andacknowledgeMode
. - createSession(boolean, int) - Method in interface javax.jms.XAConnection
-
Creates an
Session
object. - createSession(int) - Method in interface javax.jms.Connection
-
Creates a
Session
object, specifyingsessionMode
. - 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) - 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.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, 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) - 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.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.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.
- createSingleActionTimer(long, TimerConfig) - Method in interface javax.ejb.TimerService
-
Create a single-action timer that expires after a specified duration.
- createSingleActionTimer(Date, TimerConfig) - Method in interface javax.ejb.TimerService
-
Create a single-action timer that expires at a given point in time.
- createSpecializedConfiguration(BootstrapState) - Method in interface javax.validation.spi.ValidationProvider
- 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.
- 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() - Method in interface javax.jms.Session
-
Creates a
TextMessage
object. - createTextMessage(String) - Method in interface javax.jms.JMSContext
-
Creates an initialized
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. - createTimer(long, long, Serializable) - Method in interface javax.ejb.TimerService
-
Create an interval timer whose first expiration occurs after a specified duration, and whose subsequent expirations occur after a specified interval.
- createTimer(long, Serializable) - Method in interface javax.ejb.TimerService
-
Create a single-action timer that expires after a specified duration.
- createTimer(Date, long, Serializable) - Method in interface javax.ejb.TimerService
-
Create an interval timer whose first expiration occurs at a given point in time and whose subsequent expirations occur after a specified interval.
- createTimer(Date, Serializable) - Method in interface javax.ejb.TimerService
-
Create a single-action timer that expires at a given point in time.
- 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, specifyingtransacted
andacknowledgeMode
. - 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. - createUniqueId() - Method in class javax.faces.component.UIViewRoot
-
Generate an identifier for a component.
- createUniqueId(FacesContext, String) - Method in class javax.faces.component.UIData
- createUniqueId(FacesContext, String) - Method in class javax.faces.component.UIForm
-
Generate an identifier for a component.
- createUniqueId(FacesContext, String) - Method in class javax.faces.component.UINamingContainer
- createUniqueId(FacesContext, String) - Method in class javax.faces.component.UIViewRoot
-
Generate an identifier for a component.
- createUniqueId(FacesContext, String) - Method in interface javax.faces.component.UniqueIdVendor
-
Generate an identifier for a component.
- createUriBuilder() - Method in class javax.ws.rs.ext.RuntimeDelegate
-
Create a new instance of a
UriBuilder
. - createValidator() - Method in class javax.faces.webapp.ValidatorELTag
-
Create and return a new
Validator
to be registered on our surroundingUIComponent
. - createValidator() - Method in class javax.faces.webapp.ValidatorTag
-
Deprecated.Create and return a new
Validator
to be registered on our surroundingUIComponent
. - createValidator(String) - Method in class javax.faces.application.Application
-
Instantiate and return a new
Validator
instance of the class specified by a previous call toaddValidator()
for the specified validator id. - createValidator(String) - Method in class javax.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.createValidator(String)
on the wrappedApplication
object. - createValidatorHandlerDelegate(ValidatorHandler) - Method in class javax.faces.view.facelets.TagHandlerDelegateFactory
-
Create and return a
TagHandlerDelegate
instance designed for use withValidatorHandler
. - createValue(double) - Static method in class javax.json.Json
-
Creates a JsonNumber.
- createValue(double) - Method in class javax.json.spi.JsonProvider
-
Creates a JsonNumber.
- createValue(int) - Static method in class javax.json.Json
-
Creates a JsonNumber.
- createValue(int) - Method in class javax.json.spi.JsonProvider
-
Creates a JsonNumber.
- createValue(long) - Static method in class javax.json.Json
-
Creates a JsonNumber.
- createValue(long) - Method in class javax.json.spi.JsonProvider
-
Creates a JsonNumber.
- createValue(String) - Static method in class javax.json.Json
-
Creates a JsonString.
- createValue(String) - Method in class javax.json.spi.JsonProvider
-
Creates a JsonString.
- createValue(BigDecimal) - Static method in class javax.json.Json
-
Creates a JsonNumber.
- createValue(BigDecimal) - Method in class javax.json.spi.JsonProvider
-
Creates a JsonNumber.
- createValue(BigInteger) - Static method in class javax.json.Json
-
Creates a JsonNumber.
- createValue(BigInteger) - Method in class javax.json.spi.JsonProvider
-
Creates a JsonNumber.
- createValueBinding(String) - Method in class javax.faces.application.Application
-
Deprecated.This has been replaced by calling
Application.getExpressionFactory()
thenExpressionFactory.createValueExpression(javax.el.ELContext, java.lang.String, java.lang.Class<?>)
. - createValueBinding(String) - Method in class javax.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.createValueBinding(String)
on the wrappedApplication
object. - createValueExpression(Object, Class<?>) - Method in class javax.el.ExpressionFactory
-
Creates a ValueExpression that wraps an object instance.
- createValueExpression(ELContext, String, Class<?>) - Method in class javax.el.ExpressionFactory
-
Parses an expression into a
ValueExpression
for later evaluation. - createVariantListBuilder() - Method in class javax.ws.rs.ext.RuntimeDelegate
-
Create a new instance of a
Variant.VariantListBuilder
. - createVerbatimComponent() - Method in class javax.faces.webapp.UIComponentClassicTagBase
-
Use the
Application
instance to create a new component with the following characteristics. - createVerbatimComponentFromBodyContent() - Method in class javax.faces.webapp.UIComponentClassicTagBase
-
Create a transient UIOutput component from the body content, of this tag instance or return null if there is no body content, the body content is whitespace, or the body content is a comment.
- createView(FacesContext, String) - Method in class javax.faces.application.ViewHandler
-
Create and return a new
UIViewRoot
instance initialized with information from the argumentFacesContext
andviewId
. - createView(FacesContext, String) - Method in class javax.faces.application.ViewHandlerWrapper
-
The default behavior of this method is to call
ViewHandler.createView(javax.faces.context.FacesContext, String)
on the wrappedViewHandler
object. - createView(FacesContext, String) - Method in class javax.faces.view.ViewDeclarationLanguage
-
Create a
UIViewRoot
from the VDL contained in the artifact referenced by the argumentviewId
. - createView(FacesContext, String) - Method in class javax.faces.view.ViewDeclarationLanguageWrapper
- createViewResource(FacesContext, String) - Method in class javax.faces.application.ResourceHandler
-
Create an instance of
Resource
given the argumentresourceName
, which may contain "/" characters. - createViewResource(FacesContext, String) - Method in class javax.faces.application.ResourceHandlerWrapper
-
The default behavior of this method is to call
ResourceHandler.createViewResource(javax.faces.context.FacesContext, java.lang.String)
on the wrappedResourceHandler
object. - createVisitContext(FacesContext) - Static method in class javax.faces.component.visit.VisitContext
-
Creates a VisitContext instance for use with
UIComponent.visitTree()
. - createVisitContext(FacesContext, Collection<String>, Set<VisitHint>) - Static method in class javax.faces.component.visit.VisitContext
-
Returns a VisitContext instance that is initialized with the specified ids and hintsfor use with
UIComponent.visitTree(javax.faces.component.visit.VisitContext, javax.faces.component.visit.VisitCallback)
. - createWith(Function<CreationalContext<U>, U>) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
-
Set a callback to create a bean instance.
- createWriter(OutputStream) - Static method in class javax.json.Json
- createWriter(OutputStream) - Method in interface javax.json.JsonWriterFactory
- createWriter(OutputStream) - Method in class javax.json.spi.JsonProvider
- createWriter(OutputStream, Charset) - Method in interface javax.json.JsonWriterFactory
- createWriter(Writer) - Static method in class javax.json.Json
- createWriter(Writer) - Method in interface javax.json.JsonWriterFactory
- createWriter(Writer) - Method in class javax.json.spi.JsonProvider
- 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. - CreationalContext<T> - Interface in javax.enterprise.context.spi
-
Provides operations that are used by the
Contextual
implementation during instance creation and destruction. - CreationException - Exception in javax.enterprise.inject
-
Indicates that a checked exception was thrown during creation of a bean.
- CreationException() - Constructor for exception javax.enterprise.inject.CreationException
- CreationException(String) - Constructor for exception javax.enterprise.inject.CreationException
- CreationException(String, Throwable) - Constructor for exception javax.enterprise.inject.CreationException
- CreationException(Throwable) - Constructor for exception javax.enterprise.inject.CreationException
- 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 ofCredential
. - CredentialValidationResult(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, 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(CallerPrincipal) - 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.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. - CROSS_PARAMETER - javax.validation.ElementKind
-
Element holding cross-parameter constraints of a method or constructor.
- CrossParameterDescriptor - Interface in javax.validation.metadata
-
Describes an element holding cross-parameter constraints of a method or constructor
- CURRENCY_ID - Static variable in class javax.faces.convert.NumberConverter
-
The message identifier of the
FacesMessage
to be created if the conversion toNumber
fails. - current() - Static method in class javax.enterprise.inject.spi.CDI
-
Get the CDI instance that provides access to the current container.
- CURRENT_COMPONENT - Static variable in class javax.faces.component.UIComponent
-
Deprecated.
- CURRENT_COMPOSITE_COMPONENT - Static variable in class javax.faces.component.UIComponent
-
Deprecated.
- 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).
- CustomScoped - Annotation Type in javax.faces.bean
-
Deprecated.This has been replaced by CDI custom scopes and
javax.enterprise.context.spi.Context
. See 2.4.2 and 6.2 of the CDI specification for further details.
D
- data(Class, Object) - Method in interface javax.ws.rs.sse.OutboundSseEvent.Builder
-
Set event data and 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.
- data(GenericType, Object) - Method in interface javax.ws.rs.sse.OutboundSseEvent.Builder
-
Set event data and a generic 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. - datalen - Variable in class javax.mail.util.SharedFileInputStream
-
The amount of data in this subset of the file.
- DataModel<E> - Class in javax.faces.model
-
DataModel is an abstraction around arbitrary data binding technologies that can be used to adapt a variety of data sources for use by JavaServer Faces components that support per-row processing for their child components (such as
UIData
. - DataModel() - Constructor for class javax.faces.model.DataModel
- DataModelEvent - Class in javax.faces.model
-
DataModelEvent represents an event of interest to registered listeners that occurred on the specified
DataModel
. - DataModelEvent(DataModel, int, Object) - Constructor for class javax.faces.model.DataModelEvent
-
Construct an event object that is associated with the specified row index and associated data.
- DataModelListener - Interface in javax.faces.model
-
DataModelListener represents an event listener that wishes to be notified of
DataModelEvent
s occurring on a particularDataModel
instance. - 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. - date - Variable in class javax.mail.search.DateTerm
-
The date.
- DATE - javax.persistence.TemporalType
-
Map as
java.sql.Date
- DATE - Static variable in interface javax.ws.rs.core.HttpHeaders
-
See {@link HTTP/1.1 documentation}.
- DATE_FORMAT - Static variable in class javax.json.bind.JsonbConfig
-
Property used to specify custom date format globally.
- DATE_ID - Static variable in class javax.faces.convert.DateTimeConverter
-
The message identifier of the
FacesMessage
to be created if the conversion toDate
fails. - DateTerm - Class in javax.mail.search
-
This class implements comparisons for Dates
- DateTerm(int, Date) - Constructor for class javax.mail.search.DateTerm
-
Constructor.
- DATETIME_ID - Static variable in class javax.faces.convert.DateTimeConverter
-
The message identifier of the
FacesMessage
to be created if the conversion toDateTime
fails. - DateTimeConverter - Class in javax.faces.convert
-
Converter
implementation forjava.util.Date
values. - DateTimeConverter() - Constructor for class javax.faces.convert.DateTimeConverter
- DATETIMECONVERTER_DEFAULT_TIMEZONE_IS_SYSTEM_TIMEZONE_PARAM_NAME - Static variable in interface javax.faces.convert.Converter
-
If this param is set, and calling toLowerCase().equals("true") on a String representation of its value returns true, Application.createConverter() must guarantee that the default for the timezone of all javax.faces.convert.DateTimeConverter instances must be equal to TimeZone.getDefault() instead of "GMT".
- dayOfMonth(int) - Method in class javax.ejb.ScheduleExpression
-
Set the day of the month attribute.
- dayOfMonth(String) - Method in class javax.ejb.ScheduleExpression
-
Set the day of the month attribute.
- dayOfWeek(int) - Method in class javax.ejb.ScheduleExpression
-
Set the day of the week attribute.
- dayOfWeek(String) - Method in class javax.ejb.ScheduleExpression
-
Set the day of the week attribute.
- deactivate() - Method in interface javax.enterprise.context.control.RequestContextController
-
Deactivates the current Request Context if it was activated by this context controller.
- debug - Variable in class javax.mail.Service
-
Debug flag for this service.
- decide(StepExecution[]) - Method in interface javax.batch.api.Decider
-
The decide method sets a new exit status for a job.
- Decider - Interface in javax.batch.api
-
A Decider receives control as part of a decision element in a job.
- DECIMAL_ID - Static variable in class javax.faces.convert.BigDecimalConverter
-
The message identifier of the
FacesMessage
to be created if the conversion toBigDecimal
fails. - DecimalMax - Annotation Type in javax.validation.constraints
-
The annotated element must be a number whose value must be lower or equal to the specified maximum.
- DecimalMax.List - Annotation Type in javax.validation.constraints
-
Defines several
DecimalMax
annotations on the same element. - DecimalMin - Annotation Type in javax.validation.constraints
-
The annotated element must be a number whose value must be higher or equal to the specified minimum.
- DecimalMin.List - Annotation Type in javax.validation.constraints
-
Defines several
DecimalMin
annotations on the same element. - declaredOn(ElementType...) - Method in interface javax.validation.metadata.ElementDescriptor.ConstraintFinder
-
Restricts to the constraints hosted on the listed
types
for a given element. - declareRoles(String...) - Method in interface javax.servlet.ServletContext
-
Declares role names that are tested using
isUserInRole
. - DeclareRoles - Annotation Type in javax.annotation.security
-
Used by application to declare security roles.
- 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(InputStream, String) - Static method in class javax.mail.internet.MimeUtility
-
Decode the given input stream.
- 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.
- decode(String) - Method in interface javax.websocket.Decoder.Text
-
Decode the given String into an object of type T.
- decode(ByteBuffer) - Method in interface javax.websocket.Decoder.Binary
-
Decode the given bytes into an object of type T.
- decode(FacesContext) - Method in class javax.faces.component.UIComponent
-
Decode any new state of this
UIComponent
from the request contained in the specifiedFacesContext
, and store this state as needed. - decode(FacesContext) - Method in class javax.faces.component.UIComponentBase
- decode(FacesContext) - Method in class javax.faces.component.UIInput
- decode(FacesContext) - Method in class javax.faces.component.UIViewAction
-
Override behavior from the superclass to queue an
ActionEvent
that may result in the invocation of theaction
or anyactionListener
s that may be associated with this instance. - decode(FacesContext) - Method in class javax.faces.component.UIViewParameter
-
Override behavior from superclass to pull a value from the incoming request parameter map under the name given by
UIViewParameter.getName()
and store it with a call toUIInput.setSubmittedValue(java.lang.Object)
. - decode(FacesContext) - Method in class javax.faces.lifecycle.ClientWindow
-
The implementation is responsible for examining the incoming request and extracting the value that must be returned from the
ClientWindow.getId()
method. - decode(FacesContext) - Method in class javax.faces.lifecycle.ClientWindowWrapper
- decode(FacesContext, UIComponent) - Method in interface javax.faces.component.behavior.ClientBehavior
-
Decode any new state of this
ClientBehavior
from the request contained in the specifiedFacesContext
. - decode(FacesContext, UIComponent) - Method in class javax.faces.component.behavior.ClientBehaviorBase
-
Default implementation of of
ClientBehavior.decode(javax.faces.context.FacesContext, javax.faces.component.UIComponent)
. - decode(FacesContext, UIComponent) - Method in class javax.faces.render.Renderer
-
Decode any new state of the specified
UIComponent
from the request contained in the specifiedFacesContext
, and store that state on theUIComponent
. - decode(FacesContext, UIComponent) - Method in class javax.faces.render.RendererWrapper
- decode(FacesContext, UIComponent, ClientBehavior) - Method in class javax.faces.render.ClientBehaviorRenderer
-
Decode any new state of this
ClientBehavior
from the request contained in the specifiedFacesContext
. - DecodeException - Exception in javax.websocket
-
A general exception that occurs when trying to decode a custom object from a text or binary message.
- DecodeException(String, String) - Constructor for exception javax.websocket.DecodeException
-
Constructs a DecodedException with the given encoded string that cannot be decoded, and reason why.
- 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(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.
- 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.
- decodeText(String) - Static method in class javax.mail.internet.MimeUtility
-
Decode "unstructured" headers, that is, headers that are defined as '*text' as per RFC 822.
- decodeWord(String) - Static method in class javax.mail.internet.MimeUtility
-
The string is parsed using the rules in RFC 2047 and RFC 2231 for parsing an "encoded-word".
- decorate(Tag) - Method in interface javax.faces.view.facelets.TagDecorator
-
If handled, return a new Tag instance, otherwise return null
- Decorated - Annotation Type in javax.enterprise.inject
-
A decorator may inject metadata about the bean it is decorating
- Decorator<T> - Interface in javax.enterprise.inject.spi
-
Represents an enabled decorator.
- Decorator - Annotation Type in javax.decorator
-
Specifies that a class is a decorator.
- Default - Interface in javax.validation.groups
-
Default Bean Validation group.
- Default - Annotation Type in javax.enterprise.inject
-
The default qualifier type.
- DEFAULT - javax.servlet.http.MappingMatch
-
This is used when the mapping was achieved with an exact match to the default servlet of the application, the '
/
' character. - DEFAULT - javax.validation.metadata.ValidateUnwrappedValue
-
No specific unwrapping behavior has been defined for this constraint and the default behavior applies: if there is exactly one maximally-specific type-compliant
ValueExtractor
and this extractor is marked withUnwrapByDefault
, this extractor is applied and the constraint is applied to the value(s) wrapped by the annotated container. - 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_CDI_PROVIDER_PRIORITY - Static variable in interface javax.enterprise.inject.spi.CDIProvider
- 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_FACELETS_SUFFIX - Static variable in class javax.faces.application.ViewHandler
-
The value to use for the default extension for Facelet based XHTML pages if the webapp is using url extension mapping.
- DEFAULT_FACTORY_SECURITY_PROPERTY - Static variable in class javax.security.auth.message.config.AuthConfigFactory
-
The name of the Security property used to define the default AuthConfigFactory implementation class.
- DEFAULT_FORMAT - Static variable in annotation type javax.json.bind.annotation.JsonbDateFormat
-
Value that indicates the default format.
- DEFAULT_LIFECYCLE - Static variable in class javax.faces.lifecycle.LifecycleFactory
-
The lifecycle identifier for the default
Lifecycle
instance for this JavaServer Faces implementation. - 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.enterprise.inject.spi.ObserverMethod
- DEFAULT_PRIORITY - Static variable in interface javax.jms.Message
-
The message producer's default priority is 4.
- DEFAULT_SUFFIX - Static variable in class javax.faces.application.ViewHandler
-
The value to use for the default extension if the webapp is using url extension mapping.
- DEFAULT_SUFFIX_PARAM_NAME - Static variable in class javax.faces.application.ViewHandler
-
Allow the web application to define a list of alternate suffixes for pages containing JSF content.
- 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.
- Default.Literal - Class in javax.enterprise.inject
-
Supports inline instantiation of the
Default
qualifier. - defaultOutcome(String) - Method in class javax.faces.flow.builder.MethodCallBuilder
-
If the method is a void method, or the method returns
null
, this can be used to specify what value should be passed to runtime when the method returns. - defaultOutcome(String) - Method in class javax.faces.flow.builder.SwitchBuilder
-
Set the default outcome of the current switch.
- defaultOutcome(ValueExpression) - Method in class javax.faces.flow.builder.MethodCallBuilder
-
If the method is a void method, or the method returns
null
, this can be used to specify what value should be passed to runtime when the method returns. - defaultOutcome(ValueExpression) - Method in class javax.faces.flow.builder.SwitchBuilder
-
Set the default outcome of the current switch.
- DefaultValue - Annotation Type in javax.ws.rs
-
Defines the default value of request meta-data that is bound using one of the following annotations:
PathParam
,QueryParam
,MatrixParam
,CookieParam
,FormParam
, orHeaderParam
. - deferredExpression - Variable in class javax.servlet.jsp.jstl.core.LoopTagSupport
-
The deferred expression if any
- defineBean(String, Object) - Method in class javax.el.ELManager
-
Define a bean in the local bean repository
- defineBean(String, Object) - Method in class javax.el.ELProcessor
-
Define a bean in a local bean repository, hiding other beans of the same name.
- defineFunction(String, String, Method) - Method in class javax.el.ELProcessor
-
Define an EL function in the local function mapper.
- defineFunction(String, String, String, String) - Method in class javax.el.ELProcessor
-
Define an EL function in the local function mapper.
- DefinitionException - Exception in javax.enterprise.inject.spi
-
Thrown when a definition error occurs.
- DefinitionException(String) - Constructor for exception javax.enterprise.inject.spi.DefinitionException
- DefinitionException(String, Throwable) - Constructor for exception javax.enterprise.inject.spi.DefinitionException
- DefinitionException(Throwable) - Constructor for exception javax.enterprise.inject.spi.DefinitionException
- delegate(boolean) - Method in interface javax.enterprise.inject.spi.configurator.InjectionPointConfigurator
-
Change the delegate status of the built InjectionPoint.
- Delegate - Annotation Type in javax.decorator
-
Identifies the delegate injection point of a decorator.
- delegateFactory - Variable in class javax.faces.view.facelets.DelegatingMetaTagHandler
- DelegatingMetaTagHandler - Class in javax.faces.view.facelets
-
Enable the JSF implementation to provide the appropriate behavior for the kind of
MetaTagHandler
subclass for each kind of element in the view, while providing a base-class from which those wanting to make a Java language custom tag handler can inherit. - DelegatingMetaTagHandler(TagConfig) - Constructor for class javax.faces.view.facelets.DelegatingMetaTagHandler
- 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.security.jacc.PolicyConfiguration
-
Causes all policy statements to be deleted from this PolicyConfiguration and sets its internal state such that calling any method, other than delete, getContextID, or inService on the PolicyConfiguration will be rejected and cause an UnsupportedOperationException to be thrown.
- 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() - 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() - Method in interface javax.ws.rs.client.SyncInvoker
-
Invoke HTTP DELETE method for the current request synchronously.
- delete(boolean) - Method in class javax.mail.Folder
-
Delete this Folder.
- delete(Class<R>) - Method in interface javax.ws.rs.client.RxInvoker
-
Invoke HTTP DELETE method for the current request.
- delete(Class<T>) - 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.CompletionStageRxInvoker
- delete(Class<T>) - Method in interface javax.ws.rs.client.SyncInvoker
-
Invoke HTTP DELETE method for the current request synchronously.
- delete(String) - Method in class javax.faces.context.PartialResponseWriter
-
Write a delete operation.
- delete(InvocationCallback<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
-
Invoke HTTP DELETE method for the current request asynchronously.
- delete(GenericType<R>) - Method in interface javax.ws.rs.client.RxInvoker
-
Invoke HTTP DELETE method for the current request.
- delete(GenericType<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.CompletionStageRxInvoker
- 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.
- DELETED - Static variable in class javax.mail.event.FolderEvent
-
The folder was deleted.
- DELETED - Static variable in class javax.mail.Flags.Flag
-
This message is marked deleted.
- deletesAreDetected(int) - Method in interface javax.resource.cci.ResultSetInfo
-
Indicates whether or not a visible row delete can be detected by calling ResultSet.rowDeleted.
- 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 JMS API are
PERSISTENT
andNON_PERSISTENT
. - DENY - javax.servlet.annotation.ServletSecurity.EmptyRoleSemantic
-
access is to be denied independent of authentication state and identity.
- DenyAll - Annotation Type in javax.annotation.security
-
Specifies that no security roles are allowed to invoke the specified method(s).
- Dependent - Annotation Type in javax.enterprise.context
-
Specifies that a bean belongs to the dependent pseudo-scope.
- Dependent.Literal - Class in javax.enterprise.context
-
Supports inline instantiation of the
Dependent
annotation. - DependsOn - Annotation Type in javax.ejb
-
Used to express an initialization dependency between singleton components.
- DeploymentException - Exception in javax.enterprise.inject.spi
-
Thrown when a deployment problem occurs.
- 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.enterprise.inject.spi.DeploymentException
- 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.enterprise.inject.spi.DeploymentException
- 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.
- DeploymentException(Throwable) - Constructor for exception javax.enterprise.inject.spi.DeploymentException
- deriveLogicalViewId(FacesContext, String) - Method in class javax.faces.application.ViewHandler
-
Derive and return the viewId from the current request, or the argument input by following the algorithm defined in specification section JSF.7.6.2.
- deriveLogicalViewId(FacesContext, String) - Method in class javax.faces.application.ViewHandlerWrapper
-
The default behavior of this method is to call
ViewHandler.deriveLogicalViewId(javax.faces.context.FacesContext, String)
on the wrappedViewHandler
object. - deriveViewId(FacesContext, String) - Method in class javax.faces.application.ViewHandler
-
Derive and return the viewId from the current request, or the argument input by following the algorithm defined in specification section JSF.7.6.2.
- deriveViewId(FacesContext, String) - Method in class javax.faces.application.ViewHandlerWrapper
-
The default behavior of this method is to call
ViewHandler.deriveViewId(javax.faces.context.FacesContext, String)
on the wrappedViewHandler
object. - 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.
- 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.
- 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 class javax.faces.webapp.FacesServlet
-
Release all resources acquired at startup time.
- 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 encoder 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(Contextual<?>) - Method in interface javax.enterprise.context.spi.AlterableContext
-
Destroy the existing contextual instance.
- destroy(T) - Method in interface javax.enterprise.inject.Instance
-
When called, the container destroys the instance if the active context object for the scope type of the bean supports destroying bean instances.
- destroy(T, CreationalContext<T>) - Method in interface javax.enterprise.context.spi.Contextual
-
Destroy an instance of the contextual type.
- Destroyed - Annotation Type in javax.enterprise.context
-
An event with this qualifier is fired when a context is destroyed, i.e.
- Destroyed.Literal - Class in javax.enterprise.context
-
Supports inline instantiation of the
Destroyed
qualifier. - destroyWith(BiConsumer<T, CreationalContext<T>>) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
-
Set a callback to destroy a bean instance.
- detach(Object) - Method in interface javax.persistence.EntityManager
-
Remove the given entity from the persistence context, causing a managed entity to become detached.
- DETACH - javax.persistence.CascadeType
-
Cascade detach operation
- detachListener(RegistrationListener, String, String) - Method in class javax.security.auth.message.config.AuthConfigFactory
-
Disassociate the listener from all the provider registrations whose layer and appContext values are matched by the corresponding arguments to this method.
- Development - javax.faces.application.ProjectStage
-
This value indicates the currently running application is right now, at this moment, being developed.
- dh - Variable in class javax.mail.internet.MimeBodyPart
-
The DataHandler object representing this Part's content.
- dh - Variable in class javax.mail.internet.MimeMessage
-
The DataHandler object representing this Message's content.
- 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 class javax.faces.context.ExternalContext
-
String identifier for DIGEST authentication.
- 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.
- DigestRequest(byte[], String) - Constructor for class javax.security.auth.message.callback.PrivateKeyCallback.DigestRequest
-
Constructs a DigestRequest with a digest value and algorithm identifier.
- Digits - Annotation Type in javax.validation.constraints
-
The annotated element must be a number within accepted range Supported types are:
BigDecimal
BigInteger
CharSequence
byte
,short
,int
,long
, and their respective wrapper types - Digits.List - Annotation Type in javax.validation.constraints
-
Defines several
Digits
annotations on the same element. - dir - javax.faces.component.html.HtmlBody.PropertyKeys
- dir - javax.faces.component.html.HtmlCommandButton.PropertyKeys
- dir - javax.faces.component.html.HtmlCommandLink.PropertyKeys
- dir - javax.faces.component.html.HtmlDataTable.PropertyKeys
- dir - javax.faces.component.html.HtmlForm.PropertyKeys
- dir - javax.faces.component.html.HtmlGraphicImage.PropertyKeys
- dir - javax.faces.component.html.HtmlHead.PropertyKeys
- dir - javax.faces.component.html.HtmlInputFile.PropertyKeys
- dir - javax.faces.component.html.HtmlInputSecret.PropertyKeys
- dir - javax.faces.component.html.HtmlInputText.PropertyKeys
- dir - javax.faces.component.html.HtmlInputTextarea.PropertyKeys
- dir - javax.faces.component.html.HtmlMessage.PropertyKeys
- dir - javax.faces.component.html.HtmlMessages.PropertyKeys
- dir - javax.faces.component.html.HtmlOutcomeTargetButton.PropertyKeys
- dir - javax.faces.component.html.HtmlOutcomeTargetLink.PropertyKeys
- dir - javax.faces.component.html.HtmlOutputFormat.PropertyKeys
- dir - javax.faces.component.html.HtmlOutputLabel.PropertyKeys
- dir - javax.faces.component.html.HtmlOutputLink.PropertyKeys
- dir - javax.faces.component.html.HtmlOutputText.PropertyKeys
- dir - javax.faces.component.html.HtmlPanelGrid.PropertyKeys
- dir - javax.faces.component.html.HtmlSelectBooleanCheckbox.PropertyKeys
- dir - javax.faces.component.html.HtmlSelectManyCheckbox.PropertyKeys
- dir - javax.faces.component.html.HtmlSelectManyListbox.PropertyKeys
- dir - javax.faces.component.html.HtmlSelectManyMenu.PropertyKeys
- dir - javax.faces.component.html.HtmlSelectOneListbox.PropertyKeys
- dir - javax.faces.component.html.HtmlSelectOneMenu.PropertyKeys
- dir - javax.faces.component.html.HtmlSelectOneRadio.PropertyKeys
- DISABLE_DEFAULT_BEAN_VALIDATOR_PARAM_NAME - Static variable in class javax.faces.validator.BeanValidator
-
If this param is defined, and calling
toLowerCase().equals(“true”)
on aString
representation of its value returnstrue
, the runtime must not automatically add the validator with validator-id equal to the value of the symbolic constantBeanValidator.VALIDATOR_ID
to the list of default validators. - DISABLE_FACELET_JSF_VIEWHANDLER_PARAM_NAME - Static variable in class javax.faces.application.ViewHandler
-
If this param is set, and calling toLowerCase().equals("true") on a String representation of its value returns true, the default ViewHandler must behave as specified in the latest 1.2 version of this specification.
- DISABLE_FACESSERVLET_TO_XHTML_PARAM_NAME - Static variable in class javax.faces.webapp.FacesServlet
-
The
ServletContext
init parameter consulted by the runtime to tell if the automatic mapping of theFacesServlet
to the extension*.xhtml
should be disabled. - DISABLE_SELECTIVE - javax.persistence.SharedCacheMode
-
Caching is enabled for all entities except those for which
Cacheable(false)
is specified. - disableClientWindowRenderMode(FacesContext) - Method in class javax.faces.lifecycle.ClientWindow
-
Components that permit per-use disabling of the appending of the ClientWindow in generated URLs must call this method first before rendering those URLs.
- disableClientWindowRenderMode(FacesContext) - Method in class javax.faces.lifecycle.ClientWindowWrapper
- disabled - javax.faces.component.html.HtmlCommandButton.PropertyKeys
- disabled - javax.faces.component.html.HtmlCommandLink.PropertyKeys
- disabled - javax.faces.component.html.HtmlInputFile.PropertyKeys
- disabled - javax.faces.component.html.HtmlInputSecret.PropertyKeys
- disabled - javax.faces.component.html.HtmlInputText.PropertyKeys
- disabled - javax.faces.component.html.HtmlInputTextarea.PropertyKeys
- disabled - javax.faces.component.html.HtmlOutcomeTargetButton.PropertyKeys
- disabled - javax.faces.component.html.HtmlOutcomeTargetLink.PropertyKeys
- disabled - javax.faces.component.html.HtmlOutputLink.PropertyKeys
- disabled - javax.faces.component.html.HtmlSelectBooleanCheckbox.PropertyKeys
- disabled - javax.faces.component.html.HtmlSelectManyCheckbox.PropertyKeys
- disabled - javax.faces.component.html.HtmlSelectManyListbox.PropertyKeys
- disabled - javax.faces.component.html.HtmlSelectManyMenu.PropertyKeys
- disabled - javax.faces.component.html.HtmlSelectOneListbox.PropertyKeys
- disabled - javax.faces.component.html.HtmlSelectOneMenu.PropertyKeys
- disabled - javax.faces.component.html.HtmlSelectOneRadio.PropertyKeys
- disabledClass - javax.faces.component.html.HtmlSelectManyCheckbox.PropertyKeys
- disabledClass - javax.faces.component.html.HtmlSelectManyListbox.PropertyKeys
- disabledClass - javax.faces.component.html.HtmlSelectManyMenu.PropertyKeys
- disabledClass - javax.faces.component.html.HtmlSelectOneListbox.PropertyKeys
- disabledClass - javax.faces.component.html.HtmlSelectOneMenu.PropertyKeys
- disabledClass - javax.faces.component.html.HtmlSelectOneRadio.PropertyKeys
- disableDefaultConstraintViolation() - Method in interface javax.validation.ConstraintValidatorContext
-
Disables the default
ConstraintViolation
object generation (which is using the message template declared on the constraint). - disableDiscovery() - Method in class javax.enterprise.inject.se.SeContainerInitializer
-
By default, the discovery is enabled.
- disconnected(ConnectionEvent) - Method in class javax.mail.event.ConnectionAdapter
- disconnected(ConnectionEvent) - Method in interface javax.mail.event.ConnectionListener
-
Invoked when a Store is disconnected.
- DISCONNECTED - Static variable in class javax.mail.event.ConnectionEvent
-
A connection was disconnected (not currently used).
- discoveredProviders - Static variable in class javax.enterprise.inject.spi.CDI
- DiscriminatorColumn - Annotation Type in javax.persistence
- 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(Object) - Method in class javax.mail.event.ConnectionEvent
-
Invokes the appropriate ConnectionListener method
- dispatch(Object) - Method in class javax.mail.event.FolderEvent
-
Invokes the appropriate FolderListener method
- dispatch(Object) - Method in class javax.mail.event.MailEvent
-
This method invokes the appropriate method on a listener for this event.
- dispatch(Object) - Method in class javax.mail.event.MessageChangedEvent
-
Invokes the appropriate MessageChangedListener method.
- dispatch(Object) - Method in class javax.mail.event.MessageCountEvent
-
Invokes the appropriate MessageCountListener method.
- dispatch(Object) - Method in class javax.mail.event.StoreEvent
-
Invokes the appropriate StoreListener method.
- dispatch(Object) - Method in class javax.mail.event.TransportEvent
-
Invokes the appropriate TransportListener method.
- dispatch(String) - Method in class javax.faces.context.ExternalContext
-
Dispatch a request to the specified resource to create output for this response.
- dispatch(String) - Method in class javax.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.dispatch(String)
on the wrappedExternalContext
object. - dispatch(String) - Method in interface javax.servlet.AsyncContext
-
Dispatches the request and response objects of this AsyncContext to the given path.
- dispatch(Servlet