Skip navigation links
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.
AbortedException - Exception in javax.enterprise.concurrent
Exception indicating that the result of a task cannot be retrieved because the task failed to run for some reason other than being cancelled.
AbortedException() - Constructor for exception javax.enterprise.concurrent.AbortedException
Constructs an AbortedException with null as its detail message.
AbortedException(String, Throwable) - Constructor for exception javax.enterprise.concurrent.AbortedException
Constructs an AbortedException exception with the specified detail message and cause.
AbortedException(String) - Constructor for exception javax.enterprise.concurrent.AbortedException
Constructs an AbortedException exception with the specified detail message.
AbortedException(Throwable) - Constructor for exception javax.enterprise.concurrent.AbortedException
Constructs an AbortedException exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
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(Throwable) - Constructor for exception javax.faces.event.AbortProcessingException
Construct a new exception with the specified root cause.
AbortProcessingException(String, Throwable) - Constructor for exception javax.faces.event.AbortProcessingException
Construct a new exception with the specified detail message and 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 Credential implementations that can be meaningfully cleared.
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 a Map<K, List<V>>.
AbstractMultivaluedMap(Map<K, List<V>>) - Constructor for class javax.ws.rs.core.AbstractMultivaluedMap
Initialize the backing store in the abstract parent multivalued map implementation.
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(EventContext<T>) - Method in interface javax.enterprise.inject.spi.configurator.ObserverMethodConfigurator.EventConsumer
 
accept(String...) - Method in interface javax.ws.rs.client.Invocation.Builder
Add the accepted response media types.
accept(MediaType...) - Method in interface javax.ws.rs.client.Invocation.Builder
Add the accepted response media types.
ACCEPT - Static variable in interface javax.ws.rs.core.HttpHeaders
ACCEPT_CHARSET - Static variable in interface javax.ws.rs.core.HttpHeaders
ACCEPT_ENCODING - Static variable in interface javax.ws.rs.core.HttpHeaders
ACCEPT_LANGUAGE - Static variable in interface javax.ws.rs.core.HttpHeaders
accepted() - Static method in class javax.ws.rs.core.Response
Create a new ResponseBuilder with an ACCEPTED status.
accepted(Object) - Static method in class javax.ws.rs.core.Response
Create a new ResponseBuilder with an ACCEPTED status that contains a representation.
acceptEncoding(String...) - Method in interface javax.ws.rs.client.Invocation.Builder
Add acceptable encodings.
acceptLanguage(Locale...) - Method in interface javax.ws.rs.client.Invocation.Builder
Add acceptable languages.
acceptLanguage(String...) - Method in interface javax.ws.rs.client.Invocation.Builder
Add acceptable languages.
Access - Annotation Type in javax.persistence
Used to specify an access type to be applied to an entity class, mapped superclass, or embeddable class, or to a specific attribute of such a class.
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 a UICommand).

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 ActionEvents.
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 existing ActionListener 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 of ActionEvents, including the ability to invoke application actions via the default ActionListener mechanism.
ActionSource2 - Interface in javax.faces.component
ActionSource2 extends ActionSource and provides a JavaBeans property analogous to the "action" property on ActionSource.
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.

ActionType - Class in javax.enterprise.deploy.shared
Class ActionTypes defines enumeration values for the Jakarta EE DeploymentStatus actions.
ActionType(int) - Constructor for class javax.enterprise.deploy.shared.ActionType
Construct a new enumeration value with the given integer value.
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(ELResolver) - Method in class javax.el.CompositeELResolver
Adds the given resolver to the list of component resolvers.
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(Serializable, Object) - Method in interface javax.faces.component.StateHelper

Store the specified value in a List that is internal to the StateHelper.

add(Metadata) - Method in class javax.faces.view.facelets.MetaRuleset

Add another Metadata to this ruleset, returning this.

add(JsonValue) - Method in interface javax.json.JsonArrayBuilder
Adds a value to the array.
add(String) - Method in interface javax.json.JsonArrayBuilder
Adds a value to the array as a JsonString.
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(int) - Method in interface javax.json.JsonArrayBuilder
Adds a value to the array as a JsonNumber.
add(long) - Method in interface javax.json.JsonArrayBuilder
Adds a value to the array as a JsonNumber.
add(double) - Method in interface javax.json.JsonArrayBuilder
Adds a value to the array as a JsonNumber.
add(boolean) - Method in interface javax.json.JsonArrayBuilder
Adds a JsonValue.TRUE or JsonValue.FALSE value to the array.
add(JsonObjectBuilder) - Method in interface javax.json.JsonArrayBuilder
Adds a JsonObject from an object builder to the array.
add(JsonArrayBuilder) - Method in interface javax.json.JsonArrayBuilder
Adds a JsonArray from an array builder to the array.
add(int, JsonValue) - Method in interface javax.json.JsonArrayBuilder
Inserts a value to the array at the specified position.
add(int, String) - Method in interface javax.json.JsonArrayBuilder
Adds a value to the array as a JsonString at the specified position.
add(int, BigDecimal) - Method in interface javax.json.JsonArrayBuilder
Adds a value to the array as a JsonNumber at the specified position.
add(int, BigInteger) - Method in interface javax.json.JsonArrayBuilder
Adds a value to the array as a JsonNumber at the specified position.
add(int, int) - Method in interface javax.json.JsonArrayBuilder
Adds a value to the array as a JsonNumber at the specified position.
add(int, long) - Method in interface javax.json.JsonArrayBuilder
Adds a value to the array as a JsonNumber at the specified position.
add(int, double) - Method in interface javax.json.JsonArrayBuilder
Adds a value to the array as a JsonNumber at the specified position.
add(int, boolean) - Method in interface javax.json.JsonArrayBuilder
Adds a JsonValue.TRUE or JsonValue.FALSE value 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, JsonArrayBuilder) - Method in interface javax.json.JsonArrayBuilder
Adds a JsonArray from an array builder to the array at the specified position.
add(String, JsonValue) - Method in interface javax.json.JsonObjectBuilder
Adds a name/JsonValue pair to the JSON object associated with this object builder.
add(String, String) - Method in interface javax.json.JsonObjectBuilder
Adds a name/JsonString pair to the JSON object associated with this object builder.
add(String, BigInteger) - Method in interface javax.json.JsonObjectBuilder
Adds a name/JsonNumber pair to the JSON object associated with this object builder.
add(String, BigDecimal) - Method in interface javax.json.JsonObjectBuilder
Adds a name/JsonNumber pair to the JSON object associated with this object builder.
add(String, int) - Method in interface javax.json.JsonObjectBuilder
Adds a name/JsonNumber pair to the JSON object associated with this object builder.
add(String, long) - Method in interface javax.json.JsonObjectBuilder
Adds a name/JsonNumber pair to the JSON object associated with this object builder.
add(String, double) - Method in interface javax.json.JsonObjectBuilder
Adds a name/JsonNumber pair to the JSON object associated with this object builder.
add(String, boolean) - Method in interface javax.json.JsonObjectBuilder
Adds a name/JsonValue#TRUE or name/JsonValue#FALSE pair to the JSON object associated with this object builder.
add(String, JsonObjectBuilder) - Method in interface javax.json.JsonObjectBuilder
Adds a name/JsonObject pair to the JSON object associated with this object builder.
add(String, JsonArrayBuilder) - Method in interface javax.json.JsonObjectBuilder
Adds a name/JsonArray pair to the JSON object associated with this object builder.
add(String, JsonValue) - Method in interface javax.json.JsonPatchBuilder
Adds an "add" JSON Patch operation.
add(String, String) - Method in interface javax.json.JsonPatchBuilder
Adds an "add" JSON Patch operation.
add(String, int) - Method in interface javax.json.JsonPatchBuilder
Adds an "add" JSON Patch operation.
add(String, boolean) - Method in interface javax.json.JsonPatchBuilder
Adds an "add" JSON Patch operation.
add(T, JsonValue) - Method in interface javax.json.JsonPointer
Adds or replaces a value at the referenced location in the specified target with the specified value.
add(FetchProfile.Item) - Method in class javax.mail.FetchProfile
Add the given special item as one of the attributes to be prefetched.
add(String) - Method in class javax.mail.FetchProfile
Add the specified header-field to the list of attributes to be prefetched.
add(Flags.Flag) - Method in class javax.mail.Flags
Add the specified system flag to this Flags object.
add(String) - Method in class javax.mail.Flags
Add the specified user flag to this Flags object.
add(Flags) - Method in class javax.mail.Flags
Add all the flags in the given Flags object 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() - 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.
addActionListener(ActionListener) - Method in interface javax.faces.component.ActionSource
Add a new ActionListener to the set of listeners interested in being notified when ActionEvents 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 when ActionEvents 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 this AjaxBehavior.

addAll(JsonArrayBuilder) - Method in interface javax.json.JsonArrayBuilder
Adds all elements of the array in the specified array builder to the array.
addAll(JsonObjectBuilder) - Method in interface javax.json.JsonObjectBuilder
Adds all name/value pairs in the JSON object associated with the specified object builder to the JSON object associated with this object builder.
addAll(K, V...) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
Add multiple values to the current list of values for the supplied key.
addAll(K, List<V>) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
Add all the values from the supplied value list to the current list of values for the supplied key.
addAll(K, V...) - Method in interface javax.ws.rs.core.MultivaluedMap
Add multiple values to the current list of values for the supplied key.
addAll(K, List<V>) - Method in interface javax.ws.rs.core.MultivaluedMap
Add all the values from the supplied value list to the current list of values for the supplied key.
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(Class<T>, String) - Method in interface javax.enterprise.inject.spi.AfterTypeDiscovery
Obtains a new AnnotatedTypeConfigurator to configure a new AnnotatedType 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.BeforeBeanDiscovery
Adds a given AnnotatedType to the set of types which will be scanned during bean discovery.
addAnnotatedType(Class<T>, String) - Method in interface javax.enterprise.inject.spi.BeforeBeanDiscovery
Obtains a new AnnotatedTypeConfigurator to configure a new AnnotatedType and add it to the set of types which will be scanned during bean discovery at the end of the observer invocation
addAssociation(Association) - Method in interface javax.xml.registry.infomodel.RegistryObject
Adds specified Association to use this object as source.
addAssociations(Collection) - Method in interface javax.xml.registry.infomodel.RegistryObject
Adds specified Associations to use this object as source.
addAttributeNodes(String...) - Method in interface javax.persistence.EntityGraph
Add one or more attribute nodes to the entity graph.
addAttributeNodes(Attribute<T, ?>...) - Method in interface javax.persistence.EntityGraph
Add one or more attribute nodes to the entity graph.
addAttributeNodes(String...) - Method in interface javax.persistence.Subgraph
Add one or more attribute nodes to the entity graph.
addAttributeNodes(Attribute<T, ?>...) - Method in interface javax.persistence.Subgraph
Add one or more attribute nodes to the entity graph.
addBean(Bean<?>) - Method in interface javax.enterprise.inject.spi.AfterBeanDiscovery
Fires an event of type ProcessBean containing the given Bean and then registers the Bean with the container, thereby making a bean which is not an interceptor nor a decorator available for injection into other beans.
addBean() - Method in interface javax.enterprise.inject.spi.AfterBeanDiscovery
Obtains a new BeanConfigurator to configure a new Bean and add it at the end of the observer invocation.
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 wrapped Application 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 this Behavior.

addBodyPart(BodyPart) - Method in class javax.mail.internet.MimeMultipart
Adds a Part to the multipart.
addBodyPart(BodyPart, int) - Method in class javax.mail.internet.MimeMultipart
Adds a BodyPart at position index.
addBodyPart(BodyPart) - Method in class javax.mail.Multipart
Adds a Part to the multipart.
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 nested UIComponentTags processing this request.
addChildConcept(Concept) - Method in interface javax.xml.registry.infomodel.ClassificationScheme
Adds a child Concept.
addChildConcept(Concept) - Method in interface javax.xml.registry.infomodel.Concept
Adds a child Concept.
addChildConcepts(Collection) - Method in interface javax.xml.registry.infomodel.ClassificationScheme
Adds a Collection of Concept children.
addChildConcepts(Collection) - Method in interface javax.xml.registry.infomodel.Concept
Adds a Collection of Concept children.
addChildOrganization(Organization) - Method in interface javax.xml.registry.infomodel.Organization
Adds a child Organization.
addChildOrganizations(Collection) - Method in interface javax.xml.registry.infomodel.Organization
Adds a Collection of Organization children.
addClassification(Classification) - Method in interface javax.xml.registry.infomodel.RegistryObject
Adds specified Classification to this object.
addClassifications(Collection) - Method in interface javax.xml.registry.infomodel.RegistryObject
Adds specified Classifications to this object.
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
addClientBehaviorRenderer(String, ClientBehaviorRenderer) - Method in class javax.faces.render.RenderKit
Register the specified ClientBehaviorRenderer instance, associated with the specified component type, to the set of ClientBehaviorRenderers registered with this RenderKit, replacing any previously registered ClientBehaviorRenderer 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 wrapped RenderKit 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 wrapped Application 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(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(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(String, String) - Method in class javax.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.addConverter(String, String) on the wrapped Application object.

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 wrapped Application 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 this DataModel.
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 wrapped Application 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 of ELContext 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 wrapped Application object.

addELContextListener(ELContextListener) - Method in interface javax.servlet.jsp.JspApplicationContext
Registers a ELContextListeners so that context objects can be added whenever a new ELContext 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 Jakarta Server 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 wrapped Application 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(Extension...) - Method in class javax.enterprise.inject.se.SeContainerInitializer
Add extensions to the set of extensions.
addExtensions(Class<? extends Extension>...) - Method in class javax.enterprise.inject.se.SeContainerInitializer
Add extensions to the set of extensions.
addExternalIdentifier(ExternalIdentifier) - Method in interface javax.xml.registry.infomodel.RegistryObject
Adds specified ExternalIdentifier as an external identifier to this object.
addExternalIdentifiers(Collection) - Method in interface javax.xml.registry.infomodel.RegistryObject
Adds specified ExternalIdentifiers as an external identifiers to this object.
addExternalLink(ExternalLink) - Method in interface javax.xml.registry.infomodel.RegistryObject
Adds specified ExternalLink to this object.
addExternalLinks(Collection) - Method in interface javax.xml.registry.infomodel.RegistryObject
Adds specified ExternalLinks to this object.
addFacesListener(FacesListener) - Method in class javax.faces.component.UIComponent
Add the specified FacesListener to the set of listeners registered to receive event notifications from this UIComponent.
addFacesListener(FacesListener) - Method in class javax.faces.component.UIComponentBase
Add the specified FacesListener to the set of listeners registered to receive event notifications from this UIComponent.
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 UIComponentTags processing this request.
addFilter(String, String) - Method in interface javax.servlet.ServletContext
Adds the filter with the given name and class name to this servlet context.
addFilter(String, Filter) - Method in interface javax.servlet.ServletContext
Registers the given filter instance with this ServletContext under the given filterName.
addFilter(String, Class<? extends Filter>) - Method in interface javax.servlet.ServletContext
Adds the filter with the given name and class type to this servlet context.
addFirst(K, V) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
Add a value to the first position in the current list of values for the supplied key.
addFirst(K, V) - Method in interface javax.ws.rs.core.MultivaluedMap
Add a value to the first position in the current list of values for the supplied key.
addFirstNull(List<V>) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
Define the behavior for adding a null values to the first position in the value list.
addFlow(FacesContext, Flow) - Method in class javax.faces.flow.FlowHandler

Add the argument Flow to the collection of Flows 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(InjectionPoint...) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Add InjectionPoints to the configured bean
addInjectionPoints(Set<InjectionPoint>) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Add InjectionPoints to the configured bean
addInterceptorBinding(AnnotatedType<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.BeforeBeanDiscovery
Declares an annotation type as an interceptor binding type.
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.
addIntHeader(String, int) - Method in interface javax.servlet.http.HttpServletResponse
Adds a response header with the given name and integer value.
addIntHeader(String, int) - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to call addIntHeader(String name, int value) on the wrapped response object.
addJspFile(String, String) - Method in interface javax.servlet.ServletContext
Adds the servlet with the given jsp file to this servlet context.
addKeySubgraph(Attribute<T, X>) - Method in interface javax.persistence.EntityGraph
Add a node to the graph that corresponds to a map key that is a managed type.
addKeySubgraph(Attribute<T, X>, Class<? extends X>) - Method in interface javax.persistence.EntityGraph
Add a node to the graph that corresponds to a map key that is a managed type with inheritance.
addKeySubgraph(String) - Method in interface javax.persistence.EntityGraph
Add a node to the graph that corresponds to a map key that is a managed type.
addKeySubgraph(String, Class<X>) - Method in interface javax.persistence.EntityGraph
Add a node to the graph that corresponds to a map key that is a managed type with inheritance.
addKeySubgraph(Attribute<T, X>) - Method in interface javax.persistence.Subgraph
Add a node to the graph that corresponds to a map key that is a managed type.
addKeySubgraph(Attribute<T, X>, Class<? extends X>) - Method in interface javax.persistence.Subgraph
Add a node to the graph that corresponds to a map key that is a managed type with inheritance.
addKeySubgraph(String) - Method in interface javax.persistence.Subgraph
Add a node to the graph that corresponds to a map key that is a managed type.
addKeySubgraph(String, Class<X>) - Method in interface javax.persistence.Subgraph
Add a node to the graph that corresponds to a map key that is a managed type with inheritance.
addLifecycle(String, Lifecycle) - Method in class javax.faces.lifecycle.LifecycleFactory
Register a new Lifecycle instance, associated with the specified lifecycleId, to be supported by this LifecycleFactory.
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 the ServletRequest.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 the ServletRequest.startAsync() methods.
addListener(String) - Method in interface javax.servlet.ServletContext
Adds the listener with the given class name to this ServletContext.
addListener(T) - Method in interface javax.servlet.ServletContext
Adds the given listener to this ServletContext.
addListener(Class<? extends EventListener>) - Method in interface javax.servlet.ServletContext
Adds a listener of the given class type to this ServletContext.
addLocalizedString(LocalizedString) - Method in interface javax.xml.registry.infomodel.InternationalString
Adds a LocalizedString to this object.
addLocalizedStrings(Collection) - Method in interface javax.xml.registry.infomodel.InternationalString
Adds many LocalizedStrings to this object.
addMapping(String...) - Method in interface javax.servlet.ServletRegistration
Adds a servlet mapping with the given URL patterns for the Servlet represented by this ServletRegistration.
addMapping(InputStream) - Method in interface javax.validation.Configuration
Add a stream describing constraint mapping in the Jakarta Bean Validation XML format.
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, if clientId is not null.
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 wrapped FacesContext 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(MessageHandler) - Method in interface javax.websocket.Session
Register to handle to incoming messages in this conversation.
addMessageHandler(Class<T>, MessageHandler.Whole<T>) - Method in interface javax.websocket.Session
Register to handle to incoming messages in this conversation.
addMessageHandler(Class<T>, MessageHandler.Partial<T>) - Method in interface javax.websocket.Session
Register to handle to incoming messages in this conversation.
addNamedEntityGraph(String, EntityGraph<T>) - Method in interface javax.persistence.EntityManagerFactory
Add a named copy of the EntityGraph to the EntityManagerFactory.
addNamedQuery(String, Query) - Method in interface javax.persistence.EntityManagerFactory
Define the query, typed query, or stored procedure query as a named query such that future query objects can be created from it using the createNamedQuery or createNamedStoredProcedureQuery method.
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 is null.
addNull(List<V>) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
Define the behavior for adding a null values to the value list.
addObserverMethod(ObserverMethod<?>) - Method in interface javax.enterprise.inject.spi.AfterBeanDiscovery
Fires an event of type ProcessObserverMethod containing the given ObserverMethod and then registers the ObserverMethod with the container, thereby making it available for event notifications.
addObserverMethod() - Method in interface javax.enterprise.inject.spi.AfterBeanDiscovery
obtains a new ObserverMethodConfigurator to configure a new ObserverMethod and add it at the end of the observer invocation.
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(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(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(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.
addParameter(String, QName, ParameterMode) - Method in interface javax.xml.rpc.Call
Adds a parameter type and mode for a specific operation.
addParameter(String, QName, Class, ParameterMode) - Method in interface javax.xml.rpc.Call
Adds a parameter type and mode for a specific operation.
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
Add the argument newPhaseListener to the list of PhaseListeners on this 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
 
addProgressListener(ProgressListener) - Method in interface javax.enterprise.deploy.spi.status.ProgressObject
Add a listener to receive Progress events on deployment actions.
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.
addPropertyChangeListener(PropertyChangeListener) - Method in interface javax.enterprise.deploy.spi.DConfigBean
Register a property listener for this bean.
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 safe Set 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 wrapped ViewHandler object.
addProvider(Provider) - Method in class javax.mail.Session
Add a provider to the session.
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.
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
addQualifiers(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.BeanAttributesConfigurator
Add qualifiers to the bean.
addQualifiers(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.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(Set<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.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, Address[]) - Method in class javax.mail.internet.MimeMessage
Add the given addresses to the specified recipient 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.Message
Add these recipient addresses to the existing ones of the given type.
addRegistryObject(RegistryObject) - Method in interface javax.xml.registry.infomodel.RegistryPackage
Adds a child RegistryObject as member.
addRegistryObjects(Collection) - Method in interface javax.xml.registry.infomodel.RegistryPackage
Adds a Collection of RegistryObject children as members.
addRenderer(String, String, Renderer) - Method in class javax.faces.render.RenderKit
Register the specified Renderer instance, associated with the specified component family and rendererType, to the set of Renderers registered with this RenderKit, replacing any previously registered Renderer for this combination of identifiers.
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 wrapped RenderKit object.
addRenderKit(String, RenderKit) - Method in class javax.faces.render.RenderKitFactory
Register the specified RenderKit instance, associated with the specified renderKitId, to be supported by this RenderKitFactory, replacing any previously registered RenderKit 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 wrapped ExternalContext 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 wrapped ExternalContext object.
Address - Class in javax.mail
This abstract class models the addresses in a message.
Address() - Constructor for class javax.mail.Address
 
address - Variable in class javax.mail.internet.InternetAddress
 
address - Variable in class javax.mail.search.AddressTerm
The address.
ADDRESS_LINES_SLOT - Static variable in interface javax.xml.registry.infomodel.Slot
Name for pre-defined Slot used in PostalAddress by Jakarta XML Registries UDDI provider.
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, returning this.

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
 
addService(Service) - Method in interface javax.xml.registry.infomodel.Organization
Adds a child Service.
addServiceBinding(ServiceBinding) - Method in interface javax.xml.registry.infomodel.Service
Adds a child ServiceBinding.
addServiceBindings(Collection) - Method in interface javax.xml.registry.infomodel.Service
Adds a Collection of ServiceBinding children.
addServices(Collection) - Method in interface javax.xml.registry.infomodel.Organization
Adds a Collection of Service children.
addServlet(String, String) - Method in interface javax.servlet.ServletContext
Adds the servlet with the given name and class name to this servlet context.
addServlet(String, Servlet) - Method in interface javax.servlet.ServletContext
Registers the given servlet instance with this ServletContext under the given servletName.
addServlet(String, Class<? extends Servlet>) - Method in interface javax.servlet.ServletContext
Adds the servlet with the given name and class type to this servlet context.
addSlot(Slot) - Method in interface javax.xml.registry.infomodel.ExtensibleObject
Adds a Slot to this object.
addSlots(Collection) - Method in interface javax.xml.registry.infomodel.ExtensibleObject
Adds more Slots to this object.
addSpecificationLink(SpecificationLink) - Method in interface javax.xml.registry.infomodel.ServiceBinding
Adds a child SpecificationLink.
addSpecificationLinks(Collection) - Method in interface javax.xml.registry.infomodel.ServiceBinding
Adds a Collection of SpecificationLink children.
addSQLParameter(Object) - Method in interface javax.servlet.jsp.jstl.sql.SQLExecutionTag
Adds a PreparedStatement parameter value.
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.
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
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(Attribute<T, X>) - Method in interface javax.persistence.EntityGraph
Add a node to the graph that corresponds to a managed type.
addSubgraph(Attribute<T, X>, Class<? extends X>) - Method in interface javax.persistence.EntityGraph
Add a node to the graph that corresponds to a managed type with inheritance.
addSubgraph(String) - Method in interface javax.persistence.EntityGraph
Add a node to the graph that corresponds to a managed type.
addSubgraph(String, Class<X>) - Method in interface javax.persistence.EntityGraph
Add a node to the graph that corresponds to a managed type with inheritance.
addSubgraph(Attribute<T, X>) - Method in interface javax.persistence.Subgraph
Add a node to the graph that corresponds to a managed type.
addSubgraph(Attribute<T, X>, Class<? extends X>) - Method in interface javax.persistence.Subgraph
Add a node to the graph that corresponds to a managed type with inheritance.
addSubgraph(String) - Method in interface javax.persistence.Subgraph
Add a node to the graph that corresponds to a managed type.
addSubgraph(String, Class<X>) - Method in interface javax.persistence.Subgraph
Add a node to the graph that corresponds to a managed type with inheritance.
addToExcludedPolicy(PermissionCollection) - Method in interface javax.security.jacc.PolicyConfiguration
Used to add excluded policy statements to this PolicyConfiguration.
addToExcludedPolicy(Permission) - Method in interface javax.security.jacc.PolicyConfiguration
Used to add a single excluded policy statement to this PolicyConfiguration.
addToRole(String, PermissionCollection) - Method in interface javax.security.jacc.PolicyConfiguration
Used to add permissions to a named role in 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.
addToUncheckedPolicy(PermissionCollection) - Method in interface javax.security.jacc.PolicyConfiguration
Used to add unchecked policy statements to this PolicyConfiguration.
addToUncheckedPolicy(Permission) - Method in interface javax.security.jacc.PolicyConfiguration
Used to add a single unchecked policy statement 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(TypeLiteral<?>) - 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.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(Set<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.BeanConfigurator
Add types to the bean types
addUser(User) - Method in interface javax.xml.registry.infomodel.Organization
Adds a User.
addUsers(Collection) - Method in interface javax.xml.registry.infomodel.Organization
Adds a Collection of Users.
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 wrapped Application 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
Add a Validator instance to the set associated with this UIInput.
addValueChangeListener(ValueChangeListener) - Method in interface javax.faces.component.EditableValueHolder
Add a new ValueChangeListener to the set of listeners interested in being notified when ValueChangeEvents occur.
addValueChangeListener(ValueChangeListener) - Method in class javax.faces.component.UIInput
Add a new ValueChangeListener to the set of listeners interested in being notified when ValueChangeEvents 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.
addXpathListener(String, XpathListener) - Method in interface javax.enterprise.deploy.model.DDBean
Register a listener for a specific XPath.
addXpathListener(ModuleType, String, XpathListener) - Method in interface javax.enterprise.deploy.model.J2eeApplicationObject
Register a listener for changes in XPath that are related to this deployableObject.
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.
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 and ObserverMethod objects for the discovered beans, but before detecting deployment problems.
AfterBegin - Annotation Type in javax.ejb
Designate a stateful session bean method to receive the after begin session synchronization callback.
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.
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 - Annotation Type in javax.ejb
Designate a stateful session bean method to receive the after completion session synchronization callback.
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.
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 a Jakarta Expression Language 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 the ClientBehaviorHolder.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 BehaviorEvents.

ALERT - Static variable in class javax.mail.event.StoreEvent
Indicates that this message is an ALERT.
alias(String, String) - Method in class javax.faces.view.facelets.MetaRuleset

Customize this MetaRuleset by removing the attribute named by argument attribute and re-adding it under the name given by the argument property, returning this.

alias(String) - Method in interface javax.persistence.criteria.Selection
Assigns an alias to the selection item.
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 - Static variable in class javax.mail.internet.MimeUtility
 
all(Subquery<Y>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an all expression over the subquery results.
ALL_IDS - Static variable in class javax.faces.component.visit.VisitContext

This unmodifiable Collection is returned by getIdsToVisit() and getSubtreeIdsToVisit() 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 or PartialViewContext.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 - Static variable in interface javax.ws.rs.core.HttpHeaders
allow(String...) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Set the list of allowed methods for the resource.
allow(Set<String>) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Set the list of allowed methods for the resource.
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.
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 - Annotation Type in javax.enterprise.inject
Specifies that a bean is an alternative.
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.Literal - Class in javax.enterprise.inject
Supports inline instantiation of the Alternative annotation.
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, Throwable) - Constructor for exception javax.enterprise.inject.AmbiguousResolutionException
 
AmbiguousResolutionException(String) - 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_ALL_KEYS - Static variable in interface javax.xml.registry.FindQualifier
 
AndTerm - Class in javax.mail.search
This class implements the logical AND operator on individual SearchTerms.
AndTerm(SearchTerm, SearchTerm) - Constructor for class javax.mail.search.AndTerm
Constructor that takes two terms.
AndTerm(SearchTerm[]) - Constructor for class javax.mail.search.AndTerm
Constructor that takes an array of SearchTerms.
Annotated - Interface in javax.enterprise.inject.spi
Represents a Java program element that can be annotated.
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 an AnnotatedConstructor
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 an AnnotatedField
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 an AnnotatedMethod
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 an AnnotatedParameter
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 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 - 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(Subquery<Y>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an any expression over the subquery results.
Any.Literal - Class in javax.enterprise.inject
Supports inline instantiation of the Any qualifier.
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.
APP_NAME - Static variable in class javax.ejb.embeddable.EJBContainer
Standard property name for specifying the application name of the enterprise bean modules executing within the embeddable container.
appendMessages(Message[]) - Method in class javax.mail.Folder
Append given Messages to this folder.
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 - Class in javax.faces.application
Application represents a per-web-application singleton object where applications based on Jakarta Server Faces (or implementations wishing to provide extended functionality) can register application-wide singletons that provide functionality required by Jakarta Server Faces.
Application() - Constructor for class javax.faces.application.Application
 
APPLICATION - Static variable in class javax.interceptor.Interceptor.Priority
Start of range for interceptors defined by applications.
APPLICATION - Static variable in class javax.servlet.jsp.PageContext
Name used to store ServletContext in PageContext name table.
Application - Class in javax.ws.rs.core
Defines the components of an application and supplies additional meta-data.
Application() - Constructor for class javax.ws.rs.core.Application
 
APPLICATION_ATOM_XML - Static variable in class javax.ws.rs.core.MediaType
A String constant representing "application/atom+xml" media type.
APPLICATION_ATOM_XML_TYPE - Static variable in class javax.ws.rs.core.MediaType
A MediaType constant representing "application/atom+xml" 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 "application/x-www-form-urlencoded" media type.
APPLICATION_FORM_URLENCODED_TYPE - Static variable in class javax.ws.rs.core.MediaType
A MediaType constant representing "application/x-www-form-urlencoded" media type.
APPLICATION_JSON - Static variable in class javax.ws.rs.core.MediaType
A String constant representing "application/json" media type.
APPLICATION_JSON_PATCH_JSON - Static variable in class javax.ws.rs.core.MediaType
String representation of "application/json-patch+json" media type..
APPLICATION_JSON_PATCH_JSON_TYPE - Static variable in class javax.ws.rs.core.MediaType
A MediaType constant representing "application/json-patch+json" media type.
APPLICATION_JSON_TYPE - Static variable in class javax.ws.rs.core.MediaType
A MediaType constant representing "application/json" media type.
APPLICATION_OCTET_STREAM - Static variable in class javax.ws.rs.core.MediaType
A String constant representing "application/octet-stream" media type.
APPLICATION_OCTET_STREAM_TYPE - Static variable in class javax.ws.rs.core.MediaType
A MediaType constant representing "application/octet-stream" 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 "application/svg+xml" media type.
APPLICATION_SVG_XML_TYPE - Static variable in class javax.ws.rs.core.MediaType
A MediaType constant representing "application/svg+xml" media type.
APPLICATION_XHTML_XML - Static variable in class javax.ws.rs.core.MediaType
A String constant representing "application/xhtml+xml" media type.
APPLICATION_XHTML_XML_TYPE - Static variable in class javax.ws.rs.core.MediaType
A MediaType constant representing "application/xhtml+xml" media type.
APPLICATION_XML - Static variable in class javax.ws.rs.core.MediaType
A String constant representing "application/xml" media type.
APPLICATION_XML_TYPE - Static variable in class javax.ws.rs.core.MediaType
A MediaType constant representing "application/xml" media type.
ApplicationConfigurationPopulator - Class in javax.faces.application

This class defines a java.util.ServiceLoader service which enables programmatic configuration of the Jakarta Server Faces 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 type Map<String, Object> causes the map returned from ExternalContext.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(Throwable) - Constructor for exception javax.resource.spi.ApplicationServerInternalException
Constructs a new throwable with the specified cause.
ApplicationServerInternalException(String, Throwable) - Constructor for exception javax.resource.spi.ApplicationServerInternalException
Constructs a new throwable with the specified detail message and cause.
ApplicationServerInternalException(String, String) - Constructor for exception javax.resource.spi.ApplicationServerInternalException
Constructs a new throwable with the specified detail message and an error code.
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 existing Application 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(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
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 interface javax.faces.view.facelets.FaceletHandler

Process changes on a particular UIComponent

apply(FaceletContext, UIComponent) - Method in class javax.faces.view.facelets.TagHandlerDelegate

Called by classes that implement FaceletHandler in their implementation of apply().

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 Jakarta Server Faces 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's TagHandler.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 of MetaRule.

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.
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.
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<X>) - Method in interface javax.persistence.criteria.Expression
Perform a typecast upon the expression, returning a new expression object.
as(Class<T>) - Method in interface javax.validation.Path.Node
Narrows the type of this node down to the given type.
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, ManagedConnectionFactory, ConnectionRequestInfo) - Method in interface javax.resource.spi.LazyAssociatableConnectionManager
This method is called by a resource adapter (that is capable of lazy connection association optimization) in order to lazily associate a connection object with a ManagedConnection instance.
associateConnection(Object) - Method in interface javax.resource.spi.ManagedConnection
Used typically by the container to change the association of an application-level connection handle with a ManagedConnection instance.
Association - Interface in javax.xml.registry.infomodel
A RegistryObject instance may be associated with zero or more RegistryObject instances.
ASSOCIATION - Static variable in interface javax.xml.registry.LifeCycleManager
Constant representing the javax.xml.registry.infomodel.Association interface.
AssociationOverride - Annotation Type in javax.persistence
Used to override a mapping for an entity relationship.
AssociationOverrides - Annotation Type in javax.persistence
Used to override mappings of multiple relationship properties or fields.
async(boolean) - Method in interface javax.enterprise.inject.spi.configurator.ObserverMethodConfigurator
Allows modification of the asynchronous status of the observer to build.
async() - Method in interface javax.ws.rs.client.Invocation.Builder
Access the asynchronous uniform request invocation interface to asynchronously invoke the built request.
ASYNC_CONTEXT_PATH - Static variable in interface javax.servlet.AsyncContext
The name of the request attribute under which the original context path is made available to the target of a AsyncContext.dispatch(String) or AsyncContext.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 a AsyncContext.dispatch(String) or AsyncContext.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) or AsyncContext.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) or AsyncContext.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) or AsyncContext.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) or AsyncContext.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() or ServletRequest.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, ServletRequest, ServletResponse) - Constructor for class javax.servlet.AsyncEvent
Constructs an AsyncEvent from the given AsyncContext, ServletRequest, and ServletResponse.
AsyncEvent(AsyncContext, Throwable) - Constructor for class javax.servlet.AsyncEvent
Constructs an AsyncEvent from the given AsyncContext and Throwable.
AsyncEvent(AsyncContext, ServletRequest, ServletResponse, Throwable) - Constructor for class javax.servlet.AsyncEvent
Constructs an AsyncEvent from the given AsyncContext, ServletRequest, ServletResponse, and Throwable.
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 and 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 a List<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(String) - 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, 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 the UIViewRoot 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 or Id property or field.
AttributeOverrides - Annotation Type in javax.persistence
Used to override mappings of multiple properties or fields.
attributeRemoved(HttpSessionBindingEvent) - Method in interface javax.servlet.http.HttpSessionAttributeListener
Receives notification that an attribute has been removed from a session.
attributeRemoved(ServletContextAttributeEvent) - Method in interface javax.servlet.ServletContextAttributeListener
Receives notification that an attribute has been removed from the ServletContext.
attributeRemoved(ServletRequestAttributeEvent) - Method in interface javax.servlet.ServletRequestAttributeListener
Receives notification that an attribute has been removed from the ServletRequest.
attributeReplaced(HttpSessionBindingEvent) - Method in interface javax.servlet.http.HttpSessionAttributeListener
Receives notification that an attribute has been replaced in a session.
attributeReplaced(ServletContextAttributeEvent) - Method in interface javax.servlet.ServletContextAttributeListener
Receives notification that an attribute has been replaced in the ServletContext.
attributeReplaced(ServletRequestAttributeEvent) - Method in interface javax.servlet.ServletRequestAttributeListener
Receives notification that an attribute has been replaced on the ServletRequest.
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.

AUDITABLE_EVENT - Static variable in interface javax.xml.registry.LifeCycleManager
Constant representing the javax.xml.registry.infomodel.AuditableEvent interface.
AuditableEvent - Interface in javax.xml.registry.infomodel
AuditableEvent instances provide a long term record of events that effect a change of state in a RegistryObject.
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 and ServerAuthConfig 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 or ServerAuthConfig 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 identifier 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 identifier 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 identifier 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 with null as its detail message.
AuthenticationException(String) - Constructor for exception javax.security.enterprise.AuthenticationException
Constructs a new AuthenticationException exception with the specified detail message.
AuthenticationException(String, Throwable) - Constructor for exception javax.security.enterprise.AuthenticationException
Constructs a new AuthenticationException exception with the specified detail message and cause.
AuthenticationException(Throwable) - Constructor for exception javax.security.enterprise.AuthenticationException
Constructs a new AuthenticationException exception with the specified cause.
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
AUTHORIZATION - Static variable in class javax.ws.rs.Priorities
Security authorization filter/interceptor priority.
AUTHORIZED_NAME_SLOT - Static variable in interface javax.xml.registry.infomodel.Slot
Name for pre-defined Slot used in Organization and ClassificationScheme by Jakarta XML Registries UDDI provider.
AuthStatus - Class in javax.security.auth.message
The AuthStatus class is used to represent return values from Authentication modules and Authentication Contexts.
AUTO_ACKNOWLEDGE - Static variable in interface javax.jms.JMSContext
With this session mode, the JMSContext's session automatically acknowledges a client's receipt of a message either when the session has successfully returned from a call to receive or when the message listener the session has called to process the message successfully returns.
AUTO_ACKNOWLEDGE - Static variable in interface javax.jms.Session
With this acknowledgment mode, the session automatically acknowledges a client's receipt of a message either when the session has successfully returned from a call to receive or when the message listener the session has called to process the message successfully returns.
AutoApplySession - Annotation Type in javax.security.enterprise.authentication.mechanism.http
The AutoApplySession annotation provides an application the ability to declaratively designate that an authentication mechanism uses the javax.servlet.http.registerSession and auto applies this for every request.
autoFlush - Variable in class javax.servlet.jsp.JspWriter
Whether the JspWriter is autoflushing.
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

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(Response) - 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(Throwable) - 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(Response, Throwable) - 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.
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(URI) - Method in interface javax.ws.rs.core.Link.Builder
Set the base URI for resolution of relative URIs.
baseUri(String) - Method in interface javax.ws.rs.core.Link.Builder
Set the base URI as a string for resolution of relative URIs.
Basic - Annotation Type in javax.persistence
The simplest type of mapping to a database column.
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 extends UsernamePasswordCredential 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 Jakarta 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(Throwable) - Constructor for exception javax.batch.operations.BatchRuntimeException
 
BatchRuntimeException(String, 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_ADDED - Static variable in class javax.enterprise.deploy.model.XpathEvent
Adding a DDBean
BEAN_CHANGED - Static variable in class javax.enterprise.deploy.model.XpathEvent
Changing a DDBean
BEAN_REMOVED - Static variable in class javax.enterprise.deploy.model.XpathEvent
Removing a DDBean
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
 
BeanNotFoundException - Exception in javax.enterprise.deploy.spi.exceptions
This exception is to report that the bean is not a child of the parent bean.
BeanNotFoundException(String) - Constructor for exception javax.enterprise.deploy.spi.exceptions.BeanNotFoundException
Creates an new BeanNotFoundException object.
BeanParam - Annotation Type in javax.ws.rs
The annotation that may be used to inject a custom "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
 
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 - Annotation Type in javax.ejb
Designate a stateful session bean method to receive the before completion session synchronization callback.
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.
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 a Jakarta Expression Language 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() - Method in interface javax.enterprise.context.Conversation
Mark the current transient conversation long-running.
begin(String) - Method in interface javax.enterprise.context.Conversation
Mark the current transient conversation long-running, with a specified identifier.
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 - Variable in class javax.servlet.jsp.jstl.core.LoopTagSupport
Starting index ('begin' attribute)
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.
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 of ClientBehavior that must be added to the parent component, which must implement ClientBehaviorHolder, with a call to ClientBehaviorHolder.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 BehaviorEvents.

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.
BigDecimalConverter - Class in javax.faces.convert
Converter implementation for java.math.BigDecimal values.
BigDecimalConverter() - Constructor for class javax.faces.convert.BigDecimalConverter
 
BigDecimalHolder - Class in javax.xml.rpc.holders
 
BigDecimalHolder() - Constructor for class javax.xml.rpc.holders.BigDecimalHolder
 
BigDecimalHolder(BigDecimal) - Constructor for class javax.xml.rpc.holders.BigDecimalHolder
 
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 to BigInteger fails.
BigIntegerConverter - Class in javax.faces.convert
Converter implementation for java.math.BigInteger values.
BigIntegerConverter() - Constructor for class javax.faces.convert.BigIntegerConverter
 
BigIntegerHolder - Class in javax.xml.rpc.holders
 
BigIntegerHolder() - Constructor for class javax.xml.rpc.holders.BigIntegerHolder
 
BigIntegerHolder(BigInteger) - Constructor for class javax.xml.rpc.holders.BigIntegerHolder
 
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 a Path.
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 - 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.
bodyContent - Variable in class javax.servlet.jsp.tagext.BodyTagSupport
The current BodyContent for this BodyTag.
BodyPart - Class in javax.mail
This class models a Part that is contained within a Multipart.
BodyPart() - Constructor for class javax.mail.BodyPart
 
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 to Boolean fails.
BooleanConverter - Class in javax.faces.convert
Converter implementation for java.lang.Boolean (and boolean primitive) values.
BooleanConverter() - Constructor for class javax.faces.convert.BooleanConverter
 
BooleanHolder - Class in javax.xml.rpc.holders
 
BooleanHolder() - Constructor for class javax.xml.rpc.holders.BooleanHolder
 
BooleanHolder(boolean) - Constructor for class javax.xml.rpc.holders.BooleanHolder
 
BooleanWrapperHolder - Class in javax.xml.rpc.holders
 
BooleanWrapperHolder() - Constructor for class javax.xml.rpc.holders.BooleanWrapperHolder
 
BooleanWrapperHolder(Boolean) - Constructor for class javax.xml.rpc.holders.BooleanWrapperHolder
 
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.
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
broadcast(FacesEvent) - Method in class javax.faces.component.UICommand
In addition to to the default UIComponent.broadcast(javax.faces.event.FacesEvent) processing, pass the ActionEvent being broadcast to the method referenced by actionListener (if any), and to the default ActionListener registered on the Application.
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 wrapped FacesEvent 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(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.
build(Object...) - Method in interface javax.ws.rs.core.Link.Builder
Finish building this link using the supplied values as URI parameters.
build() - Method in class javax.ws.rs.core.Response.ResponseBuilder
Create a Response instance from the current ResponseBuilder.
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() - 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() - Method in class javax.ws.rs.sse.SseEventSource.Builder
Build new SSE event source pointing at a SSE streaming web target.
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 Jakarta 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 to ViewDeclarationLanguage.createView(javax.faces.context.FacesContext, java.lang.String), to be populated with children.

buildView(FacesContext, UIViewRoot) - Method in class javax.faces.view.ViewDeclarationLanguageWrapper
 
BulkResponse - Interface in javax.xml.registry
Contains the response of a method in the API that performs a bulk operation and returns a bulk response.
BusinessLifeCycleManager - Interface in javax.xml.registry
The BusinessLifeCycleManager interface, which is exposed by the Registry Service, implements the life cycle management functionality of the Registry as part of a business level API.
BusinessQueryManager - Interface in javax.xml.registry
The BusinessQueryManager interface, which is exposed by the Registry Service, implements the business style query interface.
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(Throwable) - Constructor for exception javax.enterprise.context.BusyConversationException
 
BusyConversationException(String, Throwable) - Constructor for exception javax.enterprise.context.BusyConversationException
 
byDefaultProvider() - Static method in class javax.validation.Validation
Builds a Configuration.
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 to Byte fails.
ByteArrayDataSource - Class in javax.mail.util
A DataSource backed by a byte array.
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(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(String, String) - Constructor for class javax.mail.util.ByteArrayDataSource
Create a ByteArrayDataSource with data from the specified String and with the specified MIME type.
ByteArrayHolder - Class in javax.xml.rpc.holders
 
ByteArrayHolder() - Constructor for class javax.xml.rpc.holders.ByteArrayHolder
 
ByteArrayHolder(byte[]) - Constructor for class javax.xml.rpc.holders.ByteArrayHolder
 
ByteConverter - Class in javax.faces.convert
Converter implementation for java.lang.Byte (and byte primitive) values.
ByteConverter() - Constructor for class javax.faces.convert.ByteConverter
 
ByteHolder - Class in javax.xml.rpc.holders
 
ByteHolder() - Constructor for class javax.xml.rpc.holders.ByteHolder
 
ByteHolder(byte) - Constructor for class javax.xml.rpc.holders.ByteHolder
 
BytesMessage - Interface in javax.jms
A BytesMessage object is used to send a message containing a stream of uninterpreted bytes.
ByteWrapperHolder - Class in javax.xml.rpc.holders
 
ByteWrapperHolder() - Constructor for class javax.xml.rpc.holders.ByteWrapperHolder
 
ByteWrapperHolder(Byte) - Constructor for class javax.xml.rpc.holders.ByteWrapperHolder
 

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
Cacheable - Annotation Type in javax.persistence
Specifies whether an entity should be cached if caching is enabled when the value of the persistence.xml caching element is ENABLE_SELECTIVE or DISABLE_SELECTIVE.
cacheControl(CacheControl) - Method in interface javax.ws.rs.client.Invocation.Builder
Set the cache control data of the message.
CacheControl - Class in javax.ws.rs.core
An abstraction for the value of a HTTP Cache-Control response header.
CacheControl() - Constructor for class javax.ws.rs.core.CacheControl
Create a new instance of CacheControl.
cacheControl(CacheControl) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Set the cache control data of the message.
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 the find methods and by queries.
CacheStoreMode - Enum in javax.persistence
Used as the value of the javax.persistence.cache.storeMode property to specify the behavior when data is read from the database and when data is committed into the database.
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 wrapped ViewHandler 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 wrapped ViewHandler 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 wrapped ViewHandler 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
 
CalendarHolder - Class in javax.xml.rpc.holders
 
CalendarHolder() - Constructor for class javax.xml.rpc.holders.CalendarHolder
 
CalendarHolder(Calendar) - Constructor for class javax.xml.rpc.holders.CalendarHolder
 
Call - Interface in javax.xml.rpc
The javax.xml.rpc.Call interface provides support for the dynamic invocation of a service endpoint.
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, Principal) - Constructor for class javax.security.auth.message.callback.CallerPrincipalCallback
Create a CallerPrincipalCallback to set the container's representation of the caller 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.
canBeRequestTime() - Method in class javax.servlet.jsp.tagext.TagAttributeInfo
Whether this attribute has been specified in the TLD as rtexprvalue.
cancel(boolean) - Method in class javax.ejb.AsyncResult
This method should not be called.
cancel() - Method in interface javax.ejb.Timer
Cause the timer and all its associated expiration notifications to be cancelled.
CANCEL - Static variable in class javax.enterprise.deploy.shared.ActionType
A cancel operation is being preformed on the DeploymentManager action command.
cancel() - Method in interface javax.enterprise.deploy.spi.status.ProgressObject
(optional) A cancel request on an in-process operation stops all further processing of the operation and returns the environment to it original state before the operation was executed.
cancel() - Method in interface javax.ws.rs.container.AsyncResponse
Cancel the suspended request processing.
cancel(int) - Method in interface javax.ws.rs.container.AsyncResponse
Cancel the suspended request processing.
cancel(Date) - Method in interface javax.ws.rs.container.AsyncResponse
Cancel the suspended request processing.
canCreateBean(String) - Method in class javax.el.BeanNameResolver
Allow creating a bean of the given name if it does not exist.
CapabilityProfile - Interface in javax.xml.registry
Provides information about the capabilities of a Jakarta XML Registries provider.
CAR - Static variable in class javax.enterprise.deploy.shared.ModuleType
The module is an Client Application archive.
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 - Static variable in interface javax.json.bind.config.PropertyNamingStrategy
Using this strategy, the serialization will be same as identity.
CASE_SENSITIVE_MATCH - Static variable in interface javax.xml.registry.FindQualifier
Specifies a hint to queries that they should case-sensitive match when comparing String values.
cause - Variable in exception javax.xml.registry.JAXRException
The Throwable that caused this JAXRException to occur.
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
CertStoreCallback - Class in javax.security.auth.message.callback
Callback for CertStore.
CertStoreCallback() - Constructor for class javax.security.auth.message.callback.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.
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 to Character fails.
CharacterConverter - Class in javax.faces.convert
Converter implementation for java.lang.Character (and char primitive) values.
CharacterConverter() - Constructor for class javax.faces.convert.CharacterConverter
 
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.
Classification - Interface in javax.xml.registry.infomodel
The Classification interface is used to classify RegistryObject instances.
CLASSIFICATION - Static variable in interface javax.xml.registry.LifeCycleManager
Constant representing the javax.xml.registry.infomodel.Classification interface.
CLASSIFICATION_SCHEME - Static variable in interface javax.xml.registry.LifeCycleManager
Constant representing the javax.xml.registry.infomodel.ClassificationScheme interface.
ClassificationScheme - Interface in javax.xml.registry.infomodel
A ClassificationScheme instance represents a taxonomy that may be used to classify or categorize RegistryObject instances.
ClassTransformer - Interface in javax.persistence.spi
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 wrapped Flash 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
 
clear() - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
Removes all registered TypeMappings and encodingStyleURIs from this TypeMappingRegistry.
clearBody() - Method in interface javax.jms.Message
Clears out the message body.
clearBody() - Method in class javax.servlet.jsp.tagext.BodyContent
Clear the body without throwing any exceptions.
clearBuffer() - Method in class javax.servlet.jsp.JspWriter
Clears the current contents of the buffer.
clearCachedProviders() - Method in interface javax.persistence.spi.PersistenceProviderResolver
Clear cache of providers.
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, call PartialStateHolder.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_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_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 Behaviors that attach script content to client-side events exposed by ClientBehaviorHolder 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 by ClientBehavior.

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.
ClientConfiguration - Interface in javax.enterprise.deploy.spi.status
The ClientConfiguration object installs, configures and executes an Application Client.
ClientEndpoint - Annotation Type in javax.websocket
The ClientEndpoint annotation a class level annotation is used to denote that a POJO is a web socket client and can be deployed as such.
ClientEndpointConfig - Interface in javax.websocket
The ClientEndpointConfig is a special kind of endpoint configuration object that contains web socket configuration information specific only to client endpoints.
ClientEndpointConfig.Builder - Class in javax.websocket
The ClientEndpointConfig.Builder is a class used for creating ClientEndpointConfig objects for the purposes of deploying a client endpoint.
ClientEndpointConfig.Configurator - Class in javax.websocket
The Configurator class may be extended by developers who want to provide custom configuration algorithms, such as intercepting the opening handshake, or providing arbitrary methods and algorithms that can be accessed from each endpoint instance configured with this configurator.
ClientErrorException - Exception in javax.ws.rs
A base runtime application exception indicating a client request error (HTTP 4xx status codes).
ClientErrorException(Response.Status) - Constructor for exception javax.ws.rs.ClientErrorException
Construct a new client error exception.
ClientErrorException(String, Response.Status) - Constructor for exception javax.ws.rs.ClientErrorException
Construct a new client error exception.
ClientErrorException(int) - Constructor for exception javax.ws.rs.ClientErrorException
Construct a new client error exception.
ClientErrorException(String, int) - Constructor for exception javax.ws.rs.ClientErrorException
Construct a new client error exception.
ClientErrorException(Response) - Constructor for exception javax.ws.rs.ClientErrorException
Construct a new client error exception.
ClientErrorException(String, Response) - Constructor for exception javax.ws.rs.ClientErrorException
Construct a new client error exception.
ClientErrorException(Response.Status, Throwable) - Constructor for exception javax.ws.rs.ClientErrorException
Construct a new client error exception.
ClientErrorException(String, Response.Status, Throwable) - Constructor for exception javax.ws.rs.ClientErrorException
Construct a new client error exception.
ClientErrorException(int, Throwable) - Constructor for exception javax.ws.rs.ClientErrorException
Construct a new client error exception.
ClientErrorException(String, int, Throwable) - Constructor for exception javax.ws.rs.ClientErrorException
Construct a new client error exception.
ClientErrorException(Response, Throwable) - Constructor for exception javax.ws.rs.ClientErrorException
Construct a new client error exception.
ClientErrorException(String, Response, Throwable) - Constructor for exception javax.ws.rs.ClientErrorException
Construct a new client error exception.
ClientExecuteException - Exception in javax.enterprise.deploy.spi.exceptions
This exception reports errors in setting up an application client for execution.
ClientExecuteException() - Constructor for exception javax.enterprise.deploy.spi.exceptions.ClientExecuteException
Creates new ClientExecuteException without detail message.
ClientExecuteException(String) - Constructor for exception javax.enterprise.deploy.spi.exceptions.ClientExecuteException
Constructs an ClientExecuteException with the specified detail message.
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 a UIViewRoot.

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 - Interface in javax.validation
Contract for obtaining the Clock used as the reference for now when validating the @Future and @Past constraints.
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 the Validator.
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 specified Writer 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 wrapped ResponseWriter 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 wrapped ResponseWriter 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(boolean) - Method in class javax.mail.Folder
Close this Folder.
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(CloseReason) - Method in interface javax.websocket.Session
Close the current conversation, giving a reason for the closure.
close() - Method in interface javax.ws.rs.client.Client
Close client instance and all it's associated resources.
close() - Method in class javax.ws.rs.core.Response
Close the underlying message entity input stream (if available and open) as well as releases any other resources associated with the response (e.g.
close() - Method in interface javax.ws.rs.sse.SseBroadcaster
Close the broadcaster and all registered SseEventSink instances.
close() - Method in interface javax.ws.rs.sse.SseEventSink
Close the SseEventSink instance and release all associated resources.
close() - Method in interface javax.ws.rs.sse.SseEventSource
Close this event source.
close(long, TimeUnit) - Method in interface javax.ws.rs.sse.SseEventSource
Close this event source and wait for the internal event processing task to complete for up to the specified amount of wait time.
close() - Method in interface javax.xml.registry.Connection
Closes a Connection when it is no longer needed.
closed(ConnectionEvent) - Method in class javax.mail.event.ConnectionAdapter
 
CLOSED - Static variable in class javax.mail.event.ConnectionEvent
A connection was closed.
closed(ConnectionEvent) - Method in interface javax.mail.event.ConnectionListener
Invoked when a Store/Folder/Transport is closed.
CloseReason - Class in javax.websocket
A class encapsulating the reason why a web socket has been closed, or why it is being asked to close.
CloseReason(CloseReason.CloseCode, String) - Constructor for class javax.websocket.CloseReason
Creates a reason for closing a web socket connection with the given code and reason phrase.
CloseReason.CloseCode - Interface in javax.websocket
A marker interface for the close codes.
CloseReason.CloseCodes - Enum in javax.websocket
An Enumeration of status codes for a web socket close that are defined in the specification.
coalesce(Expression<? extends Y>, Expression<? extends Y>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression that returns null if all its arguments evaluate to null, and the value of the first non-null argument otherwise.
coalesce(Expression<? extends Y>, Y) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression that returns null if all its arguments evaluate to null, and the value of the first non-null argument otherwise.
coalesce() - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a coalesce expression.
coerceToType(Object, Class<?>) - Method in class javax.el.ExpressionFactory
Coerces an object to a specific type according to the Jakarta Expression Language type conversion rules.
CollectionAttribute<X,E> - Interface in javax.persistence.metamodel
Instances of the type CollectionAttribute represent persistent java.util.Collection-valued attributes.
CollectionDataModel<E> - Class in javax.faces.model

CollectionDataModel is a convenience implementation of DataModel that wraps an Collection 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 a java.util.Collection.
CollectionTable - Annotation Type in javax.persistence
Specifies the table that is used for the mapping of collections of basic or embeddable types.
collectPartitionData() - Method in interface javax.batch.api.partition.PartitionCollector
The collectPartitionData method receives control periodically during partition processing.
Column - Annotation Type in javax.persistence
Specifies the mapped column for a persistent property or field.
ColumnResult - Annotation Type in javax.persistence
Used in conjunction with the SqlResultSetMapping annotation or ConstructorResult annotation to map a column of the SELECT list of a SQL query.
COMBINE_CLASSIFICATIONS - Static variable in interface javax.xml.registry.FindQualifier
Maps to UDDI combineCategoryBags.
combineSegments() - Method in class javax.mail.internet.ParameterList
Normal users of this class will use simple parameter names.
CommandType - Class in javax.enterprise.deploy.shared
Class CommandTypes defines enumeration values for the DeploymentStatus object.
CommandType(int) - Constructor for class javax.enterprise.deploy.shared.CommandType
Construct a new enumeration value with the given integer value.
COMMENT - Static variable in class javax.mail.internet.HeaderTokenizer.Token
Token type indicating a comment.
comment(String) - Method in interface javax.ws.rs.sse.OutboundSseEvent.Builder
Set comment string associated with the event.
CommException - Exception in javax.resource.spi
This indicates errors related to failed or interrupted communication with an EIS instance.
CommException() - Constructor for exception javax.resource.spi.CommException
Constructs a new instance with null as its detail message.
CommException(String) - Constructor for exception javax.resource.spi.CommException
Constructs a new instance with the specified detail message.
CommException(Throwable) - Constructor for exception javax.resource.spi.CommException
Constructs a new throwable with the specified cause.
CommException(String, Throwable) - Constructor for exception javax.resource.spi.CommException
Constructs a new throwable with the specified detail message and cause.
CommException(String, String) - Constructor for exception javax.resource.spi.CommException
Constructs a new throwable with the specified detail message and an error code.
commit() - Method in interface javax.jms.JMSContext
Commits all messages done in this transaction and releases any locks currently held.
commit() - Method in interface javax.jms.Session
Commits all messages done in this transaction and releases any locks currently held.
commit() - Method in interface javax.jms.XAJMSContext
Throws a TransactionInProgressRuntimeException, since it should not be called for an XAJMSContext object.
commit() - Method in interface javax.jms.XASession
Throws a TransactionInProgressException, since it should not be called for an XASession object.
commit() - Method in interface javax.persistence.EntityTransaction
Commit the current resource transaction, writing any unflushed changes to the database.
commit() - Method in interface javax.resource.cci.LocalTransaction
Commits the current local transaction and release all locks held by the underlying EIS instance.
commit() - Method in interface javax.resource.spi.LocalTransaction
Commit a local transaction
commit(Xid, boolean) - Method in interface javax.resource.spi.XATerminator
Commits the global transaction specified by xid.
commit() - Method in interface javax.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.
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.
COMPLETED - Static variable in class javax.enterprise.deploy.shared.StateType
The action operation has completed normally.
completed(RESPONSE) - Method in interface javax.ws.rs.client.InvocationCallback
Called when the invocation was successfully completed.
CompletionCallback - Interface in javax.ws.rs.container
A request processing callback that receives request processing completion events.
CompletionListener - Interface in javax.jms
A CompletionListener is implemented by the application and may be specified when a message is sent asynchronously.
CompletionStageRxInvoker - Interface in javax.ws.rs.client
Reactive invoker based CompletionStage.
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 of TagHandlerDelegate designed for use with ComponentHandler.

ComponentNotFoundException - Exception in javax.faces.component.search

Typed FacesException for the SearchExpressionHandler, 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(Throwable) - Constructor for exception javax.faces.component.search.ComponentNotFoundException

Construct a new exception with the specified 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.

ComponentSystemEvent - Class in javax.faces.event
ComponentSystemEvent is the base class for SystemEvents that are specific to a UIComponent 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 the isListenerForSource() 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 the component-type of the composite component root UIComponent 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 in UIComponent.FACETS_KEY for the PropertyDescriptor describing the composite component facet.

CompositeComponentExpressionHolder - Interface in javax.faces.el
This interface must be implemented by the Map returned by the composite component ELResolver, 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 ELResolvers.
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(Expression<String>, Expression<String>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression for string concatenation.
concat(Expression<String>, String) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression for string concatenation.
concat(String, Expression<String>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression for string concatenation.
Concept - Interface in javax.xml.registry.infomodel
The Concept interface is used to represent taxonomy elements and their structural relationship with each other in order to describe an internal taxonomy.
CONCEPT - Static variable in interface javax.xml.registry.LifeCycleManager
Constant representing the javax.xml.registry.infomodel.Concept interface.
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(String) - 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.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.

condition(String) - Method in class javax.faces.flow.builder.SwitchCaseBuilder

Set the if in the previously created switch case.

condition() - Method in class javax.servlet.jsp.jstl.core.ConditionalTagSupport
Subclasses implement this method to compute the boolean result of the conditional action.
ConditionalTagSupport - Class in javax.servlet.jsp.jstl.core
Abstract class that facilitates implementation of conditional actions where the boolean result is exposed as a JSP scoped variable.
ConditionalTagSupport() - Constructor for class javax.servlet.jsp.jstl.core.ConditionalTagSupport
Base constructor to initialize local state.
Config - Class in javax.servlet.jsp.jstl.core
Class supporting access to configuration settings.
Config() - Constructor for class javax.servlet.jsp.jstl.core.Config
 
CONFIG - Static variable in class javax.servlet.jsp.PageContext
Name used to store ServletConfig in PageContext name table.
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 Jakarta Server 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.
ConfigurableNavigationHandler - Class in javax.faces.application

ConfigurableNavigationHandler extends the contract of NavigationHandler to allow runtime inspection of the NavigationCases 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 existing ConfigurableNavigationHandler 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 Jakarta Bean Validation provider and builds the appropriate ValidatorFactory.
Configuration - Interface in javax.ws.rs.core
A configuration state associated with a configurable context.
ConfigurationException - Exception in javax.enterprise.deploy.spi.exceptions
This exception reports errors in generating a configuration bean.
ConfigurationException() - Constructor for exception javax.enterprise.deploy.spi.exceptions.ConfigurationException
Creates new ConfigurationException without detail message.
ConfigurationException(String) - Constructor for exception javax.enterprise.deploy.spi.exceptions.ConfigurationException
Constructs an ConfigurationException with the specified detail message.
ConfigurationState - Interface in javax.validation.spi
Contract between a Configuration and a ValidationProvider to create a ValidatorFactory.
configurator(ClientEndpointConfig.Configurator) - Method in class javax.websocket.ClientEndpointConfig.Builder
Sets the configurator object for the configuration this builder will build.
Configurator() - Constructor for class javax.websocket.ClientEndpointConfig.Configurator
 
configurator(ServerEndpointConfig.Configurator) - Method in class javax.websocket.server.ServerEndpointConfig.Builder
Sets the custom configurator to use on the configuration object built by this builder.
Configurator() - Constructor for class javax.websocket.server.ServerEndpointConfig.Configurator
 
configure() - Method in interface javax.enterprise.inject.spi.InjectionTargetFactory
Returns an AnnotatedTypeConfigurator to to configure the AnnotatedType used to create the InjectionTarget.
configure() - Method in interface javax.enterprise.inject.spi.InterceptionFactory
Returns an AnnotatedTypeConfigurator initialized with the AnnotatedType created either for the class passed to BeanManager.createInterceptionFactory(CreationalContext, Class) or derived from the InterceptionFactory 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 specific Configuration subclass to the provider.
configure(ResourceInfo, FeatureContext) - Method in interface javax.ws.rs.container.DynamicFeature
A callback method called by the runtime during the application deployment to register provider instances or classes in a runtime configuration scope of a particular resource 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 the AnnotatedType 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 the BeanAttributes 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 the InjectionPoint 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 new AnnotatedType and declares it as an interceptor binding type.
configureObserverMethod() - Method in interface javax.enterprise.inject.spi.ProcessObserverMethod
Returns a ObserverMethodConfigurator initialized with the ObserverMethod 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 the Producer processed by this event, to configure a new Producer 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 new AnnotatedType and declares it as a Qualifier qualifier type.
confirmAssociation(Association) - Method in interface javax.xml.registry.BusinessLifeCycleManager
Confirms this Association by the User associated with the caller.
conjunction() - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a conjunction (with zero conjuncts).
connect() - Method in class javax.mail.Service
A generic connect method that takes no parameters.
connect(String, String, String) - Method in class javax.mail.Service
Connect to the specified address.
connect(String, String) - Method in class javax.mail.Service
Connect to the current host using the specified username and password.
connect(String, int, String, String) - Method in class javax.mail.Service
Similar to connect(host, user, password) except a specific port can be specified.
Connection - Interface in javax.jms
A Connection object is a client's active connection to its Jakarta Messaging provider.
Connection - Interface in javax.resource.cci
A Connection represents an application-level handle that is used by a client to access the underlying physical connection.
Connection - Interface in javax.xml.registry
This class represents a connection between a Jakarta XML Registries client and a Jakarta XML Registries provider.
CONNECTION_CLOSED - Static variable in class javax.resource.spi.ConnectionEvent
Event notification that an application component has closed the connection
CONNECTION_ERROR_OCCURRED - Static variable in class javax.resource.spi.ConnectionEvent
Event notification that an error occurred on the connection.
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 a ConnectionConsumer (optional).
ConnectionDefinition - Annotation Type in javax.resource.spi
Defines a set of connection interfaces and classes pertaining to a particular connection type.
ConnectionDefinitions - Annotation Type in javax.resource.spi
Defines a set of connection definitions that the JavaBean, that has been annotated with this annotation, is a part of.
connectionErrorOccurred(ConnectionEvent) - Method in interface javax.resource.spi.ConnectionEventListener
Notifies a connection related error.
ConnectionEvent - Class in javax.mail.event
This class models Connection events.
ConnectionEvent(Object, int) - Constructor for class javax.mail.event.ConnectionEvent
Construct a ConnectionEvent.
ConnectionEvent - Class in javax.resource.spi
The ConnectionEvent class provides information about the source of a connection related event.A ConnectionEvent instance contains the following information: Type of the connection event ManagedConnection instance that generated the connection event.
ConnectionEvent(ManagedConnection, int) - Constructor for class javax.resource.spi.ConnectionEvent
Construct a ConnectionEvent object.
ConnectionEvent(ManagedConnection, int, Exception) - Constructor for class javax.resource.spi.ConnectionEvent
Construct a ConnectionEvent object.
ConnectionEventListener - Interface in javax.resource.spi
The ConnectionEventListener interface provides an event callback mechanism to enable an application server to receive notifications from a ManagedConnection instance.
ConnectionFactory - Interface in javax.jms
A ConnectionFactory object encapsulates a set of connection configuration parameters that has been defined by an administrator.
ConnectionFactory - Interface in javax.resource.cci
ConnectionFactory provides an interface for getting connection to an EIS instance.
ConnectionFactory - Class in javax.xml.registry
This is the abstract base class for factory classes for creating a Jakarta XML Registries connection.
ConnectionFactory() - Constructor for class javax.xml.registry.ConnectionFactory
 
ConnectionFactoryDefinition - Annotation Type in javax.resource
Annotation used to define a Connector Connection Factory resource to be registered in JNDI.
ConnectionFactoryDefinitions - Annotation Type in javax.resource
Declares one or more ConnectionFactoryDefinition annotations.
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 the Connection object.
ConnectionMetaData - Interface in javax.resource.cci
The interface ConnectionMetaData provides information about an EIS instance connected through a Connection instance.
ConnectionRequestInfo - Interface in javax.resource.spi
The ConnectionRequestInfo interface enables a resource adapter to pass its own request specific data structure across the connection request flow.
ConnectionSpec - Interface in javax.resource.cci
ConnectionSpec is used by an application component to pass connection request-specific properties to the ConnectionFactory.
Connector - Annotation Type in javax.resource.spi
The Connector annotation is a component-defining annotation and it can be used by the resource adapter developer to specify that the JavaBean is a resource adapter JavaBean.
connectTimeout(long, TimeUnit) - Method in class javax.ws.rs.client.ClientBuilder
Set the connect timeout.
connectToServer(Object, URI) - Method in interface javax.websocket.WebSocketContainer
Connect the supplied annotated endpoint instance to its server.
connectToServer(Class<?>, URI) - Method in interface javax.websocket.WebSocketContainer
Connect the supplied annotated endpoint to its server.
connectToServer(Endpoint, ClientEndpointConfig, URI) - Method in interface javax.websocket.WebSocketContainer
Connect the supplied programmatic client endpoint instance to its server with the given configuration.
connectToServer(Class<? extends Endpoint>, ClientEndpointConfig, URI) - Method in interface javax.websocket.WebSocketContainer
Connect the supplied programmatic endpoint to its server with the given configuration.
ConstrainedTo - Annotation Type in javax.ws.rs
Indicates the run-time context in which an annotated provider is applicable.
Constraint - Annotation Type in javax.validation
Marks an annotation as being a Jakarta Bean Validation constraint.
ConstraintDeclarationException - Exception in javax.validation
Exception raised if a constraint declaration is not legal.
ConstraintDeclarationException(String) - Constructor for exception javax.validation.ConstraintDeclarationException
 
ConstraintDeclarationException() - 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(String) - Constructor for exception javax.validation.ConstraintDefinitionException
 
ConstraintDefinitionException() - 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 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 Annotation,T> - Interface in javax.validation
Defines the logic to validate a given constraint A for a given object type T.
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 - Interface in javax.validation
Instantiates a ConstraintValidator instance based off its class.
constraintValidatorFactory(ConstraintValidatorFactory) - Method in interface javax.validation.ValidatorContext
Defines the constraint validator factory implementation used by the Validator.
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.
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
 
Consumes - Annotation Type in javax.ws.rs
Defines the media types that the methods of a resource class or MessageBodyReader can accept.
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(FetchProfile.Item) - Method in class javax.mail.FetchProfile
Returns true if the fetch profile contains the given special item.
contains(String) - Method in class javax.mail.FetchProfile
Returns true if the fetch profile contains the given header name.
contains(Flags.Flag) - Method in class javax.mail.Flags
Check whether the specified system flag is present in this Flags object.
contains(String) - Method in class javax.mail.Flags
Check whether the specified user flag is present in this Flags object.
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(Class, Object) - Method in interface javax.persistence.Cache
Whether the cache contains data for the given entity.
contains(Object) - Method in interface javax.persistence.EntityManager
Check if the instance is a managed entity instance belonging to the current persistence context.
containsHeader(String) - Method in interface javax.servlet.http.HttpServletResponse
Returns a boolean indicating whether the named response header has already been set.
containsHeader(String) - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to call containsHeader(String name) on the wrapped response object.
containsKey(Object) - Method in class javax.faces.context.FlashWrapper

The default behavior of this method is to call Map.containsKey(Object) on the wrapped Flash object.

containsKey(Object) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
 
containsProperty(String) - Method in interface javax.xml.rpc.handler.MessageContext
Returns true if the MessageContext contains a property with the specified name.
containsValue(Object) - Method in class javax.faces.context.FlashWrapper

The default behavior of this method is to call Map.containsValue(Object) on the wrapped Flash object.

containsValue(JsonStructure) - Method in interface javax.json.JsonPointer
Returns true if there is a value at the referenced location in the specified target.
containsValue(Object) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
 
content - 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
CONTENT_ENCODING - Static variable in interface javax.ws.rs.core.HttpHeaders
CONTENT_ID - Static variable in interface javax.ws.rs.core.HttpHeaders
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
CONTENT_LENGTH - Static variable in interface javax.ws.rs.core.HttpHeaders
CONTENT_LOCATION - Static variable in interface javax.ws.rs.core.HttpHeaders
CONTENT_TYPE - Static variable in interface javax.ws.rs.core.HttpHeaders
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, ParameterList) - Constructor for class javax.mail.internet.ContentDisposition
Constructor.
ContentDisposition(String) - Constructor for class javax.mail.internet.ContentDisposition
Constructor that takes a ContentDisposition string.
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 - 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, String, ParameterList) - Constructor for class javax.mail.internet.ContentType
Constructor.
ContentType(String) - Constructor for class javax.mail.internet.ContentType
Constructor that takes a Content-Type string.
contentType - Variable in class javax.mail.Multipart
This field specifies the content-type of this multipart object.
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_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(Throwable) - Constructor for exception javax.enterprise.context.ContextException
 
ContextException(String, 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(Throwable) - Constructor for exception javax.enterprise.context.ContextNotActiveException
 
ContextNotActiveException(String, 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 Jakarta™ EE environment.
contextSetupComplete() - Method in interface javax.resource.spi.work.WorkContextLifecycleListener
Invoked when the WorkContext instance was successfully set as the execution context for the Work instance.
contextSetupFailed(String) - Method in interface javax.resource.spi.work.WorkContextLifecycleListener
Invoked when the WorkContext instance was set as the execution context for the Work instance it was associated with.
Contextual<T> - Interface in javax.enterprise.context.spi
Defines operations to create and destroy contextual instances of a certain type.
CONVERSATION - Static variable in class javax.enterprise.context.BeforeDestroyed.Literal
 
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.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 the ConverterException 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 Jakarta Server Pages ConverterTag.

ConverterELTag - Class in javax.faces.webapp
ConverterELTag is a base class for all Jakarta Server Pages custom actions that create and register a Converter instance on the ValueHolder associated with our most immediate surrounding instance of a tag whose implementation class is a subclass of UIComponentClassicTagBase.
ConverterELTag() - Constructor for class javax.faces.webapp.ConverterELTag
 
ConverterException - Exception in javax.faces.convert
ConverterException is an exception thrown by the getAsObject() or getAsText() method of a Converter, 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(Throwable) - Constructor for exception javax.faces.convert.ConverterException
Construct a new exception with the specified 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(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 a ValueHolder 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 the ConverterTag.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 group to 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(ELContext, Object, Class<?>) - Method in class javax.el.CompositeELResolver
Converts an object to a specific type.
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.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 - Class in javax.servlet.http
Creates a cookie, a small amount of information sent by a servlet to a Web browser, saved by the browser, and later sent back to the server.
Cookie(String, String) - Constructor for class javax.servlet.http.Cookie
Constructs a cookie with the specified name and value.
cookie(Cookie) - Method in interface javax.ws.rs.client.Invocation.Builder
Add a cookie to be set.
cookie(String, String) - Method in interface javax.ws.rs.client.Invocation.Builder
Add a cookie to be set.
Cookie - Class in javax.ws.rs.core
Represents the value of a HTTP cookie, transferred in a request.
Cookie(String, String, String, String, int) - Constructor for class javax.ws.rs.core.Cookie
Create a new instance.
Cookie(String, String, String, String) - Constructor for class javax.ws.rs.core.Cookie
Create a new instance.
Cookie(String, String) - Constructor for class javax.ws.rs.core.Cookie
Create a new instance.
COOKIE - Static variable in interface javax.ws.rs.core.HttpHeaders
cookie(NewCookie...) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Add cookies to the response message.
CookieParam - Annotation Type in javax.ws.rs
Binds the value of a HTTP cookie to a resource method parameter, resource class field, or resource class bean property.
copy(String, String) - Method in interface javax.json.JsonPatchBuilder
Adds a "copy" JSON Patch operation.
copyMessages(Message[], Folder) - Method in class javax.mail.Folder
Copy the specified Messages from this Folder into another Folder.
correlate(Root<Y>) - Method in interface javax.persistence.criteria.Subquery
Create a subquery root correlated to a root of the enclosing query.
correlate(Join<X, Y>) - Method in interface javax.persistence.criteria.Subquery
Create a subquery join object correlated to a join object of the enclosing query.
correlate(CollectionJoin<X, Y>) - Method in interface javax.persistence.criteria.Subquery
Create a subquery collection join object correlated to a collection join object of the enclosing query.
correlate(SetJoin<X, Y>) - Method in interface javax.persistence.criteria.Subquery
Create a subquery set join object correlated to a set join object of the enclosing query.
correlate(ListJoin<X, Y>) - Method in interface javax.persistence.criteria.Subquery
Create a subquery list join object correlated to a list join object of the enclosing query.
correlate(MapJoin<X, K, V>) - Method in interface javax.persistence.criteria.Subquery
Create a subquery map join object correlated to a map join object of the enclosing query.
count(Expression<?>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an aggregate expression applying the count operation.
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(CreationalContext<T>) - Method in interface javax.enterprise.context.spi.Contextual
Create a new instance of the contextual type.
create() - Static method in interface javax.json.bind.JsonbBuilder
Create a new Jsonb instance using the default JsonbBuilder implementation provided as returned from JsonbProvider.provider() method.
create(JsonbConfig) - Static method in interface javax.json.bind.JsonbBuilder
Create a new Jsonb instance using the default JsonbBuilder implementation provided as returned from JsonbProvider.provider() method, configured with provided configuration.
create() - Method in class javax.json.bind.spi.JsonbProvider
Returns a new instance of JsonbBuilder class.
create(int) - Method in class javax.mail.Folder
Create this folder on the Store.
create() - Method in interface javax.management.j2ee.ManagementHome
Creates an MEJB session object which provides access to the Jakarta Management Model
create() - Static method in class javax.websocket.ClientEndpointConfig.Builder
Creates a new builder object with no subprotocols, extensions, encoders, decoders and a null configurator.
create(Class<?>, String) - Static method in class javax.websocket.server.ServerEndpointConfig.Builder
Creates the builder with the mandatory information of the endpoint class (programmatic or annotated), the relative URI or URI-template to use, and with no subprotocols, extensions, encoders, decoders or custom configurator.
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(JsonArray) - Static method in class javax.json.Json
Creates a JSON array builder, initialized with the specified array
createArrayBuilder(Collection<?>) - Static method in class javax.json.Json
Creates a JSON array builder, initialized with the content of specified collection.
createArrayBuilder() - Method in interface javax.json.JsonBuilderFactory
Creates a JsonArrayBuilder instance that is used to build JsonArray
createArrayBuilder(JsonArray) - Method in interface javax.json.JsonBuilderFactory
Creates a JsonArrayBuilder instance, initialized with an array.
createArrayBuilder(Collection<?>) - Method in interface javax.json.JsonBuilderFactory
Creates a JsonArrayBuilder instance, initialized with the content of specified collection.
createArrayBuilder() - Method in class javax.json.spi.JsonProvider
Creates a JSON array builder.
createArrayBuilder(JsonArray) - Method in class javax.json.spi.JsonProvider
Creates a JSON array builder, initialized with the specified array.
createArrayBuilder(Collection<?>) - Method in class javax.json.spi.JsonProvider
Creates a JSON array builder, initialized with the content of specified collection.
createAssociation(RegistryObject, Concept) - Method in interface javax.xml.registry.LifeCycleManager
Creates an Association instance using the specified parameters.
createBean(BeanAttributes<T>, Class<T>, InjectionTargetFactory<T>) - Method in interface javax.enterprise.inject.spi.BeanManager
Obtains a Bean for the given BeanAttributes, bean class and InjectionTarget.
createBean(BeanAttributes<T>, Class<X>, ProducerFactory<X>) - Method in interface javax.enterprise.inject.spi.BeanManager
Obtains a Bean for the given BeanAttributes, bean class and Producer.
createBeanAttributes(AnnotatedType<T>) - Method in interface javax.enterprise.inject.spi.BeanManager
Obtains a BeanAttributes for the given AnnotatedType.
createBeanAttributes(AnnotatedMember<?>) - Method in interface javax.enterprise.inject.spi.BeanManager
Obtains a BeanAttributes for the given AnnotatedType.
createBehavior(String) - Method in class javax.faces.application.Application
Instantiate and return a new Behavior instance of the class specified by a previous call to addBehavior() 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 wrapped Application object.

createBehaviorHandlerDelegate(BehaviorHandler) - Method in class javax.faces.view.facelets.TagHandlerDelegateFactory

Create and return a TagHandlerDelegate instance designed for use with BehaviorHandler.

createBrowser(Queue) - Method in interface javax.jms.JMSContext
Creates a QueueBrowser object to peek at the messages on the specified queue.
createBrowser(Queue, String) - Method in interface javax.jms.JMSContext
Creates a QueueBrowser object to peek at the messages on the specified queue using a message selector.
createBrowser(Queue) - Method in interface javax.jms.QueueSession
Creates a QueueBrowser object to peek at the messages on the specified queue.
createBrowser(Queue, String) - Method in interface javax.jms.QueueSession
Creates a QueueBrowser object to peek at the messages on the specified queue using a message selector.
createBrowser(Queue) - Method in interface javax.jms.Session
Creates a QueueBrowser object to peek at the messages on the specified queue.
createBrowser(Queue, String) - Method in interface javax.jms.Session
Creates a QueueBrowser object to peek at the messages on the specified queue using a message selector.
createBuilderFactory(Map<String, ?>) - Static method in class javax.json.Json
Creates a builder factory for creating JsonArrayBuilder and JsonObjectBuilder objects.
createBuilderFactory(Map<String, ?>) - Method in class javax.json.spi.JsonProvider
Creates a builder factory for creating JsonArrayBuilder and JsonObjectBuilder 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.
createCall(QName) - Method in interface javax.xml.rpc.Service
Creates a Call instance.
createCall(QName, QName) - Method in interface javax.xml.rpc.Service
Creates a Call instance.
createCall(QName, String) - Method in interface javax.xml.rpc.Service
Creates a Call instance.
createCall() - Method in interface javax.xml.rpc.Service
Creates a Call object not associated with specific operation or target service endpoint.
createClassification(ClassificationScheme, String, String) - Method in interface javax.xml.registry.LifeCycleManager
Creates a Classification instance for an external Classification using the specified String name and String value that identify a taxonomy element within the specified ClassificationScheme.
createClassification(ClassificationScheme, InternationalString, String) - Method in interface javax.xml.registry.LifeCycleManager
Creates a Classification instance for an external Classification using the specified InternationalString name and String value that identify a taxonomy element within the specified ClassificationScheme.
createClassification(Concept) - Method in interface javax.xml.registry.LifeCycleManager
Creates a Classification instance for an internal Classification using the specified Concept that identifies a taxonomy element within an internal ClassificationScheme.
createClassificationScheme(String, String) - Method in interface javax.xml.registry.LifeCycleManager
Creates a ClassificationScheme given the specified String parameters.
createClassificationScheme(InternationalString, InternationalString) - Method in interface javax.xml.registry.LifeCycleManager
Creates a ClassificationScheme given the specified InternationalString parameters.
createClassificationScheme(Concept) - Method in interface javax.xml.registry.LifeCycleManager
Creates a ClassificationScheme from a Concept that has no ClassificationScheme or parent Concept.
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 to addComponent() for the specified component type.
createComponent(ValueBinding, FacesContext, String) - Method in class javax.faces.application.Application
createComponent(ValueExpression, FacesContext, String) - Method in class javax.faces.application.Application
Call the getValue() method on the specified ValueExpression.
createComponent(ValueExpression, FacesContext, String, String) - Method in class javax.faces.application.Application

Like Application.createComponent(ValueExpression, FacesContext, String) except the Renderer for the component to be returned must be inspected for the annotations mentioned in Application.createComponent(ValueExpression, FacesContext, String) as specified in the documentation for that method.

createComponent(FacesContext, String, String) - Method in class javax.faces.application.Application

Like Application.createComponent(String) except the Renderer for the component to be returned must be inspected for the annotations mentioned in Application.createComponent(ValueExpression, FacesContext, String) as specified in the documentation for that method.

createComponent(FacesContext, Resource) - Method in class javax.faces.application.Application

Instantiate and return a new UIComponent instance from the argument Resource.

createComponent(String) - Method in class javax.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.createComponent(String) on the wrapped Application object.

createComponent(ValueBinding, FacesContext, String) - Method in class javax.faces.application.ApplicationWrapper
Deprecated.
See superclass for alternative.
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 wrapped Application object.

createComponent(ValueExpression, FacesContext, String, String) - Method in class javax.faces.application.ApplicationWrapper
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 wrapped Application object.

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 wrapped Application object.

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.

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, 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.
createComponentHandlerDelegate(ComponentHandler) - Method in class javax.faces.view.facelets.TagHandlerDelegateFactory

Create and return a TagHandlerDelegate instance designed for use with ComponentHandler.

createConcept(RegistryObject, String, String) - Method in interface javax.xml.registry.LifeCycleManager
Creates a Concept instance using the specified parameters, where the name is a String.
createConcept(RegistryObject, InternationalString, String) - Method in interface javax.xml.registry.LifeCycleManager
Creates a Concept instance using the specified parameters, where the name is an InternationalString.
createConfiguration(DeployableObject) - Method in interface javax.enterprise.deploy.spi.DeploymentManager
Retrieve the object that provides server-specific deployment configuration information for the Jakarta EE deployable component.
createConnection() - Method in interface javax.jms.ConnectionFactory
Creates a connection with the default user identity.
createConnection(String, String) - Method in interface javax.jms.ConnectionFactory
Creates a connection with the specified user identity.
createConnection() - Method in class javax.xml.registry.ConnectionFactory
Create a named connection.
createConnectionConsumer(Destination, String, ServerSessionPool, int) - Method in interface javax.jms.Connection
Creates a connection consumer for this connection (optional operation) on the specific destination.
createConnectionConsumer(Queue, String, ServerSessionPool, int) - Method in interface javax.jms.QueueConnection
Creates a connection consumer for this connection (optional operation).
createConnectionConsumer(Topic, String, ServerSessionPool, int) - Method in interface javax.jms.TopicConnection
Creates a connection consumer for this connection (optional operation).
createConnectionFactory(ConnectionManager) - Method in interface javax.resource.spi.ManagedConnectionFactory
Creates a Connection Factory instance.
createConnectionFactory() - Method in interface javax.resource.spi.ManagedConnectionFactory
Creates a Connection Factory instance.
createConsumer(Destination) - Method in interface javax.jms.JMSContext
Creates a JMSConsumer for the specified destination.
createConsumer(Destination, String) - Method in interface javax.jms.JMSContext
Creates a JMSConsumer for the specified destination, using a message selector.
createConsumer(Destination, String, boolean) - Method in interface javax.jms.JMSContext
Creates a JMSConsumer for the specified destination, specifying a message selector and the noLocal parameter.
createConsumer(Destination) - Method in interface javax.jms.Session
Creates a MessageConsumer for the specified destination.
createConsumer(Destination, String) - Method in interface javax.jms.Session
Creates a MessageConsumer for the specified destination, using a message selector.
createConsumer(Destination, String, boolean) - Method in interface javax.jms.Session
Creates a MessageConsumer for the specified destination, specifying a message selector and the noLocal parameter.
createContainerEntityManagerFactory(PersistenceUnitInfo, Map) - Method in interface javax.persistence.spi.PersistenceProvider
Called by the container when an EntityManagerFactory is to be created.
createContext() - Method in interface javax.jms.ConnectionFactory
Creates a JMSContext with the default user identity and an unspecified sessionMode.
createContext(String, String) - Method in interface javax.jms.ConnectionFactory
Creates a JMSContext with the specified user identity and an unspecified sessionMode.
createContext(String, String, int) - Method in interface javax.jms.ConnectionFactory
Creates a JMSContext with the specified user identity and the specified session mode.
createContext(int) - Method in interface javax.jms.ConnectionFactory
Creates a JMSContext with the default user identity and the specified session mode.
createContext(int) - Method in interface javax.jms.JMSContext
Creates a new JMSContext with the specified session mode using the same connection as this JMSContext and creating a new session.
createContextualProxy(T, Class<T>) - Method in interface javax.enterprise.concurrent.ContextService
Creates a new contextual object proxy for the input object instance.
createContextualProxy(Object, Class<?>...) - Method in interface javax.enterprise.concurrent.ContextService
Creates a new contextual object proxy for the input object instance.
createContextualProxy(T, Map<String, String>, Class<T>) - Method in interface javax.enterprise.concurrent.ContextService
Creates a new contextual object proxy for the input object instance.
createContextualProxy(Object, Map<String, String>, Class<?>...) - Method in interface javax.enterprise.concurrent.ContextService
Creates a new contextual object proxy for the input object instance.
createConverter(String) - Method in class javax.faces.application.Application
Instantiate and return a new Converter instance of the class specified by a previous call to addConverter() for the specified converter id.
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(String) - Method in class javax.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.createConverter(String) on the wrapped Application object.

createConverter(Class<?>) - Method in class javax.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.createConverter(Class) on the wrapped Application object.

createConverter() - Method in class javax.faces.webapp.ConverterELTag
Create and return a new Converter to be registered on our surrounding UIComponent.
createConverter() - Method in class javax.faces.webapp.ConverterTag
Deprecated.
Create and return a new Converter to be registered on our surrounding UIComponent.
createConverterHandlerDelegate(ConverterHandler) - Method in class javax.faces.view.facelets.TagHandlerDelegateFactory

Create and return a TagHandlerDelegate instance designed for use with ConverterHandler.

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 - Static variable in class javax.mail.event.FolderEvent
The folder was created.
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.
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, String, boolean) - Method in interface javax.jms.JMSContext
Creates an unshared durable subscription on the specified topic (if one does not already exist), specifying a message selector and the noLocal parameter, and creates a consumer on that durable subscription.
createDurableConsumer(Topic, String) - Method in interface javax.jms.Session
Creates an unshared durable subscription on the specified topic (if one does not already exist) and creates a consumer on that durable subscription.
createDurableConsumer(Topic, String, String, boolean) - Method in interface javax.jms.Session
Creates an unshared durable subscription on the specified topic (if one does not already exist), specifying a message selector and the noLocal parameter, and creates a consumer on that durable subscription.
createDurableSubscriber(Topic, String) - Method in interface javax.jms.Session
Creates an unshared durable subscription on the specified topic (if one does not already exist) and creates a consumer on that durable subscription.
createDurableSubscriber(Topic, String, String, boolean) - Method in interface javax.jms.Session
Creates an unshared durable subscription on the specified topic (if one does not already exist), specifying a message selector and the noLocal parameter, and creates a consumer on that durable subscription.
createDurableSubscriber(Topic, String) - Method in interface javax.jms.TopicSession
Creates an unshared durable subscription on the specified topic (if one does not already exist) and creates a consumer on that durable subscription.
createDurableSubscriber(Topic, String, String, boolean) - Method in interface javax.jms.TopicSession
Creates an unshared durable subscription on the specified topic (if one does not already exist), specifying a message selector and the noLocal parameter, and creates a consumer on that durable subscription.
createEJBContainer() - Static method in class javax.ejb.embeddable.EJBContainer
Create and initialize an embeddable enterprise bean container.
createEJBContainer(Map<?, ?>) - Static method in class javax.ejb.embeddable.EJBContainer
Create and initialize an embeddable enterprise bean 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.
createEmailAddress(String) - Method in interface javax.xml.registry.LifeCycleManager
Creates an EmailAddress instance using an address as the parameter.
createEmailAddress(String, String) - Method in interface javax.xml.registry.LifeCycleManager
Creates an EmailAddress instance using both an address and a type as parameters.
createEndpoint(XAResource) - Method in interface javax.resource.spi.endpoint.MessageEndpointFactory
This is used to create a message endpoint.
createEndpoint(XAResource, long) - Method in interface javax.resource.spi.endpoint.MessageEndpointFactory
This is used to create a message endpoint.
createEndpoint(Application, Class<T>) - Method in class javax.ws.rs.ext.RuntimeDelegate
Create a configured instance of the supplied endpoint type.
createEntityGraph(Class<T>) - Method in interface javax.persistence.EntityManager
Return a mutable EntityGraph that can be used to dynamically create an EntityGraph.
createEntityGraph(String) - Method in interface javax.persistence.EntityManager
Return a mutable copy of the named EntityGraph.
createEntityManager() - Method in interface javax.persistence.EntityManagerFactory
Create a new application-managed EntityManager.
createEntityManager(Map) - Method in interface javax.persistence.EntityManagerFactory
Create a new application-managed EntityManager with the specified Map of properties.
createEntityManager(SynchronizationType) - Method in interface javax.persistence.EntityManagerFactory
Create a new JTA application-managed EntityManager with the specified synchronization type.
createEntityManager(SynchronizationType, Map) - Method in interface javax.persistence.EntityManagerFactory
Create a new JTA application-managed EntityManager with the specified synchronization type and map of properties.
createEntityManagerFactory(String) - Static method in class javax.persistence.Persistence
Create and return an EntityManagerFactory for the named persistence unit.
createEntityManagerFactory(String, Map) - Static method in class javax.persistence.Persistence
Create and return an EntityManagerFactory for the named persistence unit using the given properties.
createEntityManagerFactory(String, Map) - Method in interface javax.persistence.spi.PersistenceProvider
Called by Persistence class when an EntityManagerFactory is to be created.
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.
createExternalIdentifier(ClassificationScheme, String, String) - Method in interface javax.xml.registry.LifeCycleManager
Creates an ExternalIdentifier instance using the specified parameters, where the name is a String.
createExternalIdentifier(ClassificationScheme, InternationalString, String) - Method in interface javax.xml.registry.LifeCycleManager
Creates an ExternalIdentifier instance using the specified parameters, where the name is an InternationalString.
createExternalLink(String, String) - Method in interface javax.xml.registry.LifeCycleManager
Creates an ExternalLink instance using the specified parameters, where the description is a String.
createExternalLink(String, InternationalString) - Method in interface javax.xml.registry.LifeCycleManager
Creates an ExternalLink instance using the specified parameters, where the description is an InternationalString.
createExtrinsicObject(DataHandler) - Method in interface javax.xml.registry.LifeCycleManager
Creates an ExtrinsicObject instance using the specified parameters.
createFederatedConnection(Collection) - Method in class javax.xml.registry.ConnectionFactory
Create a FederatedConnection.
createFilter(Class<T>) - Method in interface javax.servlet.ServletContext
Instantiates the given Filter class.
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(Writer) - Static method in class javax.json.Json
Creates a JSON generator for writing JSON to a character stream.
createGenerator(OutputStream) - Static method in class javax.json.Json
Creates a JSON generator for writing JSON to a byte stream.
createGenerator(Writer) - Method in class javax.json.spi.JsonProvider
Creates a JSON generator for writing JSON text to a character stream.
createGenerator(OutputStream) - Method in class javax.json.spi.JsonProvider
Creates a JSON generator for writing JSON text to a byte stream.
createGenerator(Writer) - Method in interface javax.json.stream.JsonGeneratorFactory
Creates a JSON generator to write JSON text to a character stream.
createGenerator(OutputStream) - Method in interface javax.json.stream.JsonGeneratorFactory
Creates a JSON generator to write JSON text to a byte stream.
createGenerator(OutputStream, Charset) - Method in interface javax.json.stream.JsonGeneratorFactory
Creates a JSON generator to write JSON text to a byte stream.
createGeneratorFactory(Map<String, ?>) - Static method in class javax.json.Json
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 given AnnotatedField.
createInjectionPoint(AnnotatedParameter<?>) - Method in interface javax.enterprise.inject.spi.BeanManager
Obtains a container provided implementation of InjectionPoint for the given AnnotatedParameter.
createInjectionTarget(AnnotatedType<T>) - Method in interface javax.enterprise.inject.spi.BeanManager
Obtains an InjectionTarget for the given AnnotatedType.
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 given CreationalContext and type.
createInternationalString() - Method in interface javax.xml.registry.LifeCycleManager
Creates an empty InternationalString instance.
createInternationalString(String) - Method in interface javax.xml.registry.LifeCycleManager
Creates an InternationalString instance using a String parameter and the default Locale.
createInternationalString(Locale, String) - Method in interface javax.xml.registry.LifeCycleManager
Creates an InternationalString instance using the specified Locale and String parameters.
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.
createKey(String) - Method in interface javax.xml.registry.LifeCycleManager
Creates a Key instance from an ID.
createLinkBuilder() - Method in class javax.ws.rs.ext.RuntimeDelegate
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.
createLocalizedString(Locale, String) - Method in interface javax.xml.registry.LifeCycleManager
Creates a LocalizedString instance using the specified Locale and String parameters.
createLocalizedString(Locale, String, String) - Method in interface javax.xml.registry.LifeCycleManager
Creates a LocalizedString instance using the specified Locale, String, and character set parameters.
createManagedConnection(Subject, ConnectionRequestInfo) - Method in interface javax.resource.spi.ManagedConnectionFactory
Creates a new physical connection to the underlying EIS resource manager.
createMapMessage() - Method in interface javax.jms.JMSContext
Creates a MapMessage object.
createMapMessage() - Method in interface javax.jms.Session
Creates a MapMessage object.
createMappedRecord(String) - Method in interface javax.resource.cci.RecordFactory
Creates a MappedRecord.
createMergeDiff(JsonValue, JsonValue) - Static method in class javax.json.Json
Generates a JSON Merge Patch (RFC 7396) from the source and target JsonValues which when applied to the source, yields the target.
createMergeDiff(JsonValue, JsonValue) - Method in class javax.json.spi.JsonProvider
Generates a JSON Merge Patch (RFC 7396) from the source and target JsonValues which when applied to the source, yields the target.
createMergePatch(JsonValue) - Static method in class javax.json.Json
Creates JSON Merge Patch (RFC 7396) from specified JsonValue.
createMergePatch(JsonValue) - Method in class javax.json.spi.JsonProvider
Creates JSON Merge Patch (RFC 7396) from specified JsonValue.
createMessage() - Method in interface javax.jms.JMSContext
Creates a Message object.
createMessage() - Method in interface javax.jms.Session
Creates a Message object.
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
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(InternetHeaders, byte[]) - Method in class javax.mail.internet.MimeMultipart
Create and return a MimeBodyPart object to represent a body part parsed from the InputStream.
createMimeBodyPart(InputStream) - 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 Jakarta Persistence query language or in native SQL).
createNamedQuery(String, Class<T>) - Method in interface javax.persistence.EntityManager
Create an instance of TypedQuery for executing a Jakarta Persistence query language named query.
createNamedStoredProcedureQuery(String) - Method in interface javax.persistence.EntityManager
Create an instance of StoredProcedureQuery for executing a stored procedure in the database.
createNativeQuery(String) - Method in interface javax.persistence.EntityManager
Create an instance of Query for executing a native SQL statement, e.g., for update or delete.
createNativeQuery(String, Class) - Method in interface javax.persistence.EntityManager
Create an instance of Query for executing a native SQL query.
createNativeQuery(String, String) - Method in interface javax.persistence.EntityManager
Create an instance of Query for executing a native SQL query.
createObject(String) - Method in interface javax.xml.registry.LifeCycleManager
Creates instances of information model interfaces (factory method).
createObjectBuilder() - Static method in class javax.json.Json
Creates a JSON object builder
createObjectBuilder(JsonObject) - Static method in class javax.json.Json
Creates a JSON object builder, initialized with the specified object.
createObjectBuilder(Map<String, Object>) - Static method in class javax.json.Json
Creates a JSON object builder, initialized with the data from specified map.
createObjectBuilder() - Method in interface javax.json.JsonBuilderFactory
Creates a JsonObjectBuilder instance that is used to build JsonObject.
createObjectBuilder(JsonObject) - Method in interface javax.json.JsonBuilderFactory
Creates a JsonObjectBuilder instance, initialized with an object.
createObjectBuilder(Map<String, Object>) - Method in interface javax.json.JsonBuilderFactory
Creates a JsonObjectBuilder instance, initialized with the specified object.
createObjectBuilder() - Method in class javax.json.spi.JsonProvider
Creates a JSON object builder.
createObjectBuilder(JsonObject) - Method in class javax.json.spi.JsonProvider
Creates a JSON object builder, initialized with the specified object.
createObjectBuilder(Map<String, Object>) - Method in class javax.json.spi.JsonProvider
Creates a JSON object builder, initialized with the data from specified map.
createObjectMessage() - Method in interface javax.jms.JMSContext
Creates an ObjectMessage object.
createObjectMessage(Serializable) - Method in interface javax.jms.JMSContext
Creates an initialized ObjectMessage object.
createObjectMessage() - Method in interface javax.jms.Session
Creates an ObjectMessage object.
createObjectMessage(Serializable) - Method in interface javax.jms.Session
Creates an initialized ObjectMessage object.
createOrganization(String) - Method in interface javax.xml.registry.LifeCycleManager
Creates an Organization instance using the specified name, where the name is a String.
createOrganization(InternationalString) - Method in interface javax.xml.registry.LifeCycleManager
Creates an Organization instance using the specified name, where the name is an InternationalString.
createParser(Reader) - Static method in class javax.json.Json
Creates a JSON parser from a character stream.
createParser(InputStream) - Static method in class javax.json.Json
Creates a JSON parser from a byte stream.
createParser(Reader) - Method in class javax.json.spi.JsonProvider
Creates a JSON parser from a character stream.
createParser(InputStream) - Method in class javax.json.spi.JsonProvider
Creates a JSON parser from the specified byte stream.
createParser(Reader) - Method in interface javax.json.stream.JsonParserFactory
Creates a JSON parser from a character stream.
createParser(InputStream) - Method in interface javax.json.stream.JsonParserFactory
Creates a JSON parser from the specified byte stream.
createParser(InputStream, Charset) - Method in interface javax.json.stream.JsonParserFactory
Creates a JSON parser from the specified byte stream.
createParser(JsonObject) - Method in interface javax.json.stream.JsonParserFactory
Creates a JSON parser from the specified JSON object.
createParser(JsonArray) - Method in interface javax.json.stream.JsonParserFactory
Creates a JSON parser from the specified JSON array.
createParserFactory(Map<String, ?>) - Static method in class javax.json.Json
Creates a parser factory for creating JsonParser objects.
createParserFactory(Map<String, ?>) - Method in class javax.json.spi.JsonProvider
Creates a parser factory for creating JsonParser instances.
createPatch(JsonArray) - Static method in class javax.json.Json
Creates a JSON Patch (RFC 6902) from the specified operations.
createPatch(JsonArray) - Method in class javax.json.spi.JsonProvider
Creates a JSON Patch (RFC 6902) from the specified operations.
createPatchBuilder() - Static method in class javax.json.Json
Creates a JSON Patch builder (RFC 6902).
createPatchBuilder(JsonArray) - Static method in class javax.json.Json
Creates a JSON Patch builder (RFC 6902), initialized with the specified operations.
createPatchBuilder() - Method in class javax.json.spi.JsonProvider
Creates a JSON Patch builder (RFC 6902).
createPatchBuilder(JsonArray) - Method in class javax.json.spi.JsonProvider
Creates a JSON Patch builder (RFC 6902), initialized with the specified operations.
createPersonName(String, String, String) - Method in interface javax.xml.registry.LifeCycleManager
Creates a PersonName instance using the specified first, middle, and last names.
createPersonName(String) - Method in interface javax.xml.registry.LifeCycleManager
Creates a PersonName instance using the specified full name.
createPointer(String) - Static method in class javax.json.Json
Creates JSON Pointer (RFC 6901) from given jsonPointer string.
createPointer(String) - Method in class javax.json.spi.JsonProvider
Creates JSON Pointer (RFC 6901) from given jsonPointer string.
createPostalAddress(String, String, String, String, String, String, String) - Method in interface javax.xml.registry.LifeCycleManager
Creates a PostalAddress instance using the specified parameters.
createProducer(Bean<T>) - Method in interface javax.enterprise.inject.spi.ProducerFactory
Create a new producer for a bean.
createProducer() - Method in interface javax.jms.JMSContext
Creates a new JMSProducer object which can be used to configure and send messages
createProducer(Destination) - Method in interface javax.jms.Session
Creates a MessageProducer to send messages to the specified destination.
createPublisher(Topic) - Method in interface javax.jms.TopicSession
Creates a publisher for the specified topic.
createQuery() - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a CriteriaQuery object.
createQuery(Class<T>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a CriteriaQuery object with the specified result type.
createQuery(String) - Method in interface javax.persistence.EntityManager
Create an instance of Query for executing a Jakarta Persistence query language statement.
createQuery(CriteriaQuery<T>) - Method in interface javax.persistence.EntityManager
Create an instance of TypedQuery for executing a criteria query.
createQuery(CriteriaUpdate) - Method in interface javax.persistence.EntityManager
Create an instance of Query for executing a criteria update query.
createQuery(CriteriaDelete) - Method in interface javax.persistence.EntityManager
Create an instance of Query for executing a criteria delete query.
createQuery(String, Class<T>) - Method in interface javax.persistence.EntityManager
Create an instance of TypedQuery for executing a Jakarta Persistence query language statement.
createQuery(int, String) - Method in interface javax.xml.registry.DeclarativeQueryManager
Creates a Query object given a queryType (for example, QUERY_TYPE_SQL) and a String that represents a query in the syntax appropriate for queryType.
createQueue(String) - Method in interface javax.jms.JMSContext
Creates a Queue object which encapsulates a specified provider-specific queue name.
createQueue(String) - Method in interface javax.jms.QueueSession
Creates a queue identity given a Queue name.
createQueue(String) - Method in interface javax.jms.Session
Creates a Queue object which encapsulates a specified provider-specific queue name.
createQueueConnection() - Method in interface javax.jms.QueueConnectionFactory
Creates a queue connection with the default user identity.
createQueueConnection(String, String) - Method in interface javax.jms.QueueConnectionFactory
Creates a queue connection with the specified user identity.
createQueueSession(boolean, int) - Method in interface javax.jms.QueueConnection
Creates a QueueSession object, specifying transacted and acknowledgeMode.
createQueueSession(boolean, int) - Method in interface javax.jms.XAQueueConnection
Creates a QueueSession object.
createReader(Reader) - Static method in class javax.json.Json
Creates a JSON reader from a character stream.
createReader(InputStream) - Static method in class javax.json.Json
Creates a JSON reader from a byte stream.
createReader(Reader) - Method in interface javax.json.JsonReaderFactory
Creates a JSON reader from a character stream.
createReader(InputStream) - Method in interface javax.json.JsonReaderFactory
Creates a JSON reader from a byte stream.
createReader(InputStream, Charset) - Method in interface javax.json.JsonReaderFactory
Creates a JSON reader from a byte stream.
createReader(Reader) - Method in class javax.json.spi.JsonProvider
Creates a JSON reader from a character stream.
createReader(InputStream) - Method in class javax.json.spi.JsonProvider
Creates a JSON reader from a byte stream.
createReaderFactory(Map<String, ?>) - Static method in class javax.json.Json
Creates a reader factory for creating JsonReader objects.
createReaderFactory(Map<String, ?>) - Method in class javax.json.spi.JsonProvider
Creates a reader factory for creating JsonReader objects.
createReceiver(Queue) - Method in interface javax.jms.QueueSession
Creates a QueueReceiver object to receive messages from the specified queue.
createReceiver(Queue, String) - Method in interface javax.jms.QueueSession
Creates a QueueReceiver object to receive messages from the specified queue using a message selector.
createRegistryPackage(String) - Method in interface javax.xml.registry.LifeCycleManager
Creates a RegistryPackage instance using the specified name, where the name is a String.
createRegistryPackage(InternationalString) - Method in interface javax.xml.registry.LifeCycleManager
Creates a RegistryPackage instance using the specified name, where the name is an InternationalString.
createResource(String) - Method in class javax.faces.application.ResourceHandler

Create an instance of ViewResource given the argument resourceName.

createResource(String, String) - Method in class javax.faces.application.ResourceHandler

Create an instance of Resource with a resourceName given by the value of the argument resourceName that is a member of the library named by the argument libraryName.

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 argument resourceName that is a member of the library named by the argument libraryName that claims to have the content-type given by the argument content-type.

createResource(String) - Method in class javax.faces.application.ResourceHandlerWrapper

The default behavior of this method is to call ResourceHandler.createResource(String) on the wrapped ResourceHandler object.

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 wrapped ResourceHandler object.

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 wrapped ResourceHandler object.

createResourceFromId(String) - Method in class javax.faces.application.ResourceHandler

Create an instance of Resource given the argument resourceId.

createResourceFromId(String) - Method in class javax.faces.application.ResourceHandlerWrapper

The default behavior of this method is to call ResourceHandler.createResourceFromId(String) on the wrapped ResourceHandler 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 new ResponseStream 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 wrapped RenderKit object.
createResponseWriter(Writer, String, String) - Method in class javax.faces.render.RenderKit
Use the provided Writer to create a new ResponseWriter 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 wrapped RenderKit object.
createSearchExpressionContext(FacesContext, UIComponent) - Static method in class javax.faces.component.search.SearchExpressionContext

Creates a SearchExpressionContext instance for use with the SearchExpressionHandler.

createSearchExpressionContext(FacesContext, UIComponent, Set<SearchExpressionHint>, Set<VisitHint>) - Static method in class javax.faces.component.search.SearchExpressionContext

Creates a SearchExpressionContext instance for use with the SearchExpressionHandler.

createSender(Queue) - Method in interface javax.jms.QueueSession
Creates a QueueSender object to send messages to the specified queue.
createService(String) - Method in interface javax.xml.registry.LifeCycleManager
Creates a Service instance using the specified name, where the name is a String.
createService(InternationalString) - Method in interface javax.xml.registry.LifeCycleManager
Creates a Service instance using the specified name, where the name is an InternationalString.
createService(URL, QName) - Method in class javax.xml.rpc.ServiceFactory
Create a Service instance.
createService(QName) - Method in class javax.xml.rpc.ServiceFactory
Create a Service instance.
createServiceBinding() - Method in interface javax.xml.registry.LifeCycleManager
Creates an empty ServiceBinding instance.
createServlet(Class<T>) - Method in interface javax.servlet.ServletContext
Instantiates the given Servlet class.
createSession(boolean, int) - Method in interface javax.jms.Connection
Creates a Session object, specifying transacted and acknowledgeMode.
createSession(int) - Method in interface javax.jms.Connection
Creates a Session object, specifying sessionMode.
createSession() - Method in interface javax.jms.Connection
Creates a Session object, specifying no arguments.
createSession(boolean, int) - Method in interface javax.jms.XAConnection
Creates an Session object.
createSharedConnectionConsumer(Topic, String, String, ServerSessionPool, int) - Method in interface javax.jms.Connection
Creates a connection consumer for this connection (optional operation) on the specific topic using a shared non-durable subscription with the specified name.
createSharedConsumer(Topic, String) - Method in interface javax.jms.JMSContext
Creates a shared non-durable subscription with the specified name on the specified topic (if one does not already exist) and creates a consumer on that subscription.
createSharedConsumer(Topic, String, String) - Method in interface javax.jms.JMSContext
Creates a shared non-durable subscription with the specified name on the specified topic (if one does not already exist) specifying a message selector, and creates a consumer on that subscription.
createSharedConsumer(Topic, String) - Method in interface javax.jms.Session
Creates a shared non-durable subscription with the specified name on the specified topic (if one does not already exist) and creates a consumer on that subscription.
createSharedConsumer(Topic, String, String) - Method in interface javax.jms.Session
Creates a shared non-durable subscription with the specified name on the specified topic (if one does not already exist) specifying a message selector, and creates a consumer on that subscription.
createSharedDurableConnectionConsumer(Topic, String, String, ServerSessionPool, int) - Method in interface javax.jms.Connection
Creates a connection consumer for this connection (optional operation) on the specific topic using a shared durable subscription with the specified name.
createSharedDurableConsumer(Topic, String) - Method in interface javax.jms.JMSContext
Creates a shared durable subscription on the specified topic (if one does not already exist), specifying a message selector, and creates a consumer on that durable subscription.
createSharedDurableConsumer(Topic, String, String) - Method in interface javax.jms.JMSContext
Creates a shared durable subscription on the specified topic (if one does not already exist), specifying a message selector, and creates a consumer on that durable subscription.
createSharedDurableConsumer(Topic, String) - Method in interface javax.jms.Session
Creates a shared durable subscription on the specified topic (if one does not already exist), specifying a message selector and the noLocal parameter, and creates a consumer on that durable subscription.
createSharedDurableConsumer(Topic, String, String) - Method in interface javax.jms.Session
Creates a shared durable subscription on the specified topic (if one does not already exist), specifying a message selector, and creates a consumer on that durable subscription.
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.
createSlot(String, String, String) - Method in interface javax.xml.registry.LifeCycleManager
Creates a Slot instance using the specified parameters, where the value is a String.
createSlot(String, Collection, String) - Method in interface javax.xml.registry.LifeCycleManager
Creates a Slot instance using the specified parameters, where the value is a Collection of Strings.
createSpecializedConfiguration(BootstrapState) - Method in interface javax.validation.spi.ValidationProvider
Returns a Configuration instance implementing T, the Configuration sub-interface.
createSpecificationLink() - Method in interface javax.xml.registry.LifeCycleManager
Creates an empty SpecificationLink instance.
createStoredProcedureQuery(String) - Method in interface javax.persistence.EntityManager
Create an instance of StoredProcedureQuery for executing a stored procedure in the database.
createStoredProcedureQuery(String, Class...) - Method in interface javax.persistence.EntityManager
Create an instance of StoredProcedureQuery for executing a stored procedure in the database.
createStoredProcedureQuery(String, String...) - Method in interface javax.persistence.EntityManager
Create an instance of StoredProcedureQuery for executing a stored procedure in the database.
createStreamMessage() - Method in interface javax.jms.JMSContext
Creates a StreamMessage object.
createStreamMessage() - Method in interface javax.jms.Session
Creates a StreamMessage object.
createSubscriber(Topic) - Method in interface javax.jms.TopicSession
Creates a nondurable subscriber to the specified topic.
createSubscriber(Topic, String, boolean) - Method in interface javax.jms.TopicSession
Creates a nondurable subscriber to the specified topic, using a message selector or specifying whether messages published by its own connection should be delivered to it.
createTelephoneNumber() - Method in interface javax.xml.registry.LifeCycleManager
Creates an empty TelephoneNumber instance.
createTemporaryQueue() - Method in interface javax.jms.JMSContext
Creates a TemporaryQueue object.
createTemporaryQueue() - Method in interface javax.jms.QueueSession
Creates a TemporaryQueue object.
createTemporaryQueue() - Method in interface javax.jms.Session
Creates a TemporaryQueue object.
createTemporaryTopic() - Method in interface javax.jms.JMSContext
Creates a TemporaryTopic object.
createTemporaryTopic() - Method in interface javax.jms.Session
Creates a TemporaryTopic object.
createTemporaryTopic() - Method in interface javax.jms.TopicSession
Creates a TemporaryTopic object.
createTextMessage() - Method in interface javax.jms.JMSContext
Creates a TextMessage object.
createTextMessage(String) - Method in interface javax.jms.JMSContext
Creates an initialized TextMessage object.
createTextMessage() - Method in interface javax.jms.Session
Creates a TextMessage object.
createTextMessage(String) - Method in interface javax.jms.Session
Creates an initialized TextMessage object.
createTimer(long, Serializable) - Method in interface javax.ejb.TimerService
Create a single-action timer that expires after a specified duration.
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(Date, Serializable) - Method in interface javax.ejb.TimerService
Create a single-action timer that expires at a given point in time.
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() - Method in interface javax.resource.spi.BootstrapContext
Creates a new java.util.Timer instance.
createTopic(String) - Method in interface javax.jms.JMSContext
Creates a Topic object which encapsulates a specified provider-specific topic name.
createTopic(String) - Method in interface javax.jms.Session
Creates a Topic object which encapsulates a specified provider-specific topic name.
createTopic(String) - Method in interface javax.jms.TopicSession
Creates a topic identity given a Topic name.
createTopicConnection() - Method in interface javax.jms.TopicConnectionFactory
Creates a topic connection with the default user identity.
createTopicConnection(String, String) - Method in interface javax.jms.TopicConnectionFactory
Creates a topic connection with the specified user identity.
createTopicSession(boolean, int) - Method in interface javax.jms.TopicConnection
Creates a TopicSession object, specifying transacted and acknowledgeMode.
createTopicSession(boolean, int) - Method in interface javax.jms.XATopicConnection
Creates a TopicSession object.
createTupleQuery() - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a CriteriaQuery object that returns a tuple of objects as its result.
createTypeMapping() - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
Creates a new empty TypeMapping object.
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() - Method in class javax.faces.component.UIViewRoot
Generate an identifier for a component.
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.
createUser() - Method in interface javax.xml.registry.LifeCycleManager
Creates an empty User instance.
createValidator(String) - Method in class javax.faces.application.Application
Instantiate and return a new Validator instance of the class specified by a previous call to addValidator() 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 wrapped Application object.

createValidator() - Method in class javax.faces.webapp.ValidatorELTag
Create and return a new Validator to be registered on our surrounding UIComponent.
createValidator() - Method in class javax.faces.webapp.ValidatorTag
Deprecated.
Create and return a new Validator to be registered on our surrounding UIComponent.
createValidatorHandlerDelegate(ValidatorHandler) - Method in class javax.faces.view.facelets.TagHandlerDelegateFactory

Create and return a TagHandlerDelegate instance designed for use with ValidatorHandler.

createValue(String) - Static method in class javax.json.Json
Creates a JsonString.
createValue(int) - Static method in class javax.json.Json
Creates a JsonNumber.
createValue(long) - Static method in class javax.json.Json
Creates a JsonNumber.
createValue(double) - Static method in class javax.json.Json
Creates a JsonNumber.
createValue(BigDecimal) - Static method in class javax.json.Json
Creates a JsonNumber.
createValue(BigInteger) - Static method in class javax.json.Json
Creates a JsonNumber.
createValue(String) - Method in class javax.json.spi.JsonProvider
Creates a JsonString.
createValue(int) - Method in class javax.json.spi.JsonProvider
Creates a JsonNumber.
createValue(long) - Method in class javax.json.spi.JsonProvider
Creates a JsonNumber.
createValue(double) - Method in class javax.json.spi.JsonProvider
Creates a JsonNumber.
createValue(BigDecimal) - Method in class javax.json.spi.JsonProvider
Creates a JsonNumber.
createValue(BigInteger) - Method in class javax.json.spi.JsonProvider
Creates a JsonNumber.
createValueBinding(String) - Method in class javax.faces.application.Application
createValueBinding(String) - Method in class javax.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.createValueBinding(String) on the wrapped Application object.

createValueExpression(ELContext, String, Class<?>) - Method in class javax.el.ExpressionFactory
Parses an expression into a ValueExpression for later evaluation.
createValueExpression(Object, Class<?>) - Method in class javax.el.ExpressionFactory
Creates a ValueExpression that wraps an object instance.
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 argument FacesContext and viewId.
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 wrapped ViewHandler object.
createView(FacesContext, String) - Method in class javax.faces.view.ViewDeclarationLanguage

Create a UIViewRoot from the VDL contained in the artifact referenced by the argument viewId.

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 argument resourceName, 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 wrapped ResourceHandler object.

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).
createVisitContext(FacesContext) - Static method in class javax.faces.component.visit.VisitContext
Creates a VisitContext instance for use with UIComponent.visitTree().
createWith(Function<CreationalContext<U>, U>) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Set a callback to create a bean instance.
createWriter(Writer) - Static method in class javax.json.Json
Creates a JSON writer to write a JSON object or array structure to the specified character stream.
createWriter(OutputStream) - Static method in class javax.json.Json
Creates a JSON writer to write a JSON object or array structure to the specified byte stream.
createWriter(Writer) - Method in interface javax.json.JsonWriterFactory
Creates a JSON writer to write a JSON object or array structure to the specified character stream.
createWriter(OutputStream) - Method in interface javax.json.JsonWriterFactory
Creates a JSON writer to write a JSON object or array structure to the specified byte stream.
createWriter(OutputStream, Charset) - Method in interface javax.json.JsonWriterFactory
Creates a JSON writer to write a JSON object or array structure to the specified byte stream.
createWriter(Writer) - Method in class javax.json.spi.JsonProvider
Creates a JSON writer to write a JSON object or array structure to the specified character stream.
createWriter(OutputStream) - Method in class javax.json.spi.JsonProvider
Creates a JSON writer to write a JSON object or array structure to the specified byte stream.
createWriterFactory(Map<String, ?>) - Static method in class javax.json.Json
Creates a writer factory for creating JsonWriter objects.
createWriterFactory(Map<String, ?>) - Method in class javax.json.spi.JsonProvider
Creates a writer factory for creating JsonWriter objects.
createXAConnection() - Method in interface javax.jms.XAConnectionFactory
Creates an XAConnection with the default user identity.
createXAConnection(String, String) - Method in interface javax.jms.XAConnectionFactory
Creates an XAConnection with the specified user identity.
createXAContext() - Method in interface javax.jms.XAConnectionFactory
Creates a XAJMSContext with the default user identity
createXAContext(String, String) - Method in interface javax.jms.XAConnectionFactory
Creates a JMSContext with the specified user identity
createXAQueueConnection() - Method in interface javax.jms.XAQueueConnectionFactory
Creates an XA queue connection with the default user identity.
createXAQueueConnection(String, String) - Method in interface javax.jms.XAQueueConnectionFactory
Creates an XA queue connection with the specified user identity.
createXAQueueSession() - Method in interface javax.jms.XAQueueConnection
Creates an XAQueueSession object.
createXASession() - Method in interface javax.jms.XAConnection
Creates an XASession object.
createXATopicConnection() - Method in interface javax.jms.XATopicConnectionFactory
Creates an XA topic connection with the default user identity.
createXATopicConnection(String, String) - Method in interface javax.jms.XATopicConnectionFactory
Creates an XA topic connection with the specified user identity.
createXATopicSession() - Method in interface javax.jms.XATopicConnection
Creates an XATopicSession object.
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(Throwable) - Constructor for exception javax.enterprise.inject.CreationException
 
CreationException(String, 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 of Credential.
CredentialValidationResult(String) - Constructor for class javax.security.enterprise.identitystore.CredentialValidationResult
Constructor for a VALID result.
CredentialValidationResult(CallerPrincipal) - Constructor for class javax.security.enterprise.identitystore.CredentialValidationResult
Constructor for a VALID result.
CredentialValidationResult(String, Set<String>) - Constructor for class javax.security.enterprise.identitystore.CredentialValidationResult
Constructor for a VALID result.
CredentialValidationResult(CallerPrincipal, Set<String>) - Constructor for class javax.security.enterprise.identitystore.CredentialValidationResult
Constructor for a VALID result.
CredentialValidationResult(String, String, String, String, Set<String>) - Constructor for class javax.security.enterprise.identitystore.CredentialValidationResult
Constructor for a VALID result.
CredentialValidationResult(String, CallerPrincipal, String, String, Set<String>) - Constructor for class javax.security.enterprise.identitystore.CredentialValidationResult
Constructor for a VALID result.
CredentialValidationResult.Status - Enum in javax.security.enterprise.identitystore
 
CriteriaBuilder - Interface in javax.persistence.criteria
Used to construct criteria queries, compound selections, expressions, predicates, orderings.
CriteriaBuilder.Case<R> - Interface in javax.persistence.criteria
Interface used to build general case expressions.
CriteriaBuilder.Coalesce<T> - Interface in javax.persistence.criteria
Interface used to build coalesce expressions.
CriteriaBuilder.In<T> - Interface in javax.persistence.criteria
Interface used to build in predicates.
CriteriaBuilder.SimpleCase<C,R> - Interface in javax.persistence.criteria
Interface used to build simple case expressions.
CriteriaBuilder.Trimspec - Enum in javax.persistence.criteria
Used to specify how strings are trimmed.
CriteriaDelete<T> - Interface in javax.persistence.criteria
The CriteriaDelete interface defines functionality for performing bulk delete operations using the Criteria API
CriteriaQuery<T> - Interface in javax.persistence.criteria
The CriteriaQuery interface defines functionality that is specific to top-level queries.
CriteriaUpdate<T> - Interface in javax.persistence.criteria
The CriteriaUpdate interface defines functionality for performing bulk update operations using the Criteria API.
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 to Number 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(GenericType, Object) - Method in interface javax.ws.rs.sse.OutboundSseEvent.Builder
Set event data and a generic java type of event data.
data(Object) - Method in interface javax.ws.rs.sse.OutboundSseEvent.Builder
Set event data and java type of event data.
DatabaseIdentityStoreDefinition - Annotation Type in javax.security.enterprise.identitystore
Annotation used to define a container-provided IdentityStore that stores caller credentials and identity attributes in a relational database, and make that implementation available as an enabled CDI bean.
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 Jakarta Server 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 DataModelEvents occurring on a particular DataModel 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 - Static variable in interface javax.ws.rs.core.HttpHeaders
DATE_FORMAT - Static variable in class javax.json.bind.JsonbConfig
Property used to specify custom date format globally.
DATE_ID - Static variable in class javax.faces.convert.DateTimeConverter
The message identifier of the FacesMessage to be created if the conversion to Date 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 to DateTime fails.
DateTimeConverter - Class in javax.faces.convert
Converter implementation for java.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(String) - Method in class javax.ejb.ScheduleExpression
Set the day of the month attribute.
dayOfMonth(int) - Method in class javax.ejb.ScheduleExpression
Set the day of the month attribute.
dayOfWeek(String) - Method in class javax.ejb.ScheduleExpression
Set the day of the week attribute.
dayOfWeek(int) - Method in class javax.ejb.ScheduleExpression
Set the day of the week attribute.
DConfigBean - Interface in javax.enterprise.deploy.spi
The DConfigBean is a deployment configuration bean (DConfigBean) that is associated with one or more deployment descriptor beans, (DDBean).
DConfigBeanRoot - Interface in javax.enterprise.deploy.spi
A Jakarta EE component module consists of one or more deployment descriptor files and zero or more non-deployment descriptor XML instance documents.
DConfigBeanVersionType - Class in javax.enterprise.deploy.shared
Class DConfigBeanVersionTypes defines enumeration values for the J2EE Platform verion number.
DConfigBeanVersionType(int) - Constructor for class javax.enterprise.deploy.shared.DConfigBeanVersionType
Construct a new enumeration value with the given integer value.
DConfigBeanVersionUnsupportedException - Exception in javax.enterprise.deploy.spi.exceptions
This exception is to report that there is no support for the DConfigBean version requested.
DConfigBeanVersionUnsupportedException(String) - Constructor for exception javax.enterprise.deploy.spi.exceptions.DConfigBeanVersionUnsupportedException
Creates an new DConfigBeanVersionUnsupportedException object.
DDBean - Interface in javax.enterprise.deploy.model
An interface for beans that represent a fragment of a standard deployment descriptor.
DDBeanCreateException - Exception in javax.enterprise.deploy.model.exceptions
This exception reports errors in generating a DDBean.
DDBeanCreateException() - Constructor for exception javax.enterprise.deploy.model.exceptions.DDBeanCreateException
Creates new DDBeanCreateException without detail message.
DDBeanCreateException(String) - Constructor for exception javax.enterprise.deploy.model.exceptions.DDBeanCreateException
Constructs an DDBeanCreateException with the specified detail message.
DDBeanRoot - Interface in javax.enterprise.deploy.model
An interface that represents the root of a standard deployment descriptor.
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 to BigDecimal 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.
DeclarativeQueryManager - Interface in javax.xml.registry
This interface provides the ability to execute declarative queries (e.g.
declaredOn(ElementType...) - Method in interface javax.validation.metadata.ElementDescriptor.ConstraintFinder
Restricts to the constraints hosted on the listed types for a given element.
DeclareRoles - Annotation Type in javax.annotation.security
Used by application to declare security roles.
declareRoles(String...) - Method in interface javax.servlet.ServletContext
Declares role names that are tested using isUserInRole.
decode(FacesContext, UIComponent) - Method in interface javax.faces.component.behavior.ClientBehavior

Decode any new state of this ClientBehavior from the request contained in the specified FacesContext.

decode(FacesContext, UIComponent) - Method in class javax.faces.component.behavior.ClientBehaviorBase
decode(FacesContext) - Method in class javax.faces.component.UIComponent
Decode any new state of this UIComponent from the request contained in the specified FacesContext, 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 the action or any actionListeners 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 to UIInput.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, ClientBehavior) - Method in class javax.faces.render.ClientBehaviorRenderer

Decode any new state of this ClientBehavior from the request contained in the specified FacesContext.

decode(FacesContext, UIComponent) - Method in class javax.faces.render.Renderer
Decode any new state of the specified UIComponent from the request contained in the specified FacesContext, and store that state on the UIComponent.
decode(FacesContext, UIComponent) - Method in class javax.faces.render.RendererWrapper
 
decode(InputStream, String) - Static method in class javax.mail.internet.MimeUtility
Decode the given input stream.
decode(ByteBuffer) - Method in interface javax.websocket.Decoder.Binary
Decode the given bytes into an object of type T.
decode(InputStream) - Method in interface javax.websocket.Decoder.BinaryStream
Decode the given bytes read from the input stream into an object of type T.
decode(String) - Method in interface javax.websocket.Decoder.Text
Decode the given String into an object of type T.
decode(Reader) - Method in interface javax.websocket.Decoder.TextStream
Reads the websocket message from the implementation provided Reader and decodes it into an instance of the supplied object type.
DecodeException - Exception in javax.websocket
A general exception that occurs when trying to decode a custom object from a text or binary message.
DecodeException(ByteBuffer, String, Throwable) - Constructor for exception javax.websocket.DecodeException
Constructor with the binary data that could not be decoded, and the reason why it failed to be, and the cause.
DecodeException(String, String, Throwable) - Constructor for exception javax.websocket.DecodeException
Constructor with the text data that could not be decoded, and the reason why it failed to be, and the cause.
DecodeException(ByteBuffer, String) - Constructor for exception javax.websocket.DecodeException
Constructs a DecodedException with the given ByteBuffer that cannot be decoded, and reason why.
DecodeException(String, String) - Constructor for exception javax.websocket.DecodeException
Constructs a DecodedException with the given encoded string that cannot be decoded, and reason why.
decodePointer(String) - Static method in class javax.json.Json
Decodes a passed JSON-pointer string as defined by RFC 6901.
Decoder - Interface in javax.websocket
The Decoder interface holds member interfaces that define how a developer can provide the web socket container a way web socket messages into developer defined custom objects.
Decoder.Binary<T> - Interface in javax.websocket
This interface defines how a custom object (of type T) is decoded from a web socket message in the form of a byte buffer.
Decoder.BinaryStream<T> - Interface in javax.websocket
This interface defines how a custom object is decoded from a web socket message in the form of a binary stream.
Decoder.Text<T> - Interface in javax.websocket
This interface defines how a custom object is decoded from a web socket message in the form of a string.
Decoder.TextStream<T> - Interface in javax.websocket
This interface defines how a custom object of type T is decoded from a web socket message in the form of a character stream.
decoders(List<Class<? extends Decoder>>) - Method in class javax.websocket.ClientEndpointConfig.Builder
Assign the list of decoder implementation classes the client will use.
decoders(List<Class<? extends Decoder>>) - Method in class javax.websocket.server.ServerEndpointConfig.Builder
Sets the decoder implementation classes to use in the configuration.
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 - Annotation Type in javax.decorator
Specifies that a class is a decorator.
Decorator<T> - Interface in javax.enterprise.inject.spi
Represents an enabled decorator.
Default - Annotation Type in javax.enterprise.inject
The default qualifier type.
Default - Interface in javax.validation.groups
Default Jakarta Bean Validation group.
Default.Literal - Class in javax.enterprise.inject
Supports inline instantiation of the Default qualifier.
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_CHARSET_NAME - Static variable in interface javax.xml.registry.infomodel.LocalizedString
The default name returned by getCharsetName if no other name has explicitly been set.
DEFAULT_DELIVERY_DELAY - Static variable in interface javax.jms.Message
The message producer's default delivery delay is zero.
DEFAULT_DELIVERY_MODE - Static variable in interface javax.jms.Message
The message producer's default delivery mode is PERSISTENT.
DEFAULT_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 Jakarta Server 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 Jakarta Server Faces 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.
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(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(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.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, or HeaderParam.
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, String, String) - Method in class javax.el.ELProcessor
Define a Jakarta Expression Language function in the local function mapper.
defineFunction(String, String, Method) - Method in class javax.el.ELProcessor
Define a Jakarta Expression Language function in the local function mapper.
DefinitionException - Exception in javax.enterprise.inject.spi
Thrown when a definition error occurs.
DefinitionException(String, Throwable) - Constructor for exception javax.enterprise.inject.spi.DefinitionException
 
DefinitionException(String) - Constructor for exception javax.enterprise.inject.spi.DefinitionException
 
DefinitionException(Throwable) - Constructor for exception javax.enterprise.inject.spi.DefinitionException
 
Delegate - Annotation Type in javax.decorator
Identifies the delegate injection point of a decorator.
delegate(boolean) - Method in interface javax.enterprise.inject.spi.configurator.InjectionPointConfigurator
Change the delegate status of the built InjectionPoint.
delegateFactory - Variable in class javax.faces.view.facelets.DelegatingMetaTagHandler
 
DelegatingMetaTagHandler - Class in javax.faces.view.facelets

Enable the Jakarta Server Faces 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(String) - Method in class javax.faces.context.PartialResponseWriter

Write a delete operation.

delete() - Method in interface javax.jms.TemporaryQueue
Deletes this temporary queue.
delete() - Method in interface javax.jms.TemporaryTopic
Deletes this temporary topic.
delete(boolean) - Method in class javax.mail.Folder
Delete this Folder.
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(Class<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke HTTP DELETE method for the current request asynchronously.
delete(GenericType<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke HTTP DELETE method for the current request asynchronously.
delete(InvocationCallback<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke HTTP DELETE method for the current request asynchronously.
delete() - Method in interface javax.ws.rs.client.CompletionStageRxInvoker
 
delete(Class<T>) - Method in interface javax.ws.rs.client.CompletionStageRxInvoker
 
delete(GenericType<T>) - Method in interface javax.ws.rs.client.CompletionStageRxInvoker
 
delete() - Method in interface javax.ws.rs.client.RxInvoker
Invoke HTTP DELETE method for the current request.
delete(Class<R>) - Method in interface javax.ws.rs.client.RxInvoker
Invoke HTTP DELETE method for the current request.
delete(GenericType<R>) - Method in interface javax.ws.rs.client.RxInvoker
Invoke HTTP DELETE method for the current request.
delete() - Method in interface javax.ws.rs.client.SyncInvoker
Invoke HTTP DELETE method for the current request synchronously.
delete(Class<T>) - Method in interface javax.ws.rs.client.SyncInvoker
Invoke HTTP DELETE method for the current request synchronously.
delete(GenericType<T>) - Method in interface javax.ws.rs.client.SyncInvoker
Invoke HTTP DELETE method for the current request synchronously.
DELETE - Annotation Type in javax.ws.rs
Indicates that the annotated method responds to HTTP DELETE requests.
DELETE - Static variable in annotation type javax.ws.rs.HttpMethod
HTTP DELETE method.
deleteAssociations(Collection) - Method in interface javax.xml.registry.BusinessLifeCycleManager
Deletes the Associations corresponding to the specified Keys.
deleteClassificationSchemes(Collection) - Method in interface javax.xml.registry.BusinessLifeCycleManager
Deletes the ClassificationSchemes corresponding to the specified Keys.
deleteConcepts(Collection) - Method in interface javax.xml.registry.BusinessLifeCycleManager
Deletes the Concepts corresponding to the specified Keys.
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.
DeleteException - Exception in javax.xml.registry
A RegistryException that occurs during a delete action.
DeleteException() - Constructor for exception javax.xml.registry.DeleteException
Constructs a JAXRException object with no reason or embedded Throwable.
DeleteException(String) - Constructor for exception javax.xml.registry.DeleteException
Constructs a JAXRException object with the given String as the reason for the exception being thrown.
DeleteException(String, Throwable) - Constructor for exception javax.xml.registry.DeleteException
Constructs a JAXRException object with the given String as the reason for the exception being thrown and the given Throwable object as an embedded Throwable.
DeleteException(Throwable) - Constructor for exception javax.xml.registry.DeleteException
Constructs a JAXRException object initialized with the given Throwable object.
deleteObjects(Collection) - Method in interface javax.xml.registry.LifeCycleManager
Deletes one or more previously submitted objects from the registry using the object keys.
deleteObjects(Collection, String) - Method in interface javax.xml.registry.LifeCycleManager
Deletes one or more previously submitted objects from the registry using the object keys and a specified objectType attribute.
deleteOrganizations(Collection) - Method in interface javax.xml.registry.BusinessLifeCycleManager
Deletes the organizations corresponding to the specified Keys.
deletesAreDetected(int) - Method in interface javax.resource.cci.ResultSetInfo
Indicates whether or not a visible row delete can be detected by calling ResultSet.rowDeleted.
deleteServiceBindings(Collection) - Method in interface javax.xml.registry.BusinessLifeCycleManager
Deletes the ServiceBindings corresponding to the specified Keys.
deleteServices(Collection) - Method in interface javax.xml.registry.BusinessLifeCycleManager
Deletes the services corresponding to the specified Keys.
delims - Variable in class javax.servlet.jsp.jstl.core.IteratedExpression
 
delistResource(XAResource, int) - Method in interface javax.transaction.Transaction
Disassociate the resource specified from the transaction associated with the target Transaction object.
DeliveryMode - Interface in javax.jms
The delivery modes supported by the Jakarta Messaging API are PERSISTENT and NON_PERSISTENT.
DenyAll - Annotation Type in javax.annotation.security
Specifies that no security roles are allowed to invoke the specified method(s).
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.
DeployableObject - Interface in javax.enterprise.deploy.model
The DeployableObject interface is an abstract representation of a Jakarta EE deployable module (JAR, WAR, RAR, EAR).
DeploymentConfiguration - Interface in javax.enterprise.deploy.spi
An interface that defines a container for all the server-specific configuration information for a single top-level Jakarta EE module.
DeploymentException - Exception in javax.enterprise.inject.spi
Thrown when a deployment problem occurs.
DeploymentException(String, Throwable) - Constructor for exception javax.enterprise.inject.spi.DeploymentException
 
DeploymentException(String) - Constructor for exception javax.enterprise.inject.spi.DeploymentException
 
DeploymentException(Throwable) - Constructor for exception javax.enterprise.inject.spi.DeploymentException
 
DeploymentException - Exception in javax.websocket
Checked exception indicating some kind of failure either to publish an endpoint on its server, or a failure to connect a client to its server.
DeploymentException(String) - Constructor for exception javax.websocket.DeploymentException
Creates a deployment exception with the given reason for the deployment failure.
DeploymentException(String, Throwable) - Constructor for exception javax.websocket.DeploymentException
Creates a deployment exception with the given reason for the deployment failure and wrapped cause of the failure.
DeploymentFactory - Interface in javax.enterprise.deploy.spi.factories
The DeploymentFactory interface is a deployment driver for a Jakarta EE plaform product.
DeploymentFactoryManager - Class in javax.enterprise.deploy.shared.factories
The DeploymentFactoryManager class is a central registry for Jakarta EE DeploymentFactory objects.
DeploymentManager - Interface in javax.enterprise.deploy.spi
The DeploymentManager object provides the core set of functions a Jakarta EE platform must provide for Java EE application deployment.
DeploymentManagerCreationException - Exception in javax.enterprise.deploy.spi.exceptions
This exception is to report problems in returning a DeploymentManager object cause by such things as server down, unable to authenticate and the like.
DeploymentManagerCreationException(String) - Constructor for exception javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationException
Creates an new DeploymentManagerCreationException object.
DeploymentStatus - Interface in javax.enterprise.deploy.spi.status
The DeploymentStatus interface provides information about the progress status of a deployment action.
deprecateObjects(Collection) - Method in interface javax.xml.registry.LifeCycleManager
Deprecates one or more previously submitted objects.
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 wrapped ViewHandler 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 wrapped ViewHandler 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.
DeserializationContext - Interface in javax.xml.rpc.encoding
The javax.xml.rpc.encoding.DeserializationContext interface is implemented by the Jakarta XML RPC runtime system in an XML processing mechanism specific manner.
deserialize(Class<T>, JsonParser) - Method in interface javax.json.bind.serializer.DeserializationContext
Deserialize JSON stream into instance of provided class using JsonParser.
deserialize(Type, JsonParser) - Method in interface javax.json.bind.serializer.DeserializationContext
Deserialize JSON stream into instance of provided class using JsonParser.
deserialize(JsonParser, DeserializationContext, Type) - Method in interface javax.json.bind.serializer.JsonbDeserializer
Deserialize JSON stream into object.
Deserializer - Interface in javax.xml.rpc.encoding
The javax.xml.rpc.encoding.Deserializer interface defines a base interface for deserializers.
DeserializerFactory - Interface in javax.xml.rpc.encoding
The javax.xml.rpc.encoding.DeserializerFactory is a factory of deserializers.
DESERIALIZERS - Static variable in class javax.json.bind.JsonbConfig
Property used to specify custom deserializers.
Destination - Interface in javax.jms
A Destination object encapsulates a provider-specific address.
destroy(Contextual<?>) - Method in interface javax.enterprise.context.spi.AlterableContext
Destroy the existing contextual instance.
destroy(T, CreationalContext<T>) - Method in interface javax.enterprise.context.spi.Contextual
Destroy an instance of the contextual type.
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() - 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 decoder used may be closed gracefully.
destroy() - Method in interface javax.websocket.Encoder
This method is called when the encoder is about to be removed from service in order that any resources the encoder used may be closed gracefully.
destroy() - Method in class javax.xml.rpc.handler.GenericHandler
The destroy method indicates the end of lifecycle for a Handler instance.
destroy() - Method in interface javax.xml.rpc.handler.Handler
The destroy method indicates the end of lifecycle for a Handler instance.
destroy() - Method in interface javax.xml.rpc.handler.HandlerChain
Indicates the end of lifecycle for a HandlerChain.
destroy() - Method in interface javax.xml.rpc.server.ServiceLifecycle
Jakarta XML RPC runtime system ends the lifecycle of a service endpoint instance by invoking the destroy method.
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.
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.
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.
Digits.List - Annotation Type in javax.validation.constraints
Defines several Digits annotations on the same element.
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 a String representation of its value returns true, the runtime must not automatically add the validator with validator-id equal to the value of the symbolic constant BeanValidator.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 the FacesServlet to the extension *.xhtml should be disabled.

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
 
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 - Static variable in class javax.mail.event.ConnectionEvent
A connection was disconnected (not currently used).
disconnected(ConnectionEvent) - Method in interface javax.mail.event.ConnectionListener
Invoked when a Store is disconnected.
discoveredProviders - Static variable in class javax.enterprise.inject.spi.CDI
 
DiscriminatorColumn - Annotation Type in javax.persistence
Specifies the discriminator column for the SINGLE_TABLE and JOINED Inheritance mapping strategies.
DiscriminatorType - Enum in javax.persistence
Defines supported types of the discriminator column.
DiscriminatorValue - Annotation Type in javax.persistence
Specifies the value of the discriminator column for entities of the given type.
disjunction() - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a disjunction (with zero disjuncts).
dispatch(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 wrapped ExternalContext object.
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() - Method in interface javax.servlet.AsyncContext
Dispatches the request and response objects of this AsyncContext to the servlet container.
dispatch(String) - Method in interface javax.servlet.AsyncContext
Dispatches the request and response objects of this AsyncContext to the given path.
dispatch(ServletContext, String) - Method in interface javax.servlet.AsyncContext
Dispatches the request and response objects of this AsyncContext to the given path scoped to the given context.
DispatcherType - Enum in javax.servlet
Enumeration of filter dispatcher types.
dispose(T) - Method in interface javax.enterprise.inject.spi.Producer
Destroys the instance.
dispose() - Method in class javax.enterprise.inject.spi.Unmanaged.UnmanagedInstance
Dispose of the instance, doing any necessary cleanup
Disposes - Annotation Type in javax.enterprise.inject
Identifies the disposed parameter of a disposer method.
disposeWith(BiConsumer<T, Instance<Object>>) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Set a callback to destroy a bean instance.
disposeWith(Consumer<T>) - Method in interface javax.enterprise.inject.spi.configurator.ProducerConfigurator
Set a callback to destroy the produced instance.
DissociatableManagedConnection - Interface in javax.resource.spi
This is a mix-in interface that may be optionally implemented by a ManagedConnection implementation.
dissociateConnections() - Method in interface javax.resource.spi.DissociatableManagedConnection
This method is called by an application server (that is capable of lazy connection association optimization) in order to dissociate a ManagedConnection instance from all of its connection handles.
distinct(boolean) - Method in interface javax.persistence.criteria.AbstractQuery
Specify whether duplicate query results will be eliminated.
distinct(boolean) - Method in interface javax.persistence.criteria.CriteriaQuery
Specify whether duplicate query results will be eliminated.
distinct(boolean) - Method in interface javax.persistence.criteria.Subquery
Specify whether duplicate query results will be eliminated.
DistributableWork - Interface in javax.resource.spi.work
This models a Work instance that would be distributed by a DistributableWorkManager for execution in a remote DistributableWorkManager
DistributableWorkManager - Interface in javax.resource.spi.work
This interface models a WorkManager that supports distributed execution of Work instances.
DISTRIBUTE - Static variable in class javax.enterprise.deploy.shared.CommandType
The DeploymentManger action operation being processed is distribute.
distribute(Target[], File, File) - Method in interface javax.enterprise.deploy.spi.DeploymentManager
The distribute method performs three tasks; it validates the deployment configuration data, generates all container specific classes and interfaces, and moves the fully baked archive to the designated deployment targets.
distribute(Target[], InputStream, InputStream) - Method in interface javax.enterprise.deploy.spi.DeploymentManager
distribute(Target[], ModuleType, InputStream, InputStream) - Method in interface javax.enterprise.deploy.spi.DeploymentManager
The distribute method performs three tasks; it validates the deployment configuration data, generates all container specific classes and interfaces, and moves the fully baked archive to the designated deployment targets.
doAfterBody() - Method in class javax.faces.webapp.UIComponentClassicTagBase
Perform any processing necessary to handle the content implications of CASE 4 in the class description.
doAfterBody() - Method in class javax.servlet.jsp.jstl.core.LoopTagSupport
Continues the iteration when appropriate -- that is, if we (a) have more items and (b) don't run over our 'end' (given our 'step').
doAfterBody() - Method in class javax.servlet.jsp.tagext.BodyTagSupport
After the body evaluation: do not reevaluate and continue with the page.
doAfterBody() - Method in interface javax.servlet.jsp.tagext.IterationTag
Process body (re)evaluation.
doAfterBody() - Method in class javax.servlet.jsp.tagext.TagSupport
Default processing for a body.
doCatch(Throwable) - Method in class javax.servlet.jsp.jstl.core.LoopTagSupport
Rethrows the given Throwable.
doCatch(Throwable) - Method in interface javax.servlet.jsp.tagext.TryCatchFinally
Invoked if a Throwable occurs while evaluating the BODY inside a tag or in any of the following methods: Tag.doStartTag(), Tag.doEndTag(), IterationTag.doAfterBody() and BodyTag.doInitBody().
doDelete(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Called by the server (via the service method) to allow a servlet to handle a DELETE request.
doEndTag() - Method in class javax.faces.webapp.AttributeTag
Deprecated.
 
doEndTag() - Method in class javax.faces.webapp.UIComponentClassicTagBase
Perform any processing necessary to handle the content implications of CASE 3 in the class description.
doEndTag() - Method in class javax.servlet.jsp.tagext.BodyTagSupport
Default processing of the end tag returning EVAL_PAGE.
doEndTag() - Method in interface javax.servlet.jsp.tagext.Tag
Process the end tag for this instance.
doEndTag() - Method in class javax.servlet.jsp.tagext.TagAdapter
Must not be called.
doEndTag() - Method in class javax.servlet.jsp.tagext.TagSupport
Default processing of the end tag returning EVAL_PAGE.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in interface javax.servlet.Filter
The doFilter method of the Filter is called by the container each time a request/response pair is passed through the chain due to a client request for a resource at the end of the chain.
doFilter(ServletRequest, ServletResponse) - Method in interface javax.servlet.FilterChain
Causes the next filter in the chain to be invoked, or if the calling filter is the last filter in the chain, causes the resource at the end of the chain to be invoked.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class javax.servlet.http.HttpFilter
The doFilter method of the Filter is called by the container each time a request/response pair is passed through the chain due to a client request for a resource at the end of the chain.
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class javax.servlet.http.HttpFilter
The doFilter method of the Filter is called by the container each time a request/response pair is passed through the chain due to a client request for a resource at the end of the chain.
doFinally() - Method in class javax.servlet.jsp.jstl.core.LoopTagSupport
Removes any attributes that this LoopTagSupport set.
doFinally() - Method in interface javax.servlet.jsp.tagext.TryCatchFinally
Invoked in all cases after doEndTag() for any class implementing Tag, IterationTag or BodyTag.
doGet(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Called by the server (via the service method) to allow a servlet to handle a GET request.
doHead(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Receives an HTTP HEAD request from the protected service method and handles the request.
doInitBody() - Method in class javax.faces.webapp.UIComponentClassicTagBase
Prepare for evaluation of the body.
doInitBody() - Method in interface javax.servlet.jsp.tagext.BodyTag
Prepare for evaluation of the body.
doInitBody() - Method in class javax.servlet.jsp.tagext.BodyTagSupport
Prepare for evaluation of the body just before the first body evaluation: no action.
doNothing() - Method in interface javax.security.enterprise.authentication.mechanism.http.HttpMessageContext
Instructs the container to "do nothing".
doNothing() - Method in class javax.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
doOptions(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Called by the server (via the service method) to allow a servlet to handle a OPTIONS request.
doPost(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Called by the server (via the service method) to allow a servlet to handle a POST request.
doPostPhaseActions(FacesContext) - Method in class javax.faces.context.Flash

Called after the execution of every lifecycle phase, this method allows implementations to take the necessary actions to provide the Flash scope contract as it applies to the request procesing lifecycle.

doPostPhaseActions(FacesContext) - Method in class javax.faces.context.FlashWrapper

The default behavior of this method is to call Flash.doPostPhaseActions(FacesContext) on the wrapped Flash object.

doPrePhaseActions(FacesContext) - Method in class javax.faces.context.Flash

Called before the execution of every lifecycle phase, this method allows implementations to take the necessary actions to provide the Flash scope contract as it applies to the request procesing lifecycle.

doPrePhaseActions(FacesContext) - Method in class javax.faces.context.FlashWrapper

The default behavior of this method is to call Flash.doPrePhaseActions(FacesContext) on the wrapped Flash object.

doPut(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Called by the server (via the service method) to allow a servlet to handle a PUT request.
doStartTag() - Method in class javax.faces.webapp.AttributeTag
Deprecated.
Register the specified attribute name and value with the UIComponent instance associated with our most immediately surrounding UIComponentTag instance, if this UIComponent does not already have a value for the specified attribute name.
doStartTag() - Method in class javax.faces.webapp.ConverterELTag
Create a new instance of the specified Converter class, and register it with the UIComponent instance associated with our most immediately surrounding UIComponentClassicTagBase instance, if the UIComponent instance was created by this execution of the containing Jakarta Server Pages page.
doStartTag() - Method in class javax.faces.webapp.ConverterTag
Deprecated.
Create a new instance of the specified Converter class, and register it with the UIComponent instance associated with our most immediately surrounding UIComponentTag instance, if the UIComponent instance was created by this execution of the containing Jakarta Server Pages page.
doStartTag() - Method in class javax.faces.webapp.FacetTag
Return EVAL_BODY_INCLUDE to cause nested body content to be evaluated.
doStartTag() - Method in class javax.faces.webapp.UIComponentClassicTagBase
Perform any processing necessary to find (or create) the UIComponent instance in the view corresponding to this tag instance in the page and, if and only if a component was created, insert it into the tree at the proper location as expected by the page author.
doStartTag() - Method in class javax.faces.webapp.ValidatorELTag
Create a new instance of the specified Validator class, and register it with the UIComponent instance associated with our most immediately surrounding UIComponentTagBase instance, if the UIComponent instance was created by this execution of the containing Jakarta Server Pages page.
doStartTag() - Method in class javax.faces.webapp.ValidatorTag
Deprecated.
Create a new instance of the specified Validator class, and register it with the UIComponent instance associated with our most immediately surrounding UIComponentTag instance, if the UIComponent instance was created by this execution of the containing Jakarta Server Pages page.
doStartTag() - Method in class javax.servlet.jsp.jstl.core.ConditionalTagSupport
Includes its body if condition() evaluates to true.
doStartTag() - Method in class javax.servlet.jsp.jstl.core.LoopTagSupport
Begins iterating by processing the first item.
doStartTag() - Method in class javax.servlet.jsp.tagext.BodyTagSupport
Default processing of the start tag returning EVAL_BODY_BUFFERED.
doStartTag() - Method in interface javax.servlet.jsp.tagext.Tag
Process the start tag for this instance.
doStartTag() - Method in class javax.servlet.jsp.tagext.TagAdapter
Must not be called.
doStartTag() - Method in class javax.servlet.jsp.tagext.TagSupport
Default processing of the start tag, returning SKIP_BODY.
doTag() - Method in interface javax.servlet.jsp.tagext.SimpleTag
Called by the container to invoke this tag.
doTag() - Method in class javax.servlet.jsp.tagext.SimpleTagSupport
Default processing of the tag does nothing.
doTrace(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Called by the server (via the service method) to allow a servlet to handle a TRACE request.
DOUBLE_ID - Static variable in class javax.faces.convert.DoubleConverter
The message identifier of the FacesMessage to be created if the conversion to Double fails.
DoubleConverter - Class in javax.faces.convert
Converter implementation for java.lang.Double (and double primitive) values.
DoubleConverter() - Constructor for class javax.faces.convert.DoubleConverter
 
DoubleHolder - Class in javax.xml.rpc.holders
 
DoubleHolder() - Constructor for class javax.xml.rpc.holders.DoubleHolder
 
DoubleHolder(double) - Constructor for class javax.xml.rpc.holders.DoubleHolder
 
DoubleRangeValidator - Class in javax.faces.validator
DoubleRangeValidator is a Validator that checks the value of the corresponding component against specified minimum and maximum values.
DoubleRangeValidator() - Constructor for class javax.faces.validator.DoubleRangeValidator
Construct a Validator with no preconfigured limits.
DoubleRangeValidator(double) - Constructor for class javax.faces.validator.DoubleRangeValidator
Construct a Validator with the specified preconfigured limit.
DoubleRangeValidator(double, double) - Constructor for class javax.faces.validator.DoubleRangeValidator
Construct a Validator with the specified preconfigured limits.
doubleValue() - Method in interface javax.json.JsonNumber
Returns this JSON number as a double.
DoubleWrapperHolder - Class in javax.xml.rpc.holders
 
DoubleWrapperHolder() - Constructor for class javax.xml.rpc.holders.DoubleWrapperHolder
 
DoubleWrapperHolder(Double) - Constructor for class javax.xml.rpc.holders.DoubleWrapperHolder
 
doWork(Work) - Method in interface javax.resource.spi.work.WorkManager
Accepts a Work instance for processing.
doWork(Work, long, ExecutionContext, WorkListener) - Method in interface javax.resource.spi.work.WorkManager
Accepts a Work instance for processing.
DRAFT - Static variable in class javax.mail.Flags.Flag
This message is a draft.
ds - Variable in class javax.mail.internet.MimeMultipart
The DataSource supplying our InputStream.
DUPLICATE_CONTEXTS - Static variable in class javax.resource.spi.work.WorkContextErrorCodes
Indicates that there are more than one instance of a WorkContext type passed in by the Work instance.
DuplicateKeyException - Exception in javax.ejb
The DuplicateKeyException exception is thrown if an entity EJB object or enterprise bean local object cannot be created because an object with the same key already exists.
DuplicateKeyException() - Constructor for exception javax.ejb.DuplicateKeyException
Constructs a DuplicateKeyException with no detail message.
DuplicateKeyException(String) - Constructor for exception javax.ejb.DuplicateKeyException
Constructs a DuplicateKeyException with the specified detail message.
DUPS_OK_ACKNOWLEDGE - Static variable in interface javax.jms.JMSContext
This session mode instructs the JMSContext's session to lazily acknowledge the delivery of messages.
DUPS_OK_ACKNOWLEDGE - Static variable in interface javax.jms.Session
This acknowledgment mode instructs the session to lazily acknowledge the delivery of messages.
DynamicAttributes - Interface in javax.servlet.jsp.tagext
For a tag to declare that it accepts dynamic attributes, it must implement this interface.
DynamicFeature - Interface in javax.ws.rs.container
A meta-provider for dynamic registration of post-matching providers during an application setup at deployment time.

E

EAR - Static variable in class javax.enterprise.deploy.shared.ModuleType
The module is an EAR archive.
EditableValueHolder - Interface in javax.faces.component
EditableValueHolder is an extension of ValueHolder that describes additional features supported by editable components, including ValueChangeEvents and Validators.
EditableValueHolderAttachedObjectHandler - Interface in javax.faces.view

A VDL handler that exposes Validator or ValueChangeListener to a page author.

EditableValueHolderAttachedObjectTarget - Interface in javax.faces.view

A marker interface for VDL tags that represent <composite:editableValueHolder/> for use by the composite component page author.

EISSystemException - Exception in javax.resource.spi
An EISSystemException is used to indicate any EIS specific system-level error conditions.
EISSystemException() - Constructor for exception javax.resource.spi.EISSystemException
Constructs a new instance with null as its detail message.
EISSystemException(String) - Constructor for exception javax.resource.spi.EISSystemException
Constructs a new instance with the specified detail message.
EISSystemException(Throwable) - Constructor for exception javax.resource.spi.EISSystemException
Constructs a new throwable with the specified cause.
EISSystemException(String, Throwable) - Constructor for exception javax.resource.spi.EISSystemException
Constructs a new throwable with the specified detail message and cause.
EISSystemException(String, String) - Constructor for exception javax.resource.spi.EISSystemException
Constructs a new throwable with the specified detail message and an error code.
EJB - Annotation Type in javax.ejb
Indicates a dependency on the local, no-interface, or remote view of an Enterprise Bean.
EJB - Static variable in class javax.enterprise.deploy.shared.ModuleType
The module is an Enterprise Java Bean archive.
EJBAccessException - Exception in javax.ejb
This exception indicates that client access to a business method was denied.
EJBAccessException() - Constructor for exception javax.ejb.EJBAccessException
Constructs an EJBAccessException with no detail message.
EJBAccessException(String) - Constructor for exception javax.ejb.EJBAccessException
Constructs an EJBAccessException with the specified detailed message.
ejbActivate() - Method in interface javax.ejb.EntityBean
A container invokes this method when the instance is taken out of the pool of available instances to become associated with a specific enterprise bean object.
ejbActivate() - Method in interface javax.ejb.SessionBean
The activate method is called when a stateful session bean instance is activated from its "passive" state.
EJBContainer - Class in javax.ejb.embeddable
Used to execute an enterprise bean application in an embeddable container.
EJBContainer() - Constructor for class javax.ejb.embeddable.EJBContainer
 
EJBContainerProvider - Interface in javax.ejb.spi
The EJBContainerProvider SPI is used by the embeddable container bootstrap class to initialize a suitable embeddable container.
EJBContext - Interface in javax.ejb
The EJBContext interface provides an instance with access to the container-provided runtime context of an enterprise bean instance.
EJBException - Exception in javax.ejb
The EJBException is thrown to report that the invoked business method or callback method could not be completed because of an unexpected error (e.g.
EJBException() - Constructor for exception javax.ejb.EJBException
Constructs an EJBException with no detail message.
EJBException(String) - Constructor for exception javax.ejb.EJBException
Constructs an EJBException with the specified detailed message.
EJBException(Exception) - Constructor for exception javax.ejb.EJBException
Constructs an EJBException that embeds the originally thrown exception.
EJBException(String, Exception) - Constructor for exception javax.ejb.EJBException
Constructs an EJBException that embeds the originally thrown exception with the specified detail message.
EJBHome - Interface in javax.ejb
The EJBHome interface must be extended by all enterprise beans' remote home interfaces.
ejbLoad() - Method in interface javax.ejb.EntityBean
A container invokes this method to instruct the instance to synchronize its state by loading it state from the underlying database.
EJBLocalHome - Interface in javax.ejb
The EJBLocalHome interface must be extended by all enterprise beans' local home interfaces.
EJBLocalObject - Interface in javax.ejb
The EJBLocalObject interface must be extended by all enterprise beans' local interfaces.
EJBMetaData - Interface in javax.ejb
The EJBMetaData interface allows a client to obtain the enterprise bean's meta-data information.
EJBMethodPermission - Class in javax.security.jacc
Class for Jakarta Enterprise Beans method permissions.
EJBMethodPermission(String, String) - Constructor for class javax.security.jacc.EJBMethodPermission
Creates a new EJBMethodPermission with the specified name and actions.
EJBMethodPermission(String, String, String, String[]) - Constructor for class javax.security.jacc.EJBMethodPermission
Creates a new EJBMethodPermission with name corresponding to the EJBName and actions composed from methodName, methodInterface, and methodParams.
EJBMethodPermission(String, String, Method) - Constructor for class javax.security.jacc.EJBMethodPermission
Creates a new EJBMethodPermission with name corresponding to the EJBName and actions composed from methodInterface, and the Method object.
EJBObject - Interface in javax.ejb
The EJBObject interface is extended by all enterprise beans' remote interfaces.
ejbPassivate() - Method in interface javax.ejb.EntityBean
A container invokes this method on an instance before the instance becomes disassociated with a specific enterprise bean object.
ejbPassivate() - Method in interface javax.ejb.SessionBean
The passivate method is called before a stateful session bean instance enters the "passive" state.
ejbRemove() - Method in interface javax.ejb.EntityBean
A container invokes this method before it removes the enterprise bean object that is currently associated with the instance.
ejbRemove() - Method in interface javax.ejb.MessageDrivenBean
A container invokes this method before it ends the life of the message-driven object.
ejbRemove() - Method in interface javax.ejb.SessionBean
A container invokes this method before it ends the life of the session object.
EJBRoleRefPermission - Class in javax.security.jacc
Class for Jakarta Enterprise Beans isCallerInRole (String reference) permissions.
EJBRoleRefPermission(String, String) - Constructor for class javax.security.jacc.EJBRoleRefPermission
Creates a new EJBRoleRefPermission with the specified name and actions.
EJBs - Annotation Type in javax.ejb
Declares multiple EJB annotations.
EJBStats - Interface in javax.management.j2ee.statistics
Specifies statistics provided by all Jakarta Enterprise Beans component types.
ejbStore() - Method in interface javax.ejb.EntityBean
A container invokes this method to instruct the instance to synchronize its state by storing it to the underlying database.
ejbTimeout(Timer) - Method in interface javax.ejb.TimedObject
Invoked by the enterprise bean container upon timer expiration.
EJBTransactionRequiredException - Exception in javax.ejb
This exception indicates that a request carried a null transaction context, but the target object requires an active transaction.
EJBTransactionRequiredException() - Constructor for exception javax.ejb.EJBTransactionRequiredException
Constructs an EJBTransactionRequiredException with no detail message.
EJBTransactionRequiredException(String) - Constructor for exception javax.ejb.EJBTransactionRequiredException
Constructs an EJBTransactionRequiredException with the specified detailed message.
EJBTransactionRolledbackException - Exception in javax.ejb
This exception is thrown to a remote client to indicate that the transaction associated with processing of the request has been rolled back, or marked to roll back.
EJBTransactionRolledbackException() - Constructor for exception javax.ejb.EJBTransactionRolledbackException
Constructs an EJBTransactionRolledbackException with no detail message.
EJBTransactionRolledbackException(String) - Constructor for exception javax.ejb.EJBTransactionRolledbackException
Constructs an EJBTransactionRolledbackException with the specified detailed message.
EJBTransactionRolledbackException(String, Exception) - Constructor for exception javax.ejb.EJBTransactionRolledbackException
Constructs an EJBTransactionRolledbackException with the specified detail message and a nested exception.
ELClass - Class in javax.el
A runtime representation of a Class in the Jakarta Expression Language expressions.
ELClass(Class<?>) - Constructor for class javax.el.ELClass
Constructor
ELContext - Class in javax.el
Context information for expression parsing and evaluation.
ELContext() - Constructor for class javax.el.ELContext
 
ELContextEvent - Class in javax.el
An event which indicates that an ELContext has been created.
ELContextEvent(ELContext) - Constructor for class javax.el.ELContextEvent
Constructs an ELContextEvent object to indicate that an ELContext has been created.
ELContextListener - Interface in javax.el
The listener interface for receiving notification when an ELContext is created.
ElementCollection - Annotation Type in javax.persistence
Specifies a collection of instances of a basic type or embeddable class.
ElementDescriptor - Interface in javax.validation.metadata
Describes a validated element (class, property, method etc.).
ElementDescriptor.ConstraintFinder - Interface in javax.validation.metadata
Declares restrictions on retrieved constraints.
ElementKind - Enum in javax.validation
Enum of possible kinds of elements encountered in Jakarta Bean Validation.
ELException - Exception in javax.el
Represents any of the exception conditions that can arise during expression evaluation.
ELException() - Constructor for exception javax.el.ELException
Creates an ELException with no detail message.
ELException(String) - Constructor for exception javax.el.ELException
Creates an ELException with the provided detail message.
ELException(Throwable) - Constructor for exception javax.el.ELException
Creates an ELException with the given cause.
ELException(String, Throwable) - Constructor for exception javax.el.ELException
Creates an ELException with the given detail message and root cause.
ELException - Exception in javax.servlet.jsp.el
Deprecated.
As of JSP 2.1, replaced by ELException
ELException() - Constructor for exception javax.servlet.jsp.el.ELException
Deprecated.
Creates an ELException with no detail message.
ELException(String) - Constructor for exception javax.servlet.jsp.el.ELException
Deprecated.
Creates an ELException with the provided detail message.
ELException(Throwable) - Constructor for exception javax.servlet.jsp.el.ELException
Deprecated.
Creates an ELException with the given root cause.
ELException(String, Throwable) - Constructor for exception javax.servlet.jsp.el.ELException
Deprecated.
Creates an ELException with the given detail message and root cause.
ELManager - Class in javax.el
Manages Jakarta Expression Language parsing and evaluation environment.
ELManager() - Constructor for class javax.el.ELManager
 
ELParseException - Exception in javax.servlet.jsp.el
Deprecated.
As of JSP 2.1, replaced by ELException
ELParseException() - Constructor for exception javax.servlet.jsp.el.ELParseException
Deprecated.
Creates an ELParseException with no detail message.
ELParseException(String) - Constructor for exception javax.servlet.jsp.el.ELParseException
Deprecated.
Creates an ELParseException with the provided detail message.
ELProcessor - Class in javax.el
Provides an API for using Jakarta Expression Language in a stand-alone environment.
ELProcessor() - Constructor for class javax.el.ELProcessor
 
ELResolver - Class in javax.el
Enables customization of variable, property, method call, and type conversion resolution behavior for Jakarta Expression Language expression evaluation.
ELResolver() - Constructor for class javax.el.ELResolver
 
Email - Annotation Type in javax.validation.constraints
The string has to be a well-formed email address.
Email.List - Annotation Type in javax.validation.constraints
Defines several @Email constraints on the same element.
EMAIL_ADDRESS - Static variable in interface javax.xml.registry.LifeCycleManager
Constant representing the javax.xml.registry.infomodel.EmailAddress interface.
EmailAddress - Interface in javax.xml.registry.infomodel
Represents an email address.
Embeddable - Annotation Type in javax.persistence
Specifies a class whose instances are stored as an intrinsic part of an owning entity and share the identity of the entity.
embeddable(Class<X>) - Method in interface javax.persistence.metamodel.Metamodel
Return the metamodel embeddable type representing the embeddable class.
EmbeddableType<X> - Interface in javax.persistence.metamodel
Instances of the type EmbeddableType represent embeddable types.
Embedded - Annotation Type in javax.persistence
Specifies a persistent field or property of an entity whose value is an instance of an embeddable class.
EmbeddedId - Annotation Type in javax.persistence
Applied to a persistent field or property of an entity class or mapped superclass to denote a composite primary key that is an embeddable class.
EMPTY_JSON_ARRAY - Static variable in interface javax.json.JsonValue
The empty JSON array.
EMPTY_JSON_OBJECT - Static variable in interface javax.json.JsonValue
The empty JSON object.
EMPTY_STRING_AS_NULL_PARAM_NAME - Static variable in class javax.faces.component.UIInput

The name of a context parameter that indicates how empty strings need to be interpreted.

EMPTY_VALIDATION_GROUPS_PATTERN - Static variable in class javax.faces.validator.BeanValidator

The regular expression pattern that identifies an empty list of validation groups.

ENABLE_VALIDATE_WHOLE_BEAN_PARAM_NAME - Static variable in class javax.faces.validator.BeanValidator

If this param is set, and calling toLowerCase().equals("true") on a String representation of its value returns true take the additional actions relating to <validateWholeBean /> specified in BeanValidator.validate(javax.faces.context.FacesContext, javax.faces.component.UIComponent, java.lang.Object).

ENABLE_WEBSOCKET_ENDPOINT_PARAM_NAME - Static variable in interface javax.faces.push.PushContext
The boolean context parameter name to explicitly enable web socket endpoint during startup.
enableClientWindowRenderMode(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 after rendering those URLs.

enableClientWindowRenderMode(FacesContext) - Method in class javax.faces.lifecycle.ClientWindowWrapper
 
enableDecorators(Class<?>...) - Method in class javax.enterprise.inject.se.SeContainerInitializer
Add decorator classes to the list of enabled decorators for the synthetic bean archive.
enableInterceptors(Class<?>...) - Method in class javax.enterprise.inject.se.SeContainerInitializer
Add interceptor classes to the list of enabled interceptors for the synthetic bean archive.
encode(OutputStream, String) - Static method in class javax.mail.internet.MimeUtility
Wrap an encoder around the given output stream.
encode(OutputStream, String, String) - Static method in class javax.mail.internet.MimeUtility
Wrap an encoder around the given output stream.
encode(T) - Method in interface javax.websocket.Encoder.Binary
Encode the given object into a byte array.
encode(T, OutputStream) - Method in interface javax.websocket.Encoder.BinaryStream
Encode the given object into a binary stream written to the implementation provided OutputStream.
encode(T) - Method in interface javax.websocket.Encoder.Text
Encode the given object into a String.
encode(T, Writer) - Method in interface javax.websocket.Encoder.TextStream
Encode the given object to a character stream writing it to the supplied Writer.
encodeActionURL(String) - Method in class javax.faces.context.ExternalContext
Return the input URL, after performing any rewriting needed to ensure that it will correctly identify an addressable action in the current application.
encodeActionURL(String) - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.encodeActionURL(String) on the wrapped ExternalContext object.
encodeAll(FacesContext) - Method in class javax.faces.component.UIComponent
If this component returns true from UIComponent.isRendered(), take the following action.
encodeAll(FacesContext) - Method in class javax.faces.component.UIViewParameter

Called specially by UIViewRoot.encodeEnd(javax.faces.context.FacesContext), this method simply sets the submitted value to be the return from UIViewParameter.getStringValue(javax.faces.context.FacesContext).

encodeBegin(FacesContext) - Method in class javax.faces.component.UIComponent
If our rendered property is true, render the beginning of the current state of this UIComponent to the response contained in the specified FacesContext.
encodeBegin(FacesContext) - Method in class javax.faces.component.UIComponentBase
 
encodeBegin(FacesContext) - Method in class javax.faces.component.UIData
In addition to the default behavior, ensure that any saved per-row state for our child input components is discarded unless it is needed to rerender the current page with errors.
encodeBegin(FacesContext) - Method in class javax.faces.component.UIViewRoot
encodeBegin(FacesContext, UIComponent) - Method in class javax.faces.render.Renderer
Render the beginning specified UIComponent to the output stream or writer associated with the response we are creating.
encodeBegin(FacesContext, UIComponent) - Method in class javax.faces.render.RendererWrapper
 
encodeBegin() - Method in class javax.faces.webapp.UIComponentClassicTagBase
Deprecated.
No encoding is done during Jakarta Server Pages page execution. Encoding is deferred until the page has completed executing to allow the entire tree to be built before any encoding occurs.
encodeBookmarkableURL(String, Map<String, List<String>>) - Method in class javax.faces.context.ExternalContext

The purpose of this method is to generate a query string from the collection of Parameter objects provided by the parameters argument and append that query string to the baseUrl.

encodeBookmarkableURL(String, Map<String, List<String>>) - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.encodeBookmarkableURL(String, java.util.Map) on the wrapped ExternalContext object.
encodeChildren(FacesContext) - Method in class javax.faces.component.UIComponent
If our rendered property is true, render the child UIComponents of this UIComponent.
encodeChildren(FacesContext) - Method in class javax.faces.component.UIComponentBase
 
encodeChildren(FacesContext) - Method in class javax.faces.component.UIViewRoot
encodeChildren(FacesContext, UIComponent) - Method in class javax.faces.render.Renderer
Render the child components of this UIComponent, following the rules described for encodeBegin() to acquire the appropriate value to be rendered.
encodeChildren(FacesContext, UIComponent) - Method in class javax.faces.render.RendererWrapper
 
encodeChildren() - Method in class javax.faces.webapp.UIComponentClassicTagBase
Deprecated.
No encoding is done during Jakarta Server Pages page execution. Encoding is deferred until the page has completed executing to allow the entire tree to be built before any encoding occurs.
Encoded - Annotation Type in javax.ws.rs
Disables automatic decoding of parameter values bound using QueryParam, PathParam, FormParam or MatrixParam.
encodedPersonal - Variable in class javax.mail.internet.InternetAddress
The RFC 2047 encoded version of the personal name.
encodeEnd(FacesContext) - Method in class javax.faces.component.UIComponent
If our rendered property is true, render the ending of the current state of this UIComponent.
encodeEnd(FacesContext) - Method in class javax.faces.component.UIComponentBase
 
encodeEnd(FacesContext) - Method in class javax.faces.component.UIViewRoot

If UIViewRoot.getAfterPhaseListener() returns non-null, invoke it, passing a PhaseEvent for the PhaseId.RENDER_RESPONSE phase.

encodeEnd(FacesContext, UIComponent) - Method in class javax.faces.render.Renderer
Render the ending of the current state of the specified UIComponent, following the rules described for encodeBegin() to acquire the appropriate value to be rendered.
encodeEnd(FacesContext, UIComponent) - Method in class javax.faces.render.RendererWrapper
 
encodeEnd() - Method in class javax.faces.webapp.UIComponentClassicTagBase
Deprecated.
No encoding is done during Jakarta Server Pages page execution. Encoding is deferred until the page has completed executing to allow the entire tree to be built before any encoding occurs.
EncodeException - Exception in javax.websocket
A general exception that occurs when trying to encode a custom object to a string or binary message.
EncodeException(Object, String) - Constructor for exception javax.websocket.EncodeException
Constructor with the object being encoded, and the reason why it failed to be.
EncodeException(Object, String, Throwable) - Constructor for exception javax.websocket.EncodeException
Constructor with the object being encoded, and the reason why it failed to be, and the cause.
encodeNamespace(String) - Method in class javax.faces.context.ExternalContext
Return the specified name, after prefixing it with a namespace that ensures that it will be unique within the context of a particular page.
encodeNamespace(String) - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.encodeNamespace(String) on the wrapped ExternalContext object.
encodePartialActionURL(String) - Method in class javax.faces.context.ExternalContext

Return the input URL, after performing any rewriting needed to ensure that it can be used in a partial page submission (ajax request) to correctly identify an addressable action in the current application.

encodePartialActionURL(String) - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.encodePartialActionURL(String) on the wrapped ExternalContext object.
encodePointer(String) - Static method in class javax.json.Json
Encodes (escapes) a passed string as defined by RFC 6901.
Encoder - Interface in javax.websocket
The Encoder interface defines how developers can provide a way to convert their custom objects into web socket messages.
Encoder.Binary<T> - Interface in javax.websocket
This interface defines how to provide a way to convert a custom object into a binary message.
Encoder.BinaryStream<T> - Interface in javax.websocket
This interface may be implemented by encoding algorithms that want to write the encoded object to a binary stream.
Encoder.Text<T> - Interface in javax.websocket
This interface defines how to provide a way to convert a custom object into a text message.
Encoder.TextStream<T> - Interface in javax.websocket
This interface may be implemented by encoding algorithms that want to write the encoded object to a character stream.
encodeRedirectURL(String, Map<String, List<String>>) - Method in class javax.faces.context.ExternalContext
The purpose of this method is to generate a query string from the collection of Parameter objects provided by the parameters argument and append that query string to the baseUrl.
encodeRedirectURL(String, Map<String, List<String>>) - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.encodeRedirectURL(String, java.util.Map) on the wrapped ExternalContext object.
encodeRedirectURL(String) - Method in interface javax.servlet.http.HttpServletResponse
Encodes the specified URL for use in the sendRedirect method or, if encoding is not needed, returns the URL unchanged.
encodeRedirectUrl(String) - Method in interface javax.servlet.http.HttpServletResponse
Deprecated.
As of version 2.1, use encodeRedirectURL(String url) instead
encodeRedirectURL(String) - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to return encodeRedirectURL(String url) on the wrapped response object.
encodeRedirectUrl(String) - Method in class javax.servlet.http.HttpServletResponseWrapper
Deprecated.
encodeResourceURL(String) - Method in class javax.faces.context.ExternalContext
Return the input URL, after performing any rewriting needed to ensure that it will correctly identify an addressable resource in the current application.
encodeResourceURL(String) - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.encodeResourceURL(String) on the wrapped ExternalContext object.
encoders(List<Class<? extends Encoder>>) - Method in class javax.websocket.ClientEndpointConfig.Builder
Assign the list of encoder implementation classes the client will use.
encoders(List<Class<? extends Encoder>>) - Method in class javax.websocket.server.ServerEndpointConfig.Builder
Sets the list of encoder implementation classes for this builder.
encodeText(String) - Static method in class javax.mail.internet.MimeUtility
Encode a RFC 822 "text" token into mail-safe form as per RFC 2047.
encodeText(String, String, String) - Static method in class javax.mail.internet.MimeUtility
Encode a RFC 822 "text" token into mail-safe form as per RFC 2047.
encodeURL(String) - Method in interface javax.servlet.http.HttpServletResponse
Encodes the specified URL by including the session ID, or, if encoding is not needed, returns the URL unchanged.
encodeUrl(String) - Method in interface javax.servlet.http.HttpServletResponse
Deprecated.
As of version 2.1, use encodeURL(String url) instead
encodeURL(String) - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to call encodeURL(String url) on the wrapped response object.
encodeUrl(String) - Method in class javax.servlet.http.HttpServletResponseWrapper
Deprecated.
encodeWebsocketURL(String) - Method in class javax.faces.context.ExternalContext
Return the websocket URL, after performing any rewriting needed to ensure that it will correctly identify an addressable websocket in the current application.
encodeWebsocketURL(String) - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.encodeWebsocketURL(String) on the wrapped ExternalContext object.
encodeWord(String) - Static method in class javax.mail.internet.MimeUtility
Encode a RFC 822 "word" token into mail-safe form as per RFC 2047.
encodeWord(String, String, String) - Static method in class javax.mail.internet.MimeUtility
Encode a RFC 822 "word" token into mail-safe form as per RFC 2047.
ENCODING - Static variable in class javax.json.bind.JsonbConfig
The Jsonb serialization toJson() methods will default to this property for encoding of output JSON data.
encoding(String) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Set the message entity content encoding.
EncodingAware - Interface in javax.mail
A DataSource that also implements EncodingAware may specify the Content-Transfer-Encoding to use for its data.
encodings(String...) - Static method in class javax.ws.rs.core.Variant
Create a Variant.VariantListBuilder initialized with a set of supported encodings.
encodings(String...) - Method in class javax.ws.rs.core.Variant.VariantListBuilder
Set the encoding(s) for this variant.
ENCODINGSTYLE_URI_PROPERTY - Static variable in interface javax.xml.rpc.Call
Standard property for encoding Style: Encoding style specified as a namespace URI.
end(Date) - Method in class javax.ejb.ScheduleExpression
Set the end date.
end() - Method in interface javax.enterprise.context.Conversation
Marks the current long-running conversation transient.
end - Variable in class javax.servlet.jsp.jstl.core.LoopTagSupport
Ending index of the iteration ('end' attribute).
endCDATA() - Method in class javax.faces.context.ResponseWriter

Close an XML CDATA block.

endCDATA() - Method in class javax.faces.context.ResponseWriterWrapper

The default behavior of this method is to call ResponseWriter.endCDATA() on the wrapped ResponseWriter object.

endCheckpoint() - Method in class javax.batch.api.chunk.AbstractCheckpointAlgorithm
Override this method for the CheckpointAlgorithm to do something after a checkpoint is taken (after the chunk transaction is committed).
endCheckpoint() - Method in interface javax.batch.api.chunk.CheckpointAlgorithm
The endCheckpoint method is invoked after the last checkpoint is taken (after the chunk transaction is committed).
endDocument() - Method in class javax.faces.context.PartialResponseWriter

Write the end of a partial response.

endDocument() - Method in class javax.faces.context.ResponseWriter
Write whatever text should end a response.
endDocument() - Method in class javax.faces.context.ResponseWriterWrapper
The default behavior of this method is to call ResponseWriter.endDocument() on the wrapped ResponseWriter object.
endElement(String) - Method in class javax.faces.context.ResponseWriter
Write the end of an element, after closing any open element created by a call to startElement().
endElement(String) - Method in class javax.faces.context.ResponseWriterWrapper
The default behavior of this method is to call ResponseWriter.endElement(String) on the wrapped ResponseWriter object.
endError() - Method in class javax.faces.context.PartialResponseWriter

Write the end of an error.

endEval() - Method in class javax.faces.context.PartialResponseWriter

Write the end of an eval operation.

endExtension() - Method in class javax.faces.context.PartialResponseWriter

Write the end of an extension operation.

endInsert() - Method in class javax.faces.context.PartialResponseWriter

Write the end of an insert operation.

Endpoint - Class in javax.websocket
The Web Socket Endpoint represents an object that can handle websocket conversations.
Endpoint() - Constructor for class javax.websocket.Endpoint
 
ENDPOINT_ADDRESS_PROPERTY - Static variable in interface javax.xml.rpc.Stub
Standard property: Target service endpoint address.
endpointActivation(MessageEndpointFactory, ActivationSpec) - Method in interface javax.resource.spi.ResourceAdapter
This is called during the activation of a message endpoint.
EndpointConfig - Interface in javax.websocket
The endpoint configuration contains all the information needed during the handshake process for this end point.
endpointDeactivation(MessageEndpointFactory, ActivationSpec) - Method in interface javax.resource.spi.ResourceAdapter
This is called when a message endpoint is deactivated.
endSpecified - Variable in class javax.servlet.jsp.jstl.core.LoopTagSupport
Boolean flag indicating whether 'end' was specified.
endUpdate() - Method in class javax.faces.context.PartialResponseWriter

Write the end of an update operation.

enlistResource(XAResource) - Method in interface javax.transaction.Transaction
Enlist the resource specified with the transaction associated with the target Transaction object.
enterLambdaScope(Map<String, Object>) - Method in class javax.el.ELContext
Installs a Lambda argument map, in preparation for the evaluation of a Lambda expression.
EnterpriseBean - Interface in javax.ejb
The EnterpriseBean interface is a common superinterface for the SessionBean, EntityBean and MessageDrivenBean interfaces.
Entity - Annotation Type in javax.persistence
Specifies that the class is an entity.
entity(Class<X>) - Method in interface javax.persistence.metamodel.Metamodel
Return the metamodel entity type representing the entity.
Entity<T> - Class in javax.ws.rs.client
Encapsulates message entity including the associated variant information.
entity(T, MediaType) - Static method in class javax.ws.rs.client.Entity
Create an entity using a supplied content media type.
entity(T, MediaType, Annotation[]) - Static method in class javax.ws.rs.client.Entity
Create an entity using a supplied content media type.
entity(T, String) - Static method in class javax.ws.rs.client.Entity
Create an entity using a supplied content media type.
entity(T, Variant) - Static method in class javax.ws.rs.client.Entity
Create an entity using a supplied content media type.
entity(T, Variant, Annotation[]) - Static method in class javax.ws.rs.client.Entity
Create an entity using a supplied content media type.
entity(Object) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Set the response entity in the builder.
entity(Object, Annotation[]) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Set the response entity in the builder.
ENTITY_CODER - Static variable in class javax.ws.rs.Priorities
Message encoder or decoder filter/interceptor priority.
EntityBean - Interface in javax.ejb
The EntityBean interface is implemented by every entity bean class.
EntityBeanStats - Interface in javax.management.j2ee.statistics
Specifies statistics provided by entity beans.
EntityContext - Interface in javax.ejb
The EntityContext interface provides an instance with access to the container-provided runtime context of an entity bean instance.
EntityExistsException - Exception in javax.persistence
Thrown by the persistence provider when EntityManager.persist(Object) is called and the entity already exists.
EntityExistsException() - Constructor for exception javax.persistence.EntityExistsException
Constructs a new EntityExistsException exception with null as its detail message.
EntityExistsException(String) - Constructor for exception javax.persistence.EntityExistsException
Constructs a new EntityExistsException exception with the specified detail message.
EntityExistsException(String, Throwable) - Constructor for exception javax.persistence.EntityExistsException
Constructs a new EntityExistsException exception with the specified detail message and cause.
EntityExistsException(Throwable) - Constructor for exception javax.persistence.EntityExistsException
Constructs a new EntityExistsException exception with the specified cause.
EntityGraph<T> - Interface in javax.persistence
This type represents the root of an entity graph that will be used as a template to define the attribute nodes and boundaries of a graph of entities and entity relationships.
EntityListeners - Annotation Type in javax.persistence
Specifies the callback listener classes to be used for an entity or mapped superclass.
EntityManager - Interface in javax.persistence
Interface used to interact with the persistence context.
EntityManagerFactory - Interface in javax.persistence
Interface used to interact with the entity manager factory for the persistence unit.
EntityNotFoundException - Exception in javax.persistence
Thrown by the persistence provider when an entity reference obtained by EntityManager.getReference is accessed but the entity does not exist.
EntityNotFoundException() - Constructor for exception javax.persistence.EntityNotFoundException
Constructs a new EntityNotFoundException exception with null as its detail message.
EntityNotFoundException(String) - Constructor for exception javax.persistence.EntityNotFoundException
Constructs a new EntityNotFoundException exception with the specified detail message.
EntityResult - Annotation Type in javax.persistence
Used in conjunction with the SqlResultSetMapping annotation to map the SELECT clause of a SQL query to an entity result.
EntityTag - Class in javax.ws.rs.core
An abstraction for the value of a HTTP Entity Tag, used as the value of an ETag response header.
EntityTag(String) - Constructor for class javax.ws.rs.core.EntityTag
Creates a new instance of a strong EntityTag.
EntityTag(String, boolean) - Constructor for class javax.ws.rs.core.EntityTag
Creates a new instance of an EntityTag.
EntityTransaction - Interface in javax.persistence
Interface used to control transactions on resource-local entity managers.
EntityType<X> - Interface in javax.persistence.metamodel
Instances of the type EntityType represent entity types.
entries() - Method in interface javax.enterprise.deploy.model.DeployableObject
Returns an enumeration of the module file entries.
entry() - Method in interface javax.persistence.criteria.MapJoin
Create an expression that corresponds to the map entry.
entrySet() - Method in class javax.faces.context.FlashWrapper

The default behavior of this method is to call Map.entrySet() on the wrapped Flash object.

entrySet() - Method in class javax.ws.rs.core.AbstractMultivaluedMap
 
ENUM_ID - Static variable in class javax.faces.convert.EnumConverter
The message identifier of the FacesMessage to be created if the conversion to Enum fails.
ENUM_NO_CLASS_ID - Static variable in class javax.faces.convert.EnumConverter
The message identifier of the FacesMessage to be created if the conversion to Enum fails and no target class has been provided.
EnumConverter - Class in javax.faces.convert
Converter implementation for java.lang.Enum (and enum primitive) values.
EnumConverter() - Constructor for class javax.faces.convert.EnumConverter
 
EnumConverter(Class) - Constructor for class javax.faces.convert.EnumConverter
 
Enumerated - Annotation Type in javax.persistence
Specifies that a persistent property or field should be persisted as a enumerated type.
EnumType - Enum in javax.persistence
Defines mapping for enumerated types.
ENVELOPE - Static variable in class javax.mail.FetchProfile.Item
This is the Envelope item.
ENVELOPE_CHANGED - Static variable in class javax.mail.event.MessageChangedEvent
The message's envelope (headers, but not body) changed.
EOF - Static variable in class javax.mail.internet.HeaderTokenizer.Token
Token type indicating end of input.
EQ - Static variable in class javax.mail.search.ComparisonTerm
 
equal(Expression<?>, Expression<?>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing the arguments for equality.
equal(Expression<?>, Object) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing the arguments for equality.
equals(Object) - Method in class javax.el.Expression
Determines whether the specified object is equal to this Expression.
equals(Object) - Method in class javax.enterprise.util.AnnotationLiteral
 
equals(Object) - Method in class javax.enterprise.util.TypeLiteral
 
equals(Object) - Method in class javax.faces.application.NavigationCase
 
equals(Object) - Method in class javax.faces.application.NavigationCaseWrapper
 
equals(Object) - Method in class javax.faces.event.WebsocketEvent
 
equals(Object) - Method in class javax.faces.validator.DoubleRangeValidator

Overrides the default equals method to take the minimum and maximum into account when comparing DoubleRangeValidator instances.

equals(Object) - Method in class javax.faces.validator.LengthValidator
 
equals(Object) - Method in class javax.faces.validator.LongRangeValidator
 
equals(Object) - Method in interface javax.json.JsonNumber
Compares the specified object with this JsonNumber object for equality.
equals(Object) - Method in interface javax.json.JsonString
Compares the specified object with this JsonString for equality.
equals(Object) - Method in class javax.mail.Address
The equality operator.
equals(Object) - Method in class javax.mail.Flags
Check whether the two Flags objects are equal.
equals(Object) - Method in class javax.mail.internet.InternetAddress
The equality operator.
equals(Object) - Method in class javax.mail.internet.NewsAddress
The equality operator.
equals(Object) - Method in class javax.mail.search.AddressStringTerm
Equality comparison.
equals(Object) - Method in class javax.mail.search.AddressTerm
Equality comparison.
equals(Object) - Method in class javax.mail.search.AndTerm
Equality comparison.
equals(Object) - Method in class javax.mail.search.BodyTerm
Equality comparison.
equals(Object) - Method in class javax.mail.search.ComparisonTerm
Equality comparison.
equals(Object) - Method in class javax.mail.search.DateTerm
Equality comparison.
equals(Object) - Method in class javax.mail.search.FlagTerm
Equality comparison.
equals(Object) - Method in class javax.mail.search.FromStringTerm
Equality comparison.
equals(Object) - Method in class javax.mail.search.FromTerm
Equality comparison.
equals(Object) - Method in class javax.mail.search.HeaderTerm
Equality comparison.
equals(Object) - Method in class javax.mail.search.IntegerComparisonTerm
Equality comparison.
equals(Object) - Method in class javax.mail.search.MessageIDTerm
Equality comparison.
equals(Object) - Method in class javax.mail.search.MessageNumberTerm
Equality comparison.
equals(Object) - Method in class javax.mail.search.NotTerm
Equality comparison.
equals(Object) - Method in class javax.mail.search.OrTerm
Equality comparison.
equals(Object) - Method in class javax.mail.search.ReceivedDateTerm
Equality comparison.
equals(Object) - Method in class javax.mail.search.RecipientStringTerm
Equality comparison.
equals(Object) - Method in class javax.mail.search.RecipientTerm
Equality comparison.
equals(Object) - Method in class javax.mail.search.SentDateTerm
Equality comparison.
equals(Object) - Method in class javax.mail.search.SizeTerm
Equality comparison.
equals(Object) - Method in class javax.mail.search.StringTerm
Equality comparison.
equals(Object) - Method in class javax.mail.search.SubjectTerm
Equality comparison.
equals(Object) - Method in class javax.mail.URLName
Compares two URLNames.
equals(Object) - Method in interface javax.resource.cci.Record
Check if this instance is equal to another Record.
equals(Object) - Method in interface javax.resource.spi.ConnectionRequestInfo
Checks whether this instance is equal to another.
equals(Object) - Method in interface javax.resource.spi.ManagedConnectionFactory
Check if this ManagedConnectionFactory is equal to another ManagedConnectionFactory.
equals(Object) - Method in interface javax.resource.spi.security.GenericCredential
Deprecated.
Tests if this GenericCredential instance refers to the same entity as the supplied object.
equals(Object) - Method in class javax.resource.spi.security.PasswordCredential
Compares this PasswordCredential with the specified object for equality.
equals(Object) - Method in class javax.security.jacc.EJBMethodPermission
Checks two EJBMethodPermission objects for equality.
equals(Object) - Method in class javax.security.jacc.EJBRoleRefPermission
Checks two EJBRoleRefPermission objects for equality.
equals(Object) - Method in class javax.security.jacc.WebResourcePermission
Checks two WebResourcePermission objects for equality.
equals(Object) - Method in class javax.security.jacc.WebRoleRefPermission
Checks two WebRoleRefPermission objects for equality.
equals(Object) - Method in class javax.security.jacc.WebUserDataPermission
Checks two WebUserDataPermission objects for equality.
equals(Object) - Method in class javax.servlet.jsp.jstl.core.IndexedValueExpression
 
equals(Object) - Method in class javax.servlet.jsp.jstl.core.IteratedValueExpression
 
equals(Object) - Method in class javax.ws.rs.client.Entity
 
equals(Object) - Method in class javax.ws.rs.core.AbstractMultivaluedMap

This implementation delegates the method call to to the the underlying [key, multi-value] store.

equals(Object) - Method in class javax.ws.rs.core.CacheControl
Compares object argument to this cache control to see if they are the same considering all property values.
equals(Object) - Method in class javax.ws.rs.core.Cookie
Compare for equality.
equals(Object) - Method in class javax.ws.rs.core.EntityTag
Compares obj to this tag to see if they are the same considering weakness and value.
equals(Object) - Method in class javax.ws.rs.core.GenericEntity
 
equals(Object) - Method in class javax.ws.rs.core.GenericType
 
equals(Object) - Method in class javax.ws.rs.core.Link.JaxbLink
 
equals(Object) - Method in class javax.ws.rs.core.MediaType
Compares obj to this media type to see if they are the same by comparing type, subtype and parameters.
equals(Object) - Method in class javax.ws.rs.core.NewCookie
Compare for equality.
equals(Object) - Method in class javax.ws.rs.core.Variant
Compares obj to this variant to see if they are the same considering all property values.
equalsIgnoreValueOrder(MultivaluedMap<K, V>) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
 
equalsIgnoreValueOrder(MultivaluedMap<K, V>) - Method in interface javax.ws.rs.core.MultivaluedMap
Compare the specified map with this map for equality modulo the order of values for each key.
ERROR_EXCEPTION - Static variable in interface javax.servlet.RequestDispatcher
The name of the request attribute under which the exception object is propagated during an error dispatch
ERROR_EXCEPTION_TYPE - Static variable in interface javax.servlet.RequestDispatcher
The name of the request attribute under which the type of the exception object is propagated during an error dispatch
ERROR_MESSAGE - Static variable in interface javax.servlet.RequestDispatcher
The name of the request attribute under which the exception message is propagated during an error dispatch
ERROR_REQUEST_URI - Static variable in interface javax.servlet.RequestDispatcher
The name of the request attribute under which the request URI whose processing caused the error is propagated during an error dispatch
ERROR_SERVLET_NAME - Static variable in interface javax.servlet.RequestDispatcher
The name of the request attribute under which the name of the servlet in which the error occurred is propagated during an error dispatch
ERROR_STATUS_CODE - Static variable in interface javax.servlet.RequestDispatcher
The name of the request attribute under which the response status is propagated during an error dispatch
errorCode - Variable in exception javax.transaction.SystemException
The error code with which to create the SystemException.
ErrorData - Class in javax.servlet.jsp
Contains information about an error, for error pages.
ErrorData(Throwable, int, String, String) - Constructor for class javax.servlet.jsp.ErrorData
Creates a new ErrorData object.
ETAG - Static variable in interface javax.ws.rs.core.HttpHeaders
eval(String) - Method in class javax.el.ELProcessor
Evaluates an Jakarta Expression Language expression.
eval(Serializable) - Method in interface javax.faces.component.StateHelper

Attempts to find a value associated with the specified key, using the value expression collection from the component if no such value is found.

eval(Serializable, Object) - Method in interface javax.faces.component.StateHelper

Performs the same logic as StateHelper.eval(java.io.Serializable) } but if no value is found, this will return the specified defaultValue

EVAL_BODY_AGAIN - Static variable in interface javax.servlet.jsp.tagext.IterationTag
Request the reevaluation of some body.
EVAL_BODY_BUFFERED - Static variable in interface javax.servlet.jsp.tagext.BodyTag
Request the creation of new buffer, a BodyContent on which to evaluate the body of this tag.
EVAL_BODY_INCLUDE - Static variable in interface javax.servlet.jsp.tagext.Tag
Evaluate body into existing out stream.
EVAL_BODY_TAG - Static variable in interface javax.servlet.jsp.tagext.BodyTag
Deprecated.
As of Java JSP API 1.2, use BodyTag.EVAL_BODY_BUFFERED or IterationTag.EVAL_BODY_AGAIN.
EVAL_PAGE - Static variable in interface javax.servlet.jsp.tagext.Tag
Continue evaluating the page.
evaluate(VariableResolver) - Method in class javax.servlet.jsp.el.Expression
Deprecated.
Evaluates an expression that was previously prepared.
evaluate(String, Class<?>, VariableResolver, FunctionMapper) - Method in class javax.servlet.jsp.el.ExpressionEvaluator
Deprecated.
Evaluates an expression.
evaluateExpressionGet(FacesContext, String, Class<? extends T>) - Method in class javax.faces.application.Application
Get a value by evaluating an expression.
evaluateExpressionGet(FacesContext, String, Class<? extends T>) - Method in class javax.faces.application.ApplicationWrapper
Deprecated.
See superclass for alternative.
evaluatePreconditions(EntityTag) - Method in interface javax.ws.rs.core.Request
Evaluate request preconditions based on the passed in value.
evaluatePreconditions(Date) - Method in interface javax.ws.rs.core.Request
Evaluate request preconditions based on the passed in value.
evaluatePreconditions(Date, EntityTag) - Method in interface javax.ws.rs.core.Request
Evaluate request preconditions based on the passed in value.
evaluatePreconditions() - Method in interface javax.ws.rs.core.Request
Evaluate request preconditions for a resource that does not currently exist.
EvaluationException - Exception in javax.faces.el
Deprecated.
This has been replaced by ELException.
EvaluationException() - Constructor for exception javax.faces.el.EvaluationException
Deprecated.
Construct a new exception with no detail message or root cause.
EvaluationException(String) - Constructor for exception javax.faces.el.EvaluationException
Deprecated.
Construct a new exception with the specified detail message and no root cause.
EvaluationException(Throwable) - Constructor for exception javax.faces.el.EvaluationException
Deprecated.
Construct a new exception with the specified root cause.
EvaluationException(String, Throwable) - Constructor for exception javax.faces.el.EvaluationException
Deprecated.
Construct a new exception with the specified detail message and root cause.
EvaluationListener - Class in javax.el
The listener interface for receiving notification when a Jakarta Expression Language expression is evaluated.
EvaluationListener() - Constructor for class javax.el.EvaluationListener
 
Event<T> - Interface in javax.enterprise.event
Allows the application to fire events of a particular type.
EVENT_TYPE_CREATED - Static variable in interface javax.xml.registry.infomodel.AuditableEvent
An event where a RegistryObject is created.
EVENT_TYPE_DELETED - Static variable in interface javax.xml.registry.infomodel.AuditableEvent
An event where a RegistryObject is deleted.
EVENT_TYPE_DEPRECATED - Static variable in interface javax.xml.registry.infomodel.AuditableEvent
An event where a RegistryObject is deprecated.
EVENT_TYPE_UNDEPRECATED - Static variable in interface javax.xml.registry.infomodel.AuditableEvent
An event where a RegistryObject is undeprecated.
EVENT_TYPE_UPDATED - Static variable in interface javax.xml.registry.infomodel.AuditableEvent
An event where a RegistryObject is updated.
EVENT_TYPE_VERSIONED - Static variable in interface javax.xml.registry.infomodel.AuditableEvent
An event where a RegistryObject is versioned.
EventContext<T> - Interface in javax.enterprise.inject.spi
Represents a context of a fired event.
EventMetadata - Interface in javax.enterprise.inject.spi
Provides access to metadata about an observed event payload.
evict(Class, Object) - Method in interface javax.persistence.Cache
Remove the data for the given entity from the cache.
evict(Class) - Method in interface javax.persistence.Cache
Remove the data for entities of the specified class (and its subclasses) from the cache.
evictAll() - Method in interface javax.persistence.Cache
Clear the cache.
EXACT_NAME_MATCH - Static variable in interface javax.xml.registry.FindQualifier
Specifies a hint to queries that they should use exact (case-insensitive) match when comparing String values.
EXCEPTION - Static variable in class javax.servlet.jsp.PageContext
Name used to store uncaught exception in ServletRequest attribute list and PageContext name table.
EXCEPTION_HANDLER_FACTORY - Static variable in class javax.faces.FactoryFinder

The property name for the ExceptionHandlerFactory class name.

ExceptionHandler - Class in javax.faces.context

ExceptionHandler is the central point for handling unexpected Exceptions that are thrown during the Faces lifecycle.

ExceptionHandler() - Constructor for class javax.faces.context.ExceptionHandler
 
ExceptionHandlerFactory - Class in javax.faces.context

ExceptionHandlerFactory is a factory object that creates (if needed) and returns a new ExceptionHandler instance.

ExceptionHandlerFactory() - Constructor for class javax.faces.context.ExceptionHandlerFactory
Deprecated.
Use the other constructor taking the implementation being wrapped.
ExceptionHandlerFactory(ExceptionHandlerFactory) - Constructor for class javax.faces.context.ExceptionHandlerFactory

If this factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.

ExceptionHandlerWrapper - Class in javax.faces.context
Provides a simple implementation of ExceptionHandler that can be subclassed by developers wishing to provide specialized behavior to an existing ExceptionHandler instance.
ExceptionHandlerWrapper() - Constructor for class javax.faces.context.ExceptionHandlerWrapper
Deprecated.
Use the other constructor taking the implementation being wrapped.
ExceptionHandlerWrapper(ExceptionHandler) - Constructor for class javax.faces.context.ExceptionHandlerWrapper

If this exception handler has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.

ExceptionListener - Interface in javax.jms
If a Jakarta Messaging provider detects a serious problem with a Connection object, it informs the Connection object's ExceptionListener, if one has been registered.
ExceptionMapper<E extends Throwable> - Interface in javax.ws.rs.ext
Contract for a provider that maps Java exceptions to Response.
ExceptionQueuedEvent - Class in javax.faces.event

The system event facility will create an instance of this class whenever Application.publishEvent(javax.faces.context.FacesContext, java.lang.Class<? extends javax.faces.event.SystemEvent>, java.lang.Object) is called with ExceptionQueuedEvent.class as systemEventClass argument.

ExceptionQueuedEvent(ExceptionQueuedEventContext) - Constructor for class javax.faces.event.ExceptionQueuedEvent

Instantiate a new ExceptionQueuedEvent that indicates the argument ExceptionQueuedEventContext occurred.

ExceptionQueuedEvent(FacesContext, ExceptionQueuedEventContext) - Constructor for class javax.faces.event.ExceptionQueuedEvent

Instantiate a new ExceptionQueuedEvent that indicates the argument ExceptionQueuedEventContext occurred.

ExceptionQueuedEventContext - Class in javax.faces.event

This helper class provides context to the ExceptionQueuedEvent regarding the state of the system at the point in time when the ExceptionQueuedEvent occurs and links the ExceptionQueuedEvent to the ExceptionHandler by virtue of implementing SystemEventListener.

ExceptionQueuedEventContext(FacesContext, Throwable) - Constructor for class javax.faces.event.ExceptionQueuedEventContext

Instantiate a new ExceptionQueuedEventContext that indicates the argument Throwable just occurred.

ExceptionQueuedEventContext(FacesContext, Throwable, UIComponent) - Constructor for class javax.faces.event.ExceptionQueuedEventContext

Instantiate a new ExceptionQueuedEventContext that indicates the argument Throwable just occurred, relevant to the argument component.

ExceptionQueuedEventContext(FacesContext, Throwable, UIComponent, PhaseId) - Constructor for class javax.faces.event.ExceptionQueuedEventContext

Instantiate a new ExceptionQueuedEventContext that indicates the argument Throwable just occurred, relevant to the argument component, during the lifecycle phase phaseId.

ExcludeClassInterceptors - Annotation Type in javax.interceptor
Used to exclude class-level interceptors for the lifecycle callback method, business method, timeout method, or constructor to which it is applied.
ExcludeDefaultInterceptors - Annotation Type in javax.interceptor
Used to exclude default interceptors for a target class or for a lifecycle callback method, business method, timeout method, or constructor of a target class.
ExcludeDefaultListeners - Annotation Type in javax.persistence
Specifies that the invocation of default listeners is to be excluded for the entity class (or mapped superclass) and its subclasses.
ExcludeSuperclassListeners - Annotation Type in javax.persistence
Specifies that the invocation of superclass listeners is to be excluded for the entity class (or mapped superclass) and its subclasses.
excludeUnlistedClasses() - Method in interface javax.persistence.spi.PersistenceUnitInfo
Returns whether classes in the root of the persistence unit that have not been explicitly listed are to be included in the set of managed classes.
ExecutableDescriptor - Interface in javax.validation.metadata
Provides the common functionality of MethodDescriptor and ConstructorDescriptor.
ExecutableType - Enum in javax.validation.executable
Defines the types of executables targeted by an operation.
ExecutableValidator - Interface in javax.validation.executable
Validates parameters and return values of methods and constructors.
EXECUTE - Static variable in class javax.enterprise.deploy.shared.ActionType
The DeploymentManager action command is executing.
execute() - Method in interface javax.enterprise.deploy.spi.status.ClientConfiguration
This method performs an exec and starts the application client running in another process.
execute(FacesContext) - Method in class javax.faces.lifecycle.Lifecycle
Execute all of the phases of the request processing lifecycle, up to but not including the Render Response phase, as described in the Jakarta Server Faces Specification, in the specified order.
execute(FacesContext) - Method in class javax.faces.lifecycle.LifecycleWrapper
 
execute() - Method in interface javax.persistence.StoredProcedureQuery
Return true if the first result corresponds to a result set, and false if it is an update count or if there are no results other than through INOUT and OUT parameters, if any.
execute(InteractionSpec, Record, Record) - Method in interface javax.resource.cci.Interaction
Executes an interaction represented by the InteractionSpec.
execute(InteractionSpec, Record) - Method in interface javax.resource.cci.Interaction
Executes an interaction represented by the InteractionSpec.
executeQuery(Query) - Method in interface javax.xml.registry.DeclarativeQueryManager
Executes a query as specified by query parameter.
executeUpdate() - Method in interface javax.persistence.Query
Execute an update or delete statement.
executeUpdate() - Method in interface javax.persistence.StoredProcedureQuery
Return the update count of -1 if there is no pending result or if the first result is not an update count.
ExecutionContext - Class in javax.resource.spi.work
This class models an execution context (transaction, security, etc) with which the Work instance must be executed.
ExecutionContext() - Constructor for class javax.resource.spi.work.ExecutionContext
 
executorService(ExecutorService) - Method in class javax.ws.rs.client.ClientBuilder
Set the client-side ExecutorService.
exists() - Method in class javax.mail.Folder
Tests if this folder physically exists on the Store.
exists(Subquery<?>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate testing the existence of a subquery result.
exitLambdaScope() - Method in class javax.el.ELContext
Exits the Lambda expression evaluation.
EXPIRES - Static variable in interface javax.ws.rs.core.HttpHeaders
expires(Date) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Set the response expiration date.
Expression - Class in javax.el
Base class for the expression subclasses ValueExpression and MethodExpression, implementing characteristics common to both.
Expression() - Constructor for class javax.el.Expression
 
expression(MethodExpression) - Method in class javax.faces.flow.builder.MethodCallBuilder

Set the method expression of this method call node.

expression(String) - Method in class javax.faces.flow.builder.MethodCallBuilder

Set the method expression of this method call node.

expression(String, Class[]) - Method in class javax.faces.flow.builder.MethodCallBuilder

Set the method expression of this method call node.

Expression<T> - Interface in javax.persistence.criteria
Type for query expressions.
Expression - Class in javax.servlet.jsp.el
Deprecated.
As of JSP 2.1, replaced by ValueExpression
Expression() - Constructor for class javax.servlet.jsp.el.Expression
Deprecated.
 
EXPRESSION_SEPARATOR_CHARS - Static variable in class javax.faces.component.search.SearchExpressionHandler

The default characters used to separate expressions in a series of expressions.

ExpressionEvaluator - Class in javax.servlet.jsp.el
Deprecated.
As of JSP 2.1, replaced by ExpressionFactory
ExpressionEvaluator() - Constructor for class javax.servlet.jsp.el.ExpressionEvaluator
Deprecated.
 
ExpressionFactory - Class in javax.el
Provides an implementation for creating and evaluating Jakarta Expression Language expressions.
ExpressionFactory() - Constructor for class javax.el.ExpressionFactory
 
expunge() - Method in class javax.mail.Folder
Expunge (permanently remove) messages marked DELETED.
expunged - Variable in class javax.mail.Message
True if this message has been expunged.
ExtensibleObject - Interface in javax.xml.registry.infomodel
An ExtensibleObject is one that allows itself to be extended by utilizing dynamically added Slots that add arbitrary attributes to the object on a per instance basis.
Extension - Interface in javax.enterprise.inject.spi
Service interface implemented by extensions.
Extension - Interface in javax.websocket
A simple representation of a websocket extension as a name and map of extension parameters.
Extension.Parameter - Interface in javax.websocket
This member interface defines a single websocket extension parameter.
extensions(List<Extension>) - Method in class javax.websocket.ClientEndpointConfig.Builder
Set the extensions for the configuration this builder will build.
extensions(List<Extension>) - Method in class javax.websocket.server.ServerEndpointConfig.Builder
Sets the extensions to use in the configuration.
EXTERNAL_CONTEXT_FACTORY - Static variable in class javax.faces.FactoryFinder

The property name for the ExternalContextFactory class name.

EXTERNAL_IDENTIFIER - Static variable in interface javax.xml.registry.LifeCycleManager
Constant representing the javax.xml.registry.infomodel.ExternalIdentifier interface.
EXTERNAL_LINK - Static variable in interface javax.xml.registry.LifeCycleManager
Constant representing the javax.xml.registry.infomodel.ExternalLink interface.
ExternalContext - Class in javax.faces.context
This class allows the Faces API to be unaware of the nature of its containing application environment.
ExternalContext() - Constructor for class javax.faces.context.ExternalContext
 
ExternalContextFactory - Class in javax.faces.context
ExternalContextFactory is a factory object that creates (if needed) and returns new ExternalContext instances, initialized for the processing of the specified request and response objects.
ExternalContextFactory() - Constructor for class javax.faces.context.ExternalContextFactory
Deprecated.
Use the other constructor taking the implementation being wrapped.
ExternalContextFactory(ExternalContextFactory) - Constructor for class javax.faces.context.ExternalContextFactory

If this factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.

ExternalContextWrapper - Class in javax.faces.context

Provides a simple implementation of ExternalContext that can be subclassed by developers wishing to provide specialized behavior to an existing ExternalContext instance.

ExternalContextWrapper() - Constructor for class javax.faces.context.ExternalContextWrapper
Deprecated.
Use the other constructor taking the implementation being wrapped.
ExternalContextWrapper(ExternalContext) - Constructor for class javax.faces.context.ExternalContextWrapper

If this external context has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.

ExternalIdentifier - Interface in javax.xml.registry.infomodel
ExternalIdentifier instances provide the additional identifier information to RegistryObjects such as DUNS number, Social Security Number, or an alias name of the organization.
ExternalLink - Interface in javax.xml.registry.infomodel
ExternalLink instances model a named URI to content that may reside outside the registry.
ExtractedValue - Annotation Type in javax.validation.valueextraction
Marks the type parameter of a generic container type to which a ValueExtractor is tied or specifies the type of the wrapped element(s) of non-generic container types.
extractValues(T, ValueExtractor.ValueReceiver) - Method in interface javax.validation.valueextraction.ValueExtractor
Extracts the values to validate from the original object.
EXTRINSIC_OBJECT - Static variable in interface javax.xml.registry.LifeCycleManager
Constant representing the javax.xml.registry.infomodel.ExternalLink interface.
ExtrinsicObject - Interface in javax.xml.registry.infomodel
ExtrinsicObjects provide metadata that describes submitted content whose type is not intrinsically known to the registry and therefore must be described by means of additional attributes (e.g., mime type).

F

Facelet - Class in javax.faces.view.facelets
The parent or root object in a FaceletHandler composition.
Facelet() - Constructor for class javax.faces.view.facelets.Facelet
 
FACELET_CACHE_FACTORY - Static variable in class javax.faces.FactoryFinder

The property name for the FaceletCacheFactory class name.

FACELET_CONTEXT_KEY - Static variable in class javax.faces.view.facelets.FaceletContext
 
FaceletCache<V> - Class in javax.faces.view.facelets

This API defines the facility by which the Facelets ViewDeclarationLanguage creates and caches instances of Facelets.

FaceletCache() - Constructor for class javax.faces.view.facelets.FaceletCache
 
FaceletCache.MemberFactory<V> - Interface in javax.faces.view.facelets

Factory interface for creating Facelet or View Metadata Facelet instances.

FaceletCacheFactory - Class in javax.faces.view.facelets

Allows customization of the implementation of FaceletCache.

FaceletCacheFactory() - Constructor for class javax.faces.view.facelets.FaceletCacheFactory
Deprecated.
Use the other constructor taking the implementation being wrapped.
FaceletCacheFactory(FaceletCacheFactory) - Constructor for class javax.faces.view.facelets.FaceletCacheFactory

If this factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.

FaceletContext - Class in javax.faces.view.facelets

Context representative of a single request from a Facelet.

FaceletContext() - Constructor for class javax.faces.view.facelets.FaceletContext
 
FaceletException - Exception in javax.faces.view.facelets

An Exception from the Facelet implementation

FaceletException() - Constructor for exception javax.faces.view.facelets.FaceletException

Create an empty FaceletException.

FaceletException(String) - Constructor for exception javax.faces.view.facelets.FaceletException

Create a FaceletException with argument message as the message.

FaceletException(Throwable) - Constructor for exception javax.faces.view.facelets.FaceletException

Wrap argument cause within this FaceletException instance.

FaceletException(String, Throwable) - Constructor for exception javax.faces.view.facelets.FaceletException

Wrap argument cause in a FaceletException instance, with a message given by the argument message.

FaceletHandler - Interface in javax.faces.view.facelets

This is the root class for markup elements in Facelets VDL.

FACELETS_BUFFER_SIZE_PARAM_NAME - Static variable in class javax.faces.application.ViewHandler

The buffer size to set on the response when the ResponseWriter is generated.

FACELETS_DECORATORS_PARAM_NAME - Static variable in class javax.faces.application.ViewHandler

A semicolon (;) delimitted list of class names of type javax.faces.view.facelets.TagDecorator, with a no-argument constructor.

FACELETS_LIBRARIES_PARAM_NAME - Static variable in class javax.faces.application.ViewHandler

If this param is set, the runtime must interpret it as a semicolon (;) separated list of paths, starting with "/" (without the quotes).

FACELETS_REFRESH_PERIOD_PARAM_NAME - Static variable in class javax.faces.application.ViewHandler

When a page is requested, what interval in seconds should the compiler check for changes.

FACELETS_RESOURCE_RESOLVER_PARAM_NAME - Static variable in class javax.faces.view.facelets.ResourceResolver
Deprecated.
 
FACELETS_SKIP_COMMENTS_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 runtime must ensure that any XML comments in the Facelets source page are not delivered to the client.

FACELETS_SUFFIX_PARAM_NAME - Static variable in class javax.faces.application.ViewHandler

Allow the web application to define an alternate suffix for Facelet based XHTML pages containing Jakarta Server Faces content.

FACELETS_VIEW_DECLARATION_LANGUAGE_ID - Static variable in class javax.faces.view.ViewDeclarationLanguage

Identifier for the Facelets view declaration language.

FACELETS_VIEW_MAPPINGS_PARAM_NAME - Static variable in class javax.faces.application.ViewHandler

Allow the web application to define a semicolon (;) separated list of strings that is used to forcibly declare that certain pages in the application must be interpreted as using Facelets, regardless of their extension.

FaceletsAttachedObjectHandler - Class in javax.faces.view.facelets

Root class for all tag handlers that represent attached objetcts in a Facelets page.

FaceletsAttachedObjectHandler(TagConfig) - Constructor for class javax.faces.view.facelets.FaceletsAttachedObjectHandler
Call through to super
FaceletsResourceResolver - Annotation Type in javax.faces.view.facelets

The presence of this annotation on a class automatically registers the class with the runtime as a ResourceResolver.

FACES_CONTEXT_FACTORY - Static variable in class javax.faces.FactoryFinder
The property name for the FacesContextFactory class name.
FACES_MESSAGES - Static variable in class javax.faces.application.FacesMessage
ResourceBundle identifier for messages whose message identifiers are defined in the Jakarta Server Faces specification.
FacesBehavior - Annotation Type in javax.faces.component.behavior

The presence of this annotation on a class automatically registers the class with the runtime as a Behavior.

FacesBehaviorRenderer - Annotation Type in javax.faces.render

The presence of this annotation on a class automatically registers the class with the runtime as a ClientBehaviorRenderer.

FacesComponent - Annotation Type in javax.faces.component
The presence of this annotation on a class that extends UIComponent must cause the runtime to register this class as a component suitable for inclusion in a view.
FacesConfig - Annotation Type in javax.faces.annotation

The presence of this annotation on a managed bean deployed within an application causes version specific features to be enabled as specified in the enum FacesConfig.Version

FacesConfig.Version - Enum in javax.faces.annotation
 
FacesContext - Class in javax.faces.context
FacesContext contains all of the per-request state information related to the processing of a single Jakarta Server Faces request, and the rendering of the corresponding response.
FacesContext() - Constructor for class javax.faces.context.FacesContext
 
FacesContextFactory - Class in javax.faces.context
FacesContextFactory is a factory object that creates (if needed) and returns new FacesContext instances, initialized for the processing of the specified request and response objects.
FacesContextFactory() - Constructor for class javax.faces.context.FacesContextFactory
Deprecated.
Use the other constructor taking the implementation being wrapped.
FacesContextFactory(FacesContextFactory) - Constructor for class javax.faces.context.FacesContextFactory

If this factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.

FacesContextWrapper - Class in javax.faces.context
Provides a simple implementation of FacesContext that can be subclassed by developers wishing to provide specialized behavior to an existing FacesContext instance.
FacesContextWrapper() - Constructor for class javax.faces.context.FacesContextWrapper
Deprecated.
Use the other constructor taking the implementation being wrapped.
FacesContextWrapper(FacesContext) - Constructor for class javax.faces.context.FacesContextWrapper

If this faces context has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.

FacesConverter - Annotation Type in javax.faces.convert

The presence of this annotation on a class automatically registers the class with the runtime as a Converter.

FacesDataModel - Annotation Type in javax.faces.model
FacesEvent - Class in javax.faces.event

FacesEvent is the base class for user interface and application events that can be fired by UIComponents.

FacesEvent(UIComponent) - Constructor for class javax.faces.event.FacesEvent

Construct a new event object from the specified source component.

FacesEvent(FacesContext, UIComponent) - Constructor for class javax.faces.event.FacesEvent

Construct a new event object from the Faces context and specified source component.

FacesException - Exception in javax.faces
This class encapsulates general Jakarta Server Faces exceptions.
FacesException() - Constructor for exception javax.faces.FacesException
Construct a new exception with no detail message or root cause.
FacesException(String) - Constructor for exception javax.faces.FacesException
Construct a new exception with the specified detail message and no root cause.
FacesException(Throwable) - Constructor for exception javax.faces.FacesException
Construct a new exception with the specified root cause.
FacesException(String, Throwable) - Constructor for exception javax.faces.FacesException
Construct a new exception with the specified detail message and root cause.
FacesListener - Interface in javax.faces.event
A generic base interface for event listeners for various types of FacesEvents.
FacesMessage - Class in javax.faces.application
FacesMessage represents a single validation (or other) message, which is typically associated with a particular component in the view.
FacesMessage() - Constructor for class javax.faces.application.FacesMessage
Construct a new FacesMessage with no initial values.
FacesMessage(String) - Constructor for class javax.faces.application.FacesMessage
Construct a new FacesMessage with just a summary.
FacesMessage(String, String) - Constructor for class javax.faces.application.FacesMessage
Construct a new FacesMessage with the specified initial values.
FacesMessage(FacesMessage.Severity, String, String) - Constructor for class javax.faces.application.FacesMessage
Construct a new FacesMessage with the specified initial values.
FacesMessage.Severity - Class in javax.faces.application
Class used to represent message severity levels in a typesafe enumeration.
FacesRenderer - Annotation Type in javax.faces.render

The presence of this annotation on a class automatically registers the class with the runtime as a Renderer.

FacesServlet - Class in javax.faces.webapp
FacesServlet is a Jakarta Servlet servlet that manages the request processing lifecycle for web applications that are utilizing Jakarta Server Faces to construct the user interface.
FacesServlet() - Constructor for class javax.faces.webapp.FacesServlet
 
FacesValidator - Annotation Type in javax.faces.validator

The presence of this annotation on a class automatically registers the class with the runtime as a Validator.

FacesWrapper<T> - Interface in javax.faces

Any wrapper class in Jakarta Server Faces that must provide access to the object it wraps must implement this interface.

FacetHandler - Interface in javax.faces.view.facelets

An interface that allows other code to identify FaceletHandlers that correspond to component facets.

FACETS_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 the Map<PropertyDescriptor> that contains meta-information for the declared facets for this composite component.

FacetTag - Class in javax.faces.webapp
FacetTag is the Jakarta Server Pages mechanism for denoting a UIComponent is to be added as a facet to the component associated with its parent.
FacetTag() - Constructor for class javax.faces.webapp.FacetTag
 
FactoryFinder - Class in javax.faces
FactoryFinder implements the standard discovery algorithm for all factory objects specified in the Jakarta Server Faces APIs.
FAILED - Static variable in class javax.enterprise.deploy.shared.StateType
The action operation has failed.
failed(Throwable) - Method in interface javax.ws.rs.client.InvocationCallback
Called when the invocation has failed for any reason.
FAILURE - Static variable in class javax.security.auth.message.AuthStatus
Indicates that the message processing by the authentication module was NOT successful, and that the module replaced the application message with an error message.
FALSE - Static variable in interface javax.json.JsonValue
JSON false value.
familyOf(int) - Static method in enum javax.ws.rs.core.Response.Status.Family
Get the response status family for the status code.
Feature - Interface in javax.ws.rs.core
A feature extension contract.
FeatureContext - Interface in javax.ws.rs.core
A configurable context passed to Feature and DynamicFeature instances by the runtime during the phase of their configuration.
FederatedConnection - Interface in javax.xml.registry
Represents a single logical connection to a federation or group of registry providers.
fetch(Message[], FetchProfile) - Method in class javax.mail.Folder
Prefetch the items specified in the FetchProfile for the given Messages.
Fetch<Z,X> - Interface in javax.persistence.criteria
Represents a join-fetched association or attribute.
fetch(SingularAttribute<? super X, Y>) - Method in interface javax.persistence.criteria.FetchParent
Create a fetch join to the specified single-valued attribute using an inner join.
fetch(SingularAttribute<? super X, Y>, JoinType) - Method in interface javax.persistence.criteria.FetchParent
Create a fetch join to the specified single-valued attribute using the given join type.
fetch(PluralAttribute<? super X, ?, Y>) - Method in interface javax.persistence.criteria.FetchParent
Create a fetch join to the specified collection-valued attribute using an inner join.
fetch(PluralAttribute<? super X, ?, Y>, JoinType) - Method in interface javax.persistence.criteria.FetchParent
Create a fetch join to the specified collection-valued attribute using the given join type.
fetch(String) - Method in interface javax.persistence.criteria.FetchParent
Create a fetch join to the specified attribute using an inner join.
fetch(String, JoinType) - Method in interface javax.persistence.criteria.FetchParent
Create a fetch join to the specified attribute using the given join type.
FetchParent<Z,X> - Interface in javax.persistence.criteria
Represents an element of the from clause which may function as the parent of Fetches.
FetchProfile - Class in javax.mail
Clients use a FetchProfile to list the Message attributes that it wishes to prefetch from the server for a range of messages.
FetchProfile() - Constructor for class javax.mail.FetchProfile
Create an empty FetchProfile.
FetchProfile.Item - Class in javax.mail
This inner class is the base class of all items that can be requested in a FetchProfile.
FetchProfileItem(String) - Constructor for class javax.mail.UIDFolder.FetchProfileItem
 
FetchType - Enum in javax.persistence
Defines strategies for fetching data from the database.
FieldResult - Annotation Type in javax.persistence
Used in conjunction with the EntityResult annotation to map columns specified in the SELECT list of a SQL query to the properties or fields of an entity class.
fields() - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
 
Filter - Interface in javax.servlet
A filter is an object that performs filtering tasks on either the request to a resource (a servlet or static content), or on the response from a resource, or both.
filter(ClientRequestContext) - Method in interface javax.ws.rs.client.ClientRequestFilter
Filter method called before a request has been dispatched to a client transport layer.
filter(ClientRequestContext, ClientResponseContext) - Method in interface javax.ws.rs.client.ClientResponseFilter
Filter method called after a response has been provided for a request (either by a request filter or when the HTTP invocation returns).
filter(ContainerRequestContext) - Method in interface javax.ws.rs.container.ContainerRequestFilter
Filter method called before a request has been dispatched to a resource.
filter(ContainerRequestContext, ContainerResponseContext) - Method in interface javax.ws.rs.container.ContainerResponseFilter
Filter method called after a response has been provided for a request (either by a request filter or by a matched resource method.
FilterChain - Interface in javax.servlet
A FilterChain is an object provided by the servlet container to the developer giving a view into the invocation chain of a filtered request for a resource.
FilterConfig - Interface in javax.servlet
A filter configuration object used by a servlet container to pass information to a filter during initialization.
filterConstructors(Predicate<AnnotatedConstructor<T>>) - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
 
filterFields(Predicate<AnnotatedField<? super T>>) - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
 
filterMethods(Predicate<AnnotatedMethod<? super T>>) - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
 
filterParams(Predicate<AnnotatedParameter<T>>) - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator
 
filterParams(Predicate<AnnotatedParameter<T>>) - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedMethodConfigurator
 
FilterRegistration - Interface in javax.servlet
Interface through which a Filter may be further configured.
FilterRegistration.Dynamic - Interface in javax.servlet
Interface through which a Filter registered via one of the addFilter methods on ServletContext may be further configured.
finalize() - Method in class javax.mail.Folder
 
finalize() - Method in class javax.mail.Service
Stop the event dispatcher thread so the queue can be garbage collected.
finalize() - Method in class javax.mail.util.SharedFileInputStream
Force this stream to close.
finalizer(MethodExpression) - Method in class javax.faces.flow.builder.FlowBuilder

A MethodExpression that will be invoked when the flow is exited.

finalizer(String) - Method in class javax.faces.flow.builder.FlowBuilder

A MethodExpression that will be invoked when the flow is exited.

find(Class<T>, Object) - Method in interface javax.persistence.EntityManager
Find by primary key.
find(Class<T>, Object, Map<String, Object>) - Method in interface javax.persistence.EntityManager
Find by primary key, using the specified properties.
find(Class<T>, Object, LockModeType) - Method in interface javax.persistence.EntityManager
Find by primary key and lock.
find(Class<T>, Object, LockModeType, Map<String, Object>) - Method in interface javax.persistence.EntityManager
Find by primary key and lock, using the specified properties.
find(PageContext, String) - Static method in class javax.servlet.jsp.jstl.core.Config
Finds the value associated with a specific configuration setting identified by its context initialization parameter name.
findAncestorWithClass(JspTag, Class<?>) - Static method in class javax.servlet.jsp.tagext.SimpleTagSupport
Find the instance of a given class type that is closest to a given instance.
findAncestorWithClass(Tag, Class<?>) - Static method in class javax.servlet.jsp.tagext.TagSupport
Find the instance of a given class type that is closest to a given instance.
findAssociations(Collection, String, String, Collection) - Method in interface javax.xml.registry.BusinessQueryManager
Finds all Association objects that match all of the criteria specified by the parameters of this call.
findAttribute(String) - Method in class javax.servlet.jsp.JspContext
Searches for the named attribute in page, request, session (if valid), and application scope(s) in order and returns the value associated or null.
findCallerAssociations(Collection, Boolean, Boolean, Collection) - Method in interface javax.xml.registry.BusinessQueryManager
Finds all Association objects owned by the caller that match all of the criteria specified by the parameters of this call.
findClassificationSchemeByName(Collection, String) - Method in interface javax.xml.registry.BusinessQueryManager
Finds a ClassificationScheme by name based on the specified find qualifiers and name pattern.
findClassificationSchemes(Collection, Collection, Collection, Collection) - Method in interface javax.xml.registry.BusinessQueryManager
Finds all ClassificationScheme objects that match all of the criteria specified by the parameters of this call.
findComponent(String) - Method in class javax.faces.component.UIComponent
Search for and return the UIComponent with an id that matches the specified search expression (if any), according to the algorithm described below.
findComponent(String) - Method in class javax.faces.component.UIComponentBase
 
findComponent(FacesContext) - Method in class javax.faces.webapp.UIComponentClassicTagBase
Find and return the UIComponent, from the component tree, that corresponds to this tag handler instance.
findConceptByPath(String) - Method in interface javax.xml.registry.BusinessQueryManager
Finds a Concept based on the path specified.
findConcepts(Collection, Collection, Collection, Collection, Collection) - Method in interface javax.xml.registry.BusinessQueryManager
Finds all Concept objects that match all of the criteria specified by the parameters of this call.
findConstraints() - Method in interface javax.validation.metadata.ElementDescriptor
Finds constraints and potentially restricts them to certain criteria.
findConstraints() - Method in interface javax.validation.metadata.ExecutableDescriptor
Returns a finder that will always return an empty Set.
FinderException - Exception in javax.ejb
The FinderException exception must be included in the throws clause of every finder method of an entity bean's home or local home interface.
FinderException() - Constructor for exception javax.ejb.FinderException
Constructs an FinderException with no detail message.
FinderException(String) - Constructor for exception javax.ejb.FinderException
Constructs an FinderException with the specified detail message.
FindException - Exception in javax.xml.registry
A RegistryException that occurs during a find action.
FindException() - Constructor for exception javax.xml.registry.FindException
Constructs a JAXRException object with no reason or embedded Throwable.
FindException(String) - Constructor for exception javax.xml.registry.FindException
Constructs a JAXRException object with the given String as the reason for the exception being thrown.
FindException(String, Throwable) - Constructor for exception javax.xml.registry.FindException
Constructs a JAXRException object with the given String as the reason for the exception being thrown and the given Throwable object as an embedded Throwable.
FindException(Throwable) - Constructor for exception javax.xml.registry.FindException
Constructs a JAXRException object initialized with the given Throwable object.
findOrganizations(Collection, Collection, Collection, Collection, Collection, Collection) - Method in interface javax.xml.registry.BusinessQueryManager
Finds all Organization objects that match all of the criteria specified by the parameters of this call.
FindQualifier - Interface in javax.xml.registry
FindQualifier provides various constants that identify options that effect find method behavior.
findRegistryPackages(Collection, Collection, Collection, Collection) - Method in interface javax.xml.registry.BusinessQueryManager
Finds all RegistryPackage objects that match all of the criteria specified by the parameters of this call.
findServiceBindings(Key, Collection, Collection, Collection) - Method in interface javax.xml.registry.BusinessQueryManager
Finds all ServiceBinding objects that match all of the criteria specified by the parameters of this call.
findServices(Key, Collection, Collection, Collection, Collection) - Method in interface javax.xml.registry.BusinessQueryManager
Finds all Service objects that match all of the criteria specified by the parameters of this call.
finish() - Method in class javax.faces.view.facelets.MetaRuleset

Take actions to apply the rule.

fire(T) - Method in interface javax.enterprise.event.Event
Fires an event with the specified qualifiers and notifies observers.
fireAsync(U) - Method in interface javax.enterprise.event.Event
Fires an event asynchronously with the specified qualifiers and notifies asynchronous observers.
fireAsync(U, NotificationOptions) - Method in interface javax.enterprise.event.Event
Fires an event asynchronously with the specified qualifiers and notifies asynchronous observers.
fireEvent(Object, Annotation...) - Method in interface javax.enterprise.inject.spi.BeanManager
Fire an event and notify observers.
fireXpathEvent(XpathEvent) - Method in interface javax.enterprise.deploy.model.XpathListener
 
FLAGGED - Static variable in class javax.mail.Flags.Flag
This message is flagged.
FLAGS - Static variable in class javax.mail.FetchProfile.Item
This is the Flags item.
Flags - Class in javax.mail
The Flags class represents the set of flags on a Message.
Flags() - Constructor for class javax.mail.Flags
Construct an empty Flags object.
Flags(Flags) - Constructor for class javax.mail.Flags
Construct a Flags object initialized with the given flags.
Flags(Flags.Flag) - Constructor for class javax.mail.Flags
Construct a Flags object initialized with the given system flag.
Flags(String) - Constructor for class javax.mail.Flags
Construct a Flags object initialized with the given user flag.
flags - Variable in class javax.mail.internet.MimeMessage
The Flags for this message.
Flags.Flag - Class in javax.mail
This inner class represents an individual system flag.
FLAGS_CHANGED - Static variable in class javax.mail.event.MessageChangedEvent
The message's flags changed.
FlagTerm - Class in javax.mail.search
This class implements comparisons for Message Flags.
FlagTerm(Flags, boolean) - Constructor for class javax.mail.search.FlagTerm
Constructor.
Flash - Class in javax.faces.context

The Flash concept is taken from Ruby on Rails and provides a way to pass temporary objects between the user views generated by the faces lifecycle.

Flash() - Constructor for class javax.faces.context.Flash
 
FLASH_FACTORY - Static variable in class javax.faces.FactoryFinder

The property name for the FlashFactory class name.

FlashFactory - Class in javax.faces.context
FlashFactory is a factory object that creates (if needed) and returns Flash instances.
FlashFactory() - Constructor for class javax.faces.context.FlashFactory
Deprecated.
Use the other constructor taking the implementation being wrapped.
FlashFactory(FlashFactory) - Constructor for class javax.faces.context.FlashFactory

If this factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.

FlashWrapper - Class in javax.faces.context

Provides a simple implementation of Flash that can be subclassed by developers wishing to provide specialized behavior to an existing Flash instance.

FlashWrapper() - Constructor for class javax.faces.context.FlashWrapper
Deprecated.
Use the other constructor taking the implementation being wrapped.
FlashWrapper(Flash) - Constructor for class javax.faces.context.FlashWrapper

If this flash has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.

FLOAT_ID - Static variable in class javax.faces.convert.FloatConverter
The message identifier of the FacesMessage to be created if the conversion to Float fails.
FloatConverter - Class in javax.faces.convert
Converter implementation for java.lang.Float (and float primitive) values.
FloatConverter() - Constructor for class javax.faces.convert.FloatConverter
 
FloatHolder - Class in javax.xml.rpc.holders
 
FloatHolder() - Constructor for class javax.xml.rpc.holders.FloatHolder
 
FloatHolder(float) - Constructor for class javax.xml.rpc.holders.FloatHolder
 
FloatWrapperHolder - Class in javax.xml.rpc.holders
 
FloatWrapperHolder() - Constructor for class javax.xml.rpc.holders.FloatWrapperHolder
 
FloatWrapperHolder(Float) - Constructor for class javax.xml.rpc.holders.FloatWrapperHolder
 
Flow - Class in javax.faces.flow

Flow is the runtime representation of a Faces Flow.

Flow() - Constructor for class javax.faces.flow.Flow
 
FLOW_HANDLER_FACTORY - Static variable in class javax.faces.FactoryFinder

The property name for the FlowHandlerFactory class name.

FLOW_ID_REQUEST_PARAM_NAME - Static variable in class javax.faces.flow.FlowHandler

Components that are rendered by Renderers of component-family javax.faces.OutcomeTarget must use this constant as the parameter name for a parameter representing the flow id of the flow that this component will cause to be entered.

FlowBuilder - Class in javax.faces.flow.builder

A Java language API for building Flows.

FlowBuilder() - Constructor for class javax.faces.flow.builder.FlowBuilder
 
FlowBuilderParameter - Annotation Type in javax.faces.flow.builder

The presence of this annotation on a CDI producer method for the FlowDefinition annotation causes the FlowBuilder to be passed to that method.

FlowCallBuilder - Class in javax.faces.flow.builder

Create a flow call node in the current Flow.

FlowCallBuilder() - Constructor for class javax.faces.flow.builder.FlowCallBuilder
 
flowCallNode(String) - Method in class javax.faces.flow.builder.FlowBuilder

Define a flow call node.

FlowCallNode - Class in javax.faces.flow
 
FlowCallNode() - Constructor for class javax.faces.flow.FlowCallNode
 
FlowDefinition - Annotation Type in javax.faces.flow.builder

The presence of this annotation on a CDI producer method indicates that the method will produce a flow.

FlowHandler - Class in javax.faces.flow

FlowHandler is the main entry point that enables the runtime to interact with the faces flows feature.

FlowHandler() - Constructor for class javax.faces.flow.FlowHandler
 
FlowHandlerFactory - Class in javax.faces.flow

FlowHandlerFactory is used by the Application to create the singleton instance of FlowHandler.

FlowHandlerFactory() - Constructor for class javax.faces.flow.FlowHandlerFactory
 
FlowHandlerFactoryWrapper - Class in javax.faces.flow

FlowHandlerFactoryWrapper provides a simple implementation of FlowHandlerFactory that can be subclassed by developers wishing to provide specialized behavior to an existing FlowHandlerFactory instance.

FlowHandlerFactoryWrapper() - Constructor for class javax.faces.flow.FlowHandlerFactoryWrapper
Deprecated.
Use the other constructor taking the implementation being wrapped.
FlowHandlerFactoryWrapper(FlowHandlerFactory) - Constructor for class javax.faces.flow.FlowHandlerFactoryWrapper

If this flow handler factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.

FlowMap - Annotation Type in javax.faces.annotation

The presence of this annotation (along with @Inject) on a field of type Map<Object, Object> causes the map returned from FlowHandler.getCurrentFlowScope() to be injected as the value of that field.

FlowNode - Class in javax.faces.flow

FlowNode is the base class for all nodes in a faces flow graph.

FlowNode() - Constructor for class javax.faces.flow.FlowNode
 
flowReference(String, String) - Method in class javax.faces.flow.builder.FlowCallBuilder

Define the flow reference of the called flow.

FlowScoped - Annotation Type in javax.faces.flow

FlowScoped is a CDI scope that causes the runtime to consider classes with this annotation to be in the scope of the specified Flow.

flush() - Method in class javax.faces.context.ResponseWriter
Flush any ouput buffered by the output method to the underlying Writer or OutputStream.
flush() - Method in class javax.faces.context.ResponseWriterWrapper
The default behavior of this method is to call ResponseWriter.flush() on the wrapped ResponseWriter object.
flush() - Method in interface javax.json.stream.JsonGenerator
Flushes the underlying output source.
flush() - Method in interface javax.persistence.EntityManager
Synchronize the persistence context to the underlying database.
flush() - Method in class javax.servlet.jsp.JspWriter
Flush the stream.
flush() - Method in class javax.servlet.jsp.tagext.BodyContent
Redefined flush() so it is not legal.
flushBatch() - Method in interface javax.websocket.RemoteEndpoint
This method is only used when batching is allowed for this RemoteEndpint.
flushBuffer() - Method in interface javax.servlet.ServletResponse
Forces any content in the buffer to be written to the client.
flushBuffer() - Method in class javax.servlet.ServletResponseWrapper
The default behavior of this method is to call flushBuffer() on the wrapped response object.
FlushModeType - Enum in javax.persistence
Flush mode setting.
FMT_FALLBACK_LOCALE - Static variable in class javax.servlet.jsp.jstl.core.Config
Name of configuration setting for fallback locale
FMT_LOCALE - Static variable in class javax.servlet.jsp.jstl.core.Config
Name of configuration setting for application- (as opposed to browser-) based preferred locale
FMT_LOCALIZATION_CONTEXT - Static variable in class javax.servlet.jsp.jstl.core.Config
Name of configuration setting for i18n localization context
FMT_TIME_ZONE - Static variable in class javax.servlet.jsp.jstl.core.Config
Name of localization setting for time zone
fold(int, String) - Static method in class javax.mail.internet.MimeUtility
Fold a string at linear whitespace so that each line is no longer than 76 characters, if possible.
folder - Variable in class javax.mail.event.FolderEvent
The folder the event occurred on.
Folder - Class in javax.mail
Folder is an abstract class that represents a folder for mail messages.
Folder(Store) - Constructor for class javax.mail.Folder
Constructor that takes a Store object.
folder - Variable in class javax.mail.Message
The containing folder, if this message is obtained from a folder
FolderAdapter - Class in javax.mail.event
The adapter which receives Folder events.
FolderAdapter() - Constructor for class javax.mail.event.FolderAdapter
 
FolderClosedException - Exception in javax.mail
This exception is thrown when a method is invoked on a Messaging object and the Folder that owns that object has died due to some reason.
FolderClosedException(Folder) - Constructor for exception javax.mail.FolderClosedException
Constructs a FolderClosedException.
FolderClosedException(Folder, String) - Constructor for exception javax.mail.FolderClosedException
Constructs a FolderClosedException with the specified detail message.
FolderClosedException(Folder, String, Exception) - Constructor for exception javax.mail.FolderClosedException
Constructs a FolderClosedException with the specified detail message and embedded exception.
folderCreated(FolderEvent) - Method in class javax.mail.event.FolderAdapter
 
folderCreated(FolderEvent) - Method in interface javax.mail.event.FolderListener
Invoked when a Folder is created.
folderDeleted(FolderEvent) - Method in class javax.mail.event.FolderAdapter
 
folderDeleted(FolderEvent) - Method in interface javax.mail.event.FolderListener
Invoked when a folder is deleted.
FolderEvent - Class in javax.mail.event
This class models Folder existence events.
FolderEvent(Object, Folder, int) - Constructor for class javax.mail.event.FolderEvent
Constructor.
FolderEvent(Object, Folder, Folder, int) - Constructor for class javax.mail.event.FolderEvent
Constructor.
FolderListener - Interface in javax.mail.event
This is the Listener interface for Folder events.
FolderNotFoundException - Exception in javax.mail
This exception is thrown by Folder methods, when those methods are invoked on a non existent folder.
FolderNotFoundException() - Constructor for exception javax.mail.FolderNotFoundException
Constructs a FolderNotFoundException with no detail message.
FolderNotFoundException(Folder) - Constructor for exception javax.mail.FolderNotFoundException
Constructs a FolderNotFoundException.
FolderNotFoundException(Folder, String) - Constructor for exception javax.mail.FolderNotFoundException
Constructs a FolderNotFoundException with the specified detail message.
FolderNotFoundException(Folder, String, Exception) - Constructor for exception javax.mail.FolderNotFoundException
Constructs a FolderNotFoundException with the specified detail message and embedded exception.
FolderNotFoundException(String, Folder) - Constructor for exception javax.mail.FolderNotFoundException
Constructs a FolderNotFoundException with the specified detail message and the specified folder.
folderRenamed(FolderEvent) - Method in class javax.mail.event.FolderAdapter
 
folderRenamed(FolderEvent) - Method in interface javax.mail.event.FolderListener
Invoked when a folder is renamed.
ForbiddenException - Exception in javax.ws.rs
A runtime exception indicating that an access to a resource requested by a client has been forbidden by the server.
ForbiddenException() - Constructor for exception javax.ws.rs.ForbiddenException
Construct a new "forbidden" exception.
ForbiddenException(String) - Constructor for exception javax.ws.rs.ForbiddenException
Construct a new "forbidden" exception.
ForbiddenException(Response) - Constructor for exception javax.ws.rs.ForbiddenException
Construct a new "forbidden" exception.
ForbiddenException(String, Response) - Constructor for exception javax.ws.rs.ForbiddenException
Construct a new "forbidden" exception.
ForbiddenException(Throwable) - Constructor for exception javax.ws.rs.ForbiddenException
Construct a new "forbidden" exception.
ForbiddenException(String, Throwable) - Constructor for exception javax.ws.rs.ForbiddenException
Construct a new "forbidden" exception.
ForbiddenException(Response, Throwable) - Constructor for exception javax.ws.rs.ForbiddenException
Construct a new "forbidden" exception.
ForbiddenException(String, Response, Throwable) - Constructor for exception javax.ws.rs.ForbiddenException
Construct a new "forbidden" exception.
ForeignKey - Annotation Type in javax.persistence
Used to specify the handling of foreign key constraints when schema generation is in effect.
forExecutables() - Method in interface javax.validation.Validator
Returns the contract for validating parameters and return values of methods and constructors.
forget(Xid) - Method in interface javax.resource.spi.XATerminator
Tells the resource manager to forget about a heuristically completed transaction branch.
forInstance(Object) - Static method in class javax.ws.rs.core.GenericType
Create a generic type from a Java instance.
form(Form) - Static method in class javax.ws.rs.client.Entity
form(MultivaluedMap<String, String>) - Static method in class javax.ws.rs.client.Entity
Form - Class in javax.ws.rs.core
Represents the the HTML form data request entity encoded using the "application/x-www-form-urlencoded" content type.
Form() - Constructor for class javax.ws.rs.core.Form
Create a new form data instance.
Form(String, String) - Constructor for class javax.ws.rs.core.Form
Create a new form data instance with a single parameter entry.
Form(MultivaluedMap<String, String>) - Constructor for class javax.ws.rs.core.Form
Create a new form data instance and register a custom underlying parameter store.
FORM_AUTH - Static variable in class javax.faces.context.ExternalContext
String identifier for FORM authentication.
FORM_AUTH - Static variable in interface javax.servlet.http.HttpServletRequest
String identifier for Form authentication.
FORM_AUTH - Static variable in interface javax.ws.rs.core.SecurityContext
String identifier for Form authentication.
format(Date, StringBuffer, FieldPosition) - Method in class javax.mail.internet.MailDateFormat
Formats the given date in the format specified by RFC 2822 in the current TimeZone.
FORMATTING - Static variable in class javax.json.bind.JsonbConfig
Property used to specify whether or not the serialized JSON data is formatted with line feeds and indentation.
FormAuthenticationMechanismDefinition - Annotation Type in javax.security.enterprise.authentication.mechanism.http
Annotation used to define a container authentication mechanism that implements FORM authentication as defined by the Servlet spec (13.6.3) and make that implementation available as an enabled CDI bean.
FormParam - Annotation Type in javax.ws.rs
Binds the value(s) of a form parameter contained within a request entity body to a resource method parameter.
forward(String) - Method in interface javax.security.enterprise.authentication.mechanism.http.HttpMessageContext
Forwards to another resource (Jakarta Servlet, Jakarta Server Pages file, or HTML file) on the server.
forward(String) - Method in class javax.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
forward(String) - Method in class javax.servlet.jsp.PageContext
This method is used to re-direct, or "forward" the current ServletRequest and ServletResponse to another active component in the application.
forward(ServletRequest, ServletResponse) - Method in interface javax.servlet.RequestDispatcher
Forwards a request from a servlet to another resource (servlet, JSP file, or HTML file) on the server.
FORWARD_CONTEXT_PATH - Static variable in interface javax.servlet.RequestDispatcher
The name of the request attribute under which the original context path is made available to the target of a forward
FORWARD_MAPPING - Static variable in interface javax.servlet.RequestDispatcher
The name of the request attribute under which the original HttpServletMapping is made available to the target of a forward
FORWARD_PATH_INFO - Static variable in interface javax.servlet.RequestDispatcher
The name of the request attribute under which the original path info is made available to the target of a forward
FORWARD_QUERY_STRING - Static variable in interface javax.servlet.RequestDispatcher
The name of the request attribute under which the original query string is made available to the target of a forward
FORWARD_REQUEST_URI - Static variable in interface javax.servlet.RequestDispatcher
The name of the request attribute under which the original request URI is made available to the target of a forward
FORWARD_SERVLET_PATH - Static variable in interface javax.servlet.RequestDispatcher
The name of the request attribute under which the original servlet path is made available to the target of a forward
fragment(String) - Method in class javax.ws.rs.core.UriBuilder
Set the URI fragment.
from(Class<X>) - Method in interface javax.persistence.criteria.AbstractQuery
Create and add a query root corresponding to the given entity, forming a cartesian product with any existing roots.
from(EntityType<X>) - Method in interface javax.persistence.criteria.AbstractQuery
Create and add a query root corresponding to the given entity, forming a cartesian product with any existing roots.
from(Class<T>) - Method in interface javax.persistence.criteria.CriteriaDelete
Create and add a query root corresponding to the entity that is the target of the delete.
from(EntityType<T>) - Method in interface javax.persistence.criteria.CriteriaDelete
Create and add a query root corresponding to the entity that is the target of the delete.
from(Class<T>) - Method in interface javax.persistence.criteria.CriteriaUpdate
Create and add a query root corresponding to the entity that is the target of the update.
from(EntityType<T>) - Method in interface javax.persistence.criteria.CriteriaUpdate
Create and add a query root corresponding to the entity that is the target of the update.
From<Z,X> - Interface in javax.persistence.criteria
Represents a bound type, usually an entity that appears in the from clause, but may also be an embeddable belonging to an entity in the from clause.
fromAction(String) - Method in class javax.faces.flow.builder.NavigationCaseBuilder

Set the from-action of the current navigation case.

fromJson(String, Class<T>) - Method in interface javax.json.bind.Jsonb
Reads in a JSON data from the specified string and return the resulting content tree.
fromJson(String, Type) - Method in interface javax.json.bind.Jsonb
Reads in a JSON data from the specified string and return the resulting content tree.
fromJson(Reader, Class<T>) - Method in interface javax.json.bind.Jsonb
Reads in a JSON data from the specified Reader and return the resulting content tree.
fromJson(Reader, Type) - Method in interface javax.json.bind.Jsonb
Reads in a JSON data from the specified Reader and return the resulting content tree.
fromJson(InputStream, Class<T>) - Method in interface javax.json.bind.Jsonb
Reads in a JSON data from the specified InputStream and return the resulting content tree.
fromJson(InputStream, Type) - Method in interface javax.json.bind.Jsonb
Reads in a JSON data from the specified InputStream and return the resulting content tree.
fromLink(Link) - Static method in class javax.ws.rs.core.Link
Create a new builder instance initialized from another link.
fromLink(Link) - Static method in class javax.ws.rs.core.UriBuilder
Create a new instance initialized from a Link.
fromMethod(Class<?>, String) - Static method in class javax.ws.rs.core.Link
Convenience method to build a link from a resource.
fromMethod(Class<?>, String) - Static method in class javax.ws.rs.core.UriBuilder
Create a new instance representing a relative URI initialized from a Path-annotated method.
fromOperationName(String) - Static method in enum javax.json.JsonPatch.Operation
Returns the enum constant with the specified name.
fromOutcome(String) - Method in class javax.faces.flow.builder.NavigationCaseBuilder

Set the from-outcome of the current navigation case.

fromOutcome(String) - Method in class javax.faces.flow.builder.ReturnBuilder

Set the outcome of the current return node.

fromOutcome(ValueExpression) - Method in class javax.faces.flow.builder.ReturnBuilder

Set the outcome of the current return node.

fromOutcome(String) - Method in class javax.faces.flow.builder.SwitchCaseBuilder

Set the outcome in the previously created switch case.

fromPath(String) - Static method in class javax.ws.rs.core.Link
Convenience method to build a link from a path.
fromPath(String) - Static method in class javax.ws.rs.core.UriBuilder
Create a new instance representing a relative URI initialized from a URI path.
fromResource(Class<?>) - Static method in class javax.ws.rs.core.Link
Convenience method to build a link from a resource.
fromResource(Class<?>) - Static method in class javax.ws.rs.core.UriBuilder
Create a new instance representing a relative URI initialized from a root resource class.
fromResponse(Response) - Static method in class javax.ws.rs.core.Response
Create a new ResponseBuilder by performing a shallow copy of an existing Response.
fromStatusCode(int) - Static method in enum javax.ws.rs.core.Response.Status
Convert a numerical status code into the corresponding Status.
fromString(String) - Method in interface javax.ws.rs.ext.ParamConverter
Parse the supplied value and create an instance of T.
fromString(String) - Method in interface javax.ws.rs.ext.RuntimeDelegate.HeaderDelegate
Parse the supplied value and create an instance of T.
FromStringTerm - Class in javax.mail.search
This class implements string comparisons for the From Address header.
FromStringTerm(String) - Constructor for class javax.mail.search.FromStringTerm
Constructor.
FromTerm - Class in javax.mail.search
This class implements comparisons for the From Address header.
FromTerm(Address) - Constructor for class javax.mail.search.FromTerm
Constructor
fromUri(URI) - Static method in class javax.ws.rs.core.Link
Create a new builder instance initialized from an existing URI.
fromUri(String) - Static method in class javax.ws.rs.core.Link
Create a new builder instance initialized from an existing URI represented as a string.
fromUri(URI) - Static method in class javax.ws.rs.core.UriBuilder
Create a new instance initialized from an existing URI.
fromUri(String) - Static method in class javax.ws.rs.core.UriBuilder
Create a new instance initialized from an existing URI.
fromUriBuilder(UriBuilder) - Static method in class javax.ws.rs.core.Link
Create a new builder instance initialized from a URI builder.
fromViewId(String) - Method in class javax.faces.flow.builder.NavigationCaseBuilder

Set the from-view-id of the current navigation case.

FULL_STATE_SAVING_VIEW_IDS_PARAM_NAME - Static variable in class javax.faces.application.StateManager

The runtime must interpret the value of this parameter as a comma separated list of view IDs, each of which must have their state saved using the state saving mechanism specified in Jakarta Server Faces 1.2.

fullURL - Variable in class javax.mail.URLName
The full version of the URL
function(String, Class<T>, Expression<?>...) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression for the execution of a database function.
FunctionInfo - Class in javax.servlet.jsp.tagext
Information for a function in a Tag Library.
FunctionInfo(String, String, String) - Constructor for class javax.servlet.jsp.tagext.FunctionInfo
Constructor for FunctionInfo.
FunctionMapper - Class in javax.el
The interface to a map between Jakarta Expression Language function names and methods.
FunctionMapper() - Constructor for class javax.el.FunctionMapper
 
FunctionMapper - Interface in javax.servlet.jsp.el
Deprecated.
As of JSP 2.1, replaced by FunctionMapper
functions - Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
An array describing the functions that are defined in this tag library.
Future - Annotation Type in javax.validation.constraints
The annotated element must be an instant, date or time in the future.
Future.List - Annotation Type in javax.validation.constraints
Defines several Future annotations on the same element.
FutureOrPresent - Annotation Type in javax.validation.constraints
The annotated element must be an instant, date or time in the present or in the future.
FutureOrPresent.List - Annotation Type in javax.validation.constraints
Defines several FutureOrPresent annotations on the same element.

G

GE - Static variable in class javax.mail.search.ComparisonTerm
 
ge(Expression<? extends Number>, Expression<? extends Number>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is greater than or equal to the second.
ge(Expression<? extends Number>, Number) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is greater than or equal to the second.
generate(char[]) - Method in interface javax.security.enterprise.identitystore.PasswordHash
Generate an encoded password hash value for storage in a user's account.
Generated - Annotation Type in javax.annotation
The Generated annotation is used to mark source code that has been generated.
GeneratedValue - Annotation Type in javax.persistence
Provides for the specification of generation strategies for the values of primary keys.
generateLoginToken(CallerPrincipal, Set<String>) - Method in interface javax.security.enterprise.identitystore.RememberMeIdentityStore
Associates the given principal and groups with a token.
generateSchema(String, Map) - Static method in class javax.persistence.Persistence
Create database schemas and/or tables and/or create DDL scripts as determined by the supplied properties.
generateSchema(PersistenceUnitInfo, Map) - Method in interface javax.persistence.spi.PersistenceProvider
Create database schemas and/or tables and/or create DDL scripts as determined by the supplied properties.
generateSchema(String, Map) - Method in interface javax.persistence.spi.PersistenceProvider
Create database schemas and/or tables and/or create DDL scripts as determined by the supplied properties.
generateUniqueId(String) - Method in class javax.faces.view.facelets.FaceletContext

Generate a unique ID for the passed String

GenerationType - Enum in javax.persistence
Defines the types of primary key generation strategies.
GenericBootstrap - Interface in javax.validation.bootstrap
Defines the state used to bootstrap Jakarta Bean Validation and creates a provider agnostic Configuration.
GenericCredential - Interface in javax.resource.spi.security
Deprecated.
The preferred way to represent generic credential information is via the org.ietf.jgss.GSSCredential interface in J2SE Version 1.4, which provides similar functionality.
GenericEntity<T> - Class in javax.ws.rs.core
Represents a message entity of a generic type T.
GenericEntity(T) - Constructor for class javax.ws.rs.core.GenericEntity
Constructs a new generic entity.
GenericEntity(T, Type) - Constructor for class javax.ws.rs.core.GenericEntity
Create a new instance of GenericEntity, supplying the generic type information.
GenericFilter - Class in javax.servlet
Defines a generic, protocol-independent filter.
GenericFilter() - Constructor for class javax.servlet.GenericFilter
Does nothing.
GenericHandler - Class in javax.xml.rpc.handler
The javax.xml.rpc.handler.GenericHandler class implements the Handler interface.
GenericHandler() - Constructor for class javax.xml.rpc.handler.GenericHandler
Default constructor
GenericServlet - Class in javax.servlet
Defines a generic, protocol-independent servlet.
GenericServlet() - Constructor for class javax.servlet.GenericServlet
Does nothing.
GenericType<T> - Class in javax.ws.rs.core
Represents a generic message entity type T.
GenericType() - Constructor for class javax.ws.rs.core.GenericType
Constructs a new generic type, deriving the generic type and class from type parameter.
GenericType(Type) - Constructor for class javax.ws.rs.core.GenericType
Constructs a new generic type, supplying the generic type information and deriving the class.
get() - Method in class javax.ejb.AsyncResult
This method should not be called.
get(long, TimeUnit) - Method in class javax.ejb.AsyncResult
This method should not be called.
get(Contextual<T>, CreationalContext<T>) - Method in interface javax.enterprise.context.spi.Context
Return an existing instance of certain contextual type or create a new instance by calling Contextual.create(CreationalContext) and return the new instance.
get(Contextual<T>) - Method in interface javax.enterprise.context.spi.Context
Return an existing instance of a certain contextual type or a null value.
get(String) - Method in interface javax.enterprise.event.NotificationOptions
 
get() - Method in class javax.enterprise.inject.spi.Unmanaged.UnmanagedInstance
Get the instance
get(Serializable) - Method in interface javax.faces.component.StateHelper

Return the value currently associated with the specified key if any.

get(Object) - Method in class javax.faces.context.FlashWrapper

The default behavior of this method is to call Map.get(Object) on the wrapped Flash object.

get(String) - Method in class javax.faces.view.facelets.TagAttributes
Using no namespace, find the TagAttribute
get(String, String) - Method in class javax.faces.view.facelets.TagAttributes
Find a TagAttribute that matches the passed namespace and local name.
get() - Method in interface javax.inject.Provider
Provides a fully-constructed and injected instance of T.
get(String) - Method in class javax.mail.internet.ParameterList
Returns the value of the specified parameter.
get(SingularAttribute<? super X, Y>) - Method in interface javax.persistence.criteria.Path
Create a path corresponding to the referenced single-valued attribute.
get(PluralAttribute<X, C, E>) - Method in interface javax.persistence.criteria.Path
Create a path corresponding to the referenced collection-valued attribute.
get(MapAttribute<X, K, V>) - Method in interface javax.persistence.criteria.Path
Create a path corresponding to the referenced map-valued attribute.
get(String) - Method in interface javax.persistence.criteria.Path
Create a path corresponding to the referenced attribute.
get(TupleElement<X>) - Method in interface javax.persistence.Tuple
Get the value of the specified tuple element.
get(String, Class<X>) - Method in interface javax.persistence.Tuple
Get the value of the tuple element to which the specified alias has been assigned.
get(String) - Method in interface javax.persistence.Tuple
Get the value of the tuple element to which the specified alias has been assigned.
get(int, Class<X>) - Method in interface javax.persistence.Tuple
Get the value of the element at the specified position in the result tuple.
get(int) - Method in interface javax.persistence.Tuple
Get the value of the element at the specified position in the result tuple.
get(MessageInfo) - Method in interface javax.security.auth.message.MessagePolicy.Target
Get the Object identified by the Target from the MessageInfo.
get(PageContext, String, int) - Static method in class javax.servlet.jsp.jstl.core.Config
Looks up a configuration variable in the given scope.
get(ServletRequest, String) - Static method in class javax.servlet.jsp.jstl.core.Config
Looks up a configuration variable in the "request" scope.
get(HttpSession, String) - Static method in class javax.servlet.jsp.jstl.core.Config
Looks up a configuration variable in the "session" scope.
get(ServletContext, String) - Static method in class javax.servlet.jsp.jstl.core.Config
Looks up a configuration variable in the "application" scope.
get() - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke HTTP GET method for the current request asynchronously.
get(Class<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke HTTP GET method for the current request asynchronously.
get(GenericType<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke HTTP GET method for the current request asynchronously.
get(InvocationCallback<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke HTTP GET method for the current request asynchronously.
get() - Method in interface javax.ws.rs.client.CompletionStageRxInvoker
 
get(Class<T>) - Method in interface javax.ws.rs.client.CompletionStageRxInvoker
 
get(GenericType<T>) - Method in interface javax.ws.rs.client.CompletionStageRxInvoker
 
get() - Method in interface javax.ws.rs.client.RxInvoker
Invoke HTTP GET method for the current request.
get(Class<R>) - Method in interface javax.ws.rs.client.RxInvoker
Invoke HTTP GET method for the current request.
get(GenericType<R>) - Method in interface javax.ws.rs.client.RxInvoker
Invoke HTTP GET method for the current request.
get() - Method in interface javax.ws.rs.client.SyncInvoker
Invoke HTTP GET method for the current request synchronously.
get(Class<T>) - Method in interface javax.ws.rs.client.SyncInvoker
Invoke HTTP GET method for the current request synchronously.
get(GenericType<T>) - Method in interface javax.ws.rs.client.SyncInvoker
Invoke HTTP GET method for the current request synchronously.
get(Object) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
 
GET - Annotation Type in javax.ws.rs
Indicates that the annotated method responds to HTTP GET requests.
GET - Static variable in annotation type javax.ws.rs.HttpMethod
HTTP GET method.
get2DigitYearStart() - Method in class javax.mail.internet.MailDateFormat
This method always throws an UnsupportedOperationException and should not be used because RFC 2822 mandates another strategy for interpreting 2-digits years.
GET_FACTORY_PERMISSION_NAME - Static variable in class javax.security.auth.message.config.AuthConfigFactory
The name of the SecurityPermission required to call getFactory
getAbsolutePath() - Method in interface javax.ws.rs.core.UriInfo
Get the absolute path of the request.
getAbsolutePathBuilder() - Method in interface javax.ws.rs.core.UriInfo
Get the absolute path of the request in the form of a UriBuilder.
getAccept() - Method in class javax.faces.component.html.HtmlForm
Return the value of the accept property.
getAcceptableLanguages() - Method in interface javax.ws.rs.client.ClientRequestContext
Get a list of languages that are acceptable for the response.
getAcceptableLanguages() - Method in interface javax.ws.rs.container.ContainerRequestContext
Get a list of languages that are acceptable for the response.
getAcceptableLanguages() - Method in interface javax.ws.rs.core.HttpHeaders
Get a list of languages that are acceptable for the response.
getAcceptableMediaTypes() - Method in interface javax.ws.rs.client.ClientRequestContext
Get a list of media types that are acceptable for the response.
getAcceptableMediaTypes() - Method in interface javax.ws.rs.container.ContainerRequestContext
Get a list of media types that are acceptable for the response.
getAcceptableMediaTypes() - Method in interface javax.ws.rs.core.HttpHeaders
Get a list of media types that are acceptable for the response.
getAcceptcharset() - Method in class javax.faces.component.html.HtmlForm
Return the value of the acceptcharset property.
getAccesskey() - Method in class javax.faces.component.html.HtmlCommandButton
Return the value of the accesskey property.
getAccesskey() - Method in class javax.faces.component.html.HtmlCommandLink
Return the value of the accesskey property.
getAccesskey() - Method in class javax.faces.component.html.HtmlInputFile
Return the value of the accesskey property.
getAccesskey() - Method in class javax.faces.component.html.HtmlInputSecret
Return the value of the accesskey property.
getAccesskey() - Method in class javax.faces.component.html.HtmlInputText
Return the value of the accesskey property.
getAccesskey() - Method in class javax.faces.component.html.HtmlInputTextarea
Return the value of the accesskey property.
getAccesskey() - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
Return the value of the accesskey property.
getAccesskey() - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
Return the value of the accesskey property.
getAccesskey() - Method in class javax.faces.component.html.HtmlOutputLabel
Return the value of the accesskey property.
getAccesskey() - Method in class javax.faces.component.html.HtmlOutputLink
Return the value of the accesskey property.
getAccesskey() - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
Return the value of the accesskey property.
getAccesskey() - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
Return the value of the accesskey property.
getAccesskey() - Method in class javax.faces.component.html.HtmlSelectManyListbox
Return the value of the accesskey property.
getAccesskey() - Method in class javax.faces.component.html.HtmlSelectManyMenu
Return the value of the accesskey property.
getAccesskey() - Method in class javax.faces.component.html.HtmlSelectOneListbox
Return the value of the accesskey property.
getAccesskey() - Method in class javax.faces.component.html.HtmlSelectOneMenu
Return the value of the accesskey property.
getAccesskey() - Method in class javax.faces.component.html.HtmlSelectOneRadio
Return the value of the accesskey property.
getAccessURI() - Method in interface javax.xml.registry.infomodel.ServiceBinding
Gets the URI that gives access to the service via this binding.
getAcknowledgeMode() - Method in interface javax.jms.Session
Returns the acknowledgement mode of the session.
getAction() - Method in interface javax.enterprise.deploy.spi.status.DeploymentStatus
Retrieve the deployment ActionType for this event.
getAction() - Method in interface javax.faces.component.ActionSource
Deprecated.
This has been replaced by ActionSource2.getActionExpression().
getAction() - Method in class javax.faces.component.UICommand
Deprecated.
This has been replaced by UICommand.getActionExpression().
getAction() - Method in class javax.faces.component.UIViewAction
Deprecated.
getActionExpression() - Method in interface javax.faces.component.ActionSource2
Return the MethodExpression pointing at the application action to be invoked, if this UIComponent is activated by the user, during the Apply Request Values or Invoke Application phase of the request processing lifecycle, depending on the value of the immediate property.
getActionExpression() - Method in class javax.faces.component.UICommand
 
getActionExpression() - Method in class javax.faces.component.UIViewAction
Return the MethodExpression pointing at the application action to be invoked, if this UIComponent is activated by the user, during the Apply Request Values or Invoke Application phase of the request processing lifecycle, depending on the value of the immediate property.
getActionListener() - Method in class javax.faces.application.Application
Return the default ActionListener to be registered for all ActionSource components in this application.
getActionListener() - Method in class javax.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.getActionListener() on the wrapped Application object.

getActionListener() - Method in interface javax.faces.component.ActionSource
Deprecated.
getActionListener() - Method in class javax.faces.component.UICommand
Deprecated.
getActionListener() - Method in class javax.faces.component.UIViewAction
Deprecated.
getActionListeners() - Method in interface javax.faces.component.ActionSource
Return the set of registered ActionListeners for this ActionSource instance.
getActionListeners() - Method in class javax.faces.component.UICommand
 
getActionListeners() - Method in class javax.faces.component.UIViewAction
Return the set of registered ActionListeners for this ActionSource instance.
getActions() - Method in class javax.security.jacc.EJBMethodPermission
Returns a String containing a canonical representation of the actions of this EJBMethodPermission.
getActions() - Method in class javax.security.jacc.EJBRoleRefPermission
Returns a canonical String representation of the actions of this EJBRoleRefPermission.
getActions() - Method in class javax.security.jacc.WebResourcePermission
Returns a canonical String representation of the actions of this WebResourcePermission.
getActions() - Method in class javax.security.jacc.WebRoleRefPermission
Returns a canonical String representation of the actions of this WebRoleRefPermission.
getActions() - Method in class javax.security.jacc.WebUserDataPermission
Returns a canonical String representation of the actions of this WebUserDataPermission.
getActionType(int) - Static method in class javax.enterprise.deploy.shared.ActionType
Return an object of the specified value.
getActionURL(FacesContext) - Method in class javax.faces.application.NavigationCase

Construct an absolute URL to this NavigationCase instance using ViewHandler.getActionURL(javax.faces.context.FacesContext, java.lang.String) on the path portion of the url.

getActionURL(FacesContext) - Method in class javax.faces.application.NavigationCaseWrapper
 
getActionURL(FacesContext, String) - Method in class javax.faces.application.ViewHandler

If the value returned from this method is used as the file argument to the four-argument constructor for java.net.URL (assuming appropriate values are used for the first three arguments), then a client making a request to the toExternalForm() of that URL will select the argument viewId for traversing the Jakarta Server Faces lifecycle.

getActionURL(FacesContext, String) - Method in class javax.faces.application.ViewHandlerWrapper
The default behavior of this method is to call ViewHandler.getActionURL(javax.faces.context.FacesContext, String) on the wrapped ViewHandler object.
getActivationName() - Method in interface javax.resource.spi.endpoint.MessageEndpointFactory
Returns a unique name for the message endpoint deployment represented by the MessageEndpointFactory.
getActiveCount() - Method in interface javax.management.j2ee.statistics.JTAStats
Number of active transactions.
getAdaptee() - Method in class javax.servlet.jsp.tagext.TagAdapter
Gets the tag that is being adapted to the Tag interface.
getAdapterName() - Method in interface javax.resource.cci.ResourceAdapterMetaData
Gets a tool displayable name of the resource adapter.
getAdapterShortDescription() - Method in interface javax.resource.cci.ResourceAdapterMetaData
Gets a tool displayable short desription of the resource adapter.
getAdapterVendorName() - Method in interface javax.resource.cci.ResourceAdapterMetaData
Gets the name of the vendor that has provided the resource adapter.
getAdapterVersion() - Method in interface javax.resource.cci.ResourceAdapterMetaData
Gets the version of the resource adapter.
getAddress() - Method in class javax.mail.internet.InternetAddress
Get the email address.
getAddress() - Method in class javax.mail.search.AddressTerm
Return the address to match with.
getAddress() - Method in interface javax.xml.registry.infomodel.EmailAddress
Returns the email address for this object.
getAfterPhaseListener() - Method in class javax.faces.component.UIViewRoot
Return the MethodExpression that will be invoked after this view is rendered.
getAlgorithm() - Method in class javax.security.auth.message.callback.PrivateKeyCallback.DigestRequest
Get the algorithm identifier.
getAlias() - Method in interface javax.persistence.TupleElement
Return the alias assigned to the tuple element or null, if no alias has been assigned.
getAlias() - Method in class javax.security.auth.message.callback.PrivateKeyCallback.AliasRequest
Get the alias.
getAlias() - Method in class javax.security.auth.message.callback.SecretKeyCallback.AliasRequest
Get the alias.
getAll() - Method in class javax.faces.view.facelets.TagAttributes
Return an array of all TagAttributes in this set
getAll(String) - Method in class javax.faces.view.facelets.TagAttributes
Get all TagAttributes for the passed namespace
getAllHeaderLines() - Method in class javax.mail.internet.InternetHeaders
Return all the header lines as an Enumeration of Strings.
getAllHeaderLines() - Method in class javax.mail.internet.MimeBodyPart
Get all header lines as an Enumeration of Strings.
getAllHeaderLines() - Method in class javax.mail.internet.MimeMessage
Get all header lines as an Enumeration of Strings.
getAllHeaderLines() - Method in interface javax.mail.internet.MimePart
Get all header lines as an Enumeration of Strings.
getAllHeaders() - Method in class javax.mail.internet.InternetHeaders
Return all the headers as an Enumeration of Header objects.
getAllHeaders() - Method in class javax.mail.internet.MimeBodyPart
Return all the headers from this Message as an Enumeration of Header objects.
getAllHeaders() - Method in class javax.mail.internet.MimeMessage
Return all the headers from this Message as an enumeration of Header objects.
getAllHeaders() - Method in interface javax.mail.Part
Return all the headers from this part as an Enumeration of Header objects.
getAllowedMethods() - Method in interface javax.ws.rs.client.ClientResponseContext
Get the allowed HTTP methods from the Allow HTTP header.
getAllowedMethods() - Method in interface javax.ws.rs.container.ContainerResponseContext
Get the allowed HTTP methods from the Allow HTTP header.
getAllowedMethods() - Method in class javax.ws.rs.core.Response
Get the allowed HTTP methods from the Allow HTTP header.
getAllRecipients() - Method in class javax.mail.internet.MimeMessage
Get all the recipient addresses for the message.
getAllRecipients() - Method in class javax.mail.Message
Get all the recipient addresses for the message.
getAllTimers() - Method in interface javax.ejb.TimerService
Returns all active timers associated with the beans in the same module in which the caller bean is packaged.
getAllViewDeclarationLanguages() - Method in class javax.faces.view.ViewDeclarationLanguageFactory
 
getAlt() - Method in class javax.faces.component.html.HtmlCommandButton
Return the value of the alt property.
getAlt() - Method in class javax.faces.component.html.HtmlGraphicImage
Return the value of the alt property.
getAlt() - Method in class javax.faces.component.html.HtmlInputFile
Return the value of the alt property.
getAlt() - Method in class javax.faces.component.html.HtmlInputSecret
Return the value of the alt property.
getAlt() - Method in class javax.faces.component.html.HtmlInputText
Return the value of the alt property.
getAlt() - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
Return the value of the alt property.
getAlternatives() - Method in interface javax.enterprise.inject.spi.AfterTypeDiscovery
 
getAnnotated() - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator
 
getAnnotated() - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedFieldConfigurator
 
getAnnotated() - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedMethodConfigurator
 
getAnnotated() - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedParameterConfigurator
 
getAnnotated() - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
 
getAnnotated() - Method in interface javax.enterprise.inject.spi.InjectionPoint
Obtain an instance of AnnotatedField or AnnotatedParameter, depending upon whether the injection point is an injected field or a constructor/method parameter.
getAnnotated() - Method in interface javax.enterprise.inject.spi.ProcessBean
Returns the AnnotatedType representing the bean class, the AnnotatedMethod representing the producer method, or the AnnotatedField representing the producer field.
getAnnotated() - Method in interface javax.enterprise.inject.spi.ProcessBeanAttributes
 
getAnnotatedBeanClass() - Method in interface javax.enterprise.inject.spi.ProcessManagedBean
Returns the AnnotatedType representing the bean class.
getAnnotatedDisposedParameter() - Method in interface javax.enterprise.inject.spi.ProcessProducerField
Returns the AnnotatedParameter for any matching injection point of the same type as the producer field return type found on a disposal method.
getAnnotatedDisposedParameter() - Method in interface javax.enterprise.inject.spi.ProcessProducerMethod
Returns the AnnotatedParameter for any matching injection point of the same type as the producer method return type found on a disposal method.
getAnnotatedEndpointClasses(Set<Class<?>>) - Method in interface javax.websocket.server.ServerApplicationConfig
Return a set of annotated endpoint classes that the server container must deploy.
getAnnotatedMember() - Method in interface javax.enterprise.inject.spi.ProcessProducer
Returns the AnnotatedField representing the producer field or the AnnotatedMethod representing the producer method.
getAnnotatedMethod() - Method in interface javax.enterprise.inject.spi.ProcessObserverMethod
The AnnotatedMethod representing the observer method.
getAnnotatedProducerField() - Method in interface javax.enterprise.inject.spi.ProcessProducerField
Returns the AnnotatedField representing the producer field.
getAnnotatedProducerMethod() - Method in interface javax.enterprise.inject.spi.ProcessProducerMethod
Returns the AnnotatedMethod representing the producer method.
getAnnotatedType(Class<T>, String) - Method in interface javax.enterprise.inject.spi.AfterBeanDiscovery
Obtain the AnnotatedType that may be used to read the annotations of the given class or interface as defined during container initialization.
getAnnotatedType() - Method in interface javax.enterprise.inject.spi.ProcessAnnotatedType
Returns the AnnotatedType object that will be used by the container to read the declared annotations.
getAnnotatedType() - Method in interface javax.enterprise.inject.spi.ProcessInjectionTarget
Returns the AnnotatedType representing the managed bean class, session bean class or other Jakarta EE component class supporting injection.
getAnnotatedTypes(Class<T>) - Method in interface javax.enterprise.inject.spi.AfterBeanDiscovery
Obtain the AnnotatedTypes that may be used to read the annotations of the given class or interface as defined during container initialization.
getAnnotation(Class<T>) - Method in interface javax.enterprise.inject.spi.Annotated
Get program element annotation of a certain annotation type.
getAnnotation() - Method in interface javax.validation.metadata.ConstraintDescriptor
Returns the annotation describing the constraint declaration.
getAnnotations(Class<T>) - Method in interface javax.enterprise.inject.spi.Annotated
Get program element annotations of a certain annotation type.
getAnnotations() - Method in interface javax.enterprise.inject.spi.Annotated
Get all annotations of the program element.
getAnnotations(Class<T>) - Method in interface javax.enterprise.inject.spi.AnnotatedConstructor
 
getAnnotations(Class<T>) - Method in interface javax.enterprise.inject.spi.AnnotatedField
 
getAnnotations(Class<T>) - Method in interface javax.enterprise.inject.spi.AnnotatedMethod
 
getAnnotations(Class<T>) - Method in interface javax.enterprise.inject.spi.AnnotatedParameter
 
getAnnotations(Class<T>) - Method in interface javax.enterprise.inject.spi.AnnotatedType
 
getAnnotations() - Method in class javax.ws.rs.client.Entity
Get the entity annotations.
getAnnotations() - Method in interface javax.ws.rs.ext.InterceptorContext
Get an array of the annotations formally declared on the artifact that initiated the intercepted entity provider invocation.
getAppContext() - Method in interface javax.security.auth.message.config.AuthConfig
Get the application context identifier of this authentication context configuration object.
getAppContext() - Method in interface javax.security.auth.message.config.AuthConfigFactory.RegistrationContext
Get the application context identifier from the registration context
getApplication() - Method in class javax.faces.application.ApplicationFactory
Create (if needed) and return an Application instance for this web application.
getApplication() - Method in class javax.faces.context.FacesContext
Return the Application instance associated with this web application.
getApplication() - Method in class javax.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext.getApplication() on the wrapped FacesContext object.
getApplication() - Method in class javax.faces.event.PostConstructApplicationEvent

The source Application that sent this event.

getApplication() - Method in class javax.faces.event.PreDestroyApplicationEvent

The source Application that sent this event.

getApplicationContextPath() - Method in class javax.faces.context.ExternalContext

Return the name of the container context for this application.

getApplicationContextPath() - Method in class javax.faces.context.ExternalContextWrapper

The default behavior of this method is to call ExternalContext.getApplicationContextPath() on the wrapped ExternalContext object.

getApplicationData() - Method in interface javax.websocket.PongMessage
The application data inside the pong message from the peer.
getApplicationMap() - Method in class javax.faces.context.ExternalContext
Return a mutable Map representing the application scope attributes for the current application.
getApplicationMap() - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.getApplicationMap() on the wrapped ExternalContext object.
getAreaCode() - Method in interface javax.xml.registry.infomodel.TelephoneNumber
Gets the area code.
getArray() - Method in interface javax.json.stream.JsonParser
Returns a JsonArray and advance the parser to the the corresponding END_ARRAY.
getArrayStream() - Method in interface javax.json.stream.JsonParser
Returns a stream of the JsonArray elements.
getAsMap() - Method in class javax.json.bind.JsonbConfig
Return all configuration properties as an unmodifiable map.
getAsObject(FacesContext, UIComponent, String) - Method in class javax.faces.convert.BigDecimalConverter
 
getAsObject(FacesContext, UIComponent, String) - Method in class javax.faces.convert.BigIntegerConverter
 
getAsObject(FacesContext, UIComponent, String) - Method in class javax.faces.convert.BooleanConverter
 
getAsObject(FacesContext, UIComponent, String) - Method in class javax.faces.convert.ByteConverter
 
getAsObject(FacesContext, UIComponent, String) - Method in class javax.faces.convert.CharacterConverter
 
getAsObject(FacesContext, UIComponent, String) - Method in interface javax.faces.convert.Converter
Convert the specified string value, which is associated with the specified UIComponent, into a model data object that is appropriate for being stored during the Process Validations phase of the request processing lifecycle.
getAsObject(FacesContext, UIComponent, String) - Method in class javax.faces.convert.DateTimeConverter
 
getAsObject(FacesContext, UIComponent, String) - Method in class javax.faces.convert.DoubleConverter
 
getAsObject(FacesContext, UIComponent, String) - Method in class javax.faces.convert.EnumConverter
Convert the value argument to one of the enum constants of the class provided in our constructor.
getAsObject(FacesContext, UIComponent, String) - Method in class javax.faces.convert.FloatConverter
 
getAsObject(FacesContext, UIComponent, String) - Method in class javax.faces.convert.IntegerConverter
 
getAsObject(FacesContext, UIComponent, String) - Method in class javax.faces.convert.LongConverter
 
getAsObject(FacesContext, UIComponent, String) - Method in class javax.faces.convert.NumberConverter
 
getAsObject(FacesContext, UIComponent, String) - Method in class javax.faces.convert.ShortConverter
 
getAssociatedObjects() - Method in interface javax.xml.registry.infomodel.RegistryObject
Returns the collection of RegistryObject instances associated with this object.
getAssociations() - Method in interface javax.xml.registry.infomodel.RegistryObject
Gets all Associations where this object is source.
getAssociationType() - Method in interface javax.xml.registry.infomodel.Association
Gets the association type for this Association.
getAsString(FacesContext, UIComponent, Object) - Method in class javax.faces.convert.BigDecimalConverter
 
getAsString(FacesContext, UIComponent, Object) - Method in class javax.faces.convert.BigIntegerConverter
 
getAsString(FacesContext, UIComponent, Object) - Method in class javax.faces.convert.BooleanConverter
 
getAsString(FacesContext, UIComponent, Object) - Method in class javax.faces.convert.ByteConverter
 
getAsString(FacesContext, UIComponent, Object) - Method in class javax.faces.convert.CharacterConverter
 
getAsString(FacesContext, UIComponent, T) - Method in interface javax.faces.convert.Converter
Convert the specified model object value, which is associated with the specified UIComponent, into a String that is suitable for being included in the response generated during the Render Response phase of the request processing lifeycle.
getAsString(FacesContext, UIComponent, Object) - Method in class javax.faces.convert.DateTimeConverter
 
getAsString(FacesContext, UIComponent, Object) - Method in class javax.faces.convert.DoubleConverter
 
getAsString(FacesContext, UIComponent, Object) - Method in class javax.faces.convert.EnumConverter

Convert the enum constant given by the value argument into a String.

getAsString(FacesContext, UIComponent, Object) - Method in class javax.faces.convert.FloatConverter
 
getAsString(FacesContext, UIComponent, Object) - Method in class javax.faces.convert.IntegerConverter
 
getAsString(FacesContext, UIComponent, Object) - Method in class javax.faces.convert.LongConverter
 
getAsString(FacesContext, UIComponent, Object) - Method in class javax.faces.convert.NumberConverter
 
getAsString(FacesContext, UIComponent, Object) - Method in class javax.faces.convert.ShortConverter
 
getAsync() - Method in interface javax.jms.JMSProducer
If subsequent calls to send on this JMSProducer object have been configured to be asynchronous then this method returns the CompletionListener that has previously been configured.
getAsyncContext() - Method in class javax.servlet.AsyncEvent
Gets the AsyncContext from this AsyncEvent.
getAsyncContext() - Method in interface javax.servlet.ServletRequest
Gets the AsyncContext that was created or reinitialized by the most recent invocation of ServletRequest.startAsync() or ServletRequest.startAsync(ServletRequest,ServletResponse) on this request.
getAsyncContext() - Method in class javax.servlet.ServletRequestWrapper
Gets the AsyncContext that was created or reinitialized by the most recent invocation of ServletRequestWrapper.startAsync() or ServletRequestWrapper.startAsync(ServletRequest,ServletResponse) on the wrapped request.
getAsyncRemote() - Method in interface javax.websocket.Session
Return a reference a RemoteEndpoint object representing the peer of this conversation that is able to send messages asynchronously to the peer.
getAttachedObjectHandlerHelper() - Method in class javax.faces.view.facelets.FaceletsAttachedObjectHandler

Return the underlying handler for this tag handler instance.

getAttribute(String) - Method in class javax.faces.view.facelets.FaceletContext

Return an attribute set by a previous call to FaceletContext.setAttribute(java.lang.String, java.lang.Object).

getAttribute(String) - Method in class javax.faces.view.facelets.TagHandler
Utility method for fetching the appropriate TagAttribute
getAttribute(ObjectName, String) - Method in interface javax.management.j2ee.Management
Gets the value of a specific attribute of a named managed object.
getAttribute() - Method in interface javax.persistence.criteria.Fetch
Return the metamodel attribute corresponding to the fetch join.
getAttribute() - Method in interface javax.persistence.criteria.Join
Return the metamodel attribute corresponding to the join.
getAttribute(String) - Method in interface javax.persistence.metamodel.ManagedType
Return the attribute of the managed type that corresponds to the specified name.
getAttribute(String) - Method in interface javax.servlet.http.HttpSession
Returns the object bound with the specified name in this session, or null if no object is bound under the name.
getAttribute(String) - Method in class javax.servlet.jsp.JspContext
Returns the object associated with the name in the page scope or null if not found.
getAttribute(String, int) - Method in class javax.servlet.jsp.JspContext
Return the object associated with the name in the specified scope or null if not found.
getAttribute(String) - Method in class javax.servlet.jsp.tagext.TagData
The value of the attribute.
getAttribute(String) - Method in interface javax.servlet.ServletContext
Returns the servlet container attribute with the given name, or null if there is no attribute by that name.
getAttribute(String) - Method in interface javax.servlet.ServletRequest
Returns the value of the named attribute as an Object, or null if no attribute of the given name exists.
getAttribute(String) - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to call getAttribute(String name) on the wrapped request object.
getAttributeName(FaceletContext) - Method in interface javax.faces.view.facelets.AttributeHandler

Returns the resolved literal String value of the attribute name after evaluating EL.

getAttributeName() - Method in interface javax.persistence.AttributeNode
Return the name of the attribute corresponding to the attribute node.
getAttributeNames() - Method in interface javax.enterprise.deploy.model.DDBean
Returns the list of attribute names associated with the XML element.
getAttributeNames() - Method in interface javax.servlet.http.HttpSession
Returns an Enumeration of String objects containing the names of all the objects bound to this session.
getAttributeNames() - Method in interface javax.servlet.ServletContext
Returns an Enumeration containing the attribute names available within this ServletContext.
getAttributeNames() - Method in interface javax.servlet.ServletRequest
Returns an Enumeration containing the names of the attributes available to this request.
getAttributeNames() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getAttributeNames() on the wrapped request object.
getAttributeNamesInScope(int) - Method in class javax.servlet.jsp.JspContext
Enumerate all the attributes in a given scope.
getAttributeNodes() - Method in interface javax.persistence.EntityGraph
Return the attribute nodes of this entity that are included in the entity graph.
getAttributeNodes() - Method in interface javax.persistence.Subgraph
Return the attribute nodes corresponding to the attributes of this managed type that are included in the subgraph.
getAttributes() - Method in class javax.faces.component.UIComponent
Return a mutable Map representing the attributes (and properties, see below) associated wth this UIComponent, keyed by attribute name (which must be a String).
getAttributes() - Method in class javax.faces.component.UIComponentBase
 
getAttributes() - Method in class javax.faces.context.FacesContext

Return a mutable Map representing the attributes associated wth this FacesContext instance.

getAttributes() - Method in class javax.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext.getAttributes() on the wrapped FacesContext object.
getAttributes() - Method in class javax.faces.event.ExceptionQueuedEventContext

A Map of attributes relevant to the context of this ExceptionQueuedEvent.

getAttributes() - Method in class javax.faces.view.facelets.Tag

Return an object encapsulating the TagAttributes specified on this element in the view.

getAttributes(ObjectName, String[]) - Method in interface javax.management.j2ee.Management
Enables the values of several attributes of a named managed object.
getAttributes() - Method in interface javax.persistence.metamodel.ManagedType
Return the attributes of the managed type.
getAttributes() - Method in class javax.servlet.jsp.tagext.TagData
Enumerates the attributes.
getAttributes() - Method in class javax.servlet.jsp.tagext.TagInfo
Attribute information (in the TLD) on this tag.
getAttributes() - Method in interface javax.validation.metadata.ConstraintDescriptor
Returns a map containing the annotation attribute names as keys and the annotation attribute values as value.
getAttributesScope(String) - Method in class javax.servlet.jsp.JspContext
Get the scope where a given attribute is defined.
getAttributeString(String) - Method in class javax.servlet.jsp.tagext.TagData
Get the value for a given attribute.
getAttributeValue(String) - Method in interface javax.enterprise.deploy.model.DDBean
Returns the string value of the named attribute.
getAuditTrail() - Method in interface javax.xml.registry.infomodel.RegistryObject
Returns the complete audit trail of all requests that effected a state change in this object as an ordered Collection of AuditableEvent objects.
getAuthContext(String, Subject, Map) - Method in interface javax.security.auth.message.config.ClientAuthConfig
Get a ClientAuthContext instance from this ClientAuthConfig.
getAuthContext(String, Subject, Map) - Method in interface javax.security.auth.message.config.ServerAuthConfig
Get a ServerAuthContext instance from this ServerAuthConfig.
getAuthContextID(MessageInfo) - Method in interface javax.security.auth.message.config.AuthConfig
Get the authentication context identifier corresponding to the request and response objects encapsulated in messageInfo.
getAuthenticationScheme() - Method in interface javax.ws.rs.core.SecurityContext
Returns the string value of the authentication scheme used to protect the resource.
getAuthParameters() - Method in interface javax.security.enterprise.authentication.mechanism.http.HttpMessageContext
Returns the parameters that were provided with the SecurityContext#authenticate(AuthParameters) call.
getAuthParameters() - Method in class javax.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
getAuthType() - Method in class javax.faces.context.ExternalContext
Return the name of the authentication scheme used to authenticate the current user, if any; otherwise, return null.
getAuthType() - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.getAuthType() on the wrapped ExternalContext object.
getAuthType() - Method in interface javax.servlet.http.HttpServletRequest
Returns the name of the authentication scheme used to protect the servlet.
getAuthType() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getAuthType() on the wrapped request object.
getAutocomplete() - Method in class javax.faces.component.html.HtmlInputFile
Return the value of the autocomplete property.
getAutocomplete() - Method in class javax.faces.component.html.HtmlInputSecret
Return the value of the autocomplete property.
getAutocomplete() - Method in class javax.faces.component.html.HtmlInputText
Return the value of the autocomplete property.
getAutoStart() - Method in interface javax.jms.JMSContext
Returns whether the underlying connection used by this JMSContext will be started automatically when a consumer is created.
getAvailableModules(ModuleType, Target[]) - Method in interface javax.enterprise.deploy.spi.DeploymentManager
Retrieve the list of all Jakarta EE application modules running or not running on the identified targets.
getBase() - Method in class javax.el.ValueReference
 
getBaseType() - Method in interface javax.enterprise.inject.spi.Annotated
Get the type of the annotated program element.
getBaseType() - Method in class javax.mail.internet.ContentType
Return the MIME type string, without the parameters.
getBaseUri() - Method in interface javax.ws.rs.core.UriInfo
Get the base URI of the application.
getBaseUriBuilder() - Method in interface javax.ws.rs.core.UriInfo
Get the base URI of the application in the form of a UriBuilder.
getBasicRemote() - Method in interface javax.websocket.Session
Return a reference a RemoteEndpoint object representing the peer of this conversation that is able to send messages synchronously to the peer.
getBatchingAllowed() - Method in interface javax.websocket.RemoteEndpoint
Return whether the implementation is allowed to batch outgoing messages before sending.
getBatchStatus() - Method in interface javax.batch.runtime.context.JobContext
The getBatchStatus method simply returns the batch status value set by the batch runtime into the job context.
getBatchStatus() - Method in interface javax.batch.runtime.context.StepContext
The getBatchStatus method returns the current batch status of the current step.
getBatchStatus() - Method in interface javax.batch.runtime.JobExecution
Get batch status of this execution.
getBatchStatus() - Method in interface javax.batch.runtime.StepExecution
Get batch status of this step execution.
getBean(String) - Method in class javax.el.BeanNameResolver
Returns the bean known by its name.
getBean() - Method in class javax.enterprise.deploy.model.XpathEvent
The bean being added/removed/changed.
getBean() - Method in interface javax.enterprise.inject.spi.InjectionPoint
Get the Bean object representing the bean that defines the injection point.
getBean() - Method in interface javax.enterprise.inject.spi.ProcessBean
Returns the Bean object that is about to be registered.
getBeanAttributes() - Method in interface javax.enterprise.inject.spi.ProcessBeanAttributes
 
getBeanClass() - Method in interface javax.enterprise.inject.spi.Bean
The bean class of the managed bean or session bean or of the bean that declares the producer method or field.
getBeanClass() - Method in interface javax.enterprise.inject.spi.ObserverMethod
Obtains the class of the type that declares the observer method.
getBeanManager() - Method in interface javax.enterprise.inject.se.SeContainer
Get the CDI BeanManager for this container
getBeanManager() - Method in class javax.enterprise.inject.spi.CDI
Get the CDI BeanManager for the current context
getBeans(Type, Annotation...) - Method in interface javax.enterprise.inject.spi.BeanManager
Return the set of beans which have the given required type and qualifiers and are available for injection in the module or library containing the class into which the BeanManager was injected or the Jakarta EE component from whose JNDI environment namespace the BeanManager was obtained, according to the rules of typesafe resolution.
getBeans(String) - Method in interface javax.enterprise.inject.spi.BeanManager
Return the set of beans which have the given EL name and are available for injection in the module or library containing the class into which the BeanManager was injected or the Jakarta EE component from whose JNDI environment namespace the BeanManager was obtained, according to the rules of EL name resolution.
getBeforePhaseListener() - Method in class javax.faces.component.UIViewRoot
Return the MethodExpression that will be invoked before this view is rendered.
getBegin() - Method in interface javax.servlet.jsp.jstl.core.LoopTagStatus
Returns the value of the 'begin' attribute for the associated tag, or null if no 'begin' attribute was specified.
getBehavior() - Method in class javax.faces.event.BehaviorEvent

Return the source Behavior that sent this event.

getBehaviorId() - Method in interface javax.faces.view.facelets.BehaviorConfig
Return the value of the behavior-id.
getBehaviorId() - Method in class javax.faces.view.facelets.BehaviorHandler
 
getBehaviorIds() - Method in class javax.faces.application.Application
Return an Iterator over the set of currently registered behavior ids for this Application.
getBehaviorIds() - Method in class javax.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.getBehaviorIds() on the wrapped Application object.

getBgcolor() - Method in class javax.faces.component.html.HtmlDataTable
Return the value of the bgcolor property.
getBgcolor() - Method in class javax.faces.component.html.HtmlPanelGrid
Return the value of the bgcolor property.
getBigDecimal() - Method in interface javax.json.stream.JsonParser
Returns a JSON number as a BigDecimal.
getBindableJavaType() - Method in interface javax.persistence.metamodel.Bindable
Return the Java type of the represented object.
getBindableType() - Method in interface javax.persistence.metamodel.Bindable
Return the bindable type of the represented object.
getBinding() - Method in class javax.faces.view.facelets.DelegatingMetaTagHandler
 
getBody(Class<T>) - Method in interface javax.jms.Message
Returns the message body as an object of the specified type.
getBodyContent() - Method in class javax.faces.webapp.UIComponentClassicTagBase
 
getBodyContent() - Method in class javax.servlet.jsp.tagext.BodyTagSupport
Get current bodyContent.
getBodyContent() - Method in class javax.servlet.jsp.tagext.TagInfo
The bodycontent information for this tag.
getBodyLength() - Method in interface javax.jms.BytesMessage
Gets the number of bytes of the message body when the message is in read-only mode.
getBodyPart(int) - Method in class javax.mail.internet.MimeMultipart
Get the specified BodyPart.
getBodyPart(String) - Method in class javax.mail.internet.MimeMultipart
Get the MimeBodyPart referred to by the given ContentID (CID).
getBodyPart(int) - Method in class javax.mail.Multipart
Get the specified Part.
getBodyPart(int) - Method in interface javax.mail.MultipartDataSource
Get the specified Part.
getBodyrows() - Method in class javax.faces.component.html.HtmlDataTable
Return the value of the bodyrows property.
getBodyrows() - Method in class javax.faces.component.html.HtmlPanelGrid
Return the value of the bodyrows property.
getBookmarkableURL(FacesContext) - Method in class javax.faces.application.NavigationCase

Construct an absolute URL suitable for a bookmarkable link to this NavigationCase instance using ViewHandler.getBookmarkableURL(javax.faces.context.FacesContext, java.lang.String, java.util.Map<java.lang.String, java.util.List<java.lang.String>>, boolean) on the path portion of the url.

getBookmarkableURL(FacesContext) - Method in class javax.faces.application.NavigationCaseWrapper
 
getBookmarkableURL(FacesContext, String, Map<String, List<String>>, boolean) - Method in class javax.faces.application.ViewHandler

Return a Jakarta Server Faces action URL derived from the viewId argument that is suitable to be used as the target of a link in a Jakarta Server Faces response.

getBookmarkableURL(FacesContext, String, Map<String, List<String>>, boolean) - Method in class javax.faces.application.ViewHandlerWrapper
The default behavior of this method is to call ViewHandler.getBookmarkableURL(javax.faces.context.FacesContext, String, java.util.Map, boolean) on the wrapped ViewHandler object.
getBoolean(FaceletContext) - Method in class javax.faces.view.facelets.TagAttribute

If literal,return Boolean.valueOf(java.lang.String) passing our value, otherwise call getObject(FaceletContext, Class).

getBoolean(String) - Method in interface javax.jms.MapMessage
Returns the boolean value with the specified name.
getBoolean(int) - Method in interface javax.json.JsonArray
Returns the boolean value at the specified position.
getBoolean(int, boolean) - Method in interface javax.json.JsonArray
Returns the boolean value at the specified position.
getBoolean(String) - Method in interface javax.json.JsonObject
Returns the boolean value of the associated mapping for the specified name.
getBoolean(String, boolean) - Method in interface javax.json.JsonObject
Returns the boolean value of the associated mapping for the specified name.
getBooleanProperty(String) - Method in interface javax.jms.JMSProducer
Returns the message property with the specified name that has been set on this JMSProducer, converted to a boolean.
getBooleanProperty(String) - Method in interface javax.jms.Message
Returns the value of the boolean property with the specified name.
getBootstrapConfiguration() - Method in interface javax.validation.Configuration
Returns configuration information stored in the META-INF/validation.xml file.
getBorder() - Method in class javax.faces.component.html.HtmlDataTable
Return the value of the border property.
getBorder() - Method in class javax.faces.component.html.HtmlPanelGrid
Return the value of the border property.
getBorder() - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
Return the value of the border property.
getBorder() - Method in class javax.faces.component.html.HtmlSelectOneRadio
Return the value of the border property.
getBuffer() - Method in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
Gets the value of the buffer configuration, which specifies the default size of the response buffer for any JSP pages mapped to the JSP property group represented by this JspPropertyGroupDescriptor.
getBufferSize() - Method in class javax.servlet.jsp.JspWriter
This method returns the size of the buffer used by the JspWriter.
getBufferSize() - Method in interface javax.servlet.ServletResponse
Returns the actual buffer size used for the response.
getBufferSize() - Method in class javax.servlet.ServletResponseWrapper
The default behavior of this method is to return getBufferSize() on the wrapped response object.
getBulkResponse(String) - Method in interface javax.xml.registry.RegistryService
Returns the BulkResponse associated with specified requestId.
getBusinessLifeCycleManager() - Method in interface javax.xml.registry.RegistryService
Returns the BusinessLifeCycleManager object implemented by the Jakarta XML Registries provider.
getBusinessObject(Class<T>) - Method in interface javax.ejb.SessionContext
Obtain an object that can be used to invoke the current bean through a particular business interface view or its no-interface view.
getBusinessQueryManager() - Method in interface javax.xml.registry.RegistryService
Returns the BusinessQueryManager object implemented by the Jakarta XML Registries provider.
getByte(String) - Method in interface javax.jms.MapMessage
Returns the byte value with the specified name.
getByteProperty(String) - Method in interface javax.jms.JMSProducer
Returns the message property with the specified name that has been set on this JMSProducer, converted to a String.
getByteProperty(String) - Method in interface javax.jms.Message
Returns the value of the byte property with the specified name.
getBytes(String) - Method in interface javax.jms.MapMessage
Returns the byte array value with the specified name.
getBytes() - Method in exception javax.websocket.DecodeException
Return the ByteBuffer containing either the whole message, or the partial message, that could not be decoded, or null if this exception arose from a failure to decode a text message.
getCache() - Method in interface javax.persistence.EntityManagerFactory
Access the cache that is associated with the entity manager factory (the "second level cache").
getCacheExtension() - Method in class javax.ws.rs.core.CacheControl
Corresponds to a set of extension cache control directives.
getCallback() - Method in class javax.faces.component.search.SearchKeywordContext

Returns the ContextCallback for the current request.

getCalledFlowDocumentId(FacesContext) - Method in class javax.faces.flow.FlowCallNode
 
getCalledFlowId(FacesContext) - Method in class javax.faces.flow.FlowCallNode
 
getCaller() - Method in class javax.security.enterprise.credential.CallerOnlyCredential
 
getCaller() - Method in class javax.security.enterprise.credential.UsernamePasswordCredential
 
getCallerDn() - Method in class javax.security.enterprise.identitystore.CredentialValidationResult
Return the CallerPrincipal for the validated credential.
getCallerGroups() - Method in class javax.security.enterprise.identitystore.CredentialValidationResult
Determines the set of groups that the specified Caller is in, based on the associated identity store.
getCallerGroups(CredentialValidationResult) - Method in interface javax.security.enterprise.identitystore.IdentityStore
Returns groups for the caller, who is identified by the CallerPrincipal (and potentially other values) found in the validationResult parameter.
getCallerIdentity() - Method in interface javax.ejb.EJBContext
Deprecated.
Use Principal getCallerPrincipal() instead.
getCallerPrincipal() - Method in interface javax.ejb.EJBContext
Obtain the java.security.Principal that identifies the caller.
getCallerPrincipal() - Method in interface javax.security.enterprise.authentication.mechanism.http.HttpMessageContext
Gets the Principal set by a call to notifyContainerAboutLogin().
getCallerPrincipal() - Method in class javax.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
getCallerPrincipal() - Method in class javax.security.enterprise.identitystore.CredentialValidationResult
Return the CallerPrincipal for the validated credential.
getCallerPrincipal() - Method in interface javax.security.enterprise.SecurityContext
Retrieve the platform-specific java.security.Principal that represents the name of authenticated caller, or null if the current caller is not authenticated.
getCallerUniqueId() - Method in class javax.security.enterprise.identitystore.CredentialValidationResult
Return a string that uniquely identifies this caller within the identity store (since the Principal name used may not be unique).
getCalls(QName) - Method in interface javax.xml.rpc.Service
Gets an array of preconfigured Call objects for invoking operations on the specified port.
getCapabilityLevel() - Method in interface javax.xml.registry.CapabilityProfile
Gets the capability level supported by the Jakarta XML Registries provider.
getCapabilityProfile() - Method in interface javax.xml.registry.RegistryService
Returns the CapabilityProfile for the Jakarta XML Registries provider.
getCaptionClass() - Method in class javax.faces.component.html.HtmlDataTable
Return the value of the captionClass property.
getCaptionClass() - Method in class javax.faces.component.html.HtmlPanelGrid
Return the value of the captionClass property.
getCaptionStyle() - Method in class javax.faces.component.html.HtmlDataTable
Return the value of the captionStyle property.
getCaptionStyle() - Method in class javax.faces.component.html.HtmlPanelGrid
Return the value of the captionStyle property.
getCases() - Method in class javax.faces.flow.SwitchNode

Return the cases in this switch.

getCause() - Method in exception javax.faces.FacesException
Return the cause of this exception, or null if the cause is nonexistent or unknown.
getCause() - Method in exception javax.mail.MessagingException
Overrides the getCause method of Throwable to return the next exception in the chain of nested exceptions.
getCause() - Method in exception javax.xml.registry.JAXRException
Returns the Throwable embedded in this JAXRException if there is one.
getCausedByException() - Method in exception javax.ejb.EJBException
Obtain the exception that caused the EJBException to be thrown.
getCDI() - Method in interface javax.enterprise.inject.spi.CDIProvider
Provides access to the current container
getCellpadding() - Method in class javax.faces.component.html.HtmlDataTable
Return the value of the cellpadding property.
getCellpadding() - Method in class javax.faces.component.html.HtmlPanelGrid
Return the value of the cellpadding property.
getCellspacing() - Method in class javax.faces.component.html.HtmlDataTable
Return the value of the cellspacing property.
getCellspacing() - Method in class javax.faces.component.html.HtmlPanelGrid
Return the value of the cellspacing property.
getCertStore() - Method in class javax.security.auth.message.callback.CertStoreCallback
Used by the CertStore user to obtain the CertStore set within the Callback.
getChain() - Method in class javax.security.auth.message.callback.PrivateKeyCallback
Used to obtain the certificate chain set within the Callback.
getChallenges() - Method in exception javax.ws.rs.NotAuthorizedException
Get the list of authorization challenges associated with the exception and applicable to the resource requested by the client.
getChangeEvent() - Method in class javax.enterprise.deploy.model.XpathEvent
 
getChannel() - Method in class javax.faces.component.UIWebsocket
Returns the name of the websocket channel.
getChannel() - Method in class javax.faces.event.WebsocketEvent
Returns the <f:websocket channel>.
getChar(String) - Method in interface javax.jms.MapMessage
Returns the Unicode character value with the specified name.
getCharacterEncoding() - Method in class javax.faces.context.ResponseWriter
Return the character encoding (such as "ISO-8859-1") for this ResponseWriter.
getCharacterEncoding() - Method in class javax.faces.context.ResponseWriterWrapper
The default behavior of this method is to call ResponseWriter.getCharacterEncoding() on the wrapped ResponseWriter object.
getCharacterEncoding() - Method in interface javax.servlet.ServletRequest
Returns the name of the character encoding used in the body of this request.
getCharacterEncoding() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getCharacterEncoding() on the wrapped request object.
getCharacterEncoding() - Method in interface javax.servlet.ServletResponse
Returns the name of the character encoding (MIME charset) used for the body sent in this response.
getCharacterEncoding() - Method in class javax.servlet.ServletResponseWrapper
The default behavior of this method is to return getCharacterEncoding() on the wrapped response object.
getChars() - Method in interface javax.json.JsonString
Returns the char sequence for the JSON String value
getCharset() - Method in class javax.faces.component.html.HtmlCommandLink
Return the value of the charset property.
getCharset() - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
Return the value of the charset property.
getCharset() - Method in class javax.faces.component.html.HtmlOutputLink
Return the value of the charset property.
getCharsetName() - Method in interface javax.xml.registry.infomodel.LocalizedString
Gets the canonical name for the charset for this object.
getChildBean(String) - Method in interface javax.enterprise.deploy.model.DDBean
Return a list of DDBeans based upon the XPath.
getChildBean(String) - Method in interface javax.enterprise.deploy.model.DeployableObject
Return an array of standard beans representing the XML content returned based upon the XPath.
getChildBean(ModuleType, String) - Method in interface javax.enterprise.deploy.model.J2eeApplicationObject
Return a list of DDBean based upon an XPath; all deployment descriptors of the specified type are searched.
getChildConceptCount() - Method in interface javax.xml.registry.infomodel.ClassificationScheme
Gets number of children.
getChildConceptCount() - Method in interface javax.xml.registry.infomodel.Concept
Gets number of children.
getChildCount() - Method in class javax.faces.component.UIComponent
Return the number of child UIComponents that are associated with this UIComponent.
getChildCount() - Method in class javax.faces.component.UIComponentBase
 
getChildOrganizationCount() - Method in interface javax.xml.registry.infomodel.Organization
Gets number of children.
getChildOrganizations() - Method in interface javax.xml.registry.infomodel.Organization
Gets all immediate children Organizations.
getChildren() - Method in class javax.faces.component.UIComponent
Return a mutable List representing the child UIComponents associated with this component.
getChildren() - Method in class javax.faces.component.UIComponentBase
 
getChildrenConcepts() - Method in interface javax.xml.registry.infomodel.ClassificationScheme
Gets all immediate children Concepts.
getChildrenConcepts() - Method in interface javax.xml.registry.infomodel.Concept
Gets all immediate children Concepts.
getChildTargetModuleID() - Method in interface javax.enterprise.deploy.spi.TargetModuleID
Retrieve a list of identifiers of the children of this deployed module.
getCity() - Method in interface javax.xml.registry.infomodel.PostalAddress
Returns the city.
getClasses() - Method in class javax.ws.rs.core.Application
Get a set of root resource, provider and feature classes.
getClasses() - Method in interface javax.ws.rs.core.Configuration
Get the immutable set of registered component (such as provider or feature) classes to be instantiated, injected and utilized in the scope of the configurable instance.
getClassFromScope(String) - Method in interface javax.enterprise.deploy.model.DeployableObject
Retrieve the specified class from this deployable module.
getClassifications() - Method in interface javax.xml.registry.infomodel.RegistryObject
Gets the Classification instances that classify this object.
getClassificationScheme() - Method in interface javax.xml.registry.infomodel.Classification
Gets the ClassificationScheme that is used in classifying the object.
getClassificationScheme() - Method in interface javax.xml.registry.infomodel.Concept
Gets the ClassificationScheme that this Concept is a descendent of.
getClassifiedObject() - Method in interface javax.xml.registry.infomodel.Classification
Gets the Object that is being classified.
getClassLoader() - Method in interface javax.persistence.spi.PersistenceUnitInfo
Returns ClassLoader that the provider may use to load any classes, resources, or open URLs.
getClassLoader() - Method in interface javax.servlet.ServletContext
Gets the class loader of the web application represented by this ServletContext.
getClassName() - Method in class javax.mail.Provider
Returns the name of the class that implements the protocol.
getClassName() - Method in class javax.servlet.jsp.tagext.TagVariableInfo
The body of the <variable-class> element.
getClassName() - Method in class javax.servlet.jsp.tagext.VariableInfo
Returns the type of this variable.
getClassName() - Method in interface javax.servlet.Registration
Gets the fully qualified class name of the Servlet or Filter that is represented by this Registration.
getClassType() - Method in interface javax.persistence.Subgraph
Return the type for which this subgraph was defined.
getClient() - Method in interface javax.ws.rs.client.ClientRequestContext
Get the client instance associated with the request.
getClientAuthConfig(String, String, CallbackHandler) - Method in interface javax.security.auth.message.config.AuthConfigProvider
Get an instance of ClientAuthConfig from this provider.
getClientBehaviorRenderer(String) - Method in class javax.faces.render.RenderKit
Return the ClientBehaviorRenderer instance most recently registered for the specified type, if any; otherwise, return null.
getClientBehaviorRenderer(String) - Method in class javax.faces.render.RenderKitWrapper
The default behavior of this method is to call RenderKit.getClientBehaviorRenderer(String) on the wrapped RenderKit object.
getClientBehaviorRendererTypes() - Method in class javax.faces.render.RenderKit

Return an Iterator over the ClientBehaviorRenderer types.

getClientBehaviorRendererTypes() - Method in class javax.faces.render.RenderKitWrapper
The default behavior of this method is to call RenderKit.getClientBehaviorRendererTypes() on the wrapped RenderKit object.
getClientBehaviors() - Method in interface javax.faces.component.behavior.ClientBehaviorHolder

Returns a non-null, unmodifiable Map that contains the the ClientBehaviors that have been attached to the component implementing this interface.

getClientBehaviors() - Method in class javax.faces.component.UIComponentBase

This is a default implementation of ClientBehaviorHolder.getClientBehaviors().

getClientConfiguration(TargetModuleID) - Method in interface javax.enterprise.deploy.spi.status.ProgressObject
Return the ClientConfiguration object associated with the TargetModuleID.
getClientId() - Method in class javax.faces.component.UIComponent

Enable Jakarta Expression Language to access the clientId of a component.

getClientId(FacesContext) - Method in class javax.faces.component.UIComponent
Return a client-side identifier for this component, generating one if necessary.
getClientId(FacesContext) - Method in class javax.faces.component.UIComponentBase
 
getClientId(FacesContext) - Method in class javax.faces.component.UIData
Return a client identifier for this component that includes the current value of the rowIndex property, if it is not set to -1.
getClientID() - Method in interface javax.jms.Connection
Gets the client identifier for this connection.
getClientID() - Method in interface javax.jms.JMSContext
Gets the client identifier for the JMSContext's connection.
getClientIdsWithMessages() - Method in class javax.faces.context.FacesContext
Return an Iterator over the client identifiers for which at least one FacesMessage has been queued.
getClientIdsWithMessages() - Method in class javax.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext.getClientIdsWithMessages() on the wrapped FacesContext object.
getClientSubject() - Method in interface javax.security.enterprise.authentication.mechanism.http.HttpMessageContext
Returns the subject for which authentication is to take place.
getClientSubject() - Method in class javax.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
getClientWindow() - Method in class javax.faces.context.ExternalContext

Return the ClientWindow set in a preceding call to ExternalContext.setClientWindow(javax.faces.lifecycle.ClientWindow), or null if no such call has been made.

getClientWindow() - Method in class javax.faces.context.ExternalContextWrapper

The default behavior of this method is to call ExternalContext.getClientWindow() on the wrapped ExternalContext object.

getClientWindow(FacesContext) - Method in class javax.faces.lifecycle.ClientWindowFactory

The implementation is responsible for creating the ClientWindow instance for this request.

getClientWindowFlowId(ClientWindow) - Method in class javax.faces.flow.Flow

Get the ClientWindow's id and append "_" and the return from Flow.getId().

getClock() - Method in interface javax.validation.ClockProvider
Returns the clock which serves as the reference for now.
getClockProvider() - Method in interface javax.validation.ConstraintValidatorContext
Returns the provider for obtaining the current time in the form of a Clock, e.g.
getClockProvider() - Method in interface javax.validation.spi.ConfigurationState
Returns the clock provider for this configuration.
getClockProvider() - Method in interface javax.validation.ValidatorFactory
Returns the ClockProvider instance configured at initialization time for the ValidatorFactory.
getClockProviderClassName() - Method in interface javax.validation.BootstrapConfiguration
Class name of the ClockProvider implementation or null if none is specified.
getCloseCode() - Method in class javax.faces.event.WebsocketEvent
Returns the close code.
getCloseCode(int) - Static method in enum javax.websocket.CloseReason.CloseCodes
Creates a CloseCode from the given int code number.
getCloseCode() - Method in class javax.websocket.CloseReason
The Close code associated with this CloseReason.
getCloseCount() - Method in interface javax.management.j2ee.statistics.JCAConnectionPoolStats
The number of connections closed
getCloseCount() - Method in interface javax.management.j2ee.statistics.JDBCConnectionPoolStats
Number of connections closed.
getCode() - Method in interface javax.websocket.CloseReason.CloseCode
Returns the code number, for example the integer '1000' for normal closure.
getCode() - Method in enum javax.websocket.CloseReason.CloseCodes
Return the code number of this status code.
getCollection(String, Class<E>) - Method in interface javax.persistence.metamodel.ManagedType
Return the Collection-valued attribute of the managed type that corresponds to the specified name and Java element type.
getCollection(String) - Method in interface javax.persistence.metamodel.ManagedType
Return the Collection-valued attribute of the managed type that corresponds to the specified name.
getCollection() - Method in interface javax.xml.registry.BulkResponse
Get the Collection of objects returned as a response of a bulk operation.
getCollectionType() - Method in interface javax.persistence.metamodel.PluralAttribute
Return the collection type.
getCols() - Method in class javax.faces.component.html.HtmlInputTextarea
Return the value of the cols property.
getColumn() - Method in class javax.faces.view.Location

Return the estimated character column.

getColumnClasses() - Method in class javax.faces.component.html.HtmlDataTable
Return the value of the columnClasses property.
getColumnClasses() - Method in class javax.faces.component.html.HtmlPanelGrid
Return the value of the columnClasses property.
getColumnNames() - Method in interface javax.servlet.jsp.jstl.sql.Result
Returns the names of the columns in the result.
getColumnNumber() - Method in interface javax.json.stream.JsonLocation
Return the column number (starts with 1 for the first column) for the current JSON event in the input source.
getColumns() - Method in class javax.faces.component.html.HtmlPanelGrid
Return the value of the columns property.
getCommand() - Method in interface javax.enterprise.deploy.spi.status.DeploymentStatus
Retrieve the deployment CommandType of this event.
getCommandType(int) - Static method in class javax.enterprise.deploy.shared.CommandType
Return an object of the specified value.
getComment() - Method in class javax.servlet.http.Cookie
Returns the comment describing the purpose of this cookie, or null if the cookie has no comment.
getComment() - Method in interface javax.servlet.SessionCookieConfig
Gets the comment that will be assigned to any session tracking cookies created on behalf of the application represented by the ServletContext from which this SessionCookieConfig was acquired.
getComment() - Method in class javax.ws.rs.core.NewCookie
Get the comment associated with the cookie.
getComment() - Method in interface javax.ws.rs.sse.SseEvent
Get a comment string that accompanies the event.
getCommittedCount() - Method in interface javax.management.j2ee.statistics.JTAStats
Number of committed transactions.
getCommonPropertyType(ELContext, Object) - Method in class javax.el.ArrayELResolver
If the base object is a Java language array, returns the most general type that this resolver accepts for the property argument.
getCommonPropertyType(ELContext, Object) - Method in class javax.el.BeanELResolver
If the base object is not null, returns the most general type that this resolver accepts for the property argument.
getCommonPropertyType(ELContext, Object) - Method in class javax.el.BeanNameELResolver
Always returns String.class, since a bean name is a String.
getCommonPropertyType(ELContext, Object) - Method in class javax.el.CompositeELResolver
Returns the most general type that this resolver accepts for the property argument, given a base object.
getCommonPropertyType(ELContext, Object) - Method in class javax.el.ELResolver
Returns the most general type that this resolver accepts for the property argument, given a base object.
getCommonPropertyType(ELContext, Object) - Method in class javax.el.ListELResolver
If the base object is a list, returns the most general type that this resolver accepts for the property argument.
getCommonPropertyType(ELContext, Object) - Method in class javax.el.MapELResolver
If the base object is a map, returns the most general type that this resolver accepts for the property argument.
getCommonPropertyType(ELContext, Object) - Method in class javax.el.ResourceBundleELResolver
If the base object is a ResourceBundle, returns the most general type that this resolver accepts for the property argument.
getCommonPropertyType(ELContext, Object) - Method in class javax.el.StaticFieldELResolver
Returns the type of the property.
getCommonPropertyType(ELContext, Object) - Method in class javax.el.TypeConverter
 
getCommonPropertyType(ELContext, Object) - Method in class javax.servlet.jsp.el.ImplicitObjectELResolver
If the base object is null, returns String.class.
getCommonPropertyType(ELContext, Object) - Method in class javax.servlet.jsp.el.ScopedAttributeELResolver
If the base object is null, returns String.class.
getComparison() - Method in class javax.mail.search.DateTerm
Return the type of comparison.
getComparison() - Method in class javax.mail.search.IntegerComparisonTerm
Return the type of comparison.
getComponent() - Method in class javax.faces.component.behavior.ClientBehaviorContext

Returns the UIComponent that is requesting the ClientBehavior script.

getComponent() - Method in class javax.faces.event.ComponentSystemEvent

the source UIComponent that sent this event.

getComponent() - Method in class javax.faces.event.ExceptionQueuedEventContext

Return the UIComponent which was being processed when the exception was thrown.

getComponent() - Method in class javax.faces.event.FacesEvent
Return the source UIComponent that sent this event.
getComponentConfig() - Method in class javax.faces.view.facelets.ComponentHandler
 
getComponentFamilies() - Method in class javax.faces.render.RenderKit

Return an Iterator over the component-family entries supported by this RenderKit instance.

getComponentFamilies() - Method in class javax.faces.render.RenderKitWrapper
The default behavior of this method is to call RenderKit.getComponentFamilies() on the wrapped RenderKit object.
getComponentInstance() - Method in class javax.faces.webapp.UIComponentClassicTagBase
Return the UIComponent instance that is associated with this tag instance.
getComponentInstance() - Method in class javax.faces.webapp.UIComponentTagBase
Return the UIComponent instance that is associated with this tag instance.
getComponentMetadata(FacesContext, Resource) - Method in class javax.faces.view.ViewDeclarationLanguage

Return a reference to the component metadata for the composite component represented by the argument componentResource, or null if the metadata cannot be found.

getComponentMetadata(FacesContext, Resource) - Method in class javax.faces.view.ViewDeclarationLanguageWrapper
 
getComponentResources(FacesContext, String) - Method in class javax.faces.component.UIViewRoot

Return an unmodifiable List of UIComponents for the provided target agrument.

getComponentResources(FacesContext) - Method in class javax.faces.component.UIViewRoot

Return an unmodifiable ordered List of all UIComponent resources of all supported targets.

getComponentStateToRestore(FacesContext) - Method in class javax.faces.render.ResponseStateManager
Deprecated.
This method has been replaced by ResponseStateManager.getState(javax.faces.context.FacesContext, java.lang.String). The default implementation returns null.
getComponentStateToSave(FacesContext) - Method in class javax.faces.application.StateManager
Deprecated.
the distinction between tree structure and component state is now an implementation detail. The default implementation returns null.
getComponentStateToSave(FacesContext) - Method in class javax.faces.application.StateManagerWrapper
The default behavior of this method is to call StateManager.getComponentStateToSave(javax.faces.context.FacesContext) on the wrapped StateManager object.
getComponentType() - Method in interface javax.faces.view.facelets.ComponentConfig

ComponentType to pass to the Application.

getComponentType() - Method in class javax.faces.webapp.UIComponentTagBase
Return the component type for the component that is or will be bound to this tag.
getComponentTypes() - Method in class javax.faces.application.Application
Return an Iterator over the set of currently defined component types for this Application.
getComponentTypes() - Method in class javax.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.getComponentTypes() on the wrapped Application object.

getComposingConstraints() - Method in interface javax.validation.metadata.ConstraintDescriptor
Return a set of composing ConstraintDescriptors where each descriptor describes a composing constraint.
getCompositeComponentParent(UIComponent) - Static method in class javax.faces.component.UIComponent
Finds the nearest composite component parent of the specified component.
getCompoundSelectionItems() - Method in interface javax.persistence.criteria.Selection
Return the selection items composing a compound selection.
getConcept() - Method in interface javax.xml.registry.infomodel.Classification
Gets the Concept that is classifying the object.
getCondition(FacesContext) - Method in class javax.faces.application.NavigationCase

Evaluates the <if> for this <navigation-case>, if any.

getCondition(FacesContext) - Method in class javax.faces.application.NavigationCaseWrapper
 
getCondition(FacesContext) - Method in class javax.faces.flow.SwitchCase

Return true if this case should be taken, false otherwise.

getConfigInUse() - Method in interface javax.json.JsonBuilderFactory
Returns read-only map of supported provider specific configuration properties that are used to configure the created JSON builders.
getConfigInUse() - Method in interface javax.json.JsonReaderFactory
Returns read-only map of supported provider specific configuration properties that are used to configure the created JSON readers.
getConfigInUse() - Method in interface javax.json.JsonWriterFactory
Returns read-only map of supported provider specific configuration properties that are used to configure the created JSON writer objects.
getConfigInUse() - Method in interface javax.json.stream.JsonGeneratorFactory
Returns a read-only map of supported provider specific configuration properties that are used to configure the JSON generators.
getConfigInUse() - Method in interface javax.json.stream.JsonParserFactory
Returns a read-only map of supported provider specific configuration properties that are used to configure the JSON parsers.
getConfigProvider(String, String, RegistrationListener) - Method in class javax.security.auth.message.config.AuthConfigFactory
Get a registered AuthConfigProvider from the factory.
getConfiguration() - Method in interface javax.ws.rs.client.ClientRequestContext
Get the immutable configuration of the request.
getConfiguration() - Method in interface javax.ws.rs.core.Configurable
Get a live view of an internal configuration state of this configurable instance.
getConfigurator() - Method in interface javax.websocket.ClientEndpointConfig
Return the custom configurator for this configuration.
getConfigurator() - Method in interface javax.websocket.server.ServerEndpointConfig
Return the ServerEndpointConfig.Configurator this configuration is using.
getConnection() - Method in interface javax.resource.cci.ConnectionFactory
Gets a connection to an EIS instance.
getConnection(ConnectionSpec) - Method in interface javax.resource.cci.ConnectionFactory
Gets a connection to an EIS instance.
getConnection() - Method in interface javax.resource.cci.Interaction
Gets the Connection associated with the Interaction.
getConnection(Subject, ConnectionRequestInfo) - Method in interface javax.resource.spi.ManagedConnection
Creates a new connection handle for the underlying physical connection represented by the ManagedConnection instance.
getConnectionFactory() - Method in interface javax.management.j2ee.statistics.JCAConnectionStats
Returns the associated JCAConnectionFactory OBJECT_NAME
getConnectionHandle() - Method in class javax.resource.spi.ConnectionEvent
Get the connection handle associated with the Managed Connection instance.
getConnectionPools() - Method in interface javax.management.j2ee.statistics.JCAStats
Returns an array of JCAConnectionPool Stats that provide statistics about the connection pools associated with the referencing Jakarta Connections resource statistics
getConnectionPools() - Method in interface javax.management.j2ee.statistics.JDBCStats
 
getConnections() - Method in interface javax.management.j2ee.statistics.JCAStats
Returns an array of JCAConnectionStats that provide statistics about the non-pooled connections associated with the referencing Jakarta Connections resource statistics
getConnections() - Method in interface javax.management.j2ee.statistics.JDBCStats
 
getConnections() - Method in interface javax.management.j2ee.statistics.JMSStats
Returns an array of JMSConnectionStats that provide statistics about the connections associated with the referencing Jakarta Messaging resource.
getConstrainedConstructors() - Method in interface javax.validation.metadata.BeanDescriptor
Returns a set with descriptors for the constrained constructors of the bean represented by this descriptor.
getConstrainedContainerElementTypes() - Method in interface javax.validation.metadata.ContainerDescriptor
If this element is of a container type, e.g.
getConstrainedMethods(MethodType, MethodType...) - Method in interface javax.validation.metadata.BeanDescriptor
Returns a set with descriptors for the constrained methods of the bean represented by this descriptor.
getConstrainedProperties() - Method in interface javax.validation.metadata.BeanDescriptor
Returns a set of property descriptors having at least one constraint defined or marked as cascaded (Valid).
getConstraintDescriptor() - Method in interface javax.validation.ConstraintViolation
Returns the constraint metadata reported to fail.
getConstraintDescriptor() - Method in interface javax.validation.MessageInterpolator.Context
 
getConstraintDescriptors() - Method in interface javax.validation.metadata.ElementDescriptor.ConstraintFinder
Retrieves the constraint descriptors following the defined restrictions and hosted on the element described by ElementDescriptor.
getConstraintDescriptors() - Method in interface javax.validation.metadata.ElementDescriptor
Returns all constraint descriptors for this element in the class hierarchy or an empty Set if none are present.
getConstraintDescriptors() - Method in interface javax.validation.metadata.ExecutableDescriptor
Returns an empty Set.
getConstraintMappingResourcePaths() - Method in interface javax.validation.BootstrapConfiguration
Returns a set of resource paths pointing to XML constraint mapping files.
getConstraintsForClass(Class<?>) - Method in interface javax.validation.Validator
Returns the descriptor object describing bean constraints.
getConstraintsForConstructor(Class<?>...) - Method in interface javax.validation.metadata.BeanDescriptor
Returns a constructor descriptor for the given constructor.
getConstraintsForMethod(String, Class<?>...) - Method in interface javax.validation.metadata.BeanDescriptor
Returns a method descriptor for the given method.
getConstraintsForProperty(String) - Method in interface javax.validation.metadata.BeanDescriptor
Returns the property descriptor for a given property.
getConstraintValidatorClasses() - Method in interface javax.validation.metadata.ConstraintDescriptor
List of the constraint validation implementation classes.
getConstraintValidatorFactory() - Method in interface javax.validation.spi.ConfigurationState
Returns the constraint validator factory of this configuration.
getConstraintValidatorFactory() - Method in interface javax.validation.ValidatorFactory
Returns the ConstraintValidatorFactory instance configured at initialization time for the ValidatorFactory.
getConstraintValidatorFactoryClassName() - Method in interface javax.validation.BootstrapConfiguration
Class name of the ConstraintValidatorFactory implementation or null if none is specified.
getConstraintViolations() - Method in exception javax.validation.ConstraintViolationException
Returns the set of constraint violations reported during a validation.
getConstructor() - Method in interface javax.interceptor.InvocationContext
Returns the constructor of the target class for which the AroundConstruct interceptor method was invoked.
getConstructors() - Method in interface javax.enterprise.inject.spi.AnnotatedType
Get the constructors of the type.
getConsumers() - Method in interface javax.management.j2ee.statistics.JMSSessionStats
Returns an array of JMSConsumerStats that provide statistics about the message consumers associated with the referencing Jakarta Messaging session statistics.
getContainer() - Method in class javax.websocket.ContainerProvider
Create a new instance of the the WebSocket container implementation.
getContainer() - Method in interface javax.websocket.Session
Return the container that this session is part of.
getContainerClass() - Method in interface javax.validation.metadata.ContainerElementTypeDescriptor
Returns the container class hosting this container element type.
getContainerClass() - Method in interface javax.validation.Path.BeanNode
 
getContainerClass() - Method in interface javax.validation.Path.ContainerElementNode
 
getContainerClass() - Method in interface javax.validation.Path.PropertyNode
 
getContainerClientId(FacesContext) - Method in class javax.faces.component.UIComponent
Allow components that implement NamingContainer to selectively disable prepending their clientId to their descendent's clientIds by breaking the prepending logic into a separately callable method.
getContainerClientId(FacesContext) - Method in class javax.faces.component.UIForm
Override the UIComponent.getContainerClientId(javax.faces.context.FacesContext) to allow users to disable this form from prepending its clientId to its descendent's clientIds depending on the value of this form's UIForm.isPrependId() property.
getContainingQuery() - Method in interface javax.persistence.criteria.Subquery
Return the query of which this is a subquery.
getContent() - Method in class javax.mail.internet.MimeBodyPart
Return the content as a Java object.
getContent() - Method in class javax.mail.internet.MimeMessage
Return the content as a Java object.
getContent() - Method in interface javax.mail.Part
Return the content as a Java object.
getContentID() - Method in class javax.mail.internet.MimeBodyPart
Returns the value of the "Content-ID" header field.
getContentID() - Method in class javax.mail.internet.MimeMessage
Returns the value of the "Content-ID" header field.
getContentID() - Method in interface javax.mail.internet.MimePart
Get the Content-ID of this part.
getContentLanguage() - Method in class javax.mail.internet.MimeBodyPart
Get the languages specified in the Content-Language header of this MimePart.
getContentLanguage() - Method in class javax.mail.internet.MimeMessage
Get the languages specified in the "Content-Language" header field of this message.
getContentLanguage() - Method in interface javax.mail.internet.MimePart
Get the language tags specified in the Content-Language header of this MimePart.
getContentLength() - Method in interface javax.servlet.ServletRequest
Returns the length, in bytes, of the request body and made available by the input stream, or -1 if the length is not known or is greater than Integer.MAX_VALUE.
getContentLength() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getContentLength() on the wrapped request object.
getContentLengthLong() - Method in interface javax.servlet.ServletRequest
Returns the length, in bytes, of the request body and made available by the input stream, or -1 if the length is not known.
getContentLengthLong() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getContentLengthLong() on the wrapped request object.
getContentMD5() - Method in class javax.mail.internet.MimeBodyPart
Return the value of the "Content-MD5" header field.
getContentMD5() - Method in class javax.mail.internet.MimeMessage
Return the value of the "Content-MD5" header field.
getContentMD5() - Method in interface javax.mail.internet.MimePart
Get the Content-MD5 digest of this part.
getContentStream() - Method in class javax.mail.internet.MimeBodyPart
Produce the raw bytes of the content.
getContentStream() - Method in class javax.mail.internet.MimeMessage
Produce the raw bytes of the content.
getContentType() - Method in class javax.faces.application.Resource

Return the MIME content-type for this resource.

getContentType() - Method in class javax.faces.application.ResourceWrapper

The default behavior of this method is to call Resource.getContentType() on the wrapped ResourceHandler object.

getContentType() - Method in class javax.faces.context.ResponseWriter
Return the content type (such as "text/html") for this ResponseWriter.
getContentType() - Method in class javax.faces.context.ResponseWriterWrapper
The default behavior of this method is to call ResponseWriter.getContentType() on the wrapped ResponseWriter object.
getContentType() - Method in class javax.mail.internet.MimeBodyPart
Returns the value of the RFC 822 "Content-Type" header field.
getContentType() - Method in class javax.mail.internet.MimeMessage
Returns the value of the RFC 822 "Content-Type" header field.
getContentType() - Method in class javax.mail.internet.MimePartDataSource
Returns the content-type of this DataSource.
getContentType() - Method in class javax.mail.Multipart
Return the content-type of this Multipart.
getContentType() - Method in interface javax.mail.Part
Returns the Content-Type of the content of this part.
getContentType() - Method in class javax.mail.util.ByteArrayDataSource
Get the MIME content type of the data.
getContentType() - Method in interface javax.servlet.http.Part
Gets the content type of this part.
getContentType() - Method in interface javax.servlet.ServletRequest
Returns the MIME type of the body of the request, or null if the type is not known.
getContentType() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getContentType() on the wrapped request object.
getContentType() - Method in interface javax.servlet.ServletResponse
Returns the content type used for the MIME body sent in this response.
getContentType() - Method in class javax.servlet.ServletResponseWrapper
The default behavior of this method is to return getContentType() on the wrapped response object.
getContext() - Method in class javax.ejb.embeddable.EJBContainer
Retrieve a naming context for looking up references to session beans executing in the embeddable container.
getContext(Class) - Method in class javax.el.ELContext
Returns the context object associated with the given key.
getContext(Class) - Method in class javax.el.StandardELContext
 
getContext(Class<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.BeanManager
Obtains an active context object for the given scope .
getContext() - Method in class javax.faces.context.ExternalContext
Return the application environment object instance for the current appication.
getContext() - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.getContext() on the wrapped ExternalContext object.
getContext() - Method in class javax.faces.event.ExceptionQueuedEvent

Return the ExceptionQueuedEventContext for this event instance.

getContext() - Method in class javax.faces.event.ExceptionQueuedEventContext

The FacesContext for this request.

getContext() - Method in class javax.faces.event.PostConstructCustomScopeEvent

Return the ScopeContext for this event.

getContext() - Method in class javax.faces.event.PreDestroyCustomScopeEvent

Return the ScopeContext for this event.

getContext() - Method in interface javax.jms.XAJMSContext
Returns the JMSContext object associated with this XAJMSContext.
getContext(String) - Static method in class javax.security.jacc.PolicyContext
This method may be used by a Policy provider to activate the PolicyContextHandler registered to the context object key and cause it to return the corresponding policy context object from the container.
getContext(String, Object) - Method in interface javax.security.jacc.PolicyContextHandler
This public method is used by the PolicyContext class to activate the handler and obtain from it the context object identified by the (case-sensitive) key.
getContext(String) - Method in interface javax.servlet.ServletContext
Returns a ServletContext object that corresponds to a specified URL on the server.
getContext(Class<?>) - Method in interface javax.ws.rs.ext.ContextResolver
Get a context of type T that is applicable to the supplied type.
getContextData() - Method in interface javax.ejb.EJBContext
The getContextData method enables a business method, lifecycle callback method, or timeout method to retrieve any interceptor/webservices context associated with its invocation.
getContextData() - Method in interface javax.interceptor.InvocationContext
Enables an interceptor to retrieve or update the data associated with the invocation by another interceptor, business method, and/or webservices endpoint in the invocation chain.
getContextID() - Method in interface javax.security.jacc.PolicyConfiguration
This method returns this object's policy context identifier.
getContextID() - Static method in class javax.security.jacc.PolicyContext
This static method returns the value of the policy context identifier associated with the thread on which the accessor is called.
getContextName() - Method in class javax.faces.context.ExternalContext

Return the name of the container context for this application.

getContextName() - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.getContextName() on the wrapped ExternalContext object.
getContextPath() - Method in interface javax.servlet.http.HttpServletRequest
Returns the portion of the request URI that indicates the context of the request.
getContextPath() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getContextPath() on the wrapped request object.
getContextPath() - Method in interface javax.servlet.ServletContext
Returns the context path of the web application.
getContextResolver(Class<T>, MediaType) - Method in interface javax.ws.rs.ext.Providers
Get a context resolver for a particular type of context and media type.
getContracts(Class<?>) - Method in interface javax.ws.rs.core.Configuration
Get the extension contract registration information for a component of a given class.
getConvertedValue(FacesContext, Object) - Method in class javax.faces.component.UIInput
Convert the submitted value into a "local value" of the appropriate data type, if necessary.
getConvertedValue(FacesContext, Object) - Method in class javax.faces.component.UIViewParameter

Because this class has no Renderer, leverage the one from the standard HTML_BASIC RenderKit with component-family: javax.faces.Input and renderer-type: javax.faces.Text and call its Renderer.getConvertedValue(javax.faces.context.FacesContext, javax.faces.component.UIComponent, java.lang.Object) method.

getConvertedValue(FacesContext, UIComponent, Object) - Method in class javax.faces.render.Renderer
Attempt to convert previously stored state information into an object of the type required for this component (optionally using the registered Converter for this component, if there is one).
getConvertedValue(FacesContext, UIComponent, Object) - Method in class javax.faces.render.RendererWrapper
 
getConverter() - Method in class javax.faces.component.UIOutput
 
getConverter() - Method in interface javax.faces.component.ValueHolder
Return the Converter (if any) that is registered for this UIComponent.
getConverter(Class<T>, Type, Annotation[]) - Method in interface javax.ws.rs.ext.ParamConverterProvider
Obtain a ParamConverter that can provide from/to string conversion for an instance of a particular Java type.
getConverterId() - Method in interface javax.faces.view.facelets.ConverterConfig

Return the converter id to be used in instantiating this converter

getConverterId(FaceletContext) - Method in class javax.faces.view.facelets.ConverterHandler
 
getConverterIds() - Method in class javax.faces.application.Application
Return an Iterator over the set of currently registered converter ids for this Application.
getConverterIds() - Method in class javax.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.getConverterIds() on the wrapped Application object.

getConverterMessage() - Method in class javax.faces.component.UIInput
If there has been a call to UIInput.setConverterMessage(java.lang.String) on this instance, return the message.
getConverterTypes() - Method in class javax.faces.application.Application
Return an Iterator over the set of Class instances for which Converter classes have been explicitly registered.
getConverterTypes() - Method in class javax.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.getConverterTypes() on the wrapped Application object.

getCookies() - Method in interface javax.servlet.http.HttpServletRequest
Returns an array containing all of the Cookie objects the client sent with this request.
getCookies() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getCookies() on the wrapped request object.
getCookies() - Method in interface javax.ws.rs.client.ClientRequestContext
Get any cookies that accompanied the request.
getCookies() - Method in interface javax.ws.rs.client.ClientResponseContext
Get any new cookies set on the response message.
getCookies() - Method in interface javax.ws.rs.container.ContainerRequestContext
Get any cookies that accompanied the request.
getCookies() - Method in interface javax.ws.rs.container.ContainerResponseContext
Get any new cookies set on the response message.
getCookies() - Method in interface javax.ws.rs.core.HttpHeaders
Get any cookies that accompanied the request.
getCookies() - Method in class javax.ws.rs.core.Response
Get any new cookies set on the response message.
getCoords() - Method in class javax.faces.component.html.HtmlCommandLink
Return the value of the coords property.
getCoords() - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
Return the value of the coords property.
getCoords() - Method in class javax.faces.component.html.HtmlOutputLink
Return the value of the coords property.
getCorrelatedJoins() - Method in interface javax.persistence.criteria.Subquery
Return the correlated joins of the subquery.
getCorrelationParent() - Method in interface javax.persistence.criteria.From
Returns the parent From object from which the correlated From object has been obtained through correlation (use of a Subquery correlate method).
getCount() - Method in class javax.mail.internet.MimeMultipart
Return the number of enclosed BodyPart objects.
getCount() - Method in class javax.mail.Multipart
Return the number of enclosed BodyPart objects.
getCount() - Method in interface javax.mail.MultipartDataSource
Return the number of enclosed BodyPart objects.
getCount() - Method in interface javax.management.j2ee.statistics.CountStatistic
The count since the last reset.
getCount() - Method in interface javax.management.j2ee.statistics.TimeStatistic
Number of times the operation was invoked since the beginning of this measurement.
getCount() - Method in interface javax.servlet.jsp.jstl.core.LoopTagStatus
Retrieves the "count" of the current round of the iteration.
getCountry() - Method in interface javax.xml.registry.infomodel.PostalAddress
Returns the country.
getCountryCode() - Method in interface javax.xml.registry.infomodel.TelephoneNumber
Gets the country code.
getCreateCount() - Method in interface javax.management.j2ee.statistics.EJBStats
Number of times create was called.
getCreateCount() - Method in interface javax.management.j2ee.statistics.JCAConnectionPoolStats
The number of connections created
getCreateCount() - Method in interface javax.management.j2ee.statistics.JDBCConnectionPoolStats
Number of connections created.
getCreated() - Method in class javax.faces.webapp.UIComponentClassicTagBase
Return true if we dynamically created a new component instance during execution of this tag.
getCreated() - Method in class javax.faces.webapp.UIComponentTagBase
Return true if we dynamically created a new component instance during execution of this tag.
getCreatedComponents() - Method in class javax.faces.webapp.UIComponentClassicTagBase
Returns the List of UIComponent ids created or located by nested UIComponentTags while processing the current request.
getCreateTime() - Method in interface javax.batch.runtime.JobExecution
Get time execution was created.
getCreationTime() - Method in interface javax.servlet.http.HttpSession
Returns the time when this session was created, measured in milliseconds since midnight January 1, 1970 GMT.
getCredential() - Method in class javax.security.enterprise.authentication.mechanism.http.AuthenticationParameters
The credential set as parameter in this instance.
getCredentialData() - Method in interface javax.resource.spi.security.GenericCredential
Deprecated.
Gets security data for a specific security mechanism represented by the GenericCredential.
getCredentials() - Method in interface javax.xml.registry.Connection
Gets the credentials associated with this client.
getCriteriaBuilder() - Method in interface javax.persistence.EntityManager
Return an instance of CriteriaBuilder for the creation of CriteriaQuery objects.
getCriteriaBuilder() - Method in interface javax.persistence.EntityManagerFactory
Return an instance of CriteriaBuilder for the creation of CriteriaQuery objects.
getCrossParameterDescriptor() - Method in interface javax.validation.metadata.ExecutableDescriptor
Returns a descriptor containing the cross-parameter constraints of this executable.
getCryptographicallyStrongTokenFromSession(FacesContext) - Method in class javax.faces.render.ResponseStateManager

Compliant implementations must return a cryptographically strong token for use to protect views in this application.

getCurrencyCode() - Method in class javax.faces.convert.NumberConverter
Return the ISO 4217 currency code used by getAsString() with a type of currency.
getCurrencySymbol() - Method in class javax.faces.convert.NumberConverter
Return the currency symbol used by getAsString() with a type of currency.
getCurrent() - Method in interface javax.management.j2ee.statistics.RangeStatistic
The current value of this attribute.
getCurrent() - Method in interface javax.servlet.jsp.jstl.core.LoopTag
Retrieves the current item in the iteration.
getCurrent() - Method in interface javax.servlet.jsp.jstl.core.LoopTagStatus
Retrieves the current item in the iteration.
getCurrent() - Method in class javax.servlet.jsp.jstl.core.LoopTagSupport
 
getCurrentComponent(FacesContext) - Static method in class javax.faces.component.UIComponent

Return the UIComponent instance that is currently processing.

getCurrentCompositeComponent(FacesContext) - Static method in class javax.faces.component.UIComponent

Return the closest ancestor component, relative to the component returned from UIComponent.getCurrentComponent(javax.faces.context.FacesContext), that is a composite component, or null if no such component exists.

getCurrentFlow(FacesContext) - Method in class javax.faces.flow.FlowHandler

Return the currently active Flow for the argument FacesContext, or null if no flow is active.

getCurrentFlow() - Method in class javax.faces.flow.FlowHandler
getCurrentFlowScope() - Method in class javax.faces.flow.FlowHandler

Return the Map that backs the #{flowScope} Jakarta Expression Language implicit object or null if no flow is currently active.

getCurrentInstance() - Static method in class javax.faces.context.FacesContext

Return the FacesContext instance for the request that is being processed by the current thread.

getCurrentLocale() - Method in interface javax.enterprise.deploy.spi.DeploymentManager
Returns the active locale this implementation of javax.enterprise.deploy.spi subpackages is running.
getCurrentPhaseId() - Method in class javax.faces.context.FacesContext

Return the value last set on this FacesContext instance when FacesContext.setCurrentPhaseId(javax.faces.event.PhaseId) was called.

getCurrentPhaseId() - Method in class javax.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext.getCurrentPhaseId() on the wrapped FacesContext object.
getData() - Method in interface javax.ws.rs.sse.OutboundSseEvent
Get event data.
getDataHandler() - Method in class javax.mail.internet.MimeBodyPart
Return a DataHandler for this body part's content.
getDataHandler() - Method in class javax.mail.internet.MimeMessage
Return a DataHandler for this Message's content.
getDataHandler() - Method in interface javax.mail.Part
Return a DataHandler for the content within this part.
getDataModel() - Method in class javax.faces.component.UIData
Return the internal DataModel object representing the data objects that we will iterate over in this component's rendering.
getDataModel() - Method in class javax.faces.model.DataModelEvent
Return the DataModel that fired this event.
getDataModelListeners() - Method in class javax.faces.model.DataModel
Return the set of DataModelListeners interested in notifications from this DataModel.
getDate() - Method in class javax.mail.search.DateTerm
Return the Date to compare with.
getDate() - Method in interface javax.ws.rs.client.ClientRequestContext
Get message date.
getDate() - Method in interface javax.ws.rs.client.ClientResponseContext
Get message date.
getDate() - Method in interface javax.ws.rs.container.ContainerRequestContext
Get message date.
getDate() - Method in interface javax.ws.rs.container.ContainerResponseContext
Get message date.
getDate() - Method in interface javax.ws.rs.core.HttpHeaders
Get message date.
getDate() - Method in class javax.ws.rs.core.Response
Get message date.
getDateHeader(String) - Method in interface javax.servlet.http.HttpServletRequest
Returns the value of the specified request header as a long value that represents a Date object.
getDateHeader(String) - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getDateHeader(String name) on the wrapped request object.
getDateStyle() - Method in class javax.faces.convert.DateTimeConverter
Return the style to be used to format or parse dates.
getDayOfMonth() - Method in class javax.ejb.ScheduleExpression
Return the value of the day of the month attribute.
getDayOfWeek() - Method in class javax.ejb.ScheduleExpression
Return the value of the day of the week attribute.
getDConfigBean(DDBean) - Method in interface javax.enterprise.deploy.spi.DConfigBean
Return the JavaBean containing the server-specific deployment configuration information based upon the XML data provided by the DDBean.
getDConfigBean(DDBeanRoot) - Method in interface javax.enterprise.deploy.spi.DConfigBeanRoot
Return a DConfigBean for a deployment descriptor that is not the module's primary deployment descriptor.
getDConfigBeanRoot(DDBeanRoot) - Method in interface javax.enterprise.deploy.spi.DeploymentConfiguration
Returns the top level configuration bean, DConfigBeanRoot, associated with the deployment descriptor represented by the designated DDBeanRoot bean.
getDConfigBeanVersion() - Method in interface javax.enterprise.deploy.spi.DeploymentManager
Returns the Jakarta EE platform version number for which the configuration beans are provided.
getDConfigBeanVersionType(int) - Static method in class javax.enterprise.deploy.shared.DConfigBeanVersionType
Return an object of the specified value.
getDDBean() - Method in interface javax.enterprise.deploy.spi.DConfigBean
Return the JavaBean containing the deployment descriptor XML text associated with this DConfigBean.
getDDBeanRoot() - Method in interface javax.enterprise.deploy.model.DeployableObject
Return the top level standard bean representing the root of the deployment descriptor.
getDDBeanRoot(String) - Method in interface javax.enterprise.deploy.model.DeployableObject
Returns a DDBeanRoot object for the XML instance document named.
getDDBeanRootVersion() - Method in interface javax.enterprise.deploy.model.DDBeanRoot
Returns the version number of an XML instance document.
getDebug() - Method in class javax.mail.Session
Get the debug setting for this Session.
getDebugOut() - Method in class javax.mail.Session
Returns the stream to be used for debugging output.
getDeclarativeQueryManager() - Method in interface javax.xml.registry.RegistryService
Returns the DeclarativeQueryManager object implemented by the Jakarta XML Registries provider.
getDeclare() - Method in class javax.servlet.jsp.tagext.TagVariableInfo
The body of the <declare> element.
getDeclare() - Method in class javax.servlet.jsp.tagext.VariableInfo
Returns whether this is a new variable.
getDeclaredAttribute(String) - Method in interface javax.persistence.metamodel.ManagedType
Return the attribute declared by the managed type that corresponds to the specified name.
getDeclaredAttributes() - Method in interface javax.persistence.metamodel.ManagedType
Return the attributes declared by the managed type.
getDeclaredCollection(String, Class<E>) - Method in interface javax.persistence.metamodel.ManagedType
Return the Collection-valued attribute declared by the managed type that corresponds to the specified name and Java element type.
getDeclaredCollection(String) - Method in interface javax.persistence.metamodel.ManagedType
Return the Collection-valued attribute declared by the managed type that corresponds to the specified name.
getDeclaredId(Class<Y>) - Method in interface javax.persistence.metamodel.IdentifiableType
Return the attribute that corresponds to the id attribute declared by the entity or mapped superclass.
getDeclaredList(String, Class<E>) - Method in interface javax.persistence.metamodel.ManagedType
Return the List-valued attribute declared by the managed type that corresponds to the specified name and Java element type.
getDeclaredList(String) - Method in interface javax.persistence.metamodel.ManagedType
Return the List-valued attribute declared by the managed type that corresponds to the specified name.
getDeclaredMap(String, Class<K>, Class<V>) - Method in interface javax.persistence.metamodel.ManagedType
Return the Map-valued attribute declared by the managed type that corresponds to the specified name and Java key and value types.
getDeclaredMap(String) - Method in interface javax.persistence.metamodel.ManagedType
Return the Map-valued attribute declared by the managed type that corresponds to the specified name.
getDeclaredPluralAttributes() - Method in interface javax.persistence.metamodel.ManagedType
Return all multi-valued attributes (Collection-, Set-, List-, and Map-valued attributes) declared by the managed type.
getDeclaredSet(String, Class<E>) - Method in interface javax.persistence.metamodel.ManagedType
Return the Set-valued attribute declared by the managed type that corresponds to the specified name and Java element type.
getDeclaredSet(String) - Method in interface javax.persistence.metamodel.ManagedType
Return the Set-valued attribute declared by the managed type that corresponds to the specified name.
getDeclaredSingularAttribute(String, Class<Y>) - Method in interface javax.persistence.metamodel.ManagedType
Return the single-valued attribute declared by the managed type that corresponds to the specified name and Java type.
getDeclaredSingularAttribute(String) - Method in interface javax.persistence.metamodel.ManagedType
Return the single-valued attribute declared by the managed type that corresponds to the specified name.
getDeclaredSingularAttributes() - Method in interface javax.persistence.metamodel.ManagedType
Return the single-valued attributes declared by the managed type.
getDeclaredVersion(Class<Y>) - Method in interface javax.persistence.metamodel.IdentifiableType
Return the attribute that corresponds to the version attribute declared by the entity or mapped superclass.
getDeclaringCallable() - Method in interface javax.enterprise.inject.spi.AnnotatedParameter
Get the declaring method or constructor.
getDeclaringType() - Method in interface javax.enterprise.inject.spi.AnnotatedMember
Get the type which defines this member.
getDeclaringType() - Method in interface javax.persistence.metamodel.Attribute
Return the managed type representing the type in which the attribute was declared.
getDecoders() - Method in interface javax.websocket.EndpointConfig
Return the Decoder implementation classes configured.
getDecoratedTypes() - Method in interface javax.enterprise.inject.spi.Decorator
Obtains the decorated types.
getDecorators() - Method in interface javax.enterprise.inject.spi.AfterTypeDiscovery
 
getDefaultAsyncSendTimeout() - Method in interface javax.websocket.WebSocketContainer
Return the number of milliseconds the implementation will timeout attempting to send a websocket message for all RemoteEndpoints associated with this container.
getDefaultClockProvider() - Method in interface javax.validation.Configuration
Returns an implementation of the ClockProvider interface following the default ClockProvider defined in the specification: returns a clock representing the current system time and default time zone.
getDefaultConstraintMessageTemplate() - Method in interface javax.validation.ConstraintValidatorContext
 
getDefaultConstraintValidatorFactory() - Method in interface javax.validation.Configuration
Returns an implementation of the ConstraintValidatorFactory interface following the default ConstraintValidatorFactory defined in the specification: uses the public no-arg constructor of the ConstraintValidator
getDefaultContentType() - Method in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
Gets the value of the default-content-type configuration, which specifies the default response content type for any JSP pages mapped to the JSP property group represented by this JspPropertyGroupDescriptor.
getDefaultDomain() - Method in interface javax.management.j2ee.Management
Returns the default domain name of this MEJB.
getDefaultEventName() - Method in interface javax.faces.component.behavior.ClientBehaviorHolder

Returns the default event name for this ClientBehaviorHolder implementation.

getDefaultEventName() - Method in class javax.faces.component.html.HtmlBody
 
getDefaultEventName() - Method in class javax.faces.component.html.HtmlCommandButton
 
getDefaultEventName() - Method in class javax.faces.component.html.HtmlCommandLink
 
getDefaultEventName() - Method in class javax.faces.component.html.HtmlDataTable
 
getDefaultEventName() - Method in class javax.faces.component.html.HtmlForm
 
getDefaultEventName() - Method in class javax.faces.component.html.HtmlGraphicImage
 
getDefaultEventName() - Method in class javax.faces.component.html.HtmlInputFile
 
getDefaultEventName() - Method in class javax.faces.component.html.HtmlInputSecret
 
getDefaultEventName() - Method in class javax.faces.component.html.HtmlInputText
 
getDefaultEventName() - Method in class javax.faces.component.html.HtmlInputTextarea
 
getDefaultEventName() - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
 
getDefaultEventName() - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
 
getDefaultEventName() - Method in class javax.faces.component.html.HtmlOutputLabel
 
getDefaultEventName() - Method in class javax.faces.component.html.HtmlOutputLink
 
getDefaultEventName() - Method in class javax.faces.component.html.HtmlPanelGrid
 
getDefaultEventName() - Method in class javax.faces.component.html.HtmlPanelGroup
 
getDefaultEventName() - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
 
getDefaultEventName() - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
 
getDefaultEventName() - Method in class javax.faces.component.html.HtmlSelectManyListbox
 
getDefaultEventName() - Method in class javax.faces.component.html.HtmlSelectManyMenu
 
getDefaultEventName() - Method in class javax.faces.component.html.HtmlSelectOneListbox
 
getDefaultEventName() - Method in class javax.faces.component.html.HtmlSelectOneMenu
 
getDefaultEventName() - Method in class javax.faces.component.html.HtmlSelectOneRadio
 
getDefaultEventName() - Method in class javax.faces.component.UIComponentBase

This is a default implementation of ClientBehaviorHolder.getDefaultEventName().

getDefaultFactory() - Static method in class javax.servlet.jsp.JspFactory
Returns the default factory for this implementation.
getDefaultFolder() - Method in class javax.mail.Store
Returns a Folder object that represents the 'root' of the default namespace presented to the user by the Store.
getDefaultInstance(Properties, Authenticator) - Static method in class javax.mail.Session
Get the default Session object.
getDefaultInstance(Properties) - Static method in class javax.mail.Session
Get the default Session object.
getDefaultJavaCharset() - Static method in class javax.mail.internet.MimeUtility
Get the default charset corresponding to the system's current default locale.
getDefaultLocale() - Method in interface javax.enterprise.deploy.spi.DeploymentManager
Returns the default locale supported by this implementation of javax.enterprise.deploy.spi subpackages.
getDefaultLocale() - Method in class javax.faces.application.Application
Return the default Locale for this application.
getDefaultLocale() - Method in class javax.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.getDefaultLocale() on the wrapped Application object.

getDefaultMaxBinaryMessageBufferSize() - Method in interface javax.websocket.WebSocketContainer
Returns the default maximum size of incoming binary message that this container will buffer.
getDefaultMaxSessionIdleTimeout() - Method in interface javax.websocket.WebSocketContainer
Return the default time in milliseconds after which any web socket sessions in this container will be closed if it has been inactive.
getDefaultMaxTextMessageBufferSize() - Method in interface javax.websocket.WebSocketContainer
Returns the default maximum size of incoming text message that this container will buffer.
getDefaultMessageInterpolator() - Method in interface javax.validation.Configuration
Returns an implementation of the MessageInterpolator interface following the default MessageInterpolator defined in the specification: use the ValidationMessages resource bundle to load keys use Locale.getDefault()
getDefaultOutcome(FacesContext) - Method in class javax.faces.flow.SwitchNode

Return the default outcome in this switch.

getDefaultParameterNameProvider() - Method in interface javax.validation.Configuration
Returns an implementation of the ParameterNameProvider interface following the default ParameterNameProvider defined in the specification: returns the actual parameter names as provided in the validated executable’s definition, if the class file of the executable contains parameter name information otherwise returns names in the form arg&lt;PARAMETER_INDEX&gt;, where PARAMETER_INDEX starts at 0 for the first parameter, e.g.
getDefaultPostalScheme() - Method in interface javax.xml.registry.RegistryService
Gets the default user-defined postal scheme for codifying the attributes of PostalAddress.
getDefaultProviderClassName() - Method in interface javax.validation.BootstrapConfiguration
Class name of the ValidationProvider implementation or null if none is specified.
getDefaultRenderKitId() - Method in class javax.faces.application.Application
Return the renderKitId to be used for rendering this application.
getDefaultRenderKitId() - Method in class javax.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.getDefaultRenderKitId() on the wrapped Application object.

getDefaultSessionTrackingModes() - Method in interface javax.servlet.ServletContext
Gets the session tracking modes that are supported by default for this ServletContext.
getDefaultTraversableResolver() - Method in interface javax.validation.Configuration
Returns an implementation of the TraversableResolver interface following the default TraversableResolver defined in the specification: if Java Persistence is available in the runtime environment, a property is considered reachable if Java Persistence considers the property as loaded if Java Persistence is not available in the runtime environment, all properties are considered reachable all properties are considered cascadable.
getDefaultTypeMapping() - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
Gets the registered default TypeMapping instance.
getDefaultUserName() - Method in class javax.mail.Authenticator
 
getDefaultValidatedExecutableTypes() - Method in interface javax.validation.BootstrapConfiguration
Returns the set of executable types that should be considered unless explicitly overridden via ValidateOnExecution.
getDefaultValidationProviderResolver() - Method in interface javax.validation.spi.BootstrapState
Specification default ValidationProviderResolver strategy instance.
getDefaultValidatorInfo() - Method in class javax.faces.application.Application

Return an immutable Map over the set of currently registered default validator IDs and their class name for this Application.

getDefaultValidatorInfo() - Method in class javax.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.getDefaultValidatorInfo() on the wrapped Application object.

getDeferredSyntaxAllowedAsLiteral() - Method in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
Gets the value of the deferred-syntax-allowed-as-literal configuration, which specifies whether the character sequence "#{", which is normally reserved for Expression Language (EL) expressions, will cause a translation error if it appears as a String literal in any JSP pages mapped to the JSP property group represented by this JspPropertyGroupDescriptor.
getDefiningDocumentId() - Method in class javax.faces.flow.Flow

Return the immutable application unique identifier for the document in which the argument flow is defined.

getDelay() - Method in class javax.faces.component.behavior.AjaxBehavior

Returns the delay value, or null if no value was set.

getDelegate() - Method in interface javax.persistence.EntityManager
Return the underlying provider object for the EntityManager, if available.
getDelegateQualifiers() - Method in interface javax.enterprise.inject.spi.Decorator
getDelegateType() - Method in interface javax.enterprise.inject.spi.Decorator
Obtains the type of the delegate injection point.
getDeletedMessageCount() - Method in class javax.mail.Folder
Get the number of deleted messages in this Folder.
getDelims() - Method in class javax.servlet.jsp.jstl.core.LoopTagSupport
 
getDeliveryDelay() - Method in interface javax.jms.JMSProducer
Gets the minimum length of time in milliseconds that must elapse after a message is sent before the Jakarta Messaging provider may deliver the message to a consumer.
getDeliveryDelay() - Method in interface javax.jms.MessageProducer
Gets the minimum length of time in milliseconds that must elapse after a message is sent before the Jakarta Messaging provider may deliver the message to a consumer.
getDeliveryMode() - Method in interface javax.jms.JMSProducer
Returns the delivery mode of messages that are sent using this JMSProducer
getDeliveryMode() - Method in interface javax.jms.MessageProducer
Gets the producer's default delivery mode.
getDeployableObject() - Method in interface javax.enterprise.deploy.model.DDBeanRoot
Return the containing DeployableObject
getDeployableObject(String) - Method in interface javax.enterprise.deploy.model.J2eeApplicationObject
Return the DeployableObject of the specified URI designator.
getDeployableObject() - Method in interface javax.enterprise.deploy.spi.DeploymentConfiguration
Returns an object that provides access to the deployment descriptor data and classes of a Java EE module.
getDeployableObjects(ModuleType) - Method in interface javax.enterprise.deploy.model.J2eeApplicationObject
Return the all DeployableObjects of the specified type.
getDeployableObjects() - Method in interface javax.enterprise.deploy.model.J2eeApplicationObject
Return the all DeployableObjects in this application.
getDeploymentFactories() - Method in class javax.enterprise.deploy.shared.factories.DeploymentFactoryManager
Retrieve the lists of currently registered DeploymentFactories.
getDeploymentManager(String, String, String) - Method in class javax.enterprise.deploy.shared.factories.DeploymentFactoryManager
Retrieves a DeploymentManager instance to use for deployment.
getDeploymentManager(String, String, String) - Method in interface javax.enterprise.deploy.spi.factories.DeploymentFactory
Return a connected DeploymentManager instance.
getDeploymentStatus() - Method in class javax.enterprise.deploy.spi.status.ProgressEvent
Retrieve the status information.
getDeploymentStatus() - Method in interface javax.enterprise.deploy.spi.status.ProgressObject
Retrieve the status of this activity.
getDescendantConcepts() - Method in interface javax.xml.registry.infomodel.ClassificationScheme
Gets all descendant Concepts.
getDescendantConcepts() - Method in interface javax.xml.registry.infomodel.Concept
Gets all descendant Concepts.
getDescendantOrganizations() - Method in interface javax.xml.registry.infomodel.Organization
Gets all descendant Organizations.
getDescription() - Method in interface javax.enterprise.deploy.spi.Target
Retrieve other descriptive information about the target.
getDescription() - Method in class javax.faces.model.SelectItem
Return a description of this item, for use in development tools.
getDescription() - Method in class javax.mail.internet.MimeBodyPart
Returns the "Content-Description" header field of this body part.
getDescription() - Method in class javax.mail.internet.MimeMessage
Returns the "Content-Description" header field of this Message.
getDescription() - Method in interface javax.mail.Part
Return a description String for this part.
getDescription() - Method in interface javax.management.j2ee.statistics.Statistic
A human-readable description of the Statistic.
getDescription() - Method in class javax.resource.spi.work.HintsContext
Get the brief description of the role played by the WorkContext and any other related debugging information.
getDescription() - Method in class javax.resource.spi.work.SecurityContext
Get the brief description of the role played by the WorkContext and any other related debugging information.
getDescription() - Method in class javax.resource.spi.work.TransactionContext
Get the brief description of the role played by the WorkContext and any other related debugging information.
getDescription() - Method in interface javax.resource.spi.work.WorkContext
Get the brief description of the role played by the WorkContext and any other related debugging information.
getDescription() - Method in interface javax.security.auth.message.config.AuthConfigFactory.RegistrationContext
Get the description from the registration context
getDescription() - Method in class javax.servlet.jsp.tagext.TagAttributeInfo
Gets the description string of this tag attribute.
getDescription() - Method in interface javax.xml.registry.infomodel.RegistryObject
Gets the textual description for this object.
getDeserializer(Class, QName) - Method in interface javax.xml.rpc.encoding.TypeMapping
Gets the DeserializerFactory registered for the specified pair of Java type and XML data type.
getDeserializerAs(String) - Method in interface javax.xml.rpc.encoding.DeserializerFactory
Returns a Deserializer for the specified XML processing mechanism type.
getDestination() - Method in interface javax.jms.MessageProducer
Gets the destination associated with this MessageProducer.
getDestination() - Method in interface javax.management.j2ee.statistics.JMSProducerStats
Returns a string that encapsulates the identity of the message destination
getDetail() - Method in class javax.faces.application.FacesMessage
Return the localized detail text.
getDetail() - Method in exception javax.xml.rpc.soap.SOAPFaultException
Gets the detail element.
getDigest() - Method in class javax.security.auth.message.callback.PrivateKeyCallback.DigestRequest
Get the digest value.
getDir() - Method in class javax.faces.component.html.HtmlBody
Return the value of the dir property.
getDir() - Method in class javax.faces.component.html.HtmlCommandButton
Return the value of the dir property.
getDir() - Method in class javax.faces.component.html.HtmlCommandLink
Return the value of the dir property.
getDir() - Method in class javax.faces.component.html.HtmlDataTable
Return the value of the dir property.
getDir() - Method in class javax.faces.component.html.HtmlForm
Return the value of the dir property.
getDir() - Method in class javax.faces.component.html.HtmlGraphicImage
Return the value of the dir property.
getDir() - Method in class javax.faces.component.html.HtmlHead
Return the value of the dir property.
getDir() - Method in class javax.faces.component.html.HtmlInputFile
Return the value of the dir property.
getDir() - Method in class javax.faces.component.html.HtmlInputSecret
Return the value of the dir property.
getDir() - Method in class javax.faces.component.html.HtmlInputText
Return the value of the dir property.
getDir() - Method in class javax.faces.component.html.HtmlInputTextarea
Return the value of the dir property.
getDir() - Method in class javax.faces.component.html.HtmlMessage
Return the value of the dir property.
getDir() - Method in class javax.faces.component.html.HtmlMessages
Return the value of the dir property.
getDir() - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
Return the value of the dir property.
getDir() - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
Return the value of the dir property.
getDir() - Method in class javax.faces.component.html.HtmlOutputFormat
Return the value of the dir property.
getDir() - Method in class javax.faces.component.html.HtmlOutputLabel
Return the value of the dir property.
getDir() - Method in class javax.faces.component.html.HtmlOutputLink
Return the value of the dir property.
getDir() - Method in class javax.faces.component.html.HtmlOutputText
Return the value of the dir property.
getDir() - Method in class javax.faces.component.html.HtmlPanelGrid
Return the value of the dir property.
getDir() - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
Return the value of the dir property.
getDir() - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
Return the value of the dir property.
getDir() - Method in class javax.faces.component.html.HtmlSelectManyListbox
Return the value of the dir property.
getDir() - Method in class javax.faces.component.html.HtmlSelectManyMenu
Return the value of the dir property.
getDir() - Method in class javax.faces.component.html.HtmlSelectOneListbox
Return the value of the dir property.
getDir() - Method in class javax.faces.component.html.HtmlSelectOneMenu
Return the value of the dir property.
getDir() - Method in class javax.faces.component.html.HtmlSelectOneRadio
Return the value of the dir property.
getDisabledClass() - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
Return the value of the disabledClass property.
getDisabledClass() - Method in class javax.faces.component.html.HtmlSelectManyListbox
Return the value of the disabledClass property.
getDisabledClass() - Method in class javax.faces.component.html.HtmlSelectManyMenu
Return the value of the disabledClass property.
getDisabledClass() - Method in class javax.faces.component.html.HtmlSelectOneListbox
Return the value of the disabledClass property.
getDisabledClass() - Method in class javax.faces.component.html.HtmlSelectOneMenu
Return the value of the disabledClass property.
getDisabledClass() - Method in class javax.faces.component.html.HtmlSelectOneRadio
Return the value of the disabledClass property.
getDisableMessageID() - Method in interface javax.jms.JMSProducer
Gets an indication of whether message IDs are disabled.
getDisableMessageID() - Method in interface javax.jms.MessageProducer
Gets an indication of whether message IDs are disabled.
getDisableMessageTimestamp() - Method in interface javax.jms.JMSProducer
Gets an indication of whether message timestamps are disabled.
getDisableMessageTimestamp() - Method in interface javax.jms.MessageProducer
Gets an indication of whether message timestamps are disabled.
getDisconnectedDeploymentManager(String) - Method in class javax.enterprise.deploy.shared.factories.DeploymentFactoryManager
Return a disconnected DeploymentManager instance.
getDisconnectedDeploymentManager(String) - Method in interface javax.enterprise.deploy.spi.factories.DeploymentFactory
Return a disconnected DeploymentManager instance.
getDispatcherType() - Method in interface javax.servlet.ServletRequest
Gets the dispatcher type of this request.
getDispatcherType() - Method in class javax.servlet.ServletRequestWrapper
Gets the dispatcher type of the wrapped request.
getDisplayName() - Method in interface javax.enterprise.deploy.spi.factories.DeploymentFactory
Provide a string with the name of this vendor's DeploymentManager.
getDisplayName() - Method in class javax.servlet.jsp.tagext.TagInfo
Get the displayName.
getDisposition() - Method in class javax.mail.internet.ContentDisposition
Return the disposition value.
getDisposition() - Method in class javax.mail.internet.MimeBodyPart
Returns the disposition from the "Content-Disposition" header field.
getDisposition() - Method in class javax.mail.internet.MimeMessage
Returns the disposition from the "Content-Disposition" header field.
getDisposition() - Method in interface javax.mail.Part
Return the disposition of this part.
getDoAfterBodyValue() - Method in class javax.faces.webapp.UIComponentClassicTagBase
Return the flag value that should be returned from the doAfterBody() method when it is called.
getDoEndValue() - Method in class javax.faces.webapp.UIComponentClassicTagBase
Return the flag value that should be returned from the doEnd() method when it is called.
getDomain() - Method in class javax.servlet.http.Cookie
Gets the domain name of this Cookie.
getDomain() - Method in interface javax.servlet.SessionCookieConfig
Gets the domain name that will be assigned to any session tracking cookies created on behalf of the application represented by the ServletContext from which this SessionCookieConfig was acquired.
getDomain() - Method in class javax.ws.rs.core.Cookie
Get the domain of the cookie.
getDoStartValue() - Method in class javax.faces.webapp.UIComponentClassicTagBase
Return the flag value that should be returned from the doStart() method when it is called.
getDouble(String) - Method in interface javax.jms.MapMessage
Returns the double value with the specified name.
getDoubleProperty(String) - Method in interface javax.jms.JMSProducer
Returns the message property with the specified name that has been set on this JMSProducer, converted to a double.
getDoubleProperty(String) - Method in interface javax.jms.Message
Returns the value of the double property with the specified name.
getDurableSubscriptionCount() - Method in interface javax.management.j2ee.statistics.JMSSessionStats
Number of durable subscriptions.
getEffectiveMajorVersion() - Method in interface javax.servlet.ServletContext
Gets the major version of the Servlet specification that the application represented by this ServletContext is based on.
getEffectiveMinorVersion() - Method in interface javax.servlet.ServletContext
Gets the minor version of the Servlet specification that the application represented by this ServletContext is based on.
getEffectiveSessionTrackingModes() - Method in interface javax.servlet.ServletContext
Gets the session tracking modes that are in effect for this ServletContext.
getEISProductName() - Method in interface javax.resource.cci.ConnectionMetaData
Returns product name of the underlying EIS instance connected through the Connection that produced this metadata.
getEISProductName() - Method in interface javax.resource.spi.ManagedConnectionMetaData
Returns Product name of the underlying EIS instance connected through the ManagedConnection.
getEISProductVersion() - Method in interface javax.resource.cci.ConnectionMetaData
Returns product version of the underlying EIS instance.
getEISProductVersion() - Method in interface javax.resource.spi.ManagedConnectionMetaData
Returns product version of the underlying EIS instance connected through the ManagedConnection.
getEJBHome() - Method in interface javax.ejb.EJBContext
Obtain the enterprise bean's remote home interface.
getEJBHome() - Method in interface javax.ejb.EJBMetaData
Obtain the remote home interface of the enterprise bean.
getEJBHome() - Method in interface javax.ejb.EJBObject
Obtain the enterprise bean's remote home interface.
getEJBHome() - Method in interface javax.ejb.HomeHandle
Obtain the home object represented by this handle.
getEJBLocalHome() - Method in interface javax.ejb.EJBContext
Obtain the enterprise bean's local home interface.
getEJBLocalHome() - Method in interface javax.ejb.EJBLocalObject
Obtain the enterprise bean's local home interface.
getEJBLocalObject() - Method in interface javax.ejb.EntityContext
Obtain a reference to the enterprise bean local object that is currently associated with the instance.
getEJBLocalObject() - Method in interface javax.ejb.SessionContext
Obtain a reference to the enterprise bean local object that is associated with the instance.
getEJBMetaData() - Method in interface javax.ejb.EJBHome
Obtain the EJBMetaData interface for the enterprise bean.
getEjbName() - Method in interface javax.enterprise.inject.spi.ProcessSessionBean
Returns the Jakarta Enterprise Bean name of the session bean.
getEJBObject() - Method in interface javax.ejb.EntityContext
Obtain a reference to the enterprise bean object that is currently associated with the instance.
getEJBObject() - Method in interface javax.ejb.Handle
Obtain the enterprise bean object reference represented by this handle.
getEJBObject() - Method in interface javax.ejb.SessionContext
Obtain a reference to the enterprise bean object that is currently associated with the instance.
getELContext() - Method in class javax.el.ELContextEvent
Returns the ELContext that was created.
getELContext() - Method in class javax.el.ELManager
Return the ELContext used for parsing and evaluating Jakarta Expression Language expressions.
getELContext() - Method in class javax.faces.context.FacesContext
Return the ELContext instance for this FacesContext instance.
getELContext() - Method in class javax.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext.getELContext() on the wrapped FacesContext object.
getELContext() - Method in class javax.faces.webapp.UIComponentELTag
Return the ELContext for the FacesContext for this request.
getELContext() - Method in class javax.faces.webapp.UIComponentTagBase
Return the ELContext for the FacesContext for this request.
getELContext() - Method in class javax.servlet.jsp.JspContext
Returns the ELContext associated with this JspContext.
getELContextListeners() - Method in class javax.faces.application.Application
If no calls have been made to Application.addELContextListener(javax.el.ELContextListener), this method must return an empty array.
getELContextListeners() - Method in class javax.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.getELContextListeners() on the wrapped Application object.

getElementClass() - Method in interface javax.validation.metadata.CrossParameterDescriptor
 
getElementClass() - Method in interface javax.validation.metadata.ElementDescriptor
 
getElements() - Method in interface javax.persistence.Tuple
Return the tuple elements.
getElementType() - Method in interface javax.persistence.metamodel.PluralAttribute
Return the type representing the element type of the collection.
getElIgnored() - Method in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
Gets the value of the el-ignored configuration, which specifies whether Expression Language (EL) evaluation is enabled for any JSP pages mapped to the JSP property group represented by this JspPropertyGroupDescriptor.
getELManager() - Method in class javax.el.ELProcessor
Return the ELManager used for Jakarta Expression Language processing.
getELResolver() - Method in class javax.el.ELContext
Retrieves the ELResolver associated with this context.
getELResolver() - Method in class javax.el.StandardELContext
Construct (if needed) and return a default ELResolver.
getELResolver() - Method in interface javax.enterprise.inject.spi.BeanManager
Returns a ELResolver that resolves beans by EL name.
getELResolver() - Method in class javax.faces.application.Application
Return the singleton ELResolver instance to be used for all Jakarta Expression Language resolution.
getELResolver() - Method in class javax.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.getELResolver() on the wrapped Application object.

getEmailAddresses() - Method in interface javax.xml.registry.infomodel.User
Gets the email addresses for this User.
getEmbeddables() - Method in interface javax.persistence.metamodel.Metamodel
Return the metamodel embeddable types.
getEmptyRoleSemantic() - Method in class javax.servlet.HttpConstraintElement
Gets the default authorization semantic.
getEnabledClass() - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
Return the value of the enabledClass property.
getEnabledClass() - Method in class javax.faces.component.html.HtmlSelectManyListbox
Return the value of the enabledClass property.
getEnabledClass() - Method in class javax.faces.component.html.HtmlSelectManyMenu
Return the value of the enabledClass property.
getEnabledClass() - Method in class javax.faces.component.html.HtmlSelectOneListbox
Return the value of the enabledClass property.
getEnabledClass() - Method in class javax.faces.component.html.HtmlSelectOneMenu
Return the value of the enabledClass property.
getEnabledClass() - Method in class javax.faces.component.html.HtmlSelectOneRadio
Return the value of the enabledClass property.
getEnclosingWriter() - Method in class javax.servlet.jsp.tagext.BodyContent
Get the enclosing JspWriter.
getEncoders() - Method in interface javax.websocket.EndpointConfig
Return the Encoder implementation classes configured.
getEncoding() - Method in interface javax.mail.EncodingAware
Return the MIME Content-Transfer-Encoding to use for this data, or null to indicate that an appropriate value should be chosen by the caller.
getEncoding() - Method in class javax.mail.internet.MimeBodyPart
Returns the content transfer encoding from the "Content-Transfer-Encoding" header field.
getEncoding() - Method in class javax.mail.internet.MimeMessage
Returns the content transfer encoding from the "Content-Transfer-Encoding" header field.
getEncoding() - Method in interface javax.mail.internet.MimePart
Get the transfer encoding of this part.
getEncoding(DataSource) - Static method in class javax.mail.internet.MimeUtility
Get the Content-Transfer-Encoding that should be applied to the input stream of this DataSource, to make it mail-safe.
getEncoding(DataHandler) - Static method in class javax.mail.internet.MimeUtility
Same as getEncoding(DataSource) except that instead of reading the data from an InputStream it uses the writeTo method to examine the data.
getEncoding() - Method in class javax.mail.internet.PreencodedMimeBodyPart
Returns the content transfer encoding specified when this object was created.
getEncoding() - Method in class javax.ws.rs.client.Entity
Get entity encoding.
getEncoding() - Method in class javax.ws.rs.core.Variant
Get the encoding of the variant.
getEnctype() - Method in class javax.faces.component.html.HtmlForm
Return the value of the enctype property.
getEnd() - Method in class javax.ejb.ScheduleExpression
Return the end date, if set; otherwise null.
getEnd() - Method in interface javax.servlet.jsp.jstl.core.LoopTagStatus
Returns the value of the 'end' attribute for the associated tag, or null if no 'end' attribute was specified.
getEndpointClass() - Method in interface javax.resource.spi.endpoint.MessageEndpointFactory
Return the Class object corresponding to the message endpoint class.
getEndpointClass() - Method in interface javax.websocket.server.ServerEndpointConfig
Returns the Class of the endpoint this configuration is configuring.
getEndpointConfigs(Set<Class<? extends Endpoint>>) - Method in interface javax.websocket.server.ServerApplicationConfig
Return a set of ServerEndpointConfig instances that the server container will use to deploy the programmatic endpoints.
getEndpointInstance(Class<T>) - Method in class javax.websocket.server.ServerEndpointConfig.Configurator
This method is called by the container each time a new client connects to the logical endpoint this configurator configures.
getEndTime() - Method in interface javax.batch.runtime.JobExecution
Get time execution entered end status: COMPLETED, STOPPED, FAILED.
getEndTime() - Method in interface javax.batch.runtime.StepExecution
Get time this step ended.
getEngineInfo() - Method in class javax.servlet.jsp.JspFactory
called to get implementation-specific information on the current JSP engine.
getEntities() - Method in interface javax.persistence.metamodel.Metamodel
Return the metamodel entity types.
getEntity() - Method in exception javax.persistence.OptimisticLockException
Returns the entity that caused this exception.
getEntity() - Method in exception javax.persistence.PessimisticLockException
Returns the entity that caused this exception.
getEntity() - Method in interface javax.ws.rs.client.ClientRequestContext
Get the message entity Java instance.
getEntity() - Method in class javax.ws.rs.client.Entity
Get entity data.
getEntity() - Method in interface javax.ws.rs.container.ContainerResponseContext
Get the message entity Java instance.
getEntity() - Method in class javax.ws.rs.core.GenericEntity
Get the enclosed entity.
getEntity() - Method in class javax.ws.rs.core.Response
Get the message entity Java instance.
getEntity() - Method in interface javax.ws.rs.ext.WriterInterceptorContext
Get object to be written as HTTP entity.
getEntityAnnotations() - Method in interface javax.ws.rs.client.ClientRequestContext
Get the annotations attached to the entity instance.
getEntityAnnotations() - Method in interface javax.ws.rs.container.ContainerResponseContext
Get the annotations attached to the entity instance.
getEntityClass() - Method in interface javax.ws.rs.client.ClientRequestContext
Get the raw entity type information.
getEntityClass() - Method in interface javax.ws.rs.container.ContainerResponseContext
Get the raw entity type information.
getEntityGraph(String) - Method in interface javax.persistence.EntityManager
Return a named EntityGraph.
getEntityGraphs(Class<T>) - Method in interface javax.persistence.EntityManager
Return all named EntityGraphs that have been defined for the provided class type.
getEntityManagerFactory() - Method in interface javax.persistence.EntityManager
Return the entity manager factory for the entity manager.
getEntityStream() - Method in interface javax.ws.rs.client.ClientRequestContext
Get the entity output stream.
getEntityStream() - Method in interface javax.ws.rs.client.ClientResponseContext
Get the entity input stream.
getEntityStream() - Method in interface javax.ws.rs.container.ContainerRequestContext
Get the entity input stream.
getEntityStream() - Method in interface javax.ws.rs.container.ContainerResponseContext
Get the entity output stream.
getEntityTag() - Method in interface javax.ws.rs.client.ClientResponseContext
Get the entity tag.
getEntityTag() - Method in interface javax.ws.rs.container.ContainerResponseContext
Get the entity tag.
getEntityTag() - Method in class javax.ws.rs.core.Response
Get the entity tag.
getEntityType() - Method in interface javax.ws.rs.client.ClientRequestContext
Get the generic entity type information.
getEntityType() - Method in interface javax.ws.rs.container.ContainerResponseContext
Get the generic entity type information.
getEntry(String) - Method in interface javax.enterprise.deploy.model.DeployableObject
Returns the InputStream for the given entry name The file name must be relative to the root of the module.
getEnumeration() - Method in interface javax.jms.QueueBrowser
Gets an enumeration for browsing the current queue messages in the order they would be received.
getEnumValueTable() - Method in class javax.enterprise.deploy.shared.ActionType
Returns the enumeration value table for class ActionType
getEnumValueTable() - Method in class javax.enterprise.deploy.shared.CommandType
Returns the enumeration value table for class CommandType
getEnumValueTable() - Method in class javax.enterprise.deploy.shared.DConfigBeanVersionType
Returns the enumeration value table for class DConfigBeanVersionType
getEnumValueTable() - Method in class javax.enterprise.deploy.shared.ModuleType
Returns the enumeration value table for class ModuleType
getEnumValueTable() - Method in class javax.enterprise.deploy.shared.StateType
Returns the enumeration value table for class StateType
getEnvironment() - Method in interface javax.ejb.EJBContext
Deprecated.
Use the JNDI naming context java:comp/env to access enterprise bean's environment.
getErrorClass() - Method in class javax.faces.component.html.HtmlMessage
Return the value of the errorClass property.
getErrorClass() - Method in class javax.faces.component.html.HtmlMessages
Return the value of the errorClass property.
getErrorCode() - Method in exception javax.jms.JMSException
Gets the vendor-specific error code.
getErrorCode() - Method in exception javax.jms.JMSRuntimeException
Returns the vendor-specific error code.
getErrorCode() - Method in exception javax.resource.ResourceException
Get the error code.
getErrorData() - Method in class javax.servlet.jsp.PageContext
Provides convenient access to error information.
getErrorObjectKey() - Method in exception javax.xml.registry.RegistryException
Gets the Key to the first object that encountered an error in the registry.
getErrorOnUndeclaredNamespace() - Method in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
Gets the value of the error-on-undeclared-namespace configuration, which specifies whether an error will be raised at translation time if tag with an undeclared namespace is used in any JSP pages mapped to the JSP property group represented by this JspPropertyGroupDescriptor.
getErrorStyle() - Method in class javax.faces.component.html.HtmlMessage
Return the value of the errorStyle property.
getErrorStyle() - Method in class javax.faces.component.html.HtmlMessages
Return the value of the errorStyle property.
getEvalScripts() - Method in class javax.faces.context.PartialViewContext

Returns a mutable List of scripts to be evaluated in client side on complete of ajax request.

getEvalScripts() - Method in class javax.faces.context.PartialViewContextWrapper

The default behavior of this method is to call PartialViewContext.getRenderIds() on the wrapped PartialViewContext object.

getEvaluationListeners() - Method in class javax.el.ELContext
Returns the list of registered evaluation listeners.
getEvent() - Method in interface javax.enterprise.inject.spi.BeanManager
Returns an instance of Event with specified type java.lang.Object and specified qualifier @Default It allows typesafe synchronous or asynchronous event firing without injection of Event built-in bean requirement.
getEvent() - Method in interface javax.enterprise.inject.spi.EventContext
 
getEvent() - Method in class javax.faces.view.facelets.BehaviorHandler
 
getEventName() - Method in class javax.faces.component.behavior.ClientBehaviorContext

Returns the name of the behavior event for which the ClientBehavior script is being requested.

getEventName() - Method in interface javax.faces.view.BehaviorHolderAttachedObjectHandler

Return the client event name to which this behavior applies.

getEventName() - Method in class javax.faces.view.facelets.BehaviorHandler
 
getEventNames() - Method in interface javax.faces.component.behavior.ClientBehaviorHolder

Returns a non-null, unmodifiable Collection containing the names of the logical events supported by the component implementing this interface.

getEventNames() - Method in class javax.faces.component.html.HtmlBody
 
getEventNames() - Method in class javax.faces.component.html.HtmlCommandButton
 
getEventNames() - Method in class javax.faces.component.html.HtmlCommandLink
 
getEventNames() - Method in class javax.faces.component.html.HtmlDataTable
 
getEventNames() - Method in class javax.faces.component.html.HtmlForm
 
getEventNames() - Method in class javax.faces.component.html.HtmlGraphicImage
 
getEventNames() - Method in class javax.faces.component.html.HtmlInputFile
 
getEventNames() - Method in class javax.faces.component.html.HtmlInputSecret
 
getEventNames() - Method in class javax.faces.component.html.HtmlInputText
 
getEventNames() - Method in class javax.faces.component.html.HtmlInputTextarea
 
getEventNames() - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
 
getEventNames() - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
 
getEventNames() - Method in class javax.faces.component.html.HtmlOutputLabel
 
getEventNames() - Method in class javax.faces.component.html.HtmlOutputLink
 
getEventNames() - Method in class javax.faces.component.html.HtmlPanelGrid
 
getEventNames() - Method in class javax.faces.component.html.HtmlPanelGroup
 
getEventNames() - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
 
getEventNames() - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
 
getEventNames() - Method in class javax.faces.component.html.HtmlSelectManyListbox
 
getEventNames() - Method in class javax.faces.component.html.HtmlSelectManyMenu
 
getEventNames() - Method in class javax.faces.component.html.HtmlSelectOneListbox
 
getEventNames() - Method in class javax.faces.component.html.HtmlSelectOneMenu
 
getEventNames() - Method in class javax.faces.component.html.HtmlSelectOneRadio
 
getEventNames() - Method in class javax.faces.component.UIComponentBase

This is a default implementation of ClientBehaviorHolder.getEventNames().

getEventNames() - Method in class javax.faces.component.UIWebsocket
Returns a non-null, empty, unmodifiable Collection which returns true on any Collection#contains() invocation, indicating that all client behavior event names are acceptable.
getEventType() - Method in interface javax.xml.registry.infomodel.AuditableEvent
Gets the type of this event.
getException() - Method in interface javax.batch.runtime.context.StepContext
The getException method returns the last exception thrown from a step level batch artifact to the batch runtime.
getException() - Method in class javax.faces.event.ExceptionQueuedEventContext

Return the exception property.

getException() - Method in class javax.resource.spi.ConnectionEvent
Get the exception.
getException() - Method in class javax.resource.spi.work.WorkEvent
Return the WorkException.
getException() - Method in class javax.servlet.jsp.PageContext
The current value of the exception object (an Exception).
getException() - Method in class javax.websocket.SendResult
The problem sending the message.
getExceptionHandler() - Method in class javax.faces.context.ExceptionHandlerFactory

Create and return a A new ExceptionHandler instance.

getExceptionHandler() - Method in class javax.faces.context.FacesContext

Return the ExceptionHandler for this request.

getExceptionHandler() - Method in class javax.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext.getExceptionHandler() on the wrapped FacesContext object.
getExceptionHandler() - Method in class javax.faces.webapp.PreJsf2ExceptionHandlerFactory
 
getExceptionListener() - Method in interface javax.jms.Connection
Gets the ExceptionListener object for this connection.
getExceptionListener() - Method in interface javax.jms.JMSContext
Gets the ExceptionListener object for the JMSContext's connection.
getExceptionMapper(Class<T>) - Method in interface javax.ws.rs.ext.Providers
Get an exception mapping provider for a particular class of exception.
getExceptions() - Method in interface javax.xml.registry.BulkResponse
Get the Collection of RegistryException instances in case of partial commit.
getExecutableParameters() - Method in interface javax.validation.ConstraintViolation
Returns an Object[] representing the constructor or method invocation arguments if the ConstraintViolation is returned after validating the method or constructor parameters.
getExecutableReturnValue() - Method in interface javax.validation.ConstraintViolation
Returns the return value of the constructor or method invocation if the ConstraintViolation is returned after validating the method or constructor return value.
getExecute() - Method in class javax.faces.component.behavior.AjaxBehavior

Return a non-empty Collection<String> of component identifiers that will be used to identify components that should be processed during the execute phase of the request processing lifecycle.

getExecute() - Method in class javax.faces.component.html.HtmlCommandScript
Return the value of the execute property.
getExecuteIds() - Method in class javax.faces.context.PartialViewContext

Return a Collection of client identifiers from the current request with the request parameter name PartialViewContext.PARTIAL_EXECUTE_PARAM_NAME.

getExecuteIds() - Method in class javax.faces.context.PartialViewContextWrapper
The default behavior of this method is to call PartialViewContext.getExecuteIds() on the wrapped PartialViewContext object.
getExecutionId() - Method in interface javax.batch.runtime.context.JobContext
The getExecutionId method returns the current job's current execution id.
getExecutionId() - Method in interface javax.batch.runtime.JobExecution
Get unique id for this JobExecution.
getExecutionProperties(Object) - Method in interface javax.enterprise.concurrent.ContextService
Gets the current execution properties on the context proxy instance.
getExecutionProperties() - Method in interface javax.enterprise.concurrent.ManagedTask
Provides additional information to the ManagedExecutorService or ManagedScheduledExecutorService when executing this task.
getExecutor() - Method in interface javax.enterprise.event.NotificationOptions
 
getExitStatus() - Method in interface javax.batch.runtime.context.JobContext
The getExitStatus method simply returns the exit status value stored into the job context through the setExitStatus method or null.
getExitStatus() - Method in interface javax.batch.runtime.context.StepContext
The getExitStatus method simply returns the exit status value stored into the step context through the setExitStatus method or null.
getExitStatus() - Method in interface javax.batch.runtime.JobExecution
Get execution exit status.
getExitStatus() - Method in interface javax.batch.runtime.StepExecution
Get exit status of step.
getExpectedType() - Method in class javax.el.ValueExpression
Returns the type the result of the expression will be coerced to after evaluation.
getExpectedType() - Method in class javax.servlet.jsp.jstl.core.IndexedValueExpression
 
getExpectedType() - Method in class javax.servlet.jsp.jstl.core.IteratedValueExpression
 
getExpectedTypeName() - Method in class javax.servlet.jsp.tagext.TagAttributeInfo
Returns the name of the expected type (as a String) of this deferred value attribute.
getExpiration() - Method in interface javax.xml.registry.infomodel.RegistryEntry
Gets expirationDate attribute of the RegistryEntry within the Registry.
getExpiredMessageCount() - Method in interface javax.management.j2ee.statistics.JMSEndpointStats
Number of messages that expired before delivery.
getExpiredMessageCount() - Method in interface javax.management.j2ee.statistics.JMSSessionStats
Number of expired messages.
getExpiry() - Method in class javax.ws.rs.core.NewCookie
Get the cookie expiry date.
getExpression(String) - Method in interface javax.faces.el.CompositeComponentExpressionHolder
 
getExpression() - Method in interface javax.persistence.criteria.CriteriaBuilder.In
Return the expression to be tested against the list of values.
getExpression() - Method in interface javax.persistence.criteria.CriteriaBuilder.SimpleCase
Return the expression to be tested against the conditions.
getExpression() - Method in interface javax.persistence.criteria.Order
Return the expression that is used for ordering.
getExpressionEvaluator() - Method in class javax.servlet.jsp.JspContext
Deprecated.
getExpressionFactory() - Static method in class javax.el.ELManager
Return the ExpressionFactory instance used for Jakarta Expression Language evaluations.
getExpressionFactory() - Method in class javax.faces.application.Application
Return the ExpressionFactory instance for this application.
getExpressionFactory() - Method in class javax.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.getExpressionFactory() on the wrapped Application object.

getExpressionFactory() - Method in class javax.faces.view.facelets.FaceletContext

The ExpressionFactory to use within the Facelet this context is executing upon.

getExpressionFactory() - Method in interface javax.servlet.jsp.JspApplicationContext
Returns a factory used to create ValueExpressions and MethodExpressions so that EL expressions can be parsed and evaluated.
getExpressionHints() - Method in class javax.faces.component.search.SearchExpressionContext

Returns hints that influence the behavior of resolving the expression.

getExpressions() - Method in interface javax.persistence.criteria.Predicate
Return the top-level conjuncts or disjuncts of the predicate.
getExpressionSeperatorChars(FacesContext) - Method in class javax.faces.component.search.SearchExpressionHandler

Return the characters used to separate expressions in a series of expressions.

getExpressionSeperatorChars(FacesContext) - Method in class javax.faces.component.search.SearchExpressionHandlerWrapper
 
getExpressionString() - Method in class javax.el.Expression
Returns the original String used to create this Expression, unmodified.
getExpressionString() - Method in class javax.faces.el.MethodBinding
Deprecated.
Return the (possibly null) expression String, with leading and trailing delimiters, from which this MethodBinding was built.
getExpressionString() - Method in class javax.faces.el.ValueBinding
Deprecated.
Return the (possibly null) expression String, including the delimiters, from which this ValueBinding was built.
getExpressionString() - Method in class javax.servlet.jsp.jstl.core.IndexedValueExpression
 
getExpressionString() - Method in class javax.servlet.jsp.jstl.core.IteratedValueExpression
 
getExtension(Class<T>) - Method in interface javax.enterprise.inject.spi.BeanManager
Obtains the container's instance of an Extension class declared in META-INF/services.
getExtension() - Method in interface javax.xml.registry.infomodel.TelephoneNumber
Gets the internal extension.
getExtensions() - Method in interface javax.websocket.ClientEndpointConfig
Return the extensions, in order of preference, favorite first, that this client would like to use for its sessions.
getExtensions() - Method in interface javax.websocket.server.ServerEndpointConfig
Return the websocket extensions configured.
getExternalContext(Object, Object, Object) - Method in class javax.faces.context.ExternalContextFactory
Create (if needed) and return an ExternalContext instance that is initialized for the processing of the specified request and response objects, for this web application.
getExternalContext() - Method in class javax.faces.context.FacesContext
Return the ExternalContext instance for this FacesContext instance.
getExternalContext() - Method in class javax.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext.getExternalContext() on the wrapped FacesContext object.
getExternalIdentifiers() - Method in interface javax.xml.registry.infomodel.RegistryObject
Returns the ExternalIdentifiers associated with this object that are external identifiers for this object.
getExternalLinks() - Method in interface javax.xml.registry.infomodel.RegistryObject
Returns the ExternalLinks associated with this object.
getExternalURI() - Method in interface javax.xml.registry.infomodel.ExternalLink
Gets URI to the an external resource.
getFacelet(URL) - Method in class javax.faces.view.facelets.FaceletCache

Returns a cached Facelet instance.

getFaceletCache() - Method in class javax.faces.view.facelets.FaceletCacheFactory
 
getFacesContext() - Method in class javax.faces.component.behavior.ClientBehaviorContext

Returns the FacesContext for the current request.

getFacesContext() - Method in class javax.faces.component.search.SearchExpressionContext

Returns the FacesContext for the current request.

getFacesContext() - Method in class javax.faces.component.UIComponent
Convenience method to return the FacesContext instance for the current request.
getFacesContext() - Method in class javax.faces.component.UIComponentBase
 
getFacesContext() - Method in class javax.faces.component.visit.VisitContext

Returns the FacesContext for the current request.

getFacesContext() - Method in class javax.faces.component.visit.VisitContextWrapper
 
getFacesContext(Object, Object, Object, Lifecycle) - Method in class javax.faces.context.FacesContextFactory
Create (if needed) and return a FacesContext instance that is initialized for the processing of the specified request and response objects, utilizing the specified Lifecycle instance, for this web application.
getFacesContext() - Method in class javax.faces.event.FacesEvent

Get the Faces context.

getFacesContext() - Method in class javax.faces.event.PhaseEvent
Return the FacesContext for the request being processed.
getFacesContext() - Method in class javax.faces.event.SystemEvent

Get the Faces context.

getFacesContext() - Method in class javax.faces.view.facelets.FaceletContext

The current FacesContext bound to this "request".

getFacesContext() - Method in class javax.faces.webapp.UIComponentClassicTagBase
 
getFacesContext() - Method in class javax.faces.webapp.UIComponentTagBase
Return the FacesContext instance for the current request.
getFacesJspId() - Method in class javax.faces.webapp.UIComponentClassicTagBase
If this method has been called before on this tag's useful lifetime (before UIComponentClassicTagBase.release() was called), return the previously returned value.
getFacesListeners(Class) - Method in class javax.faces.component.UIComponent
Return an array of registered FacesListeners that are instances of the specified class.
getFacesListeners(Class) - Method in class javax.faces.component.UIComponentBase
 
getFacesMessage() - Method in exception javax.faces.component.UpdateModelException

Return the FacesMessage passed to the constructor.

getFacesMessage() - Method in exception javax.faces.convert.ConverterException
Returns the FacesMessage associated with this exception; this will only be available if the converter that thew this exception instance placed it there.
getFacesMessage() - Method in exception javax.faces.validator.ValidatorException

Returns the FacesMessage associated with the exception.

getFacesMessages() - Method in exception javax.faces.validator.ValidatorException

If this instance was created with a constructor that takes Collection<FacesMessage>, this method returns the passed collection, otherwise this method returns null.

getFacet(String) - Method in class javax.faces.component.UIComponent
Convenience method to return the named facet, if it exists, or null otherwise.
getFacet(String) - Method in class javax.faces.component.UIComponentBase
 
getFacetCount() - Method in class javax.faces.component.UIComponent
Return the number of facet UIComponents that are associated with this UIComponent.
getFacetCount() - Method in class javax.faces.component.UIComponentBase
 
getFacetName(FaceletContext) - Method in interface javax.faces.view.facelets.FacetHandler

Returns the resolved literal String value of the facet name after evaluating EL.

getFacetName() - Method in class javax.faces.webapp.UIComponentClassicTagBase
Return the facet name that we should be stored under, if any; otherwise, return null (indicating that we will be a child component).
getFacets() - Method in class javax.faces.component.UIComponent
Return a mutable Map representing the facet UIComponents associated with this UIComponent, keyed by facet name (which must be a String).
getFacets() - Method in class javax.faces.component.UIComponentBase
 
getFacetsAndChildren() - Method in class javax.faces.component.UIComponent
Return an Iterator over the facet followed by child UIComponents of this UIComponent.
getFacetsAndChildren() - Method in class javax.faces.component.UIComponentBase
 
getFactory(String) - Static method in class javax.faces.FactoryFinder
Create (if necessary) and return a per-web-application instance of the appropriate implementation class for the specified Jakarta Server Faces factory class, based on the discovery algorithm described in the class description.
getFactory() - Static method in class javax.security.auth.message.config.AuthConfigFactory
Get the system-wide AuthConfigFactory implementation.
getFactorySecurityPermission - Static variable in class javax.security.auth.message.config.AuthConfigFactory
The SecurityPermission, with name AuthConfigFactory.GET_FACTORY_PERMISSION_NAME, that is used to authorize access to the getFactory method.
getFamily() - Method in class javax.faces.component.UIColumn
Get the component family.
getFamily() - Method in class javax.faces.component.UICommand
 
getFamily() - Method in class javax.faces.component.UIComponent

Return the identifier of the component family to which this component belongs.

getFamily() - Method in class javax.faces.component.UIData
 
getFamily() - Method in class javax.faces.component.UIForm
 
getFamily() - Method in class javax.faces.component.UIGraphic
 
getFamily() - Method in class javax.faces.component.UIImportConstants
 
getFamily() - Method in class javax.faces.component.UIInput
 
getFamily() - Method in class javax.faces.component.UIMessage
 
getFamily() - Method in class javax.faces.component.UIMessages
 
getFamily() - Method in class javax.faces.component.UINamingContainer
 
getFamily() - Method in class javax.faces.component.UIOutcomeTarget
 
getFamily() - Method in class javax.faces.component.UIOutput
 
getFamily() - Method in class javax.faces.component.UIPanel
 
getFamily() - Method in class javax.faces.component.UIParameter
 
getFamily() - Method in class javax.faces.component.UISelectBoolean
 
getFamily() - Method in class javax.faces.component.UISelectItem
 
getFamily() - Method in class javax.faces.component.UISelectItems
 
getFamily() - Method in class javax.faces.component.UISelectMany
 
getFamily() - Method in class javax.faces.component.UISelectOne
 
getFamily() - Method in class javax.faces.component.UIViewAction
 
getFamily() - Method in class javax.faces.component.UIViewParameter
 
getFamily() - Method in class javax.faces.component.UIViewRoot
 
getFamily() - Method in class javax.faces.component.UIWebsocket
getFamily() - Method in enum javax.ws.rs.core.Response.Status
Get the class of status code.
getFamily() - Method in interface javax.ws.rs.core.Response.StatusType
Get the class of status code.
getFatalClass() - Method in class javax.faces.component.html.HtmlMessage
Return the value of the fatalClass property.
getFatalClass() - Method in class javax.faces.component.html.HtmlMessages
Return the value of the fatalClass property.
getFatalStyle() - Method in class javax.faces.component.html.HtmlMessage
Return the value of the fatalStyle property.
getFatalStyle() - Method in class javax.faces.component.html.HtmlMessages
Return the value of the fatalStyle property.
getFaultActor() - Method in exception javax.xml.rpc.soap.SOAPFaultException
Gets the faultactor element.
getFaultCode() - Method in exception javax.xml.rpc.soap.SOAPFaultException
Gets the faultcode element.
getFaultString() - Method in exception javax.xml.rpc.soap.SOAPFaultException
Gets the faultstring element.
getFeatureDescriptors(ELContext, Object) - Method in class javax.el.ArrayELResolver
Always returns null, since there is no reason to iterate through set set of all integers.
getFeatureDescriptors(ELContext, Object) - Method in class javax.el.BeanELResolver
If the base object is not null, returns an Iterator containing the set of JavaBeans properties available on the given object.
getFeatureDescriptors(ELContext, Object) - Method in class javax.el.BeanNameELResolver
Always returns null, since there is no reason to iterate through a list of one element: bean name.
getFeatureDescriptors(ELContext, Object) - Method in class javax.el.CompositeELResolver
Returns information about the set of variables or properties that can be resolved for the given base object.
getFeatureDescriptors(ELContext, Object) - Method in class javax.el.ELResolver
Returns information about the set of variables or properties that can be resolved for the given base object.
getFeatureDescriptors(ELContext, Object) - Method in class javax.el.ListELResolver
Always returns null, since there is no reason to iterate through set set of all integers.
getFeatureDescriptors(ELContext, Object) - Method in class javax.el.MapELResolver
If the base object is a map, returns an Iterator containing the set of keys available in the Map.
getFeatureDescriptors(ELContext, Object) - Method in class javax.el.ResourceBundleELResolver
If the base object is a ResourceBundle, returns an Iterator containing the set of keys available in the ResourceBundle.
getFeatureDescriptors(ELContext, Object) - Method in class javax.el.StaticFieldELResolver
Returns the properties that can be resolved.
getFeatureDescriptors(ELContext, Object) - Method in class javax.el.TypeConverter
 
getFeatureDescriptors(ELContext, Object) - Method in class javax.servlet.jsp.el.ImplicitObjectELResolver
If the base object is null, and the property matches the name of a JSP implicit object, returns an Iterator containing FeatureDescriptor objects with information about each JSP implicit object resolved by this resolver.
getFeatureDescriptors(ELContext, Object) - Method in class javax.servlet.jsp.el.ScopedAttributeELResolver
If the base object is null, returns an Iterator containing FeatureDescriptor objects with information about each scoped attribute resolved by this resolver.
getFetches() - Method in interface javax.persistence.criteria.FetchParent
Return the fetch joins that have been made from this type.
getFields() - Method in interface javax.enterprise.inject.spi.AnnotatedType
Get the fields of the type.
getFile() - Method in class javax.mail.URLName
Returns the file name of this URLName.
getFilename() - Method in interface javax.enterprise.deploy.model.DDBeanRoot
Returns the filename relative to the root of the module of the XML instance document this DDBeanRoot represents.
getFileName() - Method in class javax.mail.internet.MimeBodyPart
Get the filename associated with this body part.
getFileName() - Method in class javax.mail.internet.MimeMessage
Get the filename associated with this Message.
getFileName() - Method in interface javax.mail.Part
Get the filename associated with this part, if possible.
getFileSizeThreshold() - Method in class javax.servlet.MultipartConfigElement
Gets the size threshold after which files will be written to disk.
getFilterConfig() - Method in class javax.servlet.GenericFilter
Returns this servlet's ServletConfig object.
getFilterName() - Method in interface javax.servlet.FilterConfig
Returns the filter-name of this filter as defined in the deployment descriptor.
getFilterName() - Method in class javax.servlet.GenericFilter
Returns the name of this filter instance.
getFilterRegistration(String) - Method in interface javax.servlet.ServletContext
Gets the FilterRegistration corresponding to the filter with the given filterName.
getFilterRegistrations() - Method in interface javax.servlet.ServletContext
Gets a (possibly empty) Map of the FilterRegistration objects (keyed by filter name) corresponding to all filters registered with this ServletContext.
getFinalizer() - Method in class javax.faces.flow.Flow

Return the MethodExpression that must be called by the runtime as the last thing that happens before exiting this flow.

getFirst() - Method in class javax.faces.component.UIData
Return the zero-relative row number of the first row to be displayed.
getFirst(K) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
 
getFirst(K) - Method in interface javax.ws.rs.core.MultivaluedMap
A shortcut to get the first value of the supplied key.
getFirstName() - Method in interface javax.xml.registry.infomodel.PersonName
Gets the first name for this Person.
getFirstResult() - Method in interface javax.persistence.Query
The position of the first result the query object was set to retrieve.
getFlags() - Method in class javax.mail.internet.MimeMessage
Return a Flags object containing the flags for this message.
getFlags() - Method in class javax.mail.Message
Returns a Flags object containing the flags for this message.
getFlags() - Method in class javax.mail.search.FlagTerm
Return the Flags to test.
getFlash() - Method in class javax.faces.context.ExternalContext

Return the threadsafe Flash for this application.

getFlash() - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.getFlash() on the wrapped ExternalContext object.
getFlash(boolean) - Method in class javax.faces.context.FlashFactory

Create (if needed) and return a Flash instance for this web application.

getFloat(String) - Method in interface javax.jms.MapMessage
Returns the float value with the specified name.
getFloatProperty(String) - Method in interface javax.jms.JMSProducer
Returns the message property with the specified name that has been set on this JMSProducer, converted to a float.
getFloatProperty(String) - Method in interface javax.jms.Message
Returns the value of the float property with the specified name.
getFlow() - Method in class javax.faces.flow.builder.FlowBuilder

Called as the last step in flow definition, this method must perform any implementation specific initialization and return the built Flow.

getFlow(FacesContext, String, String) - Method in class javax.faces.flow.FlowHandler

Return the Flow whose id is equivalent to the argument id, within the scope of the argument definingDocument.

getFlowCall(Flow) - Method in class javax.faces.flow.Flow

Return the FlowCallNode that represents calling the targetFlow from this flow, or null if targetFlow cannot be reached from this flow.

getFlowCalls() - Method in class javax.faces.flow.Flow

Return an immutable data structure containing all the flow call nodes declared for this flow.

getFlowHandler() - Method in class javax.faces.application.Application

Return the thread-safe singleton FlowHandler for this application.

getFlowHandler() - Method in class javax.faces.application.ApplicationWrapper
 
getFlushMode() - Method in interface javax.persistence.EntityManager
Get the flush mode that applies to all objects contained in the persistence context.
getFlushMode() - Method in interface javax.persistence.Query
Get the flush mode in effect for the query execution.
getFolder() - Method in class javax.mail.event.FolderEvent
Return the affected folder.
getFolder(String) - Method in class javax.mail.Folder
Return the Folder object corresponding to the given name.
getFolder() - Method in exception javax.mail.FolderClosedException
Returns the dead Folder object
getFolder() - Method in exception javax.mail.FolderNotFoundException
Returns the offending Folder object.
getFolder() - Method in class javax.mail.Message
Get the folder from which this message was obtained.
getFolder() - Method in exception javax.mail.ReadOnlyFolderException
Returns the Folder object.
getFolder(URLName) - Method in class javax.mail.Session
Get a closed Folder object for the given URLName.
getFolder(String) - Method in class javax.mail.Store
Return the Folder object corresponding to the given name.
getFolder(URLName) - Method in class javax.mail.Store
Return a closed Folder object, corresponding to the given URLName.
getFooter() - Method in class javax.faces.component.UIColumn
Return the footer facet of the column (if any).
getFooter() - Method in class javax.faces.component.UIData
Return the footer facet of this component (if any).
getFooterClass() - Method in class javax.faces.component.html.HtmlColumn
Return the value of the footerClass property.
getFooterClass() - Method in class javax.faces.component.html.HtmlDataTable
Return the value of the footerClass property.
getFooterClass() - Method in class javax.faces.component.html.HtmlPanelGrid
Return the value of the footerClass property.
getFor() - Method in class javax.faces.component.html.HtmlOutputLabel
Return the value of the for property.
getFor() - Method in class javax.faces.component.UIMessage
Return the Identifier of the component for which to render error messages.
getFor() - Method in class javax.faces.component.UIMessages

Return the client identifier of the component for which this component represents associated message(s) (if any).

getFor() - Method in interface javax.faces.view.AttachedObjectHandler

Return the value of the "for" attribute specified by the page author on the tag for this AttachedObjectHandler.

getFor() - Method in class javax.faces.view.facelets.FaceletsAttachedObjectHandler

Return the value of the "for" attribute.

getFragment() - Method in class javax.faces.component.html.HtmlOutputLink
Return the value of the fragment property.
getFrame() - Method in class javax.faces.component.html.HtmlDataTable
Return the value of the frame property.
getFrame() - Method in class javax.faces.component.html.HtmlPanelGrid
Return the value of the frame property.
getFreePoolSize() - Method in interface javax.management.j2ee.statistics.JCAConnectionPoolStats
The number of free connections in the pool
getFreePoolSize() - Method in interface javax.management.j2ee.statistics.JDBCConnectionPoolStats
Number of free connections in the pool.
getFrom() - Method in class javax.mail.internet.MimeMessage
Returns the value of the RFC 822 "From" header fields.
getFrom() - Method in class javax.mail.Message
Returns the "From" attribute.
getFrom() - Method in interface javax.validation.metadata.GroupConversionDescriptor
Returns the source group of this conversion rule.
getFromAction() - Method in class javax.faces.application.NavigationCase

Return the <from-action> for this <navigation-case>

getFromAction() - Method in class javax.faces.application.NavigationCaseWrapper
 
getFromOutcome() - Method in class javax.faces.application.NavigationCase

Return the <from-outcome> for this <navigation-case>

getFromOutcome() - Method in class javax.faces.application.NavigationCaseWrapper
 
getFromOutcome(FacesContext) - Method in class javax.faces.flow.ReturnNode

Return the fromOutcome to be used when control passes to this return node.

getFromOutcome() - Method in class javax.faces.flow.SwitchCase

Return the outcome to be used if SwitchCase.getCondition(javax.faces.context.FacesContext) return true.

getFromViewId() - Method in class javax.faces.application.NavigationCase

Return the <from-view-id> of the <navigation-rule> inside which this <navigation-case> is nested.

getFromViewId() - Method in class javax.faces.application.NavigationCaseWrapper
 
getFullName() - Method in class javax.mail.Folder
Returns the full name of this Folder.
getFullName() - Method in interface javax.xml.registry.infomodel.PersonName
Gets the fully formatted name for this person.
getFunction(String) - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
Get the FunctionInfo for a given function name, looking through all the functions in this tag library.
getFunctionClass() - Method in class javax.servlet.jsp.tagext.FunctionInfo
The class of the function.
getFunctionMapper() - Method in class javax.el.ELContext
Retrieves the FunctionMapper associated with this ELContext.
getFunctionMapper() - Method in class javax.el.StandardELContext
Construct (if needed) and return a default FunctionMapper.
getFunctions() - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
An array describing the functions that are defined in this tag library.
getFunctionSignature() - Method in class javax.servlet.jsp.tagext.FunctionInfo
The signature of the function.
getGenericType() - Method in interface javax.ws.rs.ext.InterceptorContext
Get the type of the object to be produced or written.
getGenericType() - Method in interface javax.ws.rs.sse.OutboundSseEvent
Get generic data type.
getGroup() - Method in class javax.faces.component.html.HtmlSelectOneRadio
Return the value of the group property.
getGroup() - Method in class javax.faces.component.UISelectOne

Returns the name of the radio button group.

getGroup(boolean) - Method in class javax.mail.internet.InternetAddress
Return the members of a group address.
getGroupConversions() - Method in interface javax.validation.metadata.CascadableDescriptor
Returns the group conversions configured for this element.
getGroupList() - Method in interface javax.persistence.criteria.AbstractQuery
Return a list of the grouping expressions.
getGroupRestriction() - Method in interface javax.persistence.criteria.AbstractQuery
Return the predicate that corresponds to the restriction(s) over the grouping items, or null if no restrictions have been specified.
getGroups() - Method in class javax.security.auth.message.callback.GroupPrincipalCallback
Get the array of group names.
getGroups() - Method in interface javax.security.enterprise.authentication.mechanism.http.HttpMessageContext
Gets the groups set by a call to notifyContainerAboutLogin().
getGroups() - Method in class javax.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
getGroups() - Method in interface javax.validation.metadata.ConstraintDescriptor
The set of groups the constraint is applied on.
getHandle() - Method in interface javax.ejb.EJBObject
Obtain a handle for the enterprise bean object.
getHandle() - Method in interface javax.ejb.Timer
Get a serializable handle to the timer.
getHandledExceptionQueuedEvent() - Method in class javax.faces.context.ExceptionHandler

Return the first ExceptionQueuedEvent handled by this handler.

getHandledExceptionQueuedEvent() - Method in class javax.faces.context.ExceptionHandlerWrapper
The default behavior of this method is to call ExceptionHandler.getHandledExceptionQueuedEvent() on the wrapped ExceptionHandler object.
getHandledExceptionQueuedEvents() - Method in class javax.faces.context.ExceptionHandler

The default implementation must return an Iterable over all ExceptionQueuedEvents that have been handled by the ExceptionHandler.handle() method.

getHandledExceptionQueuedEvents() - Method in class javax.faces.context.ExceptionHandlerWrapper
The default behavior of this method is to call ExceptionHandler.getHandledExceptionQueuedEvents() on the wrapped ExceptionHandler object.
getHandler() - Method in interface javax.security.enterprise.authentication.mechanism.http.HttpMessageContext
Returns the low level Jakarta Authentication handler that the runtime provided when creating this HttpMessageContext, and which this context uses to communicate the authentication details to the runtime.
getHandler() - Method in class javax.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
getHandlerChain(QName) - Method in interface javax.xml.rpc.handler.HandlerRegistry
Gets the handler chain for the specified service endpoint.
getHandlerClass() - Method in class javax.xml.rpc.handler.HandlerInfo
Gets the Handler class
getHandlerConfig() - Method in class javax.xml.rpc.handler.HandlerInfo
Gets the Handler configuration
getHandlerKeys() - Static method in class javax.security.jacc.PolicyContext
This method may be used to obtain the keys that identify the container specific context handlers registered by the container.
getHandlerRegistry() - Method in interface javax.xml.rpc.Service
Returns the configured HandlerRegistry instance for this Service instance.
getHandlers() - Method in class javax.faces.view.facelets.CompositeFaceletHandler

Returns the array of child handlers contained by this handler.

getHeader() - Method in class javax.faces.component.UIColumn
Return the header facet of the column (if any).
getHeader() - Method in class javax.faces.component.UIData
Return the header facet of this component (if any).
getHeader(String) - Method in class javax.mail.internet.InternetHeaders
Return all the values for the specified header.
getHeader(String, String) - Method in class javax.mail.internet.InternetHeaders
Get all the headers for this header name, returned as a single String, with headers separated by the delimiter.
getHeader(String) - Method in class javax.mail.internet.MimeBodyPart
Get all the headers for this header_name.
getHeader(String, String) - Method in class javax.mail.internet.MimeBodyPart
Get all the headers for this header name, returned as a single String, with headers separated by the delimiter.
getHeader(String) - Method in class javax.mail.internet.MimeMessage
Get all the headers for this header_name.
getHeader(String, String) - Method in class javax.mail.internet.MimeMessage
Get all the headers for this header name, returned as a single String, with headers separated by the delimiter.
getHeader(String, String) - Method in interface javax.mail.internet.MimePart
Get the values of all header fields available for this header, returned as a single String, with the values separated by the delimiter.
getHeader(String) - Method in interface javax.mail.Part
Get all the headers for this header name.
getHeader(String) - Method in interface javax.servlet.http.HttpServletRequest
Returns the value of the specified request header as a String.
getHeader(String) - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getHeader(String name) on the wrapped request object.
getHeader(String) - Method in interface javax.servlet.http.HttpServletResponse
Gets the value of the response header with the given name.
getHeader(String) - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behaviour of this method is to call HttpServletResponse.getHeader(java.lang.String) on the wrapped response object.
getHeader(String) - Method in interface javax.servlet.http.Part
Returns the value of the specified mime header as a String.
getHeader(String) - Method in interface javax.servlet.http.PushBuilder
Return the header of the given name to be used for the push.
getHeaderClass() - Method in class javax.faces.component.html.HtmlColumn
Return the value of the headerClass property.
getHeaderClass() - Method in class javax.faces.component.html.HtmlDataTable
Return the value of the headerClass property.
getHeaderClass() - Method in class javax.faces.component.html.HtmlPanelGrid
Return the value of the headerClass property.
getHeaderName() - Method in class javax.mail.search.HeaderTerm
Return the name of the header to compare with.
getHeaderNames() - Method in class javax.mail.FetchProfile
Get the names of the header-fields set in this profile.
getHeaderNames() - Method in interface javax.servlet.http.HttpServletRequest
Returns an enumeration of all the header names this request contains.
getHeaderNames() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getHeaderNames() on the wrapped request object.
getHeaderNames() - Method in interface javax.servlet.http.HttpServletResponse
Gets the names of the headers of this response.
getHeaderNames() - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behaviour of this method is to call HttpServletResponse.getHeaderNames() on the wrapped response object.
getHeaderNames() - Method in interface javax.servlet.http.Part
Gets the header names of this Part.
getHeaderNames() - Method in interface javax.servlet.http.PushBuilder
Return the set of header to be used for the push.
getHeaders(String) - Method in interface javax.servlet.http.HttpServletRequest
Returns all the values of the specified request header as an Enumeration of String objects.
getHeaders(String) - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getHeaders(String name) on the wrapped request object.
getHeaders(String) - Method in interface javax.servlet.http.HttpServletResponse
Gets the values of the response header with the given name.
getHeaders(String) - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behaviour of this method is to call HttpServletResponse.getHeaders(java.lang.String) on the wrapped response object.
getHeaders(String) - Method in interface javax.servlet.http.Part
Gets the values of the Part header with the given name.
getHeaders() - Method in interface javax.websocket.HandshakeResponse
Return the list of Http headers sent by the web socket server.
getHeaders() - Method in interface javax.websocket.server.HandshakeRequest
Return the read only Map of Http Headers that came with the handshake request.
getHeaders() - Method in interface javax.ws.rs.client.ClientRequestContext
Get the mutable request headers multivalued map.
getHeaders() - Method in interface javax.ws.rs.client.ClientResponseContext
Get the mutable response headers multivalued map.
getHeaders() - Method in interface javax.ws.rs.container.ContainerRequestContext
Get the mutable request headers multivalued map.
getHeaders() - Method in interface javax.ws.rs.container.ContainerResponseContext
Get the mutable response headers multivalued map.
getHeaders() - Method in class javax.ws.rs.core.Response
Get view of the response headers and their object values.
getHeaders() - Method in interface javax.ws.rs.ext.ReaderInterceptorContext
Get mutable map of HTTP headers.
getHeaders() - Method in interface javax.ws.rs.ext.WriterInterceptorContext
Get mutable map of HTTP headers.
getHeaders() - Method in class javax.xml.rpc.handler.GenericHandler
Gets the header blocks processed by this Handler instance.
getHeaders() - Method in interface javax.xml.rpc.handler.Handler
Gets the header blocks that can be processed by this Handler instance.
getHeaders() - Method in class javax.xml.rpc.handler.HandlerInfo
Gets the header blocks processed by this Handler.
getHeaderString(String) - Method in interface javax.ws.rs.client.ClientRequestContext
Get a message header as a single string value.
getHeaderString(String) - Method in interface javax.ws.rs.client.ClientResponseContext
Get a message header as a single string value.
getHeaderString(String) - Method in interface javax.ws.rs.container.ContainerRequestContext
Get a message header as a single string value.
getHeaderString(String) - Method in interface javax.ws.rs.container.ContainerResponseContext
Get a message header as a single string value.
getHeaderString(String) - Method in interface javax.ws.rs.core.HttpHeaders
Get a HTTP header as a single string value.
getHeaderString(String) - Method in class javax.ws.rs.core.Response
Get a message header as a single string value.
getHeapSize() - Method in interface javax.management.j2ee.statistics.JVMStats
Size of the JVM's heap.
getHeight() - Method in class javax.faces.component.html.HtmlGraphicImage
Return the value of the height property.
getHighWaterMark() - Method in interface javax.management.j2ee.statistics.RangeStatistic
The highest value this attribute has held since the beginning of the measurement.
getHints() - Method in class javax.faces.component.behavior.AjaxBehavior

This method returns an unmodifiable Set containing the ClientBehaviorHint SUBMITTING.

getHints() - Method in interface javax.faces.component.behavior.ClientBehavior

Returns hints that describe the behavior of the ClientBehavior implementation.

getHints() - Method in class javax.faces.component.behavior.ClientBehaviorBase

Default implementation of ClientBehavior.getHints().

getHints() - Method in class javax.faces.component.visit.VisitContext
Returns hints that influence the behavior of the tree visit.
getHints() - Method in class javax.faces.component.visit.VisitContextWrapper
 
getHints() - Method in interface javax.persistence.Query
Get the properties and hints and associated values that are in effect for the query instance.
getHints() - Method in class javax.resource.spi.work.HintsContext
 
getHomeHandle() - Method in interface javax.ejb.EJBHome
Obtain a handle for the remote home object.
getHomeInterfaceClass() - Method in interface javax.ejb.EJBMetaData
Obtain the class object for the enterprise bean's remote home interface.
getHost() - Method in class javax.mail.internet.NewsAddress
Get the host.
getHost() - Method in class javax.mail.URLName
Returns the host of this URLName.
getHostnameVerifier() - Method in interface javax.ws.rs.client.Client
Get the hostname verifier configured in the client or null in case no hostname verifier has been configured.
getHour() - Method in class javax.ejb.ScheduleExpression
Return the value of the hour attribute.
getHreflang() - Method in class javax.faces.component.html.HtmlCommandLink
Return the value of the hreflang property.
getHreflang() - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
Return the value of the hreflang property.
getHreflang() - Method in class javax.faces.component.html.HtmlOutputLink
Return the value of the hreflang property.
getHttpMethodConstraints() - Method in class javax.servlet.ServletSecurityElement
Gets the (possibly empty) collection of HTTP Method specific constraint elements.
getHttpServletMapping() - Method in interface javax.servlet.http.HttpServletRequest
Return the HttpServletMapping by which the HttpServlet for this HttpServletRequest was invoked.
getHttpServletMapping() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getServletMapping() on the wrapped request object.
getHttpSession() - Method in interface javax.websocket.server.HandshakeRequest
Return a reference to the HttpSession that the web socket handshake that started this conversation was part of, if the implementation is part of a Java EE web container.
getHttpSession() - Method in interface javax.xml.rpc.server.ServletEndpointContext
The getHttpSession method returns the current HTTP session (as a javax.servlet.http.HTTPSession).
getId() - Method in interface javax.enterprise.context.Conversation
Get the identifier of the current long-running conversation.
getId() - Method in interface javax.enterprise.deploy.model.DDBean
Returns a tool-specific reference for attribute ID on an element in the deployment descriptor.
getId() - Method in interface javax.enterprise.inject.spi.PassivationCapable
A string that uniquely identifies the instance of Bean or Contextual.
getId() - Method in class javax.faces.component.UIComponent
Return the component identifier of this UIComponent.
getId() - Method in class javax.faces.component.UIComponentBase
 
getId() - Method in class javax.faces.flow.Flow

Return the immutable id for this Flow.

getId() - Method in class javax.faces.flow.FlowNode
 
getId() - Method in class javax.faces.lifecycle.ClientWindow

Return a String value that uniquely identifies this ClientWindow within the scope of the current session.

getId() - Method in class javax.faces.lifecycle.ClientWindowWrapper
 
getId() - Method in class javax.faces.view.ViewDeclarationLanguage

Returns a non-null String that can be used to identify this view declaration language.

getId() - Method in class javax.faces.view.ViewDeclarationLanguageWrapper
 
getId() - Method in class javax.faces.webapp.UIComponentClassicTagBase
Return the id value assigned by the page author.
getId(Class<Y>) - Method in interface javax.persistence.metamodel.IdentifiableType
Return the attribute that corresponds to the id attribute of the entity or mapped superclass.
getId() - Method in class javax.resource.spi.ConnectionEvent
Get the type of event
getID() - Method in interface javax.security.auth.message.MessagePolicy.ProtectionPolicy
Get the ProtectionPolicy identifier.
getId() - Method in interface javax.servlet.http.HttpSession
Returns a string containing the unique identifier assigned to this session.
getId() - Method in class javax.servlet.jsp.tagext.TagData
The value of the tag's id attribute.
getId() - Method in class javax.servlet.jsp.tagext.TagSupport
The value of the id attribute of this tag; or null.
getId() - Method in class javax.servlet.jsp.tagext.ValidationMessage
Get the jsp:id.
getId() - Method in interface javax.websocket.Session
Returns a string containing the unique identifier assigned to this session.
getId() - Method in interface javax.ws.rs.sse.SseEvent
Get event identifier.
getId() - Method in interface javax.xml.registry.infomodel.Key
Returns the unique Id of this key.
getIdAttribute(TagAttributeInfo[]) - Static method in class javax.servlet.jsp.tagext.TagAttributeInfo
Convenience static method that goes through an array of TagAttributeInfo objects and looks for "id".
getIdClassAttributes() - Method in interface javax.persistence.metamodel.IdentifiableType
Return the attributes corresponding to the id class of the identifiable type.
getIdentificationScheme() - Method in interface javax.xml.registry.infomodel.ExternalIdentifier
Gets the ClassificationScheme that is used as the identification scheme for identifying this object.
getIdentifier(Object) - Method in interface javax.persistence.PersistenceUnitUtil
Return the id of the entity.
getIdentityName() - Method in interface javax.enterprise.concurrent.LastExecution
The name or ID of the identifiable object, as specified in the ManagedTask.IDENTITY_NAME execution property of the task if it also implements the ManagedTask interface.
getIdentityStoreId() - Method in class javax.security.enterprise.identitystore.CredentialValidationResult
Return the unique ID of the identity store used to validate the credentials.
getIds() - Method in interface javax.servlet.http.HttpSessionContext
Deprecated.
As of Java Servlet API 2.1 with no replacement. This method must return an empty Enumeration and will be removed in a future version of this API.
getIdsToVisit() - Method in class javax.faces.component.visit.VisitContext

Returns the ids of the components to visit.

getIdsToVisit() - Method in class javax.faces.component.visit.VisitContextWrapper
 
getIdType() - Method in interface javax.persistence.metamodel.IdentifiableType
Return the type that represents the type of the id.
getIgnoreCase() - Method in class javax.mail.search.StringTerm
Return true if we should ignore case when matching.
getImage() - Method in class javax.faces.component.html.HtmlCommandButton
Return the value of the image property.
getImage() - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
Return the value of the image property.
getImportConstants(UIViewRoot) - Static method in class javax.faces.view.ViewMetadata

Utility method to extract view metadata from the provided UIViewRoot.

getImportHandler() - Method in class javax.el.ELContext
Retrieves the ImportHandler associated with this ELContext.
getInboundParameters() - Method in class javax.faces.flow.Flow

Return an immutable data structure containing the inbound parameters that have been declared for this flow.

getIncludeCodas() - Method in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
Gets the include-coda configuration of the JSP property group represented by this JspPropertyGroupDescriptor.
getIncludePreludes() - Method in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
Gets the include-prelude configuration of the JSP property group represented by this JspPropertyGroupDescriptor.
getIndex() - Method in interface javax.servlet.jsp.jstl.core.LoopTagStatus
Retrieves the index of the current round of the iteration.
getIndex() - Method in interface javax.validation.metadata.ParameterDescriptor
Returns this parameter's index within the parameter array of the method or constructor holding it.
getIndex() - Method in interface javax.validation.Path.Node
 
getIndexOfNextChildTag() - Method in class javax.faces.webapp.UIComponentClassicTagBase
 
getIndexOfNextChildTag() - Method in class javax.faces.webapp.UIComponentTagBase
Return the index of the next child to be added as a child of this tag.
getInfo() - Method in interface javax.ejb.Timer
Get the information associated with the timer at the time of creation.
getInfo() - Method in class javax.ejb.TimerConfig
Return the info object made available to timer callbacks.
getInfoClass() - Method in class javax.faces.component.html.HtmlMessage
Return the value of the infoClass property.
getInfoClass() - Method in class javax.faces.component.html.HtmlMessages
Return the value of the infoClass property.
getInfoString() - Method in class javax.servlet.jsp.tagext.TagInfo
The information string for the tag.
getInfoString() - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
Information (documentation) for this TLD.
getInfoStyle() - Method in class javax.faces.component.html.HtmlMessage
Return the value of the infoStyle property.
getInfoStyle() - Method in class javax.faces.component.html.HtmlMessages
Return the value of the infoStyle property.
getInitFunctionMap() - Method in class javax.el.ExpressionFactory
Retrieve a function map containing a pre-configured function mapping.
getInitializer() - Method in class javax.faces.flow.Flow

Return the MethodExpression that must be called by the runtime immediately after activating any FlowScoped beans declared for this flow.

getInitParameter(String) - Method in class javax.faces.context.ExternalContext
Return the value of the specified application initialization parameter (if any).
getInitParameter(String) - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.getInitParameter(String) on the wrapped ExternalContext object.
getInitParameter(String) - Method in interface javax.servlet.FilterConfig
Returns a String containing the value of the named initialization parameter, or null if the initialization parameter does not exist.
getInitParameter(String) - Method in class javax.servlet.GenericFilter
Returns a String containing the value of the named initialization parameter, or null if the parameter does not exist.
getInitParameter(String) - Method in class javax.servlet.GenericServlet
Returns a String containing the value of the named initialization parameter, or null if the parameter does not exist.
getInitParameter(String) - Method in interface javax.servlet.Registration
Gets the value of the initialization parameter with the given name that will be used to initialize the Servlet or Filter represented by this Registration object.
getInitParameter(String) - Method in interface javax.servlet.ServletConfig
Gets the value of the initialization parameter with the given name.
getInitParameter(String) - Method in interface javax.servlet.ServletContext
Returns a String containing the value of the named context-wide initialization parameter, or null if the parameter does not exist.
getInitParameterMap() - Method in class javax.faces.context.ExternalContext
Return an immutable Map whose keys are the set of application initialization parameter names configured for this application, and whose values are the corresponding parameter values.
getInitParameterMap() - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.getInitParameterMap() on the wrapped ExternalContext object.
getInitParameterNames() - Method in interface javax.servlet.FilterConfig
Returns the names of the filter's initialization parameters as an Enumeration of String objects, or an empty Enumeration if the filter has no initialization parameters.
getInitParameterNames() - Method in class javax.servlet.GenericFilter
Returns the names of the filter's initialization parameters as an Enumeration of String objects, or an empty Enumeration if the filter has no initialization parameters.
getInitParameterNames() - Method in class javax.servlet.GenericServlet
Returns the names of the servlet's initialization parameters as an Enumeration of String objects, or an empty Enumeration if the servlet has no initialization parameters.
getInitParameterNames() - Method in interface javax.servlet.ServletConfig
Returns the names of the servlet's initialization parameters as an Enumeration of String objects, or an empty Enumeration if the servlet has no initialization parameters.
getInitParameterNames() - Method in interface javax.servlet.ServletContext
Returns the names of the context's initialization parameters as an Enumeration of String objects, or an empty Enumeration if the context has no initialization parameters.
getInitParameters() - Method in class javax.servlet.jsp.tagext.TagLibraryValidator
Get the init parameters data as an immutable Map.
getInitParameters() - Method in interface javax.servlet.Registration
Gets an immutable (and possibly empty) Map containing the currently available initialization parameters that will be used to initialize the Servlet or Filter represented by this Registration object.
getInjectableReference(InjectionPoint, CreationalContext<?>) - Method in interface javax.enterprise.inject.spi.BeanManager
Obtains an injectable reference for a certain injection point.
getInjectionPoint() - Method in interface javax.enterprise.inject.spi.EventMetadata
Get the InjectionPoint representing the injected Event instance which fired the event, or null if it was fired from BeanManager.fireEvent(Object, Annotation...);
getInjectionPoint() - Method in interface javax.enterprise.inject.spi.ProcessInjectionPoint
 
getInjectionPoints() - Method in interface javax.enterprise.inject.spi.Bean
Obtains the InjectionPoint objects representing injection points of the bean, that will be validated by the container at initialization time.
getInjectionPoints() - Method in interface javax.enterprise.inject.spi.Producer
Returns the set of all InjectionPoints.
getInjectionTarget() - Method in interface javax.enterprise.inject.spi.ProcessInjectionTarget
Returns the InjectionTarget object that will be used by the container to perform injection.
getInjectionTargetFactory(AnnotatedType<T>) - Method in interface javax.enterprise.inject.spi.BeanManager
An implementation of InjectionTargetFactory that provides container created InjectionTarget instances.
getInputStream() - Method in class javax.faces.application.Resource

If the current request is a resource request, (that is, ResourceHandler.isResourceRequest(javax.faces.context.FacesContext) returns true), return an InputStream containing the bytes of the resource.

getInputStream() - Method in class javax.faces.application.ResourceWrapper

The default behavior of this method is to call Resource.getInputStream() on the wrapped ResourceHandler object.

getInputStream() - Method in class javax.mail.internet.MimeBodyPart
Return a decoded input stream for this body part's "content".
getInputStream() - Method in class javax.mail.internet.MimeMessage
Return a decoded input stream for this Message's "content".
getInputStream() - Method in class javax.mail.internet.MimePartDataSource
Returns an input stream from this MimePart.
getInputStream() - Method in interface javax.mail.Part
Return an input stream for this part's "content".
getInputStream() - Method in class javax.mail.util.ByteArrayDataSource
Return an InputStream for the data.
getInputStream() - Method in interface javax.servlet.http.Part
Gets the content of this part as an InputStream
getInputStream() - Method in interface javax.servlet.http.WebConnection
Returns an input stream for this web connection.
getInputStream() - Method in class javax.servlet.jsp.tagext.PageData
Returns an input stream on the XML view of a JSP page.
getInputStream() - Method in interface javax.servlet.ServletRequest
Retrieves the body of the request as binary data using a ServletInputStream.
getInputStream() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getInputStream() on the wrapped request object.
getInputStream() - Method in interface javax.ws.rs.ext.ReaderInterceptorContext
Get the input stream of the object to be read.
getInstalledExtensions() - Method in interface javax.websocket.WebSocketContainer
Return the set of Extensions installed in the container.
getInstance() - Static method in class javax.enterprise.deploy.shared.factories.DeploymentFactoryManager
Retrieve the Singleton DeploymentFactoryManager
getInstance(Properties, Authenticator) - Static method in class javax.mail.Session
Get a new Session object.
getInstance(Properties) - Static method in class javax.mail.Session
Get a new Session object.
getInstance(Class<T>) - Method in interface javax.validation.ConstraintValidatorFactory
 
getInstance() - Static method in class javax.ws.rs.ext.RuntimeDelegate
Obtain a RuntimeDelegate instance.
getInstanceId() - Method in interface javax.batch.runtime.context.JobContext
The getInstanceId method returns the current job's instance id.
getInstanceId() - Method in interface javax.batch.runtime.JobInstance
Get unique id for this JobInstance.
getInstances() - Method in interface javax.ws.rs.core.Configuration
Get the immutable set of registered component (such as provider or feature) instances to be utilized by the configurable instance.
getInt(FaceletContext) - Method in class javax.faces.view.facelets.TagAttribute
getInt(String) - Method in interface javax.jms.MapMessage
Returns the int value with the specified name.
getInt(int) - Method in interface javax.json.JsonArray
A convenience method for getJsonNumber(index).intValue().
getInt(int, int) - Method in interface javax.json.JsonArray
Returns the int value of the JsonNumber at the specified position.
getInt(String) - Method in interface javax.json.JsonObject
A convenience method for getJsonNumber(name).intValue()
getInt(String, int) - Method in interface javax.json.JsonObject
Returns the int value of the associated JsonNumber mapping for the specified name.
getInt() - Method in interface javax.json.stream.JsonParser
Returns a JSON number as an integer.
getInteractionSpecsSupported() - Method in interface javax.resource.cci.ResourceAdapterMetaData
Returns an array of fully-qualified names of InteractionSpec types supported by the CCI implementation for this resource adapter.
getInterceptorBindingDefinition(Class<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.BeanManager
Obtains the set of meta-annotations for a certain interceptor binding type .
getInterceptorBindingHashCode(Annotation) - Method in interface javax.enterprise.inject.spi.BeanManager
Determine the hash code of an interceptor binding, using the JDK algorithm for determining an annotation hash code, ignoring any members annotated with Nonbinding.
getInterceptorBindings() - Method in interface javax.enterprise.inject.spi.Interceptor
Obtains the interceptor bindings of the interceptor.
getInterceptors() - Method in interface javax.enterprise.inject.spi.AfterTypeDiscovery
 
getIntHeader(String) - Method in interface javax.servlet.http.HttpServletRequest
Returns the value of the specified request header as an int.
getIntHeader(String) - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getIntHeader(String name) on the wrapped request object.
getIntProperty(String) - Method in interface javax.jms.JMSProducer
Returns the message property with the specified name that has been set on this JMSProducer, converted to a int.
getIntProperty(String) - Method in interface javax.jms.Message
Returns the value of the int property with the specified name.
getInvalidAddresses() - Method in class javax.mail.event.TransportEvent
Return the addresses to which this message could not be sent.
getInvalidAddresses() - Method in exception javax.mail.SendFailedException
Return the addresses to which this message could not be sent.
getInvalidConnections(Set) - Method in interface javax.resource.spi.ValidatingManagedConnectionFactory
This method returns a set of invalid ManagedConnection objects chosen from a specified set of ManagedConnection objects.
getInvalidPropertyDescriptors() - Method in exception javax.resource.spi.InvalidPropertyException
Get the list of invalid properties.
getInvalidValue() - Method in interface javax.validation.ConstraintViolation
Returns the value failing to pass the constraint.
getInvokedBusinessInterface() - Method in interface javax.ejb.SessionContext
Obtain the business interface or no-interface view type through which the current business method invocation was made.
getIssuer() - Method in class javax.security.auth.message.callback.PrivateKeyCallback.IssuerSerialNumRequest
Get the issuer.
getIsXml() - Method in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
Gets the value of the is-xml configuration, which specifies whether any JSP pages mapped to the JSP property group represented by this JspPropertyGroupDescriptor will be treated as JSP documents (XML syntax).
getItem(ELContext, int) - Method in class javax.servlet.jsp.jstl.core.IteratedExpression
Evaluates the stored ValueExpression and return the indexed item.
getItemDescription() - Method in class javax.faces.component.UISelectItem
Return the description for this selection item.
getItemLabel() - Method in class javax.faces.component.UISelectItem
Return the localized label for this selection item.
getItems() - Method in class javax.mail.FetchProfile
Get the items set in this profile.
getItemValue() - Method in class javax.faces.component.UISelectItem
Return the server value for this selection item.
getJarFileUrls() - Method in interface javax.persistence.spi.PersistenceUnitInfo
Returns a list of URLs for the jar files or exploded jar file directories that the persistence provider must examine for managed classes of the persistence unit.
getJavaClass() - Method in interface javax.enterprise.inject.spi.AnnotatedType
Get the underlying Class.
getJavaMember() - Method in interface javax.enterprise.inject.spi.AnnotatedConstructor
Get the underlying Constructor.
getJavaMember() - Method in interface javax.enterprise.inject.spi.AnnotatedField
Get the underlying Field.
getJavaMember() - Method in interface javax.enterprise.inject.spi.AnnotatedMember
Get the underlying Member.
getJavaMember() - Method in interface javax.enterprise.inject.spi.AnnotatedMethod
Get the underlying Method.
getJavaMember() - Method in interface javax.persistence.metamodel.Attribute
Return the java.lang.reflect.Member for the represented attribute.
getJavaParameter() - Method in interface javax.enterprise.inject.spi.AnnotatedParameter
Get the underlying Parameter.
getJavaType() - Method in interface javax.persistence.metamodel.Attribute
Return the Java type of the represented attribute.
getJavaType() - Method in interface javax.persistence.metamodel.Type
Return the represented Java type.
getJavaType() - Method in interface javax.persistence.TupleElement
Return the Java type of the tuple element.
getJdbcDataSource() - Method in interface javax.management.j2ee.statistics.JDBCConnectionStats
Identifies the JDBC driver for the corresponding JDBCConnection.
getJMSCorrelationID() - Method in interface javax.jms.JMSProducer
Returns the JMSCorrelationID header value that has been set on this JMSProducer, as a String.
getJMSCorrelationID() - Method in interface javax.jms.Message
Gets the correlation ID for the message.
getJMSCorrelationIDAsBytes() - Method in interface javax.jms.JMSProducer
Returns the JMSCorrelationID header value that has been set on this JMSProducer, as an array of bytes.
getJMSCorrelationIDAsBytes() - Method in interface javax.jms.Message
Gets the correlation ID as an array of bytes for the message.
getJMSDeliveryMode() - Method in interface javax.jms.Message
Gets the DeliveryMode value specified for this message.
getJMSDeliveryTime() - Method in interface javax.jms.Message
Gets the message's delivery time value.
getJMSDestination() - Method in interface javax.jms.Message
Gets the Destination object for this message.
getJMSExpiration() - Method in interface javax.jms.Message
Gets the message's expiration time.
getJMSMajorVersion() - Method in interface javax.jms.ConnectionMetaData
Gets the Jakarta Messaging major version number.
getJMSMessageID() - Method in interface javax.jms.Message
Gets the message ID.
getJMSMinorVersion() - Method in interface javax.jms.ConnectionMetaData
Gets the Jakarta Messaging minor version number.
getJMSPriority() - Method in interface javax.jms.Message
Gets the message priority level.
getJMSProviderName() - Method in interface javax.jms.ConnectionMetaData
Gets the Jakarta Messaging provider name.
getJMSRedelivered() - Method in interface javax.jms.Message
Gets an indication of whether this message is being redelivered.
getJMSReplyTo() - Method in interface javax.jms.JMSProducer
Returns the JMSReplyTo header value that has been set on this JMSProducer.
getJMSReplyTo() - Method in interface javax.jms.Message
Gets the Destination object to which a reply to this message should be sent.
getJMSTimestamp() - Method in interface javax.jms.Message
Gets the message timestamp.
getJMSType() - Method in interface javax.jms.JMSProducer
Returns the JMSType header value that has been set on this JMSProducer.
getJMSType() - Method in interface javax.jms.Message
Gets the message type identifier supplied by the client when the message was sent.
getJMSVersion() - Method in interface javax.jms.ConnectionMetaData
Gets the Jakarta Messaging API version.
getJMSXPropertyNames() - Method in interface javax.jms.ConnectionMetaData
Gets an enumeration of the JMSX property names.
getJobExecution(long) - Method in interface javax.batch.operations.JobOperator
Return job execution for specified execution id.
getJobExecutions(JobInstance) - Method in interface javax.batch.operations.JobOperator
Return all job executions belonging to the specified job instance.
getJobInstance(long) - Method in interface javax.batch.operations.JobOperator
Return the job instance for the specified execution id.
getJobInstanceCount(String) - Method in interface javax.batch.operations.JobOperator
Returns number of instances of a job with a particular name.
getJobInstances(String, int, int) - Method in interface javax.batch.operations.JobOperator
Returns all JobInstances belonging to a job with a particular name in reverse chronological order.
getJobName() - Method in interface javax.batch.runtime.context.JobContext
Get job name
getJobName() - Method in interface javax.batch.runtime.JobExecution
Get job name.
getJobName() - Method in interface javax.batch.runtime.JobInstance
Get job name.
getJobNames() - Method in interface javax.batch.operations.JobOperator
Returns a set of all job names known to the batch runtime.
getJobOperator() - Static method in class javax.batch.runtime.BatchRuntime
The getJobOperator factory method returns an instance of the JobOperator interface.
getJobParameters() - Method in interface javax.batch.runtime.JobExecution
Get job parameters for this execution.
getJoins() - Method in interface javax.persistence.criteria.From
Return the joins that have been made from this bound type.
getJoinType() - Method in interface javax.persistence.criteria.Fetch
Return the join type used in the fetch join.
getJoinType() - Method in interface javax.persistence.criteria.Join
Return the join type.
getJsonArray(int) - Method in interface javax.json.JsonArray
Returns the array value at the specified position in this array.
getJsonArray(String) - Method in interface javax.json.JsonObject
Returns the array value to which the specified name is mapped.
getJsonNumber(int) - Method in interface javax.json.JsonArray
Returns the number value at the specified position in this array.
getJsonNumber(String) - Method in interface javax.json.JsonObject
Returns the number value to which the specified name is mapped.
getJsonObject(int) - Method in interface javax.json.JsonArray
Returns the object value at the specified position in this array.
getJsonObject(String) - Method in interface javax.json.JsonObject
Returns the object value to which the specified name is mapped.
getJsonString(int) - Method in interface javax.json.JsonArray
Returns the string value at ths specified position in this array.
getJsonString(String) - Method in interface javax.json.JsonObject
Returns the string value to which the specified name is mapped.
getJspApplicationContext(ServletContext) - Method in class javax.servlet.jsp.JspFactory
Obtains the JspApplicationContext instance associated with the web application for the given ServletContext.
getJspBody() - Method in class javax.servlet.jsp.tagext.SimpleTagSupport
Returns the body passed in by the container via setJspBody.
getJspConfigDescriptor() - Method in interface javax.servlet.ServletContext
Gets the <jsp-config> related configuration that was aggregated from the web.xml and web-fragment.xml descriptor files of the web application represented by this ServletContext.
getJspContext() - Method in class javax.servlet.jsp.tagext.JspFragment
Returns the JspContext that is bound to this JspFragment.
getJspContext() - Method in class javax.servlet.jsp.tagext.SimpleTagSupport
Returns the page context passed in by the container via setJspContext.
getJspId() - Method in class javax.faces.webapp.UIComponentClassicTagBase
 
getJspPropertyGroups() - Method in interface javax.servlet.descriptor.JspConfigDescriptor
Gets the <jsp-property-group> child elements of the <jsp-config> element represented by this JspConfigDescriptor.
getJtaDataSource() - Method in interface javax.persistence.spi.PersistenceUnitInfo
Returns the JTA-enabled data source to be used by the persistence provider.
getKey() - Method in class javax.faces.event.PostKeepFlashValueEvent
 
getKey() - Method in class javax.faces.event.PostPutFlashValueEvent
 
getKey() - Method in class javax.faces.event.PreRemoveFlashValueEvent
 
getKey() - Method in class javax.security.auth.message.callback.PrivateKeyCallback
Used to obtain the private key set within the Callback.
getKey() - Method in class javax.security.auth.message.callback.SecretKeyCallback
Used to obtain the secret key set within the Callback.
getKey() - Method in interface javax.validation.Path.Node
 
getKey() - Method in interface javax.xml.registry.infomodel.RegistryObject
Gets the key representing the universally unique ID (UUID) for this object.
getKeyJavaType() - Method in interface javax.persistence.metamodel.MapAttribute
Return the Java type of the map key.
getKeys() - Method in interface javax.security.jacc.PolicyContextHandler
This public method returns the keys identifying the context objects supported by the handler.
getKeySubgraphs() - Method in interface javax.persistence.AttributeNode
Return the Map<Class, Subgraph> of subgraphs associated with this attribute node's map key.
getKeyType() - Method in interface javax.persistence.metamodel.MapAttribute
Return the type representing the key type of the map.
getKind() - Method in interface javax.validation.Path.Node
The kind of element represented by the node.
getKlass() - Method in class javax.el.ELClass
Returns the Class instance
getLabel() - Method in class javax.faces.component.html.HtmlCommandButton
Return the value of the label property.
getLabel() - Method in class javax.faces.component.html.HtmlInputFile
Return the value of the label property.
getLabel() - Method in class javax.faces.component.html.HtmlInputSecret
Return the value of the label property.
getLabel() - Method in class javax.faces.component.html.HtmlInputText
Return the value of the label property.
getLabel() - Method in class javax.faces.component.html.HtmlInputTextarea
Return the value of the label property.
getLabel() - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
Return the value of the label property.
getLabel() - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
Return the value of the label property.
getLabel() - Method in class javax.faces.component.html.HtmlSelectManyListbox
Return the value of the label property.
getLabel() - Method in class javax.faces.component.html.HtmlSelectManyMenu
Return the value of the label property.
getLabel() - Method in class javax.faces.component.html.HtmlSelectOneListbox
Return the value of the label property.
getLabel() - Method in class javax.faces.component.html.HtmlSelectOneMenu
Return the value of the label property.
getLabel() - Method in class javax.faces.component.html.HtmlSelectOneRadio
Return the value of the label property.
getLabel() - Method in class javax.faces.model.SelectItem
Return the label of this item, to be rendered visibly for the user.
getLambdaArgument(String) - Method in class javax.el.ELContext
Retrieves the Lambda argument associated with a formal parameter.
getLang() - Method in class javax.faces.component.html.HtmlBody
Return the value of the lang property.
getLang() - Method in class javax.faces.component.html.HtmlCommandButton
Return the value of the lang property.
getLang() - Method in class javax.faces.component.html.HtmlCommandLink
Return the value of the lang property.
getLang() - Method in class javax.faces.component.html.HtmlDataTable
Return the value of the lang property.
getLang() - Method in class javax.faces.component.html.HtmlForm
Return the value of the lang property.
getLang() - Method in class javax.faces.component.html.HtmlGraphicImage
Return the value of the lang property.
getLang() - Method in class javax.faces.component.html.HtmlHead
Return the value of the lang property.
getLang() - Method in class javax.faces.component.html.HtmlInputFile
Return the value of the lang property.
getLang() - Method in class javax.faces.component.html.HtmlInputSecret
Return the value of the lang property.
getLang() - Method in class javax.faces.component.html.HtmlInputText
Return the value of the lang property.
getLang() - Method in class javax.faces.component.html.HtmlInputTextarea
Return the value of the lang property.
getLang() - Method in class javax.faces.component.html.HtmlMessage
Return the value of the lang property.
getLang() - Method in class javax.faces.component.html.HtmlMessages
Return the value of the lang property.
getLang() - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
Return the value of the lang property.
getLang() - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
Return the value of the lang property.
getLang() - Method in class javax.faces.component.html.HtmlOutputFormat
Return the value of the lang property.
getLang() - Method in class javax.faces.component.html.HtmlOutputLabel
Return the value of the lang property.
getLang() - Method in class javax.faces.component.html.HtmlOutputLink
Return the value of the lang property.
getLang() - Method in class javax.faces.component.html.HtmlOutputText
Return the value of the lang property.
getLang() - Method in class javax.faces.component.html.HtmlPanelGrid
Return the value of the lang property.
getLang() - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
Return the value of the lang property.
getLang() - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
Return the value of the lang property.
getLang() - Method in class javax.faces.component.html.HtmlSelectManyListbox
Return the value of the lang property.
getLang() - Method in class javax.faces.component.html.HtmlSelectManyMenu
Return the value of the lang property.
getLang() - Method in class javax.faces.component.html.HtmlSelectOneListbox
Return the value of the lang property.
getLang() - Method in class javax.faces.component.html.HtmlSelectOneMenu
Return the value of the lang property.
getLang() - Method in class javax.faces.component.html.HtmlSelectOneRadio
Return the value of the lang property.
getLanguage() - Method in interface javax.ws.rs.client.ClientRequestContext
Get the language of the entity.
getLanguage() - Method in interface javax.ws.rs.client.ClientResponseContext
Get the language of the entity.
getLanguage() - Method in class javax.ws.rs.client.Entity
Get entity language.
getLanguage() - Method in interface javax.ws.rs.container.ContainerRequestContext
Get the language of the entity.
getLanguage() - Method in interface javax.ws.rs.container.ContainerResponseContext
Get the language of the entity.
getLanguage() - Method in interface javax.ws.rs.core.HttpHeaders
Get the language of the request entity.
getLanguage() - Method in class javax.ws.rs.core.Response
Get the language of the message entity.
getLanguage() - Method in class javax.ws.rs.core.Variant
Get the language of the variant.
getLanguageString() - Method in class javax.ws.rs.core.Variant
Get the string representation of the variant language, or null if no language has been set.
getLargeIcon() - Method in class javax.servlet.jsp.tagext.TagInfo
Get the path to the large icon.
getLastAccessedTime() - Method in interface javax.servlet.http.HttpSession
Returns the last time the client sent a request associated with this session, as the number of milliseconds since midnight January 1, 1970 GMT, and marked by the time the container received the request.
getLastDisplayedViewId(FacesContext) - Method in class javax.faces.flow.FlowHandler

Return the last displayed viewId for the current flow, as returned by FlowHandler.getCurrentFlow(javax.faces.context.FacesContext), or null if there is no current flow.

getLastModified(HttpServletRequest) - Method in class javax.servlet.http.HttpServlet
Returns the time the HttpServletRequest object was last modified, in milliseconds since midnight January 1, 1970 GMT.
getLastModified() - Method in interface javax.ws.rs.client.ClientResponseContext
Get the last modified date.
getLastModified() - Method in interface javax.ws.rs.container.ContainerResponseContext
Get the last modified date.
getLastModified() - Method in class javax.ws.rs.core.Response
Get the last modified date.
getLastName() - Method in interface javax.xml.registry.infomodel.PersonName
Gets the last name (surname) for this Person.
getLastSampleTime() - Method in interface javax.management.j2ee.statistics.Statistic
The time of the last measurement represented as a long, whose value is the number of milliseconds since January 1, 1970, 00:00:00.
getLastUpdatedTime() - Method in interface javax.batch.runtime.JobExecution
Get time execution was last updated updated.
getLayout() - Method in class javax.faces.component.html.HtmlMessages
Return the value of the layout property.
getLayout() - Method in class javax.faces.component.html.HtmlPanelGroup
Return the value of the layout property.
getLayout() - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
Return the value of the layout property.
getLayout() - Method in class javax.faces.component.html.HtmlSelectOneRadio
Return the value of the layout property.
getLeafBean() - Method in interface javax.validation.ConstraintViolation
Returns: the bean instance the constraint is applied on if it is a bean constraint the bean instance hosting the property the constraint is applied on if it is a property constraint or a container element constraint hosted on a property null when the ConstraintViolation is returned after calling Validator.validateValue(Class, String, Object, Class[]) the object the method is executed on if it is a method parameter, cross-parameter or return value constraint or a container element constraint hosted on a method parameter or return value null if it is a constructor parameter or cross-parameter constraint or a container element constraint hosted on a constructor parameter the object the constructor has created if it is a constructor return value constraint
getLength() - Method in interface javax.ws.rs.client.ClientResponseContext
Get Content-Length value.
getLength() - Method in interface javax.ws.rs.container.ContainerRequestContext
Get Content-Length value.
getLength() - Method in interface javax.ws.rs.container.ContainerResponseContext
Get Content-Length value.
getLength() - Method in interface javax.ws.rs.core.HttpHeaders
Get Content-Length value.
getLength() - Method in class javax.ws.rs.core.Response
Get Content-Length value.
getLibraryName() - Method in class javax.faces.application.Resource

Return the libraryName for this resource.

getLibraryName() - Method in class javax.faces.application.ResourceWrapper

The default behavior of this method is to call Resource.getLibraryName() on the wrapped ResourceHandler object.

getLifecycle(String) - Method in class javax.faces.lifecycle.LifecycleFactory
Create (if needed) and return a Lifecycle instance for the specified lifecycle identifier.
getLifecycleIds() - Method in class javax.faces.lifecycle.LifecycleFactory
Return an Iterator over the set of lifecycle identifiers supported by this factory.
getLifeCycleManager() - Method in interface javax.xml.registry.infomodel.RegistryObject
Returns the LifeCycleManager that created this object.
getLine() - Method in class javax.faces.view.Location

Return the line number in the page for this location.

getLineCount() - Method in class javax.mail.internet.MimeBodyPart
Return the number of lines for the content of this Part.
getLineCount() - Method in class javax.mail.internet.MimeMessage
Return the number of lines for the content of this message.
getLineCount() - Method in interface javax.mail.Part
Return the number of lines in the content of this part.
getLineNumber() - Method in interface javax.json.stream.JsonLocation
Return the line number (starts with 1 for the first line) for the current JSON event in the input source.
getLink(String) - Method in interface javax.ws.rs.client.ClientResponseContext
Get the link for the relation.
getLink(String) - Method in interface javax.ws.rs.container.ContainerResponseContext
Get the link for the relation.
getLink(String) - Method in class javax.ws.rs.core.Response
Get the link for the relation.
getLinkBuilder(String) - Method in interface javax.ws.rs.client.ClientResponseContext
Convenience method that returns a Link.Builder for the relation.
getLinkBuilder(String) - Method in interface javax.ws.rs.container.ContainerResponseContext
Convenience method that returns a Link.Builder for the relation.
getLinkBuilder(String) - Method in class javax.ws.rs.core.Response
Convenience method that returns a Link.Builder for the relation.
getLinkedCause() - Method in exception javax.xml.rpc.JAXRPCException
Gets the Linked cause
getLinkedCause() - Method in exception javax.xml.rpc.ServiceException
Gets the Linked cause
getLinkedException() - Method in exception javax.jms.JMSException
Gets the exception linked to this one.
getLinkedException() - Method in exception javax.resource.ResourceException
Deprecated.
J2SE release 1.4 supports a chained exception facility that allows any throwable to know about another throwable, if any, that caused it to get thrown. Refer to getCause and initCause methods of the java.lang.Throwable class..
getLinkedObjects() - Method in interface javax.xml.registry.infomodel.ExternalLink
Gets the collection of RegistryObjects that are annotated by this ExternalLink.
getLinkedWarning() - Method in exception javax.resource.cci.ResourceWarning
Deprecated.
Java™ release 1.4 supports a chained exception facility that allows any throwable to know about another throwable, if any, that caused it to get thrown. Refer to getCause and initCause methods of the java.lang.Throwable class.
getLinks() - Method in interface javax.ws.rs.client.ClientResponseContext
Get the links attached to the message as header.
getLinks() - Method in interface javax.ws.rs.container.ContainerResponseContext
Get the links attached to the message as header.
getLinks() - Method in class javax.ws.rs.core.Response
Get the links attached to the message as headers.
getList(String, Class<E>) - Method in interface javax.persistence.metamodel.ManagedType
Return the List-valued attribute of the managed type that corresponds to the specified name and Java element type.
getList(String) - Method in interface javax.persistence.metamodel.ManagedType
Return the List-valued attribute of the managed type that corresponds to the specified name.
getListenerRegistry() - Method in interface javax.management.j2ee.Management
Returns the listener registry implementation for this MEJB.
getListenersForEventClass(Class<? extends SystemEvent>) - Method in class javax.faces.component.UIComponent

This implementation throws UnsupportedOperationException and is provided for the sole purpose of not breaking existing applications that extend this class.

getListenersForEventClass(Class<? extends SystemEvent>) - Method in class javax.faces.component.UIComponentBase

Return the SystemEventListener instances registered on this UIComponent instance that are interested in events of type eventClass.

getListenersForEventClass(Class<? extends SystemEvent>) - Method in class javax.faces.event.ExceptionQueuedEventContext

Return a List that contains a single entry, the ExceptionHandler for the current request.

getListenersForEventClass(Class<? extends SystemEvent>) - Method in interface javax.faces.event.SystemEventListenerHolder
getLocalAddr() - Method in interface javax.servlet.ServletRequest
Returns the Internet Protocol (IP) address of the interface on which the request was received.
getLocalAddr() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getLocalAddr() on the wrapped request object.
getLocalAddress(Session) - Static method in class javax.mail.internet.InternetAddress
Return an InternetAddress object representing the current user.
getLocale() - Method in class javax.el.ELContext
Get the Locale stored by a previous invocation to ELContext.setLocale(java.util.Locale).
getLocale() - Method in class javax.faces.component.UIViewRoot
Return the Locale to be used in localizing the response being created for this view.
getLocale() - Method in class javax.faces.convert.DateTimeConverter
Return the Locale to be used when parsing or formatting dates and times.
getLocale() - Method in class javax.faces.convert.NumberConverter
Return the Locale to be used when parsing numbers.
getLocale() - Method in class javax.servlet.jsp.jstl.fmt.LocalizationContext
Gets the locale of this I18N localization context.
getLocale() - Method in interface javax.servlet.ServletRequest
Returns the preferred Locale that the client will accept content in, based on the Accept-Language header.
getLocale() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getLocale() on the wrapped request object.
getLocale() - Method in interface javax.servlet.ServletResponse
Returns the locale specified for this response using the ServletResponse.setLocale(java.util.Locale) method.
getLocale() - Method in class javax.servlet.ServletResponseWrapper
The default behavior of this method is to return getLocale() on the wrapped response object.
getLocale() - Method in interface javax.xml.registry.infomodel.LocalizedString
Get the Locale for this object.
getLocales() - Method in interface javax.servlet.ServletRequest
Returns an Enumeration of Locale objects indicating, in decreasing order starting with the preferred locale, the locales that are acceptable to the client based on the Accept-Language header.
getLocales() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getLocales() on the wrapped request object.
getLocalizedMessage(PageContext, String) - Static method in class javax.servlet.jsp.jstl.fmt.LocaleSupport
Retrieves the localized message corresponding to the given key.
getLocalizedMessage(PageContext, String, String) - Static method in class javax.servlet.jsp.jstl.fmt.LocaleSupport
Retrieves the localized message corresponding to the given key.
getLocalizedMessage(PageContext, String, Object[]) - Static method in class javax.servlet.jsp.jstl.fmt.LocaleSupport
Retrieves the localized message corresponding to the given key, and performs parametric replacement using the arguments specified via args.
getLocalizedMessage(PageContext, String, Object[], String) - Static method in class javax.servlet.jsp.jstl.fmt.LocaleSupport
Retrieves the localized message corresponding to the given key, and performs parametric replacement using the arguments specified via args.
getLocalizedString(Locale, String) - Method in interface javax.xml.registry.infomodel.InternationalString
Gets the LocalizedString for the specified Locale and charsetName.
getLocalizedStrings() - Method in interface javax.xml.registry.infomodel.InternationalString
Returns the LocalizedStrings associated with this object.
getLocalName() - Method in class javax.faces.view.facelets.Tag

Return the XML local name of the tag.

getLocalName() - Method in class javax.faces.view.facelets.TagAttribute
Local name of this attribute
getLocalName() - Method in interface javax.servlet.ServletRequest
Returns the host name of the Internet Protocol (IP) interface on which the request was received.
getLocalName() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getLocalName() on the wrapped request object.
getLocalPort() - Method in interface javax.servlet.ServletRequest
Returns the Internet Protocol (IP) port number of the interface on which the request was received.
getLocalPort() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getLocalPort() on the wrapped request object.
getLocalTransaction() - Method in interface javax.resource.cci.Connection
Returns an LocalTransaction instance that enables a component to demarcate resource manager local transactions on the Connection.
getLocalTransaction() - Method in interface javax.resource.spi.ManagedConnection
Returns an javax.resource.spi.LocalTransaction instance.
getLocalValue() - Method in class javax.faces.component.UIOutput
 
getLocalValue() - Method in interface javax.faces.component.ValueHolder
Return the local value of this UIComponent (if any), without evaluating any associated ValueExpression.
getLocation() - Method in class javax.faces.view.facelets.Tag

Return the Location of this Tag instance in the Facelet view.

getLocation() - Method in class javax.faces.view.facelets.TagAttribute
The location of this attribute in the FaceletContext
getLocation() - Method in interface javax.json.stream.JsonParser
Return the location that corresponds to the parser's current state in the JSON input source.
getLocation() - Method in exception javax.json.stream.JsonParsingException
Return the location of the incorrect JSON.
getLocation() - Method in class javax.servlet.MultipartConfigElement
Gets the directory location where files will be stored.
getLocation() - Method in interface javax.ws.rs.client.ClientResponseContext
Get the location.
getLocation() - Method in interface javax.ws.rs.container.ContainerResponseContext
Get the location.
getLocation() - Method in class javax.ws.rs.core.Response
Get the location.
getLocation() - Method in exception javax.ws.rs.RedirectionException
Get the redirection response location.
getLockMode(Object) - Method in interface javax.persistence.EntityManager
Get the current lock mode for the entity instance.
getLockMode() - Method in interface javax.persistence.Query
Get the current lock mode for the query.
getLogWriter() - Method in interface javax.resource.spi.ManagedConnection
Gets the log writer for this ManagedConnection instance.
getLogWriter() - Method in interface javax.resource.spi.ManagedConnectionFactory
Get the log writer for this ManagedConnectionFactory instance.
getLong(String) - Method in interface javax.jms.MapMessage
Returns the long value with the specified name.
getLong() - Method in interface javax.json.stream.JsonParser
Returns a JSON number as a long.
getLongdesc() - Method in class javax.faces.component.html.HtmlGraphicImage
Return the value of the longdesc property.
getLongProperty(String) - Method in interface javax.jms.JMSProducer
Returns the message property with the specified name that has been set on this JMSProducer, converted to a long.
getLongProperty(String) - Method in interface javax.jms.Message
Returns the value of the long property with the specified name.
getLoopStatus() - Method in interface javax.servlet.jsp.jstl.core.LoopTag
Retrieves a 'status' object to provide information about the current round of the iteration.
getLoopStatus() - Method in class javax.servlet.jsp.jstl.core.LoopTagSupport
 
getLowerBound() - Method in interface javax.management.j2ee.statistics.BoundaryStatistic
The lower limit of the value of this attribute.The upper limit of the value of this attribute.
getLowWaterMark() - Method in interface javax.management.j2ee.statistics.RangeStatistic
The lowest value this attribute has held since the beginning of the measurement.
getMajorVersion() - Method in interface javax.servlet.ServletContext
Returns the major version of Jakarta Servlet that this container supports.
getMajorVersion() - Method in interface javax.xml.registry.infomodel.Versionable
Gets the major revision number for this version of the Versionable object.
getManagedClassNames() - Method in interface javax.persistence.spi.PersistenceUnitInfo
Returns the list of the names of the classes that the persistence provider must add to its set of managed classes.
getManagedConnectionFactory() - Method in interface javax.management.j2ee.statistics.JCAConnectionStats
Returns the associated JCAManagedConnectionFactory OBJECT_NAME
getManagedConnectionFactory() - Method in class javax.resource.spi.security.PasswordCredential
Gets the target ManagedConnectionFactory for which the user name and password has been set by the application server.
getManagedTaskListener() - Method in interface javax.enterprise.concurrent.ManagedTask
The ManagedTaskListener to receive notification of lifecycle events of this task.
getManagedTypes() - Method in interface javax.persistence.metamodel.Metamodel
Return the metamodel managed types.
getMap(String, Class<K>, Class<V>) - Method in interface javax.persistence.metamodel.ManagedType
Return the Map-valued attribute of the managed type that corresponds to the specified name and Java key and value types.
getMap(String) - Method in interface javax.persistence.metamodel.ManagedType
Return the Map-valued attribute of the managed type that corresponds to the specified name.
getMap() - Method in interface javax.security.auth.message.MessageInfo
Get (a reference to) the Map object of this MessageInfo.
getMapNames() - Method in interface javax.jms.MapMessage
Returns an Enumeration of all the names in the MapMessage object.
getMappingFileNames() - Method in interface javax.persistence.spi.PersistenceUnitInfo
Returns the list of the names of the mapping files that the persistence provider must load to determine the mappings for the entity classes.
getMappingMatch() - Method in interface javax.servlet.http.HttpServletMapping
Return the MappingMatch for this instance
getMappings() - Method in interface javax.servlet.ServletRegistration
Gets the currently available mappings of the Servlet represented by this ServletRegistration.
getMappingStreams() - Method in interface javax.validation.spi.ConfigurationState
Returns a set of configuration streams.
getMatchedResources() - Method in interface javax.ws.rs.core.UriInfo
Get a read-only list of the currently matched resource class instances.
getMatchedURIs() - Method in interface javax.ws.rs.core.UriInfo
Get a read-only list of URIs for matched resources.
getMatchedURIs(boolean) - Method in interface javax.ws.rs.core.UriInfo
Get a read-only list of URIs for matched resources.
getMatchingHeaderLines(String[]) - Method in class javax.mail.internet.InternetHeaders
Return all matching header lines as an Enumeration of Strings.
getMatchingHeaderLines(String[]) - Method in class javax.mail.internet.MimeBodyPart
Get matching header lines as an Enumeration of Strings.
getMatchingHeaderLines(String[]) - Method in class javax.mail.internet.MimeMessage
Get matching header lines as an Enumeration of Strings.
getMatchingHeaderLines(String[]) - Method in interface javax.mail.internet.MimePart
Get matching header lines as an Enumeration of Strings.
getMatchingHeaders(String[]) - Method in class javax.mail.internet.InternetHeaders
Return all matching Header objects.
getMatchingHeaders(String[]) - Method in class javax.mail.internet.MimeBodyPart
Return matching headers from this Message as an Enumeration of Header objects.
getMatchingHeaders(String[]) - Method in class javax.mail.internet.MimeMessage
Return matching headers from this Message as an Enumeration of Header objects.
getMatchingHeaders(String[]) - Method in interface javax.mail.Part
Return matching headers from this part as an Enumeration of Header objects.
getMatchValue() - Method in interface javax.servlet.http.HttpServletMapping
Return the portion of the URI path that caused this request to be matched.
getMatrixParameters() - Method in interface javax.ws.rs.core.PathSegment
Get a map of the matrix parameters associated with the path segment.
getMaxAge() - Method in class javax.servlet.http.Cookie
Gets the maximum age in seconds of this Cookie.
getMaxAge() - Method in interface javax.servlet.SessionCookieConfig
Gets the lifetime (in seconds) of the session tracking cookies created on behalf of the application represented by the ServletContext from which this SessionCookieConfig was acquired.
getMaxAge() - Method in class javax.ws.rs.core.CacheControl
Corresponds to the max-age cache control directive.
getMaxAge() - Method in class javax.ws.rs.core.NewCookie
Get the maximum age of the the cookie in seconds.
getMaxBinaryMessageBufferSize() - Method in interface javax.websocket.Session
The maximum length of incoming binary messages that this Session can buffer.
getMaxConnections() - Method in interface javax.resource.spi.ManagedConnectionMetaData
Returns maximum limit on number of active concurrent connections that an EIS instance can support across client processes.
getMaxFileSize() - Method in class javax.servlet.MultipartConfigElement
Gets the maximum size allowed for uploaded files.
getMaxFractionDigits() - Method in class javax.faces.convert.NumberConverter
Return the maximum number of digits getAsString() should render in the fraction portion of the result.
getMaxIdleTimeout() - Method in interface javax.websocket.Session
Return the number of milliseconds before this conversation may be closed by the container if it is inactive, i.e.
getMaximum() - Method in class javax.faces.validator.DoubleRangeValidator
Return the maximum value to be enforced by this Validator or Double.MAX_VALUE if it has not been set.
getMaximum() - Method in class javax.faces.validator.LengthValidator
Return the maximum length to be enforced by this Validator, or 0 if the maximum has not been set.
getMaximum() - Method in class javax.faces.validator.LongRangeValidator
Return the maximum value to be enforced by this Validator.
getMaximumSeverity() - Method in class javax.faces.context.FacesContext
Return the maximum severity level recorded on any FacesMessages that has been queued, whether or not they are associated with any specific UIComponent.
getMaximumSeverity() - Method in class javax.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext.getMaximumSeverity() on the wrapped FacesContext object.
getMaxInactiveInterval() - Method in interface javax.servlet.http.HttpSession
Returns the maximum time interval, in seconds, that the servlet container will keep this session open between client accesses.
getMaxIntegerDigits() - Method in class javax.faces.convert.NumberConverter
Return the maximum number of digits getAsString() should render in the integer portion of the result.
getMaxlength() - Method in class javax.faces.component.html.HtmlInputFile
Return the value of the maxlength property.
getMaxlength() - Method in class javax.faces.component.html.HtmlInputSecret
Return the value of the maxlength property.
getMaxlength() - Method in class javax.faces.component.html.HtmlInputText
Return the value of the maxlength property.
getMaxRequestSize() - Method in class javax.servlet.MultipartConfigElement
Gets the maximum size allowed for multipart/form-data requests.
getMaxResults() - Method in interface javax.persistence.Query
The maximum number of results the query object was set to retrieve.
getMaxTextMessageBufferSize() - Method in interface javax.websocket.Session
The maximum length of incoming text messages that this Session can buffer.
getMaxTime() - Method in interface javax.management.j2ee.statistics.TimeStatistic
The maximum amount of time taken to complete one invocation of this operation since the beginning of this measurement.
getMBeanCount() - Method in interface javax.management.j2ee.Management
Returns the number of managed objects registered in the MEJB.
getMBeanInfo(ObjectName) - Method in interface javax.management.j2ee.Management
This method discovers the attributes and operations that a managed object exposes for management.
getMechanismType() - Method in interface javax.xml.rpc.encoding.Deserializer
Gets the type of the XML processing mechanism and representation used by this Deserializer.
getMechanismType() - Method in interface javax.xml.rpc.encoding.Serializer
Gets the type of the XML processing mechanism and representation used by this Serializer.
getMechType() - Method in interface javax.resource.spi.security.GenericCredential
Deprecated.
Returns the mechanism type for the GenericCredential instance.
getMediaType() - Method in interface javax.ws.rs.client.ClientRequestContext
Get the media type of the entity.
getMediaType() - Method in interface javax.ws.rs.client.ClientResponseContext
Get the media type of the entity.
getMediaType() - Method in class javax.ws.rs.client.Entity
Get entity media type.
getMediaType() - Method in interface javax.ws.rs.container.ContainerRequestContext
Get the media type of the entity.
getMediaType() - Method in interface javax.ws.rs.container.ContainerResponseContext
Get the media type of the entity.
getMediaType() - Method in interface javax.ws.rs.core.HttpHeaders
Get the media type of the request entity.
getMediaType() - Method in class javax.ws.rs.core.Response
Get the media type of the message entity.
getMediaType() - Method in class javax.ws.rs.core.Variant
Get the media type of the variant.
getMediaType() - Method in interface javax.ws.rs.ext.InterceptorContext
Get media type of HTTP entity.
getMediaType() - Method in interface javax.ws.rs.sse.OutboundSseEvent
Get media type of the event data.
getMember() - Method in interface javax.enterprise.inject.spi.InjectionPoint
Get the Field object in the case of field injection, the Method object in the case of method parameter injection or the Constructor object in the case of constructor parameter injection.
getMemberFactory() - Method in class javax.faces.view.facelets.FaceletCache
getMessage() - Method in interface javax.enterprise.deploy.spi.status.DeploymentStatus
Retrieve any additional information about the status of this event.
getMessage() - Method in exception javax.faces.application.ViewExpiredException
Return the message for this exception prepended with the view identifier if the view identifier is not null, otherwise, return the message.
getMessage() - Method in class javax.mail.event.MessageChangedEvent
Return the changed Message.
getMessage() - Method in class javax.mail.event.StoreEvent
Get the message from the Store.
getMessage() - Method in class javax.mail.event.TransportEvent
Get the Message object associated with this Transport Event.
getMessage(int) - Method in class javax.mail.Folder
Get the Message object corresponding to the given message number.
getMessage() - Method in class javax.mail.MessageContext
Return the Message that contains the content.
getMessage() - Method in exception javax.resource.ResourceException
Returns a detailed message string describing this exception.
getMessage() - Method in class javax.servlet.jsp.tagext.ValidationMessage
Get the localized validation message.
getMessage() - Method in interface javax.validation.ConstraintViolation
 
getMessage() - Method in exception javax.xml.registry.JAXRException
Returns the detail message for this JAXRException object.
getMessage() - Method in interface javax.xml.rpc.handler.soap.SOAPMessageContext
Gets the SOAPMessage from this message context
getMessageBodyReader(Class<T>, Type, Annotation[], MediaType) - Method in interface javax.ws.rs.ext.Providers
Get a message body reader that matches a set of criteria.
getMessageBodyWriter(Class<T>, Type, Annotation[], MediaType) - Method in interface javax.ws.rs.ext.Providers
Get a message body writer that matches a set of criteria.
getMessageBundle() - Method in class javax.faces.application.Application
Return the fully qualified class name of the ResourceBundle to be used for Jakarta Server Faces messages for this application.
getMessageBundle() - Method in class javax.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.getMessageBundle() on the wrapped Application object.

getMessageByUID(long) - Method in interface javax.mail.UIDFolder
Get the Message corresponding to the given UID.
getMessageChangeType() - Method in class javax.mail.event.MessageChangedEvent
Return the type of this event.
getMessageContext() - Method in interface javax.ejb.SessionContext
Obtain a reference to the JAX-RPC MessageContext.
getMessageContext() - Method in class javax.mail.internet.MimePartDataSource
Return the MessageContext for the current part.
getMessageContext() - Method in interface javax.mail.MessageAware
Return the message context.
getMessageContext() - Method in interface javax.xml.rpc.server.ServletEndpointContext
The method getMessageContext returns the MessageContext targeted for this endpoint instance.
getMessageCount() - Method in class javax.mail.Folder
Get total number of messages in this Folder.
getMessageCount() - Method in interface javax.management.j2ee.statistics.JMSEndpointStats
Number of messages sent or received.
getMessageCount() - Method in interface javax.management.j2ee.statistics.JMSSessionStats
Number of messages exchanged.
getMessageCount() - Method in interface javax.management.j2ee.statistics.MessageDrivenBeanStats
Number of messages received.
getMessageHandlers() - Method in interface javax.websocket.Session
Return an unmodifiable copy of the set of MessageHandlers for this Session.
getMessageID() - Method in class javax.mail.internet.MimeMessage
Returns the value of the "Message-ID" header field.
getMessageInfo() - Method in interface javax.security.enterprise.authentication.mechanism.http.HttpMessageContext
Returns the the low level Jakarta Authentication message info instance for the current request.
getMessageInfo() - Method in class javax.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
getMessageInterpolator() - Method in interface javax.validation.spi.ConfigurationState
Returns the message interpolator of this configuration.
getMessageInterpolator() - Method in interface javax.validation.ValidatorFactory
Returns the MessageInterpolator instance configured at initialization time for the ValidatorFactory.
getMessageInterpolatorClassName() - Method in interface javax.validation.BootstrapConfiguration
Class name of the MessageInterpolator implementation or null if none is specified.
getMessageLayer() - Method in interface javax.security.auth.message.config.AuthConfig
Get the message layer name of this authentication context configuration object.
getMessageLayer() - Method in interface javax.security.auth.message.config.AuthConfigFactory.RegistrationContext
Get the layer name from the registration context
getMessageList() - Method in class javax.faces.context.FacesContext

Like FacesContext.getMessages(), but returns a List<FacesMessage>, enabling use from Jakarta Expression Language expressions.

getMessageList(String) - Method in class javax.faces.context.FacesContext

Like FacesContext.getMessages(java.lang.String), but returns a List<FacesMessage> of messages for the component with client id matching argument clientId.

getMessageList() - Method in class javax.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext.getMessageList() on the wrapped FacesContext object.
getMessageList(String) - Method in class javax.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext.getMessageList(String) on the wrapped FacesContext object.
getMessageListener() - Method in interface javax.jms.JMSConsumer
Gets the JMSConsumer's MessageListener.
getMessageListener() - Method in interface javax.jms.MessageConsumer
Gets the MessageConsumer's MessageListener.
getMessageListener() - Method in interface javax.jms.Session
Returns the session's distinguished message listener (optional).
getMessageNumber() - Method in class javax.mail.Message
Get the Message number for this Message.
getMessages() - Method in class javax.faces.context.FacesContext
Return an Iterator over the FacesMessages that have been queued, whether or not they are associated with any specific client identifier.
getMessages(String) - Method in class javax.faces.context.FacesContext
Return an Iterator over the FacesMessages that have been queued that are associated with the specified client identifier (if clientId is not null), or over the FacesMessages that have been queued that are not associated with any specific client identifier (if clientId is null).
getMessages() - Method in class javax.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext.getMessages() on the wrapped FacesContext object.
getMessages(String) - Method in class javax.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext.getMessages(String) on the wrapped FacesContext object.
getMessages() - Method in class javax.mail.event.MessageCountEvent
Return the array of messages added or removed.
getMessages(int, int) - Method in class javax.mail.Folder
Get the Message objects for message numbers ranging from start through end, both start and end inclusive.
getMessages(int[]) - Method in class javax.mail.Folder
Get the Message objects for message numbers specified in the array.
getMessages() - Method in class javax.mail.Folder
Get all Message objects from this Folder.
getMessagesByUID(long, long) - Method in interface javax.mail.UIDFolder
Get the Messages specified by the given range.
getMessagesByUID(long[]) - Method in interface javax.mail.UIDFolder
Get the Messages specified by the given array of UIDs.
getMessageSelector() - Method in interface javax.jms.JMSConsumer
Gets this JMSConsumer's message selector expression.
getMessageSelector() - Method in interface javax.jms.MessageConsumer
Gets this message consumer's message selector expression.
getMessageSelector() - Method in interface javax.jms.QueueBrowser
Gets this queue browser's message selector expression.
getMessageTemplate() - Method in interface javax.validation.ConstraintViolation
 
getMessageTemplate() - Method in interface javax.validation.metadata.ConstraintDescriptor
The non-interpolated error message
getMessageType() - Method in class javax.mail.event.StoreEvent
Return the type of this event.
getMessageWaitTime() - Method in interface javax.management.j2ee.statistics.JMSEndpointStats
Time spent by a message before being delivered.
getMessageWaitTime() - Method in interface javax.management.j2ee.statistics.JMSSessionStats
Time spent by a message before being delivered.
getMetadata() - Method in interface javax.enterprise.inject.spi.EventContext
 
getMetaData() - Method in interface javax.jms.Connection
Gets the metadata for this connection.
getMetaData() - Method in interface javax.jms.JMSContext
Gets the connection metadata for the JMSContext's connection.
getMetaData() - Method in interface javax.resource.cci.Connection
Gets the information on the underlying EIS instance represented through an active connection.
getMetaData() - Method in interface javax.resource.cci.ConnectionFactory
Gets metadata for the Resource Adapter.
getMetaData() - Method in interface javax.resource.spi.ManagedConnection
Gets the metadata information for this connection's underlying EIS resource manager instance.
getMetadata() - Method in class javax.ws.rs.core.Response
getMetadataMemberFactory() - Method in class javax.faces.view.facelets.FaceletCache
getMetamodel() - Method in interface javax.persistence.EntityManager
Return an instance of Metamodel interface for access to the metamodel of the persistence unit.
getMetamodel() - Method in interface javax.persistence.EntityManagerFactory
Return an instance of Metamodel interface for access to the metamodel of the persistence unit.
getMethod() - Method in interface javax.interceptor.InvocationContext
Returns the method of the target class for which the interceptor was invoked.
getMethod() - Method in interface javax.servlet.http.HttpServletRequest
Returns the name of the HTTP method with which this request was made, for example, GET, POST, or PUT.
getMethod() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getMethod() on the wrapped request object.
getMethod() - Method in interface javax.servlet.http.PushBuilder
Return the method to be used for the push.
getMethod() - Method in interface javax.ws.rs.client.ClientRequestContext
Get the request method.
getMethod() - Method in interface javax.ws.rs.container.ContainerRequestContext
Get the request method.
getMethod() - Method in interface javax.ws.rs.core.Request
Get the request method, e.g.
getMethodCalls() - Method in class javax.faces.flow.Flow

Return an immutable data structure containing all the method call nodes declared for this flow.

getMethodExpression() - Method in class javax.faces.flow.MethodCallNode

Return the MethodExpression to be invoked to when control passes to this node.

getMethodExpression(FaceletContext, Class, Class[]) - Method in class javax.faces.view.facelets.TagAttribute
Create a MethodExpression, using this attribute's value as the expression String.
getMethodInfo(ELContext) - Method in class javax.el.MethodExpression
Evaluates the expression relative to the provided context, and returns information about the actual referenced method.
getMethodName() - Method in class javax.servlet.HttpMethodConstraintElement
Gets the HTTP method name.
getMethodNames() - Method in class javax.servlet.ServletSecurityElement
Gets the set of HTTP method names named by the HttpMethodConstraints.
getMethodReadyCount() - Method in interface javax.management.j2ee.statistics.SessionBeanStats
Number of beans in the method-ready state.
getMethods() - Method in interface javax.enterprise.inject.spi.AnnotatedType
Get the methods of the type.
getMethodSignature() - Method in class javax.servlet.jsp.tagext.TagAttributeInfo
Returns the expected method signature of this deferred method attribute.
getMetrics() - Method in interface javax.batch.runtime.context.StepContext
The getMetrics method returns an array of step level metrics.
getMetrics() - Method in interface javax.batch.runtime.StepExecution
Get step metrics.
getMiddleName() - Method in interface javax.xml.registry.infomodel.PersonName
Gets the middle name for this Person.
getMimeType(String) - Method in class javax.faces.context.ExternalContext

Returns the MIME type of the specified file or null if the MIME type is not known.

getMimeType(String) - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.getMimeType(String) on the wrapped ExternalContext object.
getMimeType(String) - Method in interface javax.servlet.ServletContext
Returns the MIME type of the specified file, or null if the MIME type is not known.
getMimeType() - Method in interface javax.xml.registry.infomodel.ExtrinsicObject
Gets the mime type associated with this object.
getMinFractionDigits() - Method in class javax.faces.convert.NumberConverter
Return the minimum number of digits getAsString() should render in the fraction portion of the result.
getMinimum() - Method in class javax.faces.validator.DoubleRangeValidator
Return the minimum value to be enforced by this Validator, or Double.MIN_VALUE if it has not been set.
getMinimum() - Method in class javax.faces.validator.LengthValidator
Return the minimum length to be enforced by this Validator, or 0 if the minimum has not been set.
getMinimum() - Method in class javax.faces.validator.LongRangeValidator
Return the minimum value to be enforced by this Validator.
getMinIntegerDigits() - Method in class javax.faces.convert.NumberConverter
Return the minimum number of digits getAsString() should render in the integer portion of the result.
getMinorVersion() - Method in interface javax.servlet.ServletContext
Returns the minor version of Jakarta Servlet that this container supports.
getMinorVersion() - Method in interface javax.xml.registry.infomodel.Versionable
Gets the minor revision number for this version of the Versionable object.
getMinTime() - Method in interface javax.management.j2ee.statistics.TimeStatistic
The minimum amount of time taken to complete one invocation of this operation since the beginning of this measurement.
getMinute() - Method in class javax.ejb.ScheduleExpression
Return the value of the minute attribute.
getMode() - Method in class javax.mail.Folder
Return the open mode of this folder.
getModel() - Method in interface javax.persistence.criteria.CollectionJoin
Return the metamodel representation for the collection attribute.
getModel() - Method in interface javax.persistence.criteria.ListJoin
Return the metamodel representation for the list attribute.
getModel() - Method in interface javax.persistence.criteria.MapJoin
Return the metamodel representation for the map attribute.
getModel() - Method in interface javax.persistence.criteria.Path
Return the bindable object that corresponds to the path expression.
getModel() - Method in interface javax.persistence.criteria.PluralJoin
Return the metamodel representation for the collection-valued attribute corresponding to the join.
getModel() - Method in interface javax.persistence.criteria.Root
Return the metamodel entity corresponding to the root.
getModel() - Method in interface javax.persistence.criteria.SetJoin
Return the metamodel representation for the set attribute.
getModuleDTDVersion() - Method in interface javax.enterprise.deploy.model.DDBeanRoot
Deprecated.
As of version 1.1 replaced by DDBeanRoot.getDDBeanRootVersion()
getModuleDTDVersion() - Method in interface javax.enterprise.deploy.model.DeployableObject
Deprecated.
As of version 1.1 replaced by DDBeanRoot.getDDBeanRootVersion()
getModuleExtension() - Method in class javax.enterprise.deploy.shared.ModuleType
Return the file extension string for this enumeration.
getModuleID() - Method in interface javax.enterprise.deploy.spi.TargetModuleID
Retrieve the id assigned to represent the deployed module.
getModuleType(int) - Static method in class javax.enterprise.deploy.shared.ModuleType
Return an object of the specified value.
getModuleUris(ModuleType) - Method in interface javax.enterprise.deploy.model.J2eeApplicationObject
Return the list of URIs of the designated module type.
getModuleUris() - Method in interface javax.enterprise.deploy.model.J2eeApplicationObject
Return the list of URIs for all modules in the application.
getMonth() - Method in class javax.ejb.ScheduleExpression
Return the value of the month attribute.
getName() - Method in class javax.el.MethodInfo
Returns the name of the method
getName() - Method in interface javax.enterprise.deploy.spi.Target
Retrieve the name of the target server.
getName() - Method in interface javax.enterprise.inject.spi.BeanAttributes
Obtains the EL name of a bean, if it has one.
getName() - Method in class javax.faces.component.behavior.ClientBehaviorContext.Parameter

Returns the Parameter's name.

getName() - Method in class javax.faces.component.html.HtmlCommandScript
Return the value of the name property.
getName() - Method in class javax.faces.component.UIParameter
Return the optional parameter name for this parameter.
getName() - Method in class javax.faces.component.UIViewParameter

Return the request parameter name from which the value is retrieved.

getName() - Method in class javax.faces.event.PhaseId

Return the name of this phase.

getName() - Method in class javax.faces.flow.Parameter

Return the name of the parameter

getName() - Method in interface javax.faces.view.AttachedObjectTarget

Returns the name by which this attached object target is exposed to the page author.

getName() - Method in class javax.faces.webapp.FacetTag
Return the name to be assigned to this facet.
getName() - Method in class javax.mail.Folder
Returns the name of this Folder.
getName() - Method in class javax.mail.Header
Returns the name of this header.
getName() - Method in class javax.mail.internet.MimePartDataSource
DataSource method to return a name.
getName() - Method in class javax.mail.util.ByteArrayDataSource
Get the name of the data.
getName() - Method in interface javax.management.j2ee.statistics.Statistic
The name of this Statistic.
getName() - Method in interface javax.persistence.EntityGraph
Return the name of a named EntityGraph (an entity graph defined by means of the NamedEntityGraph annotation, XML descriptor element, or added by means of the addNamedEntityGraph method.
getName() - Method in interface javax.persistence.metamodel.Attribute
Return the name of the attribute.
getName() - Method in interface javax.persistence.metamodel.EntityType
Return the entity name.
getName() - Method in interface javax.persistence.Parameter
Return the parameter name, or null if the parameter is not a named parameter or no name has been assigned.
getName() - Method in interface javax.resource.spi.security.GenericCredential
Deprecated.
Returns the name of the resource principal associated with a GenericCredential instance.
getName() - Method in class javax.resource.spi.work.HintsContext
Get the associated name of the WorkContext.
getName() - Method in class javax.resource.spi.work.SecurityContext
Get the associated name of the WorkContext.
getName() - Method in class javax.resource.spi.work.TransactionContext
Get the associated name of the WorkContext.
getName() - Method in interface javax.resource.spi.work.WorkContext
Get the associated name of the WorkContext.
getName() - Method in class javax.security.auth.message.callback.CallerPrincipalCallback
Get the caller principal name.
getName() - Method in class javax.security.enterprise.CallerPrincipal
The name of the caller
getName() - Method in class javax.servlet.http.Cookie
Returns the name of the cookie.
getName() - Method in class javax.servlet.http.HttpSessionBindingEvent
Returns the name with which the attribute is bound to or unbound from the session.
getName() - Method in interface javax.servlet.http.Part
Gets the name of this part
getName() - Method in class javax.servlet.jsp.tagext.FunctionInfo
The name of the function.
getName() - Method in class javax.servlet.jsp.tagext.TagAttributeInfo
The name of this attribute.
getName() - Method in class javax.servlet.jsp.tagext.TagFileInfo
The unique action name of this tag.
getName() - Method in interface javax.servlet.Registration
Gets the name of the Servlet or Filter that is represented by this Registration.
getName() - Method in class javax.servlet.ServletContextAttributeEvent
Gets the name of the ServletContext attribute that changed.
getName() - Method in class javax.servlet.ServletRequestAttributeEvent
Return the name of the attribute that changed on the ServletRequest.
getName() - Method in interface javax.servlet.SessionCookieConfig
Gets the name that will be assigned to any session tracking cookies created on behalf of the application represented by the ServletContext from which this SessionCookieConfig was acquired.
getName() - Method in interface javax.validation.metadata.ExecutableDescriptor
Returns the method name in case this descriptor represents a method or the non-qualified name of the declaring class in case this descriptor represents a constructor.
getName() - Method in interface javax.validation.metadata.ParameterDescriptor
Returns this parameter's name as retrieved by the current parameter name resolver.
getName() - Method in interface javax.validation.Path.Node
Returns the name of the element which the node represents: null if it is a leaf node which represents an entity / bean.
getName() - Method in interface javax.websocket.Extension
The name of the extension.
getName() - Method in interface javax.websocket.Extension.Parameter
Return the name of the extension parameter.
getName() - Method in class javax.ws.rs.core.Cookie
Get the name of the cookie.
getName() - Method in interface javax.ws.rs.sse.SseEvent
Get event name.
getName() - Method in interface javax.xml.registry.infomodel.RegistryObject
Gets the user-friendly name of this object.
getName() - Method in interface javax.xml.registry.infomodel.Slot
Gets the name for this Slot.
getNamedDispatcher(String) - Method in interface javax.servlet.ServletContext
Returns a RequestDispatcher object that acts as a wrapper for the named servlet.
getNameFromAttribute() - Method in class javax.servlet.jsp.tagext.TagVariableInfo
The body of the <name-from-attribute> element.
getNameGiven() - Method in class javax.servlet.jsp.tagext.TagVariableInfo
The body of the <name-given> element.
getNames() - Method in class javax.mail.internet.ParameterList
Return an enumeration of the names of all parameters in this list.
getNamespace() - Method in class javax.faces.view.facelets.Tag

Return the resolved XML Namespace for this tag in the Facelets view.

getNamespace() - Method in class javax.faces.view.facelets.TagAttribute
The resolved Namespace for this attribute
getNamespaces() - Method in class javax.faces.view.facelets.TagAttributes
A list of Namespaces found in this set
getNamingContainer() - Method in class javax.faces.component.UIComponent

Starting with "this", return the closest component in the ancestry that is a NamingContainer or null if none can be found.

getNamingContainerSeparatorChar() - Method in class javax.faces.context.FacesContext

Return the result of calling UINamingContainer.getSeparatorChar(javax.faces.context.FacesContext), passing this as the argument.

getNamingContainerSeparatorChar() - Method in class javax.faces.context.FacesContextWrapper

The default behavior of this method is to call FacesContext.getNamingContainerSeparatorChar() on the wrapped FacesContext object.

getNavigationCase(FacesContext, String, String) - Method in class javax.faces.application.ConfigurableNavigationHandler

Return the NavigationCase representing the navigation that would be taken had NavigationHandler.handleNavigation(javax.faces.context.FacesContext, java.lang.String, java.lang.String) been called with the same arguments or null if there is no such case.

getNavigationCase(FacesContext, String, String, String) - Method in class javax.faces.application.ConfigurableNavigationHandler

Return the NavigationCase representing the navigation that would be taken had NavigationHandler.handleNavigation(javax.faces.context.FacesContext, java.lang.String, java.lang.String) been called with the same arguments or null if there is no such case.

getNavigationCase(FacesContext, String, String) - Method in class javax.faces.application.ConfigurableNavigationHandlerWrapper
 
getNavigationCase(FacesContext, String, String, String) - Method in class javax.faces.application.ConfigurableNavigationHandlerWrapper
 
getNavigationCases() - Method in class javax.faces.application.ConfigurableNavigationHandler

Return a Map<String, Set<NavigationCase>> where the keys are <from-view-id> values and the values are Set<NavigationCase> where each element in the Set is a NavigationCase that applies to that <from-view-id>.

getNavigationCases() - Method in class javax.faces.application.ConfigurableNavigationHandlerWrapper
 
getNavigationCases() - Method in class javax.faces.flow.Flow

Return an unmodifiable view of the navigation cases within this flow.

getNavigationHandler() - Method in class javax.faces.application.Application
Return the NavigationHandler instance that will be passed the outcome returned by any invoked application action for this web application.
getNavigationHandler() - Method in class javax.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.getNavigationHandler() on the wrapped Application object.

getNegotiatedExtensions(List<Extension>, List<Extension>) - Method in class javax.websocket.server.ServerEndpointConfig.Configurator
Return the ordered list of extensions that t server endpoint will support given the requested extension list passed in, the empty list if none.
getNegotiatedExtensions() - Method in interface javax.websocket.Session
Return the list of extensions currently in use for this conversation.
getNegotiatedSubprotocol(List<String>, List<String>) - Method in class javax.websocket.server.ServerEndpointConfig.Configurator
Return the subprotocol the server endpoint has chosen from the requested list supplied by a client who wishes to connect, or none if there wasn't one this server endpoint liked.
getNegotiatedSubprotocol() - Method in interface javax.websocket.Session
Return the sub protocol agreed during the websocket handshake for this conversation.
getNewFolder() - Method in class javax.mail.event.FolderEvent
If this event indicates that a folder is renamed, (i.e, the event type is RENAMED), then this method returns the Folder object representing the new name.
getNewMessageCount() - Method in class javax.mail.Folder
Get the number of new messages in this Folder.
getNewsgroup() - Method in class javax.mail.internet.NewsAddress
Get the newsgroup.
getNewTempClassLoader() - Method in interface javax.persistence.spi.PersistenceUnitInfo
Return a new instance of a ClassLoader that the provider may use to temporarily load any classes, resources, or open URLs.
getNewValue() - Method in class javax.faces.event.ValueChangeEvent
Return the current local value of the source UIComponent.
getNextException() - Method in exception javax.mail.MessagingException
Get the next exception chained to this one.
getNextHandler() - Method in interface javax.faces.view.facelets.TagConfig

The next FaceletHandler (child or children) to be applied.

getNextRunTime(LastExecution, Date) - Method in interface javax.enterprise.concurrent.Trigger
Retrieve the next time that the task should run after.
getNextTimeout() - Method in interface javax.ejb.Timer
Get the point in time at which the next timer expiration is scheduled to occur.
getNoCacheFields() - Method in class javax.ws.rs.core.CacheControl
Corresponds to the value of the no-cache cache control directive.
getNode(String) - Method in class javax.faces.flow.Flow

Return the generic FlowNode by id, or null if not found.

getNoLocal() - Method in interface javax.jms.TopicSubscriber
Gets the NoLocal attribute for this subscriber.
getNonJtaDataSource() - Method in interface javax.persistence.spi.PersistenceUnitInfo
Returns the non-JTA-enabled data source to be used by the persistence provider for accessing data outside a JTA transaction.
getNonMatchingHeaderLines(String[]) - Method in class javax.mail.internet.InternetHeaders
Return all non-matching header lines
getNonMatchingHeaderLines(String[]) - Method in class javax.mail.internet.MimeBodyPart
Get non-matching header lines as an Enumeration of Strings.
getNonMatchingHeaderLines(String[]) - Method in class javax.mail.internet.MimeMessage
Get non-matching header lines as an Enumeration of Strings.
getNonMatchingHeaderLines(String[]) - Method in interface javax.mail.internet.MimePart
Get non-matching header lines as an Enumeration of Strings.
getNonMatchingHeaders(String[]) - Method in class javax.mail.internet.InternetHeaders
Return all non-matching Header objects.
getNonMatchingHeaders(String[]) - Method in class javax.mail.internet.MimeBodyPart
Return non-matching headers from this Message as an Enumeration of Header objects.
getNonMatchingHeaders(String[]) - Method in class javax.mail.internet.MimeMessage
Return non-matching headers from this Message as an Enumeration of Header objects.
getNonMatchingHeaders(String[]) - Method in interface javax.mail.Part
Return non-matching headers from this envelope as an Enumeration of Header objects.
getNonRunningModules(ModuleType, Target[]) - Method in interface javax.enterprise.deploy.spi.DeploymentManager
Retrieve the list of Jakarta EE application modules distributed to the identified targets and that are currently not running on the associated server or servers.
getNumber() - Method in class javax.mail.search.IntegerComparisonTerm
Return the number to compare with.
getNumber() - Method in interface javax.xml.registry.infomodel.TelephoneNumber
Gets the telephone number suffix, not including the country or area code.
getObject(FaceletContext) - Method in class javax.faces.view.facelets.TagAttribute
Delegates to getObject with Object.class as a param
getObject(FaceletContext, Class) - Method in class javax.faces.view.facelets.TagAttribute
If literal, simply coerce our String literal value using an ExpressionFactory, otherwise create a ValueExpression and evaluate it.
getObject(String) - Method in interface javax.jms.MapMessage
Returns the value of the object with the specified name.
getObject() - Method in interface javax.jms.ObjectMessage
Gets the serializable object containing this message's data.
getObject() - Method in interface javax.json.stream.JsonParser
Returns a JsonObject and advances the parser to the corresponding END_OBJECT.
getObject() - Method in exception javax.persistence.LockTimeoutException
Returns the object that caused this exception.
getObject() - Method in exception javax.websocket.EncodeException
Return the Object that could not be encoded.
getObjectProperty(String) - Method in interface javax.jms.JMSProducer
Returns the message property with the specified name that has been set on this JMSProducer, converted to objectified format.
getObjectProperty(String) - Method in interface javax.jms.Message
Returns the value of the Java object property with the specified name.
getObjectStream() - Method in interface javax.json.stream.JsonParser
Returns a stream of the JsonObject's name/value pairs.
getObjectType() - Method in interface javax.xml.registry.infomodel.RegistryObject
Gets the object type that best describes the RegistryObject.
getObservedQualifiers() - Method in interface javax.enterprise.inject.spi.ObserverMethod
Obtains the set of observed event qualifiers.
getObservedType() - Method in interface javax.enterprise.inject.spi.ObserverMethod
Obtains the observed event type.
getObserverMethod() - Method in interface javax.enterprise.inject.spi.ProcessObserverMethod
The ObserverMethod object that will be used by the container to invoke the observer when a matching event is fired.
getOffset() - Method in class javax.enterprise.deploy.shared.ActionType
Returns the lowest integer value used by this enumeration value's enumeration class.
getOffset() - Method in class javax.enterprise.deploy.shared.CommandType
Returns the lowest integer value used by this enumeration value's enumeration class.
getOffset() - Method in class javax.enterprise.deploy.shared.DConfigBeanVersionType
Returns the lowest integer value used by this enumeration value's enumeration class.
getOffset() - Method in class javax.enterprise.deploy.shared.ModuleType
Returns the lowest integer value used by this enumeration value's enumeration class.
getOffset() - Method in class javax.enterprise.deploy.shared.StateType
Returns the lowest integer value used by this enumeration value's enumeration class.
getOldValue() - Method in class javax.faces.event.ValueChangeEvent
Return the previous local value of the source UIComponent.
getOn() - Method in interface javax.persistence.criteria.Join
Return the predicate that corresponds to the ON restriction(s) on the join, or null if no ON condition has been specified.
getOnblur() - Method in class javax.faces.component.html.HtmlCommandButton
Return the value of the onblur property.
getOnblur() - Method in class javax.faces.component.html.HtmlCommandLink
Return the value of the onblur property.
getOnblur() - Method in class javax.faces.component.html.HtmlInputFile
Return the value of the onblur property.
getOnblur() - Method in class javax.faces.component.html.HtmlInputSecret
Return the value of the onblur property.
getOnblur() - Method in class javax.faces.component.html.HtmlInputText
Return the value of the onblur property.
getOnblur() - Method in class javax.faces.component.html.HtmlInputTextarea
Return the value of the onblur property.
getOnblur() - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
Return the value of the onblur property.
getOnblur() - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
Return the value of the onblur property.
getOnblur() - Method in class javax.faces.component.html.HtmlOutputLabel
Return the value of the onblur property.
getOnblur() - Method in class javax.faces.component.html.HtmlOutputLink
Return the value of the onblur property.
getOnblur() - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
Return the value of the onblur property.
getOnblur() - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
Return the value of the onblur property.
getOnblur() - Method in class javax.faces.component.html.HtmlSelectManyListbox
Return the value of the onblur property.
getOnblur() - Method in class javax.faces.component.html.HtmlSelectManyMenu
Return the value of the onblur property.
getOnblur() - Method in class javax.faces.component.html.HtmlSelectOneListbox
Return the value of the onblur property.
getOnblur() - Method in class javax.faces.component.html.HtmlSelectOneMenu
Return the value of the onblur property.
getOnblur() - Method in class javax.faces.component.html.HtmlSelectOneRadio
Return the value of the onblur property.
getOnchange() - Method in class javax.faces.component.html.HtmlCommandButton
Return the value of the onchange property.
getOnchange() - Method in class javax.faces.component.html.HtmlInputFile
Return the value of the onchange property.
getOnchange() - Method in class javax.faces.component.html.HtmlInputSecret
Return the value of the onchange property.
getOnchange() - Method in class javax.faces.component.html.HtmlInputText
Return the value of the onchange property.
getOnchange() - Method in class javax.faces.component.html.HtmlInputTextarea
Return the value of the onchange property.
getOnchange() - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
Return the value of the onchange property.
getOnchange() - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
Return the value of the onchange property.
getOnchange() - Method in class javax.faces.component.html.HtmlSelectManyListbox
Return the value of the onchange property.
getOnchange() - Method in class javax.faces.component.html.HtmlSelectManyMenu
Return the value of the onchange property.
getOnchange() - Method in class javax.faces.component.html.HtmlSelectOneListbox
Return the value of the onchange property.
getOnchange() - Method in class javax.faces.component.html.HtmlSelectOneMenu
Return the value of the onchange property.
getOnchange() - Method in class javax.faces.component.html.HtmlSelectOneRadio
Return the value of the onchange property.
getOnclick() - Method in class javax.faces.component.html.HtmlBody
Return the value of the onclick property.
getOnclick() - Method in class javax.faces.component.html.HtmlCommandButton
Return the value of the onclick property.
getOnclick() - Method in class javax.faces.component.html.HtmlCommandLink
Return the value of the onclick property.
getOnclick() - Method in class javax.faces.component.html.HtmlDataTable
Return the value of the onclick property.
getOnclick() - Method in class javax.faces.component.html.HtmlForm
Return the value of the onclick property.
getOnclick() - Method in class javax.faces.component.html.HtmlGraphicImage
Return the value of the onclick property.
getOnclick() - Method in class javax.faces.component.html.HtmlInputFile
Return the value of the onclick property.
getOnclick() - Method in class javax.faces.component.html.HtmlInputSecret
Return the value of the onclick property.
getOnclick() - Method in class javax.faces.component.html.HtmlInputText
Return the value of the onclick property.
getOnclick() - Method in class javax.faces.component.html.HtmlInputTextarea
Return the value of the onclick property.
getOnclick() - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
Return the value of the onclick property.
getOnclick() - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
Return the value of the onclick property.
getOnclick() - Method in class javax.faces.component.html.HtmlOutputLabel
Return the value of the onclick property.
getOnclick() - Method in class javax.faces.component.html.HtmlOutputLink
Return the value of the onclick property.
getOnclick() - Method in class javax.faces.component.html.HtmlPanelGrid
Return the value of the onclick property.
getOnclick() - Method in class javax.faces.component.html.HtmlPanelGroup
Return the value of the onclick property.
getOnclick() - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
Return the value of the onclick property.
getOnclick() - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
Return the value of the onclick property.
getOnclick() - Method in class javax.faces.component.html.HtmlSelectManyListbox
Return the value of the onclick property.
getOnclick() - Method in class javax.faces.component.html.HtmlSelectManyMenu
Return the value of the onclick property.
getOnclick() - Method in class javax.faces.component.html.HtmlSelectOneListbox
Return the value of the onclick property.
getOnclick() - Method in class javax.faces.component.html.HtmlSelectOneMenu
Return the value of the onclick property.
getOnclick() - Method in class javax.faces.component.html.HtmlSelectOneRadio
Return the value of the onclick property.
getOnclose() - Method in class javax.faces.component.UIWebsocket
Returns the JavaScript event handler function that is invoked when the websocket is closed.
getOndblclick() - Method in class javax.faces.component.html.HtmlBody
Return the value of the ondblclick property.
getOndblclick() - Method in class javax.faces.component.html.HtmlCommandButton
Return the value of the ondblclick property.
getOndblclick() - Method in class javax.faces.component.html.HtmlCommandLink
Return the value of the ondblclick property.
getOndblclick() - Method in class javax.faces.component.html.HtmlDataTable
Return the value of the ondblclick property.
getOndblclick() - Method in class javax.faces.component.html.HtmlForm
Return the value of the ondblclick property.
getOndblclick() - Method in class javax.faces.component.html.HtmlGraphicImage
Return the value of the ondblclick property.
getOndblclick() - Method in class javax.faces.component.html.HtmlInputFile
Return the value of the ondblclick property.
getOndblclick() - Method in class javax.faces.component.html.HtmlInputSecret
Return the value of the ondblclick property.
getOndblclick() - Method in class javax.faces.component.html.HtmlInputText
Return the value of the ondblclick property.
getOndblclick() - Method in class javax.faces.component.html.HtmlInputTextarea
Return the value of the ondblclick property.
getOndblclick() - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
Return the value of the ondblclick property.
getOndblclick() - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
Return the value of the ondblclick property.
getOndblclick() - Method in class javax.faces.component.html.HtmlOutputLabel
Return the value of the ondblclick property.
getOndblclick() - Method in class javax.faces.component.html.HtmlOutputLink
Return the value of the ondblclick property.
getOndblclick() - Method in class javax.faces.component.html.HtmlPanelGrid
Return the value of the ondblclick property.
getOndblclick() - Method in class javax.faces.component.html.HtmlPanelGroup
Return the value of the ondblclick property.
getOndblclick() - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
Return the value of the ondblclick property.
getOndblclick() - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
Return the value of the ondblclick property.
getOndblclick() - Method in class javax.faces.component.html.HtmlSelectManyListbox
Return the value of the ondblclick property.
getOndblclick() - Method in class javax.faces.component.html.HtmlSelectManyMenu
Return the value of the ondblclick property.
getOndblclick() - Method in class javax.faces.component.html.HtmlSelectOneListbox
Return the value of the ondblclick property.
getOndblclick() - Method in class javax.faces.component.html.HtmlSelectOneMenu
Return the value of the ondblclick property.
getOndblclick() - Method in class javax.faces.component.html.HtmlSelectOneRadio
Return the value of the ondblclick property.
getOnerror() - Method in class javax.faces.component.behavior.AjaxBehavior

Return the String of JavaScript function name that will be used to identify the client callback function that should be run in the event of an error.

getOnerror() - Method in class javax.faces.component.html.HtmlCommandScript
Return the value of the onerror property.
getOnevent() - Method in class javax.faces.component.behavior.AjaxBehavior

Return the String of JavaScript function name that will be used to identify the client callback function that should be run on the occurance of a client-side event.

getOnevent() - Method in class javax.faces.component.html.HtmlCommandScript
Return the value of the onevent property.
getOnfocus() - Method in class javax.faces.component.html.HtmlCommandButton
Return the value of the onfocus property.
getOnfocus() - Method in class javax.faces.component.html.HtmlCommandLink
Return the value of the onfocus property.
getOnfocus() - Method in class javax.faces.component.html.HtmlInputFile
Return the value of the onfocus property.
getOnfocus() - Method in class javax.faces.component.html.HtmlInputSecret
Return the value of the onfocus property.
getOnfocus() - Method in class javax.faces.component.html.HtmlInputText
Return the value of the onfocus property.
getOnfocus() - Method in class javax.faces.component.html.HtmlInputTextarea
Return the value of the onfocus property.
getOnfocus() - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
Return the value of the onfocus property.
getOnfocus() - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
Return the value of the onfocus property.
getOnfocus() - Method in class javax.faces.component.html.HtmlOutputLabel
Return the value of the onfocus property.
getOnfocus() - Method in class javax.faces.component.html.HtmlOutputLink
Return the value of the onfocus property.
getOnfocus() - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
Return the value of the onfocus property.
getOnfocus() - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
Return the value of the onfocus property.
getOnfocus() - Method in class javax.faces.component.html.HtmlSelectManyListbox
Return the value of the onfocus property.
getOnfocus() - Method in class javax.faces.component.html.HtmlSelectManyMenu
Return the value of the onfocus property.
getOnfocus() - Method in class javax.faces.component.html.HtmlSelectOneListbox
Return the value of the onfocus property.
getOnfocus() - Method in class javax.faces.component.html.HtmlSelectOneMenu
Return the value of the onfocus property.
getOnfocus() - Method in class javax.faces.component.html.HtmlSelectOneRadio
Return the value of the onfocus property.
getOnkeydown() - Method in class javax.faces.component.html.HtmlBody
Return the value of the onkeydown property.
getOnkeydown() - Method in class javax.faces.component.html.HtmlCommandButton
Return the value of the onkeydown property.
getOnkeydown() - Method in class javax.faces.component.html.HtmlCommandLink
Return the value of the onkeydown property.
getOnkeydown() - Method in class javax.faces.component.html.HtmlDataTable
Return the value of the onkeydown property.
getOnkeydown() - Method in class javax.faces.component.html.HtmlForm
Return the value of the onkeydown property.
getOnkeydown() - Method in class javax.faces.component.html.HtmlGraphicImage
Return the value of the onkeydown property.
getOnkeydown() - Method in class javax.faces.component.html.HtmlInputFile
Return the value of the onkeydown property.
getOnkeydown() - Method in class javax.faces.component.html.HtmlInputSecret
Return the value of the onkeydown property.
getOnkeydown() - Method in class javax.faces.component.html.HtmlInputText
Return the value of the onkeydown property.
getOnkeydown() - Method in class javax.faces.component.html.HtmlInputTextarea
Return the value of the onkeydown property.
getOnkeydown() - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
Return the value of the onkeydown property.
getOnkeydown() - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
Return the value of the onkeydown property.
getOnkeydown() - Method in class javax.faces.component.html.HtmlOutputLabel
Return the value of the onkeydown property.
getOnkeydown() - Method in class javax.faces.component.html.HtmlOutputLink
Return the value of the onkeydown property.
getOnkeydown() - Method in class javax.faces.component.html.HtmlPanelGrid
Return the value of the onkeydown property.
getOnkeydown() - Method in class javax.faces.component.html.HtmlPanelGroup
Return the value of the onkeydown property.
getOnkeydown() - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
Return the value of the onkeydown property.
getOnkeydown() - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
Return the value of the onkeydown property.
getOnkeydown() - Method in class javax.faces.component.html.HtmlSelectManyListbox
Return the value of the onkeydown property.
getOnkeydown() - Method in class javax.faces.component.html.HtmlSelectManyMenu
Return the value of the onkeydown property.
getOnkeydown() - Method in class javax.faces.component.html.HtmlSelectOneListbox
Return the value of the onkeydown property.
getOnkeydown() - Method in class javax.faces.component.html.HtmlSelectOneMenu
Return the value of the onkeydown property.
getOnkeydown() - Method in class javax.faces.component.html.HtmlSelectOneRadio
Return the value of the onkeydown property.
getOnkeypress() - Method in class javax.faces.component.html.HtmlBody
Return the value of the onkeypress property.
getOnkeypress() - Method in class javax.faces.component.html.HtmlCommandButton
Return the value of the onkeypress property.
getOnkeypress() - Method in class javax.faces.component.html.HtmlCommandLink
Return the value of the onkeypress property.
getOnkeypress() - Method in class javax.faces.component.html.HtmlDataTable
Return the value of the onkeypress property.
getOnkeypress() - Method in class javax.faces.component.html.HtmlForm
Return the value of the onkeypress property.
getOnkeypress() - Method in class javax.faces.component.html.HtmlGraphicImage
Return the value of the onkeypress property.
getOnkeypress() - Method in class javax.faces.component.html.HtmlInputFile
Return the value of the onkeypress property.
getOnkeypress() - Method in class javax.faces.component.html.HtmlInputSecret
Return the value of the onkeypress property.
getOnkeypress() - Method in class javax.faces.component.html.HtmlInputText
Return the value of the onkeypress property.
getOnkeypress() - Method in class javax.faces.component.html.HtmlInputTextarea
Return the value of the onkeypress property.
getOnkeypress() - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
Return the value of the onkeypress property.
getOnkeypress() - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
Return the value of the onkeypress property.
getOnkeypress() - Method in class javax.faces.component.html.HtmlOutputLabel
Return the value of the onkeypress property.
getOnkeypress() - Method in class javax.faces.component.html.HtmlOutputLink
Return the value of the onkeypress property.
getOnkeypress() - Method in class javax.faces.component.html.HtmlPanelGrid
Return the value of the onkeypress property.
getOnkeypress() - Method in class javax.faces.component.html.HtmlPanelGroup
Return the value of the onkeypress property.
getOnkeypress() - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
Return the value of the onkeypress property.
getOnkeypress() - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
Return the value of the onkeypress property.
getOnkeypress() - Method in class javax.faces.component.html.HtmlSelectManyListbox
Return the value of the onkeypress property.
getOnkeypress() - Method in class javax.faces.component.html.HtmlSelectManyMenu
Return the value of the onkeypress property.
getOnkeypress() - Method in class javax.faces.component.html.HtmlSelectOneListbox
Return the value of the onkeypress property.
getOnkeypress() - Method in class javax.faces.component.html.HtmlSelectOneMenu
Return the value of the onkeypress property.
getOnkeypress() - Method in class javax.faces.component.html.HtmlSelectOneRadio
Return the value of the onkeypress property.
getOnkeyup() - Method in class javax.faces.component.html.HtmlBody
Return the value of the onkeyup property.
getOnkeyup() - Method in class javax.faces.component.html.HtmlCommandButton
Return the value of the onkeyup property.
getOnkeyup() - Method in class javax.faces.component.html.HtmlCommandLink
Return the value of the onkeyup property.
getOnkeyup() - Method in class javax.faces.component.html.HtmlDataTable
Return the value of the onkeyup property.
getOnkeyup() - Method in class javax.faces.component.html.HtmlForm
Return the value of the onkeyup property.
getOnkeyup() - Method in class javax.faces.component.html.HtmlGraphicImage
Return the value of the onkeyup property.
getOnkeyup() - Method in class javax.faces.component.html.HtmlInputFile
Return the value of the onkeyup property.
getOnkeyup() - Method in class javax.faces.component.html.HtmlInputSecret
Return the value of the onkeyup property.
getOnkeyup() - Method in class javax.faces.component.html.HtmlInputText
Return the value of the onkeyup property.
getOnkeyup() - Method in class javax.faces.component.html.HtmlInputTextarea
Return the value of the onkeyup property.
getOnkeyup() - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
Return the value of the onkeyup property.
getOnkeyup() - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
Return the value of the onkeyup property.
getOnkeyup() - Method in class javax.faces.component.html.HtmlOutputLabel
Return the value of the onkeyup property.
getOnkeyup() - Method in class javax.faces.component.html.HtmlOutputLink
Return the value of the onkeyup property.
getOnkeyup() - Method in class javax.faces.component.html.HtmlPanelGrid
Return the value of the onkeyup property.
getOnkeyup() - Method in class javax.faces.component.html.HtmlPanelGroup
Return the value of the onkeyup property.
getOnkeyup() - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
Return the value of the onkeyup property.
getOnkeyup() - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
Return the value of the onkeyup property.
getOnkeyup() - Method in class javax.faces.component.html.HtmlSelectManyListbox
Return the value of the onkeyup property.
getOnkeyup() - Method in class javax.faces.component.html.HtmlSelectManyMenu
Return the value of the onkeyup property.
getOnkeyup() - Method in class javax.faces.component.html.HtmlSelectOneListbox
Return the value of the onkeyup property.
getOnkeyup() - Method in class javax.faces.component.html.HtmlSelectOneMenu
Return the value of the onkeyup property.
getOnkeyup() - Method in class javax.faces.component.html.HtmlSelectOneRadio
Return the value of the onkeyup property.
getOnload() - Method in class javax.faces.component.html.HtmlBody
Return the value of the onload property.
getOnmessage() - Method in class javax.faces.component.UIWebsocket
Returns the JavaScript event handler function that is invoked when a push message is received from the server.
getOnmousedown() - Method in class javax.faces.component.html.HtmlBody
Return the value of the onmousedown property.
getOnmousedown() - Method in class javax.faces.component.html.HtmlCommandButton
Return the value of the onmousedown property.
getOnmousedown() - Method in class javax.faces.component.html.HtmlCommandLink
Return the value of the onmousedown property.
getOnmousedown() - Method in class javax.faces.component.html.HtmlDataTable
Return the value of the onmousedown property.
getOnmousedown() - Method in class javax.faces.component.html.HtmlForm
Return the value of the onmousedown property.
getOnmousedown() - Method in class javax.faces.component.html.HtmlGraphicImage
Return the value of the onmousedown property.
getOnmousedown() - Method in class javax.faces.component.html.HtmlInputFile
Return the value of the onmousedown property.
getOnmousedown() - Method in class javax.faces.component.html.HtmlInputSecret
Return the value of the onmousedown property.
getOnmousedown() - Method in class javax.faces.component.html.HtmlInputText
Return the value of the onmousedown property.
getOnmousedown() - Method in class javax.faces.component.html.HtmlInputTextarea
Return the value of the onmousedown property.
getOnmousedown() - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
Return the value of the onmousedown property.
getOnmousedown() - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
Return the value of the onmousedown property.
getOnmousedown() - Method in class javax.faces.component.html.HtmlOutputLabel
Return the value of the onmousedown property.
getOnmousedown() - Method in class javax.faces.component.html.HtmlOutputLink
Return the value of the onmousedown property.
getOnmousedown() - Method in class javax.faces.component.html.HtmlPanelGrid
Return the value of the onmousedown property.
getOnmousedown() - Method in class javax.faces.component.html.HtmlPanelGroup
Return the value of the onmousedown property.
getOnmousedown() - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
Return the value of the onmousedown property.
getOnmousedown() - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
Return the value of the onmousedown property.
getOnmousedown() - Method in class javax.faces.component.html.HtmlSelectManyListbox
Return the value of the onmousedown property.
getOnmousedown() - Method in class javax.faces.component.html.HtmlSelectManyMenu
Return the value of the onmousedown property.
getOnmousedown() - Method in class javax.faces.component.html.HtmlSelectOneListbox
Return the value of the onmousedown property.
getOnmousedown() - Method in class javax.faces.component.html.HtmlSelectOneMenu
Return the value of the onmousedown property.
getOnmousedown() - Method in class javax.faces.component.html.HtmlSelectOneRadio
Return the value of the onmousedown property.
getOnmousemove() - Method in class javax.faces.component.html.HtmlBody
Return the value of the onmousemove property.
getOnmousemove() - Method in class javax.faces.component.html.HtmlCommandButton
Return the value of the onmousemove property.
getOnmousemove() - Method in class javax.faces.component.html.HtmlCommandLink
Return the value of the onmousemove property.
getOnmousemove() - Method in class javax.faces.component.html.HtmlDataTable
Return the value of the onmousemove property.
getOnmousemove() - Method in class javax.faces.component.html.HtmlForm
Return the value of the onmousemove property.
getOnmousemove() - Method in class javax.faces.component.html.HtmlGraphicImage
Return the value of the onmousemove property.
getOnmousemove() - Method in class javax.faces.component.html.HtmlInputFile
Return the value of the onmousemove property.
getOnmousemove() - Method in class javax.faces.component.html.HtmlInputSecret
Return the value of the onmousemove property.
getOnmousemove() - Method in class javax.faces.component.html.HtmlInputText
Return the value of the onmousemove property.
getOnmousemove() - Method in class javax.faces.component.html.HtmlInputTextarea
Return the value of the onmousemove property.
getOnmousemove() - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
Return the value of the onmousemove property.
getOnmousemove() - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
Return the value of the onmousemove property.
getOnmousemove() - Method in class javax.faces.component.html.HtmlOutputLabel
Return the value of the onmousemove property.
getOnmousemove() - Method in class javax.faces.component.html.HtmlOutputLink
Return the value of the onmousemove property.
getOnmousemove() - Method in class javax.faces.component.html.HtmlPanelGrid
Return the value of the onmousemove property.
getOnmousemove() - Method in class javax.faces.component.html.HtmlPanelGroup
Return the value of the onmousemove property.
getOnmousemove() - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
Return the value of the onmousemove property.
getOnmousemove() - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
Return the value of the onmousemove property.
getOnmousemove() - Method in class javax.faces.component.html.HtmlSelectManyListbox
Return the value of the onmousemove property.
getOnmousemove() - Method in class javax.faces.component.html.HtmlSelectManyMenu
Return the value of the onmousemove property.
getOnmousemove() - Method in class javax.faces.component.html.HtmlSelectOneListbox
Return the value of the onmousemove property.
getOnmousemove() - Method in class javax.faces.component.html.HtmlSelectOneMenu
Return the value of the onmousemove property.
getOnmousemove() - Method in class javax.faces.component.html.HtmlSelectOneRadio
Return the value of the onmousemove property.
getOnmouseout() - Method in class javax.faces.component.html.HtmlBody
Return the value of the onmouseout property.
getOnmouseout() - Method in class javax.faces.component.html.HtmlCommandButton
Return the value of the onmouseout property.
getOnmouseout() - Method in class javax.faces.component.html.HtmlCommandLink
Return the value of the onmouseout property.
getOnmouseout() - Method in class javax.faces.component.html.HtmlDataTable
Return the value of the onmouseout property.
getOnmouseout() - Method in class javax.faces.component.html.HtmlForm
Return the value of the onmouseout property.
getOnmouseout() - Method in class javax.faces.component.html.HtmlGraphicImage
Return the value of the onmouseout property.
getOnmouseout() - Method in class javax.faces.component.html.HtmlInputFile
Return the value of the onmouseout property.
getOnmouseout() - Method in class javax.faces.component.html.HtmlInputSecret
Return the value of the onmouseout property.
getOnmouseout() - Method in class javax.faces.component.html.HtmlInputText
Return the value of the onmouseout property.
getOnmouseout() - Method in class javax.faces.component.html.HtmlInputTextarea
Return the value of the onmouseout property.
getOnmouseout() - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
Return the value of the onmouseout property.
getOnmouseout() - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
Return the value of the onmouseout property.
getOnmouseout() - Method in class javax.faces.component.html.HtmlOutputLabel
Return the value of the onmouseout property.
getOnmouseout() - Method in class javax.faces.component.html.HtmlOutputLink
Return the value of the onmouseout property.
getOnmouseout() - Method in class javax.faces.component.html.HtmlPanelGrid
Return the value of the onmouseout property.
getOnmouseout() - Method in class javax.faces.component.html.HtmlPanelGroup
Return the value of the onmouseout property.
getOnmouseout() - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
Return the value of the onmouseout property.
getOnmouseout() - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
Return the value of the onmouseout property.
getOnmouseout() - Method in class javax.faces.component.html.HtmlSelectManyListbox
Return the value of the onmouseout property.
getOnmouseout() - Method in class javax.faces.component.html.HtmlSelectManyMenu
Return the value of the onmouseout property.
getOnmouseout() - Method in class javax.faces.component.html.HtmlSelectOneListbox
Return the value of the onmouseout property.
getOnmouseout() - Method in class javax.faces.component.html.HtmlSelectOneMenu
Return the value of the onmouseout property.
getOnmouseout() - Method in class javax.faces.component.html.HtmlSelectOneRadio
Return the value of the onmouseout property.
getOnmouseover() - Method in class javax.faces.component.html.HtmlBody
Return the value of the onmouseover property.
getOnmouseover() - Method in class javax.faces.component.html.HtmlCommandButton
Return the value of the onmouseover property.
getOnmouseover() - Method in class javax.faces.component.html.HtmlCommandLink
Return the value of the onmouseover property.
getOnmouseover() - Method in class javax.faces.component.html.HtmlDataTable
Return the value of the onmouseover property.
getOnmouseover() - Method in class javax.faces.component.html.HtmlForm
Return the value of the onmouseover property.
getOnmouseover() - Method in class javax.faces.component.html.HtmlGraphicImage
Return the value of the onmouseover property.
getOnmouseover() - Method in class javax.faces.component.html.HtmlInputFile
Return the value of the onmouseover property.
getOnmouseover() - Method in class javax.faces.component.html.HtmlInputSecret
Return the value of the onmouseover property.
getOnmouseover() - Method in class javax.faces.component.html.HtmlInputText
Return the value of the onmouseover property.
getOnmouseover() - Method in class javax.faces.component.html.HtmlInputTextarea
Return the value of the onmouseover property.
getOnmouseover() - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
Return the value of the onmouseover property.
getOnmouseover() - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
Return the value of the onmouseover property.
getOnmouseover() - Method in class javax.faces.component.html.HtmlOutputLabel
Return the value of the onmouseover property.
getOnmouseover() - Method in class javax.faces.component.html.HtmlOutputLink
Return the value of the onmouseover property.
getOnmouseover() - Method in class javax.faces.component.html.HtmlPanelGrid
Return the value of the onmouseover property.
getOnmouseover() - Method in class javax.faces.component.html.HtmlPanelGroup
Return the value of the onmouseover property.
getOnmouseover() - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
Return the value of the onmouseover property.
getOnmouseover() - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
Return the value of the onmouseover property.
getOnmouseover() - Method in class javax.faces.component.html.HtmlSelectManyListbox
Return the value of the onmouseover property.
getOnmouseover() - Method in class javax.faces.component.html.HtmlSelectManyMenu
Return the value of the onmouseover property.
getOnmouseover() - Method in class javax.faces.component.html.HtmlSelectOneListbox
Return the value of the onmouseover property.
getOnmouseover() - Method in class javax.faces.component.html.HtmlSelectOneMenu
Return the value of the onmouseover property.
getOnmouseover() - Method in class javax.faces.component.html.HtmlSelectOneRadio
Return the value of the onmouseover property.
getOnmouseup() - Method in class javax.faces.component.html.HtmlBody
Return the value of the onmouseup property.
getOnmouseup() - Method in class javax.faces.component.html.HtmlCommandButton
Return the value of the onmouseup property.
getOnmouseup() - Method in class javax.faces.component.html.HtmlCommandLink
Return the value of the onmouseup property.
getOnmouseup() - Method in class javax.faces.component.html.HtmlDataTable
Return the value of the onmouseup property.
getOnmouseup() - Method in class javax.faces.component.html.HtmlForm
Return the value of the onmouseup property.
getOnmouseup() - Method in class javax.faces.component.html.HtmlGraphicImage
Return the value of the onmouseup property.
getOnmouseup() - Method in class javax.faces.component.html.HtmlInputFile
Return the value of the onmouseup property.
getOnmouseup() - Method in class javax.faces.component.html.HtmlInputSecret
Return the value of the onmouseup property.
getOnmouseup() - Method in class javax.faces.component.html.HtmlInputText
Return the value of the onmouseup property.
getOnmouseup() - Method in class javax.faces.component.html.HtmlInputTextarea
Return the value of the onmouseup property.
getOnmouseup() - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
Return the value of the onmouseup property.
getOnmouseup() - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
Return the value of the onmouseup property.
getOnmouseup() - Method in class javax.faces.component.html.HtmlOutputLabel
Return the value of the onmouseup property.
getOnmouseup() - Method in class javax.faces.component.html.HtmlOutputLink
Return the value of the onmouseup property.
getOnmouseup() - Method in class javax.faces.component.html.HtmlPanelGrid
Return the value of the onmouseup property.
getOnmouseup() - Method in class javax.faces.component.html.HtmlPanelGroup
Return the value of the onmouseup property.
getOnmouseup() - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
Return the value of the onmouseup property.
getOnmouseup() - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
Return the value of the onmouseup property.
getOnmouseup() - Method in class javax.faces.component.html.HtmlSelectManyListbox
Return the value of the onmouseup property.
getOnmouseup() - Method in class javax.faces.component.html.HtmlSelectManyMenu
Return the value of the onmouseup property.
getOnmouseup() - Method in class javax.faces.component.html.HtmlSelectOneListbox
Return the value of the onmouseup property.
getOnmouseup() - Method in class javax.faces.component.html.HtmlSelectOneMenu
Return the value of the onmouseup property.
getOnmouseup() - Method in class javax.faces.component.html.HtmlSelectOneRadio
Return the value of the onmouseup property.
getOnopen() - Method in class javax.faces.component.UIWebsocket
Returns the JavaScript event handler function that is invoked when the websocket is opened.
getOnreset() - Method in class javax.faces.component.html.HtmlForm
Return the value of the onreset property.
getOnselect() - Method in class javax.faces.component.html.HtmlCommandButton
Return the value of the onselect property.
getOnselect() - Method in class javax.faces.component.html.HtmlInputFile
Return the value of the onselect property.
getOnselect() - Method in class javax.faces.component.html.HtmlInputSecret
Return the value of the onselect property.
getOnselect() - Method in class javax.faces.component.html.HtmlInputText
Return the value of the onselect property.
getOnselect() - Method in class javax.faces.component.html.HtmlInputTextarea
Return the value of the onselect property.
getOnselect() - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
Return the value of the onselect property.
getOnselect() - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
Return the value of the onselect property.
getOnselect() - Method in class javax.faces.component.html.HtmlSelectOneRadio
Return the value of the onselect property.
getOnsubmit() - Method in class javax.faces.component.html.HtmlForm
Return the value of the onsubmit property.
getOnunload() - Method in class javax.faces.component.html.HtmlBody
Return the value of the onunload property.
getOpenSessions() - Method in interface javax.websocket.Session
Return a copy of the Set of all the open web socket sessions that represent connections to the same endpoint to which this session represents a connection.
getOperationName() - Method in interface javax.xml.rpc.Call
Gets the name of the operation to be invoked using this Call instance.
getOperator() - Method in interface javax.persistence.criteria.Predicate
Return the boolean operator for the predicate.
getOrderList() - Method in interface javax.persistence.criteria.CriteriaQuery
Return the ordering expressions in order of precedence.
getOrdinal() - Method in class javax.faces.application.FacesMessage.Severity
Return the ordinal value of this FacesMessage.Severity instance.
getOrdinal() - Method in class javax.faces.event.PhaseId
Return the ordinal value of this PhaseId instance.
getOrganization() - Method in interface javax.xml.registry.infomodel.User
Gets the Organization that this User is affiliated with.
getOrigin() - Method in interface javax.management.j2ee.statistics.JMSConsumerStats
Returns a string that encapsulates the identity of a message origin
getOut() - Method in class javax.servlet.jsp.JspContext
The current value of the out object (a JspWriter).
getOutboundParameters() - Method in class javax.faces.flow.FlowCallNode
 
getOutcome() - Method in class javax.faces.component.UIOutcomeTarget

Returns the outcome property of the UIOutcomeTarget.

getOutcome() - Method in class javax.faces.flow.MethodCallNode

Return the outcome to be used in the event of a null return from the method.

getOutputParameterValue(int) - Method in interface javax.persistence.StoredProcedureQuery
Retrieve a value passed back from the procedure through an INOUT or OUT parameter.
getOutputParameterValue(String) - Method in interface javax.persistence.StoredProcedureQuery
Retrieve a value passed back from the procedure through an INOUT or OUT parameter.
getOutputParams() - Method in interface javax.xml.rpc.Call
Returns a Map of {name, value} for the output parameters of the last invoked operation.
getOutputStream() - Method in class javax.mail.internet.MimePartDataSource
DataSource method to return an output stream.
getOutputStream() - Method in class javax.mail.util.ByteArrayDataSource
Return an OutputStream for the data.
getOutputStream() - Method in interface javax.servlet.http.WebConnection
Returns an output stream for this web connection.
getOutputStream() - Method in interface javax.servlet.ServletResponse
Returns a ServletOutputStream suitable for writing binary data in the response.
getOutputStream() - Method in class javax.servlet.ServletResponseWrapper
The default behavior of this method is to return getOutputStream() on the wrapped response object.
getOutputStream() - Method in interface javax.ws.rs.ext.WriterInterceptorContext
Get the output stream for the object to be written.
getOutputValues() - Method in interface javax.xml.rpc.Call
Returns a List values for the output parameters of the last invoked operation.
getPage() - Method in class javax.servlet.jsp.PageContext
The current value of the page object (In a Servlet environment, this is an instance of javax.servlet.Servlet).
getPageContext(Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean) - Method in class javax.servlet.jsp.JspFactory
obtains an instance of an implementation dependent javax.servlet.jsp.PageContext abstract class for the calling Servlet and currently pending request and response.
getPageEncoding() - Method in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
Gets the value of the page-encoding configuration, which specifies the default page encoding for any JSP pages mapped to the JSP property group represented by this JspPropertyGroupDescriptor.
getParameter(String) - Method in class javax.mail.internet.ContentDisposition
Return the specified parameter value.
getParameter(String) - Method in class javax.mail.internet.ContentType
Return the specified parameter value.
getParameter(String) - Method in interface javax.persistence.Query
Get the parameter object corresponding to the declared parameter of the given name.
getParameter(String, Class<T>) - Method in interface javax.persistence.Query
Get the parameter object corresponding to the declared parameter of the given name and type.
getParameter(int) - Method in interface javax.persistence.Query
Get the parameter object corresponding to the declared positional parameter with the given position.
getParameter(int, Class<T>) - Method in interface javax.persistence.Query
Get the parameter object corresponding to the declared positional parameter with the given position and type.
getParameter(String) - Method in interface javax.servlet.ServletRequest
Returns the value of a request parameter as a String, or null if the parameter does not exist.
getParameter(String) - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getParameter(String name) on the wrapped request object.
getParameterDescriptors() - Method in interface javax.validation.metadata.ExecutableDescriptor
Returns a list of descriptors representing this executable's parameters, in the order of their declaration, including synthetic parameters.
getParameterIndex() - Method in interface javax.validation.Path.ParameterNode
 
getParameterList() - Method in class javax.mail.internet.ContentDisposition
Return a ParameterList object that holds all the available parameters.
getParameterList() - Method in class javax.mail.internet.ContentType
Return a ParameterList object that holds all the available parameters.
getParameterMap() - Method in interface javax.servlet.ServletRequest
Returns a java.util.Map of the parameters of this request.
getParameterMap() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getParameterMap() on the wrapped request object.
getParameterMap() - Method in interface javax.websocket.server.HandshakeRequest
Return the request parameters associated with the request.
getParameterNameProvider() - Method in interface javax.validation.spi.ConfigurationState
Returns the parameter name provider for this configuration.
getParameterNameProvider() - Method in interface javax.validation.ValidatorFactory
Returns the ParameterNameProvider instance configured at initialization time for the ValidatorFactory.
getParameterNameProviderClassName() - Method in interface javax.validation.BootstrapConfiguration
Class name of the ParameterNameProvider implementation or null if none is specified.
getParameterNames() - Method in interface javax.servlet.ServletRequest
Returns an Enumeration of String objects containing the names of the parameters contained in this request.
getParameterNames() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getParameterNames() on the wrapped request object.
getParameterNames(Constructor<?>) - Method in interface javax.validation.ParameterNameProvider
Returns the names of the parameters of the given constructor.
getParameterNames(Method) - Method in interface javax.validation.ParameterNameProvider
Returns the names of the parameters of the given method.
getParameters(long) - Method in interface javax.batch.operations.JobOperator
Returns job parameters for a specified job instance.
getParameters() - Method in interface javax.enterprise.inject.spi.AnnotatedCallable
Get the parameters of the callable member.
getParameters() - Method in class javax.faces.application.NavigationCase

Return the parameters to be included for navigation cases requiring a redirect.

getParameters() - Method in class javax.faces.application.NavigationCaseWrapper
 
getParameters() - Method in class javax.faces.component.behavior.ClientBehaviorContext

Returns parameters that "submitting" ClientBehavior implementations should include when posting back data into the Faces lifecycle.

getParameters() - Method in class javax.faces.flow.MethodCallNode

Return the parameters to be passed to the method.

getParameters() - Method in interface javax.interceptor.InvocationContext
Returns the parameter values that will be passed to the method or constructor of the target class.
getParameters() - Method in interface javax.persistence.criteria.CriteriaQuery
Return the parameters of the query.
getParameters() - Method in interface javax.persistence.Query
Get the parameter objects corresponding to the declared parameters of the query.
getParameters() - Method in interface javax.websocket.Extension
The extension parameters for this extension in the order they appear in the http headers.
getParameters() - Method in class javax.ws.rs.core.MediaType
Getter for a read-only parameter map.
getParameterType() - Method in interface javax.persistence.Parameter
Return the Java type of the parameter.
getParameterTypeByName(String) - Method in interface javax.xml.rpc.Call
Gets the XML type of a parameter by name
getParameterTypes() - Method in interface javax.validation.Path.ConstructorNode
 
getParameterTypes() - Method in interface javax.validation.Path.MethodNode
 
getParameterValue(Parameter<T>) - Method in interface javax.persistence.Query
Return the input value bound to the parameter.
getParameterValue(String) - Method in interface javax.persistence.Query
Return the input value bound to the named parameter.
getParameterValue(int) - Method in interface javax.persistence.Query
Return the input value bound to the positional parameter.
getParameterValues(String) - Method in interface javax.servlet.ServletRequest
Returns an array of String objects containing all of the values the given request parameter has, or null if the parameter does not exist.
getParameterValues(String) - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getParameterValues(String name) on the wrapped request object.
getParams() - Method in class javax.ws.rs.core.Link
Returns an immutable map that includes all the link parameters defined on this link.
getParams() - Method in class javax.ws.rs.core.Link.JaxbLink
Get the parameter map for this link.
getParamTypes() - Method in class javax.el.MethodInfo
Returns the parameter types of the method
getParent() - Method in class javax.faces.component.UIComponent
Return the parent UIComponent of this UIComponent, if any.
getParent() - Method in class javax.faces.component.UIComponentBase
 
getParent() - Method in class javax.faces.webapp.UIComponentClassicTagBase
Return the Tag that is the parent of this instance.
getParent() - Method in class javax.mail.BodyPart
Return the containing Multipart object, or null if not known.
getParent() - Method in class javax.mail.Folder
Returns the parent folder of this folder.
getParent() - Method in class javax.mail.Multipart
Return the Part that contains this Multipart object, or null if not known.
getParent() - Method in interface javax.persistence.criteria.Fetch
Return the parent of the fetched item.
getParent() - Method in interface javax.persistence.criteria.Join
Return the parent of the join.
getParent() - Method in interface javax.persistence.criteria.Subquery
Return the query of which this is a subquery.
getParent() - Method in interface javax.servlet.jsp.tagext.SimpleTag
Returns the parent of this tag, for collaboration purposes.
getParent() - Method in class javax.servlet.jsp.tagext.SimpleTagSupport
Returns the parent of this tag, for collaboration purposes.
getParent() - Method in interface javax.servlet.jsp.tagext.Tag
Get the parent (closest enclosing tag handler) for this tag handler.
getParent() - Method in class javax.servlet.jsp.tagext.TagAdapter
Returns the parent of this tag, which is always getAdaptee().getParent().
getParent() - Method in class javax.servlet.jsp.tagext.TagSupport
The Tag instance most closely enclosing this tag instance.
getParent() - Method in interface javax.xml.registry.infomodel.Concept
Gets the parent Concept or ClassificationScheme for this object.
getParentConcept() - Method in interface javax.xml.registry.infomodel.Concept
Gets the parent Concept or null if parent is a ClassificationScheme.
getParentOrganization() - Method in interface javax.xml.registry.infomodel.Organization
Gets the parent (container) organization.
getParentPath() - Method in interface javax.persistence.criteria.Path
Return the parent "node" in the path or null if no parent.
getParentTargetModuleID() - Method in interface javax.enterprise.deploy.spi.TargetModuleID
Retrieve the identifier of the parent object of this deployed module.
getParentUIComponentClassicTagBase(PageContext) - Static method in class javax.faces.webapp.UIComponentClassicTagBase
Locate and return the nearest enclosing UIComponentClassicTagBase if any; otherwise, return null.
getParentUIComponentTag(PageContext) - Static method in class javax.faces.webapp.UIComponentTag
Deprecated.
Locate and return the nearest enclosing UIComponentTag if any; otherwise, return null.
getPart() - Method in class javax.mail.MessageContext
Return the Part that contains the content.
getPart(String) - Method in interface javax.servlet.http.HttpServletRequest
Gets the Part with the given name.
getPart(String) - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to call getPart on the wrapped request object.
getPartialResponseWriter() - Method in class javax.faces.context.PartialViewContext

Return the ResponseWriter to which components should direct their output for partial view rendering.

getPartialResponseWriter() - Method in class javax.faces.context.PartialViewContextWrapper
The default behavior of this method is to call PartialViewContext.getPartialResponseWriter() on the wrapped PartialViewContext object.
getPartialViewContext() - Method in class javax.faces.context.FacesContext

Return the PartialViewContext for this request.

getPartialViewContext() - Method in class javax.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext.getPartialViewContext() ()} on the wrapped FacesContext object.
getPartialViewContext(FacesContext) - Method in class javax.faces.context.PartialViewContextFactory
Create (if needed) and return a PartialViewContext instance that is initialized using the current FacesContext instance.
getPartitionProperties() - Method in interface javax.batch.api.partition.PartitionPlan
Gets array of Partition Properties objects for Partitions.
getPartitionProperties() - Method in class javax.batch.api.partition.PartitionPlanImpl
 
getPartitions() - Method in interface javax.batch.api.partition.PartitionPlan
Gets count of Partitions.
getPartitions() - Method in class javax.batch.api.partition.PartitionPlanImpl
 
getPartitionsOverride() - Method in interface javax.batch.api.partition.PartitionPlan
Return current value of partition override setting.
getPartitionsOverride() - Method in class javax.batch.api.partition.PartitionPlanImpl
 
getParts() - Method in interface javax.servlet.http.HttpServletRequest
Gets all the Part components of this request, provided that it is of type multipart/form-data.
getParts() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to call getParts on the wrapped request object.
getPassivationCapableBean(String) - Method in interface javax.enterprise.inject.spi.BeanManager
Returns the PassivationCapable bean with the given identifier.
getPassiveCount() - Method in interface javax.management.j2ee.statistics.StatefulSessionBeanStats
Number of beans that are in the passive state.
getPassThroughAttributes() - Method in class javax.faces.component.UIComponent

This is a convenience method that simply calls UIComponent.getPassThroughAttributes(boolean), passing true as the argument.

getPassThroughAttributes(boolean) - Method in class javax.faces.component.UIComponent

This method has the same specification as UIComponent.getPassThroughAttributes() except that it is allowed to return null if and only if the argument create is false and no pass through attribute data structure exists for this instance.

getPassThroughAttributes(boolean) - Method in class javax.faces.component.UIComponentBase
 
getPassword() - Method in class javax.mail.PasswordAuthentication
 
getPassword() - Method in class javax.mail.URLName
Returns the password of this URLName.
getPassword() - Method in class javax.resource.spi.security.PasswordCredential
Returns the user password.
getPassword() - Method in class javax.security.auth.message.callback.PasswordValidationCallback
Get the password.
getPassword() - Method in class javax.security.enterprise.credential.UsernamePasswordCredential
Determines the password.
getPasswordAsString() - Method in class javax.security.enterprise.credential.UsernamePasswordCredential
Determines the password.
getPasswordAuthentication() - Method in class javax.mail.Authenticator
Called when password authentication is needed.
getPasswordAuthentication(URLName) - Method in class javax.mail.Session
Return any saved PasswordAuthentication for this (store or transport) URLName.
getPath() - Method in class javax.faces.view.Location

Return the file path to the page represented by this location.

getPath() - Method in class javax.servlet.http.Cookie
Returns the path on the server to which the browser returns this cookie.
getPath() - Method in interface javax.servlet.http.PushBuilder
Return the URI path to be used for the push.
getPath() - Method in class javax.servlet.jsp.tagext.TagFileInfo
Where to find the .tag file implementing this action.
getPath() - Method in interface javax.servlet.SessionCookieConfig
Gets the path that will be assigned to any session tracking cookies created on behalf of the application represented by the ServletContext from which this SessionCookieConfig was acquired.
getPath() - Method in interface javax.websocket.server.ServerEndpointConfig
Return the path for this endpoint configuration.
getPath() - Method in class javax.ws.rs.core.Cookie
Get the path of the cookie.
getPath() - Method in interface javax.ws.rs.core.PathSegment
Get the path segment.
getPath() - Method in interface javax.ws.rs.core.UriInfo
Get the path of the current request relative to the base URI as a string.
getPath(boolean) - Method in interface javax.ws.rs.core.UriInfo
Get the path of the current request relative to the base URI as a string.
getPath() - Method in interface javax.xml.registry.infomodel.Concept
Gets the canonical path representation for this Concept.
getPathInfo() - Method in interface javax.servlet.http.HttpServletRequest
Returns any extra path information associated with the URL the client sent when it made this request.
getPathInfo() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getPathInfo() on the wrapped request object.
getPathParameters() - Method in interface javax.websocket.Session
Return a map of the path parameter names and values used associated with the request this session was opened under.
getPathParameters() - Method in interface javax.ws.rs.core.UriInfo
Get the values of any embedded URI template parameters.
getPathParameters(boolean) - Method in interface javax.ws.rs.core.UriInfo
Get the values of any embedded URI template parameters.
getPathSegments() - Method in interface javax.ws.rs.core.UriInfo
Get the path of the current request relative to the base URI as a list of PathSegment.
getPathSegments(boolean) - Method in interface javax.ws.rs.core.UriInfo
Get the path of the current request relative to the base URI as a list of PathSegment.
getPathTranslated() - Method in interface javax.servlet.http.HttpServletRequest
Returns any extra path information after the servlet name but before the query string, and translates it to a real path.
getPathTranslated() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getPathTranslated() on the wrapped request object.
getPattern() - Method in class javax.faces.convert.DateTimeConverter
Return the format pattern to be used when formatting and parsing dates and times.
getPattern() - Method in class javax.faces.convert.NumberConverter
Return the format pattern to be used when formatting and parsing numbers.
getPattern() - Method in class javax.faces.validator.RegexValidator
Return the ValueExpression that yields the regular expression pattern when evaluated.
getPattern() - Method in class javax.mail.search.StringTerm
Return the string to match with.
getPattern() - Method in interface javax.servlet.http.HttpServletMapping
Return the String representation for the url-pattern for this mapping.
getPayload() - Method in interface javax.validation.metadata.ConstraintDescriptor
The set of payload the constraint hosts.
getPendingMessageCount() - Method in interface javax.management.j2ee.statistics.JMSEndpointStats
Number of pending messages.
getPendingMessageCount() - Method in interface javax.management.j2ee.statistics.JMSSessionStats
Number of pending messages.
getPermanentFlags() - Method in class javax.mail.Folder
Get the permanent flags supported by this Folder.
getPersistenceProviderClassName() - Method in interface javax.persistence.spi.PersistenceUnitInfo
Returns the fully qualified name of the persistence provider implementation class.
getPersistenceProviderResolver() - Static method in class javax.persistence.spi.PersistenceProviderResolverHolder
Returns the current persistence provider resolver.
getPersistenceProviders() - Method in interface javax.persistence.spi.PersistenceProviderResolver
Returns a list of the PersistenceProvider implementations available in the runtime environment.
getPersistenceType() - Method in interface javax.persistence.metamodel.Type
Return the persistence type.
getPersistenceUnitName() - Method in interface javax.persistence.spi.PersistenceUnitInfo
Returns the name of the persistence unit.
getPersistenceUnitRootUrl() - Method in interface javax.persistence.spi.PersistenceUnitInfo
Returns the URL for the jar file or directory that is the root of the persistence unit.
getPersistenceUnitUtil() - Method in interface javax.persistence.EntityManagerFactory
Return interface providing access to utility methods for the persistence unit.
getPersistenceUtil() - Static method in class javax.persistence.Persistence
Return the PersistenceUtil instance
getPersistenceXMLSchemaVersion() - Method in interface javax.persistence.spi.PersistenceUnitInfo
Returns the schema version of the persistence.xml file.
getPersistentAttributeType() - Method in interface javax.persistence.metamodel.Attribute
Return the persistent attribute type for the attribute.
getPersistentUserData() - Method in interface javax.batch.runtime.context.StepContext
The getPersistentUserData method returns a persistent data object belonging to the current step.
getPersistentUserData() - Method in interface javax.batch.runtime.StepExecution
Get persistent user data.
getPersonal() - Method in class javax.mail.internet.InternetAddress
Get the personal name.
getPersonalNamespaces() - Method in class javax.mail.Store
Return a set of folders representing the personal namespaces for the current user.
getPersonName() - Method in interface javax.xml.registry.infomodel.User
Returns the name of this User.
getPhase() - Method in class javax.faces.component.UIViewAction

Returns the name of the lifecycle phase in which the action is to be queued.

getPhaseId() - Method in class javax.faces.event.ExceptionQueuedEventContext

Return the PhaseId which was being processed when the exception was thrown.

getPhaseId() - Method in class javax.faces.event.FacesEvent
Return the identifier of the request processing phase during which this event should be delivered.
getPhaseId() - Method in class javax.faces.event.PhaseEvent
Return the PhaseId representing the current request processing lifecycle phase.
getPhaseId() - Method in interface javax.faces.event.PhaseListener
Return the identifier of the request processing phase during which this listener is interested in processing PhaseEvent events.
getPhaseListeners() - Method in class javax.faces.component.UIViewRoot

Return an unmodifiable list of the PhaseListener instances attached to this UIViewRoot instance.

getPhaseListeners() - Method in class javax.faces.lifecycle.Lifecycle
Return the set of registered PhaseListeners for this Lifecycle instance.
getPhaseListeners() - Method in class javax.faces.lifecycle.LifecycleWrapper
 
getPluralAttributes() - Method in interface javax.persistence.metamodel.ManagedType
Return all multi-valued attributes (Collection-, Set-, List-, and Map-valued attributes) of the managed type.
getPolicyConfiguration(String, boolean) - Method in class javax.security.jacc.PolicyConfigurationFactory
This method is used to obtain an instance of the provider specific class that implements the PolicyConfiguration interface that corresponds to the identified policy context within the provider.
getPolicyConfigurationFactory() - Static method in class javax.security.jacc.PolicyConfigurationFactory
This static method uses a system property to find and instantiate (via a public constructor) a provider specific factory implementation class.
getPooledCount() - Method in interface javax.management.j2ee.statistics.EntityBeanStats
Number of beans in the pooled state.
getPoolSize() - Method in interface javax.management.j2ee.statistics.JCAConnectionPoolStats
The size of the connection pool
getPoolSize() - Method in interface javax.management.j2ee.statistics.JDBCConnectionPoolStats
Size of the connection pool.
getPort() - Method in class javax.mail.URLName
Returns the port number of this URLName.
getPort(QName, Class) - Method in interface javax.xml.rpc.Service
The getPort method returns either an instance of a generated stub implementation class or a dynamic proxy.
getPort(Class) - Method in interface javax.xml.rpc.Service
The getPort method returns either an instance of a generated stub implementation class or a dynamic proxy.
getPorts() - Method in interface javax.xml.rpc.Service
Returns an Iterator for the list of QNames of service endpoints grouped by this service
getPortTypeName() - Method in interface javax.xml.rpc.Call
Gets the qualified name of the port type.
getPos() - Method in exception javax.mail.internet.AddressException
Get the position with the reference string where the error was detected (-1 if not relevant).
getPosition() - Method in interface javax.enterprise.inject.spi.AnnotatedParameter
Get the position of the parameter in the method or constructor argument list.
getPosition() - Method in interface javax.mail.internet.SharedInputStream
Return the current position in the InputStream, as an offset from the beginning of the InputStream.
getPosition() - Method in class javax.mail.util.SharedByteArrayInputStream
Return the current position in the InputStream, as an offset from the beginning of the InputStream.
getPosition() - Method in class javax.mail.util.SharedFileInputStream
Return the current position in the InputStream, as an offset from the beginning of the InputStream.
getPosition() - Method in interface javax.persistence.Parameter
Return the parameter position, or null if the parameter is not a positional parameter.
getPostalAddress() - Method in interface javax.xml.registry.infomodel.Organization
Gets the Address for this Organization.
getPostalAddresses() - Method in interface javax.xml.registry.infomodel.User
Gets the postal address for this User.
getPostalCode() - Method in interface javax.xml.registry.infomodel.PostalAddress
Returns the postal or zip code.
getPostalScheme() - Method in interface javax.xml.registry.infomodel.PostalAddress
Returns a user-defined postal scheme for codifying the attributes of PostalAddress.
getPreamble() - Method in class javax.mail.internet.MimeMultipart
Get the preamble text, if any, that appears before the first body part of this multipart.
getPreferredSubprotocols() - Method in interface javax.websocket.ClientEndpointConfig
Return the ordered list of sub protocols a client endpoint would like to use, in order of preference, favorite first that this client would like to use for its sessions.
getPrefixString() - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
The prefix assigned to this taglib from the taglib directive
getPreviousOut() - Method in class javax.faces.webapp.UIComponentClassicTagBase
Get the JspWriter from our BodyContent.
getPreviousOut() - Method in class javax.servlet.jsp.tagext.BodyTagSupport
Get surrounding out JspWriter.
getPrimaryContact() - Method in interface javax.xml.registry.infomodel.Organization
Gets the primary Contact for this Organization.
getPrimaryKey() - Method in interface javax.ejb.EJBLocalObject
Obtain the primary key of the enterprise bean local object.
getPrimaryKey() - Method in interface javax.ejb.EJBObject
Obtain the primary key of the enterprise bean object.
getPrimaryKey() - Method in interface javax.ejb.EntityContext
Obtain the primary key of the enterprise bean object that is currently associated with this instance.
getPrimaryKeyClass() - Method in interface javax.ejb.EJBMetaData
Obtain the class object for the enterprise bean's primary key class.
getPrimaryType() - Method in class javax.mail.internet.ContentType
Return the primary type.
getPrincipal() - Method in class javax.security.auth.message.callback.CallerPrincipalCallback
Get the caller principal.
getPrincipalsByType(Class<T>) - Method in interface javax.security.enterprise.SecurityContext
Retrieve all Principals of the given type from the authenticated caller's Subject, or an empty set if the current caller is not authenticated, or if the specified type isn't found in the Subject.
getPriority() - Method in interface javax.enterprise.inject.spi.CDIProvider
 
getPriority() - Method in interface javax.enterprise.inject.spi.ObserverMethod
The priority that will be used by the container to determine the notification order in which event observer methods are invoked.
getPriority() - Method in interface javax.enterprise.inject.spi.Prioritized
Returns the priority for this SPI element.
getPriority() - Method in interface javax.jms.JMSProducer
Return the priority of messages that are sent using this JMSProducer
getPriority() - Method in interface javax.jms.MessageProducer
Gets the producer's default priority.
getPrivateFields() - Method in class javax.ws.rs.core.CacheControl
Corresponds to the value of the private cache control directive.
getProducer() - Method in interface javax.enterprise.inject.spi.ProcessProducer
Returns the Producer object that will be used by the container to call the producer method or read the producer field.
getProducerFactory(AnnotatedField<? super X>, Bean<X>) - Method in interface javax.enterprise.inject.spi.BeanManager
An implementation of ProducerFactory that provides container created Producer instances for the given field.
getProducerFactory(AnnotatedMethod<? super X>, Bean<X>) - Method in interface javax.enterprise.inject.spi.BeanManager
An implementation of ProducerFactory that provides container created Producer instances for the given method.
getProducers() - Method in interface javax.management.j2ee.statistics.JMSSessionStats
Returns an array of JMSProducerStats that provide statistics about the message producers associated with the referencing Jakarta Messaging session statistics.
getProductVersion() - Method in interface javax.enterprise.deploy.spi.factories.DeploymentFactory
Provide a string identifying version of this vendor's DeploymentManager.
getProjectStage() - Method in class javax.faces.application.Application

Return the project stage for the currently running application instance.

getProjectStage() - Method in class javax.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.getProjectStage() on the wrapped Application object.

getProperties() - Method in interface javax.batch.runtime.context.JobContext
The getProperties method returns the job level properties specified in a job definition.
getProperties() - Method in interface javax.batch.runtime.context.StepContext
The getProperties method returns the step level properties specified in a job definition.
getProperties() - Method in class javax.mail.Session
Returns the Properties object associated with this Session
getProperties() - Method in interface javax.persistence.EntityManager
Get the properties and hints and associated values that are in effect for the entity manager.
getProperties() - Method in interface javax.persistence.EntityManagerFactory
Get the properties and associated values that are in effect for the entity manager factory.
getProperties() - Method in interface javax.persistence.spi.PersistenceUnitInfo
Returns a properties object.
getProperties() - Method in interface javax.validation.BootstrapConfiguration
Returns properties as a map of string based key/value pairs.
getProperties() - Method in interface javax.validation.spi.ConfigurationState
Returns a map of non type-safe custom properties.
getProperties() - Method in class javax.ws.rs.core.Application
Get a map of custom application-wide properties.
getProperties() - Method in interface javax.ws.rs.core.Configuration
Get the immutable bag of configuration properties.
getProperties() - Method in class javax.xml.registry.ConnectionFactory
Gets the Properties used during createConnection and createFederatedConnection calls.
getProperty() - Method in class javax.el.ValueReference
 
getProperty(String) - Method in class javax.faces.view.facelets.MetadataTarget

Return a beans PropertyDescriptor for the property with name given by argument name.

getProperty(String) - Method in class javax.json.bind.JsonbConfig
Return value of particular configuration property.
getProperty(String) - Method in class javax.mail.Session
Returns the value of the specified property.
getProperty(String) - Method in interface javax.ws.rs.client.ClientRequestContext
Returns the property with the given name registered in the current request/response exchange context, or null if there is no property by that name.
getProperty(String) - Method in interface javax.ws.rs.container.ContainerRequestContext
Returns the property with the given name registered in the current request/response exchange context, or null if there is no property by that name.
getProperty(String) - Method in interface javax.ws.rs.core.Configuration
Get the value for the property with a given name.
getProperty(String) - Method in interface javax.ws.rs.ext.InterceptorContext
Returns the property with the given name registered in the current request/response exchange context, or null if there is no property by that name.
getProperty(String) - Method in interface javax.xml.rpc.Call
Gets the value of a named property.
getProperty(String) - Method in interface javax.xml.rpc.handler.MessageContext
Gets the value of a specific property from the MessageContext
getPropertyName() - Method in interface javax.validation.metadata.PropertyDescriptor
Name of the property according to the Java Bean specification.
getPropertyNames() - Method in interface javax.jms.JMSProducer
Returns an unmodifiable Set view of the names of all the message properties that have been set on this JMSProducer.
getPropertyNames() - Method in interface javax.jms.Message
Returns an Enumeration of all the property names.
getPropertyNames() - Method in interface javax.ws.rs.client.ClientRequestContext
Returns an immutable collection containing the property names available within the context of the current request/response exchange context.
getPropertyNames() - Method in interface javax.ws.rs.container.ContainerRequestContext
Returns an immutable collection containing the property names available within the context of the current request/response exchange context.
getPropertyNames() - Method in interface javax.ws.rs.core.Configuration
Returns an immutable collection containing the property names available within the context of the current configuration instance.
getPropertyNames() - Method in interface javax.ws.rs.ext.InterceptorContext
Returns an immutable collection containing the property names available within the context of the current request/response exchange context.
getPropertyNames() - Method in interface javax.xml.rpc.Call
Gets the names of configurable properties supported by this Call object.
getPropertyNames() - Method in interface javax.xml.rpc.handler.MessageContext
Returns an Iterator view of the names of the properties in this MessageContext
getPropertyPath() - Method in interface javax.validation.ConstraintViolation
 
getPropertyResolver() - Method in class javax.faces.application.Application
Deprecated.
This has been replaced by Application.getELResolver().
getPropertyResolver() - Method in class javax.faces.application.ApplicationWrapper
Deprecated.
See superclass for alternative.
getPropertyType(String) - Method in class javax.faces.view.facelets.MetadataTarget

Return a Class for the property with name given by argument name.

getProtectedViewsUnmodifiable() - Method in class javax.faces.application.ViewHandler

Return an unmodifiable Set of the protected views currently known to this ViewHandler instance.

getProtectedViewsUnmodifiable() - Method in class javax.faces.application.ViewHandlerWrapper
The default behavior of this method is to call ViewHandler.getProtectedViewsUnmodifiable() on the wrapped ViewHandler object.
getProtectionPolicy() - Method in class javax.security.auth.message.MessagePolicy.TargetPolicy
Get the ProtectionPolicy that applies to the targets.
getProtocol() - Method in class javax.mail.Provider
Returns the protocol supported by this Provider.
getProtocol() - Method in class javax.mail.URLName
Returns the protocol of this URLName.
getProtocol() - Method in interface javax.servlet.ServletRequest
Returns the name and version of the protocol the request uses in the form protocol/majorVersion.minorVersion, for example, HTTP/1.1.
getProtocol() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getProtocol() on the wrapped request object.
getProtocolVersion() - Method in interface javax.websocket.Session
Returns the version of the websocket protocol currently being used.
getProvider(String) - Method in class javax.mail.Session
Returns the default Provider for the protocol specified.
getProviderMajorVersion() - Method in interface javax.jms.ConnectionMetaData
Gets the Jakarta Messaging provider major version number.
getProviderMinorVersion() - Method in interface javax.jms.ConnectionMetaData
Gets the Jakarta Messaging provider minor version number.
getProviders() - Method in class javax.mail.Session
This method returns an array of all the implementations installed via the javamail.[default.]providers files that can be loaded using the ClassLoader available to this application.
getProviderUtil() - Method in interface javax.persistence.spi.PersistenceProvider
Return the utility interface implemented by the persistence provider.
getProviderVersion() - Method in interface javax.jms.ConnectionMetaData
Gets the Jakarta Messaging provider version.
getProvidingOrganization() - Method in interface javax.xml.registry.infomodel.Service
Gets the Organization that provides this service.
getPublic() - Method in class javax.faces.component.html.HtmlDoctype
Return the value of the public property.
getQName() - Method in class javax.faces.view.facelets.Tag

Return the XML qualified name for this tag.

getQName() - Method in class javax.faces.view.facelets.TagAttribute
The qualified name for this attribute
getQualifierHashCode(Annotation) - Method in interface javax.enterprise.inject.spi.BeanManager
Determine the hash code of a qualifier, using the JDK algorithm for determining an annotation hash code, ignoring any members annotated with Nonbinding.
getQualifiers() - Method in interface javax.enterprise.inject.spi.BeanAttributes
Obtains the qualifiers of the bean.
getQualifiers() - Method in interface javax.enterprise.inject.spi.EventMetadata
 
getQualifiers() - Method in interface javax.enterprise.inject.spi.InjectionPoint
Get the required qualifiers of the injection point.
getQuery() - Method in exception javax.persistence.QueryTimeoutException
Returns the query that caused this exception.
getQueryParameters() - Method in interface javax.ws.rs.core.UriInfo
Get the URI query parameters of the current request.
getQueryParameters(boolean) - Method in interface javax.ws.rs.core.UriInfo
Get the URI query parameters of the current request.
getQueryString() - Method in interface javax.servlet.http.HttpServletRequest
Returns the query string that is contained in the request URL after the path.
getQueryString() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getQueryString() on the wrapped request object.
getQueryString() - Method in interface javax.servlet.http.PushBuilder
Return the query string to be used for the push.
getQueryString() - Method in interface javax.websocket.server.HandshakeRequest
Return the query string associated with the request.
getQueryString() - Method in interface javax.websocket.Session
Return the query string associated with the request this session was opened under.
getQueryURLParameters(FacesContext) - Method in class javax.faces.lifecycle.ClientWindow

This method will be called whenever a URL is generated by the runtime where client window related parameters need to be inserted into the URL.

getQueryURLParameters(FacesContext) - Method in class javax.faces.lifecycle.ClientWindowWrapper
 
getQueue() - Method in interface javax.jms.QueueBrowser
Gets the queue associated with this queue browser.
getQueue() - Method in interface javax.jms.QueueReceiver
Gets the Queue associated with this queue receiver.
getQueue() - Method in interface javax.jms.QueueSender
Gets the queue associated with this QueueSender.
getQueueName() - Method in interface javax.jms.Queue
Gets the name of this queue.
getQueueSession() - Method in interface javax.jms.XAQueueSession
Gets the queue session associated with this XAQueueSession.
getQuota(String) - Method in interface javax.mail.QuotaAwareStore
Get the quotas for the named folder.
getRawInputStream() - Method in class javax.mail.internet.MimeBodyPart
Return an InputStream to the raw data with any Content-Transfer-Encoding intact.
getRawInputStream() - Method in class javax.mail.internet.MimeMessage
Return an InputStream to the raw data with any Content-Transfer-Encoding intact.
getRawType() - Method in class javax.enterprise.util.TypeLiteral
 
getRawType() - Method in class javax.ws.rs.core.GenericEntity
Gets the raw type of the enclosed entity.
getRawType() - Method in class javax.ws.rs.core.GenericType
Returns the object representing the class or interface that declared the type represented by this generic type instance.
getReader() - Method in class javax.servlet.jsp.tagext.BodyContent
Return the value of this BodyContent as a Reader.
getReader() - Method in interface javax.servlet.ServletRequest
Retrieves the body of the request as character data using a BufferedReader.
getReader() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getReader() on the wrapped request object.
getReadMethod(String) - Method in class javax.faces.view.facelets.MetadataTarget

Return a Method for the getter of the property with name given by argument name.

getReadyCount() - Method in interface javax.management.j2ee.statistics.EntityBeanStats
Number of beans in the ready state.
getRealPath(String) - Method in class javax.faces.context.ExternalContext

Returns a String containing the real path for a given virtual path.

getRealPath(String) - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.getRealPath(String) on the wrapped ExternalContext object.
getRealPath(String) - Method in interface javax.servlet.ServletContext
Gets the real path corresponding to the given virtual path.
getRealPath(String) - Method in interface javax.servlet.ServletRequest
Deprecated.
As of Version 2.1 of the Java Servlet API, use ServletContext.getRealPath(java.lang.String) instead.
getRealPath(String) - Method in class javax.servlet.ServletRequestWrapper
Deprecated.
As of Version 2.1 of the Java Servlet API, use ServletContext.getRealPath(java.lang.String) instead
getReasonPhrase() - Method in class javax.websocket.CloseReason
The reason phrase associated with this CloseReason.
getReasonPhrase() - Method in enum javax.ws.rs.core.Response.Status
Get the reason phrase.
getReasonPhrase() - Method in interface javax.ws.rs.core.Response.StatusType
Get the reason phrase.
getReceivedDate() - Method in class javax.mail.internet.MimeMessage
Returns the Date on this message was received.
getReceivedDate() - Method in class javax.mail.Message
Get the date this message was received.
getReception() - Method in interface javax.enterprise.inject.spi.ObserverMethod
Obtains the specified Reception for the observer method.
getRecipients(Message.RecipientType) - Method in class javax.mail.internet.MimeMessage
Returns the recepients specified by the type.
getRecipients(Message.RecipientType) - Method in class javax.mail.Message
Get all the recipient addresses of the given type.
getRecipientType() - Method in class javax.mail.search.RecipientStringTerm
Return the type of recipient to match with.
getRecipientType() - Method in class javax.mail.search.RecipientTerm
Return the type of recipient to match with.
getReconnectDelay() - Method in interface javax.ws.rs.sse.SseEvent
Get new connection retry time in milliseconds the event receiver should wait before attempting to reconnect after a connection to the SSE event source is lost.
getRecordFactory() - Method in interface javax.resource.cci.ConnectionFactory
Gets a RecordFactory instance.
getRecordName() - Method in interface javax.resource.cci.Record
Gets the name of the Record.
getRecordShortDescription() - Method in interface javax.resource.cci.Record
Gets a short description string for the Record.
getRedirectURL(FacesContext) - Method in class javax.faces.application.NavigationCase

Construct an absolute URL suitable for a "redirect" to this NavigationCase instance using ViewHandler.getRedirectURL(javax.faces.context.FacesContext, java.lang.String, java.util.Map<java.lang.String, java.util.List<java.lang.String>>, boolean) on the path portion of the url.

getRedirectURL(FacesContext) - Method in class javax.faces.application.NavigationCaseWrapper
 
getRedirectURL(FacesContext, String, Map<String, List<String>>, boolean) - Method in class javax.faces.application.ViewHandler

Return a Jakarta Server Faces action URL derived from the viewId argument that is suitable to be used by the NavigationHandler to issue a redirect request to the URL using a NonFaces request.

getRedirectURL(FacesContext, String, Map<String, List<String>>, boolean) - Method in class javax.faces.application.ViewHandlerWrapper
The default behavior of this method is to call ViewHandler.getRedirectURL(javax.faces.context.FacesContext, String, java.util.Map, boolean) on the wrapped ViewHandler object.
getRef() - Method in exception javax.mail.internet.AddressException
Get the string that was being parsed when the error was detected (null if not relevant).
getRef() - Method in class javax.mail.URLName
Returns the reference of this URLName.
getReference(Bean<?>, Type, CreationalContext<?>) - Method in interface javax.enterprise.inject.spi.BeanManager
Obtains a contextual reference for a certain bean and a certain bean type of the bean.
getReference(Class<T>, Object) - Method in interface javax.persistence.EntityManager
Get an instance, whose state may be lazily fetched.
getRegisteredEncodingStyleURIs() - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
Returns a list of registered encodingStyle URIs in this TypeMappingRegistry instance.
getRegistrationContext(String) - Method in class javax.security.auth.message.config.AuthConfigFactory
Get the the registration context for the identified registration.
getRegistrationIDs(AuthConfigProvider) - Method in class javax.security.auth.message.config.AuthConfigFactory
Get the registration identifiers for all registrations of the provider instance at the factory.
getRegistryObject() - Method in interface javax.xml.registry.infomodel.AuditableEvent
Gets the RegistryObject associated with this AuditableEvent.
getRegistryObject() - Method in interface javax.xml.registry.infomodel.ExternalIdentifier
Gets the parent RegistryObject for this ExternalIdentifier.
getRegistryObject(String, String) - Method in interface javax.xml.registry.QueryManager
Gets the RegistryObject specified by the Id and type of object.
getRegistryObject(String) - Method in interface javax.xml.registry.QueryManager
Gets the RegistryObject specified by the Id.
getRegistryObjects() - Method in interface javax.xml.registry.infomodel.RegistryPackage
Gets the collection of member RegistryObjects of this RegistryPackage.
getRegistryObjects(Collection) - Method in interface javax.xml.registry.QueryManager
Gets the specified RegistryObjects.
getRegistryObjects(Collection, String) - Method in interface javax.xml.registry.QueryManager
Gets the specified RegistryObjects.
getRegistryObjects() - Method in interface javax.xml.registry.QueryManager
Gets the RegistryObjects owned by the caller.
getRegistryObjects(String) - Method in interface javax.xml.registry.QueryManager
Gets the RegistryObjects owned by the caller, that are of the specified type.
getRegistryPackages() - Method in interface javax.xml.registry.infomodel.RegistryObject
Returns the Package associated with this object.
getRegistryService() - Method in interface javax.xml.registry.Connection
Gets the RegistryService interface associated with the Connection.
getRegistryService() - Method in interface javax.xml.registry.LifeCycleManager
Returns the parent RegistryService that created this object.
getRegistryService() - Method in interface javax.xml.registry.QueryManager
Returns the parent RegistryService that created this object.
getRel() - Method in class javax.faces.component.html.HtmlCommandLink
Return the value of the rel property.
getRel() - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
Return the value of the rel property.
getRel() - Method in class javax.faces.component.html.HtmlOutputLink
Return the value of the rel property.
getRel() - Method in class javax.ws.rs.core.Link
Returns the value associated with the link rel param, or null if this param is not specified.
getReliableURN() - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
The "reliable" URN indicated in the TLD (the uri element).
getRels() - Method in class javax.ws.rs.core.Link
Returns the value associated with the link rel param as a list of strings or the empty list if rel is not defined.
getRemainder() - Method in class javax.mail.internet.HeaderTokenizer
Return the rest of the Header.
getRemaining() - Method in class javax.servlet.jsp.JspWriter
This method returns the number of unused bytes in the buffer.
getRemainingExpression() - Method in class javax.faces.component.search.SearchKeywordContext

Returns the remaining expression for the current request.

getRemoteAddr() - Method in interface javax.servlet.ServletRequest
Returns the Internet Protocol (IP) address of the client or last proxy that sent the request.
getRemoteAddr() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getRemoteAddr() on the wrapped request object.
getRemoteHost() - Method in interface javax.servlet.ServletRequest
Returns the fully qualified name of the client or the last proxy that sent the request.
getRemoteHost() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getRemoteHost() on the wrapped request object.
getRemoteInterfaceClass() - Method in interface javax.ejb.EJBMetaData
Obtain the class object for the enterprise bean's remote interface.
getRemotePort() - Method in interface javax.servlet.ServletRequest
Returns the Internet Protocol (IP) source port of the client or last proxy that sent the request.
getRemotePort() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getRemotePort() on the wrapped request object.
getRemoteUser() - Method in class javax.faces.context.ExternalContext
Return the login name of the user making the current request if any; otherwise, return null.
getRemoteUser() - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.getRemoteUser() on the wrapped ExternalContext object.
getRemoteUser() - Method in interface javax.servlet.http.HttpServletRequest
Returns the login of the user making this request, if the user has been authenticated, or null if the user has not been authenticated.
getRemoteUser() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getRemoteUser() on the wrapped request object.
getRemoveCount() - Method in interface javax.management.j2ee.statistics.EJBStats
Number of times remove was called.
getRender() - Method in class javax.faces.component.behavior.AjaxBehavior

Return a non-empty Collection<String> of component identifiers that will be used to identify components that should be processed during the render phase of the request processing lifecycle.

getRender() - Method in class javax.faces.component.html.HtmlCommandScript
Return the value of the render property.
getRenderer(FacesContext) - Method in class javax.faces.component.behavior.ClientBehaviorBase

Convenience method to return the ClientBehaviorRenderer instance associated with this ClientBehavior, if any; otherwise, return null.

getRenderer(FacesContext) - Method in class javax.faces.component.UIComponent
Convenience method to return the Renderer instance associated with this component, if any; otherwise, return null.
getRenderer(FacesContext) - Method in class javax.faces.component.UIComponentBase
 
getRenderer(String, String) - Method in class javax.faces.render.RenderKit
Return the Renderer instance most recently registered for the specified component family and rendererType, if any; otherwise, return null.
getRenderer(String, String) - Method in class javax.faces.render.RenderKitWrapper
The default behavior of this method is to call RenderKit.getRenderer(String, String) on the wrapped RenderKit object.
getRendererType() - Method in class javax.faces.component.behavior.AjaxBehavior
 
getRendererType() - Method in class javax.faces.component.behavior.ClientBehaviorBase

Returns the renderer type of the ClientBehaviorRenderer to use for the behavior.

getRendererType() - Method in class javax.faces.component.UIComponent
Return the Renderer type for this UIComponent (if any).
getRendererType() - Method in class javax.faces.component.UIComponentBase
 
getRendererType() - Method in interface javax.faces.view.facelets.ComponentConfig

RendererType to set on created UIComponent instances.

getRendererType() - Method in class javax.faces.webapp.UIComponentTagBase
Return the rendererType property that selects the Renderer to be used for encoding this component, or null to ask the component to render itself directly.
getRendererTypeForResourceName(String) - Method in class javax.faces.application.ResourceHandler

Return the renderer-type for a Renderer that is capable of rendering this resource.

getRendererTypeForResourceName(String) - Method in class javax.faces.application.ResourceHandlerWrapper

The default behavior of this method is to call ResourceHandler.getRendererTypeForResourceName(String) on the wrapped ResourceHandler object.

getRendererTypes(String) - Method in class javax.faces.render.RenderKit

Return an Iterator over the renderer-type entries for the given component-family.

getRendererTypes(String) - Method in class javax.faces.render.RenderKitWrapper
The default behavior of this method is to call RenderKit.getRendererTypes(String) on the wrapped RenderKit object.
getRenderIds() - Method in class javax.faces.context.PartialViewContext

Return a Collection of client identifiers from the current request with the request parameter name PartialViewContext.PARTIAL_RENDER_PARAM_NAME.

getRenderIds() - Method in class javax.faces.context.PartialViewContextWrapper
The default behavior of this method is to call PartialViewContext.getRenderIds() on the wrapped PartialViewContext object.
getRenderKit() - Method in class javax.faces.context.FacesContext
Return the RenderKit instance for the render kit identifier specified on our UIViewRoot, if there is one.
getRenderKit() - Method in class javax.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext.getRenderKit() on the wrapped FacesContext object.
getRenderKit(FacesContext, String) - Method in class javax.faces.render.RenderKitFactory
Return a RenderKit instance for the specified render kit identifier, possibly customized based on dynamic characteristics of the specified FacesContext, if non-null.
getRenderKitId() - Method in class javax.faces.component.UIViewRoot
Return the render kit identifier of the RenderKit associated with this view.
getRenderKitIds() - Method in class javax.faces.render.RenderKitFactory
Return an Iterator over the set of render kit identifiers registered with this factory.
getRenderResponse() - Method in class javax.faces.context.FacesContext
Return true if the renderResponse() method has been called for the current request.
getRenderResponse() - Method in class javax.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext.getRenderResponse() on the wrapped FacesContext object.
getRendersChildren() - Method in class javax.faces.component.UIComponent
Return a flag indicating whether this component is responsible for rendering its child components.
getRendersChildren() - Method in class javax.faces.component.UIComponentBase
 
getRendersChildren() - Method in class javax.faces.component.UIViewRoot

Call UIComponentBase.getRendersChildren() If PartialViewContext.isAjaxRequest() returns true this method must return true.

getRendersChildren() - Method in class javax.faces.render.Renderer
Return a flag indicating whether this Renderer is responsible for rendering the children the component it is asked to render.
getRendersChildren() - Method in class javax.faces.render.RendererWrapper
 
getReplyTo() - Method in class javax.mail.internet.MimeMessage
Return the value of the RFC 822 "Reply-To" header field.
getReplyTo() - Method in class javax.mail.Message
Get the addresses to which replies should be directed.
getRepositoryItem() - Method in interface javax.xml.registry.infomodel.ExtrinsicObject
Gets the repository item for this object.
getRequest() - Method in class javax.faces.context.ExternalContext
Return the environment-specific object instance for the current request.
getRequest() - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.getRequest() on the wrapped ExternalContext object.
getRequest() - Method in class javax.security.auth.message.callback.PrivateKeyCallback
Used by the CallbackHandler to get the Request object that identifies the private key to be returned.
getRequest() - Method in class javax.security.auth.message.callback.SecretKeyCallback
Used by the CallbackHandler to get the Request object which identifies the secret key to be returned.
getRequest() - Method in interface javax.security.enterprise.authentication.mechanism.http.HttpMessageContext
Returns the request object associated with the current request.
getRequest() - Method in class javax.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
getRequest() - Method in interface javax.servlet.AsyncContext
Gets the request that was used to initialize this AsyncContext by calling ServletRequest.startAsync() or ServletRequest.startAsync(ServletRequest, ServletResponse).
getRequest() - Method in class javax.servlet.jsp.PageContext
The current value of the request object (a ServletRequest).
getRequest() - Method in class javax.servlet.ServletRequestWrapper
Return the wrapped request object.
getRequest() - Method in interface javax.ws.rs.container.ContainerRequestContext
Get the injectable request information.
getRequestCharacterEncoding() - Method in class javax.faces.context.ExternalContext
Return the character encoding currently being used to interpret this request.
getRequestCharacterEncoding() - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.getRequestCharacterEncoding() on the wrapped ExternalContext object.
getRequestCharacterEncoding() - Method in interface javax.servlet.ServletContext
Gets the request character encoding that are supported by default for this ServletContext.
getRequestContentLength() - Method in class javax.faces.context.ExternalContext

Return the result of calling getContentLenth() on the ServletRequest instance for this request.

getRequestContentLength() - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.getRequestContentLength() on the wrapped ExternalContext object.
getRequestContentType() - Method in class javax.faces.context.ExternalContext
Return the MIME Content-Type for this request.
getRequestContentType() - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.getRequestContentType() on the wrapped ExternalContext object.
getRequestContextPath() - Method in class javax.faces.context.ExternalContext
Return the portion of the request URI that identifies the web application context for this request.
getRequestContextPath() - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.getRequestContextPath() on the wrapped ExternalContext object.
getRequestCookieMap() - Method in class javax.faces.context.ExternalContext
Return an immutable Map whose keys are the set of cookie names included in the current request, and whose values (of type javax.servlet.http.Cookie) are the first (or only) cookie for each cookie name returned by the underlying request.
getRequestCookieMap() - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.getRequestCookieMap() on the wrapped ExternalContext object.
getRequestDispatcher(String) - Method in interface javax.servlet.ServletContext
Returns a RequestDispatcher object that acts as a wrapper for the resource located at the given path.
getRequestDispatcher(String) - Method in interface javax.servlet.ServletRequest
Returns a RequestDispatcher object that acts as a wrapper for the resource located at the given path.
getRequestDispatcher(String) - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getRequestDispatcher(String path) on the wrapped request object.
getRequestedSessionId() - Method in interface javax.servlet.http.HttpServletRequest
Returns the session ID specified by the client.
getRequestedSessionId() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getRequestedSessionId() on the wrapped request object.
getRequestHeader(String) - Method in interface javax.ws.rs.core.HttpHeaders
Get the values of a HTTP request header.
getRequestHeaderMap() - Method in class javax.faces.context.ExternalContext
Return an immutable Map whose keys are the set of request header names included in the current request, and whose values (of type String) are the first (or only) value for each header name returned by the underlying request.
getRequestHeaderMap() - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.getRequestHeaderMap() on the wrapped ExternalContext object.
getRequestHeaders() - Method in interface javax.ws.rs.core.HttpHeaders
Get the values of HTTP request headers.
getRequestHeaderValuesMap() - Method in class javax.faces.context.ExternalContext
Return an immutable Map whose keys are the set of request header names included in the current request, and whose values (of type String[]) are all of the value for each header name returned by the underlying request.
getRequestHeaderValuesMap() - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.getRequestHeaderValuesMap() on the wrapped ExternalContext object.
getRequestId() - Method in exception javax.xml.registry.JAXRException
 
getRequestId() - Method in interface javax.xml.registry.JAXRResponse
Returns the unique id for the request that generated this response.
getRequestingPort() - Method in class javax.mail.Authenticator
 
getRequestingPrompt() - Method in class javax.mail.Authenticator
 
getRequestingProtocol() - Method in class javax.mail.Authenticator
Give the protocol that's requesting the connection.
getRequestingSite() - Method in class javax.mail.Authenticator
 
getRequestLocale() - Method in class javax.faces.context.ExternalContext
Return the preferred Locale in which the client will accept content.
getRequestLocale() - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.getRequestLocale() on the wrapped ExternalContext object.
getRequestLocales() - Method in class javax.faces.context.ExternalContext
Return an Iterator over the preferred Locales specified in the request, in decreasing order of preference.
getRequestLocales() - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.getRequestLocales() on the wrapped ExternalContext object.
getRequestMap() - Method in class javax.faces.context.ExternalContext
Return a mutable Map representing the request scope attributes for the current application.
getRequestMap() - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.getRequestMap() on the wrapped ExternalContext object.
getRequestMessage() - Method in interface javax.security.auth.message.MessageInfo
Get the request message object from this MessageInfo.
getRequestParameterMap() - Method in class javax.faces.context.ExternalContext
Return an immutable Map whose keys are the set of request parameters names included in the current request, and whose values (of type String) are the first (or only) value for each parameter name returned by the underlying request.
getRequestParameterMap() - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.getRequestParameterMap() on the wrapped ExternalContext object.
getRequestParameterMap() - Method in interface javax.websocket.Session
Return the request parameters associated with the request this session was opened under.
getRequestParameterNames() - Method in class javax.faces.context.ExternalContext
Return an Iterator over the names of all request parameters included in the current request.
getRequestParameterNames() - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.getRequestParameterNames() on the wrapped ExternalContext object.
getRequestParameterValuesMap() - Method in class javax.faces.context.ExternalContext
Return an immutable Map whose keys are the set of request parameters names included in the current request, and whose values (of type String[]) are all of the values for each parameter name returned by the underlying request.
getRequestParameterValuesMap() - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.getRequestParameterValuesMap() on the wrapped ExternalContext object.
getRequestPath() - Method in class javax.faces.application.Resource

Return a path to this resource such that, when the browser resolves it against the base URI for the view that includes the resource, and issues a GET request to the resultant fully qualified URL, the bytes of the resource are returned in response.

getRequestPath() - Method in class javax.faces.application.ResourceWrapper

The default behavior of this method is to call Resource.getRequestPath() on the wrapped ResourceHandler object.

getRequestPathInfo() - Method in class javax.faces.context.ExternalContext
Return the extra path information (if any) included in the request URI; otherwise, return null.
getRequestPathInfo() - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.getRequestPathInfo() on the wrapped ExternalContext object.
getRequestScheme() - Method in class javax.faces.context.ExternalContext

Returns the name of the scheme used to make this request, for example, http, https, or ftp.

getRequestScheme() - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.getRequestScheme() on the wrapped ExternalContext object.
getRequestServerName() - Method in class javax.faces.context.ExternalContext

Returns the host name of the server to which the request was sent.

getRequestServerName() - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.getRequestServerName() on the wrapped ExternalContext object.
getRequestServerPort() - Method in class javax.faces.context.ExternalContext

Returns the port number to which the request was sent.

getRequestServerPort() - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.getRequestServerPort() on the wrapped ExternalContext object.
getRequestServletPath() - Method in class javax.faces.context.ExternalContext
Return the Jakarta Servlet path information (if any) included in the request URI; otherwise, return null.
getRequestServletPath() - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.getRequestServletPath() on the wrapped ExternalContext object.
getRequestURI() - Method in interface javax.servlet.http.HttpServletRequest
Returns the part of this request's URL from the protocol name up to the query string in the first line of the HTTP request.
getRequestURI() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getRequestURI() on the wrapped request object.
getRequestURI() - Method in class javax.servlet.jsp.ErrorData
Returns the request URI.
getRequestURI() - Method in interface javax.websocket.server.HandshakeRequest
Return the request URI of the handshake request.
getRequestURI() - Method in interface javax.websocket.Session
Return the URI under which this session was opened, including the query string if there is one.
getRequestUri() - Method in interface javax.ws.rs.core.UriInfo
Get the absolute request URI including any query parameters.
getRequestUriBuilder() - Method in interface javax.ws.rs.core.UriInfo
Get the absolute request URI in the form of a UriBuilder.
getRequestURL() - Method in interface javax.servlet.http.HttpServletRequest
Reconstructs the URL the client used to make the request.
getRequestURL() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getRequestURL() on the wrapped request object.
getRequestURL(HttpServletRequest) - Static method in class javax.servlet.http.HttpUtils
Deprecated.
Reconstructs the URL the client used to make the request, using information in the HttpServletRequest object.
getRequiredAttribute(String) - Method in class javax.faces.view.facelets.TagHandler
Utility method for fetching a required TagAttribute
getRequiredMessage() - Method in class javax.faces.component.UIInput
If there has been a call to UIInput.setRequiredMessage(java.lang.String) on this instance, return the message.
getRequiredVersion() - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
A string describing the required version of the JSP container.
getResetValues() - Method in class javax.faces.component.html.HtmlCommandScript
Return the value of the resetValues property.
getResource(String) - Method in class javax.faces.context.ExternalContext
Return a URL for the application resource mapped to the specified path, if it exists; otherwise, return null.
getResource(String) - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.getResource(String) on the wrapped ExternalContext object.
getResource(String) - Method in interface javax.servlet.ServletContext
Returns a URL to the resource that is mapped to the given path.
getResource(Object) - Method in interface javax.transaction.TransactionSynchronizationRegistry
Get an object from the Map of resources being managed for the transaction bound to the current thread at the time this method is called.
getResource(Class<T>) - Method in interface javax.ws.rs.container.ResourceContext
Get a resolved instance of a resource or sub-resource class.
getResourceAdapter() - Method in interface javax.resource.spi.ResourceAdapterAssociation
Get the associated ResourceAdapter object.
getResourceAsStream(String) - Method in class javax.faces.context.ExternalContext
Return an InputStream for an application resource mapped to the specified path, if it exists; otherwise, return null.
getResourceAsStream(String) - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.getResourceAsStream(String) on the wrapped ExternalContext object.
getResourceAsStream(String) - Method in interface javax.servlet.ServletContext
Returns the resource located at the named path as an InputStream object.
getResourceBundle(FacesContext, String) - Method in class javax.faces.application.Application
Find a ResourceBundle as defined in the application configuration resources under the specified name.
getResourceBundle(FacesContext, String) - Method in class javax.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.getResourceBundle(javax.faces.context.FacesContext, String) on the wrapped Application object.

getResourceBundle() - Method in class javax.servlet.jsp.jstl.fmt.LocalizationContext
Gets the resource bundle of this I18N localization context.
getResourceBundleMap() - Method in class javax.faces.component.UIComponent

Return a Map<String,String> of the ResourceBundle for this component.

getResourceClass() - Method in interface javax.ws.rs.container.ResourceInfo
Get the resource class that is the target of a request, or null if this information is not available.
getResourceHandler() - Method in class javax.faces.application.Application

Return the singleton, stateless, thread-safe ResourceHandler for this application.

getResourceHandler() - Method in class javax.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.getResourceHandler() on the wrapped Application object.

getResourceLibraryContracts() - Method in class javax.faces.context.FacesContext

Return the list of resource library contracts that have been calculated to be appropriate for use with this view, or an empty list if there are no such resource library contracts.

getResourceLibraryContracts() - Method in class javax.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext.getResourceLibraryContracts() on the wrapped FacesContext object.
getResourceMethod() - Method in interface javax.ws.rs.container.ResourceInfo
Get the resource method that is the target of a request, or null if this information is not available.
getResourceName() - Method in class javax.faces.application.Resource

Return the resourceName for this resource.

getResourceName() - Method in class javax.faces.application.ResourceWrapper

The default behavior of this method is to call Resource.getResourceName() on the wrapped ResourceHandler object.

getResourcePaths(String) - Method in class javax.faces.context.ExternalContext
Return the Set of resource paths for all application resources whose resource path starts with the specified argument.
getResourcePaths(String) - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.getResourcePaths(String) on the wrapped ExternalContext object.
getResourcePaths(String) - Method in interface javax.servlet.ServletContext
Returns a directory-like listing of all the paths to resources within the web application whose longest sub-path matches the supplied path argument.
getResourceURL(FacesContext) - Method in class javax.faces.application.NavigationCase

Construct an absolute URL to this NavigationCase instance using ViewHandler.getResourceURL(javax.faces.context.FacesContext, java.lang.String) on the path portion of the url.

getResourceURL(FacesContext) - Method in class javax.faces.application.NavigationCaseWrapper
 
getResourceURL(FacesContext, String) - Method in class javax.faces.application.ViewHandler

If the value returned from this method is used as the file argument to the four-argument constructor for java.net.URL (assuming appropriate values are used for the first three arguments), then a client making a request to the toExternalForm() of that URL will select the argument path for direct rendering.

getResourceURL(FacesContext, String) - Method in class javax.faces.application.ViewHandlerWrapper
The default behavior of this method is to call ViewHandler.getResourceURL(javax.faces.context.FacesContext, String) on the wrapped ViewHandler object.
getResponse() - Method in class javax.faces.context.ExternalContext
Return the environment-specific object instance for the current response.
getResponse() - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.getResponse() on the wrapped ExternalContext object.
getResponse() - Method in interface javax.security.enterprise.authentication.mechanism.http.HttpMessageContext
Returns the response object associated with the current request.
getResponse() - Method in class javax.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
getResponse() - Method in interface javax.servlet.AsyncContext
Gets the response that was used to initialize this AsyncContext by calling ServletRequest.startAsync() or ServletRequest.startAsync(ServletRequest, ServletResponse).
getResponse() - Method in class javax.servlet.jsp.PageContext
The current value of the response object (a ServletResponse).
getResponse() - Method in class javax.servlet.ServletResponseWrapper
Return the wrapped ServletResponse object.
getResponse() - Method in exception javax.ws.rs.client.ResponseProcessingException
Get the HTTP response for which the processing has failed.
getResponse() - Method in exception javax.ws.rs.WebApplicationException
Get the HTTP response.
getResponseBufferSize() - Method in class javax.faces.context.ExternalContext

Return the buffer size for the current response.

getResponseBufferSize() - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.getResponseBufferSize() on the wrapped ExternalContext object.
getResponseCharacterEncoding() - Method in class javax.faces.context.ExternalContext
Returns the name of the character encoding (MIME charset) used for the body sent in this response.
getResponseCharacterEncoding() - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.getResponseCharacterEncoding() on the wrapped ExternalContext object.
getResponseCharacterEncoding() - Method in interface javax.servlet.ServletContext
Gets the response character encoding that are supported by default for this ServletContext.
getResponseComplete() - Method in class javax.faces.context.FacesContext
Return true if the responseComplete() method has been called for the current request.
getResponseComplete() - Method in class javax.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext.getResponseComplete() on the wrapped FacesContext object.
getResponseContentType() - Method in class javax.faces.context.ExternalContext
Return the MIME Content-Type for this response.
getResponseContentType() - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.getResponseContentType() on the wrapped ExternalContext object.
getResponseHeaders() - Method in class javax.faces.application.Resource

Returns a mutable Map<String, String> whose entries will be sent as response headers during ResourceHandler.handleResourceRequest(javax.faces.context.FacesContext).

getResponseHeaders() - Method in class javax.faces.application.ResourceWrapper

The default behavior of this method is to call Resource.getResponseHeaders() on the wrapped ResourceHandler object.

getResponseMessage() - Method in interface javax.security.auth.message.MessageInfo
Get the response message object from this MessageInfo.
getResponseOutputStream() - Method in class javax.faces.context.ExternalContext

Returns an OutputStream suitable for writing binary data to the user-agent.

getResponseOutputStream() - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.getResponseOutputStream() on the wrapped ExternalContext object.
getResponseOutputWriter() - Method in class javax.faces.context.ExternalContext

Returns a Writer suitable for writing character data to the user-agent.

getResponseOutputWriter() - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.getResponseOutputWriter() on the wrapped ExternalContext object.
getResponseStateManager() - Method in class javax.faces.render.RenderKit
Return an instance of ResponseStateManager to handle rendering technology specific state management decisions.
getResponseStateManager() - Method in class javax.faces.render.RenderKitWrapper
The default behavior of this method is to call RenderKit.getResponseStateManager() on the wrapped RenderKit object.
getResponseStream() - Method in class javax.faces.context.FacesContext
Return the ResponseStream to which components should direct their binary output.
getResponseStream() - Method in class javax.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext.getResponseStream() on the wrapped FacesContext object.
getResponseWriter() - Method in class javax.faces.context.FacesContext
Return the ResponseWriter to which components should direct their character-based output.
getResponseWriter() - Method in class javax.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext.getResponseWriter() on the wrapped FacesContext object.
getRestriction() - Method in interface javax.persistence.criteria.CommonAbstractCriteria
Return the predicate that corresponds to the where clause restriction(s), or null if no restrictions have been specified.
getResult() - Method in interface javax.enterprise.concurrent.LastExecution
Result of the last execution.
getResult() - Method in class javax.security.auth.message.callback.PasswordValidationCallback
Get the authentication result.
getResultList() - Method in interface javax.persistence.Query
Execute a SELECT query and return the query results as an untyped List.
getResultList() - Method in interface javax.persistence.StoredProcedureQuery
Retrieve the list of results from the next result set.
getResultList() - Method in interface javax.persistence.TypedQuery
Execute a SELECT query and return the query results as a typed List.
getResultSetInfo() - Method in interface javax.resource.cci.Connection
Gets the information on the ResultSet functionality supported by a connected EIS instance.
getResultStream() - Method in interface javax.persistence.Query
Execute a SELECT query and return the query results as an untyped java.util.stream.Stream.
getResultStream() - Method in interface javax.persistence.TypedQuery
Execute a SELECT query and return the query results as a typed java.util.stream.Stream.
getResultTargetModuleIDs() - Method in interface javax.enterprise.deploy.spi.status.ProgressObject
Retrieve the list of TargetModuleIDs successfully processed or created by the associated DeploymentManager operation.
getResultType() - Method in interface javax.persistence.criteria.AbstractQuery
Return the result type of the query or subquery.
getRetryTime(Date) - Method in exception javax.ws.rs.ServiceUnavailableException
Get the retry time for the failed request.
getReturns() - Method in class javax.faces.flow.Flow

Return an immutable data structure containing all of the return nodes declared for this flow.

getReturnType() - Method in class javax.el.MethodInfo
Returns the return type of the method
getReturnType() - Method in interface javax.xml.rpc.Call
Gets the return type for a specific operation
getReturnValueDescriptor() - Method in interface javax.validation.metadata.ExecutableDescriptor
Returns a descriptor for this executable's return value.
getRev() - Method in class javax.faces.component.html.HtmlCommandLink
Return the value of the rev property.
getRev() - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
Return the value of the rev property.
getRev() - Method in class javax.faces.component.html.HtmlOutputLink
Return the value of the rev property.
getRole() - Method in class javax.faces.component.html.HtmlBody
Return the value of the role property.
getRole() - Method in class javax.faces.component.html.HtmlCommandButton
Return the value of the role property.
getRole() - Method in class javax.faces.component.html.HtmlCommandLink
Return the value of the role property.
getRole() - Method in class javax.faces.component.html.HtmlDataTable
Return the value of the role property.
getRole() - Method in class javax.faces.component.html.HtmlForm
Return the value of the role property.
getRole() - Method in class javax.faces.component.html.HtmlGraphicImage
Return the value of the role property.
getRole() - Method in class javax.faces.component.html.HtmlInputFile
Return the value of the role property.
getRole() - Method in class javax.faces.component.html.HtmlInputSecret
Return the value of the role property.
getRole() - Method in class javax.faces.component.html.HtmlInputText
Return the value of the role property.
getRole() - Method in class javax.faces.component.html.HtmlInputTextarea
Return the value of the role property.
getRole() - Method in class javax.faces.component.html.HtmlMessage
Return the value of the role property.
getRole() - Method in class javax.faces.component.html.HtmlMessages
Return the value of the role property.
getRole() - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
Return the value of the role property.
getRole() - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
Return the value of the role property.
getRole() - Method in class javax.faces.component.html.HtmlOutputFormat
Return the value of the role property.
getRole() - Method in class javax.faces.component.html.HtmlOutputLabel
Return the value of the role property.
getRole() - Method in class javax.faces.component.html.HtmlOutputLink
Return the value of the role property.
getRole() - Method in class javax.faces.component.html.HtmlOutputText
Return the value of the role property.
getRole() - Method in class javax.faces.component.html.HtmlPanelGrid
Return the value of the role property.
getRole() - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
Return the value of the role property.
getRole() - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
Return the value of the role property.
getRole() - Method in class javax.faces.component.html.HtmlSelectManyListbox
Return the value of the role property.
getRole() - Method in class javax.faces.component.html.HtmlSelectManyMenu
Return the value of the role property.
getRole() - Method in class javax.faces.component.html.HtmlSelectOneListbox
Return the value of the role property.
getRole() - Method in class javax.faces.component.html.HtmlSelectOneMenu
Return the value of the role property.
getRole() - Method in class javax.faces.component.html.HtmlSelectOneRadio
Return the value of the role property.
getRoles() - Method in interface javax.xml.rpc.handler.HandlerChain
Gets SOAP actor roles registered for this HandlerChain at this SOAP node.
getRoles() - Method in interface javax.xml.rpc.handler.soap.SOAPMessageContext
Gets the SOAP actor roles associated with an execution of the HandlerChain and its contained Handler instances.
getRolesAllowed() - Method in class javax.servlet.HttpConstraintElement
Gets the names of the authorized roles.
getRollbackOnly() - Method in interface javax.ejb.EJBContext
Test if the transaction has been marked for rollback only.
getRollbackOnly() - Method in interface javax.persistence.EntityTransaction
Determine whether the current resource transaction has been marked for rollback.
getRollbackOnly() - Method in interface javax.transaction.TransactionSynchronizationRegistry
Get the rollbackOnly status of the transaction bound to the current thread at the time this method is called.
getRolledbackCount() - Method in interface javax.management.j2ee.statistics.JTAStats
Number of rolled-back transactions.
getRoot() - Method in interface javax.enterprise.deploy.model.DDBean
Return the root element for this DDBean.
getRoot() - Method in interface javax.persistence.criteria.CriteriaDelete
Return the query root.
getRoot() - Method in interface javax.persistence.criteria.CriteriaUpdate
Return the query root.
getRootBean() - Method in interface javax.validation.ConstraintViolation
Returns the root bean being validated.
getRootBeanClass() - Method in interface javax.validation.ConstraintViolation
Returns the class of the root bean being validated.
getRootCause(Throwable) - Method in class javax.faces.context.ExceptionHandler

Unwrap the argument t until the unwrapping encounters an Object whose getClass() is not equal to FacesException.class or javax.el.ELException.class.

getRootCause(Throwable) - Method in class javax.faces.context.ExceptionHandlerWrapper
The default behavior of this method is to call ExceptionHandler.getRootCause(Throwable) on the wrapped ExceptionHandler object.
getRootCause() - Method in exception javax.servlet.jsp.el.ELException
Deprecated.
Returns the root cause.
getRootCause() - Method in exception javax.servlet.jsp.JspException
Deprecated.
As of JSP 2.1, replaced by Throwable.getCause()
getRootCause() - Method in exception javax.servlet.ServletException
Returns the exception that caused this servlet exception.
getRootElement() - Method in class javax.faces.component.html.HtmlDoctype
Return the value of the rootElement property.
getRootOrganization() - Method in interface javax.xml.registry.infomodel.Organization
Gets the root organization.
getRoots() - Method in interface javax.persistence.criteria.AbstractQuery
Return the query roots.
getRowClass() - Method in class javax.faces.component.html.HtmlDataTable
Return the value of the rowClass property.
getRowClass() - Method in class javax.faces.component.html.HtmlPanelGrid
Return the value of the rowClass property.
getRowClasses() - Method in class javax.faces.component.html.HtmlDataTable
Return the value of the rowClasses property.
getRowClasses() - Method in class javax.faces.component.html.HtmlPanelGrid
Return the value of the rowClasses property.
getRowCount() - Method in class javax.faces.component.UIData
Return the number of rows in the underlying data model.
getRowCount() - Method in class javax.faces.model.ArrayDataModel
If there is wrappedData available, return the length of the array.
getRowCount() - Method in class javax.faces.model.CollectionDataModel
If there is wrappedData available, return the length of the list.
getRowCount() - Method in class javax.faces.model.DataModel
Return the number of rows of data objects represented by this DataModel.
getRowCount() - Method in class javax.faces.model.IterableDataModel
Return the number of rows of data objects represented by this DataModel.
getRowCount() - Method in class javax.faces.model.ListDataModel
If there is wrappedData available, return the length of the list.
getRowCount() - Method in class javax.faces.model.ResultDataModel
If there is wrappedData available, return the length of the array returned by calling getRows() on the underlying Result.
getRowCount() - Method in class javax.faces.model.ResultSetDataModel
Return -1, since ResultSet does not provide a standard way to determine the number of available rows without scrolling through the entire ResultSet, and this can be very expensive if the number of rows is large.
getRowCount() - Method in class javax.faces.model.ScalarDataModel
If there is wrappedData available, return 1.
getRowCount() - Method in interface javax.servlet.jsp.jstl.sql.Result
Returns the number of rows in the cached ResultSet
getRowData() - Method in class javax.faces.component.UIData
Return the data object representing the data for the currently selected row index, if any.
getRowData() - Method in class javax.faces.model.ArrayDataModel
If row data is available, return the array element at the index specified by rowIndex.
getRowData() - Method in class javax.faces.model.CollectionDataModel
If row data is available, return the array element at the index specified by rowIndex.
getRowData() - Method in class javax.faces.model.DataModel
Return an object representing the data for the currently selected row index.
getRowData() - Method in class javax.faces.model.DataModelEvent
Return the object representing the data for the specified row index, or null for no associated row data.
getRowData() - Method in class javax.faces.model.IterableDataModel
Return an object representing the data for the currenty selected row index.
getRowData() - Method in class javax.faces.model.ListDataModel
If row data is available, return the array element at the index specified by rowIndex.
getRowData() - Method in class javax.faces.model.ResultDataModel
If row data is available, return the SortedMap array element at the index specified by rowIndex of the array returned by calling getRows() on the underlying Result.
getRowData() - Method in class javax.faces.model.ResultSetDataModel
If row data is available, return a Map representing the values of the columns for the row specified by rowIndex, keyed by the corresponding column names.
getRowData() - Method in class javax.faces.model.ScalarDataModel
If wrapped data is available, return the wrapped data instance.
getRowIndex() - Method in class javax.faces.component.UIData
Return the zero-relative index of the currently selected row.
getRowIndex() - Method in class javax.faces.model.ArrayDataModel
 
getRowIndex() - Method in class javax.faces.model.CollectionDataModel
 
getRowIndex() - Method in class javax.faces.model.DataModel
Return the zero-relative index of the currently selected row.
getRowIndex() - Method in class javax.faces.model.DataModelEvent
Return the row index for this event, or -1 for no specific row.
getRowIndex() - Method in class javax.faces.model.IterableDataModel
Return the zero-relative index of the currently selected row.
getRowIndex() - Method in class javax.faces.model.ListDataModel
 
getRowIndex() - Method in class javax.faces.model.ResultDataModel
 
getRowIndex() - Method in class javax.faces.model.ResultSetDataModel
 
getRowIndex() - Method in class javax.faces.model.ScalarDataModel
 
getRows() - Method in class javax.faces.component.html.HtmlInputTextarea
Return the value of the rows property.
getRows() - Method in class javax.faces.component.UIData
Return the number of rows to be displayed, or zero for all remaining rows in the table.
getRows() - Method in interface javax.servlet.jsp.jstl.sql.Result
Returns the result of the query as an array of SortedMap objects.
getRowsByIndex() - Method in interface javax.servlet.jsp.jstl.sql.Result
Returns the result of the query as an array of arrays.
getRules() - Method in class javax.faces.component.html.HtmlDataTable
Return the value of the rules property.
getRules() - Method in class javax.faces.component.html.HtmlPanelGrid
Return the value of the rules property.
getRunAsRole() - Method in interface javax.servlet.ServletRegistration
Gets the name of the runAs role of the Servlet represented by this ServletRegistration.
getRunEnd() - Method in interface javax.enterprise.concurrent.LastExecution
The last time in which the task was completed.
getRunningExecutions(String) - Method in interface javax.batch.operations.JobOperator
Returns execution ids for job instances with the specified name that have running executions.
getRunningModules(ModuleType, Target[]) - Method in interface javax.enterprise.deploy.spi.DeploymentManager
Retrieve the list of Jakarta EE application modules distributed to the identified targets and that are currently running on the associated server or servers.
getRunStart() - Method in interface javax.enterprise.concurrent.LastExecution
The last time in which the task started running.
getRuntimeType() - Method in interface javax.ws.rs.core.Configuration
Get the runtime type of this configuration context.
getRxInvoker(SyncInvoker, ExecutorService) - Method in interface javax.ws.rs.client.RxInvokerProvider
Get RxInvoker implementation instance.
getSchedule() - Method in interface javax.ejb.Timer
Get the schedule expression corresponding to this timer.
getScheduledStart() - Method in interface javax.enterprise.concurrent.LastExecution
The last time in which task was scheduled to run.
getScheme() - Method in interface javax.servlet.ServletRequest
Returns the name of the scheme used to make this request, for example, http, https, or ftp.
getScheme() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getScheme() on the wrapped request object.
getScope() - Method in interface javax.enterprise.context.spi.Context
Get the scope type of the context object.
getScope() - Method in interface javax.enterprise.inject.spi.BeanAttributes
Obtains the scope of the bean.
getScope() - Method in class javax.faces.component.UIWebsocket
Returns the scope of the websocket channel.
getScope() - Method in class javax.faces.event.ScopeContext

Return the scope itself, exposed as a Map.

getScope() - Method in class javax.servlet.jsp.tagext.TagVariableInfo
The body of the <scope> element.
getScope() - Method in class javax.servlet.jsp.tagext.VariableInfo
Returns the lexical scope of the variable.
getScopeName() - Method in class javax.faces.event.ScopeContext

Return the name of this custom scope.

getScript(ClientBehaviorContext) - Method in interface javax.faces.component.behavior.ClientBehavior

Return the script that implements this ClientBehavior's client-side logic.

getScript(ClientBehaviorContext) - Method in class javax.faces.component.behavior.ClientBehaviorBase
getScript(ClientBehaviorContext, ClientBehavior) - Method in class javax.faces.render.ClientBehaviorRenderer

Return the script that implements this ClientBehavior's client-side logic.

getScriptComponentResource(FacesContext, Resource) - Method in class javax.faces.view.ViewDeclarationLanguage

Take implementation specific action to discover a Resource given the argument componentResource.

getScriptComponentResource(FacesContext, Resource) - Method in class javax.faces.view.ViewDeclarationLanguageWrapper
 
getScriptingInvalid() - Method in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
Gets the value of the scripting-invalid configuration, which specifies whether scripting is enabled for any JSP pages mapped to the JSP property group represented by this JspPropertyGroupDescriptor.
getSearchExpressionContext(FacesContext, UIComponent, Set<SearchExpressionHint>, Set<VisitHint>) - Method in class javax.faces.component.search.SearchExpressionContextFactory

Creates a SearchExpressionContext instance for use with the SearchExpressionHandler.

getSearchExpressionContext() - Method in class javax.faces.component.search.SearchKeywordContext

Returns the SearchExpressionContext for the current request.

getSearchExpressionHandler() - Method in class javax.faces.application.Application

Return the thread-safe singleton SearchExpressionHandler for this application.

getSearchExpressionHandler() - Method in class javax.faces.application.ApplicationWrapper
 
getSearchKeywordResolver() - Method in class javax.faces.application.Application

Return the singleton SearchKeywordResolver instance to be used for all search keyword resolution.

getSearchKeywordResolver() - Method in class javax.faces.application.ApplicationWrapper
 
getSecond() - Method in class javax.ejb.ScheduleExpression
Return the value of the second attribute.
getSecure() - Method in class javax.servlet.http.Cookie
Returns true if the browser is sending cookies only over a secure protocol, or false if the browser can send cookies using any protocol.
getSecurityContext() - Method in interface javax.ws.rs.container.ContainerRequestContext
Get the injectable security context information for the current request.
getSelectedClass() - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
Return the value of the selectedClass property.
getSelectedValues() - Method in class javax.faces.component.UISelectMany
Return the currently selected values, or null if there are no currently selected values.
getSelection() - Method in interface javax.persistence.criteria.AbstractQuery
Return the selection of the query, or null if no selection has been set.
getSelection() - Method in interface javax.persistence.criteria.Subquery
Return the selection expression.
getSelectItems() - Method in class javax.faces.model.SelectItemGroup
Return the set of subordinate SelectItems for this group.
getSender() - Method in class javax.mail.internet.MimeMessage
Returns the value of the RFC 822 "Sender" header field.
getSendStream() - Method in interface javax.websocket.RemoteEndpoint.Basic
Opens an output stream on which a binary message may be sent.
getSendTimeout() - Method in interface javax.websocket.RemoteEndpoint.Async
Return the number of milliseconds the implementation will timeout attempting to send a websocket message.
getSendWriter() - Method in interface javax.websocket.RemoteEndpoint.Basic
Opens an character stream on which a text message may be sent.
getSentDate() - Method in class javax.mail.internet.MimeMessage
Returns the value of the RFC 822 "Date" field.
getSentDate() - Method in class javax.mail.Message
Get the date this message was sent.
getSentMailCount() - Method in interface javax.management.j2ee.statistics.JavaMailStats
The number of mail messages sent.
getSeparator() - Method in class javax.mail.Folder
Return the delimiter character that separates this Folder's pathname from the names of immediate subfolders.
getSeparatorChar(FacesContext) - Static method in class javax.faces.component.UINamingContainer

Return the character used to separate segments of a clientId.

getSerializer(Class, QName) - Method in interface javax.xml.rpc.encoding.TypeMapping
Gets the SerializerFactory registered for the specified pair of Java type and XML data type.
getSerializerAs(String) - Method in interface javax.xml.rpc.encoding.SerializerFactory
Returns a Serializer for the specified XML processing mechanism type.
getSerialNum() - Method in class javax.security.auth.message.callback.PrivateKeyCallback.IssuerSerialNumRequest
Get the serial number.
getServerAuthConfig(String, String, CallbackHandler) - Method in interface javax.security.auth.message.config.AuthConfigProvider
Get an instance of ServerAuthConfig from this provider.
getServerInfo() - Method in interface javax.servlet.ServletContext
Returns the name and version of the servlet container on which the servlet is running.
getServerName() - Method in interface javax.servlet.ServletRequest
Returns the host name of the server to which the request was sent.
getServerName() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getServerName() on the wrapped request object.
getServerPort() - Method in interface javax.servlet.ServletRequest
Returns the port number to which the request was sent.
getServerPort() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getServerPort() on the wrapped request object.
getServerSession() - Method in interface javax.jms.ServerSessionPool
Return a server session from the pool.
getServerSessionPool() - Method in interface javax.jms.ConnectionConsumer
Gets the server session pool associated with this connection consumer.
getService() - Method in interface javax.xml.registry.infomodel.ServiceBinding
Gets the parent service for which this is a binding.
getServiceBinding() - Method in interface javax.xml.registry.infomodel.SpecificationLink
Gets the parent ServiceBinding for this SpecificationLink.
getServiceBindings() - Method in interface javax.xml.registry.infomodel.Service
Gets all children ServiceBindings.
getServiceName() - Method in interface javax.xml.rpc.Service
Gets the name of this service.
getServices() - Method in interface javax.xml.registry.infomodel.Organization
Gets all children Services.
getServiceTime() - Method in interface javax.management.j2ee.statistics.ServletStats
Execution times for the methods.
getServlet(String) - Method in interface javax.servlet.ServletContext
Deprecated.
As of Java Servlet API 2.1, with no direct replacement.

This method was originally defined to retrieve a servlet from a ServletContext. In this version, this method always returns null and remains only to preserve binary compatibility. This method will be permanently removed in a future version of Jakarta Servlets.

In lieu of this method, servlets can share information using the ServletContext class and can perform shared business logic by invoking methods on common non-servlet classes.

getServlet() - Method in exception javax.servlet.UnavailableException
Deprecated.
As of Java Servlet API 2.2, with no replacement. Returns the servlet that is reporting its unavailability.
getServletConfig() - Method in class javax.faces.webapp.FacesServlet
Return the ServletConfig instance for this servlet.
getServletConfig() - Method in class javax.servlet.GenericServlet
Returns this servlet's ServletConfig object.
getServletConfig() - Method in class javax.servlet.jsp.PageContext
The ServletConfig instance.
getServletConfig() - Method in interface javax.servlet.Servlet
Returns a ServletConfig object, which contains initialization and startup parameters for this servlet.
getServletContext() - Method in interface javax.servlet.FilterConfig
Returns a reference to the ServletContext in which the caller is executing.
getServletContext() - Method in class javax.servlet.GenericFilter
Returns a reference to the ServletContext in which this filter is running.
getServletContext() - Method in class javax.servlet.GenericServlet
Returns a reference to the ServletContext in which this servlet is running.
getServletContext() - Method in interface javax.servlet.http.HttpSession
Returns the ServletContext to which this session belongs.
getServletContext() - Method in class javax.servlet.jsp.PageContext
The ServletContext instance.
getServletContext() - Method in interface javax.servlet.ServletConfig
Returns a reference to the ServletContext in which the caller is executing.
getServletContext() - Method in class javax.servlet.ServletContextEvent
Return the ServletContext that changed.
getServletContext() - Method in interface javax.servlet.ServletRequest
Gets the servlet context to which this ServletRequest was last dispatched.
getServletContext() - Method in class javax.servlet.ServletRequestEvent
Returns the ServletContext of this web application.
getServletContext() - Method in class javax.servlet.ServletRequestWrapper
Gets the servlet context to which the wrapped servlet request was last dispatched.
getServletContext() - Method in interface javax.xml.rpc.server.ServletEndpointContext
The method getServletContext returns the ServletContext associated with the web application that contain this endpoint.
getServletContextName() - Method in interface javax.servlet.ServletContext
Returns the name of this web application corresponding to this ServletContext as specified in the deployment descriptor for this web application by the display-name element.
getServletInfo() - Method in class javax.faces.webapp.FacesServlet
Return information about this Servlet.
getServletInfo() - Method in class javax.servlet.GenericServlet
Returns information about the servlet, such as author, version, and copyright.
getServletInfo() - Method in interface javax.servlet.Servlet
Returns information about the servlet, such as author, version, and copyright.
getServletName() - Method in class javax.servlet.GenericServlet
Returns the name of this servlet instance.
getServletName() - Method in interface javax.servlet.http.HttpServletMapping
Return the String representation for the servlet-name for this mapping.
getServletName() - Method in class javax.servlet.jsp.ErrorData
Returns the name of the servlet invoked.
getServletName() - Method in interface javax.servlet.ServletConfig
Returns the name of this servlet instance.
getServletNameMappings() - Method in interface javax.servlet.FilterRegistration
Gets the currently available servlet name mappings of the Filter represented by this FilterRegistration.
getServletNames() - Method in interface javax.servlet.ServletContext
Deprecated.
As of Java Servlet API 2.1, with no replacement.

This method was originally defined to return an Enumeration of all the servlet names known to this context. In this version, this method always returns an empty Enumeration and remains only to preserve binary compatibility. This method will be permanently removed in a future version of Jakarta Servlets.

getServletPath() - Method in interface javax.servlet.http.HttpServletRequest
Returns the part of this request's URL that calls the servlet.
getServletPath() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getServletPath() on the wrapped request object.
getServletRegistration(String) - Method in interface javax.servlet.ServletContext
Gets the ServletRegistration corresponding to the servlet with the given servletName.
getServletRegistrations() - Method in interface javax.servlet.ServletContext
Gets a (possibly empty) Map of the ServletRegistration objects (keyed by servlet name) corresponding to all servlets registered with this ServletContext.
getServletRequest() - Method in class javax.servlet.ServletRequestEvent
Returns the ServletRequest that is changing.
getServlets() - Method in interface javax.servlet.ServletContext
Deprecated.
As of Java Servlet API 2.0, with no replacement.

This method was originally defined to return an Enumeration of all the servlets known to this servlet context. In this version, this method always returns an empty enumeration and remains only to preserve binary compatibility. This method will be permanently removed in a future version of Jakarta Servlets.

getSession(boolean) - Method in class javax.faces.context.ExternalContext
If the create parameter is true, create (if necessary) and return a session instance associated with the current request.
getSession(boolean) - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.getSession(boolean) on the wrapped ExternalContext object.
getSession() - Method in interface javax.jms.ServerSession
Return the ServerSession's Session.
getSession() - Method in interface javax.jms.XASession
Gets the session associated with this XASession.
getSession() - Method in class javax.mail.Message
Return the Session used when this message was created.
getSession() - Method in class javax.mail.MessageContext
Return the Session we're operating in.
getSession(boolean) - Method in interface javax.servlet.http.HttpServletRequest
Returns the current HttpSession associated with this request or, if there is no current session and create is true, returns a new session.
getSession() - Method in interface javax.servlet.http.HttpServletRequest
Returns the current session associated with this request, or if the request does not have a session, creates one.
getSession(boolean) - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getSession(boolean create) on the wrapped request object.
getSession() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getSession() on the wrapped request object.
getSession() - Method in class javax.servlet.http.HttpSessionBindingEvent
Return the session that changed.
getSession(String) - Method in interface javax.servlet.http.HttpSessionContext
Deprecated.
As of Java Servlet API 2.1 with no replacement. This method must return null and will be removed in a future version of this API.
getSession() - Method in class javax.servlet.http.HttpSessionEvent
Return the session that changed.
getSession() - Method in class javax.servlet.jsp.PageContext
The current value of the session object (an HttpSession).
getSession() - Method in exception javax.websocket.SessionException
Return the Session on which the problem occurred.
getSessionBeanType() - Method in interface javax.enterprise.inject.spi.ProcessSessionBean
Returns a SessionBeanType representing the kind of session bean.
getSessionContext() - Method in interface javax.servlet.http.HttpSession
Deprecated.
As of Version 2.1, this method is deprecated and has no replacement. It will be removed in a future version of the Java Servlet API.
getSessionCookieConfig() - Method in interface javax.servlet.ServletContext
Gets the SessionCookieConfig object through which various properties of the session tracking cookies created on behalf of this ServletContext may be configured.
getSessionId(boolean) - Method in class javax.faces.context.ExternalContext

Return the id of the current session or the empty string if no session has been created and the create parameter is false.

getSessionId(boolean) - Method in class javax.faces.context.ExternalContextWrapper

The default behavior of this method is to call ExternalContext.getSessionId(boolean) on the wrapped ExternalContext object.

getSessionId() - Method in interface javax.servlet.http.PushBuilder
Return the SessionID to be used for the push.
getSessionMap() - Method in class javax.faces.context.ExternalContext
Return a mutable Map representing the session scope attributes for the current application.
getSessionMap() - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.getSessionMap() on the wrapped ExternalContext object.
getSessionMaxInactiveInterval() - Method in class javax.faces.context.ExternalContext

Returns the maximum time interval, in seconds, that the Jakarta Servlet container will keep this session open between client accesses.

getSessionMaxInactiveInterval() - Method in class javax.faces.context.ExternalContextWrapper

The default behavior of this method is to call ExternalContext.getSessionMaxInactiveInterval() on the wrapped ExternalContext object.

getSessionMode() - Method in interface javax.jms.JMSContext
Returns the session mode of the JMSContext's session.
getSessions() - Method in interface javax.management.j2ee.statistics.JMSConnectionStats
Returns an array of JMSSessionStats that provide statistics about the sessions associated with the referencing JMSConnectionStats.
getSessionTimeout() - Method in interface javax.servlet.ServletContext
Gets the session timeout in minutes that are supported by default for this ServletContext.
getSet(String, Class<E>) - Method in interface javax.persistence.metamodel.ManagedType
Return the Set-valued attribute of the managed type that corresponds to the specified name and Java element type.
getSet(String) - Method in interface javax.persistence.metamodel.ManagedType
Return the Set-valued attribute of the managed type that corresponds to the specified name.
getSeverity() - Method in class javax.faces.application.FacesMessage
Return the severity level.
getShape() - Method in class javax.faces.component.html.HtmlCommandLink
Return the value of the shape property.
getShape() - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
Return the value of the shape property.
getShape() - Method in class javax.faces.component.html.HtmlOutputLink
Return the value of the shape property.
getSharedCacheMode() - Method in interface javax.persistence.spi.PersistenceUnitInfo
Returns the specification of how the provider must use a second-level cache for the persistence unit.
getSharedNamespaces() - Method in class javax.mail.Store
Return a set of folders representing the shared namespaces.
getShort(String) - Method in interface javax.jms.MapMessage
Returns the short value with the specified name.
getShortName() - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
The preferred short name (prefix) as indicated in the TLD.
getShortProperty(String) - Method in interface javax.jms.JMSProducer
Returns the message property with the specified name that has been set on this JMSProducer, converted to a short.
getShortProperty(String) - Method in interface javax.jms.Message
Returns the value of the short property with the specified name.
getSingleResult() - Method in interface javax.persistence.Query
Execute a SELECT query that returns a single untyped result.
getSingleResult() - Method in interface javax.persistence.StoredProcedureQuery
Retrieve a single result from the next result set.
getSingleResult() - Method in interface javax.persistence.TypedQuery
Execute a SELECT query that returns a single result.
getSingletons() - Method in class javax.ws.rs.core.Application
Get a set of root resource, provider and feature instances.
getSingularAttribute(String, Class<Y>) - Method in interface javax.persistence.metamodel.ManagedType
Return the single-valued attribute of the managed type that corresponds to the specified name and Java type.
getSingularAttribute(String) - Method in interface javax.persistence.metamodel.ManagedType
Return the single-valued attribute of the managed type that corresponds to the specified name.
getSingularAttributes() - Method in interface javax.persistence.metamodel.ManagedType
Return the single-valued attributes of the managed type.
getSize() - Method in class javax.faces.component.html.HtmlInputFile
Return the value of the size property.
getSize() - Method in class javax.faces.component.html.HtmlInputSecret
Return the value of the size property.
getSize() - Method in class javax.faces.component.html.HtmlInputText
Return the value of the size property.
getSize() - Method in class javax.faces.component.html.HtmlSelectManyListbox
Return the value of the size property.
getSize() - Method in class javax.faces.component.html.HtmlSelectOneListbox
Return the value of the size property.
getSize() - Method in class javax.mail.internet.MimeBodyPart
Return the size of the content of this body part in bytes.
getSize() - Method in class javax.mail.internet.MimeMessage
Return the size of the content of this message in bytes.
getSize() - Method in interface javax.mail.Part
Return the size of the content of this part in bytes.
getSize() - Method in interface javax.servlet.http.Part
Returns the size of this fille.
getSize(T, Class<?>, Type, Annotation[], MediaType) - Method in interface javax.ws.rs.ext.MessageBodyWriter
Originally, the method has been called before writeTo to ascertain the length in bytes of the serialized form of t.
getSlot(String) - Method in interface javax.xml.registry.infomodel.ExtensibleObject
Gets the slot specified by slotName.
getSlots() - Method in interface javax.xml.registry.infomodel.ExtensibleObject
Returns the Slots associated with this object.
getSlotType() - Method in interface javax.xml.registry.infomodel.Slot
Gets the slotType for this Slot.
getSmallIcon() - Method in class javax.servlet.jsp.tagext.TagInfo
Get the path to the small icon.
getSMaxAge() - Method in class javax.ws.rs.core.CacheControl
Corresponds to the s-maxage cache control directive.
getSource() - Method in interface javax.enterprise.inject.spi.ProcessSyntheticAnnotatedType
Get the extension instance which added the AnnotatedType for which this event is being fired.
getSource() - Method in interface javax.enterprise.inject.spi.ProcessSyntheticBean
Get the extension instance which added the Bean for which this event is being fired.
getSource() - Method in interface javax.enterprise.inject.spi.ProcessSyntheticObserverMethod
Get the extension instance which added the ObserverMethod for which this event is being fired.
getSource() - Method in class javax.faces.component.search.SearchExpressionContext

Returns the source / base component from which we will start to perform our search.

getSourceId() - Method in class javax.faces.component.behavior.ClientBehaviorContext

Returns an id for use as the ClientBehavior source.

getSourceObject() - Method in interface javax.xml.registry.infomodel.Association
Gets the Object that is the source of this Association.
getSpecificationLinks() - Method in interface javax.xml.registry.infomodel.ServiceBinding
Gets all children SpecificationLinks.
getSpecificationObject() - Method in interface javax.xml.registry.infomodel.SpecificationLink
Gets the specification object for this object.
getSpecificationVersion() - Method in class javax.servlet.jsp.JspEngineInfo
Return the version number of the JSP specification that is supported by this JSP engine.
getSpecVersion() - Method in interface javax.resource.cci.ResourceAdapterMetaData
Returns a string representation of the version of the connector architecture specification that is supported by the resource adapter.
getSslContext() - Method in interface javax.ws.rs.client.Client
Get the SSL context configured to be used with the current client run-time.
getStability() - Method in interface javax.xml.registry.infomodel.RegistryEntry
Gets the stability indicator for the RegistryEntry within the Registry.
getStart() - Method in class javax.ejb.ScheduleExpression
Return the start date, if set; otherwise null.
getStartDuration() - Method in class javax.resource.spi.work.WorkEvent
Return the start interval duration.
getStartNodeId() - Method in class javax.faces.flow.Flow

Return the immutable id for the default node that should be activated when this flow is entered.

getStartTime() - Method in interface javax.batch.runtime.JobExecution
Get time execution entered STARTED status.
getStartTime() - Method in interface javax.batch.runtime.StepExecution
Get time this step started.
getStartTime() - Method in interface javax.management.j2ee.statistics.Statistic
The time of the first measurement represented as a long, whose value is the number of milliseconds since January 1, 1970, 00:00:00.
getState() - Method in interface javax.enterprise.deploy.spi.status.DeploymentStatus
Retrieve the StateType value.
getState() - Method in class javax.faces.application.StateManager.SerializedView
Deprecated.
 
getState(FacesContext, String) - Method in class javax.faces.render.ResponseStateManager
The implementation must inspect the current request and return an Object representing the tree structure and component state passed in to a previous invocation of ResponseStateManager.writeState(javax.faces.context.FacesContext,java.lang.Object).
getStateHelper() - Method in class javax.faces.component.UIComponent

Return the StateHelper instance used to help this component implement PartialStateHolder.

getStateHelper(boolean) - Method in class javax.faces.component.UIComponent

Like UIComponent.getStateHelper(), but only create a state helper instance if the argument creat is true.

getStateManagementStrategy(FacesContext, String) - Method in class javax.faces.view.ViewDeclarationLanguage

For implementations that want to control the implementation of state saving and restoring, the StateManagementStrategy allows them to do so.

getStateManagementStrategy(FacesContext, String) - Method in class javax.faces.view.ViewDeclarationLanguageWrapper
 
getStateManager() - Method in class javax.faces.application.Application
Return the StateManager instance that will be utilized during the Restore View and Render Response phases of the request processing lifecycle.
getStateManager() - Method in class javax.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.getStateManager() on the wrapped Application object.

getStateOrProvince() - Method in interface javax.xml.registry.infomodel.PostalAddress
Returns the state or province.
getStateType(int) - Static method in class javax.enterprise.deploy.shared.StateType
Return an object of the specified value.
getStatistic(String) - Method in interface javax.management.j2ee.statistics.Stats
Get a Statistic by name.
getStatisticNames() - Method in interface javax.management.j2ee.statistics.Stats
Returns an array of Strings which are the names of the attributes from the specific Stats submodel that this object supports.
getStatistics() - Method in interface javax.management.j2ee.statistics.Stats
Returns an array containing all of the Statistic objects supported by this Stats object.
getStatus() - Method in class javax.security.enterprise.identitystore.CredentialValidationResult
Determines the validation status.
getStatus() - Method in interface javax.servlet.http.HttpServletResponse
Gets the current status code of this response.
getStatus() - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behaviour of this method is to call HttpServletResponse.getStatus() on the wrapped response object.
getStatus() - Method in interface javax.transaction.Transaction
Obtain the status of the transaction associated with the target Transaction object.
getStatus() - Method in interface javax.transaction.TransactionManager
Obtain the status of the transaction associated with the current thread.
getStatus() - Method in interface javax.transaction.UserTransaction
Obtain the status of the transaction associated with the current thread.
getStatus() - Method in interface javax.ws.rs.client.ClientResponseContext
Get the status code associated with the response.
getStatus() - Method in interface javax.ws.rs.container.ContainerResponseContext
Get the status code associated with the response.
getStatus() - Method in class javax.ws.rs.core.Response
Get the status code associated with the response.
getStatus() - Method in interface javax.xml.registry.infomodel.RegistryEntry
Gets the life cycle status of the RegistryEntry within the registry.
getStatus() - Method in exception javax.xml.registry.JAXRException
 
getStatus() - Method in interface javax.xml.registry.JAXRResponse
Returns the status for this response.
getStatusCode() - Method in class javax.servlet.jsp.ErrorData
Returns the status code of the error.
getStatusCode() - Method in enum javax.ws.rs.core.Response.Status
Get the associated status code.
getStatusCode() - Method in interface javax.ws.rs.core.Response.StatusType
Get the associated status code.
getStatusInfo() - Method in interface javax.ws.rs.client.ClientResponseContext
Get the complete status information associated with the response.
getStatusInfo() - Method in interface javax.ws.rs.container.ContainerResponseContext
Get the complete status information associated with the response.
getStatusInfo() - Method in class javax.ws.rs.core.Response
Get the complete status information associated with the response.
getStep() - Method in interface javax.servlet.jsp.jstl.core.LoopTagStatus
Returns the value of the 'step' attribute for the associated tag, or null if no 'step' attribute was specified.
getStepExecutionId() - Method in interface javax.batch.runtime.context.StepContext
The getStepExecutionId method returns the current step's execution id.
getStepExecutionId() - Method in interface javax.batch.runtime.StepExecution
Get unique id for this StepExecution.
getStepExecutions(long) - Method in interface javax.batch.operations.JobOperator
Return StepExecutions for specified execution id.
getStepName() - Method in interface javax.batch.runtime.context.StepContext
Get step name.
getStepName() - Method in interface javax.batch.runtime.StepExecution
Get step name.
getStereotypeDefinition(Class<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.BeanManager
Obtains meta-annotations for a certain stereotype.
getStereotypes() - Method in interface javax.enterprise.inject.spi.BeanAttributes
Obtains the stereotypes of the bean.
getStore() - Method in class javax.mail.Folder
Returns the Store that owns this Folder object.
getStore() - Method in class javax.mail.Session
Get a Store object that implements this user's desired Store protocol.
getStore(String) - Method in class javax.mail.Session
Get a Store object that implements the specified protocol.
getStore(URLName) - Method in class javax.mail.Session
Get a Store object for the given URLName.
getStore(Provider) - Method in class javax.mail.Session
Get an instance of the store specified by Provider.
getStore() - Method in exception javax.mail.StoreClosedException
Returns the dead Store object.
getStreamELResolver() - Method in class javax.el.ExpressionFactory
Retrieves an ELResolver that implements the operations in collections.
getStreamOffset() - Method in interface javax.json.stream.JsonLocation
Return the stream offset into the input source this location is pointing to.
getStreet() - Method in interface javax.xml.registry.infomodel.PostalAddress
Returns the street name.
getStreetNumber() - Method in interface javax.xml.registry.infomodel.PostalAddress
Returns the street number.
getString(String) - Method in interface javax.jms.MapMessage
Returns the String value with the specified name.
getString(int) - Method in interface javax.json.JsonArray
A convenience method for getJsonString(index).getString().
getString(int, String) - Method in interface javax.json.JsonArray
Returns the String value of JsonString at the specified position in this JSON array values.
getString(String) - Method in interface javax.json.JsonObject
A convenience method for getJsonString(name).getString()
getString(String, String) - Method in interface javax.json.JsonObject
Returns the string value of the associated JsonString mapping for the specified name.
getString() - Method in interface javax.json.JsonString
Returns the JSON string value.
getString() - Method in interface javax.json.stream.JsonParser
Returns a String for the name in a name/value pair, for a string value or a number value.
getString() - Method in class javax.servlet.jsp.tagext.BodyContent
Return the value of the BodyContent as a String.
getStringHeaders() - Method in interface javax.ws.rs.client.ClientRequestContext
Get a string view of header values associated with the message.
getStringHeaders() - Method in interface javax.ws.rs.container.ContainerResponseContext
Get a string view of header values associated with the message.
getStringHeaders() - Method in class javax.ws.rs.core.Response
Get view of the response headers and their string values.
getStringProperty(String) - Method in interface javax.jms.JMSProducer
Returns the message property with the specified name that has been set on this JMSProducer, converted to a String.
getStringProperty(String) - Method in interface javax.jms.Message
Returns the value of the String property with the specified name.
getStringTable() - Method in class javax.enterprise.deploy.shared.ActionType
Returns the string table for class ActionType
getStringTable() - Method in class javax.enterprise.deploy.shared.CommandType
Returns the string table for class CommandType
getStringTable() - Method in class javax.enterprise.deploy.shared.DConfigBeanVersionType
Returns the string table for class DConfigBeanVersionType
getStringTable() - Method in class javax.enterprise.deploy.shared.ModuleType
Returns the string table for class ModuleType
getStringTable() - Method in class javax.enterprise.deploy.shared.StateType
Returns the string table for class StateType
getStringValue(FacesContext) - Method in class javax.faces.component.UIViewParameter

If the value of this parameter comes from a ValueExpression return the value of the expression, otherwise, return the local value.

getStringValueFromModel(FacesContext) - Method in class javax.faces.component.UIViewParameter

Manually perform standard conversion steps to get a string value from the value expression.

getStructure() - Method in class javax.faces.application.StateManager.SerializedView
Deprecated.
 
getStyle() - Method in class javax.faces.component.html.HtmlBody
Return the value of the style property.
getStyle() - Method in class javax.faces.component.html.HtmlCommandButton
Return the value of the style property.
getStyle() - Method in class javax.faces.component.html.HtmlCommandLink
Return the value of the style property.
getStyle() - Method in class javax.faces.component.html.HtmlDataTable
Return the value of the style property.
getStyle() - Method in class javax.faces.component.html.HtmlForm
Return the value of the style property.
getStyle() - Method in class javax.faces.component.html.HtmlGraphicImage
Return the value of the style property.
getStyle() - Method in class javax.faces.component.html.HtmlInputFile
Return the value of the style property.
getStyle() - Method in class javax.faces.component.html.HtmlInputSecret
Return the value of the style property.
getStyle() - Method in class javax.faces.component.html.HtmlInputText
Return the value of the style property.
getStyle() - Method in class javax.faces.component.html.HtmlInputTextarea
Return the value of the style property.
getStyle() - Method in class javax.faces.component.html.HtmlMessage
Return the value of the style property.
getStyle() - Method in class javax.faces.component.html.HtmlMessages
Return the value of the style property.
getStyle() - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
Return the value of the style property.
getStyle() - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
Return the value of the style property.
getStyle() - Method in class javax.faces.component.html.HtmlOutputFormat
Return the value of the style property.
getStyle() - Method in class javax.faces.component.html.HtmlOutputLabel
Return the value of the style property.
getStyle() - Method in class javax.faces.component.html.HtmlOutputLink
Return the value of the style property.
getStyle() - Method in class javax.faces.component.html.HtmlOutputText
Return the value of the style property.
getStyle() - Method in class javax.faces.component.html.HtmlPanelGrid
Return the value of the style property.
getStyle() - Method in class javax.faces.component.html.HtmlPanelGroup
Return the value of the style property.
getStyle() - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
Return the value of the style property.
getStyle() - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
Return the value of the style property.
getStyle() - Method in class javax.faces.component.html.HtmlSelectManyListbox
Return the value of the style property.
getStyle() - Method in class javax.faces.component.html.HtmlSelectManyMenu
Return the value of the style property.
getStyle() - Method in class javax.faces.component.html.HtmlSelectOneListbox
Return the value of the style property.
getStyle() - Method in class javax.faces.component.html.HtmlSelectOneMenu
Return the value of the style property.
getStyle() - Method in class javax.faces.component.html.HtmlSelectOneRadio
Return the value of the style property.
getStyleClass() - Method in class javax.faces.component.html.HtmlBody
Return the value of the styleClass property.
getStyleClass() - Method in class javax.faces.component.html.HtmlColumn
Return the value of the styleClass property.
getStyleClass() - Method in class javax.faces.component.html.HtmlCommandButton
Return the value of the styleClass property.
getStyleClass() - Method in class javax.faces.component.html.HtmlCommandLink
Return the value of the styleClass property.
getStyleClass() - Method in class javax.faces.component.html.HtmlDataTable
Return the value of the styleClass property.
getStyleClass() - Method in class javax.faces.component.html.HtmlForm
Return the value of the styleClass property.
getStyleClass() - Method in class javax.faces.component.html.HtmlGraphicImage
Return the value of the styleClass property.
getStyleClass() - Method in class javax.faces.component.html.HtmlInputFile
Return the value of the styleClass property.
getStyleClass() - Method in class javax.faces.component.html.HtmlInputSecret
Return the value of the styleClass property.
getStyleClass() - Method in class javax.faces.component.html.HtmlInputText
Return the value of the styleClass property.
getStyleClass() - Method in class javax.faces.component.html.HtmlInputTextarea
Return the value of the styleClass property.
getStyleClass() - Method in class javax.faces.component.html.HtmlMessage
Return the value of the styleClass property.
getStyleClass() - Method in class javax.faces.component.html.HtmlMessages
Return the value of the styleClass property.
getStyleClass() - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
Return the value of the styleClass property.
getStyleClass() - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
Return the value of the styleClass property.
getStyleClass() - Method in class javax.faces.component.html.HtmlOutputFormat
Return the value of the styleClass property.
getStyleClass() - Method in class javax.faces.component.html.HtmlOutputLabel
Return the value of the styleClass property.
getStyleClass() - Method in class javax.faces.component.html.HtmlOutputLink
Return the value of the styleClass property.
getStyleClass() - Method in class javax.faces.component.html.HtmlOutputText
Return the value of the styleClass property.
getStyleClass() - Method in class javax.faces.component.html.HtmlPanelGrid
Return the value of the styleClass property.
getStyleClass() - Method in class javax.faces.component.html.HtmlPanelGroup
Return the value of the styleClass property.
getStyleClass() - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
Return the value of the styleClass property.
getStyleClass() - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
Return the value of the styleClass property.
getStyleClass() - Method in class javax.faces.component.html.HtmlSelectManyListbox
Return the value of the styleClass property.
getStyleClass() - Method in class javax.faces.component.html.HtmlSelectManyMenu
Return the value of the styleClass property.
getStyleClass() - Method in class javax.faces.component.html.HtmlSelectOneListbox
Return the value of the styleClass property.
getStyleClass() - Method in class javax.faces.component.html.HtmlSelectOneMenu
Return the value of the styleClass property.
getStyleClass() - Method in class javax.faces.component.html.HtmlSelectOneRadio
Return the value of the styleClass property.
getSubgraphs() - Method in interface javax.persistence.AttributeNode
Return the Map<Class, Subgraph> of subgraphs associated with this attribute node.
getSubject() - Method in class javax.mail.internet.MimeMessage
Returns the value of the "Subject" header field.
getSubject() - Method in class javax.mail.Message
Get the subject of this message.
getSubject() - Method in class javax.security.auth.message.callback.CallerPrincipalCallback
Get the Subject in which the handler will distinguish the caller principal
getSubject() - Method in class javax.security.auth.message.callback.GroupPrincipalCallback
Get the Subject in which the handler will establish the group principals.
getSubject() - Method in class javax.security.auth.message.callback.PasswordValidationCallback
Get the subject.
getSubjectKeyID() - Method in class javax.security.auth.message.callback.PrivateKeyCallback.SubjectKeyIDRequest
Get the subjectKeyID.
getSubmittedFileName() - Method in interface javax.servlet.http.Part
Gets the file name specified by the client
getSubmittedValue() - Method in interface javax.faces.component.EditableValueHolder
Return the submittedValue value of this component.
getSubmittedValue() - Method in class javax.faces.component.UIInput
Return the submittedValue value of this UIInput component.
getSubmittedValue() - Method in class javax.faces.component.UIViewParameter

Assume that the submitted value is always a string, but the return type from this method is Object..

getSubmittingOrganization() - Method in interface javax.xml.registry.infomodel.RegistryObject
Gets the Organization that submitted this RegistryObject.
getSubprotocols() - Method in interface javax.websocket.server.ServerEndpointConfig
Return the websocket subprotocols configured.
getSubtreeIdsToVisit(UIComponent) - Method in class javax.faces.component.visit.VisitContext

Given a NamingContainer component, returns the client ids of any components underneath the NamingContainer that should be visited.

getSubtreeIdsToVisit(UIComponent) - Method in class javax.faces.component.visit.VisitContextWrapper
 
getSubType() - Method in class javax.mail.internet.ContentType
Return the subType.
getSubtype() - Method in class javax.ws.rs.core.MediaType
Getter for subtype.
getSummary() - Method in class javax.faces.application.FacesMessage
Return the localized summary text.
getSummary() - Method in class javax.faces.component.html.HtmlDataTable
Return the value of the summary property.
getSummary() - Method in class javax.faces.component.html.HtmlPanelGrid
Return the value of the summary property.
getSupertype() - Method in interface javax.persistence.metamodel.IdentifiableType
Return the identifiable type that corresponds to the most specific mapped superclass or entity extended by the entity or mapped superclass.
getSuppliedRequest() - Method in class javax.servlet.AsyncEvent
Gets the ServletRequest from this AsyncEvent.
getSuppliedResponse() - Method in class javax.servlet.AsyncEvent
Gets the ServletResponse from this AsyncEvent.
getSupportedEncodings() - Method in interface javax.xml.rpc.encoding.TypeMapping
Returns the encodingStyle URIs (as String[]) supported by this TypeMapping instance.
getSupportedLocales() - Method in interface javax.enterprise.deploy.spi.DeploymentManager
Returns an array of supported locales for this implementation.
getSupportedLocales() - Method in class javax.faces.application.Application
Return an Iterator over the supported Locales for this appication.
getSupportedLocales() - Method in class javax.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.getSupportedLocales() on the wrapped Application object.

getSupportedMechanismTypes() - Method in interface javax.xml.rpc.encoding.DeserializerFactory
Returns a list of all XML processing mechanism types supported by this DeserializerFactory.
getSupportedMechanismTypes() - Method in interface javax.xml.rpc.encoding.SerializerFactory
Returns a list of all XML processing mechanism types supported by this SerializerFactory.
getSupportedMessageTypes() - Method in interface javax.security.auth.message.module.ClientAuthModule
Get the one or more Class objects representing the message types supported by the module.
getSupportedMessageTypes() - Method in interface javax.security.auth.message.module.ServerAuthModule
Get the one or more Class objects representing the message types supported by the module.
getSwitches() - Method in class javax.faces.flow.Flow

Return an immutable data structure containing all of the switch nodes declared for this flow.

getSystem() - Method in class javax.faces.component.html.HtmlDoctype
Return the value of the system property.
getSystemFlags() - Method in class javax.mail.Flags
Return all the system flags in this Flags object.
getTabindex() - Method in class javax.faces.component.html.HtmlCommandButton
Return the value of the tabindex property.
getTabindex() - Method in class javax.faces.component.html.HtmlCommandLink
Return the value of the tabindex property.
getTabindex() - Method in class javax.faces.component.html.HtmlInputFile
Return the value of the tabindex property.
getTabindex() - Method in class javax.faces.component.html.HtmlInputSecret
Return the value of the tabindex property.
getTabindex() - Method in class javax.faces.component.html.HtmlInputText
Return the value of the tabindex property.
getTabindex() - Method in class javax.faces.component.html.HtmlInputTextarea
Return the value of the tabindex property.
getTabindex() - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
Return the value of the tabindex property.
getTabindex() - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
Return the value of the tabindex property.
getTabindex() - Method in class javax.faces.component.html.HtmlOutputLabel
Return the value of the tabindex property.
getTabindex() - Method in class javax.faces.component.html.HtmlOutputLink
Return the value of the tabindex property.
getTabindex() - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
Return the value of the tabindex property.
getTabindex() - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
Return the value of the tabindex property.
getTabindex() - Method in class javax.faces.component.html.HtmlSelectManyListbox
Return the value of the tabindex property.
getTabindex() - Method in class javax.faces.component.html.HtmlSelectManyMenu
Return the value of the tabindex property.
getTabindex() - Method in class javax.faces.component.html.HtmlSelectOneListbox
Return the value of the tabindex property.
getTabindex() - Method in class javax.faces.component.html.HtmlSelectOneMenu
Return the value of the tabindex property.
getTabindex() - Method in class javax.faces.component.html.HtmlSelectOneRadio
Return the value of the tabindex property.
getTag() - Method in class javax.faces.view.facelets.DelegatingMetaTagHandler
 
getTag() - Method in class javax.faces.view.facelets.TagAttribute

A reference to the Tag for which this class represents the attributes.

getTag() - Method in class javax.faces.view.facelets.TagAttributes

A reference to the Tag for which this class represents the attributes.

getTag() - Method in interface javax.faces.view.facelets.TagConfig

Return the Tag representing this handler.

getTag(String) - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
Get the TagInfo for a given tag name, looking through all the tags in this tag library.
getTagAttribute(String) - Method in class javax.faces.view.facelets.DelegatingMetaTagHandler
 
getTagClassName() - Method in class javax.servlet.jsp.tagext.TagInfo
Name of the class that provides the handler for this tag.
getTagExtraInfo() - Method in class javax.servlet.jsp.tagext.TagInfo
The instance (if any) for extra tag information.
getTagFile(String) - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
Get the TagFileInfo for a given tag name, looking through all the tag files in this tag library.
getTagFiles() - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
An array describing the tag files that are defined in this tag library.
getTagHandlerDelegate() - Method in class javax.faces.view.facelets.BehaviorHandler
 
getTagHandlerDelegate() - Method in class javax.faces.view.facelets.ComponentHandler
 
getTagHandlerDelegate() - Method in class javax.faces.view.facelets.ConverterHandler
 
getTagHandlerDelegate() - Method in class javax.faces.view.facelets.DelegatingMetaTagHandler

Get the tag handler delegate.

getTagHandlerDelegate() - Method in class javax.faces.view.facelets.ValidatorHandler

Return the implementation specific delegate instance that provides the bulk of the work for this handler instance.

getTagId() - Method in class javax.faces.view.facelets.DelegatingMetaTagHandler
 
getTagId() - Method in interface javax.faces.view.facelets.TagConfig

A document-unique id, follows the convention "_tagId##"

getTagInfo() - Method in class javax.servlet.jsp.tagext.TagExtraInfo
Get the TagInfo for this class.
getTagInfo() - Method in class javax.servlet.jsp.tagext.TagFileInfo
Returns information about this tag, parsed from the directives in the tag file.
getTaglibLocation() - Method in interface javax.servlet.descriptor.TaglibDescriptor
Gets the location of the tag library represented by this TaglibDescriptor.
getTagLibrary() - Method in class javax.servlet.jsp.tagext.TagInfo
The instance of TabLibraryInfo we belong to.
getTagLibraryInfos() - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
Returns an array of TagLibraryInfo objects representing the entire set of tag libraries (including this TagLibraryInfo) imported by taglib directives in the translation unit that references this TagLibraryInfo.
getTaglibs() - Method in interface javax.servlet.descriptor.JspConfigDescriptor
Gets the <taglib> child elements of the <jsp-config> element represented by this JspConfigDescriptor.
getTaglibURI() - Method in interface javax.servlet.descriptor.TaglibDescriptor
Gets the unique identifier of the tag library represented by this TaglibDescriptor.
getTagName() - Method in class javax.servlet.jsp.tagext.TagInfo
The name of the Tag.
getTags() - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
An array describing the tags that are defined in this tag library.
getTagVariableInfos() - Method in class javax.servlet.jsp.tagext.TagInfo
Get TagVariableInfo objects associated with this TagInfo.
getTarget() - Method in interface javax.enterprise.deploy.spi.TargetModuleID
Retrieve the name of the target server.
getTarget() - Method in class javax.faces.component.html.HtmlCommandLink
Return the value of the target property.
getTarget() - Method in class javax.faces.component.html.HtmlForm
Return the value of the target property.
getTarget() - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
Return the value of the target property.
getTarget() - Method in class javax.faces.component.html.HtmlOutputLink
Return the value of the target property.
getTarget() - Method in interface javax.interceptor.InvocationContext
Returns the target instance.
getTargetBinding() - Method in interface javax.xml.registry.infomodel.ServiceBinding
Gets the next ServiceBinding in case there is a redirection from one service provider to another service provider.
getTargetClass() - Method in class javax.faces.view.facelets.MetadataTarget

Return the Class of the metadata target.

getTargetEndpointAddress() - Method in interface javax.xml.rpc.Call
Gets the address of a target service endpoint.
getTargetModuleID() - Method in class javax.enterprise.deploy.spi.status.ProgressEvent
Retrieve the TargetModuleID for this event
getTargetObject() - Method in interface javax.xml.registry.infomodel.Association
Gets the Object that is the target of this Association.
getTargetPolicies() - Method in class javax.security.auth.message.MessagePolicy
Get the target policies that comprise the authentication policy.
getTargets() - Method in interface javax.enterprise.deploy.spi.DeploymentManager
Retrieve the list of deployment targets supported by this DeploymentManager.
getTargets(UIComponent) - Method in interface javax.faces.view.AttachedObjectTarget

Returns the List<UIComponent> that this AttachedObjectTarget exposes.

getTargets() - Method in class javax.security.auth.message.MessagePolicy.TargetPolicy
Get the array of layer-specific target descriptors that identify the one or more message parts to which the specified message protection policy applies.
getTelephoneNumbers(String) - Method in interface javax.xml.registry.infomodel.Organization
Gets the telephone numbers for this User that match the specified telephone number type.
getTelephoneNumbers(String) - Method in interface javax.xml.registry.infomodel.User
Gets the telephone numbers for this User that match the specified telephone number type.
getTerm() - Method in class javax.mail.search.NotTerm
Return the term to negate.
getTerms() - Method in class javax.mail.search.AndTerm
Return the search terms.
getTerms() - Method in class javax.mail.search.OrTerm
Return the search terms.
getTestSet() - Method in class javax.mail.search.FlagTerm
Return true if testing whether the flags are set.
getText() - Method in interface javax.enterprise.deploy.model.DDBean
Returns the XML text for by this bean.
getText(String) - Method in interface javax.enterprise.deploy.model.DDBean
Return a list of text values for a given XPath in the deployment descriptor.
getText(String) - Method in interface javax.enterprise.deploy.model.DeployableObject
Return the XML content associated with the XPath from a deployment descriptor.
getText(ModuleType, String) - Method in interface javax.enterprise.deploy.model.J2eeApplicationObject
Return the text value from the XPath; search only the deployment descriptors of the specified type.
getText() - Method in interface javax.faces.view.facelets.TextHandler

Returns the literal String value of the contained text.

getText(FaceletContext) - Method in interface javax.faces.view.facelets.TextHandler

Returns the resolved literal String value of the contained text after evaluating EL.

getText() - Method in interface javax.jms.TextMessage
Gets the string containing this message's data.
getText() - Method in exception javax.websocket.DecodeException
Return the encoded string that is either the whole message, or the partial message that could not be decoded, or null if this exception arose from a failure to decode a binary message..
getThreads() - Method in interface javax.batch.api.partition.PartitionPlan
Gets maximum number of threads requested to use to run partitions for this step.
getThreads() - Method in class javax.batch.api.partition.PartitionPlanImpl
 
getThrowable() - Method in class javax.servlet.AsyncEvent
Gets the Throwable from this AsyncEvent.
getThrowable() - Method in class javax.servlet.jsp.ErrorData
Returns the Throwable that caused the error.
getTimeout() - Method in interface javax.enterprise.context.Conversation
Get the timeout of the current conversation.
getTimeout() - Method in interface javax.servlet.AsyncContext
Gets the timeout (in milliseconds) for this AsyncContext.
getTimer() - Method in interface javax.ejb.TimerHandle
Obtain a reference to the timer represented by this handle.
getTimer() - Method in interface javax.interceptor.InvocationContext
Returns the timer object associated with a timeout method invocation on the target class, or a null value for interceptor method types other than AroundTimeout.
getTimeRemaining() - Method in interface javax.ejb.Timer
Get the number of milliseconds that will elapse before the next scheduled timer expiration.
getTimers() - Method in interface javax.ejb.TimerService
Returns all active timers associated with this bean.
getTimerService() - Method in interface javax.ejb.EJBContext
Get access to the enterprise bean Timer Service.
getTimestamp() - Method in interface javax.xml.registry.infomodel.AuditableEvent
Gets the Timestamp for when this event occurred.
getTimeStyle() - Method in class javax.faces.convert.DateTimeConverter
Return the style to be used to format or parse times.
getTimeToLive() - Method in interface javax.jms.JMSProducer
Returns the time to live of messages that are sent using this JMSProducer.
getTimeToLive() - Method in interface javax.jms.MessageProducer
Gets the default length of time in milliseconds from its dispatch time that a produced message should be retained by the message system.
getTimezone() - Method in class javax.ejb.ScheduleExpression
Return the timezone, if set; otherwise null.
getTimeZone() - Method in class javax.faces.convert.DateTimeConverter
Return the TimeZone used to interpret a time value.
getTitle() - Method in class javax.faces.component.html.HtmlBody
Return the value of the title property.
getTitle() - Method in class javax.faces.component.html.HtmlCommandButton
Return the value of the title property.
getTitle() - Method in class javax.faces.component.html.HtmlCommandLink
Return the value of the title property.
getTitle() - Method in class javax.faces.component.html.HtmlDataTable
Return the value of the title property.
getTitle() - Method in class javax.faces.component.html.HtmlForm
Return the value of the title property.
getTitle() - Method in class javax.faces.component.html.HtmlGraphicImage
Return the value of the title property.
getTitle() - Method in class javax.faces.component.html.HtmlInputFile
Return the value of the title property.
getTitle() - Method in class javax.faces.component.html.HtmlInputSecret
Return the value of the title property.
getTitle() - Method in class javax.faces.component.html.HtmlInputText
Return the value of the title property.
getTitle() - Method in class javax.faces.component.html.HtmlInputTextarea
Return the value of the title property.
getTitle() - Method in class javax.faces.component.html.HtmlMessage
Return the value of the title property.
getTitle() - Method in class javax.faces.component.html.HtmlMessages
Return the value of the title property.
getTitle() - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
Return the value of the title property.
getTitle() - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
Return the value of the title property.
getTitle() - Method in class javax.faces.component.html.HtmlOutputFormat
Return the value of the title property.
getTitle() - Method in class javax.faces.component.html.HtmlOutputLabel
Return the value of the title property.
getTitle() - Method in class javax.faces.component.html.HtmlOutputLink
Return the value of the title property.
getTitle() - Method in class javax.faces.component.html.HtmlOutputText
Return the value of the title property.
getTitle() - Method in class javax.faces.component.html.HtmlPanelGrid
Return the value of the title property.
getTitle() - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
Return the value of the title property.
getTitle() - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
Return the value of the title property.
getTitle() - Method in class javax.faces.component.html.HtmlSelectManyListbox
Return the value of the title property.
getTitle() - Method in class javax.faces.component.html.HtmlSelectManyMenu
Return the value of the title property.
getTitle() - Method in class javax.faces.component.html.HtmlSelectOneListbox
Return the value of the title property.
getTitle() - Method in class javax.faces.component.html.HtmlSelectOneMenu
Return the value of the title property.
getTitle() - Method in class javax.faces.component.html.HtmlSelectOneRadio
Return the value of the title property.
getTitle() - Method in class javax.ws.rs.core.Link
Returns the value associated with the link title param, or null if this param is not specified.
getTo() - Method in interface javax.validation.metadata.GroupConversionDescriptor
Returns the target group of this conversion rule.
getToFlowDocumentId() - Method in class javax.faces.application.NavigationCase

If this navigation case represents a flow invocation, this property is the documentId in which the flow whose id is given by the return from NavigationCase.getFromOutcome() is defined.

getToFlowDocumentId() - Method in class javax.faces.application.NavigationCaseWrapper
 
getToken() - Method in class javax.security.enterprise.credential.RememberMeCredential
Determines the token value to compare for authentication.
getTopic() - Method in interface javax.jms.TopicPublisher
Gets the topic associated with this TopicPublisher.
getTopic() - Method in interface javax.jms.TopicSubscriber
Gets the Topic associated with this subscriber.
getTopicName() - Method in interface javax.jms.Topic
Gets the name of this topic.
getTopicSession() - Method in interface javax.jms.XATopicSession
Gets the topic session associated with this XATopicSession.
getTotalTime() - Method in interface javax.management.j2ee.statistics.TimeStatistic
This is the sum total of time taken to complete every invocation of this operation since the beginning of this measurement.
getToViewId(FacesContext) - Method in class javax.faces.application.NavigationCase

Evaluates the <to-view-id> for this <navigation-case>

getToViewId(FacesContext) - Method in class javax.faces.application.NavigationCaseWrapper
 
getTrailerFields() - Method in interface javax.servlet.http.HttpServletRequest
Get the request trailer fields.
getTrailerFields() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to call getTrailerFields on the wrapped request object.
getTrailerFields() - Method in interface javax.servlet.http.HttpServletResponse
Gets the supplier of trailer headers.
getTrailerFields() - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behaviour of this method is to call HttpServletResponse.getTrailerFields() on the wrapped response object.
getTransacted() - Method in interface javax.jms.JMSContext
Indicates whether the JMSContext's session is in transacted mode.
getTransacted() - Method in interface javax.jms.Session
Indicates whether the session is in transacted mode.
getTransacted() - Method in interface javax.jms.XAJMSContext
Returns whether the session is in transacted mode; this method always returns true.
getTransacted() - Method in interface javax.jms.XASession
Indicates whether the session is in transacted mode.
getTransaction() - Method in interface javax.persistence.EntityManager
Return the resource-level EntityTransaction object.
getTransaction() - Method in interface javax.transaction.TransactionManager
Get the transaction object that represents the transaction context of the calling thread.
getTransactionKey() - Method in interface javax.transaction.TransactionSynchronizationRegistry
Return an opaque object to represent the transaction bound to the current thread at the time this method is called.
getTransactionPhase() - Method in interface javax.enterprise.inject.spi.ObserverMethod
Obtains the specified TransactionPhase for the observer method.
getTransactionStatus() - Method in interface javax.transaction.TransactionSynchronizationRegistry
Return the status of the transaction bound to the current thread at the time this method is called.
getTransactionSupport() - Method in interface javax.resource.spi.TransactionSupport
Get the level of transaction support, supported by the ManagedConnectionFactory.
getTransactionSynchronizationRegistry() - Method in interface javax.resource.spi.BootstrapContext
Provides a handle to a TransactionSynchronization instance.
getTransactionTimeout() - Method in class javax.resource.spi.work.ExecutionContext
Get the transaction timeout value for a imported transaction.
getTransactionType() - Method in interface javax.persistence.spi.PersistenceUnitInfo
Returns the transaction type of the entity managers created by the EntityManagerFactory.
getTransient(Object) - Method in interface javax.faces.component.TransientStateHelper

Return the value currently associated with the specified key if any.

getTransient(Object, Object) - Method in interface javax.faces.component.TransientStateHelper

Performs the same logic as TransientStateHelper.getTransient(java.lang.Object) } but if no value is found, this will return the specified defaultValue

getTransientStateHelper() - Method in class javax.faces.component.UIComponent

Return the TransientStateHelper instance for this UIComponent instance.

getTransientStateHelper(boolean) - Method in class javax.faces.component.UIComponent

Return the TransientStateHelper instance for this UIComponent instance.

getTransientUserData() - Method in interface javax.batch.runtime.context.JobContext
The getTransientUserData method returns a transient data object belonging to the current Job XML execution element.
getTransientUserData() - Method in interface javax.batch.runtime.context.StepContext
The getTransientUserData method returns a transient data object belonging to the current Job XML execution element.
getTransport() - Method in class javax.mail.Session
Get a Transport object that implements this user's desired Transport protcol.
getTransport(String) - Method in class javax.mail.Session
Get a Transport object that implements the specified protocol.
getTransport(URLName) - Method in class javax.mail.Session
Get a Transport object for the given URLName.
getTransport(Provider) - Method in class javax.mail.Session
Get an instance of the transport specified in the Provider.
getTransport(Address) - Method in class javax.mail.Session
Get a Transport object that can transport a Message of the specified address type.
getTransportGuarantee() - Method in class javax.servlet.HttpConstraintElement
Gets the data protection requirement (i.e., whether or not SSL/TLS is required) that must be satisfied by the transport connection.
getTraversableResolver() - Method in interface javax.validation.spi.ConfigurationState
Returns the traversable resolver for this configuration.
getTraversableResolver() - Method in interface javax.validation.ValidatorFactory
Returns the TraversableResolver instance configured at initialization time for the ValidatorFactory.
getTraversableResolverClassName() - Method in interface javax.validation.BootstrapConfiguration
Class name of the TraversableResolver implementation or null if none is specified.
getTreeStructureToRestore(FacesContext, String) - Method in class javax.faces.render.ResponseStateManager
Deprecated.
This method has been replaced by ResponseStateManager.getState(javax.faces.context.FacesContext, java.lang.String). The default implementation returns null.
getTreeStructureToSave(FacesContext) - Method in class javax.faces.application.StateManager
Deprecated.
the distinction between tree structure and component state is now an implementation detail. The default implementation returns null.
getTreeStructureToSave(FacesContext) - Method in class javax.faces.application.StateManagerWrapper
The default behavior of this method is to call StateManager.getTreeStructureToSave(javax.faces.context.FacesContext) on the wrapped StateManager object.
getTrimDirectiveWhitespaces() - Method in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
Gets the value of the trim-directive-whitespaces configuration, which specifies whether template text containing only whitespaces must be removed from the response output of any JSP pages mapped to the JSP property group represented by this JspPropertyGroupDescriptor.
getTrustStore() - Method in class javax.security.auth.message.callback.TrustStoreCallback
Used by the TrustStore user to obtain the TrustStore set within the Callback.
getType() - Method in interface javax.batch.runtime.Metric
The getName method returns the metric type.
getType(ELContext, Object, Object) - Method in class javax.el.ArrayELResolver
If the base object is an array, returns the most general acceptable type for a value in this array.
getType(ELContext, Object, Object) - Method in class javax.el.BeanELResolver
If the base object is not null, returns the most general acceptable type that can be set on this bean property.
getType(ELContext, Object, Object) - Method in class javax.el.BeanNameELResolver
If the base is null and the property is a name resolvable by the BeanNameResolver, return the type of the bean.
getType(ELContext, Object, Object) - Method in class javax.el.CompositeELResolver
For a given base and property, attempts to identify the most general type that is acceptable for an object to be passed as the value parameter in a future call to the CompositeELResolver.setValue(javax.el.ELContext, java.lang.Object, java.lang.Object, java.lang.Object) method.
getType(ELContext, Object, Object) - Method in class javax.el.ELResolver
For a given base and property, attempts to identify the most general type that is acceptable for an object to be passed as the value parameter in a future call to the ELResolver.setValue(javax.el.ELContext, java.lang.Object, java.lang.Object, java.lang.Object) method.
getType(ELContext, Object, Object) - Method in class javax.el.ListELResolver
If the base object is a list, returns the most general acceptable type for a value in this list.
getType(ELContext, Object, Object) - Method in class javax.el.MapELResolver
If the base object is a map, returns the most general acceptable type for a value in this map.
getType(ELContext, Object, Object) - Method in class javax.el.ResourceBundleELResolver
If the base object is an instance of ResourceBundle, return null, since the resolver is read only.
getType(ELContext, Object, Object) - Method in class javax.el.StaticFieldELResolver
Returns the type of a static field.
getType(ELContext, Object, Object) - Method in class javax.el.TypeConverter
 
getType(ELContext) - Method in class javax.el.ValueExpression
Evaluates the expression relative to the provided context, and returns the most general type that is acceptable for an object to be passed as the value parameter in a future call to the ValueExpression.setValue(javax.el.ELContext, java.lang.Object) method.
getType() - Method in interface javax.enterprise.deploy.model.DDBeanRoot
Return the ModuleType of deployment descriptor.
getType() - Method in interface javax.enterprise.deploy.model.DeployableObject
Return the ModuleType of deployment descriptor (i.e., EAR, JAR, WAR, RAR) this deployable object represents.
getType() - Method in interface javax.enterprise.inject.spi.EventMetadata
Get the type representing runtime class of the event object with type variables resolved.
getType() - Method in interface javax.enterprise.inject.spi.InjectionPoint
Get the required type of injection point.
getType() - Method in class javax.enterprise.util.TypeLiteral
 
getType() - Method in class javax.faces.component.html.HtmlCommandButton
Return the value of the type property.
getType() - Method in class javax.faces.component.html.HtmlCommandLink
Return the value of the type property.
getType() - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
Return the value of the type property.
getType() - Method in class javax.faces.component.html.HtmlOutputLink
Return the value of the type property.
getType() - Method in class javax.faces.component.UIImportConstants
Returns the fully qualified name of the type to import the constant field values for.
getType() - Method in class javax.faces.convert.DateTimeConverter
Return the type of value to be formatted or parsed.
getType() - Method in class javax.faces.convert.NumberConverter
Return the number type to be used when formatting and parsing numbers.
getType(FacesContext) - Method in class javax.faces.el.MethodBinding
Deprecated.
Return the Java class representing the return type from the method identified by this method binding expression.
getType(Object, Object) - Method in class javax.faces.el.PropertyResolver
Deprecated.
Return the java.lang.Class representing the type of the specified property.
getType(Object, int) - Method in class javax.faces.el.PropertyResolver
Deprecated.
Return the java.lang.Class representing the type of the specified index.
getType(FacesContext) - Method in class javax.faces.el.ValueBinding
Deprecated.
Return the type of the property represented by this ValueBinding, relative to the specified FacesContext.
getType() - Method in class javax.mail.Address
Return a type string that identifies this address type.
getType() - Method in class javax.mail.event.ConnectionEvent
Return the type of this event
getType() - Method in class javax.mail.event.FolderEvent
Return the type of this event.
getType() - Method in class javax.mail.event.MessageCountEvent
Return the type of this event.
getType() - Method in class javax.mail.event.TransportEvent
Return the type of this event.
getType() - Method in class javax.mail.Folder
Returns the type of this Folder, that is, whether this folder can hold messages or subfolders or both.
getType() - Method in class javax.mail.internet.HeaderTokenizer.Token
Return the type of the token.
getType() - Method in class javax.mail.internet.InternetAddress
Return the type of this address.
getType() - Method in class javax.mail.internet.NewsAddress
Return the type of this address.
getType() - Method in class javax.mail.Provider
Returns the type of this Provider.
getType() - Method in interface javax.persistence.metamodel.SingularAttribute
Return the type that represents the type of the attribute.
getType() - Method in class javax.resource.spi.work.WorkEvent
Return the type of this event.
getType(ELContext, Object, Object) - Method in class javax.servlet.jsp.el.ImplicitObjectELResolver
If the base object is null, and the property matches the name of a JSP implicit object, returns null to indicate that no types are ever accepted to setValue().
getType(ELContext, Object, Object) - Method in class javax.servlet.jsp.el.ScopedAttributeELResolver
If the base object is null, returns Object.class to indicate that any type is valid to set for a scoped attribute.
getType(ELContext) - Method in class javax.servlet.jsp.jstl.core.IndexedValueExpression
 
getType(ELContext) - Method in class javax.servlet.jsp.jstl.core.IteratedValueExpression
 
getType() - Method in class javax.ws.rs.core.GenericEntity
Gets underlying Type instance.
getType() - Method in class javax.ws.rs.core.GenericType
Retrieve the type represented by the generic type instance.
getType() - Method in class javax.ws.rs.core.Link
Returns the value associated with the link type param, or null if this param is not specified.
getType() - Method in class javax.ws.rs.core.MediaType
Getter for primary type.
getType() - Method in interface javax.ws.rs.ext.InterceptorContext
Get Java type supported by corresponding message body provider.
getType() - Method in interface javax.ws.rs.sse.OutboundSseEvent
Get data type.
getType() - Method in interface javax.xml.registry.infomodel.EmailAddress
Gets the type for this object.
getType() - Method in interface javax.xml.registry.infomodel.PostalAddress
Returns the type of address (for example, "headquarters") as a String.
getType() - Method in interface javax.xml.registry.infomodel.TelephoneNumber
The type of telephone number (for example, "fax").
getType() - Method in interface javax.xml.registry.infomodel.User
Gets the type for this User.
getType() - Method in interface javax.xml.registry.Query
Gets the type of Query (for example, QUERY_TYPE_SQL).
getTypeArgumentIndex() - Method in interface javax.validation.metadata.ContainerElementTypeDescriptor
Returns the index of the type argument corresponding to this container element type.
getTypeArgumentIndex() - Method in interface javax.validation.Path.BeanNode
 
getTypeArgumentIndex() - Method in interface javax.validation.Path.ContainerElementNode
 
getTypeArgumentIndex() - Method in interface javax.validation.Path.PropertyNode
 
getTypeClosure() - Method in interface javax.enterprise.inject.spi.Annotated
Get all types to which the base type should be considered assignable.
getTypeMapping(String) - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
Returns the registered TypeMapping for the specified encodingStyle URI.
getTypeMappingRegistry() - Method in interface javax.xml.rpc.Service
Gets the TypeMappingRegistry for this Service object.
getTypeName() - Method in class javax.servlet.jsp.tagext.TagAttributeInfo
The type (as a String) of this attribute.
getTypes() - Method in interface javax.enterprise.inject.spi.BeanAttributes
Obtains the bean types of the bean.
getUID(Message) - Method in interface javax.mail.UIDFolder
Get the UID for the specified message.
getUIDNext() - Method in interface javax.mail.UIDFolder
Returns the predicted UID that will be assigned to the next message that is appended to this folder.
getUIDValidity() - Method in interface javax.mail.UIDFolder
Returns the UIDValidity value associated with this folder.
getUIViewParameter(FacesContext) - Method in class javax.faces.component.UIViewParameter.Reference

Return the UIViewParameter to which this instance refers.

getUnavailableSeconds() - Method in exception javax.servlet.UnavailableException
Returns the number of seconds the servlet expects to be temporarily unavailable.
getUnhandledExceptionQueuedEvents() - Method in class javax.faces.context.ExceptionHandler

Return an Iterable over all ExceptionQueuedEvents that have not yet been handled by the ExceptionHandler.handle() method.

getUnhandledExceptionQueuedEvents() - Method in class javax.faces.context.ExceptionHandlerWrapper
The default behavior of this method is to call ExceptionHandler.getUnhandledExceptionQueuedEvents() on the wrapped ExceptionHandler object.
getUnit() - Method in interface javax.management.j2ee.statistics.Statistic
The unit of measurement for this Statistic.
getUnreadMessageCount() - Method in class javax.mail.Folder
Get the total number of unread messages in this Folder.
getUnselectedClass() - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
Return the value of the unselectedClass property.
getUpdateCount() - Method in interface javax.persistence.StoredProcedureQuery
Return the update count or -1 if there is no pending result or if the next result is not an update count.
getUpperBound() - Method in interface javax.management.j2ee.statistics.BoundaryStatistic
The upper limit of the value of this attribute.
getUpTime() - Method in interface javax.management.j2ee.statistics.JVMStats
Amount of time the JVM has been running.
getURI() - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
The value of the uri attribute from the taglib directive for this library.
getUri() - Method in interface javax.ws.rs.client.ClientRequestContext
Get the request URI.
getUri() - Method in interface javax.ws.rs.client.WebTarget
Get the URI identifying the resource.
getUri() - Method in class javax.ws.rs.core.Link
Returns the underlying URI associated with this link.
getUri() - Method in class javax.ws.rs.core.Link.JaxbLink
Get the underlying URI for this link.
getUriBuilder() - Method in interface javax.ws.rs.client.WebTarget
Get the URI builder initialized with the URI of the current resource target.
getUriBuilder() - Method in class javax.ws.rs.core.Link
Convenience method that returns a UriBuilder initialized with this link's underlying URI.
getUriInfo() - Method in interface javax.ws.rs.container.ContainerRequestContext
Get request URI information.
getURL() - Method in class javax.faces.application.Resource

Return an actual URL instance that refers to this resource instance.

getURL() - Method in class javax.faces.application.ResourceWrapper

The default behavior of this method is to call Resource.getURL() on the wrapped ResourceHandler object.

getURL() - Method in class javax.faces.application.ViewResource

Return an actual URL instance that refers to this resource instance.

getUrl() - Method in class javax.faces.component.UIGraphic
Return the image URL for this UIGraphic.
getURL() - Method in class javax.mail.URLName
Constructs a URL from the URLName.
getUrl() - Method in interface javax.xml.registry.infomodel.TelephoneNumber
Gets the URL that can dial this number electronically.
getUrl() - Method in interface javax.xml.registry.infomodel.User
Gets the URL to the web page for this User.
getURLName() - Method in class javax.mail.Folder
Return a URLName representing this folder.
getURLName() - Method in class javax.mail.Service
Return a URLName representing this service.
getUrlPatternMappings() - Method in interface javax.servlet.FilterRegistration
Gets the currently available URL pattern mappings of the Filter represented by this FilterRegistration.
getUrlPatterns() - Method in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
Gets the URL patterns of the JSP property group represented by this JspPropertyGroupDescriptor.
getUsageDescription() - Method in interface javax.xml.registry.infomodel.SpecificationLink
Gets the description of usage parameters.
getUsageParameters() - Method in interface javax.xml.registry.infomodel.SpecificationLink
Gets any usage parameters.
getUsemap() - Method in class javax.faces.component.html.HtmlGraphicImage
Return the value of the usemap property.
getUser() - Method in class javax.faces.component.UIWebsocket
Returns the user identifier of the websocket channel.
getUser() - Method in class javax.faces.event.WebsocketEvent
Returns the <f:websocket user>, if any.
getUser() - Method in interface javax.xml.registry.infomodel.AuditableEvent
Gets the User associated with this object.
getUserFlags() - Method in class javax.mail.Flags
Return all the user flags in this Flags object.
getUserName() - Method in class javax.mail.PasswordAuthentication
 
getUsername() - Method in class javax.mail.URLName
Returns the user name of this URLName.
getUserName() - Method in interface javax.resource.cci.ConnectionMetaData
Returns the user name for an active connection as known to the underlying EIS instance.
getUserName() - Method in interface javax.resource.spi.ManagedConnectionMetaData
Returns name of the user associated with the ManagedConnection instance.
getUserName() - Method in class javax.resource.spi.security.PasswordCredential
Returns the user name.
getUsername() - Method in class javax.security.auth.message.callback.PasswordValidationCallback
Get the username.
getUserNamespaces(String) - Method in class javax.mail.Store
Return a set of folders representing the namespaces for user.
getUserPrincipal() - Method in class javax.faces.context.ExternalContext
Return the Principal object containing the name of the current authenticated user, if any; otherwise, return null.
getUserPrincipal() - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.getUserPrincipal() on the wrapped ExternalContext object.
getUserPrincipal() - Method in interface javax.servlet.http.HttpServletRequest
Returns a java.security.Principal object containing the name of the current authenticated user.
getUserPrincipal() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getUserPrincipal() on the wrapped request object.
getUserPrincipal() - Method in interface javax.websocket.server.HandshakeRequest
Return the authenticated user or null if no user is authenticated for this handshake.
getUserPrincipal() - Method in interface javax.websocket.Session
Return the authenticated user for this Session or null if no user is authenticated for this session.
getUserPrincipal() - Method in interface javax.ws.rs.core.SecurityContext
Returns a java.security.Principal object containing the name of the current authenticated user.
getUserPrincipal() - Method in interface javax.xml.rpc.server.ServletEndpointContext
Returns a java.security.Principal instance that contains the name of the authenticated user for the current method invocation on the endpoint instance.
getUserProperties() - Method in interface javax.websocket.EndpointConfig
This method returns a modifiable Map that the developer may use to store application specific information relating to the endpoint that uses this configuration instance.
getUserProperties() - Method in interface javax.websocket.Session
While the session is open, this method returns a Map that the developer may use to store application specific information relating to this session instance.
getUsers() - Method in interface javax.xml.registry.infomodel.Organization
Gets the Collection of Users affiliated with this Organization.
getUserTransaction() - Method in interface javax.ejb.EJBContext
Obtain the transaction demarcation interface.
getUserVersion() - Method in interface javax.xml.registry.infomodel.Versionable
Gets the user-specified revision number for this version of the Versionable object.
getUseTime() - Method in interface javax.management.j2ee.statistics.JCAConnectionStats
Returns the time spent using a connection
getUseTime() - Method in interface javax.management.j2ee.statistics.JDBCConnectionStats
Time spent using a connection.
getValidatedValue() - Method in interface javax.validation.MessageInterpolator.Context
 
getValidateURI() - Method in interface javax.xml.registry.infomodel.URIValidator
Gets whether to do URI validation for this object.
getValidationAppliesTo() - Method in interface javax.validation.metadata.ConstraintDescriptor
The ConstraintTarget value of validationAppliesTo if the constraint hosts it or null otherwise.
getValidationGroups() - Method in class javax.faces.validator.BeanValidator

Return the validation groups passed to the Validation API when checking constraints.

getValidationMode() - Method in interface javax.persistence.spi.PersistenceUnitInfo
Returns the validation mode to be used by the persistence provider for the persistence unit.
getValidationProviderResolver() - Method in interface javax.validation.spi.BootstrapState
User defined ValidationProviderResolver strategy instance or null if undefined.
getValidationProviders() - Method in interface javax.validation.ValidationProviderResolver
Returns a list of ValidationProvider available in the runtime environment.
getValidator() - Method in interface javax.faces.component.EditableValueHolder
Deprecated.
EditableValueHolder.getValidators() should be used instead.
getValidator() - Method in class javax.faces.component.UIInput
Deprecated.
UIInput.getValidators() should be used instead.
getValidator() - Method in interface javax.validation.ValidatorContext
Returns an initialized Validator instance respecting the defined state.
getValidator() - Method in interface javax.validation.ValidatorFactory
Returns an initialized Validator instance using the factory defaults for message interpolator, traversable resolver and constraint validator factory.
getValidatorConfig() - Method in class javax.faces.view.facelets.ValidatorHandler

Return the TagConfig subclass used to configure this handler instance.

getValidatorId() - Method in interface javax.faces.view.facelets.ValidatorConfig

Return the validator-id associated with a particular validator in your faces-config

getValidatorId(FaceletContext) - Method in class javax.faces.view.facelets.ValidatorHandler
Retrieve the id of the validator that is to be created and added to the parent EditableValueHolder.
getValidatorIds() - Method in class javax.faces.application.Application
Return an Iterator over the set of currently registered validator ids for this Application.
getValidatorIds() - Method in class javax.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.getValidatorIds() on the wrapped Application object.

getValidatorMessage() - Method in class javax.faces.component.UIInput
If there has been a call to UIInput.setValidatorMessage(java.lang.String) on this instance, return the message.
getValidators() - Method in interface javax.faces.component.EditableValueHolder
Return the set of registered Validators for this component instance.
getValidators() - Method in class javax.faces.component.UIInput
Return the set of registered Validators for this UIInput instance.
getValidSentAddresses() - Method in class javax.mail.event.TransportEvent
Return the addresses to which this message was sent succesfully.
getValidSentAddresses() - Method in exception javax.mail.SendFailedException
Return the addresses to which this message was sent succesfully.
getValidUnsentAddresses() - Method in class javax.mail.event.TransportEvent
Return the addresses that are valid but to which this message was not sent.
getValidUnsentAddresses() - Method in exception javax.mail.SendFailedException
Return the addresses that are valid but to which this message was not sent.
getValue() - Method in interface javax.batch.runtime.Metric
The getValue method returns the metric value.
getValue(ELContext, Object, Object) - Method in class javax.el.ArrayELResolver
If the base object is a Java language array, returns the value at the given index.
getValue(ELContext, Object, Object) - Method in class javax.el.BeanELResolver
If the base object is not null, returns the current value of the given property on this bean.
getValue(ELContext, Object, Object) - Method in class javax.el.BeanNameELResolver
If the base object is null and the property is a name that is resolvable by the BeanNameResolver, returns the value resolved by the BeanNameResolver.
getValue(ELContext, Object, Object) - Method in class javax.el.CompositeELResolver
Attempts to resolve the given property object on the given base object by querying all component resolvers.
getValue(String, Class<?>) - Method in class javax.el.ELProcessor
Evaluates an Jakarta Expression Language expression, and coerces the result to the specified type.
getValue(ELContext, Object, Object) - Method in class javax.el.ELResolver
Attempts to resolve the given property object on the given base object.
getValue(ELContext, Object, Object) - Method in class javax.el.ListELResolver
If the base object is a list, returns the value at the given index.
getValue(ELContext, Object, Object) - Method in class javax.el.MapELResolver
If the base object is a map, returns the value associated with the given key, as specified by the property argument.
getValue(ELContext, Object, Object) - Method in class javax.el.ResourceBundleELResolver
If the base object is an instance of ResourceBundle, the provided property will first be coerced to a String.
getValue(ELContext, Object, Object) - Method in class javax.el.StaticFieldELResolver
Returns the value of a static field.
getValue(ELContext, Object, Object) - Method in class javax.el.TypeConverter
 
getValue(ELContext) - Method in class javax.el.ValueExpression
Evaluates the expression relative to the provided context, and returns the resulting value.
getValue() - Method in class javax.enterprise.deploy.shared.ActionType
Returns this enumeration value's integer value.
getValue() - Method in class javax.enterprise.deploy.shared.CommandType
Returns this enumeration value's integer value.
getValue() - Method in class javax.enterprise.deploy.shared.DConfigBeanVersionType
Returns this enumeration value's integer value.
getValue() - Method in class javax.enterprise.deploy.shared.ModuleType
Returns this enumeration value's integer value.
getValue() - Method in class javax.enterprise.deploy.shared.StateType
Returns this enumeration value's integer value.
getValue() - Method in class javax.faces.component.behavior.ClientBehaviorContext.Parameter

Returns the Parameter's value.

getValue() - Method in class javax.faces.component.UICommand
Returns the value property of the UICommand.
getValue() - Method in class javax.faces.component.UIData
Return the value of the UIData.
getValue() - Method in class javax.faces.component.UIGraphic
Returns the value property of the UIGraphic.
getValue() - Method in class javax.faces.component.UIInput

If there is a local value, return it, otherwise return the result of calling super.getVaue().

getValue() - Method in class javax.faces.component.UIOutput

Return the value property.

getValue() - Method in class javax.faces.component.UIParameter
Returns the value property of the UIParameter.
getValue() - Method in class javax.faces.component.UISelectItem
Returns the value property of the UISelectItem.
getValue() - Method in class javax.faces.component.UISelectItems
Returns the value property of the UISelectItems.
getValue() - Method in interface javax.faces.component.ValueHolder
Gets the value of this UIComponent.
getValue(Object, Object) - Method in class javax.faces.el.PropertyResolver
Deprecated.
Return the value of the specified property from the specified base object.
getValue(Object, int) - Method in class javax.faces.el.PropertyResolver
Deprecated.
Return the value at the specified index of the specified base object.
getValue(FacesContext) - Method in class javax.faces.el.ValueBinding
Deprecated.
Return the value of the property represented by this ValueBinding, relative to the specified FacesContext.
getValue() - Method in class javax.faces.flow.Parameter

Return a ValueExpression for the value of the parameter.

getValue() - Method in class javax.faces.model.SelectItem
Return the value of this item, to be delivered to the model if this item is selected by the user.
getValue() - Method in class javax.faces.view.facelets.TagAttribute
Return the literal value of this attribute
getValue(FaceletContext) - Method in class javax.faces.view.facelets.TagAttribute
If literal, then return our value, otherwise delegate to getObject, passing String.class.
getValue(JsonStructure) - Method in interface javax.json.JsonPointer
Returns the value at the referenced location in the specified target.
getValue(String) - Method in interface javax.json.JsonStructure
Get the value referenced by the provided JSON Pointer in the JsonStructure.
getValue() - Method in interface javax.json.stream.JsonParser
Returns a JsonValue at the current parser position.
getValue() - Method in class javax.mail.Header
Returns the value of this header.
getValue() - Method in class javax.mail.internet.HeaderTokenizer.Token
Returns the value of the token just read.
getValue() - Method in class javax.mail.internet.InternetHeaders.InternetHeader
Return the "value" part of the header line.
getValue() - Method in class javax.security.enterprise.credential.Password
Determines the password value.
getValue() - Method in class javax.servlet.http.Cookie
Gets the current value of this Cookie.
getValue(String) - Method in interface javax.servlet.http.HttpSession
Deprecated.
As of Version 2.2, this method is replaced by HttpSession.getAttribute(java.lang.String).
getValue() - Method in class javax.servlet.http.HttpSessionBindingEvent
Returns the value of the attribute that has been added, removed or replaced.
getValue(ELContext, Object, Object) - Method in class javax.servlet.jsp.el.ImplicitObjectELResolver
If the base object is null, and the property matches the name of a JSP implicit object, returns the implicit object.
getValue(ELContext, Object, Object) - Method in class javax.servlet.jsp.el.ScopedAttributeELResolver
If the base object is null, searches the page, request, session and application scopes for an attribute with the given name and returns it, or null if no attribute exists with the current name.
getValue(ELContext) - Method in class javax.servlet.jsp.jstl.core.IndexedValueExpression
 
getValue(ELContext) - Method in class javax.servlet.jsp.jstl.core.IteratedValueExpression
 
getValue(String) - Method in class javax.servlet.jsp.tagext.TagSupport
Get a the value associated with a key.
getValue() - Method in class javax.servlet.ServletContextAttributeEvent
Gets the value of the ServletContext attribute that changed.
getValue() - Method in class javax.servlet.ServletRequestAttributeEvent
Returns the value of the attribute that has been added, removed or replaced.
getValue() - Method in enum javax.validation.constraints.Pattern.Flag
 
getValue() - Method in interface javax.websocket.Extension.Parameter
Return the value of the extension parameter.
getValue() - Method in class javax.ws.rs.core.Cookie
Get the value of the cookie.
getValue() - Method in class javax.ws.rs.core.EntityTag
Get the value of an EntityTag.
getValue() - Method in interface javax.xml.registry.infomodel.Classification
Gets the taxonomy value for this Classification.
getValue() - Method in interface javax.xml.registry.infomodel.Concept
Gets the value (usually a code in a taxonomy) associated with this Concept.
getValue() - Method in interface javax.xml.registry.infomodel.ExternalIdentifier
Gets the value of an ExternalIdentifier.
getValue() - Method in interface javax.xml.registry.infomodel.InternationalString
Gets the String value for the Locale returned by Locale.getDefault().
getValue(Locale) - Method in interface javax.xml.registry.infomodel.InternationalString
Gets the String value for the specified Locale.
getValue() - Method in interface javax.xml.registry.infomodel.LocalizedString
Get the String value for this object.
getValueBinding(String) - Method in class javax.faces.component.UIComponent
Deprecated.
getValueBinding(String) - Method in class javax.faces.component.UIComponentBase
Deprecated.
getValueBinding(String) - Method in class javax.faces.component.UIGraphic
Deprecated.
getValueBinding(String) - Method in class javax.faces.component.UISelectBoolean
Deprecated.
getValueBinding(String) - Method in class javax.faces.component.UISelectMany
Deprecated.
getValueChangeListener() - Method in interface javax.faces.component.EditableValueHolder
getValueChangeListener() - Method in class javax.faces.component.UIInput
 
getValueChangeListeners() - Method in interface javax.faces.component.EditableValueHolder
Return the set of registered ValueChangeListeners for this component instance.
getValueChangeListeners() - Method in class javax.faces.component.UIInput
Return the set of registered ValueChangeListeners for this UIInput instance.
getValueExpression(String) - Method in class javax.faces.component.behavior.AjaxBehavior

Returns the ValueExpression used to calculate the value for the specified property name, if any.

getValueExpression(String) - Method in class javax.faces.component.UIComponent
Return the ValueExpression used to calculate the value for the specified attribute or property name, if any.
getValueExpression(String) - Method in class javax.faces.component.UIGraphic
Return any ValueExpression set for value if a ValueExpression for url is requested; otherwise, perform the default superclass processing for this method.
getValueExpression(String) - Method in class javax.faces.component.UISelectBoolean
Return any ValueExpression set for value if a ValueExpression for selected is requested; otherwise, perform the default superclass processing for this method.
getValueExpression(String) - Method in class javax.faces.component.UISelectMany
Return any ValueExpression set for value if a ValueExpression for selectedValues is requested; otherwise, perform the default superclass processing for this method.
getValueExpression(FaceletContext, Class) - Method in class javax.faces.view.facelets.TagAttribute
Create a ValueExpression, using this attribute's literal value and the passed expected type.
getValueExpression() - Method in class javax.servlet.jsp.jstl.core.IteratedExpression
 
getValueExtractorClassNames() - Method in interface javax.validation.BootstrapConfiguration
Returns the class names of ValueExtractors.
getValueExtractors() - Method in interface javax.validation.spi.ConfigurationState
Returns a set of value extractors.
getValueNames() - Method in interface javax.servlet.http.HttpSession
Deprecated.
As of Version 2.2, this method is replaced by HttpSession.getAttributeNames()
getValueReference(ELContext) - Method in class javax.el.ValueExpression
Returns a ValueReference for this expression instance.
getValues() - Method in class javax.servlet.jsp.tagext.TagSupport
Enumerate the keys for the values kept by this tag handler.
getValues(K) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
Return a non-null list of values for a given key.
getValues() - Method in interface javax.xml.registry.infomodel.Slot
Gets the values for this Slot.
getValuesAs(Class<T>) - Method in interface javax.json.JsonArray
Returns a list view of the specified type for the array.
getValuesAs(Function<K, T>) - Method in interface javax.json.JsonArray
Returns a list view for the array.
getValueStream() - Method in interface javax.json.stream.JsonParser
Returns a stream of JsonValue from a sequence of JSON values.
getValueType() - Method in interface javax.json.JsonValue
Returns the value type of this JSON value.
getValueType() - Method in interface javax.xml.registry.infomodel.ClassificationScheme
Gets the value type for this object.
getValueUnwrapping() - Method in interface javax.validation.metadata.ConstraintDescriptor
 
getVar() - Method in class javax.faces.component.UIData
Return the request-scope attribute under which the data object for the current row will be exposed when iterating.
getVar() - Method in class javax.faces.component.UIImportConstants
Returns name of request scope attribute under which constants will be exposed as a Map.
getVariableInfo(TagData) - Method in class javax.servlet.jsp.tagext.TagExtraInfo
information on scripting variables defined by the tag associated with this TagExtraInfo instance.
getVariableInfo(TagData) - Method in class javax.servlet.jsp.tagext.TagInfo
Information on the scripting objects created by this tag at runtime.
getVariableMapper() - Method in class javax.el.ELContext
Retrieves the VariableMapper associated with this ELContext.
getVariableMapper() - Method in class javax.el.StandardELContext
Construct (if needed) and return a default VariableMapper() {
getVariableResolver() - Method in class javax.faces.application.Application
Deprecated.
This has been replaced by Application.getELResolver().
getVariableResolver() - Method in class javax.faces.application.ApplicationWrapper
Deprecated.
See superclass for alternative.
getVariableResolver() - Method in class javax.servlet.jsp.JspContext
Deprecated.
As of JSP 2.1, replaced by ELContext.getELResolver(), which can be obtained by jspContext.getELContext().getELResolver().
getVariant() - Method in class javax.ws.rs.client.Entity
Get entity variant information.
getVarName() - Method in class javax.servlet.jsp.tagext.VariableInfo
Returns the name of the scripting variable.
getVdlDocumentId() - Method in class javax.faces.flow.ViewNode

Return the immutable VDL document id for this view node.

getVendor() - Method in class javax.mail.Provider
Returns the name of the vendor associated with this implementation or null.
getVersion() - Method in class javax.mail.Provider
Returns the version of this implementation or null if no version.
getVersion(Class<Y>) - Method in interface javax.persistence.metamodel.IdentifiableType
Return the attribute that corresponds to the version attribute of the entity or mapped superclass.
getVersion() - Method in class javax.servlet.http.Cookie
Returns the version of the protocol this cookie complies with.
getVersion() - Method in class javax.ws.rs.core.Cookie
Get the version of the cookie.
getVersion() - Method in interface javax.xml.registry.CapabilityProfile
Gets the Jakarta XML Registries specification version supported by the Jakarta XML Registries provider.
getViewActions(UIViewRoot) - Static method in class javax.faces.view.ViewMetadata

Utility method to extract view metadata from the provided UIViewRoot.

getViewDeclarationLanguage(FacesContext, String) - Method in class javax.faces.application.ViewHandler

Return the ViewDeclarationLanguage instance used for this ViewHandler instance.

getViewDeclarationLanguage(FacesContext, String) - Method in class javax.faces.application.ViewHandlerWrapper
The default behavior of this method is to call ViewHandler.getViewDeclarationLanguage(javax.faces.context.FacesContext, java.lang.String) on the wrapped ViewHandler object.
getViewDeclarationLanguage(String) - Method in class javax.faces.view.ViewDeclarationLanguageFactory

Return the ViewDeclarationLanguage instance suitable for handling the VDL contained in the page referenced by the argument viewId.

getViewHandler() - Method in class javax.faces.application.Application
Return the ViewHandler instance that will be utilized during the Restore View and Render Response phases of the request processing lifecycle.
getViewHandler() - Method in class javax.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.getViewHandler() on the wrapped Application object.

getViewId() - Method in exception javax.faces.application.ViewExpiredException
Return the view identifier of this exception, or null if the view identifier is nonexistent or unknown.
getViewId() - Method in class javax.faces.component.UIViewRoot
Return the view identifier for this view.
getViewId() - Method in class javax.faces.view.ViewMetadata

Get the view id

getViewListenersForEventClass(Class<? extends SystemEvent>) - Method in class javax.faces.component.UIViewRoot

Return the SystemEventListener instances registered on this UIComponent instance that are interested in events of type eventClass.

getViewMap() - Method in class javax.faces.component.UIViewRoot

This implementation simply calls through to UIViewRoot.getViewMap(boolean), passing true as the argument, and returns the result.

getViewMap(boolean) - Method in class javax.faces.component.UIViewRoot

Returns a Map that acts as the interface to the data store that is the "view scope", or, if this instance does not have such a Map and the create argument is true, creates one and returns it.

getViewMetadata(FacesContext, String) - Method in class javax.faces.view.ViewDeclarationLanguage

Return a reference to the view metadata for the view represented by the argument viewId, or null if the metadata cannot be found.

getViewMetadata(FacesContext, String) - Method in class javax.faces.view.ViewDeclarationLanguageWrapper
 
getViewMetadataFacelet(URL) - Method in class javax.faces.view.facelets.FaceletCache

Returns a cached View Metadata Facelet instance.

getViewParameters(UIViewRoot) - Static method in class javax.faces.view.ViewMetadata

Utility method to extract view metadata from the provided UIViewRoot.

getViewResources(FacesContext, String, int, ResourceVisitOption...) - Method in class javax.faces.application.ResourceHandler

Return a Stream possibly lazily populated by walking the resource tree rooted at a given initial path.

getViewResources(FacesContext, String, ResourceVisitOption...) - Method in class javax.faces.application.ResourceHandler

Return a Stream possibly lazily populated by walking the resource tree rooted at a given initial path.

getViewResources(FacesContext, String, int, ResourceVisitOption...) - Method in class javax.faces.application.ResourceHandlerWrapper

The default behavior of this method is to call ResourceHandler.getViewResources(FacesContext, String, int, ResourceVisitOption...) on the wrapped ResourceHandler object.

getViewResources(FacesContext, String, ResourceVisitOption...) - Method in class javax.faces.application.ResourceHandlerWrapper

The default behavior of this method is to call ResourceHandler.getViewResources(FacesContext, String, ResourceVisitOption...) on the wrapped ResourceHandler object.

getViewRoot() - Method in class javax.faces.context.FacesContext
Return the root component that is associated with the this request.
getViewRoot() - Method in class javax.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext.getViewRoot() on the wrapped FacesContext object.
getViews(FacesContext, String, int, ViewVisitOption...) - Method in class javax.faces.application.ViewHandler

Return a Stream possibly lazily populated by walking the view trees of every active ViewDeclarationLanguage rooted at a given initial path.

getViews(FacesContext, String, ViewVisitOption...) - Method in class javax.faces.application.ViewHandler

Return a Stream possibly lazily populated by walking the view trees of every active ViewDeclarationLanguage rooted at a given initial path.

getViews(FacesContext, String, ViewVisitOption...) - Method in class javax.faces.application.ViewHandlerWrapper
The default behavior of this method is to call ViewHandler.getViews(FacesContext, String, ViewVisitOption...) on the wrapped ViewHandler object.
getViews(FacesContext, String, int, ViewVisitOption...) - Method in class javax.faces.application.ViewHandlerWrapper
The default behavior of this method is to call ViewHandler.getViews(FacesContext, String, int, ViewVisitOption...) on the wrapped ViewHandler object.
getViews() - Method in class javax.faces.flow.Flow

Return an immutable data structure containing all of the view nodes declared for this flow.

getViews(FacesContext, String, ViewVisitOption...) - Method in class javax.faces.view.ViewDeclarationLanguage

Return a Stream possibly lazily populated by walking the view tree rooted at a given initial path.

getViews(FacesContext, String, int, ViewVisitOption...) - Method in class javax.faces.view.ViewDeclarationLanguage

Return a Stream possibly lazily populated by walking the view tree rooted at a given initial path.

getViews(FacesContext, String, ViewVisitOption...) - Method in class javax.faces.view.ViewDeclarationLanguageWrapper
 
getViews(FacesContext, String, int, ViewVisitOption...) - Method in class javax.faces.view.ViewDeclarationLanguageWrapper
 
getViewState(FacesContext) - Method in class javax.faces.application.StateManager

Convenience method to return the view state as a String with no RenderKit specific markup.

getViewState(FacesContext) - Method in class javax.faces.application.StateManagerWrapper

The default behavior of this method is to call StateManager.getViewState(javax.faces.context.FacesContext) on the wrapped StateManager object.

getViewState(FacesContext, Object) - Method in class javax.faces.render.ResponseStateManager
Return the specified state as a String without any markup related to the rendering technology supported by this ResponseStateManager.
getVirtualServerName() - Method in interface javax.servlet.ServletContext
Returns the configuration name of the logical host on which the ServletContext is deployed.
getVisitContext(FacesContext, Collection<String>, Set<VisitHint>) - Method in class javax.faces.component.visit.VisitContextFactory

Return a new VisitContext instance.

getVisitHints() - Method in class javax.faces.component.search.SearchExpressionContext

Returns hints that influence the behavior of the tree visit, if it's used by an SearchKeywordResolver implementation.

getWaitingThreadCount() - Method in interface javax.management.j2ee.statistics.JCAConnectionPoolStats
The number of threads waiting for a connection
getWaitingThreadCount() - Method in interface javax.management.j2ee.statistics.JDBCConnectionPoolStats
Number of threads waiting for a connection.
getWaitTime() - Method in interface javax.management.j2ee.statistics.JCAConnectionStats
Returns the time spent waiting for a connection to be available
getWaitTime() - Method in interface javax.management.j2ee.statistics.JDBCConnectionStats
Time spent waiting for a connection to be available.
getWarnClass() - Method in class javax.faces.component.html.HtmlMessage
Return the value of the warnClass property.
getWarnClass() - Method in class javax.faces.component.html.HtmlMessages
Return the value of the warnClass property.
getWarnings() - Method in interface javax.resource.cci.Interaction
Gets the first ResourceWarning from the chain of warnings associated with this Interaction instance.
getWarnStyle() - Method in class javax.faces.component.html.HtmlMessage
Return the value of the warnStyle property.
getWarnStyle() - Method in class javax.faces.component.html.HtmlMessages
Return the value of the warnStyle property.
getWebSocketContainer() - Static method in class javax.websocket.ContainerProvider
Obtain a new instance of a WebSocketContainer.
getWebsocketURL(FacesContext, String) - Method in class javax.faces.application.ViewHandler

If the value returned from this method is used as the file argument to the four-argument constructor for java.net.URL (assuming appropriate values are used for the first three arguments), then a client making a push handshake request to the toExternalForm() of that URL will select the argument channel for connecting the websocket push channel in the current view.

getWebsocketURL(FacesContext, String) - Method in class javax.faces.application.ViewHandlerWrapper
The default behavior of this method is to call ViewHandler.getWebsocketURL(FacesContext, String) on the wrapped ViewHandler object.
getWebURL() - Method in interface javax.enterprise.deploy.spi.TargetModuleID
If this TargetModulID represents a web module retrieve the URL for it.
getWidth() - Method in class javax.faces.component.html.HtmlDataTable
Return the value of the width property.
getWidth() - Method in class javax.faces.component.html.HtmlGraphicImage
Return the value of the width property.
getWidth() - Method in class javax.faces.component.html.HtmlPanelGrid
Return the value of the width property.
getWork() - Method in class javax.resource.spi.work.WorkEvent
Return the Work instance which is the cause of the event.
getWorkContexts() - Method in interface javax.resource.spi.work.WorkContextProvider
Gets an list of WorkContexts that needs to be used by the WorkManager to set up the execution context while executing a Work instance.
getWorkManager() - Method in interface javax.resource.spi.BootstrapContext
Provides a handle to a WorkManager instance.
getWrapped() - Method in class javax.faces.application.ApplicationFactory

If this factory has been decorated, the implementation doing the decorating may override this method to provide access to the implementation being wrapped.

getWrapped() - Method in class javax.faces.application.ApplicationWrapper
 
getWrapped() - Method in class javax.faces.application.ConfigurableNavigationHandlerWrapper
 
getWrapped() - Method in class javax.faces.application.NavigationCaseWrapper
 
getWrapped() - Method in class javax.faces.application.NavigationHandlerWrapper
 
getWrapped() - Method in class javax.faces.application.ResourceHandlerWrapper
 
getWrapped() - Method in class javax.faces.application.ResourceWrapper
 
getWrapped() - Method in class javax.faces.application.StateManagerWrapper
 
getWrapped() - Method in class javax.faces.application.ViewHandlerWrapper
 
getWrapped() - Method in class javax.faces.component.search.SearchExpressionContextFactory

If this factory has been decorated, the implementation doing the decorating may override this method to provide access to the implementation being wrapped.

getWrapped() - Method in class javax.faces.component.search.SearchExpressionHandlerWrapper
 
getWrapped() - Method in class javax.faces.component.visit.VisitContextFactory

If this factory has been decorated, the implementation doing the decorating may override this method to provide access to the implementation being wrapped.

getWrapped() - Method in class javax.faces.component.visit.VisitContextWrapper
 
getWrapped() - Method in class javax.faces.context.ExceptionHandlerFactory

If this factory has been decorated, the implementation doing the decorating may override this method to provide access to the implementation being wrapped.

getWrapped() - Method in class javax.faces.context.ExceptionHandlerWrapper
 
getWrapped() - Method in class javax.faces.context.ExternalContextFactory

If this factory has been decorated, the implementation doing the decorating may override this method to provide access to the implementation being wrapped.

getWrapped() - Method in class javax.faces.context.ExternalContextWrapper
 
getWrapped() - Method in class javax.faces.context.FacesContextFactory

If this factory has been decorated, the implementation doing the decorating may override this method to provide access to the implementation being wrapped.

getWrapped() - Method in class javax.faces.context.FacesContextWrapper
 
getWrapped() - Method in class javax.faces.context.FlashFactory

If this factory has been decorated, the implementation doing the decorating may override this method to provide access to the implementation being wrapped.

getWrapped() - Method in class javax.faces.context.FlashWrapper
 
getWrapped() - Method in class javax.faces.context.PartialViewContextFactory

If this factory has been decorated, the implementation doing the decorating may override this method to provide access to the implementation being wrapped.

getWrapped() - Method in class javax.faces.context.PartialViewContextWrapper
 
getWrapped() - Method in class javax.faces.context.ResponseWriterWrapper
 
getWrapped() - Method in class javax.faces.event.ActionListenerWrapper
 
getWrapped() - Method in interface javax.faces.FacesWrapper

A class that implements this interface uses this method to return an instance of the class being wrapped.

getWrapped() - Method in class javax.faces.flow.FlowHandlerFactoryWrapper
 
getWrapped() - Method in class javax.faces.lifecycle.ClientWindowFactory

If this factory has been decorated, the implementation doing the decorating may override this method to provide access to the implementation being wrapped.

getWrapped() - Method in class javax.faces.lifecycle.ClientWindowWrapper
 
getWrapped() - Method in class javax.faces.lifecycle.LifecycleFactory

If this factory has been decorated, the implementation doing the decorating may override this method to provide access to the implementation being wrapped.

getWrapped() - Method in class javax.faces.lifecycle.LifecycleWrapper
 
getWrapped() - Method in class javax.faces.render.RendererWrapper
 
getWrapped() - Method in class javax.faces.render.RenderKitFactory

If this factory has been decorated, the implementation doing the decorating may override this method to provide access to the implementation being wrapped.

getWrapped() - Method in class javax.faces.render.RenderKitWrapper
 
getWrapped() - Method in class javax.faces.view.facelets.FaceletCacheFactory

If this factory has been decorated, the implementation doing the decorating may override this method to provide access to the implementation being wrapped.

getWrapped() - Method in class javax.faces.view.facelets.TagHandlerDelegateFactory

If this factory has been decorated, the implementation doing the decorating may override this method to provide access to the implementation being wrapped.

getWrapped() - Method in class javax.faces.view.ViewDeclarationLanguageFactory

If this factory has been decorated, the implementation doing the decorating may override this method to provide access to the implementation being wrapped.

getWrapped() - Method in class javax.faces.view.ViewDeclarationLanguageWrapper
 
getWrapped() - Method in class javax.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
getWrappedData() - Method in class javax.faces.model.ArrayDataModel
 
getWrappedData() - Method in class javax.faces.model.CollectionDataModel
 
getWrappedData() - Method in class javax.faces.model.DataModel
Return the object representing the data wrapped by this DataModel, if any.
getWrappedData() - Method in class javax.faces.model.IterableDataModel
Return the object representing the data wrapped by this DataModel, if any.
getWrappedData() - Method in class javax.faces.model.ListDataModel
 
getWrappedData() - Method in class javax.faces.model.ResultDataModel
 
getWrappedData() - Method in class javax.faces.model.ResultSetDataModel
 
getWrappedData() - Method in class javax.faces.model.ScalarDataModel
 
getWriteMethod(String) - Method in class javax.faces.view.facelets.MetadataTarget

Return a Method for the setter of the property with name given by argument name.

getWriter() - Method in interface javax.servlet.ServletResponse
Returns a PrintWriter object that can send character text to the client.
getWriter() - Method in class javax.servlet.ServletResponseWrapper
The default behavior of this method is to return getWriter() on the wrapped response object.
getWSDLDocumentLocation() - Method in interface javax.xml.rpc.Service
Gets the location of the WSDL document for this Service.
getXAResource() - Method in interface javax.jms.XAJMSContext
Returns an XAResource to the caller.
getXAResource() - Method in interface javax.jms.XASession
Returns an XA resource to the caller.
getXAResource() - Method in interface javax.resource.spi.ManagedConnection
Returns an javax.transaction.xa.XAresource instance.
getXAResources(ActivationSpec[]) - Method in interface javax.resource.spi.ResourceAdapter
This method is called by the application server during crash recovery.
getXATerminator() - Method in interface javax.resource.spi.BootstrapContext
Provides a handle to a XATerminator instance.
getXid() - Method in class javax.resource.spi.work.ExecutionContext
 
getXmlns() - Method in class javax.faces.component.html.HtmlBody
Return the value of the xmlns property.
getXmlns() - Method in class javax.faces.component.html.HtmlHead
Return the value of the xmlns property.
getXpath() - Method in interface javax.enterprise.deploy.model.DDBean
Returns the original xpath string provided by the DConfigBean.
getXpath() - Method in interface javax.enterprise.deploy.model.DDBeanRoot
Return the XPath for this standard bean.
getXpaths() - Method in interface javax.enterprise.deploy.spi.DConfigBean
Return a list of XPaths designating the deployment descriptor information this DConfigBean requires.
getYear() - Method in class javax.ejb.ScheduleExpression
Return the value of the year attribute.
greaterThan(Expression<? extends Y>, Expression<? extends Y>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is greater than the second.
greaterThan(Expression<? extends Y>, Y) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is greater than the second.
greaterThanOrEqualTo(Expression<? extends Y>, Expression<? extends Y>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is greater than or equal to the second.
greaterThanOrEqualTo(Expression<? extends Y>, Y) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is greater than or equal to the second.
greatest(Expression<X>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an aggregate expression for finding the greatest of the values (strings, dates, etc).
groupBy(Expression<?>...) - Method in interface javax.persistence.criteria.AbstractQuery
Specify the expressions that are used to form groups over the query results.
groupBy(List<Expression<?>>) - Method in interface javax.persistence.criteria.AbstractQuery
Specify the expressions that are used to form groups over the query results.
groupBy(Expression<?>...) - Method in interface javax.persistence.criteria.CriteriaQuery
Specify the expressions that are used to form groups over the query results.
groupBy(List<Expression<?>>) - Method in interface javax.persistence.criteria.CriteriaQuery
Specify the expressions that are used to form groups over the query results.
groupBy(Expression<?>...) - Method in interface javax.persistence.criteria.Subquery
Specify the expressions that are used to form groups over the subquery results.
groupBy(List<Expression<?>>) - Method in interface javax.persistence.criteria.Subquery
Specify the expressions that are used to form groups over the subquery results.
GroupConversionDescriptor - Interface in javax.validation.metadata
A group conversion rule to be applied during cascaded validation.
GroupDefinitionException - Exception in javax.validation
Exception raised if a group definition is not legal.
GroupDefinitionException(String) - Constructor for exception javax.validation.GroupDefinitionException
 
GroupDefinitionException() - Constructor for exception javax.validation.GroupDefinitionException
 
GroupDefinitionException(String, Throwable) - Constructor for exception javax.validation.GroupDefinitionException
 
GroupDefinitionException(Throwable) - Constructor for exception javax.validation.GroupDefinitionException
 
groupingBy(Function<JsonValue, String>, Collector<JsonValue, T, JsonArray>) - Static method in class javax.json.stream.JsonCollectors
Constructs a java.util.stream.Collector that implements a "group by" operation on the input JsonValue elements.
groupingBy(Function<JsonValue, String>) - Static method in class javax.json.stream.JsonCollectors
Constructs a java.util.stream.Collector that implements a "group by" operation on the input JsonValue elements.
GroupPrincipalCallback - Class in javax.security.auth.message.callback
Callback establishing group principals within the argument subject.
GroupPrincipalCallback(Subject, String[]) - Constructor for class javax.security.auth.message.callback.GroupPrincipalCallback
Create a GroupPrincipalCallback to establish the container's representation of the corresponding group principals within the Subject.
GroupSequence - Annotation Type in javax.validation
Defines group sequence.
GT - Static variable in class javax.mail.search.ComparisonTerm
 
gt(Expression<? extends Number>, Expression<? extends Number>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is greater than the second.
gt(Expression<? extends Number>, Number) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is greater than the second.

H

Handle - Interface in javax.ejb
The Handle interface is implemented by all enterprise bean object handles.
handle() - Method in class javax.faces.context.ExceptionHandler

Take action to handle the Exception instances residing inside the ExceptionQueuedEvent instances that have been queued by calls to Application().publishEvent(ExceptionQueuedEvent.class, eventContext).

handle() - Method in class javax.faces.context.ExceptionHandlerWrapper
The default behavior of this method is to call ExceptionHandler.handle() on the wrapped ExceptionHandler object.
HandleDelegate - Interface in javax.ejb.spi
The HandleDelegate interface is implemented by the enterprise bean container.
handleFault(MessageContext) - Method in class javax.xml.rpc.handler.GenericHandler
The handleFault method processes the SOAP faults based on the SOAP message processing model.
handleFault(MessageContext) - Method in interface javax.xml.rpc.handler.Handler
The handleFault method processes the SOAP faults based on the SOAP message processing model.
handleFault(MessageContext) - Method in interface javax.xml.rpc.handler.HandlerChain
The handleFault method initiates the SOAP fault processing for this handler chain.
handleNavigation(FacesContext, String, String) - Method in class javax.faces.application.ConfigurableNavigationHandlerWrapper
 
handleNavigation(FacesContext, String, String) - Method in class javax.faces.application.NavigationHandler
Perform navigation processing based on the state information in the specified FacesContext, plus the outcome string returned by an executed application action.
handleNavigation(FacesContext, String, String, String) - Method in class javax.faces.application.NavigationHandler

Overloaded variant of NavigationHandler.handleNavigation(javax.faces.context.FacesContext, java.lang.String, java.lang.String) that allows the caller to provide the defining document id for a flow to be entered by this navigation.

handleNavigation(FacesContext, String, String) - Method in class javax.faces.application.NavigationHandlerWrapper
 
handleNavigation(FacesContext, String, String, String) - Method in class javax.faces.application.NavigationHandlerWrapper
 
handlePageException(Exception) - Method in class javax.servlet.jsp.PageContext
This method is intended to process an unhandled 'page' level exception by forwarding the exception to the specified error page for this JSP.
handlePageException(Throwable) - Method in class javax.servlet.jsp.PageContext
This method is intended to process an unhandled 'page' level exception by forwarding the exception to the specified error page for this JSP.
handleProgressEvent(ProgressEvent) - Method in interface javax.enterprise.deploy.spi.status.ProgressListener
Invoked when a deployment progress event occurs.
Handler - Interface in javax.xml.rpc.handler
The javax.xml.rpc.handler.Handler interface is required to be implemented by a SOAP message handler.
HandlerChain - Interface in javax.xml.rpc.handler
The javax.xml.rpc.handler.HandlerChain represents a list of handlers.
handleRequest(MessageContext) - Method in class javax.xml.rpc.handler.GenericHandler
The handleRequest method processes the request SOAP message.
handleRequest(MessageContext) - Method in interface javax.xml.rpc.handler.Handler
The handleRequest method processes the request message.
handleRequest(MessageContext) - Method in interface javax.xml.rpc.handler.HandlerChain
The handleRequest method initiates the request processing for this handler chain.
handleResourceRequest(FacesContext) - Method in class javax.faces.application.ResourceHandler

This method specifies the contract for satisfying resource requests.

handleResourceRequest(FacesContext) - Method in class javax.faces.application.ResourceHandlerWrapper

The default behavior of this method is to call ResourceHandler.handleResourceRequest(javax.faces.context.FacesContext) on the wrapped ResourceHandler object.

handleResponse(MessageContext) - Method in class javax.xml.rpc.handler.GenericHandler
The handleResponse method processes the response message.
handleResponse(MessageContext) - Method in interface javax.xml.rpc.handler.Handler
The handleResponse method processes the response SOAP message.
handleResponse(MessageContext) - Method in interface javax.xml.rpc.handler.HandlerChain
The handleResponse method initiates the response processing for this handler chain.
HandlerInfo - Class in javax.xml.rpc.handler
The javax.xml.rpc.handler.HandlerInfo represents information about a handler in the HandlerChain.
HandlerInfo() - Constructor for class javax.xml.rpc.handler.HandlerInfo
Default constructor
HandlerInfo(Class, Map, QName[]) - Constructor for class javax.xml.rpc.handler.HandlerInfo
Constructor for HandlerInfo
HandlerRegistry - Interface in javax.xml.rpc.handler
The javax.xml.rpc.handler.HandlerRegistry provides support for the programmatic configuration of handlers in a HandlerRegistry.
HandlesTypes - Annotation Type in javax.servlet.annotation
This annotation is used to declare the class types that a ServletContainerInitializer can handle.
handlesURI(String) - Method in interface javax.enterprise.deploy.spi.factories.DeploymentFactory
Tests whether this factory can create a DeploymentManager object based on the specificed URI.
handleTimeout(AsyncResponse) - Method in interface javax.ws.rs.container.TimeoutHandler
Invoked when the suspended asynchronous response is about to time out.
HandshakeRequest - Interface in javax.websocket.server
The handshake request represents the web socket defined Http GET request for the opening handshake of a web socket session.
HandshakeResponse - Interface in javax.websocket
The handshake response represents the web socket-defined Http response that is the response to the opening handshake request.
hasAccessToWebResource(String, String...) - Method in interface javax.security.enterprise.SecurityContext
Checks whether the caller has access to the provided "web resource" using the given methods, as specified by section 13.8 of the Servlet specification.
hasBinding() - Method in class javax.faces.webapp.UIComponentClassicTagBase
Return true if this component has a non-null binding attribute.
hasBinding() - Method in class javax.faces.webapp.UIComponentELTag
 
hasBinding() - Method in class javax.faces.webapp.UIComponentTag
Deprecated.
 
hasCondition() - Method in class javax.faces.application.NavigationCase

Test if this navigation case has an associated <if> element.

hasCondition() - Method in class javax.faces.application.NavigationCaseWrapper
 
hasConstrainedParameters() - Method in interface javax.validation.metadata.ExecutableDescriptor
Returns true if the executable parameters are constrained either: because of a constraint on at least one of the parameters because of a cascade on at least one of the parameters (via Valid) because of at least one cross-parameter constraint
hasConstrainedReturnValue() - Method in interface javax.validation.metadata.ExecutableDescriptor
Returns true if the executable return value is constrained either: because of a constraint on the return value because validation is cascaded on the return value (via Valid)
hasConstraints() - Method in interface javax.validation.metadata.ElementDescriptor.ConstraintFinder
Returns true if at least one constraint declaration matching the restrictions is present on the element, false otherwise.
hasConstraints() - Method in interface javax.validation.metadata.ElementDescriptor
 
hasConstraints() - Method in interface javax.validation.metadata.ExecutableDescriptor
Returns false.
hasDynamicAttributes() - Method in class javax.servlet.jsp.tagext.TagInfo
Get dynamicAttributes associated with this TagInfo.
hasEntity() - Method in interface javax.ws.rs.client.ClientRequestContext
Check if there is an entity available in the request.
hasEntity() - Method in interface javax.ws.rs.client.ClientResponseContext
Check if there is a non-empty entity input stream is available in the response message.
hasEntity() - Method in interface javax.ws.rs.container.ContainerRequestContext
Check if there is a non-empty entity input stream available in the request message.
hasEntity() - Method in interface javax.ws.rs.container.ContainerResponseContext
Check if there is an entity available in the response.
hasEntity() - Method in class javax.ws.rs.core.Response
Check if there is an entity available in the response.
hashCode() - Method in class javax.el.Expression
Returns the hash code for this Expression.
hashCode() - Method in class javax.enterprise.util.AnnotationLiteral
 
hashCode() - Method in class javax.enterprise.util.TypeLiteral
 
hashCode() - Method in class javax.faces.application.NavigationCase
 
hashCode() - Method in class javax.faces.application.NavigationCaseWrapper
 
hashCode() - Method in class javax.faces.event.WebsocketEvent
 
hashCode() - Method in class javax.faces.validator.DoubleRangeValidator

Overrides the default hash code method to take the minimum and maximum into account when generating the hash code.

hashCode() - Method in class javax.faces.validator.LengthValidator
 
hashCode() - Method in class javax.faces.validator.LongRangeValidator
 
hashCode() - Method in interface javax.json.JsonNumber
Returns the hash code value for this JsonNumber object.
hashCode() - Method in interface javax.json.JsonString
Returns the hash code value for this JsonString object.
hashCode() - Method in class javax.mail.Flags
Compute a hash code for this Flags object.
hashCode() - Method in class javax.mail.internet.InternetAddress
Compute a hash code for the address.
hashCode() - Method in class javax.mail.internet.NewsAddress
Compute a hash code for the address.
hashCode() - Method in class javax.mail.search.AddressTerm
Compute a hashCode for this object.
hashCode() - Method in class javax.mail.search.AndTerm
Compute a hashCode for this object.
hashCode() - Method in class javax.mail.search.ComparisonTerm
Compute a hashCode for this object.
hashCode() - Method in class javax.mail.search.DateTerm
Compute a hashCode for this object.
hashCode() - Method in class javax.mail.search.FlagTerm
Compute a hashCode for this object.
hashCode() - Method in class javax.mail.search.HeaderTerm
Compute a hashCode for this object.
hashCode() - Method in class javax.mail.search.IntegerComparisonTerm
Compute a hashCode for this object.
hashCode() - Method in class javax.mail.search.NotTerm
Compute a hashCode for this object.
hashCode() - Method in class javax.mail.search.OrTerm
Compute a hashCode for this object.
hashCode() - Method in class javax.mail.search.RecipientStringTerm
Compute a hashCode for this object.
hashCode() - Method in class javax.mail.search.RecipientTerm
Compute a hashCode for this object.
hashCode() - Method in class javax.mail.search.StringTerm
Compute a hashCode for this object.
hashCode() - Method in class javax.mail.URLName
Compute the hash code for this URLName.
hashCode() - Method in interface javax.resource.cci.Record
Returns the hash code for the Record instance.
hashCode() - Method in interface javax.resource.spi.ConnectionRequestInfo
Returns the hashCode of the ConnectionRequestInfo.
hashCode() - Method in interface javax.resource.spi.ManagedConnectionFactory
Returns the hash code for the ManagedConnectionFactory
hashCode() - Method in interface javax.resource.spi.security.GenericCredential
Deprecated.
Returns the hash code for this GenericCredential
hashCode() - Method in class javax.resource.spi.security.PasswordCredential
Returns the hash code for this PasswordCredential
hashCode() - Method in class javax.security.jacc.EJBMethodPermission
Returns the hash code value for this EJBMethodPermission.
hashCode() - Method in class javax.security.jacc.EJBRoleRefPermission
Returns the hash code value for this EJBRoleRefPermission.
hashCode() - Method in class javax.security.jacc.WebResourcePermission
Returns the hash code value for this WebResourcePermission.
hashCode() - Method in class javax.security.jacc.WebRoleRefPermission
Returns the hash code value for this WebRoleRefPermission.
hashCode() - Method in class javax.security.jacc.WebUserDataPermission
Returns the hash code value for this WebUserDataPermission.
hashCode() - Method in class javax.servlet.jsp.jstl.core.IndexedValueExpression
 
hashCode() - Method in class javax.servlet.jsp.jstl.core.IteratedValueExpression
 
hashCode() - Method in class javax.ws.rs.client.Entity
 
hashCode() - Method in class javax.ws.rs.core.AbstractMultivaluedMap

This implementation delegates the method call to to the the underlying [key, multi-value] store.

hashCode() - Method in class javax.ws.rs.core.CacheControl
Generate hash code from cache control properties.
hashCode() - Method in class javax.ws.rs.core.Cookie
Generate a hash code by hashing all of the cookies properties.
hashCode() - Method in class javax.ws.rs.core.EntityTag
Generate hashCode based on value and weakness.
hashCode() - Method in class javax.ws.rs.core.GenericEntity
 
hashCode() - Method in class javax.ws.rs.core.GenericType
 
hashCode() - Method in class javax.ws.rs.core.Link.JaxbLink
 
hashCode() - Method in class javax.ws.rs.core.MediaType
Generate a hash code from the type, subtype and parameters.
hashCode() - Method in class javax.ws.rs.core.NewCookie
Generate a hash code by hashing all of the properties.
hashCode() - Method in class javax.ws.rs.core.Variant
Generate hash code from variant properties.
hasLink(String) - Method in interface javax.ws.rs.client.ClientResponseContext
Check if link for relation exists.
hasLink(String) - Method in interface javax.ws.rs.container.ContainerResponseContext
Check if link for relation exists.
hasLink(String) - Method in class javax.ws.rs.core.Response
Check if link for relation exists.
hasMetadata(UIViewRoot) - Static method in class javax.faces.view.ViewMetadata

Utility method to determine if the the provided UIViewRoot has metadata.

hasMoreResults() - Method in interface javax.persistence.StoredProcedureQuery
Return true if the next result corresponds to a result set, and false if it is an update count or if there are no results other than through INOUT and OUT parameters, if any.
hasNewMessages() - Method in class javax.mail.Folder
Returns true if this Folder has new messages since the last time this indication was reset.
hasNext() - Method in interface javax.json.stream.JsonParser
Returns true if there are more parsing states.
hasNext() - Method in class javax.servlet.jsp.jstl.core.LoopTagSupport
Returns information concerning the availability of more items over which to iterate.
hasOriginalRequestAndResponse() - Method in interface javax.servlet.AsyncContext
Checks if this AsyncContext was initialized with the original or application-wrapped request and response objects.
hasRetryAfter() - Method in exception javax.ws.rs.ServiceUnavailableException
Check if the underlying response contains the information on when is it possible to retry the request.
hasSingleIdAttribute() - Method in interface javax.persistence.metamodel.IdentifiableType
Whether the identifiable type has a single id attribute.
hasVersionAttribute() - Method in interface javax.persistence.metamodel.IdentifiableType
Whether the identifiable type has a version attribute.
having(Expression<Boolean>) - Method in interface javax.persistence.criteria.AbstractQuery
Specify a restriction over the groups of the query.
having(Predicate...) - Method in interface javax.persistence.criteria.AbstractQuery
Specify restrictions over the groups of the query according the conjunction of the specified restriction predicates.
having(Expression<Boolean>) - Method in interface javax.persistence.criteria.CriteriaQuery
Specify a restriction over the groups of the query.
having(Predicate...) - Method in interface javax.persistence.criteria.CriteriaQuery
Specify restrictions over the groups of the query according the conjunction of the specified restriction predicates.
having(Expression<Boolean>) - Method in interface javax.persistence.criteria.Subquery
Specify a restriction over the groups of the subquery.
having(Predicate...) - Method in interface javax.persistence.criteria.Subquery
Specify restrictions over the groups of the subquery according the conjunction of the specified restriction predicates.
head() - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke HTTP HEAD method for the current request asynchronously.
head(InvocationCallback<Response>) - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke HTTP HEAD method for the current request asynchronously.
head() - Method in interface javax.ws.rs.client.CompletionStageRxInvoker
 
head() - Method in interface javax.ws.rs.client.RxInvoker
Invoke HTTP HEAD method for the current request.
head() - Method in interface javax.ws.rs.client.SyncInvoker
Invoke HTTP HEAD method for the current request synchronously.
HEAD - Annotation Type in javax.ws.rs
Indicates that the annotated method responds to HTTP HEAD requests.
HEAD - Static variable in annotation type javax.ws.rs.HttpMethod
HTTP HEAD method.
Header - Class in javax.mail
The Header class stores a name/value pair to represent headers.
Header(String, String) - Constructor for class javax.mail.Header
Construct a Header object.
header(String, Object) - Method in interface javax.ws.rs.client.Invocation.Builder
Add an arbitrary header.
header(String, Object) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Add an arbitrary header.
HEADER_DECORATOR - Static variable in class javax.ws.rs.Priorities
Header decorator filter/interceptor priority.
HeaderMap - Annotation Type in javax.faces.annotation

The presence of this annotation (along with @Inject) on a field of type Map<String, String> causes the map returned from ExternalContext.getRequestHeaderMap() to be injected as the value of that field.

HeaderParam - Annotation Type in javax.ws.rs
Binds the value(s) of a HTTP header to a resource method parameter, resource class field, or resource class bean property.
headers - Variable in class javax.mail.internet.InternetHeaders
The actual list of Headers, including placeholder entries.
headers - Variable in class javax.mail.internet.MimeBodyPart
The InternetHeaders object that stores all the headers of this body part.
headers - Variable in class javax.mail.internet.MimeMessage
The InternetHeaders object that stores the header of this message.
headers(MultivaluedMap<String, Object>) - Method in interface javax.ws.rs.client.Invocation.Builder
Replaces all existing headers with the newly supplied headers.
HeaderTerm - Class in javax.mail.search
This class implements comparisons for Message headers.
HeaderTerm(String, String) - Constructor for class javax.mail.search.HeaderTerm
Constructor.
HeaderTokenizer - Class in javax.mail.internet
This class tokenizes RFC822 and MIME headers into the basic symbols specified by RFC822 and MIME.
HeaderTokenizer(String, String, boolean) - Constructor for class javax.mail.internet.HeaderTokenizer
Constructor that takes a rfc822 style header.
HeaderTokenizer(String, String) - Constructor for class javax.mail.internet.HeaderTokenizer
Constructor.
HeaderTokenizer(String) - Constructor for class javax.mail.internet.HeaderTokenizer
Constructor.
HeaderTokenizer.Token - Class in javax.mail.internet
The Token class represents tokens returned by the HeaderTokenizer.
HeaderValuesMap - Annotation Type in javax.faces.annotation

The presence of this annotation (along with @Inject) on a field of type Map<String, String[]> causes the map returned from ExternalContext.getRequestHeaderValuesMap() to be injected as the value of that field.

HeuristicCommitException - Exception in javax.transaction
This exception is thrown by the rollback operation on a resource to report that a heuristic decision was made and that all relevant updates have been committed.
HeuristicCommitException() - Constructor for exception javax.transaction.HeuristicCommitException
 
HeuristicCommitException(String) - Constructor for exception javax.transaction.HeuristicCommitException
 
HeuristicMixedException - Exception in javax.transaction
This exception is thrown to report that a heuristic decision was made and that some relevant updates have been committed and others have been rolled back.
HeuristicMixedException() - Constructor for exception javax.transaction.HeuristicMixedException
 
HeuristicMixedException(String) - Constructor for exception javax.transaction.HeuristicMixedException
 
HeuristicRollbackException - Exception in javax.transaction
This exception is thrown by the commit operation to report that a heuristic decision was made and that all relevant updates have been rolled back.
HeuristicRollbackException() - Constructor for exception javax.transaction.HeuristicRollbackException
 
HeuristicRollbackException(String) - Constructor for exception javax.transaction.HeuristicRollbackException
 
HintsContext - Class in javax.resource.spi.work
A standard WorkContext that allows a Work instance to propagate quality-of-service (QoS) hints about the Work to the WorkManager.
HintsContext() - Constructor for class javax.resource.spi.work.HintsContext
 
Holder - Interface in javax.xml.rpc.holders
The java.xml.rpc.holders.Holder interface represents the base interface for both standard and generated Holder classes.
HOLDS_FOLDERS - Static variable in class javax.mail.Folder
This folder can contain other folders
HOLDS_MESSAGES - Static variable in class javax.mail.Folder
This folder can contain messages
HomeHandle - Interface in javax.ejb
The HomeHandle interface is implemented by all home object handles.
HONOR_CURRENT_COMPONENT_ATTRIBUTES_PARAM_NAME - Static variable in class javax.faces.component.UIComponent

The ServletContext init parameter consulted by the UIComponent to tell whether or not the UIComponent.CURRENT_COMPONENT and UIComponent.CURRENT_COMPOSITE_COMPONENT attribute keys should be honored as specified.

host - Variable in class javax.mail.internet.NewsAddress
 
HOST - Static variable in interface javax.ws.rs.core.HttpHeaders
host(String) - Method in class javax.ws.rs.core.UriBuilder
Set the URI host.
hostnameVerifier(HostnameVerifier) - Method in class javax.ws.rs.client.ClientBuilder
Set the hostname verifier to be used by the client to verify the endpoint's hostname against it's identification information.
hour(String) - Method in class javax.ejb.ScheduleExpression
Set the hour attribute.
hour(int) - Method in class javax.ejb.ScheduleExpression
Set the hour attribute.
html(T) - Static method in class javax.ws.rs.client.Entity
Create a "text/html" entity.
HTML_BASIC_RENDER_KIT - Static variable in class javax.faces.render.RenderKitFactory
The render kit identifier of the default RenderKit instance for this Jakarta Server Faces implementation.
HtmlBody - Class in javax.faces.component.html
NONE
HtmlBody() - Constructor for class javax.faces.component.html.HtmlBody
 
HtmlBody.PropertyKeys - Enum in javax.faces.component.html
 
HtmlColumn - Class in javax.faces.component.html
Represents a column that will be rendered in an HTML table element.
HtmlColumn() - Constructor for class javax.faces.component.html.HtmlColumn
 
HtmlColumn.PropertyKeys - Enum in javax.faces.component.html
 
HtmlCommandButton - Class in javax.faces.component.html
Represents an HTML input element for a button of type submit or reset.
HtmlCommandButton() - Constructor for class javax.faces.component.html.HtmlCommandButton
 
HtmlCommandButton.PropertyKeys - Enum in javax.faces.component.html
 
HtmlCommandLink - Class in javax.faces.component.html
Represents an HTML a element for a hyperlink that acts like a submit button.
HtmlCommandLink() - Constructor for class javax.faces.component.html.HtmlCommandLink
 
HtmlCommandLink.PropertyKeys - Enum in javax.faces.component.html
 
HtmlCommandScript - Class in javax.faces.component.html
Represents an HTML script element for a function that acts like an ajax form submit.
HtmlCommandScript() - Constructor for class javax.faces.component.html.HtmlCommandScript
 
HtmlCommandScript.PropertyKeys - Enum in javax.faces.component.html
 
HtmlDataTable - Class in javax.faces.component.html
Represents a set of repeating data (segregated into columns by child UIColumn components) that will be rendered in an HTML table element.
HtmlDataTable() - Constructor for class javax.faces.component.html.HtmlDataTable
 
HtmlDataTable.PropertyKeys - Enum in javax.faces.component.html
 
HtmlDoctype - Class in javax.faces.component.html
NONE
HtmlDoctype() - Constructor for class javax.faces.component.html.HtmlDoctype
 
HtmlDoctype.PropertyKeys - Enum in javax.faces.component.html
 
HtmlForm - Class in javax.faces.component.html
Represents an HTML form element.
HtmlForm() - Constructor for class javax.faces.component.html.HtmlForm
 
HtmlForm.PropertyKeys - Enum in javax.faces.component.html
 
HtmlGraphicImage - Class in javax.faces.component.html
Represents an HTML img element, used to retrieve and render a graphical image.
HtmlGraphicImage() - Constructor for class javax.faces.component.html.HtmlGraphicImage
 
HtmlGraphicImage.PropertyKeys - Enum in javax.faces.component.html
 
HtmlHead - Class in javax.faces.component.html
NONE
HtmlHead() - Constructor for class javax.faces.component.html.HtmlHead
 
HtmlHead.PropertyKeys - Enum in javax.faces.component.html
 
HtmlInputFile - Class in javax.faces.component.html
 
HtmlInputFile() - Constructor for class javax.faces.component.html.HtmlInputFile
 
HtmlInputFile.PropertyKeys - Enum in javax.faces.component.html
 
HtmlInputHidden - Class in javax.faces.component.html
Represents an HTML input element of type hidden.
HtmlInputHidden() - Constructor for class javax.faces.component.html.HtmlInputHidden
 
HtmlInputHidden.PropertyKeys - Enum in javax.faces.component.html
 
HtmlInputSecret - Class in javax.faces.component.html
Represents an HTML input element of type password.
HtmlInputSecret() - Constructor for class javax.faces.component.html.HtmlInputSecret
 
HtmlInputSecret.PropertyKeys - Enum in javax.faces.component.html
 
HtmlInputText - Class in javax.faces.component.html
Represents an HTML input element of type text.
HtmlInputText() - Constructor for class javax.faces.component.html.HtmlInputText
 
HtmlInputText.PropertyKeys - Enum in javax.faces.component.html
 
HtmlInputTextarea - Class in javax.faces.component.html
Represents an HTML textarea element.
HtmlInputTextarea() - Constructor for class javax.faces.component.html.HtmlInputTextarea
 
HtmlInputTextarea.PropertyKeys - Enum in javax.faces.component.html
 
HtmlMessage - Class in javax.faces.component.html
By default, the rendererType property must be set to "javax.faces.Message".
HtmlMessage() - Constructor for class javax.faces.component.html.HtmlMessage
 
HtmlMessage.PropertyKeys - Enum in javax.faces.component.html
 
HtmlMessages - Class in javax.faces.component.html
By default, the rendererType property must be set to "javax.faces.Messages".
HtmlMessages() - Constructor for class javax.faces.component.html.HtmlMessages
 
HtmlMessages.PropertyKeys - Enum in javax.faces.component.html
 
HtmlOutcomeTargetButton - Class in javax.faces.component.html
Represents an HTML input element of type "button" or image that may be used to link to a URL handled by the Faces Servlet resolved preemptively using the logical outcome defined by the outcome property.
HtmlOutcomeTargetButton() - Constructor for class javax.faces.component.html.HtmlOutcomeTargetButton
 
HtmlOutcomeTargetButton.PropertyKeys - Enum in javax.faces.component.html
 
HtmlOutcomeTargetLink - Class in javax.faces.component.html
Represents an HTML a (hyperlink) element that may be used to link to a URL handled by the Faces Servlet resolved preemptively using the logical outcome defined by the outcome property.
HtmlOutcomeTargetLink() - Constructor for class javax.faces.component.html.HtmlOutcomeTargetLink
 
HtmlOutcomeTargetLink.PropertyKeys - Enum in javax.faces.component.html
 
HtmlOutputFormat - Class in javax.faces.component.html
Represents a component that looks up a localized message in a resource bundle, optionally uses it as a MessageFormat pattern string and substitutes in parameter values from nested UIParameter components, and renders the result.
HtmlOutputFormat() - Constructor for class javax.faces.component.html.HtmlOutputFormat
 
HtmlOutputFormat.PropertyKeys - Enum in javax.faces.component.html
 
HtmlOutputLabel - Class in javax.faces.component.html
Represents an HTML label element, used to define an accessible label for a corresponding input element.
HtmlOutputLabel() - Constructor for class javax.faces.component.html.HtmlOutputLabel
 
HtmlOutputLabel.PropertyKeys - Enum in javax.faces.component.html
 
HtmlOutputLink - Class in javax.faces.component.html
Represents an HTML a (hyperlink) element that may be used to link to an arbitrary URL defined by the value property.
HtmlOutputLink() - Constructor for class javax.faces.component.html.HtmlOutputLink
 
HtmlOutputLink.PropertyKeys - Enum in javax.faces.component.html
 
HtmlOutputText - Class in javax.faces.component.html
Renders the component value as text, optionally wrapping in a span element if I18N attributes, CSS styles or style classes are specified.
HtmlOutputText() - Constructor for class javax.faces.component.html.HtmlOutputText
 
HtmlOutputText.PropertyKeys - Enum in javax.faces.component.html
 
HtmlPanelGrid - Class in javax.faces.component.html
Renders child components in a table, starting a new row after the specified number of columns.
HtmlPanelGrid() - Constructor for class javax.faces.component.html.HtmlPanelGrid
 
HtmlPanelGrid.PropertyKeys - Enum in javax.faces.component.html
 
HtmlPanelGroup - Class in javax.faces.component.html
Causes all child components of this component to be rendered.
HtmlPanelGroup() - Constructor for class javax.faces.component.html.HtmlPanelGroup
 
HtmlPanelGroup.PropertyKeys - Enum in javax.faces.component.html
 
HtmlSelectBooleanCheckbox - Class in javax.faces.component.html
Represents an HTML input element of type checkbox.
HtmlSelectBooleanCheckbox() - Constructor for class javax.faces.component.html.HtmlSelectBooleanCheckbox
 
HtmlSelectBooleanCheckbox.PropertyKeys - Enum in javax.faces.component.html
 
HtmlSelectManyCheckbox - Class in javax.faces.component.html
Represents a multiple-selection component that is rendered as a set of HTML input elements of type checkbox.
HtmlSelectManyCheckbox() - Constructor for class javax.faces.component.html.HtmlSelectManyCheckbox
 
HtmlSelectManyCheckbox.PropertyKeys - Enum in javax.faces.component.html
 
HtmlSelectManyListbox - Class in javax.faces.component.html
Represents a multiple-selection component that is rendered as an HTML select element, showing either all available options or the specified number of options.
HtmlSelectManyListbox() - Constructor for class javax.faces.component.html.HtmlSelectManyListbox
 
HtmlSelectManyListbox.PropertyKeys - Enum in javax.faces.component.html
 
HtmlSelectManyMenu - Class in javax.faces.component.html
Represents a multiple-selection component that is rendered as an HTML select element, showing a single available option at a time.
HtmlSelectManyMenu() - Constructor for class javax.faces.component.html.HtmlSelectManyMenu
 
HtmlSelectManyMenu.PropertyKeys - Enum in javax.faces.component.html
 
HtmlSelectOneListbox - Class in javax.faces.component.html
Represents a single-selection component that is rendered as an HTML select element, showing either all available options or the specified number of options.
HtmlSelectOneListbox() - Constructor for class javax.faces.component.html.HtmlSelectOneListbox
 
HtmlSelectOneListbox.PropertyKeys - Enum in javax.faces.component.html
 
HtmlSelectOneMenu - Class in javax.faces.component.html
Represents a single-selection component that is rendered as an HTML select element, showing a single available option at a time.
HtmlSelectOneMenu() - Constructor for class javax.faces.component.html.HtmlSelectOneMenu
 
HtmlSelectOneMenu.PropertyKeys - Enum in javax.faces.component.html
 
HtmlSelectOneRadio - Class in javax.faces.component.html
Represents a single-selection component that is rendered as a set of HTML input elements of type radio.
HtmlSelectOneRadio() - Constructor for class javax.faces.component.html.HtmlSelectOneRadio
 
HtmlSelectOneRadio.PropertyKeys - Enum in javax.faces.component.html
 
HttpAuthenticationMechanism - Interface in javax.security.enterprise.authentication.mechanism.http
HttpAuthenticationMechanism is a mechanism for obtaining a caller's credentials in some way, using the HTTP protocol where necessary.
HttpConstraint - Annotation Type in javax.servlet.annotation
This annotation is used within the ServletSecurity annotation to represent the security constraints to be applied to all HTTP protocol methods for which a corresponding HttpMethodConstraint element does NOT occur within the ServletSecurity annotation.
HttpConstraintElement - Class in javax.servlet
Java Class representation of an HttpConstraint annotation value.
HttpConstraintElement() - Constructor for class javax.servlet.HttpConstraintElement
Constructs a default HTTP constraint element
HttpConstraintElement(ServletSecurity.EmptyRoleSemantic) - Constructor for class javax.servlet.HttpConstraintElement
Convenience constructor to establish EmptyRoleSemantic.DENY
HttpConstraintElement(ServletSecurity.TransportGuarantee, String...) - Constructor for class javax.servlet.HttpConstraintElement
Constructor to establish non-empty getRolesAllowed and/or TransportGuarantee.CONFIDENTIAL.
HttpConstraintElement(ServletSecurity.EmptyRoleSemantic, ServletSecurity.TransportGuarantee, String...) - Constructor for class javax.servlet.HttpConstraintElement
Constructor to establish all of getEmptyRoleSemantic, getRolesAllowed, and getTransportGuarantee.
HttpFilter - Class in javax.servlet.http
Provides an abstract class to be subclassed to create an HTTP filter suitable for a Web site.
HttpFilter() - Constructor for class javax.servlet.http.HttpFilter
Does nothing, because this is an abstract class.
HttpHeaders - Interface in javax.ws.rs.core
An injectable interface that provides access to HTTP header information.
HttpJspPage - Interface in javax.servlet.jsp
The HttpJspPage interface describes the interaction that a JSP Page Implementation Class must satisfy when using the HTTP protocol.
HttpMessageContext - Interface in javax.security.enterprise.authentication.mechanism.http
HttpMessageContext contains all of the per-request state information and encapsulates the client request, server response, container handler for authentication callbacks, and the subject representing the caller.
HttpMessageContextWrapper - Class in javax.security.enterprise.authentication.mechanism.http
This class is an implementation of the HttpMessageContext interface that can be subclassed by developers wishing to provide extra or different functionality.
HttpMessageContextWrapper(HttpMessageContext) - Constructor for class javax.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
HttpMethod - Annotation Type in javax.ws.rs
Associates the name of a HTTP method with an annotation.
HttpMethodConstraint - Annotation Type in javax.servlet.annotation
This annotation is used within the ServletSecurity annotation to represent security constraints on specific HTTP protocol messages.
HttpMethodConstraintElement - Class in javax.servlet
Java Class represntation of an HttpMethodConstraint annotation value.
HttpMethodConstraintElement(String) - Constructor for class javax.servlet.HttpMethodConstraintElement
Constructs an instance with default HttpConstraintElement value.
HttpMethodConstraintElement(String, HttpConstraintElement) - Constructor for class javax.servlet.HttpMethodConstraintElement
Constructs an instance with specified HttpConstraintElement value.
HttpServlet - Class in javax.servlet.http
Provides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site.
HttpServlet() - Constructor for class javax.servlet.http.HttpServlet
Does nothing, because this is an abstract class.
HttpServletMapping - Interface in javax.servlet.http
Allows runtime discovery of the manner in which the HttpServlet for the current HttpServletRequest was invoked.
HttpServletRequest - Interface in javax.servlet.http
Extends the ServletRequest interface to provide request information for HTTP servlets.
HttpServletRequestWrapper - Class in javax.servlet.http
Provides a convenient implementation of the HttpServletRequest interface that can be subclassed by developers wishing to adapt the request to a Servlet.
HttpServletRequestWrapper(HttpServletRequest) - Constructor for class javax.servlet.http.HttpServletRequestWrapper
Constructs a request object wrapping the given request.
HttpServletResponse - Interface in javax.servlet.http
Extends the ServletResponse interface to provide HTTP-specific functionality in sending a response.
HttpServletResponseWrapper - Class in javax.servlet.http
Provides a convenient implementation of the HttpServletResponse interface that can be subclassed by developers wishing to adapt the response from a Servlet.
HttpServletResponseWrapper(HttpServletResponse) - Constructor for class javax.servlet.http.HttpServletResponseWrapper
Constructs a response adaptor wrapping the given response.
HttpSession - Interface in javax.servlet.http
Provides a way to identify a user across more than one page request or visit to a Web site and to store information about that user.
HttpSessionActivationListener - Interface in javax.servlet.http
Objects that are bound to a session may listen to container events notifying them that sessions will be passivated and that session will be activated.
HttpSessionAttributeListener - Interface in javax.servlet.http
Interface for receiving notification events about HttpSession attribute changes.
HttpSessionBindingEvent - Class in javax.servlet.http
Events of this type are either sent to an object that implements HttpSessionBindingListener when it is bound or unbound from a session, or to a HttpSessionAttributeListener that has been configured in the deployment descriptor when any attribute is bound, unbound or replaced in a session.
HttpSessionBindingEvent(HttpSession, String) - Constructor for class javax.servlet.http.HttpSessionBindingEvent
Constructs an event that notifies an object that it has been bound to or unbound from a session.
HttpSessionBindingEvent(HttpSession, String, Object) - Constructor for class javax.servlet.http.HttpSessionBindingEvent
Constructs an event that notifies an object that it has been bound to or unbound from a session.
HttpSessionBindingListener - Interface in javax.servlet.http
Causes an object to be notified when it is bound to or unbound from a session.
HttpSessionContext - Interface in javax.servlet.http
Deprecated.
As of Java(tm) Servlet API 2.1 for security reasons, with no replacement. This interface will be removed in a future version of this API.
HttpSessionEvent - Class in javax.servlet.http
This is the class representing event notifications for changes to sessions within a web application.
HttpSessionEvent(HttpSession) - Constructor for class javax.servlet.http.HttpSessionEvent
Construct a session event from the given source.
HttpSessionIdListener - Interface in javax.servlet.http
Interface for receiving notification events about HttpSession id changes.
HttpSessionListener - Interface in javax.servlet.http
Interface for receiving notification events about HttpSession lifecycle changes.
HttpUpgradeHandler - Interface in javax.servlet.http
This interface encapsulates the upgrade protocol processing.
HttpUtils - Class in javax.servlet.http
Deprecated.
As of Java(tm) Servlet API 2.3. These methods were only useful with the default encoding and have been moved to the request interfaces.
HttpUtils() - Constructor for class javax.servlet.http.HttpUtils
Deprecated.
Constructs an empty HttpUtils object.

I

i - Variable in class javax.servlet.jsp.jstl.core.IndexedValueExpression
 
i - Variable in class javax.servlet.jsp.jstl.core.IteratedValueExpression
 
id(String) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Make the configured bean implements PassivationCapable and its Id for passivation.
id(String, String) - Method in class javax.faces.flow.builder.FlowBuilder

Set the defining document id and flow id of this flow.

Id - Annotation Type in javax.persistence
Specifies the primary key of an entity.
id - Variable in class javax.resource.spi.ConnectionEvent
Type of the event
ID - Static variable in class javax.servlet.jsp.tagext.TagAttributeInfo
"id" is wired in to be ID.
id - Variable in class javax.servlet.jsp.tagext.TagSupport
The value of the id attribute of this tag; or null.
id(String) - Method in interface javax.ws.rs.sse.OutboundSseEvent.Builder
Set the event id.
IdClass - Annotation Type in javax.persistence
Specifies a composite primary key class that is mapped to multiple fields or properties of the entity.
IdentifiableType<X> - Interface in javax.persistence.metamodel
Instances of the type IdentifiableType represent entity or mapped superclass types.
IDENTITY - Static variable in interface javax.json.bind.config.PropertyNamingStrategy
Using this strategy, the property name is unchanged.
IDENTITY_NAME - Static variable in interface javax.enterprise.concurrent.ManagedTask
Execution property to be returned in ManagedTask.getExecutionProperties() or ContextService.createContextualProxy() to provide a String that identifies the task.
IdentityStore - Interface in javax.security.enterprise.identitystore
IdentityStore is a mechanism for validating a caller's credentials and accessing a caller's identity attributes.
IdentityStore.ValidationType - Enum in javax.security.enterprise.identitystore
Determines the type of validation (operations) that should be done by this store.
IdentityStoreHandler - Interface in javax.security.enterprise.identitystore
IdentityStoreHandler is a mechanism for validating a caller's credentials, and accessing a caller's identity attributes, by consulting a set of one or more IdentityStores.
IdentityStorePermission - Class in javax.security.enterprise.identitystore
Class for IdentityStore permissions.
IdentityStorePermission(String) - Constructor for class javax.security.enterprise.identitystore.IdentityStorePermission
Create an IdentityStorePermission with the specified name.
IdentityStorePermission(String, String) - Constructor for class javax.security.enterprise.identitystore.IdentityStorePermission
Create an IdentityStorePermission with the specified name.
IF_MATCH - Static variable in interface javax.ws.rs.core.HttpHeaders
IF_MODIFIED_SINCE - Static variable in interface javax.ws.rs.core.HttpHeaders
IF_NONE_MATCH - Static variable in interface javax.ws.rs.core.HttpHeaders
IF_UNMODIFIED_SINCE - Static variable in interface javax.ws.rs.core.HttpHeaders
ignore(String) - Method in class javax.faces.view.facelets.MetaRuleset

Customize this MetaRuleset instance to advise it to ignore the attribute named by the attribute argument, returning this.

ignoreAll() - Method in class javax.faces.view.facelets.MetaRuleset

Customize this MetaRuleset instance to advise it to ignore all attributes, returning this.

ignoreCase - Variable in class javax.mail.search.StringTerm
Ignore case when comparing?
ignoreExistingBoundaryParameter - Variable in class javax.mail.internet.MimeMultipart
Flag corresponding to the "mail.mime.multipart.ignoreexistingboundaryparameter" property, set in the MimeMultipart.initializeProperties() method called from constructors and the parse method.
ignoreFinalMethods() - Method in interface javax.enterprise.inject.spi.InterceptionFactory
Instructs the container to ignore all non-static, final methods with public, protected or default visibility declared by any class in the type hierarchy of the intercepted instance during invocation of InterceptionFactory.createInterceptedInstance(Object).
ignoreFinalMethods() - Method in interface javax.enterprise.inject.spi.ProcessBeanAttributes
Instructs the container to ignore all non-static, final methods with public, protected or default visibility declared on any bean type of the specific bean during validation of injection points that require proxyable bean type.
ignoreMissingBoundaryParameter - Variable in class javax.mail.internet.MimeMultipart
Flag corresponding to the "mail.mime.multipart.ignoremissingboundaryparameter" property, set in the MimeMultipart.initializeProperties() method called from constructors and the parse method.
ignoreMissingEndBoundary - Variable in class javax.mail.internet.MimeMultipart
Flag corresponding to the "mail.mime.multipart.ignoremissingendboundary" property, set in the MimeMultipart.initializeProperties() method called from constructors and the parse method.
ignoreXmlConfiguration() - Method in interface javax.validation.Configuration
Ignores data from the META-INF/validation.xml file if this method is called.
IllegalLoopbackException - Exception in javax.ejb
This exception indicates that an attempt was made to perform an illegal loopback invocation.
IllegalLoopbackException() - Constructor for exception javax.ejb.IllegalLoopbackException
 
IllegalLoopbackException(String) - Constructor for exception javax.ejb.IllegalLoopbackException
 
IllegalProductException - Exception in javax.enterprise.inject
Indicates that a producer method returned a null value or a producer field contained a null value, and the scope of the producer method or field was not Dependent.
IllegalProductException() - Constructor for exception javax.enterprise.inject.IllegalProductException
 
IllegalProductException(String, Throwable) - Constructor for exception javax.enterprise.inject.IllegalProductException
 
IllegalProductException(String) - Constructor for exception javax.enterprise.inject.IllegalProductException
 
IllegalProductException(Throwable) - Constructor for exception javax.enterprise.inject.IllegalProductException
 
IllegalStateException - Exception in javax.jms
This exception is thrown when a method is invoked at an illegal or inappropriate time or if the provider is not in an appropriate state for the requested operation.
IllegalStateException(String, String) - Constructor for exception javax.jms.IllegalStateException
Constructs an IllegalStateException with the specified reason and error code.
IllegalStateException(String) - Constructor for exception javax.jms.IllegalStateException
Constructs an IllegalStateException with the specified reason.
IllegalStateException - Exception in javax.resource.spi
An IllegalStateException is thrown from a method if the callee (resource adapter or application server for system contracts) is in an illegal or inappropriate state for the method invocation.
IllegalStateException() - Constructor for exception javax.resource.spi.IllegalStateException
Constructs a new instance with null as its detail message.
IllegalStateException(String) - Constructor for exception javax.resource.spi.IllegalStateException
Constructs a new instance with the specified detail message.
IllegalStateException(Throwable) - Constructor for exception javax.resource.spi.IllegalStateException
Constructs a new throwable with the specified cause.
IllegalStateException(String, Throwable) - Constructor for exception javax.resource.spi.IllegalStateException
Constructs a new throwable with the specified detail message and cause.
IllegalStateException(String, String) - Constructor for exception javax.resource.spi.IllegalStateException
Constructs a new throwable with the specified detail message and an error code.
IllegalStateRuntimeException - Exception in javax.jms
This unchecked exception is thrown when a method is invoked at an illegal or inappropriate time or if the provider is not in an appropriate state for the requested operation, and the method signature does not permit a IllegalStateRuntimeException to be thrown.
IllegalStateRuntimeException(String) - Constructor for exception javax.jms.IllegalStateRuntimeException
Constructs a IllegalStateRuntimeException with the specified detail message
IllegalStateRuntimeException(String, String) - Constructor for exception javax.jms.IllegalStateRuntimeException
Constructs a IllegalStateRuntimeException with the specified detail message and error code.
IllegalStateRuntimeException(String, String, Throwable) - Constructor for exception javax.jms.IllegalStateRuntimeException
Constructs a IllegalStateRuntimeException with the specified detail message, error code and cause
IllegalWriteException - Exception in javax.mail
The exception thrown when a write is attempted on a read-only attribute of any Messaging object.
IllegalWriteException() - Constructor for exception javax.mail.IllegalWriteException
Constructs an IllegalWriteException with no detail message.
IllegalWriteException(String) - Constructor for exception javax.mail.IllegalWriteException
Constructs an IllegalWriteException with the specified detail message.
IllegalWriteException(String, Exception) - Constructor for exception javax.mail.IllegalWriteException
Constructs an IllegalWriteException with the specified detail message and embedded exception.
IMMEDIATE - Static variable in interface javax.resource.spi.work.WorkManager
A constant to indicate timeout duration.
ImplicitObjectELResolver - Class in javax.servlet.jsp.el
Defines variable resolution behavior for the EL implicit objects defined in the JSP specification.
ImplicitObjectELResolver() - Constructor for class javax.servlet.jsp.el.ImplicitObjectELResolver
 
implies(Permission) - Method in class javax.security.jacc.EJBMethodPermission
Determines if the argument Permission is "implied by" this EJBMethodPermission.
implies(Permission) - Method in class javax.security.jacc.EJBRoleRefPermission
Determines if the argument Permission is "implied by" this EJBRoleRefPermission.
implies(Permission) - Method in class javax.security.jacc.WebResourcePermission
Determines if the argument Permission is "implied by" this WebResourcePermission.
implies(Permission) - Method in class javax.security.jacc.WebRoleRefPermission
Determines if the argument Permission is "implied by" this WebRoleRefPermission.
implies(Permission) - Method in class javax.security.jacc.WebUserDataPermission
Determines if the argument Permission is "implied by" this WebUserDataPermission.
importClass(String) - Method in class javax.el.ELManager
Import a class.
importClass(String) - Method in class javax.el.ImportHandler
Import a class.
ImportHandler - Class in javax.el
Handles imports of class names and package names.
ImportHandler() - Constructor for class javax.el.ImportHandler
 
importPackage(String) - Method in class javax.el.ELManager
Import a package.
importPackage(String) - Method in class javax.el.ImportHandler
Import all the classes in a package.
importStatic(String) - Method in class javax.el.ELManager
Import a static field or method.
importStatic(String) - Method in class javax.el.ImportHandler
Import a static field or method.
in - Variable in class javax.mail.util.SharedFileInputStream
The file containing the data.
in(Expression<? extends T>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create predicate to test whether given expression is contained in a list of values.
in(Object...) - Method in interface javax.persistence.criteria.Expression
Create a predicate to test whether the expression is a member of the argument list.
in(Expression<?>...) - Method in interface javax.persistence.criteria.Expression
Create a predicate to test whether the expression is a member of the argument list.
in(Collection<?>) - Method in interface javax.persistence.criteria.Expression
Create a predicate to test whether the expression is a member of the collection.
in(Expression<Collection<?>>) - Method in interface javax.persistence.criteria.Expression
Create a predicate to test whether the expression is a member of the collection.
IN - Static variable in class javax.xml.rpc.ParameterMode
IN mode for parameter passing
IN_AFTER_PHASE_KEY - Static variable in class javax.faces.event.ExceptionQueuedEventContext

The presence of an entry under this key in the Map returned from ExceptionQueuedEventContext.getAttributes() indicates the event occurred during the “after phase” part of the current lifecycle phase.

IN_BEFORE_PHASE_KEY - Static variable in class javax.faces.event.ExceptionQueuedEventContext

The presence of an entry under this key in the Map returned from ExceptionQueuedEventContext.getAttributes() indicates the event occurred during the “before phase” part of the current lifecycle phase.

inactiveConnectionClosed(Object, ManagedConnectionFactory) - Method in interface javax.resource.spi.LazyAssociatableConnectionManager
This method is called by the resource adapter (that is capable of lazy connection association optimization) in order to notify the application server that a disassociated connection handle is closed.
inAfterPhase() - Method in class javax.faces.event.ExceptionQueuedEventContext
 
inBeforePhase() - Method in class javax.faces.event.ExceptionQueuedEventContext
 
inboundParameter(String, ValueExpression) - Method in class javax.faces.flow.builder.FlowBuilder

A parameter that will be populated with the value from a correspondingly named outbound parameter from another flow when this flow is entered from that flow.

inboundParameter(String, String) - Method in class javax.faces.flow.builder.FlowBuilder

A parameter that will be populated with the value from a correspondingly named outbound parameter from another flow when this flow is entered from that flow.

InboundSseEvent - Interface in javax.ws.rs.sse
Inbound Server-sent event.
include(String) - Method in class javax.servlet.jsp.PageContext
Causes the resource specified to be processed as part of the current ServletRequest and ServletResponse being processed by the calling Thread.
include(String, boolean) - Method in class javax.servlet.jsp.PageContext
Causes the resource specified to be processed as part of the current ServletRequest and ServletResponse being processed by the calling Thread.
include(ServletRequest, ServletResponse) - Method in interface javax.servlet.RequestDispatcher
Includes the content of a resource (servlet, JSP page, HTML file) in the response.
INCLUDE_CONTEXT_PATH - Static variable in interface javax.servlet.RequestDispatcher
The name of the request attribute under which the context path of the target of an include is stored
INCLUDE_MAPPING - Static variable in interface javax.servlet.RequestDispatcher
The name of the request attribute under which the HttpServletMapping of the target of an include is stored
INCLUDE_PATH_INFO - Static variable in interface javax.servlet.RequestDispatcher
The name of the request attribute under which the path info of the target of an include is stored
INCLUDE_QUERY_STRING - Static variable in interface javax.servlet.RequestDispatcher
The name of the request attribute under which the query string of the target of an include is stored
INCLUDE_REQUEST_URI - Static variable in interface javax.servlet.RequestDispatcher
The name of the request attribute under which the request URI of the target of an include is stored
INCLUDE_SERVLET_PATH - Static variable in interface javax.servlet.RequestDispatcher
The name of the request attribute under which the servlet path of the target of an include is stored
includeFacelet(UIComponent, String) - Method in class javax.faces.view.facelets.FaceletContext

Include another Facelet defined at some path, relative to the executing context, not the current Facelet (same as include directive in Jakarta Server Pages)

includeFacelet(UIComponent, URL) - Method in class javax.faces.view.facelets.FaceletContext

Include another Facelet defined at some path, absolute to this ClassLoader/OS

includeViewParams() - Method in class javax.faces.flow.builder.NavigationCaseBuilder.RedirectBuilder

Indicates the current redirect should include view parameters.

inContainer(Class<?>, Integer) - Method in interface javax.validation.ConstraintValidatorContext.ConstraintViolationBuilder.LeafNodeBuilderCustomizableContext
Marks the node as being in a container such as a List, Map or Optional.
inContainer(Class<?>, Integer) - Method in interface javax.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderCustomizableContext
Marks the node as being in a container such as a List, Map or Optional.
INDEFINITE - Static variable in interface javax.resource.spi.work.WorkManager
A constant to indicate timeout duration.
index() - Method in interface javax.persistence.criteria.ListJoin
Create an expression that corresponds to the index of the object in the referenced association or element collection.
Index - Annotation Type in javax.persistence
Used in schema generation to specify creation of an index.
IndexedRecord - Interface in javax.resource.cci
IndexedRecord represents an ordered collection of record elements based on the java.util.List interface.
indexedValue(String, int, Object) - Method in interface javax.validation.valueextraction.ValueExtractor.ValueReceiver
Receives the value extracted from an indexed object (e.g.
IndexedValueExpression - Class in javax.servlet.jsp.jstl.core
 
IndexedValueExpression(ValueExpression, int) - Constructor for class javax.servlet.jsp.jstl.core.IndexedValueExpression
 
info - Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
Information (documentation) for this TLD.
Inheritance - Annotation Type in javax.persistence
Specifies the inheritance strategy to be used for an entity class hierarchy.
InheritanceType - Enum in javax.persistence
Defines inheritance strategy options.
Init - Annotation Type in javax.ejb
Designates a method of a session bean that corresponds to a create<METHOD> method of an adapted home or local home interface (an interface that adapts an enterprise bean 2.1 or earlier EJBHome or EJBLocalHome client view respectively).
init(ServletConfig) - Method in class javax.faces.webapp.FacesServlet
Acquire the factory instances we will require.
init(FilterConfig) - Method in interface javax.servlet.Filter
Called by the web container to indicate to a filter that it is being placed into service.
init(FilterConfig) - Method in class javax.servlet.GenericFilter
Called by the servlet container to indicate to a filter that it is being placed into service.
init() - Method in class javax.servlet.GenericFilter
A convenience method which can be overridden so that there's no need to call super.init(config).
init(ServletConfig) - Method in class javax.servlet.GenericServlet
Called by the servlet container to indicate to a servlet that the servlet is being placed into service.
init() - Method in class javax.servlet.GenericServlet
A convenience method which can be overridden so that there's no need to call super.init(config).
init(WebConnection) - Method in interface javax.servlet.http.HttpUpgradeHandler
It is called once the HTTP Upgrade process has been completed and the upgraded connection is ready to start using the new protocol.
init(ServletConfig) - Method in interface javax.servlet.Servlet
Called by the servlet container to indicate to a servlet that the servlet is being placed into service.
init(EndpointConfig) - Method in interface javax.websocket.Decoder
This method is called with the endpoint configuration object of the endpoint this decoder is intended for when it is about to be brought into service.
init(EndpointConfig) - Method in interface javax.websocket.Encoder
This method is called with the endpoint configuration object of the endpoint this encoder is intended for when it is about to be brought into service.
init(HandlerInfo) - Method in class javax.xml.rpc.handler.GenericHandler
The init method to enable the Handler instance to initialize itself.
init(HandlerInfo) - Method in interface javax.xml.rpc.handler.Handler
The init method enables the Handler instance to initialize itself.
init(Map) - Method in interface javax.xml.rpc.handler.HandlerChain
Initializes the configuration for a HandlerChain.
init(Object) - Method in interface javax.xml.rpc.server.ServiceLifecycle
Used for initialization of a service endpoint.
initCause(Throwable) - Method in exception javax.xml.registry.JAXRException
Initializes the cause of this throwable to the specified value.
inIterable() - Method in interface javax.validation.ConstraintValidatorContext.ConstraintViolationBuilder.ContainerElementNodeBuilderCustomizableContext
Marks the node as being in an iterable, e.g.
inIterable() - Method in interface javax.validation.ConstraintValidatorContext.ConstraintViolationBuilder.LeafNodeBuilderCustomizableContext
Marks the node as being in an iterable, e.g.
inIterable() - Method in interface javax.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderCustomizableContext
Marks the node as being in an iterable, e.g.
initialize() - Method in class javax.enterprise.inject.se.SeContainerInitializer
Initializes a CDI SeContainerInitializer.
initialize(MessagePolicy, MessagePolicy, CallbackHandler, Map) - Method in interface javax.security.auth.message.module.ClientAuthModule
Initialize this module with request and response message policies to enforce, a CallbackHandler, and any module-specific configuration properties.
initialize(MessagePolicy, MessagePolicy, CallbackHandler, Map) - Method in interface javax.security.auth.message.module.ServerAuthModule
Initialize this module with request and response message policies to enforce, a CallbackHandler, and any module-specific configuration properties.
initialize(Map<String, String>) - Method in interface javax.security.enterprise.identitystore.PasswordHash
Initialize the instance with the parameters it should use to generate and verify password hashes.
initialize(Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean) - Method in class javax.servlet.jsp.PageContext
The initialize method is called to initialize an uninitialized PageContext so that it may be used by a JSP Implementation class to service an incoming request and response within it's _jspService() method.
initialize(A) - Method in interface javax.validation.ConstraintValidator
Initializes the validator in preparation for ConstraintValidator.isValid(Object, ConstraintValidatorContext) calls.
Initialized - Annotation Type in javax.enterprise.context
An event with this qualifier is fired when a context is initialized, i.e.
Initialized.Literal - Class in javax.enterprise.context
Supports inline instantiation of the Initialized qualifier.
initializeProperties() - Method in class javax.mail.internet.MimeMultipart
Initialize flags that control parsing behavior, based on System properties described above in the class documentation.
initializer(MethodExpression) - Method in class javax.faces.flow.builder.FlowBuilder

A MethodExpression that will be invoked when the flow is entered.

initializer(String) - Method in class javax.faces.flow.builder.FlowBuilder

A MethodExpression that will be invoked when the flow is entered.

initialStateMarked() - Method in class javax.faces.component.behavior.BehaviorBase
initialStateMarked() - Method in interface javax.faces.component.PartialStateHolder

Return true if delta state changes are being tracked, otherwise false

initialStateMarked() - Method in class javax.faces.component.UIComponent

An implementation of PartialStateHolder.initialStateMarked(), this method is called by the runtime to test if the PartialStateHolder.markInitialState() method was called.

initialStateMarked() - Method in class javax.faces.convert.DateTimeConverter
 
initialStateMarked() - Method in class javax.faces.convert.EnumConverter
 
initialStateMarked() - Method in class javax.faces.convert.NumberConverter
 
initialStateMarked() - Method in class javax.faces.validator.BeanValidator
 
initialStateMarked() - Method in class javax.faces.validator.DoubleRangeValidator
 
initialStateMarked() - Method in class javax.faces.validator.LengthValidator
 
initialStateMarked() - Method in class javax.faces.validator.LongRangeValidator
 
initialStateMarked() - Method in class javax.faces.validator.RegexValidator
 
InitParameterMap - Annotation Type in javax.faces.annotation

The presence of this annotation (along with @Inject) on a field of type Map<String, String> causes the map returned from ExternalContext.getInitParameterMap() to be injected as the value of that field.

initResource(T) - Method in interface javax.ws.rs.container.ResourceContext
Initialize the resource or sub-resource instance.
initView(FacesContext) - Method in class javax.faces.application.ViewHandler
Initialize the view for the request processing lifecycle.
initView(FacesContext) - Method in class javax.faces.application.ViewHandlerWrapper
The default behavior of this method is to call ViewHandler.initView(javax.faces.context.FacesContext) on the wrapped ViewHandler object.
inject(T, CreationalContext<T>) - Method in interface javax.enterprise.inject.spi.InjectionTarget
Performs dependency injection upon the given object.
inject() - Method in class javax.enterprise.inject.spi.Unmanaged.UnmanagedInstance
Inject the instance
Inject - Annotation Type in javax.inject
Identifies injectable constructors, methods, and fields.
InjectionException - Exception in javax.enterprise.inject
Indicates a problem relating to dependency injection.
InjectionException() - Constructor for exception javax.enterprise.inject.InjectionException
 
InjectionException(String, Throwable) - Constructor for exception javax.enterprise.inject.InjectionException
 
InjectionException(String) - Constructor for exception javax.enterprise.inject.InjectionException
 
InjectionException(Throwable) - Constructor for exception javax.enterprise.inject.InjectionException
 
InjectionPoint - Interface in javax.enterprise.inject.spi
Provides access to metadata about an injection point.
InjectionPointConfigurator - Interface in javax.enterprise.inject.spi.configurator
This API is an helper to configure an existing InjectionPoint instance.
injectionPoints(InjectionPoint...) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Replace InjectionPoints for the configured bean
injectionPoints(Set<InjectionPoint>) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Replace InjectionPoints for the configured bean
InjectionTarget<T> - Interface in javax.enterprise.inject.spi
Provides operations for performing dependency injection and lifecycle callbacks on an instance of a type.
InjectionTargetFactory<T> - Interface in javax.enterprise.inject.spi
An InjectionTargetFactory can create an InjectionTarget for a given bean.
InjectLiteral - Class in javax.enterprise.inject.literal
Supports inline instantiation of the Inject annotation.
InjectLiteral() - Constructor for class javax.enterprise.inject.literal.InjectLiteral
 
INLINE - Static variable in interface javax.mail.Part
This part should be presented inline.
INOUT - Static variable in class javax.xml.rpc.ParameterMode
INOUT mode for parameter passing
insertsAreDetected(int) - Method in interface javax.resource.cci.ResultSetInfo
Indicates whether or not a visible row insert can be detected by calling ResultSet.rowInserted.
inService() - Method in interface javax.security.jacc.PolicyConfiguration
This method is used to determine if the policy context whose interface is this PolicyConfiguration Object is in the "inService" state.
inService(String) - Method in class javax.security.jacc.PolicyConfigurationFactory
This method determines if the identified policy context exists with state "inService" in the Policy provider associated with the factory.
inspectFlow(FacesContext, Flow) - Method in class javax.faces.application.ConfigurableNavigationHandler

Called by the flow system to cause the flow to be inspected for navigation rules.

inspectFlow(FacesContext, Flow) - Method in class javax.faces.application.ConfigurableNavigationHandlerWrapper
 
INSTANCE - Static variable in class javax.enterprise.context.ApplicationScoped.Literal
 
INSTANCE - Static variable in class javax.enterprise.context.ConversationScoped.Literal
 
INSTANCE - Static variable in class javax.enterprise.context.Dependent.Literal
 
INSTANCE - Static variable in class javax.enterprise.context.RequestScoped.Literal
 
INSTANCE - Static variable in class javax.enterprise.context.SessionScoped.Literal
 
INSTANCE - Static variable in class javax.enterprise.inject.Alternative.Literal
 
INSTANCE - Static variable in class javax.enterprise.inject.Any.Literal
 
INSTANCE - Static variable in class javax.enterprise.inject.Default.Literal
 
Instance<T> - Interface in javax.enterprise.inject
Allows the application to dynamically obtain instances of beans with a specified combination of required type and qualifiers.
INSTANCE - Static variable in class javax.enterprise.inject.literal.InjectLiteral
 
INSTANCE - Static variable in class javax.enterprise.inject.literal.NamedLiteral
 
INSTANCE - Static variable in class javax.enterprise.inject.literal.QualifierLiteral
 
INSTANCE - Static variable in class javax.enterprise.inject.literal.SingletonLiteral
 
INSTANCE - Static variable in class javax.enterprise.inject.New.Literal
 
INSTANCE - Static variable in class javax.enterprise.inject.Specializes.Literal
 
INSTANCE - Static variable in class javax.enterprise.inject.TransientReference.Literal
 
INSTANCE - Static variable in class javax.enterprise.inject.Typed.Literal
 
INSTANCE - Static variable in class javax.enterprise.inject.Vetoed.Literal
 
INSTANCE - Static variable in class javax.enterprise.util.Nonbinding.Literal
 
INTEGER_ID - Static variable in class javax.faces.convert.IntegerConverter
The message identifier of the FacesMessage to be created if the conversion to Integer fails.
IntegerComparisonTerm - Class in javax.mail.search
This class implements comparisons for integers.
IntegerComparisonTerm(int, int) - Constructor for class javax.mail.search.IntegerComparisonTerm
 
IntegerConverter - Class in javax.faces.convert
Converter implementation for java.lang.Integer (and int primitive) values.
IntegerConverter() - Constructor for class javax.faces.convert.IntegerConverter
 
IntegerWrapperHolder - Class in javax.xml.rpc.holders
 
IntegerWrapperHolder() - Constructor for class javax.xml.rpc.holders.IntegerWrapperHolder
 
IntegerWrapperHolder(Integer) - Constructor for class javax.xml.rpc.holders.IntegerWrapperHolder
 
Interaction - Interface in javax.resource.cci
The javax.resource.cci.Interaction enables a component to execute EIS functions.
InteractionSpec - Interface in javax.resource.cci
An InteractionSpec holds properties for driving an Interaction with an EIS instance.
intercept(InterceptionType, T, InvocationContext) - Method in interface javax.enterprise.inject.spi.Interceptor
Invokes the specified kind of lifecycle callback or method invocation interception upon the given interceptor instance.
Intercepted - Annotation Type in javax.enterprise.inject
An interceptor may inject metadata about the bean it is intercepting.
InterceptionFactory<T> - Interface in javax.enterprise.inject.spi
InterceptionFactory allows to create a wrapper instance whose method invocations are intercepted by method interceptors and forwarded to a provided instance.
InterceptionType - Enum in javax.enterprise.inject.spi
Identifies the kind of lifecycle callback, Jakarta Enterprise Bean timeout method or business method interception.
Interceptor<T> - Interface in javax.enterprise.inject.spi
Represents an enabled interceptor.
Interceptor - Annotation Type in javax.interceptor
Specifies that a class is an interceptor.
Interceptor.Priority - Class in javax.interceptor
Priorities that define the order in which interceptors are invoked.
InterceptorBinding - Annotation Type in javax.interceptor
Specifies that an annotation type is an interceptor binding type.
InterceptorContext - Interface in javax.ws.rs.ext
Interceptors - Annotation Type in javax.interceptor
Declares an ordered list of interceptors for a target class, or for a method or a constructor of a target class.
intercepts(InterceptionType) - Method in interface javax.enterprise.inject.spi.Interceptor
Determines if the interceptor intercepts the specified kind of lifecycle callback or method invocation.
INTERNAL - Static variable in exception javax.resource.spi.work.WorkException
Indicates an internal error condition.
InternalServerErrorException - Exception in javax.ws.rs
A runtime exception indicating an internal server error.
InternalServerErrorException() - Constructor for exception javax.ws.rs.InternalServerErrorException
Construct a new internal server error exception.
InternalServerErrorException(String) - Constructor for exception javax.ws.rs.InternalServerErrorException
Construct a new internal server error exception.
InternalServerErrorException(Response) - Constructor for exception javax.ws.rs.InternalServerErrorException
Construct a new internal server error exception.
InternalServerErrorException(String, Response) - Constructor for exception javax.ws.rs.InternalServerErrorException
Construct a new internal server error exception.
InternalServerErrorException(Throwable) - Constructor for exception javax.ws.rs.InternalServerErrorException
Construct a new internal server error exception.
InternalServerErrorException(String, Throwable) - Constructor for exception javax.ws.rs.InternalServerErrorException
Construct a new internal server error exception.
InternalServerErrorException(Response, Throwable) - Constructor for exception javax.ws.rs.InternalServerErrorException
Construct a new internal server error exception.
InternalServerErrorException(String, Response, Throwable) - Constructor for exception javax.ws.rs.InternalServerErrorException
Construct a new internal server error exception.
INTERNATIONAL_STRING - Static variable in interface javax.xml.registry.LifeCycleManager
Constant representing the javax.xml.registry.infomodel.InternationalString interface.
InternationalString - Interface in javax.xml.registry.infomodel
This interface represents a String that has been internationalized into several Locales.
InternetAddress - Class in javax.mail.internet
This class represents an Internet email address using the syntax of RFC822.
InternetAddress() - Constructor for class javax.mail.internet.InternetAddress
Default constructor.
InternetAddress(String) - Constructor for class javax.mail.internet.InternetAddress
Constructor.
InternetAddress(String, boolean) - Constructor for class javax.mail.internet.InternetAddress
Parse the given string and create an InternetAddress.
InternetAddress(String, String) - Constructor for class javax.mail.internet.InternetAddress
Construct an InternetAddress given the address and personal name.
InternetAddress(String, String, String) - Constructor for class javax.mail.internet.InternetAddress
Construct an InternetAddress given the address and personal name.
InternetHeader(String) - Constructor for class javax.mail.internet.InternetHeaders.InternetHeader
Constructor that takes a line and splits out the header name.
InternetHeader(String, String) - Constructor for class javax.mail.internet.InternetHeaders.InternetHeader
Constructor that takes a header name and value.
InternetHeaders - Class in javax.mail.internet
InternetHeaders is a utility class that manages RFC822 style headers.
InternetHeaders() - Constructor for class javax.mail.internet.InternetHeaders
Create an empty InternetHeaders object.
InternetHeaders(InputStream) - Constructor for class javax.mail.internet.InternetHeaders
Read and parse the given RFC822 message stream till the blank line separating the header from the body.
InternetHeaders(InputStream, boolean) - Constructor for class javax.mail.internet.InternetHeaders
Read and parse the given RFC822 message stream till the blank line separating the header from the body.
InternetHeaders.InternetHeader - Class in javax.mail.internet
An individual internet header.
interpolate(String, MessageInterpolator.Context) - Method in interface javax.validation.MessageInterpolator
Interpolates the message template based on the constraint validation context.
interpolate(String, MessageInterpolator.Context, Locale) - Method in interface javax.validation.MessageInterpolator
Interpolates the message template based on the constraint validation context.
IntHolder - Class in javax.xml.rpc.holders
 
IntHolder() - Constructor for class javax.xml.rpc.holders.IntHolder
 
IntHolder(int) - Constructor for class javax.xml.rpc.holders.IntHolder
 
intValue() - Method in interface javax.json.JsonNumber
Returns this JSON number as an int.
intValueExact() - Method in interface javax.json.JsonNumber
Returns this JSON number as an int.
invalid - Variable in class javax.mail.event.TransportEvent
The invalid addresses.
invalid - Variable in exception javax.mail.SendFailedException
 
INVALID_MESSAGE_ID - Static variable in class javax.faces.component.UISelectMany
The message identifier of the FacesMessage to be created if a value not matching the available options is specified.
INVALID_MESSAGE_ID - Static variable in class javax.faces.component.UISelectOne
The message identifier of the FacesMessage to be created if a value not matching the available options is specified.
INVALID_RESULT - Static variable in class javax.security.enterprise.identitystore.CredentialValidationResult
 
invalidate() - Method in interface javax.servlet.http.HttpSession
Invalidates this session then unbinds any objects bound to it.
invalidateSession() - Method in class javax.faces.context.ExternalContext

Invalidates this session then unbinds any objects bound to it.

invalidateSession() - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.invalidateSession() on the wrapped ExternalContext object.
InvalidClientIDException - Exception in javax.jms
This exception must be thrown when a client attempts to set a connection's client ID to a value that is rejected by a provider.
InvalidClientIDException(String, String) - Constructor for exception javax.jms.InvalidClientIDException
Constructs an InvalidClientIDException with the specified reason and error code.
InvalidClientIDException(String) - Constructor for exception javax.jms.InvalidClientIDException
Constructs an InvalidClientIDException with the specified reason.
InvalidClientIDRuntimeException - Exception in javax.jms
This unchecked exception must be thrown when a client attempts to set a connection's client ID to a value that is rejected by a provider, and the method signature does not permit a InvalidClientIDException to be thrown.
InvalidClientIDRuntimeException(String) - Constructor for exception javax.jms.InvalidClientIDRuntimeException
Constructs a InvalidClientIDRuntimeException with the specified detail message
InvalidClientIDRuntimeException(String, String) - Constructor for exception javax.jms.InvalidClientIDRuntimeException
Constructs a InvalidClientIDRuntimeException with the specified detail message and error code.
InvalidClientIDRuntimeException(String, String, Throwable) - Constructor for exception javax.jms.InvalidClientIDRuntimeException
Constructs a InvalidClientIDRuntimeException with the specified detail message, error code and cause
InvalidDestinationException - Exception in javax.jms
This exception must be thrown when a destination either is not understood by a provider or is no longer valid.
InvalidDestinationException(String, String) - Constructor for exception javax.jms.InvalidDestinationException
Constructs an InvalidDestinationException with the specified reason and error code.
InvalidDestinationException(String) - Constructor for exception javax.jms.InvalidDestinationException
Constructs an InvalidDestinationException with the specified reason.
InvalidDestinationRuntimeException - Exception in javax.jms
This unchecked exception must be thrown when a destination either is not understood by a provider or is no longer valid, and the method signature does not permit a InvalidDestinationException to be thrown.
InvalidDestinationRuntimeException(String) - Constructor for exception javax.jms.InvalidDestinationRuntimeException
Constructs a InvalidDestinationRuntimeException with the specified detail message
InvalidDestinationRuntimeException(String, String) - Constructor for exception javax.jms.InvalidDestinationRuntimeException
Constructs a InvalidDestinationRuntimeException with the specified detail message and error code.
InvalidDestinationRuntimeException(String, String, Throwable) - Constructor for exception javax.jms.InvalidDestinationRuntimeException
Constructs a InvalidDestinationRuntimeException with the specified detail message, error code and cause
InvalidModuleException - Exception in javax.enterprise.deploy.spi.exceptions
This exception is to report an invalid Jakarta EE deployment module type.
InvalidModuleException(String) - Constructor for exception javax.enterprise.deploy.spi.exceptions.InvalidModuleException
Creates an new InvalidModuleException object.
InvalidPropertyException - Exception in javax.resource.spi
This exception is thrown to indicate invalid configuration property settings.
InvalidPropertyException() - Constructor for exception javax.resource.spi.InvalidPropertyException
Create a InvalidPropertyException.
InvalidPropertyException(String) - Constructor for exception javax.resource.spi.InvalidPropertyException
Create a InvalidPropertyException.
InvalidPropertyException(Throwable) - Constructor for exception javax.resource.spi.InvalidPropertyException
Constructs a new throwable with the specified cause.
InvalidPropertyException(String, Throwable) - Constructor for exception javax.resource.spi.InvalidPropertyException
Constructs a new throwable with the specified detail message and cause.
InvalidPropertyException(String, String) - Constructor for exception javax.resource.spi.InvalidPropertyException
Constructs a new throwable with the specified detail message and an error code.
InvalidRequestException - Exception in javax.xml.registry
This exception is thrown when a Jakarta XML Registries client attempts to invoke an API method that is not valid for some reason.
InvalidRequestException() - Constructor for exception javax.xml.registry.InvalidRequestException
Constructs a JAXRException object with no reason or embedded Throwable.
InvalidRequestException(String) - Constructor for exception javax.xml.registry.InvalidRequestException
Constructs a JAXRException object with the given String as the reason for the exception being thrown.
InvalidRequestException(String, Throwable) - Constructor for exception javax.xml.registry.InvalidRequestException
Constructs a JAXRException object with the given String as the reason for the exception being thrown and the given Throwable object as an embedded Throwable.
InvalidRequestException(Throwable) - Constructor for exception javax.xml.registry.InvalidRequestException
Constructs a JAXRException object initialized with the given Throwable object.
InvalidSelectorException - Exception in javax.jms
This exception must be thrown when a Jakarta Messaging client attempts to give a provider a message selector with invalid syntax.
InvalidSelectorException(String, String) - Constructor for exception javax.jms.InvalidSelectorException
Constructs an InvalidSelectorException with the specified reason and error code.
InvalidSelectorException(String) - Constructor for exception javax.jms.InvalidSelectorException
Constructs an InvalidSelectorException with the specified reason.
InvalidSelectorRuntimeException - Exception in javax.jms
This unchecked exception must be thrown when a Jakarta Messaging client attempts to give a provider a message selector with invalid syntax, and the method signature does not permit a InvalidSelectorException to be thrown.
InvalidSelectorRuntimeException(String) - Constructor for exception javax.jms.InvalidSelectorRuntimeException
Constructs a InvalidSelectorRuntimeException with the specified detail message
InvalidSelectorRuntimeException(String, String) - Constructor for exception javax.jms.InvalidSelectorRuntimeException
Constructs a InvalidSelectorRuntimeException with the specified detail message and error code.
InvalidSelectorRuntimeException(String, String, Throwable) - Constructor for exception javax.jms.InvalidSelectorRuntimeException
Constructs a InvalidSelectorRuntimeException with the specified detail message, error code and cause
InvalidTransactionException - Exception in javax.transaction
This exception indicates that the request carried an invalid transaction context.
InvalidTransactionException() - Constructor for exception javax.transaction.InvalidTransactionException
 
InvalidTransactionException(String) - Constructor for exception javax.transaction.InvalidTransactionException
 
invocation(Link) - Method in interface javax.ws.rs.client.Client
Build an invocation builder from a link.
Invocation - Interface in javax.ws.rs.client
A client request invocation.
Invocation.Builder - Interface in javax.ws.rs.client
A client request invocation builder.
InvocationCallback<RESPONSE> - Interface in javax.ws.rs.client
Callback that can be implemented to receive the asynchronous processing events from the invocation processing.
InvocationContext - Interface in javax.interceptor
Exposes contextual information about the intercepted invocation and operations that enable interceptor methods to control the behavior of the invocation chain.
invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class javax.el.BeanELResolver
If the base object is not null, invoke the method, with the given parameters on this bean.
invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class javax.el.CompositeELResolver
Attempts to resolve and invoke the given method on the given base object by querying all component resolvers.
invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class javax.el.ELResolver
Attempts to resolve and invoke the given method on the given base object.
invoke(ELContext, Object...) - Method in class javax.el.LambdaExpression
Invoke the encapsulated Lambda expression.
invoke(Object...) - Method in class javax.el.LambdaExpression
Invoke the encapsulated Lambda expression.
invoke(ELContext, Object[]) - Method in class javax.el.MethodExpression
If a String literal is specified as the expression, returns the String literal coerced to the expected return type of the method signature.
invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class javax.el.StaticFieldELResolver
Invokes a public static method or the constructor for a class.
invoke(FacesContext, Object[]) - Method in class javax.faces.el.MethodBinding
Deprecated.
Return the return value (if any) resulting from a call to the method identified by this method binding expression, passing it the specified parameters, relative to the specified FacesContext.
invoke(ObjectName, String, Object[], String[]) - Method in interface javax.management.j2ee.Management
Invokes an operation on a managed object.
invoke(Writer) - Method in class javax.servlet.jsp.tagext.JspFragment
Executes the fragment and directs all output to the given Writer, or the JspWriter returned by the getOut() method of the JspContext associated with the fragment if out is null.
invoke() - Method in interface javax.ws.rs.client.Invocation
Synchronously invoke the request and receive a response back.
invoke(Class<T>) - Method in interface javax.ws.rs.client.Invocation
Synchronously invoke the request and receive a response of the specified type back.
invoke(GenericType<T>) - Method in interface javax.ws.rs.client.Invocation
Synchronously invoke the request and receive a response of the specified generic type back.
invoke(Object[]) - Method in interface javax.xml.rpc.Call
Invokes a specific operation using a synchronous request-response interaction mode.
invoke(QName, Object[]) - Method in interface javax.xml.rpc.Call
Invokes a specific operation using a synchronous request-response interaction mode.
INVOKE_APPLICATION - Static variable in class javax.faces.event.PhaseId
Identifier that indicates an interest in events queued for the Invoke Application phase of the request processing lifecycle.
invokeContextCallback(FacesContext, UIComponent) - Method in interface javax.faces.component.ContextCallback
This method will be called by an implementation of UIComponent.invokeOnComponent(javax.faces.context.FacesContext, java.lang.String, javax.faces.component.ContextCallback) and must be passed the component with the clientId given as an argument to invokeOnComponent.
invokeContextCallback(UIComponent) - Method in class javax.faces.component.search.SearchKeywordContext

This method will be called by an implementation of SearchKeywordResolver.resolve(javax.faces.component.search.SearchKeywordContext, javax.faces.component.UIComponent, java.lang.String) with the resolved component for the keyword.

invokeOnComponent(SearchExpressionContext, String, ContextCallback) - Method in class javax.faces.component.search.SearchExpressionHandler

Resolves multiple UIComponents for the given expression.

invokeOnComponent(SearchExpressionContext, UIComponent, String, ContextCallback) - Method in class javax.faces.component.search.SearchExpressionHandler

Resolves multiple UIComponents for the given expression.

invokeOnComponent(SearchExpressionContext, String, ContextCallback) - Method in class javax.faces.component.search.SearchExpressionHandlerWrapper
 
invokeOnComponent(SearchExpressionContext, UIComponent, String, ContextCallback) - Method in class javax.faces.component.search.SearchExpressionHandlerWrapper
 
invokeOnComponent(FacesContext, String, ContextCallback) - Method in class javax.faces.component.UIComponent
Starting at this component in the View hierarchy, search for a component with a clientId equal to the argument clientId and, if found, call the ContextCallback.invokeContextCallback(javax.faces.context.FacesContext, javax.faces.component.UIComponent) method on the argument callback, passing the current FacesContext and the found component as arguments.
invokeOnComponent(FacesContext, String, ContextCallback) - Method in class javax.faces.component.UIComponentBase
Starting at this component in the View hierarchy, search for a component with a clientId equal to the argument clientId and, if found, call the ContextCallback.invokeContextCallback(javax.faces.context.FacesContext, javax.faces.component.UIComponent) method on the argument callback, passing the current FacesContext and the found component as arguments.
invokeOnComponent(FacesContext, String, ContextCallback) - Method in class javax.faces.component.UIData
Override behavior from UIComponentBase.invokeOnComponent(javax.faces.context.FacesContext, java.lang.String, javax.faces.component.ContextCallback) to provide special care for positioning the data properly before finding the component and invoking the callback on it.
invokeOneWay(Object[]) - Method in interface javax.xml.rpc.Call
Invokes a remote method using the one-way interaction mode.
invokeVisitCallback(UIComponent, VisitCallback) - Method in class javax.faces.component.visit.VisitContext
Called by UIComponent.visitTree() to visit a single component.
invokeVisitCallback(UIComponent, VisitCallback) - Method in class javax.faces.component.visit.VisitContextWrapper
 
IS_BUILDING_INITIAL_STATE - Static variable in class javax.faces.application.StateManager

Marker within the FacesContext attributes map to indicate we are marking initial state, so the markInitialState() method of iterating components such as UIData could recognize this fact and save the initial state of descendents.

IS_SAVING_STATE - Static variable in class javax.faces.application.StateManager

Marker within the FacesContext attributes map to indicate we are saving state.

isActive() - Method in interface javax.enterprise.context.spi.Context
Determines if the context object is active.
isActive(FacesContext, String, String) - Method in class javax.faces.flow.FlowHandler

Return true if and only if the flow referenced by the argument definingDocument and id is currently active.

isActive() - Method in interface javax.persistence.EntityTransaction
Indicate whether a resource transaction is in progress.
isAddEvent() - Method in class javax.enterprise.deploy.model.XpathEvent
Is this an add event?
isAjaxRequest() - Method in class javax.faces.context.PartialViewContext

Return true if the request header Faces-Request is present with the value partial/ajax.

isAjaxRequest() - Method in class javax.faces.context.PartialViewContextWrapper
The default behavior of this method is to call PartialViewContext.isAjaxRequest() on the wrapped PartialViewContext object.
isAlternative() - Method in interface javax.enterprise.inject.spi.BeanAttributes
Determines if the bean is an alternative.
isAmbiguous() - Method in interface javax.enterprise.inject.Instance
Determines if there is more than one bean that matches the required type and qualifiers and is eligible for injection into the class into which the parent Instance was injected.
isAnnotationPresent(Class<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.Annotated
Determine if the program element has an annotation of a certain annotation type.
isAppropriateListener(FacesListener) - Method in class javax.faces.event.ActionEvent
 
isAppropriateListener(FacesListener) - Method in class javax.faces.event.AjaxBehaviorEvent

Return true if this FacesListener is an instance of a the appropriate listener class that this event supports.

isAppropriateListener(FacesListener) - Method in class javax.faces.event.ComponentSystemEvent

Return true if the argument FacesListener is an instance of the appropriate listener class that this event supports.

isAppropriateListener(FacesListener) - Method in class javax.faces.event.FacesEvent
Return true if this FacesListener is an instance of a listener class that this event supports.
isAppropriateListener(FacesListener) - Method in class javax.faces.event.PostAddToViewEvent

Returns true if and only if the argument listener is an instance of SystemEventListener.

isAppropriateListener(FacesListener) - Method in class javax.faces.event.PreRemoveFromViewEvent

Returns true if and only if the argument listener is an instance of SystemEventListener.

isAppropriateListener(FacesListener) - Method in class javax.faces.event.SystemEvent
Return true if this FacesListener is an instance of a the appropriate listener class that this event supports.
isAppropriateListener(FacesListener) - Method in class javax.faces.event.ValueChangeEvent
 
isAscending() - Method in interface javax.persistence.criteria.Order
Whether ascending ordering is in effect.
isAssociation() - Method in interface javax.persistence.metamodel.Attribute
Is the attribute an association.
isAsync() - Method in interface javax.enterprise.inject.spi.ObserverMethod
Determines if this observer method is asynchronous
isAsyncStarted() - Method in interface javax.servlet.ServletRequest
Checks if this request has been put into asynchronous mode.
isAsyncStarted() - Method in class javax.servlet.ServletRequestWrapper
Checks if the wrapped request has been put into asynchronous mode.
isAsyncSupported() - Method in interface javax.servlet.ServletRequest
Checks if this request supports asynchronous operation.
isAsyncSupported() - Method in class javax.servlet.ServletRequestWrapper
Checks if the wrapped request supports asynchronous operation.
isAuthenticationRequest() - Method in interface javax.security.enterprise.authentication.mechanism.http.HttpMessageContext
Checks if the current call to an authentication mechanism is the result from the application calling SecurityContext.authenticate(HttpServletRequest, HttpServletResponse, AuthenticationParameters)
isAuthenticationRequest() - Method in class javax.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
isAutoFlush() - Method in class javax.servlet.jsp.JspWriter
This method indicates whether the JspWriter is autoFlushing.
isAutorun() - Method in class javax.faces.component.html.HtmlCommandScript
Return the value of the autorun property.
isAvailable() - Method in exception javax.xml.registry.JAXRException
Returns true if a response is available, false otherwise.
isAvailable() - Method in interface javax.xml.registry.JAXRResponse
Returns true if a response is available, false otherwise.
isBeanConstrained() - Method in interface javax.validation.metadata.BeanDescriptor
Returns true if the bean involves validation: a constraint is hosted on the bean itself a constraint is hosted on one of the bean properties or a bean property is marked for cascaded validation (Valid)
isBodyAssignableTo(Class) - Method in interface javax.jms.Message
Returns whether the message body is capable of being assigned to the specified type.
isBound(Parameter<?>) - Method in interface javax.persistence.Query
Return a boolean indicating whether a value has been bound to the parameter.
isCalendarTimer() - Method in interface javax.ejb.Timer
Return whether this timer is a calendar-based timer.
isCallerInRole(Identity) - Method in interface javax.ejb.EJBContext
Deprecated.
Use boolean isCallerInRole(String roleName) instead.
isCallerInRole(String) - Method in interface javax.ejb.EJBContext
Test if the caller has a given security role.
isCallerInRole(String) - Method in interface javax.security.enterprise.SecurityContext
Checks whether the authenticated caller is included in the specified logical application "role".
isCancelled() - Method in class javax.ejb.AsyncResult
This method should not be called.
isCancelled() - Method in interface javax.ws.rs.container.AsyncResponse
Check if the asynchronous response instance has been cancelled.
isCancelSupported() - Method in interface javax.enterprise.deploy.spi.status.ProgressObject
Tests whether the vendor supports a cancel opertation for deployment activities.
isCascadable(Object, Path.Node, Class<?>, Path, ElementType) - Method in interface javax.validation.TraversableResolver
Determines if the Jakarta Bean Validation provider is allowed to cascade validation on the bean instance returned by the property value marked as @Valid.
isCascaded() - Method in interface javax.validation.metadata.CascadableDescriptor
Whether this element is marked for cascaded validation or not.
isChangeEvent() - Method in class javax.enterprise.deploy.model.XpathEvent
Is this a change event?
isCleared() - Method in class javax.security.enterprise.credential.AbstractClearableCredential
 
isCleared() - Method in interface javax.security.enterprise.credential.Credential
Determines whether the credential value has been securely cleared.
isClientWindowRenderModeEnabled(FacesContext) - Method in class javax.faces.lifecycle.ClientWindow

Methods that append the ClientWindow to generated URLs must call this method to see if they are permitted to do so.

isClientWindowRenderModeEnabled(FacesContext) - Method in class javax.faces.lifecycle.ClientWindowWrapper
 
isClosed() - Method in interface javax.ws.rs.sse.SseEventSink
Check if the stream has been closed already.
isClosed() - Method in interface javax.xml.registry.Connection
Indicated whether this Connection has been closed or not.
isCollection() - Method in interface javax.persistence.metamodel.Attribute
Is the attribute collection-valued (represents a Collection, Set, List, or Map).
isCommitted() - Method in interface javax.servlet.ServletResponse
Returns a boolean indicating if the response has been committed.
isCommitted() - Method in class javax.servlet.ServletResponseWrapper
The default behavior of this method is to return isCommitted() on the wrapped response object.
isCompatible(MediaType) - Method in class javax.ws.rs.core.MediaType
Check if this media type is compatible with another media type.
isComplete() - Method in class javax.mail.internet.MimeMultipart
Return true if the final boundary line for this multipart was seen.
isCompleted() - Method in interface javax.enterprise.deploy.spi.status.DeploymentStatus
A convience method to report if the operation is in the completed state.
isCompositeComponent(UIComponent) - Static method in class javax.faces.component.UIComponent

Return true if component is a composite component, otherwise false.

isCompoundSelection() - Method in interface javax.persistence.criteria.Selection
Whether the selection item is a compound selection.
isConfirmed() - Method in interface javax.xml.registry.infomodel.Association
Determines whether an Association has been confirmed completely.
isConfirmedBySourceOwner() - Method in interface javax.xml.registry.infomodel.Association
Determines whether an Association has been confirmed by the owner of the source object.
isConfirmedByTargetOwner() - Method in interface javax.xml.registry.infomodel.Association
Determines whether an Association has been confirmed by the owner of the target object.
isConnected() - Method in class javax.faces.component.UIWebsocket
Returns whether to (auto)connect the websocket or not.
isConnected() - Method in class javax.mail.Service
Is this service currently connected?
isContextSupported(Class<? extends WorkContext>) - Method in interface javax.resource.spi.BootstrapContext
A resource adapter can check an application server's support for a particular WorkContext type through this method.
isCorrelated() - Method in interface javax.persistence.criteria.From
Whether the From object has been obtained as a result of correlation (use of a Subquery correlate method).
isCurrentThreadShutdown() - Static method in class javax.enterprise.concurrent.ManagedExecutors
Utility method for checking the isShutdown() value of the current thread if it is a ManageableThread created from ManagedThreadFactory.newThread() .
isDConfigBeanVersionSupported(DConfigBeanVersionType) - Method in interface javax.enterprise.deploy.spi.DeploymentManager
Returns 'true' if the configuration beans support the Jakarta EE platform version specified.
isDefaultEvent() - Method in interface javax.faces.view.BehaviorHolderAttachedObjectTarget
 
isDeferredMethod() - Method in class javax.servlet.jsp.tagext.TagAttributeInfo
Returns true if this attribute is to be passed a MethodExpression so that expression evaluation can be deferred.
isDeferredValue() - Method in class javax.servlet.jsp.tagext.TagAttributeInfo
Returns true if this attribute is to be passed a ValueExpression so that expression evaluation can be deferred.
isDelegate() - Method in interface javax.enterprise.inject.spi.InjectionPoint
Determines if the injection point is a decorator delegate injection point.
isDeliveryTransacted(Method) - Method in interface javax.resource.spi.endpoint.MessageEndpointFactory
This is used to find out whether message deliveries to a target method on a message listener interface that is implemented by a message endpoint or a target method in the Class returned by the getBeanClass method, will be transacted or not.
isDisable() - Method in class javax.faces.component.UIParameter

Return the value of the disable directive for this component.

isDisableClientWindow() - Method in class javax.faces.component.UIOutcomeTarget

Return whether or not the client window should be encoded into the target url.

isDisabled() - Method in class javax.faces.component.behavior.AjaxBehavior

Return the disabled status of this behavior.

isDisabled() - Method in class javax.faces.component.html.HtmlCommandButton
Return the value of the disabled property.
isDisabled() - Method in class javax.faces.component.html.HtmlCommandLink
Return the value of the disabled property.
isDisabled() - Method in class javax.faces.component.html.HtmlInputFile
Return the value of the disabled property.
isDisabled() - Method in class javax.faces.component.html.HtmlInputSecret
Return the value of the disabled property.
isDisabled() - Method in class javax.faces.component.html.HtmlInputText
Return the value of the disabled property.
isDisabled() - Method in class javax.faces.component.html.HtmlInputTextarea
Return the value of the disabled property.
isDisabled() - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
Return the value of the disabled property.
isDisabled() - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
Return the value of the disabled property.
isDisabled() - Method in class javax.faces.component.html.HtmlOutputLink
Return the value of the disabled property.
isDisabled() - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
Return the value of the disabled property.
isDisabled() - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
Return the value of the disabled property.
isDisabled() - Method in class javax.faces.component.html.HtmlSelectManyListbox
Return the value of the disabled property.
isDisabled() - Method in class javax.faces.component.html.HtmlSelectManyMenu
Return the value of the disabled property.
isDisabled() - Method in class javax.faces.component.html.HtmlSelectOneListbox
Return the value of the disabled property.
isDisabled() - Method in class javax.faces.component.html.HtmlSelectOneMenu
Return the value of the disabled property.
isDisabled() - Method in class javax.faces.component.html.HtmlSelectOneRadio
Return the value of the disabled property.
isDisabled() - Method in class javax.faces.model.SelectItem
Return the disabled flag for this item, which should modify the rendered output to make this item unavailable for selection by the user if set to true.
isDisabled(FaceletContext) - Method in class javax.faces.view.facelets.DelegatingMetaTagHandler
 
isDistinct() - Method in interface javax.persistence.criteria.AbstractQuery
Return whether duplicate query results must be eliminated or retained.
isDone() - Method in class javax.ejb.AsyncResult
This method should not be called.
isDone() - Method in interface javax.ws.rs.container.AsyncResponse
Check if the processing of a request this asynchronous response instance belongs to has finished.
isEmpty(Object) - Static method in class javax.faces.component.UIInput

Is the value denoting an empty value.

isEmpty() - Method in class javax.faces.context.FlashWrapper

The default behavior of this method is to call Map.isEmpty() on the wrapped Flash object.

isEmpty(Expression<C>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate that tests whether a collection is empty.
isEmpty() - Method in class javax.ws.rs.core.AbstractMultivaluedMap
 
isEmpty() - Method in interface javax.ws.rs.sse.InboundSseEvent
Check if the event is empty (i.e.
isEnabled(Feature) - Method in interface javax.ws.rs.core.Configuration
Check if a particular feature instance has been previously enabled in the runtime configuration context.
isEnabled(Class<? extends Feature>) - Method in interface javax.ws.rs.core.Configuration
Check if a feature instance of featureClass class has been previously enabled in the runtime configuration context.
isEscape() - Method in class javax.faces.component.html.HtmlOutputFormat
Return the value of the escape property.
isEscape() - Method in class javax.faces.component.html.HtmlOutputLabel
Return the value of the escape property.
isEscape() - Method in class javax.faces.component.html.HtmlOutputText
Return the value of the escape property.
isEscape() - Method in class javax.faces.model.SelectItem

If and only if this returns true, the code that renders this select item must escape the label using escaping syntax appropriate to the content type being rendered.

isExecutableValidationEnabled() - Method in interface javax.validation.BootstrapConfiguration
Returns true if the validation execution is explicitly marked as enabled or if it is left undefined.
isExecuteAll() - Method in class javax.faces.context.PartialViewContext

Return true if PartialViewContext.isAjaxRequest() returns true and PartialViewContext.PARTIAL_EXECUTE_PARAM_NAME is present in the current request with the value PartialViewContext.ALL_PARTIAL_PHASE_CLIENT_IDS.

isExecuteAll() - Method in class javax.faces.context.PartialViewContextWrapper
The default behavior of this method is to call PartialViewContext.isExecuteAll() on the wrapped PartialViewContext object.
isExpunged() - Method in class javax.mail.Message
Checks whether this message is expunged.
isExternal() - Method in interface javax.xml.registry.infomodel.Classification
Returns true if this is an external classification.
isExternal() - Method in interface javax.xml.registry.infomodel.ClassificationScheme
Determines whether this ClassificationScheme is an external ClassificationScheme or an internal ClassificationScheme.
isExtramural() - Method in interface javax.xml.registry.infomodel.Association
Determines whether an Association is extramural or not.
isFaceletCached(URL) - Method in class javax.faces.view.facelets.FaceletCache

Determines whether a cached Facelet instance exists for this URL.

isFailed() - Method in interface javax.enterprise.deploy.spi.status.DeploymentStatus
A convience method to report if the operation is in the failed state.
isFalse(Expression<Boolean>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate testing for a false value.
isFinished() - Method in class javax.servlet.ServletInputStream
Returns true when all the data from the stream has been read else it returns false.
isFirst() - Method in interface javax.servlet.jsp.jstl.core.LoopTagStatus
Returns information about whether the current round of the iteration is the first one.
isFragment() - Method in class javax.servlet.jsp.tagext.TagAttributeInfo
Whether this attribute is of type JspFragment.
isGlobalOnly() - Method in class javax.faces.component.UIMessages
Return the flag indicating whether only global messages (that is, messages with no associated client identifier) should be rendered.
isGroup() - Method in class javax.mail.internet.InternetAddress
Indicates whether this address is an RFC 822 group address.
isGroupingUsed() - Method in class javax.faces.convert.NumberConverter
Return true if getAsString should include grouping separators if necessary.
isHttpOnly() - Method in class javax.servlet.http.Cookie
Checks whether this Cookie has been marked as HttpOnly.
isHttpOnly() - Method in interface javax.servlet.SessionCookieConfig
Checks if the session tracking cookies created on behalf of the application represented by the ServletContext from which this SessionCookieConfig was acquired will be marked as HttpOnly.
isHttpOnly() - Method in class javax.ws.rs.core.NewCookie
Returns true if this cookie contains the HttpOnly attribute.
isId() - Method in interface javax.persistence.metamodel.SingularAttribute
Is the attribute an id attribute.
isIdentical(EJBLocalObject) - Method in interface javax.ejb.EJBLocalObject
Test if a given enterprise bean local object is identical to the invoked enterprise bean local object.
isIdentical(EJBObject) - Method in interface javax.ejb.EJBObject
Test if a given enterprise bean object is identical to the invoked enterprise bean object.
isIgnoreXmlConfiguration() - Method in interface javax.validation.spi.ConfigurationState
Returns true if Configuration.ignoreXmlConfiguration() has been called.
isImmediate() - Method in interface javax.faces.component.ActionSource
Return a flag indicating that the default ActionListener provided by the Jakarta Server Faces implementation should be executed immediately (that is, during Apply Request Values phase of the request processing lifecycle), rather than waiting until the Invoke Application phase.
isImmediate() - Method in class javax.faces.component.behavior.AjaxBehavior

Return the immediate status of this behavior.

isImmediate() - Method in interface javax.faces.component.EditableValueHolder
Return the "immediate" state for this component.
isImmediate() - Method in class javax.faces.component.UICommand
The immediate flag.
isImmediate() - Method in class javax.faces.component.UIInput
 
isImmediate() - Method in class javax.faces.component.UIViewAction

If the value of the component's immediate attribute is true, the action will be invoked during the Apply Request Values Jakarta Server Faces lifecycle phase.

isImmediate() - Method in class javax.faces.component.UIViewParameter

Return false.

isImmediateSet() - Method in class javax.faces.component.behavior.AjaxBehavior

Tests whether the immediate attribute is specified.

isIncludeViewParams() - Method in class javax.faces.application.NavigationCase

Return the <redirect> value for this <navigation-case>.

isIncludeViewParams() - Method in class javax.faces.application.NavigationCaseWrapper
 
isIncludeViewParams() - Method in class javax.faces.component.UIOutcomeTarget

Return whether or not the view parameters should be encoded into the target url.

isInIterable() - Method in interface javax.validation.Path.Node
 
isIntegerOnly() - Method in class javax.faces.convert.NumberConverter
Return true if only the integer portion of the given value should be returned from getAsObject().
isIntegral() - Method in interface javax.json.JsonNumber
Returns true if this JSON number is a integral number.
isIntegralNumber() - Method in interface javax.json.stream.JsonParser
Returns true if the JSON number at the current parser state is a integral number.
isInterceptorBinding(Class<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.BeanManager
Test the given annotation type to determine if it is an interceptor binding type .
isInView() - Method in class javax.faces.component.UIComponent

Return true if this component is within the view hierarchy otherwise false

isInView() - Method in class javax.faces.component.UIViewRoot

Override superclass method to always return true because a UIViewRoot is defined to always be in a view.

isIsmap() - Method in class javax.faces.component.html.HtmlGraphicImage
Return the value of the ismap property.
isItemDisabled() - Method in class javax.faces.component.UISelectItem
Return the disabled setting for this selection item.
isItemEscaped() - Method in class javax.faces.component.UISelectItem
Return the escape setting for the label of this selection item.
isJoinedToTransaction() - Method in interface javax.persistence.EntityManager
Determine whether the entity manager is joined to the current transaction.
isKeepMessages() - Method in class javax.faces.context.Flash

Return the value of this JavaBeans property for the flash for this session.

isKeepMessages() - Method in class javax.faces.context.FlashWrapper

The default behavior of this method is to call Flash.isKeepMessages() on the wrapped Flash object.

isKeywordResolved() - Method in class javax.faces.component.search.SearchKeywordContext

Returns if the keyword was resolved.

isLambdaArgument(String) - Method in class javax.el.ELContext
Inquires if the name is a LambdaArgument
isLast() - Method in interface javax.servlet.jsp.jstl.core.LoopTagStatus
Returns information about whether the current round of the iteration is the last one.
isLeaf(SearchExpressionContext, String) - Method in class javax.faces.component.search.SearchKeywordResolver

A leaf keyword is a keyword that does not allow to be combined with keywords or id chains to the right.

isLimitedByMaxRows() - Method in interface javax.servlet.jsp.jstl.sql.Result
Returns true if the query was limited by a maximum row setting
isListenerForSource(Object) - Method in class javax.faces.context.ExceptionHandler
This method must return true if and only if this listener instance is interested in receiving events from the instance referenced by the source parameter.
isListenerForSource(Object) - Method in class javax.faces.context.ExceptionHandlerWrapper
The default behavior of this method is to call ExceptionHandler.isListenerForSource(Object) on the wrapped ExceptionHandler object.
isListenerForSource(Object) - Method in interface javax.faces.event.SystemEventListener
This method must return true if and only if this listener instance is interested in receiving events from the instance referenced by the source parameter.
isLiteral() - Method in class javax.faces.view.facelets.TagAttribute
If this TagAttribute is literal (not #{..} or ${..})
isLiteralText() - Method in class javax.el.Expression
Returns whether this expression was created from only literal text.
isLiteralText() - Method in class javax.servlet.jsp.jstl.core.IndexedValueExpression
 
isLiteralText() - Method in class javax.servlet.jsp.jstl.core.IteratedValueExpression
 
isLoaded(Object, String) - Method in interface javax.persistence.PersistenceUnitUtil
Determine the load state of a given persistent attribute of an entity belonging to the persistence unit.
isLoaded(Object) - Method in interface javax.persistence.PersistenceUnitUtil
Determine the load state of an entity belonging to the persistence unit.
isLoaded(Object, String) - Method in interface javax.persistence.PersistenceUtil
Determine the load state of a given persistent attribute.
isLoaded(Object) - Method in interface javax.persistence.PersistenceUtil
Determine the load state of an entity.
isLoaded(Object) - Method in interface javax.persistence.spi.ProviderUtil
If the provider determines that the entity has been provided by itself and that the state of all attributes for which FetchType.EAGER has been specified have been loaded, this method returns LoadState.LOADED.
isLoadedWithoutReference(Object, String) - Method in interface javax.persistence.spi.ProviderUtil
If the provider determines that the entity has been provided by itself and that the state of the specified attribute has been loaded, this method returns LoadState.LOADED.
isLoadedWithReference(Object, String) - Method in interface javax.persistence.spi.ProviderUtil
If the provider determines that the entity has been provided by itself and that the state of the specified attribute has been loaded, this method returns LoadState.LOADED.
isLocaleSupported(Locale) - Method in interface javax.enterprise.deploy.spi.DeploymentManager
Reports if this implementation supports the designated locale.
isLocalValueSet() - Method in interface javax.faces.component.EditableValueHolder
Return the "local value set" state for this component.
isLocalValueSet() - Method in class javax.faces.component.UIInput
Return the "local value set" state for this component.
isMandatory() - Method in class javax.security.auth.message.MessagePolicy
Get the MessagePolicy modifier.
isMember(Expression<E>, Expression<C>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate that tests whether an element is a member of a collection.
isMember(E, Expression<C>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate that tests whether an element is a member of a collection.
isMimeType(String) - Method in class javax.mail.internet.MimeBodyPart
Is this Part of the specified MIME type? This method compares only the primaryType and subType.
isMimeType(String) - Method in class javax.mail.internet.MimeMessage
Is this Part of the specified MIME type? This method compares only the primaryType and subType.
isMimeType(String) - Method in interface javax.mail.Part
Is this Part of the specified MIME type? This method compares only the primaryType and subType.
isMustRevalidate() - Method in class javax.ws.rs.core.CacheControl
Corresponds to the must-revalidate cache control directive.
isNameResolved(String) - Method in class javax.el.BeanNameResolver
Returns whether the given name is resolved by the BeanNameResolver
isNegated() - Method in interface javax.persistence.criteria.Predicate
Whether the predicate has been created from another predicate by applying the Predicate.not() method or the CriteriaBuilder.not() method.
isNew(UIComponent) - Static method in class javax.faces.view.facelets.ComponentHandler

Determine if the passed component is not null and if it's new to the tree.

isNew() - Method in interface javax.servlet.http.HttpSession
Returns true if the client does not yet know about the session or if the client chooses not to join the session.
isNewAuthentication() - Method in class javax.security.enterprise.authentication.mechanism.http.AuthenticationParameters
Whether a new authentication dialog is required.
isNoCache() - Method in class javax.ws.rs.core.CacheControl
Corresponds to the no-cache cache control directive.
isNormalScope(Class<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.BeanManager
Test the given annotation type to determine if it is a normal scope type.
isNoSelectionOption() - Method in class javax.faces.component.UISelectItem

Return the value of the noSelectionOption property.

isNoSelectionOption() - Method in class javax.faces.model.SelectItem

Return the value of the noSelectionOption property.

isNoStore() - Method in class javax.ws.rs.core.CacheControl
Corresponds to the no-store cache control directive.
isNotEmpty(Expression<C>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate that tests whether a collection is not empty.
isNotMember(Expression<E>, Expression<C>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate that tests whether an element is not a member of a collection.
isNotMember(E, Expression<C>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate that tests whether an element is not a member of a collection.
isNotNull(Expression<?>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate to test whether the expression is not null.
isNotNull() - Method in interface javax.persistence.criteria.Expression
Create a predicate to test whether the expression is not null.
isNoTransform() - Method in class javax.ws.rs.core.CacheControl
Corresponds to the no-transform cache control directive.
isNull(int) - Method in interface javax.json.JsonArray
Returns true if the value at the specified location in this array is JsonValue.NULL.
isNull(String) - Method in interface javax.json.JsonObject
Returns true if the associated value for the specified name is JsonValue.NULL.
isNull(Expression<?>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate to test whether the expression is null.
isNull() - Method in interface javax.persistence.criteria.Expression
Create a predicate to test whether the expression is null.
isNullable() - Method in interface javax.enterprise.inject.spi.Bean
Determines if Contextual.create(CreationalContext) sometimes return a null value.
isOK() - Method in class javax.websocket.SendResult
Determines if this result is ok or not.
isOnPostback() - Method in class javax.faces.component.UIViewAction

If true this component will operate on postback.

isOpaque() - Method in interface javax.xml.registry.infomodel.ExtrinsicObject
Determines whether the ExtrinsicObject is opaque (not readable) by the registry operator.
isOpen() - Method in class javax.mail.Folder
Indicates whether this Folder is in the 'open' state.
isOpen() - Method in interface javax.persistence.EntityManager
Determine whether the entity manager is open.
isOpen() - Method in interface javax.persistence.EntityManagerFactory
Indicates whether the factory is open.
isOpen() - Method in interface javax.websocket.Session
Return true if and only if the underlying socket is open.
isOpen() - Method in interface javax.ws.rs.sse.SseEventSource
Check if this event source instance has already been opened.
isOptional() - Method in interface javax.persistence.metamodel.SingularAttribute
Can the attribute be null.
isParameterAndReturnSpecRequired(QName) - Method in interface javax.xml.rpc.Call
Indicates whether addParameter and setReturnType methods are to be invoked to specify the parameter and return type specification for a specific operation.
isParametersProvided() - Method in class javax.el.MethodExpression
Return whether this MethodExpression was created with parameters.
isParmetersProvided() - Method in class javax.el.MethodExpression
Deprecated.
isPartialRequest() - Method in class javax.faces.context.PartialViewContext

Return true PartialViewContext.isAjaxRequest() returns true or if the request header Faces-Request is present with the value partial/process.

isPartialRequest() - Method in class javax.faces.context.PartialViewContextWrapper
The default behavior of this method is to call PartialViewContext.isPartialRequest() on the wrapped PartialViewContext object.
isPartialResponse() - Method in interface javax.xml.registry.BulkResponse
Determines whether the response is a partial response due to large result set.
isPassivatingScope(Class<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.BeanManager
Test the given annotation type to determine if it is a passivating scope type.
isPassthrough(SearchExpressionContext, String) - Method in class javax.faces.component.search.SearchKeywordResolver

A passthrough keyword is a keyword, that according to the context, does not require to be resolved on the server, and can be passed "unresolved" to the client.

isPassthroughExpression(SearchExpressionContext, String) - Method in class javax.faces.component.search.SearchExpressionHandler

Checks if the given expression is a "passtrough expression".

isPassthroughExpression(SearchExpressionContext, String) - Method in class javax.faces.component.search.SearchExpressionHandlerWrapper
 
isPermanent() - Method in exception javax.servlet.UnavailableException
Returns a boolean indicating whether the servlet is permanently unavailable.
isPersistent() - Method in interface javax.ejb.Timer
Return whether this timer has persistent semantics.
isPersistent() - Method in class javax.ejb.TimerConfig
Return whether the timer is persistent.
isPersistent() - Method in interface javax.security.auth.message.config.AuthConfigFactory.RegistrationContext
Get the persisted status from the registration context.
isPostback() - Method in class javax.faces.context.FacesContext

This utility method simply returns the result of ResponseStateManager.isPostback(FacesContext).

isPostback() - Method in class javax.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext.isPostback() on the wrapped FacesContext object.
isPostback(FacesContext) - Method in class javax.faces.render.ResponseStateManager
Return true if the current request is a postback.
isPrependId() - Method in class javax.faces.component.UIForm
Is the id prepended.
isPrivate() - Method in class javax.ws.rs.core.CacheControl
Corresponds to the private cache control directive.
isProcessingBroadcast(FacesContext) - Static method in class javax.faces.component.UIViewAction

Returns true if the current request processing lifecycle is in the midst of processing the broadcast of an event queued during a call to UIViewAction.decode(javax.faces.context.FacesContext).

isProcessingEvents() - Method in class javax.faces.context.FacesContext

Returns a flag indicating whether or not the runtime should publish events when asked to do so.

isProcessingEvents() - Method in class javax.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext.isProcessingEvents() on the wrapped FacesContext object.
isProjectStage(ProjectStage) - Method in class javax.faces.context.FacesContext

Return true if the current ProjectStage as returned by the Application instance is equal to stage, otherwise return false

isProjectStage(ProjectStage) - Method in class javax.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext.isProjectStage(javax.faces.application.ProjectStage) on the wrapped FacesContext object.
isPropertyResolved() - Method in class javax.el.ELContext
Returns whether an ELResolver has successfully resolved a given (base, property) pair.
isProtected() - Method in interface javax.security.auth.message.config.AuthConfig
Used to determine whether the authentication context configuration object encapsulates any protected authentication contexts.
isProtected() - Method in interface javax.security.enterprise.authentication.mechanism.http.HttpMessageContext
Checks if the currently requested resource is protected or not.
isProtected() - Method in class javax.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
isProviderFor(Class<?>) - Method in interface javax.ws.rs.client.RxInvokerProvider
Determine if this is a provider for the given RxInvoker subclass.
isProxyRevalidate() - Method in class javax.ws.rs.core.CacheControl
Corresponds to the proxy-revalidate cache control directive.
isQualifier(Class<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.BeanManager
Test the given annotation type to determine if it is a qualifier type.
isReachable(Object, Path.Node, Class<?>, Path, ElementType) - Method in interface javax.validation.TraversableResolver
Determines if the Jakarta Bean Validation provider is allowed to reach the property state.
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in interface javax.ws.rs.ext.MessageBodyReader
Ascertain if the MessageBodyReader can produce an instance of a particular type.
isReadOnly(ELContext, Object, Object) - Method in class javax.el.ArrayELResolver
If the base object is a Java language array, returns whether a call to ArrayELResolver.setValue(javax.el.ELContext, java.lang.Object, java.lang.Object, java.lang.Object) will always fail.
isReadOnly(ELContext, Object, Object) - Method in class javax.el.BeanELResolver
If the base object is not null, returns whether a call to BeanELResolver.setValue(javax.el.ELContext, java.lang.Object, java.lang.Object, java.lang.Object) will always fail.
isReadOnly(ELContext, Object, Object) - Method in class javax.el.BeanNameELResolver
If the base is null and the property is a name resolvable by the BeanNameResolver, attempts to determine if the bean is writable.
isReadOnly(String) - Method in class javax.el.BeanNameResolver
Indicates if the bean of the given name is read-only or writable
isReadOnly(ELContext, Object, Object) - Method in class javax.el.CompositeELResolver
For a given base and property, attempts to determine whether a call to CompositeELResolver.setValue(javax.el.ELContext, java.lang.Object, java.lang.Object, java.lang.Object) will always fail.
isReadOnly(ELContext, Object, Object) - Method in class javax.el.ELResolver
For a given base and property, attempts to determine whether a call to ELResolver.setValue(javax.el.ELContext, java.lang.Object, java.lang.Object, java.lang.Object) will always fail.
isReadOnly(ELContext, Object, Object) - Method in class javax.el.ListELResolver
If the base object is a list, returns whether a call to ListELResolver.setValue(javax.el.ELContext, java.lang.Object, java.lang.Object, java.lang.Object) will always fail.
isReadOnly(ELContext, Object, Object) - Method in class javax.el.MapELResolver
If the base object is a map, returns whether a call to MapELResolver.setValue(javax.el.ELContext, java.lang.Object, java.lang.Object, java.lang.Object) will always fail.
isReadOnly(ELContext, Object, Object) - Method in class javax.el.ResourceBundleELResolver
If the base object is not null and an instanceof ResourceBundle, return true.
isReadOnly(ELContext, Object, Object) - Method in class javax.el.StaticFieldELResolver
Inquires whether the static field is writable.
isReadOnly(ELContext, Object, Object) - Method in class javax.el.TypeConverter
 
isReadOnly(ELContext) - Method in class javax.el.ValueExpression
Evaluates the expression relative to the provided context, and returns true if a call to ValueExpression.setValue(javax.el.ELContext, java.lang.Object) will always fail.
isReadonly() - Method in class javax.faces.component.html.HtmlCommandButton
Return the value of the readonly property.
isReadonly() - Method in class javax.faces.component.html.HtmlInputFile
Return the value of the readonly property.
isReadonly() - Method in class javax.faces.component.html.HtmlInputSecret
Return the value of the readonly property.
isReadonly() - Method in class javax.faces.component.html.HtmlInputText
Return the value of the readonly property.
isReadonly() - Method in class javax.faces.component.html.HtmlInputTextarea
Return the value of the readonly property.
isReadonly() - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
Return the value of the readonly property.
isReadonly() - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
Return the value of the readonly property.
isReadonly() - Method in class javax.faces.component.html.HtmlSelectManyListbox
Return the value of the readonly property.
isReadonly() - Method in class javax.faces.component.html.HtmlSelectManyMenu
Return the value of the readonly property.
isReadonly() - Method in class javax.faces.component.html.HtmlSelectOneListbox
Return the value of the readonly property.
isReadonly() - Method in class javax.faces.component.html.HtmlSelectOneMenu
Return the value of the readonly property.
isReadonly() - Method in class javax.faces.component.html.HtmlSelectOneRadio
Return the value of the readonly property.
isReadOnly(Object, Object) - Method in class javax.faces.el.PropertyResolver
Deprecated.
Checks if the specified property is read-only.
isReadOnly(Object, int) - Method in class javax.faces.el.PropertyResolver
Deprecated.
Checks if the specified index is read-only.
isReadOnly(FacesContext) - Method in class javax.faces.el.ValueBinding
Deprecated.
Return true if the specified property of the specified property is known to be immutable; otherwise, return false.
isReadOnly(ELContext, Object, Object) - Method in class javax.servlet.jsp.el.ImplicitObjectELResolver
If the base object is null, and the property matches the name of a JSP implicit object, returns true to indicate that implicit objects cannot be overwritten.
isReadOnly(ELContext, Object, Object) - Method in class javax.servlet.jsp.el.ScopedAttributeELResolver
If the base object is null, returns false to indicate that scoped attributes are never read-only.
isReadOnly(ELContext) - Method in class javax.servlet.jsp.jstl.core.IndexedValueExpression
 
isReadOnly(ELContext) - Method in class javax.servlet.jsp.jstl.core.IteratedValueExpression
 
isReady() - Method in class javax.servlet.ServletInputStream
Returns true if data can be read without blocking else returns false.
isReady() - Method in class javax.servlet.ServletOutputStream
This method can be used to determine if data can be written without blocking.
isReadyToCheckpoint() - Method in class javax.batch.api.chunk.AbstractCheckpointAlgorithm
Implement logic in this method to decide if a checkpoint should be taken now.
isReadyToCheckpoint() - Method in interface javax.batch.api.chunk.CheckpointAlgorithm
The isReadyToCheckpoint method is invoked by the batch runtime after each item is processed to determine if now is the time to checkpoint the current chunk.
isReconnectDelaySet() - Method in interface javax.ws.rs.sse.SseEvent
Check if the connection retry time has been set in the event.
isRedeploySupported() - Method in interface javax.enterprise.deploy.spi.DeploymentManager
This method designates whether this platform vendor provides application redeployment functionality.
isRedirect() - Method in class javax.faces.application.NavigationCase

Return the <redirect> value for this <navigation-case>.

isRedirect() - Method in class javax.faces.application.NavigationCaseWrapper
 
isRedirect() - Method in class javax.faces.context.Flash

Return the value of this property for the flash for this session.

isRedirect() - Method in class javax.faces.context.FlashWrapper

The default behavior of this method is to call Flash.isRedirect() on the wrapped Flash object.

isRedisplay() - Method in class javax.faces.component.html.HtmlInputSecret
Return the value of the redisplay property.
isRedisplay() - Method in class javax.faces.component.UIMessage
 
isRedisplay() - Method in class javax.faces.component.UIMessages
 
isRegistered(ObjectName) - Method in interface javax.management.j2ee.Management
Checks whether a managed object, identified by its object name, is already registered with the MEJB.
isRegistered(Object) - Method in interface javax.ws.rs.core.Configuration
Check if a particular API component instance (such as providers or features) has been previously registered in the runtime configuration context.
isRegistered(Class<?>) - Method in interface javax.ws.rs.core.Configuration
Check if a component of the supplied componentClass class has been previously registered in the runtime configuration context.
isRegistered(Class, QName) - Method in interface javax.xml.rpc.encoding.TypeMapping
Checks whether or not type mapping between specified XML type and Java type is registered.
isRegisterSession() - Method in interface javax.security.enterprise.authentication.mechanism.http.HttpMessageContext
Check if the runtime has been asked to register an authentication session duing the current request.
isRegisterSession() - Method in class javax.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
isReleased() - Method in class javax.faces.context.FacesContext

Return a flag indicating if the resources associated with this FacesContext instance have been released.

isReleased() - Method in class javax.faces.context.FacesContextWrapper

The default behavior of this method is to call FacesContext.isReleased() on the wrapped FacesContext object.

isRememberMe() - Method in class javax.security.enterprise.authentication.mechanism.http.AuthenticationParameters
Whether "remember me" should be used.
isRemoved() - Method in class javax.mail.event.MessageCountEvent
Indicates whether this event is the result of an explicit expunge by this client, or due to an expunge from external sources.
isRemoveEvent() - Method in class javax.enterprise.deploy.model.XpathEvent
Is this a remove event?
isRenderAll() - Method in class javax.faces.context.PartialViewContext

Return true if PartialViewContext.isAjaxRequest() returns true and PartialViewContext.PARTIAL_RENDER_PARAM_NAME is present in the current request with the value PartialViewContext.ALL_PARTIAL_PHASE_CLIENT_IDS.

isRenderAll() - Method in class javax.faces.context.PartialViewContextWrapper
The default behavior of this method is to call PartialViewContext.isRenderAll() on the wrapped PartialViewContext object.
isRendered() - Method in class javax.faces.application.FacesMessage
 
isRendered() - Method in class javax.faces.component.UIComponent
Return true if this component (and its children) should be rendered during the Render Response phase of the request processing lifecycle.
isRendered() - Method in class javax.faces.component.UIComponentBase
 
isRendered() - Method in class javax.faces.component.UIViewAction

Return true if this component should take the actions specified in the UIViewAction.decode(javax.faces.context.FacesContext) method.

isReportAsSingleViolation() - Method in interface javax.validation.metadata.ConstraintDescriptor
 
isRequestedSessionIdFromCookie() - Method in interface javax.servlet.http.HttpServletRequest
Checks whether the requested session ID was conveyed to the server as an HTTP cookie.
isRequestedSessionIdFromCookie() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return isRequestedSessionIdFromCookie() on the wrapped request object.
isRequestedSessionIdFromURL() - Method in interface javax.servlet.http.HttpServletRequest
Checks whether the requested session ID was conveyed to the server as part of the request URL.
isRequestedSessionIdFromUrl() - Method in interface javax.servlet.http.HttpServletRequest
Deprecated.
As of Version 2.1 of the Java Servlet API, use HttpServletRequest.isRequestedSessionIdFromURL() instead.
isRequestedSessionIdFromURL() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return isRequestedSessionIdFromURL() on the wrapped request object.
isRequestedSessionIdFromUrl() - Method in class javax.servlet.http.HttpServletRequestWrapper
Deprecated.
As of Version 4.0 of the Java Servlet API, use HttpServletRequestWrapper.isRequestedSessionIdFromURL() instead.
isRequestedSessionIdValid() - Method in interface javax.servlet.http.HttpServletRequest
Checks whether the requested session ID is still valid.
isRequestedSessionIdValid() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return isRequestedSessionIdValid() on the wrapped request object.
isRequired() - Method in interface javax.faces.component.EditableValueHolder
Return the "required field" state for this component.
isRequired() - Method in class javax.faces.component.UIInput
Return the "required field" state for this component.
isRequired() - Method in class javax.servlet.jsp.tagext.TagAttributeInfo
Whether this attribute is required.
isResetValues() - Method in class javax.faces.component.behavior.AjaxBehavior

Return the resetValues status of this behavior.

isResetValues() - Method in class javax.faces.context.PartialViewContext

Return true if the incoming request has a parameter named by the value of PartialViewContext.RESET_VALUES_PARAM_NAME and that value is true.

isResetValues() - Method in class javax.faces.context.PartialViewContextWrapper
The default behavior of this method is to call PartialViewContext.isResetValues() on the wrapped PartialViewContext object.
isResetValuesSet() - Method in class javax.faces.component.behavior.AjaxBehavior

Tests whether the resetValues attribute is specified.

isResolvable() - Method in interface javax.enterprise.inject.Instance
Determines if there is exactly one bean that matches the required type and qualifiers and is eligible for injection into the class into which the parent Instance was injected.
isResolverForKeyword(SearchExpressionContext, String) - Method in class javax.faces.component.search.SearchKeywordResolver

Checks if the current instance of the SearchKeywordResolver is responsible for resolving the keyword.

isResourceRendered(FacesContext, String, String) - Method in class javax.faces.application.ResourceHandler

Returns whether the resource as identified by given resource and library name has been rendered.

isResourceRendered(FacesContext, String, String) - Method in class javax.faces.application.ResourceHandlerWrapper

The default behavior of this method is to call ResourceHandler.isResourceRendered(FacesContext, String, String) on the wrapped ResourceHandler object.

isResourceRequest(FacesContext) - Method in class javax.faces.application.ResourceHandler

Return true if the current request is a resource request.

isResourceRequest(FacesContext) - Method in class javax.faces.application.ResourceHandlerWrapper

The default behavior of this method is to call ResourceHandler.isResourceRequest(javax.faces.context.FacesContext) on the wrapped ResourceHandler object.

isResourceURL(String) - Method in class javax.faces.application.ResourceHandler

Return true if the argument url contains the string given by the value of the constant ResourceHandler.RESOURCE_IDENTIFIER, false otherwise.

isResourceURL(String) - Method in class javax.faces.application.ResourceHandlerWrapper

The default behavior of this method is to call ResourceHandler.isResourceURL(java.lang.String) on the wrapped ResourceHandler object.

isResponseCommitted() - Method in class javax.faces.context.ExternalContext

Check if the current response has been committed.

isResponseCommitted() - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.isResponseCommitted() on the wrapped ExternalContext object.
isRowAvailable() - Method in class javax.faces.component.UIData
Return a flag indicating whether there is rowData available at the current rowIndex.
isRowAvailable() - Method in class javax.faces.model.ArrayDataModel
Return true if there is wrappedData available, and the current value of rowIndex is greater than or equal to zero, and less than the length of the array.
isRowAvailable() - Method in class javax.faces.model.CollectionDataModel
Return true if there is wrappedData available, and the current value of rowIndex is greater than or equal to zero, and less than the size of the list.
isRowAvailable() - Method in class javax.faces.model.DataModel
Return a flag indicating whether there is rowData available at the current rowIndex.
isRowAvailable() - Method in class javax.faces.model.IterableDataModel
Return a flag indicating whether there is rowData available at the current rowIndex.
isRowAvailable() - Method in class javax.faces.model.ListDataModel
Return true if there is wrappedData available, and the current value of rowIndex is greater than or equal to zero, and less than the size of the list.
isRowAvailable() - Method in class javax.faces.model.ResultDataModel
Return true if there is wrappedData available, and the current value of rowIndex is greater than or equal to zero, and less than the length of the array returned by calling getRows() on the underlying Result.
isRowAvailable() - Method in class javax.faces.model.ResultSetDataModel
Return true if there is wrappedData available, and the result of calling absolute() on the underlying ResultSet, passing the current value of rowIndex plus one (to account for the fact that ResultSet uses one-relative indexing), returns true.
isRowAvailable() - Method in class javax.faces.model.ScalarDataModel
Return true if there is wrappedData available, and the current value of rowIndex is zero.
isRowHeader() - Method in class javax.faces.component.html.HtmlColumn
Return the value of the rowHeader property.
isRowStatePreserved() - Method in class javax.faces.component.UIData

Return the value of the rowStatePreserved JavaBeans property.

isRunning() - Method in interface javax.enterprise.deploy.spi.status.DeploymentStatus
A convience method to report if the operation is in the running state.
isRunning() - Method in interface javax.enterprise.inject.se.SeContainer
Check if the container is running or was shut down
isSavingStateInClient(FacesContext) - Method in class javax.faces.application.StateManager
Method to determine if the state is saved on the client.
isSavingStateInClient(FacesContext) - Method in class javax.faces.application.StateManagerWrapper
The default behavior of this method is to call StateManager.isSavingStateInClient(javax.faces.context.FacesContext) on the wrapped StateManager object.
isScope(Class<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.BeanManager
Test the given annotation type to determine if it is a scope type.
isSecure() - Method in class javax.faces.context.ExternalContext

Returns a boolean indicating whether this request was made using a secure channel, such as HTTPS.

isSecure() - Method in class javax.faces.context.ExternalContextWrapper

The default behavior of this method is to call ExternalContext.isSecure() on the wrapped ExternalContext object.

isSecure() - Method in interface javax.servlet.ServletRequest
Returns a boolean indicating whether this request was made using a secure channel, such as HTTPS.
isSecure() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return isSecure() on the wrapped request object.
isSecure() - Method in interface javax.servlet.SessionCookieConfig
Checks if the session tracking cookies created on behalf of the application represented by the ServletContext from which this SessionCookieConfig was acquired will be marked as secure even if the request that initiated the corresponding session is using plain HTTP instead of HTTPS.
isSecure() - Method in interface javax.websocket.Session
Return true if and only if the underlying socket is using a secure transport.
isSecure() - Method in class javax.ws.rs.core.NewCookie
Whether the cookie will only be sent over a secure connection.
isSecure() - Method in interface javax.ws.rs.core.SecurityContext
Returns a boolean indicating whether this request was made using a secure channel, such as HTTPS.
isSelected() - Method in class javax.faces.component.UISelectBoolean
Return the local value of the selected state of this component.
isSession() - Method in interface javax.ejb.EJBMetaData
Test if the enterprise bean's type is "session".
isSet(Flags.Flag) - Method in class javax.mail.internet.MimeMessage
Check whether the flag specified in the flag argument is set in this message.
isSet(Flags.Flag) - Method in class javax.mail.Message
Check whether the flag specified in the flag argument is set in this message.
isShowDetail() - Method in class javax.faces.component.UIMessage
Return the flag indicating whether the detail property of the associated message(s) should be displayed.
isShowDetail() - Method in class javax.faces.component.UIMessages
Return the flag indicating whether the detail property of the associated message(s) should be displayed.
isShowSummary() - Method in class javax.faces.component.UIMessage
Return the flag indicating whether the summary property of the associated message(s) should be displayed.
isShowSummary() - Method in class javax.faces.component.UIMessages
Return the flag indicating whether the summary property of the associated message(s) should be displayed.
isShutdown() - Method in interface javax.enterprise.concurrent.ManageableThread
This method is used by the application component provider to check whether a thread created by the newThread method of ManagedThreadFactory has been marked for shut down.
isStateless(FacesContext, String) - Method in class javax.faces.render.ResponseStateManager
isStatelessSession() - Method in interface javax.ejb.EJBMetaData
Test if the enterprise bean's type is "stateless session".
isStatic() - Method in interface javax.enterprise.inject.spi.AnnotatedMember
Determines if the member is static.
isStereotype(Class<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.BeanManager
Test the given annotation type to determine if it is a stereotype.
isStopSupported() - Method in interface javax.enterprise.deploy.spi.status.ProgressObject
Tests whether the vendor supports a stop opertation for deployment activities.
isSubmitted() - Method in class javax.faces.component.UIForm
Returns the current value of the submitted property.
isSubscribed() - Method in class javax.mail.Folder
Returns true if this Folder is subscribed.
IssuerSerialNumRequest(X500Principal, BigInteger) - Constructor for class javax.security.auth.message.callback.PrivateKeyCallback.IssuerSerialNumRequest
Constructs a IssuerSerialNumRequest with an issuer/serial number.
isSuppressed() - Method in class javax.faces.webapp.UIComponentTag
Deprecated.
 
isSuspended() - Method in interface javax.ws.rs.container.AsyncResponse
Check if the asynchronous response instance is in a suspended state.
isSynchronous() - Method in interface javax.xml.registry.Connection
Indicates whether a client uses synchronous communication with Jakarta XML Registries provider or not.
isTargetInstanceOf(Class) - Method in class javax.faces.view.facelets.MetadataTarget

Return true if the target for this metadata element is an instance of the argument type.

isTooltip() - Method in class javax.faces.component.html.HtmlMessage
Return the value of the tooltip property.
isTooltip() - Method in class javax.faces.component.html.HtmlMessages
Return the value of the tooltip property.
isTrailerFieldsReady() - Method in interface javax.servlet.http.HttpServletRequest
Return a boolean indicating whether trailer fields are ready to read using HttpServletRequest.getTrailerFields().
isTrailerFieldsReady() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to call isTrailerFieldsReady on the wrapped request object.
isTransactional() - Method in interface javax.management.j2ee.statistics.JMSConnectionStats
Returns the transactional state of this Jakarta Messaging connection.
isTransient() - Method in interface javax.enterprise.context.Conversation
Determine if the conversation is marked transient or long-running.
isTransient() - Method in interface javax.enterprise.inject.spi.InjectionPoint
Determines if the injection is a transient field.
isTransient() - Method in class javax.faces.component.behavior.BehaviorBase

Implementation of StateHolder.isTransient().

isTransient() - Method in interface javax.faces.component.StateHolder
If true, the Object implementing this interface must not participate in state saving or restoring.
isTransient() - Method in class javax.faces.component.UIComponentBase
 
isTransient() - Method in class javax.faces.convert.DateTimeConverter
 
isTransient() - Method in class javax.faces.convert.EnumConverter
 
isTransient() - Method in class javax.faces.convert.NumberConverter
 
isTransient() - Method in class javax.faces.event.MethodExpressionActionListener
 
isTransient() - Method in class javax.faces.event.MethodExpressionValueChangeListener
 
isTransient() - Method in class javax.faces.validator.BeanValidator
 
isTransient() - Method in class javax.faces.validator.DoubleRangeValidator
 
isTransient() - Method in class javax.faces.validator.LengthValidator
 
isTransient() - Method in class javax.faces.validator.LongRangeValidator
 
isTransient() - Method in class javax.faces.validator.MethodExpressionValidator
 
isTransient() - Method in class javax.faces.validator.RegexValidator
 
isTrue(Expression<Boolean>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate testing for a true value.
isUnsatisfied() - Method in interface javax.enterprise.inject.Instance
Determines if there is no bean that matches the required type and qualifiers and is eligible for injection into the class into which the parent Instance was injected.
isUserInRole(String) - Method in class javax.faces.context.ExternalContext
Return true if the currently authenticated user is included in the specified role.
isUserInRole(String) - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.isUserInRole(String) on the wrapped ExternalContext object.
isUserInRole(String) - Method in interface javax.servlet.http.HttpServletRequest
Returns a boolean indicating whether the authenticated user is included in the specified logical "role".
isUserInRole(String) - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return isUserInRole(String role) on the wrapped request object.
isUserInRole(String) - Method in interface javax.websocket.server.HandshakeRequest
Checks whether the current user is in the given role.
isUserInRole(String) - Method in interface javax.ws.rs.core.SecurityContext
Returns a boolean indicating whether the authenticated user is included in the specified logical "role".
isUserInRole(String) - Method in interface javax.xml.rpc.server.ServletEndpointContext
Returns a boolean indicating whether the authenticated user for the current method invocation on the endpoint instance is included in the specified logical "role".
isValid() - Method in interface javax.faces.component.EditableValueHolder
Return a flag indicating whether the local value of this component is valid (no conversion error has occurred).
isValid() - Method in class javax.faces.component.UIInput
 
isValid() - Method in interface javax.security.enterprise.credential.Credential
Determines whether the credential is valid.
isValid(TagData) - Method in class javax.servlet.jsp.tagext.TagExtraInfo
Translation-time validation of the attributes.
isValid(TagData) - Method in class javax.servlet.jsp.tagext.TagInfo
Translation-time validation of the attributes.
isValid(T, ConstraintValidatorContext) - Method in interface javax.validation.ConstraintValidator
Implements the validation logic.
isValidationFailed() - Method in class javax.faces.context.FacesContext

Return true if the validationFailed() method has been called for the current request.

isValidationFailed() - Method in class javax.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext.isValidationFailed() on the wrapped FacesContext object.
isValidExpression(SearchExpressionContext, String) - Method in class javax.faces.component.search.SearchExpressionHandler

Checks if the given expression is a valid expression.

isValidExpression(SearchExpressionContext, String) - Method in class javax.faces.component.search.SearchExpressionHandlerWrapper
 
isValueReference(String) - Static method in class javax.faces.webapp.UIComponentTag
Deprecated.
Return true if the specified value conforms to the syntax requirements of a value binding expression.
isVersion() - Method in interface javax.persistence.metamodel.SingularAttribute
Is the attribute a version attribute.
isViewMetadataFaceletCached(URL) - Method in class javax.faces.view.facelets.FaceletCache

Determines whether a cached View Metadata Facelet instance exists for this URL.

isVisible(Field) - Method in interface javax.json.bind.config.PropertyVisibilityStrategy
Responds whether the given field should be considered as the JsonbProperty.
isVisible(Method) - Method in interface javax.json.bind.config.PropertyVisibilityStrategy
Responds whether the given method should be considered as the JsonbProperty.
isVisitable(VisitContext) - Method in class javax.faces.component.UIComponent

Return true if this component should be visited, false otherwise.

isWeak() - Method in class javax.ws.rs.core.EntityTag
Check the strength of an EntityTag.
isWildcardSubtype() - Method in class javax.ws.rs.core.MediaType
Checks if the subtype is a wildcard.
isWildcardType() - Method in class javax.ws.rs.core.MediaType
Checks if the primary type is a wildcard.
isWrapperFor(ServletRequest) - Method in class javax.servlet.ServletRequestWrapper
Checks (recursively) if this ServletRequestWrapper wraps the given ServletRequest instance.
isWrapperFor(Class<?>) - Method in class javax.servlet.ServletRequestWrapper
Checks (recursively) if this ServletRequestWrapper wraps a ServletRequest of the given class type.
isWrapperFor(ServletResponse) - Method in class javax.servlet.ServletResponseWrapper
Checks (recursively) if this ServletResponseWrapper wraps the given ServletResponse instance.
isWrapperFor(Class<?>) - Method in class javax.servlet.ServletResponseWrapper
Checks (recursively) if this ServletResponseWrapper wraps a ServletResponse of the given class type.
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in interface javax.ws.rs.ext.MessageBodyWriter
Ascertain if the MessageBodyWriter supports a particular type.
Item(String) - Constructor for class javax.mail.FetchProfile.Item
Constructor for an item.
itemExists(String) - Method in interface javax.jms.MapMessage
Indicates whether an item exists in this MapMessage object.
itemId - Variable in class javax.servlet.jsp.jstl.core.LoopTagSupport
Attribute-exposing control
ItemProcessListener - Interface in javax.batch.api.chunk.listener
ItemProcessListener intercepts item processing.
ItemProcessor - Interface in javax.batch.api.chunk
ItemProcessor is used in chunk processing to operate on an input item and produce an output item.
ItemReader - Interface in javax.batch.api.chunk
ItemReader defines the batch artifact that reads items for chunk processing.
ItemReadListener - Interface in javax.batch.api.chunk.listener
ItemReadListener intercepts item reader processing.
ItemWriteListener - Interface in javax.batch.api.chunk.listener
ItemWriteListener intercepts item writer processing.
ItemWriter - Interface in javax.batch.api.chunk
ItemWriter defines the batch artifact that writes to a list of items for chunk processing.
IterableDataModel<E> - Class in javax.faces.model

IterableDataModel is an implementation of DataModel that wraps an Iterable.

IterableDataModel() - Constructor for class javax.faces.model.IterableDataModel
Construct a new IterableDataModel with no specified wrapped data.
IterableDataModel(Iterable<E>) - Constructor for class javax.faces.model.IterableDataModel
Construct a new IterableDataModel wrapping the specified iterable.
iterableValue(String, Object) - Method in interface javax.validation.valueextraction.ValueExtractor.ValueReceiver
Receives the value extracted from an iterable object that is not indexed (e.g.
IteratedExpression - Class in javax.servlet.jsp.jstl.core
 
IteratedExpression(ValueExpression, String) - Constructor for class javax.servlet.jsp.jstl.core.IteratedExpression
 
iteratedExpression - Variable in class javax.servlet.jsp.jstl.core.IteratedValueExpression
 
IteratedValueExpression - Class in javax.servlet.jsp.jstl.core
 
IteratedValueExpression(IteratedExpression, int) - Constructor for class javax.servlet.jsp.jstl.core.IteratedValueExpression
 
IterationTag - Interface in javax.servlet.jsp.tagext
The IterationTag interface extends Tag by defining one additional method that controls the reevaluation of its body.
iterator() - Method in class javax.faces.model.DataModel

Return a read-only Iterator over the row data for this model.

J

J2eeApplicationObject - Interface in javax.enterprise.deploy.model
J2eeApplicationObject is an interface that represents a Jakarta EE application (EAR); it maintains a DeployableObject for each module in the archive.
javaCharset(String) - Static method in class javax.mail.internet.MimeUtility
Convert a MIME charset name into a valid Java charset name.
JavaMailStats - Interface in javax.management.j2ee.statistics
Specifies the statistics provided by a Jakarta Mail resource.
javax.annotation - package javax.annotation
This package defines the common annotations.
javax.annotation.security - package javax.annotation.security
This package contains the security common annotations.
javax.annotation.sql - package javax.annotation.sql
 
javax.batch.api - package javax.batch.api
Provides APIs used by Batch artifacts.
javax.batch.api.chunk - package javax.batch.api.chunk
Provides APIs used by artifacts in a Batch chunk step.
javax.batch.api.chunk.listener - package javax.batch.api.chunk.listener
Provides APIs defining listener artifacts for a Batch chunk step.
javax.batch.api.listener - package javax.batch.api.listener
Provides APIs defining Batch job-level and step-level listener artifacts.
javax.batch.api.partition - package javax.batch.api.partition
Provides APIs for artifacts specific to a Batch partitioned step.
javax.batch.operations - package javax.batch.operations
Provides APIs for starting, managing, and viewing results of Batch job executions, along with a set of exceptions.
javax.batch.runtime - package javax.batch.runtime
Provides APIs for viewing the detailed outcomes and metrics of Batch job executions.
javax.batch.runtime.context - package javax.batch.runtime.context
Provides APIs for context classes allowing data sharing across Batch artifacts within a job instance and within a step.
javax.decorator - package javax.decorator
Annotations relating to decorators.
javax.ejb - package javax.ejb
Contains the Enterprise Bean classes and interfaces that define the contracts between the enterprise bean and its clients and between the enterprise bean and the enterprise bean container.
javax.ejb.embeddable - package javax.ejb.embeddable
Defines the classes for the enterprise bean Embeddable API.
javax.ejb.spi - package javax.ejb.spi
Defines interfaces that are implemented by the enterprise bean container.
javax.el - package javax.el
Provides the API for Jakarta Expression Language 3.0
javax.enterprise.concurrent - package javax.enterprise.concurrent
Classes and interfaces that make up the Jakarta Concurrency specification.
javax.enterprise.context - package javax.enterprise.context
Annotations and interfaces relating to scopes and contexts.
javax.enterprise.context.control - package javax.enterprise.context.control
 
javax.enterprise.context.spi - package javax.enterprise.context.spi
The custom context SPI.
javax.enterprise.deploy.model - package javax.enterprise.deploy.model
Provides Tool Vendor implementation classes.
javax.enterprise.deploy.model.exceptions - package javax.enterprise.deploy.model.exceptions
Provides Tool Vendor exception implementation classes.
javax.enterprise.deploy.shared - package javax.enterprise.deploy.shared
Provides shared objects for Tool Vendor and Product Vendor implementation classes.
javax.enterprise.deploy.shared.factories - package javax.enterprise.deploy.shared.factories
Provides shared factory manager object for Tool Vendor and Product Vendor implementation classes.
javax.enterprise.deploy.spi - package javax.enterprise.deploy.spi
Provides Jakarta EE Product Vendor implementation classes.
javax.enterprise.deploy.spi.exceptions - package javax.enterprise.deploy.spi.exceptions
Provides Jakarta EE Product Vendor deployment exception implementation classes.
javax.enterprise.deploy.spi.factories - package javax.enterprise.deploy.spi.factories
Provides Jakarta EE Product Vendor deployment factory implementation classes.
javax.enterprise.deploy.spi.status - package javax.enterprise.deploy.spi.status
Provides Jakarta EE Product Vendor deployment status implementation classes.
javax.enterprise.event - package javax.enterprise.event
Annotations and interfaces relating to events.
javax.enterprise.inject - package javax.enterprise.inject
 
javax.enterprise.inject.literal - package javax.enterprise.inject.literal
 
javax.enterprise.inject.se - package javax.enterprise.inject.se
 
javax.enterprise.inject.spi - package javax.enterprise.inject.spi
The portable extension integration SPI.
javax.enterprise.inject.spi.configurator - package javax.enterprise.inject.spi.configurator
 
javax.enterprise.util - package javax.enterprise.util
Contains shared, general-purpose helper classes and annotations.
javax.faces - package javax.faces
 
javax.faces.annotation - package javax.faces.annotation
 
javax.faces.application - package javax.faces.application
 
javax.faces.bean - package javax.faces.bean
This package is now deprecated.
javax.faces.component - package javax.faces.component
 
javax.faces.component.behavior - package javax.faces.component.behavior
 
javax.faces.component.html - package javax.faces.component.html
Specialized user interface component classes for HTML.
javax.faces.component.search - package javax.faces.component.search
 
javax.faces.component.visit - package javax.faces.component.visit
 
javax.faces.context - package javax.faces.context
 
javax.faces.convert - package javax.faces.convert
 
javax.faces.el - package javax.faces.el
 
javax.faces.event - package javax.faces.event
 
javax.faces.flow - package javax.faces.flow
 
javax.faces.flow.builder - package javax.faces.flow.builder
 
javax.faces.lifecycle - package javax.faces.lifecycle
 
javax.faces.model - package javax.faces.model
 
javax.faces.push - package javax.faces.push
 
javax.faces.render - package javax.faces.render
 
javax.faces.validator - package javax.faces.validator
 
javax.faces.view - package javax.faces.view
 
javax.faces.view.facelets - package javax.faces.view.facelets
 
javax.faces.webapp - package javax.faces.webapp
 
javax.inject - package javax.inject
This package specifies a means for obtaining objects in such a way as to maximize reusability, testability and maintainability compared to traditional approaches such as constructors, factories, and service locators (e.g., JNDI). This process, known as dependency injection, is beneficial to most nontrivial applications.
javax.interceptor - package javax.interceptor
Contains annotations and interfaces for defining interceptor methods and interceptor classes, and for binding interceptor classes to target classes.
javax.jms - package javax.jms
The Jakarta Messaging API provides a common way for Java programs to create, send, receive and read an enterprise messaging system's messages.
javax.json - package javax.json
Provides an object model API to process JSON.
javax.json.bind - package javax.json.bind
Provides JSON Binding API, which enables binding Java objects from and to JSON documents.
javax.json.bind.adapter - package javax.json.bind.adapter
Defines adapter related classes.
javax.json.bind.annotation - package javax.json.bind.annotation
Defines annotations for customizing the mapping between Java program elements and JSON documents.
javax.json.bind.config - package javax.json.bind.config
Defines strategies and policies for customizing the mapping between Java program elements and JSON documents.
javax.json.bind.serializer - package javax.json.bind.serializer
Defines serializer depending classes.
javax.json.bind.spi - package javax.json.bind.spi
Service Provider Interface (SPI) to plug in implementations of JSON Binding API JsonbBuilder objects.
javax.json.spi - package javax.json.spi
Service Provider Interface (SPI) to plug in implementations for JSON processing objects.
javax.json.stream - package javax.json.stream
Provides a streaming API to parse and generate JSON.
javax.mail - package javax.mail
The Jakarta Mail API provides classes that model a mail system.
javax.mail.event - package javax.mail.event
Listeners and events for the Jakarta Mail API.
javax.mail.internet - package javax.mail.internet
Classes specific to Internet mail systems.
javax.mail.search - package javax.mail.search
Message search terms for the Jakarta Mail API.
javax.mail.util - package javax.mail.util
Jakarta Mail API utility classes.
javax.management.j2ee - package javax.management.j2ee
Provides the Jakarta Management Enterprise Bean component (MEJB) interfaces.
javax.management.j2ee.statistics - package javax.management.j2ee.statistics
Provides the standard interfaces for accessing performance data from Jakarta EE managed objects
javax.persistence - package javax.persistence
Jakarta Persistence is the API for the management for persistence and object/relational mapping.
javax.persistence.criteria - package javax.persistence.criteria
Jakarta Persistence Criteria API
javax.persistence.metamodel - package javax.persistence.metamodel
Jakarta Persistence Metamodel API
javax.persistence.spi - package javax.persistence.spi
SPI for Jakarta Persistence providers
javax.resource - package javax.resource
The javax.resource package is the top-level package for the Jakarta™ Connectors specification.
javax.resource.cci - package javax.resource.cci
The javax.resource.cci package contains API specification for the Common Client Interface (CCI).
javax.resource.spi - package javax.resource.spi
The javax.resource.spi package contains APIs for the system contracts defined in the Jakarta Connectors specification.
javax.resource.spi.endpoint - package javax.resource.spi.endpoint
This package contains system contracts for service endpoint interactions.
javax.resource.spi.security - package javax.resource.spi.security
The javax.resource.spi.security package contains APIs for the security management contract.
javax.resource.spi.work - package javax.resource.spi.work
This package contains APIs for the Work Management, Generic and Security Work Context contracts.
javax.security.auth.message - package javax.security.auth.message
This package defines the core interfaces of Jakarta Authentication.
javax.security.auth.message.callback - package javax.security.auth.message.callback
This package defines callback interfaces that may be used by a pluggable authentication mechanisms (aka message authentication modules) to interact with the container (aka message processing runtime) that invoked the module.
javax.security.auth.message.config - package javax.security.auth.message.config
This package defines the interfaces implemented by Jakarta Authentication compatible configuration systems.
javax.security.auth.message.module - package javax.security.auth.message.module
This package defines the interfaces implemented by Jakarta Authentication compatible authentication mechanisms.
javax.security.enterprise - package javax.security.enterprise
The main Jakarta Security package.
javax.security.enterprise.authentication.mechanism.http - package javax.security.enterprise.authentication.mechanism.http
The HTTP authentication mechanism API package.
javax.security.enterprise.credential - package javax.security.enterprise.credential
The Identity Store Credential API package.
javax.security.enterprise.identitystore - package javax.security.enterprise.identitystore
The identity store API package.
javax.security.jacc - package javax.security.jacc
This package contains the Jakarta Authorization API
javax.servlet - package javax.servlet
The javax.servlet package contains a number of classes and interfaces that describe and define the contracts between a servlet class and the runtime environment provided for an instance of such a class by a conforming servlet container.
javax.servlet.annotation - package javax.servlet.annotation
The javax.servlet.annotation package contains a number of annotations that allow users to use annotations to declare servlets, filters, listeners and specify the metadata for the declared component.
javax.servlet.descriptor - package javax.servlet.descriptor
Provides programmatic access to a web application's configuration information that was aggregated from the web.xml and web-fragment.xml descriptors.
javax.servlet.http - package javax.servlet.http
The javax.servlet.http package contains a number of classes and interfaces that describe and define the contracts between a servlet class running under the HTTP protocol and the runtime environment provided for an instance of such a class by a conforming servlet container.
javax.servlet.jsp - package javax.servlet.jsp
 
javax.servlet.jsp.el - package javax.servlet.jsp.el
 
javax.servlet.jsp.jstl.core - package javax.servlet.jsp.jstl.core
Classes and interfaces related to the core tag library component of the JavaServer Pages Standard Tag Library (JSTL).
javax.servlet.jsp.jstl.fmt - package javax.servlet.jsp.jstl.fmt
Classes and interfaces related to the locale sensitive formatting tag library component of the JavaServer Pages Standard Tag Library (JSTL).
javax.servlet.jsp.jstl.sql - package javax.servlet.jsp.jstl.sql
Classes and interfaces related to the sql tag library component of the JavaServer Pages Standard Tag Library (JSTL).
javax.servlet.jsp.jstl.tlv - package javax.servlet.jsp.jstl.tlv
Reusable Tag Library Validator (TLV) classes provided by the JavaServer Pages Standard Tag Library (JSTL).
javax.servlet.jsp.tagext - package javax.servlet.jsp.tagext
 
javax.transaction - package javax.transaction
Provides the API that defines the contract between the transaction manager and the various parties involved in a distributed transaction namely : resource manager, application, and application server.
javax.validation - package javax.validation
Top level package of the Jakarta Bean Validation API.
javax.validation.bootstrap - package javax.validation.bootstrap
Package containing bootstrap specific objects.
javax.validation.constraints - package javax.validation.constraints
Contains all the Jakarta Bean Validation provided constraints also called built-in constraints.
javax.validation.constraintvalidation - package javax.validation.constraintvalidation
Package containing constructs specific to constraint validators.
javax.validation.executable - package javax.validation.executable
Package related to the control and execution of executable validation.
javax.validation.groups - package javax.validation.groups
A group defines a subset of constraints.
javax.validation.metadata - package javax.validation.metadata
Package containing all objects specifically used and returned by the metadata API.
javax.validation.spi - package javax.validation.spi
Package containing objects specific to the interaction between the Jakarta Bean Validation bootstrapping process and Jakarta Bean Validation providers.
javax.validation.valueextraction - package javax.validation.valueextraction
Package containing objects dedicated to extract values to validate from containers.
javax.websocket - package javax.websocket
This package contains all the Jakartq WebSocket APIs common to both the client and server side.
javax.websocket.server - package javax.websocket.server
This package contains all the Jakarta WebSocket APIs used only by server side applications.
javax.ws.rs - package javax.ws.rs
High-level interfaces and annotations used to create RESTful service resources.
javax.ws.rs.client - package javax.ws.rs.client
The Client API
javax.ws.rs.container - package javax.ws.rs.container
Container-specific API.
javax.ws.rs.core - package javax.ws.rs.core
Low-level interfaces and annotations used to create RESTful service resources.
javax.ws.rs.ext - package javax.ws.rs.ext
APIs that provide extensions to the types supported by the API.
javax.ws.rs.sse - package javax.ws.rs.sse
Server-Sent Events related API.
javax.xml.registry - package javax.xml.registry
This package and its sub-packages describe the API classes and interfaces for the Jakarta XML Registries API.
javax.xml.registry.infomodel - package javax.xml.registry.infomodel
This package describes the information model for the Jakarta XML Registries API.
javax.xml.rpc - package javax.xml.rpc
This package contains the core Jakarta XML RPC for the client programming model.
javax.xml.rpc.encoding - package javax.xml.rpc.encoding
This package defines APIs for the extensible type mapping framework.
javax.xml.rpc.handler - package javax.xml.rpc.handler
This package defines APIs for SOAP Message Handlers
javax.xml.rpc.handler.soap - package javax.xml.rpc.handler.soap
This package defines APIs for SOAP Message Handlers
javax.xml.rpc.holders - package javax.xml.rpc.holders
This package contains the standard Java Holder classes.
javax.xml.rpc.server - package javax.xml.rpc.server
This package defines APIs for the servlet based Jakarta XML RPC endpoint model.
javax.xml.rpc.soap - package javax.xml.rpc.soap
This package defines APIs specific to the SOAP binding.
JaxbAdapter() - Constructor for class javax.ws.rs.core.Link.JaxbAdapter
 
JaxbLink() - Constructor for class javax.ws.rs.core.Link.JaxbLink
Default constructor needed during unmarshalling.
JaxbLink(URI) - Constructor for class javax.ws.rs.core.Link.JaxbLink
Construct an instance from a URI and no parameters.
JaxbLink(URI, Map<QName, Object>) - Constructor for class javax.ws.rs.core.Link.JaxbLink
Construct an instance from a URI and some parameters.
JAXRException - Exception in javax.xml.registry
Signals that a Jakarta XML Registries exception has occurred.
JAXRException() - Constructor for exception javax.xml.registry.JAXRException
Constructs a JAXRException object with no reason or embedded Throwable.
JAXRException(String) - Constructor for exception javax.xml.registry.JAXRException
Constructs a JAXRException object with the given String as the reason for the exception being thrown.
JAXRException(String, Throwable) - Constructor for exception javax.xml.registry.JAXRException
Constructs a JAXRException object with the given String as the reason for the exception being thrown and the given Throwable object as an embedded Throwable.
JAXRException(Throwable) - Constructor for exception javax.xml.registry.JAXRException
Constructs a JAXRException object initialized with the given Throwable object.
JAXRPCException - Exception in javax.xml.rpc
The javax.xml.rpc.JAXRPCException is thrown from the core Jakarta XML RPC APIs to indicate an exception related to the Jakarta XML RPC runtime mechanisms.
JAXRPCException() - Constructor for exception javax.xml.rpc.JAXRPCException
Constructs a new exception with null as its detail message.
JAXRPCException(String) - Constructor for exception javax.xml.rpc.JAXRPCException
Constructs a new exception with the specified detail message.
JAXRPCException(String, Throwable) - Constructor for exception javax.xml.rpc.JAXRPCException
Constructs a new exception with the specified detail message and cause.
JAXRPCException(Throwable) - Constructor for exception javax.xml.rpc.JAXRPCException
Constructs a new JAXRPCException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
JAXRResponse - Interface in javax.xml.registry
A Jakarta XML Registries requests' response.
JAXRS_DEFAULT_CLIENT_BUILDER_PROPERTY - Static variable in class javax.ws.rs.client.ClientBuilder
Name of the property identifying the ClientBuilder implementation to be returned from ClientBuilder.newBuilder().
JAXRS_DEFAULT_SSE_BUILDER_PROPERTY - Static variable in class javax.ws.rs.sse.SseEventSource.Builder
Name of the property identifying the SseEventSource.Builder implementation to be returned from SseEventSource.Builder.newBuilder().
JAXRS_RUNTIME_DELEGATE_PROPERTY - Static variable in class javax.ws.rs.ext.RuntimeDelegate
Name of the property identifying the RuntimeDelegate implementation to be returned from RuntimeDelegate.getInstance().
JCAConnectionPoolStats - Interface in javax.management.j2ee.statistics
Specifies the statistics provided by a Jakarta Connections Connection Pool
JCAConnectionStats - Interface in javax.management.j2ee.statistics
Specifies the statistics provided by a Jakarta Connections connection
JCAStats - Interface in javax.management.j2ee.statistics
Specifies statistics provided by a Jakarta Connections resource
JDBCConnectionPoolStats - Interface in javax.management.j2ee.statistics
Specifies the statistics provided by a JDBC connection pool.
JDBCConnectionStats - Interface in javax.management.j2ee.statistics
Specifies the statistics provided by all (pooled and non-pooled) JDBC connections.
JDBCStats - Interface in javax.management.j2ee.statistics
Statistics provided by a JDBC resource
JMSConnectionFactory - Annotation Type in javax.jms
This annotation may be used on a field to specify the JNDI lookup name of a javax.jms.ConnectionFactory to be used when injecting a javax.jms.JMSContext object.
JMSConnectionFactoryDefinition - Annotation Type in javax.jms
An application may use this annotation to specify a Jakarta Messaging ConnectionFactory resource that it requires in its operational environment.
JMSConnectionFactoryDefinitions - Annotation Type in javax.jms
Specifies one or more JMSConnectionFactoryDefinition annotations.
JMSConnectionStats - Interface in javax.management.j2ee.statistics
Specifies the statistics provided by a Jakarta Messaging connection
JMSConsumer - Interface in javax.jms
A client using the simplified Jakarta Messaging API introduced for Jakarta Messaging 2.0 uses a JMSConsumer object to receive messages from a queue or topic.
JMSConsumerStats - Interface in javax.management.j2ee.statistics
Specifies the statistics provided by a Jakarta Messaging message consumer
JMSContext - Interface in javax.jms
A JMSContext is the main interface in the simplified Jakarta Messaging API introduced for Jakarta Messaging 2.0.
JMSDestinationDefinition - Annotation Type in javax.jms
An application may use this annotation to specify a Jakarta Messaging Destination resource that it requires in its operational environment.
JMSDestinationDefinitions - Annotation Type in javax.jms
Specifies one or more JMSDestinationDefinition annotations.
JMSEndpointStats - Interface in javax.management.j2ee.statistics
Specifies the statistics provided by a Jakarta Messaging message producer or a Jakarta Messaging message consumer.
JMSException - Exception in javax.jms
This is the root class of all checked exceptions in the Jakarta Messaging API.
JMSException(String, String) - Constructor for exception javax.jms.JMSException
Constructs a JMSException with the specified reason and error code.
JMSException(String) - Constructor for exception javax.jms.JMSException
Constructs a JMSException with the specified reason and with the error code defaulting to null.
JMSPasswordCredential - Annotation Type in javax.jms
This annotation may be used to specify the userName and password to be used when injecting a javax.jms.JMSContext object.
JMSProducer - Interface in javax.jms
A JMSProducer is a simple object used to send messages on behalf of a JMSContext.
JMSProducerStats - Interface in javax.management.j2ee.statistics
Specifies the statistics provided by a Jakarta Messaging message producer
JMSRuntimeException - Exception in javax.jms
This is the root class of all unchecked exceptions in the Jakarta Messaging API.
JMSRuntimeException(String, String) - Constructor for exception javax.jms.JMSRuntimeException
Constructs a JMSRuntimeException with the specified detail message and error code.
JMSRuntimeException(String) - Constructor for exception javax.jms.JMSRuntimeException
Constructs a JMSRuntimeException with the specified detail message
JMSRuntimeException(String, String, Throwable) - Constructor for exception javax.jms.JMSRuntimeException
Constructs a JMSRuntimeException with the specified detail message, error code and cause
JMSSecurityException - Exception in javax.jms
This exception must be thrown when a provider rejects a user name/password submitted by a client.
JMSSecurityException(String, String) - Constructor for exception javax.jms.JMSSecurityException
Constructs a JMSSecurityException with the specified reason and error code.
JMSSecurityException(String) - Constructor for exception javax.jms.JMSSecurityException
Constructs a JMSSecurityException with the specified reason.
JMSSecurityRuntimeException - Exception in javax.jms
This unchecked exception must be thrown when a provider rejects a user name/password submitted by a client, or for any case where a security restriction prevents a method from completing, and the method signature does not permit a JMSSecurityException to be thrown.
JMSSecurityRuntimeException(String) - Constructor for exception javax.jms.JMSSecurityRuntimeException
Constructs a JMSSecurityRuntimeException with the specified detail message
JMSSecurityRuntimeException(String, String) - Constructor for exception javax.jms.JMSSecurityRuntimeException
Constructs a JMSSecurityRuntimeException with the specified detail message and error code.
JMSSecurityRuntimeException(String, String, Throwable) - Constructor for exception javax.jms.JMSSecurityRuntimeException
Constructs a JMSSecurityRuntimeException with the specified detail message, error code and cause
JMSSessionMode - Annotation Type in javax.jms
This annotation may be used to specify the session mode to be used when injecting a javax.jms.JMSContext object.
JMSSessionStats - Interface in javax.management.j2ee.statistics
Specifies the statistics provided by a Jakarta Messaging session.
JMSStats - Interface in javax.management.j2ee.statistics
Specifies the statistics provided by a Jakarta Messaging Resource
JobContext - Interface in javax.batch.runtime.context
A JobContext provides information about the current job execution.
JobExecution - Interface in javax.batch.runtime
Provides a view of a job execution to the JobOperator.
JobExecutionAlreadyCompleteException - Exception in javax.batch.operations
JobExecutionAlreadyCompleteException is thrown when restart is called for an already-completed job instance.
JobExecutionAlreadyCompleteException() - Constructor for exception javax.batch.operations.JobExecutionAlreadyCompleteException
 
JobExecutionAlreadyCompleteException(String) - Constructor for exception javax.batch.operations.JobExecutionAlreadyCompleteException
 
JobExecutionAlreadyCompleteException(Throwable) - Constructor for exception javax.batch.operations.JobExecutionAlreadyCompleteException
 
JobExecutionAlreadyCompleteException(String, Throwable) - Constructor for exception javax.batch.operations.JobExecutionAlreadyCompleteException
 
JobExecutionIsRunningException - Exception in javax.batch.operations
JobExecutionIsRunningException is thrown when JobOperator.abandon(long) is called on a job execution which is currently running (i.e.
JobExecutionIsRunningException() - Constructor for exception javax.batch.operations.JobExecutionIsRunningException
 
JobExecutionIsRunningException(String) - Constructor for exception javax.batch.operations.JobExecutionIsRunningException
 
JobExecutionIsRunningException(Throwable) - Constructor for exception javax.batch.operations.JobExecutionIsRunningException
 
JobExecutionIsRunningException(String, Throwable) - Constructor for exception javax.batch.operations.JobExecutionIsRunningException
 
JobExecutionNotMostRecentException - Exception in javax.batch.operations
JobExecutionNotMostRecentException is thrown when JobOperator.restart(long, java.util.Properties) is called on a job instance which has already completed (i.e.
JobExecutionNotMostRecentException() - Constructor for exception javax.batch.operations.JobExecutionNotMostRecentException
 
JobExecutionNotMostRecentException(String) - Constructor for exception javax.batch.operations.JobExecutionNotMostRecentException
 
JobExecutionNotMostRecentException(Throwable) - Constructor for exception javax.batch.operations.JobExecutionNotMostRecentException
 
JobExecutionNotMostRecentException(String, Throwable) - Constructor for exception javax.batch.operations.JobExecutionNotMostRecentException
 
JobExecutionNotRunningException - Exception in javax.batch.operations
JobExecutionNotRunningException is thrown when JobOperator.stop(long) is called on a job instance which is not currently running.
JobExecutionNotRunningException() - Constructor for exception javax.batch.operations.JobExecutionNotRunningException
 
JobExecutionNotRunningException(String) - Constructor for exception javax.batch.operations.JobExecutionNotRunningException
 
JobExecutionNotRunningException(Throwable) - Constructor for exception javax.batch.operations.JobExecutionNotRunningException
 
JobExecutionNotRunningException(String, Throwable) - Constructor for exception javax.batch.operations.JobExecutionNotRunningException
 
JobInstance - Interface in javax.batch.runtime
Provides a view of a job instance to the JobOperator.
JobListener - Interface in javax.batch.api.listener
JobListener intercepts job execution.
JobOperator - Interface in javax.batch.operations
JobOperator provide the interface for operating on batch jobs.
JobRestartException - Exception in javax.batch.operations
JobRestartException is thrown when an error occurs during the JobOperator restart operation.
JobRestartException() - Constructor for exception javax.batch.operations.JobRestartException
 
JobRestartException(String) - Constructor for exception javax.batch.operations.JobRestartException
 
JobRestartException(Throwable) - Constructor for exception javax.batch.operations.JobRestartException
 
JobRestartException(String, Throwable) - Constructor for exception javax.batch.operations.JobRestartException
 
JobSecurityException - Exception in javax.batch.operations
SecurityException is thrown when an user is not authorized to run a JobOperator method, such as restart, stop, abandon, any getters, etc.
JobSecurityException() - Constructor for exception javax.batch.operations.JobSecurityException
 
JobSecurityException(String) - Constructor for exception javax.batch.operations.JobSecurityException
 
JobSecurityException(Throwable) - Constructor for exception javax.batch.operations.JobSecurityException
 
JobSecurityException(String, Throwable) - Constructor for exception javax.batch.operations.JobSecurityException
 
JobStartException - Exception in javax.batch.operations
JobStartException is thrown when an error occurs during the JobOperator start operation.
JobStartException() - Constructor for exception javax.batch.operations.JobStartException
 
JobStartException(String) - Constructor for exception javax.batch.operations.JobStartException
 
JobStartException(Throwable) - Constructor for exception javax.batch.operations.JobStartException
 
JobStartException(String, Throwable) - Constructor for exception javax.batch.operations.JobStartException
 
join(SingularAttribute<? super X, Y>) - Method in interface javax.persistence.criteria.From
Create an inner join to the specified single-valued attribute.
join(SingularAttribute<? super X, Y>, JoinType) - Method in interface javax.persistence.criteria.From
Create a join to the specified single-valued attribute using the given join type.
join(CollectionAttribute<? super X, Y>) - Method in interface javax.persistence.criteria.From
Create an inner join to the specified Collection-valued attribute.
join(SetAttribute<? super X, Y>) - Method in interface javax.persistence.criteria.From
Create an inner join to the specified Set-valued attribute.
join(ListAttribute<? super X, Y>) - Method in interface javax.persistence.criteria.From
Create an inner join to the specified List-valued attribute.
join(MapAttribute<? super X, K, V>) - Method in interface javax.persistence.criteria.From
Create an inner join to the specified Map-valued attribute.
join(CollectionAttribute<? super X, Y>, JoinType) - Method in interface javax.persistence.criteria.From
Create a join to the specified Collection-valued attribute using the given join type.
join(SetAttribute<? super X, Y>, JoinType) - Method in interface javax.persistence.criteria.From
Create a join to the specified Set-valued attribute using the given join type.
join(ListAttribute<? super X, Y>, JoinType) - Method in interface javax.persistence.criteria.From
Create a join to the specified List-valued attribute using the given join type.
join(MapAttribute<? super X, K, V>, JoinType) - Method in interface javax.persistence.criteria.From
Create a join to the specified Map-valued attribute using the given join type.
join(String) - Method in interface javax.persistence.criteria.From
Create an inner join to the specified attribute.
join(String, JoinType) - Method in interface javax.persistence.criteria.From
Create a join to the specified attribute using the given join type.
Join<Z,X> - Interface in javax.persistence.criteria
A join to an entity, embeddable, or basic type.
joinCollection(String) - Method in interface javax.persistence.criteria.From
Create an inner join to the specified Collection-valued attribute.
joinCollection(String, JoinType) - Method in interface javax.persistence.criteria.From
Create a join to the specified Collection-valued attribute using the given join type.
JoinColumn - Annotation Type in javax.persistence
Specifies a column for joining an entity association or element collection.
JoinColumns - Annotation Type in javax.persistence
Specifies the mapping for composite foreign keys.
joinList(String) - Method in interface javax.persistence.criteria.From
Create an inner join to the specified List-valued attribute.
joinList(String, JoinType) - Method in interface javax.persistence.criteria.From
Create a join to the specified List-valued attribute using the given join type.
joinMap(String) - Method in interface javax.persistence.criteria.From
Create an inner join to the specified Map-valued attribute.
joinMap(String, JoinType) - Method in interface javax.persistence.criteria.From
Create a join to the specified Map-valued attribute using the given join type.
joinSet(String) - Method in interface javax.persistence.criteria.From
Create an inner join to the specified Set-valued attribute.
joinSet(String, JoinType) - Method in interface javax.persistence.criteria.From
Create a join to the specified Set-valued attribute using the given join type.
JoinTable - Annotation Type in javax.persistence
Specifies the mapping of associations.
joinTransaction() - Method in interface javax.persistence.EntityManager
Indicate to the entity manager that a JTA transaction is active and join the persistence context to it.
JoinType - Enum in javax.persistence.criteria
Defines the three types of joins.
JSF_SCRIPT_LIBRARY_NAME - Static variable in class javax.faces.application.ResourceHandler

Library name of Jakarta Server Faces script resource.

JSF_SCRIPT_RESOURCE_NAME - Static variable in class javax.faces.application.ResourceHandler

Resource name of Jakarta Server Faces script resource.

Json - Class in javax.json
Factory class for creating JSON processing objects.
json(T) - Static method in class javax.ws.rs.client.Entity
Create an "application/json" entity.
JsonArray - Interface in javax.json
JsonArray represents an immutable JSON array (an ordered sequence of zero or more values).
JsonArrayBuilder - Interface in javax.json
A builder for creating JsonArray models from scratch, and for modifying a existing JsonArray.
Jsonb - Interface in javax.json.bind
Jsonb provides an abstraction over the JSON Binding framework operations:
JsonbAdapter<Original,Adapted> - Interface in javax.json.bind.adapter
Allows to define custom mapping for given java type.
JsonbAnnotation - Annotation Type in javax.json.bind.annotation
Marks any relevant JSON Binding annotations.
JsonbBuilder - Interface in javax.json.bind
JsonbBuilder class provides the client's entry point to the JSON Binding API.
JsonbConfig - Class in javax.json.bind
Supported Properties
JsonbConfig() - Constructor for class javax.json.bind.JsonbConfig
 
JsonbCreator - Annotation Type in javax.json.bind.annotation
This annotation identifies the custom constructor or factory method to use when creating an instance of the associated class.
JsonbDateFormat - Annotation Type in javax.json.bind.annotation
Annotation provides way how to set custom date format to field or JavaBean property.
JsonbDeserializer<T> - Interface in javax.json.bind.serializer
Interface representing a custom deserializer for a given type.
JsonbException - Exception in javax.json.bind
Root class for all JSON Binding exceptions.
JsonbException(String) - Constructor for exception javax.json.bind.JsonbException
Constructs a new runtime exception with the specified detail message.
JsonbException(String, Throwable) - Constructor for exception javax.json.bind.JsonbException
Constructs a new runtime exception with the specified detail message and cause.
JsonbNillable - Annotation Type in javax.json.bind.annotation
Specifies how fields having null values are serialized into JSON.
JsonbNumberFormat - Annotation Type in javax.json.bind.annotation
Annotation provides way how to set custom number format to field or JavaBean property.
JsonbProperty - Annotation Type in javax.json.bind.annotation
Allows customization of field (or JavaBean property) name.This name is used either in serialization or in deserialization.
JsonbPropertyOrder - Annotation Type in javax.json.bind.annotation
Specifies order in which properties are serialized.
JsonbProvider - Class in javax.json.bind.spi
Service provider for JSON Binding implementations.
JsonbProvider() - Constructor for class javax.json.bind.spi.JsonbProvider
Protected constructor.
JsonbSerializer<T> - Interface in javax.json.bind.serializer
Interface representing a custom serializer for given type.
JsonbTransient - Annotation Type in javax.json.bind.annotation
Prevents mapping of a Java Bean property, field or type to JSON representation.
JsonbTypeAdapter - Annotation Type in javax.json.bind.annotation
Annotation provides way how to set custom JsonbAdapter to field or JavaBean property.
JsonbTypeDeserializer - Annotation Type in javax.json.bind.annotation
Annotation provides way how to set custom JsonbDeserializer to field or JavaBean property.
JsonbTypeSerializer - Annotation Type in javax.json.bind.annotation
Annotation provides way how to set custom JsonbSerializer to field or JavaBean property.
JsonBuilderFactory - Interface in javax.json
Factory to create JsonObjectBuilder and JsonArrayBuilder instances.
JsonbVisibility - Annotation Type in javax.json.bind.annotation
Annotation provides way how to customize visibility strategy of the JSON Binding.
JsonCollectors - Class in javax.json.stream
This class contains some implementations of java.util.stream.Collector for accumulating JsonValues into JsonArray and JsonObject.
JsonException - Exception in javax.json
JsonException indicates that some exception happened during JSON processing.
JsonException(String) - Constructor for exception javax.json.JsonException
Constructs a new runtime exception with the specified detail message.
JsonException(String, Throwable) - Constructor for exception javax.json.JsonException
Constructs a new runtime exception with the specified detail message and cause.
JsonGenerationException - Exception in javax.json.stream
JsonGenerationException indicates an incorrect JSON is being generated.
JsonGenerationException(String) - Constructor for exception javax.json.stream.JsonGenerationException
Constructs a new runtime exception with the specified detail message.
JsonGenerationException(String, Throwable) - Constructor for exception javax.json.stream.JsonGenerationException
Constructs a new runtime exception with the specified detail message and cause.
JsonGenerator - Interface in javax.json.stream
Writes JSON data to an output source in a streaming way.
JsonGeneratorFactory - Interface in javax.json.stream
Factory to create JsonGenerator instances.
JsonLocation - Interface in javax.json.stream
Provides the location information of a JSON event in an input source.
JsonMergePatch - Interface in javax.json
This interface represents an implementation of a JSON Merge Patch as defined by RFC 7396.
JsonNumber - Interface in javax.json
An immutable JSON number value.
JsonObject - Interface in javax.json
JsonObject class represents an immutable JSON object value (an unordered collection of zero or more name/value pairs).
JsonObjectBuilder - Interface in javax.json
A builder for creating JsonObject models from scratch.
JsonParser - Interface in javax.json.stream
Provides forward, read-only access to JSON data in a streaming way.
JsonParser.Event - Enum in javax.json.stream
An event from JsonParser.
JsonParserFactory - Interface in javax.json.stream
Factory for creating JsonParser instances.
JsonParsingException - Exception in javax.json.stream
JsonParsingException is used when an incorrect JSON is being parsed.
JsonParsingException(String, JsonLocation) - Constructor for exception javax.json.stream.JsonParsingException
Constructs a new runtime exception with the specified detail message.
JsonParsingException(String, Throwable, JsonLocation) - Constructor for exception javax.json.stream.JsonParsingException
Constructs a new runtime exception with the specified detail message and cause.
JsonPatch - Interface in javax.json
This interface represents an immutable implementation of a JSON Patch as defined by RFC 6902.
JsonPatch.Operation - Enum in javax.json
This enum represents the list of valid JSON Patch operations as defined by RFC 6902.
JsonPatchBuilder - Interface in javax.json
A builder for constructing a JSON Patch as defined by RFC 6902 by adding JSON Patch operations incrementally.
JsonPointer - Interface in javax.json
This interface represents an immutable implementation of a JSON Pointer as defined by RFC 6901.
JsonProvider - Class in javax.json.spi
Service provider for JSON processing objects.
JsonProvider() - Constructor for class javax.json.spi.JsonProvider
 
JsonReader - Interface in javax.json
Reads a JSON object or an array structure from an input source.
JsonReaderFactory - Interface in javax.json
Factory to create JsonReader instances.
JsonString - Interface in javax.json
An immutable JSON string value.
JsonStructure - Interface in javax.json
Super type for the two structured types in JSON (objects and arrays).
JsonValue - Interface in javax.json
JsonValue represents an immutable JSON value.
JsonValue.ValueType - Enum in javax.json
Indicates the type of a JsonValue object.
JsonWriter - Interface in javax.json
Writes a JSON object or array structure to an output source.
JsonWriterFactory - Interface in javax.json
Factory to create JsonWriter instances.
JSP_VIEW_DECLARATION_LANGUAGE_ID - Static variable in class javax.faces.view.ViewDeclarationLanguage

Identifier for the Jakarta Server Pages view declaration language.

JspApplicationContext - Interface in javax.servlet.jsp
Stores application-scoped information relevant to JSP containers.
JspConfigDescriptor - Interface in javax.servlet.descriptor
This interface provides access to the <jsp-config> related configuration of a web application.
JspContext - Class in javax.servlet.jsp
JspContext serves as the base class for the PageContext class and abstracts all information that is not specific to servlets.
JspContext() - Constructor for class javax.servlet.jsp.JspContext
Sole constructor.
jspDestroy() - Method in interface javax.servlet.jsp.JspPage
The jspDestroy() method is invoked when the JSP page is about to be destroyed.
JspEngineInfo - Class in javax.servlet.jsp
The JspEngineInfo is an abstract class that provides information on the current JSP engine.
JspEngineInfo() - Constructor for class javax.servlet.jsp.JspEngineInfo
Sole constructor.
JspException - Exception in javax.servlet.jsp
A generic exception known to the JSP engine; uncaught JspExceptions will result in an invocation of the errorpage machinery.
JspException() - Constructor for exception javax.servlet.jsp.JspException
Construct a JspException.
JspException(String) - Constructor for exception javax.servlet.jsp.JspException
Constructs a new JSP exception with the specified message.
JspException(String, Throwable) - Constructor for exception javax.servlet.jsp.JspException
Constructs a new JspException with the specified detail message and cause.
JspException(Throwable) - Constructor for exception javax.servlet.jsp.JspException
Constructs a new JspException with the specified cause.
JspFactory - Class in javax.servlet.jsp
The JspFactory is an abstract class that defines a number of factory methods available to a JSP page at runtime for the purposes of creating instances of various interfaces and classes used to support the JSP implementation.
JspFactory() - Constructor for class javax.servlet.jsp.JspFactory
Sole constructor.
JspFragment - Class in javax.servlet.jsp.tagext
Encapsulates a portion of JSP code in an object that can be invoked as many times as needed.
JspFragment() - Constructor for class javax.servlet.jsp.tagext.JspFragment
 
JspIdConsumer - Interface in javax.servlet.jsp.tagext
This interface indicates to the container that a tag handler wishes to be provided with a compiler generated ID.
jspInit() - Method in interface javax.servlet.jsp.JspPage
The jspInit() method is invoked when the JSP page is initialized.
JspPage - Interface in javax.servlet.jsp
The JspPage interface describes the generic interaction that a JSP Page Implementation class must satisfy; pages that use the HTTP protocol are described by the HttpJspPage interface.
JspPropertyGroupDescriptor - Interface in javax.servlet.descriptor
This interface provides access to the <jsp-property-group> related configuration of a web application.
JspTag - Interface in javax.servlet.jsp.tagext
Serves as a base class for Tag and SimpleTag.
JspTagException - Exception in javax.servlet.jsp
Exception to be used by a Tag Handler to indicate some unrecoverable error.
JspTagException(String) - Constructor for exception javax.servlet.jsp.JspTagException
Constructs a new JspTagException with the specified message.
JspTagException() - Constructor for exception javax.servlet.jsp.JspTagException
Constructs a new JspTagException with no message.
JspTagException(String, Throwable) - Constructor for exception javax.servlet.jsp.JspTagException
Constructs a new JspTagException when the JSP Tag needs to throw an exception and include a message about the "root cause" exception that interfered with its normal operation, including a description message.
JspTagException(Throwable) - Constructor for exception javax.servlet.jsp.JspTagException
Constructs a new JSP Tag exception when the JSP Tag needs to throw an exception and include a message about the "root cause" exception that interfered with its normal operation.
jspversion - Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
The version of the JSP specification this tag library is written to.
JspWriter - Class in javax.servlet.jsp
The actions and template data in a JSP page is written using the JspWriter object that is referenced by the implicit variable out which is initialized automatically using methods in the PageContext object.
JspWriter(int, boolean) - Constructor for class javax.servlet.jsp.JspWriter
Protected constructor.
JTAStats - Interface in javax.management.j2ee.statistics
Specifies the statistics provided by a Jakarta Transactions resource.
JVMStats - Interface in javax.management.j2ee.statistics
Specifies the statistics provided by a Java VM.

K

keep(String) - Method in class javax.faces.context.Flash

Causes a value stored with a previous call to Flash.putNow(java.lang.String, java.lang.Object), its Jakarta Expression Language equivalent, or to the request Map, to be promoted to the flash so that is available on the next traversal through the lifecycle on this session.

keep(String) - Method in class javax.faces.context.FlashWrapper

The default behavior of this method is to call Flash.keep(String) on the wrapped Flash object.

key() - Method in interface javax.persistence.criteria.MapJoin
Create a path expression that corresponds to the map key.
Key - Interface in javax.xml.registry.infomodel
Represents a unique key that identifies a RegistryObject.
KEY - Static variable in interface javax.xml.registry.LifeCycleManager
Constant representing the javax.xml.registry.infomodel.Key interface.
keyedValue(String, Object, Object) - Method in interface javax.validation.valueextraction.ValueExtractor.ValueReceiver
Receives the value extracted from a keyed object (e.g.
keys(M) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression that returns the keys of a map.
keySet() - Method in class javax.faces.context.FlashWrapper

The default behavior of this method is to call Map.keySet() on the wrapped Flash object.

keySet() - Method in class javax.ws.rs.core.AbstractMultivaluedMap
 
keyStore(KeyStore, char[]) - Method in class javax.ws.rs.client.ClientBuilder
Set the client-side key store.
keyStore(KeyStore, String) - Method in class javax.ws.rs.client.ClientBuilder
Set the client-side key store.
KEYWORD_PREFIX - Static variable in class javax.faces.component.search.SearchExpressionHandler

The prefix to identify a keyword.

L

LambdaExpression - Class in javax.el
Encapsulates a parameterized ValueExpression.
LambdaExpression(List<String>, ValueExpression) - Constructor for class javax.el.LambdaExpression
Creates a new LambdaExpression.
language(String) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Set the message entity language.
language(Locale) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Set the message entity language.
languages(Locale...) - Static method in class javax.ws.rs.core.Variant
Create a Variant.VariantListBuilder initialized with a set of supported languages.
languages(Locale...) - Method in class javax.ws.rs.core.Variant.VariantListBuilder
Set the language(s) for this variant.
LAST_EVENT_ID_HEADER - Static variable in interface javax.ws.rs.core.HttpHeaders
"Last-Event-ID" HTTP request header name as defined by SSE specification.
LAST_MODIFIED - Static variable in interface javax.ws.rs.core.HttpHeaders
LastExecution - Interface in javax.enterprise.concurrent
Contains information about the last execution of a task.
lastModified(Date) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Set the response entity last modification date.
LASTUID - Static variable in interface javax.mail.UIDFolder
This is a special value that can be used as the end parameter in getMessagesByUID(start, end), to denote the UID of the last message in the folder.
LazyAssociatableConnectionManager - Interface in javax.resource.spi
This is a mix-in interface that may be optionally implemented by a ConnectionManager implementation.
lazyEnlist(ManagedConnection) - Method in interface javax.resource.spi.LazyEnlistableConnectionManager
This method is called by a resource adapter (that is capable of lazy transaction enlistment optimization) in order to lazily enlist a connection object with a XA transaction.
LazyEnlistableConnectionManager - Interface in javax.resource.spi
This is a mix-in interface that may be optionally implemented by a ConnectionManager implementation.
LazyEnlistableManagedConnection - Interface in javax.resource.spi
This is a mix-in interface that may be optionally implemented by a ManagedConnection implementation.
LdapIdentityStoreDefinition - Annotation Type in javax.security.enterprise.identitystore
Annotation used to define a container-provided IdentityStore that stores caller credentials and identity attributes (together caller identities) in an LDAP store, and make that implementation available as an enabled CDI bean.
LdapIdentityStoreDefinition.LdapSearchScope - Enum in javax.security.enterprise.identitystore
Enum representing LDAP search scope values.
LE - Static variable in class javax.mail.search.ComparisonTerm
 
le(Expression<? extends Number>, Expression<? extends Number>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is less than or equal to the second.
le(Expression<? extends Number>, Number) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is less than or equal to the second.
least(Expression<X>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an aggregate expression for finding the least of the values (strings, dates, etc).
length(Expression<String>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create expression to return length of a string.
LengthValidator - Class in javax.faces.validator
LengthValidator is a Validator that checks the number of characters in the String representation of the value of the associated component.
LengthValidator() - Constructor for class javax.faces.validator.LengthValidator
Construct a Validator with no preconfigured limits.
LengthValidator(int) - Constructor for class javax.faces.validator.LengthValidator
Construct a Validator with the specified preconfigured limit.
LengthValidator(int, int) - Constructor for class javax.faces.validator.LengthValidator
Construct a Validator with the specified preconfigured limits.
lessThan(Expression<? extends Y>, Expression<? extends Y>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is less than the second.
lessThan(Expression<? extends Y>, Y) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is less than the second.
lessThanOrEqualTo(Expression<? extends Y>, Expression<? extends Y>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is less than or equal to the second.
lessThanOrEqualTo(Expression<? extends Y>, Y) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is less than or equal to the second.
LEXICOGRAPHICAL - Static variable in class javax.json.bind.config.PropertyOrderStrategy
Using this strategy, the order of properties is lexicographical.
LIBRARY_AFTER - Static variable in class javax.interceptor.Interceptor.Priority
Start of range for late interceptors defined by extension libraries.
LIBRARY_BEFORE - Static variable in class javax.interceptor.Interceptor.Priority
Start of range for early interceptors defined by extension libraries.
libraryExists(String) - Method in class javax.faces.application.ResourceHandler

Return true if the resource library named by the argument libraryName can be found.

libraryExists(String) - Method in class javax.faces.application.ResourceHandlerWrapper

The default behavior of this method is to call ResourceHandler.libraryExists(String) on the wrapped ResourceHandler object.

Lifecycle - Class in javax.faces.lifecycle
Lifecycle manages the processing of the entire lifecycle of a particular Jakarta Server Faces request.
Lifecycle() - Constructor for class javax.faces.lifecycle.Lifecycle
 
LIFECYCLE_FACTORY - Static variable in class javax.faces.FactoryFinder
The property name for the LifecycleFactory class name.
LIFECYCLE_ID_ATTR - Static variable in class javax.faces.webapp.FacesServlet
Context initialization parameter name for the lifecycle identifier of the Lifecycle instance to be utilized.
LifecycleFactory - Class in javax.faces.lifecycle
LifecycleFactory is a factory object that creates (if needed) and returns Lifecycle instances.
LifecycleFactory() - Constructor for class javax.faces.lifecycle.LifecycleFactory
Deprecated.
Use the other constructor taking the implementation being wrapped.
LifecycleFactory(LifecycleFactory) - Constructor for class javax.faces.lifecycle.LifecycleFactory

If this factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.

LifeCycleManager - Interface in javax.xml.registry
The LifeCycleManager interface is the main interface in the API for managing life cycle operations on objects defined by the information model.
LifecycleWrapper - Class in javax.faces.lifecycle

Provides a simple implementation of Lifecycle that can be subclassed by developers wishing to provide specialized behavior to an existing Lifecycle instance.

LifecycleWrapper() - Constructor for class javax.faces.lifecycle.LifecycleWrapper
Deprecated.
Use the other constructor taking the implementation being wrapped.
LifecycleWrapper(Lifecycle) - Constructor for class javax.faces.lifecycle.LifecycleWrapper

If this lifecycle has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.

like(Expression<String>, Expression<String>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the expression satisfies the given pattern.
like(Expression<String>, String) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the expression satisfies the given pattern.
like(Expression<String>, Expression<String>, Expression<Character>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the expression satisfies the given pattern.
like(Expression<String>, Expression<String>, char) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the expression satisfies the given pattern.
like(Expression<String>, String, Expression<Character>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the expression satisfies the given pattern.
like(Expression<String>, String, char) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the expression satisfies the given pattern.
limit - Variable in class javax.mail.Quota.Resource
The usage limit for the resource.
LINK - Static variable in interface javax.ws.rs.core.HttpHeaders
Link - Class in javax.ws.rs.core
Class representing hypermedia links.
Link() - Constructor for class javax.ws.rs.core.Link
 
link(Link) - Method in interface javax.ws.rs.core.Link.Builder
Initialize builder using another link.
link(String) - Method in interface javax.ws.rs.core.Link.Builder
Initialize builder using another link represented as a string.
link(URI, String) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Add a link header.
link(String, String) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Add a link header.
Link.Builder - Interface in javax.ws.rs.core
Builder class for hypermedia links.
Link.JaxbAdapter - Class in javax.ws.rs.core
An implementation of JAXB XmlAdapter that maps the Link type to a value that can be marshalled and unmarshalled by JAXB.
Link.JaxbLink - Class in javax.ws.rs.core
Value type for Link that can be marshalled and unmarshalled by JAXB.
linkConfiguration(PolicyConfiguration) - Method in interface javax.security.jacc.PolicyConfiguration
Creates a relationship between this configuration and another such that they share the same principal-to-role mappings.
links(Link...) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Add one or more link headers.
list(String) - Method in class javax.mail.Folder
Returns a list of Folders belonging to this Folder's namespace that match the specified pattern.
list() - Method in class javax.mail.Folder
Convenience method that returns the list of folders under this Folder.
ListAttribute<X,E> - Interface in javax.persistence.metamodel
Instances of the type ListAttribute represent persistent javax.util.List-valued attributes.
ListDataModel<E> - Class in javax.faces.model
ListDataModel is a convenience implementation of DataModel that wraps an List of Java objects.
ListDataModel() - Constructor for class javax.faces.model.ListDataModel
Construct a new ListDataModel with no specified wrapped data.
ListDataModel(List<E>) - Constructor for class javax.faces.model.ListDataModel
Construct a new ListDataModel wrapping the specified list.
ListELResolver - Class in javax.el
Defines property resolution behavior on instances of List.
ListELResolver() - Constructor for class javax.el.ListELResolver
Creates a new read/write ListELResolver.
ListELResolver(boolean) - Constructor for class javax.el.ListELResolver
Creates a new ListELResolver whose read-only status is determined by the given parameter.
ListenerFor - Annotation Type in javax.faces.event
ListenerRegistration - Interface in javax.management.j2ee
ListenerRegistration defines the methods which clients of the MEJB use to add and remove event listeners.
ListenersFor - Annotation Type in javax.faces.event

Container annotation to specify multiple ListenerFor annotations on a single class.

ListJoin<Z,E> - Interface in javax.persistence.criteria
The ListJoin interface is the type of the result of joining to a collection over an association or element collection that has been specified as a java.util.List.
listSubscribed(String) - Method in class javax.mail.Folder
Returns a list of subscribed Folders belonging to this Folder's namespace that match the specified pattern.
listSubscribed() - Method in class javax.mail.Folder
Convenience method that returns the list of subscribed folders under this Folder.
Literal() - Constructor for class javax.enterprise.context.ApplicationScoped.Literal
 
Literal() - Constructor for class javax.enterprise.context.ConversationScoped.Literal
 
Literal() - Constructor for class javax.enterprise.context.Dependent.Literal
 
Literal() - Constructor for class javax.enterprise.context.RequestScoped.Literal
 
Literal() - Constructor for class javax.enterprise.context.SessionScoped.Literal
 
Literal() - Constructor for class javax.enterprise.inject.Alternative.Literal
 
Literal() - Constructor for class javax.enterprise.inject.Any.Literal
 
Literal() - Constructor for class javax.enterprise.inject.Default.Literal
 
Literal() - Constructor for class javax.enterprise.inject.Specializes.Literal
 
Literal() - Constructor for class javax.enterprise.inject.TransientReference.Literal
 
Literal() - Constructor for class javax.enterprise.inject.Vetoed.Literal
 
Literal() - Constructor for class javax.enterprise.util.Nonbinding.Literal
 
literal(T) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression for a literal.
load(InputStream) - Method in class javax.mail.internet.InternetHeaders
Read and parse the given RFC822 message stream till the blank line separating the header from the body.
load(InputStream, boolean) - Method in class javax.mail.internet.InternetHeaders
Read and parse the given RFC822 message stream till the blank line separating the header from the body.
loadService(Class) - Method in class javax.xml.rpc.ServiceFactory
Create an instance of the generated service implementation class for a given service interface, if available.
loadService(URL, Class, Properties) - Method in class javax.xml.rpc.ServiceFactory
Create an instance of the generated service implementation class for a given service interface, if available.
loadService(URL, QName, Properties) - Method in class javax.xml.rpc.ServiceFactory
Create an instance of the generated service implementation class for a given service, if available.
LoadState - Enum in javax.persistence.spi
Load states returned by the ProviderUtil SPI methods.
Lob - Annotation Type in javax.persistence
Specifies that a persistent property or field should be persisted as a large object to a database-supported large object type.
Local - Annotation Type in javax.ejb
Declares the local business interface(s) for a session bean.
LOCAL_TRANSACTION_COMMITTED - Static variable in class javax.resource.spi.ConnectionEvent
Event notification that a Resource Manager Local Transaction was committed on the connection
LOCAL_TRANSACTION_ROLLEDBACK - Static variable in class javax.resource.spi.ConnectionEvent
Event notification that a Resource Manager Local Transaction was rolled back on the connection
LOCAL_TRANSACTION_STARTED - Static variable in class javax.resource.spi.ConnectionEvent
Event notification that a Resource Manager Local Transaction was started on the connection
LocalBean - Annotation Type in javax.ejb
Designates that a session bean exposes a no-interface view.
LOCALE - Static variable in class javax.json.bind.JsonbConfig
Property used to specify locale globally.
LOCALE_PREFIX - Static variable in class javax.faces.application.ResourceHandler

The name of a key within the application message bundle named by the return from Application.getMessageBundle() whose value is the locale prefix used to find a packaged resource to return from ResourceHandler.createResource(java.lang.String) (or one of its variants).

LocaleSupport - Class in javax.servlet.jsp.jstl.fmt
Class which exposes the locale-determination logic for resource bundles through convenience methods.
LocaleSupport() - Constructor for class javax.servlet.jsp.jstl.fmt.LocaleSupport
 
LocalHome - Annotation Type in javax.ejb
Declares the local home or adapted local home interface for a session bean.
LocalizationContext - Class in javax.servlet.jsp.jstl.fmt
Class representing an I18N localization context.
LocalizationContext() - Constructor for class javax.servlet.jsp.jstl.fmt.LocalizationContext
Constructs an empty I18N localization context.
LocalizationContext(ResourceBundle, Locale) - Constructor for class javax.servlet.jsp.jstl.fmt.LocalizationContext
Constructs an I18N localization context from the given resource bundle and locale.
LocalizationContext(ResourceBundle) - Constructor for class javax.servlet.jsp.jstl.fmt.LocalizationContext
Constructs an I18N localization context from the given resource bundle.
LOCALIZED_STRING - Static variable in interface javax.xml.registry.LifeCycleManager
Constant representing the javax.xml.registry.infomodel.LocalizedString interface.
LocalizedString - Interface in javax.xml.registry.infomodel
This interface is used as a simple wrapper interface that associates a String with its Locale.
LocalTransaction - Interface in javax.resource.cci
The LocalTransaction defines a transaction demarcation interface for resource manager local transactions.
LocalTransaction - Interface in javax.resource.spi
LocalTransaction interface provides support for transactions that are managed internal to an EIS resource manager, and do not require an external transaction manager.
localTransactionCommitted(ConnectionEvent) - Method in interface javax.resource.spi.ConnectionEventListener
Notifies that a Resource Manager Local Transaction was committed on the ManagedConnection instance.
LocalTransactionException - Exception in javax.resource.spi
A LocalTransactionException represents various error conditions related to the local transaction management contract.
LocalTransactionException() - Constructor for exception javax.resource.spi.LocalTransactionException
Constructs a new instance with null as its detail message.
LocalTransactionException(String) - Constructor for exception javax.resource.spi.LocalTransactionException
Constructs a new instance with the specified detail message.
LocalTransactionException(Throwable) - Constructor for exception javax.resource.spi.LocalTransactionException
Constructs a new throwable with the specified cause.
LocalTransactionException(String, Throwable) - Constructor for exception javax.resource.spi.LocalTransactionException
Constructs a new throwable with the specified detail message and cause.
LocalTransactionException(String, String) - Constructor for exception javax.resource.spi.LocalTransactionException
Constructs a new throwable with the specified detail message and an error code.
localTransactionRolledback(ConnectionEvent) - Method in interface javax.resource.spi.ConnectionEventListener
Notifies that a Resource Manager Local Transaction was rolled back on the ManagedConnection instance.
localTransactionStarted(ConnectionEvent) - Method in interface javax.resource.spi.ConnectionEventListener
Notifies that a Resource Manager Local Transaction was started on the ManagedConnection instance.
locate(Expression<String>, Expression<String>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create expression to locate the position of one string within another, returning position of first character if found.
locate(Expression<String>, String) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create expression to locate the position of one string within another, returning position of first character if found.
locate(Expression<String>, Expression<String>, Expression<Integer>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create expression to locate the position of one string within another, returning position of first character if found.
locate(Expression<String>, String, int) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create expression to locate the position of one string within another, returning position of first character if found.
Location - Class in javax.faces.view

An object that represents the Location of a tag or attribute of a tag in a View Declaration Language file.

Location(String, int, int) - Constructor for class javax.faces.view.Location
 
LOCATION - Static variable in interface javax.ws.rs.core.HttpHeaders
location(URI) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Set the location.
Lock - Annotation Type in javax.ejb
Declares a concurrency lock for a singleton session bean with container managed concurrency.
lock(Object, LockModeType) - Method in interface javax.persistence.EntityManager
Lock an entity instance that is contained in the persistence context with the specified lock mode type.
lock(Object, LockModeType, Map<String, Object>) - Method in interface javax.persistence.EntityManager
Lock an entity instance that is contained in the persistence context with the specified lock mode type and with specified properties.
LockModeType - Enum in javax.persistence
Lock modes can be specified by means of passing a LockModeType argument to one of the EntityManager methods that take locks (lock, find, or refresh) or to the Query.setLockMode() or TypedQuery.setLockMode() method.
LockTimeoutException - Exception in javax.persistence
Thrown by the persistence provider when an pessimistic locking conflict occurs that does not result in transaction rollback.
LockTimeoutException() - Constructor for exception javax.persistence.LockTimeoutException
Constructs a new LockTimeoutException exception with null as its detail message.
LockTimeoutException(String) - Constructor for exception javax.persistence.LockTimeoutException
Constructs a new LockTimeoutException exception with the specified detail message.
LockTimeoutException(String, Throwable) - Constructor for exception javax.persistence.LockTimeoutException
Constructs a new LockTimeoutException exception with the specified detail message and cause.
LockTimeoutException(Throwable) - Constructor for exception javax.persistence.LockTimeoutException
Constructs a new LockTimeoutException exception with the specified cause.
LockTimeoutException(Object) - Constructor for exception javax.persistence.LockTimeoutException
Constructs a new LockTimeoutException exception with the specified object.
LockTimeoutException(String, Throwable, Object) - Constructor for exception javax.persistence.LockTimeoutException
Constructs a new LockTimeoutException exception with the specified detail message, cause, and entity.
LockType - Enum in javax.ejb
Concurrency lock type for singleton beans with container-managed concurrency.
log(String) - Method in class javax.faces.context.ExternalContext
Log the specified message to the application object.
log(String, Throwable) - Method in class javax.faces.context.ExternalContext
Log the specified message and exception to the application object.
log(String) - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.log(String) on the wrapped ExternalContext object.
log(String, Throwable) - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.log(String, Throwable) on the wrapped ExternalContext object.
log - Static variable in class javax.faces.webapp.UIComponentTagBase
 
log(String) - Method in class javax.servlet.GenericServlet
Writes the specified message to a servlet log file, prepended by the servlet's name.
log(String, Throwable) - Method in class javax.servlet.GenericServlet
Writes an explanatory message and a stack trace for a given Throwable exception to the servlet log file, prepended by the servlet's name.
log(String) - Method in interface javax.servlet.ServletContext
Writes the specified message to a servlet log file, usually an event log.
log(Exception, String) - Method in interface javax.servlet.ServletContext
Deprecated.
As of Java Servlet API 2.1, use ServletContext.log(String message, Throwable throwable) instead.

This method was originally defined to write an exception's stack trace and an explanatory error message to the servlet log file.

log(String, Throwable) - Method in interface javax.servlet.ServletContext
Writes an explanatory message and a stack trace for a given Throwable exception to the servlet log file.
login(String, String) - Method in interface javax.servlet.http.HttpServletRequest
Validate the provided username and password in the password validation realm used by the web container login mechanism configured for the ServletContext.
login(String, String) - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to call login on the wrapped request object.
LoginToContinue - Annotation Type in javax.security.enterprise.authentication.mechanism.http
The LoginToContinue annotation provides an application the ability to declaratively add login to continue functionality to an authentication mechanism.
logout() - Method in interface javax.servlet.http.HttpServletRequest
Establish null as the value returned when getUserPrincipal, getRemoteUser, and getAuthType is called on the request.
logout() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to call login on the wrapped request object.
LONG_ID - Static variable in class javax.faces.convert.LongConverter
The message identifier of the FacesMessage to be created if the conversion to Long fails.
LongConverter - Class in javax.faces.convert
Converter implementation for java.lang.Long (and long primitive) values.
LongConverter() - Constructor for class javax.faces.convert.LongConverter
 
LongHolder - Class in javax.xml.rpc.holders
 
LongHolder() - Constructor for class javax.xml.rpc.holders.LongHolder
 
LongHolder(long) - Constructor for class javax.xml.rpc.holders.LongHolder
 
LongRangeValidator - Class in javax.faces.validator
LongRangeValidator is a Validator that checks the value of the corresponding component against specified minimum and maximum values.
LongRangeValidator() - Constructor for class javax.faces.validator.LongRangeValidator
Construct a Validator with no preconfigured limits.
LongRangeValidator(long) - Constructor for class javax.faces.validator.LongRangeValidator
Construct a Validator with the specified preconfigured limit.
LongRangeValidator(long, long) - Constructor for class javax.faces.validator.LongRangeValidator
Construct a Validator with the specified preconfigured limits.
LONGRUNNING_HINT - Static variable in interface javax.enterprise.concurrent.ManagedTask
Execution property to be returned in ManagedTask.getExecutionProperties() or ContextService.createContextualProxy() to provide hint about whether the task could take a long time to complete.
LONGRUNNING_HINT - Static variable in class javax.resource.spi.work.HintsContext
 
longValue() - Method in interface javax.json.JsonNumber
Returns this JSON number as a long.
longValueExact() - Method in interface javax.json.JsonNumber
Returns this JSON number as a long.
LongWrapperHolder - Class in javax.xml.rpc.holders
 
LongWrapperHolder() - Constructor for class javax.xml.rpc.holders.LongWrapperHolder
 
LongWrapperHolder(Long) - Constructor for class javax.xml.rpc.holders.LongWrapperHolder
 
lookingAt(Scope) - Method in interface javax.validation.metadata.ElementDescriptor.ConstraintFinder
Restricts to the constraints matching the provided scope for this element.
lookup(String) - Method in interface javax.ejb.EJBContext
Lookup a resource within the java: namespace.
LoopTag - Interface in javax.servlet.jsp.jstl.core
JSTL allows developers to write custom iteration tags by implementing the LoopTag interface.
LoopTagStatus - Interface in javax.servlet.jsp.jstl.core
Exposes the current status of an iteration.
LoopTagSupport - Class in javax.servlet.jsp.jstl.core
Base support class to facilitate implementation of iteration tags.
LoopTagSupport() - Constructor for class javax.servlet.jsp.jstl.core.LoopTagSupport
Constructs a new LoopTagSupport.
lower(Expression<String>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create expression for converting a string to lowercase.
LOWER_CASE_WITH_DASHES - Static variable in interface javax.json.bind.config.PropertyNamingStrategy
Using this strategy, the property name is transformed to lower case with dashes.
LOWER_CASE_WITH_UNDERSCORES - Static variable in interface javax.json.bind.config.PropertyNamingStrategy
Using this strategy, the property name is transformed to lower case with underscores.
LT - Static variable in class javax.mail.search.ComparisonTerm
 
lt(Expression<? extends Number>, Expression<? extends Number>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is less than the second.
lt(Expression<? extends Number>, Number) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is less than the second.

M

MailDateFormat - Class in javax.mail.internet
Formats and parses date specification based on RFC 2822.
MailDateFormat() - Constructor for class javax.mail.internet.MailDateFormat
Create a new date format for the RFC2822 specification with lenient parsing.
MailEvent - Class in javax.mail.event
Common base class for mail events, defining the dispatch method.
MailEvent(Object) - Constructor for class javax.mail.event.MailEvent
Construct a MailEvent referring to the given source.
MailSessionDefinition - Annotation Type in javax.mail
Annotation used by Jakarta EE applications to define a MailSession to be registered with JNDI.
MailSessionDefinitions - Annotation Type in javax.mail
Declares one or more MailSessionDefinition annotations.
makeRegistrySpecificRequest(String) - Method in interface javax.xml.registry.RegistryService
Takes a String that is an XML request in a registry-specific format, sends the request to the registry, and returns a String that is the registry-specific XML response.
ManageableThread - Interface in javax.enterprise.concurrent
Interface to be implemented by the Jakarta™ EE product providers on threads that are created by calling ThreadFactory.newThread(java.lang.Runnable).
ManagedBean - Annotation Type in javax.annotation
The ManagedBean annotation marks a POJO (Plain Old Java Object) as a ManagedBean.
ManagedBean - Annotation Type in javax.faces.bean
Deprecated.
This has been replaced by the Managed Beans specification in general and specifically the dependency injection, scopes and naming from the CDI specification. Note that the eager attribute for application scoped beans is replaced specifically by observing the javax.enterprise.context.Initialized event for javax.enterprise.context.ApplicationScoped. See 6.7.3 of the CDI spec for further details.
ManagedConnection - Interface in javax.resource.spi
ManagedConnection instance represents a physical connection to the underlying EIS.
ManagedConnectionFactory - Interface in javax.resource.spi
ManagedConnectionFactory instance is a factory of both ManagedConnection and EIS-specific connection factory instances.
ManagedConnectionMetaData - Interface in javax.resource.spi
The ManagedConnectionMetaData interface provides information about the underlying EIS instance associated with a ManagedConnection instance.
ManagedExecutors - Class in javax.enterprise.concurrent
Utility methods for classes defined in this package.
ManagedExecutorService - Interface in javax.enterprise.concurrent
A manageable version of a ExecutorService.
ManagedProperty - Annotation Type in javax.faces.annotation

The presence of this annotation (along with @Inject) on a field of any type causes the value returned from evaluating an expression language expression to be injected as the value of that field.

ManagedProperty - Annotation Type in javax.faces.bean
Deprecated.
This has been replaced by javax.faces.annotation.ManagedProperty, which is a CDI build-in bean with similar semantics
ManagedScheduledExecutorService - Interface in javax.enterprise.concurrent
A manageable version of a ScheduledExecutorService.
managedTask(Runnable, ManagedTaskListener) - Static method in class javax.enterprise.concurrent.ManagedExecutors
Returns a Runnable object that also implements ManagedTask interface so it can receive notification of lifecycle events with the provided ManagedTaskListener when the task is submitted to a ManagedExecutorService or a ManagedScheduledExecutorService.
managedTask(Runnable, Map<String, String>, ManagedTaskListener) - Static method in class javax.enterprise.concurrent.ManagedExecutors
Returns a Runnable object that also implements ManagedTask interface so it can receive notification of lifecycle events with the provided ManagedTaskListener and to provide additional execution properties when the task is submitted to a ManagedExecutorService or a ManagedScheduledExecutorService.
managedTask(Callable<V>, ManagedTaskListener) - Static method in class javax.enterprise.concurrent.ManagedExecutors
Returns a Callable object that also implements ManagedTask interface so it can receive notification of lifecycle events with the provided ManagedTaskListener when the task is submitted to a ManagedExecutorService or a ManagedScheduledExecutorService.
managedTask(Callable<V>, Map<String, String>, ManagedTaskListener) - Static method in class javax.enterprise.concurrent.ManagedExecutors
Returns a Callable object that also implements ManagedTask interface so it can receive notification of lifecycle events with the provided ManagedTaskListener and to provide additional execution properties when the task is submitted to a ManagedExecutorService or a ManagedScheduledExecutorService.
ManagedTask - Interface in javax.enterprise.concurrent
A task submitted to an ManagedExecutorService or ManagedScheduledExecutorService can optionally implement this interface to provide identifying information about the task, to provide a ManagedTaskListener to get notification of lifecycle events of the task, or to provide additional execution properties.
ManagedTaskListener - Interface in javax.enterprise.concurrent
A ManagedTaskListener is used to monitor the state of a task's Future.
ManagedThreadFactory - Interface in javax.enterprise.concurrent
A manageable version of a ThreadFactory.
ManagedType<X> - Interface in javax.persistence.metamodel
Instances of the type ManagedType represent entity, mapped superclass, and embeddable types.
managedType(Class<X>) - Method in interface javax.persistence.metamodel.Metamodel
Return the metamodel managed type representing the entity, mapped superclass, or embeddable class.
Management - Interface in javax.management.j2ee
The Management interface provides the APIs to navigate and manipulate managed objects.
ManagementHome - Interface in javax.management.j2ee
The required home interface for the Jakarta Management Enterprise Bean component (MEJB).
ManyToMany - Annotation Type in javax.persistence
Specifies a many-valued association with many-to-many multiplicity.
ManyToOne - Annotation Type in javax.persistence
Specifies a single-valued association to another entity class that has many-to-one multiplicity.
MapAttribute<X,K,V> - Interface in javax.persistence.metamodel
Instances of the type MapAttribute represent persistent java.util.Map-valued attributes.
MapELResolver - Class in javax.el
Defines property resolution behavior on instances of Map.
MapELResolver() - Constructor for class javax.el.MapELResolver
Creates a new read/write MapELResolver.
MapELResolver(boolean) - Constructor for class javax.el.MapELResolver
Creates a new MapELResolver whose read-only status is determined by the given parameter.
mapFunction(String, String, Method) - Method in class javax.el.ELManager
Maps a static method to Jakarta Expression Language function.
mapFunction(String, String, Method) - Method in class javax.el.FunctionMapper
Adds a static method that can be used as a function.
MapJoin<Z,K,V> - Interface in javax.persistence.criteria
The MapJoin interface is the type of the result of joining to a collection over an association or element collection that has been specified as a java.util.Map.
MapKey - Annotation Type in javax.persistence
Specifies the map key for associations of type java.util.Map when the map key is itself the primary key or a persistent field or property of the entity that is the value of the map.
MapKeyClass - Annotation Type in javax.persistence
Specifies the type of the map key for associations of type java.util.Map.
MapKeyColumn - Annotation Type in javax.persistence
Specifies the mapping for the key column of a map whose map key is a basic type.
MapKeyEnumerated - Annotation Type in javax.persistence
Specifies the enum type for a map key whose basic type is an enumerated type.
MapKeyJoinColumn - Annotation Type in javax.persistence
Specifies a mapping to an entity that is a map key.
MapKeyJoinColumns - Annotation Type in javax.persistence
Supports composite map keys that reference entities.
MapKeyTemporal - Annotation Type in javax.persistence
This annotation must be specified for persistent map keys of type Date and Calendar.
MapMessage - Interface in javax.jms
A MapMessage object is used to send a set of name-value pairs.
mapPartitions() - Method in interface javax.batch.api.partition.PartitionMapper
The mapPartitions method that receives control at the start of partitioned step processing.
MappedRecord - Interface in javax.resource.cci
The interface javax.resource.cci.MappedRecord is used for key-value map based representation of record elements.
MappedSuperclass - Annotation Type in javax.persistence
Designates a class whose mapping information is applied to the entities that inherit from it.
MappedSuperclassType<X> - Interface in javax.persistence.metamodel
Instances of the type MappedSuperclassType represent mapped superclass types.
MappingMatch - Enum in javax.servlet.http
Enumeration of Servlet mapping types.
MapsId - Annotation Type in javax.persistence
Designates a ManyToOne or OneToOne relationship attribute that provides the mapping for an EmbeddedId primary key, an attribute within an EmbeddedId primary key, or a simple primary key of the parent entity.
mark(int) - Method in class javax.mail.util.SharedFileInputStream
See the general contract of the mark method of InputStream.
markAsStartNode() - Method in class javax.faces.flow.builder.FlowCallBuilder
 
markAsStartNode() - Method in class javax.faces.flow.builder.MethodCallBuilder
 
markAsStartNode() - Method in interface javax.faces.flow.builder.NodeBuilder

Mark this node as the start node in the flow.

markAsStartNode() - Method in class javax.faces.flow.builder.ReturnBuilder
 
markAsStartNode() - Method in class javax.faces.flow.builder.SwitchBuilder
 
markAsStartNode() - Method in class javax.faces.flow.builder.ViewBuilder
 
markInitialState() - Method in class javax.faces.component.behavior.BehaviorBase
markInitialState() - Method in interface javax.faces.component.PartialStateHolder

The runtime must ensure that the PartialStateHolder.markInitialState() method is called on each instance of this interface in the view at the appropriate time to indicate the component is in its initial state.

markInitialState() - Method in class javax.faces.component.UIComponent

An implementation of PartialStateHolder.markInitialState(), this method is called by the runtime to indicate that the instance should start tracking changes to its state.

markInitialState() - Method in class javax.faces.component.UIComponentBase

For each of the attached objects on this instance that implement PartialStateHolder, call PartialStateHolder.markInitialState() on the attached object.

markInitialState() - Method in class javax.faces.component.UIData

Override the base class method to take special action if the method is being invoked when StateManager.IS_BUILDING_INITIAL_STATE is true and the rowStatePreserved JavaBeans property for this instance is true.

markInitialState() - Method in class javax.faces.component.UIInput
In addition to the actions taken in UIOutput when PartialStateHolder.markInitialState() is called, check if any of the installed Validators are PartialStateHolders and if so, call PartialStateHolder.markInitialState() as appropriate.
markInitialState() - Method in class javax.faces.component.UIOutput
In addition to the actions taken in UIComponentBase when PartialStateHolder.markInitialState() is called, check if the installed Converter is a PartialStateHolder and if it is, call PartialStateHolder.markInitialState() on it.
markInitialState() - Method in class javax.faces.convert.DateTimeConverter
 
markInitialState() - Method in class javax.faces.convert.EnumConverter
 
markInitialState() - Method in class javax.faces.convert.NumberConverter
 
markInitialState() - Method in class javax.faces.validator.BeanValidator
 
markInitialState() - Method in class javax.faces.validator.DoubleRangeValidator
 
markInitialState() - Method in class javax.faces.validator.LengthValidator
 
markInitialState() - Method in class javax.faces.validator.LongRangeValidator
 
markInitialState() - Method in class javax.faces.validator.RegexValidator
 
markResourceRendered(FacesContext, String, String) - Method in class javax.faces.application.ResourceHandler

Mark the resource as identified by given resource and library name as rendered.

markResourceRendered(FacesContext, String, String) - Method in class javax.faces.application.ResourceHandlerWrapper

The default behavior of this method is to call ResourceHandler.markResourceRendered(FacesContext, String, String) on the wrapped ResourceHandler object.

markSupported() - Method in class javax.mail.util.SharedFileInputStream
Tests if this input stream supports the mark and reset methods.
marshal(Link) - Method in class javax.ws.rs.core.Link.JaxbAdapter
Convert a Link into a Link.JaxbLink.
match(ContentType) - Method in class javax.mail.internet.ContentType
Match with the specified ContentType object.
match(String) - Method in class javax.mail.internet.ContentType
Match with the specified content-type string.
match(SearchTerm) - Method in class javax.mail.Message
Apply the specified Search criterion to this message.
match(Address) - Method in class javax.mail.search.AddressStringTerm
Check whether the address pattern specified in the constructor is a substring of the string representation of the given Address object.
match(Address) - Method in class javax.mail.search.AddressTerm
Match against the argument Address.
match(Message) - Method in class javax.mail.search.AndTerm
The AND operation.
match(Message) - Method in class javax.mail.search.BodyTerm
The match method.
match(Date) - Method in class javax.mail.search.DateTerm
The date comparison method.
match(Message) - Method in class javax.mail.search.FlagTerm
The comparison method.
match(Message) - Method in class javax.mail.search.FromStringTerm
Check whether the address string specified in the constructor is a substring of the From address of this Message.
match(Message) - Method in class javax.mail.search.FromTerm
The address comparator.
match(Message) - Method in class javax.mail.search.HeaderTerm
The header match method.
match(int) - Method in class javax.mail.search.IntegerComparisonTerm
 
match(Message) - Method in class javax.mail.search.MessageIDTerm
The match method.
match(Message) - Method in class javax.mail.search.MessageNumberTerm
The match method.
match(Message) - Method in class javax.mail.search.NotTerm
 
match(Message) - Method in class javax.mail.search.OrTerm
The OR operation.
match(Message) - Method in class javax.mail.search.ReceivedDateTerm
The match method.
match(Message) - Method in class javax.mail.search.RecipientStringTerm
Check whether the address specified in the constructor is a substring of the recipient address of this Message.
match(Message) - Method in class javax.mail.search.RecipientTerm
The match method.
match(Message) - Method in class javax.mail.search.SearchTerm
This method applies a specific match criterion to the given message and returns the result.
match(Message) - Method in class javax.mail.search.SentDateTerm
The match method.
match(Message) - Method in class javax.mail.search.SizeTerm
The match method.
match(String) - Method in class javax.mail.search.StringTerm
 
match(Message) - Method in class javax.mail.search.SubjectTerm
The match method.
MATCH_EXCEPTION_MESSAGE_ID - Static variable in class javax.faces.validator.RegexValidator
The message identifier of the FacesMessage to be created if the act of matching the value against the pattern returned from RegexValidator.getPattern() fails because of a PatternSyntaxException.
matchManagedConnections(Set, Subject, ConnectionRequestInfo) - Method in interface javax.resource.spi.ManagedConnectionFactory
Returns a matched connection from the candidate set of connections.
matrixParam(String, Object...) - Method in interface javax.ws.rs.client.WebTarget
Create a new WebTarget instance by appending a matrix parameter to the existing set of matrix parameters of the current final segment of the URI of the current target instance.
matrixParam(String, Object...) - Method in class javax.ws.rs.core.UriBuilder
Append a matrix parameter to the existing set of matrix parameters of the current final segment of the URI path.
MatrixParam - Annotation Type in javax.ws.rs
Binds the value(s) of a URI matrix parameter to a resource method parameter, resource class field, or resource class bean property.
max(Expression<N>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an aggregate expression applying the numerical max operation.
Max - Annotation Type in javax.validation.constraints
The annotated element must be a number whose value must be lower or equal to the specified maximum.
Max.List - Annotation Type in javax.validation.constraints
Defines several Max annotations on the same element.
MAXIMUM_MESSAGE_ID - Static variable in class javax.faces.validator.DoubleRangeValidator
The message identifier of the FacesMessage to be created if the maximum value check fails.
MAXIMUM_MESSAGE_ID - Static variable in class javax.faces.validator.LengthValidator
The message identifier of the FacesMessage to be created if the maximum length check fails.
MAXIMUM_MESSAGE_ID - Static variable in class javax.faces.validator.LongRangeValidator
The message identifier of the FacesMessage to be created if the maximum value check fails.
MAXUID - Static variable in interface javax.mail.UIDFolder
The largest value possible for a UID, a 32-bit unsigned integer.
MEDIA_TYPE_WILDCARD - Static variable in class javax.ws.rs.core.MediaType
The value of a type or subtype wildcard "*".
MediaType - Class in javax.ws.rs.core
An abstraction for a media type.
MediaType(String, String, Map<String, String>) - Constructor for class javax.ws.rs.core.MediaType
Creates a new instance of MediaType with the supplied type, subtype and parameters.
MediaType(String, String) - Constructor for class javax.ws.rs.core.MediaType
Creates a new instance of MediaType with the supplied type and subtype.
MediaType(String, String, String) - Constructor for class javax.ws.rs.core.MediaType
Creates a new instance of MediaType with the supplied type, subtype and "charset" parameter.
MediaType() - Constructor for class javax.ws.rs.core.MediaType
Creates a new instance of MediaType, both type and subtype are wildcards.
mediaType(MediaType) - Method in interface javax.ws.rs.sse.OutboundSseEvent.Builder
Set the media type of the event data.
mediaTypes(MediaType...) - Static method in class javax.ws.rs.core.Variant
Create a Variant.VariantListBuilder initialized with a set of supported media types.
mediaTypes(MediaType...) - Method in class javax.ws.rs.core.Variant.VariantListBuilder
Set the media type(s) for this variant.
merge(T) - Method in interface javax.persistence.EntityManager
Merge the state of the given entity into the current persistence context.
Message - Interface in javax.jms
The Message interface is the root interface of all Jakarta Messaging messages.
message - Variable in class javax.mail.event.StoreEvent
The message text to be presented to the user.
Message - Class in javax.mail
This class models an email message.
Message() - Constructor for class javax.mail.Message
No-arg version of the constructor.
Message(Folder, int) - Constructor for class javax.mail.Message
Constructor that takes a Folder and a message number.
Message(Session) - Constructor for class javax.mail.Message
Constructor that takes a Session.
Message.RecipientType - Class in javax.mail
This inner class defines the types of recipients allowed by the Message class.
MESSAGE_DELIVERED - Static variable in class javax.mail.event.TransportEvent
Message has been successfully delivered to all recipients by the transport firing this event.
MESSAGE_ID - Static variable in class javax.faces.validator.BeanValidator
The message identifier of the FacesMessage to be created if a constraint failure is found.
MESSAGE_NOT_DELIVERED - Static variable in class javax.mail.event.TransportEvent
Message was not sent for some reason.
MESSAGE_PARTIALLY_DELIVERED - Static variable in class javax.mail.event.TransportEvent
Message was successfully sent to some recipients but not to all.
MessageAware - Interface in javax.mail
An interface optionally implemented by DataSources to supply information to a DataContentHandler about the message context in which the data content object is operating.
MessageBodyReader<T> - Interface in javax.ws.rs.ext
Contract for a provider that supports the conversion of a stream to a Java type.
MessageBodyWriter<T> - Interface in javax.ws.rs.ext
Contract for a provider that supports the conversion of a Java type to a stream.
messageChanged(MessageChangedEvent) - Method in interface javax.mail.event.MessageChangedListener
Invoked when a message is changed.
MessageChangedEvent - Class in javax.mail.event
This class models Message change events.
MessageChangedEvent(Object, int, Message) - Constructor for class javax.mail.event.MessageChangedEvent
Constructor.
MessageChangedListener - Interface in javax.mail.event
This is the Listener interface for MessageChanged events
MessageConsumer - Interface in javax.jms
A client uses a MessageConsumer object to receive messages from a destination.
MessageContext - Class in javax.mail
The context in which a piece of Message content is contained.
MessageContext(Part) - Constructor for class javax.mail.MessageContext
Create a MessageContext object describing the context of the given Part.
MessageContext - Interface in javax.xml.rpc.handler
The interface MessageContext abstracts the message context that is processed by a handler in the handle method.
MessageCountAdapter - Class in javax.mail.event
The adapter which receives MessageCount events.
MessageCountAdapter() - Constructor for class javax.mail.event.MessageCountAdapter
 
MessageCountEvent - Class in javax.mail.event
This class notifies changes in the number of messages in a folder.
MessageCountEvent(Folder, int, boolean, Message[]) - Constructor for class javax.mail.event.MessageCountEvent
Constructor.
MessageCountListener - Interface in javax.mail.event
This is the Listener interface for MessageCount events.
messageDelivered(TransportEvent) - Method in class javax.mail.event.TransportAdapter
 
messageDelivered(TransportEvent) - Method in interface javax.mail.event.TransportListener
Invoked when a Message is succesfully delivered.
MessageDriven - Annotation Type in javax.ejb
Component-defining annotation for a message driven bean.
MessageDrivenBean - Interface in javax.ejb
The MessageDrivenBean interface defines methods that the enterprise bean container uses to notify a message driven bean instance of the instance's life cycle events.
MessageDrivenBeanStats - Interface in javax.management.j2ee.statistics
Specifies the statistics provided by a message driven bean.
MessageDrivenContext - Interface in javax.ejb
The MessageDrivenContext interface provides access to the runtime message-driven context that the container provides for a message-driven bean instance.
MessageEndpoint - Interface in javax.resource.spi.endpoint
This defines a contract for a message endpoint.
MessageEndpointFactory - Interface in javax.resource.spi.endpoint
This serves as a factory for creating message endpoints.
MessageEOFException - Exception in javax.jms
This exception must be thrown when an unexpected end of stream has been reached when a StreamMessage or BytesMessage is being read.
MessageEOFException(String, String) - Constructor for exception javax.jms.MessageEOFException
Constructs a MessageEOFException with the specified reason and error code.
MessageEOFException(String) - Constructor for exception javax.jms.MessageEOFException
Constructs a MessageEOFException with the specified reason.
MessageFormatException - Exception in javax.jms
This exception must be thrown when a Jakarta Messaging client attempts to use a data type not supported by a message or attempts to read data in a message as the wrong type.
MessageFormatException(String, String) - Constructor for exception javax.jms.MessageFormatException
Constructs a MessageFormatException with the specified reason and error code.
MessageFormatException(String) - Constructor for exception javax.jms.MessageFormatException
Constructs a MessageFormatException with the specified reason.
MessageFormatRuntimeException - Exception in javax.jms
This unchecked exception must be thrown when a Jakarta Messaging application attempts to use a data type not supported by a message or attempts to read data in a message as the wrong type, and the method signature does not permit a MessageFormatException to be thrown.
MessageFormatRuntimeException(String) - Constructor for exception javax.jms.MessageFormatRuntimeException
Constructs a MessageFormatRuntimeException with the specified detail message
MessageFormatRuntimeException(String, String) - Constructor for exception javax.jms.MessageFormatRuntimeException
Constructs a MessageFormatRuntimeException with the specified detail message and error code.
MessageFormatRuntimeException(String, String, Throwable) - Constructor for exception javax.jms.MessageFormatRuntimeException
Constructs a MessageFormatRuntimeException with the specified detail message, error code and cause
MessageHandler - Interface in javax.websocket
Developers implement MessageHandlers in order to receive incoming messages during a web socket conversation.
MessageHandler.Partial<T> - Interface in javax.websocket
This kind of handler is notified by the implementation as it becomes ready to deliver parts of a whole message.
MessageHandler.Whole<T> - Interface in javax.websocket
This kind of handler is notified by the container on arrival of a complete message.
MessageIDTerm - Class in javax.mail.search
This term models the RFC822 "MessageId" - a message-id for Internet messages that is supposed to be unique per message.
MessageIDTerm(String) - Constructor for class javax.mail.search.MessageIDTerm
Constructor.
MessageInfo - Interface in javax.security.auth.message
A container (message processing runtime) uses this interface to pass messages and message processing state to authentication contexts for processing by authentication mechanisms (modules).
messageInterpolator(MessageInterpolator) - Method in interface javax.validation.Configuration
Defines the message interpolator used.
MessageInterpolator - Interface in javax.validation
Interpolates a given constraint violation message.
messageInterpolator(MessageInterpolator) - Method in interface javax.validation.ValidatorContext
Defines the message interpolator implementation used by the Validator.
MessageInterpolator.Context - Interface in javax.validation
Information related to the interpolation context.
MessageListener - Interface in javax.jms
A MessageListener object is used to receive asynchronously delivered messages.
MessageListener - Interface in javax.resource.cci
This serves as a request-response message listener type that message endpoints (message-driven beans) may implement.
messageNotDelivered(TransportEvent) - Method in class javax.mail.event.TransportAdapter
 
messageNotDelivered(TransportEvent) - Method in interface javax.mail.event.TransportListener
Invoked when a Message is not delivered.
MessageNotReadableException - Exception in javax.jms
This exception must be thrown when a Jakarta Messaging client attempts to read a write-only message.
MessageNotReadableException(String, String) - Constructor for exception javax.jms.MessageNotReadableException
Constructs a MessageNotReadableException with the specified reason and error code.
MessageNotReadableException(String) - Constructor for exception javax.jms.MessageNotReadableException
Constructs a MessageNotReadableException with the specified reason.
MessageNotWriteableException - Exception in javax.jms
This exception must be thrown when a Jakarta Messaging client attempts to write to a read-only message.
MessageNotWriteableException(String, String) - Constructor for exception javax.jms.MessageNotWriteableException
Constructs a MessageNotWriteableException with the specified reason and error code.
MessageNotWriteableException(String) - Constructor for exception javax.jms.MessageNotWriteableException
Constructs a MessageNotWriteableException with the specified reason.
MessageNotWriteableRuntimeException - Exception in javax.jms
This unchecked exception must be thrown when a Jakarta Messaging client attempts to write to a read-only message.
MessageNotWriteableRuntimeException(String, String) - Constructor for exception javax.jms.MessageNotWriteableRuntimeException
Constructs a MessageNotWriteableRuntimeException with the specified reason and error code.
MessageNotWriteableRuntimeException(String) - Constructor for exception javax.jms.MessageNotWriteableRuntimeException
Constructs a MessageNotWriteableRuntimeException with the specified reason.
MessageNotWriteableRuntimeException(String, String, Throwable) - Constructor for exception javax.jms.MessageNotWriteableRuntimeException
Constructs a MessageNotWriteableRuntimeException with the specified detail message, error code and cause
MessageNumberTerm - Class in javax.mail.search
This class implements comparisons for Message numbers.
MessageNumberTerm(int) - Constructor for class javax.mail.search.MessageNumberTerm
Constructor.
messagePartiallyDelivered(TransportEvent) - Method in class javax.mail.event.TransportAdapter
 
messagePartiallyDelivered(TransportEvent) - Method in interface javax.mail.event.TransportListener
Invoked when a Message is partially delivered.
MessagePolicy - Class in javax.security.auth.message
This class defines a message authentication policy.
MessagePolicy(MessagePolicy.TargetPolicy[], boolean) - Constructor for class javax.security.auth.message.MessagePolicy
Create a MessagePolicy instance with an array of target policies.
MessagePolicy.ProtectionPolicy - Interface in javax.security.auth.message
This interface is used to represent message authentication policy.
MessagePolicy.Target - Interface in javax.security.auth.message
This interface is used to represent and perform message targeting.
MessagePolicy.TargetPolicy - Class in javax.security.auth.message
This class defines the message protection policies for specific Targets.
MessageProducer - Interface in javax.jms
A client uses a MessageProducer object to send messages to a destination.
MessageRemovedException - Exception in javax.mail
The exception thrown when an invalid method is invoked on an expunged Message.
MessageRemovedException() - Constructor for exception javax.mail.MessageRemovedException
Constructs a MessageRemovedException with no detail message.
MessageRemovedException(String) - Constructor for exception javax.mail.MessageRemovedException
Constructs a MessageRemovedException with the specified detail message.
MessageRemovedException(String, Exception) - Constructor for exception javax.mail.MessageRemovedException
Constructs a MessageRemovedException with the specified detail message and embedded exception.
messagesAdded(MessageCountEvent) - Method in class javax.mail.event.MessageCountAdapter
 
messagesAdded(MessageCountEvent) - Method in interface javax.mail.event.MessageCountListener
Invoked when messages are added into a folder.
messagesRemoved(MessageCountEvent) - Method in class javax.mail.event.MessageCountAdapter
 
messagesRemoved(MessageCountEvent) - Method in interface javax.mail.event.MessageCountListener
Invoked when messages are removed (expunged) from a folder.
MessagingException - Exception in javax.mail
The base class for all exceptions thrown by the Messaging classes
MessagingException() - Constructor for exception javax.mail.MessagingException
Constructs a MessagingException with no detail message.
MessagingException(String) - Constructor for exception javax.mail.MessagingException
Constructs a MessagingException with the specified detail message.
MessagingException(String, Exception) - Constructor for exception javax.mail.MessagingException
Constructs a MessagingException with the specified Exception and detail message.
Metadata - Class in javax.faces.view.facelets

There are concrete subclasses within the implementation that map concepts in the Facelet VDL page to Jakarta Server Faces Java API calls the appropriate instances.

Metadata() - Constructor for class javax.faces.view.facelets.Metadata
 
METADATA_FACET_NAME - Static variable in class javax.faces.component.UIViewRoot
 
MetadataTarget - Class in javax.faces.view.facelets

Information used with MetaRule for determining how and what Metadata should be wired.

MetadataTarget() - Constructor for class javax.faces.view.facelets.MetadataTarget
 
Metamodel - Interface in javax.persistence.metamodel
Provides access to the metamodel of persistent entities in the persistence unit.
MetaRule - Class in javax.faces.view.facelets

The root class of the abstraction that dictates how attributes on a markup element in a Facelets VDL page are wired to the Jakarta Server Faces API object instance associated with that element.

MetaRule() - Constructor for class javax.faces.view.facelets.MetaRule
 
MetaRuleset - Class in javax.faces.view.facelets

A mutable set of rules to be used in auto-wiring state to a particular object instance.

MetaRuleset() - Constructor for class javax.faces.view.facelets.MetaRuleset
 
MetaTagHandler - Class in javax.faces.view.facelets

Every kind of markup element in Facelets VDL that has attributes that need to take action on a Jakarta Server Faces Java API artifact is associated with an instance of this class.

MetaTagHandler(TagConfig) - Constructor for class javax.faces.view.facelets.MetaTagHandler
Constructor.
method(String) - Method in interface javax.servlet.http.PushBuilder
Set the method to be used for the push.
method(String) - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke an arbitrary method for the current request asynchronously.
method(String, Class<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke an arbitrary method for the current request asynchronously.
method(String, GenericType<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke an arbitrary method for the current request asynchronously.
method(String, InvocationCallback<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke an arbitrary method for the current request asynchronously.
method(String, Entity<?>) - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke an arbitrary method for the current request asynchronously.
method(String, Entity<?>, Class<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke an arbitrary method for the current request asynchronously.
method(String, Entity<?>, GenericType<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke an arbitrary method for the current request asynchronously.
method(String, Entity<?>, InvocationCallback<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke an arbitrary method for the current request asynchronously.
method(String) - Method in interface javax.ws.rs.client.CompletionStageRxInvoker
 
method(String, Class<T>) - Method in interface javax.ws.rs.client.CompletionStageRxInvoker
 
method(String, GenericType<T>) - Method in interface javax.ws.rs.client.CompletionStageRxInvoker
 
method(String, Entity<?>) - Method in interface javax.ws.rs.client.CompletionStageRxInvoker
 
method(String, Entity<?>, Class<T>) - Method in interface javax.ws.rs.client.CompletionStageRxInvoker
 
method(String, Entity<?>, GenericType<T>) - Method in interface javax.ws.rs.client.CompletionStageRxInvoker
 
method(String) - Method in interface javax.ws.rs.client.RxInvoker
Invoke an arbitrary method for the current request.
method(String, Class<R>) - Method in interface javax.ws.rs.client.RxInvoker
Invoke an arbitrary method for the current request.
method(String, GenericType<R>) - Method in interface javax.ws.rs.client.RxInvoker
Invoke an arbitrary method for the current request.
method(String, Entity<?>) - Method in interface javax.ws.rs.client.RxInvoker
Invoke an arbitrary method for the current request.
method(String, Entity<?>, Class<R>) - Method in interface javax.ws.rs.client.RxInvoker
Invoke an arbitrary method for the current request.
method(String, Entity<?>, GenericType<R>) - Method in interface javax.ws.rs.client.RxInvoker
Invoke an arbitrary method for the current request.
method(String) - Method in interface javax.ws.rs.client.SyncInvoker
Invoke an arbitrary method for the current request synchronously.
method(String, Class<T>) - Method in interface javax.ws.rs.client.SyncInvoker
Invoke an arbitrary method for the current request synchronously.
method(String, GenericType<T>) - Method in interface javax.ws.rs.client.SyncInvoker
Invoke an arbitrary method for the current request synchronously.
method(String, Entity<?>) - Method in interface javax.ws.rs.client.SyncInvoker
Invoke an arbitrary method for the current request synchronously.
method(String, Entity<?>, Class<T>) - Method in interface javax.ws.rs.client.SyncInvoker
Invoke an arbitrary method for the current request synchronously.
method(String, Entity<?>, GenericType<T>) - Method in interface javax.ws.rs.client.SyncInvoker
Invoke an arbitrary method for the current request synchronously.
MethodBinding - Class in javax.faces.el
Deprecated.
This has been replaced by MethodExpression.
MethodBinding() - Constructor for class javax.faces.el.MethodBinding
Deprecated.
 
MethodCallBuilder - Class in javax.faces.flow.builder

Create a method call node in the current Flow.

MethodCallBuilder() - Constructor for class javax.faces.flow.builder.MethodCallBuilder
 
methodCallNode(String) - Method in class javax.faces.flow.builder.FlowBuilder

Define a method call node.

MethodCallNode - Class in javax.faces.flow

Represents a method call node in the flow graph.

MethodCallNode() - Constructor for class javax.faces.flow.MethodCallNode
 
MethodDescriptor - Interface in javax.validation.metadata
Describes a validated method.
MethodExpression - Class in javax.el
An Expression that refers to a method on an object.
MethodExpression() - Constructor for class javax.el.MethodExpression
 
MethodExpressionActionListener - Class in javax.faces.event
MethodExpressionActionListener is an ActionListener that wraps a MethodExpression.
MethodExpressionActionListener() - Constructor for class javax.faces.event.MethodExpressionActionListener
 
MethodExpressionActionListener(MethodExpression) - Constructor for class javax.faces.event.MethodExpressionActionListener
Construct a ValueChangeListener that contains a MethodExpression.
MethodExpressionActionListener(MethodExpression, MethodExpression) - Constructor for class javax.faces.event.MethodExpressionActionListener
 
MethodExpressionValidator - Class in javax.faces.validator
MethodExpressionValidator is a Validator that wraps a MethodExpression, and it performs validation by executing a method on an object identified by the MethodExpression.
MethodExpressionValidator() - Constructor for class javax.faces.validator.MethodExpressionValidator
 
MethodExpressionValidator(MethodExpression) - Constructor for class javax.faces.validator.MethodExpressionValidator
Construct a Validator that contains a MethodExpression.
MethodExpressionValueChangeListener - Class in javax.faces.event
MethodExpressionValueChangeListener is a ValueChangeListener that wraps a MethodExpression.
MethodExpressionValueChangeListener() - Constructor for class javax.faces.event.MethodExpressionValueChangeListener
 
MethodExpressionValueChangeListener(MethodExpression) - Constructor for class javax.faces.event.MethodExpressionValueChangeListener
Construct a ValueChangeListener that contains a MethodExpression.To accommodate method expression targets that take no arguments instead of taking a ValueChangeEvent argument, the implementation of this class must take the argument methodExpressionOneArg, extract its expression string, and create another MethodExpression whose expected param types match those of a zero argument method.
MethodExpressionValueChangeListener(MethodExpression, MethodExpression) - Constructor for class javax.faces.event.MethodExpressionValueChangeListener
Construct a ValueChangeListener that contains a MethodExpression.
MethodInfo - Class in javax.el
Holds information about a method that a MethodExpression evaluated to.
MethodInfo(String, Class<?>, Class<?>[]) - Constructor for class javax.el.MethodInfo
Creates a new instance of MethodInfo with the given information.
MethodNotFoundException - Exception in javax.el
Thrown when a method could not be found while evaluating a MethodExpression.
MethodNotFoundException() - Constructor for exception javax.el.MethodNotFoundException
Creates a MethodNotFoundException with no detail message.
MethodNotFoundException(String) - Constructor for exception javax.el.MethodNotFoundException
Creates a MethodNotFoundException with the provided detail message.
MethodNotFoundException(Throwable) - Constructor for exception javax.el.MethodNotFoundException
Creates a MethodNotFoundException with the given root cause.
MethodNotFoundException(String, Throwable) - Constructor for exception javax.el.MethodNotFoundException
Creates a MethodNotFoundException with the given detail message and root cause.
MethodNotFoundException - Exception in javax.faces.el
Deprecated.
This has been replaced by MethodNotFoundException.
MethodNotFoundException() - Constructor for exception javax.faces.el.MethodNotFoundException
Deprecated.
Construct a new exception with no detail message or root cause.
MethodNotFoundException(String) - Constructor for exception javax.faces.el.MethodNotFoundException
Deprecated.
Construct a new exception with the specified detail message and no root cause.
MethodNotFoundException(Throwable) - Constructor for exception javax.faces.el.MethodNotFoundException
Deprecated.
Construct a new exception with the specified root cause.
MethodNotFoundException(String, Throwable) - Constructor for exception javax.faces.el.MethodNotFoundException
Deprecated.
Construct a new exception with the specified detail message and root cause.
MethodNotSupportedException - Exception in javax.mail
The exception thrown when a method is not supported by the implementation
MethodNotSupportedException() - Constructor for exception javax.mail.MethodNotSupportedException
Constructs a MethodNotSupportedException with no detail message.
MethodNotSupportedException(String) - Constructor for exception javax.mail.MethodNotSupportedException
Constructs a MethodNotSupportedException with the specified detail message.
MethodNotSupportedException(String, Exception) - Constructor for exception javax.mail.MethodNotSupportedException
Constructs a MethodNotSupportedException with the specified detail message and embedded exception.
methods() - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
 
MethodType - Enum in javax.validation.metadata
Represents the type of a method: getter or non getter.
Metric - Interface in javax.batch.runtime
The Metric interface defines job metrics recorded by the batch runtime.
Metric.MetricType - Enum in javax.batch.runtime
The enum defining the specification-defined metric types.
MIME - Static variable in class javax.mail.internet.HeaderTokenizer
MIME specials
MimeBodyPart - Class in javax.mail.internet
This class represents a MIME body part.
MimeBodyPart() - Constructor for class javax.mail.internet.MimeBodyPart
An empty MimeBodyPart object is created.
MimeBodyPart(InputStream) - Constructor for class javax.mail.internet.MimeBodyPart
Constructs a MimeBodyPart by reading and parsing the data from the specified input stream.
MimeBodyPart(InternetHeaders, byte[]) - Constructor for class javax.mail.internet.MimeBodyPart
Constructs a MimeBodyPart using the given header and content bytes.
mimeCharset(String) - Static method in class javax.mail.internet.MimeUtility
Convert a java charset into its MIME charset name.
MimeMessage - Class in javax.mail.internet
This class represents a MIME style email message.
MimeMessage(Session) - Constructor for class javax.mail.internet.MimeMessage
Default constructor.
MimeMessage(Session, InputStream) - Constructor for class javax.mail.internet.MimeMessage
Constructs a MimeMessage by reading and parsing the data from the specified MIME InputStream.
MimeMessage(MimeMessage) - Constructor for class javax.mail.internet.MimeMessage
Constructs a new MimeMessage with content initialized from the source MimeMessage.
MimeMessage(Folder, int) - Constructor for class javax.mail.internet.MimeMessage
Constructs an empty MimeMessage object with the given Folder and message number.
MimeMessage(Folder, InputStream, int) - Constructor for class javax.mail.internet.MimeMessage
Constructs a MimeMessage by reading and parsing the data from the specified MIME InputStream.
MimeMessage(Folder, InternetHeaders, byte[], int) - Constructor for class javax.mail.internet.MimeMessage
Constructs a MimeMessage from the given InternetHeaders object and content.
MimeMessage.RecipientType - Class in javax.mail.internet
This inner class extends the javax.mail.Message.RecipientType class to add additional RecipientTypes.
MimeMultipart - Class in javax.mail.internet
The MimeMultipart class is an implementation of the abstract Multipart class that uses MIME conventions for the multipart data.
MimeMultipart() - Constructor for class javax.mail.internet.MimeMultipart
Default constructor.
MimeMultipart(String) - Constructor for class javax.mail.internet.MimeMultipart
Construct a MimeMultipart object of the given subtype.
MimeMultipart(BodyPart...) - Constructor for class javax.mail.internet.MimeMultipart
Construct a MimeMultipart object of the default "mixed" subtype, and with the given body parts.
MimeMultipart(String, BodyPart...) - Constructor for class javax.mail.internet.MimeMultipart
Construct a MimeMultipart object of the given subtype and with the given body parts.
MimeMultipart(DataSource) - Constructor for class javax.mail.internet.MimeMultipart
Constructs a MimeMultipart object and its bodyparts from the given DataSource.
MimePart - Interface in javax.mail.internet
The MimePart interface models an Entity as defined by MIME (RFC2045, Section 2.4).
MimePartDataSource - Class in javax.mail.internet
A utility class that implements a DataSource out of a MimePart.
MimePartDataSource(MimePart) - Constructor for class javax.mail.internet.MimePartDataSource
Constructor, that constructs a DataSource from a MimePart.
MimeUtility - Class in javax.mail.internet
This is a utility class that provides various MIME related functionality.
min(Expression<N>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an aggregate expression applying the numerical min operation.
Min - Annotation Type in javax.validation.constraints
The annotated element must be a number whose value must be higher or equal to the specified minimum.
Min.List - Annotation Type in javax.validation.constraints
Defines several Min annotations on the same element.
MINIMUM_MESSAGE_ID - Static variable in class javax.faces.validator.DoubleRangeValidator
The message identifier of the FacesMessage to be created if the minimum value check fails.
MINIMUM_MESSAGE_ID - Static variable in class javax.faces.validator.LengthValidator
The message identifier of the FacesMessage to be created if the minimum length check fails.
MINIMUM_MESSAGE_ID - Static variable in class javax.faces.validator.LongRangeValidator
The message identifier of the FacesMessage to be created if the minimum value check fails.
minute(String) - Method in class javax.ejb.ScheduleExpression
Set the minute attribute.
minute(int) - Method in class javax.ejb.ScheduleExpression
Set the minute attribute.
mod(Expression<Integer>, Expression<Integer>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression that returns the modulus of its arguments.
mod(Expression<Integer>, Integer) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression that returns the modulus of its arguments.
mod(Integer, Expression<Integer>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression that returns the modulus of its arguments.
mode - Variable in class javax.mail.Folder
The open mode of this folder.
Model - Annotation Type in javax.enterprise.inject
The built-in stereotype intended for use with beans that define the model layer of an MVC web application architecture such as JSF.
modified - Variable in class javax.mail.internet.MimeMessage
A flag indicating whether the message has been modified.
modifyHandshake(ServerEndpointConfig, HandshakeRequest, HandshakeResponse) - Method in class javax.websocket.server.ServerEndpointConfig.Configurator
Called by the container after it has formulated a handshake response resulting from a well-formed handshake request.
MODULES - Static variable in class javax.ejb.embeddable.EJBContainer
Standard property name for specifying the set of modules to be initialized.
ModuleType - Class in javax.enterprise.deploy.shared
Class ModuleTypes defines enumeration values for the Jakarta EE module types.
ModuleType(int) - Constructor for class javax.enterprise.deploy.shared.ModuleType
Construct a new enumeration value with the given integer value.
month(String) - Method in class javax.ejb.ScheduleExpression
Set the month attribute.
month(int) - Method in class javax.ejb.ScheduleExpression
Set the month attribute.
move(String, String) - Method in interface javax.json.JsonPatchBuilder
Adds a "move" JSON Patch operation.
msg - Variable in class javax.mail.event.MessageChangedEvent
The message that changed.
msg - Variable in class javax.mail.event.TransportEvent
The Message to which this event applies.
msgnum - Variable in class javax.mail.Message
The number of this message within its folder, or zero if the message was not retrieved from a folder.
msgs - Variable in class javax.mail.event.MessageCountEvent
The messages.
Multipart - Class in javax.mail
Multipart is a container that holds multiple body parts.
Multipart() - Constructor for class javax.mail.Multipart
Default constructor.
MULTIPART_FORM_DATA - Static variable in class javax.ws.rs.core.MediaType
A String constant representing "multipart/form-data" media type.
MULTIPART_FORM_DATA_TYPE - Static variable in class javax.ws.rs.core.MediaType
A MediaType constant representing "multipart/form-data" media type.
MultipartConfig - Annotation Type in javax.servlet.annotation
Annotation that may be specified on a Servlet class, indicating that instances of the Servlet expect requests that conform to the multipart/form-data MIME type.
MultipartConfigElement - Class in javax.servlet
Java Class represntation of an MultipartConfig annotation value.
MultipartConfigElement(String) - Constructor for class javax.servlet.MultipartConfigElement
Constructs an instance with defaults for all but location.
MultipartConfigElement(String, long, long, int) - Constructor for class javax.servlet.MultipartConfigElement
Constructs an instance with all values specified.
MultipartConfigElement(MultipartConfig) - Constructor for class javax.servlet.MultipartConfigElement
Constructs an instance from a MultipartConfig annotation value.
MultipartDataSource - Interface in javax.mail
MultipartDataSource is a DataSource that contains body parts.
multiselect(Selection<?>...) - Method in interface javax.persistence.criteria.CriteriaQuery
Specify the selection items that are to be returned in the query result.
multiselect(List<Selection<?>>) - Method in interface javax.persistence.criteria.CriteriaQuery
Specify the selection items that are to be returned in the query result.
MultivaluedHashMap<K,V> - Class in javax.ws.rs.core
A hash table based implementation of MultivaluedMap interface.
MultivaluedHashMap() - Constructor for class javax.ws.rs.core.MultivaluedHashMap
Constructs an empty multivalued hash map with the default initial capacity (16) and the default load factor (0.75).
MultivaluedHashMap(int) - Constructor for class javax.ws.rs.core.MultivaluedHashMap
Constructs an empty multivalued hash map with the specified initial capacity and the default load factor (0.75).
MultivaluedHashMap(int, float) - Constructor for class javax.ws.rs.core.MultivaluedHashMap
Constructs an empty multivalued hash map with the specified initial capacity and load factor.
MultivaluedHashMap(MultivaluedMap<? extends K, ? extends V>) - Constructor for class javax.ws.rs.core.MultivaluedHashMap
Constructs a new multivalued hash map with the same mappings as the specified MultivaluedMap.
MultivaluedHashMap(Map<? extends K, ? extends V>) - Constructor for class javax.ws.rs.core.MultivaluedHashMap
Constructs a new multivalued hash map with the same mappings as the specified single-valued Map.
MultivaluedMap<K,V> - Interface in javax.ws.rs.core
A map of key-values pairs.

N

name(String) - Method in interface javax.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Set the name of the configured bean
name(String) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Set the name of the configured bean
name - Variable in class javax.mail.Header
The name of the header.
name - Variable in class javax.mail.Quota.Resource
The name of the resource.
name - Variable in class javax.resource.spi.work.HintsContext
 
name(String) - Method in interface javax.ws.rs.sse.OutboundSseEvent.Builder
Set event name.
NAME_HINT - Static variable in class javax.resource.spi.work.HintsContext
 
NameBinding - Annotation Type in javax.ws.rs
Meta-annotation used to create name binding annotations for filters and interceptors.
Named - Annotation Type in javax.inject
String-based qualifier.
NamedAttributeNode - Annotation Type in javax.persistence
A NamedAttributeNode is a member element of a NamedEntityGraph.
NamedEntityGraph - Annotation Type in javax.persistence
Used to specify the path and boundaries for a find operation or query.
NamedEntityGraphs - Annotation Type in javax.persistence
Used to group NamedEntityGraph annotations.
NamedEvent - Annotation Type in javax.faces.event

The presence of this annotation on a class automatically registers the class with the runtime as a ComponentSystemEvent for use with the <f:event /> tag in a page.

NamedLiteral - Class in javax.enterprise.inject.literal
Supports inline instantiation of the Named qualifier.
NamedNativeQueries - Annotation Type in javax.persistence
Specifies multiple native SQL named queries.
NamedNativeQuery - Annotation Type in javax.persistence
Specifies a named native SQL query.
NamedQueries - Annotation Type in javax.persistence
Specifies multiple named Jakarta Persistence query language queries.
NamedQuery - Annotation Type in javax.persistence
Specifies a static, named query in the Jakarta Persistence query language.
NamedStoredProcedureQueries - Annotation Type in javax.persistence
Specifies multiple named stored procedure queries.
NamedStoredProcedureQuery - Annotation Type in javax.persistence
Specifies and names a stored procedure, its parameters, and its result type.
NamedSubgraph - Annotation Type in javax.persistence
A NamedSubgraph is a member element of a NamedEntityGraph.
NAMESPACE - Static variable in annotation type javax.faces.component.FacesComponent

Components that declare a createTag = true attribute will be placed into this tag namespace if the namespace attribute is omitted.

NamespaceConstants - Class in javax.xml.rpc
Constants used in Jakarta XML RPC for namespace prefixes and URIs
NamespaceConstants() - Constructor for class javax.xml.rpc.NamespaceConstants
 
NamingContainer - Interface in javax.faces.component
NamingContainer is an interface that must be implemented by any UIComponent that wants to be a naming container.
NavigationCase - Class in javax.faces.application

NavigationCase represents a <navigation-case> in the navigation rule base, as well as the <from-view-id> with which this <navigation-case> is a sibling.

NavigationCase(String, String, String, String, String, Map<String, List<String>>, boolean, boolean) - Constructor for class javax.faces.application.NavigationCase

Construct a new NavigationCase based on the provided arguments.

NavigationCase(String, String, String, String, String, String, Map<String, List<String>>, boolean, boolean) - Constructor for class javax.faces.application.NavigationCase

Construct a new NavigationCase based on the provided arguments.

navigationCase() - Method in class javax.faces.flow.builder.FlowBuilder

Define a particular combination of conditions that must match for this case to be executed, and the view id of the component tree that should be selected next.

NavigationCaseBuilder - Class in javax.faces.flow.builder

Create a navigation case in the current Flow.

NavigationCaseBuilder() - Constructor for class javax.faces.flow.builder.NavigationCaseBuilder
 
NavigationCaseBuilder.RedirectBuilder - Class in javax.faces.flow.builder

Allows populating the redirect with parameters and setting the includeViewParams option.

NavigationCaseWrapper - Class in javax.faces.application

Provides a simple implementation of NavigationCase that can be subclassed by developers wishing to provide specialized behavior to an existing NavigationCase instance.

NavigationCaseWrapper() - Constructor for class javax.faces.application.NavigationCaseWrapper
Deprecated.
Use the other constructor taking the implementation being wrapped.
NavigationCaseWrapper(NavigationCase) - Constructor for class javax.faces.application.NavigationCaseWrapper

If this navigation case has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.

NavigationHandler - Class in javax.faces.application
A NavigationHandler is passed the outcome string returned by an application action invoked for this application, and will use this (along with related state information) to choose the view to be displayed next.
NavigationHandler() - Constructor for class javax.faces.application.NavigationHandler
 
NavigationHandlerWrapper - Class in javax.faces.application

NavigationHandlerWrapper provides a simple implementation of NavigationHandler that can be subclassed by developers wishing to provide specialized behavior to an existing NavigationHandler instance.

NavigationHandlerWrapper() - Constructor for class javax.faces.application.NavigationHandlerWrapper
Deprecated.
Use the other constructor taking the implementation being wrapped.
NavigationHandlerWrapper(NavigationHandler) - Constructor for class javax.faces.application.NavigationHandlerWrapper

If this navigation handler has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.

NE - Static variable in class javax.mail.search.ComparisonTerm
 
neg(Expression<N>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression that returns the arithmetic negation of its argument.
Negative - Annotation Type in javax.validation.constraints
The annotated element must be a strictly negative number (i.e.
Negative.List - Annotation Type in javax.validation.constraints
Defines several Negative constraints on the same element.
NegativeOrZero - Annotation Type in javax.validation.constraints
The annotated element must be a negative number or 0.
NegativeOrZero.List - Annotation Type in javax.validation.constraints
Defines several NegativeOrZero constraints on the same element.
NESTED - Static variable in class javax.servlet.jsp.tagext.VariableInfo
Scope information that scripting variable is visible only within the start/end tags.
New - Annotation Type in javax.enterprise.inject
The New qualifier was deprecated in CDI 1.1.
New.Literal - Class in javax.enterprise.inject
Supports inline instantiation of the New qualifier.
newAuthentication(boolean) - Method in class javax.security.enterprise.authentication.mechanism.http.AuthenticationParameters
Signal to the authentication mechanism responding to the authenticate call in which these AuthenticationParameters are passed, that an explicit new authentication dialog is required, as opposed to continuing a potentially existing one.
newBroadcaster() - Method in interface javax.ws.rs.sse.Sse
Get a new Server-sent event broadcaster.
newBuilder() - Static method in interface javax.json.bind.JsonbBuilder
Create a new JsonbBuilder instance as returned by the default JsonbProvider.provider() method.
newBuilder(String) - Static method in interface javax.json.bind.JsonbBuilder
Create a new JsonbBuilder instance as returned by JsonbProvider.provider(String) method.
newBuilder(JsonbProvider) - Static method in interface javax.json.bind.JsonbBuilder
Create a new JsonbBuilder instance as returned by provider#create call.
newBuilder() - Static method in class javax.ws.rs.client.ClientBuilder
Create a new ClientBuilder instance using the default client builder implementation class provided by the implementation provider.
newClient() - Static method in class javax.ws.rs.client.ClientBuilder
Create a new Client instance using the default client builder implementation class provided by the implementation provider.
newClient(Configuration) - Static method in class javax.ws.rs.client.ClientBuilder
Create a new custom-configured Client instance using the default client builder implementation class provided by the implementation provider.
NewCookie - Class in javax.ws.rs.core
Used to create a new HTTP cookie, transferred in a response.
NewCookie(String, String) - Constructor for class javax.ws.rs.core.NewCookie
Create a new instance.
NewCookie(String, String, String, String, String, int, boolean) - Constructor for class javax.ws.rs.core.NewCookie
Create a new instance.
NewCookie(String, String, String, String, String, int, boolean, boolean) - Constructor for class javax.ws.rs.core.NewCookie
Create a new instance.
NewCookie(String, String, String, String, int, String, int, boolean) - Constructor for class javax.ws.rs.core.NewCookie
Create a new instance.
NewCookie(String, String, String, String, int, String, int, Date, boolean, boolean) - Constructor for class javax.ws.rs.core.NewCookie
Create a new instance.
NewCookie(Cookie) - Constructor for class javax.ws.rs.core.NewCookie
Create a new instance copying the information in the supplied cookie.
NewCookie(Cookie, String, int, boolean) - Constructor for class javax.ws.rs.core.NewCookie
Create a new instance supplementing the information in the supplied cookie.
NewCookie(Cookie, String, int, Date, boolean, boolean) - Constructor for class javax.ws.rs.core.NewCookie
Create a new instance supplementing the information in the supplied cookie.
newEvent(String) - Method in interface javax.ws.rs.sse.Sse
Create new OutboundSseEvent from provided data.
newEvent(String, String) - Method in interface javax.ws.rs.sse.Sse
Create new OutboundSseEvent from provided data and name.
newEventBuilder() - Method in interface javax.ws.rs.sse.Sse
Get a new outbound event builder.
newFolder - Variable in class javax.mail.event.FolderEvent
The folder that represents the new name, in case of a RENAMED event.
newInstance() - Static method in class javax.el.ExpressionFactory
Creates a new instance of a ExpressionFactory.
newInstance(Properties) - Static method in class javax.el.ExpressionFactory
Create a new instance of a ExpressionFactory, with optional properties.
newInstance() - Static method in class javax.enterprise.inject.se.SeContainerInitializer
Returns an instance of SeContainerInitializer Each call returns a new instance
newInstance() - Method in class javax.enterprise.inject.spi.Unmanaged
Instantiate a new UnmanagedInstance
newInstance(URL) - Method in interface javax.faces.view.facelets.FaceletCache.MemberFactory

Create a Facelet or View Metadata Facelet (depending on the type of factory this is) for the argument URL.

newInstance() - Static method in class javax.ws.rs.core.Response.ResponseBuilder
Create a new builder instance.
newInstance() - Static method in class javax.ws.rs.core.UriBuilder
Creates a new instance of UriBuilder.
newInstance() - Static method in class javax.ws.rs.core.Variant.VariantListBuilder
Create a new builder instance.
newInstance() - Static method in class javax.xml.registry.ConnectionFactory
Creates a default ConnectionFactory object.
newInstance() - Static method in class javax.xml.rpc.ServiceFactory
Gets an instance of the ServiceFactory
newLine() - Method in class javax.servlet.jsp.JspWriter
Write a line separator.
newPushBuilder() - Method in interface javax.servlet.http.HttpServletRequest
Instantiates a new instance of PushBuilder for issuing server push responses from the current request.
newPushBuilder() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to call newPushBuilder on the wrapped request object.
NewsAddress - Class in javax.mail.internet
This class models an RFC1036 newsgroup address.
NewsAddress() - Constructor for class javax.mail.internet.NewsAddress
Default constructor.
NewsAddress(String) - Constructor for class javax.mail.internet.NewsAddress
Construct a NewsAddress with the given newsgroup.
NewsAddress(String, String) - Constructor for class javax.mail.internet.NewsAddress
Construct a NewsAddress with the given newsgroup and host.
newsgroup - Variable in class javax.mail.internet.NewsAddress
 
NEWSGROUPS - Static variable in class javax.mail.internet.MimeMessage.RecipientType
The "Newsgroup" (Usenet news) recipients.
newStream(long, long) - Method in interface javax.mail.internet.SharedInputStream
Return a new InputStream representing a subset of the data from this InputStream, starting at start (inclusive) up to end (exclusive).
newStream(long, long) - Method in class javax.mail.util.SharedByteArrayInputStream
Return a new InputStream representing a subset of the data from this InputStream, starting at start (inclusive) up to end (exclusive).
newStream(long, long) - Method in class javax.mail.util.SharedFileInputStream
Return a new InputStream representing a subset of the data from this InputStream, starting at start (inclusive) up to end (exclusive).
next() - Method in interface javax.json.stream.JsonParser
Returns the event for the next parsing state.
next() - Method in class javax.mail.internet.HeaderTokenizer
Parses the next token from this String.
next(char) - Method in class javax.mail.internet.HeaderTokenizer
Parses the next token from this String.
next(char, boolean) - Method in class javax.mail.internet.HeaderTokenizer
Parses the next token from this String.
next() - Method in class javax.servlet.jsp.jstl.core.LoopTagSupport
Returns the next object over which the tag should iterate.
nextHandler - Variable in class javax.faces.view.facelets.TagHandler

A reference to the FaceletHandler that represents the first nested child of this TagHandler instance.

NO_BUFFER - Static variable in class javax.servlet.jsp.JspWriter
Constant indicating that the Writer is not buffering output.
NO_TIMEOUT - Static variable in interface javax.ws.rs.container.AsyncResponse
Constant specifying no suspend timeout value.
noContent() - Static method in class javax.ws.rs.core.Response
Create a new ResponseBuilder for an empty response.
NoContentException - Exception in javax.ws.rs.core
An I/O exception thrown by MessageBodyReader implementations when reading a zero-length message content to indicate that the message body reader is not able to produce an instance representing an zero-length message content.
NoContentException(String) - Constructor for exception javax.ws.rs.core.NoContentException
Construct a new NoContentException instance.
NoContentException(String, Throwable) - Constructor for exception javax.ws.rs.core.NoContentException
Construct a new NoContentException instance.
NoContentException(Throwable) - Constructor for exception javax.ws.rs.core.NoContentException
Construct a new NoContentException instance.
NodeBuilder - Interface in javax.faces.flow.builder

Base interface for building all kinds of flow nodes.

NoMoreTimeoutsException - Exception in javax.ejb
This exception indicates that a calendar-based timer will not result in any more timeouts.
NoMoreTimeoutsException() - Constructor for exception javax.ejb.NoMoreTimeoutsException
 
NoMoreTimeoutsException(String) - Constructor for exception javax.ejb.NoMoreTimeoutsException
 
NON_PERSISTENT - Static variable in interface javax.jms.DeliveryMode
This is the lowest-overhead delivery mode because it does not require that the message be logged to stable storage.
NON_POSTBACK_VIEW_TOKEN_PARAM - Static variable in class javax.faces.render.ResponseStateManager

The value of this constant is taken to be the name of a request parameter whose value is inspected to verify the safety of an incoming non-postback request with respect to the currently configured Set of protected views for this application.

Nonbinding - Annotation Type in javax.enterprise.util
Excludes a member of an annotation type (such as a qualifier type or interceptor binding type) from consideration when the container compares two annotation instances.
Nonbinding.Literal - Class in javax.enterprise.util
Supports inline instantiation of the Nonbinding annotation.
NoneScoped - Annotation Type in javax.faces.bean
Deprecated.
This has been replaced by javax.enterprise.context.Dependent, which is a CDI build-in scope with approximately similar semantics.
NonexistentConversationException - Exception in javax.enterprise.context
Indicates that the conversation context could not be restored.
NonexistentConversationException() - Constructor for exception javax.enterprise.context.NonexistentConversationException
 
NonexistentConversationException(String) - Constructor for exception javax.enterprise.context.NonexistentConversationException
 
NonexistentConversationException(Throwable) - Constructor for exception javax.enterprise.context.NonexistentConversationException
 
NonexistentConversationException(String, Throwable) - Constructor for exception javax.enterprise.context.NonexistentConversationException
 
NonUniqueResultException - Exception in javax.persistence
Thrown by the persistence provider when Query.getSingleResult() or TypedQuery.getSingleResult() is executed on a query and there is more than one result from the query.
NonUniqueResultException() - Constructor for exception javax.persistence.NonUniqueResultException
Constructs a new NonUniqueResultException exception with null as its detail message.
NonUniqueResultException(String) - Constructor for exception javax.persistence.NonUniqueResultException
Constructs a new NonUniqueResultException exception with the specified detail message.
NoProviderFoundException - Exception in javax.validation
Exception raised if no Jakarta Bean Validation provider could be found.
NoProviderFoundException() - Constructor for exception javax.validation.NoProviderFoundException
 
NoProviderFoundException(String) - Constructor for exception javax.validation.NoProviderFoundException
 
NoProviderFoundException(Throwable) - Constructor for exception javax.validation.NoProviderFoundException
 
NoProviderFoundException(String, Throwable) - Constructor for exception javax.validation.NoProviderFoundException
 
NoResultException - Exception in javax.persistence
Thrown by the persistence provider when Query.getSingleResult() or TypedQuery.getSingleResult()is executed on a query and there is no result to return.
NoResultException() - Constructor for exception javax.persistence.NoResultException
Constructs a new NoResultException exception with null as its detail message.
NoResultException(String) - Constructor for exception javax.persistence.NoResultException
Constructs a new NoResultException exception with the specified detail message.
NormalScope - Annotation Type in javax.enterprise.context
Specifies that an annotation type is a normal scope type.
NoSuchEJBException - Exception in javax.ejb
A NoSuchEJBException is thrown if an attempt is made to invoke a business method on a stateful session or singleton object that no longer exists.
NoSuchEJBException() - Constructor for exception javax.ejb.NoSuchEJBException
Constructs a NoSuchEJBException with no detail message.
NoSuchEJBException(String) - Constructor for exception javax.ejb.NoSuchEJBException
Constructs a NoSuchEJBException with the specified detail message.
NoSuchEJBException(String, Exception) - Constructor for exception javax.ejb.NoSuchEJBException
Constructs a NoSuchEJBException with the specified detail message and a nested exception.
NoSuchEntityException - Exception in javax.ejb
The NoSuchEntityException exception is thrown by an entity bean instance to its container to report that the invoked business method or callback method could not be completed because of the underlying entity was removed from the database.
NoSuchEntityException() - Constructor for exception javax.ejb.NoSuchEntityException
Constructs a NoSuchEntityException with no detail message.
NoSuchEntityException(String) - Constructor for exception javax.ejb.NoSuchEntityException
Constructs a NoSuchEntityException with the specified detailed message.
NoSuchEntityException(Exception) - Constructor for exception javax.ejb.NoSuchEntityException
Constructs a NoSuchEntityException that embeds the originally thrown exception.
NoSuchJobException - Exception in javax.batch.operations
Used in JobOperator methods when referencing a job name value which does not correspond to a job recognized by the implementation's repository.
NoSuchJobException() - Constructor for exception javax.batch.operations.NoSuchJobException
 
NoSuchJobException(String) - Constructor for exception javax.batch.operations.NoSuchJobException
 
NoSuchJobException(Throwable) - Constructor for exception javax.batch.operations.NoSuchJobException
 
NoSuchJobException(String, Throwable) - Constructor for exception javax.batch.operations.NoSuchJobException
 
NoSuchJobExecutionException - Exception in javax.batch.operations
Used in JobOperator methods when referencing a job execution value which does not correspond to a job execution recognized by the implementation's repository.
NoSuchJobExecutionException() - Constructor for exception javax.batch.operations.NoSuchJobExecutionException
 
NoSuchJobExecutionException(String) - Constructor for exception javax.batch.operations.NoSuchJobExecutionException
 
NoSuchJobExecutionException(Throwable) - Constructor for exception javax.batch.operations.NoSuchJobExecutionException
 
NoSuchJobExecutionException(String, Throwable) - Constructor for exception javax.batch.operations.NoSuchJobExecutionException
 
NoSuchJobInstanceException - Exception in javax.batch.operations
Used in JobOperator methods when referencing a job instance value which does not correspond to a job instance recognized by the implementation's repository.
NoSuchJobInstanceException() - Constructor for exception javax.batch.operations.NoSuchJobInstanceException
 
NoSuchJobInstanceException(String) - Constructor for exception javax.batch.operations.NoSuchJobInstanceException
 
NoSuchJobInstanceException(Throwable) - Constructor for exception javax.batch.operations.NoSuchJobInstanceException
 
NoSuchJobInstanceException(String, Throwable) - Constructor for exception javax.batch.operations.NoSuchJobInstanceException
 
NoSuchObjectLocalException - Exception in javax.ejb
A NoSuchObjectLocalException is thrown if an attempt is made to invoke a method on a local object (local enterprise bean object or timer) that no longer exists.
NoSuchObjectLocalException() - Constructor for exception javax.ejb.NoSuchObjectLocalException
Constructs a NoSuchObjectLocalException with no detail message.
NoSuchObjectLocalException(String) - Constructor for exception javax.ejb.NoSuchObjectLocalException
Constructs a NoSuchObjectLocalException with the specified detail message.
NoSuchObjectLocalException(String, Exception) - Constructor for exception javax.ejb.NoSuchObjectLocalException
Constructs a NoSuchObjectLocalException with the specified detail message and a nested exception.
NoSuchProviderException - Exception in javax.mail
This exception is thrown when Session attempts to instantiate a Provider that doesn't exist.
NoSuchProviderException() - Constructor for exception javax.mail.NoSuchProviderException
Constructs a NoSuchProviderException with no detail message.
NoSuchProviderException(String) - Constructor for exception javax.mail.NoSuchProviderException
Constructs a NoSuchProviderException with the specified detail message.
NoSuchProviderException(String, Exception) - Constructor for exception javax.mail.NoSuchProviderException
Constructs a NoSuchProviderException with the specified detail message and embedded exception.
not(Expression<Boolean>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a negation of the given restriction.
not() - Method in interface javax.persistence.criteria.Predicate
Create a negation of the predicate.
NOT_IN_RANGE_MESSAGE_ID - Static variable in class javax.faces.validator.DoubleRangeValidator
The message identifier of the FacesMessage to be created if the maximum or minimum value check fails, and both the maximum and minimum values for this validator have been set.
NOT_IN_RANGE_MESSAGE_ID - Static variable in class javax.faces.validator.LongRangeValidator
The message identifier of the FacesMessage to be created if the maximum or minimum value check fails, and both the maximum and minimum values for this validator have been set.
NOT_IN_RANGE_MESSAGE_ID - Static variable in interface javax.faces.validator.Validator
NOT_MATCHED_MESSAGE_ID - Static variable in class javax.faces.validator.RegexValidator
The message identifier of the FacesMessage to be created if the act of matching the value against the pattern returned from RegexValidator.getPattern() fails because the value does not match the pattern.
NOT_VALIDATED_RESULT - Static variable in class javax.security.enterprise.identitystore.CredentialValidationResult
 
notAcceptable(List<Variant>) - Static method in class javax.ws.rs.core.Response
Create a new ResponseBuilder for a not acceptable response.
NotAcceptableException - Exception in javax.ws.rs
A runtime exception indicating that a client request is not acceptable by the server.
NotAcceptableException() - Constructor for exception javax.ws.rs.NotAcceptableException
Construct a new "request not acceptable" exception.
NotAcceptableException(String) - Constructor for exception javax.ws.rs.NotAcceptableException
Construct a new "request not acceptable" exception.
NotAcceptableException(Response) - Constructor for exception javax.ws.rs.NotAcceptableException
Construct a new "request not acceptable" exception.
NotAcceptableException(String, Response) - Constructor for exception javax.ws.rs.NotAcceptableException
Construct a new "request not acceptable" exception.
NotAcceptableException(Throwable) - Constructor for exception javax.ws.rs.NotAcceptableException
Construct a new "request not acceptable" exception.
NotAcceptableException(String, Throwable) - Constructor for exception javax.ws.rs.NotAcceptableException
Construct a new "request not acceptable" exception.
NotAcceptableException(Response, Throwable) - Constructor for exception javax.ws.rs.NotAcceptableException
Construct a new "request not acceptable" exception.
NotAcceptableException(String, Response, Throwable) - Constructor for exception javax.ws.rs.NotAcceptableException
Construct a new "request not acceptable" exception.
NotAllowedException - Exception in javax.ws.rs
A runtime exception indicating a client requesting a resource method that is not allowed.
NotAllowedException(String, String...) - Constructor for exception javax.ws.rs.NotAllowedException
Construct a new method not allowed exception.
NotAllowedException(String, String, String...) - Constructor for exception javax.ws.rs.NotAllowedException
Construct a new method not allowed exception.
NotAllowedException(Response) - Constructor for exception javax.ws.rs.NotAllowedException
Construct a new method not allowed exception.
NotAllowedException(String, Response) - Constructor for exception javax.ws.rs.NotAllowedException
Construct a new method not allowed exception.
NotAllowedException(Throwable, String...) - Constructor for exception javax.ws.rs.NotAllowedException
Construct a new method not allowed exception.
NotAllowedException(String, Throwable, String...) - Constructor for exception javax.ws.rs.NotAllowedException
Construct a new method not allowed exception.
NotAllowedException(Response, Throwable) - Constructor for exception javax.ws.rs.NotAllowedException
Construct a new method not allowed exception.
NotAllowedException(String, Response, Throwable) - Constructor for exception javax.ws.rs.NotAllowedException
Construct a new method not allowed exception.
NotAuthorizedException - Exception in javax.ws.rs
A runtime exception indicating request authorization failure caused by one of the following scenarios: a client did not send the required authorization credentials to access the requested resource, i.e.
NotAuthorizedException(Object, Object...) - Constructor for exception javax.ws.rs.NotAuthorizedException
Construct a new "not authorized" exception.
NotAuthorizedException(String, Object, Object...) - Constructor for exception javax.ws.rs.NotAuthorizedException
Construct a new "not authorized" exception.
NotAuthorizedException(Response) - Constructor for exception javax.ws.rs.NotAuthorizedException
Construct a new "not authorized" exception.
NotAuthorizedException(String, Response) - Constructor for exception javax.ws.rs.NotAuthorizedException
Construct a new "not authorized" exception.
NotAuthorizedException(Throwable, Object, Object...) - Constructor for exception javax.ws.rs.NotAuthorizedException
Construct a new "not authorized" exception.
NotAuthorizedException(String, Throwable, Object, Object...) - Constructor for exception javax.ws.rs.NotAuthorizedException
Construct a new "not authorized" exception.
NotAuthorizedException(Response, Throwable) - Constructor for exception javax.ws.rs.NotAuthorizedException
Construct a new "not authorized" exception.
NotAuthorizedException(String, Response, Throwable) - Constructor for exception javax.ws.rs.NotAuthorizedException
Construct a new "not authorized" exception.
NotBlank - Annotation Type in javax.validation.constraints
The annotated element must not be null and must contain at least one non-whitespace character.
NotBlank.List - Annotation Type in javax.validation.constraints
Defines several @NotBlank constraints on the same element.
NotEmpty - Annotation Type in javax.validation.constraints
The annotated element must not be null nor empty.
NotEmpty.List - Annotation Type in javax.validation.constraints
Defines several @NotEmpty constraints on the same element.
notEqual(Expression<?>, Expression<?>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing the arguments for inequality.
notEqual(Expression<?>, Object) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing the arguments for inequality.
NotFoundException - Exception in javax.ws.rs
A runtime exception indicating a resource requested by a client was not found on the server.
NotFoundException() - Constructor for exception javax.ws.rs.NotFoundException
Construct a new "not found" exception.
NotFoundException(String) - Constructor for exception javax.ws.rs.NotFoundException
Construct a new "not found" exception.
NotFoundException(Response) - Constructor for exception javax.ws.rs.NotFoundException
Construct a new "not found" exception.
NotFoundException(String, Response) - Constructor for exception javax.ws.rs.NotFoundException
Construct a new "not found" exception.
NotFoundException(Throwable) - Constructor for exception javax.ws.rs.NotFoundException
Construct a new "not found" exception.
NotFoundException(String, Throwable) - Constructor for exception javax.ws.rs.NotFoundException
Construct a new "not found" exception.
NotFoundException(Response, Throwable) - Constructor for exception javax.ws.rs.NotFoundException
Construct a new "not found" exception.
NotFoundException(String, Response, Throwable) - Constructor for exception javax.ws.rs.NotFoundException
Construct a new "not found" exception.
NOTICE - Static variable in class javax.mail.event.StoreEvent
Indicates that this message is a NOTICE.
notification(StoreEvent) - Method in interface javax.mail.event.StoreListener
Invoked when the Store generates a notification event.
NotificationOptions - Interface in javax.enterprise.event
Notification options are used to configure observer notification.
NotificationOptions.Builder - Interface in javax.enterprise.event
Notification options builder.
notify(T) - Method in interface javax.enterprise.inject.spi.ObserverMethod
Calls the observer method, passing the given event object.
notify(EventContext<T>) - Method in interface javax.enterprise.inject.spi.ObserverMethod
Calls the observer method, passing the given event context.
notify(String, String) - Method in interface javax.security.auth.message.config.RegistrationListener
Notify the listener that a registration with which it was associated was replaced or unregistered.
notifyAfterEvaluation(String) - Method in class javax.el.ELContext
Notifies the listeners after an Jakarta Expression Language expression is evaluated
notifyBeforeEvaluation(String) - Method in class javax.el.ELContext
Notifies the listeners before an Jakarta Expression Language expression is evaluated
notifyConnectionListeners(int) - Method in class javax.mail.Folder
Notify all ConnectionListeners.
notifyConnectionListeners(int) - Method in class javax.mail.Service
Notify all ConnectionListeners.
notifyContainerAboutLogin(String, Set<String>) - Method in interface javax.security.enterprise.authentication.mechanism.http.HttpMessageContext
Asks the container to register the given caller name and groups in order to make them available to the application for use with SecurityContext.isCallerInRole(String) etc.
notifyContainerAboutLogin(Principal, Set<String>) - Method in interface javax.security.enterprise.authentication.mechanism.http.HttpMessageContext
Asks the container to register the given caller principal and groups in order to make them available to the application for use with SecurityContext.isCallerInRole(String) etc.
notifyContainerAboutLogin(CredentialValidationResult) - Method in interface javax.security.enterprise.authentication.mechanism.http.HttpMessageContext
Convenience method intended to pass the CredentialValidationResult result of an identity store directly on to the container.
notifyContainerAboutLogin(String, Set<String>) - Method in class javax.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
notifyContainerAboutLogin(Principal, Set<String>) - Method in class javax.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
notifyContainerAboutLogin(CredentialValidationResult) - Method in class javax.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
notifyDDChange(XpathEvent) - Method in interface javax.enterprise.deploy.spi.DConfigBean
A notification that the DDBean provided in the event has changed and this bean or its child beans need to reevaluate themselves.
notifyFolderListeners(int) - Method in class javax.mail.Folder
Notify all FolderListeners registered on this Folder and this folder's Store.
notifyFolderListeners(int, Folder) - Method in class javax.mail.Store
Notify all FolderListeners.
notifyFolderRenamedListeners(Folder) - Method in class javax.mail.Folder
Notify all FolderListeners registered on this Folder and this folder's Store about the renaming of this folder.
notifyFolderRenamedListeners(Folder, Folder) - Method in class javax.mail.Store
Notify all FolderListeners about the renaming of a folder.
notifyMessageAddedListeners(Message[]) - Method in class javax.mail.Folder
Notify all MessageCountListeners about the addition of messages into this folder.
notifyMessageChangedListeners(int, Message) - Method in class javax.mail.Folder
Notify all MessageChangedListeners.
notifyMessageRemovedListeners(boolean, Message[]) - Method in class javax.mail.Folder
Notify all MessageCountListeners about the removal of messages from this Folder.
notifyPropertyResolved(Object, Object) - Method in class javax.el.ELContext
Notifies the listeners when the (base, property) pair is resolved
notifyStoreListeners(int, String) - Method in class javax.mail.Store
Notify all StoreListeners.
notifyTransportListeners(int, Address[], Address[], Address[], Message) - Method in class javax.mail.Transport
Notify all TransportListeners.
notifyWith(ObserverMethodConfigurator.EventConsumer<T>) - Method in interface javax.enterprise.inject.spi.configurator.ObserverMethodConfigurator
Define an operation that accepts a context of a fired event.
notLike(Expression<String>, Expression<String>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the expression does not satisfy the given pattern.
notLike(Expression<String>, String) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the expression does not satisfy the given pattern.
notLike(Expression<String>, Expression<String>, Expression<Character>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the expression does not satisfy the given pattern.
notLike(Expression<String>, Expression<String>, char) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the expression does not satisfy the given pattern.
notLike(Expression<String>, String, Expression<Character>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the expression does not satisfy the given pattern.
notLike(Expression<String>, String, char) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the expression does not satisfy the given pattern.
notModified() - Static method in class javax.ws.rs.core.Response
Create a new ResponseBuilder with a not-modified status.
notModified(EntityTag) - Static method in class javax.ws.rs.core.Response
Create a new ResponseBuilder with a not-modified status.
notModified(String) - Static method in class javax.ws.rs.core.Response
Create a new ResponseBuilder with a not-modified status and a strong entity tag.
NotNull - Annotation Type in javax.validation.constraints
The annotated element must not be null.
NotNull.List - Annotation Type in javax.validation.constraints
Defines several NotNull annotations on the same element.
NotSupportedException - Exception in javax.resource
A NotSupportedException is thrown to indicate that callee (resource adapter or application server for system contracts) cannot execute an operation because the operation is not a supported feature.
NotSupportedException() - Constructor for exception javax.resource.NotSupportedException
Constructs a new instance with null as its detail message.
NotSupportedException(String) - Constructor for exception javax.resource.NotSupportedException
Constructs a new instance with the specified detail message.
NotSupportedException(Throwable) - Constructor for exception javax.resource.NotSupportedException
Constructs a new throwable with the specified cause.
NotSupportedException(String, Throwable) - Constructor for exception javax.resource.NotSupportedException
Constructs a new throwable with the specified detail message and cause.
NotSupportedException(String, String) - Constructor for exception javax.resource.NotSupportedException
Constructs a new throwable with the specified detail message and error code.
NotSupportedException - Exception in javax.transaction
NotSupportedException exception indicates that the request cannot be executed because the operation is not a supported feature.
NotSupportedException() - Constructor for exception javax.transaction.NotSupportedException
 
NotSupportedException(String) - Constructor for exception javax.transaction.NotSupportedException
 
NotSupportedException - Exception in javax.ws.rs
A runtime exception indicating that the client request entity media type is not supported.
NotSupportedException() - Constructor for exception javax.ws.rs.NotSupportedException
Construct a new unsupported media type exception.
NotSupportedException(String) - Constructor for exception javax.ws.rs.NotSupportedException
Construct a new unsupported media type exception.
NotSupportedException(Response) - Constructor for exception javax.ws.rs.NotSupportedException
Construct a new unsupported media type exception.
NotSupportedException(String, Response) - Constructor for exception javax.ws.rs.NotSupportedException
Construct a new unsupported media type exception.
NotSupportedException(Throwable) - Constructor for exception javax.ws.rs.NotSupportedException
Construct a new unsupported media type exception.
NotSupportedException(String, Throwable) - Constructor for exception javax.ws.rs.NotSupportedException
Construct a new unsupported media type exception.
NotSupportedException(Response, Throwable) - Constructor for exception javax.ws.rs.NotSupportedException
Construct a new unsupported media type exception.
NotSupportedException(String, Response, Throwable) - Constructor for exception javax.ws.rs.NotSupportedException
Construct a new unsupported media type exception.
NotTerm - Class in javax.mail.search
This class implements the logical NEGATION operator.
NotTerm(SearchTerm) - Constructor for class javax.mail.search.NotTerm
 
NSPREFIX_SCHEMA_XSD - Static variable in class javax.xml.rpc.NamespaceConstants
Namespace prefix for XML schema XSD
NSPREFIX_SCHEMA_XSI - Static variable in class javax.xml.rpc.NamespaceConstants
Namespace prefix for XML Schema XSI
NSPREFIX_SOAP_ENCODING - Static variable in class javax.xml.rpc.NamespaceConstants
Namespace prefix for SOAP Encoding
NSPREFIX_SOAP_ENVELOPE - Static variable in class javax.xml.rpc.NamespaceConstants
Namespace prefix for SOAP Envelope
NSURI_SCHEMA_XSD - Static variable in class javax.xml.rpc.NamespaceConstants
Namespace URI for XML Schema XSD
NSURI_SCHEMA_XSI - Static variable in class javax.xml.rpc.NamespaceConstants
Namespace URI for XML Schema XSI
NSURI_SOAP_ENCODING - Static variable in class javax.xml.rpc.NamespaceConstants
Nameapace URI for SOAP 1.1 Encoding
NSURI_SOAP_ENVELOPE - Static variable in class javax.xml.rpc.NamespaceConstants
Nameapace URI for SOAP 1.1 Envelope
NSURI_SOAP_NEXT_ACTOR - Static variable in class javax.xml.rpc.NamespaceConstants
Nameapace URI for SOAP 1.1 next actor role
NULL - Static variable in interface javax.json.JsonValue
JSON null value.
Null - Annotation Type in javax.validation.constraints
The annotated element must be null.
Null.List - Annotation Type in javax.validation.constraints
Defines several Null annotations on the same element.
NULL_FLOW - Static variable in class javax.faces.flow.FlowHandler

Components that are rendered by Renderers of component-family javax.faces.OutcomeTarget must use this constant as the value of the parameter named by FlowHandler.TO_FLOW_DOCUMENT_ID_REQUEST_PARAM_NAME when returning from a flow (without entering another flow) using such a component.

NULL_VALUE - Static variable in class javax.faces.context.Flash

Because null values are not allowed as the source for subclasses of EventObject, such as PostKeepFlashValueEvent and PostPutFlashValueEvent, this value is substituted for null as the source in the case when a null value is put to or kept in the flash.

NULL_VALUES - Static variable in class javax.json.bind.JsonbConfig
Property used to specify null values serialization behavior.
nullif(Expression<Y>, Expression<?>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression that tests whether its argument are equal, returning null if they are and the value of the first expression if they are not.
nullif(Expression<Y>, Y) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression that tests whether its argument are equal, returning null if they are and the value of the first expression if they are not.
nullLiteral(Class<T>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression for a null literal with the given type.
number - Variable in class javax.mail.search.IntegerComparisonTerm
The number.
NUMBER_ID - Static variable in class javax.faces.convert.NumberConverter
The message identifier of the FacesMessage to be created if the conversion to Number fails.
NumberConverter - Class in javax.faces.convert
Converter implementation for java.lang.Number values.
NumberConverter() - Constructor for class javax.faces.convert.NumberConverter
 
numberValue() - Method in interface javax.json.JsonNumber
Returns this JSON number as a Number object.

O

ObjectHolder - Class in javax.xml.rpc.holders
 
ObjectHolder() - Constructor for class javax.xml.rpc.holders.ObjectHolder
 
ObjectHolder(Object) - Constructor for class javax.xml.rpc.holders.ObjectHolder
 
ObjectMessage - Interface in javax.jms
An ObjectMessage object is used to send a message that contains a serializable object in the Java programming language ("Java object").
ObjectNotFoundException - Exception in javax.ejb
The ObjectNotFoundException exception is thrown by a finder or select method to indicate that the specified enterprise bean object or local object does not exist.
ObjectNotFoundException() - Constructor for exception javax.ejb.ObjectNotFoundException
Constructs an ObjectNotFoundException with no detail message.
ObjectNotFoundException(String) - Constructor for exception javax.ejb.ObjectNotFoundException
Constructs an ObjectNotFoundException with the specified detail message.
observedType(Type) - Method in interface javax.enterprise.inject.spi.configurator.ObserverMethodConfigurator
Set the type of the observed event
ObserverException - Exception in javax.enterprise.event
Indicates that a checked exception was thrown by an observer method during event notification.
ObserverException() - Constructor for exception javax.enterprise.event.ObserverException
 
ObserverException(String) - Constructor for exception javax.enterprise.event.ObserverException
 
ObserverException(Throwable) - Constructor for exception javax.enterprise.event.ObserverException
 
ObserverException(String, Throwable) - Constructor for exception javax.enterprise.event.ObserverException
 
ObserverMethod<T> - Interface in javax.enterprise.inject.spi
Represents an observer method of an enabled bean.
ObserverMethodConfigurator<T> - Interface in javax.enterprise.inject.spi.configurator
ObserverMethodConfigurator.EventConsumer<T> - Interface in javax.enterprise.inject.spi.configurator
Represents an operation that accepts a context of a fired event.
Observes - Annotation Type in javax.enterprise.event
Identifies the event parameter of an observer method.
ObservesAsync - Annotation Type in javax.enterprise.event
Identifies the event parameter of an asynchronous observer method.
of(Class<? extends Annotation>) - Static method in class javax.enterprise.context.BeforeDestroyed.Literal
 
of(Class<? extends Annotation>) - Static method in class javax.enterprise.context.Destroyed.Literal
 
of(Class<? extends Annotation>) - Static method in class javax.enterprise.context.Initialized.Literal
 
of(String, Object) - Static method in interface javax.enterprise.event.NotificationOptions
 
of(String) - Static method in class javax.enterprise.inject.literal.NamedLiteral
 
of(Class<?>) - Static method in class javax.enterprise.inject.New.Literal
 
of(Class<?>[]) - Static method in class javax.enterprise.inject.Typed.Literal
 
ofExecutor(Executor) - Static method in interface javax.enterprise.event.NotificationOptions
 
ok() - Static method in class javax.ws.rs.core.Response
Create a new ResponseBuilder with an OK status.
ok(Object) - Static method in class javax.ws.rs.core.Response
Create a new ResponseBuilder that contains a representation.
ok(Object, MediaType) - Static method in class javax.ws.rs.core.Response
Create a new ResponseBuilder that contains a representation.
ok(Object, String) - Static method in class javax.ws.rs.core.Response
Create a new ResponseBuilder that contains a representation.
ok(Object, Variant) - Static method in class javax.ws.rs.core.Response
Create a new ResponseBuilder that contains a representation.
on(Expression<Boolean>) - Method in interface javax.persistence.criteria.CollectionJoin
Modify the join to restrict the result according to the specified ON condition and return the join object.
on(Predicate...) - Method in interface javax.persistence.criteria.CollectionJoin
Modify the join to restrict the result according to the specified ON condition and return the join object.
on(Expression<Boolean>) - Method in interface javax.persistence.criteria.Join
Modify the join to restrict the result according to the specified ON condition and return the join object.
on(Predicate...) - Method in interface javax.persistence.criteria.Join
Modify the join to restrict the result according to the specified ON condition and return the join object.
on(Expression<Boolean>) - Method in interface javax.persistence.criteria.ListJoin
Modify the join to restrict the result according to the specified ON condition and return the join object.
on(Predicate...) - Method in interface javax.persistence.criteria.ListJoin
Modify the join to restrict the result according to the specified ON condition and return the join object.
on(Expression<Boolean>) - Method in interface javax.persistence.criteria.MapJoin
Modify the join to restrict the result according to the specified ON condition and return the join object.
on(Predicate...) - Method in interface javax.persistence.criteria.MapJoin
Modify the join to restrict the result according to the specified ON condition and return the join object.
on(Expression<Boolean>) - Method in interface javax.persistence.criteria.SetJoin
Modify the join to restrict the result according to the specified ON condition and return the join object.
on(Predicate...) - Method in interface javax.persistence.criteria.SetJoin
Modify the join to restrict the result according to the specified ON condition and return the join object.
onAllDataRead() - Method in interface javax.servlet.ReadListener
Invoked when all data for the current request has been read.
onClose(Session, CloseReason) - Method in class javax.websocket.Endpoint
This method is called immediately prior to the session with the remote peer being closed.
OnClose - Annotation Type in javax.websocket
This method level annotation can be used to decorate a Java method that wishes to be called when a web socket session is closing.
onClose(Consumer<SseEventSink>) - Method in interface javax.ws.rs.sse.SseBroadcaster
Register a listener, which will be called when the SSE event output has been closed (either by client closing the connection or by calling SseEventSink.close() on the server side.
onComplete(AsyncEvent) - Method in interface javax.servlet.AsyncListener
Notifies this AsyncListener that an asynchronous operation has been completed.
onComplete(Throwable) - Method in interface javax.ws.rs.container.CompletionCallback
A completion callback notification method that will be invoked when the request processing is finished, after a response is processed and is sent back to the client or when an unmapped throwable has been propagated to the hosting I/O container.
onCompletion(Message) - Method in interface javax.jms.CompletionListener
Notifies the application that the message has been successfully sent
onComponentCreated(FaceletContext, UIComponent, UIComponent) - Method in class javax.faces.view.facelets.ComponentHandler

This method is guaranteed to be called after the component has been created but before it has been populated with children.

onComponentPopulated(FaceletContext, UIComponent, UIComponent) - Method in class javax.faces.view.facelets.ComponentHandler

This method is guaranteed to be called after the component has been populated with children.

onDataAvailable() - Method in interface javax.servlet.ReadListener
When an instance of the ReadListener is registered with a ServletInputStream, this method will be invoked by the container the first time when it is possible to read data.
onDisconnect(AsyncResponse) - Method in interface javax.ws.rs.container.ConnectionCallback
This callback notification method is invoked in case the container detects that the remote client connection associated with the asynchronous response has been disconnected.
onError(Exception) - Method in class javax.batch.api.chunk.listener.AbstractChunkListener
Override this method if the ChunkListener will do something before the chunk transaction is rolled back.
onError(Exception) - Method in interface javax.batch.api.chunk.listener.ChunkListener
The onError method receives control before the chunk transaction is rolled back.
onError(AsyncEvent) - Method in interface javax.servlet.AsyncListener
Notifies this AsyncListener that an asynchronous operation has failed to complete.
onError(Throwable) - Method in interface javax.servlet.ReadListener
Invoked when an error occurs processing the request.
onError(Throwable) - Method in interface javax.servlet.WriteListener
Invoked when an error occurs writing data using the non-blocking APIs.
onError(Session, Throwable) - Method in class javax.websocket.Endpoint
Developers may implement this method when the web socket session creates some kind of error that is not modeled in the web socket protocol.
OnError - Annotation Type in javax.websocket
This method level annotation can be used to decorate a Java method that wishes to be called in order to handle errors.
onError(BiConsumer<SseEventSink, Throwable>) - Method in interface javax.ws.rs.sse.SseBroadcaster
Register a listener, which will be called when an exception was thrown by a given SSE event output when trying to write to it or close it.
OneToMany - Annotation Type in javax.persistence
Specifies a many-valued association with one-to-many multiplicity.
OneToOne - Annotation Type in javax.persistence
Specifies a single-valued association to another entity that has one-to-one multiplicity.
onException(Message, Exception) - Method in interface javax.jms.CompletionListener
Notifies user that the specified exception was thrown while attempting to send the specified message.
onException(JMSException) - Method in interface javax.jms.ExceptionListener
Notifies user of a Jakarta Messaging exception.
onMessage(Message) - Method in interface javax.jms.MessageListener
Passes a message to the listener.
onMessage(Record) - Method in interface javax.resource.cci.MessageListener
This method allows an EIS to call a message endpoint using a request-response style communication.
onMessage(T, boolean) - Method in interface javax.websocket.MessageHandler.Partial
Called when the next part of a message has been fully received.
onMessage(T) - Method in interface javax.websocket.MessageHandler.Whole
Called when the message has been fully received.
OnMessage - Annotation Type in javax.websocket
This method level annotation can be used to make a Java method receive incoming web socket messages.
onOpen(Session, EndpointConfig) - Method in class javax.websocket.Endpoint
Developers must implement this method to be notified when a new conversation has just begun.
OnOpen - Annotation Type in javax.websocket
This method level annotation can be used to decorate a Java method that wishes to be called when a new web socket session is open.
onProcessError(Object, Exception) - Method in class javax.batch.api.chunk.listener.AbstractItemProcessListener
Override this method if the ItemProcessListener will do something when the ItemProcessor processItem method throws an exception.
onProcessError(Object, Exception) - Method in interface javax.batch.api.chunk.listener.ItemProcessListener
The onProcessError method receives control after an item processor processItem throws an exception.
onReadError(Exception) - Method in class javax.batch.api.chunk.listener.AbstractItemReadListener
Override this method if the ItemReadListener will do something when the ItemReader readItem method throws an exception.
onReadError(Exception) - Method in interface javax.batch.api.chunk.listener.ItemReadListener
The onReadError method receives control after an item reader throws an exception in the readItem method.
onResult(SendResult) - Method in interface javax.websocket.SendHandler
Called once the message has been transmitted.
onRetryProcessException(Object, Exception) - Method in interface javax.batch.api.chunk.listener.RetryProcessListener
The onRetryProcessException method receives control when a retryable exception is thrown from an ItemProcessor processItem method.
onRetryReadException(Exception) - Method in interface javax.batch.api.chunk.listener.RetryReadListener
The onRetryReadException method receives control when a retryable exception is thrown from an ItemReader readItem method.
onRetryWriteException(List<Object>, Exception) - Method in interface javax.batch.api.chunk.listener.RetryWriteListener
The onRetryWriteException method receives control when a retryable exception is thrown from an ItemWriter writeItems method.
onSkipProcessItem(Object, Exception) - Method in interface javax.batch.api.chunk.listener.SkipProcessListener
The onSkipProcessItem method receives control when a skippable exception is thrown from an ItemProcess processItem method.
onSkipReadItem(Exception) - Method in interface javax.batch.api.chunk.listener.SkipReadListener
The onSkipReadItem method receives control when a skippable exception is thrown from an ItemReader readItem method.
onSkipWriteItem(List<Object>, Exception) - Method in interface javax.batch.api.chunk.listener.SkipWriteListener
The onSkipWriteItems method receives control when a skippable exception is thrown from an ItemWriter writeItems method.
onStartAsync(AsyncEvent) - Method in interface javax.servlet.AsyncListener
Notifies this AsyncListener that a new asynchronous cycle is being initiated via a call to one of the ServletRequest.startAsync() methods.
onStartup(Set<Class<?>>, ServletContext) - Method in interface javax.servlet.ServletContainerInitializer
Notifies this ServletContainerInitializer of the startup of the application represented by the given ServletContext.
onTimeout(AsyncEvent) - Method in interface javax.servlet.AsyncListener
Notifies this AsyncListener that an asynchronous operation has timed out.
onWriteError(List<Object>, Exception) - Method in class javax.batch.api.chunk.listener.AbstractItemWriteListener
Override this method if the ItemWriteListener will do something when the ItemWriter writeItems method throws an exception.
onWriteError(List<Object>, Exception) - Method in interface javax.batch.api.chunk.listener.ItemWriteListener
The onWriteError method receives control after an item writer writeItems throws an exception.
onWritePossible() - Method in interface javax.servlet.WriteListener
When an instance of the WriteListener is registered with a ServletOutputStream, this method will be invoked by the container the first time when it is possible to write data.
open(Serializable) - Method in class javax.batch.api.chunk.AbstractItemReader
Override this method if the ItemReader requires any open time processing.
open(Serializable) - Method in class javax.batch.api.chunk.AbstractItemWriter
Override this method if the ItemWriter requires any open time processing.
open(Serializable) - Method in interface javax.batch.api.chunk.ItemReader
The open method prepares the reader to read items.
open(Serializable) - Method in interface javax.batch.api.chunk.ItemWriter
The open method prepares the writer to write items.
open(int) - Method in class javax.mail.Folder
Open this Folder.
open() - Method in interface javax.ws.rs.sse.SseEventSource
Open the connection to the supplied SSE underlying web target and start processing incoming events.
opened(ConnectionEvent) - Method in class javax.mail.event.ConnectionAdapter
 
OPENED - Static variable in class javax.mail.event.ConnectionEvent
A connection was opened.
opened(ConnectionEvent) - Method in interface javax.mail.event.ConnectionListener
Invoked when a Store/Folder/Transport is opened.
OPERATION_STYLE_PROPERTY - Static variable in interface javax.xml.rpc.Call
Standard property for operation style.
operationName() - Method in enum javax.json.JsonPatch.Operation
Returns enum constant name as lower case string.
OperationUnsupportedException - Exception in javax.enterprise.deploy.spi.exceptions
This exception is to report that the method called is not supported by this implementation.
OperationUnsupportedException(String) - Constructor for exception javax.enterprise.deploy.spi.exceptions.OperationUnsupportedException
Creates an new OperationUnsupportedException object.
OPERATOR_SLOT - Static variable in interface javax.xml.registry.infomodel.Slot
Name for pre-defined Slot used in Organization and ClassificationScheme by Jakarta XML Registries UDDI provider.
OptimisticLockException - Exception in javax.persistence
Thrown by the persistence provider when an optimistic locking conflict occurs.
OptimisticLockException() - Constructor for exception javax.persistence.OptimisticLockException
Constructs a new OptimisticLockException exception with null as its detail message.
OptimisticLockException(String) - Constructor for exception javax.persistence.OptimisticLockException
Constructs a new OptimisticLockException exception with the specified detail message.
OptimisticLockException(String, Throwable) - Constructor for exception javax.persistence.OptimisticLockException
Constructs a new OptimisticLockException exception with the specified detail message and cause.
OptimisticLockException(Throwable) - Constructor for exception javax.persistence.OptimisticLockException
Constructs a new OptimisticLockException exception with the specified cause.
OptimisticLockException(Object) - Constructor for exception javax.persistence.OptimisticLockException
Constructs a new OptimisticLockException exception with the specified entity.
OptimisticLockException(String, Throwable, Object) - Constructor for exception javax.persistence.OptimisticLockException
Constructs a new OptimisticLockException exception with the specified detail message, cause, and entity.
options() - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke HTTP OPTIONS method for the current request asynchronously.
options(Class<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke HTTP OPTIONS method for the current request asynchronously.
options(GenericType<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke HTTP OPTIONS method for the current request asynchronously.
options(InvocationCallback<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke HTTP OPTIONS method for the current request asynchronously.
options() - Method in interface javax.ws.rs.client.CompletionStageRxInvoker
 
options(Class<T>) - Method in interface javax.ws.rs.client.CompletionStageRxInvoker
 
options(GenericType<T>) - Method in interface javax.ws.rs.client.CompletionStageRxInvoker
 
options() - Method in interface javax.ws.rs.client.RxInvoker
Invoke HTTP OPTIONS method for the current request.
options(Class<R>) - Method in interface javax.ws.rs.client.RxInvoker
Invoke HTTP OPTIONS method for the current request.
options(GenericType<R>) - Method in interface javax.ws.rs.client.RxInvoker
Invoke HTTP OPTIONS method for the current request.
options() - Method in interface javax.ws.rs.client.SyncInvoker
Invoke HTTP OPTIONS method for the current request synchronously.
options(Class<T>) - Method in interface javax.ws.rs.client.SyncInvoker
Invoke HTTP OPTIONS method for the current request synchronously.
options(GenericType<T>) - Method in interface javax.ws.rs.client.SyncInvoker
Invoke HTTP OPTIONS method for the current request synchronously.
OPTIONS - Static variable in annotation type javax.ws.rs.HttpMethod
HTTP OPTIONS method.
OPTIONS - Annotation Type in javax.ws.rs
Indicates that the annotated method responds to HTTP OPTIONS requests.
or(Expression<Boolean>, Expression<Boolean>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a disjunction of the given boolean expressions.
or(Predicate...) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a disjunction of the given restriction predicates.
OR_ALL_KEYS - Static variable in interface javax.xml.registry.FindQualifier
Specifies a hint to queries that the candidate set of objects matching the query should include any object that is classified by any one of the taxonomy values specified in any of the Classification for the query.
OR_LIKE_KEYS - Static variable in interface javax.xml.registry.FindQualifier
Specifies a hint to queries that when multiple taxonomy values from the same ClassificationScheme are specified in the Classifications for the query then the candidate set of objects matching the query should include any object that is classified by any one of the taxonomy values.
Order - Interface in javax.persistence.criteria
An object that defines an ordering over the query results.
orderBy(Order...) - Method in interface javax.persistence.criteria.CriteriaQuery
Specify the ordering expressions that are used to order the query results.
orderBy(List<Order>) - Method in interface javax.persistence.criteria.CriteriaQuery
Specify the ordering expressions that are used to order the query results.
OrderBy - Annotation Type in javax.persistence
Specifies the ordering of the elements of a collection valued association or element collection at the point when the association or collection is retrieved.
OrderColumn - Annotation Type in javax.persistence
Specifies a column that is used to maintain the persistent order of a list.
ORDERED_LIBS - Static variable in interface javax.servlet.ServletContext
The name of the ServletContext attribute whose value (of type java.util.List<java.lang.String>) contains the list of names of JAR files in WEB-INF/lib ordered by their web fragment names (with possible exclusions if <absolute-ordering> without any <others/> is being used), or null if no absolute or relative ordering has been specified
Organization - Interface in javax.xml.registry.infomodel
Organization instances provide information on organizations such as a Submitting Organization.
ORGANIZATION - Static variable in interface javax.xml.registry.LifeCycleManager
Constant representing the javax.xml.registry.infomodel.Organization interface.
orig - Variable in class javax.servlet.jsp.jstl.core.IndexedValueExpression
 
orig - Variable in class javax.servlet.jsp.jstl.core.IteratedExpression
 
OrTerm - Class in javax.mail.search
This class implements the logical OR operator on individual SearchTerms.
OrTerm(SearchTerm, SearchTerm) - Constructor for class javax.mail.search.OrTerm
Constructor that takes two operands.
OrTerm(SearchTerm[]) - Constructor for class javax.mail.search.OrTerm
Constructor that takes an array of SearchTerms.
othersDeletesAreVisible(int) - Method in interface javax.resource.cci.ResultSetInfo
Indicates whether deletes made by others are visible.
othersInsertsAreVisible(int) - Method in interface javax.resource.cci.ResultSetInfo
Indicates whether inserts made by others are visible.
othersUpdatesAreVisible(int) - Method in interface javax.resource.cci.ResultSetInfo
Indicates whether updates made by others are visible.
otherwise(R) - Method in interface javax.persistence.criteria.CriteriaBuilder.Case
Add an "else" clause to the case expression.
otherwise(Expression<? extends R>) - Method in interface javax.persistence.criteria.CriteriaBuilder.Case
Add an "else" clause to the case expression.
otherwise(R) - Method in interface javax.persistence.criteria.CriteriaBuilder.SimpleCase
Add an "else" clause to the case expression.
otherwise(Expression<? extends R>) - Method in interface javax.persistence.criteria.CriteriaBuilder.SimpleCase
Add an "else" clause to the case expression.
OUT - Static variable in class javax.servlet.jsp.PageContext
Name used to store current JspWriter in PageContext name table.
OUT - Static variable in class javax.xml.rpc.ParameterMode
OUT mode for parameter passing
outboundParameter(String, ValueExpression) - Method in class javax.faces.flow.builder.FlowCallBuilder

Define an outbound parameter for the flow call.

outboundParameter(String, String) - Method in class javax.faces.flow.builder.FlowCallBuilder

Define an outbound parameter for the flow call.

OutboundSseEvent - Interface in javax.ws.rs.sse
Representation of a single outbound Server-sent event.
OutboundSseEvent.Builder - Interface in javax.ws.rs.sse
A builder class used for creating OutboundSseEvent instances.
OverridesAttribute - Annotation Type in javax.validation
Marks an attribute as overriding the attribute of a composing constraint.
OverridesAttribute.List - Annotation Type in javax.validation
Defines several OverridesAttribute annotations on the same element
ownDeletesAreVisible(int) - Method in interface javax.resource.cci.ResultSetInfo
Indicates whether a ResultSet's own deletes are visible.
ownInsertsAreVisible(int) - Method in interface javax.resource.cci.ResultSetInfo
Indicates whether a ResultSet's own inserts are visible.
ownUpdatesAreVisible(int) - Method in interface javax.resource.cci.ResultSetInfo
Indicates whether a ResultSet's own updates are visible.

P

PAGE - Static variable in class javax.servlet.jsp.PageContext
Name used to store the Servlet in this PageContext's nametables.
PAGE_SCOPE - Static variable in class javax.servlet.jsp.PageContext
Page scope: (this is the default) the named reference remains available in this PageContext until the return from the current Servlet.service() invocation.
pageContext - Variable in class javax.faces.webapp.UIComponentClassicTagBase
The Jakarta Server Pages PageContext for the page we are embedded in.
PageContext - Class in javax.servlet.jsp
PageContext extends JspContext to provide useful context information for when JSP technology is used in a Servlet environment.
PageContext() - Constructor for class javax.servlet.jsp.PageContext
Sole constructor.
PAGECONTEXT - Static variable in class javax.servlet.jsp.PageContext
Name used to store this PageContext in it's own name table.
pageContext - Variable in class javax.servlet.jsp.tagext.TagSupport
The PageContext.
PageData - Class in javax.servlet.jsp.tagext
Translation-time information on a JSP page.
PageData() - Constructor for class javax.servlet.jsp.tagext.PageData
Sole constructor.
param(String, String) - Method in class javax.ws.rs.core.Form
Adds a new value to the specified form parameter.
param(String, String) - Method in interface javax.ws.rs.core.Link.Builder
Set an arbitrary parameter on this link.
ParamConverter<T> - Interface in javax.ws.rs.ext
Defines a contract for a delegate responsible for converting between a String form of a message parameter value and the corresponding custom Java type T.
ParamConverter.Lazy - Annotation Type in javax.ws.rs.ext
Mandates that a conversion of any default value delegated to a parameter converter annotated with @Lazy annotation SHOULD occur only once the value is actually required (e.g.
ParamConverterProvider - Interface in javax.ws.rs.ext
Contract for a provider of ParamConverter instances.
Parameter(String, Object) - Constructor for class javax.faces.component.behavior.ClientBehaviorContext.Parameter

Creates a Parameter instance.

parameter(String, String) - Method in class javax.faces.flow.builder.NavigationCaseBuilder.RedirectBuilder

Add a parameter to the redirect.

Parameter - Class in javax.faces.flow

Represents a parameter in any of several places where parameters are needed when processing flows.

Parameter() - Constructor for class javax.faces.flow.Parameter
 
parameter(Class<T>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a parameter expression.
parameter(Class<T>, String) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a parameter expression with the given name.
Parameter<T> - Interface in javax.persistence
Type for query parameter objects.
ParameterDescriptor - Interface in javax.validation.metadata
Describes a validated method or constructor parameter.
ParameterExpression<T> - Interface in javax.persistence.criteria
Type of criteria query parameter expressions.
ParameterList - Class in javax.mail.internet
This class holds MIME parameters (attribute-value pairs).
ParameterList() - Constructor for class javax.mail.internet.ParameterList
No-arg Constructor.
ParameterList(String) - Constructor for class javax.mail.internet.ParameterList
Constructor that takes a parameter-list string.
ParameterMode - Enum in javax.persistence
Specifies the mode of a parameter of a stored procedure query.
ParameterMode - Class in javax.xml.rpc
The javax.xml.rpc.ParameterMode is a type-safe enumeration for parameter mode.
parameterNameProvider(ParameterNameProvider) - Method in interface javax.validation.Configuration
Defines the parameter name provider.
ParameterNameProvider - Interface in javax.validation
Provides names for method and constructor parameters.
parameterNameProvider(ParameterNameProvider) - Method in interface javax.validation.ValidatorContext
Defines the parameter name provider implementation used by the Validator.
parameters(List<Parameter>) - Method in class javax.faces.flow.builder.MethodCallBuilder

Set the parameters of the method call node.

params() - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator
 
params() - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedMethodConfigurator
 
parent - Variable in class javax.mail.BodyPart
The Multipart object containing this BodyPart, if known.
parent - Variable in class javax.mail.Multipart
The Part containing this Multipart, if known.
parse(String) - Static method in class javax.mail.internet.InternetAddress
Parse the given comma separated sequence of addresses into InternetAddress objects.
parse(String, boolean) - Static method in class javax.mail.internet.InternetAddress
Parse the given sequence of addresses into InternetAddress objects.
parse(String, ParsePosition) - Method in class javax.mail.internet.MailDateFormat
Parses the given date in the format specified by RFC 2822.
parse(InputStream) - Method in class javax.mail.internet.MimeMessage
Parse the InputStream setting the headers and content fields appropriately.
parse() - Method in class javax.mail.internet.MimeMultipart
Parse the InputStream from our DataSource, constructing the appropriate MimeBodyParts.
parse(String) - Static method in class javax.mail.internet.NewsAddress
Parse the given comma separated sequence of newsgroups into NewsAddress objects.
parsed - Variable in class javax.mail.internet.MimeMultipart
Have we parsed the data from our InputStream yet? Defaults to true; set to false when our constructor is given a DataSource with an InputStream that we need to parse.
ParseException - Exception in javax.mail.internet
The exception thrown due to an error in parsing RFC822 or MIME headers, including multipart bodies.
ParseException() - Constructor for exception javax.mail.internet.ParseException
Constructs a ParseException with no detail message.
ParseException(String) - Constructor for exception javax.mail.internet.ParseException
Constructs a ParseException with the specified detail message.
parseExpression(String, Class<?>, FunctionMapper) - Method in class javax.servlet.jsp.el.ExpressionEvaluator
Deprecated.
Prepare an expression for later evaluation.
parseHeader(String, boolean) - Static method in class javax.mail.internet.InternetAddress
Parse the given sequence of addresses into InternetAddress objects.
parsePostData(int, ServletInputStream) - Static method in class javax.servlet.http.HttpUtils
Deprecated.
Parses data from an HTML form that the client sends to the server using the HTTP POST method and the application/x-www-form-urlencoded MIME type.
parseQueryString(String) - Static method in class javax.servlet.http.HttpUtils
Deprecated.
Parses a query string passed from the client to the server and builds a HashTable object with key-value pairs.
parseString(String) - Method in class javax.mail.URLName
Method which does all of the work of parsing the string.
part - Variable in class javax.mail.internet.MimePartDataSource
The MimePart that provides the data for this DataSource.
Part - Interface in javax.mail
The Part interface is the common base interface for Messages and BodyParts.
Part - Interface in javax.servlet.http
This class represents a part or form item that was received within a multipart/form-data POST request.
PARTIAL_EVENT_PARAM_NAME - Static variable in class javax.faces.context.PartialViewContext

The request parameter name whose request parameter value identifies the type of partial event.

PARTIAL_EXECUTE_PARAM_NAME - Static variable in class javax.faces.context.PartialViewContext

The request parameter name whose request parameter value is a Collection of client identifiers identifying the components that must be processed during the Apply Request Values, Process Validations, and Update Model Values phases of the request processing lifecycle.

PARTIAL_RENDER_PARAM_NAME - Static variable in class javax.faces.context.PartialViewContext

The request parameter name whose request parameter value is a Collection of client identifiers identifying the components that must be processed during the Render Response phase of the request processing lifecycle.

PARTIAL_STATE_SAVING_PARAM_NAME - Static variable in class javax.faces.application.StateManager

The ServletContext init parameter consulted by the runtime to determine if the partial state saving mechanism should be used.

PARTIAL_VIEW_CONTEXT_FACTORY - Static variable in class javax.faces.FactoryFinder

The property name for the PartialViewContextFactory class name.

PartialResponseWriter - Class in javax.faces.context

PartialResponseWriter decorates an existing ResponseWriter to support the generation of a partial response suitable for Ajax operations.

PartialResponseWriter(ResponseWriter) - Constructor for class javax.faces.context.PartialResponseWriter

Create a PartialResponseWriter.

PartialStateHolder - Interface in javax.faces.component

Components that want to leverage the partial state saving feature must implement this interface instead of implementing StateHolder, from which this interface inherits.

PartialViewContext - Class in javax.faces.context
PartialViewContext contains methods and properties that pertain to partial request processing and partial response rendering on a view.
PartialViewContext() - Constructor for class javax.faces.context.PartialViewContext
 
PartialViewContextFactory - Class in javax.faces.context

PartialViewContextFactory is a factory object that creates (if needed) and returns new PartialViewContext instances.

PartialViewContextFactory() - Constructor for class javax.faces.context.PartialViewContextFactory
Deprecated.
Use the other constructor taking the implementation being wrapped.
PartialViewContextFactory(PartialViewContextFactory) - Constructor for class javax.faces.context.PartialViewContextFactory

If this factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.

PartialViewContextWrapper - Class in javax.faces.context

Provides a simple implementation of PartialViewContext that can be subclassed by developers wishing to provide specialized behavior to an existing PartialViewContext instance.

PartialViewContextWrapper() - Constructor for class javax.faces.context.PartialViewContextWrapper
Deprecated.
Use the other constructor taking the implementation being wrapped.
PartialViewContextWrapper(PartialViewContext) - Constructor for class javax.faces.context.PartialViewContextWrapper

If this partial view context has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.

PartitionAnalyzer - Interface in javax.batch.api.partition
PartitionAnalyzer receives control to process data and final results from each partition.
PartitionCollector - Interface in javax.batch.api.partition
PartitionCollector provides a way to pass data from individual partitions to a single point of control running on the step's parent thread.
PartitionMapper - Interface in javax.batch.api.partition
PartitionMapper receives control at the start of a partitioned execution.
PartitionPlan - Interface in javax.batch.api.partition
PartitionPlan is a helper class that carries partition processing information set by the @PartitionMapper method.
PartitionPlanImpl - Class in javax.batch.api.partition
The PartitionPlanImpl class provides a basic implementation of the PartitionPlan interface.
PartitionPlanImpl() - Constructor for class javax.batch.api.partition.PartitionPlanImpl
 
PartitionReducer - Interface in javax.batch.api.partition
PartitionReducer provides unit of work demarcation across partitions.
PartitionReducer.PartitionStatus - Enum in javax.batch.api.partition
parts - Variable in class javax.mail.Multipart
Vector of BodyPart objects.
PassivationCapable - Interface in javax.enterprise.inject.spi
Indicates that a custom implementation of Bean or Contextual is passivation capable.
PASSTHROUGH_RENDERER_LOCALNAME_KEY - Static variable in class javax.faces.render.Renderer

The key in the component passthrough attributes Map for the localName of the element corresponding to the component.

Password - Class in javax.security.enterprise.credential
Represents a text-based password, and includes a built-in mechanism for securely clearing the value.
Password(char[]) - Constructor for class javax.security.enterprise.credential.Password
Constructor
Password(String) - Constructor for class javax.security.enterprise.credential.Password
Constructor
PASSWORD_PROPERTY - Static variable in interface javax.xml.rpc.Call
Standard property: Password for authentication
PASSWORD_PROPERTY - Static variable in interface javax.xml.rpc.Stub
Standard property: Password for authentication.
PasswordAuthentication - Class in javax.mail
The class PasswordAuthentication is a data holder that is used by Authenticator.
PasswordAuthentication(String, String) - Constructor for class javax.mail.PasswordAuthentication
Initialize a new PasswordAuthentication
PasswordCredential - Class in javax.resource.spi.security
The class PasswordCredential acts as a holder for username and password.
PasswordCredential(String, char[]) - Constructor for class javax.resource.spi.security.PasswordCredential
Creates a new PasswordCredential object from the given user name and password.
PasswordHash - Interface in javax.security.enterprise.identitystore
PasswordHash is an interface for objects that can generate and verify password hashes.
PasswordValidationCallback - Class in javax.security.auth.message.callback
Callback for PasswordValidation.
PasswordValidationCallback(Subject, String, char[]) - Constructor for class javax.security.auth.message.callback.PasswordValidationCallback
Create a PasswordValidationCallback.
Past - Annotation Type in javax.validation.constraints
The annotated element must be an instant, date or time in the past.
Past.List - Annotation Type in javax.validation.constraints
Defines several Past annotations on the same element.
PastOrPresent - Annotation Type in javax.validation.constraints
The annotated element must be an instant, date or time in the past or in the present.
PastOrPresent.List - Annotation Type in javax.validation.constraints
Defines several PastOrPresent annotations on the same element.
PATCH - Static variable in annotation type javax.ws.rs.HttpMethod
HTTP PATCH method.
PATCH - Annotation Type in javax.ws.rs
Indicates that the annotated method responds to HTTP PATCH requests.
Path<X> - Interface in javax.persistence.criteria
Represents a simple or compound attribute path from a bound type or collection, and is a "primitive" expression.
path(String) - Method in interface javax.servlet.http.PushBuilder
Set the URI path to be used for the push.
Path - Interface in javax.validation
Represents the navigation path from an object to another in an object graph.
path(String) - Method in interface javax.ws.rs.client.WebTarget
Create a new WebTarget instance by appending path to the URI of the current target instance.
path(String) - Method in class javax.ws.rs.core.UriBuilder
Append path to the existing path.
path(Class) - Method in class javax.ws.rs.core.UriBuilder
Append the path from a Path-annotated class to the existing path.
path(Class, String) - Method in class javax.ws.rs.core.UriBuilder
Append the path from a Path-annotated method to the existing path.
path(Method) - Method in class javax.ws.rs.core.UriBuilder
Append the path from a Path-annotated method to the existing path.
Path - Annotation Type in javax.ws.rs
Identifies the URI path that a resource class or class method will serve requests for.
Path.BeanNode - Interface in javax.validation
Node representing a bean.
Path.ConstructorNode - Interface in javax.validation
Node representing a constructor.
Path.ContainerElementNode - Interface in javax.validation
Node representing an element in a generic container such as Optional, List or Map.
Path.CrossParameterNode - Interface in javax.validation
Node representing the element holding cross-parameter constraints of a method or constructor.
Path.MethodNode - Interface in javax.validation
Node representing a method.
Path.Node - Interface in javax.validation
Represents an element of a navigation path.
Path.ParameterNode - Interface in javax.validation
Node representing a parameter of a method or constructor.
Path.PropertyNode - Interface in javax.validation
Node representing a property.
Path.ReturnValueNode - Interface in javax.validation
Node representing the return value of a method or constructor.
PathParam - Annotation Type in javax.websocket.server
This annotation may be used to annotate method parameters on server endpoints where a URI-template has been used in the path-mapping of the ServerEndpoint annotation.
PathParam - Annotation Type in javax.ws.rs
Binds the value of a URI template parameter or a path segment containing the template parameter to a resource method parameter, resource class field, or resource class bean property.
PathSegment - Interface in javax.ws.rs.core
Represents a URI path segment and any associated matrix parameters.
pattern - Variable in class javax.mail.search.StringTerm
The pattern.
Pattern - Annotation Type in javax.validation.constraints
The annotated CharSequence must match the specified regular expression.
Pattern.Flag - Enum in javax.validation.constraints
Possible Regexp flags.
Pattern.List - Annotation Type in javax.validation.constraints
Defines several Pattern annotations on the same element.
PATTERN_ID - Static variable in class javax.faces.convert.NumberConverter
The message identifier of the FacesMessage to be created if the conversion to Number fails.
PATTERN_NOT_SET_MESSAGE_ID - Static variable in class javax.faces.validator.RegexValidator
The message identifier of the FacesMessage to be created if the value returned from RegexValidator.getPattern() is null or the empty String.
Payload - Interface in javax.validation
Payload type that can be attached to a given constraint declaration.
Pbkdf2PasswordHash - Interface in javax.security.enterprise.identitystore
This interface represents the built-in Pbkdf2PasswordHash implementation.
peek() - Method in class javax.mail.internet.HeaderTokenizer
Peek at the next token, without actually removing the token from the parse stream.
PERCENT_ID - Static variable in class javax.faces.convert.NumberConverter
The message identifier of the FacesMessage to be created if the conversion to Number fails.
performNavigation(String) - Method in class javax.faces.application.ConfigurableNavigationHandler

A convenience method to signal the Jakarta Server Faces implementation to perform navigation with the provided outcome.

performNavigation(String) - Method in class javax.faces.application.ConfigurableNavigationHandlerWrapper
 
PermitAll - Annotation Type in javax.annotation.security
Specifies that all security roles are allowed to invoke the specified method(s) — i.e., that the specified method(s) are "unchecked".
PermittedTaglibsTLV - Class in javax.servlet.jsp.jstl.tlv
A TagLibraryValidator class to allow a TLD to restrict what taglibs (in addition to itself) may be imported on a page where it's used.
PermittedTaglibsTLV() - Constructor for class javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV
 
persist(Object) - Method in interface javax.persistence.EntityManager
Make an instance managed and persistent.
Persistence - Class in javax.persistence
Bootstrap class that is used to obtain an EntityManagerFactory in Java SE environments.
Persistence() - Constructor for class javax.persistence.Persistence
 
PERSISTENCE_PROVIDER - Static variable in class javax.persistence.Persistence
Deprecated. 
PersistenceContext - Annotation Type in javax.persistence
Expresses a dependency on a container-managed EntityManager and its associated persistence context.
PersistenceContexts - Annotation Type in javax.persistence
Declares one or more PersistenceContext annotations.
PersistenceContextType - Enum in javax.persistence
Specifies whether a transaction-scoped or extended persistence context is to be used in PersistenceContext.
PersistenceException - Exception in javax.persistence
Thrown by the persistence provider when a problem occurs.
PersistenceException() - Constructor for exception javax.persistence.PersistenceException
Constructs a new PersistenceException exception with null as its detail message.
PersistenceException(String) - Constructor for exception javax.persistence.PersistenceException
Constructs a new PersistenceException exception with the specified detail message.
PersistenceException(String, Throwable) - Constructor for exception javax.persistence.PersistenceException
Constructs a new PersistenceException exception with the specified detail message and cause.
PersistenceException(Throwable) - Constructor for exception javax.persistence.PersistenceException
Constructs a new PersistenceException exception with the specified cause.
PersistenceProperty - Annotation Type in javax.persistence
Describes a single container or persistence provider property.
PersistenceProvider - Interface in javax.persistence.spi
Interface implemented by the persistence provider.
PersistenceProviderResolver - Interface in javax.persistence.spi
Determine the list of persistence providers available in the runtime environment.
PersistenceProviderResolverHolder - Class in javax.persistence.spi
Holds the global PersistenceProviderResolver instance.
PersistenceProviderResolverHolder() - Constructor for class javax.persistence.spi.PersistenceProviderResolverHolder
 
PersistenceUnit - Annotation Type in javax.persistence
Expresses a dependency on an EntityManagerFactory and its associated persistence unit.
PersistenceUnitInfo - Interface in javax.persistence.spi
Interface implemented by the container and used by the persistence provider when creating an EntityManagerFactory.
PersistenceUnits - Annotation Type in javax.persistence
Declares one or more PersistenceUnit annotations.
PersistenceUnitTransactionType - Enum in javax.persistence.spi
Specifies whether entity managers created by the EntityManagerFactory will be JTA or resource-local entity managers.
PersistenceUnitUtil - Interface in javax.persistence
Utility interface between the application and the persistence provider managing the persistence unit.
PersistenceUtil - Interface in javax.persistence
Utility interface between the application and the persistence provider(s).
PERSISTENT - Static variable in interface javax.jms.DeliveryMode
This delivery mode instructs the Jakarta Messaging provider to log the message to stable storage as part of the client's send operation.
PERSON_NAME - Static variable in interface javax.xml.registry.LifeCycleManager
Constant representing the javax.xml.registry.infomodel.PersonName interface.
personal - Variable in class javax.mail.internet.InternetAddress
The personal name.
PersonName - Interface in javax.xml.registry.infomodel
Represents a person's name.
PessimisticLockException - Exception in javax.persistence
Thrown by the persistence provider when an pessimistic locking conflict occurs.
PessimisticLockException() - Constructor for exception javax.persistence.PessimisticLockException
Constructs a new PessimisticLockException exception with null as its detail message.
PessimisticLockException(String) - Constructor for exception javax.persistence.PessimisticLockException
Constructs a new PessimisticLockException exception with the specified detail message.
PessimisticLockException(String, Throwable) - Constructor for exception javax.persistence.PessimisticLockException
Constructs a new PessimisticLockException exception with the specified detail message and cause.
PessimisticLockException(Throwable) - Constructor for exception javax.persistence.PessimisticLockException
Constructs a new PessimisticLockException exception with the specified cause.
PessimisticLockException(Object) - Constructor for exception javax.persistence.PessimisticLockException
Constructs a new PessimisticLockException exception with the specified entity.
PessimisticLockException(String, Throwable, Object) - Constructor for exception javax.persistence.PessimisticLockException
Constructs a new PessimisticLockException exception with the specified detail message, cause, and entity.
PessimisticLockScope - Enum in javax.persistence
Defines the values of the javax.persistence.lock.scope property for pessimistic locking.
PhaseEvent - Class in javax.faces.event
PhaseEvent represents the beginning or ending of processing for a particular phase of the request processing lifecycle, for the request encapsulated by the specified FacesContext.
PhaseEvent(FacesContext, PhaseId, Lifecycle) - Constructor for class javax.faces.event.PhaseEvent
Construct a new event object from the specified parameters.
PhaseId - Class in javax.faces.event
Typesafe enumeration of the legal values that may be returned by the getPhaseId() method of the FacesEvent interface.
phaseIdValueOf(String) - Static method in class javax.faces.event.PhaseId

Return a PhaseId representation of the arcument phase.

PhaseListener - Interface in javax.faces.event
An interface implemented by objects that wish to be notified at the beginning and ending of processing for each standard phase of the request processing lifecycle.
PLATFORM_AFTER - Static variable in class javax.interceptor.Interceptor.Priority
Start of range for late interceptors defined by platform specifications.
PLATFORM_BEFORE - Static variable in class javax.interceptor.Interceptor.Priority
Start of range for early interceptors defined by platform specifications.
PluralAttribute<X,C,E> - Interface in javax.persistence.metamodel
Instances of the type PluralAttribute represent persistent collection-valued attributes.
PluralAttribute.CollectionType - Enum in javax.persistence.metamodel
 
PluralJoin<Z,C,E> - Interface in javax.persistence.criteria
The PluralJoin interface defines functionality that is common to joins to all collection types.
PolicyConfiguration - Interface in javax.security.jacc
The methods of this interface are used by containers to create policy statements in a Policy provider.
PolicyConfigurationFactory - Class in javax.security.jacc
Abstract factory and finder class for obtaining the instance of the class that implements the PolicyConfigurationFactory of a provider.
PolicyConfigurationFactory() - Constructor for class javax.security.jacc.PolicyConfigurationFactory
 
PolicyContext - Class in javax.security.jacc
This utility class is used by containers to communicate policy context identifiers and other policy relevant context to Policy providers.
PolicyContextException - Exception in javax.security.jacc
This checked exception is thrown by implementations of the PolicyConfiguration Interface, the PolicyConfigurationFactory abstract class, the PolicyContext utility class, and implementations of the PolicyContextException Interface.
PolicyContextException() - Constructor for exception javax.security.jacc.PolicyContextException
Constructs a new PolicyContextException with null as its detail message.
PolicyContextException(String) - Constructor for exception javax.security.jacc.PolicyContextException
Constructs a new PolicyContextException with the specified detail message
PolicyContextException(String, Throwable) - Constructor for exception javax.security.jacc.PolicyContextException
Constructs a new PolicyContextException with the specified detail message and cause.
PolicyContextException(Throwable) - Constructor for exception javax.security.jacc.PolicyContextException
Constructs a new PolicyContextException with the specified cause.
PolicyContextHandler - Interface in javax.security.jacc
This interface defines the methods that must be implemented by handlers that are to be registered and activated by the PolicyContext class.
PongMessage - Interface in javax.websocket
The PongMessage interface represents a web socket pong.
popBody() - Method in class javax.servlet.jsp.JspContext
Return the previous JspWriter "out" saved by the matching pushBody(), and update the value of the "out" attribute in the page scope attribute namespace of the JspContext.
popComponentFromEL(FacesContext) - Method in class javax.faces.component.UIComponent

Pop the current UIComponent from the FacesContext attributes map so that the previous UIComponent, if any, becomes the current component.

popReturnMode(FacesContext) - Method in class javax.faces.flow.FlowHandler

Enable the correct handling of navigation when processing a return node.

populateApplicationConfiguration(Document) - Method in class javax.faces.application.ApplicationConfigurationPopulator

Service providers that implement this service must be called by the Jakarta Server Faces runtime exactly once for each implementation, at startup, before any requests have been serviced.

port(int) - Method in class javax.ws.rs.core.UriBuilder
Set the URI port.
pos - Variable in exception javax.mail.internet.AddressException
The index in the string where the error occurred, or -1 if not known.
Positive - Annotation Type in javax.validation.constraints
The annotated element must be a strictly positive number (i.e.
Positive.List - Annotation Type in javax.validation.constraints
Defines several Positive constraints on the same element.
PositiveOrZero - Annotation Type in javax.validation.constraints
The annotated element must be a positive number or 0.
PositiveOrZero.List - Annotation Type in javax.validation.constraints
Defines several PositiveOrZero constraints on the same element.
post(Entity<?>) - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke HTTP POST method for the current request asynchronously.
post(Entity<?>, Class<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke HTTP POST method for the current request asynchronously.
post(Entity<?>, GenericType<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke HTTP POST method for the current request asynchronously.
post(Entity<?>, InvocationCallback<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke HTTP POST method for the current request asynchronously.
post(Entity<?>) - Method in interface javax.ws.rs.client.CompletionStageRxInvoker
 
post(Entity<?>, Class<T>) - Method in interface javax.ws.rs.client.CompletionStageRxInvoker
 
post(Entity<?>, GenericType<T>) - Method in interface javax.ws.rs.client.CompletionStageRxInvoker
 
post(Entity<?>) - Method in interface javax.ws.rs.client.RxInvoker
Invoke HTTP POST method for the current request.
post(Entity<?>, Class<R>) - Method in interface javax.ws.rs.client.RxInvoker
Invoke HTTP POST method for the current request.
post(Entity<?>, GenericType<R>) - Method in interface javax.ws.rs.client.RxInvoker
Invoke HTTP POST method for the current request.
post(Entity<?>) - Method in interface javax.ws.rs.client.SyncInvoker
Invoke HTTP POST method for the current request synchronously.
post(Entity<?>, Class<T>) - Method in interface javax.ws.rs.client.SyncInvoker
Invoke HTTP POST method for the current request synchronously.
post(Entity<?>, GenericType<T>) - Method in interface javax.ws.rs.client.SyncInvoker
Invoke HTTP POST method for the current request synchronously.
POST - Static variable in annotation type javax.ws.rs.HttpMethod
HTTP POST method.
POST - Annotation Type in javax.ws.rs
Indicates that the annotated method responds to HTTP POST requests.
PostActivate - Annotation Type in javax.ejb
Designates a method to receive a callback after a stateful session bean has been activated.
PostAddToViewEvent - Class in javax.faces.event

When an instance of this event is passed to SystemEventListener.processEvent(javax.faces.event.SystemEvent) or ComponentSystemEventListener.processEvent(javax.faces.event.ComponentSystemEvent), the listener implementation may assume that the source of this event instance is a UIComponent instance and that either that instance or an ancestor of that instance was just added to the view.

PostAddToViewEvent(UIComponent) - Constructor for class javax.faces.event.PostAddToViewEvent

Instantiate a new PostAddToViewEvent that indicates the argument component was just added to the view.

PostAddToViewEvent(FacesContext, UIComponent) - Constructor for class javax.faces.event.PostAddToViewEvent

Instantiate a new PostAddToViewEvent that indicates the argument component was just added to the view.

POSTAL_ADDRESS - Static variable in interface javax.xml.registry.LifeCycleManager
Constant representing the javax.xml.registry.infomodel.PostalAddress interface.
PostalAddress - Interface in javax.xml.registry.infomodel
PostalAddress is a simple re-usable entity class that defines attributes of a postal Address.
PostConstruct - Annotation Type in javax.annotation
The PostConstruct annotation is used on a method that needs to be executed after dependency injection is done to perform any initialization.
postConstruct(T) - Method in interface javax.enterprise.inject.spi.InjectionTarget
Calls the PostConstruct callback, if it exists, according to the semantics required by the Java EE platform specification.
postConstruct() - Method in class javax.enterprise.inject.spi.Unmanaged.UnmanagedInstance
Call the @PostConstruct callback
PostConstructApplicationEvent - Class in javax.faces.event

This event must be published by the runtime after all configuration resources have been parsed and processed.

PostConstructApplicationEvent(Application) - Constructor for class javax.faces.event.PostConstructApplicationEvent

Constructs a new PostConstructApplicationEvent for this application.

PostConstructApplicationEvent(FacesContext, Application) - Constructor for class javax.faces.event.PostConstructApplicationEvent

Constructs a new PostConstructApplicationEvent for this application.

PostConstructCustomScopeEvent - Class in javax.faces.event

This class is provided to allow custom scopes to publish a "post construct" event in the same way that other scopes do to let the application become aware of the beginning of the scope.

PostConstructCustomScopeEvent(ScopeContext) - Constructor for class javax.faces.event.PostConstructCustomScopeEvent

An instance of this event indicates that the custom scope enclosed within the argument scopeContext was just created.

PostConstructCustomScopeEvent(FacesContext, ScopeContext) - Constructor for class javax.faces.event.PostConstructCustomScopeEvent

An instance of this event indicates that the custom scope enclosed within the argument scopeContext was just created.

PostConstructViewMapEvent - Class in javax.faces.event

This event must be published by a call to {javax.faces.application.Application#publishEvent} when the view map is first created.

PostConstructViewMapEvent(UIViewRoot) - Constructor for class javax.faces.event.PostConstructViewMapEvent

Instantiate a new PostConstructViewMapEvent that indicates the argument root was just associated with its view map.

PostConstructViewMapEvent(FacesContext, UIViewRoot) - Constructor for class javax.faces.event.PostConstructViewMapEvent

Instantiate a new PostConstructViewMapEvent that indicates the argument root was just associated with its view map.

PostKeepFlashValueEvent - Class in javax.faces.event
PostKeepFlashValueEvent(String) - Constructor for class javax.faces.event.PostKeepFlashValueEvent

Instantiate a new PostKeepFlashValueEvent that indicates the argument key was just kept in the flash.

PostKeepFlashValueEvent(FacesContext, String) - Constructor for class javax.faces.event.PostKeepFlashValueEvent

Instantiate a new PostKeepFlashValueEvent that indicates the argument key was just kept in the flash.

PostLoad - Annotation Type in javax.persistence
Specifies a callback method for the corresponding lifecycle event.
PostPersist - Annotation Type in javax.persistence
Specifies a callback method for the corresponding lifecycle event.
PostPutFlashValueEvent - Class in javax.faces.event
PostPutFlashValueEvent(String) - Constructor for class javax.faces.event.PostPutFlashValueEvent

Instantiate a new PostPutFlashValueEvent that indicates the argument key was just put to the flash.

PostPutFlashValueEvent(FacesContext, String) - Constructor for class javax.faces.event.PostPutFlashValueEvent

Instantiate a new PostPutFlashValueEvent that indicates the argument key was just put to the flash.

PostRemove - Annotation Type in javax.persistence
Specifies a callback method for the corresponding lifecycle event.
PostRenderViewEvent - Class in javax.faces.event

When an instance of this event is passed to SystemEventListener.processEvent(javax.faces.event.SystemEvent) or ComponentSystemEventListener.processEvent(javax.faces.event.ComponentSystemEvent), the listener implementation may assume that the source of this event instance is the UIViewRoot instance that has just been rendered.

PostRenderViewEvent(UIViewRoot) - Constructor for class javax.faces.event.PostRenderViewEvent

Instantiate a new PostRenderViewEvent that indicates the argument root has just been rendered.

PostRenderViewEvent(FacesContext, UIViewRoot) - Constructor for class javax.faces.event.PostRenderViewEvent

Instantiate a new PostRenderViewEvent that indicates the argument root has just been rendered.

PostRestoreStateEvent - Class in javax.faces.event

When an instance of this event is passed to SystemEventListener.processEvent(javax.faces.event.SystemEvent) or ComponentSystemEventListener.processEvent(javax.faces.event.ComponentSystemEvent), the listener implementation may assume that the source of this event instance is in a tree that has just had its state restored.

PostRestoreStateEvent(UIComponent) - Constructor for class javax.faces.event.PostRestoreStateEvent

Instantiate a new PostRestoreStateEvent that indicates the argument component just had its state restored.

PostRestoreStateEvent(FacesContext, UIComponent) - Constructor for class javax.faces.event.PostRestoreStateEvent

Instantiate a new PostRestoreStateEvent that indicates the argument component just had its state restored.

PostUpdate - Annotation Type in javax.persistence
Specifies a callback method for the corresponding lifecycle event.
PostValidateEvent - Class in javax.faces.event

When an instance of this event is passed to SystemEventListener.processEvent(javax.faces.event.SystemEvent) or ComponentSystemEventListener.processEvent(javax.faces.event.ComponentSystemEvent), the listener implementation may assume that the source of this event instance is the UIComponent instance that is that has just been validated.

PostValidateEvent(UIComponent) - Constructor for class javax.faces.event.PostValidateEvent

Constructor

PostValidateEvent(FacesContext, UIComponent) - Constructor for class javax.faces.event.PostValidateEvent

Constructor

preamble - Variable in class javax.mail.internet.MimeMultipart
The MIME multipart preamble text, the text that occurs before the first boundary line.
PreClearFlashEvent - Class in javax.faces.event
PreClearFlashEvent(Map<String, Object>) - Constructor for class javax.faces.event.PreClearFlashEvent

Instantiate a new PreClearFlashEvent that indicates the argument key was just put to the flash.

PreClearFlashEvent(FacesContext, Map<String, Object>) - Constructor for class javax.faces.event.PreClearFlashEvent

Instantiate a new PreClearFlashEvent that indicates the argument key was just put to the flash.

PreDestroy - Annotation Type in javax.annotation
The PreDestroy annotation is used on a method as a callback notification to signal that the instance is in the process of being removed by the container.
preDestroy(T) - Method in interface javax.enterprise.inject.spi.InjectionTarget
Calls the PreDestroy callback, if it exists, according to the semantics required by the Jakarta EE platform specification.
preDestroy() - Method in class javax.enterprise.inject.spi.Unmanaged.UnmanagedInstance
Call the @PreDestroy callback
PreDestroyApplicationEvent - Class in javax.faces.event

This event must be published by the runtime before the factories associated with this Application are released.

PreDestroyApplicationEvent(Application) - Constructor for class javax.faces.event.PreDestroyApplicationEvent

Constructs a new PreDestroyApplicationEvent for this application.

PreDestroyApplicationEvent(FacesContext, Application) - Constructor for class javax.faces.event.PreDestroyApplicationEvent

Constructs a new PreDestroyApplicationEvent for this application.

PreDestroyCustomScopeEvent - Class in javax.faces.event

This class is provided to allow custom scopes to publish a "pre construct" event in the same way that other scopes do to let the application become aware of the beginning of the scope.

PreDestroyCustomScopeEvent(ScopeContext) - Constructor for class javax.faces.event.PreDestroyCustomScopeEvent

An instance of this event indicates that the custom scope enclosed within the argument scopeContext is about to end.

PreDestroyCustomScopeEvent(FacesContext, ScopeContext) - Constructor for class javax.faces.event.PreDestroyCustomScopeEvent

An instance of this event indicates that the custom scope enclosed within the argument scopeContext is about to end.

PreDestroyViewMapEvent - Class in javax.faces.event
PreDestroyViewMapEvent(UIViewRoot) - Constructor for class javax.faces.event.PreDestroyViewMapEvent

Instantiate a new ViewMapDestroydEvent that indicates the argument root just had its associated view map destroyed.

PreDestroyViewMapEvent(FacesContext, UIViewRoot) - Constructor for class javax.faces.event.PreDestroyViewMapEvent

Instantiate a new ViewMapDestroydEvent that indicates the argument root just had its associated view map destroyed.

Predicate - Interface in javax.persistence.criteria
The type of a simple or compound predicate: a conjunction or disjunction of restrictions.
Predicate.BooleanOperator - Enum in javax.persistence.criteria
 
PreencodedMimeBodyPart - Class in javax.mail.internet
A MimeBodyPart that handles data that has already been encoded.
PreencodedMimeBodyPart(String) - Constructor for class javax.mail.internet.PreencodedMimeBodyPart
Create a PreencodedMimeBodyPart that assumes the data is encoded using the specified encoding.
preferredSubprotocols(List<String>) - Method in class javax.websocket.ClientEndpointConfig.Builder
Set the preferred sub protocols for the configuration this builder will build.
prefix - Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
The prefix assigned to this taglib from the taglib directive.
PreJsf2ExceptionHandlerFactory - Class in javax.faces.webapp

This ExceptionHandlerFactory instance produces Jakarta Server Faces 1.2 compatible ExceptionHandler instances.

PreJsf2ExceptionHandlerFactory() - Constructor for class javax.faces.webapp.PreJsf2ExceptionHandlerFactory
 
PreMatching - Annotation Type in javax.ws.rs.container
Global binding annotation that can be applied to a container request filter to indicate that such filter should be applied globally on all resources in the application before the actual resource matching occurs.
prepare(Xid) - Method in interface javax.resource.spi.XATerminator
Ask the resource manager to prepare for a transaction commit of the transaction specified in xid.
prepare() - Method in class javax.servlet.jsp.jstl.core.LoopTagSupport
Prepares for a single tag invocation.
PrePassivate - Annotation Type in javax.ejb
Designates a method to receive a callback before a stateful session bean is passivated.
PrePersist - Annotation Type in javax.persistence
Specifies a callback method for the corresponding lifecycle event.
PreRemove - Annotation Type in javax.persistence
Specifies a callback method for the corresponding lifecycle event.
PreRemoveFlashValueEvent - Class in javax.faces.event
PreRemoveFlashValueEvent(String) - Constructor for class javax.faces.event.PreRemoveFlashValueEvent

Instantiate a new PreRemoveFlashValueEvent that indicates the argument key will be removed from the flash.

PreRemoveFlashValueEvent(FacesContext, String) - Constructor for class javax.faces.event.PreRemoveFlashValueEvent

Instantiate a new PreRemoveFlashValueEvent that indicates the argument key will be removed from the flash.

PreRemoveFromViewEvent - Class in javax.faces.event

When an instance of this event is passed to SystemEventListener.processEvent(javax.faces.event.SystemEvent) or ComponentSystemEventListener.processEvent(javax.faces.event.ComponentSystemEvent), the listener implementation may assume that the source of this event instance is a UIComponent instance that is about to be removed from the view.

PreRemoveFromViewEvent(UIComponent) - Constructor for class javax.faces.event.PreRemoveFromViewEvent

Instantiate a new BeforeRemoveFromView that indicates the argument component is about to be removed from the view.

PreRemoveFromViewEvent(FacesContext, UIComponent) - Constructor for class javax.faces.event.PreRemoveFromViewEvent

Instantiate a new BeforeRemoveFromView that indicates the argument component is about to be removed from the view.

PreRenderComponentEvent - Class in javax.faces.event

When an instance of this event is passed to SystemEventListener.processEvent(javax.faces.event.SystemEvent) or ComponentSystemEventListener.processEvent(javax.faces.event.ComponentSystemEvent), the listener implementation may assume that the source of this event instance is the UIComponent instance that is about to be rendered and that it is safe to call UIComponent.getParent(), UIComponent.getClientId(), and other methods that depend upon the component instance being in the view.

PreRenderComponentEvent(UIComponent) - Constructor for class javax.faces.event.PreRenderComponentEvent

Instantiate a new PreRenderComponentEvent that indicates the argument component is about to be rendered.

PreRenderComponentEvent(FacesContext, UIComponent) - Constructor for class javax.faces.event.PreRenderComponentEvent

Instantiate a new PreRenderComponentEvent that indicates the argument component is about to be rendered.

PreRenderViewEvent - Class in javax.faces.event

When an instance of this event is passed to SystemEventListener.processEvent(javax.faces.event.SystemEvent) or ComponentSystemEventListener.processEvent(javax.faces.event.ComponentSystemEvent), the listener implementation may assume that the source of this event instance is the UIViewRoot instance that is about to be rendered.

PreRenderViewEvent(UIViewRoot) - Constructor for class javax.faces.event.PreRenderViewEvent

Instantiate a new PreRenderViewEvent that indicates the argument root is about to be rendered.

PreRenderViewEvent(FacesContext, UIViewRoot) - Constructor for class javax.faces.event.PreRenderViewEvent

Instantiate a new PreRenderViewEvent that indicates the argument root is about to be rendered.

PRETTY_PRINTING - Static variable in interface javax.json.stream.JsonGenerator
Configuration property to generate JSON prettily.
PreUpdate - Annotation Type in javax.persistence
Specifies a callback method for the corresponding lifecycle event.
PreValidateEvent - Class in javax.faces.event

When an instance of this event is passed to SystemEventListener.processEvent(javax.faces.event.SystemEvent) or ComponentSystemEventListener.processEvent(javax.faces.event.ComponentSystemEvent), the listener implementation may assume that the source of this event instance is the UIComponent instance that is about to be validated.

PreValidateEvent(UIComponent) - Constructor for class javax.faces.event.PreValidateEvent

Constructor

PreValidateEvent(FacesContext, UIComponent) - Constructor for class javax.faces.event.PreValidateEvent

Constructor

PrimaryKeyJoinColumn - Annotation Type in javax.persistence
Specifies a primary key column that is used as a foreign key to join to another table.
PrimaryKeyJoinColumns - Annotation Type in javax.persistence
Groups PrimaryKeyJoinColumn annotations.
print(boolean) - Method in class javax.servlet.jsp.JspWriter
Print a boolean value.
print(char) - Method in class javax.servlet.jsp.JspWriter
Print a character.
print(int) - Method in class javax.servlet.jsp.JspWriter
Print an integer.
print(long) - Method in class javax.servlet.jsp.JspWriter
Print a long integer.
print(float) - Method in class javax.servlet.jsp.JspWriter
Print a floating-point number.
print(double) - Method in class javax.servlet.jsp.JspWriter
Print a double-precision floating-point number.
print(char[]) - Method in class javax.servlet.jsp.JspWriter
Print an array of characters.
print(String) - Method in class javax.servlet.jsp.JspWriter
Print a string.
print(Object) - Method in class javax.servlet.jsp.JspWriter
Print an object.
print(String) - Method in class javax.servlet.ServletOutputStream
Writes a String to the client, without a carriage return-line feed (CRLF) character at the end.
print(boolean) - Method in class javax.servlet.ServletOutputStream
Writes a boolean value to the client, with no carriage return-line feed (CRLF) character at the end.
print(char) - Method in class javax.servlet.ServletOutputStream
Writes a character to the client, with no carriage return-line feed (CRLF) at the end.
print(int) - Method in class javax.servlet.ServletOutputStream
Writes an int to the client, with no carriage return-line feed (CRLF) at the end.
print(long) - Method in class javax.servlet.ServletOutputStream
Writes a long value to the client, with no carriage return-line feed (CRLF) at the end.
print(float) - Method in class javax.servlet.ServletOutputStream
Writes a float value to the client, with no carriage return-line feed (CRLF) at the end.
print(double) - Method in class javax.servlet.ServletOutputStream
Writes a double value to the client, with no carriage return-line feed (CRLF) at the end.
println() - Method in class javax.servlet.jsp.JspWriter
Terminate the current line by writing the line separator string.
println(boolean) - Method in class javax.servlet.jsp.JspWriter
Print a boolean value and then terminate the line.
println(char) - Method in class javax.servlet.jsp.JspWriter
Print a character and then terminate the line.
println(int) - Method in class javax.servlet.jsp.JspWriter
Print an integer and then terminate the line.
println(long) - Method in class javax.servlet.jsp.JspWriter
Print a long integer and then terminate the line.
println(float) - Method in class javax.servlet.jsp.JspWriter
Print a floating-point number and then terminate the line.
println(double) - Method in class javax.servlet.jsp.JspWriter
Print a double-precision floating-point number and then terminate the line.
println(char[]) - Method in class javax.servlet.jsp.JspWriter
Print an array of characters and then terminate the line.
println(String) - Method in class javax.servlet.jsp.JspWriter
Print a String and then terminate the line.
println(Object) - Method in class javax.servlet.jsp.JspWriter
Print an Object and then terminate the line.
println() - Method in class javax.servlet.ServletOutputStream
Writes a carriage return-line feed (CRLF) to the client.
println(String) - Method in class javax.servlet.ServletOutputStream
Writes a String to the client, followed by a carriage return-line feed (CRLF).
println(boolean) - Method in class javax.servlet.ServletOutputStream
Writes a boolean value to the client, followed by a carriage return-line feed (CRLF).
println(char) - Method in class javax.servlet.ServletOutputStream
Writes a character to the client, followed by a carriage return-line feed (CRLF).
println(int) - Method in class javax.servlet.ServletOutputStream
Writes an int to the client, followed by a carriage return-line feed (CRLF) character.
println(long) - Method in class javax.servlet.ServletOutputStream
Writes a long value to the client, followed by a carriage return-line feed (CRLF).
println(float) - Method in class javax.servlet.ServletOutputStream
Writes a float value to the client, followed by a carriage return-line feed (CRLF).
println(double) - Method in class javax.servlet.ServletOutputStream
Writes a double value to the client, followed by a carriage return-line feed (CRLF).
Priorities - Class in javax.ws.rs
A collection of built-in priority constants for the components that are supposed to be ordered based on their javax.annotation.Priority class-level annotation value when used or applied by the runtime.
Prioritized - Interface in javax.enterprise.inject.spi
This interface allows some SPI implementation to change their priority programmatically.
Priority - Annotation Type in javax.annotation
The Priority annotation can be applied to classes or parameters to indicate in what order they should be used.
priority(int) - Method in interface javax.enterprise.inject.spi.configurator.ObserverMethodConfigurator
Set the priority for the observer to build
priority() - Method in interface javax.security.enterprise.identitystore.IdentityStore
Determines the order of invocation for multiple IdentityStores.
PrivateKeyCallback - Class in javax.security.auth.message.callback
Callback for acquiring a Public Key Infrastructure (PKI) private key and its corresponding certificate chain.
PrivateKeyCallback(PrivateKeyCallback.Request) - Constructor for class javax.security.auth.message.callback.PrivateKeyCallback
Constructs this PrivateKeyCallback with a private key Request object.
PrivateKeyCallback.AliasRequest - Class in javax.security.auth.message.callback
Request type for private keys that are identified using an alias.
PrivateKeyCallback.DigestRequest - Class in javax.security.auth.message.callback
Request type for private keys that are identified using a certificate digest or thumbprint.
PrivateKeyCallback.IssuerSerialNumRequest - Class in javax.security.auth.message.callback
Request type for private keys that are identified using an issuer/serial number.
PrivateKeyCallback.Request - Interface in javax.security.auth.message.callback
Marker interface for private key request types.
PrivateKeyCallback.SubjectKeyIDRequest - Class in javax.security.auth.message.callback
Request type for private keys that are identified using a SubjectKeyID
proceed() - Method in interface javax.interceptor.InvocationContext
Proceed to the next interceptor in the interceptor chain.
proceed() - Method in interface javax.ws.rs.ext.ReaderInterceptorContext
Proceed to the next interceptor in the chain.
proceed() - Method in interface javax.ws.rs.ext.WriterInterceptorContext
Proceed to the next interceptor in the chain.
process() - Method in class javax.batch.api.AbstractBatchlet
Implement process logic for the Batchlet in this method.
process() - Method in interface javax.batch.api.Batchlet
The process method does the work of the batchlet.
PROCESS_VALIDATIONS - Static variable in class javax.faces.event.PhaseId
Identifier that indicates an interest in events queued for the Process Validations phase of the request processing lifecycle.
processAction(ActionEvent) - Method in interface javax.faces.event.ActionListener
Invoked when the action described by the specified ActionEvent occurs.
processAction(ActionEvent) - Method in class javax.faces.event.ActionListenerWrapper
 
processAction(ActionEvent) - Method in class javax.faces.event.MethodExpressionActionListener
Call through to the MethodExpression passed in our constructor.
processAjaxBehavior(AjaxBehaviorEvent) - Method in interface javax.faces.event.AjaxBehaviorListener

ProcessAnnotatedType<X> - Interface in javax.enterprise.inject.spi
The container fires an event of this type for each Java class or interface it discovers in a bean archive, before it reads the declared annotations.
processApplication(FacesContext) - Method in class javax.faces.component.UIViewRoot
Broadcast any events that have been queued for the Invoke Application phase of the request processing lifecycle and to clear out any events for later phases if the event processing for this phase caused FacesContext.renderResponse() or FacesContext.responseComplete() to be called.
ProcessBean<X> - Interface in javax.enterprise.inject.spi
The container fires an event of this type for each enabled bean, interceptor or decorator deployed in a bean archive, before registering the Bean object.
ProcessBeanAttributes<T> - Interface in javax.enterprise.inject.spi
The container fires an event of this type for each enabled bean, interceptor or decorator deployed in a bean archive before registering the Bean object.
processDecodes(FacesContext) - Method in class javax.faces.component.UIComponent
Perform the component tree processing required by the Apply Request Values phase of the request processing lifecycle for all facets of this component, all children of this component, and this component itself, as follows.
processDecodes(FacesContext) - Method in class javax.faces.component.UIComponentBase
 
processDecodes(FacesContext) - Method in class javax.faces.component.UIData
Override the default UIComponentBase.processDecodes(javax.faces.context.FacesContext) processing to perform the following steps.
processDecodes(FacesContext) - Method in class javax.faces.component.UIForm
Override UIComponent.processDecodes(javax.faces.context.FacesContext) to ensure that the form is decoded before its children.
processDecodes(FacesContext) - Method in class javax.faces.component.UIInput
Specialized decode behavior on top of that provided by the superclass.
processDecodes(FacesContext) - Method in class javax.faces.component.UIViewRoot
processEvent(ComponentSystemEvent) - Method in class javax.faces.component.UIComponent

The default implementation performs the following action.

processEvent(ComponentSystemEvent) - Method in class javax.faces.component.UIViewRoot

If the argument event is an instance of PostRestoreStateEvent and PartialViewContext.isPartialRequest() returns true, then loop over all component resources and call ResourceHandler.markResourceRendered(FacesContext, String, String) for each of them.

processEvent(SystemEvent) - Method in class javax.faces.context.ExceptionHandler
When called, the listener can assume that any guarantees given in the javadoc for the specific SystemEvent subclass are true.
processEvent(SystemEvent) - Method in class javax.faces.context.ExceptionHandlerWrapper
The default behavior of this method is to call ExceptionHandler.processEvent(javax.faces.event.SystemEvent) on the wrapped ExceptionHandler object.
processEvent(ComponentSystemEvent) - Method in interface javax.faces.event.ComponentSystemEventListener
When called, the listener can assume that any guarantees given in the javadoc for the specific SystemEvent subclass are true.
processEvent(SystemEvent) - Method in interface javax.faces.event.SystemEventListener
When called, the listener can assume that any guarantees given in the javadoc for the specific SystemEvent subclass are true.
ProcessingException - Exception in javax.ws.rs
A base runtime processing exception.
ProcessingException(Throwable) - Constructor for exception javax.ws.rs.ProcessingException
Constructs a new runtime processing 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).
ProcessingException(String, Throwable) - Constructor for exception javax.ws.rs.ProcessingException
Constructs a new runtime processing exception with the specified detail message and cause.
ProcessingException(String) - Constructor for exception javax.ws.rs.ProcessingException
Constructs a new runtime processing exception with the specified detail message.
ProcessInjectionPoint<T,X> - Interface in javax.enterprise.inject.spi
The container fires an event of this type for every injection point of every Jakarta EE component class supporting injection that may be instantiated by the container at runtime, including every managed bean declared using javax.annotation.ManagedBean, Jakarta Enterprise Bean session or message-driven bean, enabled bean, enabled interceptor or enabled decorator.
ProcessInjectionTarget<X> - Interface in javax.enterprise.inject.spi
The container fires an event of this type for every Jakarta EE component class supporting injection that may be instantiated by the container at runtime, including every managed bean declared using javax.annotation.ManagedBean, Jakarta Enterprise Bean session or message-driven bean, enabled bean, enabled interceptor or enabled decorator.
processItem(Object) - Method in interface javax.batch.api.chunk.ItemProcessor
The processItem method is part of a chunk step.
processListener(FacesListener) - Method in class javax.faces.event.ActionEvent
 
processListener(FacesListener) - Method in class javax.faces.event.AjaxBehaviorEvent

Broadcast this event instance to the specified FacesListener, by whatever mechanism is appropriate.

processListener(FacesListener) - Method in class javax.faces.event.ComponentSystemEvent

Broadcast this event instance to the specified FacesListener by calling the superclass's processListener() implementation.

processListener(FacesListener) - Method in class javax.faces.event.FacesEvent
Broadcast this FacesEvent to the specified FacesListener, by whatever mechanism is appropriate.
processListener(FacesListener) - Method in class javax.faces.event.SystemEvent
Broadcast this event instance to the specified FacesListener, by whatever mechanism is appropriate.
processListener(FacesListener) - Method in class javax.faces.event.ValueChangeEvent
 
ProcessManagedBean<X> - Interface in javax.enterprise.inject.spi
The container fires an event of this type for each enabled managed bean, before registering the Bean object.
ProcessObserverMethod<T,X> - Interface in javax.enterprise.inject.spi
The container fires an event of this type for each observer method of each enabled bean, before registering the ObserverMethod object.
processPartial(PhaseId) - Method in class javax.faces.context.PartialViewContext

Perform lifecycle processing on components during the indicated phaseId.

processPartial(PhaseId) - Method in class javax.faces.context.PartialViewContextWrapper
The default behavior of this method is to call PartialViewContext.processPartial(PhaseId) on the wrapped PartialViewContext object.
ProcessProducer<T,X> - Interface in javax.enterprise.inject.spi
The container fires an event of this type for each producer method or field of each enabled bean, including resources.
ProcessProducerField<T,X> - Interface in javax.enterprise.inject.spi
The container fires an event of this type for each enabled producer field, before registering the Bean object.
ProcessProducerMethod<T,X> - Interface in javax.enterprise.inject.spi
The container fires an event of this type for each enabled producer method, before registering the Bean object.
processRestoreState(FacesContext, Object) - Method in class javax.faces.component.UIComponent
Perform the component tree processing required by the Restore View phase of the request processing lifecycle for all facets of this component, all children of this component, and this component itself, as follows.
processRestoreState(FacesContext, Object) - Method in class javax.faces.component.UIComponentBase
 
processRestoreState(FacesContext, Object) - Method in class javax.faces.component.UIViewRoot

The default implementation must call UIComponentBase.processRestoreState(javax.faces.context.FacesContext, java.lang.Object) from within a try block.

processSaveState(FacesContext) - Method in class javax.faces.component.UIComponent
Perform the component tree processing required by the state saving portion of the Render Response phase of the request processing lifecycle for all facets of this component, all children of this component, and this component itself, as follows.
processSaveState(FacesContext) - Method in class javax.faces.component.UIComponentBase
 
ProcessSessionBean<X> - Interface in javax.enterprise.inject.spi
The container fires an event of this type for each enabled session bean, before registering the Bean object.
ProcessSyntheticAnnotatedType<X> - Interface in javax.enterprise.inject.spi
ProcessSyntheticBean<X> - Interface in javax.enterprise.inject.spi
The container fires an event of this type for each custom bean implementation added through AfterBeanDiscovery.addBean() or AfterBeanDiscovery.addBean(Bean), before registering the Bean object.
ProcessSyntheticObserverMethod<T,X> - Interface in javax.enterprise.inject.spi
The container fires an event of this type for each custom implementation of ObserverMethod added through AfterBeanDiscovery.addObserverMethod(ObserverMethod) or AfterBeanDiscovery.addObserverMethod(), before registering the ObserverMethod object.
processUpdates(FacesContext) - Method in class javax.faces.component.UIComponent
Perform the component tree processing required by the Update Model Values phase of the request processing lifecycle for all facets of this component, all children of this component, and this component itself, as follows.
processUpdates(FacesContext) - Method in class javax.faces.component.UIComponentBase
 
processUpdates(FacesContext) - Method in class javax.faces.component.UIData
Override the default UIComponentBase.processUpdates(javax.faces.context.FacesContext) processing to perform the following steps.
processUpdates(FacesContext) - Method in class javax.faces.component.UIForm
Override UIComponent.processUpdates(javax.faces.context.FacesContext) to ensure that the children of this UIForm instance are only processed if UIForm.isSubmitted() returns true.
processUpdates(FacesContext) - Method in class javax.faces.component.UIInput
In addition to the standard processUpdates behavior inherited from UIComponentBase, calls updateModel().
processUpdates(FacesContext) - Method in class javax.faces.component.UIViewRoot
processValidators(FacesContext) - Method in class javax.faces.component.UIComponent
Perform the component tree processing required by the Process Validations phase of the request processing lifecycle for all facets of this component, all children of this component, and this component itself, as follows.
processValidators(FacesContext) - Method in class javax.faces.component.UIComponentBase
 
processValidators(FacesContext) - Method in class javax.faces.component.UIData

Override the default UIComponentBase.processValidators(javax.faces.context.FacesContext) processing to perform the following steps.

processValidators(FacesContext) - Method in class javax.faces.component.UIForm

Override UIComponent.processValidators(javax.faces.context.FacesContext) to ensure that the children of this UIForm instance are only processed if UIForm.isSubmitted() returns true.

processValidators(FacesContext) - Method in class javax.faces.component.UIInput
In addition to the standard processValidators behavior inherited from UIComponentBase, calls validate() if the immediate property is false (which is the default); if the component is invalid afterwards, calls FacesContext.renderResponse().
processValidators(FacesContext) - Method in class javax.faces.component.UISelectOne

If UISelectOne.getGroup() is set, and UIInput.getSubmittedValue() is empty, and at least one other component having the same group within a UIForm parent has a non-empty UIInput.getSubmittedValue() or returns true on UIInput.isLocalValueSet() or returns false on UIInput.isValid(), then skip validation for current component, else perform standard superclass processing by super.processValidators(context).

processValidators(FacesContext) - Method in class javax.faces.component.UIViewParameter

Specialize superclass behavior to treat null differently.

processValidators(FacesContext) - Method in class javax.faces.component.UIViewRoot
processValueChange(ValueChangeEvent) - Method in class javax.faces.event.MethodExpressionValueChangeListener
Call through to the MethodExpression passed in our constructor.
processValueChange(ValueChangeEvent) - Method in interface javax.faces.event.ValueChangeListener
Invoked when the value change described by the specified ValueChangeEvent occurs.
prod(Expression<? extends N>, Expression<? extends N>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression that returns the product of its arguments.
prod(Expression<? extends N>, N) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression that returns the product of its arguments.
prod(N, Expression<? extends N>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression that returns the product of its arguments.
produce(CreationalContext<T>) - Method in interface javax.enterprise.inject.spi.Producer
Causes an instance to be produced via the Producer.
produce() - Method in class javax.enterprise.inject.spi.Unmanaged.UnmanagedInstance
Create the instance
Producer<T> - Interface in javax.enterprise.inject.spi
Provides a generic operation for producing an instance of a type.
ProducerConfigurator<T> - Interface in javax.enterprise.inject.spi.configurator
A ProducerConfigurator can configure a Producer.
ProducerFactory<X> - Interface in javax.enterprise.inject.spi
An ProducerFactory can create an Producer for a given bean.
Produces - Annotation Type in javax.enterprise.inject
Identifies a producer method or field.
Produces - Annotation Type in javax.ws.rs
Defines the media type(s) that the methods of a resource class or MessageBodyWriter can produce.
produceWith(Function<Instance<Object>, U>) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Set a callback to create a bean instance.
produceWith(Function<CreationalContext<U>, U>) - Method in interface javax.enterprise.inject.spi.configurator.ProducerConfigurator
Set a callback to produce a new instance.
ProgressEvent - Class in javax.enterprise.deploy.spi.status
An event which indicates that a deployment status change has occurred.
ProgressEvent(Object, TargetModuleID, DeploymentStatus) - Constructor for class javax.enterprise.deploy.spi.status.ProgressEvent
Creates a new object representing a deployment progress event.
ProgressListener - Interface in javax.enterprise.deploy.spi.status
The listener interface for receiving deployment progress events.
ProgressObject - Interface in javax.enterprise.deploy.spi.status
The ProgressObject interface tracks and reports the progress of the deployment activities, distribute, start, stop, undeploy.
PROJECT_STAGE_JNDI_NAME - Static variable in enum javax.faces.application.ProjectStage

The value of this constant is the name used for JNDI lookups for setting the current value to be returned by Application.getProjectStage().

PROJECT_STAGE_PARAM_NAME - Static variable in enum javax.faces.application.ProjectStage

The value of this constant is the value of the param-name for setting the current value to be returned by Application.getProjectStage().

ProjectStage - Enum in javax.faces.application

This class enables a feature similar to the RAILS_ENV feature of the Ruby on Rails web framework.

property(String, Object) - Method in interface javax.ws.rs.client.Invocation.Builder
Set a new property in the context of a request represented by this invocation builder.
property(String, Object) - Method in interface javax.ws.rs.client.Invocation
Set a new property in the context of a request represented by this invocation.
property(String, Object) - Method in interface javax.ws.rs.core.Configurable
Set the new configuration property, if already set, the existing value of the property will be updated.
PROPERTY_NAMING_STRATEGY - Static variable in class javax.json.bind.JsonbConfig
Property used to specify custom naming strategy.
PROPERTY_ORDER_STRATEGY - Static variable in class javax.json.bind.JsonbConfig
Property used to specify custom order strategy.
PROPERTY_VISIBILITY_STRATEGY - Static variable in class javax.json.bind.JsonbConfig
Property used to specify custom visibility strategy.
PropertyDescriptor - Interface in javax.validation.metadata
Describes a Java Bean property hosting validation constraints.
propertyExists(String) - Method in interface javax.jms.JMSProducer
Indicates whether a message property with the specified name has been set on this JMSProducer
propertyExists(String) - Method in interface javax.jms.Message
Indicates whether a property value exists.
PropertyNamingStrategy - Interface in javax.json.bind.config
Allows to define custom property naming strategy.
PropertyNotFoundException - Exception in javax.el
Thrown when a property could not be found while evaluating a ValueExpression or MethodExpression.
PropertyNotFoundException() - Constructor for exception javax.el.PropertyNotFoundException
Creates a PropertyNotFoundException with no detail message.
PropertyNotFoundException(String) - Constructor for exception javax.el.PropertyNotFoundException
Creates a PropertyNotFoundException with the provided detail message.
PropertyNotFoundException(Throwable) - Constructor for exception javax.el.PropertyNotFoundException
Creates a PropertyNotFoundException with the given root cause.
PropertyNotFoundException(String, Throwable) - Constructor for exception javax.el.PropertyNotFoundException
Creates a PropertyNotFoundException with the given detail message and root cause.
PropertyNotFoundException - Exception in javax.faces.el
Deprecated.
This has been replaced by PropertyNotFoundException.
PropertyNotFoundException() - Constructor for exception javax.faces.el.PropertyNotFoundException
Deprecated.
Construct a new exception with no detail message or root cause.
PropertyNotFoundException(String) - Constructor for exception javax.faces.el.PropertyNotFoundException
Deprecated.
Construct a new exception with the specified detail message and no root cause.
PropertyNotFoundException(Throwable) - Constructor for exception javax.faces.el.PropertyNotFoundException
Deprecated.
Construct a new exception with the specified root cause.
PropertyNotFoundException(String, Throwable) - Constructor for exception javax.faces.el.PropertyNotFoundException
Deprecated.
Construct a new exception with the specified detail message and root cause.
PropertyNotWritableException - Exception in javax.el
Thrown when a property could not be written to while setting the value on a ValueExpression.
PropertyNotWritableException() - Constructor for exception javax.el.PropertyNotWritableException
Creates a PropertyNotWritableException with no detail message.
PropertyNotWritableException(String) - Constructor for exception javax.el.PropertyNotWritableException
Creates a PropertyNotWritableException with the provided detail message.
PropertyNotWritableException(Throwable) - Constructor for exception javax.el.PropertyNotWritableException
Creates a PropertyNotWritableException with the given root cause.
PropertyNotWritableException(String, Throwable) - Constructor for exception javax.el.PropertyNotWritableException
Creates a PropertyNotWritableException with the given detail message and root cause.
PropertyOrderStrategy - Class in javax.json.bind.config
Specifies predefined property order strategies.
propertyResolved(ELContext, Object, Object) - Method in class javax.el.EvaluationListener
Receives notification when the (base, property) pair is resolved
PropertyResolver - Class in javax.faces.el
Deprecated.
This has been replaced by ELResolver.
PropertyResolver() - Constructor for class javax.faces.el.PropertyResolver
Deprecated.
 
PropertyVisibilityStrategy - Interface in javax.json.bind.config
Provides mechanism how to define customized property visibility strategy.
ProtectedViewException - Exception in javax.faces.application

This exception is thrown by the runtime when a violation of the view protection mechanism is encountered.

ProtectedViewException(Throwable) - Constructor for exception javax.faces.application.ProtectedViewException
 
ProtectedViewException(String, Throwable) - Constructor for exception javax.faces.application.ProtectedViewException
 
ProtectedViewException(String) - Constructor for exception javax.faces.application.ProtectedViewException
 
ProtectedViewException() - Constructor for exception javax.faces.application.ProtectedViewException
 
protocolConnect(String, int, String, String) - Method in class javax.mail.Service
The service implementation should override this method to perform the actual protocol-specific connection attempt.
PROVIDER - Static variable in class javax.ejb.embeddable.EJBContainer
Standard property name for specifying the embeddable container implementation bootstrap class.
Provider<T> - Interface in javax.inject
Provides instances of T.
provider() - Static method in class javax.json.bind.spi.JsonbProvider
Creates a JSON Binding provider object by using the ServiceLoader.load(Class) method.
provider(String) - Static method in class javax.json.bind.spi.JsonbProvider
Creates a JSON Binding provider object by using the ServiceLoader.load(Class) method, matching providerName.
provider() - Static method in class javax.json.spi.JsonProvider
Creates a JSON provider object.
Provider - Class in javax.mail
The Provider is a class that describes a protocol implementation.
Provider(Provider.Type, String, String, String, String) - Constructor for class javax.mail.Provider
Create a new provider of the specified type for the specified protocol.
Provider - Annotation Type in javax.ws.rs.ext
Marks an implementation of an extension interface that should be discoverable by the runtime during a provider scanning phase.
Provider.Type - Class in javax.mail
This inner class defines the Provider type.
PROVIDER_REGISTRATION_PERMISSION_NAME - Static variable in class javax.security.auth.message.config.AuthConfigFactory
The name of the SecurityPermission to be used to authorize access to the update methods of the factory implementation class.
providerRegistrationSecurityPermission - Static variable in class javax.security.auth.message.config.AuthConfigFactory
An instance of the SecurityPermission (with name AuthConfigFactory.PROVIDER_REGISTRATION_PERMISSION_NAME) for use in authorizing access to the update methods of the factory implementation class.
providerResolver(ValidationProviderResolver) - Method in interface javax.validation.bootstrap.GenericBootstrap
Defines the provider resolution strategy.
providerResolver(ValidationProviderResolver) - Method in interface javax.validation.bootstrap.ProviderSpecificBootstrap
Optionally defines the provider resolver implementation used.
providers - Static variable in class javax.persistence.Persistence
Deprecated. 
Providers - Interface in javax.ws.rs.ext
An injectable interface providing runtime lookup of provider instances.
ProviderSpecificBootstrap<T extends Configuration<T>> - Interface in javax.validation.bootstrap
Defines the state used to bootstrap Jakarta Bean Validation and creates a provider specific Configuration of type T.
ProviderUtil - Interface in javax.persistence.spi
Utility interface implemented by the persistence provider.
publish(Message) - Method in interface javax.jms.TopicPublisher
Publishes a message to the topic.
publish(Message, int, int, long) - Method in interface javax.jms.TopicPublisher
Publishes a message to the topic, specifying delivery mode, priority, and time to live.
publish(Topic, Message) - Method in interface javax.jms.TopicPublisher
Publishes a message to a topic for an unidentified message producer.
publish(Topic, Message, int, int, long) - Method in interface javax.jms.TopicPublisher
Publishes a message to a topic for an unidentified message producer, specifying delivery mode, priority and time to live.
publishEvent(FacesContext, Class<? extends SystemEvent>, Object) - Method in class javax.faces.application.Application

If FacesContext.isProcessingEvents() is true and there are one or more listeners for events of the type represented by systemEventClass, call those listeners, passing source as the source of the event.

publishEvent(FacesContext, Class<? extends SystemEvent>, Class<?>, Object) - Method in class javax.faces.application.Application

This method functions exactly like Application.publishEvent(FacesContext,Class,Object), except the run-time must use the argument sourceBaseType to find the matching listener instead of using the Class of the source argument.

publishEvent(FacesContext, Class<? extends SystemEvent>, Object) - Method in class javax.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.publishEvent(javax.faces.context.FacesContext, Class, Object) on the wrapped Application object.

publishEvent(FacesContext, Class<? extends SystemEvent>, Class<?>, Object) - Method in class javax.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.publishEvent(javax.faces.context.FacesContext, Class, Class, Object) on the wrapped Application object.

push(T) - Method in interface javax.enterprise.context.spi.CreationalContext
Registers an incompletely initialized contextual instance the with the container.
Push - Annotation Type in javax.faces.push

The CDI annotation @Push allows you to inject a PushContext associated with a given <f:websocket> channel in any container managed artifact in WAR.

push() - Method in interface javax.servlet.http.PushBuilder
Push a resource given the current state of the builder, the method must be non-blocking.
pushBody(Writer) - Method in class javax.servlet.jsp.JspContext
Return a new JspWriter object that sends output to the provided Writer.
pushBody() - Method in class javax.servlet.jsp.PageContext
Return a new BodyContent object, save the current "out" JspWriter, and update the value of the "out" attribute in the page scope attribute namespace of the PageContext.
PushBuilder - Interface in javax.servlet.http
Build a request to be pushed.
pushComponentToEL(FacesContext, UIComponent) - Method in class javax.faces.component.UIComponent

Push the current UIComponent this to the FacesContext attribute map using the key UIComponent.CURRENT_COMPONENT saving the previous UIComponent associated with UIComponent.CURRENT_COMPONENT for a subsequent call to UIComponent.popComponentFromEL(javax.faces.context.FacesContext).

PushContext - Interface in javax.faces.push

CDI interface to send a message object to the push socket channel as identified by @Push.

pushReturnMode(FacesContext) - Method in class javax.faces.flow.FlowHandler

Enable the correct handling of navigation when processing a return node.

put(Serializable, Object) - Method in interface javax.faces.component.StateHelper

Return the previously stored value and store the specified key/value pair.

put(Serializable, String, Object) - Method in interface javax.faces.component.StateHelper

Store the specified mapKey/value in a Map that is internal to the helper, and return the previously stored value.

put(String, Object) - Method in class javax.faces.context.FlashWrapper

The default behavior of this method is to call Map.put(K, V) on the wrapped Flash object.

put(MessageInfo, Object) - Method in interface javax.security.auth.message.MessagePolicy.Target
Put the Object into the MessageInfo at the location identified by the target.
put(Entity<?>) - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke HTTP PUT method for the current request asynchronously.
put(Entity<?>, Class<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke HTTP PUT method for the current request asynchronously.
put(Entity<?>, GenericType<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke HTTP PUT method for the current request asynchronously.
put(Entity<?>, InvocationCallback<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke HTTP PUT method for the current request asynchronously.
put(Entity<?>) - Method in interface javax.ws.rs.client.CompletionStageRxInvoker
 
put(Entity<?>, Class<T>) - Method in interface javax.ws.rs.client.CompletionStageRxInvoker
 
put(Entity<?>, GenericType<T>) - Method in interface javax.ws.rs.client.CompletionStageRxInvoker
 
put(Entity<?>) - Method in interface javax.ws.rs.client.RxInvoker
Invoke HTTP PUT method for the current request.
put(Entity<?>, Class<R>) - Method in interface javax.ws.rs.client.RxInvoker
Invoke HTTP PUT method for the current request.
put(Entity<?>, GenericType<R>) - Method in interface javax.ws.rs.client.RxInvoker
Invoke HTTP PUT method for the current request.
put(Entity<?>) - Method in interface javax.ws.rs.client.SyncInvoker
Invoke HTTP PUT method for the current request synchronously.
put(Entity<?>, Class<T>) - Method in interface javax.ws.rs.client.SyncInvoker
Invoke HTTP PUT method for the current request synchronously.
put(Entity<?>, GenericType<T>) - Method in interface javax.ws.rs.client.SyncInvoker
Invoke HTTP PUT method for the current request synchronously.
put(K, List<V>) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
 
PUT - Static variable in annotation type javax.ws.rs.HttpMethod
HTTP PUT method.
PUT - Annotation Type in javax.ws.rs
Indicates that the annotated method responds to HTTP PUT requests.
putAll(Map<? extends String, ? extends Object>) - Method in class javax.faces.context.FlashWrapper

The default behavior of this method is to call Map.putAll(Map) on the wrapped Flash object.

putAll(Map<? extends K, ? extends List<V>>) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
 
putContext(Class, Object) - Method in class javax.el.ELContext
Associates a context object with this ELContext.
putContext(Class, Object) - Method in class javax.el.StandardELContext
 
putNow(String, Object) - Method in class javax.faces.context.Flash

Puts a value in the flash so that it can be accessed on this traversal of the lifecycle, rather than on the next traversal.

putNow(String, Object) - Method in class javax.faces.context.FlashWrapper

The default behavior of this method is to call Flash.putNow(String, Object) on the wrapped Flash object.

putResource(Object, Object) - Method in interface javax.transaction.TransactionSynchronizationRegistry
Add or replace an object in the Map of resources being managed for the transaction bound to the current thread at the time this method is called.
putSingle(K, V) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
Set the value for the key to be a one item list consisting of the supplied value.
putSingle(K, V) - Method in interface javax.ws.rs.core.MultivaluedMap
Set the key's value to be a one item list consisting of the supplied value.
putTransient(Object, Object) - Method in interface javax.faces.component.TransientStateHelper

Return the previously stored value and store the specified key/value pair.

putValue(String, Object) - Method in interface javax.servlet.http.HttpSession
Deprecated.
As of Version 2.2, this method is replaced by HttpSession.setAttribute(java.lang.String, java.lang.Object)

Q

QNameHolder - Class in javax.xml.rpc.holders
 
QNameHolder() - Constructor for class javax.xml.rpc.holders.QNameHolder
 
QNameHolder(QName) - Constructor for class javax.xml.rpc.holders.QNameHolder
 
Qualifier - Annotation Type in javax.inject
Identifies qualifier annotations.
QualifierLiteral - Class in javax.enterprise.inject.literal
Supports inline instantiation of the Qualifier annotation.
QualifierLiteral() - Constructor for class javax.enterprise.inject.literal.QualifierLiteral
 
qualifiers(Annotation...) - Method in interface javax.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Replace all qualifiers.
qualifiers(Set<Annotation>) - Method in interface javax.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Replace all qualifiers.
qualifiers(Annotation...) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Replace all qualifiers.
qualifiers(Set<Annotation>) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Replace all qualifiers.
qualifiers(Annotation...) - Method in interface javax.enterprise.inject.spi.configurator.InjectionPointConfigurator
Replace all qualifiers.
qualifiers(Set<Annotation>) - Method in interface javax.enterprise.inject.spi.configurator.InjectionPointConfigurator
Replace all qualifiers.
qualifiers(Annotation...) - Method in interface javax.enterprise.inject.spi.configurator.ObserverMethodConfigurator
Replace all qualifiers on the Observed event.
qualifiers(Set<Annotation>) - Method in interface javax.enterprise.inject.spi.configurator.ObserverMethodConfigurator
Replace all qualifiers on the Observed event.
Query - Interface in javax.persistence
Interface used to control query execution.
Query - Interface in javax.xml.registry
The Query interface encapsulates a query in a declarative query language.
QUERY_TYPE_EBXML_FILTER_QUERY - Static variable in interface javax.xml.registry.Query
An OASIS ebXML Registry XML Filter Query type.
QUERY_TYPE_SQL - Static variable in interface javax.xml.registry.Query
An SQL query type.
QUERY_TYPE_XQUERY - Static variable in interface javax.xml.registry.Query
A W3C XQuery type.
QueryHint - Annotation Type in javax.persistence
Used to supply a query property or hint to the NamedQuery or NamedNativeQuery annotation.
QueryManager - Interface in javax.xml.registry
This is the common base interface for all QueryManagers in the API.
queryNames(ObjectName, QueryExp) - Method in interface javax.management.j2ee.Management
Gets the names of managed objects controlled by the MEJB.
queryParam(String, Object...) - Method in interface javax.ws.rs.client.WebTarget
Create a new WebTarget instance by configuring a query parameter on the URI of the current target instance.
queryParam(String, Object...) - Method in class javax.ws.rs.core.UriBuilder
Append a query parameter to the existing set of query parameters.
QueryParam - Annotation Type in javax.ws.rs
Binds the value(s) of a HTTP query parameter to a resource method parameter, resource class field, or resource class bean property.
queryString(String) - Method in interface javax.servlet.http.PushBuilder
Set the query string to be used for the push.
QueryTimeoutException - Exception in javax.persistence
Thrown by the persistence provider when a query times out and only the statement is rolled back.
QueryTimeoutException() - Constructor for exception javax.persistence.QueryTimeoutException
Constructs a new QueryTimeoutException exception with null as its detail message.
QueryTimeoutException(String) - Constructor for exception javax.persistence.QueryTimeoutException
Constructs a new QueryTimeoutException exception with the specified detail message.
QueryTimeoutException(String, Throwable) - Constructor for exception javax.persistence.QueryTimeoutException
Constructs a new QueryTimeoutException exception with the specified detail message and cause.
QueryTimeoutException(Throwable) - Constructor for exception javax.persistence.QueryTimeoutException
Constructs a new QueryTimeoutException exception with the specified cause.
QueryTimeoutException(Query) - Constructor for exception javax.persistence.QueryTimeoutException
Constructs a new QueryTimeoutException exception with the specified query.
QueryTimeoutException(String, Throwable, Query) - Constructor for exception javax.persistence.QueryTimeoutException
Constructs a new QueryTimeoutException exception with the specified detail message, cause, and query.
queue() - Method in class javax.faces.event.FacesEvent
Convenience method to queue this event for broadcast at the end of the current request processing lifecycle phase.
Queue - Interface in javax.jms
A Queue object encapsulates a provider-specific queue name.
QueueBrowser - Interface in javax.jms
A client uses a QueueBrowser object to look at messages on a queue without removing them.
QueueConnection - Interface in javax.jms
A QueueConnection object is an active connection to a point-to-point Jakarta Messaging provider.
QueueConnectionFactory - Interface in javax.jms
A client uses a QueueConnectionFactory object to create QueueConnection objects with a point-to-point Jakarta Messaging provider.
queueEvent(FacesEvent) - Method in class javax.faces.component.UICommand
Intercept queueEvent and take the following action.
queueEvent(FacesEvent) - Method in class javax.faces.component.UIComponent
Queue an event for broadcast at the end of the current request processing lifecycle phase.
queueEvent(FacesEvent) - Method in class javax.faces.component.UIComponentBase
 
queueEvent(FacesEvent) - Method in class javax.faces.component.UIData
Override the default UIComponentBase.queueEvent(javax.faces.event.FacesEvent) processing to wrap any queued events in a wrapper so that we can reset the current row index in broadcast().
queueEvent(FacesEvent) - Method in class javax.faces.component.UIViewRoot
Override the default UIComponentBase.queueEvent(javax.faces.event.FacesEvent) behavior to accumulate the queued events for later broadcasting.
queueEvent(MailEvent, Vector<? extends EventListener>) - Method in class javax.mail.Service
Add the event and vector of listeners to the queue to be delivered.
QueueReceiver - Interface in javax.jms
A client uses a QueueReceiver object to receive messages that have been delivered to a queue.
QueueRequestor - Class in javax.jms
The QueueRequestor helper class simplifies making service requests.
QueueRequestor(QueueSession, Queue) - Constructor for class javax.jms.QueueRequestor
Constructor for the QueueRequestor class.
QueueSender - Interface in javax.jms
A client uses a QueueSender object to send messages to a queue.
QueueSession - Interface in javax.jms
A QueueSession object provides methods for creating QueueReceiver, QueueSender, QueueBrowser, and TemporaryQueue objects.
quot(Expression<? extends Number>, Expression<? extends Number>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression that returns the quotient of its arguments.
quot(Expression<? extends Number>, Number) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression that returns the quotient of its arguments.
quot(Number, Expression<? extends Number>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression that returns the quotient of its arguments.
Quota - Class in javax.mail
This class represents a set of quotas for a given quota root.
Quota(String) - Constructor for class javax.mail.Quota
Create a Quota object for the named quotaroot with no associated resources.
Quota.Resource - Class in javax.mail
An individual resource in a quota root.
QuotaAwareStore - Interface in javax.mail
An interface implemented by Stores that support quotas.
quotaRoot - Variable in class javax.mail.Quota
The name of the quota root.
quote(String, String) - Static method in class javax.mail.internet.MimeUtility
A utility method to quote a word, if the word contains any characters from the specified 'specials' list.
QUOTEDSTRING - Static variable in class javax.mail.internet.HeaderTokenizer.Token
Token type indicating a quoted string.

R

RangeStatistic - Interface in javax.management.j2ee.statistics
Specifies standard measurements of the lowest and highest values an attribute has held as well as its current value.
RAR - Static variable in class javax.enterprise.deploy.shared.ModuleType
The module is an Connector archive.
read(AnnotatedType<U>) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Read the information from the given annotated type.
read(BeanAttributes<?>) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Read the information from the given bean attributes.
read(Method) - Method in interface javax.enterprise.inject.spi.configurator.ObserverMethodConfigurator
Read observer meta data from a existing Method
read(AnnotatedMethod<?>) - Method in interface javax.enterprise.inject.spi.configurator.ObserverMethodConfigurator
Read observer meta data from a existing AnnotatedMethod
read(ObserverMethod<T>) - Method in interface javax.enterprise.inject.spi.configurator.ObserverMethodConfigurator
Read observer meta data from a existing ObserverMethod
read() - Method in interface javax.json.JsonReader
Returns a JSON array or object that is represented in the input source.
read() - Method in class javax.mail.util.SharedFileInputStream
See the general contract of the read method of InputStream.
read(byte[], int, int) - Method in class javax.mail.util.SharedFileInputStream
Reads bytes from this stream into the specified byte array, starting at the given offset.
read(InputStream) - Method in interface javax.resource.cci.Streamable
Read data from an InputStream and initialize fields of a Streamable object.
READ_ONLY - Static variable in class javax.mail.Folder
The Folder is read only.
READ_WRITE - Static variable in class javax.mail.Folder
The state and contents of this folder can be modified.
readArray() - Method in interface javax.json.JsonReader
Returns a JSON array that is represented in the input source.
readBoolean() - Method in interface javax.jms.BytesMessage
Reads a boolean from the bytes message stream.
readBoolean() - Method in interface javax.jms.StreamMessage
Reads a boolean from the stream message.
readByte() - Method in interface javax.jms.BytesMessage
Reads a signed 8-bit value from the bytes message stream.
readByte() - Method in interface javax.jms.StreamMessage
Reads a byte value from the stream message.
readBytes(byte[]) - Method in interface javax.jms.BytesMessage
Reads a byte array from the bytes message stream.
readBytes(byte[], int) - Method in interface javax.jms.BytesMessage
Reads a portion of the bytes message stream.
readBytes(byte[]) - Method in interface javax.jms.StreamMessage
Reads a byte array field from the stream message into the specified byte[] object (the read buffer).
readChar() - Method in interface javax.jms.BytesMessage
Reads a Unicode character value from the bytes message stream.
readChar() - Method in interface javax.jms.StreamMessage
Reads a Unicode character value from the stream message.
readData() - Method in interface javax.ws.rs.sse.InboundSseEvent
Get the original event data as String.
readData(Class<T>) - Method in interface javax.ws.rs.sse.InboundSseEvent
Read event data as a given Java type.
readData(GenericType<T>) - Method in interface javax.ws.rs.sse.InboundSseEvent
Read event data as a given generic type.
readData(Class<T>, MediaType) - Method in interface javax.ws.rs.sse.InboundSseEvent
Read event data as a given Java type.
readData(GenericType<T>, MediaType) - Method in interface javax.ws.rs.sse.InboundSseEvent
Read event data as a given generic type.
readDouble() - Method in interface javax.jms.BytesMessage
Reads a double from the bytes message stream.
readDouble() - Method in interface javax.jms.StreamMessage
Reads a double from the stream message.
readEJBHome(ObjectInputStream) - Method in interface javax.ejb.spi.HandleDelegate
Deserialize the EJBHome reference corresponding to a HomeHandle.
readEJBObject(ObjectInputStream) - Method in interface javax.ejb.spi.HandleDelegate
Deserialize the EJBObject reference corresponding to a Handle.
readEntity(Class<T>) - Method in class javax.ws.rs.core.Response
Read the message entity input stream as an instance of specified Java type using a MessageBodyReader that supports mapping the message entity stream onto the requested type.
readEntity(GenericType<T>) - Method in class javax.ws.rs.core.Response
Read the message entity input stream as an instance of specified Java type using a MessageBodyReader that supports mapping the message entity stream onto the requested type.
readEntity(Class<T>, Annotation[]) - Method in class javax.ws.rs.core.Response
Read the message entity input stream as an instance of specified Java type using a MessageBodyReader that supports mapping the message entity stream onto the requested type.
readEntity(GenericType<T>, Annotation[]) - Method in class javax.ws.rs.core.Response
Read the message entity input stream as an instance of specified Java type using a MessageBodyReader that supports mapping the message entity stream onto the requested type.
ReaderInterceptor - Interface in javax.ws.rs.ext
ReaderInterceptorContext - Interface in javax.ws.rs.ext
Context class used by ReaderInterceptor to intercept calls to (@link javax.ws.rs.ext.MessageBodyReader#readFrom}.
readFloat() - Method in interface javax.jms.BytesMessage
Reads a float from the bytes message stream.
readFloat() - Method in interface javax.jms.StreamMessage
Reads a float from the stream message.
readFrom(Class<T>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in interface javax.ws.rs.ext.MessageBodyReader
Read a type from the InputStream.
readInt() - Method in interface javax.jms.BytesMessage
Reads a signed 32-bit integer from the bytes message stream.
readInt() - Method in interface javax.jms.StreamMessage
Reads a 32-bit integer from the stream message.
readItem() - Method in class javax.batch.api.chunk.AbstractItemReader
Implement read logic for the ItemReader in this method.
readItem() - Method in interface javax.batch.api.chunk.ItemReader
The readItem method returns the next item for chunk processing.
readLine(byte[], int, int) - Method in class javax.servlet.ServletInputStream
Reads the input stream, one line at a time.
ReadListener - Interface in javax.servlet
This class represents a call-back mechanism that will notify implementations as HTTP request data becomes available to be read without blocking.
readLong() - Method in interface javax.jms.BytesMessage
Reads a signed 64-bit integer from the bytes message stream.
readLong() - Method in interface javax.jms.StreamMessage
Reads a 64-bit integer from the stream message.
readObject() - Method in interface javax.jms.StreamMessage
Reads an object from the stream message.
readObject() - Method in interface javax.json.JsonReader
Returns a JSON object that is represented in the input source.
ReadOnlyFolderException - Exception in javax.mail
This exception is thrown when an attempt is made to open a folder read-write access when the folder is marked read-only.
ReadOnlyFolderException(Folder) - Constructor for exception javax.mail.ReadOnlyFolderException
Constructs a ReadOnlyFolderException with the specified folder and no detail message.
ReadOnlyFolderException(Folder, String) - Constructor for exception javax.mail.ReadOnlyFolderException
Constructs a ReadOnlyFolderException with the specified detail message.
ReadOnlyFolderException(Folder, String, Exception) - Constructor for exception javax.mail.ReadOnlyFolderException
Constructs a ReadOnlyFolderException with the specified detail message and embedded exception.
readResolve() - Method in class javax.mail.internet.MimeMessage.RecipientType
 
readResolve() - Method in class javax.mail.Message.RecipientType
When deserializing a RecipientType, we need to make sure to return only one of the known static final instances defined in this class.
readShort() - Method in interface javax.jms.BytesMessage
Reads a signed 16-bit number from the bytes message stream.
readShort() - Method in interface javax.jms.StreamMessage
Reads a 16-bit integer from the stream message.
readString() - Method in interface javax.jms.StreamMessage
Reads a String from the stream message.
readTimeout(long, TimeUnit) - Method in class javax.ws.rs.client.ClientBuilder
Set the read timeout.
readUnsignedByte() - Method in interface javax.jms.BytesMessage
Reads an unsigned 8-bit number from the bytes message stream.
readUnsignedShort() - Method in interface javax.jms.BytesMessage
Reads an unsigned 16-bit number from the bytes message stream.
readUTF() - Method in interface javax.jms.BytesMessage
Reads a string that has been encoded using a modified UTF-8 format from the bytes message stream.
readValue() - Method in interface javax.json.JsonReader
Returns a JSON value that is represented in the input source.
receive() - Method in interface javax.jms.JMSConsumer
Receives the next message produced for this JMSConsumer.
receive(long) - Method in interface javax.jms.JMSConsumer
Receives the next message that arrives within the specified timeout interval.
receive() - Method in interface javax.jms.MessageConsumer
Receives the next message produced for this message consumer.
receive(long) - Method in interface javax.jms.MessageConsumer
Receives the next message that arrives within the specified timeout interval.
receiveBody(Class<T>) - Method in interface javax.jms.JMSConsumer
Receives the next message produced for this JMSConsumer and returns its body as an object of the specified type.
receiveBody(Class<T>, long) - Method in interface javax.jms.JMSConsumer
Receives the next message produced for this JMSConsumer that arrives within the specified timeout period and returns its body as an object of the specified type.
receiveBodyNoWait(Class<T>) - Method in interface javax.jms.JMSConsumer
Receives the next message produced for this JMSConsumer if one is immediately available and returns its body as an object of the specified type.
ReceivedDateTerm - Class in javax.mail.search
This class implements comparisons for the Message Received date
ReceivedDateTerm(int, Date) - Constructor for class javax.mail.search.ReceivedDateTerm
Constructor.
receiveNoWait() - Method in interface javax.jms.JMSConsumer
Receives the next message if one is immediately available.
receiveNoWait() - Method in interface javax.jms.MessageConsumer
Receives the next message if one is immediately available.
RECENT - Static variable in class javax.mail.Flags.Flag
This message is recent.
Reception - Enum in javax.enterprise.event
Distinguishes conditional observer methods from observer methods which are always notified.
reception(Reception) - Method in interface javax.enterprise.inject.spi.configurator.ObserverMethodConfigurator
Set the Reception mode for the observer to build
RecipientStringTerm - Class in javax.mail.search
This class implements string comparisons for the Recipient Address headers.
RecipientStringTerm(Message.RecipientType, String) - Constructor for class javax.mail.search.RecipientStringTerm
Constructor.
RecipientTerm - Class in javax.mail.search
This class implements comparisons for the Recipient Address headers.
RecipientTerm(Message.RecipientType, Address) - Constructor for class javax.mail.search.RecipientTerm
Constructor.
RecipientType(String) - Constructor for class javax.mail.internet.MimeMessage.RecipientType
 
RecipientType(String) - Constructor for class javax.mail.Message.RecipientType
Constructor for use by subclasses.
RECONNECT_NOT_SET - Static variable in interface javax.ws.rs.sse.SseEvent
A "reconnection not set" value for the SSE reconnect delay set via SSE event retry field.
reconnectDelay(long) - Method in interface javax.ws.rs.sse.OutboundSseEvent.Builder
Set reconnection delay (in milliseconds) that indicates how long the event receiver should wait before attempting to reconnect in case a connection to SSE event source is lost.
reconnectingEvery(long, TimeUnit) - Method in class javax.ws.rs.sse.SseEventSource.Builder
Set the initial reconnect delay to be used by the event source.
Record - Interface in javax.resource.cci
The javax.resource.cci.Record interface is the base interface for the representation of an input or output to the execute methods defined on an Interaction.
RecordFactory - Interface in javax.resource.cci
The RecordFactory interface is used for creating MappedRecord and IndexedRecord instances.
recover() - Method in interface javax.jms.JMSContext
Stops message delivery in the JMSContext's session, and restarts message delivery with the oldest unacknowledged message.
recover() - Method in interface javax.jms.Session
Stops message delivery in this session, and restarts message delivery with the oldest unacknowledged message.
recover(int) - Method in interface javax.resource.spi.XATerminator
Obtains a list of prepared transaction branches from a resource manager.
REDEPLOY - Static variable in class javax.enterprise.deploy.shared.CommandType
The DeploymentManger action operation being processed is redeploy.
redeploy(TargetModuleID[], File, File) - Method in interface javax.enterprise.deploy.spi.DeploymentManager
(optional) The redeploy method provides a means for updating currently deployed Jakarta EE applications.
redeploy(TargetModuleID[], InputStream, InputStream) - Method in interface javax.enterprise.deploy.spi.DeploymentManager
(optional) The redeploy method provides a means for updating currently deployed Jakarta EE applications.
redirect(String) - Method in class javax.faces.context.ExternalContext
Redirect a request to the specified URL, and cause the responseComplete() method to be called on the FacesContext instance for the current request.
redirect(String) - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.redirect(String) on the wrapped ExternalContext object.
redirect(String) - Method in class javax.faces.context.PartialResponseWriter

Write a redirect operation.

redirect() - Method in class javax.faces.flow.builder.NavigationCaseBuilder

Create a redirect within this navigation case.

redirect(String) - Method in interface javax.security.enterprise.authentication.mechanism.http.HttpMessageContext
Sets the response status to SC_FOUND 302 (Found)
redirect(String) - Method in class javax.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
RedirectBuilder() - Constructor for class javax.faces.flow.builder.NavigationCaseBuilder.RedirectBuilder
 
RedirectionException - Exception in javax.ws.rs
A runtime application exception indicating a request redirection (HTTP 3xx status codes).
RedirectionException(Response.Status, URI) - Constructor for exception javax.ws.rs.RedirectionException
Construct a new redirection exception.
RedirectionException(String, Response.Status, URI) - Constructor for exception javax.ws.rs.RedirectionException
Construct a new redirection exception.
RedirectionException(int, URI) - Constructor for exception javax.ws.rs.RedirectionException
Construct a new redirection exception.
RedirectionException(String, int, URI) - Constructor for exception javax.ws.rs.RedirectionException
Construct a new redirection exception.
RedirectionException(Response) - Constructor for exception javax.ws.rs.RedirectionException
Construct a new redirection exception.
RedirectionException(String, Response) - Constructor for exception javax.ws.rs.RedirectionException
Construct a new redirection exception.
ref - Variable in exception javax.mail.internet.AddressException
The string being parsed.
Reference(FacesContext, UIViewParameter, int, String) - Constructor for class javax.faces.component.UIViewParameter.Reference

Construct a reference to a UIViewParameter.

Referenceable - Interface in javax.resource
The Referenceable interface extends the javax.naming.Referenceable interface.
ReferencedBean - Annotation Type in javax.faces.bean
Deprecated.
The referenced-bean concept was used for a design time promise which however did not achieve widespread adoption. There is no direct replacement for this other than using the XML variant in faces-config.xml.
ReferenceSyntaxException - Exception in javax.faces.el
Deprecated.
This has been replaced by ELException.
ReferenceSyntaxException() - Constructor for exception javax.faces.el.ReferenceSyntaxException
Deprecated.
Construct a new exception with no detail message or root cause.
ReferenceSyntaxException(String) - Constructor for exception javax.faces.el.ReferenceSyntaxException
Deprecated.
Construct a new exception with the specified detail message and no root cause.
ReferenceSyntaxException(Throwable) - Constructor for exception javax.faces.el.ReferenceSyntaxException
Deprecated.
Construct a new exception with the specified root cause.
ReferenceSyntaxException(String, Throwable) - Constructor for exception javax.faces.el.ReferenceSyntaxException
Deprecated.
Construct a new exception with the specified detail message and root cause.
refresh(Object) - Method in interface javax.persistence.EntityManager
Refresh the state of the instance from the database, overwriting changes made to the entity, if any.
refresh(Object, Map<String, Object>) - Method in interface javax.persistence.EntityManager
Refresh the state of the instance from the database, using the specified properties, and overwriting changes made to the entity, if any.
refresh(Object, LockModeType) - Method in interface javax.persistence.EntityManager
Refresh the state of the instance from the database, overwriting changes made to the entity, if any, and lock it with respect to given lock mode type.
refresh(Object, LockModeType, Map<String, Object>) - Method in interface javax.persistence.EntityManager
Refresh the state of the instance from the database, overwriting changes made to the entity, if any, and lock it with respect to given lock mode type and with specified properties.
refresh() - Method in interface javax.security.auth.message.config.AuthConfig
Causes a dynamic authentication context configuration object to update the internal state that it uses to process calls to its getAuthContext method.
refresh() - Method in class javax.security.auth.message.config.AuthConfigFactory
Cause the factory to reprocess its persistent declarative representation of provider registrations.
refresh() - Method in interface javax.security.auth.message.config.AuthConfigProvider
Causes a dynamic configuration provider to update its internal state such that any resulting change to its state is reflected in the corresponding authentication context configuration objects previously created by the provider within the current process context.
RegexValidator - Class in javax.faces.validator

A Validator that checks against a Regular Expression (which is the pattern property).

RegexValidator() - Constructor for class javax.faces.validator.RegexValidator
 
register(Class<?>) - Method in interface javax.ws.rs.container.AsyncResponse
Register an asynchronous processing lifecycle callback class to receive lifecycle events for the asynchronous response based on the implemented callback interfaces.
register(Class<?>, Class<?>...) - Method in interface javax.ws.rs.container.AsyncResponse
Register asynchronous processing lifecycle callback classes to receive lifecycle events for the asynchronous response based on the implemented callback interfaces.
register(Object) - Method in interface javax.ws.rs.container.AsyncResponse
Register an asynchronous processing lifecycle callback instance to receive lifecycle events for the asynchronous response based on the implemented callback interfaces.
register(Object, Object...) - Method in interface javax.ws.rs.container.AsyncResponse
Register an asynchronous processing lifecycle callback instances to receive lifecycle events for the asynchronous response based on the implemented callback interfaces.
register(Class<?>) - Method in interface javax.ws.rs.core.Configurable
Register a class of a custom component (such as an extension provider or a feature meta-provider) to be instantiated and used in the scope of this configurable context.
register(Class<?>, int) - Method in interface javax.ws.rs.core.Configurable
Register a class of a custom component (such as an extension provider or a feature meta-provider) to be instantiated and used in the scope of this configurable context.
register(Class<?>, Class<?>...) - Method in interface javax.ws.rs.core.Configurable
Register a class of a custom component (such as an extension provider or a feature meta-provider) to be instantiated and used in the scope of this configurable context.
register(Class<?>, Map<Class<?>, Integer>) - Method in interface javax.ws.rs.core.Configurable
Register a class of a custom component (such as an extension provider or a feature meta-provider) to be instantiated and used in the scope of this configurable context.
register(Object) - Method in interface javax.ws.rs.core.Configurable
Register an instance of a custom component (such as an extension provider or a feature meta-provider) to be instantiated and used in the scope of this configurable context.
register(Object, int) - Method in interface javax.ws.rs.core.Configurable
Register an instance of a custom component (such as an extension provider or a feature meta-provider) to be instantiated and used in the scope of this configurable context.
register(Object, Class<?>...) - Method in interface javax.ws.rs.core.Configurable
Register an instance of a custom component (such as an extension provider or a feature meta-provider) to be instantiated and used in the scope of this configurable context.
register(Object, Map<Class<?>, Integer>) - Method in interface javax.ws.rs.core.Configurable
Register an instance of a custom component (such as an extension provider or a feature meta-provider) to be instantiated and used in the scope of this configurable context.
register(SseEventSink) - Method in interface javax.ws.rs.sse.SseBroadcaster
Register provided SseEventSink instance to this SseBroadcaster.
register(Consumer<InboundSseEvent>) - Method in interface javax.ws.rs.sse.SseEventSource
Register a InboundSseEvent consumer.
register(Consumer<InboundSseEvent>, Consumer<Throwable>) - Method in interface javax.ws.rs.sse.SseEventSource
Register InboundSseEvent and Throwable consumers.
register(Consumer<InboundSseEvent>, Consumer<Throwable>, Runnable) - Method in interface javax.ws.rs.sse.SseEventSource
Register InboundSseEvent and Throwable consumers and onComplete callback.
register(Class, QName, SerializerFactory, DeserializerFactory) - Method in interface javax.xml.rpc.encoding.TypeMapping
Registers SerializerFactory and DeserializerFactory for a specific type mapping between an XML type and Java type.
register(String, TypeMapping) - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
Registers a TypeMapping instance with the TypeMappingRegistry.
registerConfigProvider(String, Map, String, String, String) - Method in class javax.security.auth.message.config.AuthConfigFactory
Registers within the factory and records within the factory's persistent declarative representation of provider registrations a provider of ServerAuthConfig and/or ClientAuthConfig objects for a message layer and application context identifier.
registerConfigProvider(AuthConfigProvider, String, String, String) - Method in class javax.security.auth.message.config.AuthConfigFactory
Registers within the (in-memory) factory, a provider of ServerAuthConfig and/or ClientAuthConfig objects for a message layer and application context identifier.
registerDefault(TypeMapping) - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
Registers the TypeMapping instance that is default for all encoding styles supported by the TypeMappingRegistry.
registerDeploymentFactory(DeploymentFactory) - Method in class javax.enterprise.deploy.shared.factories.DeploymentFactoryManager
Registers a DeploymentFactory so it will be able to handle requests.
registerHandler(String, PolicyContextHandler, boolean) - Static method in class javax.security.jacc.PolicyContext
Authorization protected method used to register a container specific PolicyContext handler.
registerInterposedSynchronization(Synchronization) - Method in interface javax.transaction.TransactionSynchronizationRegistry
Register a Synchronization instance with special ordering semantics.
registerStoredProcedureParameter(int, Class, ParameterMode) - Method in interface javax.persistence.StoredProcedureQuery
Register a positional parameter.
registerStoredProcedureParameter(String, Class, ParameterMode) - Method in interface javax.persistence.StoredProcedureQuery
Register a named parameter.
registerSynchronization(Synchronization) - Method in interface javax.transaction.Transaction
Register a synchronization object for the transaction currently associated with the target object.
Registration - Interface in javax.servlet
Interface through which a Servlet or Filter may be further configured.
Registration.Dynamic - Interface in javax.servlet
Interface through which a Servlet or Filter registered via one of the addServlet or addFilter methods, respectively, on ServletContext may be further configured.
RegistrationListener - Interface in javax.security.auth.message.config
An implementation of this interface may be associated with an AuthConfigProvider registration at an AuthConfigFactory at the time the AuthConfigProvider is obtained for use from the factory.
REGISTRY_ENTRY - Static variable in interface javax.xml.registry.LifeCycleManager
Constant representing the javax.xml.registry.infomodel.RegistryEntry interface.
REGISTRY_PACKAGE - Static variable in interface javax.xml.registry.LifeCycleManager
Constant representing the javax.xml.registry.infomodel.RegistryPackage interface.
RegistryEntry - Interface in javax.xml.registry.infomodel
The RegistryEntry interface is a base interface for interfaces in the model that require additional metadata beyond what is provided by the RegistryObject interface.
RegistryException - Exception in javax.xml.registry
This is the common base class for all Exceptions that are detected on the registry provider side rather than the Jakarta XML Registries client side.
RegistryException() - Constructor for exception javax.xml.registry.RegistryException
Constructs a JAXRException object with no reason or embedded Throwable.
RegistryException(String) - Constructor for exception javax.xml.registry.RegistryException
Constructs a JAXRException object with the given String as the reason for the exception being thrown.
RegistryException(String, Throwable) - Constructor for exception javax.xml.registry.RegistryException
Constructs a JAXRException object with the given String as the reason for the exception being thrown and the given Throwable object as an embedded Throwable.
RegistryException(Throwable) - Constructor for exception javax.xml.registry.RegistryException
Constructs a JAXRException object initialized with the given Throwable object.
RegistryObject - Interface in javax.xml.registry.infomodel
The RegistryObject class is an abstract base class used by most classes in the model.
RegistryPackage - Interface in javax.xml.registry.infomodel
RegistryPackage instances are RegistryEntries that group logically related RegistryEntries together.
RegistryService - Interface in javax.xml.registry
This is the principal interface implemented by a Jakarta XML Registries provider.
rel(String) - Method in interface javax.ws.rs.core.Link.Builder
Convenience method to set a link relation.
REL - Static variable in class javax.ws.rs.core.Link
Rel link param from RFC 5988.
relativize(URI) - Method in interface javax.ws.rs.core.UriInfo
Relativize a URI with respect to the current request URI.
release() - Method in interface javax.enterprise.context.spi.CreationalContext
Destroys all dependent objects of the instance which is being destroyed, by passing each dependent object to Contextual.destroy(Object, CreationalContext) .
release() - Method in interface javax.enterprise.deploy.spi.DeploymentManager
The release method is the mechanism by which the tool signals to the DeploymentManager that the tool does not need it to continue running connected to the platform.
release() - Method in class javax.faces.context.FacesContext
Release any resources associated with this FacesContext instance.
release() - Method in class javax.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext.release() on the wrapped FacesContext object.
release() - Method in class javax.faces.context.PartialViewContext
Release any resources associated with this PartialViewContext instance.
release() - Method in class javax.faces.context.PartialViewContextWrapper
The default behavior of this method is to call PartialViewContext.release() on the wrapped PartialViewContext object.
release() - Method in class javax.faces.webapp.AttributeTag
Deprecated.
Release references to any acquired resources.
release() - Method in class javax.faces.webapp.ConverterTag
Deprecated.
Release references to any acquired resources.
release() - Method in class javax.faces.webapp.FacetTag
Release any resources allocated by this tag instance.
release() - Method in class javax.faces.webapp.UIComponentClassicTagBase
Release any resources allocated during the execution of this tag handler.
release() - Method in class javax.faces.webapp.UIComponentELTag
Release any resources allocated during the execution of this tag handler.
release() - Method in class javax.faces.webapp.UIComponentTag
Deprecated.
Release any resources allocated during the execution of this tag handler.
release() - Method in class javax.faces.webapp.ValidatorTag
Deprecated.
Release references to any acquired resources.
release() - Method in interface javax.resource.spi.endpoint.MessageEndpoint
This method may be called by the resource adapter to indicate that it no longer needs a proxy endpoint instance.
release() - Method in interface javax.resource.spi.work.Work
The WorkManager might call this method to hint the active Work instance to complete execution as soon as possible.
release() - Method in class javax.servlet.jsp.jstl.core.ConditionalTagSupport
Releases any resources this ConditionalTagSupport may have (or inherit).
release() - Method in class javax.servlet.jsp.jstl.core.LoopTagSupport
Releases any resources this LoopTagSupport may have (or inherit).
release() - Method in class javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV
 
release() - Method in class javax.servlet.jsp.PageContext
This method shall "reset" the internal state of a PageContext, releasing all internal references, and preparing the PageContext for potential reuse by a later invocation of initialize().
release() - Method in class javax.servlet.jsp.tagext.BodyTagSupport
Release state.
release() - Method in interface javax.servlet.jsp.tagext.Tag
Called on a Tag handler to release state.
release() - Method in class javax.servlet.jsp.tagext.TagAdapter
Must not be called.
release() - Method in class javax.servlet.jsp.tagext.TagLibraryValidator
Release any data kept by this instance for validation purposes.
release() - Method in class javax.servlet.jsp.tagext.TagSupport
Release state.
RELEASED - Static variable in class javax.enterprise.deploy.shared.StateType
The DeploymentManager is running in discommected mode.
releaseFactories() - Static method in class javax.faces.FactoryFinder
Release any references to factory instances associated with the class loader for the calling web application.
releaseInstance(ConstraintValidator<?, ?>) - Method in interface javax.validation.ConstraintValidatorFactory
Signals ConstraintValidatorFactory that the instance is no longer being used by the Jakarta Bean Validation provider.
releasePageContext(PageContext) - Method in class javax.servlet.jsp.JspFactory
called to release a previously allocated PageContext object.
rememberMe(boolean) - Method in class javax.security.enterprise.authentication.mechanism.http.AuthenticationParameters
Signals that for this call to the authentication mechanism "remember me" should be applied, IFF the "remember me" feature is configured for the authentication mechanism responding to the authenticate call.
RememberMe - Annotation Type in javax.security.enterprise.authentication.mechanism.http
The RememberMe annotation provides an application the ability to declaratively designate that an authentication mechanism effectively "remembers" the authentication and auto applies this with every request.
RememberMeCredential - Class in javax.security.enterprise.credential
RememberMeCredential represents a credential presented as a token, for the explicit usage with the Jakarta Security provided remember me function.
RememberMeCredential(String) - Constructor for class javax.security.enterprise.credential.RememberMeCredential
Constructor
RememberMeIdentityStore - Interface in javax.security.enterprise.identitystore
RememberMeIdentityStore is a mechanism for validating a caller's credentials and accessing a caller's identity attributes that's specifically tailored for the "remember me" feature.
Remote - Annotation Type in javax.ejb
Declares the remote business interface(s) for a session bean.
RemoteEndpoint - Interface in javax.websocket
The RemoteEndpoint object is supplied by the container and represents the 'other end' or peer of the Web Socket conversation.
RemoteEndpoint.Async - Interface in javax.websocket
This representation of the peer of a web socket conversation has the ability to send messages asynchronously.
RemoteEndpoint.Basic - Interface in javax.websocket
This representation of the peer of a web socket conversation has the ability to send messages synchronously.
RemoteHome - Annotation Type in javax.ejb
Declares the remote home interface or adapted remote home interface for a session bean.
remove(Handle) - Method in interface javax.ejb.EJBHome
Remove an enterprise bean object identified by its handle.
remove(Object) - Method in interface javax.ejb.EJBHome
Remove an enterprise bean object identified by its primary key.
remove(Object) - Method in interface javax.ejb.EJBLocalHome
Remove an enterprise bean object identified by its primary key.
remove() - Method in interface javax.ejb.EJBLocalObject
Remove the enterprise bean local object.
remove() - Method in interface javax.ejb.EJBObject
Remove the enterprise bean object.
Remove - Annotation Type in javax.ejb
Applied to a business method of a stateful session bean class to indicate to the container that the stateful session bean is to be removed by the container after completion of the method.
remove(Predicate<Annotation>) - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator
Remove annotations that match the specified predicate.
remove(Predicate<Annotation>) - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedFieldConfigurator
Remove annotations that match the specified predicate.
remove(Predicate<Annotation>) - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedMethodConfigurator
Remove annotations that match the specified predicate.
remove(Predicate<Annotation>) - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedParameterConfigurator
Remove annotations that match the specified predicate.
remove(Predicate<Annotation>) - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
Remove annotations that match the specified predicate.
remove(Serializable) - Method in interface javax.faces.component.StateHelper

Remove the key/value pair from the helper, returning the value previously stored under this key.

remove(Serializable, Object) - Method in interface javax.faces.component.StateHelper

Remove a value from the inner data structure.

remove(Object) - Method in class javax.faces.context.FlashWrapper

The default behavior of this method is to call Map.remove(Object) on the wrapped Flash object.

remove(int) - Method in interface javax.json.JsonArrayBuilder
Remove the value in the array at the specified position.
remove(String) - Method in interface javax.json.JsonObjectBuilder
Remove the name/value pair from the JSON object associated with this object builder if it is present.
remove(String) - Method in interface javax.json.JsonPatchBuilder
Adds a "remove" JSON Patch operation.
remove(T) - Method in interface javax.json.JsonPointer
Removes the value at the reference location in the specified target.
remove(Flags.Flag) - Method in class javax.mail.Flags
Remove the specified system flag from this Flags object.
remove(String) - Method in class javax.mail.Flags
Remove the specified user flag from this Flags object.
remove(Flags) - Method in class javax.mail.Flags
Remove all flags in the given Flags object from this Flags object.
remove(String) - Method in class javax.mail.internet.ParameterList
Removes the specified parameter from this ParameterList.
remove(Object) - Method in interface javax.persistence.EntityManager
Remove the entity instance.
remove(MessageInfo) - Method in interface javax.security.auth.message.MessagePolicy.Target
Remove the Object identified by the Target from the MessageInfo.
remove(PageContext, String, int) - Static method in class javax.servlet.jsp.jstl.core.Config
Removes a configuration variable from the given scope.
remove(ServletRequest, String) - Static method in class javax.servlet.jsp.jstl.core.Config
Removes a configuration variable from the "request" scope.
remove(HttpSession, String) - Static method in class javax.servlet.jsp.jstl.core.Config
Removes a configuration variable from the "session" scope.
remove(ServletContext, String) - Static method in class javax.servlet.jsp.jstl.core.Config
Removes a configuration variable from the "application" scope.
remove(Object) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
 
removeActionListener(ActionListener) - Method in interface javax.faces.component.ActionSource
Remove an existing ActionListener (if any) from the set of listeners interested in being notified when ActionEvents occur.
removeActionListener(ActionListener) - Method in class javax.faces.component.UICommand
 
removeActionListener(ActionListener) - Method in class javax.faces.component.UIViewAction
Remove an existing ActionListener (if any) from the set of listeners interested in being notified when ActionEvents occur.
removeAjaxBehaviorListener(AjaxBehaviorListener) - Method in class javax.faces.component.behavior.AjaxBehavior

Remove the specified AjaxBehaviorListener from the set of listeners registered to receive event notifications from this AjaxBehavior.

removeAll() - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator
Remove all the annotations.
removeAll() - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedFieldConfigurator
Remove all the annotations.
removeAll() - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedMethodConfigurator
Remove all the annotations.
removeAll() - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedParameterConfigurator
Remove all the annotations.
removeAll() - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
Remove all the annotations.
removeAllParameters() - Method in interface javax.xml.rpc.Call
Removes all specified parameters from this Call instance.
removeAssociation(Association) - Method in interface javax.xml.registry.infomodel.RegistryObject
Removes specified Association from this object.
removeAssociations(Collection) - Method in interface javax.xml.registry.infomodel.RegistryObject
Removes specified Associations from this object.
removeAttribute(String) - Method in interface javax.servlet.http.HttpSession
Removes the object bound with the specified name from this session.
removeAttribute(String) - Method in class javax.servlet.jsp.JspContext
Remove the object reference associated with the given name from all scopes.
removeAttribute(String, int) - Method in class javax.servlet.jsp.JspContext
Remove the object reference associated with the specified name in the given scope.
removeAttribute(String) - Method in interface javax.servlet.ServletContext
Removes the attribute with the given name from this ServletContext.
removeAttribute(String) - Method in interface javax.servlet.ServletRequest
Removes an attribute from this request.
removeAttribute(String) - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to call removeAttribute(String name) on the wrapped request object.
removeBehaviorListener(BehaviorListener) - Method in class javax.faces.component.behavior.BehaviorBase

Remove the specified BehaviorListener from the set of listeners registered to receive event notifications from this Behavior.

removeBodyPart(BodyPart) - Method in class javax.mail.internet.MimeMultipart
Remove the specified part from the multipart message.
removeBodyPart(int) - Method in class javax.mail.internet.MimeMultipart
Remove the part at specified location (starting from 0).
removeBodyPart(BodyPart) - Method in class javax.mail.Multipart
Remove the specified part from the multipart message.
removeBodyPart(int) - Method in class javax.mail.Multipart
Remove the part at specified location (starting from 0).
removeChildConcept(Concept) - Method in interface javax.xml.registry.infomodel.ClassificationScheme
Removes a child Concept.
removeChildConcept(Concept) - Method in interface javax.xml.registry.infomodel.Concept
Removes a child Concept.
removeChildConcepts(Collection) - Method in interface javax.xml.registry.infomodel.ClassificationScheme
Removes a Collection of children Concepts.
removeChildConcepts(Collection) - Method in interface javax.xml.registry.infomodel.Concept
Removes a Collection of children Concepts.
removeChildOrganization(Organization) - Method in interface javax.xml.registry.infomodel.Organization
Removes a child Organization.
removeChildOrganizations(Collection) - Method in interface javax.xml.registry.infomodel.Organization
Removes a Collection of children Organizations.
removeClassification(Classification) - Method in interface javax.xml.registry.infomodel.RegistryObject
Removes specified Classification from this object.
removeClassifications(Collection) - Method in interface javax.xml.registry.infomodel.RegistryObject
Removes specified Classifications from this object.
removeComponentResource(FacesContext, UIComponent) - Method in class javax.faces.component.UIViewRoot

Remove argument component, which is assumed to represent a resource instance, as a resource to this view.

removeComponentResource(FacesContext, UIComponent, String) - Method in class javax.faces.component.UIViewRoot

Remove argument component, which is assumed to represent a resource instance, as a resource to this view.

removeConnectionEventListener(ConnectionEventListener) - Method in interface javax.resource.spi.ManagedConnection
Removes an already registered connection event listener from the ManagedConnection instance.
removeConnectionListener(ConnectionListener) - Method in class javax.mail.Folder
Remove a Connection event listener.
removeConnectionListener(ConnectionListener) - Method in class javax.mail.Service
Remove a Connection event listener.
REMOVED - Static variable in class javax.mail.event.MessageCountEvent
The messages were removed from their folder
removed - Variable in class javax.mail.event.MessageCountEvent
If true, this event is the result of an explicit expunge by this client, and the messages in this folder have been renumbered to account for this.
removeDataModelListener(DataModelListener) - Method in class javax.faces.model.DataModel
Remove an existing DataModelListener from the set interested in notifications from this DataModel.
removeDConfigBean(DConfigBean) - Method in interface javax.enterprise.deploy.spi.DConfigBean
Remove a child DConfigBean from this bean.
removeDConfigBean(DConfigBeanRoot) - Method in interface javax.enterprise.deploy.spi.DeploymentConfiguration
Remove the root DConfigBean and all its children.
removeDeserializer(Class, QName) - Method in interface javax.xml.rpc.encoding.TypeMapping
Removes the DeserializerFactory registered for the specified pair of Java type and XML data type.
removeELContextListener(ELContextListener) - Method in class javax.faces.application.Application
Remove the argument listener from the list of ELContextListeners.
removeELContextListener(ELContextListener) - Method in class javax.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.removeELContextListener(javax.el.ELContextListener) on the wrapped Application object.

RemoveException - Exception in javax.ejb
The RemoveException is thrown at an attempt to remove an enterprise bean object or local enterprise bean object when the enterprise bean or the container does not allow the enterprise bean object to be removed.
RemoveException() - Constructor for exception javax.ejb.RemoveException
Constructs an RemoveException with no detail message.
RemoveException(String) - Constructor for exception javax.ejb.RemoveException
Constructs an RemoveException with the specified detail message.
removeExcludedPolicy() - Method in interface javax.security.jacc.PolicyConfiguration
Used to remove any excluded policy statements from this PolicyConfiguration.
removeExternalIdentifier(ExternalIdentifier) - Method in interface javax.xml.registry.infomodel.RegistryObject
Removes specified ExternalIdentifier as an external identifier from this object.
removeExternalIdentifiers(Collection) - Method in interface javax.xml.registry.infomodel.RegistryObject
Removes specified ExternalIdentifiers as an external identifiers from this object.
removeExternalLink(ExternalLink) - Method in interface javax.xml.registry.infomodel.RegistryObject
Removes specified ExternalLink from this object.
removeExternalLinks(Collection) - Method in interface javax.xml.registry.infomodel.RegistryObject
Removes specified ExternalLinks from this object.
removeFacesListener(FacesListener) - Method in class javax.faces.component.UIComponent
Remove the specified FacesListener from the set of listeners registered to receive event notifications from this UIComponent.
removeFacesListener(FacesListener) - Method in class javax.faces.component.UIComponentBase
Remove the specified FacesListener from the set of listeners registered to receive event notifications from this UIComponent.
removeFolderListener(FolderListener) - Method in class javax.mail.Folder
Remove a Folder event listener.
removeFolderListener(FolderListener) - Method in class javax.mail.Store
Remove a listener for Folder events.
removeHeader(String) - Method in class javax.mail.internet.InternetHeaders
Remove all header entries that match the given name
removeHeader(String) - Method in class javax.mail.internet.MimeBodyPart
Remove all headers with this name.
removeHeader(String) - Method in class javax.mail.internet.MimeMessage
Remove all headers with this name.
removeHeader(String) - Method in interface javax.mail.Part
Remove all headers with this name.
removeHeader(String) - Method in interface javax.servlet.http.PushBuilder
Remove the named request header.
removeLocalizedString(LocalizedString) - Method in interface javax.xml.registry.infomodel.InternationalString
Removes a LocalizedString from this object.
removeLocalizedStrings(Collection) - Method in interface javax.xml.registry.infomodel.InternationalString
Removes specified LocalizedStrings to this object.
removeLoginToken(String) - Method in interface javax.security.enterprise.identitystore.RememberMeIdentityStore
Dissociates the principal and groups that were associated with the token before and removes the token itself.
removeMessageChangedListener(MessageChangedListener) - Method in class javax.mail.Folder
Remove a MessageChanged listener.
removeMessageCountListener(MessageCountListener) - Method in class javax.mail.Folder
Remove a MessageCount listener.
removeMessageHandler(MessageHandler) - Method in interface javax.websocket.Session
Remove the given MessageHandler from the set belonging to this session.
removeNotificationListener(ObjectName, NotificationListener) - Method in interface javax.management.j2ee.ListenerRegistration
Remove a listener from a registered managed object.
removePhaseListener(PhaseListener) - Method in class javax.faces.component.UIViewRoot
If the argument toRemove is in the list of PhaseListeners for this instance, it must be removed.
removePhaseListener(PhaseListener) - Method in class javax.faces.lifecycle.Lifecycle
Deregister an existing PhaseListener instance that is no longer interested in being notified before and after the processing for standard phases of the request processing lifecycle.
removePhaseListener(PhaseListener) - Method in class javax.faces.lifecycle.LifecycleWrapper
 
removeProgressListener(ProgressListener) - Method in interface javax.enterprise.deploy.spi.status.ProgressObject
Remove a ProgressObject listener.
removeProperty(String) - Method in interface javax.ws.rs.client.ClientRequestContext
Removes a property with the given name from the current request/response exchange context.
removeProperty(String) - Method in interface javax.ws.rs.container.ContainerRequestContext
Removes a property with the given name from the current request/response exchange context.
removeProperty(String) - Method in interface javax.ws.rs.ext.InterceptorContext
Removes a property with the given name from the current request/response exchange context.
removeProperty(String) - Method in interface javax.xml.rpc.Call
Removes a named property.
removeProperty(String) - Method in interface javax.xml.rpc.handler.MessageContext
Removes a property (name-value pair) from the MessageContext
removePropertyChangeListener(PropertyChangeListener) - Method in interface javax.enterprise.deploy.spi.DConfigBean
Unregister a property listener for this bean.
removeProtectedView(String) - Method in class javax.faces.application.ViewHandler

Remove the argument urlPattern from the thread safe Set of protected views for this application, if present in the Set.

removeProtectedView(String) - Method in class javax.faces.application.ViewHandlerWrapper
The default behavior of this method is to call ViewHandler.removeProtectedView(java.lang.String) on the wrapped ViewHandler object.
removeRegistration(String) - Method in class javax.security.auth.message.config.AuthConfigFactory
Remove the identified provider registration from the factory (and from the persistent declarative representation of provider registrations, if appropriate) and invoke any listeners associated with the removed registration.
removeRegistryObject(RegistryObject) - Method in interface javax.xml.registry.infomodel.RegistryPackage
Removes a child RegistryObject from membership.
removeRegistryObjects(Collection) - Method in interface javax.xml.registry.infomodel.RegistryPackage
Removes a Collection of children RegistryObjects from membership.
removeRole(String) - Method in interface javax.security.jacc.PolicyConfiguration
Used to remove a role and all its permissions from this PolicyConfiguration.
removeSerializer(Class, QName) - Method in interface javax.xml.rpc.encoding.TypeMapping
Removes the SerializerFactory registered for the specified pair of Java type and XML data type.
removeService(Service) - Method in interface javax.xml.registry.infomodel.Organization
Removes a Service from this object.
removeServiceBinding(ServiceBinding) - Method in interface javax.xml.registry.infomodel.Service
Removes a child ServiceBinding.
removeServiceBindings(Collection) - Method in interface javax.xml.registry.infomodel.Service
Removes a Collection of children ServiceBindings.
removeServices(Collection) - Method in interface javax.xml.registry.infomodel.Organization
Removes a Collection of children Services from this object.
removeSlot(String) - Method in interface javax.xml.registry.infomodel.ExtensibleObject
Removes a Slot from this object.
removeSlots(Collection) - Method in interface javax.xml.registry.infomodel.ExtensibleObject
Removes specified Slots from this object.
removeSpecificationLink(SpecificationLink) - Method in interface javax.xml.registry.infomodel.ServiceBinding
Removes a child SpecificationLink.
removeSpecificationLinks(Collection) - Method in interface javax.xml.registry.infomodel.ServiceBinding
Removes a Collection of children SpecificationLinks.
removeStoreListener(StoreListener) - Method in class javax.mail.Store
Remove a listener for Store events.
removeTransportListener(TransportListener) - Method in class javax.mail.Transport
Remove a listener for Transport events.
removeTypeMapping(TypeMapping) - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
Removes a TypeMapping from the TypeMappingRegistry.
removeUncheckedPolicy() - Method in interface javax.security.jacc.PolicyConfiguration
Used to remove any unchecked policy statements from this PolicyConfiguration.
removeUser(User) - Method in interface javax.xml.registry.infomodel.Organization
Removes a User.
removeUsers(Collection) - Method in interface javax.xml.registry.infomodel.Organization
Removes a Collection of Users.
removeValidator(Validator) - Method in interface javax.faces.component.EditableValueHolder
Remove a Validator instance from the set associated with this component, if it was previously associated.
removeValidator(Validator) - Method in class javax.faces.component.UIInput
Remove a Validator instance from the set associated with this UIInput, if it was previously associated.
removeValue(String) - Method in interface javax.servlet.http.HttpSession
Deprecated.
As of Version 2.2, this method is replaced by HttpSession.removeAttribute(java.lang.String)
removeValue(String) - Method in class javax.servlet.jsp.tagext.TagSupport
Remove a value associated with a key.
removeValueChangeListener(ValueChangeListener) - Method in interface javax.faces.component.EditableValueHolder
Remove an existing ValueChangeListener (if any) from the set of listeners interested in being notified when ValueChangeEvents occur.
removeValueChangeListener(ValueChangeListener) - Method in class javax.faces.component.UIInput
Remove an existing ValueChangeListener (if any) from the set of listeners interested in being notified when ValueChangeEvents occur.
removeXpathListener(String, XpathListener) - Method in interface javax.enterprise.deploy.model.DDBean
Unregister a listener for a specific XPath.
removeXpathListener(ModuleType, String, XpathListener) - Method in interface javax.enterprise.deploy.model.J2eeApplicationObject
Unregister the listener for an XPath.
RENAMED - Static variable in class javax.mail.event.FolderEvent
The folder was renamed.
renameTo(Folder) - Method in class javax.mail.Folder
Rename this Folder.
render(FacesContext) - Method in class javax.faces.lifecycle.Lifecycle
Execute the Render Response phase of the request processing lifecycle, unless the responseComplete() method has been called on the FacesContext instance associated with the current request.
render(FacesContext) - Method in class javax.faces.lifecycle.LifecycleWrapper
 
RENDER_ALL_MARKER - Static variable in class javax.faces.context.PartialResponseWriter

Reserved ID value to indicate entire ViewRoot.

RENDER_KIT_FACTORY - Static variable in class javax.faces.FactoryFinder
The property name for the RenderKitFactory class name.
RENDER_KIT_ID_PARAM - Static variable in class javax.faces.render.ResponseStateManager
The name of the request parameter used by the default implementation of ViewHandler.calculateRenderKitId(javax.faces.context.FacesContext) to derive a RenderKit ID.
RENDER_RESPONSE - Static variable in class javax.faces.event.PhaseId
Identifier for the Render Response phase of the request processing lifecycle.
rendered() - Method in class javax.faces.application.FacesMessage
Marks this message as having been rendered to the client.
Renderer - Class in javax.faces.render
A Renderer converts the internal representation of UIComponents into the output stream (or writer) associated with the response we are creating for a particular request.
Renderer() - Constructor for class javax.faces.render.Renderer
 
RendererWrapper - Class in javax.faces.render

Provides a simple implementation of Renderer that can be subclassed by developers wishing to provide specialized behavior to an existing Renderer instance.

RendererWrapper() - Constructor for class javax.faces.render.RendererWrapper
Deprecated.
Use the other constructor taking the implementation being wrapped.
RendererWrapper(Renderer) - Constructor for class javax.faces.render.RendererWrapper

If this renderer has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.

RenderKit - Class in javax.faces.render
RenderKit represents a collection of Renderer instances that, together, know how to render Jakarta Server Faces UIComponent instances for a specific client.
RenderKit() - Constructor for class javax.faces.render.RenderKit
 
RenderKitFactory - Class in javax.faces.render
RenderKitFactory is a factory object that registers and returns RenderKit instances.
RenderKitFactory() - Constructor for class javax.faces.render.RenderKitFactory
Deprecated.
Use the other constructor taking the implementation being wrapped.
RenderKitFactory(RenderKitFactory) - Constructor for class javax.faces.render.RenderKitFactory

If this factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.

RenderKitWrapper - Class in javax.faces.render

Provides a simple implementation of RenderKit that can be subclassed by developers wishing to provide specialized behavior to an existing RenderKit instance.

RenderKitWrapper() - Constructor for class javax.faces.render.RenderKitWrapper
Deprecated.
Use the other constructor taking the implementation being wrapped.
RenderKitWrapper(RenderKit) - Constructor for class javax.faces.render.RenderKitWrapper

If this render kit has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.

renderResponse() - Method in class javax.faces.context.FacesContext
Signal the Jakarta Server Faces implementation that, as soon as the current phase of the request processing lifecycle has been completed, control should be passed to the Render Response phase, bypassing any phases that have not been executed yet.
renderResponse() - Method in class javax.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext.renderResponse() on the wrapped FacesContext object.
renderView(FacesContext, UIViewRoot) - Method in class javax.faces.application.ViewHandler
Perform whatever actions are required to render the response view to the response object associated with the current FacesContext.
renderView(FacesContext, UIViewRoot) - Method in class javax.faces.application.ViewHandlerWrapper
The default behavior of this method is to call ViewHandler.renderView(javax.faces.context.FacesContext, javax.faces.component.UIViewRoot) on the wrapped ViewHandler object.
renderView(FacesContext, UIViewRoot) - Method in class javax.faces.view.ViewDeclarationLanguage

Render a view rooted at argumentview.

renderView(FacesContext, UIViewRoot) - Method in class javax.faces.view.ViewDeclarationLanguageWrapper
 
replace(String, JsonValue) - Method in interface javax.json.JsonPatchBuilder
Adds a "replace" JSON Patch operation.
replace(String, String) - Method in interface javax.json.JsonPatchBuilder
Adds a "replace" JSON Patch operation.
replace(String, int) - Method in interface javax.json.JsonPatchBuilder
Adds a "replace" JSON Patch operation.
replace(String, boolean) - Method in interface javax.json.JsonPatchBuilder
Adds a "replace" JSON Patch operation.
replace(T, JsonValue) - Method in interface javax.json.JsonPointer
Replaces the value at the referenced location in the specified target with the specified value.
replaceAll(MultivaluedMap<String, Object>) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Replaces all existing headers with the newly supplied headers.
replaceMatrix(String) - Method in class javax.ws.rs.core.UriBuilder
Set the matrix parameters of the current final segment of the current URI path.
replaceMatrixParam(String, Object...) - Method in class javax.ws.rs.core.UriBuilder
Replace the existing value(s) of a matrix parameter on the current final segment of the URI path.
replacePath(String) - Method in class javax.ws.rs.core.UriBuilder
Set the URI path.
replaceQuery(String) - Method in class javax.ws.rs.core.UriBuilder
Set the URI query string.
replaceQueryParam(String, Object...) - Method in class javax.ws.rs.core.UriBuilder
Replace the existing value(s) of a query parameter.
reply(boolean) - Method in class javax.mail.internet.MimeMessage
Get a new Message suitable for a reply to this message.
reply(boolean, boolean) - Method in class javax.mail.internet.MimeMessage
Get a new Message suitable for a reply to this message.
reply(boolean) - Method in class javax.mail.Message
Get a new Message suitable for a reply to this message.
ReportAsSingleViolation - Annotation Type in javax.validation
A constraint annotation hosting this annotation will return the composed annotation error report if any of the composing annotations fail.
REQUEST - Static variable in class javax.enterprise.context.BeforeDestroyed.Literal
 
REQUEST - Static variable in class javax.enterprise.context.Destroyed.Literal
 
REQUEST - Static variable in class javax.enterprise.context.Initialized.Literal
 
request(Message) - Method in class javax.jms.QueueRequestor
Sends a request and waits for a reply.
request(Message) - Method in class javax.jms.TopicRequestor
Sends a request and waits for a reply.
REQUEST - Static variable in class javax.servlet.jsp.PageContext
Name used to store ServletRequest in PageContext name table.
request() - Method in interface javax.ws.rs.client.WebTarget
Start building a request to the targeted web resource.
request(String...) - Method in interface javax.ws.rs.client.WebTarget
Start building a request to the targeted web resource and define the accepted response media types.
request(MediaType...) - Method in interface javax.ws.rs.client.WebTarget
Start building a request to the targeted web resource and define the accepted response media types.
Request - Interface in javax.ws.rs.core
An injectable helper for request processing, all methods throw an IllegalStateException if called outside the scope of a request (e.g.
REQUEST_SCOPE - Static variable in class javax.servlet.jsp.PageContext
Request scope: the named reference remains available from the ServletRequest associated with the Servlet until the current request is completed.
REQUEST_TIME_VALUE - Static variable in class javax.servlet.jsp.tagext.TagData
Distinguished value for an attribute to indicate its value is a request-time expression (which is not yet available because TagData instances are used at translation-time).
RequestContextController - Interface in javax.enterprise.context.control
The CDI container provides a built in instance of RequestContextController that is dependent scoped for the purposes of activating and deactivating.
RequestCookieMap - Annotation Type in javax.faces.annotation

The presence of this annotation (along with @Inject) on a field of type Map<String, Object> causes the map returned from ExternalContext.getRequestCookieMap() to be injected as the value of that field.

RequestCookieMap - Annotation Type in javax.faces.context
 
requestDestroyed(ServletRequestEvent) - Method in interface javax.servlet.ServletRequestListener
Receives notification that a ServletRequest is about to go out of scope of the web application.
RequestDispatcher - Interface in javax.servlet
Defines an object that receives requests from the client and sends them to any resource (such as a servlet, HTML file, or JSP file) on the server.
requestInitialized(ServletRequestEvent) - Method in interface javax.servlet.ServletRequestListener
Receives notification that a ServletRequest is about to come into scope of the web application.
RequestMap - Annotation Type in javax.faces.annotation

The presence of this annotation (along with @Inject) on a field of type Map<String, Object> causes the map returned from ExternalContext.getRequestMap() to be injected as the value of that field.

RequestParameterMap - Annotation Type in javax.faces.annotation

The presence of this annotation (along with @Inject) on a field of type Map<String, String> causes the map returned from ExternalContext.getRequestParameterMap() to be injected as the value of that field.

RequestParameterValuesMap - Annotation Type in javax.faces.annotation

The presence of this annotation (along with @Inject) on a field of type Map<String, String []> causes the map returned from ExternalContext.getRequestParameterValuesMap() to be injected as the value of that field.

requestPasswordAuthentication(InetAddress, int, String, String, String) - Method in class javax.mail.Session
Call back to the application to get the needed user name and password.
RequestScoped - Annotation Type in javax.enterprise.context
Specifies that a bean is request scoped.
RequestScoped - Annotation Type in javax.faces.bean
Deprecated.
This has been replaced by javax.enterprise.context.RequestScoped, which is a CDI build-in scope with similar semantics.
RequestScoped.Literal - Class in javax.enterprise.context
Supports inline instantiation of the RequestScoped annotation.
REQUIRED_MESSAGE_ID - Static variable in class javax.faces.component.UIInput
The message identifier of the FacesMessage to be created if a required check fails.
RequiredValidator - Class in javax.faces.validator

A Validator that checks for an empty value in the same way that UIInput checks for a value.

RequiredValidator() - Constructor for class javax.faces.validator.RequiredValidator
 
reset() - Method in interface javax.jms.BytesMessage
Puts the message body in read-only mode and repositions the stream of bytes to the beginning.
reset() - Method in interface javax.jms.StreamMessage
Puts the message body in read-only mode and repositions the stream to the beginning.
reset() - Method in class javax.mail.util.SharedFileInputStream
See the general contract of the reset method of InputStream.
reset() - Method in interface javax.servlet.ServletResponse
Clears any data that exists in the buffer as well as the status code, headers.
reset() - Method in class javax.servlet.ServletResponseWrapper
The default behavior of this method is to call reset() on the wrapped response object.
RESET_VALUES_PARAM_NAME - Static variable in class javax.faces.context.PartialViewContext

If the request parameter named by the value of this constant has a parameter value of true, the implementation must return true from PartialViewContext.isResetValues().

resetBuffer() - Method in interface javax.servlet.ServletResponse
Clears the content of the underlying buffer in the response without clearing headers or status code.
resetBuffer() - Method in class javax.servlet.ServletResponseWrapper
The default behavior of this method is to call resetBuffer() on the wrapped response object.
resetValue() - Method in interface javax.faces.component.EditableValueHolder

Convenience method to reset this component's value to the un-initialized state.

resetValue() - Method in class javax.faces.component.UIInput
Convenience method to reset this component's value to the un-initialized state.
resetValue() - Method in class javax.faces.component.UIOutput

Convenience method to reset this component's value to the un-initialized state.

resetValues(FacesContext, Collection<String>) - Method in class javax.faces.component.UIViewRoot

Visit the clientIds and, if the component is an instance of EditableValueHolder, call its EditableValueHolder.resetValue() method.

ResolutionException - Exception in javax.enterprise.inject
Indicates a problem relating to typesafe resolution.
ResolutionException() - Constructor for exception javax.enterprise.inject.ResolutionException
 
ResolutionException(String, Throwable) - Constructor for exception javax.enterprise.inject.ResolutionException
 
ResolutionException(String) - Constructor for exception javax.enterprise.inject.ResolutionException
 
ResolutionException(Throwable) - Constructor for exception javax.enterprise.inject.ResolutionException
 
RESOLVABLE_AT_DESIGN_TIME - Static variable in class javax.el.ELResolver
The attribute name of the named attribute in the FeatureDescriptor that specifies whether the variable or property can be resolved at runtime.
resolve(Set<Bean<? extends X>>) - Method in interface javax.enterprise.inject.spi.BeanManager
Apply the ambiguous dependency resolution rules to a set of beans.
resolve(SearchKeywordContext, UIComponent, String) - Method in class javax.faces.component.search.SearchKeywordResolver

Try to resolve one or multiple UIComponents based on the keyword and calls SearchKeywordContext.invokeContextCallback(javax.faces.component.UIComponent) for each resolved component.

resolve(URI) - Method in interface javax.ws.rs.core.UriInfo
Resolve a relative URI with respect to the base URI of the application.
resolveClass(String) - Method in class javax.el.ImportHandler
Resolve a class name.
resolveClientId(SearchExpressionContext, String) - Method in class javax.faces.component.search.SearchExpressionHandler

Resolves to a single clientId or passthrough expression for the given expression.

resolveClientId(SearchExpressionContext, String) - Method in class javax.faces.component.search.SearchExpressionHandlerWrapper
 
resolveClientIds(SearchExpressionContext, String) - Method in class javax.faces.component.search.SearchExpressionHandler

Resolves to a List with clientIds or passthrough expressions for the given expressions.

resolveClientIds(SearchExpressionContext, String) - Method in class javax.faces.component.search.SearchExpressionHandlerWrapper
 
resolveComponent(SearchExpressionContext, String, ContextCallback) - Method in class javax.faces.component.search.SearchExpressionHandler

Resolves a single UIComponents for the given expression.

resolveComponent(SearchExpressionContext, String, ContextCallback) - Method in class javax.faces.component.search.SearchExpressionHandlerWrapper
 
resolveComponents(SearchExpressionContext, String, ContextCallback) - Method in class javax.faces.component.search.SearchExpressionHandler

Resolves multiple UIComponents for the given expression(s).

resolveComponents(SearchExpressionContext, String, ContextCallback) - Method in class javax.faces.component.search.SearchExpressionHandlerWrapper
 
resolveDecorators(Set<Type>, Annotation...) - Method in interface javax.enterprise.inject.spi.BeanManager
Return an ordered list of decorators for a set of bean types and a set of qualifiers and which are enabled in the module or library containing the class into which the BeanManager was injected or the Jakarta EE component from whose JNDI environment namespace the BeanManager was obtained.
resolveFunction(String, String) - Method in class javax.el.FunctionMapper
Resolves the specified prefix and local name into a java.lang.Method.
resolveFunction(String, String) - Method in interface javax.servlet.jsp.el.FunctionMapper
Deprecated.
Resolves the specified local name and prefix into a Java.lang.Method.
resolveInterceptors(InterceptionType, Annotation...) - Method in interface javax.enterprise.inject.spi.BeanManager
Return an ordered list of enabled interceptors for a set of interceptor bindings and a type of interception and which are enabled in the module or library containing the class into which the BeanManager was injected or the Jakarta EE component from whose JNDI environment namespace the BeanManager was obtained.
resolveObserverMethods(T, Annotation...) - Method in interface javax.enterprise.inject.spi.BeanManager
Return an ordered set of observer methods for an event.
resolveStatic(String) - Method in class javax.el.ImportHandler
Resolve a static field or method name.
resolveTemplate(String, Object) - Method in interface javax.ws.rs.client.WebTarget
Create a new WebTarget instance by resolving a URI template with a given name in the URI of the current target instance using a supplied value.
resolveTemplate(String, Object, boolean) - Method in interface javax.ws.rs.client.WebTarget
Create a new WebTarget instance by resolving a URI template with a given name in the URI of the current target instance using a supplied value.
resolveTemplate(String, Object) - Method in class javax.ws.rs.core.UriBuilder
Resolve a URI template with a given name in this UriBuilder instance using a supplied value.
resolveTemplate(String, Object, boolean) - Method in class javax.ws.rs.core.UriBuilder
Resolve a URI template with a given name in this UriBuilder instance using a supplied value.
resolveTemplateFromEncoded(String, Object) - Method in interface javax.ws.rs.client.WebTarget
Create a new WebTarget instance by resolving a URI template with a given name in the URI of the current target instance using a supplied encoded value.
resolveTemplateFromEncoded(String, Object) - Method in class javax.ws.rs.core.UriBuilder
Resolve a URI template with a given name in this UriBuilder instance using a supplied encoded value.
resolveTemplates(Map<String, Object>) - Method in interface javax.ws.rs.client.WebTarget
Create a new WebTarget instance by resolving one or more URI templates in the URI of the current target instance using supplied name-value pairs.
resolveTemplates(Map<String, Object>, boolean) - Method in interface javax.ws.rs.client.WebTarget
Create a new WebTarget instance by resolving one or more URI templates in the URI of the current target instance using supplied name-value pairs.
resolveTemplates(Map<String, Object>) - Method in class javax.ws.rs.core.UriBuilder
Resolve one or more URI templates in this UriBuilder instance using supplied name-value pairs.
resolveTemplates(Map<String, Object>, boolean) - Method in class javax.ws.rs.core.UriBuilder
Resolve one or more URI templates in this UriBuilder instance using supplied name-value pairs.
resolveTemplatesFromEncoded(Map<String, Object>) - Method in interface javax.ws.rs.client.WebTarget
Create a new WebTarget instance by resolving one or more URI templates in the URI of the current target instance using supplied name-encoded value pairs.
resolveTemplatesFromEncoded(Map<String, Object>) - Method in class javax.ws.rs.core.UriBuilder
Resolve one or more URI templates in this UriBuilder instance using supplied name-value pairs.
resolveUrl(String) - Method in class javax.faces.view.facelets.ResourceResolver
Deprecated.

Returns the URL of a Facelet template file.

resolveVariable(String) - Method in class javax.el.VariableMapper
 
resolveVariable(FacesContext, String) - Method in class javax.faces.el.VariableResolver
Deprecated.
Resolve the specified variable name, and return the corresponding object, if any; otherwise, return null.
resolveVariable(String) - Method in interface javax.servlet.jsp.el.VariableResolver
Deprecated.
Resolves the specified variable.
Resource - Annotation Type in javax.annotation
The Resource annotation marks a resource that is needed by the application.
Resource - Class in javax.faces.application

An instance of Resource is a Java object representation of the artifact that is served up in response to a resource request from the client.

Resource() - Constructor for class javax.faces.application.Resource
 
Resource(String, long, long) - Constructor for class javax.mail.Quota.Resource
Construct a Resource object with the given name, usage, and limit.
Resource.AuthenticationType - Enum in javax.annotation
The two possible authentication types for a resource.
RESOURCE_CONTRACT_XML - Static variable in class javax.faces.application.ResourceHandler

This file must be located in META-INF/contracts/<contractName>/ in a jar file that contains a resource library contract, where <contractName> is the name of the contract.

RESOURCE_EXCLUDES_DEFAULT_VALUE - Static variable in class javax.faces.application.ResourceHandler

The default value for the ResourceHandler.RESOURCE_EXCLUDES_PARAM_NAME init param.

RESOURCE_EXCLUDES_PARAM_NAME - Static variable in class javax.faces.application.ResourceHandler

The ServletContext init parameter consulted by the ResourceHandler.handleResourceRequest(javax.faces.context.FacesContext) to tell which kinds of resources must never be served up in response to a resource request.

RESOURCE_IDENTIFIER - Static variable in class javax.faces.application.ResourceHandler

Resource.getRequestPath() returns the value of this constant as the prefix of the URI.

ResourceAdapter - Interface in javax.resource.spi
This represents a resource adapter instance and contains operations for lifecycle management and message endpoint setup.
ResourceAdapterAssociation - Interface in javax.resource.spi
This interface specifies the methods to associate a ResourceAdapter object with other objects that implement this interface like ManagedConnectionFactory and ActivationSpec.
ResourceAdapterInternalException - Exception in javax.resource.spi
A ResourceAdapterInternalException indicates any system-level error conditions related to a resource adapter.
ResourceAdapterInternalException() - Constructor for exception javax.resource.spi.ResourceAdapterInternalException
Constructs a new instance with null as its detail message.
ResourceAdapterInternalException(String) - Constructor for exception javax.resource.spi.ResourceAdapterInternalException
Constructs a new instance with the specified detail message.
ResourceAdapterInternalException(Throwable) - Constructor for exception javax.resource.spi.ResourceAdapterInternalException
Constructs a new throwable with the specified cause.
ResourceAdapterInternalException(String, Throwable) - Constructor for exception javax.resource.spi.ResourceAdapterInternalException
Constructs a new throwable with the specified detail message and cause.
ResourceAdapterInternalException(String, String) - Constructor for exception javax.resource.spi.ResourceAdapterInternalException
Constructs a new throwable with the specified detail message and an error code.
ResourceAdapterMetaData - Interface in javax.resource.cci
The interface javax.resource.cci.ResourceAdapterMetaData provides information about capabilities of a resource adapter implementation.
ResourceAllocationException - Exception in javax.jms
This exception is thrown when a provider is unable to allocate the resources required by a method.
ResourceAllocationException(String, String) - Constructor for exception javax.jms.ResourceAllocationException
Constructs a ResourceAllocationException with the specified reason and error code.
ResourceAllocationException(String) - Constructor for exception javax.jms.ResourceAllocationException
Constructs a ResourceAllocationException with the specified reason.
ResourceAllocationException - Exception in javax.resource.spi
A ResourceAllocationException can be thrown by an application server or resource adapter to indicate any failure to allocate system resources (example: threads, physical connections).
ResourceAllocationException() - Constructor for exception javax.resource.spi.ResourceAllocationException
Constructs a new instance with null as its detail message.
ResourceAllocationException(String) - Constructor for exception javax.resource.spi.ResourceAllocationException
Constructs a new instance with the specified detail message.
ResourceAllocationException(Throwable) - Constructor for exception javax.resource.spi.ResourceAllocationException
Constructs a new throwable with the specified cause.
ResourceAllocationException(String, Throwable) - Constructor for exception javax.resource.spi.ResourceAllocationException
Constructs a new throwable with the specified detail message and cause.
ResourceAllocationException(String, String) - Constructor for exception javax.resource.spi.ResourceAllocationException
Constructs a new throwable with the specified detail message and an error code.
ResourceAllocationRuntimeException - Exception in javax.jms
This unchecked exception is thrown when a provider is unable to allocate the resources required by a method.
ResourceAllocationRuntimeException(String, String) - Constructor for exception javax.jms.ResourceAllocationRuntimeException
Constructs a ResourceAllocationRuntimeException with the specified reason and error code.
ResourceAllocationRuntimeException(String) - Constructor for exception javax.jms.ResourceAllocationRuntimeException
Constructs a ResourceAllocationRuntimeException with the specified reason.
ResourceAllocationRuntimeException(String, String, Throwable) - Constructor for exception javax.jms.ResourceAllocationRuntimeException
Constructs a ResourceAllocationRuntimeException with the specified detail message, error code and cause
ResourceBundleELResolver - Class in javax.el
Defines property resolution behavior on instances of ResourceBundle.
ResourceBundleELResolver() - Constructor for class javax.el.ResourceBundleELResolver
 
ResourceContext - Interface in javax.ws.rs.container
The resource context provides access to instances of resource classes.
ResourceDependencies - Annotation Type in javax.faces.application

Container annotation to specify multiple ResourceDependency annotations on a single class.

ResourceDependency - Annotation Type in javax.faces.application

Instances of UIComponent or Renderer that have this annotation (or ResourceDependencies attached at the class level will automatically have a resource dependency added so that the named resource will be present in user agent's view of the UIViewRoot in which this component or renderer is used.

ResourceException - Exception in javax.resource
This is the root interface of the exception hierarchy defined for Jakarta™ Connectors.
ResourceException() - Constructor for exception javax.resource.ResourceException
Constructs a new instance with null as its detail message.
ResourceException(String) - Constructor for exception javax.resource.ResourceException
Constructs a new instance with the specified detail message.
ResourceException(Throwable) - Constructor for exception javax.resource.ResourceException
Constructs a new throwable with the specified cause.
ResourceException(String, Throwable) - Constructor for exception javax.resource.ResourceException
Constructs a new throwable with the specified detail message and cause.
ResourceException(String, String) - Constructor for exception javax.resource.ResourceException
Create a new throwable with the specified message and error code.
ResourceHandler - Class in javax.faces.application

ResourceHandler is the run-time API by which UIComponent and Renderer instances, and the ViewDeclarationLanguage can reference Resource instances. An implementation of this class must be thread-safe.

ResourceHandler() - Constructor for class javax.faces.application.ResourceHandler
 
ResourceHandlerWrapper - Class in javax.faces.application

Provides a simple implementation of ResourceHandler that can be subclassed by developers wishing to provide specialized behavior to an existing ResourceHandler instance.

ResourceHandlerWrapper() - Constructor for class javax.faces.application.ResourceHandlerWrapper
Deprecated.
Use the other constructor taking the implementation being wrapped.
ResourceHandlerWrapper(ResourceHandler) - Constructor for class javax.faces.application.ResourceHandlerWrapper

If this resource handler has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.

ResourceInfo - Interface in javax.ws.rs.container
An injectable class to access the resource class and resource method matched by the current request.
ResourceResolver - Class in javax.faces.view.facelets
Deprecated.
ResourceResolver() - Constructor for class javax.faces.view.facelets.ResourceResolver
Deprecated.
 
Resources - Annotation Type in javax.annotation
This class is used to allow multiple resources declarations.
resources - Variable in class javax.mail.Quota
The set of resources associated with this quota root.
ResourceVisitOption - Enum in javax.faces.application

Defines the resource traversal options.

ResourceWarning - Exception in javax.resource.cci
A ResourceWarning provides information on warnings related to execution of an interaction with an EIS.
ResourceWarning() - Constructor for exception javax.resource.cci.ResourceWarning
Constructs a new instance with null as its detail message.
ResourceWarning(String) - Constructor for exception javax.resource.cci.ResourceWarning
Constructs a new instance with the specified detail message.
ResourceWarning(Throwable) - Constructor for exception javax.resource.cci.ResourceWarning
Constructs a new throwable with the specified cause.
ResourceWarning(String, Throwable) - Constructor for exception javax.resource.cci.ResourceWarning
Constructs a new throwable with the specified detail message and cause.
ResourceWarning(String, String) - Constructor for exception javax.resource.cci.ResourceWarning
Constructs a new throwable with the specified detail message and an error code.
ResourceWrapper - Class in javax.faces.application

Provides a simple implementation of Resource that can be subclassed by developers wishing to provide specialized behavior to an existing Resource instance.

ResourceWrapper(Resource) - Constructor for class javax.faces.application.ResourceWrapper

If this resource has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.

ResourceWrapper() - Constructor for class javax.faces.application.ResourceWrapper
Deprecated.
Use the other constructor taking the implementation being wrapped.
RESPONSE - Static variable in class javax.servlet.jsp.PageContext
Name used to store ServletResponse in PageContext name table.
Response - Class in javax.ws.rs.core
Defines the contract between a returned instance and the runtime when an application needs to provide meta-data to the runtime.
Response() - Constructor for class javax.ws.rs.core.Response
Protected constructor, use one of the static methods to obtain a Response.ResponseBuilder instance and obtain a Response from that.
Response.ResponseBuilder - Class in javax.ws.rs.core
A class used to build Response instances that contain metadata instead of or in addition to an entity.
Response.Status - Enum in javax.ws.rs.core
Commonly used status codes defined by HTTP, see HTTP/1.1 documentation for the complete list.
Response.Status.Family - Enum in javax.ws.rs.core
An enumeration representing the class of status code.
Response.StatusType - Interface in javax.ws.rs.core
Base interface for statuses used in responses.
ResponseBuilder() - Constructor for class javax.ws.rs.core.Response.ResponseBuilder
Protected constructor, use one of the static methods of Response to obtain an instance.
responseComplete() - Method in class javax.faces.context.FacesContext
Signal the Jakarta Server Faces implementation that the HTTP response for this request has already been generated (such as an HTTP redirect), and that the request processing lifecycle should be terminated as soon as the current phase is completed.
responseComplete() - Method in class javax.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext.responseComplete() on the wrapped FacesContext object.
responseFlushBuffer() - Method in class javax.faces.context.ExternalContext

Flushes the buffered response content to the client.

responseFlushBuffer() - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.responseFlushBuffer() on the wrapped ExternalContext object.
responseNotFound() - Method in interface javax.security.enterprise.authentication.mechanism.http.HttpMessageContext
Sets the response status to 404 (not found).
responseNotFound() - Method in class javax.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
ResponseProcessingException - Exception in javax.ws.rs.client
Client-side runtime processing exception thrown to indicate that response processing has failed (e.g.
ResponseProcessingException(Response, Throwable) - Constructor for exception javax.ws.rs.client.ResponseProcessingException
Constructs a new runtime response processing exception for a specific response with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
ResponseProcessingException(Response, String, Throwable) - Constructor for exception javax.ws.rs.client.ResponseProcessingException
Constructs a new runtime response processing exception with the specified detail message and cause.
ResponseProcessingException(Response, String) - Constructor for exception javax.ws.rs.client.ResponseProcessingException
Constructs a new runtime processing exception with the specified detail message.
responseReset() - Method in class javax.faces.context.ExternalContext

Resets the current response.

responseReset() - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.responseReset() on the wrapped ExternalContext object.
responseSendError(int, String) - Method in class javax.faces.context.ExternalContext

Sends an HTTP status code with message.

responseSendError(int, String) - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.responseSendError(int,String) on the wrapped ExternalContext object.
ResponseStateManager - Class in javax.faces.render
ResponseStateManager is the helper class to StateManager that knows the specific rendering technology being used to generate the response.
ResponseStateManager() - Constructor for class javax.faces.render.ResponseStateManager
 
ResponseStream - Class in javax.faces.context
ResponseStream is an interface describing an adapter to an underlying output mechanism for binary output.
ResponseStream() - Constructor for class javax.faces.context.ResponseStream
 
responseUnauthorized() - Method in interface javax.security.enterprise.authentication.mechanism.http.HttpMessageContext
Sets the response status to 401 (unauthorized).
responseUnauthorized() - Method in class javax.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
ResponseWriter - Class in javax.faces.context
ResponseWriter is an abstract class describing an adapter to an underlying output mechanism for character-based output.
ResponseWriter() - Constructor for class javax.faces.context.ResponseWriter
 
ResponseWriterWrapper - Class in javax.faces.context
Provides a simple implementation of ResponseWriter that can be subclassed by developers wishing to provide specialized behavior to an existing ResponseWriter instance.
ResponseWriterWrapper() - Constructor for class javax.faces.context.ResponseWriterWrapper
Deprecated.
Use the other constructor taking the implementation being wrapped.
ResponseWriterWrapper(ResponseWriter) - Constructor for class javax.faces.context.ResponseWriterWrapper

If this response writer has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.

restart(long, Properties) - Method in interface javax.batch.operations.JobOperator
Restarts a failed or stopped job instance, which executes asynchronously.
restore(InputStream) - Method in interface javax.enterprise.deploy.spi.DeploymentConfiguration
Restore from disk to a full set of configuration beans previously stored.
RESTORE_VIEW - Static variable in class javax.faces.event.PhaseId
Identifier that indicates an interest in events queued for the Restore View phase of the request processing lifecycle.
restoreAttachedState(FacesContext, Object) - Static method in class javax.faces.component.UIComponentBase
This method is called by UIComponent subclasses that need to restore the objects they saved using UIComponentBase.saveAttachedState(javax.faces.context.FacesContext, java.lang.Object).
restoreComponentState(FacesContext, UIViewRoot, String) - Method in class javax.faces.application.StateManager
Deprecated.
the distinction between tree structure and component state is now an implementation detail. The default implementation does nothing.
restoreComponentState(FacesContext, UIViewRoot, String) - Method in class javax.faces.application.StateManagerWrapper
restoreDConfigBean(InputStream, DDBeanRoot) - Method in interface javax.enterprise.deploy.spi.DeploymentConfiguration
Restore from disk to instantated objects all the DConfigBeans associated with a specific deployment descriptor.
restoreState(FacesContext, Object) - Method in class javax.faces.component.behavior.AjaxBehavior
 
restoreState(FacesContext, Object) - Method in class javax.faces.component.behavior.BehaviorBase
restoreState(FacesContext, Object) - Method in interface javax.faces.component.StateHolder
Perform any processing required to restore the state from the entries in the state Object.
restoreState(FacesContext, Object) - Method in class javax.faces.component.UIComponentBase
 
restoreState(FacesContext, Object) - Method in class javax.faces.component.UIData
 
restoreState(FacesContext, Object) - Method in class javax.faces.component.UIInput
 
restoreState(FacesContext, Object) - Method in class javax.faces.component.UIOutput
 
restoreState(FacesContext, Object) - Method in class javax.faces.component.UIViewRoot
 
restoreState(FacesContext, Object) - Method in class javax.faces.convert.DateTimeConverter
 
restoreState(FacesContext, Object) - Method in class javax.faces.convert.EnumConverter
 
restoreState(FacesContext, Object) - Method in class javax.faces.convert.NumberConverter
 
restoreState(FacesContext, Object) - Method in class javax.faces.event.MethodExpressionActionListener

Both MethodExpression instances described in the constructor must be restored.

restoreState(FacesContext, Object) - Method in class javax.faces.event.MethodExpressionValueChangeListener

Both MethodExpression instances described in the constructor must be restored.

restoreState(FacesContext, Object) - Method in class javax.faces.validator.BeanValidator
 
restoreState(FacesContext, Object) - Method in class javax.faces.validator.DoubleRangeValidator
 
restoreState(FacesContext, Object) - Method in class javax.faces.validator.LengthValidator
 
restoreState(FacesContext, Object) - Method in class javax.faces.validator.LongRangeValidator
 
restoreState(FacesContext, Object) - Method in class javax.faces.validator.MethodExpressionValidator
 
restoreState(FacesContext, Object) - Method in class javax.faces.validator.RegexValidator
 
restoreTransientState(FacesContext, Object) - Method in interface javax.faces.component.TransientStateHolder

Restore the "transient state" using the object passed as state.

restoreTransientState(FacesContext, Object) - Method in class javax.faces.component.UIComponent

For components that need to support the concept of transient state, this method will restore any state saved on a prior call to UIComponent.saveTransientState(javax.faces.context.FacesContext).

restoreTreeStructure(FacesContext, String, String) - Method in class javax.faces.application.StateManager
Deprecated.
the distinction between tree structure and component state is now an implementation detail. The default implementation returns null.
restoreTreeStructure(FacesContext, String, String) - Method in class javax.faces.application.StateManagerWrapper
The default behavior of this method is to call StateManager.restoreTreeStructure(javax.faces.context.FacesContext, String, String) on the wrapped StateManager object.
restoreView(FacesContext, String, String) - Method in class javax.faces.application.StateManager
Deprecated.
restoreView(FacesContext, String, String) - Method in class javax.faces.application.StateManagerWrapper
The default behavior of this method is to call StateManager.restoreView(javax.faces.context.FacesContext, String, String) on the wrapped StateManager object.
restoreView(FacesContext, String) - Method in class javax.faces.application.ViewHandler
Perform whatever actions are required to restore the view associated with the specified FacesContext and viewId.
restoreView(FacesContext, String) - Method in class javax.faces.application.ViewHandlerWrapper
The default behavior of this method is to call ViewHandler.restoreView(javax.faces.context.FacesContext, String) on the wrapped ViewHandler object.
restoreView(FacesContext, String, String) - Method in class javax.faces.view.StateManagementStrategy

Restore the state of the view with information in the request.

restoreView(FacesContext, String) - Method in class javax.faces.view.ViewDeclarationLanguage

Restore a UIViewRoot from a previously created view.

restoreView(FacesContext, String) - Method in class javax.faces.view.ViewDeclarationLanguageWrapper
 
restoreViewScopeState(FacesContext, Object) - Method in class javax.faces.component.UIViewRoot

Restore ViewScope state.

Result - Interface in javax.servlet.jsp.jstl.sql
This interface represents the result of a <sql:query> action.
ResultDataModel - Class in javax.faces.model
ResultDataModel is a convenience implementation of DataModel that wraps a JSTL Result object, typically representing the results of executing an SQL query via JSTL tags.
ResultDataModel() - Constructor for class javax.faces.model.ResultDataModel
Construct a new ResultDataModel with no specified wrapped data.
ResultDataModel(Result) - Constructor for class javax.faces.model.ResultDataModel
Construct a new ResultDataModel wrapping the specified Result.
ResultSet - Interface in javax.resource.cci
A ResultSet represents tabular data that is retrieved from an EIS instance by the execution of an Interaction..
ResultSetDataModel - Class in javax.faces.model
ResultSetDataModel is a convenience implementation of DataModel that wraps a ResultSet of Java objects.
ResultSetDataModel() - Constructor for class javax.faces.model.ResultSetDataModel
Construct a new ResultSetDataModel with no specified wrapped data.
ResultSetDataModel(ResultSet) - Constructor for class javax.faces.model.ResultSetDataModel
Construct a new ResultSetDataModel wrapping the specified ResultSet.
ResultSetInfo - Interface in javax.resource.cci
The interface javax.resource.cci.ResultSetInfo provides information on the support provided for ResultSet by a connected EIS instance.
ResultSupport - Class in javax.servlet.jsp.jstl.sql
Supports the creation of a javax.servlet.jsp.jstl.sql.Result object from a source java.sql.ResultSet object.
ResultSupport() - Constructor for class javax.servlet.jsp.jstl.sql.ResultSupport
 
resume(Transaction) - Method in interface javax.transaction.TransactionManager
Resume the transaction context association of the calling thread with the transaction represented by the supplied Transaction object.
resume(Object) - Method in interface javax.ws.rs.container.AsyncResponse
Resume the suspended request processing using the provided response data.
resume(Throwable) - Method in interface javax.ws.rs.container.AsyncResponse
Resume the suspended request processing using the provided throwable.
retainAll(Flags) - Method in class javax.mail.Flags
Remove any flags not in the given Flags object.
retargetAttachedObjects(FacesContext, UIComponent, List<AttachedObjectHandler>) - Method in class javax.faces.view.ViewDeclarationLanguage

Assuming the component metadata for argument topLevelComponent has been made available by an earlier call to ViewDeclarationLanguage.getComponentMetadata(javax.faces.context.FacesContext, javax.faces.application.Resource), leverage the component metadata for the purpose of re-targeting attached objects from the top level composite component to the individual AttachedObjectTarget instances inside the composite component.

retargetAttachedObjects(FacesContext, UIComponent, List<AttachedObjectHandler>) - Method in class javax.faces.view.ViewDeclarationLanguageWrapper
 
retargetMethodExpressions(FacesContext, UIComponent) - Method in class javax.faces.view.ViewDeclarationLanguage

Assuming the component metadata for argument topLevelComponent has been made available by an earlier call to ViewDeclarationLanguage.getComponentMetadata(javax.faces.context.FacesContext, javax.faces.application.Resource), leverage the component metadata for the purpose of re-targeting any method expressions from the top level component to the appropriate inner component.

retargetMethodExpressions(FacesContext, UIComponent) - Method in class javax.faces.view.ViewDeclarationLanguageWrapper
 
RETRY_AFTER - Static variable in interface javax.ws.rs.core.HttpHeaders
RetryableException - Interface in javax.resource.spi
A marker interface indicating that the Exception is transient.
RetryableUnavailableException - Exception in javax.resource.spi
A subclass of the UnavailableException that indicates that the rejection of the work submission is transient.
RetryableUnavailableException() - Constructor for exception javax.resource.spi.RetryableUnavailableException
Constructs a new instance with null as its detail message.
RetryableUnavailableException(String) - Constructor for exception javax.resource.spi.RetryableUnavailableException
Constructs a new instance with the specified detail message.
RetryableUnavailableException(Throwable) - Constructor for exception javax.resource.spi.RetryableUnavailableException
Constructs a new throwable with the specified cause.
RetryableUnavailableException(String, Throwable) - Constructor for exception javax.resource.spi.RetryableUnavailableException
Constructs a new throwable with the specified detail message and cause.
RetryableUnavailableException(String, String) - Constructor for exception javax.resource.spi.RetryableUnavailableException
Constructs a new throwable with the specified detail message and an error code.
RetryableWorkRejectedException - Exception in javax.resource.spi.work
A subclass of the WorkRejectedException that indicates that the the service unavailability is transient.
RetryableWorkRejectedException() - Constructor for exception javax.resource.spi.work.RetryableWorkRejectedException
Constructs a new instance with null as its detail message.
RetryableWorkRejectedException(String) - Constructor for exception javax.resource.spi.work.RetryableWorkRejectedException
Constructs a new instance with the specified detail message.
RetryableWorkRejectedException(Throwable) - Constructor for exception javax.resource.spi.work.RetryableWorkRejectedException
Constructs a new throwable with the specified cause.
RetryableWorkRejectedException(String, Throwable) - Constructor for exception javax.resource.spi.work.RetryableWorkRejectedException
Constructs a new throwable with the specified detail message and cause.
RetryableWorkRejectedException(String, String) - Constructor for exception javax.resource.spi.work.RetryableWorkRejectedException
Constructs a new throwable with the specified detail message and an error code.
RetryProcessListener - Interface in javax.batch.api.chunk.listener
RetryProcessListener intercepts retry processing for an ItemProcessor.
RetryReadListener - Interface in javax.batch.api.chunk.listener
RetryReadListener intercepts retry processing for an ItemReader.
RetryWriteListener - Interface in javax.batch.api.chunk.listener
RetryWriteListener intercepts retry processing for an ItemWriter.
ReturnBuilder - Class in javax.faces.flow.builder

Create a return node in the current Flow.

ReturnBuilder() - Constructor for class javax.faces.flow.builder.ReturnBuilder
 
returnNode(String) - Method in class javax.faces.flow.builder.FlowBuilder

Define a return node.

ReturnNode - Class in javax.faces.flow

Represents a return node in the flow graph.

ReturnNode() - Constructor for class javax.faces.flow.ReturnNode
 
ReturnValueDescriptor - Interface in javax.validation.metadata
Describes a validated return value of a method or constructor.
REVERSE - Static variable in class javax.json.bind.config.PropertyOrderStrategy
Using this strategy, the order of properties is in reverse order to lexicographical order.
reverse() - Method in interface javax.persistence.criteria.Order
Switch the ordering.
RFC822 - Static variable in class javax.mail.internet.HeaderTokenizer
RFC822 specials
RolesAllowed - Annotation Type in javax.annotation.security
Specifies the list of security roles permitted to access method(s) in an application.
rollback() - Method in interface javax.jms.JMSContext
Rolls back any messages done in this transaction and releases any locks currently held.
rollback() - Method in interface javax.jms.Session
Rolls back any messages done in this transaction and releases any locks currently held.
rollback() - Method in interface javax.jms.XAJMSContext
Throws a TransactionInProgressRuntimeException, since it should not be called for an XAJMSContext object.
rollback() - Method in interface javax.jms.XASession
Throws a TransactionInProgressException, since it should not be called for an XASession object.
rollback() - Method in interface javax.persistence.EntityTransaction
Roll back the current resource transaction.
rollback() - Method in interface javax.resource.cci.LocalTransaction
Rollbacks the current resource manager local transaction.
rollback() - Method in interface javax.resource.spi.LocalTransaction
Rollback a local transaction
rollback(Xid) - Method in interface javax.resource.spi.XATerminator
Informs the resource manager to roll back work done on behalf of a transaction branch.
rollback() - Method in interface javax.transaction.Transaction
Rollback the transaction represented by this Transaction object.
rollback() - Method in interface javax.transaction.TransactionManager
Roll back the transaction associated with the current thread.
rollback() - Method in interface javax.transaction.UserTransaction
Roll back the transaction associated with the current thread.
RollbackException - Exception in javax.persistence
Thrown by the persistence provider when EntityTransaction.commit() fails.
RollbackException() - Constructor for exception javax.persistence.RollbackException
Constructs a new RollbackException exception with null as its detail message.
RollbackException(String) - Constructor for exception javax.persistence.RollbackException
Constructs a new RollbackException exception with the specified detail message.
RollbackException(String, Throwable) - Constructor for exception javax.persistence.RollbackException
Constructs a new RollbackException exception with the specified detail message and cause.
RollbackException(Throwable) - Constructor for exception javax.persistence.RollbackException
Constructs a new RollbackException exception with the specified cause.
RollbackException - Exception in javax.transaction
RollbackException exception is thrown when the transaction has been marked for rollback only or the transaction has been rolled back instead of committed.
RollbackException() - Constructor for exception javax.transaction.RollbackException
 
RollbackException(String) - Constructor for exception javax.transaction.RollbackException
 
rollbackPartitionedStep() - Method in class javax.batch.api.partition.AbstractPartitionReducer
Override this method to take action when a partitioned step is rolling back.
rollbackPartitionedStep() - Method in interface javax.batch.api.partition.PartitionReducer
The rollbackPartitionedStep method receives control if the runtime is rolling back a partitioned step.
Root<X> - Interface in javax.persistence.criteria
A root type in the from clause.
rowSelected(DataModelEvent) - Method in interface javax.faces.model.DataModelListener
Notification that a particular row index, with the associated row data, has been selected for processing.
run() - Method in interface javax.jms.Session
Optional operation, intended to be used only by Application Servers, not by ordinary Jakarta Messaging clients.
RunAs - Annotation Type in javax.annotation.security
Defines the identity of the application during execution.
RUNNING - Static variable in class javax.enterprise.deploy.shared.StateType
The action operation is running normally.
RuntimeDelegate - Class in javax.ws.rs.ext
Implementations of this API provide a concrete subclass of RuntimeDelegate and various API methods defer to methods of RuntimeDelegate for their functionality.
RuntimeDelegate() - Constructor for class javax.ws.rs.ext.RuntimeDelegate
Allows custom implementations to extend the RuntimeDelegate class.
RuntimeDelegate.HeaderDelegate<T> - Interface in javax.ws.rs.ext
Defines the contract for a delegate that is responsible for converting between the String form of a HTTP header and the corresponding type T.
RuntimeType - Enum in javax.ws.rs
Enumeration of runtime types.
rx() - Method in interface javax.ws.rs.client.Invocation.Builder
Access the default reactive invoker based on CompletionStage.
rx(Class<T>) - Method in interface javax.ws.rs.client.Invocation.Builder
Access a reactive invoker based on a RxInvoker subclass provider.
RxInvoker<T> - Interface in javax.ws.rs.client
Uniform interface for reactive invocation of HTTP methods.
RxInvokerProvider<T extends RxInvoker> - Interface in javax.ws.rs.client
RxInvoker provider.

S

save(OutputStream) - Method in interface javax.enterprise.deploy.spi.DeploymentConfiguration
Save to disk the current set configuration beans created for this deployable module.
saveAssociations(Collection, boolean) - Method in interface javax.xml.registry.BusinessLifeCycleManager
Saves the specified Association instances.
saveAttachedState(FacesContext, Object) - Static method in class javax.faces.component.UIComponentBase

This method is called by UIComponent subclasses that want to save one or more attached objects.

saveChanges() - Method in class javax.mail.internet.MimeMessage
Updates the appropriate header fields of this message to be consistent with the message's contents.
saveChanges() - Method in class javax.mail.Message
Save any changes made to this message into the message-store when the containing folder is closed, if the message is contained in a folder.
saveClassificationSchemes(Collection) - Method in interface javax.xml.registry.BusinessLifeCycleManager
Saves the specified ClassificationScheme instances.
saveConcepts(Collection) - Method in interface javax.xml.registry.BusinessLifeCycleManager
Saves the specified Concepts.
saved - Variable in class javax.mail.internet.MimeMessage
Does the saveChanges method need to be called on this message? This flag is set to false by the public constructor and set to true by the saveChanges method.
saveDConfigBean(OutputStream, DConfigBeanRoot) - Method in interface javax.enterprise.deploy.spi.DeploymentConfiguration
Save to disk all the configuration beans associated with a particular deployment descriptor file.
SaveException - Exception in javax.xml.registry
A RegistryException that occurs during a save action.
SaveException() - Constructor for exception javax.xml.registry.SaveException
Constructs a JAXRException object with no reason or embedded Throwable.
SaveException(String) - Constructor for exception javax.xml.registry.SaveException
Constructs a JAXRException object with the given String as the reason for the exception being thrown.
SaveException(String, Throwable) - Constructor for exception javax.xml.registry.SaveException
Constructs a JAXRException object with the given String as the reason for the exception being thrown and the given Throwable object as an embedded Throwable.
SaveException(Throwable) - Constructor for exception javax.xml.registry.SaveException
Constructs a JAXRException object initialized with the given Throwable object.
saveFile(File) - Method in class javax.mail.internet.MimeBodyPart
Save the contents of this part in the specified file.
saveFile(String) - Method in class javax.mail.internet.MimeBodyPart
Save the contents of this part in the specified file.
saveObjects(Collection) - Method in interface javax.xml.registry.LifeCycleManager
Saves one or more Objects to the registry.
saveOrganizations(Collection) - Method in interface javax.xml.registry.BusinessLifeCycleManager
Saves the specified Organizations.
saveSerializedView(FacesContext) - Method in class javax.faces.application.StateManager
Deprecated.
this has been replaced by StateManager.saveView(javax.faces.context.FacesContext). The default implementation calls saveView and inspects the return. If the return is an Object [], it casts the result to an Object [] wrapping the first and second elements in an instance of StateManager.SerializedView, which it then returns. Otherwise, it returns null
saveSerializedView(FacesContext) - Method in class javax.faces.application.StateManagerWrapper
The default behavior of this method is to call StateManager.saveSerializedView(javax.faces.context.FacesContext) on the wrapped StateManager object.
saveServiceBindings(Collection) - Method in interface javax.xml.registry.BusinessLifeCycleManager
Saves the specified ServiceBindings.
saveServices(Collection) - Method in interface javax.xml.registry.BusinessLifeCycleManager
Saves the specified Services.
saveState(FacesContext) - Method in class javax.faces.component.behavior.AjaxBehavior
 
saveState(FacesContext) - Method in class javax.faces.component.behavior.BehaviorBase
saveState(FacesContext) - Method in class javax.faces.component.html.HtmlInputFile
 
saveState(FacesContext) - Method in interface javax.faces.component.StateHolder
Gets the state of the instance as a Serializable Object.
saveState(FacesContext) - Method in class javax.faces.component.UIComponentBase
 
saveState(FacesContext) - Method in class javax.faces.component.UIData
 
saveState(FacesContext) - Method in class javax.faces.component.UIInput
 
saveState(FacesContext) - Method in class javax.faces.component.UIOutput
 
saveState(FacesContext) - Method in class javax.faces.component.UIViewRoot
 
saveState(FacesContext) - Method in class javax.faces.convert.DateTimeConverter
 
saveState(FacesContext) - Method in class javax.faces.convert.EnumConverter
 
saveState(FacesContext) - Method in class javax.faces.convert.NumberConverter
 
saveState(FacesContext) - Method in class javax.faces.event.MethodExpressionActionListener

Both MethodExpression instances described in the constructor must be saved.

saveState(FacesContext) - Method in class javax.faces.event.MethodExpressionValueChangeListener

Both MethodExpression instances described in the constructor must be saved.

saveState(FacesContext) - Method in class javax.faces.validator.BeanValidator
 
saveState(FacesContext) - Method in class javax.faces.validator.DoubleRangeValidator
 
saveState(FacesContext) - Method in class javax.faces.validator.LengthValidator
 
saveState(FacesContext) - Method in class javax.faces.validator.LongRangeValidator
 
saveState(FacesContext) - Method in class javax.faces.validator.MethodExpressionValidator
 
saveState(FacesContext) - Method in class javax.faces.validator.RegexValidator
 
saveTransientState(FacesContext) - Method in interface javax.faces.component.TransientStateHolder

Return the object containing related "transient states".

saveTransientState(FacesContext) - Method in class javax.faces.component.UIComponent

For components that need to support the concept of transient state, this method will save any state that is known to be transient in nature.

saveView(FacesContext) - Method in class javax.faces.application.StateManager
Deprecated.
saveView(FacesContext) - Method in class javax.faces.application.StateManagerWrapper
The default behavior of this method is to call StateManager.saveView(javax.faces.context.FacesContext) on the wrapped StateManager object.
saveView(FacesContext) - Method in class javax.faces.view.StateManagementStrategy

Return the state of the current view in an Object that implements Serializable and can be passed to java.io.ObjectOutputStream.writeObject() without causing a java.io.NotSerializableException to be thrown. The default implementation must perform the following algorithm or its semantic equivalent, explicitly performing all the steps listed here.

SC_ACCEPTED - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (202) indicating that a request was accepted for processing, but was not completed.
SC_BAD_GATEWAY - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (502) indicating that the HTTP server received an invalid response from a server it consulted when acting as a proxy or gateway.
SC_BAD_REQUEST - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (400) indicating the request sent by the client was syntactically incorrect.
SC_CONFLICT - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (409) indicating that the request could not be completed due to a conflict with the current state of the resource.
SC_CONTINUE - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (100) indicating the client can continue.
SC_CREATED - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (201) indicating the request succeeded and created a new resource on the server.
SC_EXPECTATION_FAILED - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (417) indicating that the server could not meet the expectation given in the Expect request header.
SC_FORBIDDEN - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (403) indicating the server understood the request but refused to fulfill it.
SC_FOUND - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (302) indicating that the resource reside temporarily under a different URI.
SC_GATEWAY_TIMEOUT - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (504) indicating that the server did not receive a timely response from the upstream server while acting as a gateway or proxy.
SC_GONE - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (410) indicating that the resource is no longer available at the server and no forwarding address is known.
SC_HTTP_VERSION_NOT_SUPPORTED - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (505) indicating that the server does not support or refuses to support the HTTP protocol version that was used in the request message.
SC_INTERNAL_SERVER_ERROR - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (500) indicating an error inside the HTTP server which prevented it from fulfilling the request.
SC_LENGTH_REQUIRED - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (411) indicating that the request cannot be handled without a defined Content-Length.
SC_METHOD_NOT_ALLOWED - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (405) indicating that the method specified in the Request-Line is not allowed for the resource identified by the Request-URI.
SC_MOVED_PERMANENTLY - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (301) indicating that the resource has permanently moved to a new location, and that future references should use a new URI with their requests.
SC_MOVED_TEMPORARILY - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (302) indicating that the resource has temporarily moved to another location, but that future references should still use the original URI to access the resource.
SC_MULTIPLE_CHOICES - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (300) indicating that the requested resource corresponds to any one of a set of representations, each with its own specific location.
SC_NO_CONTENT - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (204) indicating that the request succeeded but that there was no new information to return.
SC_NON_AUTHORITATIVE_INFORMATION - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (203) indicating that the meta information presented by the client did not originate from the server.
SC_NOT_ACCEPTABLE - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (406) indicating that the resource identified by the request is only capable of generating response entities which have content characteristics not acceptable according to the accept headers sent in the request.
SC_NOT_FOUND - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (404) indicating that the requested resource is not available.
SC_NOT_IMPLEMENTED - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (501) indicating the HTTP server does not support the functionality needed to fulfill the request.
SC_NOT_MODIFIED - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (304) indicating that a conditional GET operation found that the resource was available and not modified.
SC_OK - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (200) indicating the request succeeded normally.
SC_PARTIAL_CONTENT - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (206) indicating that the server has fulfilled the partial GET request for the resource.
SC_PAYMENT_REQUIRED - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (402) reserved for future use.
SC_PRECONDITION_FAILED - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (412) indicating that the precondition given in one or more of the request-header fields evaluated to false when it was tested on the server.
SC_PROXY_AUTHENTICATION_REQUIRED - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (407) indicating that the client MUST first authenticate itself with the proxy.
SC_REQUEST_ENTITY_TOO_LARGE - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (413) indicating that the server is refusing to process the request because the request entity is larger than the server is willing or able to process.
SC_REQUEST_TIMEOUT - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (408) indicating that the client did not produce a request within the time that the server was prepared to wait.
SC_REQUEST_URI_TOO_LONG - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (414) indicating that the server is refusing to service the request because the Request-URI is longer than the server is willing to interpret.
SC_REQUESTED_RANGE_NOT_SATISFIABLE - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (416) indicating that the server cannot serve the requested byte range.
SC_RESET_CONTENT - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (205) indicating that the agent SHOULD reset the document view which caused the request to be sent.
SC_SEE_OTHER - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (303) indicating that the response to the request can be found under a different URI.
SC_SERVICE_UNAVAILABLE - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (503) indicating that the HTTP server is temporarily overloaded, and unable to handle the request.
SC_SWITCHING_PROTOCOLS - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (101) indicating the server is switching protocols according to Upgrade header.
SC_TEMPORARY_REDIRECT - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (307) indicating that the requested resource resides temporarily under a different URI.
SC_UNAUTHORIZED - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (401) indicating that the request requires HTTP authentication.
SC_UNSUPPORTED_MEDIA_TYPE - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (415) indicating that the server is refusing to service the request because the entity of the request is in a format not supported by the requested resource for the requested method.
SC_USE_PROXY - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (305) indicating that the requested resource MUST be accessed through the proxy given by the Location field.
ScalarDataModel<E> - Class in javax.faces.model
ScalarDataModel is a convenience implementation of DataModel that wraps an individual Java object.
ScalarDataModel() - Constructor for class javax.faces.model.ScalarDataModel
Construct a new ScalarDataModel with no specified wrapped data.
ScalarDataModel(E) - Constructor for class javax.faces.model.ScalarDataModel
Construct a new ScalarDataModel wrapping the specified scalar object.
Schedule - Annotation Type in javax.ejb
Schedule a timer for automatic creation with a timeout schedule based on a cron-like time expression.
schedule(Runnable, Trigger) - Method in interface javax.enterprise.concurrent.ManagedScheduledExecutorService
Creates and executes a task based on a Trigger.
schedule(Callable<V>, Trigger) - Method in interface javax.enterprise.concurrent.ManagedScheduledExecutorService
Creates and executes a task based on a Trigger.
scheduledExecutorService(ScheduledExecutorService) - Method in class javax.ws.rs.client.ClientBuilder
Set the client-side ScheduledExecutorService.
ScheduleExpression - Class in javax.ejb
A calendar-based timeout expression for an enterprise bean timer.
ScheduleExpression() - Constructor for class javax.ejb.ScheduleExpression
Create a schedule with the default values.
Schedules - Annotation Type in javax.ejb
Applied to a timer callback method to schedule multiple calendar-based timers for the method.
scheduleWork(Work) - Method in interface javax.resource.spi.work.WorkManager
Accepts a Work instance for processing.
scheduleWork(Work, long, ExecutionContext, WorkListener) - Method in interface javax.resource.spi.work.WorkManager
Accepts a Work instance for processing.
scheme(String) - Method in class javax.ws.rs.core.UriBuilder
Set the URI scheme.
schemeSpecificPart(String) - Method in class javax.ws.rs.core.UriBuilder
Set the URI scheme-specific-part (see URI).
scope(Class<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Replace Bean scope
scope(Class<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Replace Bean scope
Scope - Annotation Type in javax.inject
Identifies scope annotations.
Scope - Enum in javax.validation.metadata
Scope looked at when discovering constraints.
ScopeContext - Class in javax.faces.event

A structure that contains the name of the scope and the scope itself exposed as a Map<String, Object>.

ScopeContext(String, Map<String, Object>) - Constructor for class javax.faces.event.ScopeContext

Construct this structure with the supplied arguments.

ScopedAttributeELResolver - Class in javax.servlet.jsp.el
Defines variable resolution behavior for scoped attributes.
ScopedAttributeELResolver() - Constructor for class javax.servlet.jsp.el.ScopedAttributeELResolver
 
ScriptFreeTLV - Class in javax.servlet.jsp.jstl.tlv
A TagLibraryValidator for enforcing restrictions against the use of JSP scripting elements.
ScriptFreeTLV() - Constructor for class javax.servlet.jsp.jstl.tlv.ScriptFreeTLV
Constructs a new validator instance.
search(SearchTerm) - Method in class javax.mail.Folder
Search this Folder for messages matching the specified search criterion.
search(SearchTerm, Message[]) - Method in class javax.mail.Folder
Search the given array of messages for those that match the specified search criterion.
SEARCH_EXPRESSION_CONTEXT_FACTORY - Static variable in class javax.faces.FactoryFinder

The property name for the SearchExpressionContext class name.

SearchException - Exception in javax.mail.search
The exception thrown when a Search expression could not be handled.
SearchException() - Constructor for exception javax.mail.search.SearchException
Constructs a SearchException with no detail message.
SearchException(String) - Constructor for exception javax.mail.search.SearchException
Constructs a SearchException with the specified detail message.
SearchExpressionContext - Class in javax.faces.component.search

A context object that is used to hold state relating to resolve a search expression.

SearchExpressionContext() - Constructor for class javax.faces.component.search.SearchExpressionContext
 
SearchExpressionContextFactory - Class in javax.faces.component.search

Provide for separation of interface and implementation for the SearchExpressionContext contract.

SearchExpressionContextFactory(SearchExpressionContextFactory) - Constructor for class javax.faces.component.search.SearchExpressionContextFactory

If this factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.

SearchExpressionHandler - Class in javax.faces.component.search
The SearchExpressionHandler is responsible for resolving search expression(s)
SearchExpressionHandler() - Constructor for class javax.faces.component.search.SearchExpressionHandler
 
SearchExpressionHandlerWrapper - Class in javax.faces.component.search

Provides a simple implementation of SearchExpressionHandler that can be subclassed by developers wishing to provide specialized behavior to an existing SearchExpressionHandler instance.

SearchExpressionHandlerWrapper(SearchExpressionHandler) - Constructor for class javax.faces.component.search.SearchExpressionHandlerWrapper

If this search expression handler has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.

SearchExpressionHint - Enum in javax.faces.component.search

An enum that specifies hints that impact the behavior of a component tree search.

SearchKeywordContext - Class in javax.faces.component.search

SearchKeywordContext provides context information that may be useful to SearchKeywordResolver.resolve(javax.faces.component.search.SearchKeywordContext, javax.faces.component.UIComponent, java.lang.String) implementations.

SearchKeywordContext(SearchExpressionContext, ContextCallback, String) - Constructor for class javax.faces.component.search.SearchKeywordContext

Construct a new context with the given arguments.

SearchKeywordResolver - Class in javax.faces.component.search

A SearchKeywordResolver is responsible for resolving a single keyword.

SearchKeywordResolver() - Constructor for class javax.faces.component.search.SearchKeywordResolver
 
SearchTerm - Class in javax.mail.search
Search criteria are expressed as a tree of search-terms, forming a parse-tree for the search expression.
SearchTerm() - Constructor for class javax.mail.search.SearchTerm
 
SEC_WEBSOCKET_ACCEPT - Static variable in interface javax.websocket.HandshakeResponse
The Sec-WebSocket-Accept header name.
SEC_WEBSOCKET_EXTENSIONS - Static variable in interface javax.websocket.server.HandshakeRequest
The Sec-WebSocket-Extensions header name
SEC_WEBSOCKET_KEY - Static variable in interface javax.websocket.server.HandshakeRequest
The Sec-WebSocket-Key header name
SEC_WEBSOCKET_PROTOCOL - Static variable in interface javax.websocket.server.HandshakeRequest
The Sec-WebSocket-Protocol header name
SEC_WEBSOCKET_VERSION - Static variable in interface javax.websocket.server.HandshakeRequest
The Sec-WebSocket-Version header name
second(String) - Method in class javax.ejb.ScheduleExpression
Set the second attribute.
second(int) - Method in class javax.ejb.ScheduleExpression
Set the second attribute.
SecondaryTable - Annotation Type in javax.persistence
Specifies a secondary table for the annotated entity class.
SecondaryTables - Annotation Type in javax.persistence
Specifies multiple secondary tables for an entity.
SeContainer - Interface in javax.enterprise.inject.se
Provides access to the current container in Java SE.
SeContainerInitializer - Class in javax.enterprise.inject.se
A CDI container initializer for Java SE.
SeContainerInitializer() - Constructor for class javax.enterprise.inject.se.SeContainerInitializer
 
SecretKeyCallback - Class in javax.security.auth.message.callback
Callback for acquiring a shared secret from a key repository.
SecretKeyCallback(SecretKeyCallback.Request) - Constructor for class javax.security.auth.message.callback.SecretKeyCallback
Constructs this SecretKeyCallback with a secret key Request object.
SecretKeyCallback.AliasRequest - Class in javax.security.auth.message.callback
Request type for secret keys that are identified using an alias.
SecretKeyCallback.Request - Interface in javax.security.auth.message.callback
Marker interface for secret key request types.
secureRequest(MessageInfo, Subject) - Method in interface javax.security.auth.message.ClientAuth
Secure a service request message before sending it to the service.
secureResponse(MessageInfo, Subject) - Method in interface javax.security.auth.message.ServerAuth
Secure a service response before sending it to the client.
secureResponse(HttpServletRequest, HttpServletResponse, HttpMessageContext) - Method in interface javax.security.enterprise.authentication.mechanism.http.HttpAuthenticationMechanism
Secure the response, optionally.
SecurityContext - Class in javax.resource.spi.work
A standard WorkContext that allows a Work instance to propagate security related context information from an EIS to an application server.
SecurityContext() - Constructor for class javax.resource.spi.work.SecurityContext
 
SecurityContext - Interface in javax.security.enterprise
The SecurityContext provides an access point for programmatic security; an injectable type that is intended to be used by application code to query and interact with Jakarta Security.
SecurityContext - Interface in javax.ws.rs.core
An injectable interface that provides access to security related information.
SecurityException - Exception in javax.resource.spi
A SecurityException indicates error conditions related to the security contract between an application server and resource adapter.
SecurityException() - Constructor for exception javax.resource.spi.SecurityException
Constructs a new instance with null as its detail message.
SecurityException(String) - Constructor for exception javax.resource.spi.SecurityException
Constructs a new instance with the specified detail message.
SecurityException(Throwable) - Constructor for exception javax.resource.spi.SecurityException
Constructs a new throwable with the specified cause.
SecurityException(String, Throwable) - Constructor for exception javax.resource.spi.SecurityException
Constructs a new throwable with the specified detail message and cause.
SecurityException(String, String) - Constructor for exception javax.resource.spi.SecurityException
Constructs a new throwable with the specified detail message and an error code.
SecurityPermission - Annotation Type in javax.resource.spi
The SecurityPermission annotation can be used by the developer, as part of the Connector annotation, to specify the extended security permissions required by the resource adapter
SEEN - Static variable in class javax.mail.Flags.Flag
This message is seen.
seeOther(URI) - Static method in class javax.ws.rs.core.Response
Create a new ResponseBuilder for a redirection.
segment(String...) - Method in class javax.ws.rs.core.UriBuilder
Append path segments to the existing path.
select(Annotation...) - Method in interface javax.enterprise.event.Event
Obtains a child Event for the given additional required qualifiers.
select(Class<U>, Annotation...) - Method in interface javax.enterprise.event.Event
Obtains a child Event for the given required type and additional required qualifiers.
select(TypeLiteral<U>, Annotation...) - Method in interface javax.enterprise.event.Event
Obtains a child Event for the given required type and additional required qualifiers.
select(Annotation...) - Method in interface javax.enterprise.inject.Instance
Obtains a child Instance for the given additional required qualifiers.
select(Class<U>, Annotation...) - Method in interface javax.enterprise.inject.Instance
Obtains a child Instance for the given required type and additional required qualifiers.
select(TypeLiteral<U>, Annotation...) - Method in interface javax.enterprise.inject.Instance
Obtains a child Instance for the given required type and additional required qualifiers.
select(Selection<? extends T>) - Method in interface javax.persistence.criteria.CriteriaQuery
Specify the item that is to be returned in the query result.
select(Expression<T>) - Method in interface javax.persistence.criteria.Subquery
Specify the item that is to be returned as the subquery result.
selectAlternatives(Class<?>...) - Method in class javax.enterprise.inject.se.SeContainerInitializer
Add alternatives classes to the list of selected alternatives for the synthetic bean archive.
selectAlternativeStereotypes(Class<? extends Annotation>...) - Method in class javax.enterprise.inject.se.SeContainerInitializer
Add alternative stereotype classes to the list of selected alternative stereotypes for the synthetic bean archive.
selectCase(Expression<? extends C>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a simple case expression.
selectCase() - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a general case expression.
Selection<X> - Interface in javax.persistence.criteria
The Selection interface defines an item that is to be returned in a query result.
SelectItem - Class in javax.faces.model
SelectItem represents a single item in the list of supported items associated with a UISelectMany or UISelectOne component.
SelectItem() - Constructor for class javax.faces.model.SelectItem
Construct a SelectItem with no initialized property values.
SelectItem(Object) - Constructor for class javax.faces.model.SelectItem
Construct a SelectItem with the specified value.
SelectItem(Object, String) - Constructor for class javax.faces.model.SelectItem
Construct a SelectItem with the specified value and label.
SelectItem(Object, String, String) - Constructor for class javax.faces.model.SelectItem
Construct a SelectItem instance with the specified value, label and description.
SelectItem(Object, String, String, boolean) - Constructor for class javax.faces.model.SelectItem
Construct a SelectItem instance with the specified property values.
SelectItem(Object, String, String, boolean, boolean) - Constructor for class javax.faces.model.SelectItem
Construct a SelectItem instance with the specified property values.
SelectItem(Object, String, String, boolean, boolean, boolean) - Constructor for class javax.faces.model.SelectItem
Construct a SelectItem instance with the specified property values.
SelectItemGroup - Class in javax.faces.model
SelectItemGroup is a subclass of SelectItem that identifies a set of options that will be made available as a subordinate "submenu" or "options list", depending upon the requirements of the UISelectMany or UISelectOne renderer that is actually used.
SelectItemGroup() - Constructor for class javax.faces.model.SelectItemGroup
Construct a SelectItemGroup with no initialized property values.
SelectItemGroup(String) - Constructor for class javax.faces.model.SelectItemGroup
Construct a SelectItemGroup with the specified label and no associated selectItems.
SelectItemGroup(String, String, boolean, SelectItem[]) - Constructor for class javax.faces.model.SelectItemGroup
Construct a SelectItemGroup with the specified properties.
selectVariant(List<Variant>) - Method in interface javax.ws.rs.core.Request
Select the representation variant that best matches the request.
send(Object) - Method in interface javax.faces.push.PushContext
Send given message object to the push socket channel as identified by @Push.
send(Object, S) - Method in interface javax.faces.push.PushContext
Send given message object to the push socket channel as identified by @Push, targeted to the given user as identified by <f:websocket user>.
send(Object, Collection<S>) - Method in interface javax.faces.push.PushContext
Send given message object to the push socket channel as identified by @Push, targeted to the given users as identified by <f:websocket user>.
send(Destination, Message) - Method in interface javax.jms.JMSProducer
Sends a message to the specified destination, using any send options, message properties and message headers that have been defined on this JMSProducer.
send(Destination, String) - Method in interface javax.jms.JMSProducer
Send a TextMessage with the specified body to the specified destination, using any send options, message properties and message headers that have been defined on this JMSProducer.
send(Destination, Map<String, Object>) - Method in interface javax.jms.JMSProducer
Send a MapMessage with the specified body to the specified destination, using any send options, message properties and message headers that have been defined on this JMSProducer.
send(Destination, byte[]) - Method in interface javax.jms.JMSProducer
Send a BytesMessage with the specified body to the specified destination, using any send options, message properties and message headers that have been defined on this JMSProducer.
send(Destination, Serializable) - Method in interface javax.jms.JMSProducer
Send an ObjectMessage with the specified body to the specified destination, using any send options, message properties and message headers that have been defined on this JMSProducer.
send(Message) - Method in interface javax.jms.MessageProducer
Sends a message using the MessageProducer's default delivery mode, priority, and time to live.
send(Message, int, int, long) - Method in interface javax.jms.MessageProducer
Sends a message, specifying delivery mode, priority, and time to live.
send(Destination, Message) - Method in interface javax.jms.MessageProducer
Sends a message to a destination for an unidentified message producer using the MessageProducer's default delivery mode, priority, and time to live.
send(Destination, Message, int, int, long) - Method in interface javax.jms.MessageProducer
Sends a message to a destination for an unidentified message producer, specifying delivery mode, priority and time to live.
send(Message, CompletionListener) - Method in interface javax.jms.MessageProducer
Sends a message using the MessageProducer's default delivery mode, priority, and time to live, performing part of the work involved in sending the message in a separate thread and notifying the specified CompletionListener when the operation has completed.
send(Message, int, int, long, CompletionListener) - Method in interface javax.jms.MessageProducer
Sends a message, specifying delivery mode, priority and time to live, performing part of the work involved in sending the message in a separate thread and notifying the specified CompletionListener when the operation has completed.
send(Destination, Message, CompletionListener) - Method in interface javax.jms.MessageProducer
Sends a message to a destination for an unidentified message producer, using the MessageProducer's default delivery mode, priority, and time to live, performing part of the work involved in sending the message in a separate thread and notifying the specified CompletionListener when the operation has completed.
send(Destination, Message, int, int, long, CompletionListener) - Method in interface javax.jms.MessageProducer
Sends a message to a destination for an unidentified message producer, specifying delivery mode, priority and time to live, performing part of the work involved in sending the message in a separate thread and notifying the specified CompletionListener when the operation has completed.
send(Message) - Method in interface javax.jms.QueueSender
Sends a message to the queue.
send(Message, int, int, long) - Method in interface javax.jms.QueueSender
Sends a message to the queue, specifying delivery mode, priority, and time to live.
send(Queue, Message) - Method in interface javax.jms.QueueSender
Sends a message to a queue for an unidentified message producer.
send(Queue, Message, int, int, long) - Method in interface javax.jms.QueueSender
Sends a message to a queue for an unidentified message producer, specifying delivery mode, priority and time to live.
send(Message) - Static method in class javax.mail.Transport
Send a message.
send(Message, Address[]) - Static method in class javax.mail.Transport
Send the message to the specified addresses, ignoring any recipients specified in the message itself.
send(Message, String, String) - Static method in class javax.mail.Transport
Send a message.
send(Message, Address[], String, String) - Static method in class javax.mail.Transport
Send the message to the specified addresses, ignoring any recipients specified in the message itself.
send(OutboundSseEvent) - Method in interface javax.ws.rs.sse.SseEventSink
Send an outbound Server-sent event to this sink.
SEND_CONTINUE - Static variable in class javax.security.auth.message.AuthStatus
Indicates the message processing by the authentication module is NOT complete, that the module replaced the application message with a security message, and that the runtime is to proceed by sending the security message.
SEND_FAILURE - Static variable in class javax.security.auth.message.AuthStatus
Indicates that the message processing by the authentication module was NOT successful, that the module replaced the application message with an error message, and that the runtime is to proceed by sending the error message.
SEND_SUCCESS - Static variable in class javax.security.auth.message.AuthStatus
Indicates that the message processing by the authentication module was successful and that the runtime is to proceed by sending a message returned by the authentication module.
sendBinary(ByteBuffer) - Method in interface javax.websocket.RemoteEndpoint.Async
Initiates the asynchronous transmission of a binary message.
sendBinary(ByteBuffer, SendHandler) - Method in interface javax.websocket.RemoteEndpoint.Async
Initiates the asynchronous transmission of a binary message.
sendBinary(ByteBuffer) - Method in interface javax.websocket.RemoteEndpoint.Basic
Send a binary message, returning when all of the message has been transmitted.
sendBinary(ByteBuffer, boolean) - Method in interface javax.websocket.RemoteEndpoint.Basic
Send a binary message in parts, blocking until all of the message has been transmitted.
sendError(int, String) - Method in interface javax.servlet.http.HttpServletResponse
Sends an error response to the client using the specified status and clears the buffer.
sendError(int) - Method in interface javax.servlet.http.HttpServletResponse
Sends an error response to the client using the specified status code and clears the buffer.
sendError(int, String) - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to call sendError(int sc, String msg) on the wrapped response object.
sendError(int) - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to call sendError(int sc) on the wrapped response object.
SendFailedException - Exception in javax.mail
This exception is thrown when the message cannot be sent.
SendFailedException() - Constructor for exception javax.mail.SendFailedException
Constructs a SendFailedException with no detail message.
SendFailedException(String) - Constructor for exception javax.mail.SendFailedException
Constructs a SendFailedException with the specified detail message.
SendFailedException(String, Exception) - Constructor for exception javax.mail.SendFailedException
Constructs a SendFailedException with the specified Exception and detail message.
SendFailedException(String, Exception, Address[], Address[], Address[]) - Constructor for exception javax.mail.SendFailedException
Constructs a SendFailedException with the specified string and the specified address objects.
SendHandler - Interface in javax.websocket
A simple callback object for asynchronous sending of web socket messages.
sendMessage(Message, Address[]) - Method in class javax.mail.Transport
Send the Message to the specified list of addresses.
sendObject(Object) - Method in interface javax.websocket.RemoteEndpoint.Async
Initiates the asynchronous transmission of a custom developer object.
sendObject(Object, SendHandler) - Method in interface javax.websocket.RemoteEndpoint.Async
Initiates the asynchronous transmission of a custom developer object.
sendObject(Object) - Method in interface javax.websocket.RemoteEndpoint.Basic
Sends a custom developer object, blocking until it has been transmitted.
sendPing(ByteBuffer) - Method in interface javax.websocket.RemoteEndpoint
Send a Ping message containing the given application data to the remote endpoint.
sendPong(ByteBuffer) - Method in interface javax.websocket.RemoteEndpoint
Allows the developer to send an unsolicited Pong message containing the given application data in order to serve as a unidirectional heartbeat for the session.
sendRedirect(String) - Method in interface javax.servlet.http.HttpServletResponse
Sends a temporary redirect response to the client using the specified redirect location URL and clears the buffer.
sendRedirect(String) - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to return sendRedirect(String location) on the wrapped response object.
SendResult - Class in javax.websocket
The result of asynchronously sending a web socket message.
SendResult(Throwable) - Constructor for class javax.websocket.SendResult
Construct a SendResult carrying an exception.
SendResult() - Constructor for class javax.websocket.SendResult
Construct a SendResult signifying a successful send carrying no exception.
sendText(String, SendHandler) - Method in interface javax.websocket.RemoteEndpoint.Async
Initiates the asynchronous transmission of a text message.
sendText(String) - Method in interface javax.websocket.RemoteEndpoint.Async
Initiates the asynchronous transmission of a text message.
sendText(String) - Method in interface javax.websocket.RemoteEndpoint.Basic
Send a text message, blocking until all of the message has been transmitted.
sendText(String, boolean) - Method in interface javax.websocket.RemoteEndpoint.Basic
Send a text message in parts, blocking until all of the message has been transmitted.
SentDateTerm - Class in javax.mail.search
This class implements comparisons for the Message SentDate.
SentDateTerm(int, Date) - Constructor for class javax.mail.search.SentDateTerm
Constructor.
SEPARATOR_CHAR - Static variable in interface javax.faces.component.NamingContainer
SEPARATOR_CHAR_PARAM_NAME - Static variable in class javax.faces.component.UINamingContainer

The context-param that allows the separator char for clientId strings to be set on a per-web application basis.

SequenceGenerator - Annotation Type in javax.persistence
Defines a primary key generator that may be referenced by name when a generator element is specified for the GeneratedValue annotation.
SequenceGenerators - Annotation Type in javax.persistence
Used to group SequenceGenerator annotations.
SerializationContext - Interface in javax.json.bind.serializer
Provides JSONB internals for custom serializers.
SerializationContext - Interface in javax.xml.rpc.encoding
The javax.xml.rpc.encoding.SerializationContext interface is implemented by the Jakarta XML RPC runtime system in an XML processing mechanism specific manner.
serialize(T, JsonGenerator, SerializationContext) - Method in interface javax.json.bind.serializer.JsonbSerializer
Serializes object into JSON stream.
serialize(String, T, JsonGenerator) - Method in interface javax.json.bind.serializer.SerializationContext
Serializes arbitrary object to JSON, using current JsonGenerator instance.
serialize(T, JsonGenerator) - Method in interface javax.json.bind.serializer.SerializationContext
Serializes arbitrary object to JSON, using current JsonGenerator instance.
SERIALIZE_SERVER_STATE_PARAM_NAME - Static variable in class javax.faces.application.StateManager

If this param is set, and calling toLowerCase().equals("true") on a String representation of its value returns true, and the javax.faces.STATE_SAVING_METHOD is set to "server" (as indicated below), the server state must be guaranteed to be Serializable such that the aggregate state implements java.io.Serializable.

SerializedView(Object, Object) - Constructor for class javax.faces.application.StateManager.SerializedView
Deprecated.
 
Serializer - Interface in javax.xml.rpc.encoding
The javax.xml.rpc.encoding.Serializer interface defines the base interface for serializers.
SerializerFactory - Interface in javax.xml.rpc.encoding
The javax.xml.rpc.encoding.SerializerFactory is a factory of the serializers.
SERIALIZERS - Static variable in class javax.json.bind.JsonbConfig
Property used to specify custom serializers.
SERVER_SENT_EVENTS - Static variable in class javax.ws.rs.core.MediaType
String representation of Server sent events media type.
SERVER_SENT_EVENTS_TYPE - Static variable in class javax.ws.rs.core.MediaType
Server sent events media type.
ServerApplicationConfig - Interface in javax.websocket.server
Developers include implementations of ServerApplicationConfig in an archive containing websocket endpoints (WAR file, or JAR file within the WAR file) in order to specify the websocket endpoints within the archive the implementation must deploy.
ServerAuth - Interface in javax.security.auth.message
An implementation of this interface is used to validate received service request messages, and to secure service response messages.
ServerAuthConfig - Interface in javax.security.auth.message.config
This interface describes a configuration of ServerAuthConfiguration objects for a message layer and application context (for example, the messaging context of a specific application, or set of applications).
ServerAuthContext - Interface in javax.security.auth.message.config
This ServerAuthContext class encapsulates ServerAuthModules that are used to validate service requests received from clients, and to secure any response returned for those requests.
ServerAuthModule - Interface in javax.security.auth.message.module
A ServerAuthModule validates client requests and secures responses to the client.
ServerContainer - Interface in javax.websocket.server
The ServerContainer is the specialized view of the WebSocketContainer available in server-side deployments.
ServerEndpoint - Annotation Type in javax.websocket.server
This class level annotation declares that the class it decorates is a web socket endpoint that will be deployed and made available in the URI-space of a web socket server.
ServerEndpointConfig - Interface in javax.websocket.server
The ServerEndpointConfig is a special kind of endpoint configuration object that contains web socket configuration information specific only to server endpoints.
ServerEndpointConfig.Builder - Class in javax.websocket.server
The ServerEndpointConfig.Builder is a class used for creating ServerEndpointConfig.Builder objects for the purposes of deploying a server endpoint.
ServerEndpointConfig.Configurator - Class in javax.websocket.server
The ServerEndpointConfig.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.
serverError() - Static method in class javax.ws.rs.core.Response
Create a new ResponseBuilder with an server error status.
ServerErrorException - Exception in javax.ws.rs
A base runtime application exception indicating a server error (HTTP 5xx status codes).
ServerErrorException(Response.Status) - Constructor for exception javax.ws.rs.ServerErrorException
Construct a new server error exception.
ServerErrorException(String, Response.Status) - Constructor for exception javax.ws.rs.ServerErrorException
Construct a new server error exception.
ServerErrorException(int) - Constructor for exception javax.ws.rs.ServerErrorException
Construct a new server error exception.
ServerErrorException(String, int) - Constructor for exception javax.ws.rs.ServerErrorException
Construct a new server error exception.
ServerErrorException(Response) - Constructor for exception javax.ws.rs.ServerErrorException
Construct a new server error exception.
ServerErrorException(String, Response) - Constructor for exception javax.ws.rs.ServerErrorException
Construct a new server error exception.
ServerErrorException(Response.Status, Throwable) - Constructor for exception javax.ws.rs.ServerErrorException
Construct a new server error exception.
ServerErrorException(String, Response.Status, Throwable) - Constructor for exception javax.ws.rs.ServerErrorException
Construct a new server error exception.
ServerErrorException(int, Throwable) - Constructor for exception javax.ws.rs.ServerErrorException
Construct a new server error exception.
ServerErrorException(String, int, Throwable) - Constructor for exception javax.ws.rs.ServerErrorException
Construct a new server error exception.
ServerErrorException(Response, Throwable) - Constructor for exception javax.ws.rs.ServerErrorException
Construct a new server error exception.
ServerErrorException(String, Response, Throwable) - Constructor for exception javax.ws.rs.ServerErrorException
Construct a new server error exception.
ServerSession - Interface in javax.jms
A ServerSession object is an application server object that is used by a server to associate a thread with a Jakarta Messaging session (optional).
ServerSessionPool - Interface in javax.jms
A ServerSessionPool object is an object implemented by an application server to provide a pool of ServerSession objects for processing the messages of a ConnectionConsumer (optional).
service(ServletRequest, ServletResponse) - Method in class javax.faces.webapp.FacesServlet

Process an incoming request, and create the corresponding response according to the following specification.

Service - Class in javax.mail
An abstract class that contains the functionality common to messaging services, such as stores and transports.
Service(Session, URLName) - Constructor for class javax.mail.Service
Constructor.
service(ServletRequest, ServletResponse) - Method in class javax.servlet.GenericServlet
Called by the servlet container to allow the servlet to respond to a request.
service(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Receives standard HTTP requests from the public service method and dispatches them to the doXXX methods defined in this class.
service(ServletRequest, ServletResponse) - Method in class javax.servlet.http.HttpServlet
Dispatches client requests to the protected service method.
service(ServletRequest, ServletResponse) - Method in interface javax.servlet.Servlet
Called by the servlet container to allow the servlet to respond to a request.
Service - Interface in javax.xml.registry.infomodel
Service instances are RegistryObjects that provide information on services (for example, web services) offered by an Organization.
SERVICE - Static variable in interface javax.xml.registry.LifeCycleManager
Constant representing the javax.xml.registry.infomodel.Service interface.
Service - Interface in javax.xml.rpc
Service class acts as a factory of the following: Dynamic proxy for the target service endpoint.
SERVICE_BINDING - Static variable in interface javax.xml.registry.LifeCycleManager
Constant representing the javax.xml.registry.infomodel.ServiceBinding interface.
SERVICE_SUBSET - Static variable in interface javax.xml.registry.FindQualifier
Maps to UDDI serviceSubset.
ServiceBinding - Interface in javax.xml.registry.infomodel
ServiceBinding instances are RegistryObjects that represent technical information on a specific way to access a specific interface offered by a Service instance.
ServiceException - Exception in javax.xml.rpc
The javax.xml.rpc.ServiceException is thrown from the methods in the javax.xml.rpc.Service interface and ServiceFactory class.
ServiceException() - Constructor for exception javax.xml.rpc.ServiceException
Constructs a new exception with null as its detail message.
ServiceException(String) - Constructor for exception javax.xml.rpc.ServiceException
Constructs a new exception with the specified detail message.
ServiceException(String, Throwable) - Constructor for exception javax.xml.rpc.ServiceException
Constructs a new exception with the specified detail message and cause.
ServiceException(Throwable) - Constructor for exception javax.xml.rpc.ServiceException
Constructs a new 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).
ServiceFactory - Class in javax.xml.rpc
The javax.xml.rpc.ServiceFactory is an abstract class that provides a factory for the creation of instances of the type javax.xml.rpc.Service.
ServiceFactory() - Constructor for class javax.xml.rpc.ServiceFactory
 
SERVICEFACTORY_PROPERTY - Static variable in class javax.xml.rpc.ServiceFactory
A constant representing the property used to lookup the name of a ServiceFactory implementation class.
ServiceLifecycle - Interface in javax.xml.rpc.server
The javax.xml.rpc.server.ServiceLifecycle defines a lifecycle interface for a Jakarta XML RPC service endpoint.
ServiceUnavailableException - Exception in javax.ws.rs
A runtime exception indicating that the requested resource cannot be served.
ServiceUnavailableException() - Constructor for exception javax.ws.rs.ServiceUnavailableException
Construct a new "service unavailable" exception without any "Retry-After" information specified for the failed request.
ServiceUnavailableException(String) - Constructor for exception javax.ws.rs.ServiceUnavailableException
Construct a new "service unavailable" exception without any "Retry-After" information specified for the failed request.
ServiceUnavailableException(Long) - Constructor for exception javax.ws.rs.ServiceUnavailableException
Construct a new "service unavailable" exception with an interval specifying the "Retry-After" information for the failed request.
ServiceUnavailableException(String, Long) - Constructor for exception javax.ws.rs.ServiceUnavailableException
Construct a new "service unavailable" exception with an interval specifying the "Retry-After" information for the failed request.
ServiceUnavailableException(Date) - Constructor for exception javax.ws.rs.ServiceUnavailableException
Construct a new "service unavailable" exception with an interval specifying the "Retry-After" information for the failed request.
ServiceUnavailableException(String, Date) - Constructor for exception javax.ws.rs.ServiceUnavailableException
Construct a new "service unavailable" exception with an interval specifying the "Retry-After" information for the failed request.
ServiceUnavailableException(Response) - Constructor for exception javax.ws.rs.ServiceUnavailableException
Construct a new "service unavailable" exception.
ServiceUnavailableException(String, Response) - Constructor for exception javax.ws.rs.ServiceUnavailableException
Construct a new "service unavailable" exception.
ServiceUnavailableException(Date, Throwable) - Constructor for exception javax.ws.rs.ServiceUnavailableException
Construct a new "service unavailable" exception with a date specifying the "Retry-After" information for the failed request and an underlying request failure cause.
ServiceUnavailableException(String, Date, Throwable) - Constructor for exception javax.ws.rs.ServiceUnavailableException
Construct a new "service unavailable" exception with a date specifying the "Retry-After" information for the failed request and an underlying request failure cause.
ServiceUnavailableException(Long, Throwable) - Constructor for exception javax.ws.rs.ServiceUnavailableException
Construct a new "service unavailable" exception with an interval specifying the "Retry-After" information for the failed request and an underlying request failure cause.
ServiceUnavailableException(String, Long, Throwable) - Constructor for exception javax.ws.rs.ServiceUnavailableException
Construct a new "service unavailable" exception with an interval specifying the "Retry-After" information for the failed request and an underlying request failure cause.
ServiceUnavailableException(Response, Throwable) - Constructor for exception javax.ws.rs.ServiceUnavailableException
Construct a new "service unavailable" exception.
ServiceUnavailableException(String, Response, Throwable) - Constructor for exception javax.ws.rs.ServiceUnavailableException
Construct a new "service unavailable" exception.
Servlet - Interface in javax.servlet
Defines methods that all servlets must implement.
ServletConfig - Interface in javax.servlet
A servlet configuration object used by a servlet container to pass information to a servlet during initialization.
ServletContainerInitializer - Interface in javax.servlet
Interface which allows a library/runtime to be notified of a web application's startup phase and perform any required programmatic registration of servlets, filters, and listeners in response to it.
ServletContext - Interface in javax.servlet
Defines a set of methods that a servlet uses to communicate with its servlet container, for example, to get the MIME type of a file, dispatch requests, or write to a log file.
ServletContextAttributeEvent - Class in javax.servlet
Event class for notifications about changes to the attributes of the ServletContext of a web application.
ServletContextAttributeEvent(ServletContext, String, Object) - Constructor for class javax.servlet.ServletContextAttributeEvent
Constructs a ServletContextAttributeEvent from the given ServletContext, attribute name, and attribute value.
ServletContextAttributeListener - Interface in javax.servlet
Interface for receiving notification events about ServletContext attribute changes.
ServletContextEvent - Class in javax.servlet
This is the event class for notifications about changes to the servlet context of a web application.
ServletContextEvent(ServletContext) - Constructor for class javax.servlet.ServletContextEvent
Construct a ServletContextEvent from the given context.
ServletContextListener - Interface in javax.servlet
Interface for receiving notification events about ServletContext lifecycle changes.
ServletEndpointContext - Interface in javax.xml.rpc.server
The ServletEndpointContext provides an endpoint context maintained by the underlying servlet container based Jakarta XML RPC runtime system.
ServletException - Exception in javax.servlet
Defines a general exception a servlet can throw when it encounters difficulty.
ServletException() - Constructor for exception javax.servlet.ServletException
Constructs a new servlet exception.
ServletException(String) - Constructor for exception javax.servlet.ServletException
Constructs a new servlet exception with the specified message.
ServletException(String, Throwable) - Constructor for exception javax.servlet.ServletException
Constructs a new servlet exception when the servlet needs to throw an exception and include a message about the "root cause" exception that interfered with its normal operation, including a description message.
ServletException(Throwable) - Constructor for exception javax.servlet.ServletException
Constructs a new servlet exception when the servlet needs to throw an exception and include a message about the "root cause" exception that interfered with its normal operation.
ServletInputStream - Class in javax.servlet
Provides an input stream for reading binary data from a client request, including an efficient readLine method for reading data one line at a time.
ServletInputStream() - Constructor for class javax.servlet.ServletInputStream
Does nothing, because this is an abstract class.
ServletOutputStream - Class in javax.servlet
Provides an output stream for sending binary data to the client.
ServletOutputStream() - Constructor for class javax.servlet.ServletOutputStream
Does nothing, because this is an abstract class.
ServletRegistration - Interface in javax.servlet
Interface through which a Servlet may be further configured.
ServletRegistration.Dynamic - Interface in javax.servlet
Interface through which a Servlet registered via one of the addServlet methods on ServletContext may be further configured.
ServletRequest - Interface in javax.servlet
Defines an object to provide client request information to a servlet.
ServletRequestAttributeEvent - Class in javax.servlet
This is the event class for notifications of changes to the attributes of the servlet request in an application.
ServletRequestAttributeEvent(ServletContext, ServletRequest, String, Object) - Constructor for class javax.servlet.ServletRequestAttributeEvent
Construct a ServletRequestAttributeEvent giving the servlet context of this web application, the ServletRequest whose attributes are changing and the name and value of the attribute.
ServletRequestAttributeListener - Interface in javax.servlet
Interface for receiving notification events about ServletRequest attribute changes.
ServletRequestEvent - Class in javax.servlet
Events of this kind indicate lifecycle events for a ServletRequest.
ServletRequestEvent(ServletContext, ServletRequest) - Constructor for class javax.servlet.ServletRequestEvent
Construct a ServletRequestEvent for the given ServletContext and ServletRequest.
ServletRequestListener - Interface in javax.servlet
Interface for receiving notification events about requests coming into and going out of scope of a web application.
ServletRequestWrapper - Class in javax.servlet
Provides a convenient implementation of the ServletRequest interface that can be subclassed by developers wishing to adapt the request to a Servlet.
ServletRequestWrapper(ServletRequest) - Constructor for class javax.servlet.ServletRequestWrapper
Creates a ServletRequest adaptor wrapping the given request object.
ServletResponse - Interface in javax.servlet
Defines an object to assist a servlet in sending a response to the client.
ServletResponseWrapper - Class in javax.servlet
Provides a convenient implementation of the ServletResponse interface that can be subclassed by developers wishing to adapt the response from a Servlet.
ServletResponseWrapper(ServletResponse) - Constructor for class javax.servlet.ServletResponseWrapper
Creates a ServletResponse adaptor wrapping the given response object.
ServletSecurity - Annotation Type in javax.servlet.annotation
This annotation is used on a Servlet implementation class to specify security constraints to be enforced by a Servlet container on HTTP protocol messages.
ServletSecurity.EmptyRoleSemantic - Enum in javax.servlet.annotation
Defines the access semantic to be applied to an empty rolesAllowed array.
ServletSecurity.TransportGuarantee - Enum in javax.servlet.annotation
Defines the data protection requirements that must be satisfied by the transport
ServletSecurityElement - Class in javax.servlet
Java Class representation of a ServletSecurity annotation value.
ServletSecurityElement() - Constructor for class javax.servlet.ServletSecurityElement
Constructs an instance using the default HttpConstraintElement value as the default Constraint element and with no HTTP Method specific constraint elements.
ServletSecurityElement(HttpConstraintElement) - Constructor for class javax.servlet.ServletSecurityElement
Constructs an instance with a default Constraint element and with no HTTP Method specific constraint elements.
ServletSecurityElement(Collection<HttpMethodConstraintElement>) - Constructor for class javax.servlet.ServletSecurityElement
Constructs an instance using the default HttpConstraintElement value as the default Constraint element and with a collection of HTTP Method specific constraint elements.
ServletSecurityElement(HttpConstraintElement, Collection<HttpMethodConstraintElement>) - Constructor for class javax.servlet.ServletSecurityElement
Constructs an instance with a default Constraint element and with a collection of HTTP Method specific constraint elements.
ServletSecurityElement(ServletSecurity) - Constructor for class javax.servlet.ServletSecurityElement
Constructs an instance from a ServletSecurity annotation value.
ServletStats - Interface in javax.management.j2ee.statistics
Specifies the statistics provided by a Servlet.
SESSION - Static variable in class javax.enterprise.context.BeforeDestroyed.Literal
 
SESSION - Static variable in class javax.enterprise.context.Destroyed.Literal
 
SESSION - Static variable in class javax.enterprise.context.Initialized.Literal
 
Session - Interface in javax.jms
A Session object is a single-threaded context for producing and consuming messages.
session - Variable in class javax.mail.Message
The Session object for this Message
session - Variable in class javax.mail.Service
The session from which this service was created.
Session - Class in javax.mail
The Session class represents a mail session and is not subclassed.
SESSION - Static variable in class javax.servlet.jsp.PageContext
Name used to store HttpSession in PageContext name table.
Session - Interface in javax.websocket
A Web Socket session represents a conversation between two web socket endpoints.
SESSION_MAINTAIN_PROPERTY - Static variable in interface javax.xml.rpc.Call
Standard property: This boolean property is used by a service client to indicate whether or not it wants to participate in a session with a service endpoint.
SESSION_MAINTAIN_PROPERTY - Static variable in interface javax.xml.rpc.Stub
Standard property: This boolean property is used by a service client to indicate whether or not it wants to participate in a session with a service endpoint.
SESSION_SCOPE - Static variable in class javax.servlet.jsp.PageContext
Session scope (only valid if this page participates in a session): the named reference remains available from the HttpSession (if any) associated with the Servlet until the HttpSession is invalidated.
SESSION_TRANSACTED - Static variable in interface javax.jms.JMSContext
This session mode instructs the JMSContext's session to deliver and consume messages in a local transaction which will be subsequently committed by calling commit or rolled back by calling rollback.
SESSION_TRANSACTED - Static variable in interface javax.jms.Session
This value may be passed as the argument to the method createSession(int sessionMode) on the Connection object to specify that the session should use a local transaction.
SessionBean - Interface in javax.ejb
The SessionBean interface defines methods that the enterprise bean container uses to notify a session bean instance of the instance's life cycle events.
SessionBeanStats - Interface in javax.management.j2ee.statistics
Specifies the statistics provided by session beans of both stateful and stateless types.
SessionBeanType - Enum in javax.enterprise.inject.spi
Identifies the kind of Jakarta Enterprise Bean session bean.
SessionContext - Interface in javax.ejb
The SessionContext interface provides access to the runtime session context that the container provides for a session bean instance.
SessionCookieConfig - Interface in javax.servlet
Class that may be used to configure various properties of cookies used for session tracking purposes.
sessionCreated(HttpSessionEvent) - Method in interface javax.servlet.http.HttpSessionListener
Receives notification that a session has been created.
sessionDestroyed(HttpSessionEvent) - Method in interface javax.servlet.http.HttpSessionListener
Receives notification that a session is about to be invalidated.
sessionDidActivate(HttpSessionEvent) - Method in interface javax.servlet.http.HttpSessionActivationListener
Notification that the session has just been activated.
SessionException - Exception in javax.websocket
A SessionException represents a general exception type reporting problems occurring on a websocket session.
SessionException(String, Throwable, Session) - Constructor for exception javax.websocket.SessionException
Creates a new instance of this exception with the given message, the wrapped cause of the exception and the session with which the problem is associated.
sessionId(String) - Method in interface javax.servlet.http.PushBuilder
Set the SessionID to be used for the push.
sessionIdChanged(HttpSessionEvent, String) - Method in interface javax.servlet.http.HttpSessionIdListener
Receives notification that session id has been changed in a session.
SessionMap - Annotation Type in javax.faces.annotation

The presence of this annotation (along with @Inject) on a field of type Map<String, Object> causes the map returned from ExternalContext.getSessionMap() to be injected as the value of that field.

SessionMap - Annotation Type in javax.faces.context
 
SessionScoped - Annotation Type in javax.enterprise.context
Specifies that a bean is session scoped.
SessionScoped - Annotation Type in javax.faces.bean
Deprecated.
This has been replaced by javax.enterprise.context.SessionScoped, which is a CDI build-in scope with similar semantics.
SessionScoped.Literal - Class in javax.enterprise.context
Supports inline instantiation of the SessionScoped annotation.
SessionSynchronization - Interface in javax.ejb
The SessionSynchronization interface allows a stateful session bean instance to be notified by its container of transaction boundaries.
SessionTrackingMode - Enum in javax.servlet
Enumeration of session tracking modes.
sessionWillPassivate(HttpSessionEvent) - Method in interface javax.servlet.http.HttpSessionActivationListener
Notification that the session is about to be passivated.
set(String, Object) - Method in interface javax.enterprise.event.NotificationOptions.Builder
 
set(int, JsonValue) - Method in interface javax.json.JsonArrayBuilder
Replaces a value in the array with the specified value at the specified position.
set(int, String) - Method in interface javax.json.JsonArrayBuilder
Replaces a value in the array with the specified value as a JsonString at the specified position.
set(int, BigDecimal) - Method in interface javax.json.JsonArrayBuilder
Replaces a value in the array with the specified value as a JsonNumber at the specified position.
set(int, BigInteger) - Method in interface javax.json.JsonArrayBuilder
Replaces a value in the array with the specified value as a JsonNumber at the specified position.
set(int, int) - Method in interface javax.json.JsonArrayBuilder
Replaces a value in the array with the specified value as a JsonNumber at the specified position.
set(int, long) - Method in interface javax.json.JsonArrayBuilder
Replaces a value in the array with the specified value as a JsonNumber at the specified position.
set(int, double) - Method in interface javax.json.JsonArrayBuilder
Replaces a value in the array with the specified value as a JsonNumber at the specified position.
set(int, boolean) - Method in interface javax.json.JsonArrayBuilder
Replaces a value in the array with a JsonValue.TRUE or JsonValue.FALSE value at the specified position.
set(int, JsonObjectBuilder) - Method in interface javax.json.JsonArrayBuilder
Replaces a value in the array with the specified value as a JsonObject from an object builder at the specified position.
set(int, JsonArrayBuilder) - Method in interface javax.json.JsonArrayBuilder
Replaces a value in the array with the specified value as a JsonArray from an array builder at the specified position.
set(String, String) - Method in class javax.mail.internet.ParameterList
Set a parameter.
set(String, String, String) - Method in class javax.mail.internet.ParameterList
Set a parameter.
set(SingularAttribute<? super T, Y>, X) - Method in interface javax.persistence.criteria.CriteriaUpdate
Update the value of the specified attribute.
set(SingularAttribute<? super T, Y>, Expression<? extends Y>) - Method in interface javax.persistence.criteria.CriteriaUpdate
Update the value of the specified attribute.
set(Path<Y>, X) - Method in interface javax.persistence.criteria.CriteriaUpdate
Update the value of the specified attribute.
set(Path<Y>, Expression<? extends Y>) - Method in interface javax.persistence.criteria.CriteriaUpdate
Update the value of the specified attribute.
set(String, Object) - Method in interface javax.persistence.criteria.CriteriaUpdate
Update the value of the specified attribute.
set(PageContext, String, Object, int) - Static method in class javax.servlet.jsp.jstl.core.Config
Sets the value of a configuration variable in the given scope.
set(ServletRequest, String, Object) - Static method in class javax.servlet.jsp.jstl.core.Config
Sets the value of a configuration variable in the "request" scope.
set(HttpSession, String, Object) - Static method in class javax.servlet.jsp.jstl.core.Config
Sets the value of a configuration variable in the "session" scope.
set(ServletContext, String, Object) - Static method in class javax.servlet.jsp.jstl.core.Config
Sets the value of a configuration variable in the "application" scope.
set2DigitYearStart(Date) - Method in class javax.mail.internet.MailDateFormat
This method always throws an UnsupportedOperationException and should not be used because RFC 2822 mandates another strategy for interpreting 2-digits years.
SET_COOKIE - Static variable in interface javax.ws.rs.core.HttpHeaders
SET_FACTORY_PERMISSION_NAME - Static variable in class javax.security.auth.message.config.AuthConfigFactory
The name of the SecurityPermission required to call setFactory
setAccept(String) - Method in class javax.faces.component.html.HtmlForm
Set the value of the accept property.
setAcceptcharset(String) - Method in class javax.faces.component.html.HtmlForm
Set the value of the acceptcharset property.
setAccesskey(String) - Method in class javax.faces.component.html.HtmlCommandButton
Set the value of the accesskey property.
setAccesskey(String) - Method in class javax.faces.component.html.HtmlCommandLink
Set the value of the accesskey property.
setAccesskey(String) - Method in class javax.faces.component.html.HtmlInputFile
Set the value of the accesskey property.
setAccesskey(String) - Method in class javax.faces.component.html.HtmlInputSecret
Set the value of the accesskey property.
setAccesskey(String) - Method in class javax.faces.component.html.HtmlInputText
Set the value of the accesskey property.
setAccesskey(String) - Method in class javax.faces.component.html.HtmlInputTextarea
Set the value of the accesskey property.
setAccesskey(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
Set the value of the accesskey property.
setAccesskey(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
Set the value of the accesskey property.
setAccesskey(String) - Method in class javax.faces.component.html.HtmlOutputLabel
Set the value of the accesskey property.
setAccesskey(String) - Method in class javax.faces.component.html.HtmlOutputLink
Set the value of the accesskey property.
setAccesskey(String) - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
Set the value of the accesskey property.
setAccesskey(String) - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
Set the value of the accesskey property.
setAccesskey(String) - Method in class javax.faces.component.html.HtmlSelectManyListbox
Set the value of the accesskey property.
setAccesskey(String) - Method in class javax.faces.component.html.HtmlSelectManyMenu
Set the value of the accesskey property.
setAccesskey(String) - Method in class javax.faces.component.html.HtmlSelectOneListbox
Set the value of the accesskey property.
setAccesskey(String) - Method in class javax.faces.component.html.HtmlSelectOneMenu
Set the value of the accesskey property.
setAccesskey(String) - Method in class javax.faces.component.html.HtmlSelectOneRadio
Set the value of the accesskey property.
setAccessURI(String) - Method in interface javax.xml.registry.infomodel.ServiceBinding
Sets the URI that gives access to the service via this binding.
setAction(MethodBinding) - Method in interface javax.faces.component.ActionSource
Deprecated.
setAction(MethodBinding) - Method in class javax.faces.component.UICommand
Deprecated.
setAction(MethodBinding) - Method in class javax.faces.component.UIViewAction
Deprecated.
setActionExpression(MethodExpression) - Method in interface javax.faces.component.ActionSource2
Set the MethodExpression pointing at the appication action to be invoked, if this UIComponent is activated by the user, during the Apply Request Values or Invoke Application phase of the request processing lifecycle, depending on the value of the immediate property.
setActionExpression(MethodExpression) - Method in class javax.faces.component.UICommand
 
setActionExpression(MethodExpression) - Method in class javax.faces.component.UIViewAction
Set the MethodExpression pointing at the appication action to be invoked, if this UIComponent is activated by the user, during the Apply Request Values or Invoke Application phase of the request processing lifecycle, depending on the value of the immediate property.
setActionListener(ActionListener) - Method in class javax.faces.application.Application
Set the default ActionListener to be registered for all ActionSource components.
setActionListener(ActionListener) - Method in class javax.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.setActionListener(javax.faces.event.ActionListener) on the wrapped Application object.

setActionListener(MethodBinding) - Method in interface javax.faces.component.ActionSource
setActionListener(MethodBinding) - Method in class javax.faces.component.UICommand
setActionListener(MethodBinding) - Method in class javax.faces.component.UIViewAction
Deprecated.
setAddress(String) - Method in class javax.mail.internet.InternetAddress
Set the email address.
setAddress(String) - Method in interface javax.xml.registry.infomodel.EmailAddress
Sets the email address for this object.
setAfterPhaseListener(MethodExpression) - Method in class javax.faces.component.UIViewRoot
Allow an arbitrary method to be called for the "afterPhase" event as the UIViewRoot runs through its lifecycle.
setAlt(String) - Method in class javax.faces.component.html.HtmlCommandButton
Set the value of the alt property.
setAlt(String) - Method in class javax.faces.component.html.HtmlGraphicImage
Set the value of the alt property.
setAlt(String) - Method in class javax.faces.component.html.HtmlInputFile
Set the value of the alt property.
setAlt(String) - Method in class javax.faces.component.html.HtmlInputSecret
Set the value of the alt property.
setAlt(String) - Method in class javax.faces.component.html.HtmlInputText
Set the value of the alt property.
setAlt(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
Set the value of the alt property.
setAnnotatedType(AnnotatedType<X>) - Method in interface javax.enterprise.inject.spi.ProcessAnnotatedType
Replaces the AnnotatedType.
setAnnotations(Annotation[]) - Method in interface javax.ws.rs.ext.InterceptorContext
Update annotations on the formal declaration of the artifact that initiated the intercepted entity provider invocation.
setApplication(Application) - Method in class javax.faces.application.ApplicationFactory
Replace the Application instance that will be returned for this web application.
setAreaCode(String) - Method in interface javax.xml.registry.infomodel.TelephoneNumber
Sets the area code.
setAssociations(Collection) - Method in interface javax.xml.registry.infomodel.RegistryObject
Replaces all previous Associations from this object with specified Associations.
setAssociationType(Concept) - Method in interface javax.xml.registry.infomodel.Association
Sets the association type for this Association.
setAsync(CompletionListener) - Method in interface javax.jms.JMSProducer
Specifies whether subsequent calls to send on this JMSProducer object should be synchronous or asynchronous.
setAsyncSendTimeout(long) - Method in interface javax.websocket.WebSocketContainer
Sets the number of milliseconds the implementation will timeout attempting to send a websocket message for all RemoteEndpoints associated with this container.
setAsyncSupported(boolean) - Method in interface javax.servlet.Registration.Dynamic
Configures the Servlet or Filter represented by this dynamic Registration as supporting asynchronous operations or not.
setAttribute(String, Object) - Method in class javax.faces.view.facelets.FaceletContext

Support method which is backed by the current VariableMapper.

setAttribute(ObjectName, Attribute) - Method in interface javax.management.j2ee.Management
Sets the value of a specific attribute of a named managed object.
SetAttribute<X,E> - Interface in javax.persistence.metamodel
Instances of the type SetAttribute represent persistent java.util.Set-valued attributes.
setAttribute(String, Object) - Method in interface javax.servlet.http.HttpSession
Binds an object to this session, using the name specified.
setAttribute(String, Object) - Method in class javax.servlet.jsp.JspContext
Register the name and value specified with page scope semantics.
setAttribute(String, Object, int) - Method in class javax.servlet.jsp.JspContext
Register the name and value specified with appropriate scope semantics.
setAttribute(String, Object) - Method in class javax.servlet.jsp.tagext.TagData
Set the value of an attribute.
setAttribute(String, Object) - Method in interface javax.servlet.ServletContext
Binds an object to a given attribute name in this ServletContext.
setAttribute(String, Object) - Method in interface javax.servlet.ServletRequest
Stores an attribute in this request.
setAttribute(String, Object) - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return setAttribute(String name, Object o) on the wrapped request object.
setAttributes(FaceletContext, Object) - Method in class javax.faces.view.facelets.DelegatingMetaTagHandler
 
setAttributes(FaceletContext, Object) - Method in class javax.faces.view.facelets.MetaTagHandler
Invoking/extending this method will cause the results of the created MetaRuleset to auto-wire state to the passed instance.
setAttributes(ObjectName, AttributeList) - Method in interface javax.management.j2ee.Management
Sets the values of several attributes of a named managed object.
setAutocomplete(String) - Method in class javax.faces.component.html.HtmlInputFile
Set the value of the autocomplete property.
setAutocomplete(String) - Method in class javax.faces.component.html.HtmlInputSecret
Set the value of the autocomplete property.
setAutocomplete(String) - Method in class javax.faces.component.html.HtmlInputText
Set the value of the autocomplete property.
setAutorun(boolean) - Method in class javax.faces.component.html.HtmlCommandScript
Set the value of the autorun property.
setAutoStart(boolean) - Method in interface javax.jms.JMSContext
Specifies whether the underlying connection used by this JMSContext will be started automatically when a consumer is created.
setBatchingAllowed(boolean) - Method in interface javax.websocket.RemoteEndpoint
Indicate to the implementation that it is allowed to batch outgoing messages before sending.
setBeanAttributes(BeanAttributes<T>) - Method in interface javax.enterprise.inject.spi.ProcessBeanAttributes
Replaces the BeanAttributes.
setBeanValue(String, Object) - Method in class javax.el.BeanNameResolver
Sets a value to a bean of the given name.
setBeforePhaseListener(MethodExpression) - Method in class javax.faces.component.UIViewRoot
Allow an arbitrary method to be called for the "beforePhase" event as the UIViewRoot runs through its lifecycle.
setBgcolor(String) - Method in class javax.faces.component.html.HtmlDataTable
Set the value of the bgcolor property.
setBgcolor(String) - Method in class javax.faces.component.html.HtmlPanelGrid
Set the value of the bgcolor property.
setBinding(String) - Method in class javax.faces.webapp.ConverterTag
Deprecated.
Set the expression that will be used to create a ValueExpression that references a backing bean property of the Converter instance to be created.
setBinding(ValueExpression) - Method in class javax.faces.webapp.UIComponentELTag
Set the value expression for our component.
setBinding(String) - Method in class javax.faces.webapp.UIComponentTag
Deprecated.
Set the value binding expression for our component.
setBinding(String) - Method in class javax.faces.webapp.ValidatorTag
Deprecated.
Set the expression that will be used to create a ValueExpression that references a backing bean property of the Validator instance to be created.
setBodyContent(BodyContent) - Method in class javax.faces.webapp.UIComponentClassicTagBase
Set the bodyContent for this tag handler.
setBodyContent(BodyContent) - Method in interface javax.servlet.jsp.tagext.BodyTag
Set the bodyContent property.
setBodyContent(BodyContent) - Method in class javax.servlet.jsp.tagext.BodyTagSupport
Prepare for evaluation of the body: stash the bodyContent away.
setBodyrows(String) - Method in class javax.faces.component.html.HtmlDataTable
Set the value of the bodyrows property.
setBodyrows(String) - Method in class javax.faces.component.html.HtmlPanelGrid
Set the value of the bodyrows property.
setBoolean(String, boolean) - Method in interface javax.jms.MapMessage
Sets a boolean value with the specified name into the Map.
setBooleanProperty(String, boolean) - Method in interface javax.jms.Message
Sets a boolean property value with the specified name into the message.
setBorder(int) - Method in class javax.faces.component.html.HtmlDataTable
Set the value of the border property.
setBorder(int) - Method in class javax.faces.component.html.HtmlPanelGrid
Set the value of the border property.
setBorder(int) - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
Set the value of the border property.
setBorder(int) - Method in class javax.faces.component.html.HtmlSelectOneRadio
Set the value of the border property.
setBufferSize(int) - Method in interface javax.servlet.ServletResponse
Sets the preferred buffer size for the body of the response.
setBufferSize(int) - Method in class javax.servlet.ServletResponseWrapper
The default behavior of this method is to call setBufferSize(int size) on the wrapped response object.
setByte(String, byte) - Method in interface javax.jms.MapMessage
Sets a byte value with the specified name into the Map.
setByteProperty(String, byte) - Method in interface javax.jms.Message
Sets a byte property value with the specified name into the message.
setBytes(String, byte[]) - Method in interface javax.jms.MapMessage
Sets a byte array value with the specified name into the Map.
setBytes(String, byte[], int, int) - Method in interface javax.jms.MapMessage
Sets a portion of the byte array value with the specified name into the Map.
setCacheFactories(FaceletCache.MemberFactory<V>, FaceletCache.MemberFactory<V>) - Method in class javax.faces.view.facelets.FaceletCache

This must be called by the runtime at startup time, before any requests are serviced, and allows for the FaceletCache implementation to provide the FaceletCache.MemberFactory instances that will be used to create instances of Facelets and View Metadata Facelets.

setCalendar(Calendar) - Method in class javax.mail.internet.MailDateFormat
This method always throws an UnsupportedOperationException and should not be used because RFC 2822 mandates a specific calendar.
setCaptionClass(String) - Method in class javax.faces.component.html.HtmlDataTable
Set the value of the captionClass property.
setCaptionClass(String) - Method in class javax.faces.component.html.HtmlPanelGrid
Set the value of the captionClass property.
setCaptionStyle(String) - Method in class javax.faces.component.html.HtmlDataTable
Set the value of the captionStyle property.
setCaptionStyle(String) - Method in class javax.faces.component.html.HtmlPanelGrid
Set the value of the captionStyle property.
setCDIProvider(CDIProvider) - Static method in class javax.enterprise.inject.spi.CDI
Set the CDIProvider to use.
setCellpadding(String) - Method in class javax.faces.component.html.HtmlDataTable
Set the value of the cellpadding property.
setCellpadding(String) - Method in class javax.faces.component.html.HtmlPanelGrid
Set the value of the cellpadding property.
setCellspacing(String) - Method in class javax.faces.component.html.HtmlDataTable
Set the value of the cellspacing property.
setCellspacing(String) - Method in class javax.faces.component.html.HtmlPanelGrid
Set the value of the cellspacing property.
setCertStore(CertStore) - Method in class javax.security.auth.message.callback.CertStoreCallback
Used by the CallbackHandler to set the CertStore within the Callback.
setChangeEvent(PropertyChangeEvent) - Method in class javax.enterprise.deploy.model.XpathEvent
 
setChannel(String) - Method in class javax.faces.component.UIWebsocket
Sets the name of the websocket channel.
setChar(String, char) - Method in interface javax.jms.MapMessage
Sets a Unicode character value with the specified name into the Map.
setCharacterEncoding(String) - Method in interface javax.servlet.ServletRequest
Overrides the name of the character encoding used in the body of this request.
setCharacterEncoding(String) - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to set the character encoding on the wrapped request object.
setCharacterEncoding(String) - Method in interface javax.servlet.ServletResponse
Sets the character encoding (MIME charset) of the response being sent to the client, for example, to UTF-8.
setCharacterEncoding(String) - Method in class javax.servlet.ServletResponseWrapper
The default behavior of this method is to call setCharacterEncoding(String charset) on the wrapped response object.
setCharset(String) - Method in class javax.faces.component.html.HtmlCommandLink
Set the value of the charset property.
setCharset(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
Set the value of the charset property.
setCharset(String) - Method in class javax.faces.component.html.HtmlOutputLink
Set the value of the charset property.
setCharsetName(String) - Method in interface javax.xml.registry.infomodel.LocalizedString
Set the canonical name for the charset for this object.
setCity(String) - Method in interface javax.xml.registry.infomodel.PostalAddress
Sets the city.
setClassifications(Collection) - Method in interface javax.xml.registry.infomodel.RegistryObject
Replaces all previous Classifications with specified Classifications.
setClassificationScheme(ClassificationScheme) - Method in interface javax.xml.registry.infomodel.Classification
Sets the ClassificationScheme for this external classification.
setClassifiedObject(RegistryObject) - Method in interface javax.xml.registry.infomodel.Classification
Sets the object that is being classified.
setClassLoader(ClassLoader) - Method in class javax.enterprise.inject.se.SeContainerInitializer
setCleared() - Method in class javax.security.enterprise.credential.AbstractClearableCredential
Specifies that the credential value has been securely cleared.
setClientID(String) - Method in interface javax.jms.Connection
Sets the client identifier for this connection.
setClientID(String) - Method in interface javax.jms.JMSContext
Sets the client identifier for the JMSContext's connection.
setClientWindow(ClientWindow) - Method in class javax.faces.context.ExternalContext

Associate this instance with a ClientWindow.

setClientWindow(ClientWindow) - Method in class javax.faces.context.ExternalContextWrapper

The default behavior of this method is to call ExternalContext.setClientWindow(javax.faces.lifecycle.ClientWindow) on the wrapped ExternalContext object.

setCols(int) - Method in class javax.faces.component.html.HtmlInputTextarea
Set the value of the cols property.
setColumnClasses(String) - Method in class javax.faces.component.html.HtmlDataTable
Set the value of the columnClasses property.
setColumnClasses(String) - Method in class javax.faces.component.html.HtmlPanelGrid
Set the value of the columnClasses property.
setColumns(int) - Method in class javax.faces.component.html.HtmlPanelGrid
Set the value of the columns property.
setComment(String) - Method in class javax.servlet.http.Cookie
Specifies a comment that describes a cookie's purpose.
setComment(String) - Method in interface javax.servlet.SessionCookieConfig
Sets the comment that will be assigned to any session tracking cookies created on behalf of the application represented by the ServletContext from which this SessionCookieConfig was acquired.
setComponent(UIComponent) - Method in class javax.faces.event.PostRestoreStateEvent
 
setConcept(Concept) - Method in interface javax.xml.registry.infomodel.Classification
Sets the concept for this internal classification.
setConnected(boolean) - Method in class javax.faces.component.UIWebsocket
Sets whether to (auto)connect the websocket or not.
setConnected(boolean) - Method in class javax.mail.Service
Set the connection state of this service.
setConnectionHandle(Object) - Method in class javax.resource.spi.ConnectionEvent
Set the connection handle.
setContent(Object, String) - Method in class javax.mail.internet.MimeBodyPart
A convenience method for setting this body part's content.
setContent(Multipart) - Method in class javax.mail.internet.MimeBodyPart
This method sets the body part's content to a Multipart object.
setContent(Object, String) - Method in class javax.mail.internet.MimeMessage
A convenience method for setting this Message's content.
setContent(Multipart) - Method in class javax.mail.internet.MimeMessage
This method sets the Message's content to a Multipart object.
setContent(Object, String) - Method in interface javax.mail.Part
A convenience method for setting this part's content.
setContent(Multipart) - Method in interface javax.mail.Part
This method sets the given Multipart object as this message's content.
setContentID(String) - Method in class javax.mail.internet.MimeBodyPart
Set the "Content-ID" header field of this body part.
setContentID(String) - Method in class javax.mail.internet.MimeMessage
Set the "Content-ID" header field of this Message.
setContentLanguage(String[]) - Method in class javax.mail.internet.MimeBodyPart
Set the Content-Language header of this MimePart.
setContentLanguage(String[]) - Method in class javax.mail.internet.MimeMessage
Set the "Content-Language" header of this MimePart.
setContentLanguage(String[]) - Method in interface javax.mail.internet.MimePart
Set the Content-Language header of this MimePart.
setContentLength(int) - Method in interface javax.servlet.ServletResponse
Sets the length of the content body in the response In HTTP servlets, this method sets the HTTP Content-Length header.
setContentLength(int) - Method in class javax.servlet.ServletResponseWrapper
The default behavior of this method is to call setContentLength(int len) on the wrapped response object.
setContentLengthLong(long) - Method in interface javax.servlet.ServletResponse
Sets the length of the content body in the response In HTTP servlets, this method sets the HTTP Content-Length header.
setContentLengthLong(long) - Method in class javax.servlet.ServletResponseWrapper
The default behavior of this method is to call setContentLengthLong(long len) on the wrapped response object.
setContentMD5(String) - Method in class javax.mail.internet.MimeBodyPart
Set the "Content-MD5" header field of this body part.
setContentMD5(String) - Method in class javax.mail.internet.MimeMessage
Set the "Content-MD5" header field of this Message.
setContentMD5(String) - Method in interface javax.mail.internet.MimePart
Set the Content-MD5 of this part.
setContentType(String) - Method in class javax.faces.application.Resource

Set the MIME content-type for this resource.

setContentType(String) - Method in class javax.faces.application.ResourceWrapper

The default behavior of this method is to call Resource.setContentType(String) on the wrapped ResourceHandler object.

setContentType(String) - Method in interface javax.servlet.ServletResponse
Sets the content type of the response being sent to the client, if the response has not been committed yet.
setContentType(String) - Method in class javax.servlet.ServletResponseWrapper
The default behavior of this method is to call setContentType(String type) on the wrapped response object.
setContextID(String) - Static method in class javax.security.jacc.PolicyContext
Authorization protected method used to modify the value of the policy context identifier associated with the thread on which this method is called.
setConverter(Converter) - Method in class javax.faces.component.UIOutput
 
setConverter(Converter) - Method in interface javax.faces.component.ValueHolder
Set the Converter (if any) that is registered for this UIComponent.
setConverterId(String) - Method in class javax.faces.webapp.ConverterTag
Deprecated.
Set the identifer of the Converter instance to be created.
setConverterMessage(String) - Method in class javax.faces.component.UIInput
Override any ValueExpression set for the "converterMessage" with the literal argument provided to this method.
setCoords(String) - Method in class javax.faces.component.html.HtmlCommandLink
Set the value of the coords property.
setCoords(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
Set the value of the coords property.
setCoords(String) - Method in class javax.faces.component.html.HtmlOutputLink
Set the value of the coords property.
setCountry(String) - Method in interface javax.xml.registry.infomodel.PostalAddress
Sets the country.
setCountryCode(String) - Method in interface javax.xml.registry.infomodel.TelephoneNumber
Sets country code.
setCredential(Credential) - Method in class javax.security.enterprise.authentication.mechanism.http.AuthenticationParameters
Sets the credential as parameter in this instance.
setCredentials(Set) - Method in interface javax.xml.registry.Connection
Sets the Credentials associated with this client.
setCurrencyCode(String) - Method in class javax.faces.convert.NumberConverter
Set the ISO 4217 currency code used by getAsString() with a type of currency.
setCurrencySymbol(String) - Method in class javax.faces.convert.NumberConverter
Set the currency symbol used by getAsString() with a type of currency.
setCurrentInstance(FacesContext) - Static method in class javax.faces.context.FacesContext
Set the FacesContext instance for the request that is being processed by the current thread.
setCurrentPhaseId(PhaseId) - Method in class javax.faces.context.FacesContext

The implementation must call this method at the earliest possble point in time after entering into a new phase in the request processing lifecycle.

setCurrentPhaseId(PhaseId) - Method in class javax.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext.setCurrentPhaseId(PhaseId) on the wrapped FacesContext object.
setDataHandler(DataHandler) - Method in class javax.mail.internet.MimeBodyPart
This method provides the mechanism to set this body part's content.
setDataHandler(DataHandler) - Method in class javax.mail.internet.MimeMessage
This method provides the mechanism to set this part's content.
setDataHandler(DataHandler) - Method in interface javax.mail.Part
This method provides the mechanism to set this part's content.
setDataModel(DataModel) - Method in class javax.faces.component.UIData
Set the internal DataModel.
setDateFormatSymbols(DateFormatSymbols) - Method in class javax.mail.internet.MailDateFormat
This method always throws an UnsupportedOperationException and should not be used because RFC 2822 mandates specific date format symbols.
setDateHeader(String, long) - Method in interface javax.servlet.http.HttpServletResponse
Sets a response header with the given name and date-value.
setDateHeader(String, long) - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to call setDateHeader(String name, long date) on the wrapped response object.
setDateStyle(String) - Method in class javax.faces.convert.DateTimeConverter
Set the style to be used to format or parse dates.
setDConfigBeanVersion(DConfigBeanVersionType) - Method in interface javax.enterprise.deploy.spi.DeploymentManager
Set the configuration beans to be used to the Jakarta EE platform version specificed.
setDebug(boolean) - Method in class javax.mail.Session
Set the debug setting for this Session.
setDebugOut(PrintStream) - Method in class javax.mail.Session
Set the stream to be used for debugging output for this session.
setDefaultFactory(JspFactory) - Static method in class javax.servlet.jsp.JspFactory
set the default factory for this implementation.
setDefaultLocale(Locale) - Method in class javax.faces.application.Application
Set the default Locale for this application.
setDefaultLocale(Locale) - Method in class javax.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.setDefaultLocale(java.util.Locale) on the wrapped Application object.

setDefaultMaxBinaryMessageBufferSize(int) - Method in interface javax.websocket.WebSocketContainer
Sets the default maximum size of incoming binary message that this container will buffer.
setDefaultMaxSessionIdleTimeout(long) - Method in interface javax.websocket.WebSocketContainer
Sets the default time in milliseconds after which any web socket sessions in this container will be closed if it has been inactive.
setDefaultMaxTextMessageBufferSize(int) - Method in interface javax.websocket.WebSocketContainer
Sets the maximum size of incoming text message that this container will buffer.
setDefaultRenderKitId(String) - Method in class javax.faces.application.Application
Set the renderKitId to be used to render this application.
setDefaultRenderKitId(String) - Method in class javax.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.setDefaultRenderKitId(String) on the wrapped Application object.

setDelay(String) - Method in class javax.faces.component.behavior.AjaxBehavior

If less than delay milliseconds elapses between calls to request() only the most recent one is sent and all other requests are discarded.

setDeliveryDelay(long) - Method in interface javax.jms.JMSProducer
Sets the minimum length of time in milliseconds that must elapse after a message is sent before the Jakarta Messaging provider may deliver the message to a consumer.
setDeliveryDelay(long) - Method in interface javax.jms.MessageProducer
Sets the minimum length of time in milliseconds that must elapse after a message is sent before the Jakarta Messaging provider may deliver the message to a consumer.
setDeliveryMode(int) - Method in interface javax.jms.JMSProducer
Specifies the delivery mode of messages that are sent using this JMSProducer
setDeliveryMode(int) - Method in interface javax.jms.MessageProducer
Sets the producer's default delivery mode.
setDescription(String) - Method in class javax.faces.model.SelectItem
Set the description of this item, for use in development tools.
setDescription(String) - Method in class javax.mail.internet.MimeBodyPart
Set the "Content-Description" header field for this body part.
setDescription(String, String) - Method in class javax.mail.internet.MimeBodyPart
Set the "Content-Description" header field for this body part.
setDescription(String) - Method in class javax.mail.internet.MimeMessage
Set the "Content-Description" header field for this Message.
setDescription(String, String) - Method in class javax.mail.internet.MimeMessage
Set the "Content-Description" header field for this Message.
setDescription(String) - Method in interface javax.mail.Part
Set a description String for this part.
setDescription(String) - Method in class javax.resource.spi.work.HintsContext
Set a brief description of the role played by the instance of HintsContext and any other related debugging information.
setDescription(InternationalString) - Method in interface javax.xml.registry.infomodel.RegistryObject
Sets the context independent textual description for this object.
setDetail(String) - Method in class javax.faces.application.FacesMessage
Set the localized detail text.
setDir(String) - Method in class javax.faces.component.html.HtmlBody
Set the value of the dir property.
setDir(String) - Method in class javax.faces.component.html.HtmlCommandButton
Set the value of the dir property.
setDir(String) - Method in class javax.faces.component.html.HtmlCommandLink
Set the value of the dir property.
setDir(String) - Method in class javax.faces.component.html.HtmlDataTable
Set the value of the dir property.
setDir(String) - Method in class javax.faces.component.html.HtmlForm
Set the value of the dir property.
setDir(String) - Method in class javax.faces.component.html.HtmlGraphicImage
Set the value of the dir property.
setDir(String) - Method in class javax.faces.component.html.HtmlHead
Set the value of the dir property.
setDir(String) - Method in class javax.faces.component.html.HtmlInputFile
Set the value of the dir property.
setDir(String) - Method in class javax.faces.component.html.HtmlInputSecret
Set the value of the dir property.
setDir(String) - Method in class javax.faces.component.html.HtmlInputText
Set the value of the dir property.
setDir(String) - Method in class javax.faces.component.html.HtmlInputTextarea
Set the value of the dir property.
setDir(String) - Method in class javax.faces.component.html.HtmlMessage
Set the value of the dir property.
setDir(String) - Method in class javax.faces.component.html.HtmlMessages
Set the value of the dir property.
setDir(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
Set the value of the dir property.
setDir(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
Set the value of the dir property.
setDir(String) - Method in class javax.faces.component.html.HtmlOutputFormat
Set the value of the dir property.
setDir(String) - Method in class javax.faces.component.html.HtmlOutputLabel
Set the value of the dir property.
setDir(String) - Method in class javax.faces.component.html.HtmlOutputLink
Set the value of the dir property.
setDir(String) - Method in class javax.faces.component.html.HtmlOutputText
Set the value of the dir property.
setDir(String) - Method in class javax.faces.component.html.HtmlPanelGrid
Set the value of the dir property.
setDir(String) - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
Set the value of the dir property.
setDir(String) - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
Set the value of the dir property.
setDir(String) - Method in class javax.faces.component.html.HtmlSelectManyListbox
Set the value of the dir property.
setDir(String) - Method in class javax.faces.component.html.HtmlSelectManyMenu
Set the value of the dir property.
setDir(String) - Method in class javax.faces.component.html.HtmlSelectOneListbox
Set the value of the dir property.
setDir(String) - Method in class javax.faces.component.html.HtmlSelectOneMenu
Set the value of the dir property.
setDir(String) - Method in class javax.faces.component.html.HtmlSelectOneRadio
Set the value of the dir property.
setDisable(boolean) - Method in class javax.faces.component.UIParameter
Sets the disable property of the UIParameter.
setDisableClientWindow(boolean) - Method in class javax.faces.component.UIOutcomeTarget

Set whether or not the client window should be encoded into the target url.

setDisabled(boolean) - Method in class javax.faces.component.behavior.AjaxBehavior

Sets the disabled status of this behavior.

setDisabled(boolean) - Method in class javax.faces.component.html.HtmlCommandButton
Set the value of the disabled property.
setDisabled(boolean) - Method in class javax.faces.component.html.HtmlCommandLink
Set the value of the disabled property.
setDisabled(boolean) - Method in class javax.faces.component.html.HtmlInputFile
Set the value of the disabled property.
setDisabled(boolean) - Method in class javax.faces.component.html.HtmlInputSecret
Set the value of the disabled property.
setDisabled(boolean) - Method in class javax.faces.component.html.HtmlInputText
Set the value of the disabled property.
setDisabled(boolean) - Method in class javax.faces.component.html.HtmlInputTextarea
Set the value of the disabled property.
setDisabled(boolean) - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
Set the value of the disabled property.
setDisabled(boolean) - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
Set the value of the disabled property.
setDisabled(boolean) - Method in class javax.faces.component.html.HtmlOutputLink
Set the value of the disabled property.
setDisabled(boolean) - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
Set the value of the disabled property.
setDisabled(boolean) - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
Set the value of the disabled property.
setDisabled(boolean) - Method in class javax.faces.component.html.HtmlSelectManyListbox
Set the value of the disabled property.
setDisabled(boolean) - Method in class javax.faces.component.html.HtmlSelectManyMenu
Set the value of the disabled property.
setDisabled(boolean) - Method in class javax.faces.component.html.HtmlSelectOneListbox
Set the value of the disabled property.
setDisabled(boolean) - Method in class javax.faces.component.html.HtmlSelectOneMenu
Set the value of the disabled property.
setDisabled(boolean) - Method in class javax.faces.component.html.HtmlSelectOneRadio
Set the value of the disabled property.
setDisabled(boolean) - Method in class javax.faces.model.SelectItem
Set the disabled flag for this item, which should modify the rendered output to make this item unavailable for selection by the user if set to true.
setDisabledClass(String) - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
Set the value of the disabledClass property.
setDisabledClass(String) - Method in class javax.faces.component.html.HtmlSelectManyListbox
Set the value of the disabledClass property.
setDisabledClass(String) - Method in class javax.faces.component.html.HtmlSelectManyMenu
Set the value of the disabledClass property.
setDisabledClass(String) - Method in class javax.faces.component.html.HtmlSelectOneListbox
Set the value of the disabledClass property.
setDisabledClass(String) - Method in class javax.faces.component.html.HtmlSelectOneMenu
Set the value of the disabledClass property.
setDisabledClass(String) - Method in class javax.faces.component.html.HtmlSelectOneRadio
Set the value of the disabledClass property.
setDisableMessageID(boolean) - Method in interface javax.jms.JMSProducer
Specifies whether message IDs may be disabled for messages that are sent using this JMSProducer
setDisableMessageID(boolean) - Method in interface javax.jms.MessageProducer
Specify whether message IDs may be disabled.
setDisableMessageTimestamp(boolean) - Method in interface javax.jms.JMSProducer
Specifies whether message timestamps may be disabled for messages that are sent using this JMSProducer.
setDisableMessageTimestamp(boolean) - Method in interface javax.jms.MessageProducer
Specify whether message timestamps may be disabled.
setDisposition(String) - Method in class javax.mail.internet.ContentDisposition
Set the disposition.
setDisposition(String) - Method in class javax.mail.internet.MimeBodyPart
Set the disposition in the "Content-Disposition" header field of this body part.
setDisposition(String) - Method in class javax.mail.internet.MimeMessage
Set the disposition in the "Content-Disposition" header field of this body part.
setDisposition(String) - Method in interface javax.mail.Part
Set the disposition of this part.
setDomain(String) - Method in class javax.servlet.http.Cookie
Specifies the domain within which this cookie should be presented.
setDomain(String) - Method in interface javax.servlet.SessionCookieConfig
Sets the domain name that will be assigned to any session tracking cookies created on behalf of the application represented by the ServletContext from which this SessionCookieConfig was acquired.
setDouble(String, double) - Method in interface javax.jms.MapMessage
Sets a double value with the specified name into the Map.
setDoubleProperty(String, double) - Method in interface javax.jms.Message
Sets a double property value with the specified name into the message.
setDynamicAttribute(String, String, Object) - Method in interface javax.servlet.jsp.tagext.DynamicAttributes
Called when a tag declared to accept dynamic attributes is passed an attribute that is not declared in the Tag Library Descriptor.
setELContext(ELContext) - Method in class javax.el.ELManager
Set the ELContext used for parsing and evaluating Jakarta Expression Language expressions.
setELContext(ELContext) - Method in class javax.el.LambdaExpression
Set the ELContext to use in evaluating the LambdaExpression.
setEmailAddresses(Collection) - Method in interface javax.xml.registry.infomodel.User
Sets the Collection of EmailAddress instances for this User.
setEnabledClass(String) - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
Set the value of the enabledClass property.
setEnabledClass(String) - Method in class javax.faces.component.html.HtmlSelectManyListbox
Set the value of the enabledClass property.
setEnabledClass(String) - Method in class javax.faces.component.html.HtmlSelectManyMenu
Set the value of the enabledClass property.
setEnabledClass(String) - Method in class javax.faces.component.html.HtmlSelectOneListbox
Set the value of the enabledClass property.
setEnabledClass(String) - Method in class javax.faces.component.html.HtmlSelectOneMenu
Set the value of the enabledClass property.
setEnabledClass(String) - Method in class javax.faces.component.html.HtmlSelectOneRadio
Set the value of the enabledClass property.
setEnctype(String) - Method in class javax.faces.component.html.HtmlForm
Set the value of the enctype property.
setEntity(Object) - Method in interface javax.ws.rs.client.ClientRequestContext
Set a new message entity.
setEntity(Object, Annotation[], MediaType) - Method in interface javax.ws.rs.client.ClientRequestContext
Set a new message entity, including the attached annotations and the media type.
setEntity(Object) - Method in interface javax.ws.rs.container.ContainerResponseContext
Set a new message entity.
setEntity(Object, Annotation[], MediaType) - Method in interface javax.ws.rs.container.ContainerResponseContext
Set a new message entity, including the attached annotations and the media type.
setEntity(Object) - Method in interface javax.ws.rs.ext.WriterInterceptorContext
Update object to be written as HTTP entity.
setEntityContext(EntityContext) - Method in interface javax.ejb.EntityBean
Set the associated entity context.
setEntityStream(OutputStream) - Method in interface javax.ws.rs.client.ClientRequestContext
Set a new entity output stream.
setEntityStream(InputStream) - Method in interface javax.ws.rs.client.ClientResponseContext
Set a new entity input stream.
setEntityStream(InputStream) - Method in interface javax.ws.rs.container.ContainerRequestContext
Set a new entity input stream.
setEntityStream(OutputStream) - Method in interface javax.ws.rs.container.ContainerResponseContext
Set a new entity output stream.
setErrorClass(String) - Method in class javax.faces.component.html.HtmlMessage
Set the value of the errorClass property.
setErrorClass(String) - Method in class javax.faces.component.html.HtmlMessages
Set the value of the errorClass property.
setErrorCode(String) - Method in exception javax.resource.ResourceException
Set the error code.
setErrorObjectKey(Key) - Method in exception javax.xml.registry.RegistryException
Sets the Key to the first object that encountered an error in the registry.
setErrorStyle(String) - Method in class javax.faces.component.html.HtmlMessage
Set the value of the errorStyle property.
setErrorStyle(String) - Method in class javax.faces.component.html.HtmlMessages
Set the value of the errorStyle property.
setEscape(boolean) - Method in class javax.faces.component.html.HtmlOutputFormat
Set the value of the escape property.
setEscape(boolean) - Method in class javax.faces.component.html.HtmlOutputLabel
Set the value of the escape property.
setEscape(boolean) - Method in class javax.faces.component.html.HtmlOutputText
Set the value of the escape property.
setEscape(boolean) - Method in class javax.faces.model.SelectItem

Set the value of the escape property.

setExceptionHandler(ExceptionHandler) - Method in class javax.faces.context.FacesContext

Set the ExceptionHandler for this request.

setExceptionHandler(ExceptionHandler) - Method in class javax.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext.setExceptionHandler(ExceptionHandler) on the wrapped FacesContext object.
setExceptionListener(ExceptionListener) - Method in interface javax.jms.Connection
Sets an exception listener for this connection.
setExceptionListener(ExceptionListener) - Method in interface javax.jms.JMSContext
Sets an exception listener for the JMSContext's connection.
setExecute(Collection<String>) - Method in class javax.faces.component.behavior.AjaxBehavior

Sets the component identifiers that will be used to identify components that should be processed during the execute phase of the request processing lifecycle.

setExecute(String) - Method in class javax.faces.component.html.HtmlCommandScript
Set the value of the execute property.
setExecutor(Executor) - Method in interface javax.enterprise.event.NotificationOptions.Builder
 
setExitStatus(String) - Method in interface javax.batch.runtime.context.JobContext
The setExitStatus method assigns the user-specified exit status for the current job.
setExitStatus(String) - Method in interface javax.batch.runtime.context.StepContext
The setExitStatus method assigns the user-specified exit status for the current step.
setExpiration(Date) - Method in interface javax.xml.registry.infomodel.RegistryEntry
Sets the expirationDate.
setExpunged(boolean) - Method in class javax.mail.Message
Sets the expunged flag for this Message.
setExtension(String) - Method in interface javax.xml.registry.infomodel.TelephoneNumber
Sets the internal extension.
setExternalIdentifiers(Collection) - Method in interface javax.xml.registry.infomodel.RegistryObject
Replaces all previous external identifiers with specified Collection of ExternalIdentifiers as an external identifier.
setExternalLinks(Collection) - Method in interface javax.xml.registry.infomodel.RegistryObject
Replaces all previous ExternalLinks with specified ExternalLinks.
setExternalURI(String) - Method in interface javax.xml.registry.infomodel.ExternalLink
Sets URI for an external resource.
setFactory(String, String) - Static method in class javax.faces.FactoryFinder
This method will store the argument factoryName/implName mapping in such a way that FactoryFinder.getFactory(java.lang.String) will find this mapping when searching for a match.
setFactory(AuthConfigFactory) - Static method in class javax.security.auth.message.config.AuthConfigFactory
Set the system-wide AuthConfigFactory implementation.
setFactorySecurityPermission - Static variable in class javax.security.auth.message.config.AuthConfigFactory
The SecurityPermission, with name AuthConfigFactory.SET_FACTORY_PERMISSION_NAME, that is used to authorize access to the setFactory method.
setFatalClass(String) - Method in class javax.faces.component.html.HtmlMessage
Set the value of the fatalClass property.
setFatalClass(String) - Method in class javax.faces.component.html.HtmlMessages
Set the value of the fatalClass property.
setFatalStyle(String) - Method in class javax.faces.component.html.HtmlMessage
Set the value of the fatalStyle property.
setFatalStyle(String) - Method in class javax.faces.component.html.HtmlMessages
Set the value of the fatalStyle property.
setFileName(String) - Method in class javax.mail.internet.MimeBodyPart
Set the filename associated with this body part, if possible.
setFileName(String) - Method in class javax.mail.internet.MimeMessage
Set the filename associated with this part, if possible.
setFileName(String) - Method in interface javax.mail.Part
Set the filename associated with this part, if possible.
setFirst(int) - Method in class javax.faces.component.UIData
Set the zero-relative row number of the first row to be displayed.
setFirstName(String) - Method in interface javax.xml.registry.infomodel.PersonName
Sets the first name for this Person.
setFirstResult(int) - Method in interface javax.persistence.Query
Set the position of the first result to retrieve.
setFirstResult(int) - Method in interface javax.persistence.TypedQuery
Set the position of the first result to retrieve.
setFlag(Flags.Flag, boolean) - Method in class javax.mail.Message
Set the specified flag on this message to the specified value.
setFlags(Message[], Flags, boolean) - Method in class javax.mail.Folder
Set the specified flags on the messages specified in the array.
setFlags(int, int, Flags, boolean) - Method in class javax.mail.Folder
Set the specified flags on the messages numbered from start through end, both start and end inclusive.
setFlags(int[], Flags, boolean) - Method in class javax.mail.Folder
Set the specified flags on the messages whose message numbers are in the array.
setFlags(Flags, boolean) - Method in class javax.mail.internet.MimeMessage
Set the flags for this message.
setFlags(Flags, boolean) - Method in class javax.mail.Message
Set the specified flags on this message to the specified value.
setFloat(String, float) - Method in interface javax.jms.MapMessage
Sets a float value with the specified name into the Map.
setFloatProperty(String, float) - Method in interface javax.jms.Message
Sets a float property value with the specified name into the message.
setFlowHandler(FlowHandler) - Method in class javax.faces.application.Application

Set the FlowHandler instance used by the NavigationHandler to satisfy the requirements of the faces flows feature.

setFlowHandler(FlowHandler) - Method in class javax.faces.application.ApplicationWrapper
 
setFlushMode(FlushModeType) - Method in interface javax.persistence.EntityManager
Set the flush mode that applies to all objects contained in the persistence context.
setFlushMode(FlushModeType) - Method in interface javax.persistence.Query
Set the flush mode type to be used for the query execution.
setFlushMode(FlushModeType) - Method in interface javax.persistence.StoredProcedureQuery
Set the flush mode type to be used for the query execution.
setFlushMode(FlushModeType) - Method in interface javax.persistence.TypedQuery
Set the flush mode type to be used for the query execution.
setFooter(UIComponent) - Method in class javax.faces.component.UIColumn
Set the footer facet of the column.
setFooter(UIComponent) - Method in class javax.faces.component.UIData
Set the footer facet of this component.
setFooterClass(String) - Method in class javax.faces.component.html.HtmlColumn
Set the value of the footerClass property.
setFooterClass(String) - Method in class javax.faces.component.html.HtmlDataTable
Set the value of the footerClass property.
setFooterClass(String) - Method in class javax.faces.component.html.HtmlPanelGrid
Set the value of the footerClass property.
setFor(String) - Method in class javax.faces.component.html.HtmlOutputLabel
Set the value of the for property.
setFor(String) - Method in class javax.faces.component.UIMessage
Set the identifier of the component for which this component represents associated message(s) (if any).
setFor(String) - Method in class javax.faces.component.UIMessages
Set the client identifier of the component for which this component represents associated message(s) (if any).
setFragment(String) - Method in class javax.faces.component.html.HtmlOutputLink
Set the value of the fragment property.
setFrame(String) - Method in class javax.faces.component.html.HtmlDataTable
Set the value of the frame property.
setFrame(String) - Method in class javax.faces.component.html.HtmlPanelGrid
Set the value of the frame property.
setFrom(Address) - Method in class javax.mail.internet.MimeMessage
Set the RFC 822 "From" header field.
setFrom(String) - Method in class javax.mail.internet.MimeMessage
Set the RFC 822 "From" header field.
setFrom() - Method in class javax.mail.internet.MimeMessage
Set the RFC 822 "From" header field using the value of the InternetAddress.getLocalAddress method.
setFrom() - Method in class javax.mail.Message
Set the "From" attribute in this Message.
setFrom(Address) - Method in class javax.mail.Message
Set the "From" attribute in this Message.
setFullName(String) - Method in interface javax.xml.registry.infomodel.PersonName
Sets the fully formatted name for this person.
setFunctionMapper(FunctionMapper) - Method in class javax.faces.view.facelets.FaceletContext

Set the FunctionMapper to use in EL evaluation/creation.

setGenericType(Type) - Method in interface javax.ws.rs.ext.InterceptorContext
Update type of the object to be produced or written.
setGlobalOnly(boolean) - Method in class javax.faces.component.UIMessages
Set the flag indicating whether only global messages (that is, messages with no associated client identifier) should be rendered.
setGroup(String) - Method in class javax.faces.component.html.HtmlSelectOneRadio
Set the value of the group property.
setGroup(String) - Method in class javax.faces.component.UISelectOne

Sets the name of the radio button group.

setGroupingUsed(boolean) - Method in class javax.faces.convert.NumberConverter
Set the flag indicating whether getAsString() should include grouping separators if necessary.
setHandlerChain(QName, List) - Method in interface javax.xml.rpc.handler.HandlerRegistry
Sets the handler chain for the specified service endpoint as a java.util.List.
setHandlerClass(Class) - Method in class javax.xml.rpc.handler.HandlerInfo
Sets the Handler class
setHandlerConfig(Map) - Method in class javax.xml.rpc.handler.HandlerInfo
Sets the Handler configuration as java.util.Map
setHandlerData(Object) - Static method in class javax.security.jacc.PolicyContext
Authorization protected method that may be used to associate a thread-scoped handler data object with the PolicyContext.
setHeader(UIComponent) - Method in class javax.faces.component.UIColumn
Set the header facet of the column.
setHeader(UIComponent) - Method in class javax.faces.component.UIData
Set the header facet of this component.
setHeader(String, String) - Method in class javax.mail.internet.InternetHeaders
Change the first header line that matches name to have value, adding a new header if no existing header matches.
setHeader(String, String) - Method in class javax.mail.internet.MimeBodyPart
Set the value for this header_name.
setHeader(String, String) - Method in class javax.mail.internet.MimeMessage
Set the value for this header_name.
setHeader(String, String) - Method in interface javax.mail.Part
Set the value for this header_name.
setHeader(String, String) - Method in interface javax.servlet.http.HttpServletResponse
Sets a response header with the given name and value.
setHeader(String, String) - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to return setHeader(String name, String value) on the wrapped response object.
setHeader(String, String) - Method in interface javax.servlet.http.PushBuilder
Set a request header to be used for the push.
setHeaderClass(String) - Method in class javax.faces.component.html.HtmlColumn
Set the value of the headerClass property.
setHeaderClass(String) - Method in class javax.faces.component.html.HtmlDataTable
Set the value of the headerClass property.
setHeaderClass(String) - Method in class javax.faces.component.html.HtmlPanelGrid
Set the value of the headerClass property.
setHeaders(QName[]) - Method in class javax.xml.rpc.handler.HandlerInfo
Sets the header blocks processed by this Handler.
setHeight(String) - Method in class javax.faces.component.html.HtmlGraphicImage
Set the value of the height property.
setHint(String, Object) - Method in interface javax.persistence.Query
Set a query property or hint.
setHint(String, Object) - Method in interface javax.persistence.StoredProcedureQuery
Set a query property or hint.
setHint(String, Object) - Method in interface javax.persistence.TypedQuery
Set a query property or hint.
setHint(String, Serializable) - Method in class javax.resource.spi.work.HintsContext
Set a Hint and a related value.
setHost(String) - Method in class javax.mail.internet.NewsAddress
Set the host.
setHreflang(String) - Method in class javax.faces.component.html.HtmlCommandLink
Set the value of the hreflang property.
setHreflang(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
Set the value of the hreflang property.
setHreflang(String) - Method in class javax.faces.component.html.HtmlOutputLink
Set the value of the hreflang property.
setHttpOnly(boolean) - Method in class javax.servlet.http.Cookie
Marks or unmarks this Cookie as HttpOnly.
setHttpOnly(boolean) - Method in interface javax.servlet.SessionCookieConfig
Marks or unmarks the session tracking cookies created on behalf of the application represented by the ServletContext from which this SessionCookieConfig was acquired as HttpOnly.
setId(String) - Method in class javax.faces.component.UIComponent
Set the component identifier of this UIComponent (if any).
setId(String) - Method in class javax.faces.component.UIComponentBase
 
setId(String) - Method in class javax.faces.webapp.UIComponentClassicTagBase
Set the component identifier for our component.
setId(String) - Method in class javax.faces.webapp.UIComponentTagBase
Set the component identifier for the component corresponding to this tag instance.
setId(String) - Method in class javax.servlet.jsp.tagext.TagSupport
Set the id attribute for this tag.
setId(String) - Method in interface javax.xml.registry.infomodel.Key
Sets the unique id associated with this key.
setIdentificationScheme(ClassificationScheme) - Method in interface javax.xml.registry.infomodel.ExternalIdentifier
Sets the ClassificationScheme that is used as the identification scheme for identifying this object.
setImage(String) - Method in class javax.faces.component.html.HtmlCommandButton
Set the value of the image property.
setImage(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
Set the value of the image property.
setImmediate(boolean) - Method in interface javax.faces.component.ActionSource
Set the "immediate execution" flag for this UIComponent.
setImmediate(boolean) - Method in class javax.faces.component.behavior.AjaxBehavior

Sets the immediate status of this behavior.

setImmediate(boolean) - Method in interface javax.faces.component.EditableValueHolder
Set the "immediate" state for this component.
setImmediate(boolean) - Method in class javax.faces.component.UICommand
 
setImmediate(boolean) - Method in class javax.faces.component.UIInput
 
setImmediate(boolean) - Method in class javax.faces.component.UIViewAction
Set the "immediate execution" flag for this UIComponent.
setIncludeViewParams(boolean) - Method in class javax.faces.component.UIOutcomeTarget

Set whether or not the page parameters should be encoded into the target url.

setInfo(Serializable) - Method in class javax.ejb.TimerConfig
Set the info object made available to timer callbacks.
setInfoClass(String) - Method in class javax.faces.component.html.HtmlMessage
Set the value of the infoClass property.
setInfoClass(String) - Method in class javax.faces.component.html.HtmlMessages
Set the value of the infoClass property.
setInfoStyle(String) - Method in class javax.faces.component.html.HtmlMessage
Set the value of the infoStyle property.
setInfoStyle(String) - Method in class javax.faces.component.html.HtmlMessages
Set the value of the infoStyle property.
setInitParameter(String, String) - Method in interface javax.servlet.Registration
Sets the initialization parameter with the given name and value on the Servlet or Filter that is represented by this Registration.
setInitParameter(String, String) - Method in interface javax.servlet.ServletContext
Sets the context initialization parameter with the given name and value on this ServletContext.
setInitParameters(Map<String, Object>) - Method in class javax.servlet.jsp.jstl.tlv.ScriptFreeTLV
Sets the values of the initialization parameters, as supplied in the TLD.
setInitParameters(Map<String, Object>) - Method in class javax.servlet.jsp.tagext.TagLibraryValidator
Set the init data in the TLD for this validator.
setInitParameters(Map<String, String>) - Method in interface javax.servlet.Registration
Sets the given initialization parameters on the Servlet or Filter that is represented by this Registration.
setInjectionPoint(InjectionPoint) - Method in interface javax.enterprise.inject.spi.ProcessInjectionPoint
Replaces the InjectionPoint.
setInjectionTarget(InjectionTarget<X>) - Method in interface javax.enterprise.inject.spi.ProcessInjectionTarget
Replaces the InjectionTarget which performs injection for this target.
setInputStream(InputStream) - Method in interface javax.ws.rs.ext.ReaderInterceptorContext
Set the input stream of the object to be read.
setInstance(RuntimeDelegate) - Static method in class javax.ws.rs.ext.RuntimeDelegate
Set the runtime delegate that will be used by classes.
setInt(String, int) - Method in interface javax.jms.MapMessage
Sets an int value with the specified name into the Map.
setIntegerOnly(boolean) - Method in class javax.faces.convert.NumberConverter
Set to true if only the integer portion of the given value should be returned from getAsObject().
setIntHeader(String, int) - Method in interface javax.servlet.http.HttpServletResponse
Sets a response header with the given name and integer value.
setIntHeader(String, int) - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to call setIntHeader(String name, int value) on the wrapped response object.
setIntProperty(String, int) - Method in interface javax.jms.Message
Sets an int property value with the specified name into the message.
setInvalidPropertyDescriptors(PropertyDescriptor[]) - Method in exception javax.resource.spi.InvalidPropertyException
Set a list of invalid properties.
setInView(boolean) - Method in class javax.faces.component.UIComponent

Updates the status as to whether or not this component is currently within the view hierarchy.

setInView(boolean) - Method in class javax.faces.component.UIViewRoot

Overridden to take no action.

setIsmap(boolean) - Method in class javax.faces.component.html.HtmlGraphicImage
Set the value of the ismap property.
setItemDescription(String) - Method in class javax.faces.component.UISelectItem
Set the description for this selection item.
setItemDisabled(boolean) - Method in class javax.faces.component.UISelectItem
Set the disabled value for this selection item.
setItemEscaped(boolean) - Method in class javax.faces.component.UISelectItem
Set the escape value for the label of this selection item.
setItemLabel(String) - Method in class javax.faces.component.UISelectItem
Set the localized label for this selection item.
setItemValue(Object) - Method in class javax.faces.component.UISelectItem
Set the server value for this selection item.
setJMSCorrelationID(String) - Method in interface javax.jms.JMSProducer
Specifies that messages sent using this JMSProducer will have their JMSCorrelationID header value set to the specified correlation ID, where correlation ID is specified as a String.
setJMSCorrelationID(String) - Method in interface javax.jms.Message
Sets the correlation ID for the message.
setJMSCorrelationIDAsBytes(byte[]) - Method in interface javax.jms.JMSProducer
Specifies that messages sent using this JMSProducer will have their JMSCorrelationID header value set to the specified correlation ID, where correlation ID is specified as an array of bytes.
setJMSCorrelationIDAsBytes(byte[]) - Method in interface javax.jms.Message
Sets the correlation ID as an array of bytes for the message.
setJMSDeliveryMode(int) - Method in interface javax.jms.Message
Sets the DeliveryMode value for this message.
setJMSDeliveryTime(long) - Method in interface javax.jms.Message
Sets the message's delivery time value.
setJMSDestination(Destination) - Method in interface javax.jms.Message
Sets the Destination object for this message.
setJMSExpiration(long) - Method in interface javax.jms.Message
Sets the message's expiration value.
setJMSMessageID(String) - Method in interface javax.jms.Message
Sets the message ID.
setJMSPriority(int) - Method in interface javax.jms.Message
Sets the priority level for this message.
setJMSRedelivered(boolean) - Method in interface javax.jms.Message
Specifies whether this message is being redelivered.
setJMSReplyTo(Destination) - Method in interface javax.jms.JMSProducer
Specifies that messages sent using this JMSProducer will have their JMSReplyTo header value set to the specified Destination object.
setJMSReplyTo(Destination) - Method in interface javax.jms.Message
Sets the Destination object to which a reply to this message should be sent.
setJMSTimestamp(long) - Method in interface javax.jms.Message
Sets the message timestamp.
setJMSType(String) - Method in interface javax.jms.JMSProducer
Specifies that messages sent using this JMSProducer will have their JMSType header value set to the specified message type.
setJMSType(String) - Method in interface javax.jms.Message
Sets the message type.
SetJoin<Z,E> - Interface in javax.persistence.criteria
The SetJoin interface is the type of the result of joining to a collection over an association or element collection that has been specified as a java.util.Set.
setJspBody(JspFragment) - Method in interface javax.servlet.jsp.tagext.SimpleTag
Provides the body of this tag as a JspFragment object, able to be invoked zero or more times by the tag handler.
setJspBody(JspFragment) - Method in class javax.servlet.jsp.tagext.SimpleTagSupport
Stores the provided JspFragment.
setJspContext(JspContext) - Method in interface javax.servlet.jsp.tagext.SimpleTag
Called by the container to provide this tag handler with the JspContext for this invocation.
setJspContext(JspContext) - Method in class javax.servlet.jsp.tagext.SimpleTagSupport
Stores the provided JSP context in the private jspContext field.
setJspId(String) - Method in class javax.faces.webapp.UIComponentClassicTagBase
Defined on JspIdConsumer.
setJspId(String) - Method in interface javax.servlet.jsp.tagext.JspIdConsumer
Called by the container generated code to set a value for the jspId attribute.
setKeepMessages(boolean) - Method in class javax.faces.context.Flash

Setter for keepMessages JavaBeans property.

setKeepMessages(boolean) - Method in class javax.faces.context.FlashWrapper

The default behavior of this method is to call Flash.setKeepMessages(boolean) on the wrapped Flash object.

setKey(PrivateKey, Certificate[]) - Method in class javax.security.auth.message.callback.PrivateKeyCallback
Used by the CallbackHandler to set the requested private key and the corresponding certificate chain within the Callback.
setKey(SecretKey) - Method in class javax.security.auth.message.callback.SecretKeyCallback
Used by the CallbackHandler to set the requested secret key within the Callback.
setKey(Key) - Method in interface javax.xml.registry.infomodel.RegistryObject
Sets the key representing the universally unique ID (UUID) for this object.
setKeywordResolved(boolean) - Method in class javax.faces.component.search.SearchKeywordContext

Sets if the keyword was resolved.

setLabel(String) - Method in class javax.faces.component.html.HtmlCommandButton
Set the value of the label property.
setLabel(String) - Method in class javax.faces.component.html.HtmlInputFile
Set the value of the label property.
setLabel(String) - Method in class javax.faces.component.html.HtmlInputSecret
Set the value of the label property.
setLabel(String) - Method in class javax.faces.component.html.HtmlInputText
Set the value of the label property.
setLabel(String) - Method in class javax.faces.component.html.HtmlInputTextarea
Set the value of the label property.
setLabel(String) - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
Set the value of the label property.
setLabel(String) - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
Set the value of the label property.
setLabel(String) - Method in class javax.faces.component.html.HtmlSelectManyListbox
Set the value of the label property.
setLabel(String) - Method in class javax.faces.component.html.HtmlSelectManyMenu
Set the value of the label property.
setLabel(String) - Method in class javax.faces.component.html.HtmlSelectOneListbox
Set the value of the label property.
setLabel(String) - Method in class javax.faces.component.html.HtmlSelectOneMenu
Set the value of the label property.
setLabel(String) - Method in class javax.faces.component.html.HtmlSelectOneRadio
Set the value of the label property.
setLabel(String) - Method in class javax.faces.model.SelectItem
Set the label of this item, to be rendered visibly for the user.
setLang(String) - Method in class javax.faces.component.html.HtmlBody
Set the value of the lang property.
setLang(String) - Method in class javax.faces.component.html.HtmlCommandButton
Set the value of the lang property.
setLang(String) - Method in class javax.faces.component.html.HtmlCommandLink
Set the value of the lang property.
setLang(String) - Method in class javax.faces.component.html.HtmlDataTable
Set the value of the lang property.
setLang(String) - Method in class javax.faces.component.html.HtmlForm
Set the value of the lang property.
setLang(String) - Method in class javax.faces.component.html.HtmlGraphicImage
Set the value of the lang property.
setLang(String) - Method in class javax.faces.component.html.HtmlHead
Set the value of the lang property.
setLang(String) - Method in class javax.faces.component.html.HtmlInputFile
Set the value of the lang property.
setLang(String) - Method in class javax.faces.component.html.HtmlInputSecret
Set the value of the lang property.
setLang(String) - Method in class javax.faces.component.html.HtmlInputText
Set the value of the lang property.
setLang(String) - Method in class javax.faces.component.html.HtmlInputTextarea
Set the value of the lang property.
setLang(String) - Method in class javax.faces.component.html.HtmlMessage
Set the value of the lang property.
setLang(String) - Method in class javax.faces.component.html.HtmlMessages
Set the value of the lang property.
setLang(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
Set the value of the lang property.
setLang(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
Set the value of the lang property.
setLang(String) - Method in class javax.faces.component.html.HtmlOutputFormat
Set the value of the lang property.
setLang(String) - Method in class javax.faces.component.html.HtmlOutputLabel
Set the value of the lang property.
setLang(String) - Method in class javax.faces.component.html.HtmlOutputLink
Set the value of the lang property.
setLang(String) - Method in class javax.faces.component.html.HtmlOutputText
Set the value of the lang property.
setLang(String) - Method in class javax.faces.component.html.HtmlPanelGrid
Set the value of the lang property.
setLang(String) - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
Set the value of the lang property.
setLang(String) - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
Set the value of the lang property.
setLang(String) - Method in class javax.faces.component.html.HtmlSelectManyListbox
Set the value of the lang property.
setLang(String) - Method in class javax.faces.component.html.HtmlSelectManyMenu
Set the value of the lang property.
setLang(String) - Method in class javax.faces.component.html.HtmlSelectOneListbox
Set the value of the lang property.
setLang(String) - Method in class javax.faces.component.html.HtmlSelectOneMenu
Set the value of the lang property.
setLang(String) - Method in class javax.faces.component.html.HtmlSelectOneRadio
Set the value of the lang property.
setLastName(String) - Method in interface javax.xml.registry.infomodel.PersonName
Sets the last name (surname) for this Person.
setLayout(String) - Method in class javax.faces.component.html.HtmlMessages
Set the value of the layout property.
setLayout(String) - Method in class javax.faces.component.html.HtmlPanelGroup
Set the value of the layout property.
setLayout(String) - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
Set the value of the layout property.
setLayout(String) - Method in class javax.faces.component.html.HtmlSelectOneRadio
Set the value of the layout property.
setLibraryName(String) - Method in class javax.faces.application.Resource

Set the libraryName for this resource.

setLibraryName(String) - Method in class javax.faces.application.ResourceWrapper

The default behavior of this method is to call Resource.setLibraryName(String) on the wrapped ResourceHandler object.

setLinkedException(Exception) - Method in exception javax.jms.JMSException
Adds a linked Exception.
setLinkedException(Exception) - Method in exception javax.resource.ResourceException
Deprecated.
J2SE release 1.4 supports a chained exception facility that allows any throwable to know about another throwable, if any, that caused it to get thrown. Refer to getCause and initCause methods of the java.lang.Throwable class.
setLinkedWarning(ResourceWarning) - Method in exception javax.resource.cci.ResourceWarning
Deprecated.
J2SE release 1.4 supports a chained exception facility that allows any throwable to know about another throwable, if any, that caused it to get thrown. Refer to getCause and initCause methods of the java.lang.Throwable class.
setLoadOnStartup(int) - Method in interface javax.servlet.ServletRegistration.Dynamic
Sets the loadOnStartup priority on the Servlet represented by this dynamic ServletRegistration.
setLocale(Locale) - Method in class javax.el.ELContext
Sets the Locale for this instance.
setLocale(Locale) - Method in interface javax.enterprise.deploy.spi.DeploymentManager
Set the active locale for this implementation of javax.enterprise.deploy.spi subpackages to run.
setLocale(Locale) - Method in class javax.faces.component.UIViewRoot
Set the Locale to be used in localizing the response being created for this view.
setLocale(Locale) - Method in class javax.faces.convert.DateTimeConverter
Set the Locale to be used when parsing or formatting dates and times.
setLocale(Locale) - Method in class javax.faces.convert.NumberConverter
Set the Locale to be used when parsing numbers.
setLocale(Locale) - Method in interface javax.servlet.ServletResponse
Sets the locale of the response, if the response has not been committed yet.
setLocale(Locale) - Method in class javax.servlet.ServletResponseWrapper
The default behavior of this method is to call setLocale(Locale loc) on the wrapped response object.
setLocale(Locale) - Method in interface javax.xml.registry.infomodel.LocalizedString
Set the Locale for this object.
setLocalValueSet(boolean) - Method in interface javax.faces.component.EditableValueHolder
Sets the "local value set" state for this component.
setLocalValueSet(boolean) - Method in class javax.faces.component.UIInput
Sets the "local value set" state for this component.
setLockMode(LockModeType) - Method in interface javax.persistence.Query
Set the lock mode type to be used for the query execution.
setLockMode(LockModeType) - Method in interface javax.persistence.TypedQuery
Set the lock mode type to be used for the query execution.
setLogWriter(PrintWriter) - Method in interface javax.resource.spi.ManagedConnection
Sets the log writer for this ManagedConnection instance.
setLogWriter(PrintWriter) - Method in interface javax.resource.spi.ManagedConnectionFactory
Set the log writer for this ManagedConnectionFactory instance.
setLong(String, long) - Method in interface javax.jms.MapMessage
Sets a long value with the specified name into the Map.
setLongdesc(String) - Method in class javax.faces.component.html.HtmlGraphicImage
Set the value of the longdesc property.
setLongProperty(String, long) - Method in interface javax.jms.Message
Sets a long property value with the specified name into the message.
setMajorVersion(int) - Method in interface javax.xml.registry.infomodel.Versionable
Sets the major revision number for this version of the Versionable object.
setManagedConnectionFactory(ManagedConnectionFactory) - Method in class javax.resource.spi.security.PasswordCredential
Sets the target ManagedConenctionFactory instance for which the user name and password has been set by the application server.
setMaxAge(int) - Method in class javax.servlet.http.Cookie
Sets the maximum age in seconds for this Cookie.
setMaxAge(int) - Method in interface javax.servlet.SessionCookieConfig
Sets the lifetime (in seconds) for the session tracking cookies created on behalf of the application represented by the ServletContext from which this SessionCookieConfig was acquired.
setMaxAge(int) - Method in class javax.ws.rs.core.CacheControl
Corresponds to the max-age cache control directive.
setMaxBinaryMessageBufferSize(int) - Method in interface javax.websocket.Session
Sets the maximum length of incoming binary messages that this Session can buffer.
setMaxFractionDigits(int) - Method in class javax.faces.convert.NumberConverter
Set the maximum number of digits getAsString() should render in the fraction portion of the result.
setMaxIdleTimeout(long) - Method in interface javax.websocket.Session
Set the non-zero number of milliseconds before this session will be closed by the container if it is inactive, ie no messages are either sent or received.
setMaximum(double) - Method in class javax.faces.validator.DoubleRangeValidator
Set the maximum value to be enforced by this Validator.
setMaximum(int) - Method in class javax.faces.validator.LengthValidator
Set the maximum length to be enforced by this Validator.
setMaximum(long) - Method in class javax.faces.validator.LongRangeValidator
Set the maximum value to be enforced by this Validator.
setMaxInactiveInterval(int) - Method in interface javax.servlet.http.HttpSession
Specifies the time, in seconds, between client requests before the servlet container will invalidate this session.
setMaxIntegerDigits(int) - Method in class javax.faces.convert.NumberConverter
Set the maximum number of digits getAsString() should render in the integer portion of the result.
setMaxlength(int) - Method in class javax.faces.component.html.HtmlInputFile
Set the value of the maxlength property.
setMaxlength(int) - Method in class javax.faces.component.html.HtmlInputSecret
Set the value of the maxlength property.
setMaxlength(int) - Method in class javax.faces.component.html.HtmlInputText
Set the value of the maxlength property.
setMaxResults(int) - Method in interface javax.persistence.Query
Set the maximum number of results to retrieve.
setMaxResults(int) - Method in interface javax.persistence.TypedQuery
Set the maximum number of results to retrieve.
setMaxTextMessageBufferSize(int) - Method in interface javax.websocket.Session
Sets the maximum length of incoming text messages that this Session can buffer.
setMediaType(MediaType) - Method in interface javax.ws.rs.ext.InterceptorContext
Update media type of HTTP entity.
setMemberFactories(FaceletCache.MemberFactory<V>, FaceletCache.MemberFactory<V>) - Method in class javax.faces.view.facelets.FaceletCache
Deprecated. 
setMessage(SOAPMessage) - Method in interface javax.xml.rpc.handler.soap.SOAPMessageContext
Sets the SOAPMessage in this message context
setMessageBundle(String) - Method in class javax.faces.application.Application
Set the fully qualified class name of the ResourceBundle to be used for Jakarta Server Faces messages for this application.
setMessageBundle(String) - Method in class javax.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.setMessageBundle(String) on the wrapped Application object.

setMessageDrivenContext(MessageDrivenContext) - Method in interface javax.ejb.MessageDrivenBean
Set the associated message-driven context.
setMessageListener(MessageListener) - Method in interface javax.jms.JMSConsumer
Sets the JMSConsumer's MessageListener.
setMessageListener(MessageListener) - Method in interface javax.jms.MessageConsumer
Sets the MessageConsumer's MessageListener.
setMessageListener(MessageListener) - Method in interface javax.jms.Session
Sets the session's distinguished message listener (optional).
setMessageNumber(int) - Method in class javax.mail.Message
Set the Message number for this Message.
setMethod(String) - Method in interface javax.ws.rs.client.ClientRequestContext
Set the request method.
setMethod(String) - Method in interface javax.ws.rs.container.ContainerRequestContext
Set the request method.
setMiddleName(String) - Method in interface javax.xml.registry.infomodel.PersonName
Sets the middle name for this Person.
setMimeType(String) - Method in interface javax.xml.registry.infomodel.ExtrinsicObject
Sets the mime type associated with this object.
setMinFractionDigits(int) - Method in class javax.faces.convert.NumberConverter
Set the minimum number of digits getAsString() should render in the fraction portion of the result.
setMinimum(double) - Method in class javax.faces.validator.DoubleRangeValidator
Set the minimum value to be enforced by this Validator.
setMinimum(int) - Method in class javax.faces.validator.LengthValidator
Set the minimum length to be enforced by this Validator.
setMinimum(long) - Method in class javax.faces.validator.LongRangeValidator
Set the minimum value to be enforced by this Validator.
setMinIntegerDigits(int) - Method in class javax.faces.convert.NumberConverter
Set the minimum number of digits getAsString() should render in the integer portion of the result.
setMinorVersion(int) - Method in interface javax.xml.registry.infomodel.Versionable
Sets the minor revision number for this version of the Versionable object.
setMultipartConfig(MultipartConfigElement) - Method in interface javax.servlet.ServletRegistration.Dynamic
Sets the MultipartConfigElement to be applied to the mappings defined for this ServletRegistration.
setMultipartDataSource(MultipartDataSource) - Method in class javax.mail.Multipart
Setup this Multipart object from the given MultipartDataSource.
setMustRevalidate(boolean) - Method in class javax.ws.rs.core.CacheControl
Corresponds to the must-revalidate cache control directive.
setName(String) - Method in class javax.faces.component.html.HtmlCommandScript
Set the value of the name property.
setName(String) - Method in class javax.faces.component.UIParameter
Set the optional parameter name for this parameter.
setName(String) - Method in class javax.faces.component.UIViewParameter

Set the request parameter name from which the value is retrieved.

setName(String) - Method in class javax.faces.webapp.AttributeTag
Deprecated.
Set the attribute name.
setName(String) - Method in class javax.faces.webapp.FacetTag
Set the name to be assigned to this facet.
setName(String) - Method in class javax.mail.util.ByteArrayDataSource
Set the name of the data.
setName(String) - Method in class javax.resource.spi.work.HintsContext
Set the associated name of the HintsContext.
setName(String) - Method in interface javax.servlet.SessionCookieConfig
Sets the name that will be assigned to any session tracking cookies created on behalf of the application represented by the ServletContext from which this SessionCookieConfig was acquired.
setName(InternationalString) - Method in interface javax.xml.registry.infomodel.RegistryObject
Sets user-friendly name of object in repository.
setName(String) - Method in interface javax.xml.registry.infomodel.Slot
Sets the name for this Slot.
setNavigationHandler(NavigationHandler) - Method in class javax.faces.application.Application
Set the NavigationHandler instance that will be passed the outcome returned by any invoked application action for this web application.
setNavigationHandler(NavigationHandler) - Method in class javax.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.setNavigationHandler(NavigationHandler) on the wrapped Application object.

setNewAuthentication(boolean) - Method in class javax.security.enterprise.authentication.mechanism.http.AuthenticationParameters
Sets whether a new authentication dialog is required.
setNewsgroup(String) - Method in class javax.mail.internet.NewsAddress
Set the newsgroup.
setNextException(Exception) - Method in exception javax.mail.MessagingException
Add an exception to the end of the chain.
setNoCache(boolean) - Method in class javax.ws.rs.core.CacheControl
Corresponds to the no-cache cache control directive.
setNoSelectionOption(boolean) - Method in class javax.faces.component.UISelectItem

Set the value of the noSelectionOption property.

setNoSelectionOption(boolean) - Method in class javax.faces.model.SelectItem

Set the value of the noSelectionOption property.

setNoStore(boolean) - Method in class javax.ws.rs.core.CacheControl
Corresponds to the no-store cache control directive.
setNoTransform(boolean) - Method in class javax.ws.rs.core.CacheControl
Corresponds to the no-transform cache control directive.
setNull(int) - Method in interface javax.json.JsonArrayBuilder
Replaces a value in the array with a JsonValue.NULL value at the specified position.
setNumber(String) - Method in interface javax.xml.registry.infomodel.TelephoneNumber
Sets the telephone number suffix, not including the country or area code.
setNumberFormat(NumberFormat) - Method in class javax.mail.internet.MailDateFormat
This method always throws an UnsupportedOperationException and should not be used because RFC 2822 mandates a specific number format.
setObject(String, Object) - Method in interface javax.jms.MapMessage
Sets an object value with the specified name into the Map.
setObject(Serializable) - Method in interface javax.jms.ObjectMessage
Sets the serializable object containing this message's data.
setObjectProperty(String, Object) - Method in interface javax.jms.Message
Sets a Java object property value with the specified name into the message.
setObserverMethod(ObserverMethod<T>) - Method in interface javax.enterprise.inject.spi.ProcessObserverMethod
Replaces the ObserverMethod.
setOnblur(String) - Method in class javax.faces.component.html.HtmlCommandButton
Set the value of the onblur property.
setOnblur(String) - Method in class javax.faces.component.html.HtmlCommandLink
Set the value of the onblur property.
setOnblur(String) - Method in class javax.faces.component.html.HtmlInputFile
Set the value of the onblur property.
setOnblur(String) - Method in class javax.faces.component.html.HtmlInputSecret
Set the value of the onblur property.
setOnblur(String) - Method in class javax.faces.component.html.HtmlInputText
Set the value of the onblur property.
setOnblur(String) - Method in class javax.faces.component.html.HtmlInputTextarea
Set the value of the onblur property.
setOnblur(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
Set the value of the onblur property.
setOnblur(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
Set the value of the onblur property.
setOnblur(String) - Method in class javax.faces.component.html.HtmlOutputLabel
Set the value of the onblur property.
setOnblur(String) - Method in class javax.faces.component.html.HtmlOutputLink
Set the value of the onblur property.
setOnblur(String) - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
Set the value of the onblur property.
setOnblur(String) - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
Set the value of the onblur property.
setOnblur(String) - Method in class javax.faces.component.html.HtmlSelectManyListbox
Set the value of the onblur property.
setOnblur(String) - Method in class javax.faces.component.html.HtmlSelectManyMenu
Set the value of the onblur property.
setOnblur(String) - Method in class javax.faces.component.html.HtmlSelectOneListbox
Set the value of the onblur property.
setOnblur(String) - Method in class javax.faces.component.html.HtmlSelectOneMenu
Set the value of the onblur property.
setOnblur(String) - Method in class javax.faces.component.html.HtmlSelectOneRadio
Set the value of the onblur property.
setOnchange(String) - Method in class javax.faces.component.html.HtmlCommandButton
Set the value of the onchange property.
setOnchange(String) - Method in class javax.faces.component.html.HtmlInputFile
Set the value of the onchange property.
setOnchange(String) - Method in class javax.faces.component.html.HtmlInputSecret
Set the value of the onchange property.
setOnchange(String) - Method in class javax.faces.component.html.HtmlInputText
Set the value of the onchange property.
setOnchange(String) - Method in class javax.faces.component.html.HtmlInputTextarea
Set the value of the onchange property.
setOnchange(String) - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
Set the value of the onchange property.
setOnchange(String) - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
Set the value of the onchange property.
setOnchange(String) - Method in class javax.faces.component.html.HtmlSelectManyListbox
Set the value of the onchange property.
setOnchange(String) - Method in class javax.faces.component.html.HtmlSelectManyMenu
Set the value of the onchange property.
setOnchange(String) - Method in class javax.faces.component.html.HtmlSelectOneListbox
Set the value of the onchange property.
setOnchange(String) - Method in class javax.faces.component.html.HtmlSelectOneMenu
Set the value of the onchange property.
setOnchange(String) - Method in class javax.faces.component.html.HtmlSelectOneRadio
Set the value of the onchange property.
setOnclick(String) - Method in class javax.faces.component.html.HtmlBody
Set the value of the onclick property.
setOnclick(String) - Method in class javax.faces.component.html.HtmlCommandButton
Set the value of the onclick property.
setOnclick(String) - Method in class javax.faces.component.html.HtmlCommandLink
Set the value of the onclick property.
setOnclick(String) - Method in class javax.faces.component.html.HtmlDataTable
Set the value of the onclick property.
setOnclick(String) - Method in class javax.faces.component.html.HtmlForm
Set the value of the onclick property.
setOnclick(String) - Method in class javax.faces.component.html.HtmlGraphicImage
Set the value of the onclick property.
setOnclick(String) - Method in class javax.faces.component.html.HtmlInputFile
Set the value of the onclick property.
setOnclick(String) - Method in class javax.faces.component.html.HtmlInputSecret
Set the value of the onclick property.
setOnclick(String) - Method in class javax.faces.component.html.HtmlInputText
Set the value of the onclick property.
setOnclick(String) - Method in class javax.faces.component.html.HtmlInputTextarea
Set the value of the onclick property.
setOnclick(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
Set the value of the onclick property.
setOnclick(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
Set the value of the onclick property.
setOnclick(String) - Method in class javax.faces.component.html.HtmlOutputLabel
Set the value of the onclick property.
setOnclick(String) - Method in class javax.faces.component.html.HtmlOutputLink
Set the value of the onclick property.
setOnclick(String) - Method in class javax.faces.component.html.HtmlPanelGrid
Set the value of the onclick property.
setOnclick(String) - Method in class javax.faces.component.html.HtmlPanelGroup
Set the value of the onclick property.
setOnclick(String) - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
Set the value of the onclick property.
setOnclick(String) - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
Set the value of the onclick property.
setOnclick(String) - Method in class javax.faces.component.html.HtmlSelectManyListbox
Set the value of the onclick property.
setOnclick(String) - Method in class javax.faces.component.html.HtmlSelectManyMenu
Set the value of the onclick property.
setOnclick(String) - Method in class javax.faces.component.html.HtmlSelectOneListbox
Set the value of the onclick property.
setOnclick(String) - Method in class javax.faces.component.html.HtmlSelectOneMenu
Set the value of the onclick property.
setOnclick(String) - Method in class javax.faces.component.html.HtmlSelectOneRadio
Set the value of the onclick property.
setOnclose(String) - Method in class javax.faces.component.UIWebsocket
Sets the JavaScript event handler function that is invoked when the websocket is closed.
setOndblclick(String) - Method in class javax.faces.component.html.HtmlBody
Set the value of the ondblclick property.
setOndblclick(String) - Method in class javax.faces.component.html.HtmlCommandButton
Set the value of the ondblclick property.
setOndblclick(String) - Method in class javax.faces.component.html.HtmlCommandLink
Set the value of the ondblclick property.
setOndblclick(String) - Method in class javax.faces.component.html.HtmlDataTable
Set the value of the ondblclick property.
setOndblclick(String) - Method in class javax.faces.component.html.HtmlForm
Set the value of the ondblclick property.
setOndblclick(String) - Method in class javax.faces.component.html.HtmlGraphicImage
Set the value of the ondblclick property.
setOndblclick(String) - Method in class javax.faces.component.html.HtmlInputFile
Set the value of the ondblclick property.
setOndblclick(String) - Method in class javax.faces.component.html.HtmlInputSecret
Set the value of the ondblclick property.
setOndblclick(String) - Method in class javax.faces.component.html.HtmlInputText
Set the value of the ondblclick property.
setOndblclick(String) - Method in class javax.faces.component.html.HtmlInputTextarea
Set the value of the ondblclick property.
setOndblclick(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
Set the value of the ondblclick property.
setOndblclick(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
Set the value of the ondblclick property.
setOndblclick(String) - Method in class javax.faces.component.html.HtmlOutputLabel
Set the value of the ondblclick property.
setOndblclick(String) - Method in class javax.faces.component.html.HtmlOutputLink
Set the value of the ondblclick property.
setOndblclick(String) - Method in class javax.faces.component.html.HtmlPanelGrid
Set the value of the ondblclick property.
setOndblclick(String) - Method in class javax.faces.component.html.HtmlPanelGroup
Set the value of the ondblclick property.
setOndblclick(String) - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
Set the value of the ondblclick property.
setOndblclick(String) - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
Set the value of the ondblclick property.
setOndblclick(String) - Method in class javax.faces.component.html.HtmlSelectManyListbox
Set the value of the ondblclick property.
setOndblclick(String) - Method in class javax.faces.component.html.HtmlSelectManyMenu
Set the value of the ondblclick property.
setOndblclick(String) - Method in class javax.faces.component.html.HtmlSelectOneListbox
Set the value of the ondblclick property.
setOndblclick(String) - Method in class javax.faces.component.html.HtmlSelectOneMenu
Set the value of the ondblclick property.
setOndblclick(String) - Method in class javax.faces.component.html.HtmlSelectOneRadio
Set the value of the ondblclick property.
setOnerror(String) - Method in class javax.faces.component.behavior.AjaxBehavior

Sets the JavaScript function name that will be used to identify the client callback function that should be run in the event of an error.

setOnerror(String) - Method in class javax.faces.component.html.HtmlCommandScript
Set the value of the onerror property.
setOnevent(String) - Method in class javax.faces.component.behavior.AjaxBehavior

Sets the JavaScript function name that will be used to identify the client callback function that should be run in response to event activity.

setOnevent(String) - Method in class javax.faces.component.html.HtmlCommandScript
Set the value of the onevent property.
setOnfocus(String) - Method in class javax.faces.component.html.HtmlCommandButton
Set the value of the onfocus property.
setOnfocus(String) - Method in class javax.faces.component.html.HtmlCommandLink
Set the value of the onfocus property.
setOnfocus(String) - Method in class javax.faces.component.html.HtmlInputFile
Set the value of the onfocus property.
setOnfocus(String) - Method in class javax.faces.component.html.HtmlInputSecret
Set the value of the onfocus property.
setOnfocus(String) - Method in class javax.faces.component.html.HtmlInputText
Set the value of the onfocus property.
setOnfocus(String) - Method in class javax.faces.component.html.HtmlInputTextarea
Set the value of the onfocus property.
setOnfocus(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
Set the value of the onfocus property.
setOnfocus(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
Set the value of the onfocus property.
setOnfocus(String) - Method in class javax.faces.component.html.HtmlOutputLabel
Set the value of the onfocus property.
setOnfocus(String) - Method in class javax.faces.component.html.HtmlOutputLink
Set the value of the onfocus property.
setOnfocus(String) - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
Set the value of the onfocus property.
setOnfocus(String) - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
Set the value of the onfocus property.
setOnfocus(String) - Method in class javax.faces.component.html.HtmlSelectManyListbox
Set the value of the onfocus property.
setOnfocus(String) - Method in class javax.faces.component.html.HtmlSelectManyMenu
Set the value of the onfocus property.
setOnfocus(String) - Method in class javax.faces.component.html.HtmlSelectOneListbox
Set the value of the onfocus property.
setOnfocus(String) - Method in class javax.faces.component.html.HtmlSelectOneMenu
Set the value of the onfocus property.
setOnfocus(String) - Method in class javax.faces.component.html.HtmlSelectOneRadio
Set the value of the onfocus property.
setOnkeydown(String) - Method in class javax.faces.component.html.HtmlBody
Set the value of the onkeydown property.
setOnkeydown(String) - Method in class javax.faces.component.html.HtmlCommandButton
Set the value of the onkeydown property.
setOnkeydown(String) - Method in class javax.faces.component.html.HtmlCommandLink
Set the value of the onkeydown property.
setOnkeydown(String) - Method in class javax.faces.component.html.HtmlDataTable
Set the value of the onkeydown property.
setOnkeydown(String) - Method in class javax.faces.component.html.HtmlForm
Set the value of the onkeydown property.
setOnkeydown(String) - Method in class javax.faces.component.html.HtmlGraphicImage
Set the value of the onkeydown property.
setOnkeydown(String) - Method in class javax.faces.component.html.HtmlInputFile
Set the value of the onkeydown property.
setOnkeydown(String) - Method in class javax.faces.component.html.HtmlInputSecret
Set the value of the onkeydown property.
setOnkeydown(String) - Method in class javax.faces.component.html.HtmlInputText
Set the value of the onkeydown property.
setOnkeydown(String) - Method in class javax.faces.component.html.HtmlInputTextarea
Set the value of the onkeydown property.
setOnkeydown(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
Set the value of the onkeydown property.
setOnkeydown(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
Set the value of the onkeydown property.
setOnkeydown(String) - Method in class javax.faces.component.html.HtmlOutputLabel
Set the value of the onkeydown property.
setOnkeydown(String) - Method in class javax.faces.component.html.HtmlOutputLink
Set the value of the onkeydown property.
setOnkeydown(String) - Method in class javax.faces.component.html.HtmlPanelGrid
Set the value of the onkeydown property.
setOnkeydown(String) - Method in class javax.faces.component.html.HtmlPanelGroup
Set the value of the onkeydown property.
setOnkeydown(String) - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
Set the value of the onkeydown property.
setOnkeydown(String) - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
Set the value of the onkeydown property.
setOnkeydown(String) - Method in class javax.faces.component.html.HtmlSelectManyListbox
Set the value of the onkeydown property.
setOnkeydown(String) - Method in class javax.faces.component.html.HtmlSelectManyMenu
Set the value of the onkeydown property.
setOnkeydown(String) - Method in class javax.faces.component.html.HtmlSelectOneListbox
Set the value of the onkeydown property.
setOnkeydown(String) - Method in class javax.faces.component.html.HtmlSelectOneMenu
Set the value of the onkeydown property.
setOnkeydown(String) - Method in class javax.faces.component.html.HtmlSelectOneRadio
Set the value of the onkeydown property.
setOnkeypress(String) - Method in class javax.faces.component.html.HtmlBody
Set the value of the onkeypress property.
setOnkeypress(String) - Method in class javax.faces.component.html.HtmlCommandButton
Set the value of the onkeypress property.
setOnkeypress(String) - Method in class javax.faces.component.html.HtmlCommandLink
Set the value of the onkeypress property.
setOnkeypress(String) - Method in class javax.faces.component.html.HtmlDataTable
Set the value of the onkeypress property.
setOnkeypress(String) - Method in class javax.faces.component.html.HtmlForm
Set the value of the onkeypress property.
setOnkeypress(String) - Method in class javax.faces.component.html.HtmlGraphicImage
Set the value of the onkeypress property.
setOnkeypress(String) - Method in class javax.faces.component.html.HtmlInputFile
Set the value of the onkeypress property.
setOnkeypress(String) - Method in class javax.faces.component.html.HtmlInputSecret
Set the value of the onkeypress property.
setOnkeypress(String) - Method in class javax.faces.component.html.HtmlInputText
Set the value of the onkeypress property.
setOnkeypress(String) - Method in class javax.faces.component.html.HtmlInputTextarea
Set the value of the onkeypress property.
setOnkeypress(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
Set the value of the onkeypress property.
setOnkeypress(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
Set the value of the onkeypress property.
setOnkeypress(String) - Method in class javax.faces.component.html.HtmlOutputLabel
Set the value of the onkeypress property.
setOnkeypress(String) - Method in class javax.faces.component.html.HtmlOutputLink
Set the value of the onkeypress property.
setOnkeypress(String) - Method in class javax.faces.component.html.HtmlPanelGrid
Set the value of the onkeypress property.
setOnkeypress(String) - Method in class javax.faces.component.html.HtmlPanelGroup
Set the value of the onkeypress property.
setOnkeypress(String) - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
Set the value of the onkeypress property.
setOnkeypress(String) - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
Set the value of the onkeypress property.
setOnkeypress(String) - Method in class javax.faces.component.html.HtmlSelectManyListbox
Set the value of the onkeypress property.
setOnkeypress(String) - Method in class javax.faces.component.html.HtmlSelectManyMenu
Set the value of the onkeypress property.
setOnkeypress(String) - Method in class javax.faces.component.html.HtmlSelectOneListbox
Set the value of the onkeypress property.
setOnkeypress(String) - Method in class javax.faces.component.html.HtmlSelectOneMenu
Set the value of the onkeypress property.
setOnkeypress(String) - Method in class javax.faces.component.html.HtmlSelectOneRadio
Set the value of the onkeypress property.
setOnkeyup(String) - Method in class javax.faces.component.html.HtmlBody
Set the value of the onkeyup property.
setOnkeyup(String) - Method in class javax.faces.component.html.HtmlCommandButton
Set the value of the onkeyup property.
setOnkeyup(String) - Method in class javax.faces.component.html.HtmlCommandLink
Set the value of the onkeyup property.
setOnkeyup(String) - Method in class javax.faces.component.html.HtmlDataTable
Set the value of the onkeyup property.
setOnkeyup(String) - Method in class javax.faces.component.html.HtmlForm
Set the value of the onkeyup property.
setOnkeyup(String) - Method in class javax.faces.component.html.HtmlGraphicImage
Set the value of the onkeyup property.
setOnkeyup(String) - Method in class javax.faces.component.html.HtmlInputFile
Set the value of the onkeyup property.
setOnkeyup(String) - Method in class javax.faces.component.html.HtmlInputSecret
Set the value of the onkeyup property.
setOnkeyup(String) - Method in class javax.faces.component.html.HtmlInputText
Set the value of the onkeyup property.
setOnkeyup(String) - Method in class javax.faces.component.html.HtmlInputTextarea
Set the value of the onkeyup property.
setOnkeyup(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
Set the value of the onkeyup property.
setOnkeyup(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
Set the value of the onkeyup property.
setOnkeyup(String) - Method in class javax.faces.component.html.HtmlOutputLabel
Set the value of the onkeyup property.
setOnkeyup(String) - Method in class javax.faces.component.html.HtmlOutputLink
Set the value of the onkeyup property.
setOnkeyup(String) - Method in class javax.faces.component.html.HtmlPanelGrid
Set the value of the onkeyup property.
setOnkeyup(String) - Method in class javax.faces.component.html.HtmlPanelGroup
Set the value of the onkeyup property.
setOnkeyup(String) - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
Set the value of the onkeyup property.
setOnkeyup(String) - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
Set the value of the onkeyup property.
setOnkeyup(String) - Method in class javax.faces.component.html.HtmlSelectManyListbox
Set the value of the onkeyup property.
setOnkeyup(String) - Method in class javax.faces.component.html.HtmlSelectManyMenu
Set the value of the onkeyup property.
setOnkeyup(String) - Method in class javax.faces.component.html.HtmlSelectOneListbox
Set the value of the onkeyup property.
setOnkeyup(String) - Method in class javax.faces.component.html.HtmlSelectOneMenu
Set the value of the onkeyup property.
setOnkeyup(String) - Method in class javax.faces.component.html.HtmlSelectOneRadio
Set the value of the onkeyup property.
setOnload(String) - Method in class javax.faces.component.html.HtmlBody
Set the value of the onload property.
setOnmessage(String) - Method in class javax.faces.component.UIWebsocket
Sets the JavaScript event handler function that is invoked when a push message is received from the server.
setOnmousedown(String) - Method in class javax.faces.component.html.HtmlBody
Set the value of the onmousedown property.
setOnmousedown(String) - Method in class javax.faces.component.html.HtmlCommandButton
Set the value of the onmousedown property.
setOnmousedown(String) - Method in class javax.faces.component.html.HtmlCommandLink
Set the value of the onmousedown property.
setOnmousedown(String) - Method in class javax.faces.component.html.HtmlDataTable
Set the value of the onmousedown property.
setOnmousedown(String) - Method in class javax.faces.component.html.HtmlForm
Set the value of the onmousedown property.
setOnmousedown(String) - Method in class javax.faces.component.html.HtmlGraphicImage
Set the value of the onmousedown property.
setOnmousedown(String) - Method in class javax.faces.component.html.HtmlInputFile
Set the value of the onmousedown property.
setOnmousedown(String) - Method in class javax.faces.component.html.HtmlInputSecret
Set the value of the onmousedown property.
setOnmousedown(String) - Method in class javax.faces.component.html.HtmlInputText
Set the value of the onmousedown property.
setOnmousedown(String) - Method in class javax.faces.component.html.HtmlInputTextarea
Set the value of the onmousedown property.
setOnmousedown(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
Set the value of the onmousedown property.
setOnmousedown(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
Set the value of the onmousedown property.
setOnmousedown(String) - Method in class javax.faces.component.html.HtmlOutputLabel
Set the value of the onmousedown property.
setOnmousedown(String) - Method in class javax.faces.component.html.HtmlOutputLink
Set the value of the onmousedown property.
setOnmousedown(String) - Method in class javax.faces.component.html.HtmlPanelGrid
Set the value of the onmousedown property.
setOnmousedown(String) - Method in class javax.faces.component.html.HtmlPanelGroup
Set the value of the onmousedown property.
setOnmousedown(String) - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
Set the value of the onmousedown property.
setOnmousedown(String) - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
Set the value of the onmousedown property.
setOnmousedown(String) - Method in class javax.faces.component.html.HtmlSelectManyListbox
Set the value of the onmousedown property.
setOnmousedown(String) - Method in class javax.faces.component.html.HtmlSelectManyMenu
Set the value of the onmousedown property.
setOnmousedown(String) - Method in class javax.faces.component.html.HtmlSelectOneListbox
Set the value of the onmousedown property.
setOnmousedown(String) - Method in class javax.faces.component.html.HtmlSelectOneMenu
Set the value of the onmousedown property.
setOnmousedown(String) - Method in class javax.faces.component.html.HtmlSelectOneRadio
Set the value of the onmousedown property.
setOnmousemove(String) - Method in class javax.faces.component.html.HtmlBody
Set the value of the onmousemove property.
setOnmousemove(String) - Method in class javax.faces.component.html.HtmlCommandButton
Set the value of the onmousemove property.
setOnmousemove(String) - Method in class javax.faces.component.html.HtmlCommandLink
Set the value of the onmousemove property.
setOnmousemove(String) - Method in class javax.faces.component.html.HtmlDataTable
Set the value of the onmousemove property.
setOnmousemove(String) - Method in class javax.faces.component.html.HtmlForm
Set the value of the onmousemove property.
setOnmousemove(String) - Method in class javax.faces.component.html.HtmlGraphicImage
Set the value of the onmousemove property.
setOnmousemove(String) - Method in class javax.faces.component.html.HtmlInputFile
Set the value of the onmousemove property.
setOnmousemove(String) - Method in class javax.faces.component.html.HtmlInputSecret
Set the value of the onmousemove property.
setOnmousemove(String) - Method in class javax.faces.component.html.HtmlInputText
Set the value of the onmousemove property.
setOnmousemove(String) - Method in class javax.faces.component.html.HtmlInputTextarea
Set the value of the onmousemove property.
setOnmousemove(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
Set the value of the onmousemove property.
setOnmousemove(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
Set the value of the onmousemove property.
setOnmousemove(String) - Method in class javax.faces.component.html.HtmlOutputLabel
Set the value of the onmousemove property.
setOnmousemove(String) - Method in class javax.faces.component.html.HtmlOutputLink
Set the value of the onmousemove property.
setOnmousemove(String) - Method in class javax.faces.component.html.HtmlPanelGrid
Set the value of the onmousemove property.
setOnmousemove(String) - Method in class javax.faces.component.html.HtmlPanelGroup
Set the value of the onmousemove property.
setOnmousemove(String) - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
Set the value of the onmousemove property.
setOnmousemove(String) - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
Set the value of the onmousemove property.
setOnmousemove(String) - Method in class javax.faces.component.html.HtmlSelectManyListbox
Set the value of the onmousemove property.
setOnmousemove(String) - Method in class javax.faces.component.html.HtmlSelectManyMenu
Set the value of the onmousemove property.
setOnmousemove(String) - Method in class javax.faces.component.html.HtmlSelectOneListbox
Set the value of the onmousemove property.
setOnmousemove(String) - Method in class javax.faces.component.html.HtmlSelectOneMenu
Set the value of the onmousemove property.
setOnmousemove(String) - Method in class javax.faces.component.html.HtmlSelectOneRadio
Set the value of the onmousemove property.
setOnmouseout(String) - Method in class javax.faces.component.html.HtmlBody
Set the value of the onmouseout property.
setOnmouseout(String) - Method in class javax.faces.component.html.HtmlCommandButton
Set the value of the onmouseout property.
setOnmouseout(String) - Method in class javax.faces.component.html.HtmlCommandLink
Set the value of the onmouseout property.
setOnmouseout(String) - Method in class javax.faces.component.html.HtmlDataTable
Set the value of the onmouseout property.
setOnmouseout(String) - Method in class javax.faces.component.html.HtmlForm
Set the value of the onmouseout property.
setOnmouseout(String) - Method in class javax.faces.component.html.HtmlGraphicImage
Set the value of the onmouseout property.
setOnmouseout(String) - Method in class javax.faces.component.html.HtmlInputFile
Set the value of the onmouseout property.
setOnmouseout(String) - Method in class javax.faces.component.html.HtmlInputSecret
Set the value of the onmouseout property.
setOnmouseout(String) - Method in class javax.faces.component.html.HtmlInputText
Set the value of the onmouseout property.
setOnmouseout(String) - Method in class javax.faces.component.html.HtmlInputTextarea
Set the value of the onmouseout property.
setOnmouseout(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
Set the value of the onmouseout property.
setOnmouseout(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
Set the value of the onmouseout property.
setOnmouseout(String) - Method in class javax.faces.component.html.HtmlOutputLabel
Set the value of the onmouseout property.
setOnmouseout(String) - Method in class javax.faces.component.html.HtmlOutputLink
Set the value of the onmouseout property.
setOnmouseout(String) - Method in class javax.faces.component.html.HtmlPanelGrid
Set the value of the onmouseout property.
setOnmouseout(String) - Method in class javax.faces.component.html.HtmlPanelGroup
Set the value of the onmouseout property.
setOnmouseout(String) - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
Set the value of the onmouseout property.
setOnmouseout(String) - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
Set the value of the onmouseout property.
setOnmouseout(String) - Method in class javax.faces.component.html.HtmlSelectManyListbox
Set the value of the onmouseout property.
setOnmouseout(String) - Method in class javax.faces.component.html.HtmlSelectManyMenu
Set the value of the onmouseout property.
setOnmouseout(String) - Method in class javax.faces.component.html.HtmlSelectOneListbox
Set the value of the onmouseout property.
setOnmouseout(String) - Method in class javax.faces.component.html.HtmlSelectOneMenu
Set the value of the onmouseout property.
setOnmouseout(String) - Method in class javax.faces.component.html.HtmlSelectOneRadio
Set the value of the onmouseout property.
setOnmouseover(String) - Method in class javax.faces.component.html.HtmlBody
Set the value of the onmouseover property.
setOnmouseover(String) - Method in class javax.faces.component.html.HtmlCommandButton
Set the value of the onmouseover property.
setOnmouseover(String) - Method in class javax.faces.component.html.HtmlCommandLink
Set the value of the onmouseover property.
setOnmouseover(String) - Method in class javax.faces.component.html.HtmlDataTable
Set the value of the onmouseover property.
setOnmouseover(String) - Method in class javax.faces.component.html.HtmlForm
Set the value of the onmouseover property.
setOnmouseover(String) - Method in class javax.faces.component.html.HtmlGraphicImage
Set the value of the onmouseover property.
setOnmouseover(String) - Method in class javax.faces.component.html.HtmlInputFile
Set the value of the onmouseover property.
setOnmouseover(String) - Method in class javax.faces.component.html.HtmlInputSecret
Set the value of the onmouseover property.
setOnmouseover(String) - Method in class javax.faces.component.html.HtmlInputText
Set the value of the onmouseover property.
setOnmouseover(String) - Method in class javax.faces.component.html.HtmlInputTextarea
Set the value of the onmouseover property.
setOnmouseover(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
Set the value of the onmouseover property.
setOnmouseover(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
Set the value of the onmouseover property.
setOnmouseover(String) - Method in class javax.faces.component.html.HtmlOutputLabel
Set the value of the onmouseover property.
setOnmouseover(String) - Method in class javax.faces.component.html.HtmlOutputLink
Set the value of the onmouseover property.
setOnmouseover(String) - Method in class javax.faces.component.html.HtmlPanelGrid
Set the value of the onmouseover property.
setOnmouseover(String) - Method in class javax.faces.component.html.HtmlPanelGroup
Set the value of the onmouseover property.
setOnmouseover(String) - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
Set the value of the onmouseover property.
setOnmouseover(String) - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
Set the value of the onmouseover property.
setOnmouseover(String) - Method in class javax.faces.component.html.HtmlSelectManyListbox
Set the value of the onmouseover property.
setOnmouseover(String) - Method in class javax.faces.component.html.HtmlSelectManyMenu
Set the value of the onmouseover property.
setOnmouseover(String) - Method in class javax.faces.component.html.HtmlSelectOneListbox
Set the value of the onmouseover property.
setOnmouseover(String) - Method in class javax.faces.component.html.HtmlSelectOneMenu
Set the value of the onmouseover property.
setOnmouseover(String) - Method in class javax.faces.component.html.HtmlSelectOneRadio
Set the value of the onmouseover property.
setOnmouseup(String) - Method in class javax.faces.component.html.HtmlBody
Set the value of the onmouseup property.
setOnmouseup(String) - Method in class javax.faces.component.html.HtmlCommandButton
Set the value of the onmouseup property.
setOnmouseup(String) - Method in class javax.faces.component.html.HtmlCommandLink
Set the value of the onmouseup property.
setOnmouseup(String) - Method in class javax.faces.component.html.HtmlDataTable
Set the value of the onmouseup property.
setOnmouseup(String) - Method in class javax.faces.component.html.HtmlForm
Set the value of the onmouseup property.
setOnmouseup(String) - Method in class javax.faces.component.html.HtmlGraphicImage
Set the value of the onmouseup property.
setOnmouseup(String) - Method in class javax.faces.component.html.HtmlInputFile
Set the value of the onmouseup property.
setOnmouseup(String) - Method in class javax.faces.component.html.HtmlInputSecret
Set the value of the onmouseup property.
setOnmouseup(String) - Method in class javax.faces.component.html.HtmlInputText
Set the value of the onmouseup property.
setOnmouseup(String) - Method in class javax.faces.component.html.HtmlInputTextarea
Set the value of the onmouseup property.
setOnmouseup(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
Set the value of the onmouseup property.
setOnmouseup(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
Set the value of the onmouseup property.
setOnmouseup(String) - Method in class javax.faces.component.html.HtmlOutputLabel
Set the value of the onmouseup property.
setOnmouseup(String) - Method in class javax.faces.component.html.HtmlOutputLink
Set the value of the onmouseup property.
setOnmouseup(String) - Method in class javax.faces.component.html.HtmlPanelGrid
Set the value of the onmouseup property.
setOnmouseup(String) - Method in class javax.faces.component.html.HtmlPanelGroup
Set the value of the onmouseup property.
setOnmouseup(String) - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
Set the value of the onmouseup property.
setOnmouseup(String) - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
Set the value of the onmouseup property.
setOnmouseup(String) - Method in class javax.faces.component.html.HtmlSelectManyListbox
Set the value of the onmouseup property.
setOnmouseup(String) - Method in class javax.faces.component.html.HtmlSelectManyMenu
Set the value of the onmouseup property.
setOnmouseup(String) - Method in class javax.faces.component.html.HtmlSelectOneListbox
Set the value of the onmouseup property.
setOnmouseup(String) - Method in class javax.faces.component.html.HtmlSelectOneMenu
Set the value of the onmouseup property.
setOnmouseup(String) - Method in class javax.faces.component.html.HtmlSelectOneRadio
Set the value of the onmouseup property.
setOnopen(String) - Method in class javax.faces.component.UIWebsocket
Sets the JavaScript event handler function that is invoked when the websocket is opened.
setOnPostback(boolean) - Method in class javax.faces.component.UIViewAction

Controls whether or not this component operates on postback.

setOnreset(String) - Method in class javax.faces.component.html.HtmlForm
Set the value of the onreset property.
setOnselect(String) - Method in class javax.faces.component.html.HtmlCommandButton
Set the value of the onselect property.
setOnselect(String) - Method in class javax.faces.component.html.HtmlInputFile
Set the value of the onselect property.
setOnselect(String) - Method in class javax.faces.component.html.HtmlInputSecret
Set the value of the onselect property.
setOnselect(String) - Method in class javax.faces.component.html.HtmlInputText
Set the value of the onselect property.
setOnselect(String) - Method in class javax.faces.component.html.HtmlInputTextarea
Set the value of the onselect property.
setOnselect(String) - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
Set the value of the onselect property.
setOnselect(String) - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
Set the value of the onselect property.
setOnselect(String) - Method in class javax.faces.component.html.HtmlSelectOneRadio
Set the value of the onselect property.
setOnsubmit(String) - Method in class javax.faces.component.html.HtmlForm
Set the value of the onsubmit property.
setOnunload(String) - Method in class javax.faces.component.html.HtmlBody
Set the value of the onunload property.
setOpaque(boolean) - Method in interface javax.xml.registry.infomodel.ExtrinsicObject
Sets whether the ExtrinsicObject is opaque (not readable) by the registry.
setOperationName(QName) - Method in interface javax.xml.rpc.Call
Sets the name of the operation to be invoked using this Call instance.
setOutcome(String) - Method in class javax.faces.component.UIOutcomeTarget

Sets the outcome property of the UIOutcomeTarget.

setOutputStream(OutputStream) - Method in interface javax.ws.rs.ext.WriterInterceptorContext
Set a new output stream for the object to be written.
setPageContext(PageContext) - Method in class javax.faces.webapp.UIComponentClassicTagBase
Set the PageContext of the page containing this tag instance.
setPageContext(PageContext) - Method in interface javax.servlet.jsp.tagext.Tag
Set the current page context.
setPageContext(PageContext) - Method in class javax.servlet.jsp.tagext.TagAdapter
Must not be called.
setPageContext(PageContext) - Method in class javax.servlet.jsp.tagext.TagSupport
Set the page context.
setParameter(String, String) - Method in class javax.mail.internet.ContentDisposition
Set the specified parameter.
setParameter(String, String) - Method in class javax.mail.internet.ContentType
Set the specified parameter.
setParameter(Parameter<T>, T) - Method in interface javax.persistence.Query
Bind the value of a Parameter object.
setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface javax.persistence.Query
Bind an instance of java.util.Calendar to a Parameter object.
setParameter(Parameter<Date>, Date, TemporalType) - Method in interface javax.persistence.Query
Bind an instance of java.util.Date to a Parameter object.
setParameter(String, Object) - Method in interface javax.persistence.Query
Bind an argument value to a named parameter.
setParameter(String, Calendar, TemporalType) - Method in interface javax.persistence.Query
Bind an instance of java.util.Calendar to a named parameter.
setParameter(String, Date, TemporalType) - Method in interface javax.persistence.Query
Bind an instance of java.util.Date to a named parameter.
setParameter(int, Object) - Method in interface javax.persistence.Query
Bind an argument value to a positional parameter.
setParameter(int, Calendar, TemporalType) - Method in interface javax.persistence.Query
Bind an instance of java.util.Calendar to a positional parameter.
setParameter(int, Date, TemporalType) - Method in interface javax.persistence.Query
Bind an instance of java.util.Date to a positional parameter.
setParameter(Parameter<T>, T) - Method in interface javax.persistence.StoredProcedureQuery
Bind the value of a Parameter object.
setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface javax.persistence.StoredProcedureQuery
Bind an instance of java.util.Calendar to a Parameter object.
setParameter(Parameter<Date>, Date, TemporalType) - Method in interface javax.persistence.StoredProcedureQuery
Bind an instance of java.util.Date to a Parameter object.
setParameter(String, Object) - Method in interface javax.persistence.StoredProcedureQuery
Bind an argument value to a named parameter.
setParameter(String, Calendar, TemporalType) - Method in interface javax.persistence.StoredProcedureQuery
Bind an instance of java.util.Calendar to a named parameter.
setParameter(String, Date, TemporalType) - Method in interface javax.persistence.StoredProcedureQuery
Bind an instance of java.util.Date to a named parameter.
setParameter(int, Object) - Method in interface javax.persistence.StoredProcedureQuery
Bind an argument value to a positional parameter.
setParameter(int, Calendar, TemporalType) - Method in interface javax.persistence.StoredProcedureQuery
Bind an instance of java.util.Calendar to a positional parameter.
setParameter(int, Date, TemporalType) - Method in interface javax.persistence.StoredProcedureQuery
Bind an instance of java.util.Date to a positional parameter.
setParameter(Parameter<T>, T) - Method in interface javax.persistence.TypedQuery
Bind the value of a Parameter object.
setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface javax.persistence.TypedQuery
Bind an instance of java.util.Calendar to a Parameter object.
setParameter(Parameter<Date>, Date, TemporalType) - Method in interface javax.persistence.TypedQuery
Bind an instance of java.util.Date to a Parameter object.
setParameter(String, Object) - Method in interface javax.persistence.TypedQuery
Bind an argument value to a named parameter.
setParameter(String, Calendar, TemporalType) - Method in interface javax.persistence.TypedQuery
Bind an instance of java.util.Calendar to a named parameter.
setParameter(String, Date, TemporalType) - Method in interface javax.persistence.TypedQuery
Bind an instance of java.util.Date to a named parameter.
setParameter(int, Object) - Method in interface javax.persistence.TypedQuery
Bind an argument value to a positional parameter.
setParameter(int, Calendar, TemporalType) - Method in interface javax.persistence.TypedQuery
Bind an instance of java.util.Calendar to a positional parameter.
setParameter(int, Date, TemporalType) - Method in interface javax.persistence.TypedQuery
Bind an instance of java.util.Date to a positional parameter.
setParameterList(ParameterList) - Method in class javax.mail.internet.ContentDisposition
Set a new ParameterList.
setParameterList(ParameterList) - Method in class javax.mail.internet.ContentType
Set a new ParameterList.
setParameters(Object[]) - Method in interface javax.interceptor.InvocationContext
Sets the parameter values that will be passed to the method or constructor of the target class.
setParent(UIComponent) - Method in class javax.faces.component.UIComponent

Set the parent UIComponent of this UIComponent.

setParent(UIComponent) - Method in class javax.faces.component.UIComponentBase
 
setParent(Tag) - Method in class javax.faces.webapp.UIComponentClassicTagBase
Set the Tag that is the parent of this instance.
setParent(Part) - Method in class javax.mail.Multipart
Set the parent of this Multipart to be the specified Part.
setParent(JspTag) - Method in interface javax.servlet.jsp.tagext.SimpleTag
Sets the parent of this tag, for collaboration purposes.
setParent(JspTag) - Method in class javax.servlet.jsp.tagext.SimpleTagSupport
Sets the parent of this tag, for collaboration purposes.
setParent(Tag) - Method in interface javax.servlet.jsp.tagext.Tag
Set the parent (closest enclosing tag handler) of this tag handler.
setParent(Tag) - Method in class javax.servlet.jsp.tagext.TagAdapter
Must not be called.
setParent(Tag) - Method in class javax.servlet.jsp.tagext.TagSupport
Set the nesting tag of this tag.
setPartialRequest(boolean) - Method in class javax.faces.context.PartialViewContext

Dynamically indicate that this is a partial request.

setPartialRequest(boolean) - Method in class javax.faces.context.PartialViewContextWrapper

The default behavior of this method is to call PartialViewContext.setPartialRequest(boolean) on the wrapped PartialViewContext object.

setPartitionProperties(Properties[]) - Method in interface javax.batch.api.partition.PartitionPlan
Sets array of substitution Properties objects for the set of Partitions.
setPartitionProperties(Properties[]) - Method in class javax.batch.api.partition.PartitionPlanImpl
 
setPartitions(int) - Method in interface javax.batch.api.partition.PartitionPlan
Set number of partitions.
setPartitions(int) - Method in class javax.batch.api.partition.PartitionPlanImpl
 
setPartitionsOverride(boolean) - Method in interface javax.batch.api.partition.PartitionPlan
Specify whether or not to override the partition count from the previous job execution.
setPartitionsOverride(boolean) - Method in class javax.batch.api.partition.PartitionPlanImpl
 
setPasswordAuthentication(URLName, PasswordAuthentication) - Method in class javax.mail.Session
Save a PasswordAuthentication for this (store or transport) URLName.
setPath(String) - Method in class javax.servlet.http.Cookie
Specifies a path for the cookie to which the client should return the cookie.
setPath(String) - Method in interface javax.servlet.SessionCookieConfig
Sets the path that will be assigned to any session tracking cookies created on behalf of the application represented by the ServletContext from which this SessionCookieConfig was acquired.
setPattern(String) - Method in class javax.faces.convert.DateTimeConverter
Set the format pattern to be used when formatting and parsing dates and times.
setPattern(String) - Method in class javax.faces.convert.NumberConverter
Set the format pattern to be used when formatting and parsing numbers.
setPattern(String) - Method in class javax.faces.validator.RegexValidator
The Regular Expression property to validate against.
setPersistenceProviderResolver(PersistenceProviderResolver) - Static method in class javax.persistence.spi.PersistenceProviderResolverHolder
Defines the persistence provider resolver used.
setPersistent(boolean) - Method in class javax.ejb.TimerConfig
Specify whether the timer is persistent.
setPersistentUserData(Serializable) - Method in interface javax.batch.runtime.context.StepContext
The setPersistentUserData method stores a persistent data object into the current step.
setPersonal(String, String) - Method in class javax.mail.internet.InternetAddress
Set the personal name.
setPersonal(String) - Method in class javax.mail.internet.InternetAddress
Set the personal name.
setPersonName(PersonName) - Method in interface javax.xml.registry.infomodel.User
Sets the name of this User.
setPhase(String) - Method in class javax.faces.component.UIViewAction

Attempt to set the lifecycle phase in which this instance will queue its ActionEvent.

setPhaseId(PhaseId) - Method in class javax.faces.event.FacesEvent
Set the PhaseId during which this event will be delivered.
setPortTypeName(QName) - Method in interface javax.xml.rpc.Call
Sets the qualified name of the port type.
setPostalAddress(PostalAddress) - Method in interface javax.xml.registry.infomodel.Organization
Sets the address for this Organization.
setPostalAddresses(Collection) - Method in interface javax.xml.registry.infomodel.User
Sets the addresses for this User.
setPostalCode(String) - Method in interface javax.xml.registry.infomodel.PostalAddress
Sets the postal or zip code.
setPostalScheme(ClassificationScheme) - Method in interface javax.xml.registry.infomodel.PostalAddress
Sets a user-defined postal scheme for codifying the attributes of PostalAddress.
setPreamble(String) - Method in class javax.mail.internet.MimeMultipart
Set the preamble text to be included before the first body part.
setPrependId(boolean) - Method in class javax.faces.component.UIForm
 
setPrimaryContact(User) - Method in interface javax.xml.registry.infomodel.Organization
Sets the primary contact for this Organization.
setPrimaryType(String) - Method in class javax.mail.internet.ContentType
Set the primary type.
setPriority(int) - Method in interface javax.jms.JMSProducer
Specifies the priority of messages that are sent using this JMSProducer
setPriority(int) - Method in interface javax.jms.MessageProducer
Sets the producer's default priority.
setPrivate(boolean) - Method in class javax.ws.rs.core.CacheControl
Corresponds to the private cache control directive.
setProcessingEvents(boolean) - Method in class javax.faces.context.FacesContext

Allows control of wheter or not the runtime will publish events when Application.publishEvent(FacesContext, Class, Object) or Application.publishEvent(FacesContext, Class, Class, Object) is called.

setProcessingEvents(boolean) - Method in class javax.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext.setProcessingEvents(boolean) on the wrapped FacesContext object.
setProducer(Producer<X>) - Method in interface javax.enterprise.inject.spi.ProcessProducer
Replaces the Producer object that will be used by the container to call the producer method or read the producer field.
setProperties(Map<String, Object>) - Method in class javax.enterprise.inject.se.SeContainerInitializer
Set all the configuration properties.
setProperties(UIComponent) - Method in class javax.faces.webapp.UIComponentClassicTagBase
Override properties and attributes of the specified component, if the corresponding properties of this tag handler instance were explicitly set.
setProperties(UIComponent) - Method in class javax.faces.webapp.UIComponentELTag
Override properties and attributes of the specified component, if the corresponding properties of this tag handler instance were explicitly set.
setProperties(UIComponent) - Method in class javax.faces.webapp.UIComponentTag
Deprecated.
 
setProperties(Properties) - Method in class javax.xml.registry.ConnectionFactory
Sets the Properties used during createConnection and createFederatedConnection calls.
setProperty(String, boolean) - Method in interface javax.jms.JMSProducer
Specifies that messages sent using this JMSProducer will have the specified property set to the specified boolean value.
setProperty(String, byte) - Method in interface javax.jms.JMSProducer
Specifies that messages sent using this JMSProducer will have the specified property set to the specified byte value.
setProperty(String, short) - Method in interface javax.jms.JMSProducer
Specifies that messages sent using this JMSProducer will have the specified property set to the specified short value.
setProperty(String, int) - Method in interface javax.jms.JMSProducer
Specifies that messages sent using this JMSProducer will have the specified property set to the specified int value.
setProperty(String, long) - Method in interface javax.jms.JMSProducer
Specifies that messages sent using this JMSProducer will have the specified property set to the specified long value.
setProperty(String, float) - Method in interface javax.jms.JMSProducer
Specifies that messages sent using this JMSProducer will have the specified property set to the specified float value.
setProperty(String, double) - Method in interface javax.jms.JMSProducer
Specifies that messages sent using this JMSProducer will have the specified property set to the specified double value.
setProperty(String, String) - Method in interface javax.jms.JMSProducer
Specifies that messages sent using this JMSProducer will have the specified property set to the specified String value.
setProperty(String, Object) - Method in interface javax.jms.JMSProducer
Specifies that messages sent using this JMSProducer will have the specified property set to the specified Java object value.
setProperty(String, Object) - Method in class javax.json.bind.JsonbConfig
Set the particular configuration property to a new value.
setProperty(String, Object) - Method in interface javax.persistence.EntityManager
Set an entity manager property or hint.
setProperty(String, Object) - Method in interface javax.ws.rs.client.ClientRequestContext
Binds an object to a given property name in the current request/response exchange context.
setProperty(String, Object) - Method in interface javax.ws.rs.container.ContainerRequestContext
Binds an object to a given property name in the current request/response exchange context.
setProperty(String, Object) - Method in interface javax.ws.rs.ext.InterceptorContext
Binds an object to a given property name in the current request/response exchange context.
setProperty(String, Object) - Method in interface javax.xml.rpc.Call
Sets the value for a named property.
setProperty(String, Object) - Method in interface javax.xml.rpc.handler.MessageContext
Sets the name and value of a property associated with the MessageContext.
setPropertyResolved(boolean) - Method in class javax.el.ELContext
Called to indicate that a ELResolver has successfully resolved a given (base, property) pair.
setPropertyResolved(Object, Object) - Method in class javax.el.ELContext
Called to indicate that a ELResolver has successfully resolved a given (base, property) pair and to notify the EvaluationListeners.
setPropertyResolver(PropertyResolver) - Method in class javax.faces.application.Application
Deprecated.
The recommended way to affect the execution of the Jakarta Expression Language is to provide an <el-resolver> element at the right place in the application configuration resources which will be considered in the normal course of expression evaluation. This method now will cause the argument resolver to be wrapped inside an implementation of ELResolver and exposed to the Jakarta Expression Language resolution system as if the user had called Application.addELResolver(javax.el.ELResolver).
setPropertyResolver(PropertyResolver) - Method in class javax.faces.application.ApplicationWrapper
Deprecated.
See superclass for alternative.
setProtocolForAddress(String, String) - Method in class javax.mail.Session
Set the default transport protocol to use for addresses of the specified type.
setProvider(Provider) - Method in class javax.mail.Session
Set the passed Provider to be the default implementation for the protocol in Provider.protocol overriding any previous values.
setProvidingOrganization(Organization) - Method in interface javax.xml.registry.infomodel.Service
Sets the Organization that provides this service.
setProxyRevalidate(boolean) - Method in class javax.ws.rs.core.CacheControl
Corresponds to the must-revalidate cache control directive.
setPublic(String) - Method in class javax.faces.component.html.HtmlDoctype
Set the value of the public property.
setQuota(Quota) - Method in interface javax.mail.QuotaAwareStore
Set the quotas for the quota root specified in the quota argument.
setReadListener(ReadListener) - Method in class javax.servlet.ServletInputStream
Instructs the ServletInputStream to invoke the provided ReadListener when it is possible to read
setReadonly(boolean) - Method in class javax.faces.component.html.HtmlCommandButton
Set the value of the readonly property.
setReadonly(boolean) - Method in class javax.faces.component.html.HtmlInputFile
Set the value of the readonly property.
setReadonly(boolean) - Method in class javax.faces.component.html.HtmlInputSecret
Set the value of the readonly property.
setReadonly(boolean) - Method in class javax.faces.component.html.HtmlInputText
Set the value of the readonly property.
setReadonly(boolean) - Method in class javax.faces.component.html.HtmlInputTextarea
Set the value of the readonly property.
setReadonly(boolean) - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
Set the value of the readonly property.
setReadonly(boolean) - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
Set the value of the readonly property.
setReadonly(boolean) - Method in class javax.faces.component.html.HtmlSelectManyListbox
Set the value of the readonly property.
setReadonly(boolean) - Method in class javax.faces.component.html.HtmlSelectManyMenu
Set the value of the readonly property.
setReadonly(boolean) - Method in class javax.faces.component.html.HtmlSelectOneListbox
Set the value of the readonly property.
setReadonly(boolean) - Method in class javax.faces.component.html.HtmlSelectOneMenu
Set the value of the readonly property.
setReadonly(boolean) - Method in class javax.faces.component.html.HtmlSelectOneRadio
Set the value of the readonly property.
setRecipient(Message.RecipientType, Address) - Method in class javax.mail.Message
Set the recipient address.
setRecipients(Message.RecipientType, Address[]) - Method in class javax.mail.internet.MimeMessage
Set the specified recipient type to the given addresses.
setRecipients(Message.RecipientType, String) - Method in class javax.mail.internet.MimeMessage
Set the specified recipient type to the given addresses.
setRecipients(Message.RecipientType, Address[]) - Method in class javax.mail.Message
Set the recipient addresses.
setRecordName(String) - Method in interface javax.resource.cci.Record
Sets the name of the Record.
setRecordShortDescription(String) - Method in interface javax.resource.cci.Record
Sets a short description string for the Record.
setRedirect(boolean) - Method in class javax.faces.context.Flash

Setting this property to true indicates that the next request on this session will be a redirect.

setRedirect(boolean) - Method in class javax.faces.context.FlashWrapper

The default behavior of this method is to call Flash.setRedirect(boolean) on the wrapped Flash object.

setRedisplay(boolean) - Method in class javax.faces.component.html.HtmlInputSecret
Set the value of the redisplay property.
setRedisplay(boolean) - Method in class javax.faces.component.UIMessage
Set the flag indicating whether the detail property of the associated message(s) should be displayed.
setRedisplay(boolean) - Method in class javax.faces.component.UIMessages
Set the flag indicating whether the detail property of the associated message(s) should be displayed.
setReference(Reference) - Method in interface javax.resource.Referenceable
Sets the Reference instance.
setRegisterSession(String, Set<String>) - Method in interface javax.security.enterprise.authentication.mechanism.http.HttpMessageContext
Asks the runtime to register an authentication session.
setRegisterSession(String, Set<String>) - Method in class javax.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
setRel(String) - Method in class javax.faces.component.html.HtmlCommandLink
Set the value of the rel property.
setRel(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
Set the value of the rel property.
setRel(String) - Method in class javax.faces.component.html.HtmlOutputLink
Set the value of the rel property.
setRememberMe(boolean) - Method in class javax.security.enterprise.authentication.mechanism.http.AuthenticationParameters
Sets whether "remember me" should be used.
setRender(Collection<String>) - Method in class javax.faces.component.behavior.AjaxBehavior

Sets the component identifiers that will be used to identify components that should be processed during the render phase of the request processing lifecycle.

setRender(String) - Method in class javax.faces.component.html.HtmlCommandScript
Set the value of the render property.
setRenderAll(boolean) - Method in class javax.faces.context.PartialViewContext

Indicate the entire view must be rendered if renderAll is true.

setRenderAll(boolean) - Method in class javax.faces.context.PartialViewContextWrapper
The default behavior of this method is to call PartialViewContext.setRenderAll(boolean) on the wrapped PartialViewContext object.
setRendered(boolean) - Method in class javax.faces.component.UIComponent
Set the rendered property of this UIComponent.
setRendered(boolean) - Method in class javax.faces.component.UIComponentBase
 
setRendered(boolean) - Method in class javax.faces.component.UIViewAction

Sets the if property of this component.

setRendered(ValueExpression) - Method in class javax.faces.webapp.UIComponentELTag
Set an override for the rendered attribute.
setRendered(String) - Method in class javax.faces.webapp.UIComponentTag
Deprecated.
Set an override for the rendered attribute.
setRendererType(String) - Method in class javax.faces.component.UIComponent
Set the Renderer type for this UIComponent, or null for components that render themselves.
setRendererType(String) - Method in class javax.faces.component.UIComponentBase
 
setRenderKitId(String) - Method in class javax.faces.component.UIViewRoot
Set the render kit identifier of the RenderKit associated with this view.
setReplyTo(Address[]) - Method in class javax.mail.internet.MimeMessage
Set the RFC 822 "Reply-To" header field.
setReplyTo(Address[]) - Method in class javax.mail.Message
Set the addresses to which replies should be directed.
setRepositoryItem(DataHandler) - Method in interface javax.xml.registry.infomodel.ExtrinsicObject
Sets the repository item for this object.
setRequest(Object) - Method in class javax.faces.context.ExternalContext
Set the environment-specific request to be returned by subsequent calls to ExternalContext.getRequest().
setRequest(Object) - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.setRequest(Object) on the wrapped ExternalContext object.
setRequest(HttpServletRequest) - Method in interface javax.security.enterprise.authentication.mechanism.http.HttpMessageContext
Sets the request object.
setRequest(HttpServletRequest) - Method in class javax.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
setRequest(ServletRequest) - Method in class javax.servlet.ServletRequestWrapper
Sets the request object being wrapped.
setRequestCharacterEncoding(String) - Method in class javax.faces.context.ExternalContext
Overrides the name of the character encoding used in the body of this request.
setRequestCharacterEncoding(String) - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.setRequestCharacterEncoding(String) on the wrapped ExternalContext object.
setRequestCharacterEncoding(String) - Method in interface javax.servlet.ServletContext
Sets the request character encoding for this ServletContext.
setRequestMessage(Object) - Method in interface javax.security.auth.message.MessageInfo
Set the request message object in this MessageInfo.
setRequestUri(URI) - Method in interface javax.ws.rs.container.ContainerRequestContext
Set a new request URI using the current base URI of the application to resolve the application-specific request URI part.
setRequestUri(URI, URI) - Method in interface javax.ws.rs.container.ContainerRequestContext
Set a new request URI using a new base URI to resolve the application-specific request URI part.
setRequired(boolean) - Method in interface javax.faces.component.EditableValueHolder
Set the "required field" state for this component.
setRequired(boolean) - Method in class javax.faces.component.UIInput
Set the "required field" state for this component.
setRequiredMessage(String) - Method in class javax.faces.component.UIInput
Override any ValueExpression set for the "requiredMessage" with the literal argument provided to this method.
setResetValues(boolean) - Method in class javax.faces.component.behavior.AjaxBehavior

Set the resetValues status of this behavior.

setResetValues(Boolean) - Method in class javax.faces.component.html.HtmlCommandScript
Set the value of the resetValues property.
setResourceAdapter(ResourceAdapter) - Method in interface javax.resource.spi.ResourceAdapterAssociation
Associate this object with a ResourceAdapter object.
setResourceHandler(ResourceHandler) - Method in class javax.faces.application.Application

Set the ResourceHandler instance that will be utilized for rendering the markup for resources, and for satisfying client requests to serve up resources.

setResourceHandler(ResourceHandler) - Method in class javax.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.setResourceHandler(ResourceHandler) on the wrapped Application object.

setResourceLibraryContracts(List<String>) - Method in class javax.faces.context.FacesContext

Set the resource library contracts calculated as valid to use with this view.

setResourceLibraryContracts(List<String>) - Method in class javax.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext.setResourceLibraryContracts(java.util.List<java.lang.String>) on the wrapped FacesContext object.
setResourceLimit(String, long) - Method in class javax.mail.Quota
Set a resource limit for this quota root.
setResourceName(String) - Method in class javax.faces.application.Resource

Set the resourceName for this resource.

setResourceName(String) - Method in class javax.faces.application.ResourceWrapper

The default behavior of this method is to call Resource.setResourceName(String) on the wrapped ResourceHandler object.

setResponse(Object) - Method in class javax.faces.context.ExternalContext
Set the environment-specific response to be returned by subsequent calls to ExternalContext.getResponse().
setResponse(Object) - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.setResponse(Object) on the wrapped ExternalContext object.
setResponse(HttpServletResponse) - Method in interface javax.security.enterprise.authentication.mechanism.http.HttpMessageContext
Set the response object.
setResponse(HttpServletResponse) - Method in class javax.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
setResponse(ServletResponse) - Method in class javax.servlet.ServletResponseWrapper
Sets the response being wrapped.
setResponseBufferSize(int) - Method in class javax.faces.context.ExternalContext

Set the buffer size for the current response.

setResponseBufferSize(int) - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.setResponseBufferSize(int) on the wrapped ExternalContext object.
setResponseCharacterEncoding(String) - Method in class javax.faces.context.ExternalContext
Sets the character encoding (MIME charset) of the response being sent to the client, for example, to UTF-8.
setResponseCharacterEncoding(String) - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.getResponseCharacterEncoding() on the wrapped ExternalContext object.
setResponseCharacterEncoding(String) - Method in interface javax.servlet.ServletContext
Sets the response character encoding for this ServletContext.
setResponseContentLength(int) - Method in class javax.faces.context.ExternalContext

Set the content length of the response.

setResponseContentLength(int) - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.setResponseContentLength(int) on the wrapped ExternalContext object.
setResponseContentType(String) - Method in class javax.faces.context.ExternalContext

Sets the content type of the response being sent to the client, if the response has not been committed yet.

setResponseContentType(String) - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.setResponseContentType(String) on the wrapped ExternalContext object.
setResponseHeader(String, String) - Method in class javax.faces.context.ExternalContext

Set the response header with the given name and value.

setResponseHeader(String, String) - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.setResponseHeader(String,String) on the wrapped ExternalContext object.
setResponseMessage(Object) - Method in interface javax.security.auth.message.MessageInfo
Set the response message object in this MessageInfo.
setResponseStatus(int) - Method in class javax.faces.context.ExternalContext

Sets the HTTP status code for the response.

setResponseStatus(int) - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.setResponseStatus(int) on the wrapped ExternalContext object.
setResponseStream(ResponseStream) - Method in class javax.faces.context.FacesContext
Set the ResponseStream to which components should direct their binary output.
setResponseStream(ResponseStream) - Method in class javax.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext.setResponseStream(ResponseStream) on the wrapped FacesContext object.
setResponseWriter(ResponseWriter) - Method in class javax.faces.context.FacesContext
Set the ResponseWriter to which components should direct their character-based output.
setResponseWriter(ResponseWriter) - Method in class javax.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext.setResponseWriter(ResponseWriter) on the wrapped FacesContext object.
setResult(boolean) - Method in class javax.security.auth.message.callback.PasswordValidationCallback
Set the authentication result.
setReturnType(QName) - Method in interface javax.xml.rpc.Call
Sets the return type for a specific operation.
setReturnType(QName, Class) - Method in interface javax.xml.rpc.Call
Sets the return type for a specific operation.
setRev(String) - Method in class javax.faces.component.html.HtmlCommandLink
Set the value of the rev property.
setRev(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
Set the value of the rev property.
setRev(String) - Method in class javax.faces.component.html.HtmlOutputLink
Set the value of the rev property.
setRole(String) - Method in class javax.faces.component.html.HtmlBody
Set the value of the role property.
setRole(String) - Method in class javax.faces.component.html.HtmlCommandButton
Set the value of the role property.
setRole(String) - Method in class javax.faces.component.html.HtmlCommandLink
Set the value of the role property.
setRole(String) - Method in class javax.faces.component.html.HtmlDataTable
Set the value of the role property.
setRole(String) - Method in class javax.faces.component.html.HtmlForm
Set the value of the role property.
setRole(String) - Method in class javax.faces.component.html.HtmlGraphicImage
Set the value of the role property.
setRole(String) - Method in class javax.faces.component.html.HtmlInputFile
Set the value of the role property.
setRole(String) - Method in class javax.faces.component.html.HtmlInputSecret
Set the value of the role property.
setRole(String) - Method in class javax.faces.component.html.HtmlInputText
Set the value of the role property.
setRole(String) - Method in class javax.faces.component.html.HtmlInputTextarea
Set the value of the role property.
setRole(String) - Method in class javax.faces.component.html.HtmlMessage
Set the value of the role property.
setRole(String) - Method in class javax.faces.component.html.HtmlMessages
Set the value of the role property.
setRole(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
Set the value of the role property.
setRole(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
Set the value of the role property.
setRole(String) - Method in class javax.faces.component.html.HtmlOutputFormat
Set the value of the role property.
setRole(String) - Method in class javax.faces.component.html.HtmlOutputLabel
Set the value of the role property.
setRole(String) - Method in class javax.faces.component.html.HtmlOutputLink
Set the value of the role property.
setRole(String) - Method in class javax.faces.component.html.HtmlOutputText
Set the value of the role property.
setRole(String) - Method in class javax.faces.component.html.HtmlPanelGrid
Set the value of the role property.
setRole(String) - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
Set the value of the role property.
setRole(String) - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
Set the value of the role property.
setRole(String) - Method in class javax.faces.component.html.HtmlSelectManyListbox
Set the value of the role property.
setRole(String) - Method in class javax.faces.component.html.HtmlSelectManyMenu
Set the value of the role property.
setRole(String) - Method in class javax.faces.component.html.HtmlSelectOneListbox
Set the value of the role property.
setRole(String) - Method in class javax.faces.component.html.HtmlSelectOneMenu
Set the value of the role property.
setRole(String) - Method in class javax.faces.component.html.HtmlSelectOneRadio
Set the value of the role property.
setRoles(String[]) - Method in interface javax.xml.rpc.handler.HandlerChain
Sets SOAP Actor roles for this HandlerChain.
setRollbackOnly() - Method in interface javax.ejb.EJBContext
Mark the current transaction for rollback.
setRollbackOnly() - Method in interface javax.persistence.EntityTransaction
Mark the current resource transaction so that the only possible outcome of the transaction is for the transaction to be rolled back.
setRollbackOnly() - Method in interface javax.transaction.Transaction
Modify the transaction associated with the target object such that the only possible outcome of the transaction is to roll back the transaction.
setRollbackOnly() - Method in interface javax.transaction.TransactionManager
Modify the transaction associated with the current thread such that the only possible outcome of the transaction is to roll back the transaction.
setRollbackOnly() - Method in interface javax.transaction.TransactionSynchronizationRegistry
Set the rollbackOnly status of the transaction bound to the current thread at the time this method is called.
setRollbackOnly() - Method in interface javax.transaction.UserTransaction
Modify the transaction associated with the current thread such that the only possible outcome of the transaction is to roll back the transaction.
setRootElement(String) - Method in class javax.faces.component.html.HtmlDoctype
Set the value of the rootElement property.
setRowClass(String) - Method in class javax.faces.component.html.HtmlDataTable
Set the value of the rowClass property.
setRowClass(String) - Method in class javax.faces.component.html.HtmlPanelGrid
Set the value of the rowClass property.
setRowClasses(String) - Method in class javax.faces.component.html.HtmlDataTable
Set the value of the rowClasses property.
setRowClasses(String) - Method in class javax.faces.component.html.HtmlPanelGrid
Set the value of the rowClasses property.
setRowHeader(boolean) - Method in class javax.faces.component.html.HtmlColumn
Set the value of the rowHeader property.
setRowIndex(int) - Method in class javax.faces.component.UIData
Set the zero relative index of the current row, or -1 to indicate that no row is currently selected, by implementing the following algorithm.
setRowIndex(int) - Method in class javax.faces.model.ArrayDataModel
 
setRowIndex(int) - Method in class javax.faces.model.CollectionDataModel
 
setRowIndex(int) - Method in class javax.faces.model.DataModel
Set the zero-relative index of the currently selected row, or -1 to indicate that we are not positioned on a row.
setRowIndex(int) - Method in class javax.faces.model.IterableDataModel
Set the zero-relative index of the currently selected row, or -1 to indicate that we are not positioned on a row.
setRowIndex(int) - Method in class javax.faces.model.ListDataModel
 
setRowIndex(int) - Method in class javax.faces.model.ResultDataModel
 
setRowIndex(int) - Method in class javax.faces.model.ResultSetDataModel
 
setRowIndex(int) - Method in class javax.faces.model.ScalarDataModel
 
setRows(int) - Method in class javax.faces.component.html.HtmlInputTextarea
Set the value of the rows property.
setRows(int) - Method in class javax.faces.component.UIData
Set the number of rows to be displayed, or zero for all remaining rows in the table.
setRowStatePreserved(boolean) - Method in class javax.faces.component.UIData

If this property is set to true, the UIData must take steps to ensure that modifications to its iterated children will be preserved on a per-row basis.

setRules(String) - Method in class javax.faces.component.html.HtmlDataTable
Set the value of the rules property.
setRules(String) - Method in class javax.faces.component.html.HtmlPanelGrid
Set the value of the rules property.
setRunAsRole(String) - Method in interface javax.servlet.ServletRegistration.Dynamic
Sets the name of the runAs role for this ServletRegistration.
setScope(String) - Method in class javax.faces.component.UIWebsocket
Sets the scope of the websocket channel.
setScope(String) - Method in class javax.servlet.jsp.jstl.core.ConditionalTagSupport
Sets the 'scope' attribute.
setSearchExpressionHandler(SearchExpressionHandler) - Method in class javax.faces.application.Application

Set the SearchExpressionHandler instance used by the application.

setSearchExpressionHandler(SearchExpressionHandler) - Method in class javax.faces.application.ApplicationWrapper
 
setSecure(boolean) - Method in class javax.servlet.http.Cookie
Indicates to the browser whether the cookie should only be sent using a secure protocol, such as HTTPS or SSL.
setSecure(boolean) - Method in interface javax.servlet.SessionCookieConfig
Marks or unmarks the session tracking cookies created on behalf of the application represented by the ServletContext from which this SessionCookieConfig was acquired as secure.
setSecurityContext(SecurityContext) - Method in interface javax.ws.rs.container.ContainerRequestContext
Set a new injectable security context information for the current request.
setSelected(boolean) - Method in class javax.faces.component.UISelectBoolean
Set the local value of the selected state of this component.
setSelectedClass(String) - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
Set the value of the selectedClass property.
setSelectedValues(Object[]) - Method in class javax.faces.component.UISelectMany
Set the currently selected values, or null to indicate that there are no currently selected values.
setSelectItems(SelectItem[]) - Method in class javax.faces.model.SelectItemGroup
Set the set of subordinate SelectItems for this group.
setSender(Address) - Method in class javax.mail.internet.MimeMessage
Set the RFC 822 "Sender" header field.
setSendTimeout(long) - Method in interface javax.websocket.RemoteEndpoint.Async
Sets the number of milliseconds the implementation will timeout attempting to send a websocket message.
setSentDate(Date) - Method in class javax.mail.internet.MimeMessage
Set the RFC 822 "Date" header field.
setSentDate(Date) - Method in class javax.mail.Message
Set the sent date of this message.
setServletSecurity(ServletSecurityElement) - Method in interface javax.servlet.ServletRegistration.Dynamic
Sets the ServletSecurityElement to be applied to the mappings defined for this ServletRegistration.
setSessionContext(SessionContext) - Method in interface javax.ejb.SessionBean
Set the associated session context.
setSessionMaxInactiveInterval(int) - Method in class javax.faces.context.ExternalContext

Specifies the time, in seconds, between client requests before the Jakarta Servlet container will invalidate this session.

setSessionMaxInactiveInterval(int) - Method in class javax.faces.context.ExternalContextWrapper

The default behavior of this method is to call ExternalContext.setSessionMaxInactiveInterval(int) on the wrapped ExternalContext object.

setSessionTimeout(int) - Method in interface javax.servlet.ServletContext
Sets the session timeout in minutes for this ServletContext.
setSessionTrackingModes(Set<SessionTrackingMode>) - Method in interface javax.servlet.ServletContext
Sets the session tracking modes that are to become effective for this ServletContext.
setSeverity(FacesMessage.Severity) - Method in class javax.faces.application.FacesMessage
Set the severity level.
setShape(String) - Method in class javax.faces.component.html.HtmlCommandLink
Set the value of the shape property.
setShape(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
Set the value of the shape property.
setShape(String) - Method in class javax.faces.component.html.HtmlOutputLink
Set the value of the shape property.
setShort(String, short) - Method in interface javax.jms.MapMessage
Sets a short value with the specified name into the Map.
setShortProperty(String, short) - Method in interface javax.jms.Message
Sets a short property value with the specified name into the message.
setShowDetail(boolean) - Method in class javax.faces.component.UIMessage
Set the flag indicating whether the detail property of the associated message(s) should be displayed.
setShowDetail(boolean) - Method in class javax.faces.component.UIMessages
Set the flag indicating whether the detail property of the associated message(s) should be displayed.
setShowSummary(boolean) - Method in class javax.faces.component.UIMessage
Set the flag indicating whether the summary property of the associated message(s) should be displayed.
setShowSummary(boolean) - Method in class javax.faces.component.UIMessages
Set the flag indicating whether the summary property of the associated message(s) should be displayed.
setSize(int) - Method in class javax.faces.component.html.HtmlInputFile
Set the value of the size property.
setSize(int) - Method in class javax.faces.component.html.HtmlInputSecret
Set the value of the size property.
setSize(int) - Method in class javax.faces.component.html.HtmlInputText
Set the value of the size property.
setSize(int) - Method in class javax.faces.component.html.HtmlSelectManyListbox
Set the value of the size property.
setSize(int) - Method in class javax.faces.component.html.HtmlSelectOneListbox
Set the value of the size property.
setSlotType(String) - Method in interface javax.xml.registry.infomodel.Slot
Sets the slotType for this Slot.
setSMaxAge(int) - Method in class javax.ws.rs.core.CacheControl
Corresponds to the s-maxage cache control directive.
setSourceObject(RegistryObject) - Method in interface javax.xml.registry.infomodel.Association
Sets the Object that is the source of this Association.
setSpecificationObject(RegistryObject) - Method in interface javax.xml.registry.infomodel.SpecificationLink
Sets the specification object for this object.
setStability(int) - Method in interface javax.xml.registry.infomodel.RegistryEntry
Sets the stability indicator for the RegistryEntry.
setStateManager(StateManager) - Method in class javax.faces.application.Application
Set the StateManager instance that will be utilized during the Restore View and Render Response phases of the request processing lifecycle.
setStateManager(StateManager) - Method in class javax.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.setStateManager(StateManager) on the wrapped Application object.

setStateOrProvince(String) - Method in interface javax.xml.registry.infomodel.PostalAddress
Sets the state or province.
setStatus(int) - Method in interface javax.servlet.http.HttpServletResponse
Sets the status code for this response.
setStatus(int, String) - Method in interface javax.servlet.http.HttpServletResponse
Deprecated.
As of version 2.1, due to ambiguous meaning of the message parameter. To set a status code use setStatus(int), to send an error with a description use sendError(int, String). Sets the status code and message for this response.
setStatus(int) - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to call setStatus(int sc) on the wrapped response object.
setStatus(int, String) - Method in class javax.servlet.http.HttpServletResponseWrapper
Deprecated.
As of version 2.1, due to ambiguous meaning of the message parameter. To set a status code use HttpServletResponseWrapper.setStatus(int), to send an error with a description use HttpServletResponseWrapper.sendError(int, String)
setStatus(int) - Method in interface javax.ws.rs.client.ClientResponseContext
Set a new response status code.
setStatus(int) - Method in interface javax.ws.rs.container.ContainerResponseContext
Set a new response status code.
setStatusInfo(Response.StatusType) - Method in interface javax.ws.rs.client.ClientResponseContext
Set the complete status information (status code and reason phrase) associated with the response.
setStatusInfo(Response.StatusType) - Method in interface javax.ws.rs.container.ContainerResponseContext
Set the complete status information (status code and reason phrase) associated with the response.
setStreet(String) - Method in interface javax.xml.registry.infomodel.PostalAddress
Sets the street name.
setStreetNumber(String) - Method in interface javax.xml.registry.infomodel.PostalAddress
Sets the street number.
setString(String, String) - Method in interface javax.jms.MapMessage
Sets a String value with the specified name into the Map.
setStringProperty(String, String) - Method in interface javax.jms.Message
Sets a String property value with the specified name into the message.
setStyle(String) - Method in class javax.faces.component.html.HtmlBody
Set the value of the style property.
setStyle(String) - Method in class javax.faces.component.html.HtmlCommandButton
Set the value of the style property.
setStyle(String) - Method in class javax.faces.component.html.HtmlCommandLink
Set the value of the style property.
setStyle(String) - Method in class javax.faces.component.html.HtmlDataTable
Set the value of the style property.
setStyle(String) - Method in class javax.faces.component.html.HtmlForm
Set the value of the style property.
setStyle(String) - Method in class javax.faces.component.html.HtmlGraphicImage
Set the value of the style property.
setStyle(String) - Method in class javax.faces.component.html.HtmlInputFile
Set the value of the style property.
setStyle(String) - Method in class javax.faces.component.html.HtmlInputSecret
Set the value of the style property.
setStyle(String) - Method in class javax.faces.component.html.HtmlInputText
Set the value of the style property.
setStyle(String) - Method in class javax.faces.component.html.HtmlInputTextarea
Set the value of the style property.
setStyle(String) - Method in class javax.faces.component.html.HtmlMessage
Set the value of the style property.
setStyle(String) - Method in class javax.faces.component.html.HtmlMessages
Set the value of the style property.
setStyle(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
Set the value of the style property.
setStyle(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
Set the value of the style property.
setStyle(String) - Method in class javax.faces.component.html.HtmlOutputFormat
Set the value of the style property.
setStyle(String) - Method in class javax.faces.component.html.HtmlOutputLabel
Set the value of the style property.
setStyle(String) - Method in class javax.faces.component.html.HtmlOutputLink
Set the value of the style property.
setStyle(String) - Method in class javax.faces.component.html.HtmlOutputText
Set the value of the style property.
setStyle(String) - Method in class javax.faces.component.html.HtmlPanelGrid
Set the value of the style property.
setStyle(String) - Method in class javax.faces.component.html.HtmlPanelGroup
Set the value of the style property.
setStyle(String) - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
Set the value of the style property.
setStyle(String) - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
Set the value of the style property.
setStyle(String) - Method in class javax.faces.component.html.HtmlSelectManyListbox
Set the value of the style property.
setStyle(String) - Method in class javax.faces.component.html.HtmlSelectManyMenu
Set the value of the style property.
setStyle(String) - Method in class javax.faces.component.html.HtmlSelectOneListbox
Set the value of the style property.
setStyle(String) - Method in class javax.faces.component.html.HtmlSelectOneMenu
Set the value of the style property.
setStyle(String) - Method in class javax.faces.component.html.HtmlSelectOneRadio
Set the value of the style property.
setStyleClass(String) - Method in class javax.faces.component.html.HtmlBody
Set the value of the styleClass property.
setStyleClass(String) - Method in class javax.faces.component.html.HtmlColumn
Set the value of the styleClass property.
setStyleClass(String) - Method in class javax.faces.component.html.HtmlCommandButton
Set the value of the styleClass property.
setStyleClass(String) - Method in class javax.faces.component.html.HtmlCommandLink
Set the value of the styleClass property.
setStyleClass(String) - Method in class javax.faces.component.html.HtmlDataTable
Set the value of the styleClass property.
setStyleClass(String) - Method in class javax.faces.component.html.HtmlForm
Set the value of the styleClass property.
setStyleClass(String) - Method in class javax.faces.component.html.HtmlGraphicImage
Set the value of the styleClass property.
setStyleClass(String) - Method in class javax.faces.component.html.HtmlInputFile
Set the value of the styleClass property.
setStyleClass(String) - Method in class javax.faces.component.html.HtmlInputSecret
Set the value of the styleClass property.
setStyleClass(String) - Method in class javax.faces.component.html.HtmlInputText
Set the value of the styleClass property.
setStyleClass(String) - Method in class javax.faces.component.html.HtmlInputTextarea
Set the value of the styleClass property.
setStyleClass(String) - Method in class javax.faces.component.html.HtmlMessage
Set the value of the styleClass property.
setStyleClass(String) - Method in class javax.faces.component.html.HtmlMessages
Set the value of the styleClass property.
setStyleClass(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
Set the value of the styleClass property.
setStyleClass(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
Set the value of the styleClass property.
setStyleClass(String) - Method in class javax.faces.component.html.HtmlOutputFormat
Set the value of the styleClass property.
setStyleClass(String) - Method in class javax.faces.component.html.HtmlOutputLabel
Set the value of the styleClass property.
setStyleClass(String) - Method in class javax.faces.component.html.HtmlOutputLink
Set the value of the styleClass property.
setStyleClass(String) - Method in class javax.faces.component.html.HtmlOutputText
Set the value of the styleClass property.
setStyleClass(String) - Method in class javax.faces.component.html.HtmlPanelGrid
Set the value of the styleClass property.
setStyleClass(String) - Method in class javax.faces.component.html.HtmlPanelGroup
Set the value of the styleClass property.
setStyleClass(String) - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
Set the value of the styleClass property.
setStyleClass(String) - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
Set the value of the styleClass property.
setStyleClass(String) - Method in class javax.faces.component.html.HtmlSelectManyListbox
Set the value of the styleClass property.
setStyleClass(String) - Method in class javax.faces.component.html.HtmlSelectManyMenu
Set the value of the styleClass property.
setStyleClass(String) - Method in class javax.faces.component.html.HtmlSelectOneListbox
Set the value of the styleClass property.
setStyleClass(String) - Method in class javax.faces.component.html.HtmlSelectOneMenu
Set the value of the styleClass property.
setStyleClass(String) - Method in class javax.faces.component.html.HtmlSelectOneRadio
Set the value of the styleClass property.
setSubject(String) - Method in class javax.mail.internet.MimeMessage
Set the "Subject" header field.
setSubject(String, String) - Method in class javax.mail.internet.MimeMessage
Set the "Subject" header field.
setSubject(String) - Method in class javax.mail.Message
Set the subject of this message.
setSubmitted(boolean) - Method in class javax.faces.component.UIForm
If this UIForm instance (as opposed to other forms in the page) is experiencing a submit during this request processing lifecycle, this method must be called, with true as the argument, during the UIComponent.decode(javax.faces.context.FacesContext) for this UIForm instance.
setSubmittedValue(Object) - Method in interface javax.faces.component.EditableValueHolder
Set the submittedValue value of this component.
setSubmittedValue(Object) - Method in class javax.faces.component.UIInput
Set the submittedValue value of this UIInput component.
setSubmittedValue(Object) - Method in class javax.faces.component.UIViewParameter
PENDING (docs) Interesting that submitted value isn't saved by the parent
setSubscribed(boolean) - Method in class javax.mail.Folder
Subscribe or unsubscribe this Folder.
setSubType(String) - Method in class javax.mail.internet.ContentType
Set the subType.
setSubType(String) - Method in class javax.mail.internet.MimeMultipart
Set the subtype.
setSummary(String) - Method in class javax.faces.application.FacesMessage
Set the localized summary text.
setSummary(String) - Method in class javax.faces.component.html.HtmlDataTable
Set the value of the summary property.
setSummary(String) - Method in class javax.faces.component.html.HtmlPanelGrid
Set the value of the summary property.
setSupportedEncodings(String[]) - Method in interface javax.xml.rpc.encoding.TypeMapping
Sets the encodingStyle URIs supported by this TypeMapping instance.
setSupportedLocales(Collection<Locale>) - Method in class javax.faces.application.Application
Set the Locale instances representing the supported Locales for this application.
setSupportedLocales(Collection<Locale>) - Method in class javax.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.setSupportedLocales(java.util.Collection) on the wrapped Application object.

setSynchronous(boolean) - Method in interface javax.xml.registry.Connection
Sets whether the client uses synchronous communication or not.
setSystem(String) - Method in class javax.faces.component.html.HtmlDoctype
Set the value of the system property.
setTabindex(String) - Method in class javax.faces.component.html.HtmlCommandButton
Set the value of the tabindex property.
setTabindex(String) - Method in class javax.faces.component.html.HtmlCommandLink
Set the value of the tabindex property.
setTabindex(String) - Method in class javax.faces.component.html.HtmlInputFile
Set the value of the tabindex property.
setTabindex(String) - Method in class javax.faces.component.html.HtmlInputSecret
Set the value of the tabindex property.
setTabindex(String) - Method in class javax.faces.component.html.HtmlInputText
Set the value of the tabindex property.
setTabindex(String) - Method in class javax.faces.component.html.HtmlInputTextarea
Set the value of the tabindex property.
setTabindex(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
Set the value of the tabindex property.
setTabindex(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
Set the value of the tabindex property.
setTabindex(String) - Method in class javax.faces.component.html.HtmlOutputLabel
Set the value of the tabindex property.
setTabindex(String) - Method in class javax.faces.component.html.HtmlOutputLink
Set the value of the tabindex property.
setTabindex(String) - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
Set the value of the tabindex property.
setTabindex(String) - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
Set the value of the tabindex property.
setTabindex(String) - Method in class javax.faces.component.html.HtmlSelectManyListbox
Set the value of the tabindex property.
setTabindex(String) - Method in class javax.faces.component.html.HtmlSelectManyMenu
Set the value of the tabindex property.
setTabindex(String) - Method in class javax.faces.component.html.HtmlSelectOneListbox
Set the value of the tabindex property.
setTabindex(String) - Method in class javax.faces.component.html.HtmlSelectOneMenu
Set the value of the tabindex property.
setTabindex(String) - Method in class javax.faces.component.html.HtmlSelectOneRadio
Set the value of the tabindex property.
setTag(Tag) - Method in class javax.faces.view.facelets.TagAttribute

Set a reference to the Tag for which this class represents the attributes.

setTag(Tag) - Method in class javax.faces.view.facelets.TagAttributes

Set a reference to the Tag for which this class represents the attributes.

setTagExtraInfo(TagExtraInfo) - Method in class javax.servlet.jsp.tagext.TagInfo
Set the instance for extra tag information.
setTagInfo(TagInfo) - Method in class javax.servlet.jsp.tagext.TagExtraInfo
Set the TagInfo for this class.
setTagLibrary(TagLibraryInfo) - Method in class javax.servlet.jsp.tagext.TagInfo
Set the TagLibraryInfo property.
setTarget(String) - Method in class javax.faces.component.html.HtmlCommandLink
Set the value of the target property.
setTarget(String) - Method in class javax.faces.component.html.HtmlForm
Set the value of the target property.
setTarget(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
Set the value of the target property.
setTarget(String) - Method in class javax.faces.component.html.HtmlOutputLink
Set the value of the target property.
setTargetBinding(ServiceBinding) - Method in interface javax.xml.registry.infomodel.ServiceBinding
Sets the next ServiceBinding in case there is a redirection.
setTargetEndpointAddress(String) - Method in interface javax.xml.rpc.Call
Sets the address of the target service endpoint.
setTargetObject(RegistryObject) - Method in interface javax.xml.registry.infomodel.Association
Sets the Object that is the target of this Association.
setTelephoneNumbers(Collection) - Method in interface javax.xml.registry.infomodel.Organization
Sets the various telephone numbers for this user.
setTelephoneNumbers(Collection) - Method in interface javax.xml.registry.infomodel.User
Sets the various telephone numbers for this user.
setText(String) - Method in interface javax.jms.TextMessage
Sets the string containing this message's data.
setText(String) - Method in class javax.mail.internet.MimeBodyPart
Convenience method that sets the given String as this part's content, with a MIME type of "text/plain".
setText(String, String) - Method in class javax.mail.internet.MimeBodyPart
Convenience method that sets the given String as this part's content, with a MIME type of "text/plain" and the specified charset.
setText(String, String, String) - Method in class javax.mail.internet.MimeBodyPart
Convenience method that sets the given String as this part's content, with a primary MIME type of "text" and the specified MIME subtype.
setText(String) - Method in class javax.mail.internet.MimeMessage
Convenience method that sets the given String as this part's content, with a MIME type of "text/plain".
setText(String, String) - Method in class javax.mail.internet.MimeMessage
Convenience method that sets the given String as this part's content, with a MIME type of "text/plain" and the specified charset.
setText(String, String, String) - Method in class javax.mail.internet.MimeMessage
Convenience method that sets the given String as this part's content, with a primary MIME type of "text" and the specified MIME subtype.
setText(String) - Method in interface javax.mail.internet.MimePart
Convenience method that sets the given String as this part's content, with a MIME type of "text/plain".
setText(String, String) - Method in interface javax.mail.internet.MimePart
Convenience method that sets the given String as this part's content, with a MIME type of "text/plain" and the specified charset.
setText(String, String, String) - Method in interface javax.mail.internet.MimePart
Convenience method that sets the given String as this part's content, with a primary MIME type of "text" and the specified MIME subtype.
setText(String) - Method in interface javax.mail.Part
A convenience method that sets the given String as this part's content with a MIME type of "text/plain".
setThreads(int) - Method in interface javax.batch.api.partition.PartitionPlan
Set maximum number of threads requested to use to run partitions for this step.
setThreads(int) - Method in class javax.batch.api.partition.PartitionPlanImpl
 
setTimeout(long) - Method in interface javax.enterprise.context.Conversation
Set the timeout of the current conversation.
setTimeout(long) - Method in interface javax.servlet.AsyncContext
Sets the timeout (in milliseconds) for this AsyncContext.
setTimeout(long, TimeUnit) - Method in interface javax.ws.rs.container.AsyncResponse
Set/update the suspend timeout.
setTimeoutHandler(TimeoutHandler) - Method in interface javax.ws.rs.container.AsyncResponse
Set/replace a time-out handler for the suspended asynchronous response.
setTimeStyle(String) - Method in class javax.faces.convert.DateTimeConverter
Set the style to be used to format or parse times.
setTimeToLive(long) - Method in interface javax.jms.JMSProducer
Specifies the time to live of messages that are sent using this JMSProducer.
setTimeToLive(long) - Method in interface javax.jms.MessageProducer
Sets the default length of time in milliseconds from its dispatch time that a produced message should be retained by the message system.
setTimeZone(TimeZone) - Method in class javax.faces.convert.DateTimeConverter
Set the TimeZone used to interpret a time value.
setTitle(String) - Method in class javax.faces.component.html.HtmlBody
Set the value of the title property.
setTitle(String) - Method in class javax.faces.component.html.HtmlCommandButton
Set the value of the title property.
setTitle(String) - Method in class javax.faces.component.html.HtmlCommandLink
Set the value of the title property.
setTitle(String) - Method in class javax.faces.component.html.HtmlDataTable
Set the value of the title property.
setTitle(String) - Method in class javax.faces.component.html.HtmlForm
Set the value of the title property.
setTitle(String) - Method in class javax.faces.component.html.HtmlGraphicImage
Set the value of the title property.
setTitle(String) - Method in class javax.faces.component.html.HtmlInputFile
Set the value of the title property.
setTitle(String) - Method in class javax.faces.component.html.HtmlInputSecret
Set the value of the title property.
setTitle(String) - Method in class javax.faces.component.html.HtmlInputText
Set the value of the title property.
setTitle(String) - Method in class javax.faces.component.html.HtmlInputTextarea
Set the value of the title property.
setTitle(String) - Method in class javax.faces.component.html.HtmlMessage
Set the value of the title property.
setTitle(String) - Method in class javax.faces.component.html.HtmlMessages
Set the value of the title property.
setTitle(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
Set the value of the title property.
setTitle(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
Set the value of the title property.
setTitle(String) - Method in class javax.faces.component.html.HtmlOutputFormat
Set the value of the title property.
setTitle(String) - Method in class javax.faces.component.html.HtmlOutputLabel
Set the value of the title property.
setTitle(String) - Method in class javax.faces.component.html.HtmlOutputLink
Set the value of the title property.
setTitle(String) - Method in class javax.faces.component.html.HtmlOutputText
Set the value of the title property.
setTitle(String) - Method in class javax.faces.component.html.HtmlPanelGrid
Set the value of the title property.
setTitle(String) - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
Set the value of the title property.
setTitle(String) - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
Set the value of the title property.
setTitle(String) - Method in class javax.faces.component.html.HtmlSelectManyListbox
Set the value of the title property.
setTitle(String) - Method in class javax.faces.component.html.HtmlSelectManyMenu
Set the value of the title property.
setTitle(String) - Method in class javax.faces.component.html.HtmlSelectOneListbox
Set the value of the title property.
setTitle(String) - Method in class javax.faces.component.html.HtmlSelectOneMenu
Set the value of the title property.
setTitle(String) - Method in class javax.faces.component.html.HtmlSelectOneRadio
Set the value of the title property.
setTooltip(boolean) - Method in class javax.faces.component.html.HtmlMessage
Set the value of the tooltip property.
setTooltip(boolean) - Method in class javax.faces.component.html.HtmlMessages
Set the value of the tooltip property.
setTrailerFields(Supplier<Map<String, String>>) - Method in interface javax.servlet.http.HttpServletResponse
Sets the supplier of trailer headers.
setTrailerFields(Supplier<Map<String, String>>) - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behaviour of this method is to call HttpServletResponse.setTrailerFields(java.util.function.Supplier<java.util.Map<java.lang.String, java.lang.String>>) on the wrapped response object.
setTransactionTimeout(long) - Method in class javax.resource.spi.work.ExecutionContext
Set the transaction timeout value for a imported transaction.
setTransactionTimeout(int) - Method in interface javax.transaction.TransactionManager
Modify the timeout value that is associated with transactions started by the current thread with the begin method.
setTransactionTimeout(int) - Method in interface javax.transaction.UserTransaction
Modify the timeout value that is associated with transactions started by the current thread with the begin method.
setTransient(boolean) - Method in class javax.faces.component.behavior.BehaviorBase
setTransient(boolean) - Method in interface javax.faces.component.StateHolder
Denotes whether or not the Object implementing this interface must or must not participate in state saving or restoring.
setTransient(boolean) - Method in class javax.faces.component.UIComponentBase
 
setTransient(boolean) - Method in class javax.faces.convert.DateTimeConverter
 
setTransient(boolean) - Method in class javax.faces.convert.EnumConverter
 
setTransient(boolean) - Method in class javax.faces.convert.NumberConverter
 
setTransient(boolean) - Method in class javax.faces.event.MethodExpressionActionListener
 
setTransient(boolean) - Method in class javax.faces.event.MethodExpressionValueChangeListener
 
setTransient(boolean) - Method in class javax.faces.validator.BeanValidator
 
setTransient(boolean) - Method in class javax.faces.validator.DoubleRangeValidator
 
setTransient(boolean) - Method in class javax.faces.validator.LengthValidator
 
setTransient(boolean) - Method in class javax.faces.validator.LongRangeValidator
 
setTransient(boolean) - Method in class javax.faces.validator.MethodExpressionValidator
 
setTransient(boolean) - Method in class javax.faces.validator.RegexValidator
 
setTransientUserData(Object) - Method in interface javax.batch.runtime.context.JobContext
The setTransientUserData method stores a transient data object into the current batch context.
setTransientUserData(Object) - Method in interface javax.batch.runtime.context.StepContext
The setTransientUserData method stores a transient data object into the current batch context.
setTrustStore(KeyStore) - Method in class javax.security.auth.message.callback.TrustStoreCallback
Used by the CallbackHandler to set the trusted certificate keystore within the Callback.
setType(String) - Method in class javax.faces.component.html.HtmlCommandButton
Set the value of the type property.
setType(String) - Method in class javax.faces.component.html.HtmlCommandLink
Set the value of the type property.
setType(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
Set the value of the type property.
setType(String) - Method in class javax.faces.component.html.HtmlOutputLink
Set the value of the type property.
setType(String) - Method in class javax.faces.component.UIImportConstants
Sets the fully qualified name of the type to import the constant field values for.
setType(String) - Method in class javax.faces.convert.DateTimeConverter
Set the type of value to be formatted or parsed.
setType(String) - Method in class javax.faces.convert.NumberConverter
Set the number type to be used when formatting and parsing numbers.
setType(Class<?>) - Method in interface javax.ws.rs.ext.InterceptorContext
Update Java type before calling message body provider.
setType(String) - Method in interface javax.xml.registry.infomodel.EmailAddress
Sets the type for this object.
setType(String) - Method in interface javax.xml.registry.infomodel.PostalAddress
Sets the type of address (for example, "headquarters") as a String.
setType(String) - Method in interface javax.xml.registry.infomodel.TelephoneNumber
Sets the type of telephone number (for example, "fax").
setType(String) - Method in interface javax.xml.registry.infomodel.User
Sets the type for this User.
setUnselectedClass(String) - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
Set the value of the unselectedClass property.
setupResponseWriter() - Method in class javax.faces.webapp.UIComponentClassicTagBase
Set up the ResponseWriter for the current response, if this has not been done already.
setupSecurityContext(CallbackHandler, Subject, Subject) - Method in class javax.resource.spi.work.SecurityContext
The container calls this method to set up the security Context for the Work instance.
setUri(URI) - Method in interface javax.ws.rs.client.ClientRequestContext
Set a new request URI.
setUrl(String) - Method in class javax.faces.component.UIGraphic
Set the image URL for this UIGraphic.
setUrl(String) - Method in interface javax.xml.registry.infomodel.TelephoneNumber
Sets the URL that can dial this number electronically.
setUrl(URL) - Method in interface javax.xml.registry.infomodel.User
Sets the URL to the web page for this User.
setURLName(URLName) - Method in class javax.mail.Service
Set the URLName representing this service.
setUsageDescription(InternationalString) - Method in interface javax.xml.registry.infomodel.SpecificationLink
Sets the description of usage parameters.
setUsageParameters(Collection) - Method in interface javax.xml.registry.infomodel.SpecificationLink
Sets any usage parameters.
setUsemap(String) - Method in class javax.faces.component.html.HtmlGraphicImage
Set the value of the usemap property.
setUser(Serializable) - Method in class javax.faces.component.UIWebsocket
Sets the user identifier of the websocket channel, so that user-targeted push messages can be sent.
setUserVersion(String) - Method in interface javax.xml.registry.infomodel.Versionable
Sets the user specified revision number for this version of the Versionable object.
setValid(boolean) - Method in interface javax.faces.component.EditableValueHolder
Set a flag indicating whether the local value of this component is valid (no conversion error has occurred).
setValid(boolean) - Method in class javax.faces.component.UIInput
 
setValidateURI(boolean) - Method in interface javax.xml.registry.infomodel.URIValidator
Sets whether to do URI validation for this object.
setValidationGroups(String) - Method in class javax.faces.validator.BeanValidator

A comma-separated list of validation groups which are used to filter which validations get checked by this validator.

setValidator(MethodBinding) - Method in interface javax.faces.component.EditableValueHolder
Deprecated.
Use EditableValueHolder.addValidator(javax.faces.validator.Validator) instead, obtaining the argument Validator by creating an instance of MethodExpressionValidator.
setValidator(MethodBinding) - Method in class javax.faces.component.UIInput
Deprecated.
Use UIInput.addValidator(javax.faces.validator.Validator) instead, obtaining the argument Validator by creating an instance of MethodExpressionValidator.
setValidatorId(String) - Method in class javax.faces.webapp.ValidatorTag
Deprecated.
Set the identifer of the Validator instance to be created.
setValidatorMessage(String) - Method in class javax.faces.component.UIInput
Override any ValueExpression set for the "validatorMessage" with the literal argument provided to this method.
setValue(ELContext, Object, Object, Object) - Method in class javax.el.ArrayELResolver
If the base object is a Java language array, attempts to set the value at the given index with the given value.
setValue(ELContext, Object, Object, Object) - Method in class javax.el.BeanELResolver
If the base object is not null, attempts to set the value of the given property on this bean.
setValue(ELContext, Object, Object, Object) - Method in class javax.el.BeanNameELResolver
If the base is null and the property is a name that is resolvable by the BeanNameResolver, the bean in the BeanNameResolver is set to the given value.
setValue(ELContext, Object, Object, Object) - Method in class javax.el.CompositeELResolver
Attempts to set the value of the given property object on the given base object.
setValue(String, Object) - Method in class javax.el.ELProcessor
Sets an expression with a new value.
setValue(ELContext, Object, Object, Object) - Method in class javax.el.ELResolver
Attempts to set the value of the given property object on the given base object.
setValue(ELContext, Object, Object, Object) - Method in class javax.el.ListELResolver
If the base object is a list, attempts to set the value at the given index with the given value.
setValue(ELContext, Object, Object, Object) - Method in class javax.el.MapELResolver
If the base object is a map, attempts to set the value associated with the given key, as specified by the property argument.
setValue(ELContext, Object, Object, Object) - Method in class javax.el.ResourceBundleELResolver
If the base object is a ResourceBundle, throw a PropertyNotWritableException.
setValue(ELContext, Object, Object, Object) - Method in class javax.el.StaticFieldELResolver
Attempts to write to a static field.
setValue(ELContext, Object, Object, Object) - Method in class javax.el.TypeConverter
 
setValue(ELContext, Object) - Method in class javax.el.ValueExpression
Evaluates the expression relative to the provided context, and sets the result to the provided value.
setValue(Object) - Method in class javax.faces.component.UICommand
Sets the value property of the UICommand.
setValue(Object) - Method in class javax.faces.component.UIData
Set the value of the UIData.
setValue(Object) - Method in class javax.faces.component.UIGraphic
Sets the value property of the UIGraphic.
setValue(Object) - Method in class javax.faces.component.UIInput
 
setValue(Object) - Method in class javax.faces.component.UIOutput
 
setValue(Object) - Method in class javax.faces.component.UIParameter
Sets the value property of the\ UIParameter.
setValue(Object) - Method in class javax.faces.component.UISelectItem
Sets the value property of the UISelectItem.
setValue(Object) - Method in class javax.faces.component.UISelectItems
Sets the value property of the UISelectItems.
setValue(Object) - Method in interface javax.faces.component.ValueHolder
Set the value of this UIComponent (if any).
setValue(Object, Object, Object) - Method in class javax.faces.el.PropertyResolver
Deprecated.
Set the specified value of the specified property on the specified base object.
setValue(Object, int, Object) - Method in class javax.faces.el.PropertyResolver
Deprecated.
Set the value at the specified index of the specified base object.
setValue(FacesContext, Object) - Method in class javax.faces.el.ValueBinding
Deprecated.
Set the value of the property represented by this ValueBinding, relative to the specified FacesContext.
setValue(Object) - Method in class javax.faces.model.SelectItem
Set the value of this item, to be delivered to the model if this item is selected by this user.
setValue(String) - Method in class javax.faces.webapp.AttributeTag
Deprecated.
Set the attribute value.
setValue(String) - Method in class javax.servlet.http.Cookie
Assigns a new value to this Cookie.
setValue(ELContext, Object, Object, Object) - Method in class javax.servlet.jsp.el.ImplicitObjectELResolver
If the base object is null, and the property matches the name of a JSP implicit object, throws PropertyNotWritableException to indicate that implicit objects cannot be overwritten.
setValue(ELContext, Object, Object, Object) - Method in class javax.servlet.jsp.el.ScopedAttributeELResolver
If the base object is null, sets an existing scoped attribute to the new value, or creates a new scoped attribute if one does not exist by this name.
setValue(ELContext, Object) - Method in class javax.servlet.jsp.jstl.core.IndexedValueExpression
 
setValue(ELContext, Object) - Method in class javax.servlet.jsp.jstl.core.IteratedValueExpression
 
setValue(String, Object) - Method in class javax.servlet.jsp.tagext.TagSupport
Associate a value with a String key.
setValue(String) - Method in interface javax.xml.registry.infomodel.Classification
Sets the taxonomy value for this external Classification.
setValue(String) - Method in interface javax.xml.registry.infomodel.Concept
Sets the value (usually a taxonomy value) associated with this Concept.
setValue(String) - Method in interface javax.xml.registry.infomodel.ExternalIdentifier
Sets the value of an ExternalIdentifier.
setValue(String) - Method in interface javax.xml.registry.infomodel.InternationalString
Sets the String value for the Locale returned by Locale.getDefault().
setValue(Locale, String) - Method in interface javax.xml.registry.infomodel.InternationalString
Sets the String value for the specified Locale.
setValue(String) - Method in interface javax.xml.registry.infomodel.LocalizedString
Set the String value for the specified object.
setValueBinding(String, ValueBinding) - Method in class javax.faces.component.UIComponent
setValueBinding(String, ValueBinding) - Method in class javax.faces.component.UIComponentBase
setValueBinding(String, ValueBinding) - Method in class javax.faces.component.UIData
setValueBinding(String, ValueBinding) - Method in class javax.faces.component.UIGraphic
setValueBinding(String, ValueBinding) - Method in class javax.faces.component.UISelectBoolean
setValueBinding(String, ValueBinding) - Method in class javax.faces.component.UISelectMany
setValueChangeListener(MethodBinding) - Method in interface javax.faces.component.EditableValueHolder
setValueChangeListener(MethodBinding) - Method in class javax.faces.component.UIInput
setValueExpression(String, ValueExpression) - Method in class javax.faces.component.behavior.AjaxBehavior

Sets the ValueExpression used to calculate the value for the specified property name.

setValueExpression(String, ValueExpression) - Method in class javax.faces.component.UIComponent
Set the ValueExpression used to calculate the value for the specified attribute or property name, if any.
setValueExpression(String, ValueExpression) - Method in class javax.faces.component.UIData
Set the ValueExpression used to calculate the value for the specified attribute or property name, if any.
setValueExpression(String, ValueExpression) - Method in class javax.faces.component.UIGraphic
Store any ValueExpression specified for url under value instead; otherwise, perform the default superclass processing for this method.
setValueExpression(String, ValueExpression) - Method in class javax.faces.component.UIImportConstants
Set the ValueExpression used to calculate the value for the specified attribute or property name, if any.
setValueExpression(String, ValueExpression) - Method in class javax.faces.component.UISelectBoolean
Store any ValueExpression specified for selected under value instead; otherwise, perform the default superclass processing for this method.
setValueExpression(String, ValueExpression) - Method in class javax.faces.component.UISelectMany
Store any ValueExpression specified for selectedValues under value instead; otherwise, perform the default superclass processing for this method.
setValueExpression(String, ValueExpression) - Method in class javax.faces.component.UIWebsocket
Set the ValueExpression used to calculate the value for the specified attribute or property name, if any.
setValues(Collection) - Method in interface javax.xml.registry.infomodel.Slot
Sets the values for this Slot.
setValueType(int) - Method in interface javax.xml.registry.infomodel.ClassificationScheme
Sets the value type for this object.
setVar(String) - Method in class javax.faces.component.UIData
Set the request-scope attribute under which the data object for the current row wil be exposed when iterating.
setVar(String) - Method in class javax.faces.component.UIImportConstants
Sets name of request scope attribute under which constants will be exposed as a Map.
setVar(String) - Method in class javax.servlet.jsp.jstl.core.ConditionalTagSupport
Sets the 'var' attribute.
setVar(String) - Method in class javax.servlet.jsp.jstl.core.LoopTagSupport
Sets the 'var' attribute.
setVariable(String, ValueExpression) - Method in class javax.el.ELManager
Assign a ValueExpression to a Jakarta Expression Language variable, replacing any previous assignment to the same variable.
setVariable(String, String) - Method in class javax.el.ELProcessor
Assign a Jakarta Expression Language expression to a Jakarta Expression Language variable.
setVariable(String, ValueExpression) - Method in class javax.el.VariableMapper
Assign a ValueExpression to an Jakarta Expression Language variable, replacing any previously assignment to the same variable.
setVariableMapper(VariableMapper) - Method in class javax.faces.view.facelets.FaceletContext

Set the VariableMapper to use in EL evaluation/creation.

setVariableResolver(VariableResolver) - Method in class javax.faces.application.Application
Deprecated.
The recommended way to affect the execution of the Jakarta Expression Language is to provide an <el-resolver> element at the right place in the application configuration resources which will be considered in the normal course of expression evaluation. This method now will cause the argument resolver to be wrapped inside an implementation of ELResolver and exposed to the Jakarta Expression Language resolution system as if the user had called Application.addELResolver(javax.el.ELResolver).
setVariableResolver(VariableResolver) - Method in class javax.faces.application.ApplicationWrapper
Deprecated.
See superclass for alternative.
setVarStatus(String) - Method in class javax.servlet.jsp.jstl.core.LoopTagSupport
Sets the 'varStatus' attribute.
setVersion(int) - Method in class javax.servlet.http.Cookie
Sets the version of the cookie protocol that this Cookie complies with.
setViewHandler(ViewHandler) - Method in class javax.faces.application.Application
Set the ViewHandler instance that will be utilized during the Restore View and Render Response phases of the request processing lifecycle.
setViewHandler(ViewHandler) - Method in class javax.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.setViewHandler(ViewHandler) on the wrapped Application object.

setViewId(String) - Method in class javax.faces.component.UIViewRoot
Set the view identifier for this view.
setViewRoot(UIViewRoot) - Method in class javax.faces.context.FacesContext
Set the root component that is associated with this request.
setViewRoot(UIViewRoot) - Method in class javax.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext.setViewRoot(UIViewRoot) on the wrapped FacesContext object.
setWarnClass(String) - Method in class javax.faces.component.html.HtmlMessage
Set the value of the warnClass property.
setWarnClass(String) - Method in class javax.faces.component.html.HtmlMessages
Set the value of the warnClass property.
setWarnStyle(String) - Method in class javax.faces.component.html.HtmlMessage
Set the value of the warnStyle property.
setWarnStyle(String) - Method in class javax.faces.component.html.HtmlMessages
Set the value of the warnStyle property.
setWidth(String) - Method in class javax.faces.component.html.HtmlDataTable
Set the value of the width property.
setWidth(String) - Method in class javax.faces.component.html.HtmlGraphicImage
Set the value of the width property.
setWidth(String) - Method in class javax.faces.component.html.HtmlPanelGrid
Set the value of the width property.
setWrappedData(Object) - Method in class javax.faces.model.ArrayDataModel
 
setWrappedData(Object) - Method in class javax.faces.model.CollectionDataModel
Set the wrapped data.
setWrappedData(Object) - Method in class javax.faces.model.DataModel
Set the object representing the data collection wrapped by this DataModel.
setWrappedData(Object) - Method in class javax.faces.model.IterableDataModel
Set the object representing the data collection wrapped by this DataModel.
setWrappedData(Object) - Method in class javax.faces.model.ListDataModel
 
setWrappedData(Object) - Method in class javax.faces.model.ResultDataModel
 
setWrappedData(Object) - Method in class javax.faces.model.ResultSetDataModel
 
setWrappedData(Object) - Method in class javax.faces.model.ScalarDataModel
 
setWriteListener(WriteListener) - Method in class javax.servlet.ServletOutputStream
Instructs the ServletOutputStream to invoke the provided WriteListener when it is possible to write
setXid(Xid) - Method in class javax.resource.spi.work.ExecutionContext
set a transaction context.
setXmlns(String) - Method in class javax.faces.component.html.HtmlBody
Set the value of the xmlns property.
setXmlns(String) - Method in class javax.faces.component.html.HtmlHead
Set the value of the xmlns property.
SEVERITY_ERROR - Static variable in class javax.faces.application.FacesMessage
Message severity level indicating that an error has occurred.
SEVERITY_FATAL - Static variable in class javax.faces.application.FacesMessage
Message severity level indicating that a serious error has occurred.
SEVERITY_INFO - Static variable in class javax.faces.application.FacesMessage
Message severity level indicating an informational message rather than an error.
SEVERITY_WARN - Static variable in class javax.faces.application.FacesMessage
Message severity level indicating that an error might have occurred.
SharedByteArrayInputStream - Class in javax.mail.util
A ByteArrayInputStream that implements the SharedInputStream interface, allowing the underlying byte array to be shared between multiple readers.
SharedByteArrayInputStream(byte[]) - Constructor for class javax.mail.util.SharedByteArrayInputStream
Create a SharedByteArrayInputStream representing the entire byte array.
SharedByteArrayInputStream(byte[], int, int) - Constructor for class javax.mail.util.SharedByteArrayInputStream
Create a SharedByteArrayInputStream representing the part of the byte array from offset for length bytes.
SharedCacheMode - Enum in javax.persistence
Specifies how the provider must use a second-level cache for the persistence unit.
SharedFileInputStream - Class in javax.mail.util
A SharedFileInputStream is a BufferedInputStream that buffers data from the file and supports the mark and reset methods.
SharedFileInputStream(File) - Constructor for class javax.mail.util.SharedFileInputStream
Creates a SharedFileInputStream for the file.
SharedFileInputStream(String) - Constructor for class javax.mail.util.SharedFileInputStream
Creates a SharedFileInputStream for the named file
SharedFileInputStream(File, int) - Constructor for class javax.mail.util.SharedFileInputStream
Creates a SharedFileInputStream with the specified buffer size.
SharedFileInputStream(String, int) - Constructor for class javax.mail.util.SharedFileInputStream
Creates a SharedFileInputStream with the specified buffer size.
SharedInputStream - Interface in javax.mail.internet
An InputStream that is backed by data that can be shared by multiple readers may implement this interface.
SharingViolationException - Exception in javax.resource.spi
This is thrown to indicate a connection sharing violation.
SharingViolationException() - Constructor for exception javax.resource.spi.SharingViolationException
Constructs a new instance with null as its detail message.
SharingViolationException(String) - Constructor for exception javax.resource.spi.SharingViolationException
Constructs a new instance with the specified detail message.
SharingViolationException(Throwable) - Constructor for exception javax.resource.spi.SharingViolationException
Constructs a new throwable with the specified cause.
SharingViolationException(String, Throwable) - Constructor for exception javax.resource.spi.SharingViolationException
Constructs a new throwable with the specified detail message and cause.
SharingViolationException(String, String) - Constructor for exception javax.resource.spi.SharingViolationException
Constructs a new throwable with the specified detail message and error code.
SHORT_ID - Static variable in class javax.faces.convert.ShortConverter
The message identifier of the FacesMessage to be created if the conversion to Short fails.
ShortConverter - Class in javax.faces.convert
Converter implementation for java.lang.Short (and short primitive) values.
ShortConverter() - Constructor for class javax.faces.convert.ShortConverter
 
ShortHolder - Class in javax.xml.rpc.holders
 
ShortHolder() - Constructor for class javax.xml.rpc.holders.ShortHolder
 
ShortHolder(short) - Constructor for class javax.xml.rpc.holders.ShortHolder
 
shortname - Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
The preferred short name (prefix) as indicated in the TLD.
ShortWrapperHolder - Class in javax.xml.rpc.holders
 
ShortWrapperHolder() - Constructor for class javax.xml.rpc.holders.ShortWrapperHolder
 
ShortWrapperHolder(Short) - Constructor for class javax.xml.rpc.holders.ShortWrapperHolder
 
SimpleTag - Interface in javax.servlet.jsp.tagext
Interface for defining Simple Tag Handlers.
SimpleTagSupport - Class in javax.servlet.jsp.tagext
A base class for defining tag handlers implementing SimpleTag.
SimpleTagSupport() - Constructor for class javax.servlet.jsp.tagext.SimpleTagSupport
Sole constructor.
SingleThreadModel - Interface in javax.servlet
Deprecated.
As of Java Servlet API 2.4, with no direct replacement.
Singleton - Annotation Type in javax.ejb
Component-defining annotation for a singleton session bean.
Singleton - Annotation Type in javax.inject
Identifies a type that the injector only instantiates once.
SingletonLiteral - Class in javax.enterprise.inject.literal
Supports inline instantiation of the Singleton annotation.
SingletonLiteral() - Constructor for class javax.enterprise.inject.literal.SingletonLiteral
 
SingularAttribute<X,T> - Interface in javax.persistence.metamodel
Instances of the type SingularAttribute represents persistent single-valued properties or fields.
size() - Method in class javax.faces.context.FlashWrapper

The default behavior of this method is to call Map.size() on the wrapped Flash object.

SIZE - Static variable in class javax.mail.FetchProfile.Item
SIZE is a fetch profile item that can be included in a FetchProfile during a fetch request to a Folder.
size() - Method in class javax.mail.internet.ParameterList
Return the number of parameters in this list.
size(Expression<C>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression that tests the size of a collection.
size(C) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression that tests the size of a collection.
Size - Annotation Type in javax.validation.constraints
The annotated element size must be between the specified boundaries (included).
size() - Method in class javax.ws.rs.core.AbstractMultivaluedMap
 
Size.List - Annotation Type in javax.validation.constraints
Defines several Size annotations on the same element.
SizeTerm - Class in javax.mail.search
This class implements comparisons for Message sizes.
SizeTerm(int, int) - Constructor for class javax.mail.search.SizeTerm
Constructor.
skip(long) - Method in class javax.mail.util.SharedFileInputStream
See the general contract of the skip method of InputStream.
SKIP_BODY - Static variable in interface javax.servlet.jsp.tagext.Tag
Skip body evaluation.
SKIP_PAGE - Static variable in interface javax.servlet.jsp.tagext.Tag
Skip the rest of the page.
skipArray() - Method in interface javax.json.stream.JsonParser
Advance the parser to END_ARRAY.
skipObject() - Method in interface javax.json.stream.JsonParser
Advance the parser to END_OBJECT.
SkipPageException - Exception in javax.servlet.jsp
Exception to indicate the calling page must cease evaluation.
SkipPageException() - Constructor for exception javax.servlet.jsp.SkipPageException
Creates a SkipPageException with no message.
SkipPageException(String) - Constructor for exception javax.servlet.jsp.SkipPageException
Creates a SkipPageException with the provided message.
SkipPageException(String, Throwable) - Constructor for exception javax.servlet.jsp.SkipPageException
Creates a SkipPageException with the provided message and root cause.
SkipPageException(Throwable) - Constructor for exception javax.servlet.jsp.SkipPageException
Creates a SkipPageException with the provided root cause.
SkippedException - Exception in javax.enterprise.concurrent
Exception indicating that the result of a value-producing task cannot be retrieved because the task run was skipped.
SkippedException() - Constructor for exception javax.enterprise.concurrent.SkippedException
Constructs an SkippedException with null as its detail message.
SkippedException(String) - Constructor for exception javax.enterprise.concurrent.SkippedException
Constructs an SkippedException exception with the specified detail message.
SkippedException(String, Throwable) - Constructor for exception javax.enterprise.concurrent.SkippedException
Constructs an SkippedException exception with the specified detail message and cause.
SkippedException(Throwable) - Constructor for exception javax.enterprise.concurrent.SkippedException
Constructs an SkippedException 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).
SkipProcessListener - Interface in javax.batch.api.chunk.listener
SkipProcessListener intercepts skippable itemProcess exception handling.
SkipReadListener - Interface in javax.batch.api.chunk.listener
SkipReadListener intercepts skippable itemReader exception handling.
skipRun(LastExecution, Date) - Method in interface javax.enterprise.concurrent.Trigger
Return true if this run instance should be skipped.
SkipWriteListener - Interface in javax.batch.api.chunk.listener
SkipWriteListener intercepts skippable itemWriter exception handling.
Slot - Interface in javax.xml.registry.infomodel
Slot instances provide a dynamic way to add arbitrary attributes to RegistryObject instances.
SLOT - Static variable in interface javax.xml.registry.LifeCycleManager
Constant representing the javax.xml.registry.infomodel.Slot interface.
SOAP_ARRAY - Static variable in class javax.xml.rpc.encoding.XMLType
The name of the SOAP-ENC:Array type.
SOAP_BASE64 - Static variable in class javax.xml.rpc.encoding.XMLType
The name of the SOAP-ENC:base64 type.
SOAP_BOOLEAN - Static variable in class javax.xml.rpc.encoding.XMLType
The name of the SOAP-ENC:boolean type.
SOAP_BYTE - Static variable in class javax.xml.rpc.encoding.XMLType
The name of the SOAP-ENC:byte type.
SOAP_DOUBLE - Static variable in class javax.xml.rpc.encoding.XMLType
The name of the SOAP-ENC:double type.
SOAP_FLOAT - Static variable in class javax.xml.rpc.encoding.XMLType
The name of the SOAP-ENC:float type.
SOAP_INT - Static variable in class javax.xml.rpc.encoding.XMLType
The name of the SOAP-ENC:int type.
SOAP_LONG - Static variable in class javax.xml.rpc.encoding.XMLType
The name of the SOAP-ENC:long type.
SOAP_SHORT - Static variable in class javax.xml.rpc.encoding.XMLType
The name of the SOAP-ENC:short type.
SOAP_STRING - Static variable in class javax.xml.rpc.encoding.XMLType
The name of the SOAP-ENC:string type.
SOAPACTION_URI_PROPERTY - Static variable in interface javax.xml.rpc.Call
Standard property for SOAPAction.
SOAPACTION_USE_PROPERTY - Static variable in interface javax.xml.rpc.Call
Standard property for SOAPAction.
SOAPFaultException - Exception in javax.xml.rpc.soap
The SOAPFaultException exception represents a SOAP fault.
SOAPFaultException(QName, String, String, Detail) - Constructor for exception javax.xml.rpc.soap.SOAPFaultException
Constructor for the SOAPFaultException
SOAPMessageContext - Interface in javax.xml.rpc.handler.soap
The interface javax.xml.rpc.soap.SOAPMessageContext provides access to the SOAP message for either RPC request or response.
some(Subquery<Y>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a some expression over the subquery results.
SORT_BY_DATE_ASC - Static variable in interface javax.xml.registry.FindQualifier
Specifies a hint to queries that they should sort results by creation/modification date in ascending order.
SORT_BY_DATE_DESC - Static variable in interface javax.xml.registry.FindQualifier
Specifies a hint to queries that they should sort results by creation/modification date in descending order.
SORT_BY_NAME_ASC - Static variable in interface javax.xml.registry.FindQualifier
Specifies a hint to queries that they should sort results by Name in ascending alpha-numeric order.
SORT_BY_NAME_DESC - Static variable in interface javax.xml.registry.FindQualifier
Specifies a hint to queries that they should sort results by Name in descending alpha-numeric order.
SORT_CODE_SLOT - Static variable in interface javax.xml.registry.infomodel.Slot
Name for pre-defined Slot used in PostalAddress by Jakarta XML Registries UDDI provider.
SOUNDEX - Static variable in interface javax.xml.registry.FindQualifier
Optional qualifier that allows matching strings by their sounds.
Specializes - Annotation Type in javax.enterprise.inject
Indicates that a bean directly specializes another bean.
Specializes.Literal - Class in javax.enterprise.inject
Supports inline instantiation of the Specializes annotation.
SPECIFICATION_LINK - Static variable in interface javax.xml.registry.LifeCycleManager
Constant representing the javax.xml.registry.infomodel.SpecificationLink interface.
SpecificationLink - Interface in javax.xml.registry.infomodel
A SpecificationLink provides the linkage between a ServiceBinding and one of its technical specifications that describes how to use the service using the ServiceBinding.
splitExpressions(FacesContext, String) - Method in class javax.faces.component.search.SearchExpressionHandler

Splits an string, based on SearchExpressionHandler.getExpressionSeperatorChars(javax.faces.context.FacesContext) with possible multiple expressions into an array.

splitExpressions(FacesContext, String) - Method in class javax.faces.component.search.SearchExpressionHandlerWrapper
 
SQL_DATA_SOURCE - Static variable in class javax.servlet.jsp.jstl.core.Config
Name of configuration setting for SQL data source
SQL_MAX_ROWS - Static variable in class javax.servlet.jsp.jstl.core.Config
Name of configuration setting for maximum number of rows to be included in SQL query result
SQLExecutionTag - Interface in javax.servlet.jsp.jstl.sql
This interface allows tag handlers implementing it to receive values for parameter markers in their SQL statements.
SqlResultSetMapping - Annotation Type in javax.persistence
Specifies the mapping of the result of a native SQL query or stored procedure.
SqlResultSetMappings - Annotation Type in javax.persistence
Is used to define one or more SqlResultSetMapping annotations.
sqrt(Expression<? extends Number>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression that returns the square root of its argument.
Sse - Interface in javax.ws.rs.sse
Server-side entry point for creating OutboundSseEvent and SseBroadcaster.
SseBroadcaster - Interface in javax.ws.rs.sse
Server-Sent events broadcasting facility.
SseEvent - Interface in javax.ws.rs.sse
Base Server Sent Event definition.
SseEventSink - Interface in javax.ws.rs.sse
Outbound Server-Sent Events stream.
SseEventSource - Interface in javax.ws.rs.sse
Client for reading and processing incoming Server-Sent Events.
SseEventSource.Builder - Class in javax.ws.rs.sse
SseEventSource builder class.
sslContext(SSLContext) - Method in class javax.ws.rs.client.ClientBuilder
Set the SSL context that will be used when creating secured transport connections to server endpoints from web targets created by the client instance that is using this SSL context.
STABILITY_DYNAMIC - Static variable in interface javax.xml.registry.infomodel.RegistryEntry
RegistryEntry may change at any time.
STABILITY_DYNAMIC_COMPATIBLE - Static variable in interface javax.xml.registry.infomodel.RegistryEntry
RegistryEntry may change at any time, however the changes will be backward compatible.
STABILITY_STATIC - Static variable in interface javax.xml.registry.infomodel.RegistryEntry
RegistryEntry will not change.
StandardELContext - Class in javax.el
A standard ELContext suitable for use in a stand alone environment.
StandardELContext(ExpressionFactory) - Constructor for class javax.el.StandardELContext
Construct a default ELContext for a stand-alone environment.
StandardELContext(ELContext) - Constructor for class javax.el.StandardELContext
Construct a StandardELContext from another ELContext.
start(String, Properties) - Method in interface javax.batch.operations.JobOperator
Creates a new job instance and starts the first execution of that instance, which executes asynchronously.
start(Date) - Method in class javax.ejb.ScheduleExpression
Set the start date.
START - Static variable in class javax.enterprise.deploy.shared.CommandType
The DeploymentManger action operation being processed is start.
start(TargetModuleID[]) - Method in interface javax.enterprise.deploy.spi.DeploymentManager
Start the application running.
start() - Method in interface javax.jms.Connection
Starts (or restarts) a connection's delivery of incoming messages.
start() - Method in interface javax.jms.JMSContext
Starts (or restarts) delivery of incoming messages by the JMSContext's connection.
start() - Method in interface javax.jms.ServerSession
Cause the Session's run method to be called to process messages that were just assigned to it.
start - Variable in class javax.mail.util.SharedByteArrayInputStream
Position within shared buffer that this stream starts at.
start - Variable in class javax.mail.util.SharedFileInputStream
The file offset of the start of data in this subset of the file.
start(BootstrapContext) - Method in interface javax.resource.spi.ResourceAdapter
This is called when a resource adapter instance is bootstrapped.
start(Runnable) - Method in interface javax.servlet.AsyncContext
Causes the container to dispatch a thread, possibly from a managed thread pool, to run the specified Runnable.
START_TIMED_OUT - Static variable in exception javax.resource.spi.work.WorkException
Indicates start timeout expiration.
startAsync() - Method in interface javax.servlet.ServletRequest
Puts this request into asynchronous mode, and initializes its AsyncContext with the original (unwrapped) ServletRequest and ServletResponse objects.
startAsync(ServletRequest, ServletResponse) - Method in interface javax.servlet.ServletRequest
Puts this request into asynchronous mode, and initializes its AsyncContext with the given request and response objects.
startAsync() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to invoke ServletRequest.startAsync() on the wrapped request object.
startAsync(ServletRequest, ServletResponse) - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to invoke ServletRequest.startAsync(ServletRequest, ServletResponse) on the wrapped request object.
startCDATA() - Method in class javax.faces.context.ResponseWriter

Open an XML CDATA block.

startCDATA() - Method in class javax.faces.context.ResponseWriterWrapper

The default behavior of this method is to call ResponseWriter.startCDATA() on the wrapped ResponseWriter object.

startDocument() - Method in class javax.faces.context.PartialResponseWriter

Write the start of a partial response.

startDocument() - Method in class javax.faces.context.ResponseWriter
Write whatever text should begin a response.
startDocument() - Method in class javax.faces.context.ResponseWriterWrapper
The default behavior of this method is to call ResponseWriter.startDocument() on the wrapped ResponseWriter object.
startElement(String, UIComponent) - Method in class javax.faces.context.ResponseWriter
Write the start of an element, up to and including the element name.
startElement(String, UIComponent) - Method in class javax.faces.context.ResponseWriterWrapper
The default behavior of this method is to call ResponseWriter.startElement(String, javax.faces.component.UIComponent) on the wrapped ResponseWriter object.
startError(String) - Method in class javax.faces.context.PartialResponseWriter

Write the start of an error.

startEval() - Method in class javax.faces.context.PartialResponseWriter

Write the start of an eval operation.

startExtension(Map<String, String>) - Method in class javax.faces.context.PartialResponseWriter

Write the start of an extension operation.

startInsertAfter(String) - Method in class javax.faces.context.PartialResponseWriter

Write the start of an insert operation where the contents will be inserted after the specified target node.

startInsertBefore(String) - Method in class javax.faces.context.PartialResponseWriter

Write the start of an insert operation where the contents will be inserted before the specified target node.

Startup - Annotation Type in javax.ejb
Mark a singleton bean for eager initialization during the application startup sequence.
startUpdate(String) - Method in class javax.faces.context.PartialResponseWriter

Write the start of an update operation.

startWork(Work) - Method in interface javax.resource.spi.work.WorkManager
Accepts a Work instance for processing.
startWork(Work, long, ExecutionContext, WorkListener) - Method in interface javax.resource.spi.work.WorkManager
Accepts a Work instance for processing.
STATE_SAVING_METHOD_CLIENT - Static variable in class javax.faces.application.StateManager
Constant value for the initialization parameter named by the STATE_SAVING_METHOD_PARAM_NAME that indicates state saving should take place on the client.
STATE_SAVING_METHOD_PARAM_NAME - Static variable in class javax.faces.application.StateManager
The ServletContext init parameter consulted by the StateManager to tell where the state should be saved.
STATE_SAVING_METHOD_SERVER - Static variable in class javax.faces.application.StateManager
Constant value for the initialization parameter named by the STATE_SAVING_METHOD_PARAM_NAME that indicates state saving should take place on the server.
Stateful - Annotation Type in javax.ejb
Component-defining annotation for a stateful session bean.
StatefulSessionBeanStats - Interface in javax.management.j2ee.statistics
Specifies the statistics provided by a stateful session bean.
StatefulTimeout - Annotation Type in javax.ejb
Specifies the amount of time a stateful session bean can be idle (not receive any client invocations) before it is eligible for removal by the container.
StateHelper - Interface in javax.faces.component

Define a Map-like contract that makes it easier for components to implement PartialStateHolder.

StateHolder - Interface in javax.faces.component
This interface is implemented by classes that need to save their state between requests.
Stateless - Annotation Type in javax.ejb
Component-defining annotation for a stateless session bean.
StatelessSessionBeanStats - Interface in javax.management.j2ee.statistics
Specifies the statistics provided by a stateless session bean.
StateManagementStrategy - Class in javax.faces.view

Encapsulate the saving and restoring of the view to enable the VDL to take over the responsibility for handling this feature.

StateManagementStrategy() - Constructor for class javax.faces.view.StateManagementStrategy
 
StateManager - Class in javax.faces.application
StateManager directs the process of saving and restoring the view between requests.
StateManager() - Constructor for class javax.faces.application.StateManager
 
StateManager.SerializedView - Class in javax.faces.application
Deprecated.
This class was not marked Serializable in the 1.0 version of the spec. It was also not a static inner class, so it can't be made to be Serializable. Therefore, it is being deprecated in version 1.2 of the spec. The replacement is to use an implementation dependent Object.
StateManagerWrapper - Class in javax.faces.application
Provides a simple implementation of StateManager that can be subclassed by developers wishing to provide specialized behavior to an existing StateManager instance.
StateManagerWrapper() - Constructor for class javax.faces.application.StateManagerWrapper
Deprecated.
Use the other constructor taking the implementation being wrapped.
StateManagerWrapper(StateManager) - Constructor for class javax.faces.application.StateManagerWrapper

If this state manager has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.

StateType - Class in javax.enterprise.deploy.shared
Class StateTypes defines enumeration values for the DeploymentStatus object.
StateType(int) - Constructor for class javax.enterprise.deploy.shared.StateType
Construct a new enumeration value with the given integer value.
StaticFieldELResolver - Class in javax.el
An ELResolver for resolving static fields, enum constants and static methods.
StaticFieldELResolver() - Constructor for class javax.el.StaticFieldELResolver
 
StaticMetamodel - Annotation Type in javax.persistence.metamodel
The StaticMetamodel annotation specifies that the class is a metamodel class that represents the entity, mapped superclass, or embeddable class designated by the value element.
Statistic - Interface in javax.management.j2ee.statistics
The Statistic model and its sub-models specify the data models which are requried to be used to provide the performance data described by the specific attributes in the Stats models.
Stats - Interface in javax.management.j2ee.statistics
The Stats model and its submodels specify performance data attributes for each of the specific managed object types.
Status - Interface in javax.transaction
The Status interface defines static variables used for transaction status codes.
status(int) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Set the status on the ResponseBuilder.
status(int, String) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Set the status on the ResponseBuilder.
status(Response.StatusType) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Set the status on the ResponseBuilder.
status(Response.Status) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Set the status on the ResponseBuilder.
status(Response.StatusType) - Static method in class javax.ws.rs.core.Response
Create a new ResponseBuilder with the supplied status.
status(Response.Status) - Static method in class javax.ws.rs.core.Response
Create a new ResponseBuilder with the supplied status.
status(int) - Static method in class javax.ws.rs.core.Response
Create a new ResponseBuilder with the supplied status.
status(int, String) - Static method in class javax.ws.rs.core.Response
Create a new ResponseBuilder with the supplied status and reason phrase.
STATUS_ACTIVE - Static variable in interface javax.transaction.Status
A transaction is associated with the target object and it is in the active state.
STATUS_APPROVED - Static variable in interface javax.xml.registry.infomodel.RegistryEntry
RegistryEntry has been submitted and approved.
STATUS_COMMITTED - Static variable in interface javax.transaction.Status
A transaction is associated with the target object and it has been committed.
STATUS_COMMITTING - Static variable in interface javax.transaction.Status
A transaction is associated with the target object and it is in the process of committing.
STATUS_DEPRECATED - Static variable in interface javax.xml.registry.infomodel.RegistryEntry
RegistryEntry has been deprecated.
STATUS_FAILURE - Static variable in interface javax.xml.registry.JAXRResponse
Status indicating a failure response.
STATUS_MARKED_ROLLBACK - Static variable in interface javax.transaction.Status
A transaction is associated with the target object and it has been marked for rollback, perhaps as a result of a setRollbackOnly operation.
STATUS_NO_TRANSACTION - Static variable in interface javax.transaction.Status
No transaction is currently associated with the target object.
STATUS_PREPARED - Static variable in interface javax.transaction.Status
A transaction is associated with the target object and it has been prepared.
STATUS_PREPARING - Static variable in interface javax.transaction.Status
A transaction is associated with the target object and it is in the process of preparing.
STATUS_ROLLEDBACK - Static variable in interface javax.transaction.Status
A transaction is associated with the target object and the outcome has been determined to be rollback.
STATUS_ROLLING_BACK - Static variable in interface javax.transaction.Status
A transaction is associated with the target object and it is in the process of rolling back.
STATUS_SUBMITTED - Static variable in interface javax.xml.registry.infomodel.RegistryEntry
RegistryEntry has been submitted.
STATUS_SUCCESS - Static variable in interface javax.xml.registry.JAXRResponse
Status indicating a successful response.
STATUS_UNAVAILABLE - Static variable in interface javax.xml.registry.JAXRResponse
Status indicating that the results are currently unavailable.
STATUS_UNKNOWN - Static variable in interface javax.transaction.Status
A transaction is associated with the target object but its current status cannot be determined.
STATUS_WARNING - Static variable in interface javax.xml.registry.JAXRResponse
Status indicating a successful response that included at least one warning.
STATUS_WITHDRAWN - Static variable in interface javax.xml.registry.infomodel.RegistryEntry
RegistryEntry has been withdrawn by the submitter.
statusId - Variable in class javax.servlet.jsp.jstl.core.LoopTagSupport
Attribute-exposing control
step - Variable in class javax.servlet.jsp.jstl.core.LoopTagSupport
Iteration step ('step' attribute)
StepContext - Interface in javax.batch.runtime.context
A StepContext provides information about the current step of a job execution.
StepExecution - Interface in javax.batch.runtime
Provides a view of a step execution to the JobOperator.
StepListener - Interface in javax.batch.api.listener
StepListener intercepts step execution.
stepSpecified - Variable in class javax.servlet.jsp.jstl.core.LoopTagSupport
Boolean flag indicating whether 'step' was specified.
Stereotype - Annotation Type in javax.enterprise.inject
Specifies that an annotation type is a stereotype.
stereotypes(Set<Class<? extends Annotation>>) - Method in interface javax.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Replace stereotypes on the configured bean
stereotypes(Set<Class<? extends Annotation>>) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Replace stereotypes on the configured bean
stop() - Method in class javax.batch.api.AbstractBatchlet
Override this method if the Batchlet will end in response to the JobOperator.stop() operation.
stop() - Method in interface javax.batch.api.Batchlet
The stop method is invoked by the batch runtime as part of JobOperator.stop() method processing.
stop(long) - Method in interface javax.batch.operations.JobOperator
Request a running job execution stops.
STOP - Static variable in class javax.enterprise.deploy.shared.ActionType
A stop operation is being preformed on the DeploymentManager action command.
STOP - Static variable in class javax.enterprise.deploy.shared.CommandType
The DeploymentManger action operation being processed is stop.
stop(TargetModuleID[]) - Method in interface javax.enterprise.deploy.spi.DeploymentManager
Stop the application running.
stop() - Method in interface javax.enterprise.deploy.spi.status.ProgressObject
(optional) A stop request on an in-process operation allows the operation on the current TargetModuleID to run to completion but does not process any of the remaining unprocessed TargetModuleID objects.
stop() - Method in interface javax.jms.Connection
Temporarily stops a connection's delivery of incoming messages.
stop() - Method in interface javax.jms.JMSContext
Temporarily stops the delivery of incoming messages by the JMSContext's connection.
stop() - Method in interface javax.resource.spi.ResourceAdapter
This is called when a resource adapter instance is undeployed or during application server shutdown.
store - Variable in class javax.mail.Folder
The parent store.
STORE - Static variable in class javax.mail.Provider.Type
 
Store - Class in javax.mail
An abstract class that models a message store and its access protocol, for storing and retrieving messages.
Store(Session, URLName) - Constructor for class javax.mail.Store
Constructor.
store - Variable in class javax.ws.rs.core.AbstractMultivaluedMap
Backing store for the [key, multi-value] pairs.
StoreClosedException - Exception in javax.mail
This exception is thrown when a method is invoked on a Messaging object and the Store that owns that object has died due to some reason.
StoreClosedException(Store) - Constructor for exception javax.mail.StoreClosedException
Constructs a StoreClosedException with no detail message.
StoreClosedException(Store, String) - Constructor for exception javax.mail.StoreClosedException
Constructs a StoreClosedException with the specified detail message.
StoreClosedException(Store, String, Exception) - Constructor for exception javax.mail.StoreClosedException
Constructs a StoreClosedException with the specified detail message and embedded exception.
StoredProcedureParameter - Annotation Type in javax.persistence
Specifies a parameter of a named stored procedure query.
StoredProcedureQuery - Interface in javax.persistence
Interface used to control stored procedure query execution.
StoreEvent - Class in javax.mail.event
This class models notifications from the Store connection.
StoreEvent(Store, int, String) - Constructor for class javax.mail.event.StoreEvent
Construct a StoreEvent.
StoreListener - Interface in javax.mail.event
This is the Listener interface for Store Notifications.
stream() - Method in interface javax.enterprise.inject.Instance
When called, provides back a Stream of the beans available in this Instance.
Streamable - Interface in javax.resource.cci
Streamable interface enables a resource adapter to extract data from an input Record or set data into an output Record as a stream of bytes.
StreamingOutput - Interface in javax.ws.rs.core
A type that may be used as a resource method return value or as the entity in a Response when the application wishes to stream the output.
StreamMessage - Interface in javax.jms
A StreamMessage object is used to send a stream of primitive types in the Java programming language.
STRICT_IJSON - Static variable in class javax.json.bind.JsonbConfig
Property used to specify strict I-JSON serialization compliance.
STRING_ID - Static variable in class javax.faces.convert.BigDecimalConverter
The message identifier of the FacesMessage to be created if the conversion of the BigDecimal value to String fails.
STRING_ID - Static variable in class javax.faces.convert.BigIntegerConverter
The message identifier of the FacesMessage to be created if the conversion of the BigInteger value to String fails.
STRING_ID - Static variable in class javax.faces.convert.BooleanConverter
The message identifier of the FacesMessage to be created if the conversion of the Boolean value to String fails.
STRING_ID - Static variable in class javax.faces.convert.ByteConverter
The message identifier of the FacesMessage to be created if the conversion of the Byte value to String fails.
STRING_ID - Static variable in class javax.faces.convert.CharacterConverter
The message identifier of the FacesMessage to be created if the conversion of the Character value to String fails.
STRING_ID - Static variable in class javax.faces.convert.DateTimeConverter
The message identifier of the FacesMessage to be created if the conversion of the DateTime value to String fails.
STRING_ID - Static variable in class javax.faces.convert.DoubleConverter
The message identifier of the FacesMessage to be created if the conversion of the Double value to String fails.
STRING_ID - Static variable in class javax.faces.convert.FloatConverter
The message identifier of the FacesMessage to be created if the conversion of the Float value to String fails.
STRING_ID - Static variable in class javax.faces.convert.IntegerConverter
The message identifier of the FacesMessage to be created if the conversion of the Integer value to String fails.
STRING_ID - Static variable in class javax.faces.convert.LongConverter
The message identifier of the FacesMessage to be created if the conversion of the Long value to String fails.
STRING_ID - Static variable in class javax.faces.convert.NumberConverter
The message identifier of the FacesMessage to be created if the conversion of the Number value to String fails.
STRING_ID - Static variable in class javax.faces.convert.ShortConverter
The message identifier of the FacesMessage to be created if the conversion of the Short value to String fails.
StringHolder - Class in javax.xml.rpc.holders
 
StringHolder() - Constructor for class javax.xml.rpc.holders.StringHolder
 
StringHolder(String) - Constructor for class javax.xml.rpc.holders.StringHolder
 
StringTerm - Class in javax.mail.search
This class implements the match method for Strings.
StringTerm(String) - Constructor for class javax.mail.search.StringTerm
Construct a StringTerm with the given pattern.
StringTerm(String, boolean) - Constructor for class javax.mail.search.StringTerm
Construct a StringTerm with the given pattern and ignoreCase flag.
Stub - Interface in javax.xml.rpc
The interface javax.xml.rpc.Stub is the common base interface for the stub classes.
Subgraph<T> - Interface in javax.persistence
This type represents a subgraph for an attribute node that corresponds to a Managed Type.
SubjectKeyIDRequest(byte[]) - Constructor for class javax.security.auth.message.callback.PrivateKeyCallback.SubjectKeyIDRequest
Construct a SubjectKeyIDRequest with an subjectKeyID.
SubjectTerm - Class in javax.mail.search
This class implements comparisons for the message Subject header.
SubjectTerm(String) - Constructor for class javax.mail.search.SubjectTerm
Constructor.
submit() - Method in interface javax.ws.rs.client.Invocation
Submit the request for an asynchronous invocation and receive a future response back.
submit(Class<T>) - Method in interface javax.ws.rs.client.Invocation
Submit the request for an asynchronous invocation and receive a future response of the specified type back.
submit(GenericType<T>) - Method in interface javax.ws.rs.client.Invocation
Submit the request for an asynchronous invocation and receive a future response of the specified generic type back.
submit(InvocationCallback<T>) - Method in interface javax.ws.rs.client.Invocation
Submit the request for an asynchronous invocation and register an InvocationCallback to process the future result of the invocation.
subprotocols(List<String>) - Method in class javax.websocket.server.ServerEndpointConfig.Builder
Sets the subprotocols to use in the configuration.
subquery(Class<U>) - Method in interface javax.persistence.criteria.CommonAbstractCriteria
Create a subquery of the query.
Subquery<T> - Interface in javax.persistence.criteria
The Subquery interface defines functionality that is specific to subqueries.
subscribeToEvent(Class<? extends SystemEvent>, Class<?>, SystemEventListener) - Method in class javax.faces.application.Application

Install the listener instance referenced by argument listener into the application as a listener for events of type systemEventClass that originate from objects of type sourceClass.

subscribeToEvent(Class<? extends SystemEvent>, SystemEventListener) - Method in class javax.faces.application.Application

Install the listener instance referenced by argument listener into application as a listener for events of type systemEventClass.

subscribeToEvent(Class<? extends SystemEvent>, Class<?>, SystemEventListener) - Method in class javax.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.subscribeToEvent(Class, Class, javax.faces.event.SystemEventListener) on the wrapped Application object.

subscribeToEvent(Class<? extends SystemEvent>, SystemEventListener) - Method in class javax.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.subscribeToEvent(Class, javax.faces.event.SystemEventListener) on the wrapped Application object.

subscribeToEvent(Class<? extends SystemEvent>, ComponentSystemEventListener) - Method in class javax.faces.component.UIComponent

This implementation throws UnsupportedOperationException and is provided for the sole purpose of not breaking existing applications that extend this class.

subscribeToEvent(Class<? extends SystemEvent>, ComponentSystemEventListener) - Method in class javax.faces.component.UIComponentBase

Install the listener instance referenced by argument componentListener as a listener for events of type eventClass originating from this specific instance of UIComponent.

subscribeToViewEvent(Class<? extends SystemEvent>, SystemEventListener) - Method in class javax.faces.component.UIViewRoot

Install the listener instance referenced by argument listener into the UIViewRoot as a listener for events of type systemEventClass.

substring(Expression<String>, Expression<Integer>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression for substring extraction.
substring(Expression<String>, int) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression for substring extraction.
substring(Expression<String>, Expression<Integer>, Expression<Integer>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression for substring extraction.
substring(Expression<String>, int, int) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression for substring extraction.
SUCCESS - Static variable in class javax.security.auth.message.AuthStatus
Indicates that the message processing by the authentication module was successful and that the runtime is to proceed with its normal processing of the resulting message.
sum(Expression<N>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an aggregate expression applying the sum operation.
sum(Expression<? extends N>, Expression<? extends N>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression that returns the sum of its arguments.
sum(Expression<? extends N>, N) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression that returns the sum of its arguments.
sum(N, Expression<? extends N>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression that returns the sum of its arguments.
sumAsDouble(Expression<Float>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an aggregate expression applying the sum operation to a Float-valued expression, returning a Double result.
sumAsLong(Expression<Integer>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an aggregate expression applying the sum operation to an Integer-valued expression, returning a Long result.
SupportedValidationTarget - Annotation Type in javax.validation.constraintvalidation
Defines the target(s) a ConstraintValidator can validate.
supports(String) - Method in interface javax.security.jacc.PolicyContextHandler
This public method returns a boolean result indicating whether or not the handler supports the context object identified by the (case-sensitive) key value.
supportsExecuteWithInputAndOutputRecord() - Method in interface javax.resource.cci.ResourceAdapterMetaData
Returns true if the implementation class for the Interaction interface implements public boolean execute(InteractionSpec ispec, Record input, Record output) method; otherwise the method returns false.
supportsExecuteWithInputRecordOnly() - Method in interface javax.resource.cci.ResourceAdapterMetaData
Returns true if the implementation class for the Interaction interface implements public Record execute(InteractionSpec ispec, Record input) method; otherwise the method returns false.
supportsLocalTransactionDemarcation() - Method in interface javax.resource.cci.ResourceAdapterMetaData
Returns true if the resource adapter implements the LocalTransaction interface and supports local transaction demarcation on the underlying EIS instance through the LocalTransaction interface.
supportsResultSetType(int) - Method in interface javax.resource.cci.ResultSetInfo
Indicates whether or not a resource adapter supports a type of ResultSet.
supportsResultTypeConcurrency(int, int) - Method in interface javax.resource.cci.ResultSetInfo
Indicates whether or not a resource adapter supports the concurrency type in combination with the given ResultSet type/
SUSPEND - Static variable in interface javax.enterprise.concurrent.ManagedTask
Constant for the "SUSPEND" value of the TRANSACTION execution property.
suspend() - Method in interface javax.transaction.TransactionManager
Suspend the transaction currently associated with the calling thread and return a Transaction object that represents the transaction context being suspended.
Suspended - Annotation Type in javax.ws.rs.container
Inject a suspended AsyncResponse into a parameter of an invoked resource or sub-resource method.
SwitchBuilder - Class in javax.faces.flow.builder

Create a switch node in the current Flow.

SwitchBuilder() - Constructor for class javax.faces.flow.builder.SwitchBuilder
 
switchCase() - Method in class javax.faces.flow.builder.SwitchBuilder

Create a switch case in the current switch.

switchCase() - Method in class javax.faces.flow.builder.SwitchCaseBuilder

Create a new case in the current switch.

SwitchCase - Class in javax.faces.flow

Represents a case within a switch node in the flow graph.

SwitchCase() - Constructor for class javax.faces.flow.SwitchCase
 
SwitchCaseBuilder - Class in javax.faces.flow.builder

Create a case in the current switch.

SwitchCaseBuilder() - Constructor for class javax.faces.flow.builder.SwitchCaseBuilder
 
switchNode(String) - Method in class javax.faces.flow.builder.FlowBuilder

Define a particular list of cases that will be inspected in the order they are defined to determine where to go next in the flow graph.

SwitchNode - Class in javax.faces.flow

Represents a switch node in the flow graph.

SwitchNode() - Constructor for class javax.faces.flow.SwitchNode
 
SYNC_RECEIVE - Static variable in interface javax.resource.cci.InteractionSpec
The execution of an Interaction results in a synchronous receive of an output Record.
SYNC_SEND - Static variable in interface javax.resource.cci.InteractionSpec
Interaction Verb type: The execution of an Interaction does only a send to the target EIS instance.
SYNC_SEND_RECEIVE - Static variable in interface javax.resource.cci.InteractionSpec
Interaction Verb type: The execution of an Interaction sends a request to the EIS instance and receives response synchronously.
Synchronization - Interface in javax.transaction
The transaction manager supports a synchronization mechanism that allows the interested party to be notified before and after the transaction completes.
SynchronizationType - Enum in javax.persistence
Specifies whether the persistence context is always automatically synchronized with the current transaction or whether the persistence context must be explicitly joined to the current transaction by means of the EntityManager.joinTransaction() method.
SyncInvoker - Interface in javax.ws.rs.client
Uniform interface for synchronous invocation of HTTP methods.
SystemEvent - Class in javax.faces.event
SystemEvent is the base class for non-application specific events that can be fired by arbitrary objects.
SystemEvent(Object) - Constructor for class javax.faces.event.SystemEvent

Pass the argument source to the superclass constructor.

SystemEvent(FacesContext, Object) - Constructor for class javax.faces.event.SystemEvent

Pass the argument source to the superclass constructor.

SystemEventListener - Interface in javax.faces.event

By implementing this class, an object indicates that it is a listener for one or more kinds of SystemEvents.

SystemEventListenerHolder - Interface in javax.faces.event

Classes that implement this interface agree to maintain a list of SystemEventListener instances for each kind of SystemEvent they can generate.

SystemException - Exception in javax.transaction
The SystemException is thrown by the transaction manager to indicate that it has encountered an unexpected error condition that prevents future transaction services from proceeding.
SystemException() - Constructor for exception javax.transaction.SystemException
 
SystemException(String) - Constructor for exception javax.transaction.SystemException
Create a SystemException with a given string.
SystemException(int) - Constructor for exception javax.transaction.SystemException
Create a SystemException with a given error code.

T

Table - Annotation Type in javax.persistence
Specifies the primary table for the annotated entity.
TableGenerator - Annotation Type in javax.persistence
Defines a primary key generator that may be referenced by name when a generator element is specified for the GeneratedValue annotation.
TableGenerators - Annotation Type in javax.persistence
Used to group TableGenerator annotations.
Tag - Class in javax.faces.view.facelets

The runtime must create an instance of this class for each element in the Facelets XHTML view.

Tag(Location, String, String, String, TagAttributes) - Constructor for class javax.faces.view.facelets.Tag
Constructor.
Tag(Tag, TagAttributes) - Constructor for class javax.faces.view.facelets.Tag
Constructor.
tag - Variable in class javax.faces.view.facelets.TagHandler

A reference to the Tag instance corresponding to this TagHandler instance.

Tag - Interface in javax.servlet.jsp.tagext
The interface of a classic tag handler that does not want to manipulate its body.
tag(EntityTag) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Set a response entity tag.
tag(String) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Set a strong response entity tag.
TAG_HANDLER_DELEGATE_FACTORY - Static variable in class javax.faces.FactoryFinder

The property name for the TagHandlerDelegate class name.

TagAdapter - Class in javax.servlet.jsp.tagext
Wraps any SimpleTag and exposes it using a Tag interface.
TagAdapter(SimpleTag) - Constructor for class javax.servlet.jsp.tagext.TagAdapter
Creates a new TagAdapter that wraps the given SimpleTag and returns the parent tag when getParent() is called.
TagAttribute - Class in javax.faces.view.facelets

Representation of an XML attribute name=value pair on an XML element in a Facelet file.

TagAttribute() - Constructor for class javax.faces.view.facelets.TagAttribute
 
TagAttributeException - Exception in javax.faces.view.facelets

An Exception caused by a TagAttribute

TagAttributeException(TagAttribute) - Constructor for exception javax.faces.view.facelets.TagAttributeException
Constructor.
TagAttributeException(TagAttribute, String) - Constructor for exception javax.faces.view.facelets.TagAttributeException
Constructor.
TagAttributeException(TagAttribute, Throwable) - Constructor for exception javax.faces.view.facelets.TagAttributeException
Constructor.
TagAttributeException(TagAttribute, String, Throwable) - Constructor for exception javax.faces.view.facelets.TagAttributeException
Constructor.
TagAttributeException(Tag, TagAttribute) - Constructor for exception javax.faces.view.facelets.TagAttributeException
Constructor.
TagAttributeException(Tag, TagAttribute, String) - Constructor for exception javax.faces.view.facelets.TagAttributeException
Constructor.
TagAttributeException(Tag, TagAttribute, Throwable) - Constructor for exception javax.faces.view.facelets.TagAttributeException
Constructor.
TagAttributeException(Tag, TagAttribute, String, Throwable) - Constructor for exception javax.faces.view.facelets.TagAttributeException
Constructor.
TagAttributeInfo - Class in javax.servlet.jsp.tagext
Information on the attributes of a Tag, available at translation time.
TagAttributeInfo(String, boolean, String, boolean) - Constructor for class javax.servlet.jsp.tagext.TagAttributeInfo
Constructor for TagAttributeInfo.
TagAttributeInfo(String, boolean, String, boolean, boolean) - Constructor for class javax.servlet.jsp.tagext.TagAttributeInfo
JSP 2.0 Constructor for TagAttributeInfo.
TagAttributeInfo(String, boolean, String, boolean, boolean, String, boolean, boolean, String, String) - Constructor for class javax.servlet.jsp.tagext.TagAttributeInfo
JSP 2.1 Constructor for TagAttributeInfo.
TagAttributes - Class in javax.faces.view.facelets

A set of TagAttributes, usually representing all attributes on a Tag.

TagAttributes() - Constructor for class javax.faces.view.facelets.TagAttributes
 
TagConfig - Interface in javax.faces.view.facelets

Passed to the constructor of TagHandler subclass, it defines the document definition of the handler we are instantiating.

TagData - Class in javax.servlet.jsp.tagext
The (translation-time only) attribute/value information for a tag instance.
TagData(Object[][]) - Constructor for class javax.servlet.jsp.tagext.TagData
Constructor for TagData.
TagData(Hashtable<String, Object>) - Constructor for class javax.servlet.jsp.tagext.TagData
Constructor for a TagData.
TagDecorator - Interface in javax.faces.view.facelets
Provides the ability to completely change the Tag before it's processed for compiling with the associated TagHandler.
TagException - Exception in javax.faces.view.facelets

An Exception caused by a Tag

TagException(Tag) - Constructor for exception javax.faces.view.facelets.TagException

Wrap the argument tag so the exception can reference its information.

TagException(Tag, String) - Constructor for exception javax.faces.view.facelets.TagException

Wrap the argument tag so the exception can reference its information.

TagException(Tag, Throwable) - Constructor for exception javax.faces.view.facelets.TagException

Wrap the argument tag so the exception can reference its information.

TagException(Tag, String, Throwable) - Constructor for exception javax.faces.view.facelets.TagException

Wrap the argument tag so the exception can reference its information.

TagExtraInfo - Class in javax.servlet.jsp.tagext
Optional class provided by the tag library author to describe additional translation-time information not described in the TLD.
TagExtraInfo() - Constructor for class javax.servlet.jsp.tagext.TagExtraInfo
Sole constructor.
TagFileInfo - Class in javax.servlet.jsp.tagext
Tag information for a tag file in a Tag Library; This class is instantiated from the Tag Library Descriptor file (TLD) and is available only at translation time.
TagFileInfo(String, String, TagInfo) - Constructor for class javax.servlet.jsp.tagext.TagFileInfo
Constructor for TagFileInfo from data in the JSP 2.0 format for TLD.
tagFiles - Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
An array describing the tag files that are defined in this tag library.
TagHandler - Class in javax.faces.view.facelets

Foundation class for FaceletHandlers associated with a markup element in a Facelet document.

TagHandler(TagConfig) - Constructor for class javax.faces.view.facelets.TagHandler

Every TagHandler instance is associated with a Tag.

TagHandlerDelegate - Class in javax.faces.view.facelets

Abstract class that defines methods relating to helping tag handler instances.

TagHandlerDelegate() - Constructor for class javax.faces.view.facelets.TagHandlerDelegate
 
TagHandlerDelegateFactory - Class in javax.faces.view.facelets

Abstract factory for creating instances of TagHandlerDelegate.

TagHandlerDelegateFactory() - Constructor for class javax.faces.view.facelets.TagHandlerDelegateFactory
Deprecated.
Use the other constructor taking the implementation being wrapped.
TagHandlerDelegateFactory(TagHandlerDelegateFactory) - Constructor for class javax.faces.view.facelets.TagHandlerDelegateFactory

If this factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.

tagId - Variable in class javax.faces.view.facelets.TagHandler
TagInfo - Class in javax.servlet.jsp.tagext
Tag information for a tag in a Tag Library; This class is instantiated from the Tag Library Descriptor file (TLD) and is available only at translation time.
TagInfo(String, String, String, String, TagLibraryInfo, TagExtraInfo, TagAttributeInfo[]) - Constructor for class javax.servlet.jsp.tagext.TagInfo
Constructor for TagInfo from data in the JSP 1.1 format for TLD.
TagInfo(String, String, String, String, TagLibraryInfo, TagExtraInfo, TagAttributeInfo[], String, String, String, TagVariableInfo[]) - Constructor for class javax.servlet.jsp.tagext.TagInfo
Constructor for TagInfo from data in the JSP 1.2 format for TLD.
TagInfo(String, String, String, String, TagLibraryInfo, TagExtraInfo, TagAttributeInfo[], String, String, String, TagVariableInfo[], boolean) - Constructor for class javax.servlet.jsp.tagext.TagInfo
Constructor for TagInfo from data in the JSP 2.0 format for TLD.
TaglibDescriptor - Interface in javax.servlet.descriptor
This interface provides access to the <taglib> related configuration of a web application.
TagLibraryInfo - Class in javax.servlet.jsp.tagext
Translation-time information associated with a taglib directive, and its underlying TLD file.
TagLibraryInfo(String, String) - Constructor for class javax.servlet.jsp.tagext.TagLibraryInfo
Constructor.
TagLibraryValidator - Class in javax.servlet.jsp.tagext
Translation-time validator class for a JSP page.
TagLibraryValidator() - Constructor for class javax.servlet.jsp.tagext.TagLibraryValidator
Sole constructor.
tags - Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
An array describing the tags that are defined in this tag library.
TagSupport - Class in javax.servlet.jsp.tagext
A base class for defining new tag handlers implementing Tag.
TagSupport() - Constructor for class javax.servlet.jsp.tagext.TagSupport
Default constructor, all subclasses are required to define only a public constructor with the same signature, and to call the superclass constructor.
TagVariableInfo - Class in javax.servlet.jsp.tagext
Variable information for a tag in a Tag Library; This class is instantiated from the Tag Library Descriptor file (TLD) and is available only at translation time.
TagVariableInfo(String, String, String, boolean, int) - Constructor for class javax.servlet.jsp.tagext.TagVariableInfo
Constructor for TagVariableInfo.
Target - Interface in javax.enterprise.deploy.spi
A Target interface represents a single logical core server of one instance of a Jakarta EE platform product.
target(String) - Method in interface javax.ws.rs.client.Client
Build a new web resource target.
target(URI) - Method in interface javax.ws.rs.client.Client
Build a new web resource target.
target(UriBuilder) - Method in interface javax.ws.rs.client.Client
Build a new web resource target.
target(Link) - Method in interface javax.ws.rs.client.Client
Build a new web resource target.
target(WebTarget) - Method in class javax.ws.rs.sse.SseEventSource.Builder
 
target(WebTarget) - Static method in interface javax.ws.rs.sse.SseEventSource
Create a new event source builder that provides convenient way how to configure and fine-tune various aspects of a newly prepared event source instance.
TargetException - Exception in javax.enterprise.deploy.spi.exceptions
This exception is to report bad target designators.
TargetException(String) - Constructor for exception javax.enterprise.deploy.spi.exceptions.TargetException
Creates an new TargetException object.
TargetModuleID - Interface in javax.enterprise.deploy.spi
A TargetModuleID interface represents a unique identifier for a deployed application module.
TargetPolicy(MessagePolicy.Target[], MessagePolicy.ProtectionPolicy) - Constructor for class javax.security.auth.message.MessagePolicy.TargetPolicy
Create a TargetPolicy instance with an array of Targets and with a ProtectionPolicy.
taskAborted(Future<?>, ManagedExecutorService, Object, Throwable) - Method in interface javax.enterprise.concurrent.ManagedTaskListener
Called when a task's Future has been cancelled anytime during the life of a task.
taskDone(Future<?>, ManagedExecutorService, Object, Throwable) - Method in interface javax.enterprise.concurrent.ManagedTaskListener
Called when a submitted task has completed running, either successfully or failed due to any exception thrown from the task, task being cancelled, rejected, or aborted.
taskStarting(Future<?>, ManagedExecutorService, Object) - Method in interface javax.enterprise.concurrent.ManagedTaskListener
This method is called before the task is about to start.
taskSubmitted(Future<?>, ManagedExecutorService, Object) - Method in interface javax.enterprise.concurrent.ManagedTaskListener
Called after the task has been submitted to the Executor.
TELEPHONE_NUMBER - Static variable in interface javax.xml.registry.LifeCycleManager
Constant representing the javax.xml.registry.infomodel.TelephoneNumber interface.
TelephoneNumber - Interface in javax.xml.registry.infomodel
A simple re-usable entity class that defines attributes of a telephone number.
TEMPDIR - Static variable in interface javax.servlet.ServletContext
The name of the ServletContext attribute which stores the private temporary directory (of type java.io.File) provided by the servlet container for the ServletContext
Temporal - Annotation Type in javax.persistence
This annotation must be specified for persistent fields or properties of type java.util.Date and java.util.Calendar.
TemporalType - Enum in javax.persistence
Type used to indicate a specific mapping of java.util.Date or java.util.Calendar.
TemporaryQueue - Interface in javax.jms
A TemporaryQueue object is a unique Queue object created for the duration of a Connection.
temporaryRedirect(URI) - Static method in class javax.ws.rs.core.Response
Create a new ResponseBuilder for a temporary redirection.
TemporaryTopic - Interface in javax.jms
A TemporaryTopic object is a unique Topic object created for the duration of a Connection.
test(String, JsonValue) - Method in interface javax.json.JsonPatchBuilder
Adds a "test" JSON Patch operation.
test(String, String) - Method in interface javax.json.JsonPatchBuilder
Adds a "test" JSON Patch operation.
test(String, int) - Method in interface javax.json.JsonPatchBuilder
Adds a "test" JSON Patch operation.
test(String, boolean) - Method in interface javax.json.JsonPatchBuilder
Adds a "test" JSON Patch operation.
text(T) - Static method in class javax.ws.rs.client.Entity
Create a "text/plain" entity.
TEXT_HTML - Static variable in class javax.ws.rs.core.MediaType
A String constant representing "text/html" media type.
TEXT_HTML_TYPE - Static variable in class javax.ws.rs.core.MediaType
A MediaType constant representing "text/html" media type.
TEXT_PLAIN - Static variable in class javax.ws.rs.core.MediaType
A String constant representing "text/plain" media type.
TEXT_PLAIN_TYPE - Static variable in class javax.ws.rs.core.MediaType
A MediaType constant representing "text/plain" media type.
TEXT_XML - Static variable in class javax.ws.rs.core.MediaType
A String constant representing "text/xml" media type.
TEXT_XML_TYPE - Static variable in class javax.ws.rs.core.MediaType
A MediaType constant representing "text/xml" media type.
TextHandler - Interface in javax.faces.view.facelets

An interface that allows other code to identify FaceletHandlers that may provide text (String) content.

TextMessage - Interface in javax.jms
A TextMessage object is used to send a message containing a java.lang.String.
TIME_ID - Static variable in class javax.faces.convert.DateTimeConverter
The message identifier of the FacesMessage to be created if the conversion to Time fails.
TIME_IN_MILLIS - Static variable in annotation type javax.json.bind.annotation.JsonbDateFormat
Special date format which serializes given date as milliseconds.
TimedObject - Interface in javax.ejb
The TimedObject interface contains a callback method that is used to deliver timer expiration notifications.
Timeout - Annotation Type in javax.ejb
Designates a method on a stateless session bean class, a singleton session bean class, a message driven bean class, or an enterprise bean 2.x entity bean class that should receive enterprise bean timer expirations for that bean.
TimeoutHandler - Interface in javax.ws.rs.container
Asynchronous response suspend time-out handler.
Timer - Interface in javax.ejb
The Timer interface contains information about a timer that was created through the enterprise bean Timer Service.
TimerConfig - Class in javax.ejb
TimerConfig is used to specify additional timer configuration settings during timer creation.
TimerConfig() - Constructor for class javax.ejb.TimerConfig
 
TimerConfig(Serializable, boolean) - Constructor for class javax.ejb.TimerConfig
 
TimerHandle - Interface in javax.ejb
The TimerHandle interface allows the bean provider to obtain a serializable timer handle that may be persisted.
TimerService - Interface in javax.ejb
The TimerService interface provides enterprise bean components with access to the container-provided Timer Service.
TimeStatistic - Interface in javax.management.j2ee.statistics
Specifies standard timing measurements.
timezone(String) - Method in class javax.ejb.ScheduleExpression
Set the timezone.
title(String) - Method in interface javax.ws.rs.core.Link.Builder
Convenience method to set a title on this link.
TITLE - Static variable in class javax.ws.rs.core.Link
Title link param from RFC 5988.
tlibversion - Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
The version of the tag library.
TO - Static variable in class javax.mail.Message.RecipientType
The "To" (primary) recipients.
TO_FLOW_DOCUMENT_ID_ATTR_NAME - Static variable in interface javax.faces.event.ActionListener

The presence of this component attribute on an ActionSource component will cause the default ActionListener to interpret the value of the attribute as the toFlowDocumentId value to pass to NavigationHandler.handleNavigation(javax.faces.context.FacesContext, java.lang.String, java.lang.String, java.lang.String).

TO_FLOW_DOCUMENT_ID_REQUEST_PARAM_NAME - Static variable in class javax.faces.flow.FlowHandler

Components that are rendered by Renderers of component-family javax.faces.OutcomeTarget must use this constant as the parameter name for a parameter representing the defining document id of the flow that this component will cause to be entered.

toArray() - Method in interface javax.persistence.Tuple
Return the values of the result tuple elements as an array.
toBigDecimal(Expression<? extends Number>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Typecast.
toBigInteger(Expression<? extends Number>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Typecast.
toCookie() - Method in class javax.ws.rs.core.NewCookie
Obtain a new instance of a Cookie with the same name, value, path, domain and version as this NewCookie.
toDouble(Expression<? extends Number>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Typecast.
toEnum() - Method in interface javax.ws.rs.core.Response.StatusType
Get the this Status Type as a Response.Status.
toFloat(Expression<? extends Number>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Typecast.
toFlowDocumentId(String) - Method in class javax.faces.flow.builder.NavigationCaseBuilder

Set the to-flow-document-id of the current navigation case.

toInteger(Expression<? extends Number>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Typecast.
toJson(Object) - Method in interface javax.json.bind.Jsonb
Writes the Java object tree with root object object to a String instance as JSON.
toJson(Object, Type) - Method in interface javax.json.bind.Jsonb
Writes the Java object tree with root object object to a String instance as JSON.
toJson(Object, Writer) - Method in interface javax.json.bind.Jsonb
Writes the object content tree into a Writer character stream.
toJson(Object, Type, Writer) - Method in interface javax.json.bind.Jsonb
Writes the object content tree into a Writer character stream.
toJson(Object, OutputStream) - Method in interface javax.json.bind.Jsonb
Writes the object content tree into output stream.
toJson(Object, Type, OutputStream) - Method in interface javax.json.bind.Jsonb
Writes the object content tree into output stream.
toJsonArray() - Method in interface javax.json.JsonPatch
Returns the JsonPatch as JsonArray.
toJsonArray() - Static method in class javax.json.stream.JsonCollectors
Constructs a java.util.stream.Collector that accumulates the input JsonValue elements into a JsonArray.
toJsonObject() - Static method in class javax.json.stream.JsonCollectors
Constructs a java.util.stream.Collector that accumulates the input Map.Entry<String,JsonValue> elements into a JsonObject.
toJsonObject(Function<JsonValue, String>, Function<JsonValue, JsonValue>) - Static method in class javax.json.stream.JsonCollectors
Constructs a java.util.stream.Collector that accumulates the input JsonValue elements into a JsonObject.
toJsonValue() - Method in interface javax.json.JsonMergePatch
Returns the JsonMergePatch as JsonValue.
Token(int, String) - Constructor for class javax.mail.internet.HeaderTokenizer.Token
Constructor.
toLong(Expression<? extends Number>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Typecast.
Topic - Interface in javax.jms
A Topic object encapsulates a provider-specific topic name.
TopicConnection - Interface in javax.jms
A TopicConnection object is an active connection to a publish/subscribe Jakarta Messaging provider.
TopicConnectionFactory - Interface in javax.jms
A client uses a TopicConnectionFactory object to create TopicConnection objects with a publish/subscribe Jakarta Messaging provider.
TopicPublisher - Interface in javax.jms
A client uses a TopicPublisher object to publish messages on a topic.
TopicRequestor - Class in javax.jms
The TopicRequestor helper class simplifies making service requests.
TopicRequestor(TopicSession, Topic) - Constructor for class javax.jms.TopicRequestor
Constructor for the TopicRequestor class.
TopicSession - Interface in javax.jms
A TopicSession object provides methods for creating TopicPublisher, TopicSubscriber, and TemporaryTopic objects.
TopicSubscriber - Interface in javax.jms
A client uses a TopicSubscriber object to receive messages that have been published to a topic.
toResponse(E) - Method in interface javax.ws.rs.ext.ExceptionMapper
Map an exception to a Response.
toResult(ResultSet) - Static method in class javax.servlet.jsp.jstl.sql.ResultSupport
Converts a ResultSet object to a Result object.
toResult(ResultSet, int) - Static method in class javax.servlet.jsp.jstl.sql.ResultSupport
Converts maxRows of a ResultSet object to a Result object.
toString() - Method in class javax.ejb.ScheduleExpression
 
toString() - Method in class javax.ejb.TimerConfig
 
toString() - Method in class javax.enterprise.deploy.shared.ActionType
Return the string name of this ActionType or the integer value if outside the bounds of the table
toString() - Method in class javax.enterprise.deploy.shared.CommandType
Return the string name of this CommandType or the integer value if outside the bounds of the table
toString() - Method in class javax.enterprise.deploy.shared.DConfigBeanVersionType
Return the string name of this DConfigBeanVersionType or the integer value if outside the bounds of the table
toString() - Method in class javax.enterprise.deploy.shared.ModuleType
Return the string name of this ModuleType or the integer value if outside the bounds of the table
toString() - Method in class javax.enterprise.deploy.shared.StateType
Return the string name of this StateType or the integer value if outside the bounds of the table
toString() - Method in interface javax.enterprise.deploy.spi.TargetModuleID
Retrieve the identifier representing the deployed module.
toString() - Method in class javax.enterprise.util.AnnotationLiteral
 
toString() - Method in class javax.enterprise.util.TypeLiteral
 
toString() - Method in class javax.faces.application.FacesMessage.Severity
Return a String representation of this FacesMessage.Severity instance.
toString() - Method in class javax.faces.application.NavigationCase
 
toString() - Method in class javax.faces.application.NavigationCaseWrapper
 
toString() - Method in class javax.faces.application.Resource

Call through to Resource.getRequestPath() and return the result.

toString() - Method in enum javax.faces.component.html.HtmlBody.PropertyKeys
 
toString() - Method in enum javax.faces.component.html.HtmlColumn.PropertyKeys
 
toString() - Method in enum javax.faces.component.html.HtmlCommandButton.PropertyKeys
 
toString() - Method in enum javax.faces.component.html.HtmlCommandLink.PropertyKeys
 
toString() - Method in enum javax.faces.component.html.HtmlCommandScript.PropertyKeys
 
toString() - Method in enum javax.faces.component.html.HtmlDataTable.PropertyKeys
 
toString() - Method in enum javax.faces.component.html.HtmlDoctype.PropertyKeys
 
toString() - Method in enum javax.faces.component.html.HtmlForm.PropertyKeys
 
toString() - Method in enum javax.faces.component.html.HtmlGraphicImage.PropertyKeys
 
toString() - Method in enum javax.faces.component.html.HtmlHead.PropertyKeys
 
toString() - Method in enum javax.faces.component.html.HtmlInputFile.PropertyKeys
 
toString() - Method in enum javax.faces.component.html.HtmlInputHidden.PropertyKeys
 
toString() - Method in enum javax.faces.component.html.HtmlInputSecret.PropertyKeys
 
toString() - Method in enum javax.faces.component.html.HtmlInputText.PropertyKeys
 
toString() - Method in enum javax.faces.component.html.HtmlInputTextarea.PropertyKeys
 
toString() - Method in enum javax.faces.component.html.HtmlMessage.PropertyKeys
 
toString() - Method in enum javax.faces.component.html.HtmlMessages.PropertyKeys
 
toString() - Method in enum javax.faces.component.html.HtmlOutcomeTargetButton.PropertyKeys
 
toString() - Method in enum javax.faces.component.html.HtmlOutcomeTargetLink.PropertyKeys
 
toString() - Method in enum javax.faces.component.html.HtmlOutputFormat.PropertyKeys
 
toString() - Method in enum javax.faces.component.html.HtmlOutputLabel.PropertyKeys
 
toString() - Method in enum javax.faces.component.html.HtmlOutputLink.PropertyKeys
 
toString() - Method in enum javax.faces.component.html.HtmlOutputText.PropertyKeys
 
toString() - Method in enum javax.faces.component.html.HtmlPanelGrid.PropertyKeys
 
toString() - Method in enum javax.faces.component.html.HtmlPanelGroup.PropertyKeys
 
toString() - Method in enum javax.faces.component.html.HtmlSelectBooleanCheckbox.PropertyKeys
 
toString() - Method in enum javax.faces.component.html.HtmlSelectManyCheckbox.PropertyKeys
 
toString() - Method in enum javax.faces.component.html.HtmlSelectManyListbox.PropertyKeys
 
toString() - Method in enum javax.faces.component.html.HtmlSelectManyMenu.PropertyKeys
 
toString() - Method in enum javax.faces.component.html.HtmlSelectOneListbox.PropertyKeys
 
toString() - Method in enum javax.faces.component.html.HtmlSelectOneMenu.PropertyKeys
 
toString() - Method in enum javax.faces.component.html.HtmlSelectOneRadio.PropertyKeys
 
toString() - Method in class javax.faces.event.PhaseId
Return a String representation of this PhaseId instance.
toString() - Method in class javax.faces.event.WebsocketEvent
 
toString() - Method in class javax.faces.view.facelets.Tag
Get the string representation.
toString() - Method in class javax.faces.view.facelets.TagHandler
 
toString() - Method in class javax.faces.view.Location
 
toString() - Method in interface javax.jms.Queue
Returns a string representation of this object.
toString() - Method in interface javax.jms.Topic
Returns a string representation of this object.
toString() - Method in interface javax.json.JsonNumber
Returns a JSON text representation of the JSON number.
toString() - Method in interface javax.json.JsonValue
Returns JSON text for this JSON value.
toString() - Method in class javax.mail.Address
Return a String representation of this address object.
toString() - Method in class javax.mail.FetchProfile.Item
Include the name in the toString return value for debugging.
toString() - Method in class javax.mail.Flags
Return a string representation of this Flags object.
toString() - Method in class javax.mail.Folder
override the default toString(), it will return the String from Folder.getFullName() or if that is null, it will use the default toString() behavior.
toString() - Method in exception javax.mail.internet.AddressException
 
toString() - Method in class javax.mail.internet.ContentDisposition
Retrieve a RFC2045 style string representation of this ContentDisposition.
toString() - Method in class javax.mail.internet.ContentType
Retrieve a RFC2045 style string representation of this Content-Type.
toString() - Method in class javax.mail.internet.InternetAddress
Convert this address into a RFC 822 / RFC 2047 encoded address.
toString(Address[]) - Static method in class javax.mail.internet.InternetAddress
Convert the given array of InternetAddress objects into a comma separated sequence of address strings.
toString(Address[], int) - Static method in class javax.mail.internet.InternetAddress
Convert the given array of InternetAddress objects into a comma separated sequence of address strings.
toString() - Method in class javax.mail.internet.NewsAddress
Convert this address into a RFC 1036 address.
toString(Address[]) - Static method in class javax.mail.internet.NewsAddress
Convert the given array of NewsAddress objects into a comma separated sequence of address strings.
toString() - Method in class javax.mail.internet.ParameterList
Convert this ParameterList into a MIME String.
toString(int) - Method in class javax.mail.internet.ParameterList
Convert this ParameterList into a MIME String.
toString() - Method in class javax.mail.Message.RecipientType
 
toString() - Method in exception javax.mail.MessagingException
Override toString method to provide information on nested exceptions.
toString() - Method in class javax.mail.Provider
Overrides Object.toString()
toString() - Method in class javax.mail.Provider.Type
 
toString() - Method in class javax.mail.Service
Return getURLName.toString() if this service has a URLName, otherwise it will return the default toString.
toString() - Method in class javax.mail.URLName
Constructs a string representation of this URLName.
toString(Expression<Character>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Typecast.
toString() - Method in class javax.security.auth.message.AuthStatus
 
toString() - Method in class javax.servlet.jsp.tagext.TagAttributeInfo
Returns a String representation of this TagAttributeInfo, suitable for debugging purposes.
toString() - Method in interface javax.validation.Path.Node
Returns a human-readable representation of this node.
toString() - Method in interface javax.validation.Path
Returns a human-readable representation of this path.
toString() - Method in class javax.websocket.CloseReason
Converts the CloseReason to a debug-friendly string.
toString() - Method in class javax.ws.rs.client.Entity
 
toString() - Method in class javax.ws.rs.core.AbstractMultivaluedMap
 
toString() - Method in class javax.ws.rs.core.CacheControl
Convert the cache control to a string suitable for use as the value of the corresponding HTTP header.
toString() - Method in class javax.ws.rs.core.Cookie
Convert the cookie to a string suitable for use as the value of the corresponding HTTP header.
toString() - Method in class javax.ws.rs.core.EntityTag
Convert the entity tag to a string suitable for use as the value of the corresponding HTTP header.
toString() - Method in class javax.ws.rs.core.GenericEntity
 
toString() - Method in class javax.ws.rs.core.GenericType
 
toString() - Method in class javax.ws.rs.core.Link
Returns a string representation as a link header (RFC 5988).
toString() - Method in class javax.ws.rs.core.MediaType
Convert the media type to a string suitable for use as the value of a corresponding HTTP header.
toString() - Method in class javax.ws.rs.core.NewCookie
Convert the cookie to a string suitable for use as the value of the corresponding HTTP header.
toString() - Method in enum javax.ws.rs.core.Response.Status
Get the reason phrase.
toString() - Method in class javax.ws.rs.core.Variant
 
toString(T) - Method in interface javax.ws.rs.ext.ParamConverter
Convert the supplied value to a String.
toString(T) - Method in interface javax.ws.rs.ext.RuntimeDelegate.HeaderDelegate
Convert the supplied value to a String.
toString() - Method in interface javax.xml.registry.Query
Returns the String representing the query.
toString() - Method in class javax.xml.rpc.ParameterMode
Returns a String describing this ParameterMode object.
toTemplate() - Method in class javax.ws.rs.core.UriBuilder
Get the URI template string represented by this URI builder.
toUnicodeString() - Method in class javax.mail.internet.InternetAddress
Returns a properly formatted address (RFC 822 syntax) of Unicode characters.
toUnicodeString(Address[]) - Static method in class javax.mail.internet.InternetAddress
Convert the given array of InternetAddress objects into a comma separated sequence of address strings.
toUnicodeString(Address[], int) - Static method in class javax.mail.internet.InternetAddress
Convert the given array of InternetAddress objects into a comma separated sequence of address strings.
toViewId(String) - Method in class javax.faces.flow.builder.NavigationCaseBuilder

Set the to-view-id of the current navigation case.

toXML() - Method in interface javax.xml.registry.infomodel.RegistryObject
Returns a registry provider specific XML representation of this Object.
trace() - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke HTTP TRACE method for the current request asynchronously.
trace(Class<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke HTTP TRACE method for the current request asynchronously.
trace(GenericType<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke HTTP TRACE method for the current request asynchronously.
trace(InvocationCallback<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke HTTP TRACE method for the current request asynchronously.
trace() - Method in interface javax.ws.rs.client.CompletionStageRxInvoker
 
trace(Class<T>) - Method in interface javax.ws.rs.client.CompletionStageRxInvoker
 
trace(GenericType<T>) - Method in interface javax.ws.rs.client.CompletionStageRxInvoker
 
trace() - Method in interface javax.ws.rs.client.RxInvoker
Invoke HTTP TRACE method for the current request.
trace(Class<R>) - Method in interface javax.ws.rs.client.RxInvoker
Invoke HTTP TRACE method for the current request.
trace(GenericType<R>) - Method in interface javax.ws.rs.client.RxInvoker
Invoke HTTP TRACE method for the current request.
trace() - Method in interface javax.ws.rs.client.SyncInvoker
Invoke HTTP TRACE method for the current request synchronously.
trace(Class<T>) - Method in interface javax.ws.rs.client.SyncInvoker
Invoke HTTP TRACE method for the current request synchronously.
trace(GenericType<T>) - Method in interface javax.ws.rs.client.SyncInvoker
Invoke HTTP TRACE method for the current request synchronously.
TRANSACTION - Static variable in interface javax.enterprise.concurrent.ManagedTask
Execution property to be returned in ManagedTask.getExecutionProperties() or ContextService.createContextualProxy() to inform the Jakarta EE Product Provider under which transaction should the task or proxy method of contextual proxy object be executed in.
Transaction - Interface in javax.transaction
The Transaction interface allows operations to be performed against the transaction in the target Transaction object.
Transactional - Annotation Type in javax.transaction
The javax.transaction.Transactional annotation provides the application the ability to declaratively control transaction boundaries on CDI managed beans, as well as classes defined as managed beans by the Jakarta EE specification, at both the class and method level where method level annotations override those at the class level.
Transactional.TxType - Enum in javax.transaction
The TxType element of the annotation indicates whether a bean method is to be executed within a transaction context where the values provide the following corresponding behavior.
TransactionalException - Exception in javax.transaction
The TransactionalException thrown from the Transactional interceptors implementation contains the original exception as its nested exception and is a RuntimeException, therefore, by default any transaction that was started as a result of a Transactional annotation earlier in the call stream will be marked for rollback as a result of the TransactionalException being thrown by the Transactional interceptor of the second bean.
TransactionalException(String, Throwable) - Constructor for exception javax.transaction.TransactionalException
 
TransactionAttribute - Annotation Type in javax.ejb
The TransactionAttribute annotation specifies whether the container is to invoke a business method within a transaction context.
TransactionAttributeType - Enum in javax.ejb
The enum TransactionAttributeType is used with the TransactionAttribute annotation to specify whether the methods of a session bean or message driven bean are called with a valid transaction context.
TransactionContext - Class in javax.resource.spi.work
A standard WorkContext that allows a Work instance to propagate transaction related context information from an EIS to an application server.
TransactionContext() - Constructor for class javax.resource.spi.work.TransactionContext
 
TransactionInProgressException - Exception in javax.jms
This exception is thrown when an operation is invalid because a transaction is in progress.
TransactionInProgressException(String, String) - Constructor for exception javax.jms.TransactionInProgressException
Constructs a TransactionInProgressException with the specified reason and error code.
TransactionInProgressException(String) - Constructor for exception javax.jms.TransactionInProgressException
Constructs a TransactionInProgressException with the specified reason.
TransactionInProgressRuntimeException - Exception in javax.jms
This unchecked exception is thrown when an operation is invalid because a transaction is in progress.
TransactionInProgressRuntimeException(String) - Constructor for exception javax.jms.TransactionInProgressRuntimeException
Constructs a TransactionInProgressRuntimeException with the specified detail message
TransactionInProgressRuntimeException(String, String) - Constructor for exception javax.jms.TransactionInProgressRuntimeException
Constructs a TransactionInProgressRuntimeException with the specified detail message and error code.
TransactionInProgressRuntimeException(String, String, Throwable) - Constructor for exception javax.jms.TransactionInProgressRuntimeException
Constructs a TransactionInProgressRuntimeException with the specified detail message, error code and cause
TransactionManagement - Annotation Type in javax.ejb
Specifies whether a session bean or message driven bean has container managed transactions or bean managed transactions.
TransactionManagementType - Enum in javax.ejb
The enum TransactionManagementType is used with the TransactionManagement annotation to specify whether container-managed or bean-managed transaction management is used.
TransactionManager - Interface in javax.transaction
The TransactionManager interface defines the methods that allow an application server to manage transaction boundaries.
TransactionPhase - Enum in javax.enterprise.event
Distinguishes the various kinds of transactional observer methods from regular observer methods which are notified immediately.
transactionPhase(TransactionPhase) - Method in interface javax.enterprise.inject.spi.configurator.ObserverMethodConfigurator
Set the TransactionPhase for the observer to build
TransactionRequiredException - Exception in javax.persistence
Thrown by the persistence provider when a transaction is required but is not active.
TransactionRequiredException() - Constructor for exception javax.persistence.TransactionRequiredException
Constructs a new TransactionRequiredException exception with null as its detail message.
TransactionRequiredException(String) - Constructor for exception javax.persistence.TransactionRequiredException
Constructs a new TransactionRequiredException exception with the specified detail message.
TransactionRequiredException - Exception in javax.transaction
This exception indicates that a request carried a null transaction context, but the target object requires an active transaction.
TransactionRequiredException() - Constructor for exception javax.transaction.TransactionRequiredException
 
TransactionRequiredException(String) - Constructor for exception javax.transaction.TransactionRequiredException
 
TransactionRequiredLocalException - Exception in javax.ejb
This exception is thrown to a local client to indicate that a request carried a null transaction context, but the target object requires an active transaction.
TransactionRequiredLocalException() - Constructor for exception javax.ejb.TransactionRequiredLocalException
Constructs a TransactionRequiredLocalException with no detail message.
TransactionRequiredLocalException(String) - Constructor for exception javax.ejb.TransactionRequiredLocalException
Constructs an TransactionRequiredLocalException with the specified detailed message.
TransactionRolledBackException - Exception in javax.jms
This exception must be thrown when a call to Session.commit results in a rollback of the current transaction.
TransactionRolledBackException(String, String) - Constructor for exception javax.jms.TransactionRolledBackException
Constructs a TransactionRolledBackException with the specified reason and error code.
TransactionRolledBackException(String) - Constructor for exception javax.jms.TransactionRolledBackException
Constructs a TransactionRolledBackException with the specified reason.
TransactionRolledbackException - Exception in javax.transaction
This exception indicates that the transaction associated with processing of the request has been rolled back, or it has been marked to roll back.
TransactionRolledbackException() - Constructor for exception javax.transaction.TransactionRolledbackException
 
TransactionRolledbackException(String) - Constructor for exception javax.transaction.TransactionRolledbackException
 
TransactionRolledbackLocalException - Exception in javax.ejb
This exception is thrown to a local client to indicate that the transaction associated with processing of the request has been rolled back, or marked to roll back.
TransactionRolledbackLocalException() - Constructor for exception javax.ejb.TransactionRolledbackLocalException
Constructs a TransactionRolledbackLocalException with no detail message.
TransactionRolledbackLocalException(String) - Constructor for exception javax.ejb.TransactionRolledbackLocalException
Constructs a TransactionRolledbackLocalException with the specified detailed message.
TransactionRolledbackLocalException(String, Exception) - Constructor for exception javax.ejb.TransactionRolledbackLocalException
Constructs a TransactionRolledbackLocalException with the specified detail message and a nested exception.
TransactionRolledBackRuntimeException - Exception in javax.jms
This unchecked exception must be thrown when a call to JMSContext.commit results in a rollback of the current transaction.
TransactionRolledBackRuntimeException(String) - Constructor for exception javax.jms.TransactionRolledBackRuntimeException
Constructs a TransactionRolledBackRuntimeException with the specified detail message
TransactionRolledBackRuntimeException(String, String) - Constructor for exception javax.jms.TransactionRolledBackRuntimeException
Constructs a TransactionRolledBackRuntimeException with the specified detail message and error code.
TransactionRolledBackRuntimeException(String, String, Throwable) - Constructor for exception javax.jms.TransactionRolledBackRuntimeException
Constructs a TransactionRolledBackRuntimeException with the specified detail message, error code and cause
TransactionScoped - Annotation Type in javax.transaction
The javax.transaction.TransactionScoped annotation provides the ability to specify a standard CDI scope to define bean instances whose lifecycle is scoped to the currently active Jakarta Transactions transaction.
TransactionSupport - Interface in javax.resource.spi
This interface may be optionally implemented by a ManagedConnectionFactory to provide its level of transaction support at runtime.
TransactionSupport.TransactionSupportLevel - Enum in javax.resource.spi
An enumerated type that represents the levels of transaction support a resource adapter may support.
TransactionSynchronizationRegistry - Interface in javax.transaction
This interface is intended for use by system level application server components such as persistence managers, resource adapters, as well as Jakarta Enterprise Beans and Web application components.
transform(ClassLoader, String, Class<?>, ProtectionDomain, byte[]) - Method in interface javax.persistence.spi.ClassTransformer
Invoked when a class is being loaded or redefined.
Transient - Annotation Type in javax.persistence
Specifies that the property or field is not persistent.
transientField(boolean) - Method in interface javax.enterprise.inject.spi.configurator.InjectionPointConfigurator
Change the transient status of the built InjectionPoint.
TransientReference - Annotation Type in javax.enterprise.inject
If a parameter annotated with @TransientReference resolves to a dependent scoped bean, then the bean will be destroyed after the invocation completes.
TransientReference.Literal - Class in javax.enterprise.inject
Supports inline instantiation of the TransientReference annotation.
TransientStateHelper - Interface in javax.faces.component

Define a Map-like contract that makes it easier for components to implement TransientStateHolder.

TransientStateHolder - Interface in javax.faces.component

This interface is implemented by classes that need to save state that is expected to be available only within the scope of the current request.

transition(FacesContext, Flow, Flow, FlowCallNode, String) - Method in class javax.faces.flow.FlowHandler

Perform a transition in the flow graph for the current user's ClientWindow.

translateName(String) - Method in interface javax.json.bind.config.PropertyNamingStrategy
Translates the property name into its JSON field name representation.
TRANSPORT - Static variable in class javax.mail.Provider.Type
 
Transport - Class in javax.mail
An abstract class that models a message transport.
Transport(Session, URLName) - Constructor for class javax.mail.Transport
Constructor.
TransportAdapter - Class in javax.mail.event
The adapter which receives Transport events.
TransportAdapter() - Constructor for class javax.mail.event.TransportAdapter
 
TransportEvent - Class in javax.mail.event
This class models Transport events.
TransportEvent(Transport, int, Address[], Address[], Address[], Message) - Constructor for class javax.mail.event.TransportEvent
Constructor.
TransportListener - Interface in javax.mail.event
This is the Listener interface for Transport events
traversableResolver(TraversableResolver) - Method in interface javax.validation.Configuration
Defines the traversable resolver used.
TraversableResolver - Interface in javax.validation
Contract determining if a property can be accessed by the Jakarta Bean Validation provider.
traversableResolver(TraversableResolver) - Method in interface javax.validation.ValidatorContext
Defines the traversable resolver implementation used by the Validator.
treat(Join<X, T>, Class<V>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Downcast Join object to the specified type.
treat(CollectionJoin<X, T>, Class<E>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Downcast CollectionJoin object to the specified type.
treat(SetJoin<X, T>, Class<E>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Downcast SetJoin object to the specified type.
treat(ListJoin<X, T>, Class<E>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Downcast ListJoin object to the specified type.
treat(MapJoin<X, K, T>, Class<V>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Downcast MapJoin object to the specified type.
treat(Path<X>, Class<T>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Downcast Path object to the specified type.
treat(Root<X>, Class<T>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Downcast Root object to the specified type.
Trigger - Interface in javax.enterprise.concurrent
Triggers allow application developers to plug in rules for when and how often a task should run.
trim(Expression<String>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create expression to trim blanks from both ends of a string.
trim(CriteriaBuilder.Trimspec, Expression<String>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create expression to trim blanks from a string.
trim(Expression<Character>, Expression<String>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create expression to trim character from both ends of a string.
trim(CriteriaBuilder.Trimspec, Expression<Character>, Expression<String>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create expression to trim character from a string.
trim(char, Expression<String>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create expression to trim character from both ends of a string.
trim(CriteriaBuilder.Trimspec, char, Expression<String>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create expression to trim character from a string.
TRUE - Static variable in interface javax.json.JsonValue
JSON true value.
trustStore(KeyStore) - Method in class javax.ws.rs.client.ClientBuilder
Set the client-side trust store.
TrustStoreCallback - Class in javax.security.auth.message.callback
Callback for trusted certificate KeyStore.
TrustStoreCallback() - Constructor for class javax.security.auth.message.callback.TrustStoreCallback
 
TryCatchFinally - Interface in javax.servlet.jsp.tagext
The auxiliary interface of a Tag, IterationTag or BodyTag tag handler that wants additional hooks for managing resources.
tuple(Selection<?>...) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a tuple-valued selection item.
Tuple - Interface in javax.persistence
Interface for extracting the elements of a query result tuple.
TupleElement<X> - Interface in javax.persistence
The TupleElement interface defines an element that is returned in a query result tuple.
TX_CONCURRENT_WORK_DISALLOWED - Static variable in exception javax.resource.spi.work.WorkException
Indicates that concurrent work within a transaction is disallowed.
TX_RECREATE_FAILED - Static variable in exception javax.resource.spi.work.WorkException
Indicates a failure in recreating the specified transaction context.
TYPE - Static variable in class javax.el.ELResolver
The attribute name of the named attribute in the FeatureDescriptor that specifies the runtime type of the variable or property.
type(Type) - Method in interface javax.enterprise.inject.spi.configurator.InjectionPointConfigurator
Set the required Type (that will be used during typesafe resolution) of the InjectionPoint to build.
type - Variable in class javax.mail.event.ConnectionEvent
The event type.
type - Variable in class javax.mail.event.FolderEvent
The event type.
type - Variable in class javax.mail.event.MessageChangedEvent
The event type.
type - Variable in class javax.mail.event.MessageCountEvent
The event type.
type - Variable in class javax.mail.event.StoreEvent
The event type.
type - Variable in class javax.mail.event.TransportEvent
The event type.
type - Variable in class javax.mail.Message.RecipientType
The type of recipient, usually the name of a corresponding Internet standard header.
type() - Method in interface javax.persistence.criteria.Path
Create an expression corresponding to the type of the path.
Type<X> - Interface in javax.persistence.metamodel
Instances of the type Type represent persistent object or attribute types.
type(String) - Method in interface javax.ws.rs.core.Link.Builder
Convenience method to set a type on this link.
TYPE - Static variable in class javax.ws.rs.core.Link
Type link param from RFC 5988.
type(MediaType) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Set the message entity media type.
type(String) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Set the message entity media type.
Type.PersistenceType - Enum in javax.persistence.metamodel
 
TYPE_MESSAGE_ID - Static variable in class javax.faces.validator.DoubleRangeValidator
The message identifier of the FacesMessage to be created if the current value of this component is not of the correct type.
TYPE_MESSAGE_ID - Static variable in class javax.faces.validator.LongRangeValidator
The message identifier of the FacesMessage to be created if the current value of this component is not of the correct type.
TypeConverter - Class in javax.el
A convenient class for writing an ELResolver to do custom type conversions.
TypeConverter() - Constructor for class javax.el.TypeConverter
 
Typed - Annotation Type in javax.enterprise.inject
Restricts the bean types of a bean.
Typed.Literal - Class in javax.enterprise.inject
Supports inline instantiation of the Typed annotation.
TypedQuery<X> - Interface in javax.persistence
Interface used to control the execution of typed queries.
TypeLiteral<T> - Class in javax.enterprise.util
Supports inline instantiation of objects that represent parameterized types with actual type parameters.
TypeLiteral() - Constructor for class javax.enterprise.util.TypeLiteral
 
TypeMapping - Interface in javax.xml.rpc.encoding
The javax.xml.rpc.encoding.TypeMapping is the base interface for the representation of a type mapping.
TypeMappingRegistry - Interface in javax.xml.rpc.encoding
The interface javax.xml.rpc.encoding.TypeMappingRegistry defines a registry of TypeMapping instances for various encoding styles.
types(Type...) - Method in interface javax.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Replace bean types
types(Set<Type>) - Method in interface javax.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Replace bean types
types(Type...) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Replace bean types
types(Set<Type>) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Replace bean types

U

UIColumn - Class in javax.faces.component
UIColumn is a UIComponent that represents a single column of data within a parent UIData component.
UIColumn() - Constructor for class javax.faces.component.UIColumn
Create a new UIColumn instance with default property values.
UICommand - Class in javax.faces.component
UICommand is a UIComponent that represents a user interface component which, when activated by the user, triggers an application specific "command" or "action".
UICommand() - Constructor for class javax.faces.component.UICommand
Create a new UICommand instance with default property values.
UIComponent - Class in javax.faces.component
UIComponent is the base class for all user interface components in Jakarta Server Faces.
UIComponent() - Constructor for class javax.faces.component.UIComponent
 
UIComponentBase - Class in javax.faces.component
UIComponentBase is a convenience base class that implements the default concrete behavior of all methods defined by UIComponent.
UIComponentBase() - Constructor for class javax.faces.component.UIComponentBase
 
UIComponentBodyTag - Class in javax.faces.webapp
Deprecated.
All component tags now implement BodyTag. This class has been replaced by UIComponentELTag.
UIComponentBodyTag() - Constructor for class javax.faces.webapp.UIComponentBodyTag
Deprecated.
 
UIComponentClassicTagBase - Class in javax.faces.webapp
UIComponentTagBase is the base class for all Jakarta Server Pages tags that use the "classic" Jakarta Server Pages tag interface that correspond to a UIComponent instance in the view.
UIComponentClassicTagBase() - Constructor for class javax.faces.webapp.UIComponentClassicTagBase
 
UIComponentELTag - Class in javax.faces.webapp
UIComponentELTag specializes its superclass to allow for properties that take their values from Jakarta Expression Language expressions.
UIComponentELTag() - Constructor for class javax.faces.webapp.UIComponentELTag
 
UIComponentTag - Class in javax.faces.webapp
Deprecated.
Use of this class has been replaced with UIComponentELTag, which extends UIComponentClassicTagBase to add properties that use the Jakarta Expression Language API introduced as part of Jakarta Server Pages 2.1.
UIComponentTag() - Constructor for class javax.faces.webapp.UIComponentTag
Deprecated.
 
UIComponentTagBase - Class in javax.faces.webapp
UIComponentTagBase is the base class for all Jakarta Server Pages tags that correspond to a UIComponent instance in the view.
UIComponentTagBase() - Constructor for class javax.faces.webapp.UIComponentTagBase
 
UID - Static variable in class javax.mail.UIDFolder.FetchProfileItem
UID is a fetch profile item that can be included in a FetchProfile during a fetch request to a Folder.
UIData - Class in javax.faces.component
UIData is a UIComponent that supports data binding to a collection of data objects represented by a DataModel instance, which is the current value of this component itself (typically established via a ValueExpression).
UIData() - Constructor for class javax.faces.component.UIData
Create a new UIData instance with default property values.
UIDFolder - Interface in javax.mail
The UIDFolder interface is implemented by Folders that can support the "disconnected" mode of operation, by providing unique-ids for messages in the folder.
UIDFolder.FetchProfileItem - Class in javax.mail
A fetch profile item for fetching UIDs.
UIForm - Class in javax.faces.component
UIForm is a UIComponent that represents an input form to be presented to the user, and whose child components represent (among other things) the input fields to be included when the form is submitted.
UIForm() - Constructor for class javax.faces.component.UIForm
Create a new UIForm instance with default property values.
UIGraphic - Class in javax.faces.component
UIGraphic is a UIComponent that displays a graphical image to the user.
UIGraphic() - Constructor for class javax.faces.component.UIGraphic
Create a new UIGraphic instance with default property values.
UIImportConstants - Class in javax.faces.component
UIImportConstants() - Constructor for class javax.faces.component.UIImportConstants
Create a new UIImportConstants instance with renderer type set to null.
UIInput - Class in javax.faces.component
UIInput is a UIComponent that represents a component that both displays output to the user (like UIOutput components do) and processes request parameters on the subsequent request that need to be decoded.
UIInput() - Constructor for class javax.faces.component.UIInput
Create a new UIInput instance with default property values.
UIMessage - Class in javax.faces.component
This component is responsible for displaying messages for a specific UIComponent, identified by a clientId or component id relative to the closest ancestor NamingContainer.
UIMessage() - Constructor for class javax.faces.component.UIMessage
Create a new UIMessage instance with default property values.
UIMessages - Class in javax.faces.component
The renderer for this component is responsible for obtaining the messages from the FacesContext and displaying them to the user.
UIMessages() - Constructor for class javax.faces.component.UIMessages
Create a new UIMessages instance with default property values.
UINamingContainer - Class in javax.faces.component
UINamingContainer is a convenience base class for components that wish to implement NamingContainer functionality.
UINamingContainer() - Constructor for class javax.faces.component.UINamingContainer
Create a new UINamingContainer instance with default property values.
UIOutcomeTarget - Class in javax.faces.component

This component is paired with the javax.faces.Button or javax.faces.Link renderers and encapsulates properties relating to the rendering of outcomes directly to the response.

UIOutcomeTarget() - Constructor for class javax.faces.component.UIOutcomeTarget
Create a new UIOutcomeTarget instance with default property values.
UIOutput - Class in javax.faces.component
UIOutput is a UIComponent that has a value, optionally retrieved from a model tier bean via a value expression, that is displayed to the user.
UIOutput() - Constructor for class javax.faces.component.UIOutput
Create a new UIOutput instance with default property values.
UIPanel - Class in javax.faces.component
UIPanel is a UIComponent that manages the layout of its child components.
UIPanel() - Constructor for class javax.faces.component.UIPanel
Create a new UIPanel instance with default property values.
UIParameter - Class in javax.faces.component
UIParameter is a UIComponent that represents an optionally named configuration parameter for a parent component.
UIParameter() - Constructor for class javax.faces.component.UIParameter
Create a new UIParameter instance with default property values.
UISelectBoolean - Class in javax.faces.component
UISelectBoolean is a UIComponent that represents a single boolean (true or false) value.
UISelectBoolean() - Constructor for class javax.faces.component.UISelectBoolean
Create a new UISelectBoolean instance with default property values.
UISelectItem - Class in javax.faces.component
UISelectItem is a component that may be nested inside a UISelectMany or UISelectOne component, and causes the addition of a SelectItem instance to the list of available options for the parent component.
UISelectItem() - Constructor for class javax.faces.component.UISelectItem
Create a new UISelectItem instance with default property values.
UISelectItems - Class in javax.faces.component
UISelectItems is a component that may be nested inside a UISelectMany or UISelectOne component, and causes the addition of one or more SelectItem instances to the list of available options in the parent component.
UISelectItems() - Constructor for class javax.faces.component.UISelectItems
Create a new UISelectItems instance with default property values.
UISelectMany - Class in javax.faces.component
UISelectMany is a UIComponent that represents the user's choice of a zero or more items from among a discrete set of available options.
UISelectMany() - Constructor for class javax.faces.component.UISelectMany
Create a new UISelectMany instance with default property values.
UISelectOne - Class in javax.faces.component
UISelectOne is a UIComponent that represents the user's choice of zero or one items from among a discrete set of available options.
UISelectOne() - Constructor for class javax.faces.component.UISelectOne
Create a new UISelectOne instance with default property values.
UIViewAction - Class in javax.faces.component

UIViewAction represents a method invocation that occurs during the request processing lifecycle, usually in response to an initial request, as opposed to a postback.

UIViewAction() - Constructor for class javax.faces.component.UIViewAction
Create a new UIViewAction instance with default property values.
UIViewParameter - Class in javax.faces.component

UIViewParameter represents a binding between a request parameter and a model property or UIViewRoot property.

UIViewParameter() - Constructor for class javax.faces.component.UIViewParameter
Create a new UIViewParameter instance with default property values.
UIViewParameter.Reference - Class in javax.faces.component

Inner class to encapsulate a UIViewParameter instance so that it may be safely referenced regardless of whether or not the current view is the same as the view in which this UIViewParameter resides.

UIViewRoot - Class in javax.faces.component
UIViewRoot is the UIComponent that represents the root of the UIComponent tree.
UIViewRoot() - Constructor for class javax.faces.component.UIViewRoot
Create a new UIViewRoot instance with default property values.
UIWebsocket - Class in javax.faces.component

The <f:websocket> tag opens an one-way (server to client) websocket based push connection in client side which can be reached from server side via PushContext interface injected in any CDI/container managed artifact via @Push annotation.

UIWebsocket() - Constructor for class javax.faces.component.UIWebsocket
Create a new UIWebsocket instance with default property values.
UnavailableException - Exception in javax.resource.spi
This is thrown to indicate that a service is unavailable.
UnavailableException() - Constructor for exception javax.resource.spi.UnavailableException
Constructs a new instance with null as its detail message.
UnavailableException(String) - Constructor for exception javax.resource.spi.UnavailableException
Constructs a new instance with the specified detail message.
UnavailableException(Throwable) - Constructor for exception javax.resource.spi.UnavailableException
Constructs a new throwable with the specified cause.
UnavailableException(String, Throwable) - Constructor for exception javax.resource.spi.UnavailableException
Constructs a new throwable with the specified detail message and cause.
UnavailableException(String, String) - Constructor for exception javax.resource.spi.UnavailableException
Constructs a new throwable with the specified detail message and an error code.
UnavailableException - Exception in javax.servlet
Defines an exception that a servlet or filter throws to indicate that it is permanently or temporarily unavailable.
UnavailableException(Servlet, String) - Constructor for exception javax.servlet.UnavailableException
Deprecated.
As of Java Servlet API 2.2, use UnavailableException.UnavailableException(String) instead.
UnavailableException(int, Servlet, String) - Constructor for exception javax.servlet.UnavailableException
Deprecated.
As of Java Servlet API 2.2, use UnavailableException.UnavailableException(String, int) instead.
UnavailableException(String) - Constructor for exception javax.servlet.UnavailableException
Constructs a new exception with a descriptive message indicating that the servlet is permanently unavailable.
UnavailableException(String, int) - Constructor for exception javax.servlet.UnavailableException
Constructs a new exception with a descriptive message indicating that the servlet is temporarily unavailable and giving an estimate of how long it will be unavailable.
UNBOUNDED_BUFFER - Static variable in class javax.servlet.jsp.JspWriter
Constant indicating that the Writer is buffered and is unbounded; this is used in BodyContent.
unConfirmAssociation(Association) - Method in interface javax.xml.registry.BusinessLifeCycleManager
Undoes a previous confirmation of this Association by the User associated with the caller.
UNDEFINED - Static variable in exception javax.resource.spi.work.WorkException
Undefined error code.
UNDEPLOY - Static variable in class javax.enterprise.deploy.shared.CommandType
The DeploymentManger action operation being processed is undeploy.
undeploy(TargetModuleID[]) - Method in interface javax.enterprise.deploy.spi.DeploymentManager
Remove the application from the target server.
unDeprecateObjects(Collection) - Method in interface javax.xml.registry.LifeCycleManager
Undeprecates one or more previously deprecated objects.
UnexpectedObjectException - Exception in javax.xml.registry
This exception is thrown when the Jakarta XML Registries provider finds a Object that is out-of-place or of the wrong type within the context of a user request.
UnexpectedObjectException() - Constructor for exception javax.xml.registry.UnexpectedObjectException
Constructs a JAXRException object with no reason or embedded Throwable.
UnexpectedObjectException(String) - Constructor for exception javax.xml.registry.UnexpectedObjectException
Constructs a JAXRException object with the given String as the reason for the exception being thrown.
UnexpectedObjectException(String, Throwable) - Constructor for exception javax.xml.registry.UnexpectedObjectException
Constructs a JAXRException object with the given String as the reason for the exception being thrown and the given Throwable object as an embedded Throwable.
UnexpectedObjectException(Throwable) - Constructor for exception javax.xml.registry.UnexpectedObjectException
Constructs a JAXRException object initialized with the given Throwable object.
UnexpectedTypeException - Exception in javax.validation
Exception raised in the case that the constraint validator resolution cannot determine a suitable validator for a given type.
UnexpectedTypeException(String) - Constructor for exception javax.validation.UnexpectedTypeException
 
UnexpectedTypeException() - Constructor for exception javax.validation.UnexpectedTypeException
 
UnexpectedTypeException(String, Throwable) - Constructor for exception javax.validation.UnexpectedTypeException
 
UnexpectedTypeException(Throwable) - Constructor for exception javax.validation.UnexpectedTypeException
 
unfold(String) - Static method in class javax.mail.internet.MimeUtility
Unfold a folded header.
UNIQUE_ID_PREFIX - Static variable in class javax.faces.component.UIViewRoot
The prefix that will be used for identifiers generated by the createUniqueId() method.
UNIQUE_ID_PREFIX - Static variable in class javax.faces.webapp.UIComponentClassicTagBase
Used as the prefix for ids.
UniqueConstraint - Annotation Type in javax.persistence
Specifies that a unique constraint is to be included in the generated DDL for a primary or secondary table.
UniqueIdVendor - Interface in javax.faces.component

UniqueIdVendor is an interface implemented by UIComponents that also implement NamingContainer so that they can provide unique ids based on their own clientId.

UNKNOWN - Static variable in interface javax.resource.spi.work.WorkManager
A constant to indicate an unknown start delay duration or other unknown values.
Unmanaged<T> - Class in javax.enterprise.inject.spi
Helper class for injecting and calling lifecycle callbacks unmanaged instances for use by framework and library integrators.
Unmanaged(BeanManager, Class<T>) - Constructor for class javax.enterprise.inject.spi.Unmanaged
Create an injector for the given class
Unmanaged(Class<T>) - Constructor for class javax.enterprise.inject.spi.Unmanaged
Create an injector for the given class, using the current bean manager
Unmanaged.UnmanagedInstance<T> - Class in javax.enterprise.inject.spi
Represents a non-contextual instance.
unmarshal(Link.JaxbLink) - Method in class javax.ws.rs.core.Link.JaxbAdapter
Convert a Link.JaxbLink into a Link.
unorderedAndMatchingGroups(Class<?>...) - Method in interface javax.validation.metadata.ElementDescriptor.ConstraintFinder
Restricts to the constraints matching a given set of groups for this element.
UnproxyableResolutionException - Exception in javax.enterprise.inject
Indicates that a contextual reference for a bean with a normal scope and a certain bean type cannot be obtained because the bean type cannot be proxied by the container.
UnproxyableResolutionException() - Constructor for exception javax.enterprise.inject.UnproxyableResolutionException
 
UnproxyableResolutionException(String, Throwable) - Constructor for exception javax.enterprise.inject.UnproxyableResolutionException
 
UnproxyableResolutionException(String) - Constructor for exception javax.enterprise.inject.UnproxyableResolutionException
 
UnproxyableResolutionException(Throwable) - Constructor for exception javax.enterprise.inject.UnproxyableResolutionException
 
unregisterTypeMapping(String) - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
Unregisters a TypeMapping instance, if present, from the specified encodingStyleURI.
UnsatisfiedResolutionException - Exception in javax.enterprise.inject
Indicates that no bean matches a certain combination of required type and required qualifiers and is eligible for injection into a certain class.
UnsatisfiedResolutionException() - Constructor for exception javax.enterprise.inject.UnsatisfiedResolutionException
 
UnsatisfiedResolutionException(String, Throwable) - Constructor for exception javax.enterprise.inject.UnsatisfiedResolutionException
 
UnsatisfiedResolutionException(String) - Constructor for exception javax.enterprise.inject.UnsatisfiedResolutionException
 
UnsatisfiedResolutionException(Throwable) - Constructor for exception javax.enterprise.inject.UnsatisfiedResolutionException
 
unsetEntityContext() - Method in interface javax.ejb.EntityBean
Unset the associated entity context.
unsubscribe(String) - Method in interface javax.jms.JMSContext
Unsubscribes a durable subscription that has been created by a client.
unsubscribe(String) - Method in interface javax.jms.Session
Unsubscribes a durable subscription that has been created by a client.
unsubscribe(String) - Method in interface javax.jms.TopicSession
Unsubscribes a durable subscription that has been created by a client.
unsubscribeFromEvent(Class<? extends SystemEvent>, Class<?>, SystemEventListener) - Method in class javax.faces.application.Application

Remove the listener instance referenced by argument listener from the application as a listener for events of type systemEventClass that originate from objects of type sourceClass.

unsubscribeFromEvent(Class<? extends SystemEvent>, SystemEventListener) - Method in class javax.faces.application.Application

Remove the listener instance referenced by argument listener from the application as a listener for events of type systemEventClass.

unsubscribeFromEvent(Class<? extends SystemEvent>, Class<?>, SystemEventListener) - Method in class javax.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.unsubscribeFromEvent(Class, Class, javax.faces.event.SystemEventListener) on the wrapped Application object.

unsubscribeFromEvent(Class<? extends SystemEvent>, SystemEventListener) - Method in class javax.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.unsubscribeFromEvent(Class, javax.faces.event.SystemEventListener) on the wrapped Application object.

unsubscribeFromEvent(Class<? extends SystemEvent>, ComponentSystemEventListener) - Method in class javax.faces.component.UIComponent

This implementation throws UnsupportedOperationException and is provided for the sole purpose of not breaking existing applications that extend this class.

unsubscribeFromEvent(Class<? extends SystemEvent>, ComponentSystemEventListener) - Method in class javax.faces.component.UIComponentBase

Remove the listener instance referenced by argument componentListener as a listener for events of type eventClass originating from this specific instance of UIComponent.

unsubscribeFromViewEvent(Class<? extends SystemEvent>, SystemEventListener) - Method in class javax.faces.component.UIViewRoot

Remove the listener instance referenced by argument listener from the UIViewRoot as a listener for events of type systemEventClass.

UNSUPPORTED_CONTEXT_TYPE - Static variable in class javax.resource.spi.work.WorkContextErrorCodes
Indicates that a WorkContext type, that was not specified as optional, passed in by the Work instance is not supported by the container.
UnsupportedCapabilityException - Exception in javax.xml.registry
This exception must be thrown when a Jakarta XML Registries client attempts to invoke an API method that is not supported by the capability profile that is supported by the Jakarta XML Registries provider.
UnsupportedCapabilityException() - Constructor for exception javax.xml.registry.UnsupportedCapabilityException
Constructs a JAXRException object with no reason or embedded Throwable.
UnsupportedCapabilityException(String) - Constructor for exception javax.xml.registry.UnsupportedCapabilityException
Constructs a JAXRException object with the given String as the reason for the exception being thrown.
UnsupportedCapabilityException(String, Throwable) - Constructor for exception javax.xml.registry.UnsupportedCapabilityException
Constructs a JAXRException object with the given String as the reason for the exception being thrown and the given Throwable object as an embedded Throwable.
UnsupportedCapabilityException(Throwable) - Constructor for exception javax.xml.registry.UnsupportedCapabilityException
Constructs a JAXRException object initialized with the given Throwable object.
UntargetableComponent - Interface in javax.faces.component.search
Components implementing this interface are ignored by the algorithm - especially in the implementation of @child(n), @next and @previous.
unwrap(Class<T>) - Method in interface javax.persistence.Cache
Return an object of the specified type to allow access to the provider-specific API.
unwrap(Class<T>) - Method in interface javax.persistence.EntityManager
Return an object of the specified type to allow access to the provider-specific API.
unwrap(Class<T>) - Method in interface javax.persistence.EntityManagerFactory
Return an object of the specified type to allow access to the provider-specific API.
unwrap(Class<T>) - Method in interface javax.persistence.Query
Return an object of the specified type to allow access to the provider-specific API.
unwrap(Class<T>) - Method in interface javax.validation.ConstraintValidatorContext
Returns an instance of the specified type allowing access to provider-specific APIs.
unwrap(Class<U>) - Method in interface javax.validation.ConstraintViolation
Returns an instance of the specified type allowing access to provider-specific APIs.
unwrap(Class<T>) - Method in interface javax.validation.MessageInterpolator.Context
Returns an instance of the specified type allowing access to provider-specific APIs.
unwrap(Class<U>) - Method in interface javax.validation.metadata.ConstraintDescriptor
Returns an instance of the specified type allowing access to provider-specific APIs.
unwrap(Class<T>) - Method in interface javax.validation.Validator
Returns an instance of the specified type allowing access to provider-specific APIs.
unwrap(Class<T>) - Method in interface javax.validation.ValidatorFactory
Returns an instance of the specified type allowing access to provider-specific APIs.
UnwrapByDefault - Annotation Type in javax.validation.valueextraction
Marks a ValueExtractor definition so that it is applied automatically when detecting constraints declared on the container type supported by the extractor, causing the constraints to be applied to the container's elements instead of the container.
Unwrapping - Interface in javax.validation.valueextraction
Set of interfaces used in the payload() of a constraint to indicate if a value should be unwrapped before validation.
Unwrapping.Skip - Interface in javax.validation.valueextraction
Skip the unwrapping if it has been enabled on the ValueExtractor by the UnwrapByDefault annotation.
Unwrapping.Unwrap - Interface in javax.validation.valueextraction
Unwrap the value before validation.
UPDATE_MESSAGE_ID - Static variable in class javax.faces.component.UIInput
The message identifier of the FacesMessage to be created if a model update error occurs, and the thrown exception has no message.
UPDATE_MODEL_VALUES - Static variable in class javax.faces.event.PhaseId
Identifier that indicates an interest in events queued for the Update Model Values phase of the request processing lifecycle.
updateAttributes(String, Map<String, String>) - Method in class javax.faces.context.PartialResponseWriter

Write an attribute update operation.

updateHeaders() - Method in class javax.mail.internet.MimeBodyPart
Examine the content of this body part and update the appropriate MIME headers.
updateHeaders() - Method in class javax.mail.internet.MimeMessage
Called by the saveChanges method to actually update the MIME headers.
updateHeaders() - Method in class javax.mail.internet.MimeMultipart
Update headers.
updateHeaders() - Method in class javax.mail.internet.PreencodedMimeBodyPart
Force the Content-Transfer-Encoding header to use the encoding that was specified when this object was created.
updateMessageID() - Method in class javax.mail.internet.MimeMessage
Update the Message-ID header.
updateModel(FacesContext) - Method in class javax.faces.component.UIInput
Perform the following algorithm to update the model data associated with this UIInput, if any, as appropriate.
updateModel(FacesContext) - Method in class javax.faces.component.UIViewParameter

Call through to superclass UIInput.updateModel(javax.faces.context.FacesContext) then take the additional action of pushing the value into request scope if and only if the value is not a value expression, is valid, and the local value was set on this lifecycle execution.

UpdateModelException - Exception in javax.faces.component

This exception indicates a failure to update the model and is created to wrap any exception that occurs during UIInput.updateModel(javax.faces.context.FacesContext).

UpdateModelException(FacesMessage, Throwable) - Constructor for exception javax.faces.component.UpdateModelException

Store the argument facesMessage so it may be returned from UpdateModelException.getFacesMessage() and pass the argument cause to the super constructor.

updatesAreDetected(int) - Method in interface javax.resource.cci.ResultSetInfo
Indicates whether or not a visible row update can be detected by calling the method ResultSet.rowUpdated.
upgrade(Class<T>) - Method in interface javax.servlet.http.HttpServletRequest
Creates an instance of HttpUpgradeHandler for a given class and uses it for the http protocol upgrade processing.
upgrade(Class<T>) - Method in class javax.servlet.http.HttpServletRequestWrapper
Create an instance of HttpUpgradeHandler for a given class and uses it for the http protocol upgrade processing.
upper(Expression<String>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create expression for converting a string to uppercase.
UPPER_CAMEL_CASE - Static variable in interface javax.json.bind.config.PropertyNamingStrategy
Using this strategy, the first character will be capitalized.
UPPER_CAMEL_CASE_WITH_SPACES - Static variable in interface javax.json.bind.config.PropertyNamingStrategy
Using this strategy, the first character will be capitalized and the words will be separated by spaces.
uri - Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
The value of the uri attribute from the taglib directive for this library.
uri(URI) - Method in interface javax.ws.rs.core.Link.Builder
Set underlying URI template for the link being constructed.
uri(String) - Method in interface javax.ws.rs.core.Link.Builder
Set underlying string representing URI template for the link being constructed.
uri(URI) - Method in class javax.ws.rs.core.UriBuilder
Copies the non-null components of the supplied URI to the UriBuilder replacing any existing values for those components.
uri(String) - Method in class javax.ws.rs.core.UriBuilder
Parses the uriTemplate string and copies the parsed components of the supplied URI to the UriBuilder replacing any existing values for those components.
URI_PREFIX - Static variable in interface javax.faces.push.PushContext
The context-relative web socket URI prefix where the endpoint should listen on.
uriBuilder(UriBuilder) - Method in interface javax.ws.rs.core.Link.Builder
Set underlying URI builder representing the URI template for the link being constructed.
UriBuilder - Class in javax.ws.rs.core
URI template-aware utility class for building URIs from their components.
UriBuilder() - Constructor for class javax.ws.rs.core.UriBuilder
Protected constructor, use one of the static fromXxx(...) methods to obtain an instance.
UriBuilderException - Exception in javax.ws.rs.core
A runtime exception thrown by UriBuilder.build(Object...) methods when a URI cannot be constructed based on the current state of the builder.
UriBuilderException() - Constructor for exception javax.ws.rs.core.UriBuilderException
Creates a new instance of UriBuilderException without detail message.
UriBuilderException(String) - Constructor for exception javax.ws.rs.core.UriBuilderException
Constructs an instance of UriBuilderException with the specified detail message.
UriBuilderException(String, Throwable) - Constructor for exception javax.ws.rs.core.UriBuilderException
Constructs an instance of UriBuilderException with the specified detail message and cause.
UriBuilderException(Throwable) - Constructor for exception javax.ws.rs.core.UriBuilderException
Constructs a new 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).
UriInfo - Interface in javax.ws.rs.core
An injectable interface that provides access to application and request URI information.
URIValidator - Interface in javax.xml.registry.infomodel
Defines common behavior expected of any class that validates URIs.
url - Variable in class javax.mail.Service
The URLName of this service.
URLName - Class in javax.mail
The name of a URL.
URLName(String, String, int, String, String, String) - Constructor for class javax.mail.URLName
Creates a URLName object from the specified protocol, host, port number, file, username, and password.
URLName(URL) - Constructor for class javax.mail.URLName
Construct a URLName from a java.net.URL object.
URLName(String) - Constructor for class javax.mail.URLName
Construct a URLName from the string.
URLStats - Interface in javax.management.j2ee.statistics
Specifies the statistics provided by a URL resource.
urn - Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
The "reliable" URN indicated in the TLD.
usage - Variable in class javax.mail.Quota.Resource
The current usage of the resource.
USE_TRANSACTION_OF_EXECUTION_THREAD - Static variable in interface javax.enterprise.concurrent.ManagedTask
Constant for the "USE_TRANSACTION_OF_EXECUTION_THREAD" value of the TRANSACTION execution property.
USER - Static variable in class javax.mail.Flags.Flag
A special flag that indicates that this folder supports user defined flags.
USER - Static variable in class javax.ws.rs.Priorities
User-level filter/interceptor priority.
User - Interface in javax.xml.registry.infomodel
User instances are RegistryObjects that are used to provide information about registered users within the registry.
USER - Static variable in interface javax.xml.registry.LifeCycleManager
Constant representing the javax.xml.registry.infomodel.User interface.
USER_AGENT - Static variable in interface javax.ws.rs.core.HttpHeaders
userAgentNeedsUpdate(FacesContext) - Method in class javax.faces.application.Resource

Return true if the user-agent requesting this resource needs an update.

userAgentNeedsUpdate(FacesContext) - Method in class javax.faces.application.ResourceWrapper

The default behavior of this method is to call Resource.userAgentNeedsUpdate(javax.faces.context.FacesContext) on the wrapped ResourceHandler object.

userInfo(String) - Method in class javax.ws.rs.core.UriBuilder
Set the URI user-info.
USERNAME_PROPERTY - Static variable in interface javax.xml.rpc.Call
Standard property: User name for authentication
USERNAME_PROPERTY - Static variable in interface javax.xml.rpc.Stub
Standard property: User name for authentication.
UsernamePasswordCredential - Class in javax.security.enterprise.credential
Represents the credentials typically used by standard caller name/password authentication.
UsernamePasswordCredential(String, String) - Constructor for class javax.security.enterprise.credential.UsernamePasswordCredential
Constructor.
UsernamePasswordCredential(String, Password) - Constructor for class javax.security.enterprise.credential.UsernamePasswordCredential
Constructor.
UserTransaction - Interface in javax.transaction
The UserTransaction interface defines the methods that allow an application to explicitly manage transaction boundaries.
usingContext() - Method in interface javax.validation.ValidatorFactory
Defines a new validator context and returns a Validator compliant this new context.

V

V1_3 - Static variable in class javax.enterprise.deploy.shared.DConfigBeanVersionType
J2EE Platform version 1.3
V1_3_1 - Static variable in class javax.enterprise.deploy.shared.DConfigBeanVersionType
J2EE Platform version 1.3.1 THIS CONSTANT SHOULD NEVER BE USED.
V1_4 - Static variable in class javax.enterprise.deploy.shared.DConfigBeanVersionType
J2EE Platform version 1.4
V5 - Static variable in class javax.enterprise.deploy.shared.DConfigBeanVersionType
Java EE Platform version 5
Valid - Annotation Type in javax.validation
Marks a property, method parameter or method return type for validation cascading.
validate(InjectionPoint) - Method in interface javax.enterprise.inject.spi.BeanManager
Validate a certain injection point.
validate(FacesContext) - Method in class javax.faces.component.UIInput
Perform the following algorithm to validate the local value of this UIInput.
validate(FacesContext, UIComponent, Object) - Method in class javax.faces.validator.BeanValidator

Verify that the value is valid according to the Bean Validation constraints.

validate(FacesContext, UIComponent, Object) - Method in class javax.faces.validator.DoubleRangeValidator
 
validate(FacesContext, UIComponent, Object) - Method in class javax.faces.validator.LengthValidator
 
validate(FacesContext, UIComponent, Object) - Method in class javax.faces.validator.LongRangeValidator
 
validate(FacesContext, UIComponent, Object) - Method in class javax.faces.validator.MethodExpressionValidator
 
validate(FacesContext, UIComponent, Object) - Method in class javax.faces.validator.RegexValidator
Validate a String against a regular expression pattern.
validate(FacesContext, UIComponent, Object) - Method in class javax.faces.validator.RequiredValidator
Verify that the converted object value is not null.
validate(FacesContext, UIComponent, T) - Method in interface javax.faces.validator.Validator
Perform the correctness checks implemented by this Validator against the specified UIComponent.
validate() - Method in class javax.mail.internet.InternetAddress
Validate that this address conforms to the syntax rules of RFC 822.
validate() - Method in interface javax.resource.spi.ActivationSpec
This method may be called by a deployment tool to validate the overall activation configuration information provided by the endpoint deployer.
validate(Credential) - Method in interface javax.security.enterprise.identitystore.IdentityStore
Validates the given credential.
validate(Credential) - Method in interface javax.security.enterprise.identitystore.IdentityStoreHandler
Validate the given Credential and return the identity and attributes of the caller it represents.
validate(RememberMeCredential) - Method in interface javax.security.enterprise.identitystore.RememberMeIdentityStore
Validates the given credential.
validate(String, String, PageData) - Method in class javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV
 
validate(String, String, PageData) - Method in class javax.servlet.jsp.jstl.tlv.ScriptFreeTLV
Validates a single JSP page.
validate(TagData) - Method in class javax.servlet.jsp.tagext.TagExtraInfo
Translation-time validation of the attributes.
validate(TagData) - Method in class javax.servlet.jsp.tagext.TagInfo
Translation-time validation of the attributes.
validate(String, String, PageData) - Method in class javax.servlet.jsp.tagext.TagLibraryValidator
Validate a JSP page.
validate(T, Class<?>...) - Method in interface javax.validation.Validator
Validates all constraints on object.
VALIDATE_EMPTY_FIELDS_PARAM_NAME - Static variable in class javax.faces.component.UIInput

The name of a context parameter that indicates how empty values should be handled with respect to validation.

validateBegin() - Method in class javax.servlet.jsp.jstl.core.LoopTagSupport
Ensures the "begin" property is sensible, throwing an exception expected to propagate up if it isn't
validateConstructorParameters(Constructor<? extends T>, Object[], Class<?>...) - Method in interface javax.validation.executable.ExecutableValidator
Validates all constraints placed on the parameters of the given constructor.
validateConstructorReturnValue(Constructor<? extends T>, T, Class<?>...) - Method in interface javax.validation.executable.ExecutableValidator
Validates all return value constraints of the given constructor.
validateEnd() - Method in class javax.servlet.jsp.jstl.core.LoopTagSupport
Ensures the "end" property is sensible, throwing an exception expected to propagate up if it isn't
ValidateOnExecution - Annotation Type in javax.validation.executable
Expresses which executables (methods or constructors) should have their parameters and return value validated upon execution.
validateParameters(T, Method, Object[], Class<?>...) - Method in interface javax.validation.executable.ExecutableValidator
Validates all constraints placed on the parameters of the given method.
validateProperty(T, String, Class<?>...) - Method in interface javax.validation.Validator
Validates all constraints placed on the property of object named propertyName.
validateRequest(MessageInfo, Subject, Subject) - Method in interface javax.security.auth.message.ServerAuth
Authenticate a received service request.
validateRequest(HttpServletRequest, HttpServletResponse, HttpMessageContext) - Method in interface javax.security.enterprise.authentication.mechanism.http.HttpAuthenticationMechanism
Authenticate an HTTP request.
validateResponse(MessageInfo, Subject, Subject) - Method in interface javax.security.auth.message.ClientAuth
Validate a received service response.
validateReturnValue(T, Method, Object, Class<?>...) - Method in interface javax.validation.executable.ExecutableValidator
Validates all return value constraints of the given method.
validateStep() - Method in class javax.servlet.jsp.jstl.core.LoopTagSupport
Ensures the "step" property is sensible, throwing an exception expected to propagate up if it isn't
ValidateUnwrappedValue - Enum in javax.validation.metadata
The unwrapping behavior that can be applied to a specific constraint.
validateValue(FacesContext, Object) - Method in class javax.faces.component.UIInput
Set the "valid" property according to the below algorithm.
validateValue(FacesContext, Object) - Method in class javax.faces.component.UISelectMany
In addition to the standard validation behavior inherited from UIInput, ensure that any specified values are equal to one of the available options.
validateValue(FacesContext, Object) - Method in class javax.faces.component.UISelectOne
In addition to the standard validation behavior inherited from UIInput, ensure that any specified value is equal to one of the available options.
validateValue(Class<T>, String, Object, Class<?>...) - Method in interface javax.validation.Validator
Validates all constraints placed on the property named propertyName of the class beanType would the property value be value.
ValidatingManagedConnectionFactory - Interface in javax.resource.spi
This interface is implemented by a ManagedConnectionFactory instance that supports the ability to validate ManagedConnection objects.
Validation - Class in javax.validation
This class is the entry point for Jakarta Bean Validation.
Validation() - Constructor for class javax.validation.Validation
 
VALIDATION_GROUPS_DELIMITER - Static variable in class javax.faces.validator.BeanValidator

The delimiter that is used to separate the list of fully-qualified group names as strings.

ValidationException - Exception in javax.validation
Base exception of all Jakarta Bean Validation "unexpected" problems.
ValidationException(String) - Constructor for exception javax.validation.ValidationException
 
ValidationException() - Constructor for exception javax.validation.ValidationException
 
ValidationException(String, Throwable) - Constructor for exception javax.validation.ValidationException
 
ValidationException(Throwable) - Constructor for exception javax.validation.ValidationException
 
validationFailed() - Method in class javax.faces.context.FacesContext

Sets a flag which indicates that a conversion or validation error occurred while processing the inputs.

validationFailed() - Method in class javax.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext.validationFailed() on the wrapped FacesContext object.
ValidationMessage - Class in javax.servlet.jsp.tagext
A validation message from either TagLibraryValidator or TagExtraInfo.
ValidationMessage(String, String) - Constructor for class javax.servlet.jsp.tagext.ValidationMessage
Create a ValidationMessage.
ValidationMode - Enum in javax.persistence
The validation mode to be used by the provider for the persistence unit.
ValidationProvider<T extends Configuration<T>> - Interface in javax.validation.spi
Contract between the validation bootstrap mechanism and the provider engine.
ValidationProviderResolver - Interface in javax.validation
Determines the list of Jakarta Bean Validation providers available in the runtime environment
ValidationTarget - Enum in javax.validation.constraintvalidation
List of possible targets for a ConstraintValidator.
validationTypes() - Method in interface javax.security.enterprise.identitystore.IdentityStore
Determines the type of validation the IdentityStore should be used for.
Validator<T> - Interface in javax.faces.validator
A Validator implementation is a class that can perform validation (correctness checks) on a EditableValueHolder.
Validator - Interface in javax.validation
Validates bean instances.
VALIDATOR_FACTORY_KEY - Static variable in class javax.faces.validator.BeanValidator

The name of the Jakarta Servlet context attribute which holds the object used by Jakarta Server Faces to obtain Validator instances.

VALIDATOR_ID - Static variable in class javax.faces.validator.BeanValidator

The standard validator id for this validator, as defined by the Jakarta Server Face specification.

VALIDATOR_ID - Static variable in class javax.faces.validator.DoubleRangeValidator
The standard converter id for this converter.
VALIDATOR_ID - Static variable in class javax.faces.validator.LengthValidator
The standard validator id for this validator.
VALIDATOR_ID - Static variable in class javax.faces.validator.LongRangeValidator
The standard converter id for this converter.
VALIDATOR_ID - Static variable in class javax.faces.validator.RegexValidator
The standard converter id for this converter.
VALIDATOR_ID - Static variable in class javax.faces.validator.RequiredValidator
The standard converter id for this converter.
ValidatorConfig - Interface in javax.faces.view.facelets

Used in creating ValidatorHandler and all implementations.

ValidatorContext - Interface in javax.validation
Represents the context that is used to create Validator instances.
ValidatorELTag - Class in javax.faces.webapp
ValidatorELTag is a base class for all Jakarta Server Pages custom actions that create and register a Validator instance on the EditableValueHolder associated with our most immediate surrounding instance of a tag whose implementation class is a subclass of UIComponentTag.
ValidatorELTag() - Constructor for class javax.faces.webapp.ValidatorELTag
 
ValidatorException - Exception in javax.faces.validator
A ValidatorException is an exception thrown by the validate() method of a Validator to indicate that validation failed.
ValidatorException(FacesMessage) - Constructor for exception javax.faces.validator.ValidatorException
Construct a new exception with the specified message and no root cause.
ValidatorException(Collection<FacesMessage>) - Constructor for exception javax.faces.validator.ValidatorException

Allow this one exception to contain multiple messages.

ValidatorException(FacesMessage, Throwable) - Constructor for exception javax.faces.validator.ValidatorException
Construct a new exception with the specified detail message and root cause.
ValidatorException(Collection<FacesMessage>, Throwable) - Constructor for exception javax.faces.validator.ValidatorException

Allow this one exception to contain multiple messages, while passing on the root cause to the superclass

ValidatorFactory - Interface in javax.validation
Factory returning initialized Validator instances.
ValidatorHandler - Class in javax.faces.view.facelets

Handles setting a Validator instance on an EditableValueHolder parent.

ValidatorHandler(ValidatorConfig) - Constructor for class javax.faces.view.facelets.ValidatorHandler

Construct this instance around the configuration information in argument config

ValidatorTag - Class in javax.faces.webapp
Deprecated.
This has been partially replaced by ValidatorELTag. The remainder of the functionality, namely, the binding facility and the implementation of the ValidatorTag.createValidator() method, is now an implementation detail.
ValidatorTag() - Constructor for class javax.faces.webapp.ValidatorTag
Deprecated.
 
validSent - Variable in class javax.mail.event.TransportEvent
The valid address to which the message was sent.
validSent - Variable in exception javax.mail.SendFailedException
 
validUnsent - Variable in class javax.mail.event.TransportEvent
The valid address to which the message was not sent.
validUnsent - Variable in exception javax.mail.SendFailedException
 
value() - Method in class javax.enterprise.context.BeforeDestroyed.Literal
 
value() - Method in class javax.enterprise.context.Destroyed.Literal
 
value() - Method in class javax.enterprise.context.Initialized.Literal
 
value() - Method in class javax.enterprise.inject.literal.NamedLiteral
 
value() - Method in class javax.enterprise.inject.New.Literal
 
value() - Method in class javax.enterprise.inject.Typed.Literal
 
value - Variable in class javax.mail.Header
The value of the header.
value(T) - Method in interface javax.persistence.criteria.CriteriaBuilder.Coalesce
Add an argument to the coalesce expression.
value(Expression<? extends T>) - Method in interface javax.persistence.criteria.CriteriaBuilder.Coalesce
Add an argument to the coalesce expression.
value(T) - Method in interface javax.persistence.criteria.CriteriaBuilder.In
Add to list of values to be tested against.
value(Expression<? extends T>) - Method in interface javax.persistence.criteria.CriteriaBuilder.In
Add to list of values to be tested against.
value() - Method in interface javax.persistence.criteria.MapJoin
Create a path expression that corresponds to the map value.
value(String, Object) - Method in interface javax.validation.valueextraction.ValueExtractor.ValueReceiver
Receives the value extracted from an object.
value - Variable in class javax.xml.rpc.holders.BigDecimalHolder
 
value - Variable in class javax.xml.rpc.holders.BigIntegerHolder
 
value - Variable in class javax.xml.rpc.holders.BooleanHolder
 
value - Variable in class javax.xml.rpc.holders.BooleanWrapperHolder
 
value - Variable in class javax.xml.rpc.holders.ByteArrayHolder
 
value - Variable in class javax.xml.rpc.holders.ByteHolder
 
value - Variable in class javax.xml.rpc.holders.ByteWrapperHolder
 
value - Variable in class javax.xml.rpc.holders.CalendarHolder
 
value - Variable in class javax.xml.rpc.holders.DoubleHolder
 
value - Variable in class javax.xml.rpc.holders.DoubleWrapperHolder
 
value - Variable in class javax.xml.rpc.holders.FloatHolder
 
value - Variable in class javax.xml.rpc.holders.FloatWrapperHolder
 
value - Variable in class javax.xml.rpc.holders.IntegerWrapperHolder
 
value - Variable in class javax.xml.rpc.holders.IntHolder
 
value - Variable in class javax.xml.rpc.holders.LongHolder
 
value - Variable in class javax.xml.rpc.holders.LongWrapperHolder
 
value - Variable in class javax.xml.rpc.holders.ObjectHolder
 
value - Variable in class javax.xml.rpc.holders.QNameHolder
 
value - Variable in class javax.xml.rpc.holders.ShortHolder
 
value - Variable in class javax.xml.rpc.holders.ShortWrapperHolder
 
value - Variable in class javax.xml.rpc.holders.StringHolder
 
VALUE_TYPE_EMBEDDED_PATH - Static variable in interface javax.xml.registry.infomodel.ClassificationScheme
Each taxonomy value in ClassificationScheme embeds the full path from scheme to that Concept.
VALUE_TYPE_NON_UNIQUE - Static variable in interface javax.xml.registry.infomodel.ClassificationScheme
Taxonomy values in ClassificationScheme may be repeated within the same scheme.
VALUE_TYPE_UNIQUE - Static variable in interface javax.xml.registry.infomodel.ClassificationScheme
Each taxonomy value in ClassificationScheme is unique.
ValueBinding - Class in javax.faces.el
Deprecated.
This has been replaced by ValueExpression.
ValueBinding() - Constructor for class javax.faces.el.ValueBinding
Deprecated.
 
valueBound(HttpSessionBindingEvent) - Method in interface javax.servlet.http.HttpSessionBindingListener
Notifies the object that it is being bound to a session and identifies the session.
ValueChangeEvent - Class in javax.faces.event

A ValueChangeEvent is a notification that the local value of the source component has been change as a result of user interface activity.

ValueChangeEvent(UIComponent, Object, Object) - Constructor for class javax.faces.event.ValueChangeEvent

Construct a new event object from the specified source component, old value, and new value.

ValueChangeEvent(FacesContext, UIComponent, Object, Object) - Constructor for class javax.faces.event.ValueChangeEvent

Construct a new event object from the Faces context, specified source component, old value and new value.

ValueChangeListener - Interface in javax.faces.event
A listener interface for receiving ValueChangeEvents.
ValueExpression - Class in javax.el
An Expression that can get or set a value.
ValueExpression() - Constructor for class javax.el.ValueExpression
 
ValueExtractor<T> - Interface in javax.validation.valueextraction
Defines the logic used to extract the values from a container object of type T.
ValueExtractor.ValueReceiver - Interface in javax.validation.valueextraction
Provides a set of methods receiving value extracted by the ValueExtractor.
ValueExtractorDeclarationException - Exception in javax.validation.valueextraction
Raised if the configuration of ValueExtractor is illegal, e.g.
ValueExtractorDeclarationException() - Constructor for exception javax.validation.valueextraction.ValueExtractorDeclarationException
 
ValueExtractorDeclarationException(String) - Constructor for exception javax.validation.valueextraction.ValueExtractorDeclarationException
 
ValueExtractorDeclarationException(Throwable) - Constructor for exception javax.validation.valueextraction.ValueExtractorDeclarationException
 
ValueExtractorDeclarationException(String, Throwable) - Constructor for exception javax.validation.valueextraction.ValueExtractorDeclarationException
 
ValueExtractorDefinitionException - Exception in javax.validation.valueextraction
Raised if a ValueExtractor definition is illegal, e.g.
ValueExtractorDefinitionException() - Constructor for exception javax.validation.valueextraction.ValueExtractorDefinitionException
 
ValueExtractorDefinitionException(String) - Constructor for exception javax.validation.valueextraction.ValueExtractorDefinitionException
 
ValueExtractorDefinitionException(Throwable) - Constructor for exception javax.validation.valueextraction.ValueExtractorDefinitionException
 
ValueExtractorDefinitionException(String, Throwable) - Constructor for exception javax.validation.valueextraction.ValueExtractorDefinitionException
 
ValueHolder - Interface in javax.faces.component
ValueHolder is an interface that may be implemented by any concrete UIComponent that wishes to support a local value, as well as access data in the model tier via a value expression, and support conversion between String and the model tier data's native data type.
ValueHolderAttachedObjectHandler - Interface in javax.faces.view

A VDL handler that exposes Converter to a page author.

ValueHolderAttachedObjectTarget - Interface in javax.faces.view

A marker interface for VDL tags that represent <composite:valueHolder/> for use by the composite component page author.

valueOf(String) - Static method in enum javax.annotation.Resource.AuthenticationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.batch.api.partition.PartitionReducer.PartitionStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.batch.runtime.BatchStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.batch.runtime.Metric.MetricType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.ejb.ConcurrencyManagementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.ejb.LockType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.ejb.TransactionAttributeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.ejb.TransactionManagementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.enterprise.event.Reception
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.enterprise.event.TransactionPhase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.enterprise.inject.spi.InterceptionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.enterprise.inject.spi.SessionBeanType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.faces.annotation.FacesConfig.Version
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.faces.application.ProjectStage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.faces.application.ResourceVisitOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.faces.application.ViewVisitOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.faces.component.behavior.ClientBehaviorHint
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.faces.component.html.HtmlBody.PropertyKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.faces.component.html.HtmlColumn.PropertyKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.faces.component.html.HtmlCommandButton.PropertyKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.faces.component.html.HtmlCommandLink.PropertyKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.faces.component.html.HtmlCommandScript.PropertyKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.faces.component.html.HtmlDataTable.PropertyKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.faces.component.html.HtmlDoctype.PropertyKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.faces.component.html.HtmlForm.PropertyKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.faces.component.html.HtmlGraphicImage.PropertyKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.faces.component.html.HtmlHead.PropertyKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.faces.component.html.HtmlInputFile.PropertyKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.faces.component.html.HtmlInputHidden.PropertyKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.faces.component.html.HtmlInputSecret.PropertyKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.faces.component.html.HtmlInputText.PropertyKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.faces.component.html.HtmlInputTextarea.PropertyKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.faces.component.html.HtmlMessage.PropertyKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.faces.component.html.HtmlMessages.PropertyKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.faces.component.html.HtmlOutcomeTargetButton.PropertyKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.faces.component.html.HtmlOutcomeTargetLink.PropertyKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.faces.component.html.HtmlOutputFormat.PropertyKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.faces.component.html.HtmlOutputLabel.PropertyKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.faces.component.html.HtmlOutputLink.PropertyKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.faces.component.html.HtmlOutputText.PropertyKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.faces.component.html.HtmlPanelGrid.PropertyKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.faces.component.html.HtmlPanelGroup.PropertyKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.faces.component.html.HtmlSelectBooleanCheckbox.PropertyKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.faces.component.html.HtmlSelectManyCheckbox.PropertyKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.faces.component.html.HtmlSelectManyListbox.PropertyKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.faces.component.html.HtmlSelectManyMenu.PropertyKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.faces.component.html.HtmlSelectOneListbox.PropertyKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.faces.component.html.HtmlSelectOneMenu.PropertyKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.faces.component.html.HtmlSelectOneRadio.PropertyKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.faces.component.search.SearchExpressionHint
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.faces.component.visit.VisitHint
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.faces.component.visit.VisitResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.json.JsonPatch.Operation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.json.JsonValue.ValueType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.json.stream.JsonParser.Event
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.AccessType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.CacheRetrieveMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.CacheStoreMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.CascadeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.ConstraintMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.criteria.CriteriaBuilder.Trimspec
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.criteria.JoinType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.criteria.Predicate.BooleanOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.DiscriminatorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.EnumType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.FetchType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.FlushModeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.GenerationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.InheritanceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.LockModeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.metamodel.Attribute.PersistentAttributeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.metamodel.Bindable.BindableType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.metamodel.PluralAttribute.CollectionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.metamodel.Type.PersistenceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.ParameterMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.PersistenceContextType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.PessimisticLockScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.SharedCacheMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.spi.LoadState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.spi.PersistenceUnitTransactionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.SynchronizationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.TemporalType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.ValidationMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.resource.spi.AuthenticationMechanism.CredentialInterface
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.resource.spi.TransactionSupport.TransactionSupportLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.security.enterprise.AuthenticationStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.security.enterprise.identitystore.CredentialValidationResult.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.security.enterprise.identitystore.IdentityStore.ValidationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.security.enterprise.identitystore.LdapIdentityStoreDefinition.LdapSearchScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.servlet.annotation.ServletSecurity.EmptyRoleSemantic
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.servlet.annotation.ServletSecurity.TransportGuarantee
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.servlet.DispatcherType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.servlet.http.MappingMatch
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.servlet.SessionTrackingMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.transaction.Transactional.TxType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.validation.constraints.Pattern.Flag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.validation.ConstraintTarget
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.validation.constraintvalidation.ValidationTarget
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.validation.ElementKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.validation.executable.ExecutableType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.validation.metadata.MethodType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.validation.metadata.Scope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.validation.metadata.ValidateUnwrappedValue
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.websocket.CloseReason.CloseCodes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class javax.ws.rs.core.CacheControl
Creates a new instance of CacheControl by parsing the supplied string.
valueOf(String) - Static method in class javax.ws.rs.core.Cookie
Creates a new instance of Cookie by parsing the supplied string.
valueOf(String) - Static method in class javax.ws.rs.core.EntityTag
Creates a new instance of EntityTag by parsing the supplied string.
valueOf(String) - Static method in class javax.ws.rs.core.Link
Simple parser to convert link header string representations into a link.
valueOf(String) - Static method in class javax.ws.rs.core.MediaType
Creates a new instance of MediaType by parsing the supplied string.
valueOf(String) - Static method in class javax.ws.rs.core.NewCookie
Creates a new instance of NewCookie by parsing the supplied string.
valueOf(String) - Static method in enum javax.ws.rs.core.Response.Status.Family
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.ws.rs.core.Response.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.ws.rs.RuntimeType
Returns the enum constant of this type with the specified name.
ValueReference - Class in javax.el
This encapsulates a base model object and one of its properties.
ValueReference(Object, Object) - Constructor for class javax.el.ValueReference
 
values() - Static method in enum javax.annotation.Resource.AuthenticationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.batch.api.partition.PartitionReducer.PartitionStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.batch.runtime.BatchStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.batch.runtime.Metric.MetricType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.ejb.ConcurrencyManagementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.ejb.LockType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.ejb.TransactionAttributeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.ejb.TransactionManagementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.enterprise.event.Reception
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.enterprise.event.TransactionPhase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.enterprise.inject.spi.InterceptionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.enterprise.inject.spi.SessionBeanType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.faces.annotation.FacesConfig.Version
Returns an array containing the constants of this enum type, in the order they are declared.
VALUES - Static variable in class javax.faces.application.FacesMessage
Immutable List of valid FacesMessage.Severity instances, in ascending order of their ordinal value.
values() - Static method in enum javax.faces.application.ProjectStage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.faces.application.ResourceVisitOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.faces.application.ViewVisitOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.faces.component.behavior.ClientBehaviorHint
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.faces.component.html.HtmlBody.PropertyKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.faces.component.html.HtmlColumn.PropertyKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.faces.component.html.HtmlCommandButton.PropertyKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.faces.component.html.HtmlCommandLink.PropertyKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.faces.component.html.HtmlCommandScript.PropertyKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.faces.component.html.HtmlDataTable.PropertyKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.faces.component.html.HtmlDoctype.PropertyKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.faces.component.html.HtmlForm.PropertyKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.faces.component.html.HtmlGraphicImage.PropertyKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.faces.component.html.HtmlHead.PropertyKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.faces.component.html.HtmlInputFile.PropertyKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.faces.component.html.HtmlInputHidden.PropertyKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.faces.component.html.HtmlInputSecret.PropertyKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.faces.component.html.HtmlInputText.PropertyKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.faces.component.html.HtmlInputTextarea.PropertyKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.faces.component.html.HtmlMessage.PropertyKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.faces.component.html.HtmlMessages.PropertyKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.faces.component.html.HtmlOutcomeTargetButton.PropertyKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.faces.component.html.HtmlOutcomeTargetLink.PropertyKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.faces.component.html.HtmlOutputFormat.PropertyKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.faces.component.html.HtmlOutputLabel.PropertyKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.faces.component.html.HtmlOutputLink.PropertyKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.faces.component.html.HtmlOutputText.PropertyKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.faces.component.html.HtmlPanelGrid.PropertyKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.faces.component.html.HtmlPanelGroup.PropertyKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.faces.component.html.HtmlSelectBooleanCheckbox.PropertyKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.faces.component.html.HtmlSelectManyCheckbox.PropertyKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.faces.component.html.HtmlSelectManyListbox.PropertyKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.faces.component.html.HtmlSelectManyMenu.PropertyKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.faces.component.html.HtmlSelectOneListbox.PropertyKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.faces.component.html.HtmlSelectOneMenu.PropertyKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.faces.component.html.HtmlSelectOneRadio.PropertyKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.faces.component.search.SearchExpressionHint
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.faces.component.visit.VisitHint
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.faces.component.visit.VisitResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class javax.faces.context.FlashWrapper

The default behavior of this method is to call Map.values() on the wrapped Flash object.

VALUES - Static variable in class javax.faces.event.PhaseId
List of valid PhaseId instances, in ascending order of their ordinal value.
values() - Static method in enum javax.json.JsonPatch.Operation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.json.JsonValue.ValueType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.json.stream.JsonParser.Event
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.persistence.AccessType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.persistence.CacheRetrieveMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.persistence.CacheStoreMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.persistence.CascadeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.persistence.ConstraintMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.persistence.criteria.CriteriaBuilder.Trimspec
Returns an array containing the constants of this enum type, in the order they are declared.
values(M) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression that returns the values of a map.
values() - Static method in enum javax.persistence.criteria.JoinType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.persistence.criteria.Predicate.BooleanOperator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.persistence.DiscriminatorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.persistence.EnumType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.persistence.FetchType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.persistence.FlushModeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.persistence.GenerationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.persistence.InheritanceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.persistence.LockModeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.persistence.metamodel.Attribute.PersistentAttributeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.persistence.metamodel.Bindable.BindableType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.persistence.metamodel.PluralAttribute.CollectionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.persistence.metamodel.Type.PersistenceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.persistence.ParameterMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.persistence.PersistenceContextType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.persistence.PessimisticLockScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.persistence.SharedCacheMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.persistence.spi.LoadState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.persistence.spi.PersistenceUnitTransactionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.persistence.SynchronizationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.persistence.TemporalType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.persistence.ValidationMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.resource.spi.AuthenticationMechanism.CredentialInterface
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.resource.spi.TransactionSupport.TransactionSupportLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.security.enterprise.AuthenticationStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.security.enterprise.identitystore.CredentialValidationResult.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.security.enterprise.identitystore.IdentityStore.ValidationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.security.enterprise.identitystore.LdapIdentityStoreDefinition.LdapSearchScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.servlet.annotation.ServletSecurity.EmptyRoleSemantic
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.servlet.annotation.ServletSecurity.TransportGuarantee
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.servlet.DispatcherType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.servlet.http.MappingMatch
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.servlet.SessionTrackingMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.transaction.Transactional.TxType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.validation.constraints.Pattern.Flag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.validation.ConstraintTarget
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.validation.constraintvalidation.ValidationTarget
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.validation.ElementKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.validation.executable.ExecutableType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.validation.metadata.MethodType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.validation.metadata.Scope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.validation.metadata.ValidateUnwrappedValue
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.websocket.CloseReason.CloseCodes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class javax.ws.rs.core.AbstractMultivaluedMap
 
values() - Static method in enum javax.ws.rs.core.Response.Status.Family
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.ws.rs.core.Response.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.ws.rs.RuntimeType
Returns an array containing the constants of this enum type, in the order they are declared.
VALUES_MAP - Static variable in class javax.faces.application.FacesMessage
Immutable Map of valid FacesMessage.Severity instances, keyed by name.
valueUnbound(HttpSessionBindingEvent) - Method in interface javax.servlet.http.HttpSessionBindingListener
Notifies the object that it is being unbound from a session and identifies the session.
VariableInfo - Class in javax.servlet.jsp.tagext
Information on the scripting variables that are created/modified by a tag (at run-time).
VariableInfo(String, String, boolean, int) - Constructor for class javax.servlet.jsp.tagext.VariableInfo
Constructor These objects can be created (at translation time) by the TagExtraInfo instances.
VariableMapper - Class in javax.el
The interface to a map between Jakarta Expression Language variables and the Jakarta Expression Language expressions they are associated with.
VariableMapper() - Constructor for class javax.el.VariableMapper
 
VariableResolver - Class in javax.faces.el
Deprecated.
This has been replaced by ELResolver when operating with a null base argument.
VariableResolver() - Constructor for class javax.faces.el.VariableResolver
Deprecated.
 
VariableResolver - Interface in javax.servlet.jsp.el
Deprecated.
As of JSP 2.1, replaced by ELResolver
variant(Variant) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Set message entity representation metadata.
Variant - Class in javax.ws.rs.core
Abstraction for a resource representation variant.
Variant(MediaType, String, String) - Constructor for class javax.ws.rs.core.Variant
Create a new instance of Variant.
Variant(MediaType, String, String, String) - Constructor for class javax.ws.rs.core.Variant
Create a new instance of Variant.
Variant(MediaType, String, String, String, String) - Constructor for class javax.ws.rs.core.Variant
Create a new instance of Variant.
Variant(MediaType, Locale, String) - Constructor for class javax.ws.rs.core.Variant
Create a new instance of Variant.
Variant.VariantListBuilder - Class in javax.ws.rs.core
A builder for a list of representation variants.
VariantListBuilder() - Constructor for class javax.ws.rs.core.Variant.VariantListBuilder
Protected constructor, use the static newInstance method to obtain an instance.
variants(Variant...) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Add a Vary header that lists the available variants.
variants(List<Variant>) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Add a Vary header that lists the available variants.
VARY - Static variable in interface javax.ws.rs.core.HttpHeaders
verify(char[], String) - Method in interface javax.security.enterprise.identitystore.PasswordHash
Verify a password against the hashed password value retrieved from a user's account.
Version - Annotation Type in javax.persistence
Specifies the version field or property of an entity class that serves as its optimistic lock value.
Versionable - Interface in javax.xml.registry.infomodel
The Versionable interface defines the behavior common to classes that are capable of creating versions of their instances.
VERSIONABLE - Static variable in interface javax.xml.registry.LifeCycleManager
Constant representing the javax.xml.registry.infomodel.Versionable interface.
veto() - Method in interface javax.enterprise.inject.spi.ProcessAnnotatedType
Forces the container to ignore this type.
veto() - Method in interface javax.enterprise.inject.spi.ProcessBeanAttributes
Forces the container to ignore the bean.
veto() - Method in interface javax.enterprise.inject.spi.ProcessObserverMethod
Forces the container to ignore the observer method.
Vetoed - Annotation Type in javax.enterprise.inject
Veto the processing of the class.
Vetoed.Literal - Class in javax.enterprise.inject
Supports inline instantiation of the Vetoed annotation.
VIEW_DECLARATION_LANGUAGE_FACTORY - Static variable in class javax.faces.FactoryFinder

The property name for the ViewDeclarationLanguage class name.

VIEW_LOCATION_KEY - Static variable in class javax.faces.component.UIComponent

The value of this constant is used as the key in the component attributes Map for the Location in the view at which this component instance resides.

VIEW_PARAMETERS_KEY - Static variable in class javax.faces.component.UIViewRoot

The key in the value set of the view metadata BeanDescriptor, the value of which is a List<UIViewParameter.Reference>.

VIEW_STATE_MARKER - Static variable in class javax.faces.context.PartialResponseWriter

Reserved ID value to indicate serialized ViewState.

VIEW_STATE_PARAM - Static variable in class javax.faces.render.ResponseStateManager
Implementations must use this constant field value as the name of the client parameter in which to save the state between requests.
ViewBuilder - Class in javax.faces.flow.builder

Create a view node in the current Flow.

ViewBuilder() - Constructor for class javax.faces.flow.builder.ViewBuilder
 
ViewDeclarationLanguage - Class in javax.faces.view

The contract that a view declaration language must implement to interact with the Jakarta Server Faces runtime.

ViewDeclarationLanguage() - Constructor for class javax.faces.view.ViewDeclarationLanguage
 
ViewDeclarationLanguageFactory - Class in javax.faces.view

ViewDeclarationLanguageFactory is a factory object that creates (if needed) and returns a new ViewDeclarationLanguage instance based on the VDL found in a specific view.

ViewDeclarationLanguageFactory() - Constructor for class javax.faces.view.ViewDeclarationLanguageFactory
Deprecated.
Use the other constructor taking the implementation being wrapped.
ViewDeclarationLanguageFactory(ViewDeclarationLanguageFactory) - Constructor for class javax.faces.view.ViewDeclarationLanguageFactory

If this factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.

ViewDeclarationLanguageWrapper - Class in javax.faces.view

Provides a simple implementation of ViewDeclarationLanguage that can be subclassed by developers wishing to provide specialized behavior to an existing ViewDeclarationLanguage instance.

ViewDeclarationLanguageWrapper() - Constructor for class javax.faces.view.ViewDeclarationLanguageWrapper
Deprecated.
Use the other constructor taking the implementation being wrapped.
ViewDeclarationLanguageWrapper(ViewDeclarationLanguage) - Constructor for class javax.faces.view.ViewDeclarationLanguageWrapper

If this view declaration language has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.

viewExists(FacesContext, String) - Method in class javax.faces.view.ViewDeclarationLanguage

Tests whether a physical resource corresponding to the specified viewId exists.

viewExists(FacesContext, String) - Method in class javax.faces.view.ViewDeclarationLanguageWrapper
 
ViewExpiredException - Exception in javax.faces.application
Implementations must throw this FacesException when attempting to restore the view StateManager.restoreView(javax.faces.context.FacesContext, String, String) results in failure on postback.
ViewExpiredException() - Constructor for exception javax.faces.application.ViewExpiredException
Construct a new exception with no detail message or root cause.
ViewExpiredException(String) - Constructor for exception javax.faces.application.ViewExpiredException
Construct a new exception with the specified view identifier.
ViewExpiredException(String, String) - Constructor for exception javax.faces.application.ViewExpiredException
Construct a new exception with the specified detail message and no root cause.
ViewExpiredException(Throwable, String) - Constructor for exception javax.faces.application.ViewExpiredException
Construct a new exception with the specified root cause.
ViewExpiredException(String, Throwable, String) - Constructor for exception javax.faces.application.ViewExpiredException
Construct a new exception with the specified detail message and root cause.
ViewHandler - Class in javax.faces.application
ViewHandler is the pluggablity mechanism for allowing implementations of or applications using the JJakarta Server Faces specification to provide their own handling of the activities in the Render Response and Restore View phases of the request processing lifecycle.
ViewHandler() - Constructor for class javax.faces.application.ViewHandler
 
ViewHandlerWrapper - Class in javax.faces.application

Provides a simple implementation of ViewHandler that can be subclassed by developers wishing to provide specialized behavior to an existing ViewHandler instance.

ViewHandlerWrapper(ViewHandler) - Constructor for class javax.faces.application.ViewHandlerWrapper

If this view handler has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.

ViewHandlerWrapper() - Constructor for class javax.faces.application.ViewHandlerWrapper
Deprecated.
Use the other constructor taking the implementation being wrapped.
ViewMap - Annotation Type in javax.faces.annotation

The presence of this annotation (along with @Inject) on a field of type Map<String, Object> causes the map returned from UIViewRoot.getViewMap() to be injected as the value of that field.

ViewMapListener - Interface in javax.faces.event

Marker interface for SystemEvents that indicate the view map has been created (PostConstructViewMapEvent, or destroyed (PreDestroyViewMapEvent).

ViewMetadata - Class in javax.faces.view

ViewMetadata is reponsible for extracting and providing view parameter metadata from VDL views.

ViewMetadata() - Constructor for class javax.faces.view.ViewMetadata
 
viewNode(String, String) - Method in class javax.faces.flow.builder.FlowBuilder

Define a view node in a flow graph.

ViewNode - Class in javax.faces.flow

ViewNode is the class that represents a VDL view in a faces flow graph.

ViewNode() - Constructor for class javax.faces.flow.ViewNode
 
ViewResource - Class in javax.faces.application

Superclass of Resource that is only for use with views.

ViewResource() - Constructor for class javax.faces.application.ViewResource
 
VIEWROOT_PHASE_LISTENER_QUEUES_EXCEPTIONS_PARAM_NAME - Static variable in class javax.faces.component.UIViewRoot

If this param is set, and calling toLowerCase().equals("true") on a String representation of its value returns true, exceptions thrown by PhaseListeners installed on the UIViewRoot are queued to the ExceptionHandler instead of being logged and swallowed.

ViewScoped - Annotation Type in javax.faces.bean
Deprecated.
This has been replaced by javax.faces.view.ViewScoped. The functionality of this corresponding annotation is identical to this one, but it is implemented as a CDI custom scope.
ViewScoped - Annotation Type in javax.faces.view

When this annotation, along with javax.inject.Named is found on a class, the runtime must place the bean in a CDI scope such that it remains active as long as NavigationHandler.handleNavigation(javax.faces.context.FacesContext, java.lang.String, java.lang.String) does not cause a navigation to a view with a viewId that is different than the viewId of the current view.

ViewVisitOption - Enum in javax.faces.application

Defines the view traversal options.

visit(VisitContext, UIComponent) - Method in interface javax.faces.component.visit.VisitCallback
This method is called during component tree visits by VisitContext.invokeVisitCallback() to visit the specified component.
VISIT_CONTEXT_FACTORY - Static variable in class javax.faces.FactoryFinder

The property name for the VisitContextFactory class name.

VisitCallback - Interface in javax.faces.component.visit

A simple callback interface that enables taking action on a specific UIComponent (either facet or child) during a component tree visit.

VisitContext - Class in javax.faces.component.visit

A context object that is used to hold state relating to performing a component tree visit.

VisitContext() - Constructor for class javax.faces.component.visit.VisitContext
 
VisitContextFactory - Class in javax.faces.component.visit

Provide for separation of interface and implementation for the VisitContext contract.

VisitContextFactory() - Constructor for class javax.faces.component.visit.VisitContextFactory
Deprecated.
Use the other constructor taking the implementation being wrapped.
VisitContextFactory(VisitContextFactory) - Constructor for class javax.faces.component.visit.VisitContextFactory

If this factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.

VisitContextWrapper - Class in javax.faces.component.visit

Provides a simple implementation of VisitContext that can be subclassed by developers wishing to provide specialized behavior to an existing VisitContext instance.

VisitContextWrapper() - Constructor for class javax.faces.component.visit.VisitContextWrapper
Deprecated.
Use the other constructor taking the implementation being wrapped.
VisitContextWrapper(VisitContext) - Constructor for class javax.faces.component.visit.VisitContextWrapper

If this visit context has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.

VisitHint - Enum in javax.faces.component.visit

An enum that specifies hints that impact the behavior of a component tree visit.

VisitResult - Enum in javax.faces.component.visit
visitTree(VisitContext, VisitCallback) - Method in class javax.faces.component.UIComponent

Perform a tree visit starting at this node in the tree.

visitTree(VisitContext, VisitCallback) - Method in class javax.faces.component.UIData
visitTree(VisitContext, VisitCallback) - Method in class javax.faces.component.UIForm
 
visitTree(VisitContext, VisitCallback) - Method in class javax.faces.component.UINamingContainer
 

W

WAR - Static variable in class javax.enterprise.deploy.shared.ModuleType
The module is an Web Application archive.
wasCancelCalled() - Method in interface javax.ejb.SessionContext
Check whether a client invoked the cancel method on the client Future object corresponding to the currently executing asynchronous business method.
WEBAPP_CONTRACTS_DIRECTORY_PARAM_NAME - Static variable in class javax.faces.application.ResourceHandler

If a <context-param> with the param name equal to the value of ResourceHandler.WEBAPP_CONTRACTS_DIRECTORY_PARAM_NAME exists, the runtime must interpret its value as a path, relative to the web app root, where resource library contracts are to be located.

WEBAPP_RESOURCES_DIRECTORY_PARAM_NAME - Static variable in class javax.faces.application.ResourceHandler

If a <context-param> with the param name equal to the value of ResourceHandler.WEBAPP_RESOURCES_DIRECTORY_PARAM_NAME exists, the runtime must interpret its value as a path, relative to the web app root, where resources are to be located.

WebApplicationException - Exception in javax.ws.rs
Runtime exception for applications.
WebApplicationException() - Constructor for exception javax.ws.rs.WebApplicationException
Construct a new instance with a default HTTP status code of 500 and a default message generated from the HTTP status code and the associated HTTP status reason phrase.
WebApplicationException(String) - Constructor for exception javax.ws.rs.WebApplicationException
Construct a new instance with the supplied message and a default HTTP status code of 500.
WebApplicationException(Response) - Constructor for exception javax.ws.rs.WebApplicationException
Construct a new instance using the supplied response and a default message generated from the response's HTTP status code and the associated HTTP status reason phrase.
WebApplicationException(String, Response) - Constructor for exception javax.ws.rs.WebApplicationException
Construct a new instance using the supplied message and response.
WebApplicationException(int) - Constructor for exception javax.ws.rs.WebApplicationException
Construct a new instance with the supplied HTTP status code and a default message generated from the HTTP status code and the associated HTTP status reason phrase.
WebApplicationException(String, int) - Constructor for exception javax.ws.rs.WebApplicationException
Construct a new instance with a supplied message and HTTP status code.
WebApplicationException(Response.Status) - Constructor for exception javax.ws.rs.WebApplicationException
Construct a new instance with the supplied HTTP status and a default message generated from the HTTP status code and the associated HTTP status reason phrase.
WebApplicationException(String, Response.Status) - Constructor for exception javax.ws.rs.WebApplicationException
Construct a new instance with the supplied message and HTTP status.
WebApplicationException(Throwable) - Constructor for exception javax.ws.rs.WebApplicationException
Construct a new instance with the supplied root cause, default HTTP status code of 500 and a default message generated from the HTTP status code and the associated HTTP status reason phrase.
WebApplicationException(String, Throwable) - Constructor for exception javax.ws.rs.WebApplicationException
Construct a new instance with the supplied message, root cause and default HTTP status code of 500.
WebApplicationException(Throwable, Response) - Constructor for exception javax.ws.rs.WebApplicationException
Construct a new instance with the supplied root cause, response and a default message generated from the response's HTTP status code and the associated HTTP status reason phrase.
WebApplicationException(String, Throwable, Response) - Constructor for exception javax.ws.rs.WebApplicationException
Construct a new instance with the supplied message, root cause and response.
WebApplicationException(Throwable, int) - Constructor for exception javax.ws.rs.WebApplicationException
Construct a new instance with the supplied root cause, HTTP status code and a default message generated from the HTTP status code and the associated HTTP status reason phrase.
WebApplicationException(String, Throwable, int) - Constructor for exception javax.ws.rs.WebApplicationException
Construct a new instance with the supplied message, root cause and HTTP status code.
WebApplicationException(Throwable, Response.Status) - Constructor for exception javax.ws.rs.WebApplicationException
Construct a new instance with the supplied root cause, HTTP status code and a default message generated from the HTTP status code and the associated HTTP status reason phrase.
WebApplicationException(String, Throwable, Response.Status) - Constructor for exception javax.ws.rs.WebApplicationException
Construct a new instance with a the supplied message, root cause and HTTP status code.
WebConnection - Interface in javax.servlet.http
This interface encapsulates the connection for an upgrade request.
WebFilter - Annotation Type in javax.servlet.annotation
Annotation used to declare a servlet filter.
WebInitParam - Annotation Type in javax.servlet.annotation
This annotation is used on a Servlet or Filter implementation class to specify an initialization parameter.
WebListener - Annotation Type in javax.servlet.annotation
This annotation is used to declare a WebListener.
WebResourcePermission - Class in javax.security.jacc
Class for Jakarta Servlet web resource permissions.
WebResourcePermission(String, String) - Constructor for class javax.security.jacc.WebResourcePermission
Creates a new WebResourcePermission with the specified name and actions.
WebResourcePermission(String, String[]) - Constructor for class javax.security.jacc.WebResourcePermission
Creates a new WebResourcePermission with name corresponding to the URLPatternSpec, and actions composed from the array of HTTP methods.
WebResourcePermission(HttpServletRequest) - Constructor for class javax.security.jacc.WebResourcePermission
Creates a new WebResourcePermission from the HttpServletRequest object.
WebRoleRefPermission - Class in javax.security.jacc
Class for Jakarta Servlet isUserInRole (String reference) permissions.
WebRoleRefPermission(String, String) - Constructor for class javax.security.jacc.WebRoleRefPermission
Creates a new WebRoleRefPermission with the specified name and actions.
WebServlet - Annotation Type in javax.servlet.annotation
Annotation used to declare a servlet.
WEBSOCKET_ENDPOINT_PORT_PARAM_NAME - Static variable in interface javax.faces.push.PushContext
The integer context parameter name to specify the websocket endpoint port when it's different from HTTP port.
WebSocketContainer - Interface in javax.websocket
A WebSocketContainer is an implementation provided object that provides applications a view on the container running it.
WebsocketEvent - Class in javax.faces.event

This web socket event will be fired when a new <f:websocket> has been @WebsocketEvent.Opened or @WebsocketEvent.Closed.

WebsocketEvent(String, Serializable, CloseReason.CloseCode) - Constructor for class javax.faces.event.WebsocketEvent
 
WebsocketEvent.Closed - Annotation Type in javax.faces.event

Indicates that a <f:websocket> has closed.

WebsocketEvent.Opened - Annotation Type in javax.faces.event

Indicates that a <f:websocket> has opened.

WebTarget - Interface in javax.ws.rs.client
A resource target identified by the resource URI.
WebUserDataPermission - Class in javax.security.jacc
Class for Jakarta Servlet Web user data permissions.
WebUserDataPermission(String, String) - Constructor for class javax.security.jacc.WebUserDataPermission
Creates a new WebUserDataPermission with the specified name and actions.
WebUserDataPermission(String, String[], String) - Constructor for class javax.security.jacc.WebUserDataPermission
Creates a new WebUserDataPermission with name corresponding to the URLPatternSpec, and actions composed from the array of HTTP methods and the transport type.
WebUserDataPermission(HttpServletRequest) - Constructor for class javax.security.jacc.WebUserDataPermission
Creates a new WebUserDataPermission from the HttpServletRequest object.
when(Expression<Boolean>, R) - Method in interface javax.persistence.criteria.CriteriaBuilder.Case
Add a when/then clause to the case expression.
when(Expression<Boolean>, Expression<? extends R>) - Method in interface javax.persistence.criteria.CriteriaBuilder.Case
Add a when/then clause to the case expression.
when(C, R) - Method in interface javax.persistence.criteria.CriteriaBuilder.SimpleCase
Add a when/then clause to the case expression.
when(C, Expression<? extends R>) - Method in interface javax.persistence.criteria.CriteriaBuilder.SimpleCase
Add a when/then clause to the case expression.
where(Expression<Boolean>) - Method in interface javax.persistence.criteria.AbstractQuery
Modify the query to restrict the query results according to the specified boolean expression.
where(Predicate...) - Method in interface javax.persistence.criteria.AbstractQuery
Modify the query to restrict the query results according to the conjunction of the specified restriction predicates.
where(Expression<Boolean>) - Method in interface javax.persistence.criteria.CriteriaDelete
Modify the delete query to restrict the target of the deletion according to the specified boolean expression.
where(Predicate...) - Method in interface javax.persistence.criteria.CriteriaDelete
Modify the delete query to restrict the target of the deletion according to the conjunction of the specified restriction predicates.
where(Expression<Boolean>) - Method in interface javax.persistence.criteria.CriteriaQuery
Modify the query to restrict the query result according to the specified boolean expression.
where(Predicate...) - Method in interface javax.persistence.criteria.CriteriaQuery
Modify the query to restrict the query result according to the conjunction of the specified restriction predicates.
where(Expression<Boolean>) - Method in interface javax.persistence.criteria.CriteriaUpdate
Modify the update query to restrict the target of the update according to the specified boolean expression.
where(Predicate...) - Method in interface javax.persistence.criteria.CriteriaUpdate
Modify the update query to restrict the target of the update according to the conjunction of the specified restriction predicates.
where(Expression<Boolean>) - Method in interface javax.persistence.criteria.Subquery
Modify the subquery to restrict the result according to the specified boolean expression.
where(Predicate...) - Method in interface javax.persistence.criteria.Subquery
Modify the subquery to restrict the result according to the conjunction of the specified restriction predicates.
WILDCARD - Static variable in class javax.ws.rs.core.MediaType
A String constant representing wildcard "*/*" media type .
WILDCARD_TYPE - Static variable in class javax.ws.rs.core.MediaType
A MediaType constant representing wildcard "*/*" media type.
willDecode(ByteBuffer) - Method in interface javax.websocket.Decoder.Binary
Answer whether the given bytes can be decoded into an object of type T.
willDecode(String) - Method in interface javax.websocket.Decoder.Text
Answer whether the given String can be decoded into an object of type T.
withAdapters(JsonbAdapter...) - Method in class javax.json.bind.JsonbConfig
Property used to specify custom mapping adapters.
WithAnnotations - Annotation Type in javax.enterprise.inject.spi
WithAnnotations may be applied to any portable extension observer method with an event parameter type of ProcessAnnotatedType to filter the events delivered.
withBinaryDataStrategy(String) - Method in class javax.json.bind.JsonbConfig
Property used to specify custom binary data strategy.
withCharset(String) - Method in class javax.ws.rs.core.MediaType
Create a new MediaType instance with the same type, subtype and parameters copied from the original instance and the supplied "charset" parameter.
withConfig(JsonbConfig) - Method in interface javax.json.bind.JsonbBuilder
Set configuration which will be set to the newly created Jsonb instance.
withConfig(Configuration) - Method in class javax.ws.rs.client.ClientBuilder
Set the internal configuration state to an externally provided configuration state.
withDateFormat(String, Locale) - Method in class javax.json.bind.JsonbConfig
Property used to specify custom date format.
withDeserializers(JsonbDeserializer...) - Method in class javax.json.bind.JsonbConfig
Property used to specify custom deserializers.
withEncoding(String) - Method in class javax.json.bind.JsonbConfig
The binding operations will default to this property for encoding of JSON data.
withFormatting(Boolean) - Method in class javax.json.bind.JsonbConfig
Property used to specify whether or not the serialized JSON data is formatted with linefeeds and indentation.
withLocale(Locale) - Method in class javax.json.bind.JsonbConfig
Property used to specify custom locale.
withNullValues(Boolean) - Method in class javax.json.bind.JsonbConfig
Property used to specify whether null values should be serialized to JSON document or skipped.
withParams() - Static method in class javax.security.enterprise.authentication.mechanism.http.AuthenticationParameters
Creates a new instance of AuthenticationParameters, useful for a fluent/builder style creation of parameters.
withPropertyNamingStrategy(PropertyNamingStrategy) - Method in class javax.json.bind.JsonbConfig
Property used to specify custom naming strategy.
withPropertyNamingStrategy(String) - Method in class javax.json.bind.JsonbConfig
Property used to specify custom naming strategy.
withPropertyOrderStrategy(String) - Method in class javax.json.bind.JsonbConfig
Property used to specify property order strategy.
withPropertyVisibilityStrategy(PropertyVisibilityStrategy) - Method in class javax.json.bind.JsonbConfig
Property used to specify custom property visibility strategy.
withProvider(JsonProvider) - Method in interface javax.json.bind.JsonbBuilder
Provides a JSON-P provider to be used for all JSON-P related operations.
withRequest(HttpServletRequest) - Method in interface javax.security.enterprise.authentication.mechanism.http.HttpMessageContext
Sets the request object.
withRequest(HttpServletRequest) - Method in class javax.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
withSerializers(JsonbSerializer...) - Method in class javax.json.bind.JsonbConfig
Property used to specify custom serializers.
withStrictIJSON(Boolean) - Method in class javax.json.bind.JsonbConfig
Property used to specify whether strict I-JSON serialization compliance should be enforced.
Work - Interface in javax.resource.spi.work
This models a Work instance that would be executed by a WorkManager upon submission.
WORK_ACCEPTED - Static variable in class javax.resource.spi.work.WorkEvent
Indicates Work instance has been accepted.
WORK_COMPLETED - Static variable in class javax.resource.spi.work.WorkEvent
Indicates Work instance has completed execution.
WORK_REJECTED - Static variable in class javax.resource.spi.work.WorkEvent
Indicates Work instance has been rejected.
WORK_STARTED - Static variable in class javax.resource.spi.work.WorkEvent
Indicates Work instance has started execution.
workAccepted(WorkEvent) - Method in class javax.resource.spi.work.WorkAdapter
Invoked when a Work instance has been accepted.
workAccepted(WorkEvent) - Method in interface javax.resource.spi.work.WorkListener
Invoked when a Work instance has been accepted.
WorkAdapter - Class in javax.resource.spi.work
This class is provided as a convenience for easily creating WorkListener instances by extending this class and overriding only those methods of interest.
WorkAdapter() - Constructor for class javax.resource.spi.work.WorkAdapter
 
workCompleted(WorkEvent) - Method in class javax.resource.spi.work.WorkAdapter
Invoked when a Work instance has completed execution.
workCompleted(WorkEvent) - Method in interface javax.resource.spi.work.WorkListener
Invoked when a Work instance has completed execution.
WorkCompletedException - Exception in javax.resource.spi.work
This exception is thrown by a WorkManager to indicate that a submitted Work instance has completed with an exception.
WorkCompletedException() - Constructor for exception javax.resource.spi.work.WorkCompletedException
Constructs a new instance with null as its detail message.
WorkCompletedException(String) - Constructor for exception javax.resource.spi.work.WorkCompletedException
Constructs a new instance with the specified detail message.
WorkCompletedException(Throwable) - Constructor for exception javax.resource.spi.work.WorkCompletedException
Constructs a new throwable with the specified cause.
WorkCompletedException(String, Throwable) - Constructor for exception javax.resource.spi.work.WorkCompletedException
Constructs a new throwable with the specified detail message and cause.
WorkCompletedException(String, String) - Constructor for exception javax.resource.spi.work.WorkCompletedException
Constructs a new throwable with the specified detail message and an error code.
WorkContext - Interface in javax.resource.spi.work
This class serves as a standard mechanism for a resource adapter to propagate an imported context from an enterprise information system to an application server.
WorkContextErrorCodes - Class in javax.resource.spi.work
This class models the possible error conditions that might occur during associating an WorkContext with a Work instance.
WorkContextErrorCodes() - Constructor for class javax.resource.spi.work.WorkContextErrorCodes
 
WorkContextLifecycleListener - Interface in javax.resource.spi.work
This class models the various events that occur during the processing of the WorkContexts associated with a Work instance.
WorkContextProvider - Interface in javax.resource.spi.work
This interface specifies the methods a Work instance uses to associate a List of WorkContext instances to be set when the Work instance gets executed by a WorkManager.
WorkEvent - Class in javax.resource.spi.work
This class models the various events that occur during the processing of a Work instance.
WorkEvent(Object, int, Work, WorkException) - Constructor for class javax.resource.spi.work.WorkEvent
Constructor.
WorkEvent(Object, int, Work, WorkException, long) - Constructor for class javax.resource.spi.work.WorkEvent
Constructor.
WorkException - Exception in javax.resource.spi.work
A common base class for all Work processing related exceptions.
WorkException() - Constructor for exception javax.resource.spi.work.WorkException
Constructs a new instance with null as its detail message.
WorkException(String) - Constructor for exception javax.resource.spi.work.WorkException
Constructs a new instance with the specified detail message.
WorkException(Throwable) - Constructor for exception javax.resource.spi.work.WorkException
Constructs a new throwable with the specified cause.
WorkException(String, Throwable) - Constructor for exception javax.resource.spi.work.WorkException
Constructs a new throwable with the specified detail message and cause.
WorkException(String, String) - Constructor for exception javax.resource.spi.work.WorkException
Constructs a new throwable with the specified detail message and an error code.
WorkListener - Interface in javax.resource.spi.work
This models a WorkListener instance which would be notified by the WorkManager when the various Work processing events (work accepted, work rejected, work started, work completed) occur.
WorkManager - Interface in javax.resource.spi.work
This interface models a WorkManager which provides a facility to submit Work instances for execution.
workRejected(WorkEvent) - Method in class javax.resource.spi.work.WorkAdapter
Invoked when a Work instance has been rejected.
workRejected(WorkEvent) - Method in interface javax.resource.spi.work.WorkListener
Invoked when a Work instance has been rejected.
WorkRejectedException - Exception in javax.resource.spi.work
This exception is thrown by a WorkManager to indicate that a submitted Work instance has been rejected.
WorkRejectedException() - Constructor for exception javax.resource.spi.work.WorkRejectedException
Constructs a new instance with null as its detail message.
WorkRejectedException(String) - Constructor for exception javax.resource.spi.work.WorkRejectedException
Constructs a new instance with the specified detail message.
WorkRejectedException(Throwable) - Constructor for exception javax.resource.spi.work.WorkRejectedException
Constructs a new throwable with the specified cause.
WorkRejectedException(String, Throwable) - Constructor for exception javax.resource.spi.work.WorkRejectedException
Constructs a new throwable with the specified detail message and cause.
WorkRejectedException(String, String) - Constructor for exception javax.resource.spi.work.WorkRejectedException
Constructs a new throwable with the specified detail message and an error code.
workStarted(WorkEvent) - Method in class javax.resource.spi.work.WorkAdapter
Invoked when a Work instance has started execution.
workStarted(WorkEvent) - Method in interface javax.resource.spi.work.WorkListener
Invoked when a Work instance has started execution.
wrapExpressionFactory(ExpressionFactory) - Method in interface javax.enterprise.inject.spi.BeanManager
Returns a wrapper ExpressionFactory that delegates MethodExpression and ValueExpression creation to the given ExpressionFactory.
write(char[], int, int) - Method in class javax.faces.context.ResponseWriterWrapper
The default behavior of this method is to call Writer.write(char[], int, int) on the wrapped ResponseWriter object.
write(JsonStructure) - Method in interface javax.json.JsonWriter
Writes the specified JSON object or array to the output source.
write(JsonValue) - Method in interface javax.json.JsonWriter
Writes the specified JsonValue to the output source.
write(String, JsonValue) - Method in interface javax.json.stream.JsonGenerator
Writes a JSON name/value pair in the current object context.
write(String, String) - Method in interface javax.json.stream.JsonGenerator
Writes a JSON name/string value pair in the current object context.
write(String, BigInteger) - Method in interface javax.json.stream.JsonGenerator
Writes a JSON name/number value pair in the current object context.
write(String, BigDecimal) - Method in interface javax.json.stream.JsonGenerator
Writes a JSON name/number value pair in the current object context.
write(String, int) - Method in interface javax.json.stream.JsonGenerator
Writes a JSON name/number value pair in the current object context.
write(String, long) - Method in interface javax.json.stream.JsonGenerator
Writes a JSON name/number value pair in the current object context.
write(String, double) - Method in interface javax.json.stream.JsonGenerator
Writes a JSON name/number value pair in the current object context.
write(String, boolean) - Method in interface javax.json.stream.JsonGenerator
Writes a JSON name/boolean value pair in the current object context.
write(JsonValue) - Method in interface javax.json.stream.JsonGenerator
Writes the specified value as a JSON value within the current array, field or root context.
write(String) - Method in interface javax.json.stream.JsonGenerator
Writes the specified value as a JSON string value within the current array, field or root context.
write(BigDecimal) - Method in interface javax.json.stream.JsonGenerator
Writes the specified value as a JSON number value within the current array, field or root context.
write(BigInteger) - Method in interface javax.json.stream.JsonGenerator
Writes the specified value as a JSON number value within the current array, field or root context.
write(int) - Method in interface javax.json.stream.JsonGenerator
Writes the specified value as a JSON number value within the current array, field or root context.
write(long) - Method in interface javax.json.stream.JsonGenerator
Writes the specified value as a JSON number value within the current array, field or root context.
write(double) - Method in interface javax.json.stream.JsonGenerator
Writes the specified value as a JSON number value within the current array, field or root context.
write(boolean) - Method in interface javax.json.stream.JsonGenerator
Writes a JSON true or false value within the current array, field or root context.
write(OutputStream) - Method in interface javax.resource.cci.Streamable
Write fields of a Streamable object to an OutputStream
write(String) - Method in interface javax.servlet.http.Part
A convenience method to write this uploaded item to disk.
write(OutputStream) - Method in interface javax.ws.rs.core.StreamingOutput
Called to write the message body.
writeArray(JsonArray) - Method in interface javax.json.JsonWriter
Writes the specified JSON array to the output source.
writeAttribute(String, Object, String) - Method in class javax.faces.context.ResponseWriter
Write an attribute name and corresponding value, after converting that text to a String (if necessary), and after performing any escaping appropriate for the markup language being rendered.
writeAttribute(String, Object, String) - Method in class javax.faces.context.ResponseWriterWrapper
The default behavior of this method is to call ResponseWriter.writeAttribute(String, Object, String) on the wrapped ResponseWriter object.
writeBoolean(boolean) - Method in interface javax.jms.BytesMessage
Writes a boolean to the bytes message stream as a 1-byte value.
writeBoolean(boolean) - Method in interface javax.jms.StreamMessage
Writes a boolean to the stream message.
writeByte(byte) - Method in interface javax.jms.BytesMessage
Writes a byte to the bytes message stream as a 1-byte value.
writeByte(byte) - Method in interface javax.jms.StreamMessage
Writes a byte to the stream message.
writeBytes(byte[]) - Method in interface javax.jms.BytesMessage
Writes a byte array to the bytes message stream.
writeBytes(byte[], int, int) - Method in interface javax.jms.BytesMessage
Writes a portion of a byte array to the bytes message stream.
writeBytes(byte[]) - Method in interface javax.jms.StreamMessage
Writes a byte array field to the stream message.
writeBytes(byte[], int, int) - Method in interface javax.jms.StreamMessage
Writes a portion of a byte array as a byte array field to the stream message.
writeChar(char) - Method in interface javax.jms.BytesMessage
Writes a char to the bytes message stream as a 2-byte value, high byte first.
writeChar(char) - Method in interface javax.jms.StreamMessage
Writes a char to the stream message.
writeComment(Object) - Method in class javax.faces.context.ResponseWriter
Write a comment containing the specified text, after converting that text to a String (if necessary), and after performing any escaping appropriate for the markup language being rendered.
writeComment(Object) - Method in class javax.faces.context.ResponseWriterWrapper
The default behavior of this method is to call ResponseWriter.writeComment(Object) on the wrapped ResponseWriter object.
writeDoctype(String) - Method in class javax.faces.context.ResponseWriter

Write a string containing the markup specific doctype.

writeDoctype(String) - Method in class javax.faces.context.ResponseWriterWrapper
The default behavior of this method is to call ResponseWriter.writeDoctype(java.lang.String) on the wrapped ResponseWriter object.
writeDouble(double) - Method in interface javax.jms.BytesMessage
Converts the double argument to a long using the doubleToLongBits method in class Double, and then writes that long value to the bytes message stream as an 8-byte quantity, high byte first.
writeDouble(double) - Method in interface javax.jms.StreamMessage
Writes a double to the stream message.
writeEJBHome(EJBHome, ObjectOutputStream) - Method in interface javax.ejb.spi.HandleDelegate
Serialize the EJBHome reference corresponding to a HomeHandle.
writeEJBObject(EJBObject, ObjectOutputStream) - Method in interface javax.ejb.spi.HandleDelegate
Serialize the EJBObject reference corresponding to a Handle.
writeEnd() - Method in interface javax.json.stream.JsonGenerator
Writes the end of the current context.
writeFloat(float) - Method in interface javax.jms.BytesMessage
Converts the float argument to an int using the floatToIntBits method in class Float, and then writes that int value to the bytes message stream as a 4-byte quantity, high byte first.
writeFloat(float) - Method in interface javax.jms.StreamMessage
Writes a float to the stream message.
writeInt(int) - Method in interface javax.jms.BytesMessage
Writes an int to the bytes message stream as four bytes, high byte first.
writeInt(int) - Method in interface javax.jms.StreamMessage
Writes an int to the stream message.
writeItems(List<Object>) - Method in class javax.batch.api.chunk.AbstractItemWriter
Implement write logic for the ItemWriter in this method.
writeItems(List<Object>) - Method in interface javax.batch.api.chunk.ItemWriter
The writeItems method writes a list of item for the current chunk.
writeKey(String) - Method in interface javax.json.stream.JsonGenerator
Writes the JSON name with a colon.
WriteListener - Interface in javax.servlet
Callback notification mechanism that signals to the developer it's possible to write content without blocking.
writeLong(long) - Method in interface javax.jms.BytesMessage
Writes a long to the bytes message stream as eight bytes, high byte first.
writeLong(long) - Method in interface javax.jms.StreamMessage
Writes a long to the stream message.
writeNull(String) - Method in interface javax.json.stream.JsonGenerator
Writes a JSON name/null value pair in an current object context.
writeNull() - Method in interface javax.json.stream.JsonGenerator
Writes a JSON null value within the current array, field or root context.
writeObject(Object) - Method in interface javax.jms.BytesMessage
Writes an object to the bytes message stream.
writeObject(Object) - Method in interface javax.jms.StreamMessage
Writes an object to the stream message.
writeObject(JsonObject) - Method in interface javax.json.JsonWriter
Writes the specified JSON object to the output source.
writeOut(Writer) - Method in class javax.servlet.jsp.tagext.BodyContent
Write the contents of this BodyContent into a Writer.
writePreamble(String) - Method in class javax.faces.context.ResponseWriter

Write a string containing the markup specific preamble.

writePreamble(String) - Method in class javax.faces.context.ResponseWriterWrapper
The default behavior of this method is to call ResponseWriter.writePreamble(java.lang.String) on the wrapped ResponseWriter object.
WriterInterceptor - Interface in javax.ws.rs.ext
WriterInterceptorContext - Interface in javax.ws.rs.ext
writeShort(short) - Method in interface javax.jms.BytesMessage
Writes a short to the bytes message stream as two bytes, high byte first.
writeShort(short) - Method in interface javax.jms.StreamMessage
Writes a short to the stream message.
writeStartArray() - Method in interface javax.json.stream.JsonGenerator
Writes the JSON start array character.
writeStartArray(String) - Method in interface javax.json.stream.JsonGenerator
Writes the JSON name/start array character pair with in the current object context.
writeStartObject() - Method in interface javax.json.stream.JsonGenerator
Writes the JSON start object character.
writeStartObject(String) - Method in interface javax.json.stream.JsonGenerator
Writes the JSON name/start object character pair in the current object context.
writeState(FacesContext, Object) - Method in class javax.faces.application.StateManager
Save the state represented in the specified state Object instance, in an implementation dependent manner.
writeState(FacesContext, StateManager.SerializedView) - Method in class javax.faces.application.StateManager
Deprecated.
This method has been replaced by StateManager.writeState(javax.faces.context.FacesContext,java.lang.Object). The default implementation calls the non-deprecated variant of the method passing an Object [] as the second argument, where the first element of the array is the return from getStructure() and the second is the return from getState() on the argument state.
writeState(FacesContext, Object) - Method in class javax.faces.application.StateManagerWrapper
The default behavior of this method is to call StateManager.writeState(javax.faces.context.FacesContext, java.lang.Object) on the wrapped StateManager object.
writeState(FacesContext, StateManager.SerializedView) - Method in class javax.faces.application.StateManagerWrapper
writeState(FacesContext) - Method in class javax.faces.application.ViewHandler
Take any appropriate action to either immediately write out the current state information (by calling StateManager.writeState(javax.faces.context.FacesContext, java.lang.Object), or noting where state information should later be written.
writeState(FacesContext) - Method in class javax.faces.application.ViewHandlerWrapper
The default behavior of this method is to call ViewHandler.writeState(javax.faces.context.FacesContext) on the wrapped ViewHandler object.
writeState(FacesContext, Object) - Method in class javax.faces.render.ResponseStateManager
Take the argument state and write it into the output using the current ResponseWriter, which must be correctly positioned already.
writeState(FacesContext, StateManager.SerializedView) - Method in class javax.faces.render.ResponseStateManager
Deprecated.
This method has been replaced by ResponseStateManager.writeState(javax.faces.context.FacesContext,java.lang.Object). The default implementation creates a two element Object array with the first element being the return from calling StateManager.SerializedView.getStructure(), and the second being the return from StateManager.SerializedView.getState(). It then passes this Object array to ResponseStateManager.writeState(javax.faces.context.FacesContext, java.lang.Object).
writeString(String) - Method in interface javax.jms.StreamMessage
Writes a String to the stream message.
writeText(Object, String) - Method in class javax.faces.context.ResponseWriter
Write an object, after converting it to a String (if necessary), and after performing any escaping appropriate for the markup language being rendered.
writeText(Object, UIComponent, String) - Method in class javax.faces.context.ResponseWriter
Write an object, after converting it to a String (if necessary), and after performing any escaping appropriate for the markup language being rendered.
writeText(char[], int, int) - Method in class javax.faces.context.ResponseWriter
Write text from a character array, after any performing any escaping appropriate for the markup language being rendered.
writeText(Object, String) - Method in class javax.faces.context.ResponseWriterWrapper
The default behavior of this method is to call ResponseWriter.writeText(Object, String) on the wrapped ResponseWriter object.
writeText(Object, UIComponent, String) - Method in class javax.faces.context.ResponseWriterWrapper
The default behavior of this method is to call ResponseWriter.writeText(Object, UIComponent, String) on the wrapped ResponseWriter object.
writeText(char[], int, int) - Method in class javax.faces.context.ResponseWriterWrapper
The default behavior of this method is to call ResponseWriter.writeText(char[], int, int) on the wrapped ResponseWriter object.
writeTo(OutputStream) - Method in class javax.mail.internet.MimeBodyPart
Output the body part as an RFC 822 format stream.
writeTo(OutputStream) - Method in class javax.mail.internet.MimeMessage
Output the message as an RFC 822 format stream.
writeTo(OutputStream, String[]) - Method in class javax.mail.internet.MimeMessage
Output the message as an RFC 822 format stream, without specified headers.
writeTo(OutputStream) - Method in class javax.mail.internet.MimeMultipart
Iterates through all the parts and outputs each MIME part separated by a boundary.
writeTo(OutputStream) - Method in class javax.mail.internet.PreencodedMimeBodyPart
Output the body part as an RFC 822 format stream.
writeTo(OutputStream) - Method in class javax.mail.Multipart
Output an appropriately encoded bytestream to the given OutputStream.
writeTo(OutputStream) - Method in interface javax.mail.Part
Output a bytestream for this Part.
writeTo(T, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in interface javax.ws.rs.ext.MessageBodyWriter
Write a type to an HTTP message.
writeURIAttribute(String, Object, String) - Method in class javax.faces.context.ResponseWriter
Write a URI attribute name and corresponding value, after converting that text to a String (if necessary), and after performing any encoding or escaping appropriate to the markup language being rendered.
writeURIAttribute(String, Object, String) - Method in class javax.faces.context.ResponseWriterWrapper
The default behavior of this method is to call ResponseWriter.writeURIAttribute(String, Object, String) on the wrapped ResponseWriter object.
writeUTF(String) - Method in interface javax.jms.BytesMessage
Writes a string to the bytes message stream using UTF-8 encoding in a machine-independent manner.
WWW_AUTHENTICATE - Static variable in interface javax.ws.rs.core.HttpHeaders

X

XAConnection - Interface in javax.jms
The XAConnection interface extends the capability of Connection by providing an XASession (optional).
XAConnectionFactory - Interface in javax.jms
The XAConnectionFactory interface is a base interface for the XAQueueConnectionFactory and XATopicConnectionFactory interfaces.
XAJMSContext - Interface in javax.jms
The XAJMSContext interface extends the capability of JMSContext by adding access to a Jakarta Messaging provider's support for the Java Transaction API (JTA) (optional).
XAQueueConnection - Interface in javax.jms
An XAQueueConnection provides the same create options as QueueConnection (optional).
XAQueueConnectionFactory - Interface in javax.jms
An XAQueueConnectionFactory provides the same create options as a QueueConnectionFactory (optional).
XAQueueSession - Interface in javax.jms
An XAQueueSession provides a regular QueueSession, which can be used to create QueueReceiver, QueueSender, and QueueBrowser objects (optional).
XASession - Interface in javax.jms
The XASession interface extends the capability of Session by adding access to a Jakarta Messaging provider's support for the Java Transaction API (JTA) (optional).
XATerminator - Interface in javax.resource.spi
The XATerminator interface is used for transaction completion and crash recovery flows.
XATopicConnection - Interface in javax.jms
An XATopicConnection provides the same create options as TopicConnection (optional).
XATopicConnectionFactory - Interface in javax.jms
An XATopicConnectionFactory provides the same create options as a TopicConnectionFactory (optional).
XATopicSession - Interface in javax.jms
An XATopicSession provides a regular TopicSession.
xhtml(T) - Static method in class javax.ws.rs.client.Entity
Create an "application/xhtml+xml" entity.
xml(T) - Static method in class javax.ws.rs.client.Entity
Create an "application/xml" entity.
XMLType - Class in javax.xml.rpc.encoding
Constants for common XML Schema and SOAP 1.1 types.
XMLType() - Constructor for class javax.xml.rpc.encoding.XMLType
 
XpathEvent - Class in javax.enterprise.deploy.model
An Event class describing ConfigBeans being added/subtracted from a server configuration.
XpathEvent(DDBean, Object) - Constructor for class javax.enterprise.deploy.model.XpathEvent
A description of a change in the ConfigBean tree.
XpathListener - Interface in javax.enterprise.deploy.model
The listener interface for receiving XpathEvents
XSD_BASE64 - Static variable in class javax.xml.rpc.encoding.XMLType
The name of the xsd:base64Binary type.
XSD_BOOLEAN - Static variable in class javax.xml.rpc.encoding.XMLType
The name of the xsd:boolean type.
XSD_BYTE - Static variable in class javax.xml.rpc.encoding.XMLType
The name of the xsd:byte type.
XSD_DATETIME - Static variable in class javax.xml.rpc.encoding.XMLType
The name of the xsd:dateTime type.
XSD_DECIMAL - Static variable in class javax.xml.rpc.encoding.XMLType
The name of the xsd:decimal type.
XSD_DOUBLE - Static variable in class javax.xml.rpc.encoding.XMLType
The name of the xsd:double type.
XSD_FLOAT - Static variable in class javax.xml.rpc.encoding.XMLType
The name of the xsd:float type.
XSD_HEXBINARY - Static variable in class javax.xml.rpc.encoding.XMLType
The name of the xsd:hexBinary type.
XSD_INT - Static variable in class javax.xml.rpc.encoding.XMLType
The name of the xsd:int type.
XSD_INTEGER - Static variable in class javax.xml.rpc.encoding.XMLType
The name of the xsd:integer type.
XSD_LONG - Static variable in class javax.xml.rpc.encoding.XMLType
The name of the xsd:long type.
XSD_QNAME - Static variable in class javax.xml.rpc.encoding.XMLType
The name of the xsd:QName type.
XSD_SHORT - Static variable in class javax.xml.rpc.encoding.XMLType
The name of the xsd:short type.
XSD_STRING - Static variable in class javax.xml.rpc.encoding.XMLType
The name of the xsd:string type.

Y

year(String) - Method in class javax.ejb.ScheduleExpression
Set the year attribute.
year(int) - Method in class javax.ejb.ScheduleExpression
Set the year attribute.

_

_getProperty(String) - Method in interface javax.xml.rpc.Stub
Gets the value of a specific configuration property.
_getPropertyNames() - Method in interface javax.xml.rpc.Stub
Returns an Iterato view of the names of the properties that can be configured on this stub instance.
_jspService(HttpServletRequest, HttpServletResponse) - Method in interface javax.servlet.jsp.HttpJspPage
The _jspService()method corresponds to the body of the JSP page.
_setProperty(String, Object) - Method in interface javax.xml.rpc.Stub
Sets the name and value of a configuration property for this Stub instance.
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 _ 
Skip navigation links

Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.