Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- abandon(long) - Method in interface javax.batch.operations.JobOperator
-
Set batch status to ABANDONED.
- ABANDONED - Enum constant in enum class javax.batch.runtime.BatchStatus
- AbortedException - Exception in javax.enterprise.concurrent
-
Exception indicating that the result of a task cannot be retrieved because the task failed to run for some reason other than being cancelled.
- AbortedException() - Constructor for exception javax.enterprise.concurrent.AbortedException
-
Constructs an AbortedException with
null
as its detail message. - AbortedException(String) - Constructor for exception javax.enterprise.concurrent.AbortedException
-
Constructs an AbortedException exception with the specified detail message.
- AbortedException(String, Throwable) - Constructor for exception javax.enterprise.concurrent.AbortedException
-
Constructs an AbortedException exception with the specified detail message and cause.
- AbortedException(Throwable) - Constructor for exception javax.enterprise.concurrent.AbortedException
-
Constructs an AbortedException exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
- AbortProcessingException - Exception in javax.faces.event
-
An exception that may be thrown by event listeners to terminate the processing of the current event.
- AbortProcessingException() - Constructor for exception javax.faces.event.AbortProcessingException
-
Construct a new exception with no detail message or root cause.
- AbortProcessingException(String) - Constructor for exception javax.faces.event.AbortProcessingException
-
Construct a new exception with the specified detail message and no root cause.
- AbortProcessingException(String, Throwable) - Constructor for exception javax.faces.event.AbortProcessingException
-
Construct a new exception with the specified detail message and root cause.
- AbortProcessingException(Throwable) - Constructor for exception javax.faces.event.AbortProcessingException
-
Construct a new exception with the specified root cause.
- abortWith(Response) - Method in interface javax.ws.rs.client.ClientRequestContext
-
Abort the filter chain with a response.
- abortWith(Response) - Method in interface javax.ws.rs.container.ContainerRequestContext
-
Abort the filter chain with a response.
- abs(Expression<N>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create an expression that returns the absolute value of its argument.
- AbstractBatchlet - Class in javax.batch.api
-
The AbstractBatchlet provides default implementations of less commonly implemented methods.
- AbstractBatchlet() - Constructor for class javax.batch.api.AbstractBatchlet
- AbstractCheckpointAlgorithm - Class in javax.batch.api.chunk
-
The AbstractCheckpointAlgorithm provides default implementations of less commonly implemented methods.
- AbstractCheckpointAlgorithm() - Constructor for class javax.batch.api.chunk.AbstractCheckpointAlgorithm
- AbstractChunkListener - Class in javax.batch.api.chunk.listener
-
The AbstractChunkListener provides default implementations of less commonly implemented methods.
- AbstractChunkListener() - Constructor for class javax.batch.api.chunk.listener.AbstractChunkListener
- 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
- AbstractMarshallerImpl - Class in javax.xml.bind.helpers
-
Partial default Marshaller implementation.
- AbstractMarshallerImpl() - Constructor for class javax.xml.bind.helpers.AbstractMarshallerImpl
- AbstractMultivaluedMap<K,
V> - Class in javax.ws.rs.core -
Abstract skeleton implementation of a
MultivaluedMap
that is backed by a [key, multi-value] store represented as aMap<K, List<V>>
. - AbstractMultivaluedMap(Map<K, List<V>>) - Constructor for class javax.ws.rs.core.AbstractMultivaluedMap
-
Initialize the backing store in the abstract parent multivalued map implementation.
- AbstractPartitionAnalyzer - Class in javax.batch.api.partition
-
The AbstractPartitionAnalyzer provides default implementations of less commonly implemented methods.
- AbstractPartitionAnalyzer() - Constructor for class javax.batch.api.partition.AbstractPartitionAnalyzer
- AbstractPartitionReducer - Class in javax.batch.api.partition
-
The AbstractBatchlet provides default implementations of less commonly implemented methods.
- AbstractPartitionReducer() - Constructor for class javax.batch.api.partition.AbstractPartitionReducer
- AbstractQuery<T> - Interface in javax.persistence.criteria
-
The
AbstractQuery
interface defines functionality that is common to both top-level queries and subqueries. - AbstractStepListener - Class in javax.batch.api.listener
-
The AbstractStepListener provides default implementations of less commonly implemented methods.
- AbstractStepListener() - Constructor for class javax.batch.api.listener.AbstractStepListener
- AbstractUnmarshallerImpl - Class in javax.xml.bind.helpers
-
Partial default Unmarshaller implementation.
- AbstractUnmarshallerImpl() - Constructor for class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- accept(String...) - Method in interface javax.ws.rs.client.Invocation.Builder
-
Add the accepted response media types.
- accept(MediaType...) - Method in interface javax.ws.rs.client.Invocation.Builder
-
Add the accepted response media types.
- ACCEPT - Enum constant in enum class javax.faces.component.visit.VisitResult
-
This result indicates that the tree visit should descend into current component's subtree.
- ACCEPT - Static variable in interface javax.ws.rs.core.HttpHeaders
-
See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.1">HTTP/1.1 documentation}.
- ACCEPT_CHARSET - Static variable in interface javax.ws.rs.core.HttpHeaders
-
See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.2">HTTP/1.1 documentation}.
- ACCEPT_ENCODING - Static variable in interface javax.ws.rs.core.HttpHeaders
-
See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.3">HTTP/1.1 documentation}.
- ACCEPT_LANGUAGE - Static variable in interface javax.ws.rs.core.HttpHeaders
-
See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.4">HTTP/1.1 documentation}.
- accepted() - Static method in class javax.ws.rs.core.Response
-
Create a new ResponseBuilder with an ACCEPTED status.
- accepted(Object) - Static method in class javax.ws.rs.core.Response
-
Create a new ResponseBuilder with an ACCEPTED status that contains a representation.
- ACCEPTED - Enum constant in enum class javax.ws.rs.core.Response.Status
-
202 Accepted, see {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.3">HTTP/1.1 documentation}.
- acceptEncoding(String...) - Method in interface javax.ws.rs.client.Invocation.Builder
-
Add acceptable encodings.
- acceptLanguage(String...) - Method in interface javax.ws.rs.client.Invocation.Builder
-
Add acceptable languages.
- acceptLanguage(Locale...) - Method in interface javax.ws.rs.client.Invocation.Builder
-
Add acceptable languages.
- Access - Annotation Interface 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 Interface 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 Class in javax.persistence
-
Used with the
Access
annotation to specify an access type to be applied to an entity class, mapped superclass, or embeddable class, or to a specific attribute of such a class. - acknowledge() - Method in interface javax.jms.JMSContext
-
Acknowledges all messages consumed by the JMSContext's session.
- acknowledge() - Method in interface javax.jms.Message
-
Acknowledges all consumed messages of the session of this consumed message.
- Action - Annotation Interface in javax.xml.ws
-
The
Action
annotation allows explicit association of a WS-AddressingAction
message addressing property withinput
,output
, andfault
messages of the mapped WSDL operation. - ActionEvent - Class in javax.faces.event
-
An
ActionEvent
represents the activation of a user interface component (such as aUICommand
). - ActionEvent(UIComponent) - Constructor for class javax.faces.event.ActionEvent
-
Construct a new event object from the specified source component and action command.
- ActionListener - Interface in javax.faces.event
-
A listener interface for receiving
ActionEvent
s. - ActionListenerWrapper - Class in javax.faces.event
-
Provides a simple implementation of
ActionListener
that can be subclassed by developers wishing to provide specialized behavior to an existingActionListener
instance. - ActionListenerWrapper() - Constructor for class javax.faces.event.ActionListenerWrapper
- ActionSource - Interface in javax.faces.component
-
ActionSource is an interface that may be implemented by any concrete
UIComponent
that wishes to be a source ofActionEvent
s, including the ability to invoke application actions via the defaultActionListener
mechanism. - ActionSource2 - Interface in javax.faces.component
-
ActionSource2 extends
ActionSource
and provides a JavaBeans property analogous to the "action
" property onActionSource
. - ActionSource2AttachedObjectHandler - Interface in javax.faces.view
-
A VDL handler that exposes
ActionListener
to a page author. - ActionSource2AttachedObjectTarget - Interface in javax.faces.view
-
A marker interface for VDL tags that represent
<composite:actionSource/>
for use by the composite component page author. - Activation - Annotation Interface in javax.resource.spi
-
Designates a JavaBean as an
ActivationSpec
. - activationConfig() - Element in annotation interface javax.ejb.MessageDriven
-
Activation config properties.
- ActivationConfigProperty - Annotation Interface 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.
- add() - Method in class javax.ws.rs.core.Variant.VariantListBuilder
-
Add the current combination of metadata to the list of supported variants, after this method is called the current combination of metadata is emptied.
- add(boolean) - Method in interface javax.json.JsonArrayBuilder
-
Adds a
JsonValue.TRUE
orJsonValue.FALSE
value to the array. - add(double) - Method in interface javax.json.JsonArrayBuilder
-
Adds a value to the array as a
JsonNumber
. - add(int) - Method in interface javax.json.JsonArrayBuilder
-
Adds a value to the array as a
JsonNumber
. - add(long) - Method in interface javax.json.JsonArrayBuilder
-
Adds a value to the array as a
JsonNumber
. - add(Serializable, Object) - Method in interface javax.faces.component.StateHelper
-
Store the specified
value
in aList
that is internal to theStateHelper
. - add(String) - Method in interface javax.json.JsonArrayBuilder
-
Adds a value to the array as a
JsonString
. - add(String) - Method in class javax.mail.FetchProfile
-
Add the specified header-field to the list of attributes to be prefetched.
- add(String) - Method in class javax.mail.Flags
-
Add the specified user flag to this Flags object.
- add(String, boolean) - Method in interface javax.json.JsonObjectBuilder
-
Adds a name/
JsonValue#TRUE
or name/JsonValue#FALSE
pair to the JSON object associated with this object builder. - add(String, double) - Method in interface javax.json.JsonObjectBuilder
-
Adds a name/
JsonNumber
pair to the JSON object associated with this object builder. - add(String, int) - Method in interface javax.json.JsonObjectBuilder
-
Adds a name/
JsonNumber
pair to the JSON object associated with this object builder. - add(String, long) - Method in interface javax.json.JsonObjectBuilder
-
Adds a name/
JsonNumber
pair to the JSON object associated with this object builder. - add(String, String) - Method in interface javax.json.JsonObjectBuilder
-
Adds a name/
JsonString
pair to the JSON object associated with this object builder. - add(String, BigDecimal) - Method in interface javax.json.JsonObjectBuilder
-
Adds a name/
JsonNumber
pair to the JSON object associated with this object builder. - add(String, BigInteger) - Method in interface javax.json.JsonObjectBuilder
-
Adds a name/
JsonNumber
pair to the JSON object associated with this object builder. - add(String, JsonArrayBuilder) - Method in interface javax.json.JsonObjectBuilder
-
Adds a name/
JsonArray
pair to the JSON object associated with this object builder. - add(String, JsonObjectBuilder) - Method in interface javax.json.JsonObjectBuilder
-
Adds a name/
JsonObject
pair to the JSON object associated with this object builder. - add(String, JsonValue) - Method in interface javax.json.JsonObjectBuilder
-
Adds a name/
JsonValue
pair to the JSON object associated with this object builder. - add(BigDecimal) - Method in interface javax.json.JsonArrayBuilder
-
Adds a value to the array as a
JsonNumber
. - add(BigInteger) - Method in interface javax.json.JsonArrayBuilder
-
Adds a value to the array as a
JsonNumber
. - add(ELResolver) - Method in class javax.el.CompositeELResolver
-
Adds the given resolver to the list of component resolvers.
- add(Metadata) - Method in class javax.faces.view.facelets.MetaRuleset
-
Add another
Metadata
to this ruleset, returningthis
. - add(JsonArrayBuilder) - Method in interface javax.json.JsonArrayBuilder
-
Adds a
JsonArray
from an array builder to the array. - add(JsonObjectBuilder) - Method in interface javax.json.JsonArrayBuilder
-
Adds a
JsonObject
from an object builder to the array. - add(JsonValue) - Method in interface javax.json.JsonArrayBuilder
-
Adds a value to the array.
- add(FetchProfile.Item) - Method in class javax.mail.FetchProfile
-
Add the given special item as one of the attributes to be prefetched.
- add(Flags) - Method in class javax.mail.Flags
-
Add all the flags in the given Flags object to this Flags object.
- add(Flags.Flag) - Method in class javax.mail.Flags
-
Add the specified system flag to this Flags object.
- add(K, V) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
-
Add a value to the current list of values for the supplied key.
- add(K, V) - Method in interface javax.ws.rs.core.MultivaluedMap
-
Add a value to the current list of values for the supplied key.
- addActionListener(ActionListener) - Method in interface javax.faces.component.ActionSource
-
Add a new
ActionListener
to the set of listeners interested in being notified whenActionEvent
s occur. - addActionListener(ActionListener) - Method in class javax.faces.component.UICommand
- addActionListener(ActionListener) - Method in class javax.faces.component.UIViewAction
-
Add a new
ActionListener
to the set of listeners interested in being notified whenActionEvent
s occur. - addAjaxBehaviorListener(AjaxBehaviorListener) - Method in class javax.faces.component.behavior.AjaxBehavior
-
Add the specified
AjaxBehaviorListener
to the set of listeners registered to receive event notifications from thisAjaxBehavior
. - addAll(K, List<V>) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
-
Add all the values from the supplied value list to the current list of values for the supplied key.
- addAll(K, List<V>) - Method in interface javax.ws.rs.core.MultivaluedMap
-
Add all the values from the supplied value list to the current list of values for the supplied key.
- addAll(K, V...) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
-
Add multiple values to the current list of values for the supplied key.
- addAll(K, V...) - Method in interface javax.ws.rs.core.MultivaluedMap
-
Add multiple values to the current list of values for the supplied key.
- addAnnotatedType(AnnotatedType<?>) - Method in interface javax.enterprise.inject.spi.BeforeBeanDiscovery
-
Adds a given
AnnotatedType
to the set of types which will be scanned during bean discovery. - addAnnotatedType(AnnotatedType<?>, String) - Method in interface javax.enterprise.inject.spi.AfterTypeDiscovery
-
Adds a given
AnnotatedType
to the set of types which will be scanned during bean discovery. - addAnnotatedType(AnnotatedType<?>, String) - Method in interface javax.enterprise.inject.spi.BeforeBeanDiscovery
-
Adds a given
AnnotatedType
to the set of types which will be scanned during bean discovery. - addAttributeNodes(String...) - Method in interface javax.persistence.EntityGraph
-
Add one or more attribute nodes to the entity graph.
- addAttributeNodes(String...) - Method in interface javax.persistence.Subgraph
-
Add one or more attribute nodes to the entity graph.
- addAttributeNodes(Attribute<T, ?>...) - Method in interface javax.persistence.EntityGraph
-
Add one or more attribute nodes to the entity graph.
- addAttributeNodes(Attribute<T, ?>...) - Method in interface javax.persistence.Subgraph
-
Add one or more attribute nodes to the entity graph.
- addBean(Bean<?>) - Method in interface javax.enterprise.inject.spi.AfterBeanDiscovery
-
Fires an event of type
ProcessBean
containing the givenBean
and then registers theBean
with the container, thereby making it available for injection into other beans. - 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.NodeBuilderCustomizableContext
-
Adds a bean node (class-level) to the path the
ConstraintViolation
will be associated to. - addBeanNode() - Method in interface javax.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderDefinedContext
-
Adds a bean node (class-level) to the path the
ConstraintViolation
will be associated to. - addBeanNode() - Method in interface javax.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeContextBuilder
-
Adds a bean node (class-level) to the path the
ConstraintViolation
will be associated to. - addBehavior(String, String) - Method in class javax.faces.application.Application
-
Register a new mapping of behavior id to the name of the corresponding
Behavior
class. - addBehavior(String, String) - Method in class javax.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.addBehavior(String, String)
on the wrappedApplication
object. - addBehaviorListener(BehaviorListener) - Method in class javax.faces.component.behavior.BehaviorBase
-
Add the specified
BehaviorListener
to the set of listeners registered to receive event notifications from thisBehavior
. - addBodyPart(BodyPart) - Method in class javax.mail.internet.MimeMultipart
-
Adds a Part to the multipart.
- addBodyPart(BodyPart) - Method in class javax.mail.Multipart
-
Adds a Part to the multipart.
- addBodyPart(BodyPart, int) - Method in class javax.mail.internet.MimeMultipart
-
Adds a BodyPart at position
index
. - addBodyPart(BodyPart, int) - Method in class javax.mail.Multipart
-
Adds a BodyPart at position
index
. - addChild(UIComponent) - Method in class javax.faces.webapp.UIComponentClassicTagBase
- addChild(UIComponent) - Method in class javax.faces.webapp.UIComponentTagBase
-
Add the component identifier of the specified
UIComponent
to the list of component identifiers created or located by nestedUIComponentTag
s processing this request. - addClientBehavior(String, ClientBehavior) - Method in interface javax.faces.component.behavior.ClientBehaviorHolder
-
Attaches a
ClientBehavior
to the component implementing this interface for the specified event. - addClientBehavior(String, ClientBehavior) - Method in class javax.faces.component.UIComponentBase
-
This is a default implementation of
ClientBehaviorHolder.addClientBehavior(java.lang.String, javax.faces.component.behavior.ClientBehavior)
. - addClientBehaviorRenderer(String, ClientBehaviorRenderer) - Method in class javax.faces.render.RenderKit
-
Register the specified
ClientBehaviorRenderer
instance, associated with the specified componenttype
, to the set ofClientBehaviorRenderer
s registered with thisRenderKit
, replacing any previously registeredClientBehaviorRenderer
for this type. - addClientBehaviorRenderer(String, ClientBehaviorRenderer) - Method in class javax.faces.render.RenderKitWrapper
-
The default behavior of this method is to call
RenderKit.addClientBehaviorRenderer(String, ClientBehaviorRenderer)
on the wrappedRenderKit
object. - addComponent(String, String) - Method in class javax.faces.application.Application
-
Register a new mapping of component type to the name of the corresponding
UIComponent
class. - addComponent(String, String) - Method in class javax.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.addComponent(String, String)
on the wrappedApplication
object. - addComponentResource(FacesContext, UIComponent) - Method in class javax.faces.component.UIViewRoot
-
Add argument
component
, which is assumed to represent a resource instance, as a resource to this view. - addComponentResource(FacesContext, UIComponent, String) - Method in class javax.faces.component.UIViewRoot
-
Add argument
component
, which is assumed to represent a resource instance, as a resource to this view. - addConnectionEventListener(ConnectionEventListener) - Method in interface javax.resource.spi.ManagedConnection
-
Adds a connection event listener to the ManagedConnection instance.
- addConnectionListener(ConnectionListener) - Method in class javax.mail.Folder
-
Add a listener for Connection events on this Folder.
- addConnectionListener(ConnectionListener) - Method in class javax.mail.Service
-
Add a listener for Connection events on this service.
- addConstraintViolation() - Method in interface javax.validation.ConstraintValidatorContext.ConstraintViolationBuilder
-
Adds the new
ConstraintViolation
to be generated if the constraint validator marks the value as invalid. - addConstraintViolation() - Method in interface javax.validation.ConstraintValidatorContext.ConstraintViolationBuilder.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. - addContext(Context) - Method in interface javax.enterprise.inject.spi.AfterBeanDiscovery
-
Registers a custom
Context
object with the container. - addConverter(Class<?>, String) - Method in class javax.faces.application.Application
-
Register a new converter class that is capable of performing conversions for the specified target class.
- addConverter(Class<?>, String) - Method in class javax.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.addConverter(Class, String)
on the wrappedApplication
object. - addConverter(String, String) - Method in class javax.faces.application.Application
-
Register a new mapping of converter id to the name of the corresponding
Converter
class. - addConverter(String, String) - Method in class javax.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.addConverter(String, String)
on the wrappedApplication
object. - addCookie(Cookie) - Method in interface javax.servlet.http.HttpServletResponse
-
Adds the specified cookie to the response.
- addCookie(Cookie) - Method in class javax.servlet.http.HttpServletResponseWrapper
-
The default behavior of this method is to call addCookie(Cookie cookie) on the wrapped response object.
- addDataModelListener(DataModelListener) - Method in class javax.faces.model.DataModel
-
Add a new
DataModelListener
to the set interested in notifications from thisDataModel
. - addDateHeader(String, long) - Method in interface javax.servlet.http.HttpServletResponse
-
Adds a response header with the given name and date-value.
- addDateHeader(String, long) - Method in class javax.servlet.http.HttpServletResponseWrapper
-
The default behavior of this method is to call addDateHeader(String name, long date) on the wrapped response object.
- addDefaultValidatorId(String) - Method in class javax.faces.application.Application
-
Register a validator by its id that is applied to all
UIInput
components in a view. - addDefaultValidatorId(String) - Method in class javax.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.addDefaultValidatorId(String)
on the wrappedApplication
object. - addDefinitionError(Throwable) - Method in interface javax.enterprise.inject.spi.AfterBeanDiscovery
-
Registers a definition error with the container, causing the container to abort deployment after all observers have been notified.
- addDefinitionError(Throwable) - Method in interface javax.enterprise.inject.spi.ProcessBean
-
Registers a definition error with the container, causing the container to abort deployment after bean discovery is complete.
- addDefinitionError(Throwable) - Method in interface javax.enterprise.inject.spi.ProcessBeanAttributes
-
Registers a definition error with the container, causing the container to abort deployment after bean discovery is complete.
- addDefinitionError(Throwable) - Method in interface javax.enterprise.inject.spi.ProcessInjectionPoint
-
Registers a definition error with the container, causing the container to abort deployment after bean discovery is complete.
- addDefinitionError(Throwable) - Method in interface javax.enterprise.inject.spi.ProcessInjectionTarget
-
Registers a definition error with the container, causing the container to abort deployment after bean discovery is complete.
- addDefinitionError(Throwable) - Method in interface javax.enterprise.inject.spi.ProcessObserverMethod
-
Registers a definition error with the container, causing the container to abort deployment after bean discovery is complete.
- addDefinitionError(Throwable) - Method in interface javax.enterprise.inject.spi.ProcessProducer
-
Registers a definition error with the container, causing the container to abort deployment after bean discovery is complete.
- addDeploymentProblem(Throwable) - Method in interface javax.enterprise.inject.spi.AfterDeploymentValidation
-
Registers a deployment problem with the container, causing the container to abort deployment after all observers have been notified.
- ADDED - Static variable in class javax.mail.event.MessageCountEvent
-
The messages were added to their folder
- addELContextListener(ELContextListener) - Method in class javax.faces.application.Application
-
Provide a way for Faces applications to register an
ELContextListener
that will be notified on creation ofELContext
instances. - addELContextListener(ELContextListener) - Method in class javax.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.addELContextListener(javax.el.ELContextListener)
on the wrappedApplication
object. - addELContextListener(ELContextListener) - Method in interface javax.servlet.jsp.JspApplicationContext
-
Registers a
ELContextListener
s so that context objects can be added whenever a newELContext
is created. - addELResolver(ELResolver) - Method in class javax.el.ELManager
-
Add an user defined ELResolver to the list of ELResolvers.
- addELResolver(ELResolver) - Method in class javax.el.StandardELContext
-
Add a custom ELResolver to the context.
- addELResolver(ELResolver) - Method in class javax.faces.application.Application
-
Cause an the argument
resolver
to be added to the resolver chain as specified in section JSF.5.5.1 of the JavaServer Faces Specification. - addELResolver(ELResolver) - Method in class javax.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.addELResolver(javax.el.ELResolver)
on the wrappedApplication
object. - addELResolver(ELResolver) - Method in interface javax.servlet.jsp.JspApplicationContext
-
Adds an
ELResolver
to affect the way EL variables and properties are resolved for EL expressions appearing in JSP pages and tag files. - addEndpoint(Class<?>) - Method in interface javax.websocket.server.ServerContainer
-
Deploys the given annotated endpoint into this ServerContainer during the initialization phase of deploying the application.
- addEndpoint(ServerEndpointConfig) - Method in interface javax.websocket.server.ServerContainer
- addEvaluationListener(EvaluationListener) - Method in class javax.el.ELContext
-
Registers an evaluation listener to the ELContext.
- addEvaluationListener(EvaluationListener) - Method in class javax.el.ELManager
-
Register an evaluation listener.
- addFacesListener(FacesListener) - Method in class javax.faces.component.UIComponent
-
Add the specified
FacesListener
to the set of listeners registered to receive event notifications from thisUIComponent
. - addFacesListener(FacesListener) - Method in class javax.faces.component.UIComponentBase
-
Add the specified
FacesListener
to the set of listeners registered to receive event notifications from thisUIComponent
. - addFacet(String) - Method in class javax.faces.webapp.UIComponentClassicTagBase
- addFacet(String) - Method in class javax.faces.webapp.UIComponentTagBase
-
Add the facet name of the specified facet to the list of facet names created or located by nested
UIComponentTag
s processing this request. - addFilter(String, Class<? extends Filter>) - Method in interface javax.servlet.ServletContext
-
Adds the filter with the given name and class type to this servlet context.
- addFilter(String, String) - Method in interface javax.servlet.ServletContext
-
Adds the filter with the given name and class name to this servlet context.
- addFilter(String, Filter) - Method in interface javax.servlet.ServletContext
-
Registers the given filter instance with this ServletContext under the given filterName.
- addFirst(K, V) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
-
Add a value to the first position in the current list of values for the supplied key.
- addFirst(K, V) - Method in interface javax.ws.rs.core.MultivaluedMap
-
Add a value to the first position in the current list of values for the supplied key.
- addFirstNull(List<V>) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
-
Define the behavior for adding a
null
values to the first position in the value list. - addFlow(FacesContext, Flow) - Method in class javax.faces.flow.FlowHandler
-
Add the argument
Flow
to the collection ofFlow
s known to the current application. - addFolderListener(FolderListener) - Method in class javax.mail.Folder
-
Add a listener for Folder events on this Folder.
- addFolderListener(FolderListener) - Method in class javax.mail.Store
-
Add a listener for Folder events on any Folder object obtained from this Store.
- addFrom(Address[]) - Method in class javax.mail.internet.MimeMessage
-
Add the specified addresses to the existing "From" field.
- addFrom(Address[]) - Method in class javax.mail.Message
-
Add these addresses to the existing "From" attribute
- addHeader(String, String) - Method in class javax.mail.internet.InternetHeaders
-
Add a header with the specified name and value to the header list.
- addHeader(String, String) - Method in class javax.mail.internet.MimeBodyPart
-
Add this value to the existing values for this header_name.
- addHeader(String, String) - Method in class javax.mail.internet.MimeMessage
-
Add this value to the existing values for this header_name.
- addHeader(String, String) - Method in interface javax.mail.Part
-
Add this value to the existing values for this header_name.
- addHeader(String, String) - Method in interface javax.servlet.http.HttpServletResponse
-
Adds a response header with the given name and value.
- addHeader(String, String) - Method in class javax.servlet.http.HttpServletResponseWrapper
-
The default behavior of this method is to return addHeader(String name, String value) on the wrapped response object.
- 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.
- addInterceptorBinding(Class<? extends Annotation>, Annotation...) - Method in interface javax.enterprise.inject.spi.BeforeBeanDiscovery
-
Declares an annotation type as an interceptor binding type, and specifies its meta-annotations.
- addInterceptorBinding(AnnotatedType<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.BeforeBeanDiscovery
-
Declares an annotation type as an interceptor binding type.
- addIntHeader(String, int) - Method in interface javax.servlet.http.HttpServletResponse
-
Adds a response header with the given name and integer value.
- addIntHeader(String, int) - Method in class javax.servlet.http.HttpServletResponseWrapper
-
The default behavior of this method is to call addIntHeader(String name, int value) on the wrapped response object.
- addKeySubgraph(String) - Method in interface javax.persistence.EntityGraph
-
Add a node to the graph that corresponds to a map key that is a managed type.
- addKeySubgraph(String) - Method in interface javax.persistence.Subgraph
-
Add a node to the graph that corresponds to a map key that is a managed type.
- addKeySubgraph(String, Class<X>) - Method in interface javax.persistence.EntityGraph
-
Add a node to the graph that corresponds to a map key that is a managed type with inheritance.
- addKeySubgraph(String, Class<X>) - Method in interface javax.persistence.Subgraph
-
Add a node to the graph that corresponds to a map key that is a managed type with inheritance.
- addKeySubgraph(Attribute<T, X>) - Method in interface javax.persistence.EntityGraph
-
Add a node to the graph that corresponds to a map key that is a managed type.
- addKeySubgraph(Attribute<T, X>) - Method in interface javax.persistence.Subgraph
-
Add a node to the graph that corresponds to a map key that is a managed type.
- addKeySubgraph(Attribute<T, X>, Class<? extends X>) - Method in interface javax.persistence.EntityGraph
-
Add a node to the graph that corresponds to a map key that is a managed type with inheritance.
- addKeySubgraph(Attribute<T, X>, Class<? extends X>) - Method in interface javax.persistence.Subgraph
-
Add a node to the graph that corresponds to a map key that is a managed type with inheritance.
- addLifecycle(String, Lifecycle) - Method in class javax.faces.lifecycle.LifecycleFactory
-
Register a new
Lifecycle
instance, associated with the specifiedlifecycleId
, to be supported by thisLifecycleFactory
. - addListener(Class<? extends EventListener>) - Method in interface javax.servlet.ServletContext
-
Adds a listener of the given class type to this ServletContext.
- addListener(String) - Method in interface javax.servlet.ServletContext
-
Adds the listener with the given class name to this ServletContext.
- addListener(AsyncListener) - Method in interface javax.servlet.AsyncContext
-
Registers the given
AsyncListener
with the most recent asynchronous cycle that was started by a call to one of theServletRequest.startAsync()
methods. - addListener(AsyncListener, ServletRequest, ServletResponse) - Method in interface javax.servlet.AsyncContext
-
Registers the given
AsyncListener
with the most recent asynchronous cycle that was started by a call to one of theServletRequest.startAsync()
methods. - addListener(T) - Method in interface javax.servlet.ServletContext
-
Adds the given listener to this ServletContext.
- addMapping(InputStream) - Method in interface javax.validation.Configuration
-
Add a stream describing constraint mapping in the Bean Validation XML format.
- addMapping(String...) - Method in interface javax.servlet.ServletRegistration
-
Adds a servlet mapping with the given URL patterns for the Servlet represented by this ServletRegistration.
- addMappingForServletNames(EnumSet<DispatcherType>, boolean, String...) - Method in interface javax.servlet.FilterRegistration
-
Adds a filter mapping with the given servlet names and dispatcher types for the Filter represented by this FilterRegistration.
- addMappingForUrlPatterns(EnumSet<DispatcherType>, boolean, String...) - Method in interface javax.servlet.FilterRegistration
-
Adds a filter mapping with the given url patterns and dispatcher types for the Filter represented by this FilterRegistration.
- addMessage(String, FacesMessage) - Method in class javax.faces.context.FacesContext
-
Append a
FacesMessage
to the set of messages associated with the specified client identifier, ifclientId
is notnull
. - addMessage(String, FacesMessage) - Method in class javax.faces.context.FacesContextWrapper
-
The default behavior of this method is to call
FacesContext.addMessage(String, FacesMessage)
on the wrappedFacesContext
object. - addMessageChangedListener(MessageChangedListener) - Method in class javax.mail.Folder
-
Add a listener for MessageChanged events on this Folder.
- addMessageCountListener(MessageCountListener) - Method in class javax.mail.Folder
-
Add a listener for MessageCount events on this Folder.
- addMessageHandler(MessageHandler) - Method in interface javax.websocket.Session
-
Register to handle to incoming messages in this conversation.
- addMtomAttachment(byte[], int, int, String, String, String) - Method in class javax.xml.bind.attachment.AttachmentMarshaller
-
Consider binary
data
for optimized binary storage as an attachment. - addMtomAttachment(DataHandler, String, String) - Method in class javax.xml.bind.attachment.AttachmentMarshaller
-
Consider MIME content
data
for optimized binary storage as an attachment. - addNamedEntityGraph(String, EntityGraph<T>) - Method in interface javax.persistence.EntityManagerFactory
-
Add a named copy of the EntityGraph to the EntityManagerFactory.
- addNamedQuery(String, Query) - Method in interface javax.persistence.EntityManagerFactory
-
Define the query, typed query, or stored procedure query as a named query such that future query objects can be created from it using the
createNamedQuery
orcreateNamedStoredProcedureQuery
method. - addNode(String) - Method in interface javax.validation.ConstraintValidatorContext.ConstraintViolationBuilder
-
Deprecated.
- 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(String) - Method in interface javax.json.JsonObjectBuilder
-
Adds a name/
JsonValue#NULL
pair to the JSON object associated with this object builder where the value isnull
. - addNull(List<V>) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
-
Define the behavior for adding a
null
values to the value list. - addObserverMethod(ObserverMethod<?>) - Method in interface javax.enterprise.inject.spi.AfterBeanDiscovery
-
Fires an event of type
ProcessObserverMethod
containing the givenObserverMethod
and then registers theObserverMethod
with the container, thereby making it available for event notifications. - addParameterNode(int) - Method in interface javax.validation.ConstraintValidatorContext.ConstraintViolationBuilder
-
Adds a method parameter node to the path the
ConstraintViolation
will be associated to. - addPhaseListener(PhaseListener) - Method in class javax.faces.component.UIViewRoot
- addPhaseListener(PhaseListener) - Method in class javax.faces.lifecycle.Lifecycle
-
Register a new
PhaseListener
instance that is interested in being notified before and after the processing for standard phases of the request processing lifecycle. - addPhaseListener(PhaseListener) - Method in class javax.faces.lifecycle.LifecycleWrapper
- addPort(QName, String, String) - Method in class javax.xml.ws.Service
-
Creates a new port for the service.
- addPort(QName, String, String) - Method in class javax.xml.ws.spi.ServiceDelegate
-
Creates a new port for the service.
- addProperty(String, String) - Method in interface javax.validation.Configuration
-
Adds a provider specific property.
- addPropertyNode(String) - Method in interface javax.validation.ConstraintValidatorContext.ConstraintViolationBuilder
-
Adds a property node to the path the
ConstraintViolation
will be associated to. - addPropertyNode(String) - Method in interface javax.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderCustomizableContext
-
Adds a property node to the path the
ConstraintViolation
will be associated to. - addPropertyNode(String) - Method in interface javax.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderDefinedContext
-
Adds a property node to the path the
ConstraintViolation
will be associated to. - addPropertyNode(String) - Method in interface javax.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeContextBuilder
-
Adds a property node to the path the
ConstraintViolation
will be associated to. - addProtectedView(String) - Method in class javax.faces.application.ViewHandler
-
Add the argument
urlPattern
to the thread safeSet
of protected views for this application. - addProtectedView(String) - Method in class javax.faces.application.ViewHandlerWrapper
-
The default behavior of this method is to call
ViewHandler.addProtectedView(java.lang.String)
on the wrappedViewHandler
object. - addProvider(Provider) - Method in class javax.mail.Session
-
Add a provider to the session.
- addQualifier(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.
- addRecipient(Message.RecipientType, Address) - Method in class javax.mail.Message
-
Add this recipient address to the existing ones of the given type.
- addRecipients(Message.RecipientType, String) - Method in class javax.mail.internet.MimeMessage
-
Add the given addresses to the specified recipient type.
- addRecipients(Message.RecipientType, Address[]) - Method in class javax.mail.internet.MimeMessage
-
Add the given addresses to the specified recipient type.
- addRecipients(Message.RecipientType, Address[]) - Method in class javax.mail.Message
-
Add these recipient addresses to the existing ones of the given type.
- addRenderer(String, String, Renderer) - Method in class javax.faces.render.RenderKit
- addRenderer(String, String, Renderer) - Method in class javax.faces.render.RenderKitWrapper
-
The default behavior of this method is to call
RenderKit.addRenderer(String, String, Renderer)
on the wrappedRenderKit
object. - addRenderKit(String, RenderKit) - Method in class javax.faces.render.RenderKitFactory
-
Register the specified
RenderKit
instance, associated with the specifiedrenderKitId
, to be supported by thisRenderKitFactory
, replacing any previously registeredRenderKit
for this identifier. - addResponseCookie(String, String, Map<String, Object>) - Method in class javax.faces.context.ExternalContext
-
Adds the cookie represented by the arguments to the response.
- addResponseCookie(String, String, Map<String, Object>) - Method in class javax.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.addResponseCookie(String, String, Map)
on the wrappedExternalContext
object. - addResponseHeader(String, String) - Method in class javax.faces.context.ExternalContext
-
Add the given name and value to the response header.
- addResponseHeader(String, String) - Method in class javax.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.addResponseHeader(String,String)
on the wrappedExternalContext
object. - addResponseHeader(String, String) - Method in class javax.xml.ws.spi.http.HttpExchange
-
Adds a response header with the given name and value.
- address - Variable in class javax.mail.internet.InternetAddress
- address - Variable in class javax.mail.search.AddressTerm
-
The address.
- address(String) - Method in class javax.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
-
Sets the
address
to theW3CEndpointReference
instance'swsa:Address
. - Address - Class in javax.mail
-
This abstract class models the addresses in a message.
- Address() - Constructor for class javax.mail.Address
- AddressException - Exception in javax.mail.internet
-
The exception thrown when a wrongly formatted address is encountered.
- AddressException() - Constructor for exception javax.mail.internet.AddressException
-
Constructs an AddressException with no detail message.
- AddressException(String) - Constructor for exception javax.mail.internet.AddressException
-
Constructs an AddressException with the specified detail message.
- AddressException(String, String) - Constructor for exception javax.mail.internet.AddressException
-
Constructs an AddressException with the specified detail message and reference info.
- AddressException(String, String, int) - Constructor for exception javax.mail.internet.AddressException
-
Constructs an AddressException with the specified detail message and reference info.
- Addressing - Annotation Interface in javax.xml.ws.soap
-
This annotation represents the use of WS-Addressing with either the SOAP 1.1/HTTP or SOAP 1.2/HTTP binding.
- AddressingFeature - Class in javax.xml.ws.soap
-
AddressingFeature represents the use of WS-Addressing with either the SOAP 1.1/HTTP or SOAP 1.2/HTTP binding.
- AddressingFeature() - Constructor for class javax.xml.ws.soap.AddressingFeature
-
Creates and configures an
AddressingFeature
with the use of addressing requirements. - AddressingFeature(boolean) - Constructor for class javax.xml.ws.soap.AddressingFeature
-
Creates and configures an
AddressingFeature
with the use of addressing requirements. - AddressingFeature(boolean, boolean) - Constructor for class javax.xml.ws.soap.AddressingFeature
-
Creates and configures an
AddressingFeature
with the use of addressing requirements. - AddressingFeature(boolean, boolean, AddressingFeature.Responses) - Constructor for class javax.xml.ws.soap.AddressingFeature
-
Creates and configures an
AddressingFeature
with the use of addressing requirements. - AddressingFeature.Responses - Enum Class in javax.xml.ws.soap
-
If addressing is enabled, this property determines if endpoint requires the use of only anonymous responses, or only non-anonymous responses, or all.
- AddressStringTerm - Class in javax.mail.search
-
This abstract class implements string comparisons for Message addresses.
- AddressStringTerm(String) - Constructor for class javax.mail.search.AddressStringTerm
-
Constructor.
- AddressTerm - Class in javax.mail.search
-
This class implements Message Address comparisons.
- AddressTerm(Address) - Constructor for class javax.mail.search.AddressTerm
- addRule(MetaRule) - Method in class javax.faces.view.facelets.MetaRuleset
-
Add another
MetaRule
to this ruleset, returningthis
. - addScope(Class<? extends Annotation>, boolean, boolean) - Method in interface javax.enterprise.inject.spi.BeforeBeanDiscovery
-
Declares an annotation type as a scope type.
- addServlet(String, Class<? extends Servlet>) - Method in interface javax.servlet.ServletContext
-
Adds the servlet with the given name and class type to this servlet context.
- addServlet(String, String) - Method in interface javax.servlet.ServletContext
-
Adds the servlet with the given name and class name to this servlet context.
- addServlet(String, Servlet) - Method in interface javax.servlet.ServletContext
-
Registers the given servlet instance with this ServletContext under the given servletName.
- addSQLParameter(Object) - Method in interface javax.servlet.jsp.jstl.sql.SQLExecutionTag
-
Adds a PreparedStatement parameter value.
- addStereotype(Class<? extends Annotation>, Annotation...) - Method in interface javax.enterprise.inject.spi.BeforeBeanDiscovery
-
Declares an annotation type as a stereotype, and specifies its meta-annotations.
- addStoreListener(StoreListener) - Method in class javax.mail.Store
-
Add a listener for StoreEvents on this Store.
- addSubclassSubgraph(Class<? extends T>) - Method in interface javax.persistence.EntityGraph
-
Add additional attributes to this entity graph that correspond to attributes of subclasses of this EntityGraph's entity type.
- addSubgraph(String) - Method in interface javax.persistence.EntityGraph
-
Add a node to the graph that corresponds to a managed type.
- addSubgraph(String) - Method in interface javax.persistence.Subgraph
-
Add a node to the graph that corresponds to a managed type.
- addSubgraph(String, Class<X>) - Method in interface javax.persistence.EntityGraph
-
Add a node to the graph that corresponds to a managed type with inheritance.
- addSubgraph(String, Class<X>) - Method in interface javax.persistence.Subgraph
-
Add a node to the graph that corresponds to a managed type with inheritance.
- addSubgraph(Attribute<T, X>) - Method in interface javax.persistence.EntityGraph
-
Add a node to the graph that corresponds to a managed type.
- addSubgraph(Attribute<T, X>) - Method in interface javax.persistence.Subgraph
-
Add a node to the graph that corresponds to a managed type.
- addSubgraph(Attribute<T, X>, Class<? extends X>) - Method in interface javax.persistence.EntityGraph
-
Add a node to the graph that corresponds to a managed type with inheritance.
- addSubgraph(Attribute<T, X>, Class<? extends X>) - Method in interface javax.persistence.Subgraph
-
Add a node to the graph that corresponds to a managed type with inheritance.
- addSwaRefAttachment(DataHandler) - Method in class javax.xml.bind.attachment.AttachmentMarshaller
-
Add MIME
data
as an attachment and return attachment's content-id, cid. - addToExcludedPolicy(Permission) - Method in interface javax.security.jacc.PolicyConfiguration
-
Used to add a single excluded policy statement to this PolicyConfiguration.
- addToExcludedPolicy(PermissionCollection) - Method in interface javax.security.jacc.PolicyConfiguration
-
Used to add excluded policy statements to this PolicyConfiguration.
- addToRole(String, Permission) - Method in interface javax.security.jacc.PolicyConfiguration
-
Used to add a single permission to a named role in this PolicyConfiguration.
- addToRole(String, PermissionCollection) - Method in interface javax.security.jacc.PolicyConfiguration
-
Used to add permissions to a named role in this PolicyConfiguration.
- addToUncheckedPolicy(Permission) - Method in interface javax.security.jacc.PolicyConfiguration
-
Used to add a single unchecked policy statement to this PolicyConfiguration.
- addToUncheckedPolicy(PermissionCollection) - Method in interface javax.security.jacc.PolicyConfiguration
-
Used to add unchecked policy statements to this PolicyConfiguration.
- addTransformer(ClassTransformer) - Method in interface javax.persistence.spi.PersistenceUnitInfo
-
Add a transformer supplied by the provider that will be called for every new class definition or class redefinition that gets loaded by the loader returned by the
PersistenceUnitInfo.getClassLoader()
method. - addTransportListener(TransportListener) - Method in class javax.mail.Transport
-
Add a listener for Transport events.
- addValidator(String, String) - Method in class javax.faces.application.Application
-
Register a new mapping of validator id to the name of the corresponding
Validator
class. - addValidator(String, String) - Method in class javax.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.addValidator(String, String)
on the wrappedApplication
object. - addValidator(Validator) - Method in interface javax.faces.component.EditableValueHolder
-
Add a
Validator
instance to the set associated with this component. - addValidator(Validator) - Method in class javax.faces.component.UIInput
- addValueChangeListener(ValueChangeListener) - Method in interface javax.faces.component.EditableValueHolder
-
Add a new
ValueChangeListener
to the set of listeners interested in being notified whenValueChangeEvent
s occur. - addValueChangeListener(ValueChangeListener) - Method in class javax.faces.component.UIInput
-
Add a new
ValueChangeListener
to the set of listeners interested in being notified whenValueChangeEvent
s occur. - addVerbatimAfterComponent(UIComponentClassicTagBase, UIComponent, UIComponent) - Method in class javax.faces.webapp.UIComponentClassicTagBase
-
Add verbatim as a sibling of component in component in the parent's child list.
- addVerbatimBeforeComponent(UIComponentClassicTagBase, UIComponent, UIComponent) - Method in class javax.faces.webapp.UIComponentClassicTagBase
-
Add verbatim as a sibling of component in component in the parent's child list.
- AdministeredObject - Annotation Interface in javax.resource.spi
-
Designates a JavaBean as an administered object.Administered objects are specific to a messaging style or message provider.
- AdministeredObjectDefinition - Annotation Interface in javax.resource
-
Annotation used to define a Connector administered object to be registered in JNDI.
- AdministeredObjectDefinitions - Annotation Interface in javax.resource
-
Declares one or more
AdministeredObjectDefinition
annotations. - adminObjectInterfaces() - Element in annotation interface javax.resource.spi.AdministeredObject
-
Specifies the Java type of the interface implemented by the administered object.
- AFTER_COMPLETION - Enum constant in enum class javax.enterprise.event.TransactionPhase
-
Identifies an after completion observer method, called during the after completion phase of the transaction.
- AFTER_FAILURE - Enum constant in enum class javax.enterprise.event.TransactionPhase
-
Identifies an after failure observer method, called during the after completion phase of the transaction, only when the transaction fails.
- AFTER_SUCCESS - Enum constant in enum class javax.enterprise.event.TransactionPhase
-
Identifies an after success observer method, called during the after completion phase of the transaction, only when the transaction completes successfully.
- AfterBeanDiscovery - Interface in javax.enterprise.inject.spi
-
The event type of the second event fired by the container when it has fully completed the bean discovery process, validated that there are no definition errors relating to the discovered beans, and registered
Bean
andObserverMethod
objects for the discovered beans, but before detecting deployment problems. - afterBegin() - Method in interface javax.ejb.SessionSynchronization
-
The
afterBegin
method notifies a stateful session bean instance that a new transaction has started, and that the subsequent business methods on the instance will be invoked in the context of the transaction. - AfterBegin - Annotation Interface in javax.ejb
-
Designate a stateful session bean method to receive the after begin session synchronization callback.
- afterChunk() - Method in class javax.batch.api.chunk.listener.AbstractChunkListener
-
Override this method if the ChunkListener will do something after the chunk ends.
- afterChunk() - Method in interface javax.batch.api.chunk.listener.ChunkListener
-
The afterChunk method receives control after processing of the current chunk ends.
- afterCompletion(boolean) - Method in interface javax.ejb.SessionSynchronization
-
The
afterCompletion
method notifies a stateful session bean instance that a transaction commit protocol has completed, and tells the instance whether the transaction has been committed or rolled back. - afterCompletion(int) - Method in interface javax.transaction.Synchronization
-
This method is called by the transaction manager after the transaction is committed or rolled back.
- AfterCompletion - Annotation Interface in javax.ejb
-
Designate a stateful session bean method to receive the after completion session synchronization callback.
- afterDelivery() - Method in interface javax.resource.spi.endpoint.MessageEndpoint
-
This is called by a resource adapter after a message is delivered.
- AfterDeploymentValidation - Interface in javax.enterprise.inject.spi
-
The event type of the third event fired by the container after it has validated that there are no deployment problems and before creating contexts or processing requests.
- afterEvaluation(ELContext, String) - Method in class javax.el.EvaluationListener
-
Receives notification after an EL expression is evaluated
- afterJob() - Method in class javax.batch.api.listener.AbstractJobListener
-
Override this method if the JobListener will do something after the job ends.
- afterJob() - Method in interface javax.batch.api.listener.JobListener
-
The afterJob method receives control after the job execution ends.
- afterMarshal(Object) - Method in class javax.xml.bind.Marshaller.Listener
-
Callback method invoked after marshalling source to XML.
- 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.
- afterUnmarshal(Object, Object) - Method in class javax.xml.bind.Unmarshaller.Listener
-
Callback method invoked after unmarshalling XML data into target.
- afterWrite(List<Object>) - Method in class javax.batch.api.chunk.listener.AbstractItemWriteListener
-
Override this method if the ItemWriteListener will do something after the items are written.
- afterWrite(List<Object>) - Method in interface javax.batch.api.chunk.listener.ItemWriteListener
-
The afterWrite method receives control after an item writer writes its items.
- AjaxBehavior - Class in javax.faces.component.behavior
-
An instance of this class is added as a
ClientBehavior
to a component using theClientBehaviorHolder.addClientBehavior(java.lang.String, javax.faces.component.behavior.ClientBehavior)
contract that components implement. - AjaxBehavior() - Constructor for class javax.faces.component.behavior.AjaxBehavior
- AjaxBehaviorEvent - Class in javax.faces.event
-
AjaxBehaviorEvent represents the component behavior specific to
Ajax
). - AjaxBehaviorEvent(UIComponent, Behavior) - Constructor for class javax.faces.event.AjaxBehaviorEvent
-
Construct a new event object from the specified source component and Ajax behavior.
- AjaxBehaviorListener - Interface in javax.faces.event
-
By implementing this class, an object indicates that it is a listener for one or more kinds of
BehaviorEvent
s. - ALERT - Static variable in class javax.mail.event.StoreEvent
-
Indicates that this message is an ALERT.
- alias(String) - Method in interface javax.persistence.criteria.Selection
-
Assigns an alias to the selection item.
- alias(String, String) - Method in class javax.faces.view.facelets.MetaRuleset
-
Customize this
MetaRuleset
by removing the attribute named by argumentattribute
and re-adding it under the name given by the argumentproperty
, returningthis
. - AliasRequest(String) - Constructor for class javax.security.auth.message.callback.PrivateKeyCallback.AliasRequest
-
Construct an AliasRequest with an alias.
- AliasRequest(String) - Constructor for class javax.security.auth.message.callback.SecretKeyCallback.AliasRequest
-
Construct an AliasRequest with an alias.
- all(Subquery<Y>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create an all expression over the subquery results.
- ALL - Enum constant in enum class javax.persistence.CascadeType
-
Cascade all operations
- ALL - Enum constant in enum class javax.persistence.SharedCacheMode
-
All entities and entity-related state and data are cached.
- ALL - Enum constant in enum class javax.validation.executable.ExecutableType
-
All executables (constructors and methods).
- ALL - Enum constant in enum class javax.xml.ws.soap.AddressingFeature.Responses
-
Supports all response types and this is the default
- ALL - Static variable in class javax.mail.internet.MimeUtility
- ALL_IDS - Static variable in class javax.faces.component.visit.VisitContext
-
This unmodifiable Collection is returned by
getIdsToVisit()
andgetSubtreeIdsToVisit()
in cases where all ids should be visited. - ALL_PARTIAL_PHASE_CLIENT_IDS - Static variable in class javax.faces.context.PartialViewContext
-
The value that when used with
PartialViewContext.PARTIAL_EXECUTE_PARAM_NAME
orPartialViewContext.PARTIAL_RENDER_PARAM_NAME
indicates these phases must be skipped. - allocateConnection(ManagedConnectionFactory, ConnectionRequestInfo) - Method in interface javax.resource.spi.ConnectionManager
-
The method allocateConnection gets called by the resource adapter's connection factory instance.
- allocationSize() - Element in annotation interface javax.persistence.SequenceGenerator
-
(Optional) The amount to increment by when allocating sequence numbers from the sequence.
- allocationSize() - Element in annotation interface javax.persistence.TableGenerator
-
(Optional) The amount to increment by when allocating id numbers from the generator.
- allow(String...) - Method in class javax.ws.rs.core.Response.ResponseBuilder
-
Set the list of allowed methods for the resource.
- allow(Set<String>) - Method in class javax.ws.rs.core.Response.ResponseBuilder
-
Set the list of allowed methods for the resource.
- ALLOW - Static variable in interface javax.ws.rs.core.HttpHeaders
-
See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.7">HTTP/1.1 documentation}.
- allowEmpty - Variable in class javax.mail.internet.MimeMultipart
-
Flag corresponding to the "mail.mime.multipart.allowempty" property, set in the
MimeMultipart.initializeProperties()
method called from constructors and the parse method. - ALPHABETICAL - Enum constant in enum class javax.xml.bind.annotation.XmlAccessOrder
-
The ordering of fields and properties in a class is in alphabetical order as determined by the method java.lang.String.compareTo(String anotherString).
- 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 Interface in javax.enterprise.inject
-
Specifies that a bean is an alternative.
- ALWAYS - Enum constant in enum class javax.enterprise.event.Reception
-
Specifies that an observer method always receives event notifications.
- AmbiguousResolutionException - Exception in javax.enterprise.inject
-
Indicates that multiple beans match a certain combination of required type and required qualifiers and are eligible for injection into a certain class.
- AmbiguousResolutionException() - Constructor for exception javax.enterprise.inject.AmbiguousResolutionException
- AmbiguousResolutionException(String) - Constructor for exception javax.enterprise.inject.AmbiguousResolutionException
- AmbiguousResolutionException(String, Throwable) - Constructor for exception javax.enterprise.inject.AmbiguousResolutionException
- AmbiguousResolutionException(Throwable) - Constructor for exception javax.enterprise.inject.AmbiguousResolutionException
- analyzeCollectorData(Serializable) - Method in class javax.batch.api.partition.AbstractPartitionAnalyzer
-
Override this method to analyze PartitionCollector payloads.
- analyzeCollectorData(Serializable) - Method in interface javax.batch.api.partition.PartitionAnalyzer
-
The analyzeCollectorData method receives control each time a Partition collector sends its payload.
- analyzeStatus(BatchStatus, String) - Method in class javax.batch.api.partition.AbstractPartitionAnalyzer
-
Override this method to analyze partition end status.
- analyzeStatus(BatchStatus, String) - Method in interface javax.batch.api.partition.PartitionAnalyzer
-
The analyzeStatus method receives control each time a partition ends.
- and(Expression<Boolean>, Expression<Boolean>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create a conjunction of the given boolean expressions.
- and(Predicate...) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create a conjunction of the given restriction predicates.
- AND - Enum constant in enum class javax.persistence.criteria.Predicate.BooleanOperator
- AndTerm - Class in javax.mail.search
-
This class implements the logical AND operator on individual SearchTerms.
- AndTerm(SearchTerm[]) - Constructor for class javax.mail.search.AndTerm
-
Constructor that takes an array of SearchTerms.
- AndTerm(SearchTerm, SearchTerm) - Constructor for class javax.mail.search.AndTerm
-
Constructor that takes two terms.
- Annotated - Interface in javax.enterprise.inject.spi
-
Represents a Java program element that can be annotated.
- ANNOTATED_ELEMENT - Enum constant in enum class javax.validation.constraintvalidation.ValidationTarget
-
(Returned) element annotated by the constraint.
- AnnotatedCallable<X> - Interface in javax.enterprise.inject.spi
-
Represents a callable member of a Java type.
- AnnotatedConstructor<X> - Interface in javax.enterprise.inject.spi
-
Represents a constructor of a Java class.
- AnnotatedField<X> - Interface in javax.enterprise.inject.spi
-
Represents a field of a Java class.
- 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.
- AnnotatedParameter<X> - Interface in javax.enterprise.inject.spi
-
Represents a parameter of a method or constructor.
- AnnotatedType<X> - Interface in javax.enterprise.inject.spi
-
Represents a Java class or interface.
- 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
- ANONYMOUS - Enum constant in enum class javax.xml.ws.soap.AddressingFeature.Responses
-
Specifies the use of only anonymous responses.
- ANSWERED - Static variable in class javax.mail.Flags.Flag
-
This message has been answered.
- any(Subquery<Y>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create an any expression over the subquery results.
- Any - Annotation Interface in javax.enterprise.inject
-
The built-in qualifier type.
- 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 EJB modules executing within the embeddable container.
- appendMessages(Message[]) - Method in class javax.mail.Folder
-
Append given Messages to this folder.
- Application - Class in javax.faces.application
-
Application represents a per-web-application singleton object where applications based on JavaServer Faces (or implementations wishing to provide extended functionality) can register application-wide singletons that provide functionality required by JavaServer Faces.
- Application - Class in javax.ws.rs.core
-
Defines the components of a JAX-RS application and supplies additional meta-data.
- Application() - Constructor for class javax.faces.application.Application
- Application() - Constructor for class javax.ws.rs.core.Application
- APPLICATION - Enum constant in enum class javax.annotation.Resource.AuthenticationType
- APPLICATION - Enum constant in enum class javax.xml.ws.handler.MessageContext.Scope
- APPLICATION - Static variable in class javax.interceptor.Interceptor.Priority
-
Start of range for interceptors defined by applications.
- APPLICATION - Static variable in class javax.servlet.jsp.PageContext
-
Name used to store ServletContext in PageContext name table.
- APPLICATION_ATOM_XML - Static variable in class javax.ws.rs.core.MediaType
-
A
String
constant representing ""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_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 JSF runtime using the existing Application Configuration Resources schema. - ApplicationConfigurationPopulator() - Constructor for class javax.faces.application.ApplicationConfigurationPopulator
- ApplicationException - Annotation Interface 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
- ApplicationPath - Annotation Interface in javax.ws.rs
-
Identifies the application path that serves as the base URI for all resource URIs provided by
Path
. - ApplicationScoped - Annotation Interface in javax.enterprise.context
-
Specifies that a bean is application scoped.
- ApplicationScoped - Annotation Interface in javax.faces.bean
-
When this annotation, along with
ManagedBean
is found on a class, the runtime must act as if a<managed-bean-scope>application<managed-bean-scope>
element was declared for the corresponding managed bean. - ApplicationServerInternalException - Exception in javax.resource.spi
-
An
ApplicationServerInternalException
is thrown by an application server to indicate error conditions specific to an application server. - ApplicationServerInternalException() - Constructor for exception javax.resource.spi.ApplicationServerInternalException
-
Constructs a new instance with null as its detail message.
- ApplicationServerInternalException(String) - Constructor for exception javax.resource.spi.ApplicationServerInternalException
-
Constructs a new instance with the specified detail message.
- ApplicationServerInternalException(String, String) - Constructor for exception javax.resource.spi.ApplicationServerInternalException
-
Constructs a new throwable with the specified detail message and an error code.
- ApplicationServerInternalException(String, Throwable) - Constructor for exception javax.resource.spi.ApplicationServerInternalException
-
Constructs a new throwable with the specified detail message and cause.
- ApplicationServerInternalException(Throwable) - Constructor for exception javax.resource.spi.ApplicationServerInternalException
-
Constructs a new throwable with the specified cause.
- ApplicationWrapper - Class in javax.faces.application
-
Provides a simple implementation of
Application
that can be subclassed by developers wishing to provide specialized behavior to an existingApplication
instance. - ApplicationWrapper() - Constructor for class javax.faces.application.ApplicationWrapper
- apply(FacesContext, UIComponent) - Method in class javax.faces.view.facelets.Facelet
-
The passed UIComponent parent will be populated/restored in accordance with the Facelets chapter in the spec prose document.
- apply(FaceletContext, UIComponent) - Method in class javax.faces.view.facelets.CompositeFaceletHandler
-
Calls apply on any child handlers.
- apply(FaceletContext, UIComponent) - Method in class javax.faces.view.facelets.DelegatingMetaTagHandler
-
The default implementation simply calls through to
TagHandlerDelegate.apply(javax.faces.view.facelets.FaceletContext, javax.faces.component.UIComponent)
. - apply(FaceletContext, UIComponent) - Method in interface javax.faces.view.facelets.FaceletHandler
-
Process changes on a particular UIComponent
- apply(FaceletContext, UIComponent) - Method in class javax.faces.view.facelets.TagHandlerDelegate
- APPLY_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
. - applyMetadata(FaceletContext, Object) - Method in class javax.faces.view.facelets.Metadata
-
Take the action prescribed in the JSF specification for this particular VDL element attribute.
- applyNextHandler(FaceletContext, UIComponent) - Method in class javax.faces.view.facelets.DelegatingMetaTagHandler
-
Invoke the
apply()
method on this instance'sTagHandler.nextHandler
. - applyRule(String, TagAttribute, MetadataTarget) - Method in class javax.faces.view.facelets.MetaRule
-
Return an abstraction that takes appropriate action given the kind of rule represented by the argument
name
, in the context of this particular concrete subclass ofMetaRule
. - areInterceptorBindingsEquivalent(Annotation, Annotation) - Method in interface javax.enterprise.inject.spi.BeanManager
-
Determine if two interceptor bindings are considered equivalent for the purposes of typesafe resolution, taking into account any members annotated with
Nonbinding
. - areQualifiersEquivalent(Annotation, Annotation) - Method in interface javax.enterprise.inject.spi.BeanManager
-
Determine if two qualifiers are considered equivalent for the purposes of typesafe resolution, taking into account any members annotated with
Nonbinding
. - AROUND_CONSTRUCT - Enum constant in enum class javax.enterprise.inject.spi.InterceptionType
-
Intercepts a constructor invocation
- AROUND_INVOKE - Enum constant in enum class javax.enterprise.inject.spi.InterceptionType
-
Intercepts method invocation
- AROUND_TIMEOUT - Enum constant in enum class javax.enterprise.inject.spi.InterceptionType
-
Intercepts a timeout
- AroundConstruct - Annotation Interface in javax.interceptor
-
Designates an interceptor method that receives a callback when the target class constructor is invoked.
- AroundInvoke - Annotation Interface in javax.interceptor
-
Defines an interceptor method that interposes on business methods.
- aroundReadFrom(ReaderInterceptorContext) - Method in interface javax.ws.rs.ext.ReaderInterceptor
- AroundTimeout - Annotation Interface in javax.interceptor
-
Defines an interceptor method that interposes on timeout methods.
- aroundWriteTo(WriterInterceptorContext) - Method in interface javax.ws.rs.ext.WriterInterceptor
- array(Selection<?>...) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create an array-valued selection item.
- ARRAY - Enum constant in enum class javax.json.JsonValue.ValueType
-
JSON array.
- ArrayDataModel<E> - Class in javax.faces.model
-
ArrayDataModel is a convenience implementation of
DataModel
that wraps an array of Java objects. - ArrayDataModel() - Constructor for class javax.faces.model.ArrayDataModel
-
Construct a new
ArrayDataModel
with no specified wrapped data. - ArrayDataModel(E[]) - Constructor for class javax.faces.model.ArrayDataModel
-
Construct a new
ArrayDataModel
wrapping the specified array. - ArrayELResolver - Class in javax.el
-
Defines property resolution behavior on arrays.
- ArrayELResolver() - Constructor for class javax.el.ArrayELResolver
-
Creates a new read/write
ArrayELResolver
. - ArrayELResolver(boolean) - Constructor for class javax.el.ArrayELResolver
-
Creates a new
ArrayELResolver
whose read-only status is determined by the given parameter. - as(Class<T>) - Method in interface javax.validation.Path.Node
-
Narrows the type of this node down to the given type.
- as(Class<X>) - Method in interface javax.persistence.criteria.Expression
-
Perform a typecast upon the expression, returning a new expression object.
- asc(Expression<?>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create an ordering by the ascending value of the expression.
- asMap() - Method in class javax.ws.rs.core.Form
-
Returns multivalued map representation of the form.
- AssertFalse - Annotation Interface in javax.validation.constraints
-
The annotated element must be false.
- AssertFalse.List - Annotation Interface in javax.validation.constraints
-
Defines several
AssertFalse
annotations on the same element. - AssertTrue - Annotation Interface in javax.validation.constraints
-
The annotated element must be true.
- AssertTrue.List - Annotation Interface in javax.validation.constraints
-
Defines several
AssertTrue
annotations on the same element. - associateConnection(Object) - Method in interface javax.resource.spi.ManagedConnection
-
Used typically by the container to change the association of an application-level connection handle with a ManagedConneciton instance.
- associateConnection(Object, ManagedConnectionFactory, ConnectionRequestInfo) - Method in interface javax.resource.spi.LazyAssociatableConnectionManager
-
This method is called by a resource adapter (that is capable of lazy connection association optimization) in order to lazily associate a connection object with a
ManagedConnection
instance. - AssociationOverride - Annotation Interface in javax.persistence
-
Used to override a mapping for an entity relationship.
- AssociationOverrides - Annotation Interface in javax.persistence
-
Used to override mappings of multiple relationship properties or fields.
- async() - Method in interface javax.ws.rs.client.Invocation.Builder
-
Access the asynchronous uniform request invocation interface to asynchronously invoke the built request.
- ASYNC - Enum constant in enum class javax.servlet.DispatcherType
- ASYNC_CONTEXT_PATH - Static variable in interface javax.servlet.AsyncContext
-
The name of the request attribute under which the original context path is made available to the target of a
AsyncContext.dispatch(String)
orAsyncContext.dispatch(ServletContext,String)
- ASYNC_PATH_INFO - Static variable in interface javax.servlet.AsyncContext
-
The name of the request attribute under which the original path info is made available to the target of a
AsyncContext.dispatch(String)
orAsyncContext.dispatch(ServletContext,String)
- ASYNC_QUERY_STRING - Static variable in interface javax.servlet.AsyncContext
-
The name of the request attribute under which the original query string is made available to the target of a
AsyncContext.dispatch(String)
orAsyncContext.dispatch(ServletContext,String)
- ASYNC_REQUEST_URI - Static variable in interface javax.servlet.AsyncContext
-
The name of the request attribute under which the original request URI is made available to the target of a
AsyncContext.dispatch(String)
orAsyncContext.dispatch(ServletContext,String)
- ASYNC_SERVLET_PATH - Static variable in interface javax.servlet.AsyncContext
-
The name of the request attribute under which the original servlet path is made available to the target of a
AsyncContext.dispatch(String)
orAsyncContext.dispatch(ServletContext,String)
- AsyncContext - Interface in javax.servlet
-
Class representing the execution context for an asynchronous operation that was initiated on a ServletRequest.
- AsyncEvent - Class in javax.servlet
-
Event that gets fired when the asynchronous operation initiated on a ServletRequest (via a call to
ServletRequest.startAsync()
orServletRequest.startAsync(ServletRequest, ServletResponse)
) has completed, timed out, or produced an error. - AsyncEvent(AsyncContext) - Constructor for class javax.servlet.AsyncEvent
-
Constructs an AsyncEvent from the given AsyncContext.
- AsyncEvent(AsyncContext, Throwable) - Constructor for class javax.servlet.AsyncEvent
-
Constructs an AsyncEvent from the given AsyncContext and Throwable.
- AsyncEvent(AsyncContext, ServletRequest, ServletResponse) - Constructor for class javax.servlet.AsyncEvent
-
Constructs an AsyncEvent from the given AsyncContext, ServletRequest, and ServletResponse.
- AsyncEvent(AsyncContext, ServletRequest, ServletResponse, Throwable) - Constructor for class javax.servlet.AsyncEvent
-
Constructs an AsyncEvent from the given AsyncContext, ServletRequest, ServletResponse, and Throwable.
- AsyncHandler<T> - Interface in javax.xml.ws
-
The
AsyncHandler
interface is implemented by clients that wish to receive callback notification of the completion of service endpoint operations invoked asynchronously. - Asynchronous - Annotation Interface in javax.ejb
-
Used to mark a session bean method as an asynchronous method or to designate all business methods of a session bean class as asynchronous.
- AsyncInvoker - Interface in javax.ws.rs.client
-
Uniform interface for asynchronous invocation of HTTP methods.
- AsyncListener - Interface in javax.servlet
-
Listener that will be notified in the event that an asynchronous operation initiated on a ServletRequest to which the listener had been added has completed, timed out, or resulted in an error.
- AsyncResponse - Interface in javax.ws.rs.container
-
An injectable JAX-RS asynchronous response that provides means for asynchronous server side response processing.
- AsyncResult<V> - Class in javax.ejb
-
Wraps the result of an asynchronous method call as a
Future
object, preserving compatability with the business interface signature. - AsyncResult(V) - Constructor for class javax.ejb.AsyncResult
-
Creates a
AsyncResult
instance to wrap the result of an asynchronous method call - asyncSupported() - Element in annotation interface javax.servlet.annotation.WebFilter
-
Declares whether the filter supports asynchronous operation mode.
- asyncSupported() - Element in annotation interface javax.servlet.annotation.WebServlet
-
Declares whether the servlet supports asynchronous operation mode.
- 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.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.LeafNodeContextBuilder
-
Defines the key the object is into the
Map
. - atKey(Object) - Method in interface javax.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeContextBuilder
-
Defines the key the object is into the
Map
. - ATOM - Static variable in class javax.mail.internet.HeaderTokenizer.Token
-
Token type indicating an ATOM.
- ATTACHED_OBJECT_TARGETS_KEY - Static variable in interface javax.faces.view.AttachedObjectTarget
-
The key in the value set of the composite component
BeanDescriptor
, the value for which is aList<AttachedObjectTarget>
. - AttachedObjectHandler - Interface in javax.faces.view
-
The abstract base interface for a handler representing an attached object in a VDL page.
- AttachedObjectTarget - Interface in javax.faces.view
-
Within the declaration of a composite component, an
AttachedObjectTarget
allows the composite component author to expose the semantics of an inner component to the page author without exposing the rendering or implementation details of the inner component. - attachFile(File) - Method in class javax.mail.internet.MimeBodyPart
-
Use the specified file to provide the data for this part.
- attachFile(File, String, String) - Method in class javax.mail.internet.MimeBodyPart
-
Use the specified file with the specified Content-Type and Content-Transfer-Encoding to provide the data for this part.
- attachFile(String) - Method in class javax.mail.internet.MimeBodyPart
-
Use the specified file to provide the data for this part.
- attachFile(String, String, String) - Method in class javax.mail.internet.MimeBodyPart
-
Use the specified file with the specified Content-Type and Content-Transfer-Encoding to provide the data for this part.
- ATTACHMENT - Static variable in interface javax.mail.Part
-
This part should be presented as an attachment.
- AttachmentMarshaller - Class in javax.xml.bind.attachment
-
Enable JAXB marshalling to optimize storage of binary data.
- AttachmentMarshaller() - Constructor for class javax.xml.bind.attachment.AttachmentMarshaller
- AttachmentUnmarshaller - Class in javax.xml.bind.attachment
-
Enables JAXB unmarshalling of a root document containing optimized binary data formats.
- AttachmentUnmarshaller() - Constructor for class javax.xml.bind.attachment.AttachmentUnmarshaller
- attachWindow(FacesContext) - Method in class javax.faces.lifecycle.Lifecycle
-
Create or restore the
ClientWindow
to be used to display theUIViewRoot
for this run through the lifecycle. - attachWindow(FacesContext) - Method in class javax.faces.lifecycle.LifecycleWrapper
- attribute(QName, String) - Method in class javax.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
-
Adds an extension attribute to the
W3CEndpointReference
instance'swsa:EndpointReference
element. - Attribute<X,
Y> - Interface in javax.persistence.metamodel -
Represents an attribute of a Java type.
- Attribute.PersistentAttributeType - Enum Class 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.
- attributeFormDefault() - Element in annotation interface javax.xml.bind.annotation.XmlSchema
-
Namespace qualification for attributes.
- AttributeHandler - Interface in javax.faces.view.facelets
-
An interface that allows other code to identify FaceletHandlers that correspond to component attributes.
- attributeName() - Element in annotation interface javax.persistence.Convert
-
The
attributeName
element must be specified unless theConvert
annotation is on an attribute of basic type or on an element collection of basic type. - AttributeNode<T> - Interface in javax.persistence
-
Represents an attribute node of an entity graph.
- attributeNodes() - Element in annotation interface javax.persistence.NamedEntityGraph
-
(Optional) A list of attributes of the entity that are included in this graph.
- attributeNodes() - Element in annotation interface javax.persistence.NamedSubgraph
-
(Required) The list of the attributes of the class that must be included.
- AttributeOverride - Annotation Interface in javax.persistence
-
Used to override the mapping of a
Basic
(whether explicit or default) property or field orId
property or field. - AttributeOverrides - Annotation Interface in javax.persistence
-
Used to override mappings of multiple properties or fields.
- attributeRemoved(HttpSessionBindingEvent) - Method in interface javax.servlet.http.HttpSessionAttributeListener
-
Receives notification that an attribute has been removed from a session.
- attributeRemoved(ServletContextAttributeEvent) - Method in interface javax.servlet.ServletContextAttributeListener
-
Receives notification that an attribute has been removed from the ServletContext.
- attributeRemoved(ServletRequestAttributeEvent) - Method in interface javax.servlet.ServletRequestAttributeListener
-
Receives notification that an attribute has been removed from the ServletRequest.
- attributeReplaced(HttpSessionBindingEvent) - Method in interface javax.servlet.http.HttpSessionAttributeListener
-
Receives notification that an attribute has been replaced in a session.
- attributeReplaced(ServletContextAttributeEvent) - Method in interface javax.servlet.ServletContextAttributeListener
- attributeReplaced(ServletRequestAttributeEvent) - Method in interface javax.servlet.ServletRequestAttributeListener
-
Receives notification that an attribute has been replaced on the ServletRequest.
- AttributeTag - Class in javax.faces.webapp
-
Deprecated.The Faces implementation must now provide the implementation for this class.
- AttributeTag() - Constructor for class javax.faces.webapp.AttributeTag
-
Deprecated.
- ATTRS_WITH_DECLARED_DEFAULT_VALUES - Static variable in class javax.faces.component.UIComponent
-
This constant enables one to quickly discover the names of the declared composite component attributes that have been given default values by the composite component author.
- AuthConfig - Interface in javax.security.auth.message.config
-
This interface defines the common functionality implemented by Authentication context configuration objects.
- AuthConfigFactory - Class in javax.security.auth.message.config
-
This class is used to obtain
AuthConfigProvider
objects that can be used to obtain authentication context configuration objects, that is,ClientAuthConfig
andServerAuthConfig
objects. - AuthConfigFactory() - Constructor for class javax.security.auth.message.config.AuthConfigFactory
- AuthConfigFactory.RegistrationContext - Interface in javax.security.auth.message.config
-
Represents the layer identifier, application context identifier, and description components of an AuthConfigProvider registration at the factory.
- AuthConfigProvider - Interface in javax.security.auth.message.config
-
This interface is implemented by objects that can be used to obtain authentication context configuration objects, that is,
ClientAuthConfig
orServerAuthConfig
objects. - authenticate(HttpServletResponse) - Method in interface javax.servlet.http.HttpServletRequest
-
Use the container login mechanism configured for the
ServletContext
to authenticate the user making this request. - authenticate(HttpServletResponse) - Method in class javax.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to call authenticate on the wrapped request object.
- AUTHENTICATE_CONTENT - Static variable in interface javax.security.auth.message.MessagePolicy.ProtectionPolicy
-
The identifer for a ProtectionPolicy that indicates that the origin of data within the message is to be authenticated (that is, the message is to be protected such that its recipients can establish who defined the message content).
- AUTHENTICATE_RECIPIENT - Static variable in interface javax.security.auth.message.MessagePolicy.ProtectionPolicy
-
The identifer for a ProtectionPolicy that indicates that the message recipient is to be authenticated.
- AUTHENTICATE_SENDER - Static variable in interface javax.security.auth.message.MessagePolicy.ProtectionPolicy
-
The identifer for a ProtectionPolicy that indicates that the sending entity is to be authenticated.
- AUTHENTICATION - Static variable in class javax.ws.rs.Priorities
-
Security authentication filter/interceptor priority.
- 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 Interface in javax.resource.spi
- AuthenticationMechanism.CredentialInterface - Enum Class in javax.resource.spi
-
An enumerated type that represents the various interfaces that a resource adapter may support for the representation of the credentials.
- authenticationType() - Element in annotation interface javax.annotation.Resource
-
The authentication type to use for this resource.
- 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.
- authMechanism() - Element in annotation interface javax.resource.spi.AuthenticationMechanism
-
The authentication-mechanismType specifies an authentication mechanism supported by the resource adapter.
- authMechanisms() - Element in annotation interface javax.resource.spi.Connector
-
Specifies the authentication mechanisms supported by the resource adapter.
- AUTHORIZATION - Static variable in interface javax.ws.rs.core.HttpHeaders
-
See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.8">HTTP/1.1 documentation}.
- AUTHORIZATION - Static variable in class javax.ws.rs.Priorities
-
Security authorization filter/interceptor priority.
- AuthStatus - Class in javax.security.auth.message
-
The AuthStatus class is used to represent return values from Authentication modules and Authentication Contexts.
- AUTO - Enum constant in enum class javax.persistence.FlushModeType
-
(Default) Flushing to occur at query execution.
- AUTO - Enum constant in enum class javax.persistence.GenerationType
-
Indicates that the persistence provider should pick an appropriate strategy for the particular database.
- AUTO - Enum constant in enum class javax.persistence.ValidationMode
-
If a Bean Validation provider is present in the environment, the persistence provider must perform the automatic validation of entities.
- AUTO_ACKNOWLEDGE - Static variable in interface javax.jms.JMSContext
-
With this session mode, the JMSContext's session automatically acknowledges a client's receipt of a message either when the session has successfully returned from a call to
receive
or when the message listener the session has called to process the message successfully returns. - AUTO_ACKNOWLEDGE - Static variable in interface javax.jms.Session
-
With this acknowledgment mode, the session automatically acknowledges a client's receipt of a message either when the session has successfully returned from a call to
receive
or when the message listener the session has called to process the message successfully returns. - autoApply() - Element in annotation interface javax.persistence.Converter
- 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
- BAD_GATEWAY - Enum constant in enum class javax.ws.rs.core.Response.Status
-
502 Bad Gateway, see {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.5.3">HTTP/1.1 documentation}.
- BAD_REQUEST - Enum constant in enum class javax.ws.rs.core.Response.Status
-
400 Bad Request, see {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.1">HTTP/1.1 documentation}.
- BadRequestException - Exception in javax.ws.rs
-
A runtime exception indicating a
bad client request
. - BadRequestException() - Constructor for exception javax.ws.rs.BadRequestException
-
Construct a new bad client request exception.
- BadRequestException(String) - Constructor for exception javax.ws.rs.BadRequestException
-
Construct a new bad client request exception.
- BadRequestException(String, Throwable) - Constructor for exception javax.ws.rs.BadRequestException
-
Construct a new bad client request exception.
- BadRequestException(String, Response) - Constructor for exception javax.ws.rs.BadRequestException
-
Construct a new bad client request exception.
- BadRequestException(String, Response, Throwable) - Constructor for exception javax.ws.rs.BadRequestException
-
Construct a new bad client request exception.
- BadRequestException(Throwable) - Constructor for exception javax.ws.rs.BadRequestException
-
Construct a new bad client request exception.
- BadRequestException(Response) - Constructor for exception javax.ws.rs.BadRequestException
-
Construct a new bad client request exception.
- BadRequestException(Response, Throwable) - Constructor for exception javax.ws.rs.BadRequestException
-
Construct a new bad client request exception.
- baseUri(String) - Method in interface javax.ws.rs.core.Link.Builder
-
Set the base URI as a string for resolution of relative URIs.
- baseUri(URI) - Method in interface javax.ws.rs.core.Link.Builder
-
Set the base URI for resolution of relative URIs.
- Basic - Annotation Interface in javax.persistence
-
The simplest type of mapping to a database column.
- BASIC - Enum constant in enum class javax.persistence.metamodel.Attribute.PersistentAttributeType
-
Basic attribute
- BASIC - Enum constant in enum class javax.persistence.metamodel.Type.PersistenceType
-
Basic type
- BASIC_AUTH - Static variable in class javax.faces.context.ExternalContext
-
String identifier for BASIC authentication.
- BASIC_AUTH - Static variable in interface javax.servlet.http.HttpServletRequest
-
String identifier for Basic authentication.
- BASIC_AUTH - Static variable in interface javax.ws.rs.core.SecurityContext
-
String identifier for Basic authentication.
- 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 Interface in javax.batch.api
- BatchRuntime - Class in javax.batch.runtime
-
BatchRuntime represents the JSR 352 Batch Runtime.
- BatchRuntime() - Constructor for class javax.batch.runtime.BatchRuntime
- BatchRuntimeException - Exception in javax.batch.operations
- BatchRuntimeException() - Constructor for exception javax.batch.operations.BatchRuntimeException
- BatchRuntimeException(String) - Constructor for exception javax.batch.operations.BatchRuntimeException
- BatchRuntimeException(String, Throwable) - Constructor for exception javax.batch.operations.BatchRuntimeException
- BatchRuntimeException(Throwable) - Constructor for exception javax.batch.operations.BatchRuntimeException
- BatchStatus - Enum Class 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() - Element in annotation interface javax.xml.ws.spi.WebServiceFeatureAnnotation
-
The
WebServiceFeature
bean that is associated with theWebServiceFeature
annotation - Bean<T> - Interface in javax.enterprise.inject.spi
-
Represents an enabled bean.
- BEAN - Enum constant in enum class javax.ejb.ConcurrencyManagementType
-
Bean developer is responsible for managing concurrent access to the bean instance.
- BEAN - Enum constant in enum class javax.ejb.TransactionManagementType
-
Bean-managed transaction management is used.
- BEAN - Enum constant in enum class javax.validation.ElementKind
-
A Java Bean or object.
- BeanAttributes<T> - Interface in javax.enterprise.inject.spi
-
The BeanAttributes interface exposes the basic attributes of a bean.
- 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. - beanInterface() - Element in annotation interface javax.ejb.EJB
-
The interface type of the Enterprise Java Bean to which this reference is mapped.
- BeanManager - Interface in javax.enterprise.inject.spi
-
Allows a portable extension to interact directly with the container.
- beanName() - Element in annotation interface javax.ejb.EJB
-
The
beanName
element references the value of thename
element of theStateful
orStateless
annotation, whether defaulted or explicit. - BeanNameELResolver - Class in javax.el
-
An
ELResolver
for resolving user or container managed beans. - BeanNameELResolver(BeanNameResolver) - Constructor for class javax.el.BeanNameELResolver
-
Constructor
- BeanNameResolver - Class in javax.el
-
Resolves a bean by its known name.
- BeanNameResolver() - Constructor for class javax.el.BeanNameResolver
- BeanParam - Annotation Interface in javax.ws.rs
-
The annotation that may be used to inject custom JAX-RS "parameter aggregator" value object into a resource class field, property or resource method parameter.
- BeanValidator - Class in javax.faces.validator
-
A Validator that delegates validation of the bean property to the Bean Validation API.
- BeanValidator() - Constructor for class javax.faces.validator.BeanValidator
- BEFORE_COMPLETION - Enum constant in enum class javax.enterprise.event.TransactionPhase
-
Identifies a before completion observer method, called during the before completion phase of the transaction.
- BeforeBeanDiscovery - Interface in javax.enterprise.inject.spi
-
This event type is thrown by the container before the bean discovery process begins.
- beforeChunk() - Method in class javax.batch.api.chunk.listener.AbstractChunkListener
-
Override this method if the ChunkListener will do something before the chunk begins.
- beforeChunk() - Method in interface javax.batch.api.chunk.listener.ChunkListener
-
The beforeChunk method receives control before processing of the next chunk begins.
- beforeCompletion() - Method in interface javax.ejb.SessionSynchronization
-
The
beforeCompletion
method notifies a stateful session bean instance that a transaction is about to be committed. - beforeCompletion() - Method in interface javax.transaction.Synchronization
-
The beforeCompletion method is called by the transaction manager prior to the start of the two-phase transaction commit process.
- BeforeCompletion - Annotation Interface in javax.ejb
-
Designate a stateful session bean method to receive the before completion session synchronization callback.
- beforeDelivery(Method) - Method in interface javax.resource.spi.endpoint.MessageEndpoint
-
This is called by a resource adapter before a message is delivered.
- beforeEvaluation(ELContext, String) - Method in class javax.el.EvaluationListener
-
Receives notification before an EL expression is evaluated
- beforeJob() - Method in class javax.batch.api.listener.AbstractJobListener
-
Override this method if the JobListener will do something before the job begins.
- beforeJob() - Method in interface javax.batch.api.listener.JobListener
-
The beforeJob method receives control before the job execution begins.
- beforeMarshal(Object) - Method in class javax.xml.bind.Marshaller.Listener
-
Callback method invoked before marshalling from source to XML.
- 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.
- beforeUnmarshal(Object, Object) - Method in class javax.xml.bind.Unmarshaller.Listener
-
Callback method invoked before unmarshalling into target.
- beforeWrite(List<Object>) - Method in class javax.batch.api.chunk.listener.AbstractItemWriteListener
-
Override this method if the ItemWriteListener will do something before the items are written.
- beforeWrite(List<Object>) - Method in interface javax.batch.api.chunk.listener.ItemWriteListener
-
The beforeWrite method receives control before an item writer is called to write its items.
- begin - Variable in class javax.servlet.jsp.jstl.core.LoopTagSupport
-
Starting index ('begin' attribute)
- begin() - Method in interface javax.enterprise.context.Conversation
-
Mark the current transient conversation long-running.
- begin() - Method in interface javax.persistence.EntityTransaction
-
Start a resource transaction.
- begin() - Method in interface javax.resource.cci.LocalTransaction
-
Begins a local transaction on an EIS instance.
- begin() - Method in interface javax.resource.spi.LocalTransaction
-
Begin a local transaction
- begin() - Method in interface javax.transaction.TransactionManager
-
Create a new transaction and associate it with the current thread.
- begin() - Method in interface javax.transaction.UserTransaction
-
Create a new transaction and associate it with the current thread.
- begin(String) - Method in interface javax.enterprise.context.Conversation
-
Mark the current transient conversation long-running, with a specified identifier.
- beginCheckpoint() - Method in class javax.batch.api.chunk.AbstractCheckpointAlgorithm
-
Override this method for the CheckpointAlgorithm to do something before a checkpoint begins.
- beginCheckpoint() - Method in interface javax.batch.api.chunk.CheckpointAlgorithm
-
The beginCheckpoint method is invoked before the next checkpoint interval 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_ID - Static variable in class javax.faces.component.behavior.AjaxBehavior
-
The standard id for this behavior.
- 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
. - BehaviorHandler - Class in javax.faces.view.facelets
-
The
FaceletHandler
that corresponds to attached objects that represent an instance ofClientBehavior
that must be added to the parent component, which must implementClientBehaviorHolder
, with a call toClientBehaviorHolder.addClientBehavior(java.lang.String, javax.faces.component.behavior.ClientBehavior)
. - BehaviorHandler(BehaviorConfig) - Constructor for class javax.faces.view.facelets.BehaviorHandler
- BehaviorHolderAttachedObjectHandler - Interface in javax.faces.view
-
Represent an attached object that is a
BehaviorHolder
in a VDL page. - BehaviorHolderAttachedObjectTarget - Interface in javax.faces.view
-
Represent a
BehaviorHolder
attached object target in a VDL page. - BehaviorListener - Interface in javax.faces.event
-
A generic base interface for event listeners for various types of
BehaviorEvent
s. - between(Expression<? extends Y>, Expression<? extends Y>, Expression<? extends Y>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create a predicate for testing whether the first argument is between the second and third arguments in value.
- between(Expression<? extends Y>, Y, Y) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create a predicate for testing whether the first argument is between the second and third arguments in value.
- BigDecimalConverter - Class in javax.faces.convert
-
Converter
implementation forjava.math.BigDecimal
values. - BigDecimalConverter() - Constructor for class javax.faces.convert.BigDecimalConverter
- bigDecimalValue() - Method in interface javax.json.JsonNumber
-
Returns this JSON number as a
BigDecimal
object. - BIGINTEGER_ID - Static variable in class javax.faces.convert.BigIntegerConverter
-
The message identifier of the
FacesMessage
to be created if the conversion toBigInteger
fails. - BigIntegerConverter - Class in javax.faces.convert
-
Converter
implementation forjava.math.BigInteger
values. - BigIntegerConverter() - Constructor for class javax.faces.convert.BigIntegerConverter
- bigIntegerValue() - Method in interface javax.json.JsonNumber
-
Returns this JSON number as a
BigInteger
object. - bigIntegerValueExact() - Method in interface javax.json.JsonNumber
-
Returns this JSON number as a
BigDecimal
object. - Bindable<T> - Interface in javax.persistence.metamodel
-
Instances of the type
Bindable
represent object or attribute types that can be bound into aPath
. - Bindable.BindableType - Enum Class in javax.persistence.metamodel
- Binder<XmlNode> - Class in javax.xml.bind
-
Enable synchronization between XML infoset nodes and JAXB objects representing same XML document.
- Binder() - Constructor for class javax.xml.bind.Binder
- Binding - Interface in javax.xml.ws
-
The
Binding
interface is the base interface for JAX-WS protocol bindings. - BindingProvider - Interface in javax.xml.ws
-
The
BindingProvider
interface provides access to the protocol binding and associated context objects for request and response message processing. - bindings - Variable in class javax.faces.component.UIComponent
-
Deprecated.
- BindingType - Annotation Interface in javax.xml.ws
-
The
BindingType
annotation is used to specify the binding to use for a web service endpoint implementation class. - BODY_CONTENT_EMPTY - Static variable in class javax.servlet.jsp.tagext.TagInfo
-
Static constant for getBodyContent() when it is empty.
- BODY_CONTENT_JSP - Static variable in class javax.servlet.jsp.tagext.TagInfo
-
Static constant for getBodyContent() when it is JSP.
- BODY_CONTENT_SCRIPTLESS - Static variable in class javax.servlet.jsp.tagext.TagInfo
-
Static constant for getBodyContent() when it is scriptless.
- BODY_CONTENT_TAG_DEPENDENT - Static variable in class javax.servlet.jsp.tagext.TagInfo
-
Static constant for getBodyContent() when it is Tag dependent.
- bodyContent - Variable in class javax.faces.webapp.UIComponentClassicTagBase
-
The
bodyContent
for this tag handler. - bodyContent - Variable in class javax.servlet.jsp.tagext.BodyTagSupport
-
The current BodyContent for this BodyTag.
- BodyContent - Class in javax.servlet.jsp.tagext
-
An encapsulation of the evaluation of the body of an action so it is available to a tag handler.
- BodyContent(JspWriter) - Constructor for class javax.servlet.jsp.tagext.BodyContent
-
Protected constructor.
- BodyPart - Class in javax.mail
-
This class models a Part that is contained within a Multipart.
- BodyPart() - Constructor for class javax.mail.BodyPart
- BodyTag - Interface in javax.servlet.jsp.tagext
-
The BodyTag interface extends IterationTag by defining additional methods that let a tag handler manipulate the content of evaluating its body.
- BodyTagSupport - Class in javax.servlet.jsp.tagext
-
A base class for defining tag handlers implementing BodyTag.
- BodyTagSupport() - Constructor for class javax.servlet.jsp.tagext.BodyTagSupport
-
Default constructor, all subclasses are required to only define a public constructor with the same signature, and to call the superclass constructor.
- BodyTerm - Class in javax.mail.search
-
This class implements searches on a message body.
- BodyTerm(String) - Constructor for class javax.mail.search.BodyTerm
-
Constructor
- BOOLEAN_ID - Static variable in class javax.faces.convert.BooleanConverter
-
The message identifier of the
FacesMessage
to be created if the conversion toBoolean
fails. - BooleanConverter - Class in javax.faces.convert
-
Converter
implementation forjava.lang.Boolean
(and boolean primitive) values. - BooleanConverter() - Constructor for class javax.faces.convert.BooleanConverter
- BootstrapConfiguration - Interface in javax.validation
-
Represents the user specified default configuration in
META-INF/validation.xml
. - BootstrapContext - Interface in javax.resource.spi
-
This provides a mechanism to pass a bootstrap context to a resource adapter instance when it is bootstrapped.
- BootstrapState - Interface in javax.validation.spi
-
Defines the state used to bootstrap the
Configuration
. - BOTH - Enum constant in enum class javax.persistence.criteria.CriteriaBuilder.Trimspec
-
Trim from both ends.
- BoundaryStatistic - Interface in javax.management.j2ee.statistics
-
Specifies standard measurements of the upper and lower limits of the value of an attribute.
- BoundedRangeStatistic - Interface in javax.management.j2ee.statistics
-
The BoundedRangeStatistic model aggregates the attributes of RangeStatistic and BoundaryStatistic and provides standard measurements of a range that has fixed limits.
- broadcast(BehaviorEvent) - Method in interface javax.faces.component.behavior.Behavior
-
Broadcast the specified
BehaviorEvent
to all registered event listeners who have expressed an interest in events of this type. - broadcast(BehaviorEvent) - Method in class javax.faces.component.behavior.BehaviorBase
-
Default implementation of
Behavior.broadcast(javax.faces.event.BehaviorEvent)
. - broadcast(FacesEvent) - Method in class javax.faces.component.UICommand
-
In addition to to the default
UIComponent.broadcast(javax.faces.event.FacesEvent)
processing, pass theActionEvent
being broadcast to the method referenced byactionListener
(if any), and to the defaultActionListener
registered on theApplication
. - broadcast(FacesEvent) - Method in class javax.faces.component.UIComponent
-
Broadcast the specified
FacesEvent
to all registered event listeners who have expressed an interest in events of this type. - broadcast(FacesEvent) - Method in class javax.faces.component.UIComponentBase
- broadcast(FacesEvent) - Method in class javax.faces.component.UIData
-
Override the default
UIComponentBase.broadcast(javax.faces.event.FacesEvent)
processing to unwrap any wrappedFacesEvent
and reset the current row index, before the event is actually broadcast. - broadcast(FacesEvent) - Method in class javax.faces.component.UIViewAction
-
Enable the method invocation specified by this component instance to return a value that performs navigation, similar in spirit to
UICommand.broadcast(javax.faces.event.FacesEvent)
. - 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.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 class javax.websocket.ClientEndpointConfig.Builder
-
Builds a configuration object using the attributes set on this builder.
- build() - Method in class javax.websocket.server.ServerEndpointConfig.Builder
-
Builds the configuration object using the current attributes that have been set on this builder object.
- build() - Method in class javax.ws.rs.client.ClientBuilder
-
Build a new client instance using all the configuration previously specified in this client builder.
- build() - Method in class javax.ws.rs.core.Response.ResponseBuilder
-
Create a Response instance from the current ResponseBuilder.
- build() - Method in class javax.ws.rs.core.Variant.VariantListBuilder
-
Add the current combination of metadata to the list of supported variants (provided the current combination of metadata is not empty) and build a list of representation variants from the current state of the builder.
- build() - Method in class javax.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
-
Builds a
W3CEndpointReference
from the accumulated properties set on thisW3CEndpointReferenceBuilder
instance. - build(Object...) - Method in interface javax.ws.rs.core.Link.Builder
-
Finish building this link using the supplied values as URI parameters.
- build(Object...) - Method in class javax.ws.rs.core.UriBuilder
-
Build a URI, using the supplied values in order to replace any URI template parameters.
- build(Object[], boolean) - Method in class javax.ws.rs.core.UriBuilder
-
Build a URI, using the supplied values in order to replace any URI template parameters.
- build(String) - Method in interface javax.ws.rs.client.Invocation.Builder
-
Build a request invocation using an arbitrary request method name.
- build(String, Entity<?>) - Method in interface javax.ws.rs.client.Invocation.Builder
-
Build a request invocation using an arbitrary request method name and request entity.
- buildConstraintViolationWithTemplate(String) - Method in interface javax.validation.ConstraintValidatorContext
-
Returns a constraint violation builder building a violation report allowing to optionally associate it to a sub path.
- buildDefaultValidatorFactory() - Static method in class javax.validation.Validation
-
Builds and returns a
ValidatorFactory
instance based on the default Bean Validation provider and following the XML configuration. - buildDelete() - Method in interface javax.ws.rs.client.Invocation.Builder
-
Build a DELETE request invocation.
- buildFromEncoded(Object...) - Method in class javax.ws.rs.core.UriBuilder
-
Build a URI.
- buildFromEncodedMap(Map<String, ?>) - Method in class javax.ws.rs.core.UriBuilder
-
Build a URI.
- buildFromMap(Map<String, ?>) - Method in class javax.ws.rs.core.UriBuilder
-
Build a URI.
- buildFromMap(Map<String, ?>, boolean) - Method in class javax.ws.rs.core.UriBuilder
-
Build a URI.
- buildGet() - Method in interface javax.ws.rs.client.Invocation.Builder
-
Build a GET request invocation.
- buildPost(Entity<?>) - Method in interface javax.ws.rs.client.Invocation.Builder
-
Build a POST request invocation.
- buildPut(Entity<?>) - Method in interface javax.ws.rs.client.Invocation.Builder
-
Build a PUT request invocation.
- buildRelativized(URI, Object...) - Method in interface javax.ws.rs.core.Link.Builder
-
Finish building this link using the supplied values as URI parameters and relativize the result with respect to the supplied URI.
- buildValidatorFactory() - Method in interface javax.validation.Configuration
-
Build a
ValidatorFactory
implementation. - buildValidatorFactory(ConfigurationState) - Method in interface javax.validation.spi.ValidationProvider
-
Build a
ValidatorFactory
using the current provider implementation. - buildView(FacesContext, UIViewRoot) - Method in class javax.faces.view.ViewDeclarationLanguage
-
Take any actions specific to this VDL implementation to cause the argument
UIViewRoot
which must have been created via a call toViewDeclarationLanguage.createView(javax.faces.context.FacesContext, java.lang.String)
, to be populated with children. - buildView(FacesContext, UIViewRoot) - Method in class javax.faces.view.ViewDeclarationLanguageWrapper
- BusyConversationException - Exception in javax.enterprise.context
-
Indicates that the container has rejected a request because a concurrent request is associated with the same conversation context.
- BusyConversationException() - Constructor for exception javax.enterprise.context.BusyConversationException
- BusyConversationException(String) - Constructor for exception javax.enterprise.context.BusyConversationException
- BusyConversationException(String, Throwable) - Constructor for exception javax.enterprise.context.BusyConversationException
- BusyConversationException(Throwable) - Constructor for exception javax.enterprise.context.BusyConversationException
- byDefaultProvider() - Static method in class javax.validation.Validation
-
Builds a
Configuration
. - BYPASS - Enum constant in enum class javax.persistence.CacheRetrieveMode
-
Bypass the cache: get data directly from the database.
- BYPASS - Enum constant in enum class javax.persistence.CacheStoreMode
-
Don't insert into cache.
- byProvider(Class<U>) - Static method in class javax.validation.Validation
-
Builds a
Configuration
for a particular provider implementation. - BYTE_ID - Static variable in class javax.faces.convert.ByteConverter
-
The message identifier of the
FacesMessage
to be created if the conversion toByte
fails. - ByteArrayDataSource - Class in javax.mail.util
-
A DataSource backed by a byte array.
- ByteArrayDataSource(byte[], String) - Constructor for class javax.mail.util.ByteArrayDataSource
-
Create a ByteArrayDataSource with data from the specified byte array and with the specified MIME type.
- ByteArrayDataSource(InputStream, String) - Constructor for class javax.mail.util.ByteArrayDataSource
-
Create a ByteArrayDataSource with data from the specified InputStream and with the specified MIME type.
- ByteArrayDataSource(String, String) - Constructor for class javax.mail.util.ByteArrayDataSource
-
Create a ByteArrayDataSource with data from the specified String and with the specified MIME type.
- ByteConverter - Class in javax.faces.convert
-
Converter
implementation forjava.lang.Byte
(and byte primitive) values. - ByteConverter() - Constructor for class javax.faces.convert.ByteConverter
- BytesMessage - Interface in javax.jms
-
A
BytesMessage
object is used to send a message containing a stream of uninterpreted bytes.
C
- Cache - Interface in javax.persistence
-
Interface used to interact with the second-level cache.
- CACHE_CONTROL - Static variable in interface javax.ws.rs.core.HttpHeaders
-
See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9">HTTP/1.1 documentation}.
- Cacheable - Annotation Interface in javax.persistence
-
Specifies whether an entity should be cached if caching is enabled when the value of the
persistence.xml
caching element isENABLE_SELECTIVE
orDISABLE_SELECTIVE
. - cacheControl(CacheControl) - Method in interface javax.ws.rs.client.Invocation.Builder
-
Set the cache control data of the message.
- cacheControl(CacheControl) - Method in class javax.ws.rs.core.Response.ResponseBuilder
-
Set the cache control data of the message.
- CacheControl - Class in javax.ws.rs.core
-
An abstraction for the value of a HTTP Cache-Control response header.
- CacheControl() - Constructor for class javax.ws.rs.core.CacheControl
-
Create a new instance of CacheControl.
- cachedContent - Variable in class javax.mail.internet.MimeBodyPart
-
If our content is a Multipart of Message object, we save it the first time it's created by parsing a stream so that changes to the contained objects will not be lost.
- cachedContent - Variable in class javax.mail.internet.MimeMessage
-
If our content is a Multipart or Message object, we save it the first time it's created by parsing a stream so that changes to the contained objects will not be lost.
- CacheRetrieveMode - Enum Class in javax.persistence
-
Used as the value of the
javax.persistence.cache.retrieveMode
property to specify the behavior when data is retrieved by thefind
methods and by queries. - CacheStoreMode - Enum Class in javax.persistence
-
Used as the value of the
javax.persistence.cache.storeMode
property to specify the behavior when data is read from the database and when data is committed into the database. - calculateCharacterEncoding(FacesContext) - Method in class javax.faces.application.ViewHandler
-
Returns the correct character encoding to be used for this request.
- calculateCharacterEncoding(FacesContext) - Method in class javax.faces.application.ViewHandlerWrapper
-
The default behavior of this method is to call
ViewHandler.calculateCharacterEncoding(javax.faces.context.FacesContext)
on the wrappedViewHandler
object. - calculateLocale(FacesContext) - Method in class javax.faces.application.ViewHandler
-
Returns an appropriate
Locale
to use for this and subsequent requests for the current client. - calculateLocale(FacesContext) - Method in class javax.faces.application.ViewHandlerWrapper
-
The default behavior of this method is to call
ViewHandler.calculateLocale(javax.faces.context.FacesContext)
on the wrappedViewHandler
object. - calculateRenderKitId(FacesContext) - Method in class javax.faces.application.ViewHandler
-
Return an appropriate
renderKitId
for this and subsequent requests from the current client. - calculateRenderKitId(FacesContext) - Method in class javax.faces.application.ViewHandlerWrapper
-
The default behavior of this method is to call
ViewHandler.calculateRenderKitId(javax.faces.context.FacesContext)
on the wrappedViewHandler
object. - calculateResourceLibraryContracts(FacesContext, String) - Method in class javax.faces.view.ViewDeclarationLanguage
-
Return the list of resource library contracts that will be made available for use in the view specified by the argument
viewId
. - calculateResourceLibraryContracts(FacesContext, String) - Method in class javax.faces.view.ViewDeclarationLanguageWrapper
- CALLBACK - Enum constant in enum class javax.persistence.ValidationMode
-
The persistence provider must perform the lifecycle event validation.
- CallerPrincipalCallback - Class in javax.security.auth.message.callback
-
Callback for setting the container's caller (or Remote user) principal.
- CallerPrincipalCallback(Subject, String) - Constructor for class javax.security.auth.message.callback.CallerPrincipalCallback
-
Create a CallerPrincipalCallback to set the container's representation of the caller principal.
- CallerPrincipalCallback(Subject, Principal) - Constructor for class javax.security.auth.message.callback.CallerPrincipalCallback
-
Create a CallerPrincipalCallback to set the container's representation of the caller principal
- canBeRequestTime() - Method in class javax.servlet.jsp.tagext.TagAttributeInfo
-
Whether this attribute has been specified in the TLD as rtexprvalue.
- cancel() - Method in interface javax.ejb.Timer
-
Cause the timer and all its associated expiration notifications to be cancelled.
- cancel() - Method in interface javax.ws.rs.container.AsyncResponse
-
Cancel the suspended request processing.
- cancel(boolean) - Method in class javax.ejb.AsyncResult
-
This method should not be called.
- cancel(int) - Method in interface javax.ws.rs.container.AsyncResponse
-
Cancel the suspended request processing.
- cancel(Date) - Method in interface javax.ws.rs.container.AsyncResponse
-
Cancel the suspended request processing.
- canCreateBean(String) - Method in class javax.el.BeanNameResolver
-
Allow creating a bean of the given name if it does not exist.
- CANNOT_ACCEPT - Enum constant in enum class javax.websocket.CloseReason.CloseCodes
-
1003 indicates that an endpoint is terminating the connection because it has received a type of data it cannot accept (e.g., an endpoint that understands only text data MAY send this if it receives a binary message).
- CANON_EQ - Enum constant in enum class javax.validation.constraints.Pattern.Flag
-
Enables canonical equivalence.
- CascadableDescriptor - Interface in javax.validation.metadata
-
Represents a cascadable element.
- cascade() - Element in annotation interface javax.persistence.ManyToMany
-
(Optional) The operations that must be cascaded to the target of the association.
- cascade() - Element in annotation interface javax.persistence.ManyToOne
-
(Optional) The operations that must be cascaded to the target of the association.
- cascade() - Element in annotation interface javax.persistence.OneToMany
-
(Optional) The operations that must be cascaded to the target of the association.
- cascade() - Element in annotation interface javax.persistence.OneToOne
-
(Optional) The operations that must be cascaded to the target of the association.
- CascadeType - Enum Class in javax.persistence
-
Defines the set of cascadable operations that are propagated to the associated entity.
- CASE_INSENSITIVE - Enum constant in enum class javax.validation.constraints.Pattern.Flag
-
Enables case-insensitive matching.
- catalog() - Element in annotation interface javax.persistence.CollectionTable
-
(Optional) The catalog of the table.
- catalog() - Element in annotation interface javax.persistence.JoinTable
-
(Optional) The catalog of the table.
- catalog() - Element in annotation interface javax.persistence.SecondaryTable
-
(Optional) The catalog of the table.
- catalog() - Element in annotation interface javax.persistence.SequenceGenerator
-
(Optional) The catalog of the sequence generator.
- catalog() - Element in annotation interface javax.persistence.Table
-
(Optional) The catalog of the table.
- catalog() - Element in annotation interface javax.persistence.TableGenerator
-
(Optional) The catalog of the table.
- 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
-
Create a CertStoreCallback.
- changeSessionId() - Method in interface javax.servlet.http.HttpServletRequest
-
Change the session id of the current session associated with this request and return the new session id.
- changeSessionId() - Method in class javax.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return changeSessionId() on the wrapped request object.
- CHAR - Enum constant in enum class javax.persistence.DiscriminatorType
-
Single character as the discriminator type.
- CHARACTER_ENCODING_KEY - Static variable in class javax.faces.application.ViewHandler
-
The key, in the session's attribute set, under which the response character encoding may be stored and retrieved.
- CHARACTER_ID - Static variable in class javax.faces.convert.CharacterConverter
-
The message identifier of the
FacesMessage
to be created if the conversion toCharacter
fails. - CharacterConverter - Class in javax.faces.convert
-
Converter
implementation forjava.lang.Character
(and char primitive) values. - CharacterConverter() - Constructor for class javax.faces.convert.CharacterConverter
- CHARSET_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.
- classes() - Element in annotation interface javax.persistence.SqlResultSetMapping
-
Specifies the result set mapping to constructors.
- className() - Element in annotation interface javax.annotation.sql.DataSourceDefinition
-
DataSource implementation class name which implements:
javax.sql.DataSource
orjavax.sql.XADataSource
orjavax.sql.ConnectionPoolDataSource
. - className() - Element in annotation interface javax.jms.JMSConnectionFactoryDefinition
-
Fully-qualified name of the JMS connection factory implementation class.
- className() - Element in annotation interface javax.jms.JMSDestinationDefinition
-
Fully-qualified name of the JMS destination implementation class.
- className() - Element in annotation interface javax.resource.AdministeredObjectDefinition
-
Fully qualified name of the administered object’s class
- className() - Element in annotation interface javax.xml.ws.FaultAction
-
Name of the exception class
- className() - Element in annotation interface javax.xml.ws.RequestWrapper
-
Request wrapper bean name.
- className() - Element in annotation interface javax.xml.ws.ResponseWrapper
-
Response wrapper bean name.
- ClassTransformer - Interface in javax.persistence.spi
-
A persistence provider supplies an instance of this interface to the
PersistenceUnitInfo.addTransformer
method. - 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.
- cleanup() - Method in interface javax.resource.spi.ManagedConnection
-
Application server calls this method to force any cleanup on the ManagedConnection instance.
- clear() - Method in class javax.faces.context.FlashWrapper
-
The default behavior of this method is to call
Map.clear()
on the wrappedFlash
object. - clear() - Method in interface javax.persistence.EntityManager
-
Clear the persistence context, causing all managed entities to become detached.
- clear() - Method in class javax.servlet.jsp.JspWriter
-
Clear the contents of the buffer.
- clear() - Method in class javax.ws.rs.core.AbstractMultivaluedMap
- clearBody() - Method in interface javax.jms.Message
-
Clears out the message body.
- clearBody() - Method in class javax.servlet.jsp.tagext.BodyContent
-
Clear the body without throwing any exceptions.
- clearBuffer() - Method in class javax.servlet.jsp.JspWriter
-
Clears the current contents of the buffer.
- clearCachedProviders() - Method in interface javax.persistence.spi.PersistenceProviderResolver
-
Clear cache of providers.
- clearInitialState() - Method in class javax.faces.component.behavior.BehaviorBase
-
Clears the initial state flag, causing the behavior to revert from partial to full state saving.
- clearInitialState() - Method in interface javax.faces.component.PartialStateHolder
-
Reset the PartialStateHolder to a non-delta tracking state.
- clearInitialState() - Method in class javax.faces.component.UIComponent
-
An implementation of
PartialStateHolder.clearInitialState()
, this method is called by the runtime to tell the instance to stop tracking state changes. - clearInitialState() - Method in class javax.faces.component.UIComponentBase
-
For each of the attached objects on this instance that implement
PartialStateHolder
, callPartialStateHolder.clearInitialState()
on the attached object. - clearInitialState() - Method in class javax.faces.component.UIInput
- clearInitialState() - Method in class javax.faces.component.UIOutput
- clearInitialState() - Method in class javax.faces.convert.DateTimeConverter
- clearInitialState() - Method in class javax.faces.convert.EnumConverter
- clearInitialState() - Method in class javax.faces.convert.NumberConverter
- clearInitialState() - Method in class javax.faces.validator.BeanValidator
- clearInitialState() - Method in class javax.faces.validator.DoubleRangeValidator
- clearInitialState() - Method in class javax.faces.validator.LengthValidator
- clearInitialState() - Method in class javax.faces.validator.LongRangeValidator
- clearInitialState() - Method in class javax.faces.validator.RegexValidator
- clearPassword() - Method in class javax.security.auth.message.callback.PasswordValidationCallback
-
Clear the password.
- clearProperties() - Method in interface javax.jms.JMSProducer
-
Clears any message properties set on this
JMSProducer
- clearProperties() - Method in interface javax.jms.Message
-
Clears a message's properties.
- 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 - Enum constant in enum class javax.ws.rs.RuntimeType
-
JAX-RS client run-time.
- CLIENT_ACKNOWLEDGE - Static variable in interface javax.jms.JMSContext
-
With this session mode, the client acknowledges a consumed message by calling the message's
acknowledge
method. - CLIENT_ACKNOWLEDGE - Static variable in interface javax.jms.Session
-
With this acknowledgment mode, the client acknowledges a consumed message by calling the message's
acknowledge
method. - CLIENT_CERT_AUTH - Static variable in class javax.faces.context.ExternalContext
-
String identifier for CLIENT_CERT authentication.
- CLIENT_CERT_AUTH - Static variable in interface javax.servlet.http.HttpServletRequest
-
String identifier for Client Certificate authentication.
- CLIENT_CERT_AUTH - Static variable in interface javax.ws.rs.core.SecurityContext
-
String identifier for Client Certificate authentication.
- CLIENT_ERROR - Enum constant in enum class javax.ws.rs.core.Response.Status.Family
-
4xx
HTTP status codes. - CLIENT_WINDOW_FACTORY - Static variable in class javax.faces.FactoryFinder
-
The property name for the
ClientWindowFactory
class name. - CLIENT_WINDOW_MODE_PARAM_NAME - Static variable in class javax.faces.lifecycle.ClientWindow
-
The context-param that controls the operation of the
ClientWindow
feature. - CLIENT_WINDOW_PARAM - Static variable in class javax.faces.render.ResponseStateManager
-
The name of the hidden field that refers to the encoded ClientWindow.
- CLIENT_WINDOW_URL_PARAM - Static variable in class javax.faces.render.ResponseStateManager
-
The name of the URL query parameter for transmitting the client window id.
- ClientAuth - Interface in javax.security.auth.message
-
An implementation of this interface is used to secure service request messages, and validate received service response messages.
- ClientAuthConfig - Interface in javax.security.auth.message.config
-
This interface encapsulates the configuration of ClientAuthContext objects for a message layer and application context (for example, the messaging context of a specific application, or set of applications).
- ClientAuthContext - Interface in javax.security.auth.message.config
-
This ClientAuthContext class encapsulates ClientAuthModules that are used to secure service requests made by a client, and to validate any responses received to those requests.
- ClientAuthModule - Interface in javax.security.auth.message.module
-
A ClientAuthModule secures request messages, and validates received response messages.
- ClientBehavior - Interface in javax.faces.component.behavior
-
ClientBehavior is the base contract for
Behavior
s that attach script content to client-side events exposed byClientBehaviorHolder
components. - ClientBehaviorBase - Class in javax.faces.component.behavior
-
ClientBehaviorBase is a convenience base class that implements the default concrete behavior of all methods defined by
ClientBehavior
. - ClientBehaviorBase() - Constructor for class javax.faces.component.behavior.ClientBehaviorBase
- ClientBehaviorContext - Class in javax.faces.component.behavior
-
ClientBehaviorContext provides context information that may be useful to
ClientBehavior.getScript(javax.faces.component.behavior.ClientBehaviorContext)
implementations. - ClientBehaviorContext() - Constructor for class javax.faces.component.behavior.ClientBehaviorContext
- ClientBehaviorContext.Parameter - Class in javax.faces.component.behavior
-
Parameter instances represent name/value pairs that "submitting" ClientBehavior implementations should include when posting back into the Faces lifecycle.
- ClientBehaviorHint - Enum Class in javax.faces.component.behavior
-
An enum that specifies hints that describes the behavior of ClientBehavior implementations.
- ClientBehaviorHolder - Interface in javax.faces.component.behavior
-
The ClientBehaviorHolder interface may be implemented by any concrete
UIComponent
that wishes to support client behaviors as defined byClientBehavior
. - ClientBehaviorRenderer - Class in javax.faces.render
-
A ClientBehaviorRenderer produces the client-side script that implements a
ClientBehavior
's client-side logic. - ClientBehaviorRenderer() - Constructor for class javax.faces.render.ClientBehaviorRenderer
- ClientBuilder - Class in javax.ws.rs.client
-
Main entry point to the client API used to bootstrap
Client
instances. - ClientBuilder() - Constructor for class javax.ws.rs.client.ClientBuilder
-
Allows custom implementations to extend the
ClientBuilder
class. - ClientEndpoint - Annotation Interface in javax.websocket
-
The ClientEndpoint annotation a class level annotation is used to denote that a POJO is a web socket client and can be deployed as such.
- ClientEndpointConfig - Interface in javax.websocket
-
The ClientEndpointConfig is a special kind of endpoint configuration object that contains web socket configuration information specific only to client endpoints.
- ClientEndpointConfig.Builder - Class in javax.websocket
-
The ClientEndpointConfig.Builder is a class used for creating
ClientEndpointConfig
objects for the purposes of deploying a client endpoint. - ClientEndpointConfig.Configurator - Class in javax.websocket
-
The Configurator class may be extended by developers who want to provide custom configuration algorithms, such as intercepting the opening handshake, or providing arbitrary methods and algorithms that can be accessed from each endpoint instance configured with this configurator.
- ClientErrorException - Exception in javax.ws.rs
-
A base runtime application exception indicating a client request error (HTTP
4xx
status codes). - ClientErrorException(int) - Constructor for exception javax.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(int, Throwable) - Constructor for exception javax.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(String, int) - Constructor for exception javax.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(String, int, Throwable) - Constructor for exception javax.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(String, Response) - Constructor for exception javax.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(String, Response.Status) - Constructor for exception javax.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(String, Response.Status, Throwable) - Constructor for exception javax.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(String, Response, Throwable) - Constructor for exception javax.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(Response) - Constructor for exception javax.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(Response.Status) - Constructor for exception javax.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(Response.Status, Throwable) - Constructor for exception javax.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(Response, Throwable) - Constructor for exception javax.ws.rs.ClientErrorException
-
Construct a new client error exception.
- clientId() - Element in annotation interface javax.jms.JMSConnectionFactoryDefinition
-
Client id to use for connection.
- ClientRequestContext - Interface in javax.ws.rs.client
-
Client request filter context.
- ClientRequestFilter - Interface in javax.ws.rs.client
-
An extension interface implemented by client request filters.
- ClientResponseContext - Interface in javax.ws.rs.client
-
Client response filter context.
- ClientResponseFilter - Interface in javax.ws.rs.client
-
An extension interface implemented by client response filters.
- ClientWindow - Class in javax.faces.lifecycle
-
This class represents a client window, which may be a browser tab, browser window, browser pop-up, portlet, or anything else that can display a
UIComponent
hierarchy rooted at aUIViewRoot
. - ClientWindow() - Constructor for class javax.faces.lifecycle.ClientWindow
- ClientWindowFactory - Class in javax.faces.lifecycle
-
Create
ClientWindow
instances based on the incoming request. - ClientWindowFactory() - Constructor for class javax.faces.lifecycle.ClientWindowFactory
- 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
- 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 interface javax.resource.cci.Record
-
Creates and returns a copy of this object.
- clone() - Method in class javax.servlet.http.Cookie
-
Overrides the standard
java.lang.Object.clone
method to return a copy of this Cookie. - clone() - Method in class javax.ws.rs.core.Response.ResponseBuilder
- clone() - Method in class javax.ws.rs.core.UriBuilder
-
Create a copy of the UriBuilder preserving its state.
- cloneWithWriter(Writer) - Method in class javax.faces.context.ResponseWriter
-
Create and return a new instance of this
ResponseWriter
, using the specifiedWriter
as the output destination. - cloneWithWriter(Writer) - Method in class javax.faces.context.ResponseWriterWrapper
-
The default behavior of this method is to call
ResponseWriter.cloneWithWriter(java.io.Writer)
on the wrappedResponseWriter
object. - close() - Method in class javax.batch.api.chunk.AbstractItemReader
-
Override this method if the ItemReader requires any close time processing.
- close() - Method in class javax.batch.api.chunk.AbstractItemWriter
-
Override this method if the ItemWriter requires any close time processing.
- close() - Method in interface javax.batch.api.chunk.ItemReader
-
The close method marks the end of use of the ItemReader.
- close() - Method in interface javax.batch.api.chunk.ItemWriter
-
The close method marks the end of use of the ItemWriter.
- close() - Method in class javax.ejb.embeddable.EJBContainer
-
Shutdown an embeddable EJBContainer instance.
- close() - Method in class javax.faces.context.ResponseWriterWrapper
-
The default behavior of this method is to call
Writer.close()
on the wrappedResponseWriter
object. - close() - Method in interface javax.jms.Connection
-
Closes the connection.
- close() - Method in interface javax.jms.ConnectionConsumer
-
Closes the connection consumer.
- close() - Method in interface javax.jms.JMSConsumer
-
Closes the
JMSConsumer
. - close() - Method in interface javax.jms.JMSContext
-
Closes the JMSContext
- close() - Method in interface javax.jms.MessageConsumer
-
Closes the message consumer.
- close() - Method in interface javax.jms.MessageProducer
-
Closes the message producer.
- close() - Method in interface javax.jms.QueueBrowser
-
Closes the
QueueBrowser
. - close() - Method in class javax.jms.QueueRequestor
-
Closes the
QueueRequestor
and its session. - close() - Method in interface javax.jms.Session
-
Closes the session.
- close() - Method in class javax.jms.TopicRequestor
-
Closes the
TopicRequestor
and its session. - close() - Method in interface javax.json.JsonReader
-
Closes this reader and frees any resources associated with the reader.
- close() - Method in interface javax.json.JsonWriter
-
Closes this JSON writer and frees any resources associated with the writer.
- close() - Method in interface javax.json.stream.JsonGenerator
-
Closes this generator and frees any resources associated with it.
- close() - Method in interface javax.json.stream.JsonParser
-
Closes this parser and frees any resources associated with the parser.
- close() - Method in class javax.mail.Service
-
Close this service and terminate its connection.
- close() - Method in class javax.mail.util.SharedFileInputStream
-
Closes this input stream and releases any system resources associated with the stream.
- close() - Method in interface javax.persistence.EntityManager
-
Close an application-managed entity manager.
- close() - Method in interface javax.persistence.EntityManagerFactory
-
Close the factory, releasing any resources that it holds.
- close() - Method in interface javax.resource.cci.Connection
-
Initiates close of the connection handle at the application level.
- close() - Method in interface javax.resource.cci.Interaction
-
Closes the current Interaction and release all the resources held for this instance by the resource adapter.
- close() - Method in class javax.servlet.jsp.JspWriter
-
Close the stream, flushing it first.
- close() - Method in interface javax.validation.ValidatorFactory
-
Closes the
ValidatorFactory
instance. - close() - Method in interface javax.websocket.Session
-
Close the current conversation with a normal status code and no reason phrase.
- close() - Method in interface javax.ws.rs.client.Client
-
Close client instance and all it's associated resources.
- close() - Method in class javax.ws.rs.core.Response
-
Close the underlying message entity input stream (if available and open) as well as releases any other resources associated with the response (e.g.
- close() - Method in class javax.xml.ws.spi.http.HttpExchange
-
This must be called to end an exchange.
- close(boolean) - Method in class javax.mail.Folder
-
Close this Folder.
- close(CloseReason) - Method in interface javax.websocket.Session
-
Close the current conversation, giving a reason for the closure.
- close(MessageContext) - Method in interface javax.xml.ws.handler.Handler
-
Called at the conclusion of a message exchange pattern just prior to the JAX-WS runtime disptaching a message, fault or exception.
- closed(ConnectionEvent) - Method in class javax.mail.event.ConnectionAdapter
- closed(ConnectionEvent) - Method in interface javax.mail.event.ConnectionListener
-
Invoked when a Store/Folder/Transport is closed.
- CLOSED - Static variable in class javax.mail.event.ConnectionEvent
-
A connection was closed.
- CLOSED_ABNORMALLY - Enum constant in enum class javax.websocket.CloseReason.CloseCodes
-
1006 is a reserved value and MUST NOT be set as a status code in a Close control frame by an endpoint.
- CloseReason - Class in javax.websocket
-
A class encapsulating the reason why a web socket has been closed, or why it is being asked to close.
- CloseReason(CloseReason.CloseCode, String) - Constructor for class javax.websocket.CloseReason
-
Creates a reason for closing a web socket connection with the given code and reason phrase.
- CloseReason.CloseCode - Interface in javax.websocket
-
A marker interface for the close codes.
- CloseReason.CloseCodes - Enum Class in javax.websocket
-
An Enumeration of status codes for a web socket close that are defined in the specification.
- coalesce() - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create a coalesce expression.
- coalesce(Expression<? extends Y>, Expression<? extends Y>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create an expression that returns null if all its arguments evaluate to null, and the value of the first non-null argument otherwise.
- coalesce(Expression<? extends Y>, Y) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create an expression that returns null if all its arguments evaluate to null, and the value of the first non-null argument otherwise.
- coerceToType(Object, Class<?>) - Method in class javax.el.ExpressionFactory
-
Coerces an object to a specific type according to the EL type conversion rules.
- CollapsedStringAdapter - Class in javax.xml.bind.annotation.adapters
-
Built-in
XmlAdapter
to handle xs:token and its derived types. - CollapsedStringAdapter() - Constructor for class javax.xml.bind.annotation.adapters.CollapsedStringAdapter
- COLLECTION - Enum constant in enum class javax.persistence.metamodel.PluralAttribute.CollectionType
-
Collection-valued attribute
- CollectionAttribute<X,
E> - Interface in javax.persistence.metamodel -
Instances of the type
CollectionAttribute
represent persistentjava.util.Collection
-valued attributes. - CollectionDataModel<E> - Class in javax.faces.model
-
CollectionDataModel is a convenience implementation of
DataModel
that wraps anCollection
of Java objects. - CollectionDataModel() - Constructor for class javax.faces.model.CollectionDataModel
-
Construct a new
CollectionDataModel
with no specified wrapped data. - CollectionDataModel(Collection<E>) - Constructor for class javax.faces.model.CollectionDataModel
-
Construct a new
CollectionDataModel
wrapping the specified list. - CollectionJoin<Z,
E> - Interface in javax.persistence.criteria -
The
CollectionJoin
interface is the type of the result of joining to a collection over an association or element collection that has been specified as ajava.util.Collection
. - CollectionTable - Annotation Interface 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() - Element in annotation interface javax.persistence.AttributeOverride
-
(Required) The column that is being mapped to the persistent attribute.
- column() - Element in annotation interface javax.persistence.FieldResult
-
Name of the column in the SELECT clause - i.e., column aliases, if applicable.
- Column - Annotation Interface in javax.persistence
-
Specifies the mapped column for a persistent property or field.
- columnDefinition() - Element in annotation interface javax.persistence.Column
-
(Optional) The SQL fragment that is used when generating the DDL for the column.
- columnDefinition() - Element in annotation interface javax.persistence.DiscriminatorColumn
-
(Optional) The SQL fragment that is used when generating the DDL for the discriminator column.
- columnDefinition() - Element in annotation interface javax.persistence.JoinColumn
-
(Optional) The SQL fragment that is used when generating the DDL for the column.
- columnDefinition() - Element in annotation interface javax.persistence.MapKeyColumn
-
(Optional) The SQL fragment that is used when generating the DDL for the column.
- columnDefinition() - Element in annotation interface javax.persistence.MapKeyJoinColumn
-
(Optional) The SQL fragment that is used when generating the DDL for the column.
- columnDefinition() - Element in annotation interface javax.persistence.OrderColumn
-
(Optional) The SQL fragment that is used when generating the DDL for the column.
- columnDefinition() - Element in annotation interface javax.persistence.PrimaryKeyJoinColumn
-
(Optional) The SQL fragment that is used when generating the DDL for the column.
- columnList() - Element in annotation interface javax.persistence.Index
-
(Required) The names of the columns to be included in the index, in order.
- columnNames() - Element in annotation interface javax.persistence.UniqueConstraint
-
(Required) An array of the column names that make up the constraint.
- ColumnResult - Annotation Interface in javax.persistence
-
Used in conjunction with the
SqlResultSetMapping
annotation orConstructorResult
annotation to map a column of the SELECT list of a SQL query. - columns() - Element in annotation interface javax.persistence.ConstructorResult
-
(Required) The mapping of columns in the SELECT list to the arguments of the intended constructor, in order.
- columns() - Element in annotation interface javax.persistence.SqlResultSetMapping
-
Specifies the result set mapping to scalar values.
- combineSegments() - Method in class javax.mail.internet.ParameterList
-
Normal users of this class will use simple parameter names.
- COMMENT - Static variable in class javax.mail.internet.HeaderTokenizer.Token
-
Token type indicating a comment.
- comments() - Element in annotation interface javax.annotation.Generated
-
A place holder for any comments that the code generator may want to include in the generated code.
- COMMENTS - Enum constant in enum class javax.validation.constraints.Pattern.Flag
-
Permits whitespace and comments in pattern.
- CommException - Exception in javax.resource.spi
-
This indicates errors related to failed or interrupted communication with an EIS instance.
- CommException() - Constructor for exception javax.resource.spi.CommException
-
Constructs a new instance with null as its detail message.
- CommException(String) - Constructor for exception javax.resource.spi.CommException
-
Constructs a new instance with the specified detail message.
- CommException(String, String) - Constructor for exception javax.resource.spi.CommException
-
Constructs a new throwable with the specified detail message and an error code.
- CommException(String, Throwable) - Constructor for exception javax.resource.spi.CommException
-
Constructs a new throwable with the specified detail message and cause.
- CommException(Throwable) - Constructor for exception javax.resource.spi.CommException
-
Constructs a new throwable with the specified cause.
- commit() - Method in interface javax.jms.JMSContext
-
Commits all messages done in this transaction and releases any locks currently held.
- commit() - Method in interface javax.jms.Session
-
Commits all messages done in this transaction and releases any locks currently held.
- commit() - Method in interface javax.jms.XAJMSContext
-
Throws a
TransactionInProgressRuntimeException
, since it should not be called for anXAJMSContext
object. - commit() - Method in interface javax.jms.XASession
-
Throws a
TransactionInProgressException
, since it should not be called for anXASession
object. - commit() - Method in interface javax.persistence.EntityTransaction
-
Commit the current resource transaction, writing any unflushed changes to the database.
- commit() - Method in interface javax.resource.cci.LocalTransaction
-
Commits the current local transaction and release all locks held by the underlying EIS instance.
- commit() - Method in interface javax.resource.spi.LocalTransaction
-
Commit a local transaction
- commit() - Method in interface javax.security.jacc.PolicyConfiguration
-
This method is used to set to "inService" the state of the policy context whose interface is this PolicyConfiguration Object.
- commit() - Method in interface javax.transaction.Transaction
-
Complete the transaction represented by this Transaction object.
- commit() - Method in interface javax.transaction.TransactionManager
-
Complete the transaction associated with the current thread.
- commit() - Method in interface javax.transaction.UserTransaction
-
Complete the transaction associated with the current thread.
- commit(Xid, boolean) - Method in interface javax.resource.spi.XATerminator
-
Commits the global transaction specified by xid.
- commit(Xid, boolean) - Method in interface javax.transaction.xa.XAResource
-
Commits the global transaction specified by xid.
- COMMIT - Enum constant in enum class javax.batch.api.partition.PartitionReducer.PartitionStatus
- COMMIT - Enum constant in enum class javax.persistence.FlushModeType
-
Flushing to occur at transaction commit.
- COMMIT_COUNT - Enum constant in enum class javax.batch.runtime.Metric.MetricType
- CommonAbstractCriteria - Interface in javax.persistence.criteria
-
The
CommonAbstractCriteria
interface defines functionality that is common to both top-level criteria queries and subqueries as well as to update and delete criteria operations. - compareTo(Object) - Method in class javax.faces.application.FacesMessage.Severity
-
Compare this
FacesMessage.Severity
instance to the specified one. - compareTo(Object) - Method in class javax.faces.event.PhaseId
-
Compare this
PhaseId
instance to the specified one. - compareValues(Object, Object) - Method in class javax.faces.component.UIInput
-
Return
true
if the new value is different from the previous value. - compareValues(Object, Object) - Method in class javax.faces.component.UISelectMany
-
Return
true
if the new value is different from the previous value. - comparison - Variable in class javax.mail.search.ComparisonTerm
-
The comparison.
- ComparisonTerm - Class in javax.mail.search
-
This class models the comparison operator.
- ComparisonTerm() - Constructor for class javax.mail.search.ComparisonTerm
- complete - Variable in class javax.mail.internet.MimeMultipart
-
Have we seen the final bounary line?
- complete() - Method in interface javax.servlet.AsyncContext
-
Completes the asynchronous operation that was started on the request that was used to initialze this AsyncContext, closing the response that was used to initialize this AsyncContext.
- COMPLETE - Enum constant in enum class javax.faces.component.visit.VisitResult
-
This result indicates that the tree visit should be terminated.
- completed(RESPONSE) - Method in interface javax.ws.rs.client.InvocationCallback
-
Called when the invocation was successfully completed.
- COMPLETED - Enum constant in enum class javax.batch.runtime.BatchStatus
- CompletionCallback - Interface in javax.ws.rs.container
-
A request processing callback that receives request processing completion events.
- CompletionListener - Interface in javax.jms
-
A
CompletionListener
is implemented by the application and may be specified when a message is sent asynchronously. - 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.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_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.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.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.
- ComponentConfig - Interface in javax.faces.view.facelets
-
Passed to the constructor of
ComponentHandler
. - componentFamily() - Element in annotation interface javax.faces.render.FacesRenderer
-
The value of this annotation attribute is taken to be the component-family which, in combination with
FacesRenderer.rendererType()
can be used to obtain a reference to an instance of thisRenderer
by callingRenderKit.getRenderer(java.lang.String, java.lang.String)
. - ComponentHandler - Class in javax.faces.view.facelets
-
Public base class for markup element instances that map to
UIComponent
instances in the view. - ComponentHandler(ComponentConfig) - Constructor for class javax.faces.view.facelets.ComponentHandler
-
Leverage the
TagHandlerDelegateFactory
provided by the implementation to create an instance ofTagHandlerDelegate
designed for use withComponentHandler
. - ComponentSystemEvent - Class in javax.faces.event
-
ComponentSystemEvent is the base class for
SystemEvent
s that are specific to aUIComponent
instance. - ComponentSystemEvent(UIComponent) - Constructor for class javax.faces.event.ComponentSystemEvent
-
Pass the argument
component
to the superclass constructor. - ComponentSystemEventListener - Interface in javax.faces.event
-
Implementors of this class do not need an
isListenerForSource()
method because they are only installed on specific component instances, therefore theisListenerForSource()
method is implicit. - COMPOSITE_COMPONENT_TYPE_KEY - Static variable in class javax.faces.component.UIComponent
-
The value of this constant is used as the key in the composite component BeanDescriptor for a
ValueExpression
that evaluates to thecomponent-type
of the composite component rootUIComponent
for this composite component, if one was declared by the composite component author. - COMPOSITE_FACET_NAME - Static variable in class javax.faces.component.UIComponent
-
The value of this constant is used as the key in the
Map
returned as described inUIComponent.FACETS_KEY
for thePropertyDescriptor
describing the composite component facet. - CompositeComponentExpressionHolder - Interface in javax.faces.el
-
This interface must be implemented by the
Map
returned by the composite componentELResolver
, described in section JSF.5.6.2.2 of the specification, when evaluating#{cc.attrs}
epressions. - CompositeELResolver - Class in javax.el
-
Maintains an ordered composite list of child
ELResolver
s. - CompositeELResolver() - Constructor for class javax.el.CompositeELResolver
- CompositeFaceletHandler - Class in javax.faces.view.facelets
-
A FaceletHandler that is derived of 1 or more, inner FaceletHandlers.
- CompositeFaceletHandler(FaceletHandler[]) - Constructor for class javax.faces.view.facelets.CompositeFaceletHandler
- CompoundSelection<X> - Interface in javax.persistence.criteria
-
The
CompoundSelection
interface defines a compound selection item (tuple, array, or result of constructor). - concat(String, Expression<String>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create an expression for string concatenation.
- concat(Expression<String>, String) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create an expression for string concatenation.
- concat(Expression<String>, Expression<String>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create an expression for string concatenation.
- ConcurrencyManagement - Annotation Interface in javax.ejb
-
Declares a singleton session bean's concurrency management type.
- ConcurrencyManagementType - Enum Class in javax.ejb
-
Used to specify the value of the
ConcurrencyManagement
annotation for a singleton session bean. - ConcurrentAccessException - Exception in javax.ejb
-
A ConcurrentAccessException indicates that the client has attempted an invocation on a stateful session bean or singleton bean while another invocation is in progress and such concurrent access is not allowed.
- ConcurrentAccessException() - Constructor for exception javax.ejb.ConcurrentAccessException
-
Constructs an ConcurrentAccessException with no detail message.
- ConcurrentAccessException(String) - Constructor for exception javax.ejb.ConcurrentAccessException
-
Constructs an ConcurrentAccessException with the specified detailed message.
- ConcurrentAccessException(String, Exception) - Constructor for exception javax.ejb.ConcurrentAccessException
-
Constructs an ConcurrentAccessException with the specified detail message and a nested exception.
- ConcurrentAccessTimeoutException - Exception in javax.ejb
-
This exception indicates that an attempt to concurrently access a stateful session or singleton bean method resulted in a timeout.
- ConcurrentAccessTimeoutException() - Constructor for exception javax.ejb.ConcurrentAccessTimeoutException
- ConcurrentAccessTimeoutException(String) - Constructor for exception javax.ejb.ConcurrentAccessTimeoutException
- condition() - Method in class javax.servlet.jsp.jstl.core.ConditionalTagSupport
-
Subclasses implement this method to compute the boolean result of the conditional action.
- condition(String) - Method in class javax.faces.flow.builder.NavigationCaseBuilder
-
Set the if of the current navigation case.
- condition(String) - Method in class javax.faces.flow.builder.SwitchCaseBuilder
-
Set the if in the previously created switch case.
- condition(ValueExpression) - Method in class javax.faces.flow.builder.NavigationCaseBuilder
-
Set the if of the current navigation case.
- condition(ValueExpression) - Method in class javax.faces.flow.builder.SwitchCaseBuilder
-
Set the if in the previously created switch case.
- ConditionalTagSupport - Class in javax.servlet.jsp.jstl.core
-
Abstract class that facilitates implementation of conditional actions where the boolean result is exposed as a JSP scoped variable.
- ConditionalTagSupport() - Constructor for class javax.servlet.jsp.jstl.core.ConditionalTagSupport
-
Base constructor to initialize local state.
- confidential() - Element in annotation interface javax.resource.spi.ConfigProperty
-
Indicates that the configuration property is confidential and recommends application server's configuration tools to use special visual aids for editing them.
- CONFIDENTIAL - Enum constant in enum class javax.servlet.annotation.ServletSecurity.TransportGuarantee
-
All user data must be encrypted by the transport (typically using SSL/TLS).
- Config - Class in javax.servlet.jsp.jstl.core
-
Class supporting access to configuration settings.
- Config() - Constructor for class javax.servlet.jsp.jstl.core.Config
- CONFIG - Static variable in class javax.servlet.jsp.PageContext
-
Name used to store ServletConfig in PageContext name table.
- CONFIG_FILES_ATTR - Static variable in class javax.faces.webapp.FacesServlet
-
Context initialization parameter name for a comma delimited list of context-relative resource paths (in addition to
/WEB-INF/faces-config.xml
which is loaded automatically if it exists) containing JavaServer Faces configuration information. - ConfigProperty - Annotation Interface in javax.resource.spi
-
Designates a JavaBean property as a configuration property
- Configurable<C extends Configurable> - Interface in javax.ws.rs.core
-
Represents a client or server-side configurable context in JAX-RS.
- ConfigurableNavigationHandler - Class in javax.faces.application
-
ConfigurableNavigationHandler extends the contract of
NavigationHandler
to allow runtime inspection of theNavigationCase
s that make up the rule-base for navigation. - ConfigurableNavigationHandler() - Constructor for class javax.faces.application.ConfigurableNavigationHandler
- ConfigurableNavigationHandlerWrapper - Class in javax.faces.application
-
Provides a simple implementation of
ConfigurableNavigationHandler
that can be subclassed by developers wishing to provide specialized behavior to an existingConfigurableNavigationHandler
instance. - ConfigurableNavigationHandlerWrapper() - Constructor for class javax.faces.application.ConfigurableNavigationHandlerWrapper
- Configuration<T extends Configuration<T>> - Interface in javax.validation
-
Receives configuration information, selects the appropriate Bean Validation provider and builds the appropriate
ValidatorFactory
. - Configuration - Interface in javax.ws.rs.core
-
A configuration state associated with a
configurable
JAX-RS context. - ConfigurationState - Interface in javax.validation.spi
- configurator() - Element in annotation interface javax.websocket.ClientEndpoint
-
An optional custom configurator class that the developer would like to use to provide custom configuration of new instances of this endpoint.
- configurator() - Element in annotation interface javax.websocket.server.ServerEndpoint
-
The optional custom configurator class that the developer would like to use to further configure new instances of this endpoint.
- configurator(ClientEndpointConfig.Configurator) - Method in class javax.websocket.ClientEndpointConfig.Builder
-
Sets the configurator object for the configuration this builder will build.
- configurator(ServerEndpointConfig.Configurator) - Method in class javax.websocket.server.ServerEndpointConfig.Builder
-
Sets the custom configurator to use on the configuration object built by this builder.
- Configurator() - Constructor for class javax.websocket.ClientEndpointConfig.Configurator
- Configurator() - Constructor for class javax.websocket.server.ServerEndpointConfig.Configurator
- configure() - Method in interface javax.validation.bootstrap.GenericBootstrap
-
Returns a generic
Configuration
implementation. - configure() - Method in interface javax.validation.bootstrap.ProviderSpecificBootstrap
-
Determines the provider implementation suitable for
T
and delegates the creation of this specificConfiguration
subclass to the provider. - configure(ResourceInfo, FeatureContext) - Method in interface javax.ws.rs.container.DynamicFeature
-
A callback method called by the JAX-RS runtime during the application deployment to register provider instances or classes in a
runtime configuration
scope of a particularresource or sub-resource method
; i.e. - configure(FeatureContext) - Method in interface javax.ws.rs.core.Feature
-
A call-back method called when the feature is to be enabled in a given runtime configuration scope.
- configuredProvider - Static variable in class javax.enterprise.inject.spi.CDI
- CONFLICT - Enum constant in enum class javax.ws.rs.core.Response.Status
-
409 Conflict, see {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.10">HTTP/1.1 documentation}.
- conjunction() - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create a conjunction (with zero conjuncts).
- connect() - Method in class javax.mail.Service
-
A generic connect method that takes no parameters.
- connect(String, int, String, String) - Method in class javax.mail.Service
-
Similar to connect(host, user, password) except a specific port can be specified.
- connect(String, String) - Method in class javax.mail.Service
-
Connect to the current host using the specified username and password.
- connect(String, String, String) - Method in class javax.mail.Service
-
Connect to the specified address.
- connection() - Element in annotation interface javax.resource.spi.ConnectionDefinition
-
Specifies the Connection interface supported by the resource adapter.
- Connection - Interface in javax.jms
-
A
Connection
object is a client's active connection to its JMS provider. - Connection - Interface in javax.resource.cci
-
A Connection represents an application-level handle that is used by a client to access the underlying physical connection.
- CONNECTION_CLOSED - Static variable in class javax.resource.spi.ConnectionEvent
-
Event notification that an application component has closed the connection
- CONNECTION_ERROR_OCCURRED - Static variable in class javax.resource.spi.ConnectionEvent
-
Event notification that an error occurred on the connection.
- ConnectionAdapter - Class in javax.mail.event
-
The adapter which receives connection events.
- ConnectionAdapter() - Constructor for class javax.mail.event.ConnectionAdapter
- ConnectionCallback - Interface in javax.ws.rs.container
-
Asynchronous request processing lifecycle callback that receives connection related
asynchronous response
lifecycle events. - connectionClosed(ConnectionEvent) - Method in interface javax.resource.spi.ConnectionEventListener
-
Notifies that an application component has closed the connection.
- ConnectionConsumer - Interface in javax.jms
-
For application servers,
Connection
objects provide a special facility for creating aConnectionConsumer
(optional). - ConnectionDefinition - Annotation Interface in javax.resource.spi
-
Defines a set of connection interfaces and classes pertaining to a particular connection type.
- ConnectionDefinitions - Annotation Interface in javax.resource.spi
-
Defines a set of connection definitions that the JavaBean, that has been annotated with this annotation, is a part of.
- connectionErrorOccurred(ConnectionEvent) - Method in interface javax.resource.spi.ConnectionEventListener
-
Notifies a connection related error.
- ConnectionEvent - Class in javax.mail.event
-
This class models Connection events.
- ConnectionEvent - Class in javax.resource.spi
-
The ConnectionEvent class provides information about the source of a connection related event.A ConnectionEvent instance contains the following information: Type of the connection event ManagedConnection instance that generated the connection event.
- ConnectionEvent(Object, int) - Constructor for class javax.mail.event.ConnectionEvent
-
Constructor
- ConnectionEvent(ManagedConnection, int) - Constructor for class javax.resource.spi.ConnectionEvent
-
Construct a ConnectionEvent object.
- ConnectionEvent(ManagedConnection, int, Exception) - Constructor for class javax.resource.spi.ConnectionEvent
-
Construct a ConnectionEvent object.
- ConnectionEventListener - Interface in javax.resource.spi
-
The
ConnectionEventListener
interface provides an event callback mechanism to enable an application server to receive notifications from aManagedConnection
instance. - connectionFactory() - Element in annotation interface javax.resource.spi.ConnectionDefinition
-
Specifies the ConnectionFactory interface supported by the resource adapter.
- ConnectionFactory - Interface in javax.jms
-
A
ConnectionFactory
object encapsulates a set of connection configuration parameters that has been defined by an administrator. - ConnectionFactory - Interface in javax.resource.cci
-
ConnectionFactory
provides an interface for getting connection to an EIS instance. - ConnectionFactoryDefinition - Annotation Interface in javax.resource
-
Annotation used to define a Connector Connection Factory resource to be registered in JNDI.
- ConnectionFactoryDefinitions - Annotation Interface in javax.resource
-
Declares one or more
ConnectionFactoryDefinition
annotations. - connectionFactoryImpl() - Element in annotation interface javax.resource.spi.ConnectionDefinition
-
Specifies the Class provided by the resource adapter that implements the resource adapter specific ConnectionFactory interface.
- connectionImpl() - Element in annotation interface javax.resource.spi.ConnectionDefinition
-
Specifies the class provided by the resource adapter that implements the resource adapter specific Connection interface.
- ConnectionListener - Interface in javax.mail.event
-
This is the Listener interface for Connection events.
- ConnectionManager - Interface in javax.resource.spi
-
ConnectionManager interface provides a hook for the resource adapter to pass a connection request to the application server.
- ConnectionMetaData - Interface in javax.jms
-
A
ConnectionMetaData
object provides information describing theConnection
object. - ConnectionMetaData - Interface in javax.resource.cci
-
The interface
ConnectionMetaData
provides information about an EIS instance connected through a Connection instance. - ConnectionRequestInfo - Interface in javax.resource.spi
-
The ConnectionRequestInfo interface enables a resource adapter to pass its own request specific data structure across the connection request flow.
- ConnectionSpec - Interface in javax.resource.cci
-
ConnectionSpec is used by an application component to pass connection request-specific properties to the ConnectionFactory.
- Connector - Annotation Interface 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. - connectToServer(Class<?>, URI) - Method in interface javax.websocket.WebSocketContainer
-
Connect the supplied annotated endpoint to its server.
- connectToServer(Class<? extends Endpoint>, ClientEndpointConfig, URI) - Method in interface javax.websocket.WebSocketContainer
-
Connect the supplied programmatic endpoint to its server with the given configuration.
- connectToServer(Object, URI) - Method in interface javax.websocket.WebSocketContainer
-
Connect the supplied annotated endpoint instance to its server.
- connectToServer(Endpoint, ClientEndpointConfig, URI) - Method in interface javax.websocket.WebSocketContainer
-
Connect the supplied programmatic client endpoint instance to its server with the given configuration.
- ConstrainedTo - Annotation Interface in javax.ws.rs
-
Indicates the run-time context in which an annotated JAX-RS provider is applicable.
- constraint() - Element in annotation interface javax.validation.OverridesAttribute
- Constraint - Annotation Interface in javax.validation
-
Marks an annotation as being a Bean Validation constraint.
- CONSTRAINT - Enum constant in enum class javax.persistence.ConstraintMode
-
Apply the constraint.
- ConstraintDeclarationException - Exception in javax.validation
-
Exception raised if a constraint declaration is not legal.
- ConstraintDeclarationException() - Constructor for exception javax.validation.ConstraintDeclarationException
- ConstraintDeclarationException(String) - Constructor for exception javax.validation.ConstraintDeclarationException
- ConstraintDeclarationException(String, Throwable) - Constructor for exception javax.validation.ConstraintDeclarationException
- ConstraintDeclarationException(Throwable) - Constructor for exception javax.validation.ConstraintDeclarationException
- ConstraintDefinitionException - Exception in javax.validation
-
Exception raised if a constraint definition is not legal.
- ConstraintDefinitionException() - Constructor for exception javax.validation.ConstraintDefinitionException
- ConstraintDefinitionException(String) - Constructor for exception javax.validation.ConstraintDefinitionException
- ConstraintDefinitionException(String, Throwable) - Constructor for exception javax.validation.ConstraintDefinitionException
- ConstraintDefinitionException(Throwable) - Constructor for exception javax.validation.ConstraintDefinitionException
- ConstraintDescriptor<T extends Annotation> - Interface in javax.validation.metadata
-
Describes a single constraint and its composing constraints.
- constraintIndex() - Element in annotation interface javax.validation.OverridesAttribute
-
The index of the targeted constraint declaration when using multiple constraints of the same type.
- ConstraintMode - Enum Class in javax.persistence
-
Used to control the application of a constraint.
- ConstraintTarget - Enum Class 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 typeT
. - ConstraintValidatorContext - Interface in javax.validation
-
Provides contextual data and operation when applying a given constraint validator.
- ConstraintValidatorContext.ConstraintViolationBuilder - Interface in javax.validation
-
ConstraintViolation
builder allowing to optionally associate the violation report to a sub path. - ConstraintValidatorContext.ConstraintViolationBuilder.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
Iterator
orMap
. - 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
Iterator
orMap
. - constraintValidatorFactory(ConstraintValidatorFactory) - Method in interface javax.validation.Configuration
-
Defines the constraint validator factory.
- constraintValidatorFactory(ConstraintValidatorFactory) - Method in interface javax.validation.ValidatorContext
-
Defines the constraint validator factory implementation used by the
Validator
. - ConstraintValidatorFactory - Interface in javax.validation
-
Instantiates a
ConstraintValidator
instance based off its class. - ConstraintViolation<T> - Interface in javax.validation
-
Describes a constraint violation.
- ConstraintViolationException - Exception in javax.validation
-
Reports the result of constraint violations.
- ConstraintViolationException(String, Set<? extends ConstraintViolation<?>>) - Constructor for exception javax.validation.ConstraintViolationException
-
Creates a constraint violation report.
- ConstraintViolationException(Set<? extends ConstraintViolation<?>>) - Constructor for exception javax.validation.ConstraintViolationException
-
Creates a constraint violation report.
- construct(Class<Y>, Selection<?>...) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create a selection item corresponding to a constructor.
- CONSTRUCTOR - Enum constant in enum class javax.validation.ElementKind
-
A constructor.
- ConstructorDescriptor - Interface in javax.validation.metadata
-
Describes a validated constructor.
- ConstructorResult - Annotation Interface in javax.persistence
-
Used in conjunction with the
SqlResultSetMapping
annotation to map the SELECT clause of a SQL query to a constructor. - CONSTRUCTORS - Enum constant in enum class javax.validation.executable.ExecutableType
-
All constructors.
- Consumes - Annotation Interface in javax.ws.rs
-
Defines the media types that the methods of a resource class or
MessageBodyReader
can accept. - CONTAINER - Enum constant in enum class javax.annotation.Resource.AuthenticationType
- CONTAINER - Enum constant in enum class javax.ejb.ConcurrencyManagementType
-
Container is responsible for managing concurrent access to the bean instance.
- CONTAINER - Enum constant in enum class javax.ejb.TransactionManagementType
-
Container-managed transaction management is used.
- ContainerProvider - Class in javax.websocket
-
Provider class that allows the developer to get a reference to the implementation of the WebSocketContainer.
- ContainerProvider() - Constructor for class javax.websocket.ContainerProvider
- ContainerRequestContext - Interface in javax.ws.rs.container
-
Container request filter context.
- ContainerRequestFilter - Interface in javax.ws.rs.container
-
An extension interface implemented by container request filters.
- ContainerResponseContext - Interface in javax.ws.rs.container
-
Container response filter context.
- ContainerResponseFilter - Interface in javax.ws.rs.container
-
An extension interface implemented by container response filters.
- contains(Class, Object) - Method in interface javax.persistence.Cache
-
Whether the cache contains data for the given entity.
- contains(Object) - Method in interface javax.persistence.EntityManager
-
Check if the instance is a managed entity instance belonging to the current persistence context.
- contains(String) - Method in class javax.mail.FetchProfile
-
Returns true if the fetch profile contains given header name.
- contains(String) - Method in class javax.mail.Flags
-
Check whether the specified user flag is present in this Flags object.
- contains(FetchProfile.Item) - Method in class javax.mail.FetchProfile
-
Returns true if the fetch profile contains given special item.
- contains(Flags) - Method in class javax.mail.Flags
-
Check whether all the flags in the specified Flags object are present in this Flags object.
- contains(Flags.Flag) - Method in class javax.mail.Flags
-
Check whether the specified system flag is present in this Flags object.
- containsHeader(String) - Method in interface javax.servlet.http.HttpServletResponse
-
Returns a boolean indicating whether the named response header has already been set.
- containsHeader(String) - Method in class javax.servlet.http.HttpServletResponseWrapper
-
The default behavior of this method is to call containsHeader(String name) on the wrapped response object.
- containsKey(Object) - Method in class javax.faces.context.FlashWrapper
-
The default behavior of this method is to call
Map.containsKey(Object)
on the wrappedFlash
object. - containsKey(Object) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
- containsValue(Object) - Method in class javax.faces.context.FlashWrapper
-
The default behavior of this method is to call
Map.containsValue(Object)
on the wrappedFlash
object. - containsValue(Object) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
- content - Variable in class javax.mail.internet.MimeBodyPart
-
Byte array that holds the bytes of the content of this Part.
- content - Variable in class javax.mail.internet.MimeMessage
-
Byte array that holds the bytes of this Message's content.
- CONTENT_DISPOSITION - Static variable in interface javax.ws.rs.core.HttpHeaders
-
See {@link <a href="http://tools.ietf.org/html/rfc2183">IETF RFC-2183}.
- CONTENT_ENCODING - Static variable in interface javax.ws.rs.core.HttpHeaders
-
See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.11">HTTP/1.1 documentation}.
- CONTENT_ID - Static variable in interface javax.ws.rs.core.HttpHeaders
-
See {@link <a href="http://tools.ietf.org/html/rfc2392">IETF RFC-2392}.
- CONTENT_INFO - Static variable in class javax.mail.FetchProfile.Item
-
This item is for fetching information about the content of the message.
- CONTENT_LANGUAGE - Static variable in interface javax.ws.rs.core.HttpHeaders
-
See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.12">HTTP/1.1 documentation}.
- CONTENT_LENGTH - Static variable in interface javax.ws.rs.core.HttpHeaders
-
See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.13">HTTP/1.1 documentation}.
- CONTENT_LOCATION - Static variable in interface javax.ws.rs.core.HttpHeaders
-
See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.14">HTTP/1.1 documentation}.
- CONTENT_TYPE - Static variable in interface javax.ws.rs.core.HttpHeaders
-
See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.17">HTTP/1.1 documentation}.
- ContentDisposition - Class in javax.mail.internet
-
This class represents a MIME ContentDisposition value.
- ContentDisposition() - Constructor for class javax.mail.internet.ContentDisposition
-
No-arg Constructor.
- ContentDisposition(String) - Constructor for class javax.mail.internet.ContentDisposition
-
Constructor that takes a ContentDisposition string.
- ContentDisposition(String, ParameterList) - Constructor for class javax.mail.internet.ContentDisposition
-
Constructor.
- contentLocation(URI) - Method in class javax.ws.rs.core.Response.ResponseBuilder
-
Set the content location.
- contentStream - Variable in class javax.mail.internet.MimeBodyPart
-
If the data for this body part was supplied by an InputStream that implements the SharedInputStream interface,
contentStream
is another such stream representing the content of this body part. - contentStream - Variable in class javax.mail.internet.MimeMessage
-
If the data for this message was supplied by an InputStream that implements the SharedInputStream interface,
contentStream
is another such stream representing the content of this message. - contentType - Variable in class javax.mail.Multipart
-
This field specifies the content-type of this multipart object.
- ContentType - Class in javax.mail.internet
-
This class represents a MIME Content-Type value.
- ContentType() - Constructor for class javax.mail.internet.ContentType
-
No-arg Constructor.
- ContentType(String) - Constructor for class javax.mail.internet.ContentType
-
Constructor that takes a Content-Type string.
- ContentType(String, String, ParameterList) - Constructor for class javax.mail.internet.ContentType
-
Constructor.
- Context - Interface in javax.enterprise.context.spi
-
Provides an operation for obtaining contextual instances with a particular scope of any contextual type.
- Context - Annotation Interface 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(String, Throwable) - Constructor for exception javax.enterprise.context.ContextException
- ContextException(Throwable) - Constructor for exception javax.enterprise.context.ContextException
- contextInitialized(ServletContextEvent) - Method in interface javax.servlet.ServletContextListener
-
Receives notification that the web application initialization process is starting.
- ContextNotActiveException - Exception in javax.enterprise.context
-
Indicates that a context is not active.
- ContextNotActiveException() - Constructor for exception javax.enterprise.context.ContextNotActiveException
- ContextNotActiveException(String) - Constructor for exception javax.enterprise.context.ContextNotActiveException
- ContextNotActiveException(String, Throwable) - Constructor for exception javax.enterprise.context.ContextNotActiveException
- ContextNotActiveException(Throwable) - Constructor for exception javax.enterprise.context.ContextNotActiveException
- ContextResolver<T> - Interface in javax.ws.rs.ext
-
Contract for a provider that supplies context information to resource classes and other providers.
- ContextService - Interface in javax.enterprise.concurrent
-
The ContextService provides methods for creating dynamic proxy objects (as defined by
java.lang.reflect.Proxy
) with the addition of context typically associated with applications executing in a Java™ EE environment. - contextSetupComplete() - Method in interface javax.resource.spi.work.WorkContextLifecycleListener
-
Invoked when the
WorkContext
instance was successfully set as the execution context for theWork
instance. - contextSetupFailed(String) - Method in interface javax.resource.spi.work.WorkContextLifecycleListener
-
Invoked when the
WorkContext
instance was set as the execution context for theWork
instance it was associated with. - Contextual<T> - Interface in javax.enterprise.context.spi
-
Defines operations to create and destroy contextual instances of a certain type.
- Conversation - Interface in javax.enterprise.context
-
Allows the application to manage the conversation context by marking the current conversation as transient or long-running, specifying a conversation identifier, or setting the conversation timeout.
- ConversationScoped - Annotation Interface in javax.enterprise.context
-
Specifies that a bean is conversation scoped.
- CONVERSION_MESSAGE_ID - Static variable in class javax.faces.component.UIInput
-
The message identifier of the
FacesMessage
to be created if a conversion error occurs, and neither the page author nor theConverterException
provides a message. - Convert - Annotation Interface 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() - Element in annotation interface javax.persistence.Convert
-
Specifies the converter to be applied.
- Converter - 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 Interface in javax.persistence
-
Specifies that the annotated class is a converter and defines its scope.
- CONVERTER_ID - Static variable in class javax.faces.convert.BigDecimalConverter
-
The standard converter id for this converter.
- CONVERTER_ID - Static variable in class javax.faces.convert.BigIntegerConverter
-
The standard converter id for this converter.
- CONVERTER_ID - Static variable in class javax.faces.convert.BooleanConverter
-
The standard converter id for this converter.
- CONVERTER_ID - Static variable in class javax.faces.convert.ByteConverter
-
The standard converter id for this converter.
- CONVERTER_ID - Static variable in class javax.faces.convert.CharacterConverter
-
The standard converter id for this converter.
- CONVERTER_ID - Static variable in class javax.faces.convert.DateTimeConverter
-
The standard converter id for this converter.
- CONVERTER_ID - Static variable in class javax.faces.convert.DoubleConverter
-
The standard converter id for this converter.
- CONVERTER_ID - Static variable in class javax.faces.convert.EnumConverter
-
The standard converter id for this converter.
- CONVERTER_ID - Static variable in class javax.faces.convert.FloatConverter
-
The standard converter id for this converter.
- CONVERTER_ID - Static variable in class javax.faces.convert.IntegerConverter
-
The standard converter id for this converter.
- CONVERTER_ID - Static variable in class javax.faces.convert.LongConverter
-
The standard converter id for this converter.
- CONVERTER_ID - Static variable in class javax.faces.convert.NumberConverter
-
The standard converter id for this converter.
- CONVERTER_ID - Static variable in class javax.faces.convert.ShortConverter
-
The standard converter id for this converter.
- ConverterConfig - Interface in javax.faces.view.facelets
-
A Facelet version of the JSP
ConverterTag
. - ConverterELTag - Class in javax.faces.webapp
-
ConverterELTag is a base class for all JSP custom actions that create and register a
Converter
instance on theValueHolder
associated with our most immediate surrounding instance of a tag whose implementation class is a subclass ofUIComponentClassicTagBase
. - ConverterELTag() - Constructor for class javax.faces.webapp.ConverterELTag
- ConverterException - Exception in javax.faces.convert
-
ConverterException is an exception thrown by the
getAsObject()
orgetAsText()
method of aConverter
, to indicate that the requested conversion cannot be performed. - ConverterException() - Constructor for exception javax.faces.convert.ConverterException
-
Construct a new exception with no detail message or root cause.
- ConverterException(String) - Constructor for exception javax.faces.convert.ConverterException
-
Construct a new exception with the specified detail message and no root cause.
- ConverterException(String, Throwable) - Constructor for exception javax.faces.convert.ConverterException
-
Construct a new exception with the specified detail message and root cause.
- ConverterException(Throwable) - Constructor for exception javax.faces.convert.ConverterException
-
Construct a new exception with the specified root cause.
- ConverterException(FacesMessage) - Constructor for exception javax.faces.convert.ConverterException
-
Construct a new exception with the specified detail message and no root cause.
- ConverterException(FacesMessage, Throwable) - Constructor for exception javax.faces.convert.ConverterException
-
Construct a new exception with the specified detail message and root cause.
- ConverterHandler - Class in javax.faces.view.facelets
-
Handles setting a
Converter
instance on aValueHolder
parent. - ConverterHandler(ConverterConfig) - Constructor for class javax.faces.view.facelets.ConverterHandler
- ConverterTag - Class in javax.faces.webapp
-
Deprecated.This has been partially replaced by
ConverterELTag
. The remainder of the functionality, namely, the binding facility and the implementation of theConverterTag.createConverter()
method, is now an implementation detail. - ConverterTag() - Constructor for class javax.faces.webapp.ConverterTag
-
Deprecated.
- ConvertGroup - Annotation Interface in javax.validation.groups
-
Converts group
from
to groupto
during cascading. - ConvertGroup.List - Annotation Interface in javax.validation.groups
-
Defines several
ConvertGroup
annotations on the same element. - Converts - Annotation Interface in javax.persistence
-
Used to group
Convert
annotations. - convertToDatabaseColumn(X) - Method in interface javax.persistence.AttributeConverter
-
Converts the value stored in the entity attribute into the data representation to be stored in the database.
- convertToEntityAttribute(Y) - Method in interface javax.persistence.AttributeConverter
-
Converts the data stored in the database column into the value to be stored in the entity attribute.
- convertToType(Object, Class<?>) - Method in class javax.el.ELContext
-
Converts an object to a specific type.
- convertToType(ELContext, Object, Class<?>) - Method in class javax.el.CompositeELResolver
-
Converts an object to a specific type.
- convertToType(ELContext, Object, Class<?>) - Method in class javax.el.ELResolver
-
Converts an object to a specific type.
- convertToType(ELContext, Object, Class<?>) - Method in class javax.el.TypeConverter
-
Converts an object to a specific type.
- cookie(String, String) - Method in interface javax.ws.rs.client.Invocation.Builder
-
Add a cookie to be set.
- cookie(Cookie) - Method in interface javax.ws.rs.client.Invocation.Builder
-
Add a cookie to be set.
- cookie(NewCookie...) - Method in class javax.ws.rs.core.Response.ResponseBuilder
-
Add cookies to the response message.
- Cookie - Class in javax.servlet.http
-
Creates a cookie, a small amount of information sent by a servlet to a Web browser, saved by the browser, and later sent back to the server.
- Cookie - Class in javax.ws.rs.core
-
Represents the value of a HTTP cookie, transferred in a request.
- Cookie(String, String) - Constructor for class javax.servlet.http.Cookie
-
Constructs a cookie with the specified name and value.
- Cookie(String, String) - Constructor for class javax.ws.rs.core.Cookie
-
Create a new instance.
- Cookie(String, String, String, String) - Constructor for class javax.ws.rs.core.Cookie
-
Create a new instance.
- Cookie(String, String, String, String, int) - Constructor for class javax.ws.rs.core.Cookie
-
Create a new instance.
- COOKIE - Enum constant in enum class javax.servlet.SessionTrackingMode
- COOKIE - Static variable in interface javax.ws.rs.core.HttpHeaders
-
See {@link <a href="http://www.ietf.org/rfc/rfc2109.txt">IETF RFC 2109}.
- CookieParam - Annotation Interface in javax.ws.rs
-
Binds the value of a HTTP cookie to a resource method parameter, resource class field, or resource class bean property.
- copyMessages(Message[], Folder) - Method in class javax.mail.Folder
-
Copy the specified Messages from this Folder into another Folder.
- correlate(CollectionJoin<X, Y>) - Method in interface javax.persistence.criteria.Subquery
-
Create a subquery collection join object correlated to a collection join object of the enclosing query.
- correlate(Join<X, Y>) - Method in interface javax.persistence.criteria.Subquery
-
Create a subquery join object correlated to a join object of the enclosing query.
- correlate(ListJoin<X, Y>) - Method in interface javax.persistence.criteria.Subquery
-
Create a subquery list join object correlated to a list join object of the enclosing query.
- correlate(MapJoin<X, K, V>) - Method in interface javax.persistence.criteria.Subquery
-
Create a subquery map join object correlated to a map join object of the enclosing query.
- correlate(Root<Y>) - Method in interface javax.persistence.criteria.Subquery
-
Create a subquery root correlated to a root of the enclosing query.
- correlate(SetJoin<X, Y>) - Method in interface javax.persistence.criteria.Subquery
-
Create a subquery set join object correlated to a set join object of the enclosing query.
- count(Expression<?>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create an aggregate expression applying the count operation.
- countDistinct(Expression<?>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create an aggregate expression applying the count distinct operation.
- CountStatistic - Interface in javax.management.j2ee.statistics
-
Specifies standard count measurements.
- create() - Method in interface javax.management.j2ee.ManagementHome
-
Creates an MEJB session object which provides access to the J2EE Management Model
- create() - Static method in class javax.websocket.ClientEndpointConfig.Builder
-
Creates a new builder object with no subprotocols, extensions, encoders, decoders and a
null
configurator. - create(int) - Method in class javax.mail.Folder
-
Create this folder on the Store.
- create(Class<?>, String) - Static method in class javax.websocket.server.ServerEndpointConfig.Builder
-
Creates the builder with the mandatory information of the endpoint class (programmatic or annotated), the relative URI or URI-template to use, and with no subprotocols, extensions, encoders, decoders or custom configurator.
- create(Object) - Static method in class javax.xml.ws.Endpoint
-
Creates an endpoint with the specified implementor object.
- create(Object, WebServiceFeature...) - Static method in class javax.xml.ws.Endpoint
-
Creates an endpoint with the specified implementor object and web service features.
- create(String, Object) - Static method in class javax.xml.ws.Endpoint
-
Creates an endpoint with the specified binding type and implementor object.
- create(String, Object, WebServiceFeature...) - Static method in class javax.xml.ws.Endpoint
-
Creates an endpoint with the specified binding type, implementor object, and web service features.
- create(URL, QName) - Static method in class javax.xml.ws.Service
-
Creates a
Service
instance. - create(URL, QName, WebServiceFeature...) - Static method in class javax.xml.ws.Service
-
Creates a
Service
instance. - create(CreationalContext<T>) - Method in interface javax.enterprise.context.spi.Contextual
-
Create a new instance of the contextual type.
- create(QName) - Static method in class javax.xml.ws.Service
-
Creates a
Service
instance. - create(QName, WebServiceFeature...) - Static method in class javax.xml.ws.Service
-
Creates a
Service
instance. - createAndPublishEndpoint(String, Object) - Method in class javax.xml.ws.spi.Provider
-
Creates and publishes an endpoint object with the specified address and implementation object.
- createAndPublishEndpoint(String, Object, WebServiceFeature...) - Method in class javax.xml.ws.spi.Provider
-
Creates and publishes an endpoint object with the specified address, implementation object and web service features.
- createAnnotatedType(Class<T>) - Method in interface javax.enterprise.inject.spi.BeanManager
-
Obtain an
AnnotatedType
that may be used to read the annotations of the given class or interface. - createArrayBuilder() - Static method in class javax.json.Json
-
Creates a JSON array builder
- createArrayBuilder() - Method in interface javax.json.JsonBuilderFactory
-
Creates a
JsonArrayBuilder
instance that is used to buildJsonArray
- createArrayBuilder() - Method in class javax.json.spi.JsonProvider
-
Creates a JSON array builder
- createBean(BeanAttributes<T>, Class<T>, InjectionTargetFactory<T>) - Method in interface javax.enterprise.inject.spi.BeanManager
- createBean(BeanAttributes<T>, Class<X>, ProducerFactory<X>) - Method in interface javax.enterprise.inject.spi.BeanManager
- createBeanAttributes(AnnotatedMember<?>) - Method in interface javax.enterprise.inject.spi.BeanManager
-
Obtains a
BeanAttributes
for the givenAnnotatedType
. - createBeanAttributes(AnnotatedType<T>) - Method in interface javax.enterprise.inject.spi.BeanManager
-
Obtains a
BeanAttributes
for the givenAnnotatedType
. - createBehavior(String) - Method in class javax.faces.application.Application
-
Instantiate and return a new
Behavior
instance of the class specified by a previous call toaddBehavior()
for the specified behavior id. - createBehavior(String) - Method in class javax.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.createBehavior(String)
on the wrappedApplication
object. - createBehaviorHandlerDelegate(BehaviorHandler) - Method in class javax.faces.view.facelets.TagHandlerDelegateFactory
-
Create and return a
TagHandlerDelegate
instance designed for use withBehaviorHandler
. - createBinder() - Method in class javax.xml.bind.JAXBContext
-
Creates a Binder for W3C DOM.
- createBinder(Class<T>) - Method in class javax.xml.bind.JAXBContext
-
Creates a Binder object that can be used for associative/in-place unmarshalling/marshalling.
- createBrowser(Queue) - Method in interface javax.jms.JMSContext
-
Creates a
QueueBrowser
object to peek at the messages on the specified queue. - createBrowser(Queue) - Method in interface javax.jms.QueueSession
-
Creates a
QueueBrowser
object to peek at the messages on the specified queue. - createBrowser(Queue) - Method in interface javax.jms.Session
-
Creates a
QueueBrowser
object to peek at the messages on the specified queue. - createBrowser(Queue, String) - Method in interface javax.jms.JMSContext
-
Creates a
QueueBrowser
object to peek at the messages on the specified queue using a message selector. - createBrowser(Queue, String) - Method in interface javax.jms.QueueSession
-
Creates a
QueueBrowser
object to peek at the messages on the specified queue using a message selector. - createBrowser(Queue, String) - Method in interface javax.jms.Session
-
Creates a
QueueBrowser
object to peek at the messages on the specified queue using a message selector. - createBuilderFactory(Map<String, ?>) - Static method in class javax.json.Json
-
Creates a builder factory for creating
JsonArrayBuilder
andJsonObjectBuilder
objects. - createBuilderFactory(Map<String, ?>) - Method in class javax.json.spi.JsonProvider
-
Creates a builder factory for creating
JsonArrayBuilder
andJsonObjectBuilder
objects. - createBytesMessage() - Method in interface javax.jms.JMSContext
-
Creates a
BytesMessage
object. - createBytesMessage() - Method in interface javax.jms.Session
-
Creates a
BytesMessage
object. - createCalendarTimer(ScheduleExpression) - Method in interface javax.ejb.TimerService
-
Create a calendar-based timer based on the input schedule expression.
- createCalendarTimer(ScheduleExpression, TimerConfig) - Method in interface javax.ejb.TimerService
-
Create a calendar-based timer based on the input schedule expression.
- createClientBehaviorContext(FacesContext, UIComponent, String, String, Collection<ClientBehaviorContext.Parameter>) - Static method in class javax.faces.component.behavior.ClientBehaviorContext
-
Creates a ClientBehaviorContext instance.
- createComponent(String) - Method in class javax.faces.application.Application
-
Instantiate and return a new
UIComponent
instance of the class specified by a previous call toaddComponent()
for the specified component type. - createComponent(String) - Method in class javax.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.createComponent(String)
on the wrappedApplication
object. - createComponent(ValueExpression, FacesContext, String) - Method in class javax.faces.application.Application
- createComponent(ValueExpression, FacesContext, String) - Method in class javax.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.createComponent(javax.el.ValueExpression, javax.faces.context.FacesContext, String)
on the wrappedApplication
object. - createComponent(ValueExpression, FacesContext, String, String) - Method in class javax.faces.application.Application
-
Like
Application.createComponent(ValueExpression, FacesContext, String)
except theRenderer
for the component to be returned must be inspected for the annotations mentioned inApplication.createComponent(ValueExpression, FacesContext, String)
as specified in the documentation for that method. - createComponent(ValueExpression, FacesContext, String, String) - Method in class javax.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.createComponent(javax.el.ValueExpression, javax.faces.context.FacesContext, String, String)
on the wrappedApplication
object. - createComponent(FacesContext, String) - Method in class javax.faces.webapp.UIComponentClassicTagBase
-
Create and return a new child component of the type returned by calling
getComponentType()
. - createComponent(FacesContext, String) - Method in class javax.faces.webapp.UIComponentELTag
-
Create and return a new child component of the type returned by calling
getComponentType()
. - createComponent(FacesContext, String) - Method in class javax.faces.webapp.UIComponentTag
-
Deprecated.Implement
createComponent
using Faces 1.1 EL API. - createComponent(FacesContext, String, String) - Method in class javax.faces.application.Application
-
Like
Application.createComponent(String)
except theRenderer
for the component to be returned must be inspected for the annotations mentioned inApplication.createComponent(ValueExpression, FacesContext, String)
as specified in the documentation for that method. - createComponent(FacesContext, String, String) - Method in class javax.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.createComponent(javax.faces.context.FacesContext, String, String)
on the wrappedApplication
object. - createComponent(FacesContext, String, String, Map<String, Object>) - Method in class javax.faces.view.ViewDeclarationLanguage
-
Create a component given a
ViewDeclarationLanguage
specific tag library URI and tag name. - createComponent(FacesContext, String, String, Map<String, Object>) - Method in class javax.faces.view.ViewDeclarationLanguageWrapper
- createComponent(FacesContext, Resource) - Method in class javax.faces.application.Application
- createComponent(FacesContext, Resource) - Method in class javax.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.createComponent(javax.faces.context.FacesContext, Resource)
on the wrappedApplication
object. - createComponent(ValueBinding, FacesContext, String) - Method in class javax.faces.application.Application
-
Deprecated.This has been replaced by
Application.createComponent(javax.el.ValueExpression,javax.faces.context.FacesContext,java.lang.String)
. - createComponent(ValueBinding, FacesContext, String) - Method in class javax.faces.application.ApplicationWrapper
-
Deprecated.See superclass for alternative.
- createComponent(FaceletContext) - Method in class javax.faces.view.facelets.ComponentHandler
-
Subclasses that wish to take over the task of instantiating the
UIComponent
instance corresponding to this tag handler my override this method to do so. - createComponentHandlerDelegate(ComponentHandler) - Method in class javax.faces.view.facelets.TagHandlerDelegateFactory
-
Create and return a
TagHandlerDelegate
instance designed for use withComponentHandler
. - createConnection() - Method in interface javax.jms.ConnectionFactory
-
Creates a connection with the default user identity.
- createConnection(String, String) - Method in interface javax.jms.ConnectionFactory
-
Creates a connection with the specified user identity.
- createConnectionConsumer(Destination, String, ServerSessionPool, int) - Method in interface javax.jms.Connection
-
Creates a connection consumer for this connection (optional operation) on the specific destination.
- createConnectionConsumer(Queue, String, ServerSessionPool, int) - Method in interface javax.jms.QueueConnection
-
Creates a connection consumer for this connection (optional operation).
- createConnectionConsumer(Topic, String, ServerSessionPool, int) - Method in interface javax.jms.TopicConnection
-
Creates a connection consumer for this connection (optional operation).
- createConnectionFactory() - Method in interface javax.resource.spi.ManagedConnectionFactory
-
Creates a Connection Factory instance.
- createConnectionFactory(ConnectionManager) - Method in interface javax.resource.spi.ManagedConnectionFactory
-
Creates a Connection Factory instance.
- createConsumer(Destination) - Method in interface javax.jms.JMSContext
-
Creates a
JMSConsumer
for the specified destination. - createConsumer(Destination) - Method in interface javax.jms.Session
-
Creates a
MessageConsumer
for the specified destination. - createConsumer(Destination, String) - Method in interface javax.jms.JMSContext
-
Creates a
JMSConsumer
for the specified destination, using a message selector. - createConsumer(Destination, String) - Method in interface javax.jms.Session
-
Creates a
MessageConsumer
for the specified destination, using a message selector. - createConsumer(Destination, String, boolean) - Method in interface javax.jms.JMSContext
-
Creates a
JMSConsumer
for the specified destination, specifying a message selector and thenoLocal
parameter. - createConsumer(Destination, String, boolean) - Method in interface javax.jms.Session
-
Creates a
MessageConsumer
for the specified destination, specifying a message selector and thenoLocal
parameter. - createContainerEntityManagerFactory(PersistenceUnitInfo, Map) - Method in interface javax.persistence.spi.PersistenceProvider
-
Called by the container when an
EntityManagerFactory
is to be created. - createContext() - Method in interface javax.jms.ConnectionFactory
-
Creates a JMSContext with the default user identity and an unspecified sessionMode.
- createContext(int) - Method in interface javax.jms.ConnectionFactory
-
Creates a JMSContext with the default user identity and the specified session mode.
- createContext(int) - Method in interface javax.jms.JMSContext
-
Creates a new
JMSContext
with the specified session mode using the same connection as thisJMSContext
and creating a new session. - createContext(String, String) - Method in interface javax.jms.ConnectionFactory
-
Creates a JMSContext with the specified user identity and an unspecified sessionMode.
- createContext(String, String, int) - Method in interface javax.jms.ConnectionFactory
-
Creates a JMSContext with the specified user identity and the specified session mode.
- createContextualProxy(Object, Class<?>...) - Method in interface javax.enterprise.concurrent.ContextService
-
Creates a new contextual object proxy for the input object instance.
- createContextualProxy(Object, Map<String, String>, Class<?>...) - Method in interface javax.enterprise.concurrent.ContextService
-
Creates a new contextual object proxy for the input object instance.
- createContextualProxy(T, Class<T>) - Method in interface javax.enterprise.concurrent.ContextService
-
Creates a new contextual object proxy for the input object instance.
- createContextualProxy(T, Map<String, String>, Class<T>) - Method in interface javax.enterprise.concurrent.ContextService
-
Creates a new contextual object proxy for the input object instance.
- createConverter() - Method in class javax.faces.webapp.ConverterELTag
-
Create and return a new
Converter
to be registered on our surroundingUIComponent
. - createConverter() - Method in class javax.faces.webapp.ConverterTag
-
Deprecated.Create and return a new
Converter
to be registered on our surroundingUIComponent
. - createConverter(Class<?>) - Method in class javax.faces.application.Application
-
Instantiate and return a new
Converter
instance of the class that has registered itself as capable of performing conversions for objects of the specified type. - createConverter(Class<?>) - Method in class javax.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.createConverter(Class)
on the wrappedApplication
object. - createConverter(String) - Method in class javax.faces.application.Application
-
Instantiate and return a new
Converter
instance of the class specified by a previous call toaddConverter()
for the specified converter id. - createConverter(String) - Method in class javax.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.createConverter(String)
on the wrappedApplication
object. - createConverterHandlerDelegate(ConverterHandler) - Method in class javax.faces.view.facelets.TagHandlerDelegateFactory
-
Create and return a
TagHandlerDelegate
instance designed for use withConverterHandler
. - createCreationalContext(Contextual<T>) - Method in interface javax.enterprise.inject.spi.BeanManager
-
Obtain an instance of a
CreationalContext
for the given contextual type, or for a non-contextual object. - createCriteriaDelete(Class<T>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create a
CriteriaDelete
query object to perform a bulk delete operation. - createCriteriaUpdate(Class<T>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create a
CriteriaUpdate
query object to perform a bulk update operation. - created(URI) - Static method in class javax.ws.rs.core.Response
-
Create a new ResponseBuilder for a created resource, set the location header using the supplied value.
- CREATED - Enum constant in enum class javax.ws.rs.core.Response.Status
-
201 Created, see {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.2">HTTP/1.1 documentation}.
- CREATED - Static variable in class javax.mail.event.FolderEvent
-
The folder was created.
- createDispatch(QName, Class<T>, Service.Mode) - Method in class javax.xml.ws.Service
-
Creates a
Dispatch
instance for use with objects of the client's choosing. - createDispatch(QName, Class<T>, Service.Mode) - Method in class javax.xml.ws.spi.ServiceDelegate
-
Creates a
Dispatch
instance for use with objects of the user's choosing. - createDispatch(QName, Class<T>, Service.Mode, WebServiceFeature...) - Method in class javax.xml.ws.Service
-
Creates a
Dispatch
instance for use with objects of the client's choosing. - createDispatch(QName, Class<T>, Service.Mode, WebServiceFeature...) - Method in class javax.xml.ws.spi.ServiceDelegate
-
Creates a
Dispatch
instance for use with objects of the user's choosing. - createDispatch(QName, JAXBContext, Service.Mode) - Method in class javax.xml.ws.Service
-
Creates a
Dispatch
instance for use with JAXB generated objects. - createDispatch(QName, JAXBContext, Service.Mode) - Method in class javax.xml.ws.spi.ServiceDelegate
-
Creates a
Dispatch
instance for use with JAXB generated objects. - createDispatch(QName, JAXBContext, Service.Mode, WebServiceFeature...) - Method in class javax.xml.ws.Service
-
Creates a
Dispatch
instance for use with JAXB generated objects. - createDispatch(QName, JAXBContext, Service.Mode, WebServiceFeature...) - Method in class javax.xml.ws.spi.ServiceDelegate
-
Creates a
Dispatch
instance for use with JAXB generated objects. - createDispatch(EndpointReference, Class<T>, Service.Mode, WebServiceFeature...) - Method in class javax.xml.ws.Service
-
Creates a
Dispatch
instance for use with objects of the client's choosing. - createDispatch(EndpointReference, Class<T>, Service.Mode, WebServiceFeature...) - Method in class javax.xml.ws.spi.ServiceDelegate
-
Creates a
Dispatch
instance for use with objects of the user's choosing. - createDispatch(EndpointReference, JAXBContext, Service.Mode, WebServiceFeature...) - Method in class javax.xml.ws.Service
-
Creates a
Dispatch
instance for use with JAXB generated objects. - createDispatch(EndpointReference, JAXBContext, Service.Mode, WebServiceFeature...) - Method in class javax.xml.ws.spi.ServiceDelegate
-
Creates a
Dispatch
instance for use with JAXB generated objects. - createDurableConnectionConsumer(Topic, String, String, ServerSessionPool, int) - Method in interface javax.jms.Connection
-
Creates a connection consumer for this connection (optional operation) on the specific topic using an unshared durable subscription with the specified name.
- createDurableConnectionConsumer(Topic, String, String, ServerSessionPool, int) - Method in interface javax.jms.TopicConnection
-
Create a durable connection consumer for this connection (optional operation).
- createDurableConsumer(Topic, String) - Method in interface javax.jms.JMSContext
-
Creates an unshared durable subscription on the specified topic (if one does not already exist) and creates a consumer on that durable subscription.
- createDurableConsumer(Topic, String) - Method in interface javax.jms.Session
-
Creates an unshared durable subscription on the specified topic (if one does not already exist) and creates a consumer on that durable subscription.
- createDurableConsumer(Topic, String, String, boolean) - Method in interface javax.jms.JMSContext
-
Creates an unshared durable subscription on the specified topic (if one does not already exist), specifying a message selector and the
noLocal
parameter, and creates a consumer on that durable subscription. - createDurableConsumer(Topic, String, String, boolean) - Method in interface javax.jms.Session
-
Creates an unshared durable subscription on the specified topic (if one does not already exist), specifying a message selector and the
noLocal
parameter, and creates a consumer on that durable subscription. - createDurableSubscriber(Topic, String) - Method in interface javax.jms.Session
-
Creates an unshared durable subscription on the specified topic (if one does not already exist) and creates a consumer on that durable subscription.
- createDurableSubscriber(Topic, String) - Method in interface javax.jms.TopicSession
-
Creates an unshared durable subscription on the specified topic (if one does not already exist) and creates a consumer on that durable subscription.
- createDurableSubscriber(Topic, String, String, boolean) - Method in interface javax.jms.Session
-
Creates an unshared durable subscription on the specified topic (if one does not already exist), specifying a message selector and the
noLocal
parameter, and creates a consumer on that durable subscription. - createDurableSubscriber(Topic, String, String, boolean) - Method in interface javax.jms.TopicSession
-
Creates an unshared durable subscription on the specified topic (if one does not already exist), specifying a message selector and the
noLocal
parameter, and creates a consumer on that durable subscription. - createEJBContainer() - Static method in class javax.ejb.embeddable.EJBContainer
-
Create and initialize an embeddable EJB container.
- createEJBContainer(Map<?, ?>) - Static method in class javax.ejb.embeddable.EJBContainer
-
Create and initialize an embeddable EJB container with a set of configuration properties.
- createEJBContainer(Map<?, ?>) - Method in interface javax.ejb.spi.EJBContainerProvider
-
Called by the embeddable container bootstrap process to find a suitable embeddable container implementation.
- createEndpoint(String, Class<?>, Invoker, WebServiceFeature...) - Method in class javax.xml.ws.spi.Provider
-
Creates an endpoint object with the provided binding, implementation class, invoker and web service features.
- createEndpoint(String, Object) - Method in class javax.xml.ws.spi.Provider
-
Creates an endpoint object with the provided binding and implementation object.
- createEndpoint(String, Object, WebServiceFeature...) - Method in class javax.xml.ws.spi.Provider
-
Creates an endpoint object with the provided binding, implementation object and web service features.
- createEndpoint(XAResource) - Method in interface javax.resource.spi.endpoint.MessageEndpointFactory
-
This is used to create a message endpoint.
- createEndpoint(XAResource, long) - Method in interface javax.resource.spi.endpoint.MessageEndpointFactory
-
This is used to create a message endpoint.
- createEndpoint(Application, Class<T>) - Method in class javax.ws.rs.ext.RuntimeDelegate
-
Create a configured instance of the supplied endpoint type.
- createEntityGraph(Class<T>) - Method in interface javax.persistence.EntityManager
-
Return a mutable EntityGraph that can be used to dynamically create an EntityGraph.
- createEntityGraph(String) - Method in interface javax.persistence.EntityManager
-
Return a mutable copy of the named EntityGraph.
- createEntityManager() - Method in interface javax.persistence.EntityManagerFactory
-
Create a new application-managed
EntityManager
. - createEntityManager(Map) - Method in interface javax.persistence.EntityManagerFactory
-
Create a new application-managed
EntityManager
with the specified Map of properties. - createEntityManager(SynchronizationType) - Method in interface javax.persistence.EntityManagerFactory
-
Create a new JTA application-managed
EntityManager
with the specified synchronization type. - createEntityManager(SynchronizationType, Map) - Method in interface javax.persistence.EntityManagerFactory
-
Create a new JTA application-managed
EntityManager
with the specified synchronization type and map of properties. - createEntityManagerFactory(String) - Static method in class javax.persistence.Persistence
-
Create and return an EntityManagerFactory for the named persistence unit.
- createEntityManagerFactory(String, Map) - Static method in class javax.persistence.Persistence
-
Create and return an EntityManagerFactory for the named persistence unit using the given properties.
- createEntityManagerFactory(String, Map) - Method in interface javax.persistence.spi.PersistenceProvider
-
Called by
Persistence
class when anEntityManagerFactory
is to be created. - CreateException - Exception in javax.ejb
-
The CreateException exception must be included in the throws clauses of all create methods defined in an enterprise bean's home or local home interface.
- CreateException() - Constructor for exception javax.ejb.CreateException
-
Constructs a CreateException with no detail message.
- CreateException(String) - Constructor for exception javax.ejb.CreateException
-
Constructs a CreateException with the specified detail message.
- createFilter(Class<T>) - Method in interface javax.servlet.ServletContext
-
Instantiates the given Filter class.
- createFlowHandler(FacesContext) - Method in class javax.faces.flow.FlowHandlerFactory
-
Create the singleton instance of
FlowHandler
. - createFlowHandler(FacesContext) - Method in class javax.faces.flow.FlowHandlerFactoryWrapper
- createGenerator(OutputStream) - Static method in class javax.json.Json
-
Creates a JSON generator for writing JSON to a byte stream.
- createGenerator(OutputStream) - Method in class javax.json.spi.JsonProvider
-
Creates a JSON generator for writing JSON text to a byte stream.
- createGenerator(OutputStream) - Method in interface javax.json.stream.JsonGeneratorFactory
-
Creates a JSON generator to write JSON text to a byte stream.
- createGenerator(OutputStream, Charset) - Method in interface javax.json.stream.JsonGeneratorFactory
-
Creates a JSON generator to write JSON text to a byte stream.
- createGenerator(Writer) - Static method in class javax.json.Json
-
Creates a JSON generator for writing JSON to a character stream.
- createGenerator(Writer) - Method in class javax.json.spi.JsonProvider
-
Creates a JSON generator for writing JSON text to a character stream.
- createGenerator(Writer) - Method in interface javax.json.stream.JsonGeneratorFactory
-
Creates a JSON generator to write JSON text to a character stream.
- createGeneratorFactory(Map<String, ?>) - Static method in class javax.json.Json
-
Creates a generator factory for creating
JsonGenerator
objects. - createGeneratorFactory(Map<String, ?>) - Method in class javax.json.spi.JsonProvider
-
Creates a generator factory for creating
JsonGenerator
instances. - createGenericConfiguration(BootstrapState) - Method in interface javax.validation.spi.ValidationProvider
-
Returns a
Configuration
instance. - createHeaderDelegate(Class<T>) - Method in class javax.ws.rs.ext.RuntimeDelegate
-
Obtain an instance of a
RuntimeDelegate.HeaderDelegate
for the supplied class. - createIndexedRecord(String) - Method in interface javax.resource.cci.RecordFactory
-
Creates a IndexedRecord.
- createInjectionPoint(AnnotatedField<?>) - Method in interface javax.enterprise.inject.spi.BeanManager
-
Obtains a container provided implementation of
InjectionPoint
for the givenAnnotatedField
. - createInjectionPoint(AnnotatedParameter<?>) - Method in interface javax.enterprise.inject.spi.BeanManager
-
Obtains a container provided implementation of
InjectionPoint
for the givenAnnotatedParameter
. - createInjectionTarget(AnnotatedType<T>) - Method in interface javax.enterprise.inject.spi.BeanManager
-
Obtains an
InjectionTarget
for the givenAnnotatedType
. - createInjectionTarget(Bean<T>) - Method in interface javax.enterprise.inject.spi.InjectionTargetFactory
-
Create a new injection target for a bean.
- createInteraction() - Method in interface javax.resource.cci.Connection
-
Creates an Interaction associated with this Connection.
- 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.
- createJAXBIntrospector() - Method in class javax.xml.bind.JAXBContext
-
Creates a JAXBIntrospector object that can be used to introspect JAXB objects.
- createLinkBuilder() - Method in class javax.ws.rs.ext.RuntimeDelegate
-
Create a new instance of a
Link.Builder
. - createListener(Class<T>) - Method in interface javax.servlet.AsyncContext
-
Instantiates the given
AsyncListener
class. - createListener(Class<T>) - Method in interface javax.servlet.ServletContext
-
Instantiates the given EventListener class.
- createManagedConnection(Subject, ConnectionRequestInfo) - Method in interface javax.resource.spi.ManagedConnectionFactory
-
Creates a new physical connection to the underlying EIS resource manager.
- createMapMessage() - Method in interface javax.jms.JMSContext
-
Creates a
MapMessage
object. - createMapMessage() - Method in interface javax.jms.Session
-
Creates a
MapMessage
object. - createMappedRecord(String) - Method in interface javax.resource.cci.RecordFactory
-
Creates a MappedRecord.
- createMarshaller() - Method in class javax.xml.bind.JAXBContext
-
Create a Marshaller object that can be used to convert a java content tree into XML data.
- createMessage() - Method in interface javax.jms.JMSContext
-
Creates a
Message
object. - createMessage() - Method in interface javax.jms.Session
-
Creates a
Message
object. - createMetadataView(FacesContext) - Method in class javax.faces.view.ViewMetadata
-
Creates a new
UIViewRoot
containing only view parameter metadata. - createMetaRuleset(Class) - Method in class javax.faces.view.facelets.DelegatingMetaTagHandler
-
The default implementation simply calls through to
TagHandlerDelegate.createMetaRuleset(java.lang.Class)
and returns the result. - createMetaRuleset(Class) - Method in class javax.faces.view.facelets.MetaTagHandler
-
Extend this method in order to add your own rules.
- createMetaRuleset(Class) - Method in class javax.faces.view.facelets.TagHandlerDelegate
-
Return a
MetaRuleset
particular to this kind of tag handler. - createMethodBinding(String, Class<?>[]) - Method in class javax.faces.application.Application
-
Deprecated.This has been replaced by calling
Application.getExpressionFactory()
thenExpressionFactory.createMethodExpression(javax.el.ELContext, java.lang.String, java.lang.Class<?>, java.lang.Class<?>[])
. - createMethodBinding(String, Class<?>[]) - Method in class javax.faces.application.ApplicationWrapper
-
Deprecated.See superclass for alternative.
- createMethodExpression(ELContext, String, Class<?>, Class<?>[]) - Method in class javax.el.ExpressionFactory
-
Parses an expression into a
MethodExpression
for later evaluation. - createMimeBodyPart(InputStream) - Method in class javax.mail.internet.MimeMultipart
-
Create and return a MimeBodyPart object to represent a body part parsed from the InputStream.
- createMimeBodyPart(InternetHeaders, byte[]) - Method in class javax.mail.internet.MimeMultipart
-
Create and return a MimeBodyPart object to represent a body part parsed from the InputStream.
- createMimeMessage(Session) - Method in class javax.mail.internet.MimeMessage
-
Create and return a MimeMessage object.
- createNamedQuery(String) - Method in interface javax.persistence.EntityManager
-
Create an instance of
Query
for executing a named query (in the Java Persistence query language or in native SQL). - createNamedQuery(String, Class<T>) - Method in interface javax.persistence.EntityManager
-
Create an instance of
TypedQuery
for executing a Java Persistence query language named query. - createNamedStoredProcedureQuery(String) - Method in interface javax.persistence.EntityManager
-
Create an instance of
StoredProcedureQuery
for executing a stored procedure in the database. - createNativeQuery(String) - Method in interface javax.persistence.EntityManager
-
Create an instance of
Query
for executing a native SQL statement, e.g., for update or delete. - createNativeQuery(String, Class) - Method in interface javax.persistence.EntityManager
-
Create an instance of
Query
for executing a native SQL query. - createNativeQuery(String, String) - Method in interface javax.persistence.EntityManager
-
Create an instance of
Query
for executing a native SQL query. - createObjectBuilder() - Static method in class javax.json.Json
-
Creates a JSON object builder
- createObjectBuilder() - Method in interface javax.json.JsonBuilderFactory
-
Creates a
JsonObjectBuilder
instance that is used to buildJsonObject
. - createObjectBuilder() - Method in class javax.json.spi.JsonProvider
-
Creates a JSON object builder
- createObjectMessage() - Method in interface javax.jms.JMSContext
-
Creates an
ObjectMessage
object. - createObjectMessage() - Method in interface javax.jms.Session
-
Creates an
ObjectMessage
object. - createObjectMessage(Serializable) - Method in interface javax.jms.JMSContext
-
Creates an initialized
ObjectMessage
object. - createObjectMessage(Serializable) - Method in interface javax.jms.Session
-
Creates an initialized
ObjectMessage
object. - createOutput(String, String) - Method in class javax.xml.bind.SchemaOutputResolver
-
Decides where the schema file (of the given namespace URI) will be written, and return it as a
Result
object. - createParser(InputStream) - Static method in class javax.json.Json
-
Creates a JSON parser from a byte stream.
- createParser(InputStream) - Method in class javax.json.spi.JsonProvider
-
Creates a JSON parser from the specified byte stream.
- createParser(InputStream) - Method in interface javax.json.stream.JsonParserFactory
-
Creates a JSON parser from the specified byte stream.
- createParser(InputStream, Charset) - Method in interface javax.json.stream.JsonParserFactory
-
Creates a JSON parser from the specified byte stream.
- createParser(Reader) - Static method in class javax.json.Json
-
Creates a JSON parser from a character stream.
- createParser(Reader) - Method in class javax.json.spi.JsonProvider
-
Creates a JSON parser from a character stream.
- createParser(Reader) - Method in interface javax.json.stream.JsonParserFactory
-
Creates a JSON parser from a character stream.
- createParser(JsonArray) - Method in interface javax.json.stream.JsonParserFactory
-
Creates a JSON parser from the specified JSON array.
- createParser(JsonObject) - Method in interface javax.json.stream.JsonParserFactory
-
Creates a JSON parser from the specified JSON object.
- createParserFactory(Map<String, ?>) - Static method in class javax.json.Json
-
Creates a parser factory for creating
JsonParser
objects. - createParserFactory(Map<String, ?>) - Method in class javax.json.spi.JsonProvider
-
Creates a parser factory for creating
JsonParser
instances. - createProducer() - Method in interface javax.jms.JMSContext
-
Creates a new
JMSProducer
object which can be used to configure and send messages - createProducer(Bean<T>) - Method in interface javax.enterprise.inject.spi.ProducerFactory
-
Create a new producer for a bean.
- createProducer(Destination) - Method in interface javax.jms.Session
-
Creates a
MessageProducer
to send messages to the specified destination. - createPublisher(Topic) - Method in interface javax.jms.TopicSession
-
Creates a publisher for the specified topic.
- createQuery() - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create a
CriteriaQuery
object. - createQuery(Class<T>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create a
CriteriaQuery
object with the specified result type. - createQuery(String) - Method in interface javax.persistence.EntityManager
-
Create an instance of
Query
for executing a Java Persistence query language statement. - createQuery(String, Class<T>) - Method in interface javax.persistence.EntityManager
-
Create an instance of
TypedQuery
for executing a Java Persistence query language statement. - createQuery(CriteriaDelete) - Method in interface javax.persistence.EntityManager
-
Create an instance of
Query
for executing a criteria delete query. - createQuery(CriteriaQuery<T>) - Method in interface javax.persistence.EntityManager
-
Create an instance of
TypedQuery
for executing a criteria query. - createQuery(CriteriaUpdate) - Method in interface javax.persistence.EntityManager
-
Create an instance of
Query
for executing a criteria update query. - createQueue(String) - Method in interface javax.jms.JMSContext
-
Creates a
Queue
object which encapsulates a specified provider-specific queue name. - createQueue(String) - Method in interface javax.jms.QueueSession
-
Creates a queue identity given a
Queue
name. - createQueue(String) - Method in interface javax.jms.Session
-
Creates a
Queue
object which encapsulates a specified provider-specific queue name. - createQueueConnection() - Method in interface javax.jms.QueueConnectionFactory
-
Creates a queue connection with the default user identity.
- createQueueConnection(String, String) - Method in interface javax.jms.QueueConnectionFactory
-
Creates a queue connection with the specified user identity.
- createQueueSession(boolean, int) - Method in interface javax.jms.QueueConnection
-
Creates a
QueueSession
object. - createQueueSession(boolean, int) - Method in interface javax.jms.XAQueueConnection
-
Creates a
QueueSession
object. - createReader(InputStream) - Static method in class javax.json.Json
-
Creates a JSON reader from a byte stream.
- createReader(InputStream) - Method in interface javax.json.JsonReaderFactory
-
Creates a JSON reader from a byte stream.
- createReader(InputStream) - Method in class javax.json.spi.JsonProvider
-
Creates a JSON reader from a byte stream.
- createReader(InputStream, Charset) - Method in interface javax.json.JsonReaderFactory
-
Creates a JSON reader from a byte stream.
- createReader(Reader) - Static method in class javax.json.Json
-
Creates a JSON reader from a character stream.
- createReader(Reader) - Method in interface javax.json.JsonReaderFactory
-
Creates a JSON reader from a character stream.
- createReader(Reader) - Method in class javax.json.spi.JsonProvider
-
Creates a JSON reader from a character stream.
- createReaderFactory(Map<String, ?>) - Static method in class javax.json.Json
-
Creates a reader factory for creating
JsonReader
objects. - createReaderFactory(Map<String, ?>) - Method in class javax.json.spi.JsonProvider
-
Creates a reader factory for creating
JsonReader
objects. - createReceiver(Queue) - Method in interface javax.jms.QueueSession
-
Creates a
QueueReceiver
object to receive messages from the specified queue. - createReceiver(Queue, String) - Method in interface javax.jms.QueueSession
-
Creates a
QueueReceiver
object to receive messages from the specified queue using a message selector. - createResource(String) - Method in class javax.faces.application.ResourceHandler
-
Create an instance of
ViewResource
given the argumentresourceName
. - createResource(String) - Method in class javax.faces.application.ResourceHandlerWrapper
-
The default behavior of this method is to call
ResourceHandler.createResource(String)
on the wrappedResourceHandler
object. - createResource(String, String) - Method in class javax.faces.application.ResourceHandler
-
Create an instance of
Resource
with a resourceName given by the value of the argumentresourceName
that is a member of the library named by the argumentlibraryName
. - createResource(String, String) - Method in class javax.faces.application.ResourceHandlerWrapper
-
The default behavior of this method is to call
ResourceHandler.createResource(String, String)
on the wrappedResourceHandler
object. - createResource(String, String, String) - Method in class javax.faces.application.ResourceHandler
-
Create an instance of
Resource
with a resourceName given by the value of the argumentresourceName
that is a member of the library named by the argumentlibraryName
that claims to have the content-type given by the argumentcontent-type
. - createResource(String, String, String) - Method in class javax.faces.application.ResourceHandlerWrapper
-
The default behavior of this method is to call
ResourceHandler.createResource(String, String, String)
on the wrappedResourceHandler
object. - createResourceFromId(String) - Method in class javax.faces.application.ResourceHandler
-
Create an instance of
Resource
given the argumentresourceId
. - createResourceFromId(String) - Method in class javax.faces.application.ResourceHandlerWrapper
-
The default behavior of this method is to call
ResourceHandler.createResourceFromId(String)
on the wrappedResourceHandler
object. - createResponseBuilder() - Method in class javax.ws.rs.ext.RuntimeDelegate
-
Create a new instance of a
Response.ResponseBuilder
. - createResponseStream(OutputStream) - Method in class javax.faces.render.RenderKit
-
Use the provided
OutputStream
to create a newResponseStream
instance. - createResponseStream(OutputStream) - Method in class javax.faces.render.RenderKitWrapper
-
The default behavior of this method is to call
RenderKit.createResponseStream(java.io.OutputStream)
on the wrappedRenderKit
object. - createResponseWriter(Writer, String, String) - Method in class javax.faces.render.RenderKit
-
Use the provided
Writer
to create a newResponseWriter
instance for the specified (optional) content type, and character encoding. - createResponseWriter(Writer, String, String) - Method in class javax.faces.render.RenderKitWrapper
-
The default behavior of this method is to call
RenderKit.createResponseWriter(java.io.Writer, String, String)
on the wrappedRenderKit
object. - createSender(Queue) - Method in interface javax.jms.QueueSession
-
Creates a
QueueSender
object to send messages to the specified queue. - createServiceDelegate(URL, QName, Class<? extends Service>) - Method in class javax.xml.ws.spi.Provider
-
Creates a service delegate object.
- createServiceDelegate(URL, QName, Class<? extends Service>, WebServiceFeature...) - Method in class javax.xml.ws.spi.Provider
-
Creates a service delegate object.
- createServlet(Class<T>) - Method in interface javax.servlet.ServletContext
-
Instantiates the given Servlet class.
- createSession() - Method in interface javax.jms.Connection
-
Creates a
Session
object, specifying no arguments. - createSession(boolean, int) - Method in interface javax.jms.Connection
-
Creates a
Session
object, specifyingtransacted
andacknowledgeMode
. - createSession(boolean, int) - Method in interface javax.jms.XAConnection
-
Creates an
Session
object. - createSession(int) - Method in interface javax.jms.Connection
-
Creates a
Session
object, specifyingsessionMode
. - createSharedConnectionConsumer(Topic, String, String, ServerSessionPool, int) - Method in interface javax.jms.Connection
-
Creates a connection consumer for this connection (optional operation) on the specific topic using a shared non-durable subscription with the specified name.
- createSharedConsumer(Topic, String) - Method in interface javax.jms.JMSContext
-
Creates a shared non-durable subscription with the specified name on the specified topic (if one does not already exist) and creates a consumer on that subscription.
- createSharedConsumer(Topic, String) - Method in interface javax.jms.Session
-
Creates a shared non-durable subscription with the specified name on the specified topic (if one does not already exist) and creates a consumer on that subscription.
- createSharedConsumer(Topic, String, String) - Method in interface javax.jms.JMSContext
-
Creates a shared non-durable subscription with the specified name on the specified topic (if one does not already exist) specifying a message selector, and creates a consumer on that subscription.
- createSharedConsumer(Topic, String, String) - Method in interface javax.jms.Session
-
Creates a shared non-durable subscription with the specified name on the specified topic (if one does not already exist) specifying a message selector, and creates a consumer on that subscription.
- createSharedDurableConnectionConsumer(Topic, String, String, ServerSessionPool, int) - Method in interface javax.jms.Connection
-
Creates a connection consumer for this connection (optional operation) on the specific topic using a shared durable subscription with the specified name.
- createSharedDurableConsumer(Topic, String) - Method in interface javax.jms.JMSContext
-
Creates a shared durable subscription on the specified topic (if one does not already exist), specifying a message selector, and creates a consumer on that durable subscription.
- createSharedDurableConsumer(Topic, String) - Method in interface javax.jms.Session
-
Creates a shared durable subscription on the specified topic (if one does not already exist), specifying a message selector and the
noLocal
parameter, and creates a consumer on that durable subscription. - createSharedDurableConsumer(Topic, String, String) - Method in interface javax.jms.JMSContext
-
Creates a shared durable subscription on the specified topic (if one does not already exist), specifying a message selector, and creates a consumer on that durable subscription.
- createSharedDurableConsumer(Topic, String, String) - Method in interface javax.jms.Session
-
Creates a shared durable subscription on the specified topic (if one does not already exist), specifying a message selector, and creates a consumer on that durable subscription.
- createSingleActionTimer(long, TimerConfig) - Method in interface javax.ejb.TimerService
-
Create a single-action timer that expires after a specified duration.
- createSingleActionTimer(Date, TimerConfig) - Method in interface javax.ejb.TimerService
-
Create a single-action timer that expires at a given point in time.
- createSpecializedConfiguration(BootstrapState) - Method in interface javax.validation.spi.ValidationProvider
- createStoredProcedureQuery(String) - Method in interface javax.persistence.EntityManager
-
Create an instance of
StoredProcedureQuery
for executing a stored procedure in the database. - createStoredProcedureQuery(String, Class...) - Method in interface javax.persistence.EntityManager
-
Create an instance of
StoredProcedureQuery
for executing a stored procedure in the database. - createStoredProcedureQuery(String, String...) - Method in interface javax.persistence.EntityManager
-
Create an instance of
StoredProcedureQuery
for executing a stored procedure in the database. - createStreamMessage() - Method in interface javax.jms.JMSContext
-
Creates a
StreamMessage
object. - createStreamMessage() - Method in interface javax.jms.Session
-
Creates a
StreamMessage
object. - createSubscriber(Topic) - Method in interface javax.jms.TopicSession
-
Creates a nondurable subscriber to the specified topic.
- createSubscriber(Topic, String, boolean) - Method in interface javax.jms.TopicSession
-
Creates a nondurable subscriber to the specified topic, using a message selector or specifying whether messages published by its own connection should be delivered to it.
- createTag() - Element in annotation interface javax.faces.component.FacesComponent
-
If the value of this attribute is
true
, the runtime must create a Facelet tag handler, that extends fromComponentHandler
, suitable for use in pages under the tag library with namespace given by the value of theFacesComponent.namespace()
attribute. - createTemporaryQueue() - Method in interface javax.jms.JMSContext
-
Creates a
TemporaryQueue
object. - createTemporaryQueue() - Method in interface javax.jms.QueueSession
-
Creates a
TemporaryQueue
object. - createTemporaryQueue() - Method in interface javax.jms.Session
-
Creates a
TemporaryQueue
object. - createTemporaryTopic() - Method in interface javax.jms.JMSContext
-
Creates a
TemporaryTopic
object. - createTemporaryTopic() - Method in interface javax.jms.Session
-
Creates a
TemporaryTopic
object. - createTemporaryTopic() - Method in interface javax.jms.TopicSession
-
Creates a
TemporaryTopic
object. - createTextMessage() - Method in interface javax.jms.JMSContext
-
Creates a
TextMessage
object. - createTextMessage() - Method in interface javax.jms.Session
-
Creates a
TextMessage
object. - createTextMessage(String) - Method in interface javax.jms.JMSContext
-
Creates an initialized
TextMessage
object. - createTextMessage(String) - Method in interface javax.jms.Session
-
Creates an initialized
TextMessage
object. - createTimer() - Method in interface javax.resource.spi.BootstrapContext
-
Creates a new
java.util.Timer
instance. - createTimer(long, long, Serializable) - Method in interface javax.ejb.TimerService
-
Create an interval timer whose first expiration occurs after a specified duration, and whose subsequent expirations occur after a specified interval.
- createTimer(long, Serializable) - Method in interface javax.ejb.TimerService
-
Create a single-action timer that expires after a specified duration.
- createTimer(Date, long, Serializable) - Method in interface javax.ejb.TimerService
-
Create an interval timer whose first expiration occurs at a given point in time and whose subsequent expirations occur after a specified interval.
- createTimer(Date, Serializable) - Method in interface javax.ejb.TimerService
-
Create a single-action timer that expires at a given point in time.
- createTopic(String) - Method in interface javax.jms.JMSContext
-
Creates a
Topic
object which encapsulates a specified provider-specific topic name. - createTopic(String) - Method in interface javax.jms.Session
-
Creates a
Topic
object which encapsulates a specified provider-specific topic name. - createTopic(String) - Method in interface javax.jms.TopicSession
-
Creates a topic identity given a
Topic
name. - createTopicConnection() - Method in interface javax.jms.TopicConnectionFactory
-
Creates a topic connection with the default user identity.
- createTopicConnection(String, String) - Method in interface javax.jms.TopicConnectionFactory
-
Creates a topic connection with the specified user identity.
- createTopicSession(boolean, int) - Method in interface javax.jms.TopicConnection
-
Creates a
TopicSession
object. - createTopicSession(boolean, int) - Method in interface javax.jms.XATopicConnection
-
Creates a
TopicSession
object. - createTupleQuery() - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create a
CriteriaQuery
object that returns a tuple of objects as its result. - createUniqueId() - Method in class javax.faces.component.UIViewRoot
-
Generate an identifier for a component.
- createUniqueId(FacesContext, String) - Method in class javax.faces.component.UIData
- createUniqueId(FacesContext, String) - Method in class javax.faces.component.UIForm
-
Generate an identifier for a component.
- createUniqueId(FacesContext, String) - Method in class javax.faces.component.UINamingContainer
- createUniqueId(FacesContext, String) - Method in class javax.faces.component.UIViewRoot
-
Generate an identifier for a component.
- createUniqueId(FacesContext, String) - Method in interface javax.faces.component.UniqueIdVendor
-
Generate an identifier for a component.
- createUnmarshalException(SAXException) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
Creates an UnmarshalException from a SAXException.
- createUnmarshaller() - Method in class javax.xml.bind.JAXBContext
-
Create an Unmarshaller object that can be used to convert XML data into a java content tree.
- createUnmarshaller(ValidationEventHandler) - Method in interface javax.xml.bind.annotation.DomHandler
-
When a JAXB provider needs to unmarshal a part of a document into an infoset representation, it first calls this method to create a
Result
object. - createUnmarshaller(ValidationEventHandler) - Method in class javax.xml.bind.annotation.W3CDomHandler
- createUriBuilder() - Method in class javax.ws.rs.ext.RuntimeDelegate
-
Create a new instance of a
UriBuilder
. - createValidator() - Method in class javax.faces.webapp.ValidatorELTag
-
Create and return a new
Validator
to be registered on our surroundingUIComponent
. - createValidator() - Method in class javax.faces.webapp.ValidatorTag
-
Deprecated.Create and return a new
Validator
to be registered on our surroundingUIComponent
. - createValidator() - Method in class javax.xml.bind.JAXBContext
-
Deprecated.since JAXB2.0
- createValidator(String) - Method in class javax.faces.application.Application
-
Instantiate and return a new
Validator
instance of the class specified by a previous call toaddValidator()
for the specified validator id. - createValidator(String) - Method in class javax.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.createValidator(String)
on the wrappedApplication
object. - createValidatorHandlerDelegate(ValidatorHandler) - Method in class javax.faces.view.facelets.TagHandlerDelegateFactory
-
Create and return a
TagHandlerDelegate
instance designed for use withValidatorHandler
. - createValueBinding(String) - Method in class javax.faces.application.Application
-
Deprecated.This has been replaced by calling
Application.getExpressionFactory()
thenExpressionFactory.createValueExpression(javax.el.ELContext, java.lang.String, java.lang.Class<?>)
. - createValueBinding(String) - Method in class javax.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.createValueBinding(String)
on the wrappedApplication
object. - createValueExpression(Object, Class<?>) - Method in class javax.el.ExpressionFactory
-
Creates a ValueExpression that wraps an object instance.
- createValueExpression(ELContext, String, Class<?>) - Method in class javax.el.ExpressionFactory
-
Parses an expression into a
ValueExpression
for later evaluation. - createVariantListBuilder() - Method in class javax.ws.rs.ext.RuntimeDelegate
-
Create a new instance of a
Variant.VariantListBuilder
. - createVerbatimComponent() - Method in class javax.faces.webapp.UIComponentClassicTagBase
-
Use the
Application
instance to create a new component with the following characteristics. - createVerbatimComponentFromBodyContent() - Method in class javax.faces.webapp.UIComponentClassicTagBase
-
Create a transient UIOutput component from the body content, of this tag instance or return null if there is no body content, the body content is whitespace, or the body content is a comment.
- createView(FacesContext, String) - Method in class javax.faces.application.ViewHandler
-
Create and return a new
UIViewRoot
instance initialized with information from the argumentFacesContext
andviewId
. - createView(FacesContext, String) - Method in class javax.faces.application.ViewHandlerWrapper
-
The default behavior of this method is to call
ViewHandler.createView(javax.faces.context.FacesContext, String)
on the wrappedViewHandler
object. - createView(FacesContext, String) - Method in class javax.faces.view.ViewDeclarationLanguage
-
Create a
UIViewRoot
from the VDL contained in the artifact referenced by the argumentviewId
. - createView(FacesContext, String) - Method in class javax.faces.view.ViewDeclarationLanguageWrapper
- createViewResource(FacesContext, String) - Method in class javax.faces.application.ResourceHandler
-
Create an instance of
Resource
given the argumentresourceName
, which may contain "/" characters. - createViewResource(FacesContext, String) - Method in class javax.faces.application.ResourceHandlerWrapper
-
The default behavior of this method is to call
ResourceHandler.createViewResource(javax.faces.context.FacesContext, java.lang.String)
on the wrappedResourceHandler
object. - createVisitContext(FacesContext) - Static method in class javax.faces.component.visit.VisitContext
-
Creates a VisitContext instance for use with
UIComponent.visitTree()
. - createVisitContext(FacesContext, Collection<String>, Set<VisitHint>) - Static method in class javax.faces.component.visit.VisitContext
-
Returns a VisitContext instance that is initialized with the specified ids and hintsfor use with
UIComponent.visitTree(javax.faces.component.visit.VisitContext, javax.faces.component.visit.VisitCallback)
. - createW3CEndpointReference(String, QName, QName, List<Element>, String, List<Element>) - Method in class javax.xml.ws.spi.Provider
-
Factory method to create a
W3CEndpointReference
. - createW3CEndpointReference(String, QName, QName, QName, List<Element>, String, List<Element>, List<Element>, Map<QName, String>) - Method in class javax.xml.ws.spi.Provider
-
Factory method to create a
W3CEndpointReference
. - createWriter(OutputStream) - Static method in class javax.json.Json
- createWriter(OutputStream) - Method in interface javax.json.JsonWriterFactory
- createWriter(OutputStream) - Method in class javax.json.spi.JsonProvider
- createWriter(OutputStream, Charset) - Method in interface javax.json.JsonWriterFactory
- createWriter(Writer) - Static method in class javax.json.Json
- createWriter(Writer) - Method in interface javax.json.JsonWriterFactory
- createWriter(Writer) - Method in class javax.json.spi.JsonProvider
- createWriterFactory(Map<String, ?>) - Static method in class javax.json.Json
-
Creates a writer factory for creating
JsonWriter
objects. - createWriterFactory(Map<String, ?>) - Method in class javax.json.spi.JsonProvider
-
Creates a writer factory for creating
JsonWriter
objects. - createXAConnection() - Method in interface javax.jms.XAConnectionFactory
-
Creates an
XAConnection
with the default user identity. - createXAConnection(String, String) - Method in interface javax.jms.XAConnectionFactory
-
Creates an
XAConnection
with the specified user identity. - createXAContext() - Method in interface javax.jms.XAConnectionFactory
-
Creates a
XAJMSContext
with the default user identity - createXAContext(String, String) - Method in interface javax.jms.XAConnectionFactory
-
Creates a JMSContext with the specified user identity
- createXAQueueConnection() - Method in interface javax.jms.XAQueueConnectionFactory
-
Creates an XA queue connection with the default user identity.
- createXAQueueConnection(String, String) - Method in interface javax.jms.XAQueueConnectionFactory
-
Creates an XA queue connection with the specified user identity.
- createXAQueueSession() - Method in interface javax.jms.XAQueueConnection
-
Creates an
XAQueueSession
object. - createXASession() - Method in interface javax.jms.XAConnection
-
Creates an
XASession
object. - createXATopicConnection() - Method in interface javax.jms.XATopicConnectionFactory
-
Creates an XA topic connection with the default user identity.
- createXATopicConnection(String, String) - Method in interface javax.jms.XATopicConnectionFactory
-
Creates an XA topic connection with the specified user identity.
- createXATopicSession() - Method in interface javax.jms.XATopicConnection
-
Creates an
XATopicSession
object. - CreationalContext<T> - Interface in javax.enterprise.context.spi
-
Provides operations that are used by the
Contextual
implementation during instance creation and destruction. - CreationException - Exception in javax.enterprise.inject
-
Indicates that a checked exception was thrown during creation of a bean.
- CreationException() - Constructor for exception javax.enterprise.inject.CreationException
- CreationException(String) - Constructor for exception javax.enterprise.inject.CreationException
- CreationException(String, Throwable) - Constructor for exception javax.enterprise.inject.CreationException
- CreationException(Throwable) - Constructor for exception javax.enterprise.inject.CreationException
- credentialInterface() - Element in annotation interface javax.resource.spi.AuthenticationMechanism
-
Represents the interface that the resource adapter implementation supports for the representation of the credentials.
- 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 Class in javax.persistence.criteria
-
Used to specify how strings are trimmed.
- CriteriaDelete<T> - Interface in javax.persistence.criteria
-
The
CriteriaDelete
interface defines functionality for performing bulk delete operations using the Criteria API - CriteriaQuery<T> - Interface in javax.persistence.criteria
-
The
CriteriaQuery
interface defines functionality that is specific to top-level queries. - CriteriaUpdate<T> - Interface in javax.persistence.criteria
-
The
CriteriaUpdate
interface defines functionality for performing bulk update operations using the Criteria API. - CROSS_PARAMETER - Enum constant in enum class javax.validation.ElementKind
-
Element holding cross-parameter constraints of a method or constructor.
- CrossParameterDescriptor - Interface in javax.validation.metadata
-
Describes an element holding cross-parameter constraints of a method or constructor
- CURRENCY_ID - Static variable in class javax.faces.convert.NumberConverter
-
The message identifier of the
FacesMessage
to be created if the conversion toNumber
fails. - current() - Static method in class javax.enterprise.inject.spi.CDI
-
Get the CDI instance that provides access to the current container.
- CURRENT_COMPONENT - Static variable in class javax.faces.component.UIComponent
-
Deprecated.
- CURRENT_COMPOSITE_COMPONENT - Static variable in class javax.faces.component.UIComponent
-
Deprecated.
- currentDate() - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create expression to return current date.
- currentTime() - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create expression to return current time.
- currentTimestamp() - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create expression to return current timestamp.
- CustomScoped - Annotation Interface in javax.faces.bean
-
When this annotation, along with
ManagedBean
is found on a class, the runtime must act as if a<managed-bean-scope>VALUE<managed-bean-scope>
element was declared for the corresponding managed bean, where VALUE is the value of theCustomScoped.value()
attribute, which must be an EL expression that evaluates to aMap
.
D
- databaseName() - Element in annotation interface javax.annotation.sql.DataSourceDefinition
-
Name of a database on a server.
- DataBindingException - Exception in javax.xml.bind
-
Exception that represents a failure in a JAXB operation.
- DataBindingException(String, Throwable) - Constructor for exception javax.xml.bind.DataBindingException
- DataBindingException(Throwable) - Constructor for exception javax.xml.bind.DataBindingException
- datalen - Variable in class javax.mail.util.SharedFileInputStream
-
The amount of data in this subset of the file.
- DataModel<E> - Class in javax.faces.model
-
DataModel is an abstraction around arbitrary data binding technologies that can be used to adapt a variety of data sources for use by JavaServer Faces components that support per-row processing for their child components (such as
UIData
. - DataModel() - Constructor for class javax.faces.model.DataModel
- DataModelEvent - Class in javax.faces.model
-
DataModelEvent represents an event of interest to registered listeners that occurred on the specified
DataModel
. - DataModelEvent(DataModel, int, Object) - Constructor for class javax.faces.model.DataModelEvent
-
Construct an event object that is associated with the specified row index and associated data.
- DataModelListener - Interface in javax.faces.model
-
DataModelListener represents an event listener that wishes to be notified of
DataModelEvent
s occurring on a particularDataModel
instance. - DataSourceDefinition - Annotation Interface in javax.annotation.sql
-
Annotation used to define a container
DataSource
and be registered with JNDI. - DataSourceDefinitions - Annotation Interface in javax.annotation.sql
-
Declares one or more
DataSourceDefinition
annotations. - DatatypeConverter - Class in javax.xml.bind
-
The javaType binding declaration can be used to customize the binding of an XML schema datatype to a Java datatype.
- DatatypeConverterInterface - Interface in javax.xml.bind
-
The DatatypeConverterInterface is for JAXB provider use only.
- date - Variable in class javax.mail.search.DateTerm
-
The date.
- date() - Element in annotation interface javax.annotation.Generated
-
Date when the source was generated.
- DATE - Enum constant in enum class javax.persistence.TemporalType
-
Map as
java.sql.Date
- DATE - Static variable in interface javax.ws.rs.core.HttpHeaders
-
See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.18">HTTP/1.1 documentation}.
- DATE_ID - Static variable in class javax.faces.convert.DateTimeConverter
-
The message identifier of the
FacesMessage
to be created if the conversion toDate
fails. - DateTerm - Class in javax.mail.search
-
This class implements comparisons for Dates
- DateTerm(int, Date) - Constructor for class javax.mail.search.DateTerm
-
Constructor.
- DATETIME_ID - Static variable in class javax.faces.convert.DateTimeConverter
-
The message identifier of the
FacesMessage
to be created if the conversion toDateTime
fails. - DateTimeConverter - Class in javax.faces.convert
-
Converter
implementation forjava.util.Date
values. - DateTimeConverter() - Constructor for class javax.faces.convert.DateTimeConverter
- DATETIMECONVERTER_DEFAULT_TIMEZONE_IS_SYSTEM_TIMEZONE_PARAM_NAME - Static variable in interface javax.faces.convert.Converter
-
If this param is set, and calling toLowerCase().equals("true") on a String representation of its value returns true, Application.createConverter() must guarantee that the default for the timezone of all javax.faces.convert.DateTimeConverter instances must be equal to TimeZone.getDefault() instead of "GMT".
- dayOfMonth() - Element in annotation interface javax.ejb.Schedule
-
Specifies one or more days within a month.
- dayOfMonth(int) - Method in class javax.ejb.ScheduleExpression
-
Set the day of the month attribute.
- dayOfMonth(String) - Method in class javax.ejb.ScheduleExpression
-
Set the day of the month attribute.
- dayOfWeek() - Element in annotation interface javax.ejb.Schedule
-
Specifies one or more days within a week.
- dayOfWeek(int) - Method in class javax.ejb.ScheduleExpression
-
Set the day of the week attribute.
- dayOfWeek(String) - Method in class javax.ejb.ScheduleExpression
-
Set the day of the week attribute.
- debug - Variable in class javax.mail.Service
-
Debug flag for this service.
- decide(StepExecution[]) - Method in interface javax.batch.api.Decider
-
The decide method sets a new exit status for a job.
- Decider - Interface in javax.batch.api
-
A Decider receives control as part of a decision element in a job.
- DECIMAL_ID - Static variable in class javax.faces.convert.BigDecimalConverter
-
The message identifier of the
FacesMessage
to be created if the conversion toBigDecimal
fails. - DecimalMax - Annotation Interface 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 Interface in javax.validation.constraints
-
Defines several
DecimalMax
annotations on the same element. - DecimalMin - Annotation Interface 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 Interface in javax.validation.constraints
-
Defines several
DecimalMin
annotations on the same element. - declaredOn(ElementType...) - Method in interface javax.validation.metadata.ElementDescriptor.ConstraintFinder
-
Restricts to the constraints hosted on the listed
types
for a given element. - declaredType - Variable in class javax.xml.bind.JAXBElement
-
Java datatype binding for xml element declaration's type.
- declareRoles(String...) - Method in interface javax.servlet.ServletContext
-
Declares role names that are tested using
isUserInRole
. - DeclareRoles - Annotation Interface in javax.annotation.security
-
Used by application to declare roles.
- decode(InputStream) - Method in interface javax.websocket.Decoder.BinaryStream
-
Decode the given bytes read from the input stream into an object of type T.
- decode(InputStream, String) - Static method in class javax.mail.internet.MimeUtility
-
Decode the given input stream.
- decode(Reader) - Method in interface javax.websocket.Decoder.TextStream
-
Reads the websocket message from the implementation provided Reader and decodes it into an instance of the supplied object type.
- decode(String) - Method in interface javax.websocket.Decoder.Text
-
Decode the given String into an object of type T.
- decode(ByteBuffer) - Method in interface javax.websocket.Decoder.Binary
-
Decode the given bytes into an object of type T.
- decode(FacesContext) - Method in class javax.faces.component.UIComponent
-
Decode any new state of this
UIComponent
from the request contained in the specifiedFacesContext
, and store this state as needed. - decode(FacesContext) - Method in class javax.faces.component.UIComponentBase
- decode(FacesContext) - Method in class javax.faces.component.UIInput
- decode(FacesContext) - Method in class javax.faces.component.UIViewAction
-
Override behavior from the superclass to queue an
ActionEvent
that may result in the invocation of theaction
or anyactionListener
s that may be associated with this instance. - decode(FacesContext) - Method in class javax.faces.component.UIViewParameter
-
Override behavior from superclass to pull a value from the incoming request parameter map under the name given by
UIViewParameter.getName()
and store it with a call toUIInput.setSubmittedValue(java.lang.Object)
. - decode(FacesContext) - Method in class javax.faces.lifecycle.ClientWindow
-
The implementation is responsible for examining the incoming request and extracting the value that must be returned from the
ClientWindow.getId()
method. - decode(FacesContext) - Method in class javax.faces.lifecycle.ClientWindowWrapper
- decode(FacesContext, UIComponent) - Method in interface javax.faces.component.behavior.ClientBehavior
-
Decode any new state of this
ClientBehavior
from the request contained in the specifiedFacesContext
. - decode(FacesContext, UIComponent) - Method in class javax.faces.component.behavior.ClientBehaviorBase
-
Default implementation of of
ClientBehavior.decode(javax.faces.context.FacesContext, javax.faces.component.UIComponent)
. - decode(FacesContext, UIComponent) - Method in class javax.faces.render.Renderer
-
Decode any new state of the specified
UIComponent
from the request contained in the specifiedFacesContext
, and store that state on theUIComponent
. - decode(FacesContext, UIComponent) - Method in class javax.faces.render.RendererWrapper
- decode(FacesContext, UIComponent, ClientBehavior) - Method in class javax.faces.render.ClientBehaviorRenderer
-
Decode any new state of this
ClientBehavior
from the request contained in the specifiedFacesContext
. - DecodeException - Exception in javax.websocket
-
A general exception that occurs when trying to decode a custom object from a text or binary message.
- DecodeException(String, String) - Constructor for exception javax.websocket.DecodeException
-
Constructs a DecodedException with the given encoded string that cannot be decoded, and reason why.
- DecodeException(String, String, Throwable) - Constructor for exception javax.websocket.DecodeException
-
Constructor with the text data that could not be decoded, and the reason why it failed to be, and the cause.
- DecodeException(ByteBuffer, String) - Constructor for exception javax.websocket.DecodeException
-
Constructs a DecodedException with the given ByteBuffer that cannot be decoded, and reason why.
- DecodeException(ByteBuffer, String, Throwable) - Constructor for exception javax.websocket.DecodeException
-
Constructor with the binary data that could not be decoded, and the reason why it failed to be, and the cause.
- 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() - Element in annotation interface javax.websocket.ClientEndpoint
-
The array of Java classes that are to act as Decoders for messages coming into the client.
- decoders() - Element in annotation interface javax.websocket.server.ServerEndpoint
-
The ordered array of decoder classes this endpoint will use.
- 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 Interface in javax.enterprise.inject
-
A decorator may inject metadata about the bean it is decorating
- Decorator<T> - Interface in javax.enterprise.inject.spi
-
Represents an enabled decorator.
- Decorator - Annotation Interface in javax.decorator
-
Specifies that a class is a decorator.
- Default - Interface in javax.validation.groups
-
Default Bean Validation group.
- Default - Annotation Interface in javax.enterprise.inject
-
The default qualifier type.
- DEFAULT() - Constructor for class javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter.DEFAULT
- DEFAULT() - Constructor for class javax.xml.bind.annotation.XmlElement.DEFAULT
- DEFAULT() - Constructor for class javax.xml.bind.annotation.XmlElementRef.DEFAULT
- DEFAULT() - Constructor for class javax.xml.bind.annotation.XmlSchemaType.DEFAULT
- DEFAULT() - Constructor for class javax.xml.bind.annotation.XmlType.DEFAULT
- DEFAULT_BUFFER - Static variable in class javax.servlet.jsp.JspWriter
-
Constant indicating that the Writer is buffered and is using the implementation default buffer size.
- DEFAULT_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_LIFECYCLE - Static variable in class javax.faces.lifecycle.LifecycleFactory
-
The lifecycle identifier for the default
Lifecycle
instance for this JavaServer Faces implementation. - DEFAULT_MAX_AGE - Static variable in class javax.ws.rs.core.NewCookie
-
Specifies that the cookie expires with the current application/browser session.
- DEFAULT_PRIORITY - Static variable in interface javax.jms.Message
-
The message producer's default priority is 4.
- DEFAULT_SUFFIX - Static variable in class javax.faces.application.ViewHandler
-
The value to use for the default extension if the webapp is using url extension mapping.
- DEFAULT_SUFFIX_PARAM_NAME - Static variable in class javax.faces.application.ViewHandler
-
Allow the web application to define a list of alternate suffixes for pages containing JSF content.
- DEFAULT_TIME_TO_LIVE - Static variable in interface javax.jms.Message
-
The message producer's default time to live is unlimited; the message never expires.
- DEFAULT_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(String) - Method in class javax.faces.flow.builder.SwitchBuilder
-
Set the default outcome of the current switch.
- defaultOutcome(ValueExpression) - Method in class javax.faces.flow.builder.MethodCallBuilder
-
If the method is a void method, or the method returns
null
, this can be used to specify what value should be passed to runtime when the method returns. - defaultOutcome(ValueExpression) - Method in class javax.faces.flow.builder.SwitchBuilder
-
Set the default outcome of the current switch.
- DefaultValidationEventHandler - Class in javax.xml.bind.helpers
-
JAXB 1.0 only default validation event handler.
- DefaultValidationEventHandler() - Constructor for class javax.xml.bind.helpers.DefaultValidationEventHandler
- defaultValue() - Element in annotation interface javax.resource.spi.ConfigProperty
-
Inferred by the container for field based annotations if possible.
- defaultValue() - Element in annotation interface javax.xml.bind.annotation.XmlElement
-
Default value of this element.
- defaultValue() - Element in annotation interface javax.xml.bind.annotation.XmlElementDecl
-
Default value of this element.
- DefaultValue - Annotation Interface in javax.ws.rs
-
Defines the default value of request meta-data that is bound using one of the following annotations:
PathParam
,QueryParam
,MatrixParam
,CookieParam
,FormParam
, orHeaderParam
. - deferredExpression - Variable in class javax.servlet.jsp.jstl.core.LoopTagSupport
-
The deferred expression if any
- defineBean(String, Object) - Method in class javax.el.ELManager
-
Define a bean in the local bean repository
- defineBean(String, Object) - Method in class javax.el.ELProcessor
-
Define a bean in a local bean repository, hiding other beans of the same name.
- defineFunction(String, String, Method) - Method in class javax.el.ELProcessor
-
Define an EL function in the local function mapper.
- defineFunction(String, String, String, String) - Method in class javax.el.ELProcessor
-
Define an EL function in the local function mapper.
- definingDocumentId() - Element in annotation interface javax.faces.flow.FlowScoped
-
If not empty, declare the defining document id within which the
Flow
referenced byFlowScoped.value()
is unique. - DefinitionException - Exception in javax.enterprise.inject.spi
-
Thrown when a definition error occurs.
- DefinitionException(String) - Constructor for exception javax.enterprise.inject.spi.DefinitionException
- DefinitionException(String, Throwable) - Constructor for exception javax.enterprise.inject.spi.DefinitionException
- DefinitionException(Throwable) - Constructor for exception javax.enterprise.inject.spi.DefinitionException
- Delegate - Annotation Interface in javax.decorator
-
Identifies the delegate injection point of a decorator.
- delegateFactory - Variable in class javax.faces.view.facelets.DelegatingMetaTagHandler
- DelegatingMetaTagHandler - Class in javax.faces.view.facelets
-
Enable the JSF implementation to provide the appropriate behavior for the kind of
MetaTagHandler
subclass for each kind of element in the view, while providing a base-class from which those wanting to make a Java language custom tag handler can inherit. - DelegatingMetaTagHandler(TagConfig) - Constructor for class javax.faces.view.facelets.DelegatingMetaTagHandler
- delete() - Method in interface javax.jms.TemporaryQueue
-
Deletes this temporary queue.
- delete() - Method in interface javax.jms.TemporaryTopic
-
Deletes this temporary topic.
- delete() - Method in interface javax.security.jacc.PolicyConfiguration
-
Causes all policy statements to be deleted from this PolicyConfiguration and sets its internal state such that calling any method, other than delete, getContextID, or inService on the PolicyConfiguration will be rejected and cause an UnsupportedOperationException to be thrown.
- delete() - Method in interface javax.servlet.http.Part
-
Deletes the underlying storage for a file item, including deleting any associated temporary disk file.
- delete() - Method in interface javax.ws.rs.client.AsyncInvoker
-
Invoke HTTP DELETE method for the current request asynchronously.
- delete() - Method in interface javax.ws.rs.client.SyncInvoker
-
Invoke HTTP DELETE method for the current request synchronously.
- delete(boolean) - Method in class javax.mail.Folder
-
Delete this Folder.
- delete(Class<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
-
Invoke HTTP DELETE method for the current request asynchronously.
- delete(Class<T>) - Method in interface javax.ws.rs.client.SyncInvoker
-
Invoke HTTP DELETE method for the current request synchronously.
- delete(String) - Method in class javax.faces.context.PartialResponseWriter
-
Write a delete operation.
- delete(InvocationCallback<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
-
Invoke HTTP DELETE method for the current request asynchronously.
- delete(GenericType<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.SyncInvoker
-
Invoke HTTP DELETE method for the current request synchronously.
- DELETE - Annotation Interface in javax.ws.rs
-
Indicates that the annotated method responds to HTTP DELETE requests.
- DELETE - Static variable in annotation interface javax.ws.rs.HttpMethod
-
HTTP DELETE method.
- DELETED - Static variable in class javax.mail.event.FolderEvent
-
The folder was deleted.
- DELETED - Static variable in class javax.mail.Flags.Flag
-
This message is marked deleted.
- deletesAreDetected(int) - Method in interface javax.resource.cci.ResultSetInfo
-
Indicates whether or not a visible row delete can be detected by calling ResultSet.rowDeleted.
- delims - Variable in class javax.servlet.jsp.jstl.core.IteratedExpression
- delistResource(XAResource, int) - Method in interface javax.transaction.Transaction
-
Disassociate the resource specified from the transaction associated with the target Transaction object.
- DeliveryMode - Interface in javax.jms
-
The delivery modes supported by the JMS API are
PERSISTENT
andNON_PERSISTENT
. - DENY - Enum constant in enum class javax.servlet.annotation.ServletSecurity.EmptyRoleSemantic
-
access is to be denied independent of authentication state and identity.
- DenyAll - Annotation Interface in javax.annotation.security
-
Specifies that no security roles are allowed to invoke the specified method(s) - i.e that the methods are to be excluded from execution in the J2EE container.
- Dependent - Annotation Interface in javax.enterprise.context
-
Specifies that a bean belongs to the dependent pseudo-scope.
- DependsOn - Annotation Interface in javax.ejb
-
Used to express an initialization dependency between singleton components.
- DeploymentException - Exception in javax.enterprise.inject.spi
-
Thrown when a deployment problem occurs.
- DeploymentException - Exception in javax.websocket
-
Checked exception indicating some kind of failure either to publish an endpoint on its server, or a failure to connect a client to its server.
- DeploymentException(String) - Constructor for exception javax.enterprise.inject.spi.DeploymentException
- DeploymentException(String) - Constructor for exception javax.websocket.DeploymentException
-
Creates a deployment exception with the given reason for the deployment failure.
- DeploymentException(String, Throwable) - Constructor for exception javax.enterprise.inject.spi.DeploymentException
- DeploymentException(String, Throwable) - Constructor for exception javax.websocket.DeploymentException
-
Creates a deployment exception with the given reason for the deployment failure and wrapped cause of the failure.
- DeploymentException(Throwable) - Constructor for exception javax.enterprise.inject.spi.DeploymentException
- deriveLogicalViewId(FacesContext, String) - Method in class javax.faces.application.ViewHandler
-
Derive and return the viewId from the current request, or the argument input by following the algorithm defined in specification section JSF.7.6.2.
- deriveLogicalViewId(FacesContext, String) - Method in class javax.faces.application.ViewHandlerWrapper
-
The default behavior of this method is to call
ViewHandler.deriveLogicalViewId(javax.faces.context.FacesContext, String)
on the wrappedViewHandler
object. - deriveViewId(FacesContext, String) - Method in class javax.faces.application.ViewHandler
-
Derive and return the viewId from the current request, or the argument input by following the algorithm defined in specification section JSF.7.6.2.
- deriveViewId(FacesContext, String) - Method in class javax.faces.application.ViewHandlerWrapper
-
The default behavior of this method is to call
ViewHandler.deriveViewId(javax.faces.context.FacesContext, String)
on the wrappedViewHandler
object. - desc(Expression<?>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create an ordering by the descending value of the expression.
- description - Variable in class javax.resource.spi.work.HintsContext
- description() - Element in annotation interface javax.annotation.Resource
-
Description of this resource.
- description() - Element in annotation interface javax.annotation.sql.DataSourceDefinition
-
Description of this data source
- description() - Element in annotation interface javax.ejb.EJB
-
A string describing the bean.
- description() - Element in annotation interface javax.ejb.MessageDriven
-
A string describing the message driven bean.
- description() - Element in annotation interface javax.ejb.Singleton
-
A string describing the singleton session bean.
- description() - Element in annotation interface javax.ejb.Stateful
-
A string describing the stateful session bean.
- description() - Element in annotation interface javax.ejb.Stateless
-
A string describing the stateless session bean.
- description() - Element in annotation interface javax.jms.JMSConnectionFactoryDefinition
-
Description of this JMS connection factory.
- description() - Element in annotation interface javax.jms.JMSDestinationDefinition
-
Description of this JMS destination.
- description() - Element in annotation interface javax.mail.MailSessionDefinition
-
Description of this mail session.
- description() - Element in annotation interface javax.resource.AdministeredObjectDefinition
-
Description of the administered object.
- description() - Element in annotation interface javax.resource.ConnectionFactoryDefinition
-
Description of the resource.
- description() - Element in annotation interface javax.resource.spi.AuthenticationMechanism
-
The optional description specifies any resource adapter specific requirement for the support of security contract and authentication mechanism.
- description() - Element in annotation interface javax.resource.spi.ConfigProperty
-
Describes the configuration property.
- description() - Element in annotation interface javax.resource.spi.Connector
-
Describes the resource adapter module.
- description() - Element in annotation interface javax.resource.spi.SecurityPermission
-
Specifies an optional description to mention any specific reason that a resource requires a given security permission.
- description() - Element in annotation interface javax.servlet.annotation.WebFilter
-
The description of the filter
- description() - Element in annotation interface javax.servlet.annotation.WebInitParam
-
Description of the initialization parameter
- description() - Element in annotation interface javax.servlet.annotation.WebServlet
-
The description of the servlet
- Destination - Interface in javax.jms
-
A
Destination
object encapsulates a provider-specific address. - destinationName() - Element in annotation interface javax.jms.JMSDestinationDefinition
-
Name of the queue or topic.
- destroy() - Method in class javax.faces.webapp.FacesServlet
-
Release all resources acquired at startup time.
- destroy() - Method in interface javax.resource.spi.ManagedConnection
-
Destroys the physical connection to the underlying resource manager.
- destroy() - Method in interface javax.servlet.Filter
-
Called by the web container to indicate to a filter that it is being taken out of service.
- destroy() - Method in class javax.servlet.GenericServlet
-
Called by the servlet container to indicate to a servlet that the servlet is being taken out of service.
- destroy() - Method in interface javax.servlet.http.HttpUpgradeHandler
-
It is called when the client is disconnected.
- destroy() - Method in interface javax.servlet.Servlet
-
Called by the servlet container to indicate to a servlet that the servlet is being taken out of service.
- destroy() - Method in interface javax.websocket.Decoder
-
This method is called when the decoder is about to be removed from service in order that any resources the encoder used may be closed gracefully.
- destroy() - Method in interface javax.websocket.Encoder
-
This method is called when the encoder is about to be removed from service in order that any resources the encoder used may be closed gracefully.
- destroy(Contextual<?>) - Method in interface javax.enterprise.context.spi.AlterableContext
-
Destroy the existing contextual instance.
- destroy(T) - Method in interface javax.enterprise.inject.Instance
-
On
Instance.destroy(Object)
being called, the container destroys the instance if the active context object for the scope type of the bean supports destroying bean instances. - destroy(T, CreationalContext<T>) - Method in interface javax.enterprise.context.spi.Contextual
-
Destroy an instance of the contextual type.
- Destroyed - Annotation Interface in javax.enterprise.context
-
The
@Destroyed
qualifier. - detach(Object) - Method in interface javax.persistence.EntityManager
-
Remove the given entity from the persistence context, causing a managed entity to become detached.
- DETACH - Enum constant in enum class javax.persistence.CascadeType
-
Cascade detach operation
- detachListener(RegistrationListener, String, String) - Method in class javax.security.auth.message.config.AuthConfigFactory
-
Disassociate the listener from all the provider registrations whose layer and appContext values are matched by the corresponding arguments to this method.
- Development - Enum constant in enum class javax.faces.application.ProjectStage
-
This value indicates the currently running application is right now, at this moment, being developed.
- dh - Variable in class javax.mail.internet.MimeBodyPart
-
The DataHandler object representing this Part's content.
- dh - Variable in class javax.mail.internet.MimeMessage
-
The DataHandler object representing this Message's content.
- diff(Expression<? extends N>, Expression<? extends N>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create an expression that returns the difference between its arguments.
- diff(Expression<? extends N>, N) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create an expression that returns the difference between its arguments.
- diff(N, Expression<? extends N>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create an expression that returns the difference between its arguments.
- DIGEST_AUTH - Static variable in class javax.faces.context.ExternalContext
-
String identifier for DIGEST authentication.
- DIGEST_AUTH - Static variable in interface javax.servlet.http.HttpServletRequest
-
String identifier for Digest authentication.
- DIGEST_AUTH - Static variable in interface javax.ws.rs.core.SecurityContext
-
String identifier for Digest authentication.
- DigestRequest(byte[], String) - Constructor for class javax.security.auth.message.callback.PrivateKeyCallback.DigestRequest
-
Constructs a DigestRequest with a digest value and algorithm identifier.
- Digits - Annotation Interface in javax.validation.constraints
-
The annotated element must be a number within accepted range Supported types are:
BigDecimal
BigInteger
CharSequence
byte
,short
,int
,long
, and their respective wrapper types - Digits.List - Annotation Interface 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 aString
representation of its value returnstrue
, the runtime must not automatically add the validator with validator-id equal to the value of the symbolic constantBeanValidator.VALIDATOR_ID
to the list of default validators. - DISABLE_FACELET_JSF_VIEWHANDLER_PARAM_NAME - Static variable in class javax.faces.application.ViewHandler
-
If this param is set, and calling toLowerCase().equals("true") on a String representation of its value returns true, the default ViewHandler must behave as specified in the latest 1.2 version of this specification.
- DISABLE_SELECTIVE - Enum constant in enum class javax.persistence.SharedCacheMode
-
Caching is enabled for all entities except those for which
Cacheable(false) is specified.
- disableClientWindowRenderMode(FacesContext) - Method in class javax.faces.lifecycle.ClientWindow
-
Components that permit per-use disabling of the appending of the ClientWindow in generated URLs must call this method first before rendering those URLs.
- disableClientWindowRenderMode(FacesContext) - Method in class javax.faces.lifecycle.ClientWindowWrapper
- disableConversion() - Element in annotation interface javax.persistence.Convert
-
Used to disable an auto-apply or inherited converter.
- disableDefaultConstraintViolation() - Method in interface javax.validation.ConstraintValidatorContext
-
Disables the default
ConstraintViolation
object generation (which is using the message template declared on the constraint). - disconnected(ConnectionEvent) - Method in class javax.mail.event.ConnectionAdapter
- disconnected(ConnectionEvent) - Method in interface javax.mail.event.ConnectionListener
-
Invoked when a Store is disconnected.
- DISCONNECTED - Static variable in class javax.mail.event.ConnectionEvent
-
A connection was disconnected (not currently used).
- discoveredProviders - Static variable in class javax.enterprise.inject.spi.CDI
- discriminatorColumn() - Element in annotation interface javax.persistence.EntityResult
-
Specifies the column name (or alias) of the column in the SELECT list that is used to determine the type of the entity instance.
- DiscriminatorColumn - Annotation Interface in javax.persistence
- discriminatorType() - Element in annotation interface javax.persistence.DiscriminatorColumn
-
(Optional) The type of object/column to use as a class discriminator.
- DiscriminatorType - Enum Class in javax.persistence
-
Defines supported types of the discriminator column.
- DiscriminatorValue - Annotation Interface in javax.persistence
-
Specifies the value of the discriminator column for entities of the given type.
- disjunction() - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create a disjunction (with zero disjuncts).
- dispatch() - Method in interface javax.servlet.AsyncContext
-
Dispatches the request and response objects of this AsyncContext to the servlet container.
- dispatch(Object) - Method in class javax.mail.event.ConnectionEvent
-
Invokes the appropriate ConnectionListener method
- dispatch(Object) - Method in class javax.mail.event.FolderEvent
-
Invokes the appropriate FolderListener method
- dispatch(Object) - Method in class javax.mail.event.MailEvent
-
This method invokes the appropriate method on a listener for this event.
- dispatch(Object) - Method in class javax.mail.event.MessageChangedEvent
-
Invokes the appropriate MessageChangedListener method.
- dispatch(Object) - Method in class javax.mail.event.MessageCountEvent
-
Invokes the appropriate MessageCountListener method.
- dispatch(Object) - Method in class javax.mail.event.StoreEvent
-
Invokes the appropriate StoreListener method.
- dispatch(Object) - Method in class javax.mail.event.TransportEvent
-
Invokes the appropriate TransportListener method.
- dispatch(String) - Method in class javax.faces.context.ExternalContext
-
Dispatch a request to the specified resource to create output for this response.
- dispatch(String) - Method in class javax.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.dispatch(String)
on the wrappedExternalContext
object. - dispatch(String) - Method in interface javax.servlet.AsyncContext
-
Dispatches the request and response objects of this AsyncContext to the given path.
- dispatch(ServletContext, String) - Method in interface javax.servlet.AsyncContext
-
Dispatches the request and response objects of this AsyncContext to the given path scoped to the given context.
- Dispatch<T> - Interface in javax.xml.ws
-
The
Dispatch
interface provides support for the dynamic invocation of a service endpoint operations. - DispatcherType - Enum Class in javax.servlet
-
Enumeration of filter dispatcher types.
- dispatcherTypes() - Element in annotation interface javax.servlet.annotation.WebFilter
-
The dispatcher types to which the filter applies
- displayName() - Element in annotation interface javax.resource.spi.Connector
-
An optional short name, providing information about the resource adapter module, that is intended to be displayed by tools.
- displayName() - Element in annotation interface javax.servlet.annotation.WebFilter
-
The display name of the filter
- displayName() - Element in annotation interface javax.servlet.annotation.WebServlet
-
The display name of the servlet
- dispose() - Method in class javax.enterprise.inject.spi.Unmanaged.UnmanagedInstance
-
Dispose of the instance, doing any necessary cleanup
- dispose(T) - Method in interface javax.enterprise.inject.spi.Producer
-
Destroys the instance.
- Disposes - Annotation Interface in javax.enterprise.inject
-
Identifies the disposed parameter of a disposer method.
- 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 aDistributableWorkManager
for execution in a remoteDistributableWorkManager
- DistributableWorkManager - Interface in javax.resource.spi.work
-
This interface models a
WorkManager
that supports distributed execution of Work instances. - 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) - 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 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. - 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.
- DomHandler<ElementT,
ResultT extends Result> - Interface in javax.xml.bind.annotation -
Converts an element (and its descendants) from/to DOM (or similar) representation.
- dontRollbackOn() - Element in annotation interface javax.transaction.Transactional
-
The dontRollbackOn element can be set to indicate exceptions that must not cause the interceptor to mark the transaction for rollback.
- 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 wrappedFlash
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 wrappedFlash
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 surroundingUIComponentTag
instance, if thisUIComponent
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 theUIComponent
instance associated with our most immediately surroundingUIComponentClassicTagBase
instance, if theUIComponent
instance was created by this execution of the containing JSP page. - doStartTag() - Method in class javax.faces.webapp.ConverterTag
-
Deprecated.Create a new instance of the specified
Converter
class, and register it with theUIComponent
instance associated with our most immediately surroundingUIComponentTag
instance, if theUIComponent
instance was created by this execution of the containing JSP 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 theUIComponent
instance associated with our most immediately surroundingUIComponentTagBase
instance, if theUIComponent
instance was created by this execution of the containing JSP page. - doStartTag() - Method in class javax.faces.webapp.ValidatorTag
-
Deprecated.Create a new instance of the specified
Validator
class, and register it with theUIComponent
instance associated with our most immediately surroundingUIComponentTag
instance, if theUIComponent
instance was created by this execution of the containing JSP 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.
- DOTALL - Enum constant in enum class javax.validation.constraints.Pattern.Flag
-
Enables dotall mode.
- 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 toDouble
fails. - DoubleConverter - Class in javax.faces.convert
-
Converter
implementation forjava.lang.Double
(and double primitive) values. - DoubleConverter() - Constructor for class javax.faces.convert.DoubleConverter
- 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
. - 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 theWork
instance. - DuplicateKeyException - Exception in javax.ejb
-
The DuplicateKeyException exception is thrown if an entity EJB object or EJB 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.
- during() - Element in annotation interface javax.enterprise.event.Observes
-
Specifies at what time the observer method is notified.
- 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 JAX-RS meta-provider for dynamic registration of post-matching providers during a JAX-RS application setup at deployment time.
E
- eager() - Element in annotation interface javax.faces.bean.ManagedBean
-
Taken to be the value of the
eager
attribute of themanaged-bean
. - EAGER - Enum constant in enum class javax.persistence.FetchType
-
Defines that data must be eagerly fetched.
- EditableValueHolder - Interface in javax.faces.component
-
EditableValueHolder is an extension of ValueHolder that describes additional features supported by editable components, including
ValueChangeEvent
s andValidator
s. - EditableValueHolderAttachedObjectHandler - Interface in javax.faces.view
-
A VDL handler that exposes
Validator
orValueChangeListener
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(String, String) - Constructor for exception javax.resource.spi.EISSystemException
-
Constructs a new throwable with the specified detail message and an error code.
- EISSystemException(String, Throwable) - Constructor for exception javax.resource.spi.EISSystemException
-
Constructs a new throwable with the specified detail message and cause.
- EISSystemException(Throwable) - Constructor for exception javax.resource.spi.EISSystemException
-
Constructs a new throwable with the specified cause.
- eisType() - Element in annotation interface javax.resource.spi.Connector
-
Contains information about the type of EIS.
- EJB - Annotation Interface in javax.ejb
-
Indicates a dependency on the local, no-interface, or remote view of an Enterprise JavaBean.
- 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 EJB 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 EJB 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(Exception) - Constructor for exception javax.ejb.EJBException
-
Constructs an EJBException that embeds the originally thrown exception.
- EJBException(String) - Constructor for exception javax.ejb.EJBException
-
Constructs an EJBException with the specified detailed message.
- 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 EJB 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, 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.
- 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.
- 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 EJB 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 EJB 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 EJB
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 Interface in javax.ejb
-
Declares multiple
EJB
annotations. - EJBStats - Interface in javax.management.j2ee.statistics
-
Specifies statistics provided by all EJB 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 EJB 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 EL 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. - element(Element) - Method in class javax.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
-
Adds an extension element to the
W3CEndpointReference
instance'swsa:EndpointReference
element. - Element - Interface in javax.xml.bind
-
This is an element marker interface.
- ELEMENT_COLLECTION - Enum constant in enum class javax.persistence.metamodel.Attribute.PersistentAttributeType
-
Element collection
- ElementCollection - Annotation Interface 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.
- elementFormDefault() - Element in annotation interface javax.xml.bind.annotation.XmlSchema
-
Namespace qualification for elements.
- ElementKind - Enum Class in javax.validation
-
Enum of possible kinds of elements encountered in Bean Validation.
- ELException - Exception in javax.el
-
Represents any of the exception conditions that can arise during expression evaluation.
- ELException - Exception in javax.servlet.jsp.el
-
Deprecated.As of JSP 2.1, replaced by
ELException
- ELException() - Constructor for exception javax.el.ELException
-
Creates an
ELException
with no detail message. - ELException() - Constructor for exception javax.servlet.jsp.el.ELException
-
Deprecated.Creates an ELException with no detail message.
- ELException(String) - Constructor for exception javax.el.ELException
-
Creates an
ELException
with the provided detail message. - ELException(String) - Constructor for exception javax.servlet.jsp.el.ELException
-
Deprecated.Creates an ELException with the provided detail message.
- ELException(String, Throwable) - Constructor for exception javax.el.ELException
-
Creates an ELException with the given detail message and 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.
- ELException(Throwable) - Constructor for exception javax.el.ELException
-
Creates an
ELException
with the given cause. - ELException(Throwable) - Constructor for exception javax.servlet.jsp.el.ELException
-
Deprecated.Creates an ELException with the given root cause.
- ELManager - Class in javax.el
-
Manages EL 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 EL 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 EL expression evaluation.
- ELResolver() - Constructor for class javax.el.ELResolver
- embeddable(Class<X>) - Method in interface javax.persistence.metamodel.Metamodel
-
Return the metamodel embeddable type representing the embeddable class.
- Embeddable - Annotation Interface 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 - Enum constant in enum class javax.persistence.metamodel.Type.PersistenceType
-
Embeddable class
- EmbeddableType<X> - Interface in javax.persistence.metamodel
-
Instances of the type
EmbeddableType
represent embeddable types. - Embedded - Annotation Interface in javax.persistence
-
Specifies a persistent field or property of an entity whose value is an instance of an embeddable class.
- EMBEDDED - Enum constant in enum class javax.persistence.metamodel.Attribute.PersistentAttributeType
-
Embeddable class attribute
- EmbeddedId - Annotation Interface 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_VALIDATION_GROUPS_PATTERN - Static variable in class javax.faces.validator.BeanValidator
-
The regular expression pattern that identifies an empty list of validation groups.
- emptyRoleSemantic() - Element in annotation interface javax.servlet.annotation.HttpMethodConstraint
-
The default authorization semantic.
- ENABLE_SELECTIVE - Enum constant in enum class javax.persistence.SharedCacheMode
-
Caching is enabled for all entities for
Cacheable(true)
is specified. - 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
- enabled - Variable in class javax.xml.ws.WebServiceFeature
-
Specifies if the feature is enabled or disabled
- enabled() - Element in annotation interface javax.xml.ws.RespectBinding
-
Specifies if this feature is enabled or disabled.
- enabled() - Element in annotation interface javax.xml.ws.soap.Addressing
-
Specifies if this feature is enabled or disabled.
- enabled() - Element in annotation interface javax.xml.ws.soap.MTOM
-
Specifies if this feature is enabled or disabled.
- 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) - Method in interface javax.websocket.Encoder.Text
-
Encode the given object into a String.
- 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, 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 wrappedExternalContext
object. - encodeAll(FacesContext) - Method in class javax.faces.component.UIComponent
-
If this component returns
true
fromUIComponent.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 fromUIViewParameter.getStringValue(javax.faces.context.FacesContext)
. - encodeBegin() - Method in class javax.faces.webapp.UIComponentClassicTagBase
-
Deprecated.No encoding is done during JSP page execution. Encoding is deferred until the page has completed executing to allow the entire tree to be built before any encoding occurs.
- encodeBegin(FacesContext) - Method in class javax.faces.component.UIComponent
-
If our
rendered
property istrue
, render the beginning of the current state of thisUIComponent
to the response contained in the specifiedFacesContext
. - 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
-
Override the default
UIComponentBase.encodeBegin(javax.faces.context.FacesContext)
behavior. - 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
- 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 wrappedExternalContext
object. - encodeChildren() - Method in class javax.faces.webapp.UIComponentClassicTagBase
-
Deprecated.No encoding is done during JSP page execution. Encoding is deferred until the page has completed executing to allow the entire tree to be built before any encoding occurs.
- encodeChildren(FacesContext) - Method in class javax.faces.component.UIComponent
- encodeChildren(FacesContext) - Method in class javax.faces.component.UIComponentBase
- encodeChildren(FacesContext) - Method in class javax.faces.component.UIViewRoot
-
If
PartialViewContext.isAjaxRequest()
returnstrue
, perform partial rendering by callingPartialViewContext.processPartial(javax.faces.event.PhaseId)
withPhaseId.RENDER_RESPONSE
. - encodeChildren(FacesContext, UIComponent) - Method in class javax.faces.render.Renderer
-
Render the child components of this
UIComponent
, following the rules described forencodeBegin()
to acquire the appropriate value to be rendered. - encodeChildren(FacesContext, UIComponent) - Method in class javax.faces.render.RendererWrapper
- Encoded - Annotation Interface in javax.ws.rs
-
Disables automatic decoding of parameter values bound using
QueryParam
,PathParam
,FormParam
orMatrixParam
. - encodedPersonal - Variable in class javax.mail.internet.InternetAddress
-
The RFC 2047 encoded version of the personal name.
- encodeEnd() - Method in class javax.faces.webapp.UIComponentClassicTagBase
-
Deprecated.No encoding is done during JSP page execution. Encoding is deferred until the page has completed executing to allow the entire tree to be built before any encoding occurs.
- encodeEnd(FacesContext) - Method in class javax.faces.component.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 aPhaseEvent
for thePhaseId.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 forencodeBegin()
to acquire the appropriate value to be rendered. - encodeEnd(FacesContext, UIComponent) - Method in class javax.faces.render.RendererWrapper
- 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 wrappedExternalContext
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 wrappedExternalContext
object. - Encoder - Interface in javax.websocket
-
The Encoder interface defines how developers can provide a way to convert their custom objects into web socket messages.
- Encoder.Binary<T> - Interface in javax.websocket
-
This interface defines how to provide a way to convert a custom object into a binary message.
- Encoder.BinaryStream<T> - Interface in javax.websocket
-
This interface may be implemented by encoding algorithms that want to write the encoded object to a binary stream.
- Encoder.Text<T> - Interface in javax.websocket
-
This interface defines how to provide a way to convert a custom object into a text message.
- Encoder.TextStream<T> - Interface in javax.websocket
-
This interface may be implemented by encoding algorithms that want to write the encoded object to a character stream.
- encodeRedirectUrl(String) - Method in interface javax.servlet.http.HttpServletResponse
- encodeRedirectUrl(String) - Method in class javax.servlet.http.HttpServletResponseWrapper
-
Deprecated.As of version 2.1, use
HttpServletResponseWrapper.encodeRedirectURL(String url)
instead - 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 class javax.servlet.http.HttpServletResponseWrapper
-
The default behavior of this method is to return encodeRedirectURL(String url) on the wrapped response object.
- 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 wrappedExternalContext
object. - 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 wrappedExternalContext
object. - encoders() - Element in annotation interface javax.websocket.ClientEndpoint
-
The array of Java classes that are to act as Encoders for messages sent by the client.
- encoders() - Element in annotation interface javax.websocket.server.ServerEndpoint
-
The ordered array of encoder classes this endpoint will use.
- 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
- encodeUrl(String) - Method in class javax.servlet.http.HttpServletResponseWrapper
-
Deprecated.As of version 2.1, use
HttpServletResponseWrapper.encodeURL(String url)
instead - 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 class javax.servlet.http.HttpServletResponseWrapper
-
The default behavior of this method is to call encodeURL(String url) on the wrapped response 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(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 implementsEncodingAware
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.
- end - Variable in class javax.servlet.jsp.jstl.core.LoopTagSupport
-
Ending index of the iteration ('end' attribute).
- end() - Method in interface javax.enterprise.context.Conversation
-
Marks the current long-running conversation transient.
- end(Date) - Method in class javax.ejb.ScheduleExpression
-
Set the end date.
- end(Xid, int) - Method in interface javax.transaction.xa.XAResource
-
Ends the work performed on behalf of a transaction branch.
- END_ARRAY - Enum constant in enum class javax.json.stream.JsonParser.Event
-
End of a JSON array.
- END_OBJECT - Enum constant in enum class javax.json.stream.JsonParser.Event
-
End of a JSON object.
- 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 wrappedResponseWriter
object. - endCheckpoint() - Method in class javax.batch.api.chunk.AbstractCheckpointAlgorithm
-
Override this method for the CheckpointAlgorithm to do something after a checkpoint ends.
- endCheckpoint() - Method in interface javax.batch.api.chunk.CheckpointAlgorithm
-
The endCheckpoint method is invoked after the current checkpoint ends.
- 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 wrappedResponseWriter
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 wrappedResponseWriter
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 - Class in javax.xml.ws
-
A Web service endpoint.
- Endpoint() - Constructor for class javax.websocket.Endpoint
- Endpoint() - Constructor for class javax.xml.ws.Endpoint
- ENDPOINT_ADDRESS_PROPERTY - Static variable in interface javax.xml.ws.BindingProvider
-
Standard property: Target service endpoint address.
- endpointActivation(MessageEndpointFactory, ActivationSpec) - Method in interface javax.resource.spi.ResourceAdapter
-
This is called during the activation of a message endpoint.
- EndpointConfig - Interface in javax.websocket
-
The endpoint configuration contains all the information needed during the handshake process for this end point.
- EndpointContext - Class in javax.xml.ws
-
EndpointContext
allows multiple endpoints in an application to share any information. - EndpointContext() - Constructor for class javax.xml.ws.EndpointContext
- endpointDeactivation(MessageEndpointFactory, ActivationSpec) - Method in interface javax.resource.spi.ResourceAdapter
-
This is called when a message endpoint is deactivated.
- endpointName(QName) - Method in class javax.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
-
Sets the
endpointName
aswsam:ServiceName/@EndpointName
in thewsa:Metadata
element. - EndpointReference - Class in javax.xml.ws
-
This class represents an WS-Addressing EndpointReference which is a remote reference to a web service endpoint.
- EndpointReference() - Constructor for class javax.xml.ws.EndpointReference
- 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.
- entities() - Element in annotation interface javax.persistence.SqlResultSetMapping
-
Specifies the result set mapping to entities.
- entity(Class<X>) - Method in interface javax.persistence.metamodel.Metamodel
-
Return the metamodel entity type representing the entity.
- 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(T, String) - Static method in class javax.ws.rs.client.Entity
-
Create an entity using a supplied content media type.
- 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, 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<T> - Class in javax.ws.rs.client
-
Encapsulates message entity including the associated variant information.
- Entity - Annotation Interface in javax.persistence
-
Specifies that the class is an entity.
- ENTITY - Enum constant in enum class javax.persistence.metamodel.Type.PersistenceType
-
Entity
- ENTITY_CODER - Static variable in class javax.ws.rs.Priorities
-
Message encoder or decoder filter/interceptor priority.
- ENTITY_TYPE - Enum constant in enum class javax.persistence.metamodel.Bindable.BindableType
-
Entity type
- 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.
- entityClass() - Element in annotation interface javax.persistence.EntityResult
-
The class of the result.
- 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 withnull
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 Interface 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 withnull
as its detail message. - EntityNotFoundException(String) - Constructor for exception javax.persistence.EntityNotFoundException
-
Constructs a new
EntityNotFoundException
exception with the specified detail message. - EntityResult - Annotation Interface in javax.persistence
-
Used in conjunction with the
SqlResultSetMapping
annotation to map the SELECT clause of a SQL query to an entity result. - EntityTag - Class in javax.ws.rs.core
-
An abstraction for the value of a HTTP Entity Tag, used as the value of an ETag response header.
- EntityTag(String) - Constructor for class javax.ws.rs.core.EntityTag
-
Creates a new instance of a strong
EntityTag
. - EntityTag(String, boolean) - Constructor for class javax.ws.rs.core.EntityTag
-
Creates a new instance of an
EntityTag
. - EntityTransaction - Interface in javax.persistence
-
Interface used to control transactions on resource-local entity managers.
- EntityType<X> - Interface in javax.persistence.metamodel
-
Instances of the type
EntityType
represent entity types. - entry() - Method in interface javax.persistence.criteria.MapJoin
-
Create an expression that corresponds to the map entry.
- entrySet() - Method in class javax.faces.context.FlashWrapper
-
The default behavior of this method is to call
Map.entrySet()
on the wrappedFlash
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 toEnum
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 toEnum
fails and no target class has been provided. - EnumConverter - Class in javax.faces.convert
-
Converter
implementation forjava.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 Interface in javax.persistence
-
Specifies that a persistent property or field should be persisted as a enumerated type.
- EnumType - Enum Class 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<?>, Object) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create a predicate for testing the arguments for equality.
- equal(Expression<?>, Expression<?>) - 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.validator.DoubleRangeValidator
- 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.core.AbstractMultivaluedMap
- 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.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 - Enum constant in enum class javax.servlet.DispatcherType
- ERROR - Static variable in interface javax.xml.bind.ValidationEvent
-
Conditions that correspond to the definition of "error" in section 1.2 of the W3C XML 1.0 Recommendation
- ERROR_EXCEPTION - Static variable in interface javax.servlet.RequestDispatcher
-
The name of the request attribute under which the exception object is propagated during an error dispatch
- ERROR_EXCEPTION_TYPE - Static variable in interface javax.servlet.RequestDispatcher
-
The name of the request attribute under which the type of the exception object is propagated during an error dispatch
- ERROR_MESSAGE - Static variable in interface javax.servlet.RequestDispatcher
-
The name of the request attribute under which the exception message is propagated during an error dispatch
- ERROR_REQUEST_URI - Static variable in interface javax.servlet.RequestDispatcher
-
The name of the request attribute under which the request URI whose processing caused the error is propagated during an error dispatch
- ERROR_SERVLET_NAME - Static variable in interface javax.servlet.RequestDispatcher
-
The name of the request attribute under which the name of the servlet in which the error occurred is propagated during an error dispatch
- ERROR_STATUS_CODE - Static variable in interface javax.servlet.RequestDispatcher
-
The name of the request attribute under which the response status is propagated during an error dispatch
- errorCode - Variable in exception javax.transaction.SystemException
-
The error code with which to create the SystemException.
- errorCode - Variable in exception javax.transaction.xa.XAException
-
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
-
See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.19">HTTP/1.1 documentation}.
- 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 specifieddefaultValue
- eval(String) - Method in class javax.el.ELProcessor
-
Evaluates an EL expression.
- 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 constant that has the same value as EVAL_BODY_BUFFERED and EVAL_BODY_AGAIN.
- EVAL_PAGE - Static variable in interface javax.servlet.jsp.tagext.Tag
-
Continue evaluating the page.
- evaluate(String, Class, VariableResolver, FunctionMapper) - Method in class javax.servlet.jsp.el.ExpressionEvaluator
-
Deprecated.Evaluates an expression.
- evaluate(VariableResolver) - Method in class javax.servlet.jsp.el.Expression
-
Deprecated.Evaluates an expression that was previously prepared.
- 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() - Method in interface javax.ws.rs.core.Request
-
Evaluate request preconditions for a resource that does not currently exist.
- 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(EntityTag) - Method in interface javax.ws.rs.core.Request
-
Evaluate request preconditions based on the passed in value.
- 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(String, Throwable) - Constructor for exception javax.faces.el.EvaluationException
-
Deprecated.Construct a new exception with the specified detail message and root cause.
- EvaluationException(Throwable) - Constructor for exception javax.faces.el.EvaluationException
-
Deprecated.Construct a new exception with the specified root cause.
- EvaluationListener - Class in javax.el
-
The listener interface for receiving notification when an EL 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.
- EventMetadata - Interface in javax.enterprise.inject.spi
-
Provides access to metadata about an observed event payload.
- evict(Class) - Method in interface javax.persistence.Cache
-
Remove the data for entities of the specified class (and its subclasses) from the cache.
- evict(Class, Object) - Method in interface javax.persistence.Cache
-
Remove the data for the given entity from the cache.
- evictAll() - Method in interface javax.persistence.Cache
-
Clear the cache.
- 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
Exception
s 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
- 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 existingExceptionHandler
instance. - ExceptionHandlerWrapper() - Constructor for class javax.faces.context.ExceptionHandlerWrapper
- ExceptionListener - Interface in javax.jms
-
If a JMS provider detects a serious problem with a
Connection
object, it informs theConnection
object'sExceptionListener
, 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 withExceptionQueuedEvent.class
assystemEventClass
argument. - ExceptionQueuedEvent(ExceptionQueuedEventContext) - Constructor for class javax.faces.event.ExceptionQueuedEvent
-
Instantiate a new
ExceptionQueuedEvent
that indicates the argumentExceptionQueuedEventContext
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 theExceptionQueuedEvent
occurs and links theExceptionQueuedEvent
to theExceptionHandler
by virtue of implementingSystemEventListener
. - ExceptionQueuedEventContext(FacesContext, Throwable) - Constructor for class javax.faces.event.ExceptionQueuedEventContext
-
Instantiate a new
ExceptionQueuedEventContext
that indicates the argumentThrowable
just occurred. - ExceptionQueuedEventContext(FacesContext, Throwable, UIComponent) - Constructor for class javax.faces.event.ExceptionQueuedEventContext
-
Instantiate a new
ExceptionQueuedEventContext
that indicates the argumentThrowable
just occurred, relevant to the argumentcomponent
. - ExceptionQueuedEventContext(FacesContext, Throwable, UIComponent, PhaseId) - Constructor for class javax.faces.event.ExceptionQueuedEventContext
-
Instantiate a new
ExceptionQueuedEventContext
that indicates the argumentThrowable
just occurred, relevant to the argumentcomponent
, during the lifecycle phasephaseId
. - ExcludeClassInterceptors - Annotation Interface in javax.interceptor
-
Used to exclude class-level interceptors for a lifecycle callback, business, or timeout method of a target class, or a constructor of a target class.
- ExcludeDefaultInterceptors - Annotation Interface in javax.interceptor
-
Used to exclude default interceptors for a target class or a lifecycle callback, business, or timeout method of a target class, or a constructor of a target class.
- ExcludeDefaultListeners - Annotation Interface 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 Interface 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
andConstructorDescriptor
. - ExecutableType - Enum Class 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() - 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(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 JavaServer Faces Specification, in the specified order.
- execute(FacesContext) - Method in class javax.faces.lifecycle.LifecycleWrapper
- execute(InteractionSpec, Record) - Method in interface javax.resource.cci.Interaction
-
Executes an interaction represented by the InteractionSpec.
- execute(InteractionSpec, Record, Record) - Method in interface javax.resource.cci.Interaction
-
Executes an interaction represented by the InteractionSpec.
- EXECUTE_LIFECYCLE - Enum constant in enum class javax.faces.component.visit.VisitHint
-
Hint that indicates that the visit is being performed as part of lifecycle phase execution and as such phase-specific actions (initialization) may be taken.
- 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
- 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.
- EXPECTATION_FAILED - Enum constant in enum class javax.ws.rs.core.Response.Status
-
417 Expectation Failed, see {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.18">HTTP/1.1 documentation}.
- expires(Date) - Method in class javax.ws.rs.core.Response.ResponseBuilder
-
Set the response expiration date.
- EXPIRES - Static variable in interface javax.ws.rs.core.HttpHeaders
-
See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.21">HTTP/1.1 documentation}.
- 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(MethodExpression) - Method in class javax.faces.flow.builder.MethodCallBuilder
-
Set the method expression of this method call node.
- Expression - Class in javax.el
-
Base class for the expression subclasses
ValueExpression
andMethodExpression
, implementing characteristics common to both. - Expression - Class in javax.servlet.jsp.el
-
Deprecated.As of JSP 2.1, replaced by
ValueExpression
- Expression<T> - Interface in javax.persistence.criteria
-
Type for query expressions.
- Expression() - Constructor for class javax.el.Expression
- Expression() - Constructor for class javax.servlet.jsp.el.Expression
-
Deprecated.
- 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 EL 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.
- EXTENDED - Enum constant in enum class javax.persistence.PersistenceContextType
-
Extended persistence context
- EXTENDED - Enum constant in enum class javax.persistence.PessimisticLockScope
-
In addition to the behavior for
PessimisticLockScope.NORMAL
, element collections and relationships owned by the entity that are contained in join tables will be locked if thejavax.persistence.lock.scope
property is specified with a value ofPessimisticLockScope.EXTENDED
. - 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. - 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
- 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 existingExternalContext
instance. - ExternalContextWrapper() - Constructor for class javax.faces.context.ExternalContextWrapper
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
- 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 argumentmessage
as the message. - FaceletException(String, Throwable) - Constructor for exception javax.faces.view.facelets.FaceletException
-
Wrap argument
cause
in aFaceletException
instance, with a message given by the argumentmessage
. - FaceletException(Throwable) - Constructor for exception javax.faces.view.facelets.FaceletException
-
Wrap argument
cause
within thisFaceletException
instance. - 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 JSF 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 Interface 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 JavaServer Faces specification. - FacesBehavior - Annotation Interface 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 Interface in javax.faces.render
-
The presence of this annotation on a class automatically registers the class with the runtime as a
ClientBehaviorRenderer
. - FacesComponent - Annotation Interface 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. - FacesContext - Class in javax.faces.context
-
FacesContext contains all of the per-request state information related to the processing of a single JavaServer 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
- 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 existingFacesContext
instance. - FacesContextWrapper() - Constructor for class javax.faces.context.FacesContextWrapper
- FacesConverter - Annotation Interface in javax.faces.convert
-
The presence of this annotation on a class automatically registers the class with the runtime as a
Converter
. - FacesEvent - Class in javax.faces.event
-
FacesEvent is the base class for user interface and application events that can be fired by
UIComponent
s. - FacesEvent(UIComponent) - Constructor for class javax.faces.event.FacesEvent
-
Construct a new event object from the specified source component.
- FacesException - Exception in javax.faces
-
This class encapsulates general JavaServer 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(String, Throwable) - Constructor for exception javax.faces.FacesException
-
Construct a new exception with the specified detail message and root cause.
- FacesException(Throwable) - Constructor for exception javax.faces.FacesException
-
Construct a new exception with the specified root cause.
- FacesListener - Interface in javax.faces.event
-
A generic base interface for event listeners for various types of
FacesEvent
s. - 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 Interface 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 servlet that manages the request processing lifecycle for web applications that are utilizing JavaServer Faces to construct the user interface.
- FacesServlet() - Constructor for class javax.faces.webapp.FacesServlet
- FacesValidator - Annotation Interface 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 JSF 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 JSP mechanism for denoting a
UIComponent
is to be added as afacet
to the component associated with its parent. - FacetTag() - Constructor for class javax.faces.webapp.FacetTag
- factoryClass() - Element in annotation interface javax.xml.bind.annotation.XmlType
-
Class containing a no-arg factory method for creating an instance of this class.
- FactoryFinder - Class in javax.faces
-
FactoryFinder implements the standard discovery algorithm for all factory objects specified in the JavaServer Faces APIs.
- factoryMethod() - Element in annotation interface javax.xml.bind.annotation.XmlType
-
Name of a no-arg factory method in the class specified in factoryClass factoryClass().
- failed(Throwable) - Method in interface javax.ws.rs.client.InvocationCallback
-
Called when the invocation has failed for any reason.
- FAILED - Enum constant in enum class javax.batch.runtime.BatchStatus
- 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 - Enum constant in enum class javax.json.JsonValue.ValueType
-
JSON false.
- FALSE - Static variable in interface javax.json.JsonValue
-
JSON false value
- familyOf(int) - Static method in enum class javax.ws.rs.core.Response.Status.Family
-
Get the response status family for the status code.
- FATAL_ERROR - Static variable in interface javax.xml.bind.ValidationEvent
-
Conditions that correspond to the definition of "fatal error" in section 1.2 of the W3C XML 1.0 Recommendation
- fault() - Element in annotation interface javax.xml.ws.Action
-
Explicit value of the WS-Addressing
Action
message addressing property for thefault
message(s) of the operation. - FaultAction - Annotation Interface in javax.xml.ws
-
The
FaultAction
annotation is used inside anAction
annotation to allow an explicit association of a WS-AddressingAction
message addressing property with thefault
messages of the WSDL operation mapped from the exception class. - faultBean() - Element in annotation interface javax.xml.ws.WebFault
-
Fault bean name.
- Feature - Interface in javax.ws.rs.core
-
A feature extension contract.
- FeatureContext - Interface in javax.ws.rs.core
-
A configurable context passed to
Feature
andDynamicFeature
instances by JAX-RS runtime during the phase of their configuration. - fetch() - Element in annotation interface javax.persistence.Basic
-
(Optional) Defines whether the value of the field or property should be lazily loaded or must be eagerly fetched.
- fetch() - Element in annotation interface javax.persistence.ElementCollection
-
(Optional) Whether the collection should be lazily loaded or must be eagerly fetched.
- fetch() - Element in annotation interface javax.persistence.ManyToMany
-
(Optional) Whether the association should be lazily loaded or must be eagerly fetched.
- fetch() - Element in annotation interface javax.persistence.ManyToOne
-
(Optional) Whether the association should be lazily loaded or must be eagerly fetched.
- fetch() - Element in annotation interface javax.persistence.OneToMany
-
(Optional) Whether the association should be lazily loaded or must be eagerly fetched.
- fetch() - Element in annotation interface javax.persistence.OneToOne
-
(Optional) Whether the association should be lazily loaded or must be eagerly fetched.
- 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.
- fetch(Message[], FetchProfile) - Method in class javax.mail.Folder
-
Prefetch the items specified in the FetchProfile for the given Messages.
- 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(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<Z,
X> - Interface in javax.persistence.criteria -
Represents a join-fetched association or attribute.
- 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 Class in javax.persistence
-
Defines strategies for fetching data from the database.
- FIELD - Enum constant in enum class javax.persistence.AccessType
-
Field-based access is used.
- FIELD - Enum constant in enum class javax.xml.bind.annotation.XmlAccessType
-
Every non static, non transient field in a JAXB-bound class will be automatically bound to XML, unless annotated by
XmlTransient
. - FieldResult - Annotation Interface 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() - Element in annotation interface javax.persistence.EntityResult
-
Maps the columns specified in the SELECT list of the query to the properties or fields of the entity class.
- fileSizeThreshold() - Element in annotation interface javax.servlet.annotation.MultipartConfig
-
The size threshold after which the file will be written to disk
- 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. - 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_COUNT - Enum constant in enum class javax.batch.runtime.Metric.MetricType
- 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.
- filterName() - Element in annotation interface javax.servlet.annotation.WebFilter
-
The name of the filter
- 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 onServletContext
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(String) - Method in class javax.faces.flow.builder.FlowBuilder
-
A MethodExpression that will be invoked when the flow is exited.
- finalizer(MethodExpression) - 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.
- 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.
- findComponent(String) - Method in class javax.faces.component.UIComponent
-
Search for and return the
UIComponent
with anid
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. - 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.
- 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.
- fireEvent(Object, Annotation...) - Method in interface javax.enterprise.inject.spi.BeanManager
-
Fire an event and notify observers.
- FLAGGED - Static variable in class javax.mail.Flags.Flag
-
This message is flagged.
- flags - Variable in class javax.mail.internet.MimeMessage
-
The Flags for this message.
- flags() - Element in annotation interface javax.validation.constraints.Pattern
- 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(String) - Constructor for class javax.mail.Flags
-
Construct a Flags object initialized with the given user flag.
- 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 - Static variable in class javax.mail.FetchProfile.Item
-
This is the Flags item.
- FLAGS_CHANGED - Static variable in class javax.mail.event.MessageChangedEvent
-
The message's flags changed.
- Flags.Flag - Class in javax.mail
-
This inner class represents an individual system flag.
- 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
- FlashWrapper - Class in javax.faces.context
- FlashWrapper() - Constructor for class javax.faces.context.FlashWrapper
- FLOAT_ID - Static variable in class javax.faces.convert.FloatConverter
-
The message identifier of the
FacesMessage
to be created if the conversion toFloat
fails. - FloatConverter - Class in javax.faces.convert
-
Converter
implementation forjava.lang.Float
(and float primitive) values. - FloatConverter() - Constructor for class javax.faces.convert.FloatConverter
- 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-familyjavax.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
Flow
s. - FlowBuilder() - Constructor for class javax.faces.flow.builder.FlowBuilder
- FlowBuilderParameter - Annotation Interface in javax.faces.flow.builder
-
The presence of this annotation on a CDI producer method for the
FlowDefinition
annotation causes theFlowBuilder
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 Interface 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 ofFlowHandler
. - 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 existingFlowHandlerFactory
instance. - FlowHandlerFactoryWrapper() - Constructor for class javax.faces.flow.FlowHandlerFactoryWrapper
- 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 Interface 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 wrappedResponseWriter
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 Class 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 - Variable in class javax.mail.Message
-
The containing folder, if this message is obtained from a folder
- 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.
- 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(String, Folder) - Constructor for exception javax.mail.FolderNotFoundException
-
Constructs a FolderNotFoundException with the specified detail message and the specified folder.
- 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.
- folderRenamed(FolderEvent) - Method in class javax.mail.event.FolderAdapter
- folderRenamed(FolderEvent) - Method in interface javax.mail.event.FolderListener
-
Invoked when a folder is renamed.
- FORBIDDEN - Enum constant in enum class javax.ws.rs.core.Response.Status
-
403 Forbidden, see {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.4">HTTP/1.1 documentation}.
- 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(String, Throwable) - 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(String, Response, Throwable) - 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(Response) - 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.
- forClass() - Element in annotation interface javax.faces.convert.FacesConverter
-
The value of this annotation attribute is taken to be the converter-for-class with which instances of this class of converter can be instantiated by calling
Application.createConverter(java.lang.Class)
. - foreignKey() - Element in annotation interface javax.persistence.AssociationOverride
-
(Optional) Used to specify or control the generation of a foreign key constraint for the columns corresponding to the
joinColumns
element when table generation is in effect. - foreignKey() - Element in annotation interface javax.persistence.CollectionTable
-
(Optional) Used to specify or control the generation of a foreign key constraint for the columns corresponding to the
joinColumns
element when table generation is in effect. - foreignKey() - Element in annotation interface javax.persistence.JoinColumn
-
(Optional) Used to specify or control the generation of a foreign key constraint when table generation is in effect.
- foreignKey() - Element in annotation interface javax.persistence.JoinColumns
-
(Optional) Used to specify or control the generation of a foreign key constraint when table generation is in effect.
- foreignKey() - Element in annotation interface javax.persistence.JoinTable
-
(Optional) Used to specify or control the generation of a foreign key constraint for the columns corresponding to the
joinColumns
element when table generation is in effect. - foreignKey() - Element in annotation interface javax.persistence.MapKeyJoinColumn
-
(Optional) Used to specify or control the generation of a foreign key constraint when table generation is in effect.
- foreignKey() - Element in annotation interface javax.persistence.MapKeyJoinColumns
-
(Optional) Used to specify or control the generation of a foreign key constraint when table generation is in effect.
- foreignKey() - Element in annotation interface javax.persistence.PrimaryKeyJoinColumn
-
(Optional) Used to specify or control the generation of a foreign key constraint for the primary key join column when table generation is in effect.
- foreignKey() - Element in annotation interface javax.persistence.PrimaryKeyJoinColumns
-
(Optional) Used to specify or control the generation of a foreign key constraint when table generation is in effect.
- foreignKey() - Element in annotation interface javax.persistence.SecondaryTable
-
(Optional) Used to specify or control the generation of a foreign key constraint for the columns corresponding to the
pkJoinColumns
element when table generation is in effect. - ForeignKey - Annotation Interface in javax.persistence
-
Used to specify the handling of foreign key constraints when schema generation is in effect.
- foreignKeyDefinition() - Element in annotation interface javax.persistence.ForeignKey
-
(Optional) The foreign key constraint definition.
- 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.
- forget(Xid) - Method in interface javax.transaction.xa.XAResource
-
Tells the resource manager to forget about a heuristically completed transaction branch.
- form(Form) - Static method in class javax.ws.rs.client.Entity
-
Create an "application/x-www-form-urlencoded" form entity.
- form(MultivaluedMap<String, String>) - Static method in class javax.ws.rs.client.Entity
-
Create an "application/x-www-form-urlencoded" form 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 draft-ietf-drums-msg-fmt-08 in the current TimeZone.
- FormParam - Annotation Interface 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 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 - Enum constant in enum class javax.servlet.DispatcherType
- 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_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
- FOUND - Enum constant in enum class javax.ws.rs.core.Response.Status
-
302 Found, see {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.3.3">HTTP/1.1 documentation}.
- fraction() - Element in annotation interface javax.validation.constraints.Digits
- fragment(String) - Method in class javax.ws.rs.core.UriBuilder
-
Set the URI fragment.
- from() - Element in annotation interface javax.mail.MailSessionDefinition
-
From address for the user.
- from() - Element in annotation interface javax.validation.groups.ConvertGroup
- 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(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(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<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.CriteriaUpdate
-
Create and add a query root corresponding to the entity that is the target of the update.
- 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<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.
- 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. - 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(String) - Method in class javax.faces.flow.builder.SwitchCaseBuilder
-
Set the outcome in the previously created switch case.
- fromOutcome(ValueExpression) - Method in class javax.faces.flow.builder.ReturnBuilder
-
Set the outcome of the current return node.
- 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 class 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(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(String) - Static method in class javax.ws.rs.core.UriBuilder
-
Create a new instance initialized from an existing URI.
- fromUri(URI) - Static method in class javax.ws.rs.core.Link
-
Create a new builder instance initialized from an existing URI.
- fromUri(URI) - 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 JSF 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 EL function names and methods.
- FunctionMapper - Interface in javax.servlet.jsp.el
-
Deprecated.As of JSP 2.1, replaced by
FunctionMapper
- FunctionMapper() - Constructor for class javax.el.FunctionMapper
- functions - Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
-
An array describing the functions that are defined in this tag library.
- Future - Annotation Interface in javax.validation.constraints
-
The annotated element must be a date in the future.
- Future.List - Annotation Interface in javax.validation.constraints
-
Defines several
Future
annotations on the same element.
G
- GATEWAY_TIMEOUT - Enum constant in enum class javax.ws.rs.core.Response.Status
-
504 Gateway Timeout, see {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.5.5">HTTP/1.1 documentation}.
- 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.
- 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 - Static variable in class javax.mail.search.ComparisonTerm
- Generated - Annotation Interface in javax.annotation
-
The Generated annotation is used to mark source code that has been generated.
- GeneratedValue - Annotation Interface in javax.persistence
-
Provides for the specification of generation strategies for the values of primary keys.
- 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(String, Map) - Method in interface javax.persistence.spi.PersistenceProvider
-
Create database schemas and/or tables and/or create DDL scripts as determined by the supplied properties.
- generateSchema(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(SchemaOutputResolver) - Method in class javax.xml.bind.JAXBContext
-
Generates the schema documents for this context.
- generateUniqueId(String) - Method in class javax.faces.view.facelets.FaceletContext
-
Generate a unique ID for the passed String
- GenerationType - Enum Class in javax.persistence
-
Defines the types of primary key generation strategies.
- generator() - Element in annotation interface javax.persistence.GeneratedValue
-
(Optional) The name of the primary key generator to use as specified in the
SequenceGenerator
orTableGenerator
annotation. - GenericBootstrap - Interface in javax.validation.bootstrap
-
Defines the state used to bootstrap Bean Validation and creates a provider agnostic
Configuration
. - GenericCredential - Enum constant in enum class javax.resource.spi.AuthenticationMechanism.CredentialInterface
-
Corresponds to
javax.resource.spi.security.GenericCredential
- 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.
- 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() - Method in class javax.enterprise.inject.spi.Unmanaged.UnmanagedInstance
-
Get the instance
- get() - Method in interface javax.inject.Provider
-
Provides a fully-constructed and injected instance of
T
. - get() - 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.SyncInvoker
-
Invoke HTTP GET method for the current request synchronously.
- get(int) - Method in interface javax.persistence.Tuple
-
Get the value of the element at the specified position in the result tuple.
- 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(long, TimeUnit) - Method in class javax.ejb.AsyncResult
-
This method should not be called.
- get(Serializable) - Method in interface javax.faces.component.StateHelper
-
Return the value currently associated with the specified
key
if any. - get(Class<T>) - 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.SyncInvoker
-
Invoke HTTP GET method for the current request synchronously.
- get(Object) - Method in class javax.faces.context.FlashWrapper
-
The default behavior of this method is to call
Map.get(Object)
on the wrappedFlash
object. - get(Object) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
- get(String) - Method in class javax.faces.view.facelets.TagAttributes
-
Using no namespace, find the TagAttribute
- get(String) - Method in class javax.mail.internet.ParameterList
-
Returns the value of the specified parameter.
- get(String) - Method in interface javax.persistence.criteria.Path
-
Create a path corresponding to the referenced attribute.
- get(String) - Method in interface javax.persistence.Tuple
-
Get the value of the tuple element to which the specified alias has been assigned.
- 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, String) - Method in class javax.faces.view.facelets.TagAttributes
-
Find a TagAttribute that matches the passed namespace and local name.
- 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(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(MapAttribute<X, K, V>) - Method in interface javax.persistence.criteria.Path
-
Create a path corresponding to the referenced map-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(SingularAttribute<? super X, Y>) - Method in interface javax.persistence.criteria.Path
-
Create a path corresponding to the referenced single-valued attribute.
- get(TupleElement<X>) - Method in interface javax.persistence.Tuple
-
Get the value of the specified tuple element.
- get(MessageInfo) - Method in interface javax.security.auth.message.MessagePolicy.Target
-
Get the Object identified by the Target from the MessageInfo.
- get(HttpSession, String) - Static method in class javax.servlet.jsp.jstl.core.Config
-
Looks up a configuration variable in the "session" scope.
- get(PageContext, String, int) - Static method in class javax.servlet.jsp.jstl.core.Config
-
Looks up a configuration variable in the given scope.
- get(ServletContext, String) - Static method in class javax.servlet.jsp.jstl.core.Config
-
Looks up a configuration variable in the "application" scope.
- get(ServletRequest, String) - Static method in class javax.servlet.jsp.jstl.core.Config
-
Looks up a configuration variable in the "request" scope.
- get(InvocationCallback<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(GenericType<T>) - Method in interface javax.ws.rs.client.SyncInvoker
-
Invoke HTTP GET method for the current request synchronously.
- GET - Annotation Interface in javax.ws.rs
-
Indicates that the annotated method responds to HTTP GET requests.
- GET - Static variable in annotation interface javax.ws.rs.HttpMethod
-
HTTP GET method.
- 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.
- 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.
- getAcknowledgeMode() - Method in interface javax.jms.Session
-
Returns the acknowledgement mode of the session.
- 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 thisUIComponent
is activated by the user, during the Apply Request Values or Invoke Application phase of the request processing lifecycle, depending on the value of theimmediate
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 thisUIComponent
is activated by the user, during the Apply Request Values or Invoke Application phase of the request processing lifecycle, depending on the value of theimmediate
property. - getActionListener() - Method in class javax.faces.application.Application
-
Return the default
ActionListener
to be registered for allActionSource
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 wrappedApplication
object. - getActionListener() - Method in interface javax.faces.component.ActionSource
-
Deprecated.Use
ActionSource.getActionListeners()
instead. - getActionListener() - Method in class javax.faces.component.UICommand
-
Deprecated.Use
UICommand.getActionListeners()
instead. - getActionListener() - Method in class javax.faces.component.UIViewAction
-
Deprecated.
- getActionListeners() - Method in interface javax.faces.component.ActionSource
-
Return the set of registered
ActionListener
s for thisActionSource
instance. - getActionListeners() - Method in class javax.faces.component.UICommand
- getActionListeners() - Method in class javax.faces.component.UIViewAction
-
Return the set of registered
ActionListener
s for thisActionSource
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.
- getActionURL(FacesContext) - Method in class javax.faces.application.NavigationCase
-
Construct an absolute URL to this
NavigationCase
instance usingViewHandler.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 forjava.net.URL
(assuming appropriate values are used for the first three arguments), then a client making a request to thetoExternalForm()
of thatURL
will select the argumentviewId
for traversing the JSF 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 wrappedViewHandler
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.
- getAdapter(Class<A>) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- getAdapter(Class<A>) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- getAdapter(Class<A>) - Method in interface javax.xml.bind.Marshaller
-
Gets the adapter associated with the specified type.
- getAdapter(Class<A>) - Method in interface javax.xml.bind.Unmarshaller
-
Gets the adapter associated with the specified type.
- getAdapterName() - Method in interface javax.resource.cci.ResourceAdapterMetaData
-
Gets a tool displayable name of the resource adapter.
- getAdapterShortDescription() - Method in interface javax.resource.cci.ResourceAdapterMetaData
-
Gets a tool displayable short desription of the resource adapter.
- getAdapterVendorName() - Method in interface javax.resource.cci.ResourceAdapterMetaData
-
Gets the name of the vendor that has provided the resource adapter.
- getAdapterVersion() - Method in interface javax.resource.cci.ResourceAdapterMetaData
-
Gets the version of the resource adapter.
- getAddress() - Method in class javax.mail.internet.InternetAddress
-
Get the email address.
- getAddress() - Method in class javax.mail.search.AddressTerm
-
Return the address to match with.
- 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.
- getAlternatives() - Method in interface javax.enterprise.inject.spi.AfterTypeDiscovery
- getAnnotated() - Method in interface javax.enterprise.inject.spi.InjectionPoint
-
Obtain an instance of
AnnotatedField
orAnnotatedParameter
, 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, theAnnotatedMethod
representing the producer method, or theAnnotatedField
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 theAnnotatedMethod
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() - 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 Java EE component class supporting injection. - 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. - getAnnotatedTypes(Class<T>) - Method in interface javax.enterprise.inject.spi.AfterBeanDiscovery
-
Obtain the
AnnotatedType
s that may be used to read the annotations of the given class or interface as defined during container initialization. - getAnnotation() - Method in interface javax.validation.metadata.ConstraintDescriptor
-
Returns the annotation describing the constraint declaration.
- getAnnotation(Class<T>) - Method in interface javax.enterprise.inject.spi.Annotated
-
Get program element annotation of a certain annotation type.
- getAnnotations() - Method in interface javax.enterprise.inject.spi.Annotated
-
Get all annotations of the program element.
- 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 wrappedFacesContext
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 wrappedExternalContext
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 wrappedExternalContext
object. - 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 Apply Request Values 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
- 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, Object) - 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 thisJMSProducer
object have been configured to be asynchronous then this method returns theCompletionListener
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()
orServletRequest.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()
orServletRequestWrapper.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.
- getAttachmentAsByteArray(String) - Method in class javax.xml.bind.attachment.AttachmentUnmarshaller
-
Retrieve the attachment identified by content-id,
cid
, as a byte[] - getAttachmentAsDataHandler(String) - Method in class javax.xml.bind.attachment.AttachmentUnmarshaller
-
Lookup MIME content by content-id,
cid
, and return as aDataHandler
. - getAttachmentMarshaller() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- getAttachmentMarshaller() - Method in interface javax.xml.bind.Marshaller
- getAttachmentUnmarshaller() - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- getAttachmentUnmarshaller() - Method in interface javax.xml.bind.Unmarshaller
- 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 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(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) - 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
, ornull
if no attribute of the given name exists. - getAttribute(String) - Method in class javax.servlet.ServletRequestWrapper
-
The default behavior of this method is to call getAttribute(String name) on the wrapped request object.
- getAttribute(String) - Method in class javax.xml.ws.spi.http.HttpContext
-
Returns an attribute value for container's configuration and other data that can be used by jax-ws runtime.
- getAttribute(String) - Method in class javax.xml.ws.spi.http.HttpExchange
-
Returns an attribute that is associated with this
HttpExchange
. - 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(ObjectName, String) - Method in interface javax.management.j2ee.Management
-
Gets the value of a specific attribute of a named managed object.
- getAttributeName() - Method in interface javax.persistence.AttributeNode
-
Return the name of the attribute corresponding to the attribute node.
- getAttributeName(FaceletContext) - Method in interface javax.faces.view.facelets.AttributeHandler
-
Returns the resolved literal String value of the attribute name after evaluating EL.
- getAttributeNames() - Method in interface javax.servlet.http.HttpSession
-
Returns an
Enumeration
ofString
objects containing the names of all the objects bound to this session. - getAttributeNames() - Method in interface javax.servlet.ServletContext
-
Returns an
Enumeration
containing the attribute names available within this ServletContext. - getAttributeNames() - Method in interface javax.servlet.ServletRequest
-
Returns an
Enumeration
containing the names of the attributes available to this request. - getAttributeNames() - Method in class javax.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getAttributeNames() on the wrapped request object.
- getAttributeNames() - Method in class javax.xml.ws.spi.http.HttpContext
-
Returns all attribute names for container's configuration and other data that can be used by jax-ws runtime.
- getAttributeNames() - Method in class javax.xml.ws.spi.http.HttpExchange
-
Gives all the attribute names that are associated with this
HttpExchange
. - getAttributeNamesInScope(int) - Method in class javax.servlet.jsp.JspContext
-
Enumerate all the attributes in a given scope.
- getAttributeNodes() - Method in interface javax.persistence.EntityGraph
-
Return the attribute nodes of this entity that are included in the entity graph.
- getAttributeNodes() - Method in interface javax.persistence.Subgraph
-
Return the attribute nodes corresponding to the attributes of this managed type that are included in the subgraph.
- getAttributes() - Method in class javax.faces.component.UIComponent
-
Return a mutable
Map
representing the attributes (and properties, see below) associated wth thisUIComponent
, 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 thisFacesContext
instance. - getAttributes() - Method in class javax.faces.context.FacesContextWrapper
-
The default behavior of this method is to call
FacesContext.getAttributes()
on the wrappedFacesContext
object. - getAttributes() - Method in class javax.faces.event.ExceptionQueuedEventContext
-
A
Map
of attributes relevant to the context of thisExceptionQueuedEvent
. - getAttributes() - Method in class javax.faces.view.facelets.Tag
-
Return an object encapsulating the
TagAttributes
specified on this element in the view. - 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.
- getAttributes(ObjectName, String[]) - Method in interface javax.management.j2ee.Management
-
Enables the values of several attributes of a named managed object.
- 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.
- 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.
- 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 wrappedExternalContext
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.
- 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. - 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() - 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. - getBean(String) - Method in class javax.el.BeanNameResolver
-
Returns the bean known by its name.
- 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 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 Java 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 Java 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 thisApplication
. - getBehaviorIds() - Method in class javax.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.getBehaviorIds()
on the wrappedApplication
object. - 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
- getBinding() - Method in interface javax.xml.ws.BindingProvider
-
Get the Binding for this binding provider.
- getBinding() - Method in class javax.xml.ws.Endpoint
-
Returns the binding for this endpoint.
- getBindingID() - Method in interface javax.xml.ws.Binding
-
Get the URI for this binding instance.
- getBindingID() - Method in interface javax.xml.ws.handler.PortInfo
-
Gets the URI identifying the binding used by the port being accessed.
- getBody(Class<T>) - Method in interface javax.jms.Message
-
Returns the message body as an object of the specified type.
- 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(int) - Method in class javax.mail.Multipart
-
Get the specified Part.
- getBodyPart(int) - Method in interface javax.mail.MultipartDataSource
-
Get the specified Part.
- getBodyPart(String) - Method in class javax.mail.internet.MimeMultipart
-
Get the MimeBodyPart referred to by the given ContentID (CID).
- getBookmarkableURL(FacesContext) - Method in class javax.faces.application.NavigationCase
-
Construct an absolute URL suitable for a bookmarkable link to this
NavigationCase
instance usingViewHandler.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 JSF action URL derived from the viewId argument that is suitable to be used as the target of a link in a JSF 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 wrappedViewHandler
object. - 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.jms.MapMessage
-
Returns the
boolean
value with the specified name. - 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.
- getBoolean(FaceletContext) - Method in class javax.faces.view.facelets.TagAttribute
-
If literal, return
Boolean.getBoolean(java.lang.String)
passing our value, otherwise callgetObject(FaceletContext, Class)
. - 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 aboolean
. - 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. - getBranchQualifier() - Method in interface javax.transaction.xa.Xid
-
Obtain the transaction branch identifier part of XID as an array of bytes.
- 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 thisJspPropertyGroupDescriptor
. - getBufferSize() - Method in class javax.servlet.jsp.JspWriter
-
This method returns the size of the buffer used by the JspWriter.
- getBufferSize() - Method in interface javax.servlet.ServletResponse
-
Returns the actual buffer size used for the response.
- getBufferSize() - Method in class javax.servlet.ServletResponseWrapper
-
The default behavior of this method is to return getBufferSize() on the wrapped response object.
- getBuilder() - Method in class javax.xml.bind.annotation.W3CDomHandler
- 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.
- 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 aString
. - getByteProperty(String) - Method in interface javax.jms.Message
-
Returns the value of the
byte
property 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. - getBytes(String) - Method in interface javax.jms.MapMessage
-
Returns the byte array value with the specified name.
- 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.
- getCalledFlowDocumentId(FacesContext) - Method in class javax.faces.flow.FlowCallNode
- getCalledFlowId(FacesContext) - Method in class javax.faces.flow.FlowCallNode
- 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. - 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 ofThrowable
to return the next exception in the chain of nested exceptions. - getCause() - Method in exception javax.xml.bind.JAXBException
- 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
- 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 certicicate 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.
- 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 wrappedResponseWriter
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
- getChildCount() - Method in class javax.faces.component.UIComponent
-
Return the number of child
UIComponent
s that are associated with thisUIComponent
. - getChildCount() - Method in class javax.faces.component.UIComponentBase
- getChildren() - Method in class javax.faces.component.UIComponent
- getChildren() - Method in class javax.faces.component.UIComponentBase
- 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 JAX-RS component (such as provider or
feature
) classes to be instantiated, injected and utilized in the scope of the configurable instance. - 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 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 specifiedtype
, if any; otherwise, returnnull
. - getClientBehaviorRenderer(String) - Method in class javax.faces.render.RenderKitWrapper
-
The default behavior of this method is to call
RenderKit.getClientBehaviorRenderer(String)
on the wrappedRenderKit
object. - getClientBehaviorRendererTypes() - Method in class javax.faces.render.RenderKit
-
Return an
Iterator
over theClientBehaviorRenderer
types. - getClientBehaviorRendererTypes() - Method in class javax.faces.render.RenderKitWrapper
-
The default behavior of this method is to call
RenderKit.getClientBehaviorRendererTypes()
on the wrappedRenderKit
object. - getClientBehaviors() - Method in interface javax.faces.component.behavior.ClientBehaviorHolder
-
Returns a non-null, unmodifiable
Map
that contains the theClientBehavior
s 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()
. - getClientId() - Method in class javax.faces.component.UIComponent
-
Enable EL 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 oneFacesMessage
has been queued. - getClientIdsWithMessages() - Method in class javax.faces.context.FacesContextWrapper
-
The default behavior of this method is to call
FacesContext.getClientIdsWithMessages()
on the wrappedFacesContext
object. - getClientWindow() - Method in class javax.faces.context.ExternalContext
-
Return the
ClientWindow
set in a preceding call toExternalContext.setClientWindow(javax.faces.lifecycle.ClientWindow)
, ornull
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 wrappedExternalContext
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
-
Obtain the current
ClientWindow
from theExternalContext
. - getCloseCode() - Method in class javax.websocket.CloseReason
-
The Close code associated with this CloseReason.
- getCloseCode(int) - Static method in enum class javax.websocket.CloseReason.CloseCodes
-
Creates a CloseCode from the given int code number.
- 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 class javax.websocket.CloseReason.CloseCodes
-
Return the code number of this status code.
- 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(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.
- getCollectionType() - Method in interface javax.persistence.metamodel.PluralAttribute
-
Return the collection type.
- getColumn() - Method in class javax.faces.view.Location
-
Return the estimated character column.
- 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 for the current JSON event in the input source.
- getColumnNumber() - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
- getColumnNumber() - Method in interface javax.xml.bind.ValidationEventLocator
-
Return the column number if available
- getComment() - Method in class javax.servlet.http.Cookie
-
Returns the comment describing the purpose of this cookie, or
null
if the cookie has no comment. - getComment() - Method in interface javax.servlet.SessionCookieConfig
-
Gets the comment that will be assigned to any session tracking cookies created on behalf of the application represented by the ServletContext from which this SessionCookieConfig was acquired.
- getComment() - Method in class javax.ws.rs.core.NewCookie
-
Get the comment associated with the cookie.
- 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 theproperty
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 abase
object. - getCommonPropertyType(ELContext, Object) - Method in class javax.el.ELResolver
-
Returns the most general type that this resolver accepts for the
property
argument, given abase
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
, returnsString.class
. - getCommonPropertyType(ELContext, Object) - Method in class javax.servlet.jsp.el.ScopedAttributeELResolver
-
If the base object is
null
, returnsString.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 theClientBehavior
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 thisRenderKit
instance. - getComponentFamilies() - Method in class javax.faces.render.RenderKitWrapper
-
The default behavior of this method is to call
RenderKit.getComponentFamilies()
on the wrappedRenderKit
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
, ornull
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
- 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 returnsnull
. - 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 wrappedStateManager
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 thisApplication
. - getComponentTypes() - Method in class javax.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.getComponentTypes()
on the wrappedApplication
object. - getComposingConstraints() - Method in interface javax.validation.metadata.ConstraintDescriptor
-
Return a set of composing
ConstraintDescriptor
s 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.
- 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() - Method in interface javax.resource.cci.Interaction
-
Gets the Connection associated with the Interaction.
- getConnection(ConnectionSpec) - Method in interface javax.resource.cci.ConnectionFactory
-
Gets a connection to an EIS instance.
- 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 JCA 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 JCA 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 JMS 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.
- 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 theValidatorFactory
. - getConstraintValidatorFactoryClassName() - Method in interface javax.validation.BootstrapConfiguration
-
Class name of the
ConstraintValidatorFactory
implementation ornull
if none is specified. - getConstraintViolations() - Method in exception javax.validation.ConstraintViolationException
-
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 interceptor 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 JMS session statistics.
- getContainer() - Method in class javax.websocket.ContainerProvider
-
Load the container implementation.
- getContainer() - Method in interface javax.websocket.Session
-
Return the container that this session is part of.
- 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 seperately 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 itsclientId
to its descendent'sclientIds
depending on the value of this form'sUIForm.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 ir 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 wrappedResourceHandler
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 wrappedResponseWriter
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() - 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 wrappedExternalContext
object. - getContext() - Method in class javax.faces.event.ExceptionQueuedEvent
-
Return the
ExceptionQueuedEventContext
for this event instance. - getContext() - Method in class javax.faces.event.ExceptionQueuedEventContext
- 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 thisXAJMSContext
. - getContext() - Method in interface javax.xml.ws.Response
-
Gets the contained response context.
- 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<?>) - Method in interface javax.ws.rs.ext.ContextResolver
-
Get a context of type
T
that is applicable to the supplied type. - getContext(Class<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.BeanManager
-
Obtains an active context object for the given scope .
- getContext(String) - Static method in class javax.security.jacc.PolicyContext
-
This method may be used by a
Policy
provider to activate thePolicyContextHandler
registered to the context object key and cause it to return the corresponding policy context object from the container. - getContext(String) - Method in interface javax.servlet.ServletContext
-
Returns a
ServletContext
object that corresponds to a specified URL on the server. - 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. - 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 context 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 wrappedExternalContext
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.
- getContextPath() - Method in class javax.xml.ws.spi.http.HttpExchange
-
Returns the context path of all the endpoints in an application.
- getContextResolver(Class<T>, MediaType) - Method in interface javax.ws.rs.ext.Providers
-
Get a context resolver for a particular type of context and media type.
- getContracts(Class<?>) - Method in interface javax.ws.rs.core.Configuration
-
Get the extension contract registration information for a component of a given class.
- 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_BASICRenderKit
withcomponent-family: javax.faces.Input
andrenderer-type: javax.faces.Text
and call itsRenderer.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 thisUIComponent
. - 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 thisApplication
. - getConverterIds() - Method in class javax.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.getConverterIds()
on the wrappedApplication
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 ofClass
instances for whichConverter
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 wrappedApplication
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.
- 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 correlatedFrom
object has been obtained through correlation (use of aSubquery
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.
- 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
ofUIComponent
ids created or located by nestedUIComponentTag
s 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.
- getCredentialData() - Method in interface javax.resource.spi.security.GenericCredential
-
Deprecated.Gets security data for a specific security mechanism represented by the GenericCredential.
- getCriteriaBuilder() - Method in interface javax.persistence.EntityManager
-
Return an instance of
CriteriaBuilder
for the creation ofCriteriaQuery
objects. - getCriteriaBuilder() - Method in interface javax.persistence.EntityManagerFactory
-
Return an instance of
CriteriaBuilder
for the creation ofCriteriaQuery
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 atype
ofcurrency
. - getCurrencySymbol() - Method in class javax.faces.convert.NumberConverter
-
Return the currency symbol used by
getAsString()
with atype
ofcurrency
. - 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, ornull
if no such component exists. - getCurrentFlow() - Method in class javax.faces.flow.FlowHandler
-
Convenience overload that calls
FacesContext.getCurrentInstance()
and then calls through toFlowHandler.getCurrentFlow(javax.faces.context.FacesContext)
. - getCurrentFlow(FacesContext) - Method in class javax.faces.flow.FlowHandler
- getCurrentFlowScope() - Method in class javax.faces.flow.FlowHandler
-
Return the
Map
that backs the#{flowScope}
EL implicit object ornull
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. - getCurrentPhaseId() - Method in class javax.faces.context.FacesContext
-
Return the value last set on this
FacesContext
instance whenFacesContext.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 wrappedFacesContext
object. - 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
DataModelListener
s interested in notifications from thisDataModel
. - 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 aDate
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.
- 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.
- 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) - Method in interface javax.persistence.metamodel.ManagedType
-
Return the Collection-valued attribute declared by the managed type that corresponds to the specified name.
- 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.
- 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) - Method in interface javax.persistence.metamodel.ManagedType
-
Return the List-valued attribute declared by the managed type that corresponds to the specified name.
- 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.
- 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.
- 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.
- 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) - Method in interface javax.persistence.metamodel.ManagedType
-
Return the Set-valued attribute declared by the managed type that corresponds to the specified name.
- 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.
- 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.
- 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.
- getDeclaredSingularAttributes() - Method in interface javax.persistence.metamodel.ManagedType
-
Return the single-valued attributes declared by the managed type.
- getDeclaredType() - Method in class javax.xml.bind.JAXBElement
-
Returns the Java binding of the xml element declaration's type attribute.
- getDeclaredVersion(Class<Y>) - Method in interface javax.persistence.metamodel.IdentifiableType
-
Return the attribute that corresponds to the version attribute declared by the entity or mapped superclass.
- 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.
- getDefaultConstraintMessageTemplate() - Method in interface javax.validation.ConstraintValidatorContext
- getDefaultConstraintValidatorFactory() - Method in interface javax.validation.Configuration
-
Returns an implementation of the
ConstraintValidatorFactory
interface following the defaultConstraintValidatorFactory
defined in the specification: uses the public no-arg constructor of theConstraintValidator
- 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 thisJspPropertyGroupDescriptor
. - 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.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) - Static method in class javax.mail.Session
-
Get the default Session object.
- getDefaultInstance(Properties, Authenticator) - 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 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 wrappedApplication
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 defaultMessageInterpolator
defined in the specification: use theValidationMessages
resource bundle to load keys useLocale.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 defaultParameterNameProvider
defined in the specification: returns names in the formarg<PARAMETER_INDEX>
wherePARAMETER_INDEX
starts at 0 for the first parameter, e.g. - getDefaultProviderClassName() - Method in interface javax.validation.BootstrapConfiguration
-
Class name of the
ValidationProvider
implementation ornull
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 wrappedApplication
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 defaultTraversableResolver
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. - 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 thisApplication
. - getDefaultValidatorInfo() - Method in class javax.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.getDefaultValidatorInfo()
on the wrappedApplication
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 thisJspPropertyGroupDescriptor
. - 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
-
Obtains the qualifiers of the delegate injection point.
- 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 JMS 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 JMS 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.
- 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.
- 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.
- getDigest() - Method in class javax.security.auth.message.callback.PrivateKeyCallback.DigestRequest
-
Get the digest value.
- getDisableMessageID() - Method in interface javax.jms.JMSProducer
-
Gets an indication of whether message IDs are disabled.
- getDisableMessageID() - Method in interface javax.jms.MessageProducer
-
Gets an indication of whether message IDs are disabled.
- getDisableMessageTimestamp() - Method in interface javax.jms.JMSProducer
-
Gets an indication of whether message timestamps are disabled.
- getDisableMessageTimestamp() - Method in interface javax.jms.MessageProducer
-
Gets an indication of whether message timestamps are disabled.
- getDispatcherType() - Method in interface javax.servlet.ServletRequest
-
Gets the dispatcher type of this request.
- getDispatcherType() - Method in class javax.servlet.ServletRequestWrapper
-
Gets the dispatcher type of the wrapped request.
- getDisplayName() - Method in class javax.servlet.jsp.tagext.TagInfo
-
Get the displayName.
- getDisposition() - Method in class javax.mail.internet.ContentDisposition
-
Return the disposition value.
- getDisposition() - Method in class javax.mail.internet.MimeBodyPart
-
Returns the value of the "Content-Disposition" header field.
- getDisposition() - Method in class javax.mail.internet.MimeMessage
-
Returns the value of 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 adouble
. - 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 EJB local object that is currently associated with the instance.
- getEJBLocalObject() - Method in interface javax.ejb.SessionContext
-
Obtain a reference to the EJB 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 EJB name of the session bean.
- getEJBObject() - Method in interface javax.ejb.EntityContext
-
Obtain a reference to the EJB object that is currently associated with the instance.
- getEJBObject() - Method in interface javax.ejb.Handle
-
Obtain the EJB object reference represented by this handle.
- getEJBObject() - Method in interface javax.ejb.SessionContext
-
Obtain a reference to the EJB 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 EL expressions.
- getELContext() - Method in class javax.faces.context.FacesContext
-
Return the
ELContext
instance for thisFacesContext
instance. - getELContext() - Method in class javax.faces.context.FacesContextWrapper
-
The default behavior of this method is to call
FacesContext.getELContext()
on the wrappedFacesContext
object. - getELContext() - Method in class javax.faces.webapp.UIComponentELTag
-
Return the
ELContext
for theFacesContext
for this request. - getELContext() - Method in class javax.faces.webapp.UIComponentTagBase
-
Return the
ELContext
for theFacesContext
for this request. - getELContext() - Method in class javax.servlet.jsp.JspContext
-
Returns the
ELContext
associated with thisJspContext
. - 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 wrappedApplication
object. - getElement(DOMResult) - Method in class javax.xml.bind.annotation.W3CDomHandler
- getElement(ResultT) - Method in interface javax.xml.bind.annotation.DomHandler
-
Once the portion is sent to the
Result
. - getElementClass() - Method in interface javax.validation.metadata.CrossParameterDescriptor
- getElementClass() - Method in interface javax.validation.metadata.ElementDescriptor
- getElementName(Object) - Method in class javax.xml.bind.JAXBIntrospector
-
Get xml element qname for
jaxbElement
. - 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 thisJspPropertyGroupDescriptor
. - getELManager() - Method in class javax.el.ELProcessor
-
Return the ELManager used for EL 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 EL resolution. - getELResolver() - Method in class javax.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.getELResolver()
on the wrappedApplication
object. - getEmbeddables() - Method in interface javax.persistence.metamodel.Metamodel
-
Return the metamodel embeddable types.
- getEmptyRoleSemantic() - Method in class javax.servlet.HttpConstraintElement
-
Gets the default authorization semantic.
- getEnclosingWriter() - Method in class javax.servlet.jsp.tagext.BodyContent
-
Get the enclosing JspWriter.
- getEncoders() - Method in interface javax.websocket.EndpointConfig
-
Return the Encoder implementation classes configured.
- getEncoding() - Method in 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() - 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.
- getEncoding() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
Convenience method for getting the current output encoding.
- getEncoding(DataHandler) - Static method in class javax.mail.internet.MimeUtility
-
Same as
getEncoding(DataSource)
except that instead of reading the data from anInputStream
it uses thewriteTo
method to examine the data. - 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.
- 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.
- getEndpointReference() - Method in interface javax.xml.ws.BindingProvider
-
Returns the
EndpointReference
associated with thisBindingProvider
instance. - getEndpointReference(Class<T>) - Method in interface javax.xml.ws.BindingProvider
-
Returns the
EndpointReference
associated with thisBindingProvider
instance. - getEndpointReference(Class<T>, Element...) - Method in class javax.xml.ws.Endpoint
-
Returns the
EndpointReference
associated with thisEndpoint
instance. - getEndpointReference(Class<T>, Element...) - Method in interface javax.xml.ws.WebServiceContext
-
Returns the
EndpointReference
associated with this endpoint. - getEndpointReference(Element...) - Method in class javax.xml.ws.Endpoint
-
Returns the
EndpointReference
associated with thisEndpoint
instance. - getEndpointReference(Element...) - Method in interface javax.xml.ws.WebServiceContext
-
Returns the
EndpointReference
for this endpoint. - getEndpoints() - Method in class javax.xml.ws.EndpointContext
-
This gives list of endpoints in an application.
- 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.
- getEnumeration() - Method in interface javax.jms.QueueBrowser
-
Gets an enumeration for browsing the current queue messages in the order they would be received.
- getEnvironment() - Method in interface javax.ejb.EJBContext
-
Deprecated.Use the JNDI naming context java:comp/env to access enterprise bean's environment.
- getErrorCode() - Method in exception javax.jms.JMSException
-
Gets the vendor-specific error code.
- getErrorCode() - Method in exception javax.jms.JMSRuntimeException
-
Returns the vendor-specific error code.
- getErrorCode() - Method in exception javax.resource.ResourceException
-
Get the error code.
- getErrorCode() - Method in exception javax.xml.bind.JAXBException
-
Get the vendor specific error code
- getErrorCode() - Method in exception javax.xml.bind.TypeConstraintException
-
Get the vendor specific error code
- getErrorData() - Method in class javax.servlet.jsp.PageContext
-
Provides convenient access to error information.
- 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 thisJspPropertyGroupDescriptor
. - getEvaluationListeners() - Method in class javax.el.ELContext
-
Returns the list of registered evaluation listeners.
- getEvent() - Method in class javax.faces.view.facelets.BehaviorHandler
- getEventHandler() - Method in class javax.xml.bind.Binder
-
Return the current event handler or the default event handler if one hasn't been set.
- getEventHandler() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- getEventHandler() - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
Return the current event handler or the default event handler if one hasn't been set.
- getEventHandler() - Method in interface javax.xml.bind.Marshaller
-
Return the current event handler or the default event handler if one hasn't been set.
- getEventHandler() - Method in interface javax.xml.bind.Unmarshaller
-
Return the current event handler or the default event handler if one hasn't been set.
- getEventHandler() - Method in interface javax.xml.bind.Validator
-
Deprecated.since JAXB2.0
- 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.UIComponentBase
-
This is a default implementation of
ClientBehaviorHolder.getEventNames()
. - getEvents() - Method in class javax.xml.bind.util.ValidationEventCollector
-
Return an array of ValidationEvent objects containing a copy of each of the collected errors and warnings.
- 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 wrappedFacesContext
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.
- getExecutableParameters() - Method in interface javax.validation.ConstraintViolation
-
Returns an
Object[]
representing the constructor or method invocation arguments if theConstraintViolation
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 theexecute
phase of the request processing lifecycle. - getExecuteIds() - Method in class javax.faces.context.PartialViewContext
-
Return a
Collection
of client identifiers from the current request with the request parameter namePartialViewContext.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 wrappedPartialViewContext
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() - Method in interface javax.enterprise.concurrent.ManagedTask
-
Provides additional information to the
ManagedExecutorService
orManagedScheduledExecutorService
when executing this task. - getExecutionProperties(Object) - Method in interface javax.enterprise.concurrent.ContextService
-
Gets the current execution properties on the context proxy instance.
- getExecutor() - Method in class javax.xml.ws.Endpoint
-
Returns the executor for this
Endpoint
instance. - getExecutor() - Method in class javax.xml.ws.Service
-
Returns the executor for this
Service
instance. - getExecutor() - Method in class javax.xml.ws.spi.ServiceDelegate
-
Returns the executor for this
Service
instance. - 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.
- getExpiredMessageCount() - Method in interface javax.management.j2ee.statistics.JMSEndpointStats
-
Number of messages that expired before delivery.
- getExpiredMessageCount() - Method in interface javax.management.j2ee.statistics.JMSSessionStats
-
Number of expired messages.
- getExpiry() - Method in class javax.ws.rs.core.NewCookie
-
Get the cookie expiry date.
- getExpression() - Method in interface javax.persistence.criteria.CriteriaBuilder.In
-
Return the expression to be tested against the list of values.
- getExpression() - Method in interface javax.persistence.criteria.CriteriaBuilder.SimpleCase
-
Return the expression to be tested against the conditions.
- getExpression() - Method in interface javax.persistence.criteria.Order
-
Return the expression that is used for ordering.
- getExpression(String) - Method in interface javax.faces.el.CompositeComponentExpressionHolder
- getExpressionEvaluator() - Method in class javax.servlet.jsp.JspContext
-
Deprecated.As of JSP 2.1, replaced by
JspApplicationContext.getExpressionFactory()
- getExpressionFactory() - Static method in class javax.el.ELManager
-
Return the ExpressionFactory instance used for EL 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 wrappedApplication
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
ValueExpression
s andMethodExpression
s so that EL expressions can be parsed and evaluated. - getExpressions() - Method in interface javax.persistence.criteria.Predicate
-
Return the top-level conjuncts or disjuncts of the predicate.
- getExpressionString() - Method in class javax.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 thisMethodBinding
was built. - getExpressionString() - Method in class javax.faces.el.ValueBinding
-
Deprecated.Return the (possibly
null
) expression String, including the delimiters, from which thisValueBinding
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
. - 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() - Method in class javax.faces.context.FacesContext
- getExternalContext() - Method in class javax.faces.context.FacesContextWrapper
-
The default behavior of this method is to call
FacesContext.getExternalContext()
on the wrappedFacesContext
object. - 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. - 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.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() - Method in class javax.faces.event.PhaseEvent
-
Return the
FacesContext
for the request being processed. - 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. - 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 specifiedLifecycle
instance, for this web application. - 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
FacesListener
s 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 returnsnull
. - 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
UIComponent
s that are associated with thisUIComponent
. - getFacetCount() - Method in class javax.faces.component.UIComponentBase
- 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).
- getFacetName(FaceletContext) - Method in interface javax.faces.view.facelets.FacetHandler
-
Returns the resolved literal String value of the facet name after evaluating EL.
- getFacets() - Method in class javax.faces.component.UIComponent
-
Return a mutable
Map
representing the facetUIComponent
s associated with thisUIComponent
, 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
- getFacetsAndChildren() - Method in class javax.faces.component.UIComponentBase
- getFactory() - Static method in class javax.security.auth.message.config.AuthConfigFactory
-
Get the system-wide AuthConfigFactory implementation.
- 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 JavaServer Faces factory class, based on the discovery algorithm described in the class description.
- 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
- 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.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 enum class javax.ws.rs.core.Response.Status
-
Get the class of status code.
- getFamily() - Method in interface javax.ws.rs.core.Response.StatusType
-
Get the class of status code.
- getFault() - Method in exception javax.xml.ws.soap.SOAPFaultException
-
Gets the embedded
SOAPFault
instance. - 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 anIterator
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 theMap
. - 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 theResourceBundle
. - 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 anIterator
containingFeatureDescriptor
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 anIterator
containingFeatureDescriptor
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 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.
- getFilterName() - Method in interface javax.servlet.FilterConfig
-
Returns the filter-name of this filter as defined in the deployment descriptor.
- 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.
- 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 wrappedExternalContext
object.</p? - 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 afloat
. - 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
whoseid
is equivalent to the argumentid
, within the scope of the argumentdefiningDocument
. - getFlowCall(Flow) - Method in class javax.faces.flow.Flow
-
Return the
FlowCallNode
that represents calling thetargetFlow
from this flow, ornull
iftargetFlow
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() - 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 dead Folder object.
- getFolder(String) - Method in class javax.mail.Folder
-
Return the Folder object corresponding to the given name.
- getFolder(String) - Method in class javax.mail.Store
-
Return the Folder object corresponding to the given name.
- getFolder(URLName) - Method in class javax.mail.Session
-
Get a closed Folder object for the given URLName.
- 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).
- 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.
- getFormatId() - Method in interface javax.transaction.xa.Xid
-
Obtain the format identifier part of the XID.
- 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() - Method in class javax.faces.flow.SwitchCase
-
Return the outcome to be used if
SwitchCase.getCondition(javax.faces.context.FacesContext)
returntrue
. - getFromOutcome(FacesContext) - Method in class javax.faces.flow.ReturnNode
-
Return the
fromOutcome
to be used when control passes to this return node. - 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.
- 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 thisELContext
. - 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.
- getGlobalTransactionId() - Method in interface javax.transaction.xa.Xid
-
Obtain the global transaction identifier part of XID as an array of bytes.
- 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.validation.metadata.ConstraintDescriptor
-
The set of groups the constraint is applied on.
- getHandle() - Method in interface javax.ejb.EJBObject
-
Obtain a handle for the EJB 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 wrappedExceptionHandler
object. - getHandledExceptionQueuedEvents() - Method in class javax.faces.context.ExceptionHandler
-
The default implementation must return an
Iterable
over allExceptionQueuedEvent
s that have been handled by theExceptionHandler.handle()
method. - getHandledExceptionQueuedEvents() - Method in class javax.faces.context.ExceptionHandlerWrapper
-
The default behavior of this method is to call
ExceptionHandler.getHandledExceptionQueuedEvents()
on the wrappedExceptionHandler
object. - getHandlerChain() - Method in interface javax.xml.ws.Binding
-
Gets a copy of the handler chain for a protocol binding instance.
- getHandlerChain(PortInfo) - Method in interface javax.xml.ws.handler.HandlerResolver
-
Gets the handler chain for the specified port.
- 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.
- getHandlerResolver() - Method in class javax.xml.ws.Service
-
Returns the configured handler resolver.
- getHandlerResolver() - Method in class javax.xml.ws.spi.ServiceDelegate
-
Returns the configured handler resolver.
- 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) - Method in class javax.mail.internet.MimeBodyPart
-
Get all the headers for this header_name.
- getHeader(String) - Method in class javax.mail.internet.MimeMessage
-
Get all the headers for this header_name.
- 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, 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, 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, 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.
- 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.
- 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 interface javax.xml.ws.handler.soap.SOAPHandler
-
Gets the header blocks that can be processed by this Handler instance.
- getHeaders(String) - Method in interface javax.servlet.http.HttpServletRequest
-
Returns all the values of the specified request header as an
Enumeration
ofString
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(QName, JAXBContext, boolean) - Method in interface javax.xml.ws.handler.soap.SOAPMessageContext
-
Gets headers that have a particular qualified name from the message in the message context.
- getHeaderString(String) - Method in interface javax.ws.rs.client.ClientRequestContext
-
Get a message header as a single string value.
- getHeaderString(String) - Method in interface javax.ws.rs.client.ClientResponseContext
-
Get a message header as a single string value.
- getHeaderString(String) - Method in interface javax.ws.rs.container.ContainerRequestContext
-
Get a message header as a single string value.
- getHeaderString(String) - Method in interface javax.ws.rs.container.ContainerResponseContext
-
Get a message header as a single string value.
- getHeaderString(String) - Method in interface javax.ws.rs.core.HttpHeaders
-
Get a HTTP header as a single string value.
- getHeaderString(String) - Method in class javax.ws.rs.core.Response
-
Get a message header as a single string value.
- getHeapSize() - Method in interface javax.management.j2ee.statistics.JVMStats
-
Size of the JVM's heap.
- getHighWaterMark() - Method in interface javax.management.j2ee.statistics.RangeStatistic
-
The highest value this attribute has held since the beginning of the measurement.
- getHints() - Method in class javax.faces.component.behavior.AjaxBehavior
- 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.
- getHttpContext() - Method in class javax.xml.ws.spi.http.HttpExchange
-
Returns a
HttpContext
for this exchange. - getHttpMethodConstraints() - Method in class javax.servlet.ServletSecurityElement
-
Gets the (possibly empty) collection of HTTP Method specific constraint elements.
- 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.
- getId() - Method in interface javax.enterprise.context.Conversation
-
Get the identifier of the current long-running conversation.
- getId() - Method in interface javax.enterprise.inject.spi.PassivationCapable
-
A string that uniquely identifies the instance of
Bean
orContextual
. - 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() - Method in class javax.resource.spi.ConnectionEvent
-
Get the type of event
- getId() - Method in interface javax.servlet.http.HttpSession
-
Returns a string containing the unique identifier assigned to this session.
- getId() - Method in class javax.servlet.jsp.tagext.TagData
-
The value of the tag's id attribute.
- getId() - Method in class javax.servlet.jsp.tagext.TagSupport
-
The value of the id attribute of this tag; or null.
- getId() - Method in class javax.servlet.jsp.tagext.ValidationMessage
-
Get the jsp:id.
- getId() - Method in interface javax.websocket.Session
-
Returns a string containing the unique identifier assigned to this session.
- getId(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 interface javax.security.auth.message.MessagePolicy.ProtectionPolicy
-
Get the ProtectionPolicy identifier.
- getID() - Method in class javax.xml.ws.RespectBindingFeature
-
Get the unique identifier for this WebServiceFeature.
- getID() - Method in class javax.xml.ws.soap.AddressingFeature
-
Get the unique identifier for this WebServiceFeature.
- getID() - Method in class javax.xml.ws.soap.MTOMFeature
-
Get the unique identifier for this WebServiceFeature.
- getID() - Method in class javax.xml.ws.WebServiceFeature
-
Get the unique identifier for this WebServiceFeature.
- getIdAttribute(TagAttributeInfo[]) - Static method in class javax.servlet.jsp.tagext.TagAttributeInfo
-
Convenience static method that goes through an array of TagAttributeInfo objects and looks for "id".
- getIdClassAttributes() - Method in interface javax.persistence.metamodel.IdentifiableType
-
Return the attributes corresponding to the id class of the identifiable type.
- 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 theManagedTask
interface. - getIds() - Method in interface javax.servlet.http.HttpSessionContext
- 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.
- getImplementor() - Method in class javax.xml.ws.Endpoint
-
Returns the implementation object for this endpoint.
- getImportHandler() - Method in class javax.el.ELContext
-
Retrieves the
ImportHandler
associated with thisELContext
. - 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 thisJspPropertyGroupDescriptor
. - getIncludePreludes() - Method in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
-
Gets the
include-prelude
configuration of the JSP property group represented by thisJspPropertyGroupDescriptor
. - 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. - 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.
- 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 anyFlowScoped
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 wrappedExternalContext
object. - getInitParameter(String) - Method in interface javax.servlet.FilterConfig
-
Returns a
String
containing the value of the named initialization parameter, ornull
if the initialization parameter does not exist. - getInitParameter(String) - Method in class javax.servlet.GenericServlet
-
Returns a
String
containing the value of the named initialization parameter, ornull
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, ornull
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 wrappedExternalContext
object. - getInitParameterNames() - Method in interface javax.servlet.FilterConfig
-
Returns the names of the filter's initialization parameters as an
Enumeration
ofString
objects, or an emptyEnumeration
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
ofString
objects, or an emptyEnumeration
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
ofString
objects, or an emptyEnumeration
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
ofString
objects, or an emptyEnumeration
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 injectedEvent
instance which fired the event, ornull
if it was fired fromBeanManager.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 createdInjectionTarget
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)
returnstrue
), return anInputStream
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 wrappedResourceHandler
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.ws.rs.ext.RuntimeDelegate
-
Obtain a
RuntimeDelegate
instance. - getInstance(Class<T>) - Method in interface javax.validation.ConstraintValidatorFactory
- getInstance(Properties) - Static method in class javax.mail.Session
-
Get a new Session object.
- getInstance(Properties, Authenticator) - Static method in class javax.mail.Session
-
Get a new Session object.
- 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 JAX-RS component (such as provider or
feature
) instances to be utilized by the configurable instance. - getInt() - Method in interface javax.json.stream.JsonParser
-
Returns a JSON number as an integer.
- 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.jms.MapMessage
-
Returns the
int
value with the specified name. - 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(FaceletContext) - Method in class javax.faces.view.facelets.TagAttribute
-
If literal, call
Integer.parseInt(String)
, otherwise callgetObject(FaceletContext, Class)
. - 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 aint
. - 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 ofManagedConnection
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 thisJspPropertyGroupDescriptor
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
. - getJavaEncoding(String) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
Gets the corresponding Java encoding name from an IANA name.
- getJavaMember() - Method in interface javax.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. - getJavaType() - Method in interface javax.persistence.metamodel.Attribute
-
Return the Java type of the represented attribute.
- getJavaType() - Method in interface javax.persistence.metamodel.Type
-
Return the represented Java type.
- getJavaType() - Method in interface javax.persistence.TupleElement
-
Return the Java type of the tuple element.
- getJAXBNode(XmlNode) - Method in class javax.xml.bind.Binder
-
Gets the JAXB object associated with the given XML element.
- getJdbcDataSource() - Method in interface javax.management.j2ee.statistics.JDBCConnectionStats
-
Identifies the JDBC driver for the corresponding JDBCConnection.
- getJMSCorrelationID() - Method in interface javax.jms.JMSProducer
-
Returns the
JMSCorrelationID
header value that has been set on thisJMSProducer
, as aString
. - 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 thisJMSProducer
, 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 JMS major version number.
- getJMSMessageID() - Method in interface javax.jms.Message
-
Gets the message ID.
- getJMSMinorVersion() - Method in interface javax.jms.ConnectionMetaData
-
Gets the JMS minor version number.
- getJMSPriority() - Method in interface javax.jms.Message
-
Gets the message priority level.
- getJMSProviderName() - Method in interface javax.jms.ConnectionMetaData
-
Gets the JMS 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 thisJMSProducer
. - 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 thisJMSProducer
. - 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 JMS 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 givenServletContext
. - 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 theweb.xml
andweb-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 thisJspConfigDescriptor
. - 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
- 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.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.
- 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)
, ornull
if there is no current flow. - 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.
- 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. - 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.
- 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
null
when theConstraintViolation
is returned after callingValidator.validateValue(Class, String, Object, Class[])
the object the method is executed on if it is a method parameter, cross-parameter or return value constraintnull
if it is a constructor parameter or cross-parameter constraint 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 wrappedResourceHandler
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. - 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 for the current JSON event in the input source.
- getLineNumber() - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
- getLineNumber() - Method in interface javax.xml.bind.ValidationEventLocator
-
Return the line number if available
- getLink(String) - Method in interface javax.ws.rs.client.ClientResponseContext
-
Get the link for the relation.
- getLink(String) - Method in interface javax.ws.rs.container.ContainerResponseContext
-
Get the link for the relation.
- getLink(String) - Method in class javax.ws.rs.core.Response
-
Get the link for the relation.
- getLinkBuilder(String) - Method in interface javax.ws.rs.client.ClientResponseContext
-
Convenience method that returns a
Link.Builder
for the relation. - getLinkBuilder(String) - Method in interface javax.ws.rs.container.ContainerResponseContext
-
Convenience method that returns a
Link.Builder
for the relation. - getLinkBuilder(String) - Method in class javax.ws.rs.core.Response
-
Convenience method that returns a
Link.Builder
for the relation. - 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
andinitCause
methods of thejava.lang.Throwable
class.. - getLinkedException() - Method in class javax.xml.bind.helpers.ValidationEventImpl
- getLinkedException() - Method in exception javax.xml.bind.JAXBException
-
Get the linked exception
- getLinkedException() - Method in exception javax.xml.bind.TypeConstraintException
-
Get the linked exception
- getLinkedException() - Method in interface javax.xml.bind.ValidationEvent
-
Retrieve the linked exception for this warning/error.
- getLinkedWarning() - 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
andinitCause
methods of thejava.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) - Method in interface javax.persistence.metamodel.ManagedType
-
Return the List-valued attribute of the managed type that corresponds to the specified name.
- 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.
- getListener() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- getListener() - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- getListener() - Method in interface javax.xml.bind.Marshaller
-
Return
Marshaller.Listener
registered with thisMarshaller
. - getListener() - Method in interface javax.xml.bind.Unmarshaller
-
Return
Unmarshaller.Listener
registered with thisUnmarshaller
. - 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 thisUIComponent
instance that are interested in events of typeeventClass
. - getListenersForEventClass(Class<? extends SystemEvent>) - Method in class javax.faces.event.ExceptionQueuedEventContext
-
Return a
List
that contains a single entry, theExceptionHandler
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() - Method in class javax.xml.ws.spi.http.HttpExchange
-
Returns the unresolved local address on which the request was received.
- 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 toELContext.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.
- getLocales() - Method in interface javax.servlet.ServletRequest
-
Returns an
Enumeration
ofLocale
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, 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.
- getLocalizedMessage(PageContext, String, String) - Static method in class javax.servlet.jsp.jstl.fmt.LocaleSupport
-
Retrieves the localized message corresponding to the given key.
- 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 associatedValueExpression
. - getLocation() - Method in class javax.faces.view.facelets.Tag
-
Return the
Location
of thisTag
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.
- getLocator() - Method in class javax.xml.bind.helpers.ValidationEventImpl
- getLocator() - Method in interface javax.xml.bind.ValidationEvent
-
Retrieve the locator for this warning/error.
- getLockMode() - Method in interface javax.persistence.Query
-
Get the current lock mode for the query.
- getLockMode(Object) - Method in interface javax.persistence.EntityManager
-
Get the current lock mode for the entity instance.
- 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() - Method in interface javax.json.stream.JsonParser
-
Returns a JSON number as a long.
- getLong(String) - Method in interface javax.jms.MapMessage
-
Returns the
long
value with the specified name. - 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 along
. - 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 the Servlet API that this servlet container supports.
- 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() - Method in interface javax.security.auth.message.MessageInfo
-
Get (a reference to) the Map object of this MessageInfo.
- 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(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.
- getMapNames() - Method in interface javax.jms.MapMessage
-
Returns an
Enumeration
of all the names in theMapMessage
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.
- 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.
- 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
orDouble.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
, or0
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
FacesMessage
s that has been queued, whether or not they are associated with any specificUIComponent
. - getMaximumSeverity() - Method in class javax.faces.context.FacesContextWrapper
-
The default behavior of this method is to call
FacesContext.getMaximumSeverity()
on the wrappedFacesContext
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. - 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.
- 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.
- getMember() - Method in interface javax.enterprise.inject.spi.InjectionPoint
-
Get the
Field
object in the case of field injection, theMethod
object in the case of method parameter injection or theConstructor
object in the case of constructor parameter injection. - getMemberFactory() - Method in class javax.faces.view.facelets.FaceletCache
-
Returns the
FaceletCache.MemberFactory
passed toFaceletCache.setMemberFactories(javax.faces.view.facelets.FaceletCache.MemberFactory<V>, javax.faces.view.facelets.FaceletCache.MemberFactory<V>)
for the purpose of creating Facelet instance. - 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() - 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 class javax.xml.bind.helpers.ValidationEventImpl
- getMessage() - Method in interface javax.xml.bind.ValidationEvent
-
Retrieve the text message for this warning/error.
- getMessage() - Method in interface javax.xml.ws.handler.LogicalMessageContext
-
Gets the message from this message context
- getMessage() - Method in interface javax.xml.ws.handler.soap.SOAPMessageContext
-
Gets the
SOAPMessage
from this message context. - getMessage(int) - Method in class javax.mail.Folder
-
Get the Message object corresponding to the given message number.
- 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 JavaServer 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 wrappedApplication
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.ws.WebServiceContext
-
Returns the
MessageContext
for the request being served at the time this method is called. - 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.
- getMessageFactory() - Method in interface javax.xml.ws.soap.SOAPBinding
-
Gets the SAAJ
MessageFactory
instance used by this SOAP binding. - 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.
- 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 theValidatorFactory
. - getMessageInterpolatorClassName() - Method in interface javax.validation.BootstrapConfiguration
-
Class name of the
MessageInterpolator
implementation ornull
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 aList<FacesMessage>
, enabling use from EL expressions. - getMessageList() - Method in class javax.faces.context.FacesContextWrapper
-
The default behavior of this method is to call
FacesContext.getMessageList()
on the wrappedFacesContext
object. - getMessageList(String) - Method in class javax.faces.context.FacesContext
-
Like
FacesContext.getMessages(java.lang.String)
, but returns aList<FacesMessage>
of messages for the component with client id matching argumentclientId
. - getMessageList(String) - Method in class javax.faces.context.FacesContextWrapper
-
The default behavior of this method is to call
FacesContext.getMessageList(String)
on the wrappedFacesContext
object. - getMessageListener() - Method in interface javax.jms.JMSConsumer
-
Gets the
JMSConsumer
'sMessageListener
. - getMessageListener() - Method in interface javax.jms.MessageConsumer
-
Gets the
MessageConsumer
'sMessageListener
. - 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 theFacesMessage
s that have been queued, whether or not they are associated with any specific client identifier. - getMessages() - Method in class javax.faces.context.FacesContextWrapper
-
The default behavior of this method is to call
FacesContext.getMessages()
on the wrappedFacesContext
object. - getMessages() - Method in class javax.mail.event.MessageCountEvent
-
Return the array of messages added or removed.
- getMessages() - Method in class javax.mail.Folder
-
Get all Message objects from this Folder.
- getMessages(int[]) - Method in class javax.mail.Folder
-
Get the Message objects for message numbers specified in the array.
- 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(String) - Method in class javax.faces.context.FacesContext
-
Return an
Iterator
over theFacesMessage
s that have been queued that are associated with the specified client identifier (ifclientId
is notnull
), or over theFacesMessage
s that have been queued that are not associated with any specific client identifier (ifclientId
isnull
). - getMessages(String) - Method in class javax.faces.context.FacesContextWrapper
-
The default behavior of this method is to call
FacesContext.getMessages(String)
on the wrappedFacesContext
object. - getMessagesByUID(long[]) - Method in interface javax.mail.UIDFolder
-
Get the Messages specified by the given array of UIDs.
- getMessagesByUID(long, long) - Method in interface javax.mail.UIDFolder
-
Get the Messages specified by the given range.
- 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 class javax.ws.rs.core.Response
- getMetadata() - Method in class javax.xml.ws.Endpoint
-
Returns a list of metadata documents for the service.
- 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.
- getMetadataMemberFactory() - Method in class javax.faces.view.facelets.FaceletCache
-
Returns the
FaceletCache.MemberFactory
passed toFaceletCache.setMemberFactories(javax.faces.view.facelets.FaceletCache.MemberFactory<V>, javax.faces.view.facelets.FaceletCache.MemberFactory<V>)
for the purpose of creating View Metadata Facelet instance. - 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.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
- 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 wrappedExternalContext
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. - 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
, orDouble.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
, or0
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 the Servlet API that this servlet container supports.
- 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.
- 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.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.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 theaddNamedEntityGraph
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.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 class javax.xml.bind.JAXBElement
-
Returns the xml element tag name.
- 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
ornull
if none can be found. - getNamingContainerSeparatorChar() - Method in class javax.faces.context.FacesContext
-
Return the result of calling
UINamingContainer.getSeparatorChar(javax.faces.context.FacesContext)
, passingthis
as the argument. - getNamingContainerSeparatorChar() - Method in class javax.faces.context.FacesContextWrapper
-
The default behavior of this method is to call
FacesContext.getNamingContainerSeparatorChar()
on the wrappedFacesContext
object. - getNavigationCase(FacesContext, String, String) - Method in class javax.faces.application.ConfigurableNavigationHandler
-
Return the
NavigationCase
representing the navigation that would be taken hadNavigationHandler.handleNavigation(javax.faces.context.FacesContext, java.lang.String, java.lang.String)
been called with the same arguments ornull
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.ConfigurableNavigationHandler
-
Return the
NavigationCase
representing the navigation that would be taken hadNavigationHandler.handleNavigation(javax.faces.context.FacesContext, java.lang.String, java.lang.String)
been called with the same arguments ornull
if there is no such case. - 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 areSet<NavigationCase>
where each element in the Set is aNavigationCase
that applies to that<from-view-id>
. - getNavigationCases() - Method in class javax.faces.application.ConfigurableNavigationHandlerWrapper
- getNavigationCases() - Method in class javax.faces.flow.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 wrappedApplication
object. - getNegotiatedExtensions() - Method in interface javax.websocket.Session
-
Return the list of extensions currently in use for this conversation.
- 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.
- getNegotiatedSubprotocol() - Method in interface javax.websocket.Session
-
Return the sub protocol agreed during the websocket handshake 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.
- 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() - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
- getNode() - Method in interface javax.xml.bind.ValidationEventLocator
-
Return a reference to the DOM Node if available
- getNode(Object) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
By default, the getNode method is unsupported and throw an
UnsupportedOperationException
. - getNode(Object) - Method in interface javax.xml.bind.Marshaller
-
Get a DOM tree view of the content tree(Optional).
- getNode(String) - Method in class javax.faces.flow.Flow
- 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.
- getNoNSSchemaLocation() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
Convenience method for getting the current noNamespaceSchemaLocation.
- getNumber() - Method in class javax.mail.search.IntegerComparisonTerm
-
Return the number to compare with.
- getObject() - Method in interface javax.jms.ObjectMessage
-
Gets the serializable object containing this message's data.
- 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.
- getObject() - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
- getObject() - Method in interface javax.xml.bind.ValidationEventLocator
-
Return a reference to the object in the Java content tree if available
- getObject(String) - Method in interface javax.jms.MapMessage
-
Returns the value of the object with the specified name.
- 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.
- 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.
- 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.xml.bind.helpers.ValidationEventLocatorImpl
- getOffset() - Method in interface javax.xml.bind.ValidationEventLocator
-
Return the byte offset if available
- 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.
- 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. - 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. - 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.
- 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. - 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 theUIOutcomeTarget
. - getOutcome() - Method in class javax.faces.flow.MethodCallNode
-
Return the
outcome
to be used in the event of anull
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.
- 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.
- 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 thisJspPropertyGroupDescriptor
. - 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 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) - Method in interface javax.servlet.ServletRequest
-
Returns the value of a request parameter as a
String
, ornull
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.
- 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.
- 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 theValidatorFactory
. - getParameterNameProviderClassName() - Method in interface javax.validation.BootstrapConfiguration
-
Class name of the
ParameterNameProvider
implementation ornull
if none is specified. - getParameterNames() - Method in interface javax.servlet.ServletRequest
-
Returns an
Enumeration
ofString
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() - 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.
- getParameters(long) - Method in interface javax.batch.operations.JobOperator
-
Returns job parameters for a specified job instance.
- getParameterType() - Method in interface javax.persistence.Parameter
-
Return the Java type of the parameter.
- getParameterTypes() - Method in interface javax.validation.Path.ConstructorNode
- getParameterTypes() - Method in interface javax.validation.Path.MethodNode
- getParameterValue(int) - Method in interface javax.persistence.Query
-
Return the input value bound to the positional parameter.
- getParameterValue(String) - Method in interface javax.persistence.Query
-
Return the input value bound to the named parameter.
- getParameterValue(Parameter<T>) - Method in interface javax.persistence.Query
-
Return the input value bound to the 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, ornull
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 thisUIComponent
, 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, ornull
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 thisMultipart
object, ornull
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.
- getParentPath() - Method in interface javax.persistence.criteria.Path
-
Return the parent "node" in the path or null if no parent.
- getParentUIComponentClassicTagBase(PageContext) - Static method in class javax.faces.webapp.UIComponentClassicTagBase
-
Locate and return the nearest enclosing
UIComponentClassicTagBase
if any; otherwise, returnnull
. - getParentUIComponentTag(PageContext) - Static method in class javax.faces.webapp.UIComponentTag
-
Deprecated.Locate and return the nearest enclosing
UIComponentTag
if any; otherwise, returnnull
. - 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 wrappedPartialViewContext
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 wrappedFacesContext
object. - getPartialViewContext(FacesContext) - Method in class javax.faces.context.PartialViewContextFactory
-
Create (if needed) and return a
PartialViewContext
instance that is initialized using the currentFacesContext
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 typemultipart/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)
, passingtrue
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 returnnull
if and only if the argumentcreate
isfalse
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.
- 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 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() - Method in class javax.xml.ws.spi.http.HttpContext
-
Returns the path for this context.
- 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.
- 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.
- getPathInfo() - Method in class javax.xml.ws.spi.http.HttpExchange
-
Returns the extra path information that follows the web service path but precedes the query string in the request URI and will start with a "/" character.
- 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.
- getPayload() - Method in interface javax.validation.metadata.ConstraintDescriptor
-
The set of payload the constraint hosts.
- getPayload() - Method in interface javax.xml.ws.LogicalMessage
-
Gets the message payload as an XML source, may be called multiple times on the same LogicalMessage instance, always returns a new
Source
that may be used to retrieve the entire message payload. - getPayload(JAXBContext) - Method in interface javax.xml.ws.LogicalMessage
-
Gets the message payload as a JAXB object.
- 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 user persistent 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.
- 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 thisUIViewRoot
instance. - getPhaseListeners() - Method in class javax.faces.lifecycle.Lifecycle
-
Return the set of registered
PhaseListener
s for thisLifecycle
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(Class<T>) - Method in class javax.xml.ws.Service
-
The
getPort
method returns a proxy. - getPort(Class<T>) - Method in class javax.xml.ws.spi.ServiceDelegate
-
The
getPort
method returns a proxy. - getPort(Class<T>, WebServiceFeature...) - Method in class javax.xml.ws.EndpointReference
-
The
getPort
method returns a proxy. - getPort(Class<T>, WebServiceFeature...) - Method in class javax.xml.ws.Service
-
The
getPort
method returns a proxy. - getPort(Class<T>, WebServiceFeature...) - Method in class javax.xml.ws.spi.ServiceDelegate
-
The
getPort
method returns a proxy. - getPort(QName, Class<T>) - Method in class javax.xml.ws.Service
-
The
getPort
method returns a proxy. - getPort(QName, Class<T>) - Method in class javax.xml.ws.spi.ServiceDelegate
-
The
getPort
method returns a proxy. - getPort(QName, Class<T>, WebServiceFeature...) - Method in class javax.xml.ws.Service
-
The
getPort
method returns a proxy. - getPort(QName, Class<T>, WebServiceFeature...) - Method in class javax.xml.ws.spi.ServiceDelegate
-
The
getPort
method returns a proxy. - getPort(EndpointReference, Class<T>, WebServiceFeature...) - Method in class javax.xml.ws.Service
-
The
getPort
method returns a proxy. - getPort(EndpointReference, Class<T>, WebServiceFeature...) - Method in class javax.xml.ws.spi.Provider
-
The getPort method returns a proxy.
- getPort(EndpointReference, Class<T>, WebServiceFeature...) - Method in class javax.xml.ws.spi.ServiceDelegate
-
The
getPort
method returns a proxy. - getPortName() - Method in interface javax.xml.ws.handler.PortInfo
-
Gets the qualified name of the WSDL port being accessed.
- getPorts() - Method in class javax.xml.ws.Service
-
Returns an
Iterator
for the list ofQName
s of service endpoints grouped by this service - getPorts() - Method in class javax.xml.ws.spi.ServiceDelegate
-
Returns an
Iterator
for the list ofQName
s of service endpoints grouped by this service - 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.
- 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 ourBodyContent
. - getPreviousOut() - Method in class javax.servlet.jsp.tagext.BodyTagSupport
-
Get surrounding out JspWriter.
- getPrimaryKey() - Method in interface javax.ejb.EJBLocalObject
-
Obtain the primary key of the EJB local object.
- getPrimaryKey() - Method in interface javax.ejb.EJBObject
-
Obtain the primary key of the EJB object.
- getPrimaryKey() - Method in interface javax.ejb.EntityContext
-
Obtain the primary key of the EJB 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.
- 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 createdProducer
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 createdProducer
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 JMS session statistics.
- 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 wrappedApplication
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.ws.Endpoint
-
Returns the property bag for this
Endpoint
instance. - 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 argumentname
. - 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 class javax.xml.bind.Binder
-
Get the particular property in the underlying implementation of Binder.
- getProperty(String) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
Default implementation of the getProperty method handles the four defined properties in Marshaller.
- getProperty(String) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
Default implementation of the getProperty method always throws PropertyException since there are no required properties.
- getProperty(String) - Method in interface javax.xml.bind.Marshaller
-
Get the particular property in the underlying implementation of Marshaller.
- getProperty(String) - Method in interface javax.xml.bind.Unmarshaller
-
Get the particular property in the underlying implementation of Unmarshaller.
- getProperty(String) - Method in interface javax.xml.bind.Validator
-
Deprecated.since JAXB2.0
- 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. - 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 argumentname
. - getProtectedViewsUnmodifiable() - Method in class javax.faces.application.ViewHandler
-
Return an unmodifiable
Set
of the protected views currently known to thisViewHandler
instance. - getProtectedViewsUnmodifiable() - Method in class javax.faces.application.ViewHandlerWrapper
-
The default behavior of this method is to call
ViewHandler.getProtectedViewsUnmodifiable()
on the wrappedViewHandler
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.
- getProtocol() - Method in class javax.xml.ws.spi.http.HttpExchange
-
Returns the protocol string from the request in the form protocol/majorVersion.minorVersion.
- 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 JMS provider major version number.
- getProviderMinorVersion() - Method in interface javax.jms.ConnectionMetaData
-
Gets the JMS 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 JMS provider version.
- 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
-
Get the qualifiers for which event payload was fired.
- 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.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.
- getQueryString() - Method in class javax.xml.ws.spi.http.HttpExchange
-
Returns the query string that is contained in the request URI after the path.
- 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 argumentname
. - 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 wrappedExternalContext
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 class 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.
- 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 usingViewHandler.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 JSF action URL derived from the
viewId
argument that is suitable to be used by theNavigationHandler
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 wrappedViewHandler
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(Class<T>, Object) - Method in interface javax.persistence.EntityManager
-
Get an instance, whose state may be lazily fetched.
- 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.
- 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.
- getRel() - Method in class javax.ws.rs.core.Link
-
Returns the value associated with the link
rel
param, ornull
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 ifrel
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.
- 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.
- getRemoteAddress() - Method in class javax.xml.ws.spi.http.HttpExchange
-
Returns the unresolved address of the remote entity invoking this request.
- 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 wrappedExternalContext
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 therender
phase of the request processing lifecycle. - getRenderer(String, String) - Method in class javax.faces.render.RenderKit
-
Return the
Renderer
instance most recently registered for the specified componentfamily
andrendererType
, if any; otherwise, returnnull
. - 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 wrappedRenderKit
object. - getRenderer(FacesContext) - Method in class javax.faces.component.behavior.ClientBehaviorBase
-
Convenience method to return the
ClientBehaviorRenderer
instance associated with thisClientBehavior
, if any; otherwise, returnnull
. - getRenderer(FacesContext) - Method in class javax.faces.component.UIComponent
-
Convenience method to return the
Renderer
instance associated with this component, if any; otherwise, returnnull
. - getRenderer(FacesContext) - Method in class javax.faces.component.UIComponentBase
- 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 thisUIComponent
(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 theRenderer
to be used for encoding this component, ornull
to ask the component to render itself directly. - getRendererTypeForResourceName(String) - Method in class javax.faces.application.ResourceHandler
-
Return the
renderer-type
for aRenderer
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 wrappedResourceHandler
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 wrappedRenderKit
object. - getRenderIds() - Method in class javax.faces.context.PartialViewContext
-
Return a
Collection
of client identifiers from the current request with the request parameter namePartialViewContext.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 wrappedPartialViewContext
object. - getRenderKit() - Method in class javax.faces.context.FacesContext
-
Return the
RenderKit
instance for the render kit identifier specified on ourUIViewRoot
, 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 wrappedFacesContext
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 specifiedFacesContext
, 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 therenderResponse()
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 wrappedFacesContext
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()
IfPartialViewContext.isAjaxRequest()
returnstrue
this method must returntrue
. - 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.
- 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 wrappedExternalContext
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.servlet.AsyncContext
-
Gets the request that was used to initialize this AsyncContext by calling
ServletRequest.startAsync()
orServletRequest.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.
- getRequestBody() - Method in class javax.xml.ws.spi.http.HttpExchange
-
Returns a stream from which the request body can be read.
- 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 wrappedExternalContext
object. - getRequestContentLength() - Method in class javax.faces.context.ExternalContext
-
Return the result of calling
getContentLenth()
on theServletRequest
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 wrappedExternalContext
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 wrappedExternalContext
object. - getRequestContext() - Method in interface javax.xml.ws.BindingProvider
-
Get the context that is used to initialize the message context for request messages.
- 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 wrappedExternalContext
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 typejavax.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 wrappedExternalContext
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.
- getRequestHeader(String) - Method in class javax.xml.ws.spi.http.HttpExchange
-
Returns the value of the specified 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 wrappedExternalContext
object. - getRequestHeaders() - Method in interface javax.ws.rs.core.HttpHeaders
-
Get the values of HTTP request headers.
- getRequestHeaders() - Method in class javax.xml.ws.spi.http.HttpExchange
-
Returns an immutable Map containing the HTTP headers that were included with this request.
- 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 wrappedExternalContext
object. - 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 wrappedExternalContext
object. - getRequestLocales() - Method in class javax.faces.context.ExternalContext
-
Return an
Iterator
over the preferredLocale
s 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 wrappedExternalContext
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 wrappedExternalContext
object. - getRequestMessage() - Method in interface javax.security.auth.message.MessageInfo
-
Get the request message object from this MessageInfo.
- getRequestMethod() - Method in class javax.xml.ws.spi.http.HttpExchange
-
Get the HTTP request method
- 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 wrappedExternalContext
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 wrappedExternalContext
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 wrappedExternalContext
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 wrappedResourceHandler
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 wrappedExternalContext
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 wrappedExternalContext
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 wrappedExternalContext
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 wrappedExternalContext
object. - getRequestServletPath() - Method in class javax.faces.context.ExternalContext
-
Return the 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 wrappedExternalContext
object. - getRequestUri() - Method in interface javax.ws.rs.core.UriInfo
-
Get the absolute request URI including any query parameters.
- 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 class javax.xml.ws.spi.http.HttpExchange
-
Returns the part of the request's URI from the protocol name up to the query string in the first line of the HTTP request.
- 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
-
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.
- getResource(Class<T>) - Method in interface javax.ws.rs.container.ResourceContext
-
Get a resolved instance of a resource or sub-resource class.
- 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(String) - Method in class javax.faces.context.ExternalContext
-
Return a
URL
for the application resource mapped to the specified path, if it exists; otherwise, returnnull
. - getResource(String) - Method in class javax.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.getResource(String)
on the wrappedExternalContext
object. - getResource(String) - Method in interface javax.servlet.ServletContext
-
Returns a URL to the resource that is mapped to the given path.
- 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, returnnull
. - getResourceAsStream(String) - Method in class javax.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.getResourceAsStream(String)
on the wrappedExternalContext
object. - getResourceAsStream(String) - Method in interface javax.servlet.ServletContext
-
Returns the resource located at the named path as an
InputStream
object. - getResourceBundle() - Method in class javax.servlet.jsp.jstl.fmt.LocalizationContext
-
Gets the resource bundle of this I18N localization context.
- 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 wrappedApplication
object. - getResourceBundleMap() - Method in class javax.faces.component.UIComponent
-
Return a
Map<String,String>
of theResourceBundle
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 wrappedApplication
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 wrappedFacesContext
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 wrappedResourceHandler
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 wrappedExternalContext
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 usingViewHandler.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 forjava.net.URL
(assuming appropriate values are used for the first three arguments), then a client making a request to thetoExternalForm()
of thatURL
will select the argumentpath
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 wrappedViewHandler
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 wrappedExternalContext
object. - getResponse() - Method in interface javax.servlet.AsyncContext
-
Gets the response that was used to initialize this AsyncContext by calling
ServletRequest.startAsync()
orServletRequest.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.
- getResponseBody() - Method in class javax.xml.ws.spi.http.HttpExchange
-
Returns a stream to which the response body must be written.
- 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 wrappedExternalContext
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 wrappedExternalContext
object. - getResponseComplete() - Method in class javax.faces.context.FacesContext
-
Return
true
if theresponseComplete()
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 wrappedFacesContext
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 wrappedExternalContext
object. - getResponseContext() - Method in interface javax.xml.ws.BindingProvider
-
Get the context that resulted from processing a response message.
- getResponseHeaders() - Method in class javax.faces.application.Resource
-
Returns a mutable
Map<String, String>
whose entries will be sent as response headers duringResourceHandler.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 wrappedResourceHandler
object. - getResponseHeaders() - Method in class javax.xml.ws.spi.http.HttpExchange
-
Returns a mutable Map into which the HTTP response headers can be stored and which will be transmitted as part of this response.
- 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 wrappedExternalContext
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 wrappedExternalContext
object. - getResponses() - Method in class javax.xml.ws.soap.AddressingFeature
-
If addressing is enabled, this property determines whether endpoint requires the use of anonymous responses, or non-anonymous responses, or all responses.
- 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 wrappedRenderKit
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 wrappedFacesContext
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 wrappedFacesContext
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.
- getResult() - Method in interface javax.xml.bind.UnmarshallerHandler
-
Obtains the unmarshalled result.
- getResult() - Method in class javax.xml.bind.util.JAXBResult
-
Gets the unmarshalled object created by the transformation.
- 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.
- 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
- getReturnValueDescriptor() - Method in interface javax.validation.metadata.ExecutableDescriptor
-
Returns a descriptor for this executable's return value.
- getRoles() - Method in interface javax.xml.ws.handler.soap.SOAPMessageContext
-
Gets the SOAP actor roles associated with an execution of the handler chain.
- getRoles() - Method in interface javax.xml.ws.soap.SOAPBinding
-
Gets the roles played by the SOAP binding instance.
- 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.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() - 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.
- getRootCause(Throwable) - Method in class javax.faces.context.ExceptionHandler
-
Unwrap the argument
t
until the unwrapping encounters an Object whosegetClass()
is not equal toFacesException.class
orjavax.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 wrappedExceptionHandler
object. - getRoots() - Method in interface javax.persistence.criteria.AbstractQuery
-
Return the query roots.
- 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.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 callinggetRows()
on the underlyingResult
. - 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 entireResultSet
, 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 currenty 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.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 byrowIndex
of the array returned by callinggetRows()
on the underlyingResult
. - 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 byrowIndex
, 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.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.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.
- 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.
- 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.
- 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.
- getSchema() - Method in class javax.xml.bind.Binder
-
Gets the last
Schema
object (including null) set by theBinder.setSchema(Schema)
method. - getSchema() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- getSchema() - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- getSchema() - Method in interface javax.xml.bind.Marshaller
-
Get the JAXP 1.3
Schema
object being used to perform marshal-time validation. - getSchema() - Method in interface javax.xml.bind.Unmarshaller
-
Get the JAXP 1.3
Schema
object being used to perform unmarshal-time validation. - getSchemaLocation() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
Convenience method for getting the current schemaLocation.
- getScheme() - Method in interface javax.servlet.ServletRequest
-
Returns the name of the scheme used to make this request, for example,
http
,https
, orftp
. - getScheme() - Method in class javax.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getScheme() on the wrapped request object.
- getScheme() - Method in class javax.xml.ws.spi.http.HttpExchange
-
Returns the name of the scheme used to make this request, for example: http, or https.
- 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.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.
- getScope() - Method in class javax.xml.bind.JAXBElement
-
Returns scope of xml element declaration.
- getScope(String) - Method in interface javax.xml.ws.handler.MessageContext
-
Gets the scope of a property.
- 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
-
Default implementation of of
ClientBehavior.getScript(javax.faces.component.behavior.ClientBehaviorContext)
. - 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 argumentcomponentResource
. - 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 thisJspPropertyGroupDescriptor
. - 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, orfalse
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.
- 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
SelectItem
s 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.
- 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.
- getServiceName() - Method in interface javax.xml.ws.handler.PortInfo
-
Gets the qualified name of the WSDL service name containing the port being accessed.
- getServiceName() - Method in class javax.xml.ws.Service
-
Gets the name of this service.
- getServiceName() - Method in class javax.xml.ws.spi.ServiceDelegate
-
Gets the name of this service.
- getServiceTime() - Method in interface javax.management.j2ee.statistics.ServletStats
-
Execution times for the methods.
- getServlet() - Method in exception javax.servlet.UnavailableException
- getServlet(String) - Method in interface javax.servlet.ServletContext
- 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.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.
- 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 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
- 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
- getSession() - Method in interface javax.jms.ServerSession
-
Return the
ServerSession
'sSession
. - 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() - 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() - 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() - 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.
- getSession(boolean) - Method in class javax.faces.context.ExternalContext
-
If the
create
parameter istrue
, 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 wrappedExternalContext
object. - getSession(boolean) - Method in interface javax.servlet.http.HttpServletRequest
-
Returns the current
HttpSession
associated with this request or, if there is no current session andcreate
is true, returns a new session. - 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(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.
- 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 isfalse
. - getSessionId(boolean) - Method in class javax.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.getSessionId(boolean)
on the wrappedExternalContext
object. - 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 wrappedExternalContext
object. - getSessionMaxInactiveInterval() - Method in class javax.faces.context.ExternalContext
-
Returns the maximum time interval, in seconds, that the 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 wrappedExternalContext
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.
- getSet(String) - Method in interface javax.persistence.metamodel.ManagedType
-
Return the Set-valued attribute of the managed type that corresponds to the specified name.
- 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.
- getSeverity() - Method in class javax.faces.application.FacesMessage
-
Return the severity level.
- getSeverity() - Method in class javax.xml.bind.helpers.ValidationEventImpl
- getSeverity() - Method in interface javax.xml.bind.ValidationEvent
-
Retrieve the severity code for this warning/error.
- 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 ashort
. - 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) - Method in interface javax.persistence.metamodel.ManagedType
-
Return the single-valued attribute of the managed type that corresponds to the specified name.
- 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.
- getSingularAttributes() - Method in interface javax.persistence.metamodel.ManagedType
-
Return the single-valued attributes of the managed type.
- 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 oft
. - 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.
- getSOAPFactory() - Method in interface javax.xml.ws.soap.SOAPBinding
-
Gets the SAAJ
SOAPFactory
instance used by this SOAP binding. - getSource() - Method in interface javax.enterprise.inject.spi.ProcessSyntheticAnnotatedType
-
Get the extension instance which added the
AnnotatedType
for which this event is being fired. - getSourceId() - Method in class javax.faces.component.behavior.ClientBehaviorContext
-
Returns an id for use as the
ClientBehavior
source. - 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.
- 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 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 implementPartialStateHolder
. - getStateHelper(boolean) - Method in class javax.faces.component.UIComponent
-
Like
UIComponent.getStateHelper()
, but only create a state helper instance if the argumentcreat
istrue
. - 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 wrappedApplication
object. - 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 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.
- getStatusCode() - Method in class javax.servlet.jsp.ErrorData
-
Returns the status code of the error.
- getStatusCode() - Method in enum class 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.
- getStatusCode() - Method in exception javax.xml.ws.http.HTTPException
-
Gets the HTTP 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() - Method in exception javax.mail.StoreClosedException
-
Returns the dead Store object
- getStore(String) - Method in class javax.mail.Session
-
Get a Store object that implements the specified protocol.
- getStore(Provider) - Method in class javax.mail.Session
-
Get an instance of the store specified by Provider.
- getStore(URLName) - Method in class javax.mail.Session
-
Get a Store object for the given URLName.
- 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.
- 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.
- 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 ofJsonString
at the specified position in this JSON array values. - getString(String) - Method in interface javax.jms.MapMessage
-
Returns the
String
value with the specified name. - 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. - 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 aString
. - getStringProperty(String) - Method in interface javax.jms.Message
-
Returns the value of the
String
property with the specified name. - 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.
- 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
.. - 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.ws.rs.core.MediaType
-
Getter for subtype.
- getSubType() - Method in class javax.mail.internet.ContentType
-
Return the subType.
- getSummary() - Method in class javax.faces.application.FacesMessage
-
Return the localized summary text.
- 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.
- getSupportedLocales() - Method in class javax.faces.application.Application
-
Return an
Iterator
over the supportedLocale
s for this appication. - getSupportedLocales() - Method in class javax.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.getSupportedLocales()
on the wrappedApplication
object. - 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.
- getSystemFlags() - Method in class javax.mail.Flags
-
Return all the system flags in this Flags object.
- 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
- 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 thisJspConfigDescriptor
. - 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.interceptor.InvocationContext
-
Returns the target instance.
- getTargetClass() - Method in class javax.faces.view.facelets.MetadataTarget
-
Return the
Class
of the metadata target. - getTargetPolicies() - Method in class javax.security.auth.message.MessagePolicy
-
Get the target policies that comprise the authentication policy.
- 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.
- getTargets(UIComponent) - Method in interface javax.faces.view.AttachedObjectTarget
-
Returns the
List<UIComponent>
that thisAttachedObjectTarget
exposes. - GETTER - Enum constant in enum class javax.validation.metadata.MethodType
-
A method following the getter pattern.
- GETTER_METHODS - Enum constant in enum class javax.validation.executable.ExecutableType
-
/** All methods following the getter pattern.
- 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.faces.view.facelets.TextHandler
-
Returns the literal String value of the contained text.
- 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.. - getText(FaceletContext) - Method in interface javax.faces.view.facelets.TextHandler
-
Returns the resolved literal String value of the contained text after evaluating EL.
- getThreads() - Method in interface javax.batch.api.partition.PartitionPlan
-
Gets count of threads.
- getThreads() - Method in class javax.batch.api.partition.PartitionPlanImpl
- getThreshold() - Method in class javax.xml.ws.soap.MTOMFeature
-
Gets the threshold value used to determine when binary data should be sent as an attachment.
- 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 method and lifecycle callback interceptor methods.
- 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 EJB Timer Service.
- 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.ws.rs.core.Link
-
Returns the value associated with the link
title
param, ornull
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
- 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
- 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.
- getTransactionTimeout() - Method in interface javax.transaction.xa.XAResource
-
Obtains the current transaction timeout value set for this XAResource instance.
- 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 specifieddefaultValue
- getTransientStateHelper() - Method in class javax.faces.component.UIComponent
-
Return the
TransientStateHelper
instance for thisUIComponent
instance. - getTransientStateHelper(boolean) - Method in class javax.faces.component.UIComponent
-
Return the
TransientStateHelper
instance for thisUIComponent
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(Address) - Method in class javax.mail.Session
-
Get a Transport object that can transport a Message of the specified address type.
- getTransport(Provider) - Method in class javax.mail.Session
-
Get an instance of the transport specified in the Provider.
- getTransport(URLName) - Method in class javax.mail.Session
-
Get a Transport object for the given URLName.
- 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 theValidatorFactory
. - getTraversableResolverClassName() - Method in interface javax.validation.BootstrapConfiguration
-
Class name of the
TraversableResolver
implementation ornull
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 returnsnull
. - 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 wrappedStateManager
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 thisJspPropertyGroupDescriptor
. - 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() - 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.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() - 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() - 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, ornull
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(Object, int) - Method in class javax.faces.el.PropertyResolver
-
Deprecated.Return the
java.lang.Class
representing the type of the specified index. - getType(Object, Object) - Method in class javax.faces.el.PropertyResolver
-
Deprecated.Return the
java.lang.Class
representing the type of the specified property. - 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 theValueExpression.setValue(javax.el.ELContext, java.lang.Object)
method. - getType(ELContext) - Method in class javax.servlet.jsp.jstl.core.IndexedValueExpression
- getType(ELContext) - Method in class javax.servlet.jsp.jstl.core.IteratedValueExpression
- 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
andproperty
, attempts to identify the most general type that is acceptable for an object to be passed as thevalue
parameter in a future call to theCompositeELResolver.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
andproperty
, attempts to identify the most general type that is acceptable for an object to be passed as thevalue
parameter in a future call to theELResolver.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
, returnnull
, 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, 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, returnsnull
to indicate that no types are ever accepted tosetValue()
. - getType(ELContext, Object, Object) - Method in class javax.servlet.jsp.el.ScopedAttributeELResolver
-
If the base object is
null
, returnsObject.class
to indicate that any type is valid to set for a scoped attribute. - 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(FacesContext) - Method in class javax.faces.el.ValueBinding
-
Deprecated.Return the type of the property represented by this
ValueBinding
, relative to the specifiedFacesContext
. - getTypeClosure() - Method in interface javax.enterprise.inject.spi.Annotated
-
Get all types to which the base type should be considered assignable.
- 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.
- 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 allExceptionQueuedEvent
s that have not yet been handled by theExceptionHandler.handle()
method. - getUnhandledExceptionQueuedEvents() - Method in class javax.faces.context.ExceptionHandlerWrapper
-
The default behavior of this method is to call
ExceptionHandler.getUnhandledExceptionQueuedEvents()
on the wrappedExceptionHandler
object. - getUnit() - Method in interface javax.management.j2ee.statistics.Statistic
-
The unit of measurement for this Statistic.
- getUnmarshallerHandler() - Method in interface javax.xml.bind.Unmarshaller
-
Get an unmarshaller handler object that can be used as a component in an XML pipeline.
- getUnreadMessageCount() - Method in class javax.mail.Folder
-
Get the total number of unread messages in this Folder.
- 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 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.
- getURI() - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
-
The value of the uri attribute from the taglib directive for this library.
- 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.component.UIGraphic
-
Return the image URL for this
UIGraphic
. - 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 wrappedResourceHandler
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.mail.URLName
-
Constructs a URL from the URLName.
- getURL() - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
- getURL() - Method in interface javax.xml.bind.ValidationEventLocator
-
Return the name of the XML source as a URL if available
- 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
. - getUserFlags() - Method in class javax.mail.Flags
-
Return all the user flags in this Flags object.
- getUsername() - Method in class javax.mail.URLName
-
Returns the user name of this URLName.
- getUsername() - Method in class javax.security.auth.message.callback.PasswordValidationCallback
-
Get the username.
- getUserName() - Method in class javax.mail.PasswordAuthentication
- 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.
- 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, returnnull
. - getUserPrincipal() - Method in class javax.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.getUserPrincipal()
on the wrappedExternalContext
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 class javax.xml.ws.spi.http.HttpExchange
-
Returns the
Principal
that represents the authenticated user for thisHttpExchange
. - getUserPrincipal() - Method in interface javax.xml.ws.WebServiceContext
-
Returns the Principal that identifies the sender of the request currently being serviced.
- 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.
- getUserTransaction() - Method in interface javax.ejb.EJBContext
-
Obtain the transaction demarcation interface.
- 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
- getValidationAppliesTo() - Method in interface javax.validation.metadata.ConstraintDescriptor
- 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 ornull
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 thisApplication
. - getValidatorIds() - Method in class javax.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.getValidatorIds()
on the wrappedApplication
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
Validator
s for this component instance. - getValidators() - Method in class javax.faces.component.UIInput
- 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() - 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 theUICommand
. - 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 theUIGraphic
. - 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 theUIParameter
. - getValue() - Method in class javax.faces.component.UISelectItem
-
Returns the
value
property of theUISelectItem
. - getValue() - Method in class javax.faces.component.UISelectItems
-
Returns the
value
property of theUISelectItems
. - getValue() - Method in interface javax.faces.component.ValueHolder
-
Gets the value of this
UIComponent
. - 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() - 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.servlet.http.Cookie
-
Gets the current value of this Cookie.
- getValue() - Method in class javax.servlet.http.HttpSessionBindingEvent
-
Returns the value of the attribute that has been added, removed or replaced.
- 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 class 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 class javax.xml.bind.JAXBElement
-
Return the content model and attribute values for this element.
- getValue(Object) - Static method in class javax.xml.bind.JAXBIntrospector
-
Get the element value of a JAXB element.
- getValue(Object, int) - Method in class javax.faces.el.PropertyResolver
-
Deprecated.Return the value at the specified index of the specified base object.
- getValue(Object, Object) - Method in class javax.faces.el.PropertyResolver
-
Deprecated.Return the value of the specified property from the specified base object.
- 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(String) - Method in class javax.servlet.jsp.tagext.TagSupport
-
Get a the value associated with a key.
- getValue(String, Class<?>) - Method in class javax.el.ELProcessor
-
Evaluates an EL expression, and coerces the result to the specified type.
- getValue(ELContext) - Method in class javax.el.ValueExpression
-
Evaluates the expression relative to the provided context, and returns the resulting value.
- getValue(ELContext) - Method in class javax.servlet.jsp.jstl.core.IndexedValueExpression
- getValue(ELContext) - Method in class javax.servlet.jsp.jstl.core.IteratedValueExpression
- 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 givenbase
object by querying all component resolvers. - getValue(ELContext, Object, Object) - Method in class javax.el.ELResolver
-
Attempts to resolve the given
property
object on the givenbase
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 aString
. - 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, 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, ornull
if no attribute exists with the current name. - getValue(FacesContext) - Method in class javax.faces.el.ValueBinding
-
Deprecated.Return the value of the property represented by this
ValueBinding
, relative to the specifiedFacesContext
. - getValue(FaceletContext) - Method in class javax.faces.view.facelets.TagAttribute
-
If literal, then return our value, otherwise delegate to getObject, passing String.class.
- getValueBinding(String) - Method in class javax.faces.component.UIComponent
-
Deprecated.This has been replaced by
UIComponent.getValueExpression(java.lang.String)
. - getValueBinding(String) - Method in class javax.faces.component.UIComponentBase
-
Deprecated.This has been replaced by
UIComponent.getValueExpression(java.lang.String)
. - getValueBinding(String) - Method in class javax.faces.component.UIGraphic
-
Deprecated.This has been replaced by
UIGraphic.getValueExpression(java.lang.String)
. - getValueBinding(String) - Method in class javax.faces.component.UISelectBoolean
-
Deprecated.This has been replaced by
UISelectBoolean.getValueExpression(java.lang.String)
. - getValueBinding(String) - Method in class javax.faces.component.UISelectMany
-
Deprecated.this has been replaced by
UISelectMany.getValueExpression(java.lang.String)
. - getValueChangeListener() - Method in interface javax.faces.component.EditableValueHolder
-
Deprecated.Use
EditableValueHolder.getValueChangeListeners()
instead. - getValueChangeListener() - Method in class javax.faces.component.UIInput
- getValueChangeListeners() - Method in interface javax.faces.component.EditableValueHolder
-
Return the set of registered
ValueChangeListener
s for this component instance. - getValueChangeListeners() - Method in class javax.faces.component.UIInput
-
Return the set of registered
ValueChangeListener
s for thisUIInput
instance. - getValueExpression() - Method in class javax.servlet.jsp.jstl.core.IteratedExpression
- 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 forvalue
if aValueExpression
forurl
is requested; otherwise, perform the default superclass processing for this method. - getValueExpression(String) - Method in class javax.faces.component.UISelectBoolean
-
Return any
ValueExpression
set forvalue
if aValueExpression
forselected
is requested; otherwise, perform the default superclass processing for this method. - getValueExpression(String) - Method in class javax.faces.component.UISelectMany
-
Return any
ValueExpression
set forvalue
if aValueExpression
forselectedValues
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.
- 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.
- getValuesAs(Class<T>) - Method in interface javax.json.JsonArray
-
Returns a list a view of the specified type for the array.
- getValueType() - Method in interface javax.json.JsonValue
-
Returns the value type of this JSON value.
- 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.
- 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 thisELContext
. - 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 byjspContext.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 name of vendor associated with this implementation or null
- getVersion() - Method in class javax.mail.Provider
-
Returns version of this implementation or null if no version
- 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(Class<Y>) - Method in interface javax.persistence.metamodel.IdentifiableType
-
Return the attribute that corresponds to the version attribute of the entity or mapped superclass.
- getViewActions(UIViewRoot) - Static method in class javax.faces.view.ViewMetadata
-
Utility method to extract view metadata from the provided
UIViewRoot
. - 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 argumentviewId
. - getViewDeclarationLanguage(FacesContext, String) - Method in class javax.faces.application.ViewHandler
- 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 wrappedViewHandler
object. - 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 wrappedApplication
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
- getViewListenersForEventClass(Class<? extends SystemEvent>) - Method in class javax.faces.component.UIViewRoot
-
Return the
SystemEventListener
instances registered on thisUIComponent
instance that are interested in events of typeeventClass
. - getViewMap() - Method in class javax.faces.component.UIViewRoot
-
This implementation simply calls through to
UIViewRoot.getViewMap(boolean)
, passingtrue
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 aMap
and thecreate
argument istrue
, 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
, ornull
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
. - 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 wrappedFacesContext
object. - getViews() - Method in class javax.faces.flow.Flow
-
Return an immutable data structure containing all of the view nodes declared for this flow.
- getViewState(FacesContext) - Method in class javax.faces.application.StateManager
-
Convenience method to return the view state as a
String
with noRenderKit
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 wrappedStateManager
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. - 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.
- getWarnings() - Method in interface javax.resource.cci.Interaction
-
Gets the first ResourceWarning from the chain of warnings associated with this Interaction instance.
- getWebSocketContainer() - Static method in class javax.websocket.ContainerProvider
-
Obtain a new instance of a WebSocketContainer.
- 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 theWorkManager
to set up the execution context while executing aWork
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.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.PartialResponseWriter
-
Return the wrapped
ResponseWriter
instance. - getWrapped() - Method in class javax.faces.context.PartialViewContextFactory
- getWrapped() - Method in class javax.faces.context.PartialViewContextWrapper
- getWrapped() - Method in class javax.faces.context.ResponseWriterWrapper
-
Return the instance that we are wrapping.
- 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
-
A class that implements this interface uses this method to return an instance of the class being wrapped.
- 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
- 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
- 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.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 argumentname
. - 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 class javax.xml.ws.Service
-
Gets the location of the WSDL document for this Service.
- getWSDLDocumentLocation() - Method in class javax.xml.ws.spi.ServiceDelegate
-
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
- getXMLNode(Object) - Method in class javax.xml.bind.Binder
-
Gets the XML element associated with the given JAXB object.
- getXMLReader() - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
Obtains a configured XMLReader.
- getYear() - Method in class javax.ejb.ScheduleExpression
-
Return the value of the year attribute.
- GLOBAL() - Constructor for class javax.xml.bind.annotation.XmlElementDecl.GLOBAL
- GlobalScope() - Constructor for class javax.xml.bind.JAXBElement.GlobalScope
- GOING_AWAY - Enum constant in enum class javax.websocket.CloseReason.CloseCodes
-
1001 indicates that an endpoint is "going away", such as a server going down or a browser having navigated away from a page.
- GONE - Enum constant in enum class javax.ws.rs.core.Response.Status
-
410 Gone, see {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.11">HTTP/1.1 documentation}.
- 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(List<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.CriteriaQuery
-
Specify the expressions that are used to form groups over the query results.
- groupBy(List<Expression<?>>) - Method in interface javax.persistence.criteria.Subquery
-
Specify the expressions that are used to form groups over the subquery results.
- groupBy(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(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() - Constructor for exception javax.validation.GroupDefinitionException
- GroupDefinitionException(String) - Constructor for exception javax.validation.GroupDefinitionException
- GroupDefinitionException(String, Throwable) - Constructor for exception javax.validation.GroupDefinitionException
- GroupDefinitionException(Throwable) - Constructor for exception javax.validation.GroupDefinitionException
- 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.
- groups() - Element in annotation interface javax.validation.constraints.AssertFalse
- groups() - Element in annotation interface javax.validation.constraints.AssertTrue
- groups() - Element in annotation interface javax.validation.constraints.DecimalMax
- groups() - Element in annotation interface javax.validation.constraints.DecimalMin
- groups() - Element in annotation interface javax.validation.constraints.Digits
- groups() - Element in annotation interface javax.validation.constraints.Future
- groups() - Element in annotation interface javax.validation.constraints.Max
- groups() - Element in annotation interface javax.validation.constraints.Min
- groups() - Element in annotation interface javax.validation.constraints.NotNull
- groups() - Element in annotation interface javax.validation.constraints.Null
- groups() - Element in annotation interface javax.validation.constraints.Past
- groups() - Element in annotation interface javax.validation.constraints.Pattern
- groups() - Element in annotation interface javax.validation.constraints.Size
- GroupSequence - Annotation Interface in javax.validation
-
Defines group sequence.
- GSSCredential - Enum constant in enum class javax.resource.spi.AuthenticationMechanism.CredentialInterface
-
Corresponds to
org.ietf.jgss.GSSCredential
- 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.
- 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 - Static variable in class javax.mail.search.ComparisonTerm
H
- handle() - Method in class javax.faces.context.ExceptionHandler
-
Take action to handle the
Exception
instances residing inside theExceptionQueuedEvent
instances that have been queued by calls toApplication().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 wrappedExceptionHandler
object. - handle(HttpExchange) - Method in class javax.xml.ws.spi.http.HttpHandler
-
Handles a given request and generates an appropriate response.
- Handle - Interface in javax.ejb
-
The Handle interface is implemented by all EJB object handles.
- HandleDelegate - Interface in javax.ejb.spi
-
The
HandleDelegate
interface is implemented by the EJB container. - handleEvent(ValidationEvent) - Method in class javax.xml.bind.helpers.DefaultValidationEventHandler
- handleEvent(ValidationEvent) - Method in class javax.xml.bind.util.ValidationEventCollector
- handleEvent(ValidationEvent) - Method in interface javax.xml.bind.ValidationEventHandler
-
Receive notification of a validation warning or error.
- handleFault(C) - Method in interface javax.xml.ws.handler.Handler
-
The
handleFault
method is invoked for fault message processing. - handleMessage(C) - Method in interface javax.xml.ws.handler.Handler
-
The
handleMessage
method is invoked for normal processing of inbound and outbound messages. - 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) - Method in class javax.faces.application.NavigationHandlerWrapper
- 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, 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.
- handler - Variable in class javax.xml.ws.spi.http.HttpContext
- Handler<C extends MessageContext> - Interface in javax.xml.ws.handler
-
The
Handler
interface is the base interface for JAX-WS handlers. - HANDLER - Enum constant in enum class javax.xml.ws.handler.MessageContext.Scope
- 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 wrappedResourceHandler
object. - handleResponse(Response<T>) - Method in interface javax.xml.ws.AsyncHandler
-
Called when the response to an asynchronous operation is available.
- HandlerResolver - Interface in javax.xml.ws.handler
-
HandlerResolver
is an interface implemented by an application to get control over the handler chain set on proxy/dispatch objects at the time of their creation. - HandlesTypes - Annotation Interface in javax.servlet.annotation
-
This annotation is used to declare the class types that a
ServletContainerInitializer
can handle. - 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.
- 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 (viaValid
) 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 (viaValid
) - 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.
- hasEvents() - Method in class javax.xml.bind.util.ValidationEventCollector
-
Returns true if this event collector contains at least one ValidationEvent.
- 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.validator.DoubleRangeValidator
- 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.core.AbstractMultivaluedMap
- 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.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(Expression<Boolean>) - Method in interface javax.persistence.criteria.CriteriaQuery
-
Specify a restriction over the groups of the query.
- 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.AbstractQuery
-
Specify restrictions over the groups of the query according the conjunction of the specified restriction predicates.
- 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(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() - Method in interface javax.ws.rs.client.SyncInvoker
-
Invoke HTTP HEAD method for the current request synchronously.
- head(InvocationCallback<Response>) - Method in interface javax.ws.rs.client.AsyncInvoker
-
Invoke HTTP HEAD method for the current request asynchronously.
- HEAD - Annotation Interface in javax.ws.rs
-
Indicates that the annotated method responds to HTTP HEAD requests.
- HEAD - Static variable in annotation interface javax.ws.rs.HttpMethod
-
HTTP HEAD method.
- 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 - 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_DECORATOR - Static variable in class javax.ws.rs.Priorities
-
Header decorator filter/interceptor priority.
- HeaderParam - Annotation Interface 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) - Constructor for class javax.mail.internet.HeaderTokenizer
-
Constructor.
- HeaderTokenizer(String, String) - Constructor for class javax.mail.internet.HeaderTokenizer
-
Constructor.
- HeaderTokenizer(String, String, boolean) - Constructor for class javax.mail.internet.HeaderTokenizer
-
Constructor that takes a rfc822 style header.
- HeaderTokenizer.Token - Class in javax.mail.internet
-
The Token class represents tokens returned by the HeaderTokenizer.
- 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
- HexBinaryAdapter - Class in javax.xml.bind.annotation.adapters
-
XmlAdapter
for xs:hexBinary. - HexBinaryAdapter() - Constructor for class javax.xml.bind.annotation.adapters.HexBinaryAdapter
- HIERARCHY - Enum constant in enum class javax.validation.metadata.Scope
-
Look for constraints declared on all elements of the class hierarchy with the same name.
- hints() - Element in annotation interface javax.persistence.NamedNativeQuery
-
Query properties and hints.
- hints() - Element in annotation interface javax.persistence.NamedQuery
-
(Optional) Query properties and hints.
- hints() - Element in annotation interface javax.persistence.NamedStoredProcedureQuery
-
Query properties and hints.
- HintsContext - Class in javax.resource.spi.work
-
A standard
WorkContext
that allows aWork
instance to propagate quality-of-service (QoS) hints about theWork
to theWorkManager
. - HintsContext() - Constructor for class javax.resource.spi.work.HintsContext
- Holder<T> - Class in javax.xml.ws
-
Holds a value of type
T
. - Holder() - Constructor for class javax.xml.ws.Holder
-
Creates a new holder with a
null
value. - Holder(T) - Constructor for class javax.xml.ws.Holder
-
Create a new holder with the specified value.
- 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 theUIComponent
to tell whether or not theUIComponent.CURRENT_COMPONENT
andUIComponent.CURRENT_COMPOSITE_COMPONENT
attribute keys should be honored as specified. - host - Variable in class javax.mail.internet.NewsAddress
- host() - Element in annotation interface javax.mail.MailSessionDefinition
-
Host name for the mail server.
- host(String) - Method in class javax.ws.rs.core.UriBuilder
-
Set the URI host.
- HOST - Static variable in interface javax.ws.rs.core.HttpHeaders
-
See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.23">HTTP/1.1 documentation}.
- 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() - Element in annotation interface javax.ejb.Schedule
-
Specifies one or more hours within a day.
- hour(int) - Method in class javax.ejb.ScheduleExpression
-
Set the hour attribute.
- hour(String) - 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 JavaServer Faces implementation. - HTTP_BINDING - Static variable in interface javax.xml.ws.http.HTTPBinding
-
A constant representing the identity of the XML/HTTP binding.
- HTTP_REQUEST_HEADERS - Static variable in interface javax.xml.ws.handler.MessageContext
-
Standard property: HTTP request headers.
- HTTP_REQUEST_METHOD - Static variable in interface javax.xml.ws.handler.MessageContext
-
Standard property: HTTP request method.
- HTTP_RESPONSE_CODE - Static variable in interface javax.xml.ws.handler.MessageContext
-
Standard property: HTTP response status code.
- HTTP_RESPONSE_HEADERS - Static variable in interface javax.xml.ws.handler.MessageContext
-
Standard property: HTTP response headers.
- HTTP_VERSION_NOT_SUPPORTED - Enum constant in enum class javax.ws.rs.core.Response.Status
-
505 HTTP Version Not Supported, see {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.5.6">HTTP/1.1 documentation}.
- HTTPBinding - Interface in javax.xml.ws.http
-
The
HTTPBinding
interface is an abstraction for the XML/HTTP binding. - HttpConstraint - Annotation Interface 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 correspondingHttpMethodConstraint
element does NOT occur within theServletSecurity
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.EmptyRoleSemantic, ServletSecurity.TransportGuarantee, String...) - Constructor for class javax.servlet.HttpConstraintElement
-
Constructor to establish all of getEmptyRoleSemantic, getRolesAllowed, and getTransportGuarantee.
- HttpConstraintElement(ServletSecurity.TransportGuarantee, String...) - Constructor for class javax.servlet.HttpConstraintElement
-
Constructor to establish non-empty getRolesAllowed and/or TransportGuarantee.CONFIDENTIAL.
- HttpContext - Class in javax.xml.ws.spi.http
-
HttpContext represents a mapping between the root URI path of a web service to a
HttpHandler
which is invoked to handle requests destined for that path on the associated container. - HttpContext() - Constructor for class javax.xml.ws.spi.http.HttpContext
- HTTPException - Exception in javax.xml.ws.http
-
The
HTTPException
exception represents a XML/HTTP fault. - HTTPException(int) - Constructor for exception javax.xml.ws.http.HTTPException
-
Constructor for the HTTPException
- HttpExchange - Class in javax.xml.ws.spi.http
-
This class encapsulates a HTTP request received and a response to be generated in one exchange.
- HttpExchange() - Constructor for class javax.xml.ws.spi.http.HttpExchange
- HttpHandler - Class in javax.xml.ws.spi.http
-
A handler which is invoked to process HTTP requests.
- HttpHandler() - Constructor for class javax.xml.ws.spi.http.HttpHandler
- 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.
- HttpMethod - Annotation Interface in javax.ws.rs
-
Associates the name of a HTTP method with an annotation.
- HttpMethodConstraint - Annotation Interface 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. - httpMethodConstraints() - Element in annotation interface javax.servlet.annotation.ServletSecurity
-
Get the HTTP method specific constraints.
- 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.
- 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 aHttpSessionAttributeListener
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
- 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
- HttpUtils() - Constructor for class javax.servlet.http.HttpUtils
-
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 - Variable in class javax.resource.spi.ConnectionEvent
-
Type of the event
- id - Variable in class javax.servlet.jsp.tagext.TagSupport
-
The value of the id attribute of this tag; or null.
- id() - Element in annotation interface javax.xml.ws.spi.WebServiceFeatureAnnotation
-
Unique identifier for the WebServiceFeature.
- id(String, String) - Method in class javax.faces.flow.builder.FlowBuilder
-
Set the defining document id and flow id of this flow.
- Id - Annotation Interface in javax.persistence
-
Specifies the primary key of an entity.
- ID - Static variable in class javax.servlet.jsp.tagext.TagAttributeInfo
-
"id" is wired in to be ID.
- ID - Static variable in class javax.xml.ws.RespectBindingFeature
-
Constant value identifying the RespectBindingFeature
- ID - Static variable in class javax.xml.ws.soap.AddressingFeature
-
Constant value identifying the AddressingFeature
- ID - Static variable in class javax.xml.ws.soap.MTOMFeature
-
Constant value identifying the MTOMFeature
- IdClass - Annotation Interface 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 - Enum constant in enum class javax.persistence.GenerationType
-
Indicates that the persistence provider must assign primary keys for the entity using a database identity column.
- IDENTITY_NAME - Static variable in interface javax.enterprise.concurrent.ManagedTask
-
Execution property to be returned in
ManagedTask.getExecutionProperties()
orContextService.createContextualProxy()
to provide a String that identifies the task. - IF_EXISTS - Enum constant in enum class javax.enterprise.event.Reception
-
Specifies that an observer method is only called if the current instance of the bean declaring the observer method already exists.
- IF_MATCH - Static variable in interface javax.ws.rs.core.HttpHeaders
-
See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.24">HTTP/1.1 documentation}.
- IF_MODIFIED_SINCE - Static variable in interface javax.ws.rs.core.HttpHeaders
-
See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.25">HTTP/1.1 documentation}.
- IF_NONE_MATCH - Static variable in interface javax.ws.rs.core.HttpHeaders
-
See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.26">HTTP/1.1 documentation}.
- IF_UNMODIFIED_SINCE - Static variable in interface javax.ws.rs.core.HttpHeaders
-
See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.28">HTTP/1.1 documentation}.
- ignore() - Element in annotation interface javax.resource.spi.ConfigProperty
-
Indicates that the configuration tools must ignore considering this Property during auto-discovery of Configuration properties.
- ignore(String) - Method in class javax.faces.view.facelets.MetaRuleset
-
Customize this
MetaRuleset
instance to advise it to ignore the attribute named by theattribute
argument, returningthis
. - ignoreAll() - Method in class javax.faces.view.facelets.MetaRuleset
-
Customize this
MetaRuleset
instance to advise it to ignore all attributes, returningthis
. - 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. - 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) - Constructor for exception javax.enterprise.inject.IllegalProductException
- IllegalProductException(String, Throwable) - 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 - 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.jms.IllegalStateException
-
Constructs an
IllegalStateException
with the specified reason. - IllegalStateException(String) - Constructor for exception javax.resource.spi.IllegalStateException
-
Constructs a new instance with the specified detail message.
- IllegalStateException(String, String) - Constructor for exception javax.jms.IllegalStateException
-
Constructs an
IllegalStateException
with the specified reason and error code. - IllegalStateException(String, String) - Constructor for exception javax.resource.spi.IllegalStateException
-
Constructs a new throwable with the specified detail message and an error code.
- IllegalStateException(String, Throwable) - Constructor for exception javax.resource.spi.IllegalStateException
-
Constructs a new throwable with the specified detail message and cause.
- IllegalStateException(Throwable) - Constructor for exception javax.resource.spi.IllegalStateException
-
Constructs a new throwable with the specified cause.
- 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.
- IMPLICIT - Enum constant in enum class javax.validation.ConstraintTarget
-
Discover the type when no ambiguity is present if neither on a method nor a constructor, it implies the annotated element (type, field etc), if on a method or constructor with no parameter, it implies
RETURN_VALUE
, if on a method with no return value (void
), it impliesPARAMETERS
. Otherwise,IMPLICIT
is not accepted and eitherRETURN_VALUE
orPARAMETERS
is required. - IMPLICIT - Enum constant in enum class javax.validation.executable.ExecutableType
-
If the annotation using
ExecutableType
is on a type (class or interface), the behavior is equivalent to the annotation not being present. - 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(Object...) - 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<?>...) - Method in interface javax.persistence.criteria.Expression
-
Create a predicate to test whether the expression is a member of the argument list.
- 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(Expression<Collection<?>>) - Method in interface javax.persistence.criteria.Expression
-
Create a predicate to test whether the expression is a member of the collection.
- IN - Enum constant in enum class javax.persistence.ParameterMode
-
Stored procedure input parameter
- IN_AFTER_PHASE_KEY - Static variable in class javax.faces.event.ExceptionQueuedEventContext
-
The presence of an entry under this key in the
Map
returned fromExceptionQueuedEventContext.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 fromExceptionQueuedEventContext.getAttributes()
indicates the event occurred during the “before phase” part of the current lifecycle phase. - IN_PROGRESS - Enum constant in enum class javax.enterprise.event.TransactionPhase
-
Identifies a regular observer method, called when the event is fired.
- 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
- INBOUND_MESSAGE_ATTACHMENTS - Static variable in interface javax.xml.ws.handler.MessageContext
-
Standard property: Map of attachments to a message for the inbound message, key is the MIME Content-ID, value is a DataHandler.
- 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.
- 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.
- 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 - Enum constant in enum class javax.servlet.DispatcherType
- 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_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 - includeAllAttributes() - Element in annotation interface javax.persistence.NamedEntityGraph
-
(Optional) Includes all of the attributes of the annotated entity class as attribute nodes in the NamedEntityGraph without the need to explicitly list them.
- 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 JSP)
- 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.
- inclusive() - Element in annotation interface javax.validation.constraints.DecimalMax
-
Specifies whether the specified maximum is inclusive or exclusive.
- inclusive() - Element in annotation interface javax.validation.constraints.DecimalMin
-
Specifies whether the specified minimum is inclusive or exclusive.
- 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 Interface 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. - IndexedValueExpression - Class in javax.servlet.jsp.jstl.core
- IndexedValueExpression(ValueExpression, int) - Constructor for class javax.servlet.jsp.jstl.core.IndexedValueExpression
- indexes() - Element in annotation interface javax.persistence.CollectionTable
-
(Optional) Indexes for the table.
- indexes() - Element in annotation interface javax.persistence.JoinTable
-
(Optional) Indexes for the table.
- indexes() - Element in annotation interface javax.persistence.SecondaryTable
-
(Optional) Indexes for the table.
- indexes() - Element in annotation interface javax.persistence.Table
-
(Optional) Indexes for the table.
- indexes() - Element in annotation interface javax.persistence.TableGenerator
-
(Optional) Indexes for the table.
- info - Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
-
Information (documentation) for this TLD.
- info() - Element in annotation interface javax.ejb.Schedule
-
Specifies an information string that is associated with the timer
- INFORMATIONAL - Enum constant in enum class javax.ws.rs.core.Response.Status.Family
-
1xx
HTTP status codes. - Inheritance - Annotation Interface in javax.persistence
-
Specifies the inheritance strategy to be used for an entity class hierarchy.
- InheritanceType - Enum Class in javax.persistence
-
Defines inheritance strategy options.
- inherited() - Element in annotation interface javax.ejb.ApplicationException
-
Indicates whether the application exception designation should apply to subclasses of the annotated exception class.
- 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(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(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 class javax.faces.webapp.FacesServlet
-
Acquire the factory instances we will require.
- 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(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 - Annotation Interface 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 EJB 2.1 or earlier EJBHome or EJBLocalHome client view respectively). - inIterable() - Method in interface javax.validation.ConstraintValidatorContext.ConstraintViolationBuilder.LeafNodeBuilderCustomizableContext
-
Marks the node as being in an
Iterable
or aMap
. - inIterable() - Method in interface javax.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderCustomizableContext
-
Marks the node as being in an
Iterable
or aMap
. - initialize(A) - Method in interface javax.validation.ConstraintValidator
-
Initializes the validator in preparation for
ConstraintValidator.isValid(Object, ConstraintValidatorContext)
calls. - 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(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.
- Initialized - Annotation Interface in javax.enterprise.context
-
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(String) - Method in class javax.faces.flow.builder.FlowBuilder
-
A MethodExpression that will be invoked when the flow is entered.
- initializer(MethodExpression) - Method in class javax.faces.flow.builder.FlowBuilder
-
A MethodExpression that will be invoked when the flow is entered.
- initialPoolSize() - Element in annotation interface javax.annotation.sql.DataSourceDefinition
-
Number of connections that should be created when a connection pool is initialized.
- initialStateMarked() - Method in class javax.faces.component.behavior.BehaviorBase
-
Implementation of
PartialStateHolder.initialStateMarked()
. - initialStateMarked() - Method in interface javax.faces.component.PartialStateHolder
-
Return
true
if delta state changes are being tracked, otherwisefalse
- initialStateMarked() - Method in class javax.faces.component.UIComponent
-
An implementation of
PartialStateHolder.initialStateMarked()
, this method is called by the runtime to test if thePartialStateHolder.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
- initialValue() - Element in annotation interface javax.persistence.SequenceGenerator
-
(Optional) The value from which the sequence object is to start generating.
- initialValue() - Element in annotation interface javax.persistence.TableGenerator
-
(Optional) The initial value to be used to initialize the column that stores the last value generated.
- initParams() - Element in annotation interface javax.servlet.annotation.WebFilter
-
The init parameters of the filter
- initParams() - Element in annotation interface javax.servlet.annotation.WebServlet
-
The init parameters of the servlet
- 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 wrappedViewHandler
object. - inject() - Method in class javax.enterprise.inject.spi.Unmanaged.UnmanagedInstance
-
Inject the instance
- inject(WebServiceContext) - Method in class javax.xml.ws.spi.Invoker
-
JAX-WS runtimes calls this method to ask container to inject WebServiceContext on the endpoint instance.
- inject(T, CreationalContext<T>) - Method in interface javax.enterprise.inject.spi.InjectionTarget
-
Performs dependency injection upon the given object.
- Inject - Annotation Interface 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) - Constructor for exception javax.enterprise.inject.InjectionException
- InjectionException(String, Throwable) - 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.
- 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 anInjectionTarget
for a given bean. - INLINE - Static variable in interface javax.mail.Part
-
This part should be presented inline.
- INNER - Enum constant in enum class javax.persistence.criteria.JoinType
-
Inner join.
- INOUT - Enum constant in enum class javax.persistence.ParameterMode
-
Stored procedure input/output parameter
- input() - Element in annotation interface javax.xml.ws.Action
-
Explicit value of the WS-Addressing
Action
message addressing property for theinput
message of the operation. - insertable() - Element in annotation interface javax.persistence.Column
-
(Optional) Whether the column is included in SQL INSERT statements generated by the persistence provider.
- insertable() - Element in annotation interface javax.persistence.JoinColumn
-
(Optional) Whether the column is included in SQL INSERT statements generated by the persistence provider.
- insertable() - Element in annotation interface javax.persistence.MapKeyColumn
-
(Optional) Whether the column is included in SQL INSERT statements generated by the persistence provider.
- insertable() - Element in annotation interface javax.persistence.MapKeyJoinColumn
-
(Optional) Whether the column is included in SQL INSERT statements generated by the persistence provider.
- insertable() - Element in annotation interface javax.persistence.OrderColumn
-
(Optional) Whether the column is included in SQL INSERT statements generated by the persistence provider.
- 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<T> - Interface in javax.enterprise.inject
-
Allows the application to dynamically obtain instances of beans with a specified combination of required type and qualifiers.
- integer() - Element in annotation interface javax.validation.constraints.Digits
- INTEGER - Enum constant in enum class javax.persistence.DiscriminatorType
-
Integer as the discriminator type.
- INTEGER_ID - Static variable in class javax.faces.convert.IntegerConverter
-
The message identifier of the
FacesMessage
to be created if the conversion toInteger
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 forjava.lang.Integer
(and int primitive) values. - IntegerConverter() - Constructor for class javax.faces.convert.IntegerConverter
- 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 Interface in javax.enterprise.inject
-
An interceptor may inject metadata about the bean it is intercepting.
- InterceptionType - Enum Class in javax.enterprise.inject.spi
-
Identifies the kind of lifecycle callback, EJB timeout method or business method interception.
- Interceptor<T> - Interface in javax.enterprise.inject.spi
-
Represents an enabled interceptor.
- Interceptor - Annotation Interface 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 Interface in javax.interceptor
-
Specifies that an annotation type is an interceptor binding type.
- InterceptorContext - Interface in javax.ws.rs.ext
-
Context shared by message body interceptors that can be used to wrap calls to
MessageBodyReader.readFrom(java.lang.Class<T>, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType, javax.ws.rs.core.MultivaluedMap<java.lang.String, java.lang.String>, java.io.InputStream)
andMessageBodyWriter.writeTo(T, java.lang.Class<?>, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType, javax.ws.rs.core.MultivaluedMap<java.lang.String, java.lang.Object>, java.io.OutputStream)
. - Interceptors - Annotation Interface in javax.interceptor
-
Declares an ordered list of interceptors for a target class, 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.
- interfaceName() - Element in annotation interface javax.jms.JMSConnectionFactoryDefinition
-
Fully qualified name of the JMS connection factory interface.
- interfaceName() - Element in annotation interface javax.jms.JMSDestinationDefinition
-
Fully qualified name of the JMS destination interface.
- interfaceName() - Element in annotation interface javax.resource.AdministeredObjectDefinition
-
Fully qualified name of the administered object’s interface
- interfaceName() - Element in annotation interface javax.resource.ConnectionFactoryDefinition
-
The fully qualified name of the connection factory interface class.
- interfaceName(QName) - Method in class javax.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
-
Sets the
interfaceName
as thewsam:InterfaceName
element in thewsa:Metadata
element. - INTERNAL - Static variable in exception javax.resource.spi.work.WorkException
-
Indicates an internal error condition.
- INTERNAL_SERVER_ERROR - Enum constant in enum class javax.ws.rs.core.Response.Status
-
500 Internal Server Error, see {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.5.1">HTTP/1.1 documentation}.
- 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(String, Throwable) - 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(String, Response, Throwable) - 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(Response) - 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.
- 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.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.
- 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
- 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. - 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 wrappedExternalContext
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) - Constructor for exception javax.jms.InvalidClientIDException
-
Constructs an
InvalidClientIDException
with the specified reason. - InvalidClientIDException(String, String) - Constructor for exception javax.jms.InvalidClientIDException
-
Constructs an
InvalidClientIDException
with the specified reason and error code. - 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) - Constructor for exception javax.jms.InvalidDestinationException
-
Constructs an
InvalidDestinationException
with the specified reason. - InvalidDestinationException(String, String) - Constructor for exception javax.jms.InvalidDestinationException
-
Constructs an
InvalidDestinationException
with the specified reason and error code. - 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 - 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(String, String) - Constructor for exception javax.resource.spi.InvalidPropertyException
-
Constructs a new throwable with the specified detail message and an error code.
- InvalidPropertyException(String, Throwable) - Constructor for exception javax.resource.spi.InvalidPropertyException
-
Constructs a new throwable with the specified detail message and cause.
- InvalidPropertyException(Throwable) - Constructor for exception javax.resource.spi.InvalidPropertyException
-
Constructs a new throwable with the specified cause.
- InvalidSelectorException - Exception in javax.jms
-
This exception must be thrown when a JMS client attempts to give a provider a message selector with invalid syntax.
- InvalidSelectorException(String) - Constructor for exception javax.jms.InvalidSelectorException
-
Constructs an
InvalidSelectorException
with the specified reason. - InvalidSelectorException(String, String) - Constructor for exception javax.jms.InvalidSelectorException
-
Constructs an
InvalidSelectorException
with the specified reason and error code. - InvalidSelectorRuntimeException - Exception in javax.jms
-
This unchecked exception must be thrown when a JMS 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
- inverseForeignKey() - Element in annotation interface javax.persistence.JoinTable
-
(Optional) Used to specify or control the generation of a foreign key constraint for the columns corresponding to the
inverseJoinColumns
element when table generation is in effect. - inverseJoinColumns() - Element in annotation interface javax.persistence.JoinTable
-
(Optional) The foreign key columns of the join table which reference the primary table of the entity that does not own the association.
- 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 context information about the intercepted invocation and operations that enable interceptor methods to control the behavior of the invocation chain.
- invoke() - Method in interface javax.ws.rs.client.Invocation
-
Synchronously invoke the request and receive a response back.
- 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(Class<T>) - Method in interface javax.ws.rs.client.Invocation
-
Synchronously invoke the request and receive a response of the specified type back.
- invoke(Object...) - Method in class javax.el.LambdaExpression
-
Invoke the encapsulated Lambda expression.
- invoke(Method, Object...) - Method in class javax.xml.ws.spi.Invoker
-
JAX-WS runtime calls this method to do the actual web service invocation on endpoint instance.
- invoke(ELContext, 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.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
-
Attemps to resolve and invoke the given
method
on the givenbase
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 givenbase
object. - 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(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(T) - Method in interface javax.xml.ws.Dispatch
-
Invoke a service operation synchronously.
- invoke(T) - Method in interface javax.xml.ws.Provider
-
Invokes an operation occording to the contents of the request message.
- 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.
- invokeAsync(T) - Method in interface javax.xml.ws.Dispatch
-
Invoke a service operation asynchronously.
- invokeAsync(T, AsyncHandler<T>) - Method in interface javax.xml.ws.Dispatch
-
Invoke a service operation asynchronously.
- 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 theclientId
given as an argument toinvokeOnComponent
. - 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 argumentclientId
and, if found, call theContextCallback.invokeContextCallback(javax.faces.context.FacesContext, javax.faces.component.UIComponent)
method on the argumentcallback
, passing the currentFacesContext
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 argumentclientId
and, if found, call theContextCallback.invokeContextCallback(javax.faces.context.FacesContext, javax.faces.component.UIComponent)
method on the argumentcallback
, passing the currentFacesContext
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(T) - Method in interface javax.xml.ws.Dispatch
-
Invokes a service operation using the one-way interaction mode.
- Invoker - Class in javax.xml.ws.spi
-
Invoker hides the detail of calling into application endpoint implementation.
- Invoker() - Constructor for class javax.xml.ws.spi.Invoker
- 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 themarkInitialState()
method of iterating components such asUIData
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() - Method in interface javax.persistence.EntityTransaction
-
Indicate whether a resource transaction is in progress.
- isActive(FacesContext, String, String) - Method in class javax.faces.flow.FlowHandler
-
Return
true
if and only if the flow referenced by the argumentdefiningDocument
andid
is currently active. - isAjaxRequest() - Method in class javax.faces.context.PartialViewContext
-
Return
true
if the request headerFaces-Request
is present with the valuepartial/ajax
. - isAjaxRequest() - Method in class javax.faces.context.PartialViewContextWrapper
-
The default behavior of this method is to call
PartialViewContext.isAjaxRequest()
on the wrappedPartialViewContext
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 thisFacesListener
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 argumentFacesListener
is an instance of the appropriate listener class that this event supports. - isAppropriateListener(FacesListener) - Method in class javax.faces.event.FacesEvent
-
Return
true
if thisFacesListener
is an instance of a listener class that this event supports. - isAppropriateListener(FacesListener) - Method in class javax.faces.event.PostAddToViewEvent
- isAppropriateListener(FacesListener) - Method in class javax.faces.event.PreRemoveFromViewEvent
- isAppropriateListener(FacesListener) - Method in class javax.faces.event.SystemEvent
-
Return
true
if thisFacesListener
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.
- 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.
- isAutoFlush() - Method in class javax.servlet.jsp.JspWriter
-
This method indicates whether the JspWriter is autoFlushing.
- 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(String) - Method in interface javax.ejb.EJBContext
-
Test if the caller has a given security role.
- isCallerInRole(Identity) - Method in interface javax.ejb.EJBContext
-
Deprecated.Use boolean isCallerInRole(String roleName) instead.
- 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.
- isCascadable(Object, Path.Node, Class<?>, Path, ElementType) - Method in interface javax.validation.TraversableResolver
-
Determines if the 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.
- 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
- 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.
- isCompositeComponent(UIComponent) - Static method in class javax.faces.component.UIComponent
-
Return
true
ifcomponent
is a composite component, otherwisefalse
. - isCompoundSelection() - Method in interface javax.persistence.criteria.Selection
-
Whether the selection item is a compound selection.
- 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 aSubquery
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 aManageableThread
created fromManagedThreadFactory.newThread()
. - isDefault() - Element in annotation interface javax.faces.validator.FacesValidator
-
If
true
, the validator id for this annotation is added to the list of default validators by a call toApplication.addDefaultValidatorId(java.lang.String)
. - 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 aMethodExpression
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 aValueExpression
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 thegetBeanClass
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.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.
- isElement(Object) - Method in class javax.xml.bind.JAXBIntrospector
-
Return true if
object
represents a JAXB element. - isEmpty() - Method in class javax.faces.context.FlashWrapper
-
The default behavior of this method is to call
Map.isEmpty()
on the wrappedFlash
object. - isEmpty() - Method in class javax.ws.rs.core.AbstractMultivaluedMap
- isEmpty(Object) - Static method in class javax.faces.component.UIInput
- isEmpty(Expression<C>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create a predicate that tests whether a collection is empty.
- isEnabled() - Method in class javax.xml.ws.WebServiceFeature
-
Returns
true
if this feature is enabled. - isEnabled(Class<? extends Feature>) - Method in interface javax.ws.rs.core.Configuration
-
Check if a
feature
instance offeatureClass
class has been previously enabled in the runtime configuration context. - 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. - 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
ifPartialViewContext.isAjaxRequest()
returnstrue
andPartialViewContext.PARTIAL_EXECUTE_PARAM_NAME
is present in the current request with the valuePartialViewContext.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 wrappedPartialViewContext
object. - isExpunged() - Method in class javax.mail.Message
-
Checks whether this message is expunged.
- isFaceletCached(URL) - Method in class javax.faces.view.facelets.FaceletCache
-
Determines whether a cached Facelet instance exists for this URL.
- 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.
- isFormattedOutput() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
Convenience method for getting the formatted output flag.
- isFragment() - Method in class javax.servlet.jsp.tagext.TagAttributeInfo
-
Whether this attribute is of type JspFragment.
- isFragment() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
Convenience method for getting the fragment flag.
- 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.
- isGlobalScope() - Method in class javax.xml.bind.JAXBElement
-
Returns true iff this xml element declaration is global.
- 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
ifgetAsString
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 theHttpOnly
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 EJB local object is identical to the invoked EJB local object.
- isIdentical(EJBObject) - Method in interface javax.ejb.EJBObject
-
Test if a given EJB object is identical to the invoked EJB object.
- isIgnoreXmlConfiguration() - Method in interface javax.validation.spi.ConfigurationState
-
Returns
true
ifConfiguration.ignoreXmlConfiguration()
has been called. - isImmediate() - Method in interface javax.faces.component.ActionSource
-
Return a flag indicating that the default
ActionListener
provided by the JavaServer 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 istrue
, the action will be invoked during the Apply Request Values JSF 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 fromgetAsObject()
. - 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 otherwisefalse
- isInView() - Method in class javax.faces.component.UIViewRoot
-
Override superclass method to always return
true
because aUIViewRoot
is defined to always be in a view. - 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 wrappedFlash
object. - 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.
- 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 thesource
parameter. - isListenerForSource(Object) - Method in class javax.faces.context.ExceptionHandlerWrapper
-
The default behavior of this method is to call
ExceptionHandler.isListenerForSource(Object)
on the wrappedExceptionHandler
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 thesource
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) - Method in interface javax.persistence.PersistenceUnitUtil
-
Determine the load state of an entity belonging to the persistence unit.
- 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 returnsLoadState.LOADED
. - 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, String) - Method in interface javax.persistence.PersistenceUtil
-
Determine the load state of a given persistent attribute.
- 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
. - 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(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(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.
- isMimeType(String) - Method in class javax.mail.internet.MimeBodyPart
-
Is this Part of the specified MIME type? This method compares only the
primaryType
andsubType
. - isMimeType(String) - Method in class javax.mail.internet.MimeMessage
-
Is this Part of the specified MIME type? This method compares only the
primaryType
andsubType
. - isMimeType(String) - Method in interface javax.mail.Part
-
Is this Part of the specified MIME type? This method compares only the
primaryType
andsubType
. - isMTOMEnabled() - Method in interface javax.xml.ws.soap.SOAPBinding
-
Returns
true
if the use of MTOM is enabled. - 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 theCriteriaBuilder.not()
method. - 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. - 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.
- isNil() - Method in class javax.xml.bind.JAXBElement
-
Returns true iff this element instance content model is nil.
- 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(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(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.
- isNotNull() - Method in interface javax.persistence.criteria.Expression
-
Create a predicate to test whether the expression is not null.
- isNotNull(Expression<?>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
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() - Method in interface javax.persistence.criteria.Expression
-
Create a predicate to test whether the expression is null.
- isNull(int) - Method in interface javax.json.JsonArray
-
Returns
true
if the value at the specified location in this array isJsonValue.NULL
. - isNull(String) - Method in interface javax.json.JsonObject
-
Returns
true
if the associated value for the specified name isJsonValue.NULL
. - isNull(Expression<?>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
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.
- isolationLevel() - Element in annotation interface javax.annotation.sql.DataSourceDefinition
-
Isolation level for connections.
- isOnPostback() - Method in class javax.faces.component.UIViewAction
-
If
true
this component will operate on postback. - 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.
- isOptional() - Method in interface javax.persistence.metamodel.SingularAttribute
-
Can the attribute be null.
- 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()
returnstrue
or if the request headerFaces-Request
is present with the valuepartial/process
. - isPartialRequest() - Method in class javax.faces.context.PartialViewContextWrapper
-
The default behavior of this method is to call
PartialViewContext.isPartialRequest()
on the wrappedPartialViewContext
object. - 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.
- 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 wrappedFacesContext
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
-
The prependId flag.
- 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 toUIViewAction.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 wrappedFacesContext
object. - isProjectStage(ProjectStage) - Method in class javax.faces.context.FacesContext
-
Return
true
if the currentProjectStage
as returned by theApplication
instance is equal tostage
, otherwise returnfalse
- 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 wrappedFacesContext
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.
- isProxyRevalidate() - Method in class javax.ws.rs.core.CacheControl
-
Corresponds to the proxy-revalidate cache control directive.
- isPublished() - Method in class javax.xml.ws.Endpoint
-
Returns true if the endpoint is in the published state.
- 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 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(Object, int) - Method in class javax.faces.el.PropertyResolver
-
Deprecated.Checks if the specified index is read-only.
- isReadOnly(Object, Object) - Method in class javax.faces.el.PropertyResolver
-
Deprecated.Checks if the specified property is read-only.
- isReadOnly(String) - Method in class javax.el.BeanNameResolver
-
Indicates if the bean of the given name is read-only or writable
- isReadOnly(ELContext) - Method in class javax.el.ValueExpression
-
Evaluates the expression relative to the provided context, and returns
true
if a call toValueExpression.setValue(javax.el.ELContext, java.lang.Object)
will always fail. - isReadOnly(ELContext) - Method in class javax.servlet.jsp.jstl.core.IndexedValueExpression
- isReadOnly(ELContext) - Method in class javax.servlet.jsp.jstl.core.IteratedValueExpression
- 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 toBeanELResolver.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(ELContext, Object, Object) - Method in class javax.el.CompositeELResolver
-
For a given
base
andproperty
, attempts to determine whether a call toCompositeELResolver.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
andproperty
, attempts to determine whether a call toELResolver.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
, returntrue
. - 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, 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, returnstrue
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
, returnsfalse
to indicate that scoped attributes are never 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, returnfalse
. - 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 processed to determine if now is the time to checkpoint the current chunk.
- 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 wrappedFlash
object. - isRedisplay() - Method in class javax.faces.component.UIMessage
- isRedisplay() - Method in class javax.faces.component.UIMessages
- isRegistered(Class<?>) - Method in interface javax.ws.rs.core.Configuration
-
Check if a JAX-RS component of the supplied
componentClass
class has been previously registered in the runtime configuration context. - isRegistered(Object) - Method in interface javax.ws.rs.core.Configuration
-
Check if a particular JAX-RS
component
instance (such as providers orfeatures
) has been previously registered in the runtime configuration context. - 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.
- 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 wrappedFacesContext
object. - 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.
- isRenderAll() - Method in class javax.faces.context.PartialViewContext
-
Return
true
ifPartialViewContext.isAjaxRequest()
returnstrue
andPartialViewContext.PARTIAL_RENDER_PARAM_NAME
is present in the current request with the valuePartialViewContext.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 wrappedPartialViewContext
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 theUIViewAction.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 came in as a 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
- 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 interface javax.servlet.http.HttpServletRequest
-
Checks whether the requested session ID came in as part of the request URL.
- isRequestedSessionIdFromURL() - Method in class javax.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return isRequestedSessionIdFromURL() on the wrapped request object.
- 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.
- isRequired() - Method in class javax.xml.ws.soap.AddressingFeature
-
If addressing is enabled, this property determines whether the endpoint requires WS-Addressing.
- 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 ofPartialViewContext.RESET_VALUES_PARAM_NAME
and that value istrue
. - isResetValues() - Method in class javax.faces.context.PartialViewContextWrapper
-
The default behavior of this method is to call
PartialViewContext.isResetValues()
on the wrappedPartialViewContext
object. - isResetValuesSet() - Method in class javax.faces.component.behavior.AjaxBehavior
-
Tests whether the resetValues attribute is specified.
- 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 wrappedResourceHandler
object. - isResourceURL(String) - Method in class javax.faces.application.ResourceHandler
-
Return
true
if the argumenturl
contains the string given by the value of the constantResourceHandler.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 wrappedResourceHandler
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 wrappedExternalContext
object. - isRowAvailable() - Method in class javax.faces.component.UIData
-
Return a flag indicating whether there is
rowData
available at the currentrowIndex
. - isRowAvailable() - Method in class javax.faces.model.ArrayDataModel
-
Return
true
if there iswrappedData
available, and the current value ofrowIndex
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 iswrappedData
available, and the current value ofrowIndex
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 currentrowIndex
. - isRowAvailable() - Method in class javax.faces.model.ListDataModel
-
Return
true
if there iswrappedData
available, and the current value ofrowIndex
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 iswrappedData
available, and the current value ofrowIndex
is greater than or equal to zero, and less than the length of the array returned by callinggetRows()
on the underlyingResult
. - isRowAvailable() - Method in class javax.faces.model.ResultSetDataModel
-
Return
true
if there iswrappedData
available, and the result of callingabsolute()
on the underlyingResultSet
, passing the current value ofrowIndex
plus one (to account for the fact thatResultSet
uses one-relative indexing), returnstrue
. - isRowAvailable() - Method in class javax.faces.model.ScalarDataModel
-
Return
true
if there iswrappedData
available, and the current value ofrowIndex
is zero. - isRowStatePreserved() - Method in class javax.faces.component.UIData
-
Return the value of the
rowStatePreserved
JavaBeans property. - isSameRM(XAResource) - Method in interface javax.transaction.xa.XAResource
-
This method is called to determine if the resource manager instance represented by the target object is the same as the resouce manager instance represented by the parameter xares.
- isSavingStateInClient(FacesContext) - Method in class javax.faces.application.StateManager
- 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 wrappedStateManager
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 wrappedExternalContext
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 ofManagedThreadFactory
has been marked for shut down. - isStateless(FacesContext, String) - Method in class javax.faces.render.ResponseStateManager
-
If the preceding call to
ResponseStateManager.writeState(javax.faces.context.FacesContext, java.lang.Object)
was stateless, returntrue
. - 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.
- 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.
- 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
. - isTransactional() - Method in interface javax.management.j2ee.statistics.JMSConnectionStats
-
Returns the transactional state of this JMS 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.
- isTypeSubstituted() - Method in class javax.xml.bind.JAXBElement
-
Returns true iff this xml element instance's value has a different type than xml element declaration's declared type.
- 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 wrappedExternalContext
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 class javax.xml.ws.spi.http.HttpExchange
-
Indicates whether an authenticated user is included in the specified logical "role".
- isUserInRole(String) - Method in interface javax.xml.ws.WebServiceContext
-
Returns a boolean indicating whether the authenticated user 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(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.
- isValidating() - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
Indicates whether or not the Unmarshaller is configured to validate during unmarshal operations.
- isValidating() - Method in interface javax.xml.bind.Unmarshaller
-
Deprecated.since JAXB2.0, please see
Unmarshaller.getSchema()
- isValidationFailed() - Method in class javax.faces.context.FacesContext
-
Return
true
if thevalidationFailed()
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 wrappedFacesContext
object. - 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.
- 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
. - isWhiteSpace(char) - Static method in class javax.xml.bind.annotation.adapters.CollapsedStringAdapter
-
returns true if the specified char is a white space character.
- isWhiteSpaceExceptSpace(char) - Static method in class javax.xml.bind.annotation.adapters.NormalizedStringAdapter
-
Returns true if the specified char is a white space character but not 0x20.
- 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(Class<?>) - Method in class javax.servlet.ServletRequestWrapper
-
Checks (recursively) if this ServletRequestWrapper wraps a
ServletRequest
of the given class type. - isWrapperFor(Class<?>) - Method in class javax.servlet.ServletResponseWrapper
-
Checks (recursively) if this ServletResponseWrapper wraps a
ServletResponse
of the given class type. - isWrapperFor(ServletRequest) - Method in class javax.servlet.ServletRequestWrapper
-
Checks (recursively) if this ServletRequestWrapper wraps the given
ServletRequest
instance. - isWrapperFor(ServletResponse) - Method in class javax.servlet.ServletResponseWrapper
-
Checks (recursively) if this ServletResponseWrapper wraps the given
ServletResponse
instance. - isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in interface javax.ws.rs.ext.MessageBodyWriter
-
Ascertain if the MessageBodyWriter supports a particular type.
- isXOPPackage() - Method in class javax.xml.bind.attachment.AttachmentMarshaller
-
Read-only property that returns true if JAXB marshaller should enable XOP creation.
- isXOPPackage() - Method in class javax.xml.bind.attachment.AttachmentUnmarshaller
-
Read-only property that returns true if JAXB unmarshaller needs to perform XOP processing.
- 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.
- iteratedExpression - Variable in class javax.servlet.jsp.jstl.core.IteratedValueExpression
- IteratedExpression - Class in javax.servlet.jsp.jstl.core
- IteratedExpression(ValueExpression, String) - Constructor for class javax.servlet.jsp.jstl.core.IteratedExpression
- 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
- 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 JavaMail 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 JavaBeans classes and interfaces that define the contracts between the enterprise bean and its clients and between the enterprise bean and the EJB container.
- javax.ejb.embeddable - package javax.ejb.embeddable
-
Defines the classes for the EJB Embeddable API.
- javax.ejb.spi - package javax.ejb.spi
-
Defines interfaces that are implemented by the EJB container.
- javax.el - package javax.el
-
Provides the API for the Unified Expression Language 3.0
- javax.enterprise.concurrent - package javax.enterprise.concurrent
-
Classes and interfaces for concurrent programming in Java EE™ applications.
- javax.enterprise.context - package javax.enterprise.context
-
Annotations and interfaces relating to scopes and contexts.
- javax.enterprise.context.spi - package javax.enterprise.context.spi
-
The custom context SPI.
- javax.enterprise.event - package javax.enterprise.event
-
Annotations and interfaces relating to events.
- javax.enterprise.inject - package javax.enterprise.inject
-
Annotations relating to bean and stereotype definition, built-in qualifiers, and interfaces and classes relating to programmatic lookup.
- javax.enterprise.inject.spi - package javax.enterprise.inject.spi
-
The portable extension integration SPI.
- javax.enterprise.util - package javax.enterprise.util
-
Contains shared, general-purpose helper classes and annotations.
- javax.faces - package javax.faces
-
Top level classes for the JavaServer(tm) Faces API.
- javax.faces.application - package javax.faces.application
-
APIs that are used to link an application's business logic objects to JavaServer Faces, as well as convenient pluggable mechanisms to manage the execution of an application that is based on JavaServer Faces.
- javax.faces.bean - package javax.faces.bean
-
These javadoc files constitute the “Faces Managed Bean Annotation Specification for Containers Conforming to Servlet 2.5 and Beyond”
- javax.faces.component - package javax.faces.component
-
Fundamental APIs for user interface components.
- javax.faces.component.behavior - package javax.faces.component.behavior
-
APIs for attaching additional behavior to user interface components.
- javax.faces.component.visit - package javax.faces.component.visit
-
APIs for traversing a user interface component view.
- javax.faces.context - package javax.faces.context
-
Classes and interfaces defining per-request state information.
- javax.faces.convert - package javax.faces.convert
-
Contains classes and interfaces defining converters.
- javax.faces.el - package javax.faces.el
-
DEPRECATED Classes and interfaces for evaluating and processing reference expressions.
- javax.faces.event - package javax.faces.event
-
Interfaces describing events and event listeners, and concrete event implementation classes.
- javax.faces.flow - package javax.faces.flow
-
The runtime API for Faces Flows.
- javax.faces.flow.builder - package javax.faces.flow.builder
-
Classes for declaring a Faces Flow.
- javax.faces.lifecycle - package javax.faces.lifecycle
-
Classes and interfaces defining lifecycle management for the JavaServer Faces implementation.
- javax.faces.model - package javax.faces.model
-
Standard model data beans for JavaServer Faces.
- javax.faces.render - package javax.faces.render
-
Classes and interfaces defining the rendering model.
- javax.faces.validator - package javax.faces.validator
-
Interface defining the validator model, and concrete validator implementation classes.
- javax.faces.view - package javax.faces.view
-
Classes for defining a View Declaration Language (VDL) for authoring JavaServer Faces user interfaces.
- javax.faces.view.facelets - package javax.faces.view.facelets
-
This package contains public classes for the Java code API of Facelets.
- javax.faces.webapp - package javax.faces.webapp
-
Classes required for integration of JavaServer Faces into web applications, including a standard servlet, base classes for JSP custom component tags, and concrete tag implementations for core tags.
- 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, interceptor classes and for binding interceptor classes to target classes.
- javax.jms - package javax.jms
-
The Java Message Service (JMS) 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.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 JavaMailTM API provides classes that model a mail system.
- javax.mail.event - package javax.mail.event
-
Listeners and events for the JavaMail 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 JavaMail API.
- javax.mail.util - package javax.mail.util
-
JavaMail API utility classes.
- javax.management.j2ee - package javax.management.j2ee
-
Provides the J2EE Management Enterprise Bean component (MEJB) interfaces.
- javax.management.j2ee.statistics - package javax.management.j2ee.statistics
-
Provides the standard interfaces for accessing performance data from J2EE managed objects
- javax.persistence - package javax.persistence
-
Java Persistence is the API for the management for persistence and object/relational mapping.
- javax.persistence.criteria - package javax.persistence.criteria
-
Java Persistence Criteria API
- javax.persistence.metamodel - package javax.persistence.metamodel
-
Java Persistence Metamodel API
- javax.persistence.spi - package javax.persistence.spi
-
SPI for Java Persistence providers
- javax.resource - package javax.resource
-
The javax.resource package is the top-level package for the Java EE Connector API 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 Java EE Connector Architecture 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 the JSR 196 message authentication SPI.
- javax.security.auth.message.callback - package javax.security.auth.message.callback
-
This package defines callback interfaces that may be used by a pluggable message authentication module to interact with the 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 JSR 196 compatible configuration systems.
- javax.security.auth.message.module - package javax.security.auth.message.module
-
This package defines the interfaces implemented by JSR 196 compatible authentication modules.
- javax.security.jacc - package javax.security.jacc
-
This package contains the Java Authorization Contract for Containers 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
andweb-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
-
Classes and interfaces for the Core JSP 2.3 API.
- javax.servlet.jsp.el - package javax.servlet.jsp.el
-
Provides the
ELResolver
classes that define the object resolution rules that must be supported by a JSP container with the new unified Expression Language. - 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
-
Classes and interfaces for the definition of JavaServer Pages Tag Libraries.
- 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.transaction.xa - package javax.transaction.xa
-
Provides the API that defines the contract between the transaction manager and the resource manager, which allows the transaction manager to enlist and delist resource objects (supplied by the resource manager driver) in JTA transactions.
- javax.validation - package javax.validation
-
Top level package of the 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 Bean Validation provided constraints also called built-in constraints.
- javax.validation.constraintvalidation - package javax.validation.constraintvalidation
-
Package containing constructs specific to constraint validators In particular
SupportedValidationTarget
is used to refine the validation target of aConstraintValidator
. - 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 Bean Validation bootstrapping process and Bean Validation providers.
- javax.websocket - package javax.websocket
-
This package contains all the WebSocket APIs common to both the client and server side.
- javax.websocket.server - package javax.websocket.server
-
This package contains all the 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 JAX-RS client API
- javax.ws.rs.container - package javax.ws.rs.container
-
Container-specific JAX-RS 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 JAX-RS API.
- javax.xml.bind - package javax.xml.bind
-
Provides a runtime binding framework for client applications including unmarshalling, marshalling, and validation capabilities.
- javax.xml.bind.annotation - package javax.xml.bind.annotation
-
Defines annotations for customizing Java program elements to XML Schema mapping.
- javax.xml.bind.annotation.adapters - package javax.xml.bind.annotation.adapters
-
XmlAdapter
and its spec-defined sub-classes to allow arbitrary Java classes to be used with JAXB. - javax.xml.bind.attachment - package javax.xml.bind.attachment
-
This package is implemented by a MIME-based package processor that enables the interpretation and creation of optimized binary data within an MIME-based package format.
- javax.xml.bind.helpers - package javax.xml.bind.helpers
-
JAXB Provider Use Only: Provides partial default implementations for some of the javax.xml.bind interfaces.
- javax.xml.bind.util - package javax.xml.bind.util
-
Useful client utility classes.
- javax.xml.ws - package javax.xml.ws
-
This package contains the core JAX-WS APIs.
- javax.xml.ws.handler - package javax.xml.ws.handler
-
This package defines APIs for message handlers.
- javax.xml.ws.handler.soap - package javax.xml.ws.handler.soap
-
This package defines APIs for SOAP message handlers.
- javax.xml.ws.http - package javax.xml.ws.http
-
This package defines APIs specific to the HTTP binding.
- javax.xml.ws.soap - package javax.xml.ws.soap
-
This package defines APIs specific to the SOAP binding.
- javax.xml.ws.spi - package javax.xml.ws.spi
-
This package defines SPIs for JAX-WS.
- javax.xml.ws.spi.http - package javax.xml.ws.spi.http
-
Provides HTTP SPI that is used for portable deployment of JAX-WS web services in containers(for e.g.
- javax.xml.ws.wsaddressing - package javax.xml.ws.wsaddressing
- JAXB - Class in javax.xml.bind
-
Class that defines convenience methods for common, simple use of JAXB.
- JAXB_CONTEXT_FACTORY - Static variable in class javax.xml.bind.JAXBContext
-
The name of the property that contains the name of the class capable of creating new JAXBContext objects.
- JAXB_ENCODING - Static variable in interface javax.xml.bind.Marshaller
-
The name of the property used to specify the output encoding in the marshalled XML data.
- JAXB_FORMATTED_OUTPUT - Static variable in interface javax.xml.bind.Marshaller
-
The name of the property used to specify whether or not the marshalled XML data is formatted with linefeeds and indentation.
- JAXB_FRAGMENT - Static variable in interface javax.xml.bind.Marshaller
-
The name of the property used to specify whether or not the marshaller will generate document level events (ie calling startDocument or endDocument).
- JAXB_NO_NAMESPACE_SCHEMA_LOCATION - Static variable in interface javax.xml.bind.Marshaller
-
The name of the property used to specify the xsi:noNamespaceSchemaLocation attribute value to place in the marshalled XML output.
- JAXB_SCHEMA_LOCATION - Static variable in interface javax.xml.bind.Marshaller
-
The name of the property used to specify the xsi:schemaLocation attribute value to place in the marshalled XML output.
- JaxbAdapter() - Constructor for class javax.ws.rs.core.Link.JaxbAdapter
- JAXBContext - Class in javax.xml.bind
-
The JAXBContext class provides the client's entry point to the JAXB API.
- JAXBContext() - Constructor for class javax.xml.bind.JAXBContext
- JAXBElement<T> - Class in javax.xml.bind
-
JAXB representation of an Xml Element.
- JAXBElement(QName, Class<T>, Class, T) - Constructor for class javax.xml.bind.JAXBElement
-
Construct an xml element instance.
- JAXBElement(QName, Class<T>, T) - Constructor for class javax.xml.bind.JAXBElement
-
Construct an xml element instance.
- JAXBElement.GlobalScope - Class in javax.xml.bind
-
Designates global scope for an xml element.
- JAXBException - Exception in javax.xml.bind
-
This is the root exception class for all JAXB exceptions.
- JAXBException(String) - Constructor for exception javax.xml.bind.JAXBException
-
Construct a JAXBException with the specified detail message.
- JAXBException(String, String) - Constructor for exception javax.xml.bind.JAXBException
-
Construct a JAXBException with the specified detail message and vendor specific errorCode.
- JAXBException(String, String, Throwable) - Constructor for exception javax.xml.bind.JAXBException
-
Construct a JAXBException with the specified detail message, vendor specific errorCode, and linkedException.
- JAXBException(String, Throwable) - Constructor for exception javax.xml.bind.JAXBException
-
Construct a JAXBException with the specified detail message and linkedException.
- JAXBException(Throwable) - Constructor for exception javax.xml.bind.JAXBException
-
Construct a JAXBException with a linkedException.
- JAXBIntrospector - Class in javax.xml.bind
-
Provide access to JAXB xml binding data for a JAXB object.
- JAXBIntrospector() - Constructor for class javax.xml.bind.JAXBIntrospector
- 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.
- JAXBPermission - Class in javax.xml.bind
-
This class is for JAXB permissions.
- JAXBPermission(String) - Constructor for class javax.xml.bind.JAXBPermission
-
Creates a new JAXBPermission with the specified name.
- JAXBResult - Class in javax.xml.bind.util
-
JAXP
Result
implementation that unmarshals a JAXB object. - JAXBResult(JAXBContext) - Constructor for class javax.xml.bind.util.JAXBResult
-
Creates a new instance that uses the specified JAXBContext to unmarshal.
- JAXBResult(Unmarshaller) - Constructor for class javax.xml.bind.util.JAXBResult
-
Creates a new instance that uses the specified Unmarshaller to unmarshal an object.
- JAXBSource - Class in javax.xml.bind.util
-
JAXP
Source
implementation that marshals a JAXB-generated object. - JAXBSource(JAXBContext, Object) - Constructor for class javax.xml.bind.util.JAXBSource
-
Creates a new
Source
for the given content object. - JAXBSource(Marshaller, Object) - Constructor for class javax.xml.bind.util.JAXBSource
-
Creates a new
Source
for the given content object. - 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 fromClientBuilder.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 fromRuntimeDelegate.getInstance()
. - JAXWSPROVIDER_PROPERTY - Static variable in class javax.xml.ws.spi.Provider
-
A constant representing the property used to lookup the name of a
Provider
implementation class. - JCAConnectionPoolStats - Interface in javax.management.j2ee.statistics
-
Specifies the statistics provided by a JCA Connection Pool
- JCAConnectionStats - Interface in javax.management.j2ee.statistics
-
Specifies the statistics provided by a JCA connection
- JCAStats - Interface in javax.management.j2ee.statistics
-
Specifies statistics provided by a JCA 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 Interface in javax.jms
-
This annotation may be used to specify the JNDI lookup name of a
javax.jms.ConnectionFactory
to be used when injecting ajavax.jms.JMSContext
object. - JMSConnectionFactoryDefinition - Annotation Interface in javax.jms
-
An application may use this annotation to specify a JMS
ConnectionFactory
resource that it requires in its operational environment. - JMSConnectionFactoryDefinitions - Annotation Interface in javax.jms
-
Specifies one or more
JMSConnectionFactoryDefinition
annotations. - JMSConnectionStats - Interface in javax.management.j2ee.statistics
-
Specifies the statistics provided by a JMS connection
- JMSConsumer - Interface in javax.jms
-
A client using the simplified JMS API introduced for JMS 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 JMS message consumer
- JMSContext - Interface in javax.jms
-
A
JMSContext
is the main interface in the simplified JMS API introduced for JMS 2.0. - JMSDestinationDefinition - Annotation Interface in javax.jms
-
An application may use this annotation to specify a JMS
Destination
resource that it requires in its operational environment. - JMSDestinationDefinitions - Annotation Interface in javax.jms
-
Specifies one or more
JMSDestinationDefinition
annotations. - JMSEndpointStats - Interface in javax.management.j2ee.statistics
-
Specifies the statistics provided by a JMS message producer or a JMS message consumer.
- JMSException - Exception in javax.jms
-
This is the root class of all checked exceptions in the JMS API.
- JMSException(String) - Constructor for exception javax.jms.JMSException
-
Constructs a
JMSException
with the specified reason and with the error code defaulting to null. - JMSException(String, String) - Constructor for exception javax.jms.JMSException
-
Constructs a
JMSException
with the specified reason and error code. - JMSPasswordCredential - Annotation Interface 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 aJMSContext
. - JMSProducerStats - Interface in javax.management.j2ee.statistics
-
Specifies the statistics provided by a JMS message producer
- JMSRuntimeException - Exception in javax.jms
-
This is the root class of all unchecked exceptions in the JMS API.
- JMSRuntimeException(String) - Constructor for exception javax.jms.JMSRuntimeException
-
Constructs a
JMSRuntimeException
with the specified detail message - JMSRuntimeException(String, String) - Constructor for exception javax.jms.JMSRuntimeException
-
Constructs a
JMSRuntimeException
with the specified detail message and error code. - 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) - Constructor for exception javax.jms.JMSSecurityException
-
Constructs a
JMSSecurityException
with the specified reason. - JMSSecurityException(String, String) - Constructor for exception javax.jms.JMSSecurityException
-
Constructs a
JMSSecurityException
with the specified reason and error code. - 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 Interface 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 JMS session.
- JMSStats - Interface in javax.management.j2ee.statistics
-
Specifies the statistics provided by a JMS Resource
- JobContext - Interface in javax.batch.runtime.context
- JobExecution - Interface in javax.batch.runtime
- JobExecutionAlreadyCompleteException - Exception in javax.batch.operations
- JobExecutionAlreadyCompleteException() - Constructor for exception javax.batch.operations.JobExecutionAlreadyCompleteException
- JobExecutionAlreadyCompleteException(String) - Constructor for exception javax.batch.operations.JobExecutionAlreadyCompleteException
- JobExecutionAlreadyCompleteException(String, Throwable) - Constructor for exception javax.batch.operations.JobExecutionAlreadyCompleteException
- JobExecutionAlreadyCompleteException(Throwable) - Constructor for exception javax.batch.operations.JobExecutionAlreadyCompleteException
- JobExecutionIsRunningException - Exception in javax.batch.operations
- JobExecutionIsRunningException() - Constructor for exception javax.batch.operations.JobExecutionIsRunningException
- JobExecutionIsRunningException(String) - Constructor for exception javax.batch.operations.JobExecutionIsRunningException
- JobExecutionIsRunningException(String, Throwable) - Constructor for exception javax.batch.operations.JobExecutionIsRunningException
- JobExecutionIsRunningException(Throwable) - Constructor for exception javax.batch.operations.JobExecutionIsRunningException
- JobExecutionNotMostRecentException - Exception in javax.batch.operations
- JobExecutionNotMostRecentException() - Constructor for exception javax.batch.operations.JobExecutionNotMostRecentException
- JobExecutionNotMostRecentException(String) - Constructor for exception javax.batch.operations.JobExecutionNotMostRecentException
- JobExecutionNotMostRecentException(String, Throwable) - Constructor for exception javax.batch.operations.JobExecutionNotMostRecentException
- JobExecutionNotMostRecentException(Throwable) - Constructor for exception javax.batch.operations.JobExecutionNotMostRecentException
- JobExecutionNotRunningException - Exception in javax.batch.operations
- JobExecutionNotRunningException() - Constructor for exception javax.batch.operations.JobExecutionNotRunningException
- JobExecutionNotRunningException(String) - Constructor for exception javax.batch.operations.JobExecutionNotRunningException
- JobExecutionNotRunningException(String, Throwable) - Constructor for exception javax.batch.operations.JobExecutionNotRunningException
- JobExecutionNotRunningException(Throwable) - Constructor for exception javax.batch.operations.JobExecutionNotRunningException
- JobInstance - Interface in javax.batch.runtime
- 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() - Constructor for exception javax.batch.operations.JobRestartException
-
JobRestartException is thrown when an error occurs during the JobOperator restart operation.
- JobRestartException(String) - Constructor for exception javax.batch.operations.JobRestartException
- JobRestartException(String, Throwable) - Constructor for exception javax.batch.operations.JobRestartException
- JobRestartException(Throwable) - Constructor for exception javax.batch.operations.JobRestartException
- JobSecurityException - Exception in javax.batch.operations
- JobSecurityException() - Constructor for exception javax.batch.operations.JobSecurityException
-
SecurityException is thrown when an user is not authorized to run a JobOperator method, such as restart, stop, abandon, any getters, etc
- JobSecurityException(String) - Constructor for exception javax.batch.operations.JobSecurityException
- JobSecurityException(String, Throwable) - Constructor for exception javax.batch.operations.JobSecurityException
- JobSecurityException(Throwable) - Constructor for exception javax.batch.operations.JobSecurityException
- JobStartException - Exception in javax.batch.operations
- JobStartException() - Constructor for exception javax.batch.operations.JobStartException
-
JobStartException is thrown when an error occurs during the JobOperator start operation.
- JobStartException(String) - Constructor for exception javax.batch.operations.JobStartException
- JobStartException(String, Throwable) - Constructor for exception javax.batch.operations.JobStartException
- JobStartException(Throwable) - Constructor for exception javax.batch.operations.JobStartException
- 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(CollectionAttribute<? super X, Y>) - Method in interface javax.persistence.criteria.From
-
Create an inner join to the specified Collection-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(ListAttribute<? super X, Y>) - Method in interface javax.persistence.criteria.From
-
Create an inner join to the specified List-valued attribute.
- 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>) - Method in interface javax.persistence.criteria.From
-
Create an inner join to the specified Map-valued attribute.
- 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(SetAttribute<? super X, Y>) - Method in interface javax.persistence.criteria.From
-
Create an inner join to the specified Set-valued attribute.
- 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(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<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 Interface in javax.persistence
-
Specifies a column for joining an entity association or element collection.
- joinColumns() - Element in annotation interface javax.persistence.AssociationOverride
-
The join column(s) being mapped to the persistent attribute(s).
- joinColumns() - Element in annotation interface javax.persistence.CollectionTable
-
(Optional) The foreign key columns of the collection table which reference the primary table of the entity.
- joinColumns() - Element in annotation interface javax.persistence.JoinTable
-
(Optional) The foreign key columns of the join table which reference the primary table of the entity owning the association.
- JoinColumns - Annotation Interface in javax.persistence
-
Specifies the mapping for composite foreign keys.
- JOINED - Enum constant in enum class javax.persistence.InheritanceType
-
A strategy in which fields that are specific to a subclass are mapped to a separate table than the fields that are common to the parent class, and a join is performed to instantiate the subclass.
- 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() - Element in annotation interface javax.persistence.AssociationOverride
-
The join table that maps the relationship.
- JoinTable - Annotation Interface 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 Class in javax.persistence.criteria
-
Defines the three types of joins.
- json(T) - Static method in class javax.ws.rs.client.Entity
-
Create an "application/json" entity.
- Json - Class in javax.json
-
Factory class for creating JSON processing objects.
- 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. - JsonBuilderFactory - Interface in javax.json
-
Factory to create
JsonObjectBuilder
andJsonArrayBuilder
instances. - 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.
- 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 Class 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, Throwable, JsonLocation) - Constructor for exception javax.json.stream.JsonParsingException
-
Constructs a new runtime exception with the specified detail message and cause.
- JsonParsingException(String, JsonLocation) - Constructor for exception javax.json.stream.JsonParsingException
-
Constructs a new runtime exception with the specified detail message.
- 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
- 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
- JsonValue - Interface in javax.json
-
JsonValue
represents an immutable JSON value. - JsonValue.ValueType - Enum Class in javax.json
-
Indicates the type of a
JsonValue
object. - JsonWriter - Interface in javax.json
- 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 JSP 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() - Constructor for exception javax.servlet.jsp.JspTagException
-
Constructs a new JspTagException with no message.
- JspTagException(String) - Constructor for exception javax.servlet.jsp.JspTagException
-
Constructs a new JspTagException with the specified 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.
- JTA - Enum constant in enum class javax.persistence.spi.PersistenceUnitTransactionType
-
JTA entity managers will be created.
- JTAStats - Interface in javax.management.j2ee.statistics
-
Specifies the statistics provided by a JTA 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 EL equivalent, or to the requestMap
, 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 wrappedFlash
object. - key() - Method in interface javax.persistence.criteria.MapJoin
-
Create a path expression that corresponds to the map key.
- KEY_NAME - Enum constant in enum class javax.json.stream.JsonParser.Event
-
Name in a name/value pair of a JSON object.
- 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 wrappedFlash
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.
- keySubgraph() - Element in annotation interface javax.persistence.NamedAttributeNode
-
(Optional) If the attribute references a Map type, this element can be used to specify a subgraph for the Key in the case of an Entity key type.
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.
- largeIcon() - Element in annotation interface javax.resource.spi.Connector
-
Specifies the file name for large GIF or JPEG icon images that are used to represent the resource adapter in a GUI tool.
- largeIcon() - Element in annotation interface javax.servlet.annotation.WebFilter
-
The large-icon of the filter
- largeIcon() - Element in annotation interface javax.servlet.annotation.WebServlet
-
The large-icon of the servlet
- LAST_MODIFIED - Static variable in interface javax.ws.rs.core.HttpHeaders
-
See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.29">HTTP/1.1 documentation}.
- 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 ingetMessagesByUID(start, end)
, to denote the UID of the last message in the folder. - lax() - Element in annotation interface javax.xml.bind.annotation.XmlAnyElement
-
Controls the unmarshaller behavior when it sees elements known to the current
JAXBContext
. - LAZY - Enum constant in enum class javax.persistence.FetchType
-
Defines that data can be lazily fetched.
- 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. - 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.
- 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 - Static variable in class javax.mail.search.ComparisonTerm
- LEADING - Enum constant in enum class javax.persistence.criteria.CriteriaBuilder.Trimspec
-
Trim from leading end.
- least(Expression<X>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create an aggregate expression for finding the least of the values (strings, dates, etc).
- LEFT - Enum constant in enum class javax.persistence.criteria.JoinType
-
Left outer join.
- length() - Element in annotation interface javax.persistence.Column
-
(Optional) The column length.
- length() - Element in annotation interface javax.persistence.DiscriminatorColumn
-
(Optional) The column length for String-based discriminator types.
- length() - Element in annotation interface javax.persistence.MapKeyColumn
-
(Optional) The column length.
- length(Expression<String>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create expression to return length of a string.
- LENGTH_REQUIRED - Enum constant in enum class javax.ws.rs.core.Response.Status
-
411 Length Required, see {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.12">HTTP/1.1 documentation}.
- 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.
- library() - Element in annotation interface javax.faces.application.ResourceDependency
-
The libraryName in which the resource pointed to by this
ResourceDependency
resides. - 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 argumentlibraryName
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 wrappedResourceHandler
object. - licenseDescription() - Element in annotation interface javax.resource.spi.Connector
-
Specifies licensing requirements for the resource adapter module and an optional description of the licensing terms .
- licenseRequired() - Element in annotation interface javax.resource.spi.Connector
-
Specifies whether a license is required to deploy and use this resource adapter
- Lifecycle - Class in javax.faces.lifecycle
-
Lifecycle manages the processing of the entire lifecycle of a particular JavaServer 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
- LifecycleWrapper - Class in javax.faces.lifecycle
- LifecycleWrapper() - Constructor for class javax.faces.lifecycle.LifecycleWrapper
- 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>, 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>, Expression<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>, char) - 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.
- limit - Variable in class javax.mail.Quota.Resource
-
The usage limit for the resource.
- link(String) - Method in interface javax.ws.rs.core.Link.Builder
-
Initialize builder using another link represented as a string.
- link(String, String) - Method in class javax.ws.rs.core.Response.ResponseBuilder
-
Add a link header.
- link(URI, String) - Method in class javax.ws.rs.core.Response.ResponseBuilder
-
Add a link header.
- link(Link) - Method in interface javax.ws.rs.core.Link.Builder
-
Initialize builder using another link.
- Link - Class in javax.ws.rs.core
-
Class representing hypermedia links.
- Link() - Constructor for class javax.ws.rs.core.Link
- LINK - Static variable in interface javax.ws.rs.core.HttpHeaders
-
See {@link <a href="http://tools.ietf.org/html/rfc5988#page-6">Web Linking (IETF RFC-5988) documentation}.
- 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 JAX-RSLink
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() - Method in class javax.mail.Folder
-
Convenience method that returns the list of folders under this Folder.
- 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 - Enum constant in enum class javax.persistence.metamodel.PluralAttribute.CollectionType
-
List-valued attribute
- ListAttribute<X,
E> - Interface in javax.persistence.metamodel -
Instances of the type
ListAttribute
represent persistentjavax.util.List
-valued attributes. - ListDataModel<E> - Class in javax.faces.model
-
ListDataModel is a convenience implementation of
DataModel
that wraps anList
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. - Listener() - Constructor for class javax.xml.bind.Marshaller.Listener
- Listener() - Constructor for class javax.xml.bind.Unmarshaller.Listener
- ListenerFor - Annotation Interface in javax.faces.event
-
Classes tagged with this annotation are installed as listeners using the method
Application.subscribeToEvent(java.lang.Class<? extends javax.faces.event.SystemEvent>, java.lang.Class<?>, javax.faces.event.SystemEventListener)
orUIComponent.subscribeToEvent(java.lang.Class<? extends javax.faces.event.SystemEvent>, javax.faces.event.ComponentSystemEventListener)
(depending on the circumstances, described below). - ListenerRegistration - Interface in javax.management.j2ee
-
ListenerRegistration defines the methods which clients of the MEJB use to add and remove event listeners.
- ListenersFor - Annotation Interface 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 ajava.util.List
. - listSubscribed() - Method in class javax.mail.Folder
-
Convenience method that returns the list of subscribed folders under this Folder.
- 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.
- 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.
- LOADED - Enum constant in enum class javax.persistence.spi.LoadState
-
The state of the element is known to have been loaded.
- loadOnStartup() - Element in annotation interface javax.servlet.annotation.WebServlet
-
The load-on-startup order of the servlet
- LoadState - Enum Class in javax.persistence.spi
-
Load states returned by the
ProviderUtil
SPI methods. - Lob - Annotation Interface 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 Interface in javax.ejb
-
Declares the local business interface(s) for a session bean.
- LOCAL_ELEMENT - Enum constant in enum class javax.validation.metadata.Scope
-
Look for constraints declared on the current class element and ignore inheritance and elements with the same name in the class hierarchy.
- 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 Interface in javax.ejb
-
Designates that a session bean exposes a no-interface view.
- 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 fromResourceHandler.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 Interface 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) - Constructor for class javax.servlet.jsp.jstl.fmt.LocalizationContext
-
Constructs an I18N localization context from the given resource bundle.
- LocalizationContext(ResourceBundle, Locale) - Constructor for class javax.servlet.jsp.jstl.fmt.LocalizationContext
-
Constructs an I18N localization context from the given resource bundle and locale.
- localName() - Element in annotation interface javax.xml.ws.RequestWrapper
-
Element's local name.
- localName() - Element in annotation interface javax.xml.ws.ResponseWrapper
-
Element's local name.
- LocalTransaction - Enum constant in enum class javax.resource.spi.TransactionSupport.TransactionSupportLevel
-
The resource adapter supports resource manager local transactions by implementing the
LocalTransaction
interface. - 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(String, String) - Constructor for exception javax.resource.spi.LocalTransactionException
-
Constructs a new throwable with the specified detail message and an error code.
- LocalTransactionException(String, Throwable) - Constructor for exception javax.resource.spi.LocalTransactionException
-
Constructs a new throwable with the specified detail message and cause.
- LocalTransactionException(Throwable) - Constructor for exception javax.resource.spi.LocalTransactionException
-
Constructs a new throwable with the specified cause.
- 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>, 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, 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.
- 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>, 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.
- location() - Element in annotation interface javax.servlet.annotation.MultipartConfig
-
The directory location where files will be stored
- location() - Element in annotation interface javax.xml.bind.annotation.XmlSchema
-
Indicates that this namespace (specified by
XmlSchema.namespace()
) has a schema already available exeternally, available at this location. - location(URI) - Method in class javax.ws.rs.core.Response.ResponseBuilder
-
Set the location.
- 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
-
See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.30">HTTP/1.1 documentation}.
- 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.
- Lock - Annotation Interface in javax.ejb
-
Declares a concurrency lock for a singleton session bean with container managed concurrency.
- lockMode() - Element in annotation interface javax.persistence.NamedQuery
-
(Optional) The lock mode type to use in query execution.
- LockModeType - Enum Class in javax.persistence
-
Lock modes can be specified by means of passing a
LockModeType
argument to one of theEntityManager
methods that take locks (lock
,find
, orrefresh
) or to theQuery.setLockMode()
orTypedQuery.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 withnull
as its detail message. - LockTimeoutException(Object) - Constructor for exception javax.persistence.LockTimeoutException
-
Constructs a new
LockTimeoutException
exception with the specified object. - 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(String, Throwable, Object) - Constructor for exception javax.persistence.LockTimeoutException
-
Constructs a new
LockTimeoutException
exception with the specified detail message, cause, and entity. - LockTimeoutException(Throwable) - Constructor for exception javax.persistence.LockTimeoutException
-
Constructs a new
LockTimeoutException
exception with the specified cause. - LockType - Enum Class in javax.ejb
-
Concurrency lock type for singleton beans with container-managed concurrency.
- log - Static variable in class javax.faces.webapp.UIComponentTagBase
- log(Exception, String) - Method in interface javax.servlet.ServletContext
- log(String) - Method in class javax.faces.context.ExternalContext
-
Log the specified message 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 wrappedExternalContext
object. - 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) - Method in interface javax.servlet.ServletContext
-
Writes the specified message to a servlet log file, usually an event log.
- log(String, Throwable) - Method in class javax.faces.context.ExternalContext
-
Log the specified message and exception to the application 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 wrappedExternalContext
object. - 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, 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. - LogicalHandler<C extends LogicalMessageContext> - Interface in javax.xml.ws.handler
-
The
LogicalHandler
extends Handler to provide typesafety for the message context parameter. - LogicalMessage - Interface in javax.xml.ws
-
The
LogicalMessage
interface represents a protocol agnostic XML message and contains methods that provide access to the payload of the message. - LogicalMessageContext - Interface in javax.xml.ws.handler
-
The
LogicalMessageContext
interface extendsMessageContext
to provide access to a the contained message as a protocol neutral LogicalMessage - 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.
- loginTimeout() - Element in annotation interface javax.annotation.sql.DataSourceDefinition
-
Sets the maximum time in seconds that this data source will wait while attempting to connect to a database.
- logout() - Method in interface javax.servlet.http.HttpServletRequest
-
Establish
null
as the value returned whengetUserPrincipal
,getRemoteUser
, andgetAuthType
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 toLong
fails. - LongConverter - Class in javax.faces.convert
-
Converter
implementation forjava.lang.Long
(and long primitive) values. - LongConverter() - Constructor for class javax.faces.convert.LongConverter
- 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()
orContextService.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
. - lookingAt(Scope) - Method in interface javax.validation.metadata.ElementDescriptor.ConstraintFinder
-
Restricts to the constraints matching the provided scope for this element.
- lookup() - Element in annotation interface javax.annotation.Resource
-
The name of the resource that the reference points to.
- lookup() - Element in annotation interface javax.ejb.EJB
-
A portable lookup string containing the JNDI name for the target EJB component.
- lookup() - Element in annotation interface javax.xml.ws.WebServiceRef
-
A portable JNDI lookup name that resolves to the target web service reference.
- 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.
- 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.
- 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 - Static variable in class javax.mail.search.ComparisonTerm
M
- MailDateFormat - Class in javax.mail.internet
-
Formats and parses date specification based on the draft-ietf-drums-msg-fmt-08 dated January 26, 2000.
- MailDateFormat() - Constructor for class javax.mail.internet.MailDateFormat
- 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
- MailSessionDefinition - Annotation Interface in javax.mail
-
Annotation used by Java EE applications to define a
MailSession
to be registered with JNDI. - MailSessionDefinitions - Annotation Interface in javax.mail
-
Declares one or more
MailSessionDefinition
annotations. - ManageableThread - Interface in javax.enterprise.concurrent
-
Interface to be implemented by the Java™ EE product providers on threads that are created by calling
ThreadFactory.newThread(java.lang.Runnable)
. - ManagedBean - Annotation Interface in javax.annotation
-
The ManagedBean annotation marks a POJO (Plain Old Java Object) as a ManagedBean.A ManagedBean supports a small set of basic services such as resource injection, lifecycle callbacks and interceptors.
- ManagedBean - Annotation Interface in javax.faces.bean
-
The presence of this annotation on a class automatically registers the class with the runtime as a managed bean class.
- 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 Interface in javax.faces.bean
-
The presence of this annotation on a field of a class annotated with
ManagedBean
instructs the system to inject a value into this property as described in section JSF.5.3 of the spec prose document in the<managed-property>
subsection. - ManagedScheduledExecutorService - Interface in javax.enterprise.concurrent
-
A manageable version of a
ScheduledExecutorService
. - managedTask(Runnable, Map<String, String>, ManagedTaskListener) - Static method in class javax.enterprise.concurrent.ManagedExecutors
-
Returns a
Runnable
object that also implementsManagedTask
interface so it can receive notification of lifecycle events with the providedManagedTaskListener
and to provide additional execution properties when the task is submitted to aManagedExecutorService
or aManagedScheduledExecutorService
. - managedTask(Runnable, ManagedTaskListener) - Static method in class javax.enterprise.concurrent.ManagedExecutors
-
Returns a
Runnable
object that also implementsManagedTask
interface so it can receive notification of lifecycle events with the providedManagedTaskListener
when the task is submitted to aManagedExecutorService
or aManagedScheduledExecutorService
. - managedTask(Callable<V>, Map<String, String>, ManagedTaskListener) - Static method in class javax.enterprise.concurrent.ManagedExecutors
-
Returns a
Callable
object that also implementsManagedTask
interface so it can receive notification of lifecycle events with the providedManagedTaskListener
and to provide additional execution properties when the task is submitted to aManagedExecutorService
or aManagedScheduledExecutorService
. - managedTask(Callable<V>, ManagedTaskListener) - Static method in class javax.enterprise.concurrent.ManagedExecutors
-
Returns a
Callable
object that also implementsManagedTask
interface so it can receive notification of lifecycle events with the providedManagedTaskListener
when the task is submitted to aManagedExecutorService
or aManagedScheduledExecutorService
. - ManagedTask - Interface in javax.enterprise.concurrent
-
A task submitted to an
ManagedExecutorService
orManagedScheduledExecutorService
can optionally implement this interface to provide identifying information about the task, to provide aManagedTaskListener
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(Class<X>) - Method in interface javax.persistence.metamodel.Metamodel
-
Return the metamodel managed type representing the entity, mapped superclass, or embeddable class.
- ManagedType<X> - Interface in javax.persistence.metamodel
-
Instances of the type
ManagedType
represent entity, mapped superclass, and embeddable types. - 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 J2EE Management EJB component (MEJB).
- MANDATORY - Enum constant in enum class javax.ejb.TransactionAttributeType
-
If a client invokes the enterprise bean's method while the client is associated with a transaction context, the container invokes the enterprise bean's method in the client's transaction context.
- MANDATORY - Enum constant in enum class javax.transaction.Transactional.TxType
-
If called outside a transaction context, a TransactionalException with a nested TransactionRequiredException must be thrown.
- MANY_TO_MANY - Enum constant in enum class javax.persistence.metamodel.Attribute.PersistentAttributeType
-
Many-to-many association
- MANY_TO_ONE - Enum constant in enum class javax.persistence.metamodel.Attribute.PersistentAttributeType
-
Many-to-one association
- ManyToMany - Annotation Interface in javax.persistence
-
Specifies a many-valued association with many-to-many multiplicity.
- ManyToOne - Annotation Interface in javax.persistence
-
Specifies a single-valued association to another entity class that has many-to-one multiplicity.
- MAP - Enum constant in enum class javax.persistence.metamodel.PluralAttribute.CollectionType
-
Map-valued attribute
- MapAttribute<X,
K, V> - Interface in javax.persistence.metamodel -
Instances of the type
MapAttribute
represent persistentjava.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 an EL 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 ajava.util.Map
. - MapKey - Annotation Interface 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 Interface in javax.persistence
-
Specifies the type of the map key for associations of type
java.util.Map
. - MapKeyColumn - Annotation Interface in javax.persistence
-
Specifies the mapping for the key column of a map whose map key is a basic type.
- MapKeyEnumerated - Annotation Interface in javax.persistence
-
Specifies the enum type for a map key whose basic type is an enumerated type.
- MapKeyJoinColumn - Annotation Interface in javax.persistence
-
Specifies a mapping to an entity that is a map key.
- MapKeyJoinColumns - Annotation Interface in javax.persistence
-
Supports composite map keys that reference entities.
- MapKeyTemporal - Annotation Interface in javax.persistence
- 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.
- MAPPED_SUPERCLASS - Enum constant in enum class javax.persistence.metamodel.Type.PersistenceType
-
Mapped superclass
- mappedBy() - Element in annotation interface javax.persistence.ManyToMany
-
The field that owns the relationship.
- mappedBy() - Element in annotation interface javax.persistence.OneToMany
-
The field that owns the relationship.
- mappedBy() - Element in annotation interface javax.persistence.OneToOne
-
(Optional) The field that owns the relationship.
- mappedName() - Element in annotation interface javax.annotation.Resource
-
A product specific name that this resource should be mapped to.
- mappedName() - Element in annotation interface javax.ejb.EJB
-
The product specific name of the EJB component to which this ejb reference should be mapped.
- mappedName() - Element in annotation interface javax.ejb.MessageDriven
-
A product specific name(e.g.
- mappedName() - Element in annotation interface javax.ejb.Singleton
-
A product specific name(for example, global JNDI name) that this session bean should be mapped to.
- mappedName() - Element in annotation interface javax.ejb.Stateful
-
A product specific name(e.g.
- mappedName() - Element in annotation interface javax.ejb.Stateless
-
A product specific name(e.g.
- mappedName() - Element in annotation interface javax.xml.ws.WebServiceRef
-
A product specific name that this resource should be mapped to.
- 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 Interface 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. - MapsId - Annotation Interface in javax.persistence
-
Designates a
ManyToOne
orOneToOne
relationship attribute that provides the mapping for anEmbeddedId
primary key, an attribute within anEmbeddedId
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 ofInputStream
. - 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
-
Implementation of
PartialStateHolder.markInitialState()
. - 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
, callPartialStateHolder.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 therowStatePreserved
JavaBeans property for this instance istrue
. - markInitialState() - Method in class javax.faces.component.UIInput
-
In addition to the actions taken in
UIOutput
whenPartialStateHolder.markInitialState()
is called, check if any of the installedValidator
s are PartialStateHolders and if so, callPartialStateHolder.markInitialState()
as appropriate. - markInitialState() - Method in class javax.faces.component.UIOutput
-
In addition to the actions taken in
UIComponentBase
whenPartialStateHolder.markInitialState()
is called, check if the installedConverter
is a PartialStateHolder and if it is, callPartialStateHolder.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
- markSupported() - Method in class javax.mail.util.SharedFileInputStream
-
Tests if this input stream supports the
mark
andreset
methods. - marshal(byte[]) - Method in class javax.xml.bind.annotation.adapters.HexBinaryAdapter
- marshal(BoundType) - Method in class javax.xml.bind.annotation.adapters.XmlAdapter
-
Convert a bound type to a value type.
- marshal(ElementT, ValidationEventHandler) - Method in interface javax.xml.bind.annotation.DomHandler
-
This method is called when a JAXB provider needs to marshal an element to XML.
- marshal(Object, File) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- marshal(Object, File) - Static method in class javax.xml.bind.JAXB
-
Writes a Java object tree to XML and store it to the specified location.
- marshal(Object, File) - Method in interface javax.xml.bind.Marshaller
-
Marshal the content tree rooted at jaxbElement into a file.
- marshal(Object, OutputStream) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- marshal(Object, OutputStream) - Static method in class javax.xml.bind.JAXB
-
Writes a Java object tree to XML and store it to the specified location.
- marshal(Object, OutputStream) - Method in interface javax.xml.bind.Marshaller
-
Marshal the content tree rooted at jaxbElement into an output stream.
- marshal(Object, Writer) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- marshal(Object, Writer) - Static method in class javax.xml.bind.JAXB
-
Writes a Java object tree to XML and store it to the specified location.
- marshal(Object, Writer) - Method in interface javax.xml.bind.Marshaller
-
Marshal the content tree rooted at jaxbElement into a Writer.
- marshal(Object, String) - Static method in class javax.xml.bind.JAXB
-
Writes a Java object tree to XML and store it to the specified location.
- marshal(Object, URI) - Static method in class javax.xml.bind.JAXB
-
Writes a Java object tree to XML and store it to the specified location.
- marshal(Object, URL) - Static method in class javax.xml.bind.JAXB
-
Writes a Java object tree to XML and store it to the specified location.
- marshal(Object, XMLEventWriter) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- marshal(Object, XMLEventWriter) - Method in interface javax.xml.bind.Marshaller
-
Marshal the content tree rooted at jaxbElement into a
XMLEventWriter
. - marshal(Object, XMLStreamWriter) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- marshal(Object, XMLStreamWriter) - Method in interface javax.xml.bind.Marshaller
-
Marshal the content tree rooted at jaxbElement into a
XMLStreamWriter
. - marshal(Object, Result) - Static method in class javax.xml.bind.JAXB
-
Writes a Java object tree to XML and store it to the specified location.
- marshal(Object, Result) - Method in interface javax.xml.bind.Marshaller
-
Marshal the content tree rooted at jaxbElement into the specified javax.xml.transform.Result.
- marshal(Object, Node) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- marshal(Object, Node) - Method in interface javax.xml.bind.Marshaller
-
Marshal the content tree rooted at jaxbElement into a DOM tree.
- marshal(Object, ContentHandler) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- marshal(Object, ContentHandler) - Method in interface javax.xml.bind.Marshaller
-
Marshal the content tree rooted at jaxbElement into SAX2 events.
- marshal(Object, XmlNode) - Method in class javax.xml.bind.Binder
-
Marshal a JAXB object tree to a new XML document.
- marshal(String) - Method in class javax.xml.bind.annotation.adapters.CollapsedStringAdapter
-
No-op.
- marshal(String) - Method in class javax.xml.bind.annotation.adapters.NormalizedStringAdapter
-
No-op.
- marshal(Link) - Method in class javax.ws.rs.core.Link.JaxbAdapter
-
Convert a
Link
into aLink.JaxbLink
. - marshal(Element, ValidationEventHandler) - Method in class javax.xml.bind.annotation.W3CDomHandler
- MarshalException - Exception in javax.xml.bind
-
This exception indicates that an error has occurred while performing a marshal operation that the provider is unable to recover from.
- MarshalException(String) - Constructor for exception javax.xml.bind.MarshalException
-
Construct a MarshalException with the specified detail message.
- MarshalException(String, String) - Constructor for exception javax.xml.bind.MarshalException
-
Construct a MarshalException with the specified detail message and vendor specific errorCode.
- MarshalException(String, String, Throwable) - Constructor for exception javax.xml.bind.MarshalException
-
Construct a MarshalException with the specified detail message, vendor specific errorCode, and linkedException.
- MarshalException(String, Throwable) - Constructor for exception javax.xml.bind.MarshalException
-
Construct a MarshalException with the specified detail message and linkedException.
- MarshalException(Throwable) - Constructor for exception javax.xml.bind.MarshalException
-
Construct a MarshalException with a linkedException.
- Marshaller - Interface in javax.xml.bind
-
The Marshaller class is responsible for governing the process of serializing Java content trees back into XML data.
- Marshaller.Listener - Class in javax.xml.bind
-
Register an instance of an implementation of this class with a
Marshaller
to externally listen for marshal events. - match(int) - Method in class javax.mail.search.IntegerComparisonTerm
- match(String) - Method in class javax.mail.internet.ContentType
-
Match with the specified content-type string.
- match(String) - Method in class javax.mail.search.StringTerm
- match(Date) - Method in class javax.mail.search.DateTerm
-
The date comparison method.
- 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(ContentType) - Method in class javax.mail.internet.ContentType
-
Match with the specified ContentType object.
- 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(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(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(Message) - Method in class javax.mail.search.SubjectTerm
-
The match method.
- match(SearchTerm) - Method in class javax.mail.Message
-
Apply the specified Search criterion to this message.
- 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 fromRegexValidator.getPattern()
fails because of aPatternSyntaxException
. - 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 Interface 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() - Element in annotation interface javax.validation.constraints.Size
- max(Expression<N>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create an aggregate expression applying the numerical max operation.
- Max - Annotation Interface 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 Interface in javax.validation.constraints
-
Defines several
Max
annotations on the same element. - MAXBQUALSIZE - Static variable in interface javax.transaction.xa.Xid
-
Maximum number of bytes returned by getBqual.
- maxFileSize() - Element in annotation interface javax.servlet.annotation.MultipartConfig
-
The maximum size allowed for uploaded files.
- MAXGTRIDSIZE - Static variable in interface javax.transaction.xa.Xid
-
Maximum number of bytes returned by getGtrid.
- maxIdleTime() - Element in annotation interface javax.annotation.sql.DataSourceDefinition
-
The number of seconds that a physical connection should remain unused in the pool before the connection is closed for a connection pool.
- 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. - maxMessageSize() - Element in annotation interface javax.websocket.OnMessage
-
Specifies the maximum size of message in bytes that the method this annotates will be able to process, or -1 to indicate that there is no maximum.
- maxPoolSize() - Element in annotation interface javax.annotation.sql.DataSourceDefinition
-
Maximum number of connections that should be concurrently allocated for a connection pool.
- maxPoolSize() - Element in annotation interface javax.jms.JMSConnectionFactoryDefinition
-
Maximum number of connections that should be concurrently allocated for a connection pool.
- maxPoolSize() - Element in annotation interface javax.resource.ConnectionFactoryDefinition
-
The maximum number of connections that should be allocated for a connection pool that backs this connnection factory resource.
- maxRequestSize() - Element in annotation interface javax.servlet.annotation.MultipartConfig
-
The maximum size allowed for multipart/form-data requests
- maxStatements() - Element in annotation interface javax.annotation.sql.DataSourceDefinition
-
The total number of statements that a connection pool should keep open.
- 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() - Constructor for class javax.ws.rs.core.MediaType
-
Creates a new instance of
MediaType
, both type and subtype are wildcards. - 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(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. - 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.
- MERGE - Enum constant in enum class javax.persistence.CascadeType
-
Cascade merge operation
- message - Variable in class javax.mail.event.StoreEvent
-
The message text to be presented to the user.
- message() - Element in annotation interface javax.validation.constraints.AssertFalse
- message() - Element in annotation interface javax.validation.constraints.AssertTrue
- message() - Element in annotation interface javax.validation.constraints.DecimalMax
- message() - Element in annotation interface javax.validation.constraints.DecimalMin
- message() - Element in annotation interface javax.validation.constraints.Digits
- message() - Element in annotation interface javax.validation.constraints.Future
- message() - Element in annotation interface javax.validation.constraints.Max
- message() - Element in annotation interface javax.validation.constraints.Min
- message() - Element in annotation interface javax.validation.constraints.NotNull
- message() - Element in annotation interface javax.validation.constraints.Null
- message() - Element in annotation interface javax.validation.constraints.Past
- message() - Element in annotation interface javax.validation.constraints.Pattern
- message() - Element in annotation interface javax.validation.constraints.Size
- Message - Class in javax.mail
-
This class models an email message.
- Message - Interface in javax.jms
-
The
Message
interface is the root interface of all JMS messages. - 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 - Enum constant in enum class javax.xml.ws.Service.Mode
- 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_OUTBOUND_PROPERTY - Static variable in interface javax.xml.ws.handler.MessageContext
-
Standard property: message direction,
true
for outbound messages,false
for inbound. - MESSAGE_PARTIALLY_DELIVERED - Static variable in class javax.mail.event.TransportEvent
-
Message was successfully sent to some recipients but not to all.
- Message.RecipientType - Class in javax.mail
-
This inner class defines the types of recipients allowed by the Message class.
- MessageAware - Interface in javax.mail
-
An interface optionally implemented by
DataSources
to supply information to aDataContentHandler
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 - Interface in javax.xml.ws.handler
-
The interface
MessageContext
abstracts the message context that is processed by a handler in thehandle
method. - MessageContext(Part) - Constructor for class javax.mail.MessageContext
-
Create a MessageContext object describing the context of the given Part.
- MessageContext.Scope - Enum Class in javax.xml.ws.handler
-
Property scope.
- 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 Interface in javax.ejb
-
Component-defining annotation for a message driven bean.
- MessageDrivenBean - Interface in javax.ejb
-
The MessageDrivenBean interface defines methods that the EJB 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
orBytesMessage
is being read. - MessageEOFException(String) - Constructor for exception javax.jms.MessageEOFException
-
Constructs a
MessageEOFException
with the specified reason. - MessageEOFException(String, String) - Constructor for exception javax.jms.MessageEOFException
-
Constructs a
MessageEOFException
with the specified reason and error code. - MessageFormatException - Exception in javax.jms
-
This exception must be thrown when a JMS 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) - Constructor for exception javax.jms.MessageFormatException
-
Constructs a
MessageFormatException
with the specified reason. - MessageFormatException(String, String) - Constructor for exception javax.jms.MessageFormatException
-
Constructs a
MessageFormatException
with the specified reason and error code. - MessageFormatRuntimeException - Exception in javax.jms
-
This unchecked exception must be thrown when a JMS 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 message processing runtime uses this interface to pass messages and message processing state to authentication contexts for processing by authentication modules.
- messageInterpolator(MessageInterpolator) - Method in interface javax.validation.Configuration
-
Defines the message interpolator used.
- messageInterpolator(MessageInterpolator) - Method in interface javax.validation.ValidatorContext
-
Defines the message interpolator implementation used by the
Validator
. - MessageInterpolator - Interface in javax.validation
-
Interpolates a given constraint violation message.
- 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.
- messageListenerInterface() - Element in annotation interface javax.ejb.MessageDriven
-
Message-listener interface.
- messageListeners() - Element in annotation interface javax.resource.spi.Activation
-
Indicates the message listener type(s) associated with this activation.
- messageName() - Element in annotation interface javax.xml.ws.WebFault
-
wsdl:Message's name.
- 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 JMS client attempts to read a write-only message.
- MessageNotReadableException(String) - Constructor for exception javax.jms.MessageNotReadableException
-
Constructs a
MessageNotReadableException
with the specified reason. - MessageNotReadableException(String, String) - Constructor for exception javax.jms.MessageNotReadableException
-
Constructs a
MessageNotReadableException
with the specified reason and error code. - MessageNotWriteableException - Exception in javax.jms
-
This exception must be thrown when a JMS client attempts to write to a read-only message.
- MessageNotWriteableException(String) - Constructor for exception javax.jms.MessageNotWriteableException
-
Constructs a
MessageNotWriteableException
with the specified reason. - MessageNotWriteableException(String, String) - Constructor for exception javax.jms.MessageNotWriteableException
-
Constructs a
MessageNotWriteableException
with the specified reason and error code. - MessageNotWriteableRuntimeException - Exception in javax.jms
-
This unchecked exception must be thrown when a JMS client attempts to write to a read-only message.
- MessageNotWriteableRuntimeException(String) - Constructor for exception javax.jms.MessageNotWriteableRuntimeException
-
Constructs a
MessageNotWriteableRuntimeException
with the specified reason. - MessageNotWriteableRuntimeException(String, String) - Constructor for exception javax.jms.MessageNotWriteableRuntimeException
-
Constructs a
MessageNotWriteableRuntimeException
with the specified reason and error code. - 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(Element) - Method in class javax.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
-
Adds the
metadataElement
to theW3CEndpointReference
instance'swsa:Metadata
element. - Metadata - Class in javax.faces.view.facelets
-
There are concrete subclasses within the implementation that map concepts in the Facelet VDL page to JSF 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
- 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 JSF 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 JSF Java API artifact is associated with an instance of this class.
- MetaTagHandler(TagConfig) - Constructor for class javax.faces.view.facelets.MetaTagHandler
- method(String) - 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.SyncInvoker
-
Invoke an arbitrary method for the current request synchronously.
- method(String, Class<T>) - 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.SyncInvoker
-
Invoke an arbitrary method for the current request synchronously.
- method(String, Entity<?>) - 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.SyncInvoker
-
Invoke an arbitrary method for the current request synchronously.
- 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<?>, Class<T>) - Method in interface javax.ws.rs.client.SyncInvoker
-
Invoke an arbitrary method for the current request synchronously.
- method(String, Entity<?>, InvocationCallback<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<?>, GenericType<T>) - Method in interface javax.ws.rs.client.SyncInvoker
-
Invoke an arbitrary method for the current request synchronously.
- method(String, InvocationCallback<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, GenericType<T>) - Method in interface javax.ws.rs.client.SyncInvoker
-
Invoke an arbitrary method for the current request synchronously.
- METHOD - Enum constant in enum class javax.validation.ElementKind
-
A method.
- METHOD_NOT_ALLOWED - Enum constant in enum class javax.ws.rs.core.Response.Status
-
405 Method Not Allowed, see {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.6">HTTP/1.1 documentation}.
- 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() - Constructor for class javax.faces.event.MethodExpressionActionListener
- MethodExpressionActionListener(MethodExpression) - Constructor for class javax.faces.event.MethodExpressionActionListener
-
Construct a
ValueChangeListener
that contains aMethodExpression
. - MethodExpressionActionListener(MethodExpression, MethodExpression) - Constructor for class javax.faces.event.MethodExpressionActionListener
- MethodExpressionValidator - Class in javax.faces.validator
-
MethodExpressionValidator is a
Validator
that wraps aMethodExpression
, and it performs validation by executing a method on an object identified by theMethodExpression
. - MethodExpressionValidator() - Constructor for class javax.faces.validator.MethodExpressionValidator
- MethodExpressionValidator(MethodExpression) - Constructor for class javax.faces.validator.MethodExpressionValidator
-
Construct a
Validator
that contains aMethodExpression
. - MethodExpressionValueChangeListener - Class in javax.faces.event
- MethodExpressionValueChangeListener() - Constructor for class javax.faces.event.MethodExpressionValueChangeListener
- MethodExpressionValueChangeListener(MethodExpression) - Constructor for class javax.faces.event.MethodExpressionValueChangeListener
-
Construct a
ValueChangeListener
that contains aMethodExpression
.To accomodate method expression targets that take no arguments instead of taking aValueChangeEvent
argument, the implementation of this class must take the argumentmethodExpressionOneArg
, extract its expression string, and create anotherMethodExpression
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 aMethodExpression
. - 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 - Exception in javax.faces.el
-
Deprecated.This has been replaced by
MethodNotFoundException
. - MethodNotFoundException() - Constructor for exception javax.el.MethodNotFoundException
-
Creates a
MethodNotFoundException
with no detail message. - 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.el.MethodNotFoundException
-
Creates a
MethodNotFoundException
with the provided detail message. - MethodNotFoundException(String) - Constructor for exception javax.faces.el.MethodNotFoundException
-
Deprecated.Construct a new exception with the specified detail message and no root cause.
- MethodNotFoundException(String, Throwable) - Constructor for exception javax.el.MethodNotFoundException
-
Creates a
MethodNotFoundException
with the given detail message and 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.
- MethodNotFoundException(Throwable) - Constructor for exception javax.el.MethodNotFoundException
-
Creates a
MethodNotFoundException
with the given root cause. - MethodNotFoundException(Throwable) - Constructor for exception javax.faces.el.MethodNotFoundException
-
Deprecated.Construct a new exception with the specified 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.
- MethodType - Enum Class 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 Class in javax.batch.runtime
- 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(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(MimeMessage) - Constructor for class javax.mail.internet.MimeMessage
-
Constructs a new MimeMessage with content initialized from the
source
MimeMessage. - 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.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(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.
- MimeMultipart(BodyPart...) - Constructor for class javax.mail.internet.MimeMultipart
-
Construct a MimeMultipart object of the default "mixed" subtype, and with the given body parts.
- 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() - Element in annotation interface javax.validation.constraints.Size
- min(Expression<N>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create an aggregate expression applying the numerical min operation.
- Min - Annotation Interface 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 Interface 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. - minPoolSize() - Element in annotation interface javax.annotation.sql.DataSourceDefinition
-
Minimum number of connections that should be allocated for a connection pool.
- minPoolSize() - Element in annotation interface javax.jms.JMSConnectionFactoryDefinition
-
Minimum number of connections that should be concurrently allocated for a connection pool.
- minPoolSize() - Element in annotation interface javax.resource.ConnectionFactoryDefinition
-
The minimum number of connections that should be allocated for a connection pool that backs this connnection factory resource.
- minute() - Element in annotation interface javax.ejb.Schedule
-
Specifies one or more minutes with an hour.
- minute(int) - Method in class javax.ejb.ScheduleExpression
-
Set the minute attribute.
- minute(String) - Method in class javax.ejb.ScheduleExpression
-
Set the minute attribute.
- mod(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(Expression<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.
- mode() - Element in annotation interface javax.persistence.StoredProcedureParameter
-
Specifies whether the parameter is an IN, INOUT, OUT, or REF_CURSOR parameter.
- Model - Annotation Interface 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.
- month() - Element in annotation interface javax.ejb.Schedule
-
Specifies one or more months within a year.
- month(int) - Method in class javax.ejb.ScheduleExpression
-
Set the month attribute.
- month(String) - Method in class javax.ejb.ScheduleExpression
-
Set the month attribute.
- MOVED_PERMANENTLY - Enum constant in enum class javax.ws.rs.core.Response.Status
-
301 Moved Permanently, see {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.3.2">HTTP/1.1 documentation}.
- msg - Variable in class javax.mail.event.MessageChangedEvent
-
The message that changed.
- msg - Variable in class javax.mail.event.TransportEvent
- 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.
- MTOM - Annotation Interface in javax.xml.ws.soap
-
This feature represents the use of MTOM with a web service.
- MTOMFeature - Class in javax.xml.ws.soap
-
This feature represents the use of MTOM with a web service.
- MTOMFeature() - Constructor for class javax.xml.ws.soap.MTOMFeature
-
Create an
MTOMFeature
. - MTOMFeature(boolean) - Constructor for class javax.xml.ws.soap.MTOMFeature
-
Creates an
MTOMFeature
. - MTOMFeature(boolean, int) - Constructor for class javax.xml.ws.soap.MTOMFeature
-
Creates an
MTOMFeature
. - MTOMFeature(int) - Constructor for class javax.xml.ws.soap.MTOMFeature
-
Creates an
MTOMFeature
. - MULTILINE - Enum constant in enum class javax.validation.constraints.Pattern.Flag
-
Enables multiline mode.
- 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 Interface 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(List<Selection<?>>) - Method in interface javax.persistence.criteria.CriteriaQuery
-
Specify the selection items that are to be returned in the query result.
- multiselect(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(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
. - 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
. - MultivaluedMap<K,
V> - Interface in javax.ws.rs.core -
A map of key-values pairs.
N
- 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 - Variable in class javax.xml.bind.JAXBElement
-
xml element tag name
- name() - Element in annotation interface javax.annotation.Resource
-
The JNDI name of the resource.
- name() - Element in annotation interface javax.annotation.sql.DataSourceDefinition
-
JNDI name by which the data source will be registered.
- name() - Element in annotation interface javax.batch.api.BatchProperty
- name() - Element in annotation interface javax.ejb.EJB
-
The logical name of the ejb reference within the declaring component's (e.g., java:comp/env) environment.
- name() - Element in annotation interface javax.ejb.MessageDriven
-
The ejb-name for this bean.
- name() - Element in annotation interface javax.ejb.Singleton
-
The ejb-name for this bean.
- name() - Element in annotation interface javax.ejb.Stateful
-
The ejb-name for this bean.
- name() - Element in annotation interface javax.ejb.Stateless
-
The ejb-name for this bean.
- name() - Element in annotation interface javax.faces.application.ResourceDependency
-
The resourceName of the resource pointed to by this
ResourceDependency
. - name() - Element in annotation interface javax.faces.bean.ManagedBean
-
Taken to be the
managed-bean-name
. - name() - Element in annotation interface javax.faces.bean.ManagedProperty
-
Taken to be the
managed-property-name
. - name() - Element in annotation interface javax.faces.bean.ReferencedBean
-
Taken to be the
referenced-bean-name
. - name() - Element in annotation interface javax.jms.JMSConnectionFactoryDefinition
-
JNDI name of the JMS connection factory being defined.
- name() - Element in annotation interface javax.jms.JMSDestinationDefinition
-
JNDI name of the destination resource being defined.
- name() - Element in annotation interface javax.mail.MailSessionDefinition
-
JNDI name by which the mail session will be registered.
- name() - Element in annotation interface javax.persistence.AssociationOverride
-
(Required) The name of the relationship property whose mapping is being overridden if property-based access is being used, or the name of the relationship field if field-based access is used.
- name() - Element in annotation interface javax.persistence.AttributeOverride
-
(Required) The name of the property whose mapping is being overridden if property-based access is being used, or the name of the field if field-based access is used.
- name() - Element in annotation interface javax.persistence.CollectionTable
-
(Optional) The name of the collection table.
- name() - Element in annotation interface javax.persistence.Column
-
(Optional) The name of the column.
- name() - Element in annotation interface javax.persistence.ColumnResult
-
(Required) The name of a column in the SELECT clause of a SQL query
- name() - Element in annotation interface javax.persistence.DiscriminatorColumn
-
(Optional) The name of column to be used for the discriminator.
- name() - Element in annotation interface javax.persistence.Entity
-
(Optional) The entity name.
- name() - Element in annotation interface javax.persistence.FieldResult
-
Name of the persistent field or property of the class.
- name() - Element in annotation interface javax.persistence.ForeignKey
-
(Optional) The name of the foreign key constraint.
- name() - Element in annotation interface javax.persistence.Index
-
(Optional) The name of the index; defaults to a provider-generated name.
- name() - Element in annotation interface javax.persistence.JoinColumn
-
(Optional) The name of the foreign key column.
- name() - Element in annotation interface javax.persistence.JoinTable
-
(Optional) The name of the join table.
- name() - Element in annotation interface javax.persistence.MapKey
-
(Optional) The name of the persistent field or property of the associated entity that is used as the map key.
- name() - Element in annotation interface javax.persistence.MapKeyColumn
-
(Optional) The name of the map key column.
- name() - Element in annotation interface javax.persistence.MapKeyJoinColumn
-
(Optional) The name of the foreign key column for the map key.
- name() - Element in annotation interface javax.persistence.NamedEntityGraph
-
(Optional) The name of the entity graph.
- name() - Element in annotation interface javax.persistence.NamedNativeQuery
-
The name used to refer to the query with the
EntityManager
methods that create query objects. - name() - Element in annotation interface javax.persistence.NamedQuery
-
(Required) The name used to refer to the query with the
EntityManager
methods that create query objects. - name() - Element in annotation interface javax.persistence.NamedStoredProcedureQuery
-
The name used to refer to the query with the
EntityManager
methods that create stored procedure query objects. - name() - Element in annotation interface javax.persistence.NamedSubgraph
-
(Required) The name of the subgraph as referenced from a NamedAttributeNode element.
- name() - Element in annotation interface javax.persistence.OrderColumn
-
(Optional) The name of the ordering column.
- name() - Element in annotation interface javax.persistence.PersistenceContext
-
(Optional) The name by which the entity manager is to be accessed in the environment referencing context; not needed when dependency injection is used.
- name() - Element in annotation interface javax.persistence.PersistenceProperty
-
The name of the property
- name() - Element in annotation interface javax.persistence.PersistenceUnit
-
(Optional) The name by which the entity manager factory is to be accessed in the environment referencing context; not needed when dependency injection is used.
- name() - Element in annotation interface javax.persistence.PrimaryKeyJoinColumn
-
(Optional) The name of the primary key column of the current table.
- name() - Element in annotation interface javax.persistence.QueryHint
-
Name of the hint.
- name() - Element in annotation interface javax.persistence.SecondaryTable
-
(Required) The name of the table.
- name() - Element in annotation interface javax.persistence.SequenceGenerator
-
(Required) A unique generator name that can be referenced by one or more classes to be the generator for primary key values.
- name() - Element in annotation interface javax.persistence.SqlResultSetMapping
-
The name given to the result set mapping, and used to refer to it in the methods of the
Query
andStoredProcedureQuery
APIs. - name() - Element in annotation interface javax.persistence.StoredProcedureParameter
-
The name of the parameter as defined by the stored procedure in the database.
- name() - Element in annotation interface javax.persistence.Table
-
(Optional) The name of the table.
- name() - Element in annotation interface javax.persistence.TableGenerator
-
(Required) A unique generator name that can be referenced by one or more classes to be the generator for id values.
- name() - Element in annotation interface javax.persistence.UniqueConstraint
-
(Optional) Constraint name.
- name() - Element in annotation interface javax.resource.AdministeredObjectDefinition
-
JNDI name of the administered object being defined.
- name() - Element in annotation interface javax.resource.ConnectionFactoryDefinition
-
JNDI name of the connection factory resource being defined.
- name() - Element in annotation interface javax.servlet.annotation.WebInitParam
-
Name of the initialization parameter
- name() - Element in annotation interface javax.servlet.annotation.WebServlet
-
The name of the servlet
- name() - Element in annotation interface javax.validation.OverridesAttribute
-
Name of the Constraint attribute overridden.
- name() - Element in annotation interface javax.xml.bind.annotation.XmlAttribute
-
Name of the XML Schema attribute.
- name() - Element in annotation interface javax.xml.bind.annotation.XmlElement
-
Name of the XML Schema element.
- name() - Element in annotation interface javax.xml.bind.annotation.XmlElementDecl
-
local name of the XML element.
- name() - Element in annotation interface javax.xml.bind.annotation.XmlElementRef
- name() - Element in annotation interface javax.xml.bind.annotation.XmlElementWrapper
-
Name of the XML wrapper element.
- name() - Element in annotation interface javax.xml.bind.annotation.XmlRootElement
-
local name of the XML element.
- name() - Element in annotation interface javax.xml.bind.annotation.XmlSchemaType
- name() - Element in annotation interface javax.xml.bind.annotation.XmlType
-
Name of the XML Schema type which the class is mapped.
- name() - Element in annotation interface javax.xml.ws.WebEndpoint
-
The local name of the endpoint.
- name() - Element in annotation interface javax.xml.ws.WebFault
-
Element's local name.
- name() - Element in annotation interface javax.xml.ws.WebServiceClient
-
The local name of the Web service.
- name() - Element in annotation interface javax.xml.ws.WebServiceRef
-
The JNDI name of the resource.
- NAME_HINT - Static variable in class javax.resource.spi.work.HintsContext
- NameBinding - Annotation Interface in javax.ws.rs
-
Meta-annotation used to create name binding annotations for filters and interceptors.
- Named - Annotation Interface in javax.inject
-
String-based qualifier.
- NamedAttributeNode - Annotation Interface in javax.persistence
-
A
NamedAttributeNode
is a member element of aNamedEntityGraph
. - NamedEntityGraph - Annotation Interface in javax.persistence
-
Used to specify the path and boundaries for a find operation or query.
- NamedEntityGraphs - Annotation Interface in javax.persistence
-
Used to group
NamedEntityGraph
annotations. - NamedEvent - Annotation Interface 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. - NamedNativeQueries - Annotation Interface in javax.persistence
-
Specifies multiple native SQL named queries.
- NamedNativeQuery - Annotation Interface in javax.persistence
-
Specifies a named native SQL query.
- NamedQueries - Annotation Interface in javax.persistence
-
Specifies multiple named Java Persistence query language queries.
- NamedQuery - Annotation Interface in javax.persistence
-
Specifies a static, named query in the Java Persistence query language.
- NamedStoredProcedureQueries - Annotation Interface in javax.persistence
-
Specifies multiple named stored procedure queries.
- NamedStoredProcedureQuery - Annotation Interface in javax.persistence
-
Specifies and names a stored procedure, its parameters, and its result type.
- NamedSubgraph - Annotation Interface in javax.persistence
-
A
NamedSubgraph
is a member element of aNamedEntityGraph
. - namespace() - Element in annotation interface javax.faces.component.FacesComponent
-
If the value of the
FacesComponent.createTag()
attribute istrue
, the value of this attribute is taken to be the tag library namespace into which this component is placed. - namespace() - Element in annotation interface javax.xml.bind.annotation.XmlAttribute
-
Specifies the XML target namespace of the XML Schema attribute.
- namespace() - Element in annotation interface javax.xml.bind.annotation.XmlElement
-
XML target namespace of the XML Schema element.
- namespace() - Element in annotation interface javax.xml.bind.annotation.XmlElementDecl
-
namespace name of the XML element.
- namespace() - Element in annotation interface javax.xml.bind.annotation.XmlElementRef
-
This parameter and
XmlElementRef.name()
are used to determine the XML element for the JavaBean property. - namespace() - Element in annotation interface javax.xml.bind.annotation.XmlElementWrapper
-
XML target namespace of the XML wrapper element.
- namespace() - Element in annotation interface javax.xml.bind.annotation.XmlRootElement
-
namespace name of the XML element.
- namespace() - Element in annotation interface javax.xml.bind.annotation.XmlSchema
-
Name of the XML namespace.
- namespace() - Element in annotation interface javax.xml.bind.annotation.XmlSchemaType
- namespace() - Element in annotation interface javax.xml.bind.annotation.XmlType
-
Name of the target namespace of the XML Schema type.
- NAMESPACE - Static variable in annotation interface javax.faces.component.FacesComponent
-
Components that declare a
createTag = true
attribute will be placed into this tag namespace if the namespace attribute is omitted. - namespaceURI() - Element in annotation interface javax.xml.bind.annotation.XmlNs
-
Namespace URI
- 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() - 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.
- 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, 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, Map<String, List<String>>, boolean, boolean) - Constructor for class javax.faces.application.NavigationCase
-
Construct a new
NavigationCase
based on the provided arguments. - 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 existingNavigationCase
instance. - NavigationCaseWrapper() - Constructor for class javax.faces.application.NavigationCaseWrapper
- 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 existingNavigationHandler
instance. - NavigationHandlerWrapper() - Constructor for class javax.faces.application.NavigationHandlerWrapper
- 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.
- NESTED - Static variable in class javax.servlet.jsp.tagext.VariableInfo
-
Scope information that scripting variable is visible only within the start/end tags.
- NEVER - Enum constant in enum class javax.ejb.TransactionAttributeType
-
The client is required to call without a transaction context, otherwise an exception is thrown.
- NEVER - Enum constant in enum class javax.transaction.Transactional.TxType
-
If called outside a transaction context, managed bean method execution must then continue outside a transaction context.
- New - Annotation Interface in javax.enterprise.inject
-
The
New
qualifier was deprecated in CDI 1.1. - 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 JAX-RS 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 JAX-RS 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 JAX-RS 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, 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(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(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.
- 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() - Method in class javax.enterprise.inject.spi.Unmanaged
- 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(Class...) - Static method in class javax.xml.bind.JAXBContext
-
Obtain a new instance of a JAXBContext class.
- newInstance(Class[], Map<String, ?>) - Static method in class javax.xml.bind.JAXBContext
-
Obtain a new instance of a JAXBContext class.
- newInstance(String) - Static method in class javax.xml.bind.JAXBContext
-
Obtain a new instance of a JAXBContext class.
- newInstance(String, ClassLoader) - Static method in class javax.xml.bind.JAXBContext
-
Obtain a new instance of a JAXBContext class.
- newInstance(String, ClassLoader, Map<String, ?>) - Static method in class javax.xml.bind.JAXBContext
-
Obtain a new instance of a JAXBContext class.
- 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(Properties) - Static method in class javax.el.ExpressionFactory
-
Create a new instance of a
ExpressionFactory
, with optional properties. - newLine() - Method in class javax.servlet.jsp.JspWriter
-
Write a line separator.
- 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 toend
(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 toend
(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 toend
(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() - Method in class javax.servlet.jsp.jstl.core.LoopTagSupport
-
Returns the next object over which the tag should iterate.
- 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.
- nextHandler - Variable in class javax.faces.view.facelets.TagHandler
-
A reference to the
FaceletHandler
that represents the first nested child of thisTagHandler
instance. - nil - Variable in class javax.xml.bind.JAXBElement
-
true iff the xml element instance has xsi:nil="true".
- nillable() - Element in annotation interface javax.xml.bind.annotation.XmlElement
-
Customize the element declaration to be nillable.
- nillable() - Element in annotation interface javax.xml.bind.annotation.XmlElementWrapper
-
If true, the absence of the collection is represented by using xsi:nil='true'.
- NO_BUFFER - Static variable in class javax.servlet.jsp.JspWriter
-
Constant indicating that the Writer is not buffering output.
- NO_CONSTRAINT - Enum constant in enum class javax.persistence.ConstraintMode
-
Do not apply the constraint.
- NO_CONTENT - Enum constant in enum class javax.ws.rs.core.Response.Status
-
204 No Content, see {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.5">HTTP/1.1 documentation}.
- NO_EXTENSION - Enum constant in enum class javax.websocket.CloseReason.CloseCodes
-
1010 indicates that an endpoint (client) is terminating the connection because it has expected the server to negotiate one or more extension, but the server didn't return them in the response message of the WebSocket handshake.
- NO_LOCATION - Static variable in annotation interface javax.xml.bind.annotation.XmlSchema
-
The default value of the
XmlSchema.location()
attribute, which indicates that the schema generator will generate components in this namespace. - NO_STATUS_CODE - Enum constant in enum class javax.websocket.CloseReason.CloseCodes
-
1005 is a reserved value and MUST NOT be set as a status code in a Close control frame by an endpoint.
- 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_ANONYMOUS - Enum constant in enum class javax.xml.ws.soap.AddressingFeature.Responses
-
Specifies the use of only non-anonymous responses.
- NON_GETTER - Enum constant in enum class javax.validation.metadata.MethodType
-
A method that does not follow the getter pattern.
- NON_GETTER_METHODS - Enum constant in enum class javax.validation.executable.ExecutableType
-
All methods except the ones following the getter pattern.
- 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 Interface 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.
- NONE - Enum constant in enum class javax.persistence.LockModeType
-
No lock.
- NONE - Enum constant in enum class javax.persistence.SharedCacheMode
-
Caching is disabled for the persistence unit.
- NONE - Enum constant in enum class javax.persistence.ValidationMode
-
The persistence provider must not perform lifecycle event validation.
- NONE - Enum constant in enum class javax.servlet.annotation.ServletSecurity.TransportGuarantee
-
no protection of user data must be performed by the transport.
- NONE - Enum constant in enum class javax.validation.executable.ExecutableType
-
None of the executables.
- NONE - Enum constant in enum class javax.xml.bind.annotation.XmlAccessType
-
None of the fields or properties is bound to XML unless they are specifically annotated with some of the JAXB annotations.
- NoneScoped - Annotation Interface in javax.faces.bean
-
When this annotation, along with
ManagedBean
is found on a class, the runtime must act as if a<managed-bean-scope>none<managed-bean-scope>
element was declared for the corresponding managed bean. - 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(String, Throwable) - Constructor for exception javax.enterprise.context.NonexistentConversationException
- NonexistentConversationException(Throwable) - Constructor for exception javax.enterprise.context.NonexistentConversationException
- NonUniqueResultException - Exception in javax.persistence
-
Thrown by the persistence provider when
Query.getSingleResult()
orTypedQuery.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 withnull
as its detail message. - NonUniqueResultException(String) - Constructor for exception javax.persistence.NonUniqueResultException
-
Constructs a new
NonUniqueResultException
exception with the specified detail message. - NoResultException - Exception in javax.persistence
-
Thrown by the persistence provider when
Query.getSingleResult()
orTypedQuery.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 withnull
as its detail message. - NoResultException(String) - Constructor for exception javax.persistence.NoResultException
-
Constructs a new
NoResultException
exception with the specified detail message. - NORMAL - Enum constant in enum class javax.persistence.PessimisticLockScope
-
This value defines the default behavior for pessimistic locking.
- NORMAL_CLOSURE - Enum constant in enum class javax.websocket.CloseReason.CloseCodes
-
1000 indicates a normal closure, meaning that the purpose for which the connection was established has been fulfilled.
- NormalizedStringAdapter - Class in javax.xml.bind.annotation.adapters
-
XmlAdapter
to handle xs:normalizedString. - NormalizedStringAdapter() - Constructor for class javax.xml.bind.annotation.adapters.NormalizedStringAdapter
- NormalScope - Annotation Interface 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(Exception) - Constructor for exception javax.ejb.NoSuchEntityException
-
Constructs a NoSuchEntityException that embeds the originally thrown exception.
- NoSuchEntityException(String) - Constructor for exception javax.ejb.NoSuchEntityException
-
Constructs a NoSuchEntityException with the specified detailed message.
- NoSuchJobException - Exception in javax.batch.operations
- NoSuchJobException() - Constructor for exception javax.batch.operations.NoSuchJobException
- NoSuchJobException(String) - Constructor for exception javax.batch.operations.NoSuchJobException
- NoSuchJobException(String, Throwable) - Constructor for exception javax.batch.operations.NoSuchJobException
- NoSuchJobException(Throwable) - Constructor for exception javax.batch.operations.NoSuchJobException
- NoSuchJobExecutionException - Exception in javax.batch.operations
- NoSuchJobExecutionException() - Constructor for exception javax.batch.operations.NoSuchJobExecutionException
- NoSuchJobExecutionException(String) - Constructor for exception javax.batch.operations.NoSuchJobExecutionException
- NoSuchJobExecutionException(String, Throwable) - Constructor for exception javax.batch.operations.NoSuchJobExecutionException
- NoSuchJobExecutionException(Throwable) - Constructor for exception javax.batch.operations.NoSuchJobExecutionException
- NoSuchJobInstanceException - Exception in javax.batch.operations
- NoSuchJobInstanceException() - Constructor for exception javax.batch.operations.NoSuchJobInstanceException
- NoSuchJobInstanceException(String) - Constructor for exception javax.batch.operations.NoSuchJobInstanceException
- NoSuchJobInstanceException(String, Throwable) - Constructor for exception javax.batch.operations.NoSuchJobInstanceException
- NoSuchJobInstanceException(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 EJB 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() - Method in interface javax.persistence.criteria.Predicate
-
Create a negation of the predicate.
- not(Expression<Boolean>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create a negation of the given restriction.
- NOT_ACCEPTABLE - Enum constant in enum class javax.ws.rs.core.Response.Status
-
406 Not Acceptable, see {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.7">HTTP/1.1 documentation}.
- NOT_CONSISTENT - Enum constant in enum class javax.websocket.CloseReason.CloseCodes
-
1007 indicates that an endpoint is terminating the connection because it has received data within a message that was not consistent with the type of the message (e.g., non-UTF-8 data within a text message).
- NOT_FOUND - Enum constant in enum class javax.ws.rs.core.Response.Status
-
404 Not Found, see {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.5">HTTP/1.1 documentation}.
- NOT_IMPLEMENTED - Enum constant in enum class javax.ws.rs.core.Response.Status
-
501 Not Implemented, see {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.5.2">HTTP/1.1 documentation}.
- 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
-
Deprecated.
- NOT_LOADED - Enum constant in enum class javax.persistence.spi.LoadState
-
The state of the element is known not to have been loaded.
- 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 fromRegexValidator.getPattern()
fails because the value does not match the pattern. - NOT_MODIFIED - Enum constant in enum class javax.ws.rs.core.Response.Status
-
304 Not Modified, see {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.3.5">HTTP/1.1 documentation}.
- NOT_SUPPORTED - Enum constant in enum class javax.ejb.TransactionAttributeType
-
The container invokes an enterprise bean method whose transaction attribute
NOT_SUPPORTED
with an unspecified transaction context. - NOT_SUPPORTED - Enum constant in enum class javax.transaction.Transactional.TxType
-
If called outside a transaction context, managed bean method execution must then continue outside a transaction context.
- 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(String, Throwable) - 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(String, Response, Throwable) - 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(Response) - 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.
- 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(String, Throwable, String...) - 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(String, Response, Throwable) - 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(Response) - 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.
- 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(String, Throwable, Object, Object...) - 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(String, Response, Throwable) - 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(Response) - 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.
- notEqual(Expression<?>, Object) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create a predicate for testing the arguments for inequality.
- notEqual(Expression<?>, Expression<?>) - 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(String, Throwable) - 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(String, Response, Throwable) - 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(Response) - 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.
- NOTICE - Static variable in class javax.mail.event.StoreEvent
-
Indicates that this message is a NOTICE.
- NotIdentifiableEvent - Interface in javax.xml.bind
-
This event indicates that a problem was encountered resolving an ID/IDREF.
- NotIdentifiableEventImpl - Class in javax.xml.bind.helpers
-
Default implementation of the NotIdentifiableEvent interface.
- NotIdentifiableEventImpl(int, String, ValidationEventLocator) - Constructor for class javax.xml.bind.helpers.NotIdentifiableEventImpl
-
Create a new NotIdentifiableEventImpl.
- NotIdentifiableEventImpl(int, String, ValidationEventLocator, Throwable) - Constructor for class javax.xml.bind.helpers.NotIdentifiableEventImpl
-
Create a new NotIdentifiableEventImpl.
- notification(StoreEvent) - Method in interface javax.mail.event.StoreListener
-
Invoked when the Store generates a notification event.
- 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.
- notify(T) - Method in interface javax.enterprise.inject.spi.ObserverMethod
-
Calls the observer method, passing the given event object.
- notifyAfterEvaluation(String) - Method in class javax.el.ELContext
-
Notifies the listeners after an EL expression is evaluated
- notifyBeforeEvaluation(String) - Method in class javax.el.ELContext
-
Notifies the listeners before an EL 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.
- 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.
- notifyObserver() - Element in annotation interface javax.enterprise.event.Observes
- 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.
- 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>, 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>, 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>, 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>, 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.
- notModified() - 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.
- notModified(EntityTag) - Static method in class javax.ws.rs.core.Response
-
Create a new ResponseBuilder with a not-modified status.
- NotNull - Annotation Interface in javax.validation.constraints
-
The annotated element must not be
null
. - NotNull.List - Annotation Interface in javax.validation.constraints
-
Defines several
NotNull
annotations on the same element. - NoTransaction - Enum constant in enum class javax.resource.spi.TransactionSupport.TransactionSupportLevel
-
The resource adapter supports neither resource manager nor JTA transactions.
- 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 - Exception in javax.transaction
-
NotSupportedException exception indicates that the request cannot be executed because the operation is not a supported feature.
- 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.resource.NotSupportedException
-
Constructs a new instance with null as its detail message.
- NotSupportedException() - Constructor for exception javax.transaction.NotSupportedException
- NotSupportedException() - Constructor for exception javax.ws.rs.NotSupportedException
-
Construct a new unsupported media type exception.
- NotSupportedException(String) - Constructor for exception javax.resource.NotSupportedException
-
Constructs a new instance with the specified detail message.
- NotSupportedException(String) - Constructor for exception javax.transaction.NotSupportedException
- NotSupportedException(String) - Constructor for exception javax.ws.rs.NotSupportedException
-
Construct a new unsupported media type exception.
- NotSupportedException(String, String) - Constructor for exception javax.resource.NotSupportedException
-
Constructs a new throwable with the specified detail message and error code.
- NotSupportedException(String, Throwable) - Constructor for exception javax.resource.NotSupportedException
-
Constructs a new throwable with the specified detail message and cause.
- NotSupportedException(String, Throwable) - 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(String, Response, Throwable) - Constructor for exception javax.ws.rs.NotSupportedException
-
Construct a new unsupported media type exception.
- NotSupportedException(Throwable) - Constructor for exception javax.resource.NotSupportedException
-
Constructs a new throwable with the specified cause.
- NotSupportedException(Throwable) - 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(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
- NS - Static variable in class javax.xml.ws.wsaddressing.W3CEndpointReference
- Null - Annotation Interface in javax.validation.constraints
-
The annotated element must be
null
. - NULL - Enum constant in enum class javax.json.JsonValue.ValueType
-
JSON null.
- NULL - Static variable in interface javax.json.JsonValue
-
JSON null value.
- NULL_FLOW - Static variable in class javax.faces.flow.FlowHandler
-
Components that are rendered by
Renderers
of component-familyjavax.faces.OutcomeTarget
must use this constant as the value of the parameter named byFlowHandler.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 ofEventObject
, such asPostKeepFlashValueEvent
andPostPutFlashValueEvent
, this value is substituted fornull
as the source in the case when anull
value is put to or kept in the flash. - Null.List - Annotation Interface in javax.validation.constraints
-
Defines several
Null
annotations on the same element. - nullable() - Element in annotation interface javax.persistence.Column
-
(Optional) Whether the database column is nullable.
- nullable() - Element in annotation interface javax.persistence.JoinColumn
-
(Optional) Whether the foreign key column is nullable.
- nullable() - Element in annotation interface javax.persistence.MapKeyColumn
-
(Optional) Whether the database column is nullable.
- nullable() - Element in annotation interface javax.persistence.MapKeyJoinColumn
-
(Optional) Whether the foreign key column is nullable.
- nullable() - Element in annotation interface javax.persistence.OrderColumn
-
(Optional) Whether the database column is nullable.
- 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 - Enum constant in enum class javax.json.JsonValue.ValueType
-
JSON number.
- NUMBER_ID - Static variable in class javax.faces.convert.NumberConverter
-
The message identifier of the
FacesMessage
to be created if the conversion toNumber
fails. - NumberConverter - Class in javax.faces.convert
-
Converter
implementation forjava.lang.Number
values. - NumberConverter() - Constructor for class javax.faces.convert.NumberConverter
O
- OBJECT - Enum constant in enum class javax.json.JsonValue.ValueType
-
JSON object.
- 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 EJB 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.
- 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(String, Throwable) - Constructor for exception javax.enterprise.event.ObserverException
- ObserverException(Throwable) - Constructor for exception javax.enterprise.event.ObserverException
- ObserverMethod<T> - Interface in javax.enterprise.inject.spi
-
Represents an observer method of an enabled bean.
- Observes - Annotation Interface in javax.enterprise.event
-
Identifies the event parameter of an observer method.
- 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, String) - 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, Variant) - Static method in class javax.ws.rs.core.Response
-
Create a new ResponseBuilder that contains a representation.
- OK - Enum constant in enum class javax.ws.rs.core.Response.Status
-
200 OK, see {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.1">HTTP/1.1 documentation}.
- 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(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(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(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(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.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.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.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.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.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 Interface 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.
- 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.
- onComplete(AsyncEvent) - Method in interface javax.servlet.AsyncListener
-
Notifies this AsyncListener that an asynchronous operation has been completed.
- 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 aServletInputStream
, 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.
- ONE_TO_MANY - Enum constant in enum class javax.persistence.metamodel.Attribute.PersistentAttributeType
-
One-to-many association
- ONE_TO_ONE - Enum constant in enum class javax.persistence.metamodel.Attribute.PersistentAttributeType
-
One-to-one association
- 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(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(AsyncEvent) - Method in interface javax.servlet.AsyncListener
-
Notifies this AsyncListener that an asynchronous operation has failed to complete.
- 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 Interface 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.
- OneToMany - Annotation Interface in javax.persistence
-
Specifies a many-valued association with one-to-many multiplicity.
- OneToOne - Annotation Interface in javax.persistence
-
Specifies a single-valued association to another entity that has one-to-one multiplicity.
- onException(JMSException) - Method in interface javax.jms.ExceptionListener
-
Notifies user of a JMS exception.
- onException(Message, Exception) - Method in interface javax.jms.CompletionListener
-
Notifies user that the specified exception was thrown while attempting to send the specified message.
- 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) - Method in interface javax.websocket.MessageHandler.Whole
-
Called when the message has been fully received.
- onMessage(T, boolean) - Method in interface javax.websocket.MessageHandler.Partial
-
Called when the next part of a message has been fully received.
- OnMessage - Annotation Interface 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 Interface 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 afterProcess method receives control after an item processor processes an item.
- 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(int) - Method in class javax.mail.Folder
-
Open this Folder.
- 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.
- opened(ConnectionEvent) - Method in class javax.mail.event.ConnectionAdapter
- opened(ConnectionEvent) - Method in interface javax.mail.event.ConnectionListener
-
Invoked when a Store/Folder/Transport is opened.
- OPENED - Static variable in class javax.mail.event.ConnectionEvent
-
A connection was opened.
- OPTIMISTIC - Enum constant in enum class javax.persistence.LockModeType
-
Optimistic lock.
- OPTIMISTIC_FORCE_INCREMENT - Enum constant in enum class javax.persistence.LockModeType
-
Optimistic lock, with version update.
- 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 withnull
as its detail message. - OptimisticLockException(Object) - Constructor for exception javax.persistence.OptimisticLockException
-
Constructs a new
OptimisticLockException
exception with the specified entity. - 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(String, Throwable, Object) - Constructor for exception javax.persistence.OptimisticLockException
-
Constructs a new
OptimisticLockException
exception with the specified detail message, cause, and entity. - OptimisticLockException(Throwable) - Constructor for exception javax.persistence.OptimisticLockException
-
Constructs a new
OptimisticLockException
exception with the specified cause. - optional() - Element in annotation interface javax.persistence.Basic
-
(Optional) Defines whether the value of the field or property may be null.
- optional() - Element in annotation interface javax.persistence.ManyToOne
-
(Optional) Whether the association is optional.
- optional() - Element in annotation interface javax.persistence.OneToOne
-
(Optional) Whether the association is optional.
- options() - 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.SyncInvoker
-
Invoke HTTP OPTIONS method for the current request synchronously.
- options(Class<T>) - 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.SyncInvoker
-
Invoke HTTP OPTIONS method for the current request synchronously.
- options(InvocationCallback<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(GenericType<T>) - Method in interface javax.ws.rs.client.SyncInvoker
-
Invoke HTTP OPTIONS method for the current request synchronously.
- OPTIONS - Annotation Interface in javax.ws.rs
-
Indicates that the annotated method responds to HTTP OPTIONS requests.
- OPTIONS - Static variable in annotation interface javax.ws.rs.HttpMethod
-
HTTP OPTIONS method.
- 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 - Enum constant in enum class javax.persistence.criteria.Predicate.BooleanOperator
- Order - Interface in javax.persistence.criteria
-
An object that defines an ordering over 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(Order...) - Method in interface javax.persistence.criteria.CriteriaQuery
-
Specify the ordering expressions that are used to order the query results.
- OrderBy - Annotation Interface 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 Interface 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 typejava.util.List<java.lang.String>
) contains the list of names of JAR files inWEB-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 - ORDINAL - Enum constant in enum class javax.persistence.EnumType
-
Persist enumerated type property or field as an integer.
- orig - Variable in class javax.servlet.jsp.jstl.core.IndexedValueExpression
- orig - Variable in class javax.servlet.jsp.jstl.core.IteratedExpression
- orphanRemoval() - Element in annotation interface javax.persistence.OneToMany
-
(Optional) Whether to apply the remove operation to entities that have been removed from the relationship and to cascade the remove operation to those entities.
- orphanRemoval() - Element in annotation interface javax.persistence.OneToOne
-
(Optional) Whether to apply the remove operation to entities that have been removed from the relationship and to cascade the remove operation to those entities.
- OrTerm - Class in javax.mail.search
-
This class implements the logical OR operator on individual SearchTerms.
- OrTerm(SearchTerm[]) - Constructor for class javax.mail.search.OrTerm
-
Constructor that takes an array of SearchTerms.
- OrTerm(SearchTerm, SearchTerm) - Constructor for class javax.mail.search.OrTerm
-
Constructor that takes two operands.
- OTHER - Enum constant in enum class javax.ws.rs.core.Response.Status.Family
-
Other, unrecognized HTTP status codes.
- 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(Expression<? extends 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.SimpleCase
-
Add an "else" clause to the case expression.
- otherwise(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.
- OUT - Enum constant in enum class javax.persistence.ParameterMode
-
Stored procedure output parameter
- OUT - Static variable in class javax.servlet.jsp.PageContext
-
Name used to store current JspWriter in PageContext name table.
- OUTBOUND_MESSAGE_ATTACHMENTS - Static variable in interface javax.xml.ws.handler.MessageContext
-
Standard property: Map of attachments to a message for the outbound message, key is the MIME Content-ID, value is a DataHandler.
- outboundParameter(String, String) - Method in class javax.faces.flow.builder.FlowCallBuilder
-
Define an outbound parameter for the flow call.
- outboundParameter(String, ValueExpression) - Method in class javax.faces.flow.builder.FlowCallBuilder
-
Define an outbound parameter for the flow call.
- output() - Element in annotation interface javax.xml.ws.Action
-
Explicit value of the WS-Addressing
Action
message addressing property for theoutput
message of the operation. - OverridesAttribute - Annotation Interface in javax.validation
-
Marks an attribute as overriding the attribute of a composing constraint.
- OverridesAttribute.List - Annotation Interface 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 JSP
PageContext
for the page we are embedded in. - pageContext - Variable in class javax.servlet.jsp.tagext.TagSupport
-
The PageContext.
- 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.
- 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 typeT
. - ParamConverter.Lazy - Annotation Interface in javax.ws.rs.ext
-
Mandates that a conversion of any
default value
delegated to aparameter 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(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(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<T> - Interface in javax.persistence
-
Type for query parameter objects.
- Parameter() - Constructor for class javax.faces.flow.Parameter
- Parameter(String, Object) - Constructor for class javax.faces.component.behavior.ClientBehaviorContext.Parameter
-
Creates a Parameter instance.
- PARAMETER - Enum constant in enum class javax.validation.ElementKind
-
A parameter of a method or constructor.
- 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 Class in javax.persistence
-
Specifies the mode of a parameter of a stored procedure query.
- parameterNameProvider(ParameterNameProvider) - Method in interface javax.validation.Configuration
-
Defines the parameter name provider.
- parameterNameProvider(ParameterNameProvider) - Method in interface javax.validation.ValidatorContext
-
Defines the parameter name provider implementation used by the
Validator
. - ParameterNameProvider - Interface in javax.validation
-
Provides names for method and constructor parameters.
- parameters() - Element in annotation interface javax.persistence.NamedStoredProcedureQuery
-
Information about all parameters of the stored procedure.
- parameters(List<Parameter>) - Method in class javax.faces.flow.builder.MethodCallBuilder
-
Set the parameters of the method call node.
- PARAMETERS - Enum constant in enum class javax.validation.ConstraintTarget
-
Constraint applies to the parameters of a method or a constructor
- PARAMETERS - Enum constant in enum class javax.validation.constraintvalidation.ValidationTarget
-
Array of parameters of the annotated method or constructor (aka cross-parameter).
- parent - Variable in class javax.mail.BodyPart
-
The
Multipart
object containing thisBodyPart
, if known. - parent - Variable in class javax.mail.Multipart
-
The
Part
containing thisMultipart
, if known. - parse() - Method in class javax.mail.internet.MimeMultipart
-
Parse the InputStream from our DataSource, constructing the appropriate MimeBodyParts.
- parse(InputStream) - Method in class javax.mail.internet.MimeMessage
-
Parse the InputStream setting the
headers
andcontent
fields appropriately. - parse(String) - Static method in class javax.mail.internet.InternetAddress
-
Parse the given comma separated sequence of addresses into InternetAddress objects.
- parse(String) - Static method in class javax.mail.internet.NewsAddress
-
Parse the given comma separated sequence of newsgroup into NewsAddress 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 draft-ietf-drums-msg-fmt-08 in the current TimeZone.
- parseAnySimpleType(String) - Static method in class javax.xml.bind.DatatypeConverter
-
Return a string containing the lexical representation of the simple type.
- parseAnySimpleType(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Return a string containing the lexical representation of the simple type.
- parseBase64Binary(String) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts the string argument into an array of bytes.
- parseBase64Binary(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts the string argument into an array of bytes.
- parseBoolean(String) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts the string argument into a boolean value.
- parseBoolean(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts the string argument into a boolean value.
- parseByte(String) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts the string argument into a byte value.
- parseByte(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts the string argument into a byte value.
- ParseConversionEvent - Interface in javax.xml.bind
-
This event indicates that a problem was encountered while converting a string from the XML data into a value of the target Java data type.
- ParseConversionEventImpl - Class in javax.xml.bind.helpers
-
Default implementation of the ParseConversionEvent interface.
- ParseConversionEventImpl(int, String, ValidationEventLocator) - Constructor for class javax.xml.bind.helpers.ParseConversionEventImpl
-
Create a new ParseConversionEventImpl.
- ParseConversionEventImpl(int, String, ValidationEventLocator, Throwable) - Constructor for class javax.xml.bind.helpers.ParseConversionEventImpl
-
Create a new ParseConversionEventImpl.
- 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.
- parseDate(String) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts the string argument into a Calendar value.
- parseDate(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts the string argument into a Calendar value.
- parseDateTime(String) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts the string argument into a Calendar value.
- parseDateTime(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts the string argument into a Calendar value.
- parseDecimal(String) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts the string argument into a BigDecimal value.
- parseDecimal(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts the string argument into a BigDecimal value.
- parseDouble(String) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts the string argument into a double value.
- parseDouble(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts the string argument into a double value.
- ParseException - Exception in javax.mail.internet
-
The exception thrown due to an error in parsing RFC822 or MIME headers
- 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.
- parseFloat(String) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts the string argument into a float value.
- parseFloat(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts the string argument into a float value.
- parseHeader(String, boolean) - Static method in class javax.mail.internet.InternetAddress
-
Parse the given sequence of addresses into InternetAddress objects.
- parseHexBinary(String) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts the string argument into an array of bytes.
- parseHexBinary(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts the string argument into an array of bytes.
- parseInt(String) - Static method in class javax.xml.bind.DatatypeConverter
-
Convert the string argument into an int value.
- parseInt(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Convert the string argument into an int value.
- parseInteger(String) - Static method in class javax.xml.bind.DatatypeConverter
-
Convert the string argument into a BigInteger value.
- parseInteger(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Convert the string argument into a BigInteger value.
- parseLong(String) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts the string argument into a long value.
- parseLong(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts the string argument into a long value.
- parsePostData(int, ServletInputStream) - Static method in class javax.servlet.http.HttpUtils
-
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.
- parseQName(String, NamespaceContext) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts the string argument into a byte value.
- parseQName(String, NamespaceContext) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts the string argument into a QName value.
- parseQueryString(String) - Static method in class javax.servlet.http.HttpUtils
-
Parses a query string passed from the client to the server and builds a
HashTable
object with key-value pairs. - parseShort(String) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts the string argument into a short value.
- parseShort(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts the string argument into a short value.
- parseString(String) - Method in class javax.mail.URLName
-
Method which does all of the work of parsing the string.
- parseString(String) - Static method in class javax.xml.bind.DatatypeConverter
-
Convert the lexical XSD string argument into a String value.
- parseString(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Convert the string argument into a string.
- parseTime(String) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts the string argument into a Calendar value.
- parseTime(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts the string argument into a Calendar value.
- parseUnsignedInt(String) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts the string argument into a long value.
- parseUnsignedInt(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts the string argument into a long value.
- parseUnsignedShort(String) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts the string argument into an int value.
- parseUnsignedShort(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts the string argument into an int value.
- 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_CONTENT - Enum constant in enum class javax.ws.rs.core.Response.Status
-
206 Reset Content, see {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.7">HTTP/1.1 documentation}.
- 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
- 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 existingPartialViewContext
instance. - PartialViewContextWrapper() - Constructor for class javax.faces.context.PartialViewContextWrapper
- 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
- 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 Class in javax.batch.api.partition
- partName() - Element in annotation interface javax.xml.ws.RequestWrapper
-
wsdl:part name for the wrapper part
- partName() - Element in annotation interface javax.xml.ws.ResponseWrapper
-
wsdl:part name for the wrapper part
- parts - Variable in class javax.mail.Multipart
-
Vector of BodyPart objects.
- passivating() - Element in annotation interface javax.enterprise.context.NormalScope
-
Determines whether the normal scope type is a passivating scope.
- passivationCapable() - Element in annotation interface javax.ejb.Stateful
-
Specifies whether this stateful session bean is passivation capable
- PassivationCapable - Interface in javax.enterprise.inject.spi
-
Indicates that a custom implementation of
Bean
orContextual
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() - Element in annotation interface javax.annotation.sql.DataSourceDefinition
-
Password to use for connection authentication.
- password() - Element in annotation interface javax.jms.JMSConnectionFactoryDefinition
-
Password to use for connection authentication.
- password() - Element in annotation interface javax.jms.JMSPasswordCredential
-
Specifies the password to be used when injecting a
javax.jms.JMSContext
object - password() - Element in annotation interface javax.mail.MailSessionDefinition
-
Password to use for authentication.
- PASSWORD_PROPERTY - Static variable in interface javax.xml.ws.BindingProvider
-
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 - Enum constant in enum class javax.resource.spi.AuthenticationMechanism.CredentialInterface
-
Corresponds to
javax.resource.spi.security.PasswordCredential
. - PasswordCredential(String, char[]) - Constructor for class javax.resource.spi.security.PasswordCredential
-
Creates a new
PasswordCredential
object from the given user name and password. - 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 Interface in javax.validation.constraints
-
The annotated element must be a date in the past.
- Past.List - Annotation Interface in javax.validation.constraints
-
Defines several
Past
annotations on the same element. - 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(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<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 - Interface in javax.validation
-
Represents the navigation path from an object to another in an object graph.
- Path - Annotation Interface in javax.ws.rs
-
Identifies the URI path that a resource class or class method will serve requests for.
- PATH_INFO - Static variable in interface javax.xml.ws.handler.MessageContext
-
Standard property: Request Path Info
- Path.BeanNode - Interface in javax.validation
-
Node representing a bean.
- Path.ConstructorNode - Interface in javax.validation
-
Node representing a constructor.
- 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 Interface 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 Interface 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 Interface in javax.validation.constraints
-
The annotated
CharSequence
must match the specified regular expression. - PATTERN_ID - Static variable in class javax.faces.convert.NumberConverter
-
The message identifier of the
FacesMessage
to be created if the conversion toNumber
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 fromRegexValidator.getPattern()
isnull
or the empty String. - Pattern.Flag - Enum Class in javax.validation.constraints
-
Possible Regexp flags.
- Pattern.List - Annotation Interface in javax.validation.constraints
-
Defines several
Pattern
annotations on the same element. - payload() - Element in annotation interface javax.validation.constraints.AssertFalse
- payload() - Element in annotation interface javax.validation.constraints.AssertTrue
- payload() - Element in annotation interface javax.validation.constraints.DecimalMax
- payload() - Element in annotation interface javax.validation.constraints.DecimalMin
- payload() - Element in annotation interface javax.validation.constraints.Digits
- payload() - Element in annotation interface javax.validation.constraints.Future
- payload() - Element in annotation interface javax.validation.constraints.Max
- payload() - Element in annotation interface javax.validation.constraints.Min
- payload() - Element in annotation interface javax.validation.constraints.NotNull
- payload() - Element in annotation interface javax.validation.constraints.Null
- payload() - Element in annotation interface javax.validation.constraints.Past
- payload() - Element in annotation interface javax.validation.constraints.Pattern
- payload() - Element in annotation interface javax.validation.constraints.Size
- Payload - Interface in javax.validation
-
Payload type that can be attached to a given constraint declaration.
- PAYLOAD - Enum constant in enum class javax.xml.ws.Service.Mode
- PAYMENT_REQUIRED - Enum constant in enum class javax.ws.rs.core.Response.Status
-
402 Payment Required, see {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.3">HTTP/1.1 documentation}.
- 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 toNumber
fails. - performNavigation(String) - Method in class javax.faces.application.ConfigurableNavigationHandler
-
A convenience method to signal the JavaServer Faces implementation to perform navigation with the provided outcome.
- performNavigation(String) - Method in class javax.faces.application.ConfigurableNavigationHandlerWrapper
- permissionSpec() - Element in annotation interface javax.resource.spi.SecurityPermission
-
Specifies a security permission based on the Security policy file syntax.
- PERMIT - Enum constant in enum class javax.servlet.annotation.ServletSecurity.EmptyRoleSemantic
-
access is to be permitted independent of authentication state and identity.
- PermitAll - Annotation Interface 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.
- PERSIST - Enum constant in enum class javax.persistence.CascadeType
-
Cascade persist operation
- 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 Interface in javax.persistence
-
Expresses a dependency on a container-managed
EntityManager
and its associated persistence context. - PersistenceContexts - Annotation Interface in javax.persistence
-
Declares one or more
PersistenceContext
annotations. - PersistenceContextType - Enum Class 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 withnull
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 Interface 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 Interface 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 Interface in javax.persistence
-
Declares one or more
PersistenceUnit
annotations. - PersistenceUnitTransactionType - Enum Class 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() - Element in annotation interface javax.ejb.Schedule
-
Specifies whether the timer that is created is persistent.
- PERSISTENT - Static variable in interface javax.jms.DeliveryMode
-
This delivery mode instructs the JMS provider to log the message to stable storage as part of the client's send operation.
- personal - Variable in class javax.mail.internet.InternetAddress
-
The personal name.
- PESSIMISTIC_FORCE_INCREMENT - Enum constant in enum class javax.persistence.LockModeType
-
Pessimistic write lock, with version update.
- PESSIMISTIC_READ - Enum constant in enum class javax.persistence.LockModeType
-
Pessimistic read lock.
- PESSIMISTIC_WRITE - Enum constant in enum class javax.persistence.LockModeType
-
Pessimistic write lock.
- 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 withnull
as its detail message. - PessimisticLockException(Object) - Constructor for exception javax.persistence.PessimisticLockException
-
Constructs a new
PessimisticLockException
exception with the specified entity. - 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(String, Throwable, Object) - Constructor for exception javax.persistence.PessimisticLockException
-
Constructs a new
PessimisticLockException
exception with the specified detail message, cause, and entity. - PessimisticLockException(Throwable) - Constructor for exception javax.persistence.PessimisticLockException
-
Constructs a new
PessimisticLockException
exception with the specified cause. - PessimisticLockScope - Enum Class 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 theFacesEvent
interface. - phaseIdValueOf(String) - Static method in class javax.faces.event.PhaseId
-
Return a
PhaseId
representation of the arcumentphase
. - 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.
- pkColumnName() - Element in annotation interface javax.persistence.TableGenerator
-
(Optional) Name of the primary key column in the table.
- pkColumnValue() - Element in annotation interface javax.persistence.TableGenerator
-
(Optional) The primary key value in the generator table that distinguishes this set of generated values from others that may be stored in the table.
- pkJoinColumns() - Element in annotation interface javax.persistence.SecondaryTable
-
(Optional) The columns that are used to join with the primary table.
- 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.
- PLURAL_ATTRIBUTE - Enum constant in enum class javax.persistence.metamodel.Bindable.BindableType
-
Multi-valued attribute type
- PluralAttribute<X,
C, E> - Interface in javax.persistence.metamodel -
Instances of the type
PluralAttribute
represent persistent collection-valued attributes. - PluralAttribute.CollectionType - Enum Class 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
javax.security.jacc.PolicyConfiguration
Interface, thejavax.security.jacc.PolicyConfigurationFactory
abstract class, thejavax.security.jacc.PolicyContext
utility class, and implementations of thejavax.security.jacc.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 theFacesContext
attributes map so that the previousUIComponent
, 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 JSF 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.
- PortInfo - Interface in javax.xml.ws.handler
-
The
PortInfo
interface is used by aHandlerResolver
to query information about the port it is being asked to create a handler chain for. - portName() - Element in annotation interface javax.xml.ws.WebServiceProvider
-
Port name.
- portNumber() - Element in annotation interface javax.annotation.sql.DataSourceDefinition
-
Port number where a server is listening for requests.
- pos - Variable in exception javax.mail.internet.AddressException
-
The index in the string where the error occurred, or -1 if not known.
- post(Entity<?>) - 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.SyncInvoker
-
Invoke HTTP POST method for the current request synchronously.
- post(Entity<?>, Class<T>) - 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.SyncInvoker
-
Invoke HTTP POST method for the current request synchronously.
- post(Entity<?>, InvocationCallback<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<?>, GenericType<T>) - Method in interface javax.ws.rs.client.SyncInvoker
-
Invoke HTTP POST method for the current request synchronously.
- POST - Annotation Interface in javax.ws.rs
-
Indicates that the annotated method responds to HTTP POST requests.
- POST - Static variable in annotation interface javax.ws.rs.HttpMethod
-
HTTP POST method.
- POST_ACTIVATE - Enum constant in enum class javax.enterprise.inject.spi.InterceptionType
-
Intercepts bean activation, only called for EJBs
- POST_CONSTRUCT - Enum constant in enum class javax.enterprise.inject.spi.InterceptionType
-
Intercepts bean construction
- PostActivate - Annotation Interface 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)
orComponentSystemEventListener.processEvent(javax.faces.event.ComponentSystemEvent)
, the listener implementation may assume that thesource
of this event instance is aUIComponent
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 argumentcomponent
was just added to the view. - postConstruct() - Method in class javax.enterprise.inject.spi.Unmanaged.UnmanagedInstance
-
Call the @PostConstruct callback
- 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 - Annotation Interface 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.
- 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
AppliationPostConstructEvent
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. - 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 argumentroot
was just associated with its view map. - PostKeepFlashValueEvent - Class in javax.faces.event
-
This event must be published by a call to
Application.publishEvent(javax.faces.context.FacesContext, java.lang.Class<? extends javax.faces.event.SystemEvent>, java.lang.Object)
when a value is kept in the flash. - PostKeepFlashValueEvent(String) - Constructor for class javax.faces.event.PostKeepFlashValueEvent
-
Instantiate a new
PostKeepFlashValueEvent
that indicates the argumentkey
was just kept in the flash. - PostLoad - Annotation Interface in javax.persistence
-
Specifies a callback method for the corresponding lifecycle event.
- PostPersist - Annotation Interface in javax.persistence
-
Specifies a callback method for the corresponding lifecycle event.
- PostPutFlashValueEvent - Class in javax.faces.event
-
This event must be published by a call to
Application.publishEvent(javax.faces.context.FacesContext, java.lang.Class<? extends javax.faces.event.SystemEvent>, java.lang.Object)
when a value is stored in the flash. - PostPutFlashValueEvent(String) - Constructor for class javax.faces.event.PostPutFlashValueEvent
-
Instantiate a new
PostPutFlashValueEvent
that indicates the argumentkey
was just put to the flash. - PostRemove - Annotation Interface in javax.persistence
-
Specifies a callback method for the corresponding lifecycle event.
- PostRestoreStateEvent - Class in javax.faces.event
-
When an instance of this event is passed to
SystemEventListener.processEvent(javax.faces.event.SystemEvent)
orComponentSystemEventListener.processEvent(javax.faces.event.ComponentSystemEvent)
, the listener implementation may assume that thesource
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 argumentcomponent
just had its state restored. - PostUpdate - Annotation Interface 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)
orComponentSystemEventListener.processEvent(javax.faces.event.ComponentSystemEvent)
, the listener implementation may assume that thesource
of this event instance is theUIComponent
instance that is that has just been validated. - PostValidateEvent(UIComponent) - Constructor for class javax.faces.event.PostValidateEvent
- PRE_DESTROY - Enum constant in enum class javax.enterprise.inject.spi.InterceptionType
-
Intercepts bean destruction
- PRE_PASSIVATE - Enum constant in enum class javax.enterprise.inject.spi.InterceptionType
-
Intercepts bean passivation, only called for EJBs
- preamble - Variable in class javax.mail.internet.MimeMultipart
-
The MIME multipart preamble text, the text that occurs before the first boundary line.
- precision() - Element in annotation interface javax.persistence.Column
-
(Optional) The precision for a decimal (exact numeric) column.
- precision() - Element in annotation interface javax.persistence.MapKeyColumn
-
(Optional) The precision for a decimal (exact numeric) column.
- PreClearFlashEvent - Class in javax.faces.event
-
This event must be published by a call to
Application.publishEvent(javax.faces.context.FacesContext, java.lang.Class<? extends javax.faces.event.SystemEvent>, java.lang.Object)
before the flash is cleared. - PreClearFlashEvent(Map<String, Object>) - Constructor for class javax.faces.event.PreClearFlashEvent
-
Instantiate a new
PreClearFlashEvent
that indicates the argumentkey
was just put to the flash. - PRECONDITION_FAILED - Enum constant in enum class javax.ws.rs.core.Response.Status
-
412 Precondition Failed, see {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.13">HTTP/1.1 documentation}.
- preDestroy() - Method in class javax.enterprise.inject.spi.Unmanaged.UnmanagedInstance
-
Call the @PreDestroy callback
- preDestroy(T) - Method in interface javax.enterprise.inject.spi.InjectionTarget
-
Calls the
PreDestroy
callback, if it exists, according to the semantics required by the Java EE platform specification. - PreDestroy - Annotation Interface in javax.annotation
-
The PreDestroy annotation is used on methods as a callback notification to signal that the instance is in the process of being removed by the container.
- 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. - 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. - PreDestroyViewMapEvent - Class in javax.faces.event
-
This event must be published by a call to
Application.publishEvent(javax.faces.context.FacesContext, java.lang.Class<? extends javax.faces.event.SystemEvent>, java.lang.Object)
when theclear
method is called on the map returned fromUIViewRoot.getViewMap()
. - PreDestroyViewMapEvent(UIViewRoot) - Constructor for class javax.faces.event.PreDestroyViewMapEvent
-
Instantiate a new
ViewMapDestroydEvent
that indicates the argumentroot
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 Class 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.
- prefix() - Element in annotation interface javax.xml.bind.annotation.XmlNs
-
Namespace prefix
- PreJsf2ExceptionHandlerFactory - Class in javax.faces.webapp
-
This
ExceptionHandlerFactory
instance produces JSF 1.2 compatibleExceptionHandler
instances. - PreJsf2ExceptionHandlerFactory() - Constructor for class javax.faces.webapp.PreJsf2ExceptionHandlerFactory
- PreMatching - Annotation Interface 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() - Method in class javax.servlet.jsp.jstl.core.LoopTagSupport
-
Prepares for a single tag invocation.
- 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(Xid) - Method in interface javax.transaction.xa.XAResource
-
Ask the resource manager to prepare for a transaction commit of the transaction specified in xid.
- PrePassivate - Annotation Interface in javax.ejb
-
Designates a method to receive a callback before a stateful session bean is passivated.
- PrePersist - Annotation Interface in javax.persistence
-
Specifies a callback method for the corresponding lifecycle event.
- PreRemove - Annotation Interface in javax.persistence
-
Specifies a callback method for the corresponding lifecycle event.
- PreRemoveFlashValueEvent - Class in javax.faces.event
-
This event must be published by a call to
Application.publishEvent(javax.faces.context.FacesContext, java.lang.Class<? extends javax.faces.event.SystemEvent>, java.lang.Object)
when a value is removed from the flash. - PreRemoveFlashValueEvent(String) - Constructor for class javax.faces.event.PreRemoveFlashValueEvent
-
Instantiate a new
PreRemoveFlashValueEvent
that indicates the argumentkey
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)
orComponentSystemEventListener.processEvent(javax.faces.event.ComponentSystemEvent)
, the listener implementation may assume that thesource
of this event instance is aUIComponent
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 argumentcomponent
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)
orComponentSystemEventListener.processEvent(javax.faces.event.ComponentSystemEvent)
, the listener implementation may assume that thesource
of this event instance is theUIComponent
instance that is about to be rendered and that it is safe to callUIComponent.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 argumentcomponent
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)
orComponentSystemEventListener.processEvent(javax.faces.event.ComponentSystemEvent)
, the listener implementation may assume that thesource
of this event instance is theUIViewRoot
instance that is about to be rendered. - PreRenderViewEvent(UIViewRoot) - Constructor for class javax.faces.event.PreRenderViewEvent
-
Instantiate a new
PreRenderViewEvent
that indicates the argumentroot
is about to be rendered. - PRETTY_PRINTING - Static variable in interface javax.json.stream.JsonGenerator
-
Configuration property to generate JSON prettily.
- PreUpdate - Annotation Interface 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)
orComponentSystemEventListener.processEvent(javax.faces.event.ComponentSystemEvent)
, the listener implementation may assume that thesource
of this event instance is theUIComponent
instance that is about to be validated. - PreValidateEvent(UIComponent) - Constructor for class javax.faces.event.PreValidateEvent
- PrimaryKeyJoinColumn - Annotation Interface in javax.persistence
-
Specifies a primary key column that is used as a foreign key to join to another table.
- PrimaryKeyJoinColumns - Annotation Interface in javax.persistence
-
Groups
PrimaryKeyJoinColumn
annotations. - print(boolean) - Method in class javax.servlet.jsp.JspWriter
-
Print a boolean value.
- 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.jsp.JspWriter
-
Print a character.
- 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(char[]) - Method in class javax.servlet.jsp.JspWriter
-
Print an array of characters.
- print(double) - Method in class javax.servlet.jsp.JspWriter
-
Print a double-precision floating-point number.
- 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. - print(float) - Method in class javax.servlet.jsp.JspWriter
-
Print a floating-point number.
- 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(int) - Method in class javax.servlet.jsp.JspWriter
-
Print an integer.
- 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.jsp.JspWriter
-
Print a long integer.
- 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(Object) - Method in class javax.servlet.jsp.JspWriter
-
Print an object.
- print(String) - Method in class javax.servlet.jsp.JspWriter
-
Print a string.
- 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. - printAnySimpleType(String) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts a string value into a string.
- printAnySimpleType(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts a string value into a string.
- printBase64Binary(byte[]) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts an array of bytes into a string.
- printBase64Binary(byte[]) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts an array of bytes into a string.
- printBoolean(boolean) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts a boolean value into a string.
- printBoolean(boolean) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts a boolean value into a string.
- printByte(byte) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts a byte value into a string.
- printByte(byte) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts a byte value into a string.
- PrintConversionEvent - Interface in javax.xml.bind
-
This event indicates that a problem was encountered while converting data from the Java content tree into its lexical representation.
- PrintConversionEventImpl - Class in javax.xml.bind.helpers
-
Default implementation of the PrintConversionEvent interface.
- PrintConversionEventImpl(int, String, ValidationEventLocator) - Constructor for class javax.xml.bind.helpers.PrintConversionEventImpl
-
Create a new PrintConversionEventImpl.
- PrintConversionEventImpl(int, String, ValidationEventLocator, Throwable) - Constructor for class javax.xml.bind.helpers.PrintConversionEventImpl
-
Create a new PrintConversionEventImpl.
- printDate(Calendar) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts a Calendar value into a string.
- printDate(Calendar) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts a Calendar value into a string.
- printDateTime(Calendar) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts a Calendar value into a string.
- printDateTime(Calendar) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts a Calendar value into a string.
- printDecimal(BigDecimal) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts a BigDecimal value into a string.
- printDecimal(BigDecimal) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts a BigDecimal value into a string.
- printDouble(double) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts a double value into a string.
- printDouble(double) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts a double value into a string.
- printFloat(float) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts a float value into a string.
- printFloat(float) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts a float value into a string.
- printHexBinary(byte[]) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts an array of bytes into a string.
- printHexBinary(byte[]) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts an array of bytes into a string.
- printInt(int) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts an int value into a string.
- printInt(int) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts an int value into a string.
- printInteger(BigInteger) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts a BigInteger value into a string.
- printInteger(BigInteger) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts a BigInteger value into a string.
- println() - Method in class javax.servlet.jsp.JspWriter
-
Terminate the current line by writing the line separator string.
- println() - Method in class javax.servlet.ServletOutputStream
-
Writes a carriage return-line feed (CRLF) to the client.
- println(boolean) - Method in class javax.servlet.jsp.JspWriter
-
Print a boolean value and then terminate the line.
- 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.jsp.JspWriter
-
Print a character and then terminate the line.
- println(char) - Method in class javax.servlet.ServletOutputStream
-
Writes a character to the client, followed by a carriage return-line feed (CRLF).
- println(char[]) - Method in class javax.servlet.jsp.JspWriter
-
Print an array of characters 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(double) - Method in class javax.servlet.ServletOutputStream
-
Writes a
double
value to the client, followed by a carriage return-line feed (CRLF). - println(float) - Method in class javax.servlet.jsp.JspWriter
-
Print a floating-point number and then terminate the line.
- println(float) - Method in class javax.servlet.ServletOutputStream
-
Writes a
float
value to the client, followed by a carriage return-line feed (CRLF). - println(int) - Method in class javax.servlet.jsp.JspWriter
-
Print an integer and then terminate the line.
- 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.jsp.JspWriter
-
Print a long integer and then terminate the line.
- println(long) - Method in class javax.servlet.ServletOutputStream
-
Writes a
long
value to the client, followed by a carriage return-line feed (CRLF). - println(Object) - Method in class javax.servlet.jsp.JspWriter
-
Print an Object and then terminate the line.
- println(String) - Method in class javax.servlet.jsp.JspWriter
-
Print a String and then terminate the line.
- println(String) - Method in class javax.servlet.ServletOutputStream
-
Writes a
String
to the client, followed by a carriage return-line feed (CRLF). - printLong(long) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts A long value into a string.
- printLong(long) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts a long value into a string.
- printQName(QName, NamespaceContext) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts a QName instance into a string.
- printQName(QName, NamespaceContext) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts a QName instance into a string.
- printShort(short) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts a short value into a string.
- printShort(short) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts a short value into a string.
- printStackTrace() - Method in exception javax.xml.bind.JAXBException
-
Prints this JAXBException and its stack trace (including the stack trace of the linkedException if it is non-null) to System.err.
- printStackTrace() - Method in exception javax.xml.bind.TypeConstraintException
-
Prints this TypeConstraintException and its stack trace (including the stack trace of the linkedException if it is non-null) to System.err.
- printStackTrace(PrintStream) - Method in exception javax.xml.bind.JAXBException
-
Prints this JAXBException and its stack trace (including the stack trace of the linkedException if it is non-null) to the PrintStream.
- printStackTrace(PrintStream) - Method in exception javax.xml.bind.TypeConstraintException
-
Prints this TypeConstraintException and its stack trace (including the stack trace of the linkedException if it is non-null) to the PrintStream.
- printStackTrace(PrintWriter) - Method in exception javax.xml.bind.JAXBException
-
Prints this JAXBException and its stack trace (including the stack trace of the linkedException if it is non-null) to the PrintWriter.
- printString(String) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts the string argument into a string.
- printString(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts the string argument into a string.
- printTime(Calendar) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts a Calendar value into a string.
- printTime(Calendar) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts a Calendar value into a string.
- printUnsignedInt(long) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts a long value into a string.
- printUnsignedInt(long) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts a long value into a string.
- printUnsignedShort(int) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts an int value into a string.
- printUnsignedShort(int) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts an int value into a string.
- Priorities - Class in javax.ws.rs
-
A collection of built-in priority constants for the JAX-RS components that are supposed to be ordered based on their
javax.annotation.Priority
class-level annotation value when used or applied by JAX-RS runtime. - Priority - Annotation Interface in javax.annotation
-
The Priority annotation can be applied to classes to indicate in what order the classes should be used.
- 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
- procedureName() - Element in annotation interface javax.persistence.NamedStoredProcedureQuery
-
The name of the stored procedure in the database.
- 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_SKIP_COUNT - Enum constant in enum class javax.batch.runtime.Metric.MetricType
- 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()
orFacesContext.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 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 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 wrappedExceptionHandler
object. - 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 JAX-RS runtime processing exception.
- ProcessingException(String) - Constructor for exception javax.ws.rs.ProcessingException
-
Constructs a new JAX-RS runtime processing exception with the specified detail message.
- ProcessingException(String, Throwable) - Constructor for exception javax.ws.rs.ProcessingException
-
Constructs a new JAX-RS runtime processing exception with the specified detail message and cause.
- ProcessingException(Throwable) - Constructor for exception javax.ws.rs.ProcessingException
-
Constructs a new JAX-RS 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 ofcause
). - ProcessInjectionPoint<T,
X> - Interface in javax.enterprise.inject.spi -
The container fires an event of this type for every injection point of every Java EE component class supporting injection that may be instantiated by the container at runtime, including every managed bean declared using
javax.annotation.ManagedBean
, EJB 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 Java EE component class supporting injection that may be instantiated by the container at runtime, including every managed bean declared using
javax.annotation.ManagedBean
, EJB 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'sprocessListener()
implementation. - processListener(FacesListener) - Method in class javax.faces.event.FacesEvent
-
Broadcast this
FacesEvent
to the specifiedFacesListener
, 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 wrappedPartialViewContext
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 atry
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
-
The container fires an event of this type for each Java class or interface added by
BeforeBeanDiscovery.addAnnotatedType(AnnotatedType)
. - 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 thisUIForm
instance are only processed ifUIForm.isSubmitted()
returnstrue
. - processUpdates(FacesContext) - Method in class javax.faces.component.UIInput
-
In addition to the standard
processUpdates
behavior inherited fromUIComponentBase
, callsupdateModel()
. - 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 thisUIForm
instance are only processed ifUIForm.isSubmitted()
returnstrue
. - processValidators(FacesContext) - Method in class javax.faces.component.UIInput
-
In addition to the standard
processValidators
behavior inherited fromUIComponentBase
, callsvalidate()
if theimmediate
property is false (which is the default); if the component is invalid afterwards, callsFacesContext.renderResponse()
. - 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() - Method in class javax.enterprise.inject.spi.Unmanaged.UnmanagedInstance
-
Create the instance
- produce(CreationalContext<T>) - Method in interface javax.enterprise.inject.spi.Producer
-
Causes an instance to be produced via the
Producer
. - Producer<T> - Interface in javax.enterprise.inject.spi
-
Provides a generic operation for producing an instance of a type.
- ProducerFactory<X> - Interface in javax.enterprise.inject.spi
-
An
ProducerFactory
can create anProducer
for a given bean. - Produces - Annotation Interface in javax.enterprise.inject
-
Identifies a producer method or field.
- Produces - Annotation Interface in javax.ws.rs
-
Defines the media type(s) that the methods of a resource class or
MessageBodyWriter
can produce. - Production - Enum constant in enum class javax.faces.application.ProjectStage
-
This value indicates the currently running application is deployed in production.
- PROJECT_STAGE_JNDI_NAME - Static variable in enum class 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 class javax.faces.application.ProjectStage
-
The value of this constant is the value of the
param-name
for setting the current value to be returned byApplication.getProjectStage()
. - ProjectStage - Enum Class in javax.faces.application
-
This class enables a feature similar to the
RAILS_ENV
feature of the Ruby on Rails web framework. - properties() - Element in annotation interface javax.annotation.sql.DataSourceDefinition
-
Used to specify Vendor specific properties and less commonly used
DataSource
properties such as: - properties() - Element in annotation interface javax.jms.JMSConnectionFactoryDefinition
-
JMS connection factory property.
- properties() - Element in annotation interface javax.jms.JMSDestinationDefinition
-
JMS destination property.
- properties() - Element in annotation interface javax.mail.MailSessionDefinition
-
Properties to include in the Session.
- properties() - Element in annotation interface javax.persistence.PersistenceContext
-
(Optional) Properties for the container or persistence provider.
- properties() - Element in annotation interface javax.resource.AdministeredObjectDefinition
-
Properties of the administered object.
- properties() - Element in annotation interface javax.resource.ConnectionFactoryDefinition
-
Properties of the Connection Factory.
- 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 - Enum constant in enum class javax.persistence.AccessType
-
Property-based access is used.
- PROPERTY - Enum constant in enum class javax.validation.ElementKind
-
A property of a Java Bean.
- PROPERTY - Enum constant in enum class javax.xml.bind.annotation.XmlAccessType
-
Every getter/setter pair in a JAXB-bound class will be automatically bound to XML, unless annotated by
XmlTransient
. - PropertyDescriptor - Interface in javax.validation.metadata
-
Describes a Java Bean property hosting validation constraints.
- PropertyException - Exception in javax.xml.bind
-
This exception indicates that an error was encountered while getting or setting a property.
- PropertyException(String) - Constructor for exception javax.xml.bind.PropertyException
-
Construct a PropertyException with the specified detail message.
- PropertyException(String, Object) - Constructor for exception javax.xml.bind.PropertyException
-
Construct a PropertyException whose message field is set based on the name of the property and value.toString().
- PropertyException(String, String) - Constructor for exception javax.xml.bind.PropertyException
-
Construct a PropertyException with the specified detail message and vendor specific errorCode.
- PropertyException(String, String, Throwable) - Constructor for exception javax.xml.bind.PropertyException
-
Construct a PropertyException with the specified detail message, vendor specific errorCode, and linkedException.
- PropertyException(String, Throwable) - Constructor for exception javax.xml.bind.PropertyException
-
Construct a PropertyException with the specified detail message and linkedException.
- PropertyException(Throwable) - Constructor for exception javax.xml.bind.PropertyException
-
Construct a PropertyException with a linkedException.
- 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.
- propertyName() - Element in annotation interface javax.ejb.ActivationConfigProperty
- PropertyNotFoundException - Exception in javax.el
-
Thrown when a property could not be found while evaluating a
ValueExpression
orMethodExpression
. - PropertyNotFoundException - Exception in javax.faces.el
-
Deprecated.This has been replaced by
PropertyNotFoundException
. - PropertyNotFoundException() - Constructor for exception javax.el.PropertyNotFoundException
-
Creates a
PropertyNotFoundException
with no detail message. - 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.el.PropertyNotFoundException
-
Creates a
PropertyNotFoundException
with the provided detail message. - PropertyNotFoundException(String) - Constructor for exception javax.faces.el.PropertyNotFoundException
-
Deprecated.Construct a new exception with the specified detail message and no root cause.
- PropertyNotFoundException(String, Throwable) - Constructor for exception javax.el.PropertyNotFoundException
-
Creates a
PropertyNotFoundException
with the given detail message and 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.
- PropertyNotFoundException(Throwable) - Constructor for exception javax.el.PropertyNotFoundException
-
Creates a
PropertyNotFoundException
with the given root cause. - PropertyNotFoundException(Throwable) - Constructor for exception javax.faces.el.PropertyNotFoundException
-
Deprecated.Construct a new exception with the specified 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(String, Throwable) - Constructor for exception javax.el.PropertyNotWritableException
-
Creates a
PropertyNotWritableException
with the given detail message and root cause. - PropertyNotWritableException(Throwable) - Constructor for exception javax.el.PropertyNotWritableException
-
Creates a
PropertyNotWritableException
with the given root cause. - 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.
- propertyValue() - Element in annotation interface javax.ejb.ActivationConfigProperty
- propOrder() - Element in annotation interface javax.xml.bind.annotation.XmlType
-
Specifies the order for XML Schema elements when class is mapped to a XML Schema complex type.
- ProtectedViewException - Exception in javax.faces.application
-
This exception is thrown by the runtime when a violation of the view protection mechanism is encountered.
- ProtectedViewException() - Constructor for exception javax.faces.application.ProtectedViewException
- ProtectedViewException(String) - Constructor for exception javax.faces.application.ProtectedViewException
- ProtectedViewException(String, Throwable) - Constructor for exception javax.faces.application.ProtectedViewException
- ProtectedViewException(Throwable) - Constructor for exception javax.faces.application.ProtectedViewException
- PROTOCOL_ERROR - Enum constant in enum class javax.websocket.CloseReason.CloseCodes
-
1002 indicates that an endpoint is terminating the connection due to a protocol error.
- 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.
- ProtocolException - Exception in javax.xml.ws
-
The
ProtocolException
class is a base class for exceptions related to a specific protocol binding. - ProtocolException() - Constructor for exception javax.xml.ws.ProtocolException
-
Constructs a new protocol exception with
null
as its detail message. - ProtocolException(String) - Constructor for exception javax.xml.ws.ProtocolException
-
Constructs a new protocol exception with the specified detail message.
- ProtocolException(String, Throwable) - Constructor for exception javax.xml.ws.ProtocolException
-
Constructs a new runtime exception with the specified detail message and cause.
- ProtocolException(Throwable) - Constructor for exception javax.xml.ws.ProtocolException
-
Constructs a new runtime 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). - provider() - Static method in class javax.json.spi.JsonProvider
-
Creates a JSON provider object.
- provider() - Static method in class javax.xml.ws.spi.Provider
-
Creates a new provider object.
- Provider - Class in javax.mail
-
The Provider is a class that describes a protocol implementation.
- Provider - Class in javax.xml.ws.spi
-
Service provider for
ServiceDelegate
andEndpoint
objects. - Provider<T> - Interface in javax.inject
-
Provides instances of
T
. - Provider<T> - Interface in javax.xml.ws
-
Service endpoints may implement the
Provider
interface as a dynamic alternative to an SEI. - Provider - Annotation Interface in javax.ws.rs.ext
-
Marks an implementation of an extension interface that should be discoverable by JAX-RS runtime during a provider scanning phase.
- Provider() - Constructor for class javax.xml.ws.spi.Provider
-
Creates a new instance of Provider
- 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 - Static variable in class javax.ejb.embeddable.EJBContainer
-
Standard property name for specifying the embeddable container implementation bootstrap class.
- PROVIDER_DEFAULT - Enum constant in enum class javax.persistence.ConstraintMode
-
Use the provider-defined default behavior.
- 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.
- Provider.Type - Class in javax.mail
-
This inner class defines the Provider type.
- 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 Bean Validation and creates a provider specific
Configuration
of typeT
. - ProviderUtil - Interface in javax.persistence.spi
-
Utility interface implemented by the persistence provider.
- PROXY_AUTHENTICATION_REQUIRED - Enum constant in enum class javax.ws.rs.core.Response.Status
-
407 Proxy Authentication Required, see {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.8">HTTP/1.1 documentation}.
- PUBLIC_MEMBER - Enum constant in enum class javax.xml.bind.annotation.XmlAccessType
-
Every public getter/setter pair and every public field will be automatically bound to XML, unless annotated by
XmlTransient
. - publish(Object) - Method in class javax.xml.ws.Endpoint
-
Publishes this endpoint at the provided server context.
- publish(String) - Method in class javax.xml.ws.Endpoint
-
Publishes this endpoint at the given address.
- publish(String, Object) - Static method in class javax.xml.ws.Endpoint
-
Creates and publishes an endpoint for the specified implementor object at the given address.
- publish(String, Object, WebServiceFeature...) - Static method in class javax.xml.ws.Endpoint
-
Creates and publishes an endpoint for the specified implementor object at the given address.
- 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.
- publish(HttpContext) - Method in class javax.xml.ws.Endpoint
-
Publishes this endpoint at the provided server context.
- 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 argumentsourceBaseType
to find the matching listener instead of using theClass
of thesource
argument. - 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 wrappedApplication
object. - publishEvent(FacesContext, Class<? extends SystemEvent>, Object) - Method in class javax.faces.application.Application
-
If
FacesContext.isProcessingEvents()
istrue
and there are one or more listeners for events of the type represented bysystemEventClass
, call those listeners, passingsource
as the source of the event. - 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 wrappedApplication
object. - push(T) - Method in interface javax.enterprise.context.spi.CreationalContext
-
Registers an incompletely initialized contextual instance the with the container.
- 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.
- pushBody(Writer) - Method in class javax.servlet.jsp.JspContext
-
Return a new JspWriter object that sends output to the provided Writer.
- pushComponentToEL(FacesContext, UIComponent) - Method in class javax.faces.component.UIComponent
-
Push the current
UIComponent
this
to theFacesContext
attribute map using the keyUIComponent.CURRENT_COMPONENT
saving the previousUIComponent
associated withUIComponent.CURRENT_COMPONENT
for a subsequent call toUIComponent.popComponentFromEL(javax.faces.context.FacesContext)
. - 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 aMap
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 wrappedFlash
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<?>) - 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.AsyncInvoker
-
Invoke HTTP PUT method for the current request asynchronously.
- put(Entity<?>, Class<T>) - Method in interface javax.ws.rs.client.SyncInvoker
-
Invoke HTTP PUT method for the current request synchronously.
- put(Entity<?>, InvocationCallback<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<?>, 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 - Annotation Interface in javax.ws.rs
-
Indicates that the annotated method responds to HTTP PUT requests.
- PUT - Static variable in annotation interface javax.ws.rs.HttpMethod
-
HTTP PUT method.
- 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 wrappedFlash
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 wrappedFlash
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
- QUALIFIED - Enum constant in enum class javax.xml.bind.annotation.XmlNsForm
- Qualifier - Annotation Interface in javax.inject
-
Identifies qualifier annotations.
- query() - Element in annotation interface javax.persistence.NamedNativeQuery
-
The SQL query string.
- query() - Element in annotation interface javax.persistence.NamedQuery
-
(Required) The query string in the Java Persistence query language.
- Query - Interface in javax.persistence
-
Interface used to control query execution.
- QUERY_STRING - Static variable in interface javax.xml.ws.handler.MessageContext
-
Standard property: Query string for request.
- QueryHint - Annotation Interface in javax.persistence
-
Used to supply a query property or hint to the
NamedQuery
orNamedNativeQuery
annotation. - 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 Interface 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.
- 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 withnull
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(String, Throwable, Query) - Constructor for exception javax.persistence.QueryTimeoutException
-
Constructs a new
QueryTimeoutException
exception with the specified detail message, cause, and query. - 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. - 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 JMS provider. - QueueConnectionFactory - Interface in javax.jms
-
A client uses a
QueueConnectionFactory
object to createQueueConnection
objects with a point-to-point JMS 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 inbroadcast()
. - 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) - 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 creatingQueueReceiver
,QueueSender
,QueueBrowser
, andTemporaryQueue
objects. - quot(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(Expression<? extends 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.
- 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 ofInputStream
. - 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 - Enum constant in enum class javax.ejb.LockType
-
For read-only operations.
- READ - Enum constant in enum class javax.persistence.LockModeType
-
Synonymous with
OPTIMISTIC
. - READ_COUNT - Enum constant in enum class javax.batch.runtime.Metric.MetricType
- READ_ONLY - Static variable in class javax.mail.Folder
-
The Folder is read only.
- READ_SKIP_COUNT - Enum constant in enum class javax.batch.runtime.Metric.MetricType
- 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[]) - Method in interface javax.jms.StreamMessage
-
Reads a byte array field from the stream message into the specified
byte[]
object (the read buffer). - readBytes(byte[], int) - Method in interface javax.jms.BytesMessage
-
Reads a portion of the bytes message stream.
- 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.
- 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.
- readEndpointReference(Source) - Method in class javax.xml.ws.spi.Provider
-
read an EndpointReference from the infoset contained in
eprInfoset
. - 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(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>) - 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
-
Interface for message body reader interceptors that wrap around calls to
MessageBodyReader.readFrom(java.lang.Class<T>, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType, javax.ws.rs.core.MultivaluedMap<java.lang.String, java.lang.String>, java.io.InputStream)
. - 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
. - readFrom(Source) - Static method in class javax.xml.ws.EndpointReference
-
Factory method to read an EndpointReference from the infoset contained in
eprInfoset
. - 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. - 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.
- reauthenticationSupport() - Element in annotation interface javax.resource.spi.Connector
-
Specifies whether a license is required to deploy and use this resource adapter
- receive() - Method in interface javax.jms.JMSConsumer
-
Receives the next message produced for this
JMSConsumer
. - receive() - Method in interface javax.jms.MessageConsumer
-
Receives the next message produced for this message consumer.
- receive(long) - Method in interface javax.jms.JMSConsumer
-
Receives the next message that arrives within the specified timeout interval.
- 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 Class in javax.enterprise.event
-
Distinguishes conditional observer methods from observer methods which are always notified.
- 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.
- 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.
- recover(int) - Method in interface javax.transaction.xa.XAResource
-
Obtains a list of prepared transaction branches from a resource manager.
- redirect() - Method in class javax.faces.flow.builder.NavigationCaseBuilder
-
Create a redirect within this navigation case.
- 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 theFacesContext
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 wrappedExternalContext
object. - redirect(String) - Method in class javax.faces.context.PartialResponseWriter
-
Write a redirect operation.
- RedirectBuilder() - Constructor for class javax.faces.flow.builder.NavigationCaseBuilder.RedirectBuilder
- REDIRECTION - Enum constant in enum class javax.ws.rs.core.Response.Status.Family
-
3xx
HTTP status codes. - RedirectionException - Exception in javax.ws.rs
-
A runtime application exception indicating a request redirection (HTTP
3xx
status codes). - 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(String, Response) - 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(Response) - Constructor for exception javax.ws.rs.RedirectionException
-
Construct a new redirection exception.
- RedirectionException(Response.Status, URI) - Constructor for exception javax.ws.rs.RedirectionException
-
Construct a new redirection exception.
- ref - Variable in exception javax.mail.internet.AddressException
-
The string being parsed.
- REF_CURSOR - Enum constant in enum class javax.persistence.ParameterMode
-
Stored procedure reference cursor parameter.
- Reference(FacesContext, UIViewParameter, int, String) - Constructor for class javax.faces.component.UIViewParameter.Reference
-
Construct a reference to a
UIViewParameter
. - REFERENCE_PARAMETERS - Static variable in interface javax.xml.ws.handler.MessageContext
-
Standard property: WS Addressing Reference Parameters.
- Referenceable - Interface in javax.resource
-
The Referenceable interface extends the javax.naming.Referenceable interface.
- ReferencedBean - Annotation Interface in javax.faces.bean
-
The presence of this annotation on a class is equivalent to the referenced-bean element in the application configuration resources.
- referencedColumnName() - Element in annotation interface javax.persistence.JoinColumn
-
(Optional) The name of the column referenced by this foreign key column.
- referencedColumnName() - Element in annotation interface javax.persistence.MapKeyJoinColumn
-
(Optional) The name of the column referenced by this foreign key column.
- referencedColumnName() - Element in annotation interface javax.persistence.PrimaryKeyJoinColumn
-
(Optional) The name of the primary key column of the table being joined to.
- referenceParameter(Element) - Method in class javax.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
-
Adds the
referenceParameter
to theW3CEndpointReference
instancewsa:ReferenceParameters
element. - 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(String, Throwable) - Constructor for exception javax.faces.el.ReferenceSyntaxException
-
Deprecated.Construct a new exception with the specified detail message and root cause.
- ReferenceSyntaxException(Throwable) - Constructor for exception javax.faces.el.ReferenceSyntaxException
-
Deprecated.Construct a new exception with the specified root cause.
- 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.
- 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 - Enum constant in enum class javax.persistence.CacheStoreMode
-
Insert/update entity data into cache when read from database and when committed into database.
- REFRESH - Enum constant in enum class javax.persistence.CascadeType
-
Cascade refresh operation
- regexp() - Element in annotation interface javax.validation.constraints.Pattern
- 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<?>) - Method in interface javax.ws.rs.core.Configurable
-
Register a class of a custom JAX-RS 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 JAX-RS 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.container.AsyncResponse
-
Register asynchronous processing lifecycle callback classes to receive lifecycle events for the asynchronous response based on the implemented callback interfaces.
- register(Class<?>, Class<?>...) - Method in interface javax.ws.rs.core.Configurable
-
Register a class of a custom JAX-RS 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 JAX-RS 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.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) - Method in interface javax.ws.rs.core.Configurable
-
Register an instance of a custom JAX-RS 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 JAX-RS 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 JAX-RS 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, 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(Object, Map<Class<?>, Integer>) - Method in interface javax.ws.rs.core.Configurable
-
Register an instance of a custom JAX-RS component (such as an extension provider or a
feature
meta-provider) to be instantiated and used in the scope of this configurable context. - 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.
- 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
- Registration.Dynamic - Interface in javax.servlet
-
Interface through which a
Servlet
orFilter
registered via one of the addServlet or addFilter methods, respectively, onServletContext
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.
- REJECT - Enum constant in enum class javax.faces.component.visit.VisitResult
-
This result indicates that the tree visit should continue, but should skip the current component's subtree.
- 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 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 wrappedFacesContext
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 wrappedPartialViewContext
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 activeWork
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.
- 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 Bean Validation provider. - releasePageContext(PageContext) - Method in class javax.servlet.jsp.JspFactory
-
called to release a previously allocated PageContext object.
- Remote - Annotation Interface 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 Interface in javax.ejb
-
Declares the remote home interface or adapted remote home interface for a session bean.
- remove() - Method in interface javax.ejb.EJBLocalObject
-
Remove the EJB local object.
- remove() - Method in interface javax.ejb.EJBObject
-
Remove the EJB object.
- 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 interface javax.ejb.EJBHome
-
Remove an EJB object identified by its primary key.
- remove(Object) - Method in interface javax.ejb.EJBLocalHome
-
Remove an EJB object identified by its primary key.
- remove(Object) - Method in class javax.faces.context.FlashWrapper
-
The default behavior of this method is to call
Map.remove(Object)
on the wrappedFlash
object. - remove(Object) - Method in interface javax.persistence.EntityManager
-
Remove the entity instance.
- remove(Object) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
- remove(String) - Method in class javax.mail.Flags
-
Remove the specified user flag from this Flags object.
- remove(String) - Method in class javax.mail.internet.ParameterList
-
Removes the specified parameter from this ParameterList.
- remove(Handle) - Method in interface javax.ejb.EJBHome
-
Remove an EJB object identified by its handle.
- remove(Flags) - Method in class javax.mail.Flags
-
Remove all flags in the given Flags object from this Flags object.
- remove(Flags.Flag) - Method in class javax.mail.Flags
-
Remove the specified system flag from this Flags object.
- remove(MessageInfo) - Method in interface javax.security.auth.message.MessagePolicy.Target
-
Remove the Object identified by the Target from the MessageInfo.
- remove(HttpSession, String) - Static method in class javax.servlet.jsp.jstl.core.Config
-
Removes a configuration variable from the "session" scope.
- remove(PageContext, String, int) - Static method in class javax.servlet.jsp.jstl.core.Config
-
Removes a configuration variable from the given scope.
- remove(ServletContext, String) - Static method in class javax.servlet.jsp.jstl.core.Config
-
Removes a configuration variable from the "application" scope.
- remove(ServletRequest, String) - Static method in class javax.servlet.jsp.jstl.core.Config
-
Removes a configuration variable from the "request" scope.
- Remove - Annotation Interface 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 - Enum constant in enum class javax.persistence.CascadeType
-
Cascade remove operation
- removeActionListener(ActionListener) - Method in interface javax.faces.component.ActionSource
-
Remove an existing
ActionListener
(if any) from the set of listeners interested in being notified whenActionEvent
s 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 whenActionEvent
s 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 thisAjaxBehavior
. - 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) - 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.
- removeAttribute(String, int) - Method in class javax.servlet.jsp.JspContext
-
Remove the object reference associated with the specified name in the given scope.
- 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 thisBehavior
. - removeBodyPart(int) - Method in class javax.mail.internet.MimeMultipart
-
Remove the part at specified location (starting from 0).
- removeBodyPart(int) - Method in class javax.mail.Multipart
-
Remove the part at specified location (starting from 0).
- removeBodyPart(BodyPart) - Method in class javax.mail.internet.MimeMultipart
-
Remove the specified part from the multipart message.
- removeBodyPart(BodyPart) - Method in class javax.mail.Multipart
-
Remove the specified part from the multipart message.
- 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 - 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.
- REMOVED - Static variable in class javax.mail.event.MessageCountEvent
-
The messages were removed from their folder
- removeDataModelListener(DataModelListener) - Method in class javax.faces.model.DataModel
-
Remove an existing
DataModelListener
from the set interested in notifications from thisDataModel
. - removeELContextListener(ELContextListener) - Method in class javax.faces.application.Application
-
Remove the argument
listener
from the list ofELContextListener
s. - 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 wrappedApplication
object. - RemoveException - Exception in javax.ejb
-
The RemoveException is thrown at an attempt to remove an EJB object or local EJB object when the enterprise bean or the container does not allow the EJB 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.
- removeFacesListener(FacesListener) - Method in class javax.faces.component.UIComponent
-
Remove the specified
FacesListener
from the set of listeners registered to receive event notifications from thisUIComponent
. - removeFacesListener(FacesListener) - Method in class javax.faces.component.UIComponentBase
-
Remove the specified
FacesListener
from the set of listeners registered to receive event notifications from thisUIComponent
. - 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.
- 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 ofPhaseListener
s 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
- 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.
- removeProtectedView(String) - Method in class javax.faces.application.ViewHandler
-
Remove the argument
urlPattern
from the thread safeSet
of protected views for this application, if present in theSet
. - 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 wrappedViewHandler
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.
- removeRole(String) - Method in interface javax.security.jacc.PolicyConfiguration
-
Used to remove a role and all its permissions from this PolicyConfiguration.
- 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.
- removeUncheckedPolicy() - Method in interface javax.security.jacc.PolicyConfiguration
-
Used to remove any unchecked policy statements from this PolicyConfiguration.
- 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
- 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 whenValueChangeEvent
s 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 whenValueChangeEvent
s occur. - 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 theFacesContext
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
UIComponent
s 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
- rendererType() - Element in annotation interface javax.faces.render.FacesBehaviorRenderer
- rendererType() - Element in annotation interface javax.faces.render.FacesRenderer
-
The value of this annotation attribute is taken to be the renderer-type which, in combination with
FacesRenderer.componentFamily()
can be used to obtain a reference to an instance of thisRenderer
by callingRenderKit.getRenderer(java.lang.String, java.lang.String)
. - RendererWrapper - Class in javax.faces.render
- RendererWrapper() - Constructor for class javax.faces.render.RendererWrapper
- RenderKit - Class in javax.faces.render
-
RenderKit represents a collection of
Renderer
instances that, together, know how to render JavaServer FacesUIComponent
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
- renderKitId() - Element in annotation interface javax.faces.render.FacesBehaviorRenderer
-
The value of this annotation attribute is taken to be the render-kit-id in which an instance of this class of
Renderer
must be installed. - renderKitId() - Element in annotation interface javax.faces.render.FacesRenderer
-
The value of this annotation attribute is taken to be the render-kit-id in which an instance of this class of
Renderer
must be installed. - RenderKitWrapper - Class in javax.faces.render
- RenderKitWrapper() - Constructor for class javax.faces.render.RenderKitWrapper
- renderResponse() - Method in class javax.faces.context.FacesContext
-
Signal the JavaServer 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 wrappedFacesContext
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 wrappedViewHandler
object. - renderView(FacesContext, UIViewRoot) - Method in class javax.faces.view.ViewDeclarationLanguage
-
Render a view rooted at argument
view
. - renderView(FacesContext, UIViewRoot) - Method in class javax.faces.view.ViewDeclarationLanguageWrapper
- 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) - Method in class javax.mail.Message
-
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.
- ReportAsSingleViolation - Annotation Interface in javax.validation
-
A constraint annotation hosting this annotation will return the composed annotation error report if any of the composing annotations fail.
- 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(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(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 - Enum constant in enum class javax.servlet.DispatcherType
- REQUEST - Static variable in class javax.servlet.jsp.PageContext
-
Name used to store ServletRequest in PageContext name table.
- REQUEST_CIPHER_SUITE - Static variable in class javax.xml.ws.spi.http.HttpExchange
-
Standard property: cipher suite value when the request is received over HTTPS
- REQUEST_ENTITY_TOO_LARGE - Enum constant in enum class javax.ws.rs.core.Response.Status
-
413 Request Entity Too Large, see {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.14">HTTP/1.1 documentation}.
- REQUEST_KEY_SIZE - Static variable in class javax.xml.ws.spi.http.HttpExchange
-
Standard property: bit size of the algorithm when the request is received over HTTPS
- 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).
- REQUEST_TIMEOUT - Enum constant in enum class javax.ws.rs.core.Response.Status
-
408 Request Timeout, see {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.9">HTTP/1.1 documentation}.
- REQUEST_URI_TOO_LONG - Enum constant in enum class javax.ws.rs.core.Response.Status
-
414 Request-URI Too Long, see {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.15">HTTP/1.1 documentation}.
- REQUEST_X509CERTIFICATE - Static variable in class javax.xml.ws.spi.http.HttpExchange
-
Standard property: A SSL certificate, if any, associated with the request
- 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.
- REQUESTED_RANGE_NOT_SATISFIABLE - Enum constant in enum class javax.ws.rs.core.Response.Status
-
416 Requested Range Not Satisfiable, see {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.17">HTTP/1.1 documentation}.
- requestInitialized(ServletRequestEvent) - Method in interface javax.servlet.ServletRequestListener
-
Receives notification that a ServletRequest is about to come into scope of the web application.
- 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 Interface in javax.enterprise.context
-
Specifies that a bean is request scoped.
- RequestScoped - Annotation Interface in javax.faces.bean
-
When this annotation, along with
ManagedBean
is found on a class, the runtime must act as if a<managed-bean-scope>request<managed-bean-scope>
element was declared for the corresponding managed bean. - RequestWrapper - Annotation Interface in javax.xml.ws
-
Used to annotate methods in the Service Endpoint Interface with the request wrapper bean to be used at runtime.
- required - Variable in class javax.xml.ws.soap.AddressingFeature
-
If addressing is enabled, this property determines whether the endpoint requires WS-Addressing.
- required() - Element in annotation interface javax.xml.bind.annotation.XmlAttribute
-
Specifies if the XML Schema attribute is optional or required.
- required() - Element in annotation interface javax.xml.bind.annotation.XmlElement
-
Customize the element declaration to be required.
- required() - Element in annotation interface javax.xml.bind.annotation.XmlElementRef
-
Customize the element declaration to be required.
- required() - Element in annotation interface javax.xml.bind.annotation.XmlElementWrapper
-
Customize the wrapper element declaration to be required.
- required() - Element in annotation interface javax.xml.ws.soap.Addressing
-
If addressing is enabled, this property determines whether the endpoint requires WS-Addressing.
- REQUIRED - Enum constant in enum class javax.ejb.TransactionAttributeType
-
If a client invokes the enterprise bean's method while the client is associated with a transaction context, the container invokes the enterprise bean's method in the client's transaction context.
- REQUIRED - Enum constant in enum class javax.transaction.Transactional.TxType
-
If called outside a transaction context, the interceptor must begin a new JTA transaction, the managed bean method execution must then continue inside this transaction context, and the transaction must be completed by the interceptor.
- 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
- requiredWorkContexts() - Element in annotation interface javax.resource.spi.Connector
-
Specifies a list of fully qualified classes that implements the
WorkContext
interface that a resource adapter requires the application server to support. - REQUIRES_NEW - Enum constant in enum class javax.ejb.TransactionAttributeType
-
The container must invoke an enterprise bean method whose transaction attribute is set to
REQUIRES_NEW
with a new transaction context. - REQUIRES_NEW - Enum constant in enum class javax.transaction.Transactional.TxType
-
If called outside a transaction context, the interceptor must begin a new JTA transaction, the managed bean method execution must then continue inside this transaction context, and the transaction must be completed by the interceptor.
- RESERVED - Enum constant in enum class javax.websocket.CloseReason.CloseCodes
-
Reserved.
- 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 ofInputStream
. - 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() - Method in class javax.xml.bind.util.ValidationEventCollector
-
Clear all collected errors and warnings.
- RESET_CONTENT - Enum constant in enum class javax.ws.rs.core.Response.Status
-
205 Reset Content, see {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.6">HTTP/1.1 documentation}.
- 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 returntrue
fromPartialViewContext.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 itsEditableValueHolder.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) - Constructor for exception javax.enterprise.inject.ResolutionException
- ResolutionException(String, Throwable) - 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(URI) - Method in interface javax.ws.rs.core.UriInfo
-
Resolve a relative URI with respect to the base URI of the application.
- resolve(Set<Bean<? extends X>>) - Method in interface javax.enterprise.inject.spi.BeanManager
-
Apply the ambiguous dependency resolution rules to a set of beans.
- resolveClass(String) - Method in class javax.el.ImportHandler
-
Resolve a class name.
- 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 Java 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 Java EE component from whose JNDI environment namespace the BeanManager was obtained.
- resolveObserverMethods(T, Annotation...) - Method in interface javax.enterprise.inject.spi.BeanManager
-
Return the set of observers 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 givenname
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 thisUriBuilder
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 givenname
in the URI of the current target 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 thisUriBuilder
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 givenname
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 thisUriBuilder
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>) - 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 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 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(String) - Method in interface javax.servlet.jsp.el.VariableResolver
-
Deprecated.Resolves the specified variable.
- 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
. - 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 - Annotation Interface in javax.annotation
-
The Resource annotation marks a resource that is needed by the application.
- 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_CONTRACT_XML - Static variable in class javax.faces.application.ResourceHandler
-
The name of the marker file that the implementation must scan for, within sub-directories
META-INF/contracts
, to identify the set of available resource library contracts. - 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 theResourceHandler.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. - RESOURCE_LOCAL - Enum constant in enum class javax.persistence.spi.PersistenceUnitTransactionType
-
Resource-local entity managers will be created.
- Resource.AuthenticationType - Enum Class in javax.annotation
-
The two possible authentication types for a resource.
- resourceAdapter() - Element in annotation interface javax.jms.JMSConnectionFactoryDefinition
-
Resource adapter name.
- resourceAdapter() - Element in annotation interface javax.jms.JMSDestinationDefinition
-
Resource adapter name.
- resourceAdapter() - Element in annotation interface javax.resource.AdministeredObjectDefinition
-
The name of the resource adapter that the administered object must be created from.
- resourceAdapter() - Element in annotation interface javax.resource.ConnectionFactoryDefinition
-
The name of the resource adapter that the administered object must be created from.
- 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 likeManagedConnectionFactory
andActivationSpec
. - 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(String, String) - Constructor for exception javax.resource.spi.ResourceAdapterInternalException
-
Constructs a new throwable with the specified detail message and an error code.
- ResourceAdapterInternalException(String, Throwable) - Constructor for exception javax.resource.spi.ResourceAdapterInternalException
-
Constructs a new throwable with the specified detail message and cause.
- ResourceAdapterInternalException(Throwable) - Constructor for exception javax.resource.spi.ResourceAdapterInternalException
-
Constructs a new throwable with the specified cause.
- 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 - 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.jms.ResourceAllocationException
-
Constructs a
ResourceAllocationException
with the specified reason. - ResourceAllocationException(String) - Constructor for exception javax.resource.spi.ResourceAllocationException
-
Constructs a new instance with the specified detail message.
- ResourceAllocationException(String, String) - Constructor for exception javax.jms.ResourceAllocationException
-
Constructs a
ResourceAllocationException
with the specified reason and error code. - ResourceAllocationException(String, String) - Constructor for exception javax.resource.spi.ResourceAllocationException
-
Constructs a new throwable with the specified detail message and an error code.
- ResourceAllocationException(String, Throwable) - Constructor for exception javax.resource.spi.ResourceAllocationException
-
Constructs a new throwable with the specified detail message and cause.
- ResourceAllocationException(Throwable) - Constructor for exception javax.resource.spi.ResourceAllocationException
-
Constructs a new throwable with the specified cause.
- 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) - Constructor for exception javax.jms.ResourceAllocationRuntimeException
-
Constructs a
ResourceAllocationRuntimeException
with the specified reason. - ResourceAllocationRuntimeException(String, String) - Constructor for exception javax.jms.ResourceAllocationRuntimeException
-
Constructs a
ResourceAllocationRuntimeException
with the specified reason and error code. - 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 Interface in javax.faces.application
-
Container annotation to specify multiple
ResourceDependency
annotations on a single class. - ResourceDependency - Annotation Interface in javax.faces.application
-
Instances of
UIComponent
orRenderer
that have this annotation (orResourceDependencies
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 theUIViewRoot
in which this component or renderer is used. - ResourceException - Exception in javax.resource
-
This is the root interface of the exception hierarchy defined for the Connector architecture.
- 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(String, String) - Constructor for exception javax.resource.ResourceException
-
Create a new throwable with the specified message and error code.
- ResourceException(String, Throwable) - Constructor for exception javax.resource.ResourceException
-
Constructs a new throwable with the specified detail message and cause.
- ResourceException(Throwable) - Constructor for exception javax.resource.ResourceException
-
Constructs a new throwable with the specified cause.
- ResourceHandler - Class in javax.faces.application
-
ResourceHandler is the run-time API by which
UIComponent
andRenderer
instances, and theViewDeclarationLanguage
can referenceResource
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 existingResourceHandler
instance. - ResourceHandlerWrapper() - Constructor for class javax.faces.application.ResourceHandlerWrapper
- 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 - Variable in class javax.mail.Quota
-
The set of resources associated with this quota root.
- Resources - Annotation Interface in javax.annotation
-
This class is used to allow multiple resources declarations.
- 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(String, String) - Constructor for exception javax.resource.cci.ResourceWarning
-
Constructs a new throwable with the specified detail message and an error code.
- ResourceWarning(String, Throwable) - Constructor for exception javax.resource.cci.ResourceWarning
-
Constructs a new throwable with the specified detail message and cause.
- ResourceWarning(Throwable) - Constructor for exception javax.resource.cci.ResourceWarning
-
Constructs a new throwable with the specified cause.
- ResourceWrapper - Class in javax.faces.application
- ResourceWrapper() - Constructor for class javax.faces.application.ResourceWrapper
- RespectBinding - Annotation Interface in javax.xml.ws
-
This feature clarifies the use of the
wsdl:binding
in a JAX-WS runtime. - RespectBindingFeature - Class in javax.xml.ws
-
This feature clarifies the use of the
wsdl:binding
in a JAX-WS runtime. - RespectBindingFeature() - Constructor for class javax.xml.ws.RespectBindingFeature
-
Creates an
RespectBindingFeature
. - RespectBindingFeature(boolean) - Constructor for class javax.xml.ws.RespectBindingFeature
-
Creates an RespectBindingFeature
- 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<T> - Interface in javax.xml.ws
-
The
Response
interface provides methods used to obtain the payload and context of a message sent in response to an operation invocation. - 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 - Static variable in class javax.servlet.jsp.PageContext
-
Name used to store ServletResponse in PageContext name table.
- 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 Class in javax.ws.rs.core
-
Commonly used status codes defined by HTTP, see {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10">HTTP/1.1 documentation} for the complete list.
- Response.Status.Family - Enum Class 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 JavaServer 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 wrappedFacesContext
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 wrappedExternalContext
object. - ResponseProcessingException - Exception in javax.ws.rs.client
-
JAX-RS client-side runtime processing exception thrown to indicate that response processing has failed (e.g.
- ResponseProcessingException(Response, String) - Constructor for exception javax.ws.rs.client.ResponseProcessingException
-
Constructs a new JAX-RS runtime processing exception with the specified detail message.
- ResponseProcessingException(Response, String, Throwable) - Constructor for exception javax.ws.rs.client.ResponseProcessingException
-
Constructs a new JAX-RS runtime response processing exception with the specified detail message and cause.
- ResponseProcessingException(Response, Throwable) - Constructor for exception javax.ws.rs.client.ResponseProcessingException
-
Constructs a new JAX-RS 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 ofcause
). - 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 wrappedExternalContext
object. - responses() - Element in annotation interface javax.xml.ws.soap.Addressing
-
If addressing is enabled, this property determines whether endpoint requires the use of anonymous responses, or non-anonymous responses, or all.
- 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 wrappedExternalContext
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
- ResponseWrapper - Annotation Interface in javax.xml.ws
-
Used to annotate methods in the Service Endpoint Interface with the response wrapper bean to be used at runtime.
- 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 existingResponseWriter
instance. - ResponseWriterWrapper() - Constructor for class javax.faces.context.ResponseWriterWrapper
- restart(long, Properties) - Method in interface javax.batch.operations.JobOperator
-
Restarts a failed or stopped job instance.
- 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 usingUIComponentBase.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
-
The default behavior of this method is to call
StateManager.restoreComponentState(javax.faces.context.FacesContext, javax.faces.component.UIViewRoot, String)
on the wrappedStateManager
object. - restoreState(FacesContext, Object) - Method in class javax.faces.component.behavior.AjaxBehavior
- restoreState(FacesContext, Object) - Method in class javax.faces.component.behavior.BehaviorBase
-
Implementation of
StateHolder.restoreState(javax.faces.context.FacesContext, java.lang.Object)
. - 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 wrappedStateManager
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
andviewId
. - 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 wrappedViewHandler
object. - 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
- 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 wrappedStateManager
object. - restoreView(FacesContext, String, String) - Method in class javax.faces.view.StateManagementStrategy
-
Restore the state of the view with information in the request.
- 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.
- resultClass() - Element in annotation interface javax.persistence.NamedNativeQuery
-
The class of the result.
- resultClasses() - Element in annotation interface javax.persistence.NamedStoredProcedureQuery
-
The class or classes that are used to map the results.
- ResultDataModel - Class in javax.faces.model
-
ResultDataModel is a convenience implementation of
DataModel
that wraps a JSTLResult
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 specifiedResult
. - 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 aResultSet
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 specifiedResultSet
. - 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. - resultSetMapping() - Element in annotation interface javax.persistence.NamedNativeQuery
-
The name of a
SqlResultSetMapping
, as defined in metadata. - resultSetMappings() - Element in annotation interface javax.persistence.NamedStoredProcedureQuery
-
The names of one or more result set mappings, as defined in metadata.
- 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(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.
- 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.
- retainIfException() - Element in annotation interface javax.ejb.Remove
-
If true, the stateful session bean will not be removed if an exception is thrown from the designated method.
- 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 toViewDeclarationLanguage.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 individualAttachedObjectTarget
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 toViewDeclarationLanguage.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
-
See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.37">HTTP/1.1 documentation}.
- 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(String, String) - Constructor for exception javax.resource.spi.RetryableUnavailableException
-
Constructs a new throwable with the specified detail message and an error code.
- RetryableUnavailableException(String, Throwable) - Constructor for exception javax.resource.spi.RetryableUnavailableException
-
Constructs a new throwable with the specified detail message and cause.
- RetryableUnavailableException(Throwable) - Constructor for exception javax.resource.spi.RetryableUnavailableException
-
Constructs a new throwable with the specified cause.
- 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(String, String) - Constructor for exception javax.resource.spi.work.RetryableWorkRejectedException
-
Constructs a new throwable with the specified detail message and an error code.
- RetryableWorkRejectedException(String, Throwable) - Constructor for exception javax.resource.spi.work.RetryableWorkRejectedException
-
Constructs a new throwable with the specified detail message and cause.
- RetryableWorkRejectedException(Throwable) - Constructor for exception javax.resource.spi.work.RetryableWorkRejectedException
-
Constructs a new throwable with the specified cause.
- 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.
- RETURN_VALUE - Enum constant in enum class javax.validation.ConstraintTarget
-
Constraint applies to the return value of a method or a constructor.
- RETURN_VALUE - Enum constant in enum class javax.validation.ElementKind
-
The return value of a method or constructor.
- 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() - Method in interface javax.persistence.criteria.Order
-
Switch the ordering.
- RFC822 - Static variable in class javax.mail.internet.HeaderTokenizer
-
RFC822 specials
- RIGHT - Enum constant in enum class javax.persistence.criteria.JoinType
-
Right outer join.
- rolesAllowed() - Element in annotation interface javax.servlet.annotation.HttpConstraint
-
The names of the authorized roles.
- rolesAllowed() - Element in annotation interface javax.servlet.annotation.HttpMethodConstraint
-
The names of the authorized roles.
- RolesAllowed - Annotation Interface in javax.annotation.security
-
Specifies the list of roles permitted to access method(s) in an application.
- rollback() - Element in annotation interface javax.ejb.ApplicationException
-
Indicates whether the container should cause the transaction to rollback when the exception is thrown.
- 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 anXAJMSContext
object. - rollback() - Method in interface javax.jms.XASession
-
Throws a
TransactionInProgressException
, since it should not be called for anXASession
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() - 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.
- 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(Xid) - Method in interface javax.transaction.xa.XAResource
-
Informs the resource manager to roll back work done on behalf of a transaction branch.
- ROLLBACK - Enum constant in enum class javax.batch.api.partition.PartitionReducer.PartitionStatus
- ROLLBACK_COUNT - Enum constant in enum class javax.batch.runtime.Metric.MetricType
- RollbackException - Exception in javax.persistence
-
Thrown by the persistence provider when
EntityTransaction.commit()
fails. - 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.persistence.RollbackException
-
Constructs a new
RollbackException
exception withnull
as its detail message. - RollbackException() - Constructor for exception javax.transaction.RollbackException
- RollbackException(String) - Constructor for exception javax.persistence.RollbackException
-
Constructs a new
RollbackException
exception with the specified detail message. - RollbackException(String) - Constructor for exception javax.transaction.RollbackException
- 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. - rollbackOn() - Element in annotation interface javax.transaction.Transactional
-
The rollbackOn element can be set to indicate exceptions that must cause the interceptor to mark the transaction for rollback.
- 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 JMS clients.
- RunAs - Annotation Interface in javax.annotation.security
-
Defines the identity of the application during execution in a J2EE container.
- RuntimeDelegate - Class in javax.ws.rs.ext
-
Implementations of JAX-RS provide a concrete subclass of RuntimeDelegate and various JAX-RS 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 JAX-RS type
T
. - RuntimeType - Enum Class in javax.ws.rs
-
Enumeration of JAX-RS runtime types.
S
- 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.
- 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 thesaveChanges
method. - 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.
- saveSerializedView(FacesContext) - Method in class javax.faces.application.StateManager
-
Deprecated.this has been replaced by
StateManager.saveView(javax.faces.context.FacesContext)
. The default implementation callssaveView
and inspects the return. If the return is anObject []
, it casts the result to anObject []
wrapping the first and second elements in an instance ofStateManager.SerializedView
, which it then returns. Otherwise, it returnsnull
- 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 wrappedStateManager
object. - saveState(FacesContext) - Method in class javax.faces.component.behavior.AjaxBehavior
- saveState(FacesContext) - Method in class javax.faces.component.behavior.BehaviorBase
-
Implementation of
StateHolder.saveState(javax.faces.context.FacesContext)
. - 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 wrappedStateManager
object. - saveView(FacesContext) - Method in class javax.faces.view.StateManagementStrategy
-
Return the state of the current view in an
Object
that implementsSerializable
and can be passed tojava.io.ObjectOutputStream.writeObject()
without causing ajava.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 theRequest-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. - scale() - Element in annotation interface javax.persistence.Column
-
(Optional) The scale for a decimal (exact numeric) column.
- scale() - Element in annotation interface javax.persistence.MapKeyColumn
-
(Optional) The scale for a decimal (exact numeric) column.
- 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.
- Schedule - Annotation Interface in javax.ejb
-
Schedule a timer for automatic creation with a timeout schedule based on a cron-like time expression.
- 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 Interface 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. - schema() - Element in annotation interface javax.persistence.CollectionTable
-
(Optional) The schema of the table.
- schema() - Element in annotation interface javax.persistence.JoinTable
-
(Optional) The schema of the table.
- schema() - Element in annotation interface javax.persistence.SecondaryTable
-
(Optional) The schema of the table.
- schema() - Element in annotation interface javax.persistence.SequenceGenerator
-
(Optional) The schema of the sequence generator.
- schema() - Element in annotation interface javax.persistence.Table
-
(Optional) The schema of the table.
- schema() - Element in annotation interface javax.persistence.TableGenerator
-
(Optional) The schema of the table.
- SchemaOutputResolver - Class in javax.xml.bind
-
Controls where a JAXB implementation puts the generates schema files.
- SchemaOutputResolver() - Constructor for class javax.xml.bind.SchemaOutputResolver
- 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 - Variable in class javax.xml.bind.JAXBElement
-
Scope of xml element declaration representing this xml element instance.
- scope() - Element in annotation interface javax.xml.bind.annotation.XmlElementDecl
-
scope of the mapping.
- Scope - Enum Class in javax.validation.metadata
-
Scope looked at when discovering constraints.
- Scope - Annotation Interface in javax.inject
-
Identifies scope annotations.
- 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.
- 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.
- 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() - Element in annotation interface javax.ejb.Schedule
-
Specifies one or more seconds with in a minute.
- second(int) - Method in class javax.ejb.ScheduleExpression
-
Set the second attribute.
- second(String) - Method in class javax.ejb.ScheduleExpression
-
Set the second attribute.
- SecondaryTable - Annotation Interface in javax.persistence
-
Specifies a secondary table for the annotated entity class.
- SecondaryTables - Annotation Interface in javax.persistence
-
Specifies multiple secondary tables for an entity.
- 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.
- SecurityContext - Class in javax.resource.spi.work
-
A standard
WorkContext
that allows aWork
instance to propagate security related context information from an EIS to an application server. - SecurityContext - Interface in javax.ws.rs.core
-
An injectable interface that provides access to security related information.
- SecurityContext() - Constructor for class javax.resource.spi.work.SecurityContext
- 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(String, String) - Constructor for exception javax.resource.spi.SecurityException
-
Constructs a new throwable with the specified detail message and an error code.
- SecurityException(String, Throwable) - Constructor for exception javax.resource.spi.SecurityException
-
Constructs a new throwable with the specified detail message and cause.
- SecurityException(Throwable) - Constructor for exception javax.resource.spi.SecurityException
-
Constructs a new throwable with the specified cause.
- SecurityPermission - Annotation Interface 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
- securityPermissions() - Element in annotation interface javax.resource.spi.Connector
-
Specifies the extended security permissions required to be provided for the operation of the resource adapter module
- SEE_OTHER - Enum constant in enum class javax.ws.rs.core.Response.Status
-
303 See Other, see {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.3.4">HTTP/1.1 documentation}.
- 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(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.event.Event
-
Obtains a child Event for the given required type and 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.event.Event
-
Obtains a child Event 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(Expression<T>) - Method in interface javax.persistence.criteria.Subquery
-
Specify the item that is to be returned as the subquery result.
- select(Selection<? extends T>) - Method in interface javax.persistence.criteria.CriteriaQuery
-
Specify the item that is to be returned in the query result.
- selectCase() - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create a general case expression.
- selectCase(Expression<? extends C>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create a simple 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
orUISelectOne
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 theUISelectMany
orUISelectOne
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 associatedselectItem
s. - 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(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 thisJMSProducer
. - 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 thisJMSProducer
. - 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 thisJMSProducer
. - 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 thisJMSProducer
. - 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, 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(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(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(Message) - Method in interface javax.jms.MessageProducer
-
Sends a message using the
MessageProducer
's default delivery mode, priority, and time to live. - send(Message) - Method in interface javax.jms.QueueSender
-
Sends a message to the queue.
- send(Message, int, int, long) - Method in interface javax.jms.MessageProducer
-
Sends a message, specifying delivery mode, priority, and time to live.
- 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(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(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(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, String, String) - 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, 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_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) - 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.
- sendBinary(ByteBuffer, SendHandler) - Method in interface javax.websocket.RemoteEndpoint.Async
-
Initiates the asynchronous transmission of a binary message.
- 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) - Method in class javax.servlet.http.HttpServletResponseWrapper
-
The default behavior of this method is to call sendError(int sc) on the wrapped response object.
- 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, 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.
- 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) - Method in interface javax.websocket.RemoteEndpoint.Basic
-
Sends a custom developer object, blocking until it has been transmitted.
- sendObject(Object, SendHandler) - Method in interface javax.websocket.RemoteEndpoint.Async
-
Initiates the asynchronous transmission of a custom developer object.
- 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() - Constructor for class javax.websocket.SendResult
-
Construct a SendResult signifying a successful send carrying no exception.
- SendResult(Throwable) - Constructor for class javax.websocket.SendResult
-
Construct a SendResult carrying an exception.
- 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.
- sendText(String, SendHandler) - Method in interface javax.websocket.RemoteEndpoint.Async
-
Initiates the asynchronous transmission of a text message.
- 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.
- SEQUENCE - Enum constant in enum class javax.persistence.GenerationType
-
Indicates that the persistence provider must assign primary keys for the entity using a database sequence.
- SequenceGenerator - Annotation Interface in javax.persistence
-
Defines a primary key generator that may be referenced by name when a generator element is specified for the
GeneratedValue
annotation. - sequenceName() - Element in annotation interface javax.persistence.SequenceGenerator
-
(Optional) The name of the database sequence object from which to obtain primary key values.
- 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.
- SERVER - Enum constant in enum class javax.ws.rs.RuntimeType
-
JAX-RS server run-time.
- SERVER_ERROR - Enum constant in enum class javax.ws.rs.core.Response.Status.Family
-
5xx
HTTP status codes. - 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 Interface 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(int) - 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) - 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(String, Response) - 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(String, Response.Status, 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.
- ServerErrorException(Response) - Constructor for exception javax.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(Response.Status) - 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(Response, Throwable) - Constructor for exception javax.ws.rs.ServerErrorException
-
Construct a new server error exception.
- serverName() - Element in annotation interface javax.annotation.sql.DataSourceDefinition
-
Database server name.
- 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 JMS session (optional). - ServerSessionPool - Interface in javax.jms
-
A
ServerSessionPool
object is an object implemented by an application server to provide a pool ofServerSession
objects for processing the messages of aConnectionConsumer
(optional). - service(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
-
Receives standard HTTP requests from the public
service
method and dispatches them to thedo
XXX methods defined in this class. - 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(ServletRequest, ServletResponse) - Method in class javax.servlet.GenericServlet
-
Called by the servlet container to allow the servlet to respond to a request.
- 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 - Class in javax.mail
-
An abstract class that contains the functionality common to messaging services, such as stores and transports.
- Service - Class in javax.xml.ws
-
Service
objects provide the client view of a Web service. - Service(URL, QName) - Constructor for class javax.xml.ws.Service
- Service(URL, QName, WebServiceFeature...) - Constructor for class javax.xml.ws.Service
- Service(Session, URLName) - Constructor for class javax.mail.Service
-
Constructor.
- SERVICE_RESTART - Enum constant in enum class javax.websocket.CloseReason.CloseCodes
-
1012 indicates that the service will be restarted.
- SERVICE_UNAVAILABLE - Enum constant in enum class javax.ws.rs.core.Response.Status
-
503 Service Unavailable, see {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.5.4">HTTP/1.1 documentation}.
- Service.Mode - Enum Class in javax.xml.ws
-
The orientation of a dynamic client or service.
- ServiceDelegate - Class in javax.xml.ws.spi
-
Service delegates are used internally by
Service
objects to allow pluggability of JAX-WS implementations. - ServiceDelegate() - Constructor for class javax.xml.ws.spi.ServiceDelegate
- ServiceMode - Annotation Interface in javax.xml.ws
-
Used to indicate whether a
Provider
implementation wishes to work with entire protocol messages or just with protocol message payloads. - serviceName() - Element in annotation interface javax.xml.ws.WebServiceProvider
-
Service name.
- serviceName(QName) - Method in class javax.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
-
Sets the
serviceName
as thewsam:ServiceName
element in thewsa:Metadata
element. - 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(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(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) - 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, 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, 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, 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, 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, Response) - 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.
- 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(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(Response) - Constructor for exception javax.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception.
- ServiceUnavailableException(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.
- SERVLET_CONTEXT - Static variable in interface javax.xml.ws.handler.MessageContext
-
Standard property: servlet context object.
- SERVLET_REQUEST - Static variable in interface javax.xml.ws.handler.MessageContext
-
Standard property: servlet request object.
- SERVLET_RESPONSE - Static variable in interface javax.xml.ws.handler.MessageContext
-
Standard property: servlet response object.
- 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.
- 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.
- servletNames() - Element in annotation interface javax.servlet.annotation.WebFilter
-
The names of the servlets to which the filter applies.
- 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 onServletContext
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 Interface 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 Class in javax.servlet.annotation
-
Defines the access semantic to be applied to an empty rolesAllowed array.
- ServletSecurity.TransportGuarantee - Enum Class in javax.servlet.annotation
-
Defines the data protection requirements that must be satisfied by the transport
- ServletSecurityElement - Class in javax.servlet
-
Java Class represntation 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(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(ServletSecurity) - Constructor for class javax.servlet.ServletSecurityElement
-
Constructs an instance from a
ServletSecurity
annotation value. - 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(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.
- ServletStats - Interface in javax.management.j2ee.statistics
-
Specifies the statistics provided by a Servlet.
- 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 - Interface in javax.jms
-
A
Session
object is a single-threaded context for producing and consuming messages. - Session - Interface in javax.websocket
-
A Web Socket session represents a conversation between two web socket endpoints.
- SESSION - Static variable in class javax.servlet.jsp.PageContext
-
Name used to store HttpSession in PageContext name table.
- SESSION_MAINTAIN_PROPERTY - Static variable in interface javax.xml.ws.BindingProvider
-
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 callingrollback
. - SESSION_TRANSACTED - Static variable in interface javax.jms.Session
-
This value may be passed as the argument to the method
createSession(int sessionMode)
on theConnection
object to specify that the session should use a local transaction. - SessionBean - Interface in javax.ejb
-
The SessionBean interface defines methods that the EJB 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 Class in javax.enterprise.inject.spi
-
Identifies the kind of EJB 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.
- sessionIdChanged(HttpSessionEvent, String) - Method in interface javax.servlet.http.HttpSessionIdListener
-
Receives notification that session id has been changed in a session.
- SessionScoped - Annotation Interface in javax.enterprise.context
-
Specifies that a bean is session scoped.
- SessionScoped - Annotation Interface in javax.faces.bean
-
When this annotation, along with
ManagedBean
is found on a class, the runtime must act as if a<managed-bean-scope>session<managed-bean-scope>
element was declared for the corresponding managed bean. - 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 Class 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.persistence.criteria.CriteriaUpdate
-
Update the value of the specified attribute.
- 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(Path<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(SingularAttribute<? super T, Y>, Expression<? extends Y>) - Method in interface javax.persistence.criteria.CriteriaUpdate
-
Update the value of the specified attribute.
- set(SingularAttribute<? super T, Y>, X) - Method in interface javax.persistence.criteria.CriteriaUpdate
-
Update the value of the specified attribute.
- 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(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(ServletContext, String, Object) - Static method in class javax.servlet.jsp.jstl.core.Config
-
Sets the value of a configuration variable in the "application" 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 - Enum constant in enum class javax.persistence.metamodel.PluralAttribute.CollectionType
-
Set-valued attribute
- SET_COOKIE - Static variable in interface javax.ws.rs.core.HttpHeaders
-
See {@link <a href="http://www.ietf.org/rfc/rfc2109.txt">IETF RFC 2109}.
- SET_FACTORY_PERMISSION_NAME - Static variable in class javax.security.auth.message.config.AuthConfigFactory
-
The name of the SecurityPermission required to call setFactory
- setAction(MethodBinding) - Method in interface javax.faces.component.ActionSource
-
Deprecated.This has been replaced by
ActionSource2.setActionExpression(javax.el.MethodExpression)
. - setAction(MethodBinding) - Method in class javax.faces.component.UICommand
-
Deprecated.This has been replaced by
UICommand.setActionExpression(javax.el.MethodExpression)
. - 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 thisUIComponent
is activated by the user, during the Apply Request Values or Invoke Application phase of the request processing lifecycle, depending on the value of theimmediate
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 thisUIComponent
is activated by the user, during the Apply Request Values or Invoke Application phase of the request processing lifecycle, depending on the value of theimmediate
property. - setActionListener(MethodBinding) - Method in interface javax.faces.component.ActionSource
-
Deprecated.This has been replaced by
ActionSource.addActionListener(javax.faces.event.ActionListener)
. - setActionListener(MethodBinding) - Method in class javax.faces.component.UICommand
-
Deprecated.This has been replaced by
UICommand.addActionListener(javax.faces.event.ActionListener)
. - setActionListener(MethodBinding) - Method in class javax.faces.component.UIViewAction
-
Deprecated.
- setActionListener(ActionListener) - Method in class javax.faces.application.Application
-
Set the default
ActionListener
to be registered for allActionSource
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 wrappedApplication
object. - setAdapter(Class<A>, A) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- setAdapter(Class<A>, A) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- setAdapter(Class<A>, A) - Method in interface javax.xml.bind.Marshaller
-
Associates a configured instance of
XmlAdapter
with this marshaller. - setAdapter(Class<A>, A) - Method in interface javax.xml.bind.Unmarshaller
-
Associates a configured instance of
XmlAdapter
with this unmarshaller. - setAdapter(XmlAdapter) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- setAdapter(XmlAdapter) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- setAdapter(XmlAdapter) - Method in interface javax.xml.bind.Marshaller
-
Associates a configured instance of
XmlAdapter
with this marshaller. - setAdapter(XmlAdapter) - Method in interface javax.xml.bind.Unmarshaller
-
Associates a configured instance of
XmlAdapter
with this unmarshaller. - setAddress(String) - Method in class javax.mail.internet.InternetAddress
-
Set the email address.
- 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.
- 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. - setAsync(CompletionListener) - Method in interface javax.jms.JMSProducer
-
Specifies whether subsequent calls to
send
on thisJMSProducer
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.
- setAttachmentMarshaller(AttachmentMarshaller) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- setAttachmentMarshaller(AttachmentMarshaller) - Method in interface javax.xml.bind.Marshaller
-
Associate a context that enables binary data within an XML document to be transmitted as XML-binary optimized attachment.
- setAttachmentUnmarshaller(AttachmentUnmarshaller) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- setAttachmentUnmarshaller(AttachmentUnmarshaller) - Method in interface javax.xml.bind.Unmarshaller
-
Associate a context that resolves cid's, content-id URIs, to binary data passed as attachments.
- setAttribute(String, Object) - Method in class javax.faces.view.facelets.FaceletContext
-
Support method which is backed by the current VariableMapper.
- 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) - 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.
- setAttribute(String, Object, int) - Method in class javax.servlet.jsp.JspContext
-
Register the name and value specified with appropriate scope semantics.
- 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 persistentjava.util.Set
-valued attributes. - 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.
- 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.
- 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 theConverter
instance to be created. - 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 theValidator
instance to be created. - setBinding(ValueExpression) - Method in class javax.faces.webapp.UIComponentELTag
-
Set the value expression for our component.
- 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.
- 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. - 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.
- setBuilder(DocumentBuilder) - Method in class javax.xml.bind.annotation.W3CDomHandler
- 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.
- setCalendar(Calendar) - Method in class javax.mail.internet.MailDateFormat
-
Don't allow setting the calendar
- setCDIProvider(CDIProvider) - Static method in class javax.enterprise.inject.spi.CDI
-
Set the
CDIProvider
to use. - setCertStore(CertStore) - Method in class javax.security.auth.message.callback.CertStoreCallback
-
Used by the CallbackHandler to set the CertStore within the Callback.
- 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.
- 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 wrappedExternalContext
object. - setColumnNumber(int) - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
-
Set the columnNumber field on this event locator.
- 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
- 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(Object, String) - Method in class javax.mail.internet.MimeMessage
-
A convenience method for setting this Message's content.
- setContent(Object, String) - Method in interface javax.mail.Part
-
A convenience method for setting this 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(Multipart) - Method in class javax.mail.internet.MimeMessage
-
This method sets the Message's content to a Multipart object.
- 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 wrappedResourceHandler
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 thisUIComponent
. - 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. - setCurrencyCode(String) - Method in class javax.faces.convert.NumberConverter
-
Set the ISO 4217 currency code used by
getAsString()
with atype
ofcurrency
. - setCurrencySymbol(String) - Method in class javax.faces.convert.NumberConverter
-
Set the currency symbol used by
getAsString()
with atype
ofcurrency
. - 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 wrappedFacesContext
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.
- setDatatypeConverter(DatatypeConverterInterface) - Static method in class javax.xml.bind.DatatypeConverter
-
This method is for JAXB provider use only.
- 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.
- 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 wrappedApplication
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 wrappedApplication
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 JMS 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 JMS 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) - 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(String, 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.MimeMessage
-
Set the "Content-Description" header field for this Message.
- setDetail(String) - Method in class javax.faces.application.FacesMessage
-
Set the localized detail text.
- setDisable(boolean) - Method in class javax.faces.component.UIParameter
-
Sets the
disable
property of theUIParameter
. - 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.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
. - 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 "Content-Disposition" header field of this body part.
- setDisposition(String) - Method in class javax.mail.internet.MimeMessage
-
Set the "Content-Disposition" header field of this Message.
- 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 EL expressions.
- setELContext(ELContext) - Method in class javax.el.LambdaExpression
-
Set the ELContext to use in evaluating the LambdaExpression.
- setEncoding(String) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
Convenience method for setting the output encoding.
- setEndpointContext(EndpointContext) - Method in class javax.xml.ws.Endpoint
-
By settng a
EndpointContext
, JAX-WS runtime knows about addresses of other endpoints in an application. - setEntity(Object) - Method in interface javax.ws.rs.client.ClientRequestContext
-
Set a new message entity.
- setEntity(Object) - Method in interface javax.ws.rs.container.ContainerResponseContext
-
Set a new message entity.
- setEntity(Object) - Method in interface javax.ws.rs.ext.WriterInterceptorContext
-
Update object to be written as HTTP 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, Annotation[], MediaType) - Method in interface javax.ws.rs.container.ContainerResponseContext
-
Set a new message entity, including the attached annotations and the media type.
- setEntityContext(EntityContext) - Method in interface javax.ejb.EntityBean
-
Set the associated entity context.
- 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.client.ClientRequestContext
-
Set a new entity output stream.
- setEntityStream(OutputStream) - Method in interface javax.ws.rs.container.ContainerResponseContext
-
Set a new entity output stream.
- setErrorCode(String) - Method in exception javax.resource.ResourceException
-
Set the error code.
- setEscape(boolean) - Method in class javax.faces.model.SelectItem
-
Set the value of the escape property.
- setEventHandler(ValidationEventHandler) - Method in class javax.xml.bind.Binder
-
Allow an application to register a ValidationEventHandler.
- setEventHandler(ValidationEventHandler) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- setEventHandler(ValidationEventHandler) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
Allow an application to register a validation event handler.
- setEventHandler(ValidationEventHandler) - Method in interface javax.xml.bind.Marshaller
-
Allow an application to register a validation event handler.
- setEventHandler(ValidationEventHandler) - Method in interface javax.xml.bind.Unmarshaller
-
Allow an application to register a ValidationEventHandler.
- setEventHandler(ValidationEventHandler) - Method in interface javax.xml.bind.Validator
-
Deprecated.since JAXB2.0
- 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 wrappedFacesContext
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. - setExecutor(Executor) - Method in class javax.xml.ws.Endpoint
-
Sets the executor for this
Endpoint
instance. - setExecutor(Executor) - Method in class javax.xml.ws.Service
-
Sets the executor for this
Service
instance. - setExecutor(Executor) - Method in class javax.xml.ws.spi.ServiceDelegate
-
Sets the executor for this
Service
instance. - 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.
- setExpunged(boolean) - Method in class javax.mail.Message
-
Sets the expunged flag for this Message.
- setFactory(String, String) - Static method in class javax.faces.FactoryFinder
-
This method will store the argument
factoryName/implName
mapping in such a way thatFactoryFinder.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. - 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.
- 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(int[], Flags, boolean) - Method in class javax.mail.Folder
-
Set the specified flags on the messages whose message numbers are 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(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.
- setFlags(Message[], Flags, boolean) - Method in class javax.mail.Folder
-
Set the specified flags on the messages specified in the array.
- 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 theNavigationHandler
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.
- 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).
- setFormattedOutput(boolean) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
Convenience method for setting the formatted output flag.
- setFragment(boolean) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
Convenience method for setting the fragment flag.
- 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(String) - Method in class javax.mail.internet.MimeMessage
-
Set the RFC 822 "From" header field.
- setFrom(Address) - Method in class javax.mail.internet.MimeMessage
-
Set the RFC 822 "From" header field.
- setFrom(Address) - Method in class javax.mail.Message
-
Set the "From" attribute in this Message.
- 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.
- setGroupingUsed(boolean) - Method in class javax.faces.convert.NumberConverter
-
Set the flag indicating whether
getAsString()
should include grouping separators if necessary. - setHandler(HttpHandler) - Method in class javax.xml.ws.spi.http.HttpContext
-
JAX-WS runtime sets its handler during
Endpoint.publish(HttpContext)
to handle HTTP requests for this context. - setHandlerChain(List<Handler>) - Method in interface javax.xml.ws.Binding
-
Sets the handler chain for the protocol binding instance.
- 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.
- setHandlerResolver(HandlerResolver) - Method in class javax.xml.ws.Service
-
Sets the
HandlerResolver
for thisService
instance. - setHandlerResolver(HandlerResolver) - Method in class javax.xml.ws.spi.ServiceDelegate
-
Sets the
HandlerResolver
for thisService
instance. - 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(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.
- setHint(String, Serializable) - Method in class javax.resource.spi.work.HintsContext
-
Set a Hint and a related value.
- 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.
- setHost(String) - Method in class javax.mail.internet.NewsAddress
-
Set the host.
- 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.
- 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. - 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 JAX-RS 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 fromgetAsObject()
. - 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.
- 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 theirJMSCorrelationID
header value set to the specified correlation ID, where correlation ID is specified as aString
. - 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 theirJMSCorrelationID
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 theirJMSReplyTo
header value set to the specifiedDestination
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 theirJMSType
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 ajava.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 wrappedFlash
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.
- setLabel(String) - Method in class javax.faces.model.SelectItem
-
Set the label of this item, to be rendered visibly for the user.
- 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 wrappedResourceHandler
object. - setLineNumber(int) - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
-
Set the lineNumber field on this event locator.
- 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
andinitCause
methods of thejava.lang.Throwable
class. - setLinkedException(Throwable) - Method in class javax.xml.bind.helpers.ValidationEventImpl
-
Set the linked exception field of this event.
- setLinkedException(Throwable) - Method in exception javax.xml.bind.JAXBException
-
Add a linked Exception.
- setLinkedException(Throwable) - Method in exception javax.xml.bind.TypeConstraintException
-
Add a linked Exception.
- 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
andinitCause
methods of thejava.lang.Throwable
class. - setListener(Marshaller.Listener) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- setListener(Marshaller.Listener) - Method in interface javax.xml.bind.Marshaller
-
Register marshal event callback
Marshaller.Listener
with thisMarshaller
. - setListener(Unmarshaller.Listener) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- setListener(Unmarshaller.Listener) - Method in interface javax.xml.bind.Unmarshaller
-
Register unmarshal event callback
Unmarshaller.Listener
with thisUnmarshaller
. - 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 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.
- 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.
- setLocator(ValidationEventLocator) - Method in class javax.xml.bind.helpers.ValidationEventImpl
-
Set the locator object for this event.
- 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. - setLongProperty(String, long) - Method in interface javax.jms.Message
-
Sets a
long
property value with the specified name into the message. - 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. - 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
-
This must be called by the runtime at startup time, before any requests are serviced, and allows for the
FaceletCache
implementation to provide theFaceletCache.MemberFactory
instances that will be used to create instances of Facelets and View Metadata Facelets. - setMessage(String) - Method in class javax.xml.bind.helpers.ValidationEventImpl
-
Set the message field of this event.
- setMessage(SOAPMessage) - Method in interface javax.xml.ws.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 JavaServer 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 wrappedApplication
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
'sMessageListener
. - setMessageListener(MessageListener) - Method in interface javax.jms.MessageConsumer
-
Sets the
MessageConsumer
'sMessageListener
. - 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.
- setMetadata(List<Source>) - Method in class javax.xml.ws.Endpoint
-
Sets the metadata for this endpoint.
- 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.
- 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. - setMTOMEnabled(boolean) - Method in interface javax.xml.ws.soap.SOAPBinding
-
Enables or disables use of MTOM.
- setMultipartConfig(MultipartConfigElement) - Method in interface javax.servlet.ServletRegistration.Dynamic
-
Sets the
MultipartConfigElement
to be applied to the mappings defined for thisServletRegistration
. - 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.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.
- 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 wrappedApplication
object. - 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.
- setNil(boolean) - Method in class javax.xml.bind.JAXBElement
-
Set whether this element has nil content.
- setNoCache(boolean) - Method in class javax.ws.rs.core.CacheControl
-
Corresponds to the no-cache cache control directive.
- setNode(Node) - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
-
Set the Node field on this event locator.
- setNoNSSchemaLocation(String) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
Convenience method for setting the noNamespaceSchemaLocation.
- 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.
- setNumberFormat(NumberFormat) - Method in class javax.mail.internet.MailDateFormat
-
Don't allow setting the NumberFormat
- setObject(Serializable) - Method in interface javax.jms.ObjectMessage
-
Sets the serializable object containing this message's data.
- setObject(Object) - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
-
Set the Object field on this event locator.
- setObject(String, Object) - Method in interface javax.jms.MapMessage
-
Sets an object value with the specified name into the Map.
- setObjectProperty(String, Object) - Method in interface javax.jms.Message
-
Sets a Java object property value with the specified name into the message.
- setOffset(int) - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
-
Set the offset field on this event locator.
- 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.
- 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.
- setOnPostback(boolean) - Method in class javax.faces.component.UIViewAction
-
Controls whether or not this component operates on postback.
- setOutcome(String) - Method in class javax.faces.component.UIOutcomeTarget
-
Sets the
outcome
property of theUIOutcomeTarget
. - 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(int, Object) - Method in interface javax.persistence.Query
-
Bind an argument value to a positional parameter.
- setParameter(int, Object) - Method in interface javax.persistence.StoredProcedureQuery
-
Bind an argument value to a positional 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.Query
-
Bind an instance of
java.util.Calendar
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, 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.Query
-
Bind an instance of
java.util.Date
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(int, Date, TemporalType) - Method in interface javax.persistence.TypedQuery
-
Bind an instance of
java.util.Date
to a positional parameter. - setParameter(String, Object) - Method in interface javax.persistence.Query
-
Bind an argument value to a named parameter.
- setParameter(String, Object) - Method in interface javax.persistence.StoredProcedureQuery
-
Bind an argument value to a named parameter.
- setParameter(String, Object) - Method in interface javax.persistence.TypedQuery
-
Bind an argument value to a named parameter.
- 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(String, Calendar, TemporalType) - Method in interface javax.persistence.Query
-
Bind an instance of
java.util.Calendar
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, 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.Query
-
Bind an instance of
java.util.Date
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(String, Date, TemporalType) - Method in interface javax.persistence.TypedQuery
-
Bind an instance of
java.util.Date
to a named parameter. - setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface javax.persistence.Query
-
Bind an instance of
java.util.Calendar
to aParameter
object. - setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface javax.persistence.StoredProcedureQuery
-
Bind an instance of
java.util.Calendar
to aParameter
object. - setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface javax.persistence.TypedQuery
-
Bind an instance of
java.util.Calendar
to aParameter
object. - setParameter(Parameter<Date>, Date, TemporalType) - Method in interface javax.persistence.Query
-
Bind an instance of
java.util.Date
to aParameter
object. - setParameter(Parameter<Date>, Date, TemporalType) - Method in interface javax.persistence.StoredProcedureQuery
-
Bind an instance of
java.util.Date
to aParameter
object. - setParameter(Parameter<Date>, Date, TemporalType) - Method in interface javax.persistence.TypedQuery
-
Bind an instance of
java.util.Date
to aParameter
object. - setParameter(Parameter<T>, T) - Method in interface javax.persistence.Query
-
Bind the value of a
Parameter
object. - setParameter(Parameter<T>, T) - Method in interface javax.persistence.StoredProcedureQuery
-
Bind the value of a
Parameter
object. - setParameter(Parameter<T>, T) - Method in interface javax.persistence.TypedQuery
-
Bind the value of a
Parameter
object. - 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 thisUIComponent
. - setParent(UIComponent) - Method in class javax.faces.component.UIComponentBase
- setParent(Part) - Method in class javax.mail.Multipart
-
Set the parent of this
Multipart
to be the specifiedPart
. - 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 class javax.faces.webapp.UIComponentClassicTagBase
-
Set the
Tag
that is the parent of this instance. - 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 wrappedPartialViewContext
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.
- setPayload(Object, JAXBContext) - Method in interface javax.xml.ws.LogicalMessage
-
Sets the message payload
- setPayload(Source) - Method in interface javax.xml.ws.LogicalMessage
-
Sets the message payload
- 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) - Method in class javax.mail.internet.InternetAddress
-
Set the personal name.
- setPersonal(String, String) - Method in class javax.mail.internet.InternetAddress
-
Set the personal name.
- 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. - 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
- 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)
orApplication.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 wrappedFacesContext
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.xml.ws.Endpoint
-
Sets the property bag for this
Endpoint
instance. - 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.
- setProperty(String, boolean) - Method in interface javax.jms.JMSProducer
-
Specifies that messages sent using this
JMSProducer
will have the specified property set to the specifiedboolean
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 specifiedbyte
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 specifieddouble
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 specifiedfloat
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 specifiedint
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 specifiedlong
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 specifiedshort
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 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 class javax.xml.bind.Binder
-
Set the particular property in the underlying implementation of Binder.
- setProperty(String, Object) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
Default implementation of the setProperty method handles the four defined properties in Marshaller.
- setProperty(String, Object) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
Default implementation of the setProperty method always throws PropertyException since there are no required properties.
- setProperty(String, Object) - Method in interface javax.xml.bind.Marshaller
-
Set the particular property in the underlying implementation of Marshaller.
- setProperty(String, Object) - Method in interface javax.xml.bind.Unmarshaller
-
Set the particular property in the underlying implementation of Unmarshaller.
- setProperty(String, Object) - Method in interface javax.xml.bind.Validator
-
Deprecated.since JAXB2.0
- setProperty(String, String) - Method in interface javax.jms.JMSProducer
-
Specifies that messages sent using this
JMSProducer
will have the specified property set to the specifiedString
value. - 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 theEvaluationListener
s. - setPropertyResolver(PropertyResolver) - Method in class javax.faces.application.Application
-
Deprecated.The recommended way to affect the execution of the EL 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 argumentresolver
to be wrapped inside an implementation ofELResolver
and exposed to the EL resolution system as if the user had calledApplication.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.
- setProxyRevalidate(boolean) - Method in class javax.ws.rs.core.CacheControl
-
Corresponds to the must-revalidate cache control directive.
- 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 providedReadListener
when it is possible to read - setRecipient(Message.RecipientType, Address) - Method in class javax.mail.Message
-
Set the recipient address.
- 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.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 wrappedFlash
object. - 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.
- 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. - setRenderAll(boolean) - Method in class javax.faces.context.PartialViewContext
-
Indicate the entire view must be rendered if
renderAll
istrue
. - setRenderAll(boolean) - Method in class javax.faces.context.PartialViewContextWrapper
-
The default behavior of this method is to call
PartialViewContext.setRenderAll(boolean)
on the wrappedPartialViewContext
object. - setRendered(boolean) - Method in class javax.faces.component.UIComponent
-
Set the
rendered
property of thisUIComponent
. - 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(String) - Method in class javax.faces.webapp.UIComponentTag
-
Deprecated.Set an override for the rendered attribute.
- setRendered(ValueExpression) - Method in class javax.faces.webapp.UIComponentELTag
-
Set an override for the rendered attribute.
- setRendererType(String) - Method in class javax.faces.component.UIComponent
- 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.
- 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 wrappedExternalContext
object. - 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 wrappedExternalContext
object. - 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.
- 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 wrappedApplication
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 wrappedFacesContext
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 wrappedResourceHandler
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 wrappedExternalContext
object. - 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 wrappedExternalContext
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 wrappedExternalContext
object. - 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 wrappedExternalContext
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 wrappedExternalContext
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 wrappedExternalContext
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 wrappedExternalContext
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 wrappedFacesContext
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 wrappedFacesContext
object. - setResult(boolean) - Method in class javax.security.auth.message.callback.PasswordValidationCallback
-
Set the authentication result.
- setRoles(Set<String>) - Method in interface javax.xml.ws.soap.SOAPBinding
-
Sets the roles played by the SOAP binding instance.
- 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.
- 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.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.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
, theUIData
must take steps to ensure that modifications to its iterated children will be preserved on a per-row basis. - setRunAsRole(String) - Method in interface javax.servlet.ServletRegistration.Dynamic
-
Sets the name of the
runAs
role for thisServletRegistration
. - setSchema(Schema) - Method in class javax.xml.bind.Binder
-
Specifies whether marshal, unmarshal and update methods performs validation on their XML content.
- setSchema(Schema) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- setSchema(Schema) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- setSchema(Schema) - Method in interface javax.xml.bind.Marshaller
-
Specify the JAXP 1.3
Schema
object that should be used to validate subsequent marshal operations against. - setSchema(Schema) - Method in interface javax.xml.bind.Unmarshaller
-
Specify the JAXP 1.3
Schema
object that should be used to validate subsequent unmarshal operations against. - setSchemaLocation(String) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
Convenience method for setting the schemaLocation.
- setScope(String) - Method in class javax.servlet.jsp.jstl.core.ConditionalTagSupport
-
Sets the 'scope' attribute.
- setScope(String, MessageContext.Scope) - Method in interface javax.xml.ws.handler.MessageContext
-
Sets the scope of a property.
- 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.
- 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
SelectItem
s 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 thisServletRegistration
. - 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 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 wrappedExternalContext
object. - setSessionTrackingModes(Set<SessionTrackingMode>) - Method in interface javax.servlet.ServletContext
-
Sets the session tracking modes that are to become effective for this ServletContext.
- setSeverity(int) - Method in class javax.xml.bind.helpers.ValidationEventImpl
-
Set the severity field of this event.
- setSeverity(FacesMessage.Severity) - Method in class javax.faces.application.FacesMessage
-
Set the severity level.
- 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. - setSMaxAge(int) - Method in class javax.ws.rs.core.CacheControl
-
Corresponds to the s-maxage cache control directive.
- 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 wrappedApplication
object. - setStatus(int) - Method in interface javax.servlet.http.HttpServletResponse
-
Sets the status code 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) - 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.
- setStatus(int) - Method in class javax.xml.ws.spi.http.HttpExchange
-
Sets the HTTP status code for the 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 usesendError(int, String)
. Sets the status code and message for this response. - 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 useHttpServletResponseWrapper.sendError(int, String)
- 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.
- 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. - setSubject(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.
- setSubject(String, String) - Method in class javax.mail.internet.MimeMessage
-
Set the "Subject" header field.
- 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, withtrue
as the argument, during theUIComponent.decode(javax.faces.context.FacesContext)
for thisUIForm
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.
- setSupportedLocales(Collection<Locale>) - Method in class javax.faces.application.Application
-
Set the
Locale
instances representing the supportedLocale
s 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 wrappedApplication
object. - 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.
- 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) - 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) - 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) - 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".
- 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) - 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) - 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 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, 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, 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.
- setThreads(int) - Method in interface javax.batch.api.partition.PartitionPlan
-
Set number of threads.
- 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. - 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.
- setTransactionTimeout(int) - Method in interface javax.transaction.xa.XAResource
-
Sets the current transaction timeout value for this
XAResource
instance. - setTransactionTimeout(long) - Method in class javax.resource.spi.work.ExecutionContext
-
Set the transaction timeout value for a imported transaction.
- setTransient(boolean) - Method in class javax.faces.component.behavior.BehaviorBase
-
Implementation of
StateHolder.setTransient(boolean)
. - 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(Class<?>) - Method in interface javax.ws.rs.ext.InterceptorContext
-
Update Java type before calling message body provider.
- 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.
- 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(URL) - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
-
Set the URL field on this event locator.
- setURLName(URLName) - Method in class javax.mail.Service
-
Set the URLName representing this service.
- 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
- setValidating(boolean) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
Specifies whether or not the Unmarshaller should validate during unmarshal operations.
- setValidating(boolean) - Method in interface javax.xml.bind.Unmarshaller
-
Deprecated.since JAXB2.0, please see
Unmarshaller.setSchema(javax.xml.validation.Schema)
- 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 argumentValidator
by creating an instance ofMethodExpressionValidator
. - setValidator(MethodBinding) - Method in class javax.faces.component.UIInput
-
Deprecated.Use
UIInput.addValidator(javax.faces.validator.Validator)
instead, obtaining the argumentValidator
by creating an instance ofMethodExpressionValidator
. - 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(Object) - Method in class javax.faces.component.UICommand
-
Sets the
value
property of theUICommand
. - 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 theUIGraphic
. - 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 theUISelectItem
. - setValue(Object) - Method in class javax.faces.component.UISelectItems
-
Sets the
value
property of theUISelectItems
. - setValue(Object) - Method in interface javax.faces.component.ValueHolder
-
Set the value of this
UIComponent
(if any). - 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(Object, int, Object) - Method in class javax.faces.el.PropertyResolver
-
Deprecated.Set the value at the specified index of the specified base object.
- 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(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(String, Object) - Method in class javax.el.ELProcessor
-
Sets an expression with a new value.
- setValue(String, Object) - Method in class javax.servlet.jsp.tagext.TagSupport
-
Associate a value with a String key.
- 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(ELContext, Object) - Method in class javax.servlet.jsp.jstl.core.IndexedValueExpression
- setValue(ELContext, Object) - Method in class javax.servlet.jsp.jstl.core.IteratedValueExpression
- 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 givenbase
object. - setValue(ELContext, Object, Object, Object) - Method in class javax.el.ELResolver
-
Attempts to set the value of the given
property
object on the givenbase
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, 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, throwsPropertyNotWritableException
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(FacesContext, Object) - Method in class javax.faces.el.ValueBinding
-
Deprecated.Set the value of the property represented by this
ValueBinding
, relative to the specifiedFacesContext
. - setValue(T) - Method in class javax.xml.bind.JAXBElement
-
Set the content model and attributes of this xml element.
- setValueBinding(String, ValueBinding) - Method in class javax.faces.component.UIComponent
-
Deprecated.This has been replaced by
UIComponent.setValueExpression(java.lang.String, javax.el.ValueExpression)
. - setValueBinding(String, ValueBinding) - Method in class javax.faces.component.UIComponentBase
-
Deprecated.This has been replaced by
UIComponent.setValueExpression(java.lang.String, javax.el.ValueExpression)
. - setValueBinding(String, ValueBinding) - Method in class javax.faces.component.UIData
-
Deprecated.This has been replaced by
UIData.setValueExpression(java.lang.String, javax.el.ValueExpression)
. - setValueBinding(String, ValueBinding) - Method in class javax.faces.component.UIGraphic
-
Deprecated.This has been replaced by
UIGraphic.setValueExpression(java.lang.String, javax.el.ValueExpression)
. - setValueBinding(String, ValueBinding) - Method in class javax.faces.component.UISelectBoolean
-
Deprecated.This has been replaced by
UISelectBoolean.setValueExpression(java.lang.String, javax.el.ValueExpression)
. - setValueBinding(String, ValueBinding) - Method in class javax.faces.component.UISelectMany
-
Deprecated.This has been replaced by
UISelectMany.setValueExpression(java.lang.String, javax.el.ValueExpression)
. - setValueChangeListener(MethodBinding) - Method in interface javax.faces.component.EditableValueHolder
-
Deprecated.Use
EditableValueHolder.addValueChangeListener(javax.faces.event.ValueChangeListener)
instead, obtaining the argumentValueChangeListener
by creating an instance ofMethodExpressionValueChangeListener
. - setValueChangeListener(MethodBinding) - Method in class javax.faces.component.UIInput
-
Deprecated.Use
UIInput.addValueChangeListener(javax.faces.event.ValueChangeListener)
instead, obtaining the argumentValueChangeListener
by creating an instance ofMethodExpressionValueChangeListener
. - 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 forurl
undervalue
instead; otherwise, perform the default superclass processing for this method. - setValueExpression(String, ValueExpression) - Method in class javax.faces.component.UISelectBoolean
-
Store any
ValueExpression
specified forselected
undervalue
instead; otherwise, perform the default superclass processing for this method. - setValueExpression(String, ValueExpression) - Method in class javax.faces.component.UISelectMany
-
Store any
ValueExpression
specified forselectedValues
undervalue
instead; otherwise, perform the default superclass processing for this method. - 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.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, String) - Method in class javax.el.ELProcessor
-
Assign an EL expression to an EL variable.
- setVariable(String, ValueExpression) - Method in class javax.el.ELManager
-
Assign a ValueExpression to an EL variable, replacing any previous assignment to the same variable.
- setVariable(String, ValueExpression) - Method in class javax.el.VariableMapper
-
Assign a ValueExpression to an EL 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 EL 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 argumentresolver
to be wrapped inside an implementation ofELResolver
and exposed to the EL resolution system as if the user had calledApplication.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 wrappedApplication
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 wrappedFacesContext
object. - 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.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 providedWriteListener
when it is possible to write - setXid(Xid) - Method in class javax.resource.spi.work.ExecutionContext
-
set a transaction context.
- 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.
- shareable() - Element in annotation interface javax.annotation.Resource
-
Indicates whether this resource can be shared between this component and other components.
- 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
forlength
bytes. - SharedCacheMode - Enum Class 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 aBufferedInputStream
that buffers data from the file and supports themark
andreset
methods. - SharedFileInputStream(File) - Constructor for class javax.mail.util.SharedFileInputStream
-
Creates a
SharedFileInputStream
for the file. - SharedFileInputStream(File, int) - Constructor for class javax.mail.util.SharedFileInputStream
-
Creates a
SharedFileInputStream
with the specified buffer size. - SharedFileInputStream(String) - Constructor for class javax.mail.util.SharedFileInputStream
-
Creates a
SharedFileInputStream
for the named file - 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(String, String) - Constructor for exception javax.resource.spi.SharingViolationException
-
Constructs a new throwable with the specified detail message and error code.
- SharingViolationException(String, Throwable) - Constructor for exception javax.resource.spi.SharingViolationException
-
Constructs a new throwable with the specified detail message and cause.
- SharingViolationException(Throwable) - Constructor for exception javax.resource.spi.SharingViolationException
-
Constructs a new throwable with the specified cause.
- SHORT_ID - Static variable in class javax.faces.convert.ShortConverter
-
The message identifier of the
FacesMessage
to be created if the conversion toShort
fails. - ShortConverter - Class in javax.faces.convert
-
Converter
implementation forjava.lang.Short
(and short primitive) values. - ShortConverter() - Constructor for class javax.faces.convert.ShortConverter
- shortname - Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
-
The preferred short name (prefix) as indicated in the TLD.
- shortName() - Element in annotation interface javax.faces.event.NamedEvent
-
The value of this annotation attribute is taken to be the short name for the
ComponentSystemEvent
. - 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.
- SINGLE_TABLE - Enum constant in enum class javax.persistence.InheritanceType
-
A single table per class hierarchy.
- SingleThreadModel - Interface in javax.servlet
-
Ensures that servlets handle only one request at a time.
- Singleton - Annotation Interface in javax.ejb
-
Component-defining annotation for a singleton session bean.
- Singleton - Annotation Interface in javax.inject
-
Identifies a type that the injector only instantiates once.
- SINGLETON - Enum constant in enum class javax.enterprise.inject.spi.SessionBeanType
-
A singleton session bean
- SINGULAR_ATTRIBUTE - Enum constant in enum class javax.persistence.metamodel.Bindable.BindableType
-
Single-valued attribute type
- 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 wrappedFlash
object. - size() - Method in class javax.mail.internet.ParameterList
-
Return the number of parameters in this list.
- size() - Method in class javax.ws.rs.core.AbstractMultivaluedMap
- size(C) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create an expression that tests the size of a collection.
- size(Expression<C>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create an expression that tests the size of a collection.
- Size - Annotation Interface in javax.validation.constraints
-
The annotated element size must be between the specified boundaries (included).
- 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.List - Annotation Interface 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 ofInputStream
. - SKIP_BODY - Static variable in interface javax.servlet.jsp.tagext.Tag
-
Skip body evaluation.
- SKIP_ITERATION - Enum constant in enum class javax.faces.component.visit.VisitHint
-
Hint that indicates that components that normally visit children multiple times (eg.
- SKIP_PAGE - Static variable in interface javax.servlet.jsp.tagext.Tag
-
Skip the rest of the page.
- SKIP_TRANSIENT - Enum constant in enum class javax.faces.component.visit.VisitHint
-
Hint that indicates that only non-transient subtrees should be visited.
- SKIP_UNRENDERED - Enum constant in enum class javax.faces.component.visit.VisitHint
-
Hint that indicates that only the rendered subtrees should be visited.
- 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.
- smallIcon() - Element in annotation interface javax.resource.spi.Connector
-
Specifies the file name for small GIF or JPEG icon images that are used to represent the resource adapter in a GUI tool.
- smallIcon() - Element in annotation interface javax.servlet.annotation.WebFilter
-
The small-icon of the filter
- smallIcon() - Element in annotation interface javax.servlet.annotation.WebServlet
-
The small-icon of the servlet
- SOAP11HTTP_BINDING - Static variable in interface javax.xml.ws.soap.SOAPBinding
-
A constant representing the identity of the SOAP 1.1 over HTTP binding.
- SOAP11HTTP_MTOM_BINDING - Static variable in interface javax.xml.ws.soap.SOAPBinding
-
A constant representing the identity of the SOAP 1.1 over HTTP binding with MTOM enabled by default.
- SOAP12HTTP_BINDING - Static variable in interface javax.xml.ws.soap.SOAPBinding
-
A constant representing the identity of the SOAP 1.2 over HTTP binding.
- SOAP12HTTP_MTOM_BINDING - Static variable in interface javax.xml.ws.soap.SOAPBinding
-
A constant representing the identity of the SOAP 1.2 over HTTP binding with MTOM enabled by default.
- SOAPACTION_URI_PROPERTY - Static variable in interface javax.xml.ws.BindingProvider
-
Standard property for SOAPAction.
- SOAPACTION_USE_PROPERTY - Static variable in interface javax.xml.ws.BindingProvider
-
Standard property for SOAPAction.
- SOAPBinding - Interface in javax.xml.ws.soap
-
The
SOAPBinding
interface is an abstraction for the SOAP binding. - SOAPFaultException - Exception in javax.xml.ws.soap
-
The
SOAPFaultException
exception represents a SOAP 1.1 or 1.2 fault. - SOAPFaultException(SOAPFault) - Constructor for exception javax.xml.ws.soap.SOAPFaultException
-
Constructor for SOAPFaultException
- SOAPHandler<T extends SOAPMessageContext> - Interface in javax.xml.ws.handler.soap
-
The
SOAPHandler
class extendsHandler
to provide typesafety for the message context parameter and add a method to obtain access to the headers that may be processed by the handler. - SOAPMessageContext - Interface in javax.xml.ws.handler.soap
-
The interface
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.
- sourceClass() - Element in annotation interface javax.faces.event.ListenerFor
-
The kind of object that emits events of the type given by the value of the
ListenerFor.systemEventClass()
attribute. - Specializes - Annotation Interface in javax.enterprise.inject
-
Indicates that a bean directly specializes another bean.
- 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 Interface in javax.persistence
-
Specifies the mapping of the result of a native SQL query or stored procedure.
- SqlResultSetMappings - Annotation Interface 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.
- SSL - Enum constant in enum class javax.servlet.SessionTrackingMode
- 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. - StandardELContext - Class in javax.el
-
A standard ELContext suitable for use in a stand alone environment.
- StandardELContext(ELContext) - Constructor for class javax.el.StandardELContext
-
Construct a StandardELContext from another ELContext.
- StandardELContext(ExpressionFactory) - Constructor for class javax.el.StandardELContext
-
Construct a default ELContext for a stand-alone environment.
- 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() - 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
'srun
method to be called to process messages that were just assigned to it. - 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(String, Properties) - Method in interface javax.batch.operations.JobOperator
-
Creates a new job instance and starts the first execution of that instance.
- start(Date) - Method in class javax.ejb.ScheduleExpression
-
Set the start date.
- start(BootstrapContext) - Method in interface javax.resource.spi.ResourceAdapter
-
This is called when a resource adapter instance is bootstrapped.
- start(Xid, int) - Method in interface javax.transaction.xa.XAResource
-
Starts work on behalf of a transaction branch specified in
xid
. - START_ARRAY - Enum constant in enum class javax.json.stream.JsonParser.Event
-
Start of a JSON array.
- START_OBJECT - Enum constant in enum class javax.json.stream.JsonParser.Event
-
Start of a JSON object.
- 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() - 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 interface javax.servlet.ServletRequest
-
Puts this request into asynchronous mode, and initializes its
AsyncContext
with the given request and response objects. - 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 wrappedResponseWriter
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 wrappedResponseWriter
object. - STARTED - Enum constant in enum class javax.batch.runtime.BatchStatus
- 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 wrappedResponseWriter
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.
- STARTING - Enum constant in enum class javax.batch.runtime.BatchStatus
- 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 Interface 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 theStateManager
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 Interface in javax.ejb
-
Component-defining annotation for a stateful session bean.
- STATEFUL - Enum constant in enum class javax.enterprise.inject.spi.SessionBeanType
-
A stateful session bean
- StatefulSessionBeanStats - Interface in javax.management.j2ee.statistics
-
Specifies the statistics provided by a stateful session bean.
- StatefulTimeout - Annotation Interface 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 implementPartialStateHolder
. - StateHolder - Interface in javax.faces.component
-
This interface is implemented by classes that need to save their state between requests.
- Stateless - Annotation Interface in javax.ejb
-
Component-defining annotation for a stateless session bean.
- STATELESS - Enum constant in enum class javax.enterprise.inject.spi.SessionBeanType
-
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 beSerializable
. Therefore, it is being deprecated in version 1.2 of the spec. The replacement is to use an implementation dependentObject
. - 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 existingStateManager
instance. - StateManagerWrapper() - Constructor for class javax.faces.application.StateManagerWrapper
- 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 Interface 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(int) - Method in class javax.ws.rs.core.Response.ResponseBuilder
-
Set the status on the ResponseBuilder.
- status(int) - Static method in class javax.ws.rs.core.Response
-
Create a new ResponseBuilder with the supplied status.
- status(Response.Status) - Method in class javax.ws.rs.core.Response.ResponseBuilder
-
Set the status on the ResponseBuilder.
- status(Response.Status) - Static method in class javax.ws.rs.core.Response
-
Create a new ResponseBuilder with the supplied status.
- status(Response.StatusType) - 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 - Interface in javax.transaction
-
The Status interface defines static variables used for transaction status codes.
- 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_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_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_UNKNOWN - Static variable in interface javax.transaction.Status
-
A transaction is associated with the target object but its current status cannot be determined.
- 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
- StepExecution - Interface in javax.batch.runtime
- 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 Interface in javax.enterprise.inject
-
Specifies that an annotation type is a stereotype.
- 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() - 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.
- stop() - Method in class javax.xml.ws.Endpoint
-
Stops publishing this endpoint.
- stop(long) - Method in interface javax.batch.operations.JobOperator
-
Request a running job execution stops.
- STOPPED - Enum constant in enum class javax.batch.runtime.BatchStatus
- STOPPING - Enum constant in enum class javax.batch.runtime.BatchStatus
- store - Variable in class javax.mail.Folder
-
The parent store.
- store - Variable in class javax.ws.rs.core.AbstractMultivaluedMap
-
Backing store for the [key, multi-value] pairs.
- 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 - Static variable in class javax.mail.Provider.Type
- 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 Interface 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
-
Constructor.
- StoreListener - Interface in javax.mail.event
-
This is the Listener interface for Store Notifications.
- storeProtocol() - Element in annotation interface javax.mail.MailSessionDefinition
-
Store protocol name.
- strategy() - Element in annotation interface javax.persistence.GeneratedValue
-
(Optional) The primary key generation strategy that the persistence provider must use to generate the annotated entity primary key.
- strategy() - Element in annotation interface javax.persistence.Inheritance
-
The strategy to be used for the entity inheritance hierarchy.
- 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. - STRING - Enum constant in enum class javax.json.JsonValue.ValueType
-
JSON string.
- STRING - Enum constant in enum class javax.persistence.DiscriminatorType
-
String as the discriminator type.
- STRING - Enum constant in enum class javax.persistence.EnumType
-
Persist enumerated type property or field as a string.
- STRING_ID - Static variable in class javax.faces.convert.BigDecimalConverter
-
The message identifier of the
FacesMessage
to be created if the conversion of theBigDecimal
value toString
fails. - STRING_ID - Static variable in class javax.faces.convert.BigIntegerConverter
-
The message identifier of the
FacesMessage
to be created if the conversion of theBigInteger
value toString
fails. - STRING_ID - Static variable in class javax.faces.convert.BooleanConverter
-
The message identifier of the
FacesMessage
to be created if the conversion of theBoolean
value toString
fails. - STRING_ID - Static variable in class javax.faces.convert.ByteConverter
-
The message identifier of the
FacesMessage
to be created if the conversion of theByte
value toString
fails. - STRING_ID - Static variable in class javax.faces.convert.CharacterConverter
-
The message identifier of the
FacesMessage
to be created if the conversion of theCharacter
value toString
fails. - STRING_ID - Static variable in class javax.faces.convert.DateTimeConverter
-
The message identifier of the
FacesMessage
to be created if the conversion of theDateTime
value toString
fails. - STRING_ID - Static variable in class javax.faces.convert.DoubleConverter
-
The message identifier of the
FacesMessage
to be created if the conversion of theDouble
value toString
fails. - STRING_ID - Static variable in class javax.faces.convert.FloatConverter
-
The message identifier of the
FacesMessage
to be created if the conversion of theFloat
value toString
fails. - STRING_ID - Static variable in class javax.faces.convert.IntegerConverter
-
The message identifier of the
FacesMessage
to be created if the conversion of theInteger
value toString
fails. - STRING_ID - Static variable in class javax.faces.convert.LongConverter
-
The message identifier of the
FacesMessage
to be created if the conversion of theLong
value toString
fails. - STRING_ID - Static variable in class javax.faces.convert.NumberConverter
-
The message identifier of the
FacesMessage
to be created if the conversion of theNumber
value toString
fails. - STRING_ID - Static variable in class javax.faces.convert.ShortConverter
-
The message identifier of the
FacesMessage
to be created if the conversion of theShort
value toString
fails. - StringTerm - Class in javax.mail.search
-
This class implements the match method for Strings.
- StringTerm(String) - Constructor for class javax.mail.search.StringTerm
- StringTerm(String, boolean) - Constructor for class javax.mail.search.StringTerm
- subclassSubgraphs() - Element in annotation interface javax.persistence.NamedEntityGraph
-
(Optional) A list of subgraphs that will add additional attributes for subclasses of the annotated entity class to the entity graph.
- subgraph() - Element in annotation interface javax.persistence.NamedAttributeNode
-
(Optional) If the attribute references a managed type that has its own AttributeNodes, this element is used to refer to that NamedSubgraph definition.
- Subgraph<T> - Interface in javax.persistence
-
This type represents a subgraph for an attribute node that corresponds to a Managed Type.
- subgraphs() - Element in annotation interface javax.persistence.NamedEntityGraph
-
(Optional) A list of subgraphs that are included in the entity graph.
- 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(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. - 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.
- SUBMITTING - Enum constant in enum class javax.faces.component.behavior.ClientBehaviorHint
-
Hint that indicates that ClientBehavior implementation posts back to the server.
- subprotocols() - Element in annotation interface javax.websocket.ClientEndpoint
-
The names of the subprotocols this client supports.
- subprotocols() - Element in annotation interface javax.websocket.server.ServerEndpoint
-
The ordered array of web socket protocols this endpoint supports.
- 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 typesystemEventClass
that originate from objects of typesourceClass
. - 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 wrappedApplication
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 typeeventClass
originating from this specific instance ofUIComponent
. - 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 typesystemEventClass
. - 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 wrappedApplication
object. - subscribeToViewEvent(Class<? extends SystemEvent>, SystemEventListener) - Method in class javax.faces.component.UIViewRoot
-
Install the listener instance referenced by argument
listener
into theUIViewRoot
as a listener for events of typesystemEventClass
. - substitutionHeadName() - Element in annotation interface javax.xml.bind.annotation.XmlElementDecl
-
XML local name of a substitution group's head element.
- substitutionHeadNamespace() - Element in annotation interface javax.xml.bind.annotation.XmlElementDecl
-
namespace name of a substitution group's head XML element.
- substring(Expression<String>, int) - 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.
- substring(Expression<String>, Expression<Integer>) - 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.
- 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.
- SUCCESSFUL - Enum constant in enum class javax.ws.rs.core.Response.Status.Family
-
2xx
HTTP status codes. - 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(Expression<N>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create an aggregate expression applying the sum operation.
- 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 Interface 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.
- SUPPORTS - Enum constant in enum class javax.ejb.TransactionAttributeType
-
If the client calls with a transaction context, the container performs the same steps as described in the
REQUIRED
case. - SUPPORTS - Enum constant in enum class javax.transaction.Transactional.TxType
-
If called outside a transaction context, managed bean method execution must then continue outside a transaction context.
- supportsDynamicUpdates() - Element in annotation interface javax.resource.spi.ConfigProperty
-
Indicates that the configuration property supports dynamic updates to its value during the lifetime of the JavaBean
- 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() - 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.
- SUSPEND - Static variable in interface javax.enterprise.concurrent.ManagedTask
-
Constant for the "SUSPEND" value of the TRANSACTION execution property.
- Suspended - Annotation Interface in javax.ws.rs.container
-
Inject a suspended
AsyncResponse
into a parameter of an invoked JAX-RSresource 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() - Element in annotation interface javax.persistence.PersistenceContext
-
(Optional) 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
method.joinTransaction
- 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 Class 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. - SYNCHRONIZED - Enum constant in enum class javax.persistence.SynchronizationType
-
Persistence context is automatically synchronized with the current transaction
- 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. - systemEventClass() - Element in annotation interface javax.faces.event.ListenerFor
-
The kind of system event for which this class will be installed as a listener.
- SystemEventListener - Interface in javax.faces.event
-
By implementing this class, an object indicates that it is a listener for one or more kinds of
SystemEvent
s. - SystemEventListenerHolder - Interface in javax.faces.event
-
Classes that implement this interface agree to maintain a list of
SystemEventListener
instances for each kind ofSystemEvent
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(int) - Constructor for exception javax.transaction.SystemException
-
Create a SystemException with a given error code.
- SystemException(String) - Constructor for exception javax.transaction.SystemException
-
Create a SystemException with a given string.
- SystemTest - Enum constant in enum class javax.faces.application.ProjectStage
-
This value indicates the currently running application is undergoing system testing.
T
- table() - Element in annotation interface javax.persistence.Column
-
(Optional) The name of the table that contains the column.
- table() - Element in annotation interface javax.persistence.JoinColumn
-
(Optional) The name of the table that contains the column.
- table() - Element in annotation interface javax.persistence.MapKeyColumn
-
(Optional) The name of the table that contains the column.
- table() - Element in annotation interface javax.persistence.MapKeyJoinColumn
-
(Optional) The name of the table that contains the foreign key column.
- table() - Element in annotation interface javax.persistence.TableGenerator
-
(Optional) Name of table that stores the generated id values.
- Table - Annotation Interface in javax.persistence
-
Specifies the primary table for the annotated entity.
- TABLE - Enum constant in enum class javax.persistence.GenerationType
-
Indicates that the persistence provider must assign primary keys for the entity using an underlying database table to ensure uniqueness.
- TABLE_PER_CLASS - Enum constant in enum class javax.persistence.InheritanceType
-
A table per concrete entity class.
- TableGenerator - Annotation Interface in javax.persistence
-
Defines a primary key generator that may be referenced by name when a generator element is specified for the
GeneratedValue
annotation. - tag - Variable in class javax.faces.view.facelets.TagHandler
-
A reference to the
Tag
instance corresponding to thisTagHandler
instance. - tag(String) - Method in class javax.ws.rs.core.Response.ResponseBuilder
-
Set a strong response entity tag.
- tag(EntityTag) - Method in class javax.ws.rs.core.Response.ResponseBuilder
-
Set a response entity tag.
- 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 - Interface in javax.servlet.jsp.tagext
-
The interface of a classic tag handler that does not want to manipulate its body.
- Tag(Tag, TagAttributes) - Constructor for class javax.faces.view.facelets.Tag
- Tag(Location, String, String, String, TagAttributes) - Constructor for class javax.faces.view.facelets.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
- TagAttributeException(TagAttribute, String) - Constructor for exception javax.faces.view.facelets.TagAttributeException
- TagAttributeException(TagAttribute, String, Throwable) - Constructor for exception javax.faces.view.facelets.TagAttributeException
- TagAttributeException(TagAttribute, Throwable) - Constructor for exception javax.faces.view.facelets.TagAttributeException
- TagAttributeException(Tag, TagAttribute) - Constructor for exception javax.faces.view.facelets.TagAttributeException
- TagAttributeException(Tag, TagAttribute, String) - Constructor for exception javax.faces.view.facelets.TagAttributeException
- TagAttributeException(Tag, TagAttribute, String, Throwable) - Constructor for exception javax.faces.view.facelets.TagAttributeException
- TagAttributeException(Tag, TagAttribute, Throwable) - Constructor for exception javax.faces.view.facelets.TagAttributeException
- 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, String, Throwable) - 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. - 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
FaceletHandler
s 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 aTag
. - 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
- tagId - Variable in class javax.faces.view.facelets.TagHandler
-
See
TagConfig.getTagId()
. - 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.
- tagName() - Element in annotation interface javax.faces.component.FacesComponent
-
If the value of the
FacesComponent.createTag()
attribute istrue
, the runtime must use this value as the tag name for including an instance of the component annotated with this annotation in a view. - 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() - Element in annotation interface javax.faces.application.ResourceDependency
-
The value given for this attribute will be passed as the "target" argument to
UIViewRoot.addComponentResource(javax.faces.context.FacesContext, javax.faces.component.UIComponent, java.lang.String)
. - 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(Link) - 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.
- targetClass() - Element in annotation interface javax.persistence.ConstructorResult
-
(Required) The class whose constructor is to be invoked.
- targetClass() - Element in annotation interface javax.persistence.ElementCollection
-
(Optional) The basic or embeddable class that is the element type of the collection.
- targetEntity() - Element in annotation interface javax.persistence.ManyToMany
-
(Optional) The entity class that is the target of the association.
- targetEntity() - Element in annotation interface javax.persistence.ManyToOne
-
(Optional) The entity class that is the target of the association.
- targetEntity() - Element in annotation interface javax.persistence.OneToMany
-
(Optional) The entity class that is the target of the association.
- targetEntity() - Element in annotation interface javax.persistence.OneToOne
-
(Optional) The entity class that is the target of the association.
- targetNamespace() - Element in annotation interface javax.xml.ws.RequestWrapper
-
Element's namespace name.
- targetNamespace() - Element in annotation interface javax.xml.ws.ResponseWrapper
-
Element's namespace name.
- targetNamespace() - Element in annotation interface javax.xml.ws.WebFault
-
Element's namespace name.
- targetNamespace() - Element in annotation interface javax.xml.ws.WebServiceClient
-
The namespace for the Web service.
- targetNamespace() - Element in annotation interface javax.xml.ws.WebServiceProvider
-
Target namespace for the service
- 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.
- 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 Interface in javax.persistence
-
This annotation must be specified for persistent fields or properties of type
java.util.Date
andjava.util.Calendar
. - TemporalType - Enum Class in javax.persistence
-
Type used to indicate a specific mapping of
java.util.Date
orjava.util.Calendar
. - TEMPORARY_REDIRECT - Enum constant in enum class javax.ws.rs.core.Response.Status
-
307 Temporary Redirect, see {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.3.8">HTTP/1.1 documentation}.
- TemporaryQueue - Interface in javax.jms
-
A
TemporaryQueue
object is a uniqueQueue
object created for the duration of aConnection
. - 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 uniqueTopic
object created for the duration of aConnection
. - 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 ajava.lang.String
. - threshold - Variable in class javax.xml.ws.soap.MTOMFeature
-
Property for MTOM threshold value.
- threshold() - Element in annotation interface javax.xml.ws.soap.MTOM
-
Property for MTOM threshold value.
- TIME - Enum constant in enum class javax.persistence.TemporalType
-
Map as
java.sql.Time
- TIME_ID - Static variable in class javax.faces.convert.DateTimeConverter
-
The message identifier of the
FacesMessage
to be created if the conversion toTime
fails. - TimedObject - Interface in javax.ejb
-
The
TimedObject
interface contains a callback method that is used to deliver timer expiration notifications. - Timeout - Annotation Interface in javax.ejb
-
Designates a method on a stateless session bean class, a singleton session bean class, a message driven bean class, or an EJB 2.x entity bean class that should receive EJB 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 EJB 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.
- TIMESTAMP - Enum constant in enum class javax.persistence.TemporalType
-
Map as
java.sql.Timestamp
- TimeStatistic - Interface in javax.management.j2ee.statistics
-
Specifies standard timing measurements.
- timezone() - Element in annotation interface javax.ejb.Schedule
-
Specifies the time zone within which the schedule is evaluated.
- 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.
- TLS_HANDSHAKE_FAILURE - Enum constant in enum class javax.websocket.CloseReason.CloseCodes
-
1015 is a reserved value and MUST NOT be set as a status code in a Close control frame by an endpoint.
- TMENDRSCAN - Static variable in interface javax.transaction.xa.XAResource
-
Ends a recovery scan.
- TMFAIL - Static variable in interface javax.transaction.xa.XAResource
-
Disassociates the caller and marks the transaction branch rollback-only.
- TMJOIN - Static variable in interface javax.transaction.xa.XAResource
-
Caller is joining existing transaction branch.
- TMNOFLAGS - Static variable in interface javax.transaction.xa.XAResource
-
Use TMNOFLAGS to indicate no flags value is selected.
- TMONEPHASE - Static variable in interface javax.transaction.xa.XAResource
-
Caller is using one-phase optimization.
- TMRESUME - Static variable in interface javax.transaction.xa.XAResource
-
Caller is resuming association with a suspended transaction branch.
- TMSTARTRSCAN - Static variable in interface javax.transaction.xa.XAResource
-
Starts a recovery scan.
- TMSUCCESS - Static variable in interface javax.transaction.xa.XAResource
-
Disassociates caller from a transaction branch.
- TMSUSPEND - Static variable in interface javax.transaction.xa.XAResource
-
Caller is suspending (not ending) its association with a transaction branch.
- to() - Element in annotation interface javax.validation.groups.ConvertGroup
- 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 defaultActionListener
to interpret the value of the attribute as the toFlowDocumentId value to pass toNavigationHandler.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-familyjavax.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 thisNewCookie
. - toDouble(Expression<? extends Number>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Typecast.
- 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.
- Token(int, String) - Constructor for class javax.mail.internet.HeaderTokenizer.Token
-
Constructor.
- toLong(Expression<? extends Number>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Typecast.
- TOO_BIG - Enum constant in enum class javax.websocket.CloseReason.CloseCodes
-
1009 indicates that an endpoint is terminating the connection because it has received a message that is too big for it to process.
- 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 JMS provider. - TopicConnectionFactory - Interface in javax.jms
-
A client uses a
TopicConnectionFactory
object to createTopicConnection
objects with a publish/subscribe JMS 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 creatingTopicPublisher
,TopicSubscriber
, andTemporaryTopic
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 aResult
object. - toResult(ResultSet, int) - Static method in class javax.servlet.jsp.jstl.sql.ResultSupport
-
Converts
maxRows
of aResultSet
object to aResult
object. - toString() - Method in class javax.ejb.ScheduleExpression
- toString() - Method in class javax.ejb.TimerConfig
- 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 class javax.faces.event.PhaseId
-
Return a String representation of this
PhaseId
instance. - toString() - Method in class javax.faces.view.facelets.Tag
- 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.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() - Method in class javax.mail.internet.NewsAddress
-
Convert this address into a RFC 1036 address.
- toString() - 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 defaulttoString
. - toString() - Method in class javax.mail.URLName
-
Constructs a string representation of this URLName.
- 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 class javax.websocket.CloseReason
-
Converts the CloseReason to a debug-friendly string.
- 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 class javax.ws.rs.core.Response.Status
-
Get the reason phrase.
- toString() - Method in class javax.ws.rs.core.Variant
- toString() - Method in class javax.xml.bind.helpers.ValidationEventImpl
-
Returns a string representation of this object in a format helpful to debugging.
- toString() - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
-
Returns a string representation of this object in a format helpful to debugging.
- toString() - Method in exception javax.xml.bind.JAXBException
-
Returns a short description of this JAXBException.
- toString() - Method in exception javax.xml.bind.TypeConstraintException
-
Returns a short description of this TypeConstraintException.
- toString() - Method in class javax.xml.ws.EndpointReference
-
Displays EPR infoset for debugging convenience.
- toString(int) - Method in class javax.mail.internet.ParameterList
-
Convert this ParameterList into a MIME String.
- 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[]) - Static method in class javax.mail.internet.NewsAddress
-
Convert the given array of NewsAddress 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(Expression<Character>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Typecast.
- 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.
- 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.
- toViewId(String) - Method in class javax.faces.flow.builder.NavigationCaseBuilder
-
Set the to-view-id of the current navigation case.
- trace() - 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.SyncInvoker
-
Invoke HTTP TRACE method for the current request synchronously.
- trace(Class<T>) - 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.SyncInvoker
-
Invoke HTTP TRACE method for the current request synchronously.
- trace(InvocationCallback<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(GenericType<T>) - Method in interface javax.ws.rs.client.SyncInvoker
-
Invoke HTTP TRACE method for the current request synchronously.
- TRAILING - Enum constant in enum class javax.persistence.criteria.CriteriaBuilder.Trimspec
-
Trim from trailing end.
- Transaction - Interface in javax.transaction
-
The Transaction interface allows operations to be performed against the transaction in the target Transaction object.
- TRANSACTION - Enum constant in enum class javax.persistence.PersistenceContextType
-
Transaction-scoped persistence context
- TRANSACTION - Static variable in interface javax.enterprise.concurrent.ManagedTask
-
Execution property to be returned in
ManagedTask.getExecutionProperties()
orContextService.createContextualProxy()
to inform the Java™ EE Product Provider under which transaction should the task or proxy method of contextual proxy object be executed in. - transactional() - Element in annotation interface javax.annotation.sql.DataSourceDefinition
-
Set to
false
if connections should not participate in transactions. - transactional() - Element in annotation interface javax.jms.JMSConnectionFactoryDefinition
-
Set to
false
if connections should not participate in transactions. - Transactional - Annotation Interface 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 Java EE specification, at both the class and method level where method level annotations override those at the class level.
- Transactional.TxType - Enum Class 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 Interface in javax.ejb
-
The
TransactionAttribute
annotation specifies whether the container is to invoke a business method within a transaction context. - TransactionAttributeType - Enum Class in javax.ejb
-
The enum
TransactionAttributeType
is used with theTransactionAttribute
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 aWork
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) - Constructor for exception javax.jms.TransactionInProgressException
-
Constructs a
TransactionInProgressException
with the specified reason. - TransactionInProgressException(String, String) - Constructor for exception javax.jms.TransactionInProgressException
-
Constructs a
TransactionInProgressException
with the specified reason and error code. - 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 Interface in javax.ejb
-
Specifies whether a session bean or message driven bean has container managed transactions or bean managed transactions.
- TransactionManagementType - Enum Class in javax.ejb
-
The enum
TransactionManagementType
is used with theTransactionManagement
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 Class in javax.enterprise.event
-
Distinguishes the various kinds of transactional observer methods from regular observer methods which are notified immediately.
- TransactionRequiredException - Exception in javax.persistence
-
Thrown by the persistence provider when a transaction is required but is not active.
- 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.persistence.TransactionRequiredException
-
Constructs a new
TransactionRequiredException
exception withnull
as its detail message. - TransactionRequiredException() - Constructor for exception javax.transaction.TransactionRequiredException
- TransactionRequiredException(String) - Constructor for exception javax.persistence.TransactionRequiredException
-
Constructs a new
TransactionRequiredException
exception with the specified detail message. - 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.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
- 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) - Constructor for exception javax.jms.TransactionRolledBackException
-
Constructs a
TransactionRolledBackException
with the specified reason. - TransactionRolledBackException(String, String) - Constructor for exception javax.jms.TransactionRolledBackException
-
Constructs a
TransactionRolledBackException
with the specified reason and error code. - 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 Interface 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 JTA transaction.
- transactionSupport() - Element in annotation interface javax.resource.ConnectionFactoryDefinition
-
The level of transaction support the connection factory resource needs to support.
- transactionSupport() - Element in annotation interface javax.resource.spi.Connector
-
Specifies the level of transaction support provided by the resource adapter.
- 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 Class 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 EJB 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 Interface in javax.persistence
-
Specifies that the property or field is not persistent.
- TransientReference - Annotation Interface 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.
- TransientStateHelper - Interface in javax.faces.component
-
Define a
Map
-like contract that makes it easier for components to implementTransientStateHolder
. - 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
. - Transport - Class in javax.mail
-
An abstract class that models a message transport.
- Transport(Session, URLName) - Constructor for class javax.mail.Transport
-
Constructor.
- TRANSPORT - Static variable in class javax.mail.Provider.Type
- 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.
- transportGuarantee() - Element in annotation interface javax.servlet.annotation.HttpConstraint
-
The data protection requirements (i.e., whether or not SSL/TLS is required) that must be satisfied by the connections on which requests arrive.
- transportGuarantee() - Element in annotation interface javax.servlet.annotation.HttpMethodConstraint
-
The data protection requirements (i.e., whether or not SSL/TLS is required) that must be satisfied by the connections on which requests arrive.
- TransportListener - Interface in javax.mail.event
-
This is the Listener interface for Transport events
- transportProtocol() - Element in annotation interface javax.mail.MailSessionDefinition
-
Transport protocol name.
- traversableResolver(TraversableResolver) - Method in interface javax.validation.Configuration
-
Defines the traversable resolver used.
- traversableResolver(TraversableResolver) - Method in interface javax.validation.ValidatorContext
-
Defines the traversable resolver implementation used by the
Validator
. - TraversableResolver - Interface in javax.validation
-
Contract determining if a property can be accessed by the Bean Validation provider.
- treat(CollectionJoin<X, T>, Class<E>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Downcast CollectionJoin object to the specified type.
- treat(Join<X, T>, Class<V>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Downcast Join 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.
- treat(SetJoin<X, T>, Class<E>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Downcast SetJoin 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(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.
- trim(CriteriaBuilder.Trimspec, Expression<Character>, Expression<String>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create expression to trim character from 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(Expression<String>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create expression to trim blanks from both ends of a string.
- TRUE - Enum constant in enum class javax.json.JsonValue.ValueType
-
JSON true.
- 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
-
Create a TrustStoreCallback.
- TRY_AGAIN_LATER - Enum constant in enum class javax.websocket.CloseReason.CloseCodes
-
1013 indicates that the service is experiencing overload
- 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 - 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() - Element in annotation interface javax.annotation.Resource
-
The Java type of the resource.
- type() - Element in annotation interface javax.persistence.ColumnResult
-
(Optional) The Java type to which the column type is to be mapped.
- type() - Method in interface javax.persistence.criteria.Path
-
Create an expression corresponding to the type of the path.
- type() - Element in annotation interface javax.persistence.NamedSubgraph
-
(Optional) The type represented by this subgraph.
- type() - Element in annotation interface javax.persistence.PersistenceContext
-
(Optional) Specifies whether a transaction-scoped persistence context or an extended persistence context is to be used.
- type() - Element in annotation interface javax.persistence.StoredProcedureParameter
-
JDBC type of the paramter.
- type() - Element in annotation interface javax.resource.spi.ConfigProperty
-
Inferred by the container if unspecified.
- type() - Element in annotation interface javax.validation.executable.ValidateOnExecution
-
List of executable types to be validated when called.
- type() - Element in annotation interface javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter
-
If this annotation is used at the package level, then value of the type() must be specified.
- type() - Element in annotation interface javax.xml.bind.annotation.XmlElement
-
The Java class being referenced.
- type() - Element in annotation interface javax.xml.bind.annotation.XmlElementRef
-
The Java type being referenced.
- type() - Element in annotation interface javax.xml.bind.annotation.XmlSchemaType
-
If this annotation is used at the package level, then value of the type() must be specified.
- type() - Element in annotation interface javax.xml.ws.WebServiceRef
-
The Java type of the resource.
- type(String) - Method in interface javax.ws.rs.core.Link.Builder
-
Convenience method to set a
type
on this link. - type(String) - Method in class javax.ws.rs.core.Response.ResponseBuilder
-
Set the message entity media type.
- type(MediaType) - Method in class javax.ws.rs.core.Response.ResponseBuilder
-
Set the message entity media type.
- Type<X> - Interface in javax.persistence.metamodel
-
Instances of the type
Type
represent persistent object or attribute types. - 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 - Static variable in class javax.ws.rs.core.Link
-
Type link param from RFC 5988.
- 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. - Type.PersistenceType - Enum Class in javax.persistence.metamodel
- TypeConstraintException - Exception in javax.xml.bind
-
This exception indicates that a violation of a dynamically checked type constraint was detected.
- TypeConstraintException(String) - Constructor for exception javax.xml.bind.TypeConstraintException
-
Construct a TypeConstraintException with the specified detail message.
- TypeConstraintException(String, String) - Constructor for exception javax.xml.bind.TypeConstraintException
-
Construct a TypeConstraintException with the specified detail message and vendor specific errorCode.
- TypeConstraintException(String, String, Throwable) - Constructor for exception javax.xml.bind.TypeConstraintException
-
Construct a TypeConstraintException with the specified detail message, vendor specific errorCode, and linkedException.
- TypeConstraintException(String, Throwable) - Constructor for exception javax.xml.bind.TypeConstraintException
-
Construct a TypeConstraintException with the specified detail message and linkedException.
- TypeConstraintException(Throwable) - Constructor for exception javax.xml.bind.TypeConstraintException
-
Construct a TypeConstraintException with a linkedException.
- 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 Interface in javax.enterprise.inject
-
Restricts the bean types of a bean.
- 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
U
- UIColumn - Class in javax.faces.component
-
UIColumn is a
UIComponent
that represents a single column of data within a parentUIData
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 JavaServer 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 byUIComponentELTag
. - UIComponentBodyTag() - Constructor for class javax.faces.webapp.UIComponentBodyTag
-
Deprecated.
- UIComponentClassicTagBase - Class in javax.faces.webapp
-
UIComponentTagBase
is the base class for all JSP tags that use the "classic" JSP tag interface that correspond to aUIComponent
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 EL API 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 extendsUIComponentClassicTagBase
to add properties that use the EL API introduced as part of JSP 2.1. - UIComponentTag() - Constructor for class javax.faces.webapp.UIComponentTag
-
Deprecated.
- UIComponentTagBase - Class in javax.faces.webapp
-
UIComponentTagBase
is the base class for all JSP tags that correspond to aUIComponent
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 aDataModel
instance, which is the current value of this component itself (typically established via aValueExpression
). - 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. - UIInput - Class in javax.faces.component
-
UIInput is a
UIComponent
that represents a component that both displays output to the user (likeUIOutput
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 aclientId
or component id relative to the closest ancestorNamingContainer
. - 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
orjavax.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() - 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
orUISelectOne
component, and causes the addition of aSelectItem
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
orUISelectOne
component, and causes the addition of one or moreSelectItem
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 thisUIViewParameter
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. - UNAUTHORIZED - Enum constant in enum class javax.ws.rs.core.Response.Status
-
401 Unauthorized, see {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.2">HTTP/1.1 documentation}.
- UnavailableException - Exception in javax.resource.spi
-
This is thrown to indicate that a service is unavailable.
- UnavailableException - Exception in javax.servlet
-
Defines an exception that a servlet or filter throws to indicate that it is permanently or temporarily unavailable.
- UnavailableException() - Constructor for exception javax.resource.spi.UnavailableException
-
Constructs a new instance with null as its detail message.
- UnavailableException(int, Servlet, String) - Constructor for exception javax.servlet.UnavailableException
- UnavailableException(String) - Constructor for exception javax.resource.spi.UnavailableException
-
Constructs a new instance with the specified detail message.
- 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.
- UnavailableException(String, String) - Constructor for exception javax.resource.spi.UnavailableException
-
Constructs a new throwable with the specified detail message and an error code.
- UnavailableException(String, Throwable) - Constructor for exception javax.resource.spi.UnavailableException
-
Constructs a new throwable with the specified detail message and cause.
- UnavailableException(Throwable) - Constructor for exception javax.resource.spi.UnavailableException
-
Constructs a new throwable with the specified cause.
- UnavailableException(Servlet, String) - Constructor for exception javax.servlet.UnavailableException
- 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.
- UNDEFINED - Enum constant in enum class javax.xml.bind.annotation.XmlAccessOrder
-
The ordering of fields and properties in a class is undefined.
- UNDEFINED - Static variable in exception javax.resource.spi.work.WorkException
-
Undefined error code.
- UNEXPECTED_CONDITION - Enum constant in enum class javax.websocket.CloseReason.CloseCodes
-
1011 indicates that a server is terminating the connection because it encountered an unexpected condition that prevented it from fulfilling the request.
- 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() - Constructor for exception javax.validation.UnexpectedTypeException
- UnexpectedTypeException(String) - 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.
- UNICODE_CASE - Enum constant in enum class javax.validation.constraints.Pattern.Flag
-
Enables Unicode-aware case folding.
- unique() - Element in annotation interface javax.persistence.Column
-
(Optional) Whether the column is a unique key.
- unique() - Element in annotation interface javax.persistence.Index
-
(Optional) Whether the index is unique.
- unique() - Element in annotation interface javax.persistence.JoinColumn
-
(Optional) Whether the property is a unique key.
- unique() - Element in annotation interface javax.persistence.MapKeyColumn
-
(Optional) Whether the column is a unique key.
- unique() - Element in annotation interface javax.persistence.MapKeyJoinColumn
-
(Optional) Whether the property is a unique key.
- 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 Interface in javax.persistence
-
Specifies that a unique constraint is to be included in the generated DDL for a primary or secondary table.
- uniqueConstraints() - Element in annotation interface javax.persistence.CollectionTable
-
(Optional) Unique constraints that are to be placed on the table.
- uniqueConstraints() - Element in annotation interface javax.persistence.JoinTable
-
(Optional) Unique constraints that are to be placed on the table.
- uniqueConstraints() - Element in annotation interface javax.persistence.SecondaryTable
-
(Optional) Unique constraints that are to be placed on the table.
- uniqueConstraints() - Element in annotation interface javax.persistence.Table
-
(Optional) Unique constraints that are to be placed on the table.
- uniqueConstraints() - Element in annotation interface javax.persistence.TableGenerator
-
(Optional) Unique constraints that are to be placed on the table.
- UniqueIdVendor - Interface in javax.faces.component
-
UniqueIdVendor is an interface implemented by
UIComponents
that also implementNamingContainer
so that they can provide unique ids based on their own clientId. - unit() - Element in annotation interface javax.ejb.AccessTimeout
-
Units used for the specified value.
- unit() - Element in annotation interface javax.ejb.StatefulTimeout
-
Units used for the specified value.
- unitName() - Element in annotation interface javax.persistence.PersistenceContext
-
(Optional) The name of the persistence unit as defined in the
persistence.xml
file. - unitName() - Element in annotation interface javax.persistence.PersistenceUnit
-
(Optional) The name of the persistence unit as defined in the
persistence.xml
file. - UnitTest - Enum constant in enum class javax.faces.application.ProjectStage
-
This value indicates the currently running application is undergoing unit testing.
- UNIX_LINES - Enum constant in enum class javax.validation.constraints.Pattern.Flag
-
Enables Unix lines mode.
- UNKNOWN - Enum constant in enum class javax.persistence.spi.LoadState
-
The load state of the element cannot be determined.
- 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(Class<T>) - Constructor for class javax.enterprise.inject.spi.Unmanaged
-
Create an injector for the given class, using the current bean manager
- Unmanaged(BeanManager, Class<T>) - Constructor for class javax.enterprise.inject.spi.Unmanaged
-
Create an injector for the given class
- Unmanaged.UnmanagedInstance<T> - Class in javax.enterprise.inject.spi
-
Represents a non-contextual instance.
- unmarshal(File) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- unmarshal(File) - Method in interface javax.xml.bind.Unmarshaller
-
Unmarshal XML data from the specified file and return the resulting content tree.
- unmarshal(File, Class<T>) - Static method in class javax.xml.bind.JAXB
-
Reads in a Java object tree from the given XML input.
- unmarshal(InputStream) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- unmarshal(InputStream) - Method in interface javax.xml.bind.Unmarshaller
-
Unmarshal XML data from the specified InputStream and return the resulting content tree.
- unmarshal(InputStream, Class<T>) - Static method in class javax.xml.bind.JAXB
-
Reads in a Java object tree from the given XML input.
- unmarshal(Reader) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- unmarshal(Reader) - Method in interface javax.xml.bind.Unmarshaller
-
Unmarshal XML data from the specified Reader and return the resulting content tree.
- unmarshal(Reader, Class<T>) - Static method in class javax.xml.bind.JAXB
-
Reads in a Java object tree from the given XML input.
- unmarshal(String) - Method in class javax.xml.bind.annotation.adapters.CollapsedStringAdapter
-
Removes leading and trailing whitespaces of the string given as the parameter, then truncate any sequnce of tab, CR, LF, and SP by a single whitespace character ' '.
- unmarshal(String) - Method in class javax.xml.bind.annotation.adapters.HexBinaryAdapter
- unmarshal(String) - Method in class javax.xml.bind.annotation.adapters.NormalizedStringAdapter
-
Replace any tab, CR, and LF by a whitespace character ' ', as specified in the whitespace facet 'replace'
- unmarshal(String, Class<T>) - Static method in class javax.xml.bind.JAXB
-
Reads in a Java object tree from the given XML input.
- unmarshal(URI, Class<T>) - Static method in class javax.xml.bind.JAXB
-
Reads in a Java object tree from the given XML input.
- unmarshal(URL) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- unmarshal(URL) - Method in interface javax.xml.bind.Unmarshaller
-
Unmarshal XML data from the specified URL and return the resulting content tree.
- unmarshal(URL, Class<T>) - Static method in class javax.xml.bind.JAXB
-
Reads in a Java object tree from the given XML input.
- unmarshal(Link.JaxbLink) - Method in class javax.ws.rs.core.Link.JaxbAdapter
-
Convert a
Link.JaxbLink
into aLink
. - unmarshal(XMLEventReader) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- unmarshal(XMLEventReader) - Method in interface javax.xml.bind.Unmarshaller
-
Unmarshal XML data from the specified pull parser and return the resulting content tree.
- unmarshal(XMLEventReader, Class<T>) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- unmarshal(XMLEventReader, Class<T>) - Method in interface javax.xml.bind.Unmarshaller
-
Unmarshal root element to JAXB mapped declaredType and return the resulting content tree.
- unmarshal(XMLStreamReader) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- unmarshal(XMLStreamReader) - Method in interface javax.xml.bind.Unmarshaller
-
Unmarshal XML data from the specified pull parser and return the resulting content tree.
- unmarshal(XMLStreamReader, Class<T>) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- unmarshal(XMLStreamReader, Class<T>) - Method in interface javax.xml.bind.Unmarshaller
-
Unmarshal root element to JAXB mapped declaredType and return the resulting content tree.
- unmarshal(Source) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- unmarshal(Source) - Method in interface javax.xml.bind.Unmarshaller
-
Unmarshal XML data from the specified XML Source and return the resulting content tree.
- unmarshal(Source, Class<T>) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- unmarshal(Source, Class<T>) - Static method in class javax.xml.bind.JAXB
-
Reads in a Java object tree from the given XML input.
- unmarshal(Source, Class<T>) - Method in interface javax.xml.bind.Unmarshaller
-
Unmarshal XML data from the specified XML Source by declaredType and return the resulting content tree.
- unmarshal(Node) - Method in interface javax.xml.bind.Unmarshaller
-
Unmarshal global XML data from the specified DOM tree and return the resulting content tree.
- unmarshal(Node, Class<T>) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- unmarshal(Node, Class<T>) - Method in interface javax.xml.bind.Unmarshaller
-
Unmarshal XML data by JAXB mapped declaredType and return the resulting content tree.
- unmarshal(InputSource) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- unmarshal(InputSource) - Method in interface javax.xml.bind.Unmarshaller
-
Unmarshal XML data from the specified SAX InputSource and return the resulting content tree.
- unmarshal(XMLReader, InputSource) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
Unmarshals an object by using the specified XMLReader and the InputSource.
- unmarshal(ValueType) - Method in class javax.xml.bind.annotation.adapters.XmlAdapter
-
Convert a value type to a bound type.
- unmarshal(XmlNode) - Method in class javax.xml.bind.Binder
-
Unmarshal XML infoset view to a JAXB object tree.
- unmarshal(XmlNode, Class<T>) - Method in class javax.xml.bind.Binder
-
Unmarshal XML root element by provided declaredType to a JAXB object tree.
- UnmarshalException - Exception in javax.xml.bind
-
This exception indicates that an error has occurred while performing an unmarshal operation that prevents the JAXB Provider from completing the operation.
- UnmarshalException(String) - Constructor for exception javax.xml.bind.UnmarshalException
-
Construct an UnmarshalException with the specified detail message.
- UnmarshalException(String, String) - Constructor for exception javax.xml.bind.UnmarshalException
-
Construct an UnmarshalException with the specified detail message and vendor specific errorCode.
- UnmarshalException(String, String, Throwable) - Constructor for exception javax.xml.bind.UnmarshalException
-
Construct an UnmarshalException with the specified detail message, vendor specific errorCode, and linkedException.
- UnmarshalException(String, Throwable) - Constructor for exception javax.xml.bind.UnmarshalException
-
Construct an UnmarshalException with the specified detail message and linkedException.
- UnmarshalException(Throwable) - Constructor for exception javax.xml.bind.UnmarshalException
-
Construct an UnmarshalException with a linkedException.
- Unmarshaller - Interface in javax.xml.bind
-
The Unmarshaller class governs the process of deserializing XML data into newly created Java content trees, optionally validating the XML data as it is unmarshalled.
- Unmarshaller.Listener - Class in javax.xml.bind
-
Register an instance of an implementation of this class with
Unmarshaller
to externally listen for unmarshal events. - UnmarshallerHandler - Interface in javax.xml.bind
-
Unmarshaller implemented as SAX ContentHandler.
- 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) - Constructor for exception javax.enterprise.inject.UnproxyableResolutionException
- UnproxyableResolutionException(String, Throwable) - Constructor for exception javax.enterprise.inject.UnproxyableResolutionException
- UnproxyableResolutionException(Throwable) - Constructor for exception javax.enterprise.inject.UnproxyableResolutionException
- UNQUALIFIED - Enum constant in enum class javax.xml.bind.annotation.XmlNsForm
- 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) - Constructor for exception javax.enterprise.inject.UnsatisfiedResolutionException
- UnsatisfiedResolutionException(String, Throwable) - Constructor for exception javax.enterprise.inject.UnsatisfiedResolutionException
- UnsatisfiedResolutionException(Throwable) - Constructor for exception javax.enterprise.inject.UnsatisfiedResolutionException
- UNSET - Enum constant in enum class javax.xml.bind.annotation.XmlNsForm
- unsetEntityContext() - Method in interface javax.ejb.EntityBean
-
Unset the associated entity context.
- UNSPECIFIED - Enum constant in enum class javax.persistence.SharedCacheMode
-
Caching behavior is undefined: provider-specific defaults may apply.
- 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 typesystemEventClass
that originate from objects of typesourceClass
. - 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 wrappedApplication
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 typeeventClass
originating from this specific instance ofUIComponent
. - 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 typesystemEventClass
. - 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 wrappedApplication
object. - unsubscribeFromViewEvent(Class<? extends SystemEvent>, SystemEventListener) - Method in class javax.faces.component.UIViewRoot
-
Remove the listener instance referenced by argument
listener
from theUIViewRoot
as a listener for events of typesystemEventClass
. - 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 theWork
instance is not supported by the container. - UNSUPPORTED_MEDIA_TYPE - Enum constant in enum class javax.ws.rs.core.Response.Status
-
415 Unsupported Media Type, see {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.16">HTTP/1.1 documentation}.
- UNSYNCHRONIZED - Enum constant in enum class javax.persistence.SynchronizationType
-
Persistence context must be explicitly joined to the current transaction
- 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<T>) - Method in interface javax.validation.MessageInterpolator.Context
-
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.
- unwrap(Class<U>) - Method in interface javax.validation.ConstraintViolation
-
Returns an instance of the specified type allowing access to provider-specific APIs.
- updatable() - Element in annotation interface javax.persistence.Column
-
(Optional) Whether the column is included in SQL UPDATE statements generated by the persistence provider.
- updatable() - Element in annotation interface javax.persistence.JoinColumn
-
(Optional) Whether the column is included in SQL UPDATE statements generated by the persistence provider.
- updatable() - Element in annotation interface javax.persistence.MapKeyColumn
-
(Optional) Whether the column is included in SQL UPDATE statements generated by the persistence provider.
- updatable() - Element in annotation interface javax.persistence.MapKeyJoinColumn
-
(Optional) Whether the column is included in SQL UPDATE statements generated by the persistence provider.
- updatable() - Element in annotation interface javax.persistence.OrderColumn
-
(Optional) Whether the column is included in SQL UPDATE statements generated by the persistence provider.
- 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. - updateJAXB(XmlNode) - Method in class javax.xml.bind.Binder
-
Takes an XML node and updates its associated JAXB object and its descendants.
- 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 fromUpdateModelException.getFacesMessage()
and pass the argumentcause
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
. - updateXML(Object) - Method in class javax.xml.bind.Binder
-
Takes an JAXB object and updates its associated XML node and its descendants.
- updateXML(Object, XmlNode) - Method in class javax.xml.bind.Binder
-
Changes in JAXB object tree are updated in its associated XML parse tree.
- upgrade(Class<T>) - Method in interface javax.servlet.http.HttpServletRequest
-
Create an instance of
HttpUpgradeHandler
for an 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 an 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.
- uri - Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
-
The value of the uri attribute from the taglib directive for this library.
- uri(String) - Method in interface javax.ws.rs.core.Link.Builder
-
Set underlying string representing URI template for the link being constructed.
- 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(URI) - Method in interface javax.ws.rs.core.Link.Builder
-
Set underlying 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.
- 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 aURI
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.
- url - Variable in class javax.mail.Service
-
The
URLName
of this service. - url() - Element in annotation interface javax.annotation.sql.DataSourceDefinition
-
A JDBC URL.
- URL - Enum constant in enum class javax.servlet.SessionTrackingMode
- URLName - Class in javax.mail
-
The name of a URL.
- URLName(String) - Constructor for class javax.mail.URLName
-
Construct a URLName from the string.
- 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.
- urlPatterns() - Element in annotation interface javax.servlet.annotation.WebFilter
-
The URL patterns to which the filter applies
- urlPatterns() - Element in annotation interface javax.servlet.annotation.WebServlet
-
The URL patterns of the servlet
- 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 - Enum constant in enum class javax.persistence.CacheRetrieveMode
-
Read entity data from the cache: this is the default behavior.
- USE - Enum constant in enum class javax.persistence.CacheStoreMode
-
Insert entity data into cache when read from database and insert/update entity data when committed into database: this is the default behavior.
- USE_PROXY - Enum constant in enum class javax.ws.rs.core.Response.Status
-
305 Use Proxy, see {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.3.6">HTTP/1.1 documentation}.
- 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() - Element in annotation interface javax.annotation.sql.DataSourceDefinition
-
User name to use for connection authentication.
- user() - Element in annotation interface javax.jms.JMSConnectionFactoryDefinition
-
User name to use for connection authentication.
- user() - Element in annotation interface javax.mail.MailSessionDefinition
-
User name to use for authentication.
- 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_AGENT - Static variable in interface javax.ws.rs.core.HttpHeaders
-
See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.43">HTTP/1.1 documentation}.
- 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 wrappedResourceHandler
object. - userInfo(String) - Method in class javax.ws.rs.core.UriBuilder
-
Set the URI user-info.
- userName() - Element in annotation interface javax.jms.JMSPasswordCredential
-
Specifies the userName to be used when injecting a
javax.jms.JMSContext
object - USERNAME_PROPERTY - Static variable in interface javax.xml.ws.BindingProvider
-
Standard property: User name for authentication.
- 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
- Valid - Annotation Interface in javax.validation
-
Marks a property, method parameter or method return type for validation cascading.
- 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(Object) - Method in interface javax.xml.bind.Validator
-
Deprecated.since JAXB2.0
- 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(String, String, PageData) - Method in class javax.servlet.jsp.tagext.TagLibraryValidator
-
Validate a JSP page.
- 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, Object) - Method in interface javax.faces.validator.Validator
- 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(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 an application 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.
- validatedBy() - Element in annotation interface javax.validation.Constraint
-
ConstraintValidator
classes must reference distinct target types for a givenValidationTarget
If twoConstraintValidator
s refer to the same type, an exception will occur. - 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 Interface 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
namedpropertyName
. - validateRequest(MessageInfo, Subject, Subject) - Method in interface javax.security.auth.message.ServerAuth
-
Authenticate a received service 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.
- validateRoot(Object) - Method in interface javax.xml.bind.Validator
-
Deprecated.since JAXB2.0
- 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
- validateValue(Class<T>, String, Object, Class<?>...) - Method in interface javax.validation.Validator
-
Validates all constraints placed on the property named
propertyName
of the classbeanType
would the property value bevalue
. - 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. - validating - Variable in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
whether or not the unmarshaller will validate
- ValidatingManagedConnectionFactory - Interface in javax.resource.spi
-
This interface is implemented by a
ManagedConnectionFactory
instance that supports the ability to validateManagedConnection
objects. - Validation - Class in javax.validation
-
This class is the entry point for 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.
- ValidationEvent - Interface in javax.xml.bind
-
This event indicates that a problem was encountered while validating the incoming XML data during an unmarshal operation, while performing on-demand validation of the Java content tree, or while marshalling the Java content tree back to XML data.
- ValidationEventCollector - Class in javax.xml.bind.util
-
ValidationEventHandler
implementation that collects all events. - ValidationEventCollector() - Constructor for class javax.xml.bind.util.ValidationEventCollector
- ValidationEventHandler - Interface in javax.xml.bind
-
A basic event handler interface for validation errors.
- ValidationEventImpl - Class in javax.xml.bind.helpers
-
Default implementation of the ValidationEvent interface.
- ValidationEventImpl(int, String, ValidationEventLocator) - Constructor for class javax.xml.bind.helpers.ValidationEventImpl
-
Create a new ValidationEventImpl.
- ValidationEventImpl(int, String, ValidationEventLocator, Throwable) - Constructor for class javax.xml.bind.helpers.ValidationEventImpl
-
Create a new ValidationEventImpl.
- ValidationEventLocator - Interface in javax.xml.bind
-
Encapsulate the location of a ValidationEvent.
- ValidationEventLocatorImpl - Class in javax.xml.bind.helpers
-
Default implementation of the ValidationEventLocator interface.
- ValidationEventLocatorImpl() - Constructor for class javax.xml.bind.helpers.ValidationEventLocatorImpl
-
Creates an object with all fields unavailable.
- ValidationEventLocatorImpl(Object) - Constructor for class javax.xml.bind.helpers.ValidationEventLocatorImpl
-
Constructs an object that points to a JAXB content object.
- ValidationEventLocatorImpl(Node) - Constructor for class javax.xml.bind.helpers.ValidationEventLocatorImpl
-
Constructs an object that points to a DOM Node.
- ValidationEventLocatorImpl(Locator) - Constructor for class javax.xml.bind.helpers.ValidationEventLocatorImpl
-
Constructs an object from an org.xml.sax.Locator.
- ValidationEventLocatorImpl(SAXParseException) - Constructor for class javax.xml.bind.helpers.ValidationEventLocatorImpl
-
Constructs an object from the location information of a SAXParseException.
- ValidationException - Exception in javax.validation
-
Base exception of all Bean Validation "unexpected" problems.
- ValidationException - Exception in javax.xml.bind
-
This exception indicates that an error has occurred while performing a validate operation.
- ValidationException() - Constructor for exception javax.validation.ValidationException
- ValidationException(String) - Constructor for exception javax.validation.ValidationException
- ValidationException(String) - Constructor for exception javax.xml.bind.ValidationException
-
Construct an ValidationException with the specified detail message.
- ValidationException(String, String) - Constructor for exception javax.xml.bind.ValidationException
-
Construct an ValidationException with the specified detail message and vendor specific errorCode.
- ValidationException(String, String, Throwable) - Constructor for exception javax.xml.bind.ValidationException
-
Construct an ValidationException with the specified detail message, vendor specific errorCode, and linkedException.
- ValidationException(String, Throwable) - Constructor for exception javax.validation.ValidationException
- ValidationException(String, Throwable) - Constructor for exception javax.xml.bind.ValidationException
-
Construct an ValidationException with the specified detail message and linkedException.
- ValidationException(Throwable) - Constructor for exception javax.validation.ValidationException
- ValidationException(Throwable) - Constructor for exception javax.xml.bind.ValidationException
-
Construct an ValidationException with a linkedException.
- 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 wrappedFacesContext
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 Class 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 Bean Validation providers available in the runtime environment
- ValidationTarget - Enum Class in javax.validation.constraintvalidation
-
List of possible targets for a
ConstraintValidator
. - Validator - 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 - Interface in javax.xml.bind
-
Deprecated.since JAXB 2.0
- VALIDATOR_FACTORY_KEY - Static variable in class javax.faces.validator.BeanValidator
-
The name of the servlet context attribute which holds the object used by JSF 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 JSF 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 JSP custom actions that create and register a
Validator
instance on theEditableValueHolder
associated with our most immediate surrounding instance of a tag whose implementation class is a subclass ofUIComponentTag
. - 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 aValidator
to indicate that validation failed. - ValidatorException(Collection<FacesMessage>) - Constructor for exception javax.faces.validator.ValidatorException
-
Allow this one exception to contain multiple messages.
- 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
- ValidatorException(FacesMessage) - Constructor for exception javax.faces.validator.ValidatorException
-
Construct a new exception with the specified message and no root cause.
- ValidatorException(FacesMessage, Throwable) - Constructor for exception javax.faces.validator.ValidatorException
-
Construct a new exception with the specified detail message and root cause.
- ValidatorFactory - Interface in javax.validation
-
Factory returning initialized
Validator
instances. - ValidatorHandler - Class in javax.faces.view.facelets
-
Handles setting a
Validator
instance on anEditableValueHolder
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 theValidatorTag.createValidator()
method, is now an implementation detail. - ValidatorTag() - Constructor for class javax.faces.webapp.ValidatorTag
-
Deprecated.
- validSent - Variable in class javax.mail.event.TransportEvent
- validSent - Variable in exception javax.mail.SendFailedException
- validUnsent - Variable in class javax.mail.event.TransportEvent
- validUnsent - Variable in exception javax.mail.SendFailedException
- value - Variable in class javax.mail.Header
-
The value of the header.
- value - Variable in class javax.xml.bind.JAXBElement
-
xml element value.
- value - Variable in class javax.xml.ws.Holder
-
The value contained in the holder.
- value() - Element in annotation interface javax.annotation.Generated
-
The value element MUST have the name of the code generator.
- value() - Element in annotation interface javax.annotation.ManagedBean
-
The name of the Managed Bean.
- value() - Element in annotation interface javax.annotation.Priority
-
The priority value.
- value() - Element in annotation interface javax.annotation.Resources
-
Array used for multiple resource declarations.
- value() - Element in annotation interface javax.annotation.security.DeclareRoles
- value() - Element in annotation interface javax.annotation.security.RolesAllowed
- value() - Element in annotation interface javax.annotation.security.RunAs
- value() - Element in annotation interface javax.annotation.sql.DataSourceDefinitions
- value() - Element in annotation interface javax.ejb.AccessTimeout
-
The semantics of the
value
element are as follows: A value>
0 indicates a timeout value in the units specified by theunit
element. - value() - Element in annotation interface javax.ejb.ConcurrencyManagement
- value() - Element in annotation interface javax.ejb.DependsOn
-
The ejb-names of singleton components whose initialization must occur before this singleton.
- value() - Element in annotation interface javax.ejb.EJBs
- value() - Element in annotation interface javax.ejb.Init
-
The name of the corresponding
create<METHOD>
method of the adapted home or local home interface. - value() - Element in annotation interface javax.ejb.Local
-
Specifies the local business interface(s) of the bean.
- value() - Element in annotation interface javax.ejb.LocalHome
-
The local home interface.
- value() - Element in annotation interface javax.ejb.Lock
- value() - Element in annotation interface javax.ejb.Remote
-
Specifies the remote business interface(s) of the bean.
- value() - Element in annotation interface javax.ejb.RemoteHome
-
The remote home interface
- value() - Element in annotation interface javax.ejb.Schedules
-
One or more calendar-based timer specifications.
- value() - Element in annotation interface javax.ejb.StatefulTimeout
-
The amount of time the stateful session bean can be idle.
- value() - Element in annotation interface javax.ejb.TransactionAttribute
- value() - Element in annotation interface javax.ejb.TransactionManagement
- value() - Element in annotation interface javax.enterprise.context.Destroyed
-
The scope for which to observe initialization
- value() - Element in annotation interface javax.enterprise.context.Initialized
-
The scope for which to observe initialization
- value() - Element in annotation interface javax.enterprise.inject.New
-
Specifies the bean class of the new instance.
- value() - Element in annotation interface javax.enterprise.inject.spi.WithAnnotations
- value() - Element in annotation interface javax.enterprise.inject.Typed
-
Selects the bean types of the bean.
- value() - Element in annotation interface javax.faces.application.ResourceDependencies
- value() - Element in annotation interface javax.faces.bean.CustomScoped
- value() - Element in annotation interface javax.faces.bean.ManagedProperty
-
Taken to be the value that is injected into the field.
- value() - Element in annotation interface javax.faces.component.behavior.FacesBehavior
- value() - Element in annotation interface javax.faces.component.FacesComponent
-
The value of this annotation attribute is taken to be the component-type with which instances of this class of component can be instantiated by calling
Application.createComponent(java.lang.String)
. - value() - Element in annotation interface javax.faces.convert.FacesConverter
-
The value of this annotation attribute is taken to be the converter-id with which instances of this class of converter can be instantiated by calling
Application.createConverter(java.lang.String)
. - value() - Element in annotation interface javax.faces.event.ListenersFor
- value() - Element in annotation interface javax.faces.flow.FlowScoped
-
Must be equivalent to the
Flow.getId()
of a defined flow for this application. - value() - Element in annotation interface javax.faces.validator.FacesValidator
-
The value of this annotation attribute is taken to be the validator-id with which instances of this class of component can be instantiated by calling
Application.createValidator(java.lang.String)
. - value() - Element in annotation interface javax.inject.Named
-
The name.
- value() - Element in annotation interface javax.interceptor.Interceptors
-
An ordered list of interceptors.
- value() - Element in annotation interface javax.jms.JMSConnectionFactory
-
Specifies the JNDI lookup name of a
javax.jms.ConnectionFactory
to be used when injecting ajavax.jms.JMSContext
object. - value() - Element in annotation interface javax.jms.JMSConnectionFactoryDefinitions
- value() - Element in annotation interface javax.jms.JMSDestinationDefinitions
- value() - Element in annotation interface javax.jms.JMSSessionMode
-
Specifies the session mode used when injecting a
javax.jms.JMSContext
object. - value() - Element in annotation interface javax.mail.MailSessionDefinitions
- value() - Element in annotation interface javax.persistence.Access
-
(Required) Specification of field- or property-based access.
- value() - Element in annotation interface javax.persistence.AssociationOverrides
-
(Required) The association override mappings that are to be applied to the relationship field or property .
- value() - Element in annotation interface javax.persistence.AttributeOverrides
-
(Required) One or more field or property mapping overrides.
- value() - Element in annotation interface javax.persistence.Cacheable
-
(Optional) Whether or not the entity should be cached.
- value() - Element in annotation interface javax.persistence.Converts
-
The
Convert
mappings that are to be applied. - value() - Method in interface javax.persistence.criteria.MapJoin
-
Create a path expression that corresponds to the map value.
- value() - Element in annotation interface javax.persistence.DiscriminatorValue
-
(Optional) The value that indicates that the row is an entity of the annotated entity type.
- value() - Element in annotation interface javax.persistence.EntityListeners
-
The callback listener classes
- value() - Element in annotation interface javax.persistence.Enumerated
-
(Optional) The type used in mapping an enum type.
- value() - Element in annotation interface javax.persistence.ForeignKey
-
(Optional) Used to specify whether a foreign key constraint should be generated when schema generation is in effect.
- value() - Element in annotation interface javax.persistence.IdClass
-
Primary key class
- value() - Element in annotation interface javax.persistence.JoinColumns
-
The join columns that map the relationship.
- value() - Element in annotation interface javax.persistence.MapKeyClass
-
(Required) The type of the map key.
- value() - Element in annotation interface javax.persistence.MapKeyEnumerated
-
(Optional) The type used in mapping a map key enum type.
- value() - Element in annotation interface javax.persistence.MapKeyJoinColumns
-
(Required) The map key join columns that are used to map to the entity that is the map key.
- value() - Element in annotation interface javax.persistence.MapKeyTemporal
-
(Required) The type used in mapping
java.util.Date
orjava.util.Calendar
. - value() - Element in annotation interface javax.persistence.MapsId
-
(Optional) The name of the attribute within the composite key to which the relationship attribute corresponds.
- value() - Element in annotation interface javax.persistence.metamodel.StaticMetamodel
-
Class being modelled by the annotated class.
- value() - Element in annotation interface javax.persistence.NamedAttributeNode
-
(Required) The name of the attribute that must be included in the graph.
- value() - Element in annotation interface javax.persistence.NamedEntityGraphs
- value() - Element in annotation interface javax.persistence.NamedNativeQueries
-
(Required) Array of
NamedNativeQuery
annotations. - value() - Element in annotation interface javax.persistence.NamedQueries
-
(Required) An array of
NamedQuery
annotations. - value() - Element in annotation interface javax.persistence.NamedStoredProcedureQueries
-
(Required) Array of
NamedStoredProcedureQuery
annotations. - value() - Element in annotation interface javax.persistence.OrderBy
-
An
orderby_list
. - value() - Element in annotation interface javax.persistence.PersistenceContexts
-
(Required) One or more
PersistenceContext
annotations. - value() - Element in annotation interface javax.persistence.PersistenceProperty
-
The value of the property
- value() - Element in annotation interface javax.persistence.PersistenceUnits
-
(Required) One or more
PersistenceUnit
annotations. - value() - Element in annotation interface javax.persistence.PrimaryKeyJoinColumns
-
One or more
PrimaryKeyJoinColumn
annotations. - value() - Element in annotation interface javax.persistence.QueryHint
-
Value of the hint.
- value() - Element in annotation interface javax.persistence.SecondaryTables
-
(Required) The secondary tables for an entity.
- value() - Element in annotation interface javax.persistence.SqlResultSetMappings
-
One or more
SqlResultSetMapping
annotations. - value() - Element in annotation interface javax.persistence.Temporal
-
The type used in mapping
java.util.Date
orjava.util.Calendar
. - value() - Element in annotation interface javax.resource.AdministeredObjectDefinitions
- value() - Element in annotation interface javax.resource.ConnectionFactoryDefinitions
- value() - Element in annotation interface javax.resource.spi.ConnectionDefinitions
-
An array of
ConnectionDefinition
s associated with theManagedConectionFactory
JavaBean. - value() - Element in annotation interface javax.servlet.annotation.HandlesTypes
-
The classes in which a
ServletContainerInitializer
has expressed interest. - value() - Element in annotation interface javax.servlet.annotation.HttpConstraint
-
The default authorization semantic.
- value() - Element in annotation interface javax.servlet.annotation.HttpMethodConstraint
-
Http protocol method name
- value() - Element in annotation interface javax.servlet.annotation.ServletSecurity
-
Get the
HttpConstraint
that defines the protection that is to be applied to all HTTP methods that are NOT represented in the array returned by httpMethodConstraints. - value() - Element in annotation interface javax.servlet.annotation.WebFilter
-
The URL patterns to which the filter applies
- value() - Element in annotation interface javax.servlet.annotation.WebInitParam
-
Value of the initialization parameter
- value() - Element in annotation interface javax.servlet.annotation.WebListener
-
Description of the listener
- value() - Element in annotation interface javax.servlet.annotation.WebServlet
-
The URL patterns of the servlet
- value() - Element in annotation interface javax.transaction.Transactional
-
The TxType element of the Transactional annotation indicates whether a bean method is to be executed within a transaction context.
- value() - Element in annotation interface javax.validation.constraints.AssertFalse.List
- value() - Element in annotation interface javax.validation.constraints.AssertTrue.List
- value() - Element in annotation interface javax.validation.constraints.DecimalMax.List
- value() - Element in annotation interface javax.validation.constraints.DecimalMax
-
The
String
representation of the max value according to theBigDecimal
string representation. - value() - Element in annotation interface javax.validation.constraints.DecimalMin.List
- value() - Element in annotation interface javax.validation.constraints.DecimalMin
-
The
String
representation of the min value according to theBigDecimal
string representation. - value() - Element in annotation interface javax.validation.constraints.Digits.List
- value() - Element in annotation interface javax.validation.constraints.Future.List
- value() - Element in annotation interface javax.validation.constraints.Max.List
- value() - Element in annotation interface javax.validation.constraints.Max
- value() - Element in annotation interface javax.validation.constraints.Min.List
- value() - Element in annotation interface javax.validation.constraints.Min
- value() - Element in annotation interface javax.validation.constraints.NotNull.List
- value() - Element in annotation interface javax.validation.constraints.Null.List
- value() - Element in annotation interface javax.validation.constraints.Past.List
- value() - Element in annotation interface javax.validation.constraints.Pattern.List
- value() - Element in annotation interface javax.validation.constraints.Size.List
- value() - Element in annotation interface javax.validation.constraintvalidation.SupportedValidationTarget
- value() - Element in annotation interface javax.validation.groups.ConvertGroup.List
- value() - Element in annotation interface javax.validation.GroupSequence
- value() - Element in annotation interface javax.validation.OverridesAttribute.List
- value() - Element in annotation interface javax.websocket.server.PathParam
-
The name of the variable used in the URI-template.
- value() - Element in annotation interface javax.websocket.server.ServerEndpoint
-
The URI or URI-template, level-1 (See RFC 6570) where the endpoint will be deployed.
- value() - Element in annotation interface javax.ws.rs.ApplicationPath
-
Defines the base URI for all resource URIs.
- value() - Element in annotation interface javax.ws.rs.ConstrainedTo
-
Define the
constraint type
to be placed on a JAX-RS provider. - value() - Element in annotation interface javax.ws.rs.Consumes
-
A list of media types.
- value() - Element in annotation interface javax.ws.rs.CookieParam
-
Defines the name of the HTTP cookie whose value will be used to initialize the value of the annotated method argument, class field or bean property.
- value() - Element in annotation interface javax.ws.rs.DefaultValue
-
The specified default value.
- value() - Element in annotation interface javax.ws.rs.FormParam
-
Defines the name of the form parameter whose value will be used to initialize the value of the annotated method argument.
- value() - Element in annotation interface javax.ws.rs.HeaderParam
-
Defines the name of the HTTP header whose value will be used to initialize the value of the annotated method argument, class field or bean property.
- value() - Element in annotation interface javax.ws.rs.HttpMethod
-
Specifies the name of a HTTP method.
- value() - Element in annotation interface javax.ws.rs.MatrixParam
-
Defines the name of the URI matrix parameter whose value will be used to initialize the value of the annotated method argument, class field or bean property.
- value() - Element in annotation interface javax.ws.rs.Path
-
Defines a URI template for the resource class or method, must not include matrix parameters.
- value() - Element in annotation interface javax.ws.rs.PathParam
-
Defines the name of the URI template parameter whose value will be used to initialize the value of the annotated method parameter, class field or property.
- value() - Element in annotation interface javax.ws.rs.Produces
-
A list of media types.
- value() - Element in annotation interface javax.ws.rs.QueryParam
-
Defines the name of the HTTP query parameter whose value will be used to initialize the value of the annotated method argument, class field or bean property.
- value() - Element in annotation interface javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter
-
Points to the class that converts a value type to a bound type or vice versa.
- value() - Element in annotation interface javax.xml.bind.annotation.adapters.XmlJavaTypeAdapters
-
Collection of @
XmlJavaTypeAdapter
annotations - value() - Element in annotation interface javax.xml.bind.annotation.XmlAccessorOrder
- value() - Element in annotation interface javax.xml.bind.annotation.XmlAccessorType
-
Specifies whether fields or properties are serialized.
- value() - Element in annotation interface javax.xml.bind.annotation.XmlAnyElement
-
Specifies the
DomHandler
which is responsible for actually converting XML from/to a DOM-like data structure. - value() - Element in annotation interface javax.xml.bind.annotation.XmlElementRefs
- value() - Element in annotation interface javax.xml.bind.annotation.XmlElements
-
Collection of @
XmlElement
annotations - value() - Element in annotation interface javax.xml.bind.annotation.XmlEnum
-
Java type that is mapped to a XML simple type.
- value() - Element in annotation interface javax.xml.bind.annotation.XmlEnumValue
- value() - Element in annotation interface javax.xml.bind.annotation.XmlMimeType
-
The textual representation of the MIME type, such as "image/jpeg" "image/*", "text/xml; charset=iso-8859-1" and so on.
- value() - Element in annotation interface javax.xml.bind.annotation.XmlSchemaTypes
-
Collection of @
XmlSchemaType
annotations - value() - Element in annotation interface javax.xml.bind.annotation.XmlSeeAlso
- value() - Element in annotation interface javax.xml.ws.BindingType
-
A binding identifier (a URI).
- value() - Element in annotation interface javax.xml.ws.FaultAction
-
Value of WS-Addressing
Action
message addressing property for the exception - value() - Element in annotation interface javax.xml.ws.ServiceMode
-
Service mode.
- value() - Element in annotation interface javax.xml.ws.WebServiceRef
-
The service class, alwiays a type extending
javax.xml.ws.Service
. - value() - Element in annotation interface javax.xml.ws.WebServiceRefs
-
Array used for multiple web service reference declarations.
- value(Expression<? extends 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.In
-
Add to list of values to be tested against.
- value(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_FALSE - Enum constant in enum class javax.json.stream.JsonParser.Event
-
false
value in a JSON array or object. - VALUE_NULL - Enum constant in enum class javax.json.stream.JsonParser.Event
-
null
value in a JSON array or object. - VALUE_NUMBER - Enum constant in enum class javax.json.stream.JsonParser.Event
-
Number value in a JSON array or object.
- VALUE_STRING - Enum constant in enum class javax.json.stream.JsonParser.Event
-
String value in a JSON array or object.
- VALUE_TRUE - Enum constant in enum class javax.json.stream.JsonParser.Event
-
true
value in a JSON array or object. - 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.
- ValueChangeListener - Interface in javax.faces.event
-
A listener interface for receiving
ValueChangeEvent
s. - valueColumnName() - Element in annotation interface javax.persistence.TableGenerator
-
(Optional) Name of the column that stores the last value generated.
- ValueExpression - Class in javax.el
-
An
Expression
that can get or set a value. - ValueExpression() - Constructor for class javax.el.ValueExpression
- 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 class javax.annotation.Resource.AuthenticationType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class javax.batch.api.partition.PartitionReducer.PartitionStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class javax.batch.runtime.BatchStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class javax.batch.runtime.Metric.MetricType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class javax.ejb.ConcurrencyManagementType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class javax.ejb.LockType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class javax.ejb.TransactionAttributeType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class javax.ejb.TransactionManagementType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class javax.enterprise.event.Reception
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class javax.enterprise.event.TransactionPhase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class javax.enterprise.inject.spi.InterceptionType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class javax.enterprise.inject.spi.SessionBeanType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class javax.faces.application.ProjectStage
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class javax.faces.component.behavior.ClientBehaviorHint
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class javax.faces.component.visit.VisitHint
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class javax.faces.component.visit.VisitResult
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class javax.json.JsonValue.ValueType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class javax.json.stream.JsonParser.Event
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class javax.persistence.AccessType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class javax.persistence.CacheRetrieveMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class javax.persistence.CacheStoreMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class javax.persistence.CascadeType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class javax.persistence.ConstraintMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class javax.persistence.criteria.CriteriaBuilder.Trimspec
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class javax.persistence.criteria.JoinType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class javax.persistence.criteria.Predicate.BooleanOperator
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class javax.persistence.DiscriminatorType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class javax.persistence.EnumType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class javax.persistence.FetchType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class javax.persistence.FlushModeType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class javax.persistence.GenerationType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class javax.persistence.InheritanceType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class javax.persistence.LockModeType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class javax.persistence.metamodel.Attribute.PersistentAttributeType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class javax.persistence.metamodel.Bindable.BindableType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class javax.persistence.metamodel.PluralAttribute.CollectionType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class javax.persistence.metamodel.Type.PersistenceType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class javax.persistence.ParameterMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class javax.persistence.PersistenceContextType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class javax.persistence.PessimisticLockScope
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class javax.persistence.SharedCacheMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class javax.persistence.spi.LoadState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class javax.persistence.spi.PersistenceUnitTransactionType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class javax.persistence.SynchronizationType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class javax.persistence.TemporalType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class javax.persistence.ValidationMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class javax.resource.spi.AuthenticationMechanism.CredentialInterface
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class javax.resource.spi.TransactionSupport.TransactionSupportLevel
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class javax.servlet.annotation.ServletSecurity.EmptyRoleSemantic
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class javax.servlet.annotation.ServletSecurity.TransportGuarantee
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class javax.servlet.DispatcherType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class javax.servlet.SessionTrackingMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class javax.transaction.Transactional.TxType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class javax.validation.constraints.Pattern.Flag
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class javax.validation.ConstraintTarget
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class javax.validation.constraintvalidation.ValidationTarget
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class javax.validation.ElementKind
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class javax.validation.executable.ExecutableType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class javax.validation.metadata.MethodType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class javax.validation.metadata.Scope
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class javax.websocket.CloseReason.CloseCodes
-
Returns the enum constant of this class 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 class javax.ws.rs.core.Response.Status.Family
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class javax.ws.rs.core.Response.Status
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class javax.ws.rs.RuntimeType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class javax.xml.bind.annotation.XmlAccessOrder
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class javax.xml.bind.annotation.XmlAccessType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class javax.xml.bind.annotation.XmlNsForm
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class javax.xml.ws.handler.MessageContext.Scope
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class javax.xml.ws.Service.Mode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class javax.xml.ws.soap.AddressingFeature.Responses
-
Returns the enum constant of this class 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 class javax.annotation.Resource.AuthenticationType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class javax.batch.api.partition.PartitionReducer.PartitionStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class javax.batch.runtime.BatchStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class javax.batch.runtime.Metric.MetricType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class javax.ejb.ConcurrencyManagementType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class javax.ejb.LockType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class javax.ejb.TransactionAttributeType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class javax.ejb.TransactionManagementType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class javax.enterprise.event.Reception
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class javax.enterprise.event.TransactionPhase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class javax.enterprise.inject.spi.InterceptionType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class javax.enterprise.inject.spi.SessionBeanType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class javax.faces.application.ProjectStage
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class javax.faces.component.behavior.ClientBehaviorHint
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class javax.faces.component.visit.VisitHint
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class javax.faces.component.visit.VisitResult
-
Returns an array containing the constants of this enum class, 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 wrappedFlash
object. - values() - Static method in enum class javax.json.JsonValue.ValueType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class javax.json.stream.JsonParser.Event
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class javax.persistence.AccessType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class javax.persistence.CacheRetrieveMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class javax.persistence.CacheStoreMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class javax.persistence.CascadeType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class javax.persistence.ConstraintMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class javax.persistence.criteria.CriteriaBuilder.Trimspec
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class javax.persistence.criteria.JoinType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class javax.persistence.criteria.Predicate.BooleanOperator
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class javax.persistence.DiscriminatorType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class javax.persistence.EnumType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class javax.persistence.FetchType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class javax.persistence.FlushModeType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class javax.persistence.GenerationType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class javax.persistence.InheritanceType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class javax.persistence.LockModeType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class javax.persistence.metamodel.Attribute.PersistentAttributeType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class javax.persistence.metamodel.Bindable.BindableType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class javax.persistence.metamodel.PluralAttribute.CollectionType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class javax.persistence.metamodel.Type.PersistenceType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class javax.persistence.ParameterMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class javax.persistence.PersistenceContextType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class javax.persistence.PessimisticLockScope
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class javax.persistence.SharedCacheMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class javax.persistence.spi.LoadState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class javax.persistence.spi.PersistenceUnitTransactionType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class javax.persistence.SynchronizationType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class javax.persistence.TemporalType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class javax.persistence.ValidationMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class javax.resource.spi.AuthenticationMechanism.CredentialInterface
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class javax.resource.spi.TransactionSupport.TransactionSupportLevel
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class javax.servlet.annotation.ServletSecurity.EmptyRoleSemantic
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class javax.servlet.annotation.ServletSecurity.TransportGuarantee
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class javax.servlet.DispatcherType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class javax.servlet.SessionTrackingMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class javax.transaction.Transactional.TxType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class javax.validation.constraints.Pattern.Flag
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class javax.validation.ConstraintTarget
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class javax.validation.constraintvalidation.ValidationTarget
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class javax.validation.ElementKind
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class javax.validation.executable.ExecutableType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class javax.validation.metadata.MethodType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class javax.validation.metadata.Scope
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class javax.websocket.CloseReason.CloseCodes
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Method in class javax.ws.rs.core.AbstractMultivaluedMap
- values() - Static method in enum class javax.ws.rs.core.Response.Status.Family
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class javax.ws.rs.core.Response.Status
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class javax.ws.rs.RuntimeType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class javax.xml.bind.annotation.XmlAccessOrder
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class javax.xml.bind.annotation.XmlAccessType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class javax.xml.bind.annotation.XmlNsForm
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class javax.xml.ws.handler.MessageContext.Scope
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class javax.xml.ws.Service.Mode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class javax.xml.ws.soap.AddressingFeature.Responses
-
Returns an array containing the constants of this enum class, 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 variable in class javax.faces.application.FacesMessage
-
Immutable
List
of validFacesMessage.Severity
instances, in ascending order of their ordinal value. - VALUES - Static variable in class javax.faces.event.PhaseId
-
List of valid
PhaseId
instances, in ascending order of their ordinal value. - VALUES_MAP - Static variable in class javax.faces.application.FacesMessage
-
Immutable
Map
of validFacesMessage.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 EL variables and the EL expressions they are associated with.
- VariableMapper() - Constructor for class javax.el.VariableMapper
- VariableResolver - Class in javax.faces.el
-
Deprecated.
- VariableResolver - Interface in javax.servlet.jsp.el
-
Deprecated.As of JSP 2.1, replaced by
ELResolver
- VariableResolver() - Constructor for class javax.faces.el.VariableResolver
-
Deprecated.
- 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(List<Variant>) - Method in class javax.ws.rs.core.Response.ResponseBuilder
-
Add a Vary header that lists the available variants.
- variants(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
-
See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.44">HTTP/1.1 documentation}.
- vendorName() - Element in annotation interface javax.resource.spi.Connector
-
Specifies the name of the resource adapter provider vendor.
- version() - Element in annotation interface javax.resource.spi.Connector
-
Specifies the version of the resource adapter implementation.
- Version - Annotation Interface in javax.persistence
-
Specifies the version field or property of an entity class that serves as its optimistic lock value.
- 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.
- Vetoed - Annotation Interface in javax.enterprise.inject
-
Veto the processing of the class.
- 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 theLocation
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 JSF 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
- 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 existingViewDeclarationLanguage
instance. - ViewDeclarationLanguageWrapper() - Constructor for class javax.faces.view.ViewDeclarationLanguageWrapper
- 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 viewStateManager.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(String, Throwable, String) - Constructor for exception javax.faces.application.ViewExpiredException
-
Construct a new exception with the specified detail message and root cause.
- ViewExpiredException(Throwable, String) - Constructor for exception javax.faces.application.ViewExpiredException
-
Construct a new exception with the specified root cause.
- ViewHandler - Class in javax.faces.application
-
ViewHandler is the pluggablity mechanism for allowing implementations of or applications using the JavaServer 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 existingViewHandler
instance. - ViewHandlerWrapper() - Constructor for class javax.faces.application.ViewHandlerWrapper
- ViewMapListener - Interface in javax.faces.event
-
Marker interface for
SystemEvent
s 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
- ViewScoped - Annotation Interface in javax.faces.bean
-
When this annotation, along with
ManagedBean
is found on a class, the runtime must act as if a<managed-bean-scope>view<managed-bean-scope>
element was declared for the corresponding managed bean. - ViewScoped - Annotation Interface 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 asNavigationHandler.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. - VIOLATED_POLICY - Enum constant in enum class javax.websocket.CloseReason.CloseCodes
-
1008 indicates that an endpoint is terminating the connection because it has received a message that violates its policy.
- 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
- 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 existingVisitContext
instance. - VisitContextWrapper() - Constructor for class javax.faces.component.visit.VisitContextWrapper
- VisitHint - Enum Class in javax.faces.component.visit
-
An enum that specifies hints that impact the behavior of a component tree visit.
- VisitResult - Enum Class in javax.faces.component.visit
-
An enum that specifies the possible results of a call to
VisitCallback.visit(javax.faces.component.visit.VisitContext, javax.faces.component.UIComponent)
. - 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
-
Override the behavior in
UIComponent.visitTree(javax.faces.component.visit.VisitContext, javax.faces.component.visit.VisitCallback)
to handle iteration correctly. - visitTree(VisitContext, VisitCallback) - Method in class javax.faces.component.UIForm
- visitTree(VisitContext, VisitCallback) - Method in class javax.faces.component.UINamingContainer
W
- W3CDomHandler - Class in javax.xml.bind.annotation
-
DomHandler
implementation for W3C DOM (org.w3c.dom
package.) - W3CDomHandler() - Constructor for class javax.xml.bind.annotation.W3CDomHandler
-
Default constructor.
- W3CDomHandler(DocumentBuilder) - Constructor for class javax.xml.bind.annotation.W3CDomHandler
-
Constructor that allows applications to specify which DOM implementation to be used.
- W3CEndpointReference - Class in javax.xml.ws.wsaddressing
-
This class represents a W3C Addressing EndpointReferece which is a remote reference to a web service endpoint that supports the W3C WS-Addressing 1.0 - Core Recommendation.
- W3CEndpointReference() - Constructor for class javax.xml.ws.wsaddressing.W3CEndpointReference
- W3CEndpointReference(Source) - Constructor for class javax.xml.ws.wsaddressing.W3CEndpointReference
-
Creates an EPR from infoset representation
- W3CEndpointReferenceBuilder - Class in javax.xml.ws.wsaddressing
-
This class is used to build
W3CEndpointReference
instances. - W3CEndpointReferenceBuilder() - Constructor for class javax.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
-
Creates a new
W3CEndpointReferenceBuilder
instance. - WARNING - Static variable in interface javax.xml.bind.ValidationEvent
-
Conditions that are not errors or fatal errors as defined by the XML 1.0 recommendation
- wasCancelCalled() - Method in interface javax.ejb.SessionContext
-
Check whether a client invoked the
cancel
method on the clientFuture
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 ofResourceHandler.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 ofResourceHandler.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 blank message and default HTTP status code of 500.
- WebApplicationException(int) - Constructor for exception javax.ws.rs.WebApplicationException
-
Construct a new instance with a blank message and specified HTTP status code.
- WebApplicationException(String) - Constructor for exception javax.ws.rs.WebApplicationException
-
Construct a new instance with a blank message and default HTTP status code of 500.
- WebApplicationException(String, int) - Constructor for exception javax.ws.rs.WebApplicationException
-
Construct a new instance with a blank message and specified HTTP status code.
- WebApplicationException(String, Throwable) - Constructor for exception javax.ws.rs.WebApplicationException
-
Construct a new instance with a blank message and default HTTP status code of 500.
- WebApplicationException(String, Throwable, int) - Constructor for exception javax.ws.rs.WebApplicationException
-
Construct a new instance with a blank message and specified HTTP status code.
- WebApplicationException(String, Throwable, Response) - Constructor for exception javax.ws.rs.WebApplicationException
-
Construct a new instance using the supplied response.
- WebApplicationException(String, Throwable, Response.Status) - Constructor for exception javax.ws.rs.WebApplicationException
-
Construct a new instance with a blank message and specified HTTP status code.
- WebApplicationException(String, Response) - Constructor for exception javax.ws.rs.WebApplicationException
-
Construct a new instance using the supplied response.
- WebApplicationException(String, Response.Status) - Constructor for exception javax.ws.rs.WebApplicationException
-
Construct a new instance with a blank message and specified HTTP status code.
- WebApplicationException(Throwable) - Constructor for exception javax.ws.rs.WebApplicationException
-
Construct a new instance with a blank message and default HTTP status code of 500.
- WebApplicationException(Throwable, int) - Constructor for exception javax.ws.rs.WebApplicationException
-
Construct a new instance with a blank message and specified HTTP status code.
- WebApplicationException(Throwable, Response) - Constructor for exception javax.ws.rs.WebApplicationException
-
Construct a new instance using the supplied response.
- WebApplicationException(Throwable, Response.Status) - Constructor for exception javax.ws.rs.WebApplicationException
-
Construct a new instance with a blank message and specified HTTP status code.
- WebApplicationException(Response) - Constructor for exception javax.ws.rs.WebApplicationException
-
Construct a new instance using the supplied response.
- WebApplicationException(Response.Status) - Constructor for exception javax.ws.rs.WebApplicationException
-
Construct a new instance with a blank message and specified HTTP status code.
- WebConnection - Interface in javax.servlet.http
-
This interface encapsulates the connection for an upgrade request.
- WebEndpoint - Annotation Interface in javax.xml.ws
-
Used to annotate the
getPortName()
methods of a generated service interface. - WebFault - Annotation Interface in javax.xml.ws
-
Used to annotate service specific exception classes to customize to the local and namespace name of the fault element and the name of the fault bean.
- WebFilter - Annotation Interface in javax.servlet.annotation
-
Annotation used to declare a servlet filter.
- WebInitParam - Annotation Interface in javax.servlet.annotation
-
This annotation is used on a Servlet or Filter implementation class to specify an initialization parameter.
- WebListener - Annotation Interface in javax.servlet.annotation
-
This annotation is used to declare a WebListener.
- WebResourcePermission - Class in javax.security.jacc
-
Class for 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 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.
- WebServiceClient - Annotation Interface in javax.xml.ws
-
Used to annotate a generated service interface.
- WebServiceContext - Interface in javax.xml.ws
-
A
WebServiceContext
makes it possible for a web service endpoint implementation class to access message context and security information relative to a request being served. - WebServiceException - Exception in javax.xml.ws
-
The
WebServiceException
class is the base exception class for all JAX-WS API runtime exceptions. - WebServiceException() - Constructor for exception javax.xml.ws.WebServiceException
-
Constructs a new exception with
null
as its detail message. - WebServiceException(String) - Constructor for exception javax.xml.ws.WebServiceException
-
Constructs a new exception with the specified detail message.
- WebServiceException(String, Throwable) - Constructor for exception javax.xml.ws.WebServiceException
-
Constructs a new exception with the specified detail message and cause.
- WebServiceException(Throwable) - Constructor for exception javax.xml.ws.WebServiceException
-
Constructs a new WebServiceException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
- WebServiceFeature - Class in javax.xml.ws
-
A WebServiceFeature is used to represent a feature that can be enabled or disabled for a web service.
- WebServiceFeature() - Constructor for class javax.xml.ws.WebServiceFeature
- WebServiceFeatureAnnotation - Annotation Interface in javax.xml.ws.spi
-
Annotation used to identify other annotations as a
WebServiceFeature
. - WebServicePermission - Class in javax.xml.ws
-
This class defines web service permissions.
- WebServicePermission(String) - Constructor for class javax.xml.ws.WebServicePermission
-
Creates a new permission with the specified name.
- WebServicePermission(String, String) - Constructor for class javax.xml.ws.WebServicePermission
-
Creates a new permission with the specified name and actions.
- WebServiceProvider - Annotation Interface in javax.xml.ws
-
Used to annotate a Provider implementation class.
- WebServiceRef - Annotation Interface in javax.xml.ws
-
The
WebServiceRef
annotation is used to define a reference to a web service and (optionally) an injection target for it. - WebServiceRefs - Annotation Interface in javax.xml.ws
-
The
WebServiceRefs
annotation allows multiple web service references to be declared at the class level. - WebServlet - Annotation Interface in javax.servlet.annotation
-
Annotation used to declare a servlet.
- WebSocketContainer - Interface in javax.websocket
-
A WebSocketContainer is an implementation provided object that provides applications a view on the container running it.
- WebTarget - Interface in javax.ws.rs.client
-
A resource target identified by the resource URI.
- WebUserDataPermission - Class in javax.security.jacc
-
Class for 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(C, Expression<? extends R>) - Method in interface javax.persistence.criteria.CriteriaBuilder.SimpleCase
-
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(Expression<Boolean>, Expression<? extends R>) - Method in interface javax.persistence.criteria.CriteriaBuilder.Case
-
Add a when/then clause to the case expression.
- when(Expression<Boolean>, R) - Method in interface javax.persistence.criteria.CriteriaBuilder.Case
-
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(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(Expression<Boolean>) - Method in interface javax.persistence.criteria.CriteriaQuery
-
Modify the query to restrict the query result according to the specified boolean expression.
- 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(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.AbstractQuery
-
Modify the query to restrict the query results according to the conjunction of the specified restriction predicates.
- 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(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(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(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
- willDecode(String) - Method in interface javax.websocket.Decoder.Text
-
Answer whether the given String can be decoded into an object of type T.
- willDecode(ByteBuffer) - Method in interface javax.websocket.Decoder.Binary
-
Answer whether the given bytes can be decoded into an object of type T.
- WithAnnotations - Annotation Interface in javax.enterprise.inject.spi
-
WithAnnotations
may be applied to any portable extension observer method with an event parameter type ofProcessAnnotatedType
to filter the events delivered. - 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(Configuration) - Method in class javax.ws.rs.client.ClientBuilder
-
Set the internal configuration state to an externally provided configuration state.
- Work - Interface in javax.resource.spi.work
-
This models a
Work
instance that would be executed by aWorkManager
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 submittedWork
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(String, String) - Constructor for exception javax.resource.spi.work.WorkCompletedException
-
Constructs a new throwable with the specified detail message and an error code.
- WorkCompletedException(String, Throwable) - Constructor for exception javax.resource.spi.work.WorkCompletedException
-
Constructs a new throwable with the specified detail message and cause.
- WorkCompletedException(Throwable) - Constructor for exception javax.resource.spi.work.WorkCompletedException
-
Constructs a new throwable with the specified cause.
- 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 aWork
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
WorkContext
s associated with aWork
instance. - WorkContextProvider - Interface in javax.resource.spi.work
-
This interface specifies the methods a
Work
instance uses to associate aList
ofWorkContext
instances to be set when theWork
instance gets executed by aWorkManager
. - 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(String, String) - Constructor for exception javax.resource.spi.work.WorkException
-
Constructs a new throwable with the specified detail message and an error code.
- WorkException(String, Throwable) - Constructor for exception javax.resource.spi.work.WorkException
-
Constructs a new throwable with the specified detail message and cause.
- WorkException(Throwable) - Constructor for exception javax.resource.spi.work.WorkException
-
Constructs a new throwable with the specified cause.
- WorkListener - Interface in javax.resource.spi.work
-
This models a
WorkListener
instance which would be notified by theWorkManager
when the variousWork
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 submitWork
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 submittedWork
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(String, String) - Constructor for exception javax.resource.spi.work.WorkRejectedException
-
Constructs a new throwable with the specified detail message and an error code.
- WorkRejectedException(String, Throwable) - Constructor for exception javax.resource.spi.work.WorkRejectedException
-
Constructs a new throwable with the specified detail message and cause.
- WorkRejectedException(Throwable) - Constructor for exception javax.resource.spi.work.WorkRejectedException
-
Constructs a new throwable with the specified cause.
- 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 delegatesMethodExpression
andValueExpression
creation to the givenExpressionFactory
. - write(boolean) - Method in interface javax.json.stream.JsonGenerator
-
Writes a JSON true or false value within the current array context.
- 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 wrappedResponseWriter
object. - write(double) - Method in interface javax.json.stream.JsonGenerator
-
Writes the specified value as a JSON number value within the current array context.
- write(int) - Method in interface javax.json.stream.JsonGenerator
-
Writes the specified value as a JSON number value within the current array context.
- write(long) - Method in interface javax.json.stream.JsonGenerator
-
Writes the specified value as a JSON number value within the current array context.
- write(OutputStream) - Method in interface javax.resource.cci.Streamable
-
Write fields of a Streamable object to an OutputStream
- write(OutputStream) - Method in interface javax.ws.rs.core.StreamingOutput
-
Called to write the message body.
- write(String) - Method in interface javax.json.stream.JsonGenerator
-
Writes the specified value as a JSON string value within the current array context.
- write(String) - Method in interface javax.servlet.http.Part
-
A convenience method to write this uploaded item to disk.
- write(String, boolean) - Method in interface javax.json.stream.JsonGenerator
-
Writes a JSON name/boolean 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, 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, String) - Method in interface javax.json.stream.JsonGenerator
-
Writes a JSON name/string 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, BigInteger) - Method in interface javax.json.stream.JsonGenerator
-
Writes a JSON name/number value pair in the current object context.
- write(String, JsonValue) - Method in interface javax.json.stream.JsonGenerator
-
Writes a JSON name/value pair in the current object context.
- write(BigDecimal) - Method in interface javax.json.stream.JsonGenerator
-
Writes the specified value as a JSON number value within the current array context.
- write(BigInteger) - Method in interface javax.json.stream.JsonGenerator
-
Writes the specified value as a JSON number value within the current array context.
- write(JsonStructure) - Method in interface javax.json.JsonWriter
- write(JsonValue) - Method in interface javax.json.stream.JsonGenerator
-
Writes the specified value as a JSON value within the current array context.
- WRITE - Enum constant in enum class javax.ejb.LockType
-
For exclusive access to the bean instance.
- WRITE - Enum constant in enum class javax.persistence.LockModeType
-
Synonymous with
OPTIMISTIC_FORCE_INCREMENT
. - WRITE_COUNT - Enum constant in enum class javax.batch.runtime.Metric.MetricType
- WRITE_SKIP_COUNT - Enum constant in enum class javax.batch.runtime.Metric.MetricType
- 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 wrappedResponseWriter
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[]) - Method in interface javax.jms.StreamMessage
-
Writes a byte array field to the stream message.
- writeBytes(byte[], int, int) - Method in interface javax.jms.BytesMessage
-
Writes a portion of a byte array to the bytes message stream.
- 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 wrappedResponseWriter
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 wrappedResponseWriter
object. - writeDouble(double) - Method in interface javax.jms.BytesMessage
-
Converts the
double
argument to along
using thedoubleToLongBits
method in classDouble
, and then writes thatlong
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 anint
using thefloatToIntBits
method in classFloat
, and then writes thatint
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.
- 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() - Method in interface javax.json.stream.JsonGenerator
-
Writes a JSON null value within the current array context.
- writeNull(String) - Method in interface javax.json.stream.JsonGenerator
-
Writes a JSON name/null value pair in an current object 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 wrappedResponseWriter
object. - WriterInterceptor - Interface in javax.ws.rs.ext
-
Interface for message body writer interceptors that wrap around calls to
MessageBodyWriter.writeTo(T, java.lang.Class<?>, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType, javax.ws.rs.core.MultivaluedMap<java.lang.String, java.lang.Object>, java.io.OutputStream)
. - 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) - 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 wrappedViewHandler
object. - 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, 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 wrappedStateManager
object. - writeState(FacesContext, Object) - Method in class javax.faces.render.ResponseStateManager
-
<span class="changed_modified_2_2"">Take the argument
state
and write it into the output using the currentResponseWriter
, which must be correctly positioned already. - 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 anObject []
as the second argument, where the first element of the array is the return fromgetStructure()
and the second is the return fromgetState()
on the argumentstate
. - writeState(FacesContext, StateManager.SerializedView) - Method in class javax.faces.application.StateManagerWrapper
-
The default behavior of this method is to call
StateManager.writeState(javax.faces.context.FacesContext, javax.faces.application.StateManager.SerializedView)
on the wrappedStateManager
object. - 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 elementObject
array with the first element being the return from callingStateManager.SerializedView.getStructure()
, and the second being the return fromStateManager.SerializedView.getState()
. It then passes thisObject
array toResponseStateManager.writeState(javax.faces.context.FacesContext, java.lang.Object)
. - writeString(String) - Method in interface javax.jms.StreamMessage
-
Writes a
String
to the stream message. - 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(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 wrappedResponseWriter
object. - 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, String) - Method in class javax.faces.context.ResponseWriterWrapper
-
The default behavior of this method is to call
ResponseWriter.writeText(Object, String)
on the wrappedResponseWriter
object. - 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(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 wrappedResponseWriter
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) - 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(OutputStream, String[]) - Method in class javax.mail.internet.MimeMessage
-
Output the message as an RFC 822 format stream, without specified headers.
- writeTo(Result) - Method in class javax.xml.ws.EndpointReference
-
write this
EndpointReference
to the specified infoset format - writeTo(Result) - Method in class javax.xml.ws.wsaddressing.W3CEndpointReference
-
write this
EndpointReference
to the specified infoset format - 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 wrappedResponseWriter
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.
- WSDL_DESCRIPTION - Static variable in interface javax.xml.ws.handler.MessageContext
-
Standard property: input source for WSDL document.
- WSDL_INTERFACE - Static variable in interface javax.xml.ws.handler.MessageContext
-
Standard property: name of wsdl interface (2.0) or port type (1.1).
- WSDL_OPERATION - Static variable in interface javax.xml.ws.handler.MessageContext
-
Standard property: name of WSDL operation.
- WSDL_PORT - Static variable in class javax.xml.ws.Endpoint
-
Standard property: name of WSDL port.
- WSDL_PORT - Static variable in interface javax.xml.ws.handler.MessageContext
-
Standard property: name of WSDL port.
- WSDL_SERVICE - Static variable in class javax.xml.ws.Endpoint
-
Standard property: name of WSDL service.
- WSDL_SERVICE - Static variable in interface javax.xml.ws.handler.MessageContext
-
Standard property: name of WSDL service.
- wsdlDocumentLocation(String) - Method in class javax.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
-
Sets the
wsdlDocumentLocation
that will be referenced aswsa:Metadata/@wsdli:wsdlLocation
. - wsdlLocation() - Element in annotation interface javax.xml.ws.WebServiceClient
-
The location of the WSDL document for the service (a URL).
- wsdlLocation() - Element in annotation interface javax.xml.ws.WebServiceProvider
-
Location of the WSDL description for the service.
- wsdlLocation() - Element in annotation interface javax.xml.ws.WebServiceRef
-
A URL pointing to the WSDL document for the web service.
- WWW_AUTHENTICATE - Static variable in interface javax.ws.rs.core.HttpHeaders
-
See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.47">HTTP/1.1 documentation}.
X
- XA_HEURCOM - Static variable in exception javax.transaction.xa.XAException
-
The transaction branch has been heuristically committed.
- XA_HEURHAZ - Static variable in exception javax.transaction.xa.XAException
-
The transaction branch may have been heuristically completed.
- XA_HEURMIX - Static variable in exception javax.transaction.xa.XAException
-
The transaction branch has been heuristically committed and rolled back.
- XA_HEURRB - Static variable in exception javax.transaction.xa.XAException
-
The transaction branch has been heuristically rolled back.
- XA_NOMIGRATE - Static variable in exception javax.transaction.xa.XAException
-
Resumption must occur where the suspension occurred.
- XA_OK - Static variable in interface javax.transaction.xa.XAResource
-
The transaction work has been prepared normally.
- XA_RBBASE - Static variable in exception javax.transaction.xa.XAException
-
The inclusive lower bound of the rollback codes.
- XA_RBCOMMFAIL - Static variable in exception javax.transaction.xa.XAException
-
Indicates that the rollback was caused by a communication failure.
- XA_RBDEADLOCK - Static variable in exception javax.transaction.xa.XAException
-
A deadlock was detected.
- XA_RBEND - Static variable in exception javax.transaction.xa.XAException
-
The inclusive upper bound of the rollback error code.
- XA_RBINTEGRITY - Static variable in exception javax.transaction.xa.XAException
-
A condition that violates the integrity of the resource was detected.
- XA_RBOTHER - Static variable in exception javax.transaction.xa.XAException
-
The resource manager rolled back the transaction branch for a reason not on this list.
- XA_RBPROTO - Static variable in exception javax.transaction.xa.XAException
-
A protocol error occurred in the resource manager.
- XA_RBROLLBACK - Static variable in exception javax.transaction.xa.XAException
-
Indicates that the rollback was caused by an unspecified reason.
- XA_RBTIMEOUT - Static variable in exception javax.transaction.xa.XAException
-
A transaction branch took too long.
- XA_RBTRANSIENT - Static variable in exception javax.transaction.xa.XAException
-
May retry the transaction branch.
- XA_RDONLY - Static variable in exception javax.transaction.xa.XAException
-
The transaction branch was read-only and has been committed.
- XA_RDONLY - Static variable in interface javax.transaction.xa.XAResource
-
The transaction branch has been read-only and has been committed.
- XA_RETRY - Static variable in exception javax.transaction.xa.XAException
-
Routine returned with no effect and may be reissued.
- XAConnection - Interface in javax.jms
-
The
XAConnection
interface extends the capability ofConnection
by providing anXASession
(optional). - XAConnectionFactory - Interface in javax.jms
-
The
XAConnectionFactory
interface is a base interface for theXAQueueConnectionFactory
andXATopicConnectionFactory
interfaces. - XAER_ASYNC - Static variable in exception javax.transaction.xa.XAException
-
There is an asynchronous operation already outstanding.
- XAER_DUPID - Static variable in exception javax.transaction.xa.XAException
-
The XID already exists.
- XAER_INVAL - Static variable in exception javax.transaction.xa.XAException
-
Invalid arguments were given.
- XAER_NOTA - Static variable in exception javax.transaction.xa.XAException
-
The XID is not valid.
- XAER_OUTSIDE - Static variable in exception javax.transaction.xa.XAException
-
The resource manager is doing work outside a global transaction.
- XAER_PROTO - Static variable in exception javax.transaction.xa.XAException
-
Routine was invoked in an improper context.
- XAER_RMERR - Static variable in exception javax.transaction.xa.XAException
-
A resource manager error has occurred in the transaction branch.
- XAER_RMFAIL - Static variable in exception javax.transaction.xa.XAException
-
Resource manager is unavailable.
- XAException - Exception in javax.transaction.xa
-
The XAException is thrown by the Resource Manager (RM) to inform the Transaction Manager of an error encountered by the involved transaction.
- XAException() - Constructor for exception javax.transaction.xa.XAException
-
Create an XAException.
- XAException(int) - Constructor for exception javax.transaction.xa.XAException
-
Create an XAException with a given error code.
- XAException(String) - Constructor for exception javax.transaction.xa.XAException
-
Create an XAException with a given string.
- XAJMSContext - Interface in javax.jms
-
The
XAJMSContext
interface extends the capability ofJMSContext
by adding access to a JMS provider's support for the Java Transaction API (JTA) (optional). - XAQueueConnection - Interface in javax.jms
-
An
XAQueueConnection
provides the same create options asQueueConnection
(optional). - XAQueueConnectionFactory - Interface in javax.jms
-
An
XAQueueConnectionFactory
provides the same create options as aQueueConnectionFactory
(optional). - XAQueueSession - Interface in javax.jms
-
An
XAQueueSession
provides a regularQueueSession
, which can be used to createQueueReceiver
,QueueSender
, andQueueBrowser
objects (optional). - XAResource - Interface in javax.transaction.xa
-
The XAResource interface is a Java mapping of the industry standard XA interface based on the X/Open CAE Specification (Distributed Transaction Processing: The XA Specification).
- XASession - Interface in javax.jms
-
The
XASession
interface extends the capability ofSession
by adding access to a JMS 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 asTopicConnection
(optional). - XATopicConnectionFactory - Interface in javax.jms
-
An
XATopicConnectionFactory
provides the same create options as aTopicConnectionFactory
(optional). - XATopicSession - Interface in javax.jms
-
An
XATopicSession
provides a regularTopicSession
. - XATransaction - Enum constant in enum class javax.resource.spi.TransactionSupport.TransactionSupportLevel
-
The resource adapter supports both resource manager local and JTA transactions by implementing the
LocalTransaction
andXAResource
interfaces. - xhtml(T) - Static method in class javax.ws.rs.client.Entity
-
Create an "application/xhtml+xml" entity.
- Xid - Interface in javax.transaction.xa
-
The Xid interface is a Java mapping of the X/Open transaction identifier XID structure.
- xml(T) - Static method in class javax.ws.rs.client.Entity
-
Create an "application/xml" entity.
- XmlAccessOrder - Enum Class in javax.xml.bind.annotation
-
Used by XmlAccessorOrder to control the ordering of properties and fields in a JAXB bound class.
- XmlAccessorOrder - Annotation Interface in javax.xml.bind.annotation
-
Controls the ordering of fields and properties in a class.
- XmlAccessorType - Annotation Interface in javax.xml.bind.annotation
-
Controls whether fields or Javabean properties are serialized by default.
- XmlAccessType - Enum Class in javax.xml.bind.annotation
-
Used by XmlAccessorType to control serialization of fields or properties.
- XmlAdapter<ValueType,
BoundType> - Class in javax.xml.bind.annotation.adapters -
Adapts a Java type for custom marshaling.
- XmlAdapter() - Constructor for class javax.xml.bind.annotation.adapters.XmlAdapter
-
Do-nothing constructor for the derived classes.
- XmlAnyAttribute - Annotation Interface in javax.xml.bind.annotation
-
Maps a JavaBean property to a map of wildcard attributes.
- XmlAnyElement - Annotation Interface in javax.xml.bind.annotation
-
Maps a JavaBean property to XML infoset representation and/or JAXB element.
- XmlAttachmentRef - Annotation Interface in javax.xml.bind.annotation
-
Marks a field/property that its XML form is a uri reference to mime content.
- XmlAttribute - Annotation Interface in javax.xml.bind.annotation
-
Maps a JavaBean property to a XML attribute.
- XmlElement - Annotation Interface in javax.xml.bind.annotation
-
Maps a JavaBean property to a XML element derived from property name.
- XmlElement.DEFAULT - Class in javax.xml.bind.annotation
-
Used in
XmlElement.type()
to signal that the type be inferred from the signature of the property. - XmlElementDecl - Annotation Interface in javax.xml.bind.annotation
-
Maps a factory method to a XML element.
- XmlElementDecl.GLOBAL - Class in javax.xml.bind.annotation
-
Used in
XmlElementDecl.scope()
to signal that the declaration is in the global scope. - XmlElementRef - Annotation Interface in javax.xml.bind.annotation
-
Maps a JavaBean property to a XML element derived from property's type.
- XmlElementRef.DEFAULT - Class in javax.xml.bind.annotation
-
Used in
XmlElementRef.type()
to signal that the type be inferred from the signature of the property. - XmlElementRefs - Annotation Interface in javax.xml.bind.annotation
-
Marks a property that refers to classes with
XmlElement
or JAXBElement. - XmlElements - Annotation Interface in javax.xml.bind.annotation
-
A container for multiple @
XmlElement
annotations. - XmlElementWrapper - Annotation Interface in javax.xml.bind.annotation
-
Generates a wrapper element around XML representation.
- XmlEnum - Annotation Interface in javax.xml.bind.annotation
-
Maps an enum type
Enum
to XML representation. - XmlEnumValue - Annotation Interface in javax.xml.bind.annotation
-
Maps an enum constant in
Enum
type to XML representation. - XmlID - Annotation Interface in javax.xml.bind.annotation
-
Maps a JavaBean property to XML ID.
- XmlIDREF - Annotation Interface in javax.xml.bind.annotation
-
Maps a JavaBean property to XML IDREF.
- XmlInlineBinaryData - Annotation Interface in javax.xml.bind.annotation
-
Disable consideration of XOP encoding for datatypes that are bound to base64-encoded binary data in XML.
- XmlJavaTypeAdapter - Annotation Interface in javax.xml.bind.annotation.adapters
-
Use an adapter that implements
XmlAdapter
for custom marshaling. - XmlJavaTypeAdapter.DEFAULT - Class in javax.xml.bind.annotation.adapters
-
Used in
XmlJavaTypeAdapter.type()
to signal that the type be inferred from the signature of the field, property, parameter or the class. - XmlJavaTypeAdapters - Annotation Interface in javax.xml.bind.annotation.adapters
-
A container for multiple @
XmlJavaTypeAdapter
annotations. - XmlList - Annotation Interface in javax.xml.bind.annotation
-
Used to map a property to a list simple type.
- XmlMimeType - Annotation Interface in javax.xml.bind.annotation
-
Associates the MIME type that controls the XML representation of the property.
- XmlMixed - Annotation Interface in javax.xml.bind.annotation
-
Annotate a JavaBean multi-valued property to support mixed content.
- xmlns() - Element in annotation interface javax.xml.bind.annotation.XmlSchema
-
Customize the namespace URI, prefix associations.
- XmlNs - Annotation Interface in javax.xml.bind.annotation
-
Associates a namespace prefix with a XML namespace URI.
- XmlNsForm - Enum Class in javax.xml.bind.annotation
-
Enumeration of XML Schema namespace qualifications.
- XmlRegistry - Annotation Interface in javax.xml.bind.annotation
-
Marks a class that has
XmlElementDecl
s. - XmlRootElement - Annotation Interface in javax.xml.bind.annotation
-
Maps a class or an enum type to an XML element.
- XmlSchema - Annotation Interface in javax.xml.bind.annotation
-
Maps a package name to a XML namespace.
- XmlSchemaType - Annotation Interface in javax.xml.bind.annotation
-
Maps a Java type to a simple schema built-in type.
- XmlSchemaType.DEFAULT - Class in javax.xml.bind.annotation
-
Used in
XmlSchemaType.type()
to signal that the type be inferred from the signature of the property. - XmlSchemaTypes - Annotation Interface in javax.xml.bind.annotation
-
A container for multiple @
XmlSchemaType
annotations. - XmlSeeAlso - Annotation Interface in javax.xml.bind.annotation
-
Instructs JAXB to also bind other classes when binding this class.
- XmlTransient - Annotation Interface in javax.xml.bind.annotation
-
Prevents the mapping of a JavaBean property/type to XML representation.
- XmlType - Annotation Interface in javax.xml.bind.annotation
-
Maps a class or an enum type to a XML Schema type.
- XmlType.DEFAULT - Class in javax.xml.bind.annotation
-
Used in
XmlType.factoryClass()
to signal that either factory mehod is not used or that it's in the class with thisXmlType
itself. - XmlValue - Annotation Interface in javax.xml.bind.annotation
-
Enables mapping a class to a XML Schema complex type with a simpleContent or a XML Schema simple type.
Y
- year() - Element in annotation interface javax.ejb.Schedule
-
Specifies one or more years.
- year(int) - Method in class javax.ejb.ScheduleExpression
-
Set the year attribute.
- year(String) - Method in class javax.ejb.ScheduleExpression
-
Set the year attribute.
_
- _jspService(HttpServletRequest, HttpServletResponse) - Method in interface javax.servlet.jsp.HttpJspPage
-
The _jspService()method corresponds to the body of the JSP page.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
ConstraintValidatorContext.ConstraintViolationBuilder.addPropertyNode(String)
,ConstraintValidatorContext.ConstraintViolationBuilder.addBeanNode()
andConstraintValidatorContext.ConstraintViolationBuilder.addParameterNode(int)