- Cache - Interface in javax.persistence
-
Interface used to interact with the second-level cache.
- CACHE_CONTROL - Static variable in interface javax.ws.rs.core.HttpHeaders
-
- Cacheable - Annotation Type in javax.persistence
-
Specifies whether an entity should be cached if caching is enabled
when the value of the persistence.xml
caching element
is ENABLE_SELECTIVE
or DISABLE_SELECTIVE
.
- cacheControl(CacheControl) - Method in interface javax.ws.rs.client.Invocation.Builder
-
Set the cache control data of the message.
- CacheControl - Class in javax.ws.rs.core
-
An abstraction for the value of a HTTP Cache-Control response header.
- CacheControl() - Constructor for class javax.ws.rs.core.CacheControl
-
Create a new instance of CacheControl.
- cacheControl(CacheControl) - Method in class javax.ws.rs.core.Response.ResponseBuilder
-
Set the cache control data of the message.
- cachedContent - Variable in class javax.mail.internet.MimeBodyPart
-
If our content is a Multipart of Message object, we save it
the first time it's created by parsing a stream so that changes
to the contained objects will not be lost.
- cachedContent - Variable in class javax.mail.internet.MimeMessage
-
If our content is a Multipart or Message object, we save it
the first time it's created by parsing a stream so that changes
to the contained objects will not be lost.
- CacheRetrieveMode - Enum in javax.persistence
-
Used as the value of the
javax.persistence.cache.retrieveMode
property to
specify the behavior when data is retrieved by the
find
methods and by queries.
- CacheStoreMode - Enum in javax.persistence
-
Used as the value of the
javax.persistence.cache.storeMode
property to specify
the behavior when data is read from the database and when data is
committed into the database.
- calculateCharacterEncoding(FacesContext) - Method in class javax.faces.application.ViewHandler
-
Returns the correct character encoding to be used for this request.
- calculateCharacterEncoding(FacesContext) - Method in class javax.faces.application.ViewHandlerWrapper
-
- 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
-
- 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
-
- calculateResourceLibraryContracts(FacesContext, String) - Method in class javax.faces.view.ViewDeclarationLanguage
-
Return the list of resource library
contracts that will be made available for use in the view
specified by the argument viewId
.
- calculateResourceLibraryContracts(FacesContext, String) - Method in class javax.faces.view.ViewDeclarationLanguageWrapper
-
- CalendarHolder - Class in javax.xml.rpc.holders
-
- CalendarHolder() - Constructor for class javax.xml.rpc.holders.CalendarHolder
-
- CalendarHolder(Calendar) - Constructor for class javax.xml.rpc.holders.CalendarHolder
-
- Call - Interface in javax.xml.rpc
-
The javax.xml.rpc.Call
interface provides support
for the dynamic invocation of a service endpoint.
- call(SOAPMessage, Object) - Method in class javax.xml.soap.SOAPConnection
-
Sends the given message to the specified endpoint and blocks until
it has returned the response.
- CallerPrincipalCallback - Class in javax.security.auth.message.callback
-
Callback for setting the container's caller (or Remote user) principal.
- CallerPrincipalCallback(Subject, Principal) - Constructor for class javax.security.auth.message.callback.CallerPrincipalCallback
-
Create a CallerPrincipalCallback to set the container's
representation of the caller principal
- CallerPrincipalCallback(Subject, String) - Constructor for class javax.security.auth.message.callback.CallerPrincipalCallback
-
Create a CallerPrincipalCallback to set the container's
representation of the caller principal.
- canBeRequestTime() - Method in class javax.servlet.jsp.tagext.TagAttributeInfo
-
Whether this attribute has been specified in the TLD
as rtexprvalue.
- cancel(boolean) - Method in class javax.ejb.AsyncResult
-
This method should not be called.
- cancel() - Method in interface javax.ejb.Timer
-
Cause the timer and all its associated expiration notifications to
be cancelled.
- CANCEL - Static variable in class javax.enterprise.deploy.shared.ActionType
-
A cancel operation is being preformed on the DeploymentManager
action command.
- cancel() - Method in interface javax.enterprise.deploy.spi.status.ProgressObject
-
(optional)
A cancel request on an in-process operation
stops all further processing of the operation and returns
the environment to it original state before the operation
was executed.
- cancel() - Method in interface javax.ws.rs.container.AsyncResponse
-
Cancel the suspended request processing.
- cancel(int) - Method in interface javax.ws.rs.container.AsyncResponse
-
Cancel the suspended request processing.
- cancel(Date) - Method in interface javax.ws.rs.container.AsyncResponse
-
Cancel the suspended request processing.
- canCreateBean(String) - Method in class javax.el.BeanNameResolver
-
Allow creating a bean of the given name if it does not exist.
- CapabilityProfile - Interface in javax.xml.registry
-
Provides information about the capabilities of a JAXR provider.
- CAR - Static variable in class javax.enterprise.deploy.shared.ModuleType
-
The module is an Client Application archive.
- CascadableDescriptor - Interface in javax.validation.metadata
-
Represents a cascadable element.
- CascadeType - Enum in javax.persistence
-
Defines the set of cascadable operations that are propagated
to the associated entity.
- CASE_SENSITIVE_MATCH - Static variable in interface javax.xml.registry.FindQualifier
-
Specifies a hint to queries that they should case-sensitive match when comparing String values.
- cause - Variable in exception javax.xml.registry.JAXRException
-
The Throwable that caused this JAXRException to occur.
- CC - Static variable in class javax.mail.Message.RecipientType
-
The "Cc" (carbon copy) recipients.
- CDI<T> - Class in javax.enterprise.inject.spi
-
Provides access to the current container.
- CDI() - Constructor for class javax.enterprise.inject.spi.CDI
-
- CDIProvider - Interface in javax.enterprise.inject.spi
-
Interface implemented by a CDI provider to provide access to the current container
- CertStoreCallback - Class in javax.security.auth.message.callback
-
Callback for CertStore.
- CertStoreCallback() - Constructor for class javax.security.auth.message.callback.CertStoreCallback
-
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.
- CHARACTER_ENCODING_KEY - Static variable in class javax.faces.application.ViewHandler
-
The key, in the session's attribute set, under which the
response character encoding may be stored and retrieved.
- CHARACTER_ID - Static variable in class javax.faces.convert.CharacterConverter
-
The message identifier of the
FacesMessage
to be created if
the conversion to
Character
fails.
- CHARACTER_SET_ENCODING - Static variable in class javax.xml.soap.SOAPMessage
-
Specifies the character type encoding for the SOAP Message.
- CharacterConverter - Class in javax.faces.convert
-
Converter
implementation for
java.lang.Character
(and char primitive) values.
- CharacterConverter() - Constructor for class javax.faces.convert.CharacterConverter
-
- CHARSET_PARAMETER - Static variable in class javax.ws.rs.core.MediaType
-
The media type charset
parameter name.
- checkOrigin(String) - Method in class javax.websocket.server.ServerEndpointConfig.Configurator
-
Check the value of the Origin header (
See Origin Header) the client passed during the opening
handshake.
- CheckpointAlgorithm - Interface in javax.batch.api.chunk
-
CheckpointAlgorithm provides a custom checkpoint
policy for chunk steps.
- checkpointInfo() - Method in class javax.batch.api.chunk.AbstractItemReader
-
Override this method if the ItemReader supports
checkpoints.
- checkpointInfo() - Method in class javax.batch.api.chunk.AbstractItemWriter
-
Override this method if the ItemWriter supports
checkpoints.
- checkpointInfo() - Method in interface javax.batch.api.chunk.ItemReader
-
The checkpointInfo method returns the current
checkpoint data for this reader.
- checkpointInfo() - Method in interface javax.batch.api.chunk.ItemWriter
-
The checkpointInfo method returns the current
checkpoint data for this writer.
- checkpointTimeout() - Method in class javax.batch.api.chunk.AbstractCheckpointAlgorithm
-
Override this method if the CheckpointAlgorithm
establishes a checkpoint timeout.
- checkpointTimeout() - Method in interface javax.batch.api.chunk.CheckpointAlgorithm
-
The checkpointTimeout is invoked at the beginning of a new
checkpoint interval for the purpose of establishing the checkpoint
timeout.
- ChunkListener - Interface in javax.batch.api.chunk.listener
-
ChunkListener intercepts chunk processing.
- Classification - Interface in javax.xml.registry.infomodel
-
The Classification interface is used to classify RegistryObject instances.
- CLASSIFICATION - Static variable in interface javax.xml.registry.LifeCycleManager
-
Constant representing the javax.xml.registry.infomodel.Classification interface.
- CLASSIFICATION_SCHEME - Static variable in interface javax.xml.registry.LifeCycleManager
-
Constant representing the javax.xml.registry.infomodel.ClassificationScheme interface.
- ClassificationScheme - Interface in javax.xml.registry.infomodel
-
A ClassificationScheme instance represents a taxonomy that may be used to classify or categorize RegistryObject instances.
- ClassTransformer - Interface in javax.persistence.spi
-
- 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 wrapped Flash
object.
- clear() - Method in interface javax.persistence.EntityManager
-
Clear the persistence context, causing all managed
entities to become detached.
- clear() - Method in class javax.servlet.jsp.JspWriter
-
Clear the contents of the buffer.
- clear() - Method in class javax.ws.rs.core.AbstractMultivaluedMap
-
- clear() - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
-
Removes all registered TypeMappings and encodingStyleURIs
from this TypeMappingRegistry.
- clearBody() - Method in interface javax.jms.Message
-
Clears out the message body.
- clearBody() - Method in class javax.servlet.jsp.tagext.BodyContent
-
Clear the body without throwing any exceptions.
- clearBuffer() - Method in class javax.servlet.jsp.JspWriter
-
Clears the current contents of the buffer.
- clearCachedProviders() - Method in interface javax.persistence.spi.PersistenceProviderResolver
-
Clear cache of providers.
- clearContent() - Method in class javax.xml.soap.AttachmentPart
-
Clears out the content of this AttachmentPart
object.
- 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
-
- clearInitialState() - Method in class javax.faces.component.UIComponentBase
-
- 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_ACKNOWLEDGE - Static variable in interface javax.jms.JMSContext
-
With this session mode, the client acknowledges a consumed message by
calling the message's acknowledge
method.
- CLIENT_ACKNOWLEDGE - Static variable in interface javax.jms.Session
-
With this acknowledgment mode, the client acknowledges a consumed
message by calling the message's acknowledge
method.
- CLIENT_CERT_AUTH - Static variable in class javax.faces.context.ExternalContext
-
String identifier for CLIENT_CERT authentication.
- CLIENT_CERT_AUTH - Static variable in interface javax.servlet.http.HttpServletRequest
-
String identifier for Client Certificate authentication.
- CLIENT_CERT_AUTH - Static variable in interface javax.ws.rs.core.SecurityContext
-
String identifier for Client Certificate authentication.
- CLIENT_WINDOW_FACTORY - Static variable in class javax.faces.FactoryFinder
-
- 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 by ClientBehaviorHolder
components.
- ClientBehaviorBase - Class in javax.faces.component.behavior
-
ClientBehaviorBase is a
convenience base class that implements the default concrete behavior
of all methods defined by ClientBehavior
.
- ClientBehaviorBase() - Constructor for class javax.faces.component.behavior.ClientBehaviorBase
-
- ClientBehaviorContext - Class in javax.faces.component.behavior
-
- ClientBehaviorContext() - 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.
- ClientBehaviorContext.Parameter(String, Object) - Constructor for class javax.faces.component.behavior.ClientBehaviorContext.Parameter
-
Creates a Parameter instance.
- ClientBehaviorHint - Enum in javax.faces.component.behavior
-
An enum that specifies hints that describes
the behavior of ClientBehavior implementations.
- ClientBehaviorHolder - Interface in javax.faces.component.behavior
-
The ClientBehaviorHolder
interface may be implemented by any concrete
UIComponent
that wishes to support
client behaviors as defined by ClientBehavior
.
- ClientBehaviorRenderer - Class in javax.faces.render
-
A
ClientBehaviorRenderer produces
the client-side script that implements a
ClientBehavior
's client-side
logic.
- ClientBehaviorRenderer() - Constructor for class javax.faces.render.ClientBehaviorRenderer
-
- ClientBuilder - Class in javax.ws.rs.client
-
Main entry point to the client API used to bootstrap
Client
instances.
- ClientBuilder() - Constructor for class javax.ws.rs.client.ClientBuilder
-
Allows custom implementations to extend the ClientBuilder
class.
- ClientConfiguration - Interface in javax.enterprise.deploy.spi.status
-
The ClientConfiguration object installs, configures and
executes an Application Client.
- ClientEndpoint - Annotation Type in javax.websocket
-
The ClientEndpoint annotation a class level annotation is used to denote that a POJO
is a web socket client and can be deployed as such.
- ClientEndpointConfig - Interface in javax.websocket
-
The ClientEndpointConfig is a special kind of endpoint configuration object that contains
web socket configuration information specific only to client endpoints.
- ClientEndpointConfig.Builder - Class in javax.websocket
-
The ClientEndpointConfig.Builder is a class used for creating
ClientEndpointConfig
objects for the purposes of
deploying a client endpoint.
- ClientEndpointConfig.Configurator - Class in javax.websocket
-
The Configurator class may be extended by developers who want to
provide custom configuration algorithms, such as intercepting the opening handshake, or
providing arbitrary methods and algorithms that can be accessed from each endpoint
instance configured with this configurator.
- ClientEndpointConfig.Configurator() - Constructor for class javax.websocket.ClientEndpointConfig.Configurator
-
- ClientErrorException - Exception in javax.ws.rs
-
A base runtime application exception indicating a client request error
(HTTP 4xx
status codes).
- ClientErrorException(Response.Status) - Constructor for exception javax.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(String, Response.Status) - Constructor for exception javax.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(int) - Constructor for exception javax.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(String, int) - Constructor for exception javax.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(Response) - Constructor for exception javax.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(String, Response) - Constructor for exception javax.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(Response.Status, Throwable) - Constructor for exception javax.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(String, Response.Status, Throwable) - Constructor for exception javax.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(int, Throwable) - Constructor for exception javax.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(String, int, Throwable) - Constructor for exception javax.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(Response, Throwable) - Constructor for exception javax.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(String, Response, Throwable) - Constructor for exception javax.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientExecuteException - Exception in javax.enterprise.deploy.spi.exceptions
-
This exception reports errors in setting up an application client
for execution.
- ClientExecuteException() - Constructor for exception javax.enterprise.deploy.spi.exceptions.ClientExecuteException
-
Creates new ClientExecuteException
without detail message.
- ClientExecuteException(String) - Constructor for exception javax.enterprise.deploy.spi.exceptions.ClientExecuteException
-
Constructs an ClientExecuteException
with the
specified detail message.
- ClientRequestContext - Interface in javax.ws.rs.client
-
Client request filter context.
- ClientRequestFilter - Interface in javax.ws.rs.client
-
An extension interface implemented by client request filters.
- ClientResponseContext - Interface in javax.ws.rs.client
-
Client response filter context.
- ClientResponseFilter - Interface in javax.ws.rs.client
-
An extension interface implemented by client response filters.
- ClientWindow - Class in javax.faces.lifecycle
-
This class represents a client window,
which may be a browser tab, browser window, browser pop-up, portlet,
or anything else that can display a UIComponent
hierarchy rooted at a UIViewRoot
.
- ClientWindow() - Constructor for class javax.faces.lifecycle.ClientWindow
-
- ClientWindowFactory - Class in javax.faces.lifecycle
-
Create ClientWindow
instances based on
the incoming request.
- ClientWindowFactory() - Constructor for class javax.faces.lifecycle.ClientWindowFactory
-
- 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
-
- 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 specified
Writer
as the output destination.
- cloneWithWriter(Writer) - Method in class javax.faces.context.ResponseWriterWrapper
-
- 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
-
- 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(boolean) - Method in class javax.mail.Folder
-
Close this Folder.
- close() - Method in class javax.mail.Service
-
Close this service and terminate its connection.
- close() - Method in class javax.mail.util.SharedFileInputStream
-
Closes this input stream and releases any system resources
associated with the stream.
- close() - Method in interface javax.persistence.EntityManager
-
Close an application-managed entity manager.
- close() - Method in interface javax.persistence.EntityManagerFactory
-
Close the factory, releasing any resources that it holds.
- close() - Method in interface javax.resource.cci.Connection
-
Initiates close of the connection handle at the application level.
- close() - Method in interface javax.resource.cci.Interaction
-
Closes the current Interaction and release all the resources
held for this instance by the resource adapter.
- close() - Method in class javax.servlet.jsp.JspWriter
-
Close the stream, flushing it first.
- close() - Method in interface javax.validation.ValidatorFactory
-
Closes the ValidatorFactory
instance.
- close() - Method in interface javax.websocket.Session
-
Close the current conversation with a normal status code and no reason phrase.
- close(CloseReason) - Method in interface javax.websocket.Session
-
Close the current conversation, giving a reason for the closure.
- close() - Method in interface javax.ws.rs.client.Client
-
Close client instance and all it's associated resources.
- close() - Method in class javax.ws.rs.core.Response
-
Close the underlying message entity input stream (if available and open)
as well as releases any other resources associated with the response
(e.g.
- close() - Method in interface javax.xml.registry.Connection
-
Closes a Connection when it is no longer needed.
- close() - Method in class javax.xml.soap.SOAPConnection
-
Closes this SOAPConnection
object.
- close(MessageContext) - Method in interface javax.xml.ws.handler.Handler
-
Called at the conclusion of a message exchange pattern just prior to
the JAX-WS runtime disptaching a message, fault or exception.
- close() - Method in class javax.xml.ws.spi.http.HttpExchange
-
This must be called to end an exchange.
- closed(ConnectionEvent) - Method in class javax.mail.event.ConnectionAdapter
-
- CLOSED - Static variable in class javax.mail.event.ConnectionEvent
-
A connection was closed.
- closed(ConnectionEvent) - Method in interface javax.mail.event.ConnectionListener
-
Invoked when a Store/Folder/Transport is closed.
- CloseReason - Class in javax.websocket
-
A class encapsulating the reason why a web socket has been closed, or why it is being asked to
close.
- CloseReason(CloseReason.CloseCode, String) - Constructor for class javax.websocket.CloseReason
-
Creates a reason for closing a web socket connection with the given
code and reason phrase.
- CloseReason.CloseCode - Interface in javax.websocket
-
A marker interface for the close codes.
- CloseReason.CloseCodes - Enum in javax.websocket
-
An Enumeration of status codes for a web socket close that
are defined in the specification.
- coalesce(Expression<? extends Y>, Expression<? extends Y>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create an expression that returns null if all its arguments
evaluate to null, and the value of the first non-null argument
otherwise.
- coalesce(Expression<? extends Y>, Y) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create an expression that returns null if all its arguments
evaluate to null, and the value of the first non-null argument
otherwise.
- coalesce() - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create a coalesce expression.
- coerceToType(Object, Class<?>) - Method in class javax.el.ExpressionFactory
-
Coerces an object to a specific type according to the
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
-
- CollectionAttribute<X,E> - Interface in javax.persistence.metamodel
-
Instances of the type CollectionAttribute
represent persistent
java.util.Collection
-valued attributes.
- CollectionDataModel<E> - Class in javax.faces.model
-
CollectionDataModel is a convenience
implementation of DataModel
that wraps an Collection
of
Java objects.
- CollectionDataModel() - Constructor for class javax.faces.model.CollectionDataModel
-
- CollectionDataModel(Collection<E>) - Constructor for class javax.faces.model.CollectionDataModel
-
- CollectionJoin<Z,E> - Interface in javax.persistence.criteria
-
The CollectionJoin
interface is the type of the result of
joining to a collection over an association or element
collection that has been specified as a java.util.Collection
.
- CollectionTable - Annotation Type in javax.persistence
-
Specifies the table that is used for the mapping of
collections of basic or embeddable types.
- collectPartitionData() - Method in interface javax.batch.api.partition.PartitionCollector
-
The collectPartitionData method receives control
periodically during partition processing.
- Column - Annotation Type in javax.persistence
-
Specifies the mapped column for a persistent property or field.
- ColumnResult - Annotation Type in javax.persistence
-
- COMBINE_CLASSIFICATIONS - Static variable in interface javax.xml.registry.FindQualifier
-
Maps to UDDI combineCategoryBags.
- combineSegments() - Method in class javax.mail.internet.ParameterList
-
Normal users of this class will use simple parameter names.
- CommandType - Class in javax.enterprise.deploy.shared
-
Class CommandTypes defines enumeration values for the
DeploymentStatus object.
- CommandType(int) - Constructor for class javax.enterprise.deploy.shared.CommandType
-
Construct a new enumeration value with the given integer value.
- COMMENT - Static variable in class javax.mail.internet.HeaderTokenizer.Token
-
Token type indicating a comment.
- CommException - Exception in javax.resource.spi
-
This indicates errors related to failed or interrupted
communication with an EIS instance.
- CommException() - Constructor for exception javax.resource.spi.CommException
-
Constructs a new instance with null as its detail message.
- CommException(String) - Constructor for exception javax.resource.spi.CommException
-
Constructs a new instance with the specified detail message.
- CommException(Throwable) - Constructor for exception javax.resource.spi.CommException
-
Constructs a new throwable with the specified cause.
- CommException(String, Throwable) - Constructor for exception javax.resource.spi.CommException
-
Constructs a new throwable with the specified detail message and cause.
- CommException(String, String) - Constructor for exception javax.resource.spi.CommException
-
Constructs a new throwable with the specified detail message and
an error code.
- commit() - Method in interface javax.jms.JMSContext
-
Commits all messages done in this transaction and releases any locks
currently held.
- commit() - Method in interface javax.jms.Session
-
Commits all messages done in this transaction and releases any locks
currently held.
- commit() - Method in interface javax.jms.XAJMSContext
-
Throws a TransactionInProgressRuntimeException
, since it should
not be called for an XAJMSContext
object.
- commit() - Method in interface javax.jms.XASession
-
Throws a TransactionInProgressException
, since it should
not be called for an XASession
object.
- commit() - Method in interface javax.persistence.EntityTransaction
-
Commit the current resource transaction, writing any
unflushed changes to the database.
- commit() - Method in interface javax.resource.cci.LocalTransaction
-
Commits the current local transaction and release all locks held
by the underlying EIS instance.
- commit() - Method in interface javax.resource.spi.LocalTransaction
-
Commit a local transaction
- commit(Xid, boolean) - Method in interface javax.resource.spi.XATerminator
-
Commits the global transaction specified by xid.
- commit() - Method in interface javax.security.jacc.PolicyConfiguration
-
This method is used to set to "inService" the state of the policy context
whose interface is this PolicyConfiguration Object.
- commit() - Method in interface javax.transaction.Transaction
-
Complete the transaction represented by this Transaction object.
- commit() - Method in interface javax.transaction.TransactionManager
-
Complete the transaction associated with the current thread.
- commit() - Method in interface javax.transaction.UserTransaction
-
Complete the transaction associated with the current thread.
- commit(Xid, boolean) - Method in interface javax.transaction.xa.XAResource
-
Commits the global transaction specified by xid.
- 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
-
- 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.
- COMPLETED - Static variable in class javax.enterprise.deploy.shared.StateType
-
The action operation has completed normally.
- completed(RESPONSE) - Method in interface javax.ws.rs.client.InvocationCallback
-
Called when the invocation was successfully completed.
- CompletionCallback - Interface in javax.ws.rs.container
-
A request processing callback that receives request processing completion events.
- CompletionListener - Interface in javax.jms
-
A CompletionListener
is implemented by the application and may
be specified when a message is sent asynchronously.
- 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.html.HtmlBody
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.html.HtmlColumn
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.html.HtmlCommandButton
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.html.HtmlCommandLink
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.html.HtmlDataTable
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.html.HtmlDoctype
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.html.HtmlForm
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.html.HtmlGraphicImage
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.html.HtmlHead
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.html.HtmlInputFile
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.html.HtmlInputHidden
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.html.HtmlInputSecret
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.html.HtmlInputText
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.html.HtmlInputTextarea
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.html.HtmlMessage
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.html.HtmlMessages
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.html.HtmlOutcomeTargetButton
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.html.HtmlOutcomeTargetLink
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.html.HtmlOutputFormat
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.html.HtmlOutputLabel
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.html.HtmlOutputLink
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.html.HtmlOutputText
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.html.HtmlPanelGrid
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.html.HtmlPanelGroup
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.html.HtmlSelectBooleanCheckbox
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.html.HtmlSelectManyCheckbox
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.html.HtmlSelectManyListbox
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.html.HtmlSelectManyMenu
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.html.HtmlSelectOneListbox
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.html.HtmlSelectOneMenu
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.html.HtmlSelectOneRadio
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.UIColumn
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.UICommand
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.UIData
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.UIForm
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.UIGraphic
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class javax.faces.component.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
-
- 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
-
- ComponentSystemEvent - Class in javax.faces.event
-
- 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 the
isListenerForSource()
method is implicit.
- COMPOSITE_COMPONENT_TYPE_KEY - Static variable in class javax.faces.component.UIComponent
-
The value of this constant is used as the key
in the composite component BeanDescriptor for a
ValueExpression
that evaluates to the
component-type
of the composite component root
UIComponent
for this composite component, if
one was declared by the composite component author.
- COMPOSITE_FACET_NAME - Static variable in class javax.faces.component.UIComponent
-
The value of this constant is used as the key
in the Map
returned as described in UIComponent.FACETS_KEY
for the
PropertyDescriptor
describing the composite component facet.
- CompositeComponentExpressionHolder - Interface in javax.faces.el
-
This interface must be implemented by the Map
returned by the composite component ELResolver
,
described in section JSF.5.6.2.2 of the specification, when
evaluating #{cc.attrs}
epressions.
- CompositeELResolver - Class in javax.el
-
Maintains an ordered composite list of child 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(Expression<String>, Expression<String>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create an expression for string concatenation.
- concat(Expression<String>, String) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create an expression for string concatenation.
- concat(String, Expression<String>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create an expression for string concatenation.
- Concept - Interface in javax.xml.registry.infomodel
-
The Concept interface is used to represent taxonomy elements and their structural relationship with each other in order to describe an internal taxonomy.
- CONCEPT - Static variable in interface javax.xml.registry.LifeCycleManager
-
Constant representing the javax.xml.registry.infomodel.Concept interface.
- ConcurrencyManagement - Annotation Type in javax.ejb
-
Declares a singleton session bean's concurrency management type.
- ConcurrencyManagementType - Enum in javax.ejb
-
Used to specify the value of the ConcurrencyManagement
annotation
for a singleton session bean.
- ConcurrentAccessException - Exception in javax.ejb
-
A ConcurrentAccessException indicates that the client
has attempted an invocation on a stateful session bean or singleton bean
while another invocation is in progress and such concurrent access
is not allowed.
- ConcurrentAccessException() - Constructor for exception javax.ejb.ConcurrentAccessException
-
Constructs an ConcurrentAccessException with no detail message.
- ConcurrentAccessException(String) - Constructor for exception javax.ejb.ConcurrentAccessException
-
Constructs an ConcurrentAccessException with the specified
detailed message.
- ConcurrentAccessException(String, Exception) - Constructor for exception javax.ejb.ConcurrentAccessException
-
Constructs an ConcurrentAccessException with the specified
detail message and a nested exception.
- ConcurrentAccessTimeoutException - Exception in javax.ejb
-
This exception indicates that an attempt to concurrently access
a stateful session or singleton bean method resulted in a timeout.
- ConcurrentAccessTimeoutException() - Constructor for exception javax.ejb.ConcurrentAccessTimeoutException
-
- ConcurrentAccessTimeoutException(String) - Constructor for exception javax.ejb.ConcurrentAccessTimeoutException
-
- condition(String) - Method in class javax.faces.flow.builder.NavigationCaseBuilder
-
Set the if of the current navigation case.
- condition(ValueExpression) - Method in class javax.faces.flow.builder.NavigationCaseBuilder
-
Set the if of the current navigation case.
- condition(ValueExpression) - Method in class javax.faces.flow.builder.SwitchCaseBuilder
-
Set the if in the previously created switch case.
- condition(String) - Method in class javax.faces.flow.builder.SwitchCaseBuilder
-
Set the if in the previously created switch case.
- condition() - Method in class javax.servlet.jsp.jstl.core.ConditionalTagSupport
-
Subclasses implement this method to compute the boolean result
of the conditional action.
- ConditionalTagSupport - Class in javax.servlet.jsp.jstl.core
-
Abstract class that facilitates implementation of conditional actions
where the boolean result is exposed as a JSP scoped variable.
- ConditionalTagSupport() - Constructor for class javax.servlet.jsp.jstl.core.ConditionalTagSupport
-
Base constructor to initialize local state.
- Config - Class in javax.servlet.jsp.jstl.core
-
Class supporting access to configuration settings.
- Config() - Constructor for class javax.servlet.jsp.jstl.core.Config
-
- CONFIG - Static variable in class javax.servlet.jsp.PageContext
-
Name used to store ServletConfig in PageContext name table.
- CONFIG_FILES_ATTR - Static variable in class javax.faces.webapp.FacesServlet
-
Context initialization parameter name for a comma delimited list
of context-relative resource paths (in addition to
/WEB-INF/faces-config.xml
which is loaded automatically
if it exists) containing JavaServer Faces configuration information.
- ConfigProperty - Annotation Type in javax.resource.spi
-
Designates a JavaBean property as a configuration property
- Configurable<C extends Configurable> - Interface in javax.ws.rs.core
-
Represents a client or server-side configurable context in JAX-RS.
- ConfigurableNavigationHandler - Class in javax.faces.application
-
ConfigurableNavigationHandler
extends the contract of NavigationHandler
to allow runtime
inspection of the NavigationCase
s that make up the rule-base
for navigation.
- ConfigurableNavigationHandler() - Constructor for class javax.faces.application.ConfigurableNavigationHandler
-
- ConfigurableNavigationHandlerWrapper - Class in javax.faces.application
-
- 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.
- ConfigurationException - Exception in javax.enterprise.deploy.spi.exceptions
-
This exception reports errors in generating a configuration bean.
- ConfigurationException() - Constructor for exception javax.enterprise.deploy.spi.exceptions.ConfigurationException
-
Creates new ConfigurationException
without detail message.
- ConfigurationException(String) - Constructor for exception javax.enterprise.deploy.spi.exceptions.ConfigurationException
-
Constructs an ConfigurationException
with the specified detail message.
- ConfigurationState - Interface in javax.validation.spi
-
- 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.
- configure() - Method in interface javax.validation.bootstrap.GenericBootstrap
-
- configure() - Method in interface javax.validation.bootstrap.ProviderSpecificBootstrap
-
Determines the provider implementation suitable for
T
and delegates
the creation of this specific
Configuration
subclass to the provider.
- configure(ResourceInfo, FeatureContext) - Method in interface javax.ws.rs.container.DynamicFeature
-
- 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
-
- confirmAssociation(Association) - Method in interface javax.xml.registry.BusinessLifeCycleManager
-
Confirms this Association by the User associated with the caller.
- conjunction() - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create a conjunction (with zero conjuncts).
- connect() - Method in class javax.mail.Service
-
A generic connect method that takes no parameters.
- connect(String, String, String) - Method in class javax.mail.Service
-
Connect to the specified address.
- connect(String, String) - Method in class javax.mail.Service
-
Connect to the current host using the specified username
and password.
- connect(String, int, String, String) - Method in class javax.mail.Service
-
Similar to connect(host, user, password) except a specific port
can be specified.
- Connection - Interface in javax.jms
-
A Connection
object is a client's active connection to its 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 - Interface in javax.xml.registry
-
This class represents a connection between a JAXR client and a
JAXR provider.
- CONNECTION_CLOSED - Static variable in class javax.resource.spi.ConnectionEvent
-
Event notification that an application component has closed the
connection
- CONNECTION_ERROR_OCCURRED - Static variable in class javax.resource.spi.ConnectionEvent
-
Event notification that an error occurred on the connection.
- ConnectionAdapter - Class in javax.mail.event
-
The adapter which receives connection events.
- ConnectionAdapter() - Constructor for class javax.mail.event.ConnectionAdapter
-
- ConnectionCallback - Interface in javax.ws.rs.container
-
Asynchronous request processing lifecycle callback that receives connection
related
asynchronous response
lifecycle events.
- connectionClosed(ConnectionEvent) - Method in interface javax.resource.spi.ConnectionEventListener
-
Notifies that an application component has closed the connection.
- ConnectionConsumer - Interface in javax.jms
-
For application servers, Connection
objects provide a special
facility
for creating a ConnectionConsumer
(optional).
- ConnectionDefinition - Annotation Type in javax.resource.spi
-
Defines a set of connection interfaces and classes pertaining to a particular
connection type.
- ConnectionDefinitions - Annotation Type in javax.resource.spi
-
Defines a set of connection definitions that the JavaBean, that has been
annotated with this annotation, is a part of.
- connectionErrorOccurred(ConnectionEvent) - Method in interface javax.resource.spi.ConnectionEventListener
-
Notifies a connection related error.
- ConnectionEvent - Class in javax.mail.event
-
This class models Connection events.
- ConnectionEvent(Object, int) - Constructor for class javax.mail.event.ConnectionEvent
-
Construct a ConnectionEvent.
- ConnectionEvent - Class in javax.resource.spi
-
The ConnectionEvent class provides information about the source of
a connection related event.A ConnectionEvent instance contains the
following information:
Type of the connection event
ManagedConnection instance that generated the connection event.
- ConnectionEvent(ManagedConnection, int) - Constructor for class javax.resource.spi.ConnectionEvent
-
Construct a ConnectionEvent object.
- ConnectionEvent(ManagedConnection, int, Exception) - Constructor for class javax.resource.spi.ConnectionEvent
-
Construct a ConnectionEvent object.
- ConnectionEventListener - Interface in javax.resource.spi
-
The ConnectionEventListener
interface provides an event
callback mechanism to enable an application server to receive
notifications from a ManagedConnection
instance.
- ConnectionFactory - Interface in javax.jms
-
A ConnectionFactory
object encapsulates a set of connection
configuration
parameters that has been defined by an administrator.
- ConnectionFactory - Interface in javax.resource.cci
-
ConnectionFactory
provides an interface for getting
connection to an EIS instance.
- ConnectionFactory - Class in javax.xml.registry
-
This is the abstract base class for factory classes for creating a JAXR connection.
- ConnectionFactory() - Constructor for class javax.xml.registry.ConnectionFactory
-
- ConnectionFactoryDefinition - Annotation Type in javax.resource
-
Annotation used to define a Connector Connection Factory resource to be
registered in JNDI.
- ConnectionFactoryDefinitions - Annotation Type in javax.resource
-
Declares one or more ConnectionFactoryDefinition
annotations.
- ConnectionListener - Interface in javax.mail.event
-
This is the Listener interface for Connection events.
- ConnectionManager - Interface in javax.resource.spi
-
ConnectionManager interface provides a hook for the resource adapter to
pass a connection request to the application server.
- ConnectionMetaData - Interface in javax.jms
-
A ConnectionMetaData
object provides information describing the
Connection
object.
- ConnectionMetaData - Interface in javax.resource.cci
-
The interface ConnectionMetaData
provides information
about an EIS instance connected through a Connection instance.
- ConnectionRequestInfo - Interface in javax.resource.spi
-
The ConnectionRequestInfo interface enables a resource adapter to
pass its own request specific data structure across the connection
request flow.
- ConnectionSpec - Interface in javax.resource.cci
-
ConnectionSpec is used by an application component to pass
connection request-specific properties to the ConnectionFactory.
- Connector - Annotation Type in javax.resource.spi
-
The Connector
annotation is a component-defining annotation and
it can be used by the resource adapter developer to specify that the JavaBean
is a resource adapter JavaBean.
- connectToServer(Object, URI) - Method in interface javax.websocket.WebSocketContainer
-
Connect the supplied annotated endpoint instance to its server.
- connectToServer(Class<?>, URI) - Method in interface javax.websocket.WebSocketContainer
-
Connect the supplied annotated endpoint to its server.
- connectToServer(Endpoint, ClientEndpointConfig, URI) - Method in interface javax.websocket.WebSocketContainer
-
Connect the supplied programmatic client endpoint instance to its server
with the given configuration.
- connectToServer(Class<? extends Endpoint>, ClientEndpointConfig, URI) - Method in interface javax.websocket.WebSocketContainer
-
Connect the supplied programmatic endpoint to its server with the given
configuration.
- ConstrainedTo - Annotation Type in javax.ws.rs
-
Indicates the run-time context in which an annotated JAX-RS provider
is applicable.
- Constraint - Annotation Type in javax.validation
-
Marks an annotation as being a Bean Validation constraint.
- ConstraintDeclarationException - Exception in javax.validation
-
Exception raised if a constraint declaration is not legal.
- ConstraintDeclarationException(String) - Constructor for exception javax.validation.ConstraintDeclarationException
-
- ConstraintDeclarationException() - Constructor for exception javax.validation.ConstraintDeclarationException
-
- ConstraintDeclarationException(String, Throwable) - Constructor for exception javax.validation.ConstraintDeclarationException
-
- ConstraintDeclarationException(Throwable) - Constructor for exception javax.validation.ConstraintDeclarationException
-
- ConstraintDefinitionException - Exception in javax.validation
-
Exception raised if a constraint definition is not legal.
- ConstraintDefinitionException(String) - Constructor for exception javax.validation.ConstraintDefinitionException
-
- ConstraintDefinitionException() - Constructor for exception javax.validation.ConstraintDefinitionException
-
- ConstraintDefinitionException(String, Throwable) - Constructor for exception javax.validation.ConstraintDefinitionException
-
- ConstraintDefinitionException(Throwable) - Constructor for exception javax.validation.ConstraintDefinitionException
-
- ConstraintDescriptor<T extends Annotation> - Interface in javax.validation.metadata
-
Describes a single constraint and its composing constraints.
- ConstraintMode - Enum in javax.persistence
-
Used to control the application of a constraint.
- ConstraintTarget - Enum in javax.validation
-
Defines the constraint target.
- ConstraintValidator<A extends Annotation,T> - Interface in javax.validation
-
Defines the logic to validate a given constraint A
for a given object type T
.
- ConstraintValidatorContext - Interface in javax.validation
-
Provides contextual data and operation when applying a given constraint validator.
- ConstraintValidatorContext.ConstraintViolationBuilder - Interface in javax.validation
-
ConstraintViolation
builder allowing to optionally associate
the violation report to a sub path.
- ConstraintValidatorContext.ConstraintViolationBuilder.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
or Map
.
- 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
or Map
.
- constraintValidatorFactory(ConstraintValidatorFactory) - Method in interface javax.validation.Configuration
-
Defines the constraint validator factory.
- ConstraintValidatorFactory - Interface in javax.validation
-
- constraintValidatorFactory(ConstraintValidatorFactory) - Method in interface javax.validation.ValidatorContext
-
Defines the constraint validator factory implementation used by the
Validator
.
- ConstraintViolation<T> - Interface in javax.validation
-
Describes a constraint violation.
- ConstraintViolationException - Exception in javax.validation
-
Reports the result of constraint violations.
- ConstraintViolationException(String, Set<? extends ConstraintViolation<?>>) - Constructor for exception javax.validation.ConstraintViolationException
-
Creates a constraint violation report.
- ConstraintViolationException(Set<? extends ConstraintViolation<?>>) - Constructor for exception javax.validation.ConstraintViolationException
-
Creates a constraint violation report.
- construct(Class<Y>, Selection<?>...) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create a selection item corresponding to a constructor.
- ConstructorDescriptor - Interface in javax.validation.metadata
-
Describes a validated constructor.
- ConstructorResult - Annotation Type in javax.persistence
-
Used in conjunction with the
SqlResultSetMapping
annotation to map the SELECT
clause of a SQL query to a constructor.
- Consumes - Annotation Type in javax.ws.rs
-
Defines the media types that the methods of a resource class or
MessageBodyReader
can accept.
- ContainerProvider - Class in javax.websocket
-
Provider class that allows the developer to get a reference to
the implementation of the WebSocketContainer.
- ContainerProvider() - Constructor for class javax.websocket.ContainerProvider
-
- ContainerRequestContext - Interface in javax.ws.rs.container
-
Container request filter context.
- ContainerRequestFilter - Interface in javax.ws.rs.container
-
An extension interface implemented by container request filters.
- ContainerResponseContext - Interface in javax.ws.rs.container
-
Container response filter context.
- ContainerResponseFilter - Interface in javax.ws.rs.container
-
An extension interface implemented by container response filters.
- contains(FetchProfile.Item) - Method in class javax.mail.FetchProfile
-
Returns true if the fetch profile contains the given special item.
- contains(String) - Method in class javax.mail.FetchProfile
-
Returns true if the fetch profile contains the given header name.
- contains(Flags.Flag) - Method in class javax.mail.Flags
-
Check whether the specified system flag is present in this Flags object.
- contains(String) - Method in class javax.mail.Flags
-
Check whether the specified user flag is present in this Flags object.
- contains(Flags) - Method in class javax.mail.Flags
-
Check whether all the flags in the specified Flags object are
present in this Flags object.
- contains(Class, Object) - Method in interface javax.persistence.Cache
-
Whether the cache contains data for the given entity.
- contains(Object) - Method in interface javax.persistence.EntityManager
-
Check if the instance is a managed entity instance belonging
to the current persistence context.
- containsHeader(String) - Method in interface javax.servlet.http.HttpServletResponse
-
Returns a boolean indicating whether the named response header
has already been set.
- containsHeader(String) - Method in class javax.servlet.http.HttpServletResponseWrapper
-
The default behavior of this method is to call containsHeader(String name)
on the wrapped response object.
- containsKey(Object) - Method in class javax.faces.context.FlashWrapper
-
- containsKey(Object) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
-
- containsProperty(String) - Method in interface javax.xml.rpc.handler.MessageContext
-
Returns true if the MessageContext
contains a property
with the specified name.
- containsValue(Object) - Method in class javax.faces.context.FlashWrapper
-
- containsValue(Object) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
-
- content - Variable in class javax.mail.internet.MimeBodyPart
-
Byte array that holds the bytes of the content of this Part.
- content - Variable in class javax.mail.internet.MimeMessage
-
Byte array that holds the bytes of this Message's content.
- CONTENT_DISPOSITION - Static variable in interface javax.ws.rs.core.HttpHeaders
-
- CONTENT_ENCODING - Static variable in interface javax.ws.rs.core.HttpHeaders
-
- CONTENT_ID - Static variable in interface javax.ws.rs.core.HttpHeaders
-
- CONTENT_INFO - Static variable in class javax.mail.FetchProfile.Item
-
This item is for fetching information about the
content of the message.
- CONTENT_LANGUAGE - Static variable in interface javax.ws.rs.core.HttpHeaders
-
- CONTENT_LENGTH - Static variable in interface javax.ws.rs.core.HttpHeaders
-
- CONTENT_LOCATION - Static variable in interface javax.ws.rs.core.HttpHeaders
-
- CONTENT_TYPE - Static variable in interface javax.ws.rs.core.HttpHeaders
-
- ContentDisposition - Class in javax.mail.internet
-
This class represents a MIME ContentDisposition value.
- ContentDisposition() - Constructor for class javax.mail.internet.ContentDisposition
-
No-arg Constructor.
- ContentDisposition(String, ParameterList) - Constructor for class javax.mail.internet.ContentDisposition
-
Constructor.
- ContentDisposition(String) - Constructor for class javax.mail.internet.ContentDisposition
-
Constructor that takes a ContentDisposition string.
- contentLocation(URI) - Method in class javax.ws.rs.core.Response.ResponseBuilder
-
Set the content location.
- contentStream - Variable in class javax.mail.internet.MimeBodyPart
-
If the data for this body part was supplied by an
InputStream that implements the SharedInputStream interface,
contentStream
is another such stream representing
the content of this body part.
- contentStream - Variable in class javax.mail.internet.MimeMessage
-
If the data for this message was supplied by an
InputStream that implements the SharedInputStream interface,
contentStream
is another such stream representing
the content of this message.
- ContentType - Class in javax.mail.internet
-
This class represents a MIME Content-Type value.
- ContentType() - Constructor for class javax.mail.internet.ContentType
-
No-arg Constructor.
- ContentType(String, String, ParameterList) - Constructor for class javax.mail.internet.ContentType
-
Constructor.
- ContentType(String) - Constructor for class javax.mail.internet.ContentType
-
Constructor that takes a Content-Type string.
- contentType - Variable in class javax.mail.Multipart
-
This field specifies the content-type of this multipart
object.
- Context - Interface in javax.enterprise.context.spi
-
Provides an operation for obtaining contextual instances with a particular scope of any contextual type.
- Context - Annotation Type in javax.ws.rs.core
-
This annotation is used to inject information into a class
field, bean property or method parameter.
- CONTEXT_SETUP_FAILED - Static variable in class javax.resource.spi.work.WorkContextErrorCodes
-
Indicates a failure in recreating the WorkContext
instance.
- CONTEXT_SETUP_UNSUPPORTED - Static variable in class javax.resource.spi.work.WorkContextErrorCodes
-
Indicates that the container cannot support recreating the
WorkContext
instance.
- ContextCallback - Interface in javax.faces.component
-
A simple callback interace that enables taking action on a
specific UIComponent (either facet or child) in the view while
preserving any contextual state for that component instance in the
view.
- contextCreated(ELContextEvent) - Method in interface javax.el.ELContextListener
-
Invoked when a new ELContext
has been created.
- contextDestroyed(ServletContextEvent) - Method in interface javax.servlet.ServletContextListener
-
Receives notification that the ServletContext is about to be
shut down.
- ContextException - Exception in javax.enterprise.context
-
Indicates a problem relating to context management.
- ContextException() - Constructor for exception javax.enterprise.context.ContextException
-
- ContextException(String) - Constructor for exception javax.enterprise.context.ContextException
-
- ContextException(Throwable) - Constructor for exception javax.enterprise.context.ContextException
-
- ContextException(String, Throwable) - Constructor for exception javax.enterprise.context.ContextException
-
- contextInitialized(ServletContextEvent) - Method in interface javax.servlet.ServletContextListener
-
Receives notification that the web application initialization
process is starting.
- ContextNotActiveException - Exception in javax.enterprise.context
-
Indicates that a context is not active.
- ContextNotActiveException() - Constructor for exception javax.enterprise.context.ContextNotActiveException
-
- ContextNotActiveException(String) - Constructor for exception javax.enterprise.context.ContextNotActiveException
-
- ContextNotActiveException(Throwable) - Constructor for exception javax.enterprise.context.ContextNotActiveException
-
- ContextNotActiveException(String, Throwable) - Constructor for exception javax.enterprise.context.ContextNotActiveException
-
- ContextResolver<T> - Interface in javax.ws.rs.ext
-
Contract for a provider that supplies context information to resource
classes and other providers.
- ContextService - Interface in javax.enterprise.concurrent
-
The ContextService provides methods for creating dynamic proxy objects
(as defined by
java.lang.reflect.Proxy
) with
the addition of context typically associated with applications executing in a
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 the Work
instance.
- contextSetupFailed(String) - Method in interface javax.resource.spi.work.WorkContextLifecycleListener
-
Invoked when the WorkContext
instance was set as the
execution context for the Work
instance it was associated
with.
- Contextual<T> - Interface in javax.enterprise.context.spi
-
Defines operations to create and destroy contextual instances of a certain type.
- Conversation - 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 Type 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
the
ConverterException
provides a message.
- Convert - Annotation Type in javax.persistence
-
Specifies the conversion of a Basic field or property.
- convertClientId(FacesContext, String) - Method in class javax.faces.render.Renderer
-
Convert the component generated client id to a form suitable
for transmission to the client.
- convertClientId(FacesContext, String) - Method in class javax.faces.render.RendererWrapper
-
- Converter - Interface in javax.faces.convert
-
Converter is an
interface describing a Java class that can perform Object-to-String
and String-to-Object conversions between model data objects and a
String representation of those objects that is suitable for
rendering.
- Converter - Annotation Type in javax.persistence
-
Specifies that the annotated class is a converter and defines its
scope.
- CONVERTER_ID - Static variable in class javax.faces.convert.BigDecimalConverter
-
The standard converter id for this converter.
- CONVERTER_ID - Static variable in class javax.faces.convert.BigIntegerConverter
-
The standard converter id for this converter.
- CONVERTER_ID - Static variable in class javax.faces.convert.BooleanConverter
-
The standard converter id for this converter.
- CONVERTER_ID - Static variable in class javax.faces.convert.ByteConverter
-
The standard converter id for this converter.
- CONVERTER_ID - Static variable in class javax.faces.convert.CharacterConverter
-
The standard converter id for this converter.
- CONVERTER_ID - Static variable in class javax.faces.convert.DateTimeConverter
-
The standard converter id for this converter.
- CONVERTER_ID - Static variable in class javax.faces.convert.DoubleConverter
-
The standard converter id for this converter.
- CONVERTER_ID - Static variable in class javax.faces.convert.EnumConverter
-
The standard converter id for this converter.
- CONVERTER_ID - Static variable in class javax.faces.convert.FloatConverter
-
The standard converter id for this converter.
- CONVERTER_ID - Static variable in class javax.faces.convert.IntegerConverter
-
The standard converter id for this converter.
- CONVERTER_ID - Static variable in class javax.faces.convert.LongConverter
-
The standard converter id for this converter.
- CONVERTER_ID - Static variable in class javax.faces.convert.NumberConverter
-
The standard converter id for this converter.
- CONVERTER_ID - Static variable in class javax.faces.convert.ShortConverter
-
The standard converter id for this converter.
- ConverterConfig - Interface in javax.faces.view.facelets
-
- ConverterELTag - Class in javax.faces.webapp
-
ConverterELTag is a base class for all JSP custom
actions that create and register a
Converter
instance on
the
ValueHolder
associated with our most immediate
surrounding instance of a tag whose implementation class is a
subclass of
UIComponentClassicTagBase
.
- ConverterELTag() - Constructor for class javax.faces.webapp.ConverterELTag
-
- ConverterException - Exception in javax.faces.convert
-
ConverterException is an exception thrown by the
getAsObject()
or
getAsText()
method of a
Converter
, to indicate that the requested conversion cannot
be performed.
- ConverterException() - Constructor for exception javax.faces.convert.ConverterException
-
Construct a new exception with no detail message or root cause.
- ConverterException(String) - Constructor for exception javax.faces.convert.ConverterException
-
Construct a new exception with the specified detail message and
no root cause.
- ConverterException(Throwable) - Constructor for exception javax.faces.convert.ConverterException
-
Construct a new exception with the specified root cause.
- ConverterException(String, Throwable) - Constructor for exception javax.faces.convert.ConverterException
-
Construct a new exception with the specified detail message and
root cause.
- ConverterException(FacesMessage) - Constructor for exception javax.faces.convert.ConverterException
-
Construct a new exception with the specified detail message and
no root cause.
- ConverterException(FacesMessage, Throwable) - Constructor for exception javax.faces.convert.ConverterException
-
Construct a new exception with the specified detail message and
root cause.
- ConverterHandler - Class in javax.faces.view.facelets
-
- ConverterHandler(ConverterConfig) - Constructor for class javax.faces.view.facelets.ConverterHandler
-
- ConverterTag - Class in javax.faces.webapp
-
- ConverterTag() - Constructor for class javax.faces.webapp.ConverterTag
-
Deprecated.
- ConvertGroup - Annotation Type in javax.validation.groups
-
Converts group from
to group to
during cascading.
- ConvertGroup.List - Annotation Type in javax.validation.groups
-
Defines several
ConvertGroup
annotations
on the same element.
- Converts - Annotation Type in javax.persistence
-
Used to group Convert
annotations.
- convertToDatabaseColumn(X) - Method in interface javax.persistence.AttributeConverter
-
Converts the value stored in the entity attribute into the
data representation to be stored in the database.
- convertToEntityAttribute(Y) - Method in interface javax.persistence.AttributeConverter
-
Converts the data stored in the database column into the
value to be stored in the entity attribute.
- convertToType(ELContext, Object, Class<?>) - Method in class javax.el.CompositeELResolver
-
Converts an object to a specific type.
- convertToType(Object, Class<?>) - Method in class javax.el.ELContext
-
Converts an object to a specific type.
- convertToType(ELContext, Object, Class<?>) - Method in class javax.el.ELResolver
-
Converts an object to a specific type.
- convertToType(ELContext, Object, Class<?>) - Method in class javax.el.TypeConverter
-
Converts an object to a specific type.
- Cookie - Class in javax.servlet.http
-
Creates a cookie, a small amount of information sent by a servlet to
a Web browser, saved by the browser, and later sent back to the server.
- Cookie(String, String) - Constructor for class javax.servlet.http.Cookie
-
Constructs a cookie with the specified name and value.
- cookie(Cookie) - Method in interface javax.ws.rs.client.Invocation.Builder
-
Add a cookie to be set.
- cookie(String, String) - Method in interface javax.ws.rs.client.Invocation.Builder
-
Add a cookie to be set.
- Cookie - Class in javax.ws.rs.core
-
Represents the value of a HTTP cookie, transferred in a request.
- Cookie(String, String, String, String, int) - Constructor for class javax.ws.rs.core.Cookie
-
Create a new instance.
- Cookie(String, String, String, String) - Constructor for class javax.ws.rs.core.Cookie
-
Create a new instance.
- Cookie(String, String) - Constructor for class javax.ws.rs.core.Cookie
-
Create a new instance.
- COOKIE - Static variable in interface javax.ws.rs.core.HttpHeaders
-
- cookie(NewCookie...) - Method in class javax.ws.rs.core.Response.ResponseBuilder
-
Add cookies to the response message.
- CookieParam - Annotation Type in javax.ws.rs
-
Binds the value of a HTTP cookie to a resource method parameter,
resource class field, or resource class bean property.
- copyMessages(Message[], Folder) - Method in class javax.mail.Folder
-
Copy the specified Messages from this Folder into another
Folder.
- correlate(Root<Y>) - Method in interface javax.persistence.criteria.Subquery
-
Create a subquery root correlated to a root of the
enclosing query.
- correlate(Join<X, Y>) - Method in interface javax.persistence.criteria.Subquery
-
Create a subquery join object correlated to a join object
of the enclosing query.
- correlate(CollectionJoin<X, Y>) - Method in interface javax.persistence.criteria.Subquery
-
Create a subquery collection join object correlated to a
collection join object of the enclosing query.
- correlate(SetJoin<X, Y>) - Method in interface javax.persistence.criteria.Subquery
-
Create a subquery set join object correlated to a set join
object of the enclosing query.
- correlate(ListJoin<X, Y>) - Method in interface javax.persistence.criteria.Subquery
-
Create a subquery list join object correlated to a list join
object of the enclosing query.
- correlate(MapJoin<X, K, V>) - Method in interface javax.persistence.criteria.Subquery
-
Create a subquery map join object correlated to a map join
object of the enclosing query.
- count(Expression<?>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create an aggregate expression applying the count operation.
- countAttachments() - Method in class javax.xml.soap.SOAPMessage
-
Gets a count of the number of attachments in this message.
- countDistinct(Expression<?>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create an aggregate expression applying the count distinct
operation.
- CountStatistic - Interface in javax.management.j2ee.statistics
-
Specifies standard count measurements.
- create(CreationalContext<T>) - Method in interface javax.enterprise.context.spi.Contextual
-
Create a new instance of the contextual type.
- create(int) - Method in class javax.mail.Folder
-
Create this folder on the Store.
- create() - Method in interface javax.management.j2ee.ManagementHome
-
Creates an MEJB session object which provides access to the 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(Class<?>, String) - Static method in class javax.websocket.server.ServerEndpointConfig.Builder
-
Creates the builder with the mandatory information of the endpoint class
(programmatic or annotated), the relative URI or URI-template to use,
and with no subprotocols, extensions, encoders, decoders or custom
configurator.
- create(Name) - Method in class javax.xml.soap.SOAPElementFactory
-
Deprecated.
Use
javax.xml.soap.SOAPFactory.createElement(javax.xml.soap.Name)
instead
- create(String) - Method in class javax.xml.soap.SOAPElementFactory
-
Deprecated.
Use
javax.xml.soap.SOAPFactory.createElement(String localName) instead
- create(String, String, String) - Method in class javax.xml.soap.SOAPElementFactory
-
Deprecated.
Use
javax.xml.soap.SOAPFactory.createElement(String localName,
String prefix,
String uri)
instead
- create(Object) - Static method in class javax.xml.ws.Endpoint
-
Creates an endpoint with the specified implementor object.
- create(Object, WebServiceFeature...) - Static method in class javax.xml.ws.Endpoint
-
Creates an endpoint with the specified implementor object and web
service features.
- create(String, Object) - Static method in class javax.xml.ws.Endpoint
-
Creates an endpoint with the specified binding type and
implementor object.
- create(String, Object, WebServiceFeature...) - Static method in class javax.xml.ws.Endpoint
-
Creates an endpoint with the specified binding type,
implementor object, and web service features.
- create(URL, QName) - Static method in class javax.xml.ws.Service
-
Creates a Service
instance.
- create(URL, QName, WebServiceFeature...) - Static method in class javax.xml.ws.Service
-
Creates a Service
instance.
- create(QName) - Static method in class javax.xml.ws.Service
-
Creates a Service
instance.
- create(QName, WebServiceFeature...) - Static method in class javax.xml.ws.Service
-
Creates a Service
instance.
- createAndPublishEndpoint(String, Object) - Method in class javax.xml.ws.spi.Provider
-
Creates and publishes an endpoint object with the specified
address and implementation object.
- createAndPublishEndpoint(String, Object, WebServiceFeature...) - Method in class javax.xml.ws.spi.Provider
-
Creates and publishes an endpoint object with the specified
address, implementation object and web service features.
- 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 build
JsonArray
- createArrayBuilder() - Method in class javax.json.spi.JsonProvider
-
Creates a JSON array builder
- createAssociation(RegistryObject, Concept) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates an Association instance using the specified
parameters.
- createAttachmentPart() - Method in class javax.xml.soap.SOAPMessage
-
Creates a new empty AttachmentPart
object.
- createAttachmentPart(DataHandler) - Method in class javax.xml.soap.SOAPMessage
-
Creates an AttachmentPart
object and populates it using
the given DataHandler
object.
- createAttachmentPart(Object, String) - Method in class javax.xml.soap.SOAPMessage
-
Creates an AttachmentPart
object and populates it with
the specified data of the specified content type.
- 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(AnnotatedType<T>) - Method in interface javax.enterprise.inject.spi.BeanManager
-
- createBeanAttributes(AnnotatedMember<?>) - Method in interface javax.enterprise.inject.spi.BeanManager
-
- createBehavior(String) - Method in class javax.faces.application.Application
-
Instantiate and
return a new
Behavior
instance of the class specified by
a previous call to
addBehavior()
for the specified
behavior id.
- createBehavior(String) - Method in class javax.faces.application.ApplicationWrapper
-
- createBehaviorHandlerDelegate(BehaviorHandler) - Method in class javax.faces.view.facelets.TagHandlerDelegateFactory
-
- createBinder(Class<T>) - Method in class javax.xml.bind.JAXBContext
-
Creates a Binder object that can be used for
associative/in-place unmarshalling/marshalling.
- createBinder() - Method in class javax.xml.bind.JAXBContext
-
Creates a Binder for W3C DOM.
- createBrowser(Queue) - Method in interface javax.jms.JMSContext
-
Creates a QueueBrowser
object to peek at the messages on the
specified queue.
- createBrowser(Queue, String) - Method in interface javax.jms.JMSContext
-
Creates a QueueBrowser
object to peek at the messages on the
specified queue using a message selector.
- createBrowser(Queue) - Method in interface javax.jms.QueueSession
-
Creates a QueueBrowser
object to peek at the messages on
the specified queue.
- createBrowser(Queue, String) - Method in interface javax.jms.QueueSession
-
Creates a QueueBrowser
object to peek at the messages on
the specified queue using a message selector.
- createBrowser(Queue) - Method in interface javax.jms.Session
-
Creates a QueueBrowser
object to peek at the messages on
the specified queue.
- createBrowser(Queue, String) - Method in interface javax.jms.Session
-
Creates a QueueBrowser
object to peek at the messages on the
specified queue using a message selector.
- createBuilderFactory(Map<String, ?>) - Static method in class javax.json.Json
-
- createBuilderFactory(Map<String, ?>) - Method in class javax.json.spi.JsonProvider
-
- createBytesMessage() - Method in interface javax.jms.JMSContext
-
Creates a BytesMessage
object.
- createBytesMessage() - Method in interface javax.jms.Session
-
Creates a BytesMessage
object.
- createCalendarTimer(ScheduleExpression) - Method in interface javax.ejb.TimerService
-
Create a calendar-based timer based on the input schedule expression.
- createCalendarTimer(ScheduleExpression, TimerConfig) - Method in interface javax.ejb.TimerService
-
Create a calendar-based timer based on the input schedule expression.
- createCall(QName) - Method in interface javax.xml.rpc.Service
-
Creates a Call
instance.
- createCall(QName, QName) - Method in interface javax.xml.rpc.Service
-
Creates a Call
instance.
- createCall(QName, String) - Method in interface javax.xml.rpc.Service
-
Creates a Call
instance.
- createCall() - Method in interface javax.xml.rpc.Service
-
Creates a Call
object not associated with
specific operation or target service endpoint.
- createClassification(ClassificationScheme, String, String) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates a Classification instance for an external
Classification using the specified String name and String value that identify
a taxonomy element within the specified ClassificationScheme.
- createClassification(ClassificationScheme, InternationalString, String) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates a Classification instance for an external
Classification using the specified InternationalString name and String value that identify
a taxonomy element within the specified ClassificationScheme.
- createClassification(Concept) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates a Classification instance for an internal
Classification using the specified Concept that identifies
a taxonomy element within an internal ClassificationScheme.
- createClassificationScheme(String, String) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates a ClassificationScheme given the specified String parameters.
- createClassificationScheme(InternationalString, InternationalString) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates a ClassificationScheme given the specified
InternationalString parameters.
- createClassificationScheme(Concept) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates a ClassificationScheme from a Concept that has no
ClassificationScheme or parent Concept.
- createClientBehaviorContext(FacesContext, UIComponent, String, String, Collection<ClientBehaviorContext.Parameter>) - Static method in class javax.faces.component.behavior.ClientBehaviorContext
-
Creates a ClientBehaviorContext instance.
- createComponent(String) - Method in class javax.faces.application.Application
-
Instantiate and
return a new
UIComponent
instance of the class specified
by a previous call to
addComponent()
for the
specified component type.
- createComponent(ValueBinding, FacesContext, String) - Method in class javax.faces.application.Application
-
- createComponent(ValueExpression, FacesContext, String) - Method in class javax.faces.application.Application
-
- createComponent(ValueExpression, FacesContext, String, String) - Method in class javax.faces.application.Application
-
- createComponent(FacesContext, String, String) - Method in class javax.faces.application.Application
-
- createComponent(FacesContext, Resource) - Method in class javax.faces.application.Application
-
- createComponent(String) - Method in class javax.faces.application.ApplicationWrapper
-
- createComponent(ValueBinding, FacesContext, String) - Method in class javax.faces.application.ApplicationWrapper
-
Deprecated.
See superclass for alternative.
- createComponent(ValueExpression, FacesContext, String) - Method in class javax.faces.application.ApplicationWrapper
-
- createComponent(ValueExpression, FacesContext, String, String) - Method in class javax.faces.application.ApplicationWrapper
-
- createComponent(FacesContext, String, String) - Method in class javax.faces.application.ApplicationWrapper
-
- createComponent(FacesContext, Resource) - Method in class javax.faces.application.ApplicationWrapper
-
- createComponent(FaceletContext) - Method in class javax.faces.view.facelets.ComponentHandler
-
Subclasses that wish to take over
the task of instantiating the UIComponent
instance
corresponding to this tag handler my override this method to do
so.
- createComponent(FacesContext, String, String, Map<String, Object>) - Method in class javax.faces.view.ViewDeclarationLanguage
-
- createComponent(FacesContext, String, String, Map<String, Object>) - Method in class javax.faces.view.ViewDeclarationLanguageWrapper
-
- createComponent(FacesContext, String) - Method in class javax.faces.webapp.UIComponentClassicTagBase
-
Create and return a new child component of the type returned
by calling getComponentType()
.
- createComponent(FacesContext, String) - Method in class javax.faces.webapp.UIComponentELTag
-
Create and return a new child component of the type returned by
calling getComponentType()
.
- createComponent(FacesContext, String) - Method in class javax.faces.webapp.UIComponentTag
-
Deprecated.
Implement createComponent
using Faces 1.1 EL
API.
- createComponentHandlerDelegate(ComponentHandler) - Method in class javax.faces.view.facelets.TagHandlerDelegateFactory
-
- createConcept(RegistryObject, String, String) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates a Concept instance using the specified
parameters, where the name is a String.
- createConcept(RegistryObject, InternationalString, String) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates a Concept instance using the specified
parameters, where the name is an InternationalString.
- createConfiguration(DeployableObject) - Method in interface javax.enterprise.deploy.spi.DeploymentManager
-
Retrieve the object that provides server-specific deployment
configuration information for the Java EE deployable component.
- createConnection() - Method in interface javax.jms.ConnectionFactory
-
Creates a connection with the default user identity.
- createConnection(String, String) - Method in interface javax.jms.ConnectionFactory
-
Creates a connection with the specified user identity.
- createConnection() - Method in class javax.xml.registry.ConnectionFactory
-
Create a named connection.
- createConnection() - Method in class javax.xml.soap.SOAPConnectionFactory
-
Create a new SOAPConnection
.
- createConnectionConsumer(Destination, String, ServerSessionPool, int) - Method in interface javax.jms.Connection
-
Creates a connection consumer for this connection (optional operation)
on the specific destination.
- createConnectionConsumer(Queue, String, ServerSessionPool, int) - Method in interface javax.jms.QueueConnection
-
Creates a connection consumer for this connection (optional operation).
- createConnectionConsumer(Topic, String, ServerSessionPool, int) - Method in interface javax.jms.TopicConnection
-
Creates a connection consumer for this connection (optional operation).
- createConnectionFactory(ConnectionManager) - Method in interface javax.resource.spi.ManagedConnectionFactory
-
Creates a Connection Factory instance.
- createConnectionFactory() - Method in interface javax.resource.spi.ManagedConnectionFactory
-
Creates a Connection Factory instance.
- createConsumer(Destination) - Method in interface javax.jms.JMSContext
-
Creates a JMSConsumer
for the specified destination.
- createConsumer(Destination, String) - Method in interface javax.jms.JMSContext
-
Creates a JMSConsumer
for the specified destination, using a
message selector.
- createConsumer(Destination, String, boolean) - Method in interface javax.jms.JMSContext
-
Creates a JMSConsumer
for the specified destination,
specifying a message selector and the noLocal
parameter.
- createConsumer(Destination) - Method in interface javax.jms.Session
-
Creates a MessageConsumer
for the specified destination.
- createConsumer(Destination, String) - Method in interface javax.jms.Session
-
Creates a MessageConsumer
for the specified destination,
using a message selector.
- createConsumer(Destination, String, boolean) - Method in interface javax.jms.Session
-
Creates a MessageConsumer
for the specified destination, specifying a
message selector and the noLocal
parameter.
- createContainerEntityManagerFactory(PersistenceUnitInfo, Map) - Method in interface javax.persistence.spi.PersistenceProvider
-
Called by the container when an EntityManagerFactory
is to be created.
- createContext() - Method in interface javax.jms.ConnectionFactory
-
Creates a JMSContext with the default user identity
and an unspecified sessionMode.
- createContext(String, String) - Method in interface javax.jms.ConnectionFactory
-
Creates a JMSContext with the specified user identity
and an unspecified sessionMode.
- createContext(String, String, int) - Method in interface javax.jms.ConnectionFactory
-
Creates a JMSContext with the specified user identity
and the specified session mode.
- createContext(int) - Method in interface javax.jms.ConnectionFactory
-
Creates a JMSContext with the default user identity
and the specified session mode.
- createContext(int) - Method in interface javax.jms.JMSContext
-
Creates a new JMSContext
with the specified session mode
using the same connection as this JMSContext
and creating a
new session.
- createContextualProxy(T, Class<T>) - Method in interface javax.enterprise.concurrent.ContextService
-
Creates a new contextual object proxy for the input object instance.
- createContextualProxy(Object, Class<?>...) - Method in interface javax.enterprise.concurrent.ContextService
-
Creates a new contextual object proxy for the input object instance.
- createContextualProxy(T, Map<String, String>, Class<T>) - Method in interface javax.enterprise.concurrent.ContextService
-
Creates a new contextual object proxy for the input object instance.
- createContextualProxy(Object, Map<String, String>, Class<?>...) - Method in interface javax.enterprise.concurrent.ContextService
-
Creates a new contextual object proxy for the input object instance.
- createConverter(String) - Method in class javax.faces.application.Application
-
Instantiate and
return a new
Converter
instance of the class specified by
a previous call to
addConverter()
for the specified
converter id.
- createConverter(Class<?>) - Method in class javax.faces.application.Application
-
Instantiate and return
a new
Converter
instance of the class that has registered
itself as capable of performing conversions for objects of the
specified type.
- createConverter(String) - Method in class javax.faces.application.ApplicationWrapper
-
- createConverter(Class<?>) - Method in class javax.faces.application.ApplicationWrapper
-
- createConverter() - Method in class javax.faces.webapp.ConverterELTag
-
- createConverter() - Method in class javax.faces.webapp.ConverterTag
-
Deprecated.
- createConverterHandlerDelegate(ConverterHandler) - Method in class javax.faces.view.facelets.TagHandlerDelegateFactory
-
- createCreationalContext(Contextual<T>) - Method in interface javax.enterprise.inject.spi.BeanManager
-
- createCriteriaDelete(Class<T>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create a CriteriaDelete
query object to perform a bulk delete operation.
- createCriteriaUpdate(Class<T>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create a CriteriaUpdate
query object to perform a bulk update operation.
- CREATED - Static variable in class javax.mail.event.FolderEvent
-
The folder was created.
- created(URI) - Static method in class javax.ws.rs.core.Response
-
Create a new ResponseBuilder for a created resource, set the location
header using the supplied value.
- createDetail() - Method in class javax.xml.soap.SOAPFactory
-
Creates a new Detail
object which serves as a container
for DetailEntry
objects.
- createDispatch(QName, Class<T>, Service.Mode) - Method in class javax.xml.ws.Service
-
Creates a Dispatch
instance for use with objects of
the client's choosing.
- createDispatch(QName, Class<T>, Service.Mode, WebServiceFeature...) - Method in class javax.xml.ws.Service
-
Creates a Dispatch
instance for use with objects of
the client's choosing.
- createDispatch(EndpointReference, Class<T>, Service.Mode, WebServiceFeature...) - Method in class javax.xml.ws.Service
-
Creates a Dispatch
instance for use with objects of
the client's choosing.
- createDispatch(QName, JAXBContext, Service.Mode) - Method in class javax.xml.ws.Service
-
Creates a Dispatch
instance for use with JAXB
generated objects.
- createDispatch(QName, JAXBContext, Service.Mode, WebServiceFeature...) - Method in class javax.xml.ws.Service
-
Creates a Dispatch
instance for use with JAXB
generated objects.
- createDispatch(EndpointReference, JAXBContext, Service.Mode, WebServiceFeature...) - Method in class javax.xml.ws.Service
-
Creates a Dispatch
instance for use with JAXB
generated objects.
- createDispatch(QName, Class<T>, Service.Mode) - Method in class javax.xml.ws.spi.ServiceDelegate
-
Creates a Dispatch
instance for use with objects of
the user's choosing.
- createDispatch(QName, Class<T>, Service.Mode, WebServiceFeature...) - Method in class javax.xml.ws.spi.ServiceDelegate
-
Creates a Dispatch
instance for use with objects of
the user's choosing.
- createDispatch(EndpointReference, Class<T>, Service.Mode, WebServiceFeature...) - Method in class javax.xml.ws.spi.ServiceDelegate
-
Creates a Dispatch
instance for use with objects of
the user's choosing.
- createDispatch(QName, JAXBContext, Service.Mode) - Method in class javax.xml.ws.spi.ServiceDelegate
-
Creates a Dispatch
instance for use with JAXB
generated objects.
- createDispatch(QName, JAXBContext, Service.Mode, WebServiceFeature...) - Method in class javax.xml.ws.spi.ServiceDelegate
-
Creates a Dispatch
instance for use with JAXB
generated objects.
- createDispatch(EndpointReference, JAXBContext, Service.Mode, WebServiceFeature...) - Method in class javax.xml.ws.spi.ServiceDelegate
-
Creates a Dispatch
instance for use with JAXB
generated objects.
- createDurableConnectionConsumer(Topic, String, String, ServerSessionPool, int) - Method in interface javax.jms.Connection
-
Creates a connection consumer for this connection (optional operation)
on the specific topic using an unshared durable subscription with
the specified name.
- createDurableConnectionConsumer(Topic, String, String, ServerSessionPool, int) - Method in interface javax.jms.TopicConnection
-
Create a durable connection consumer for this connection (optional operation).
- createDurableConsumer(Topic, String) - Method in interface javax.jms.JMSContext
-
Creates an unshared durable subscription on the specified topic (if one
does not already exist) and creates a consumer on that durable
subscription.
- createDurableConsumer(Topic, String, String, boolean) - Method in interface javax.jms.JMSContext
-
Creates an unshared durable subscription on the specified topic (if one
does not already exist), specifying a message selector and the
noLocal
parameter, and creates a consumer on that durable
subscription.
- createDurableConsumer(Topic, String) - Method in interface javax.jms.Session
-
Creates an unshared durable subscription on the specified topic (if one
does not already exist) and creates a consumer on that durable
subscription.
- createDurableConsumer(Topic, String, String, boolean) - Method in interface javax.jms.Session
-
Creates an unshared durable subscription on the specified topic (if one
does not already exist), specifying a message selector and the
noLocal
parameter, and creates a consumer on that durable
subscription.
- createDurableSubscriber(Topic, String) - Method in interface javax.jms.Session
-
Creates an unshared durable subscription on the specified topic (if one
does not already exist) and creates a consumer on that durable
subscription.
- createDurableSubscriber(Topic, String, String, boolean) - Method in interface javax.jms.Session
-
Creates an unshared durable subscription on the specified topic (if one
does not already exist), specifying a message selector and the
noLocal
parameter, and creates a consumer on that durable
subscription.
- createDurableSubscriber(Topic, String) - Method in interface javax.jms.TopicSession
-
Creates an unshared durable subscription on the specified topic (if one
does not already exist) and creates a consumer on that durable
subscription.
- createDurableSubscriber(Topic, String, String, boolean) - Method in interface javax.jms.TopicSession
-
Creates an unshared durable subscription on the specified topic (if one
does not already exist), specifying a message selector and the
noLocal
parameter, and creates a consumer on that durable
subscription.
- 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.
- createElement(Element) - Method in class javax.xml.soap.SOAPFactory
-
Creates a SOAPElement
object from an existing DOM
Element
.
- createElement(Name) - Method in class javax.xml.soap.SOAPFactory
-
Creates a SOAPElement
object initialized with the
given Name
object.
- createElement(QName) - Method in class javax.xml.soap.SOAPFactory
-
Creates a SOAPElement
object initialized with the
given QName
object.
- createElement(String) - Method in class javax.xml.soap.SOAPFactory
-
Creates a SOAPElement
object initialized with the
given local name.
- createElement(String, String, String) - Method in class javax.xml.soap.SOAPFactory
-
Creates a new SOAPElement
object with the given
local name, prefix and uri.
- createEmailAddress(String) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates an EmailAddress instance using an address as the
parameter.
- createEmailAddress(String, String) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates an EmailAddress instance using both an address and a type as
parameters.
- createEndpoint(XAResource) - Method in interface javax.resource.spi.endpoint.MessageEndpointFactory
-
This is used to create a message endpoint.
- createEndpoint(XAResource, long) - Method in interface javax.resource.spi.endpoint.MessageEndpointFactory
-
This is used to create a message endpoint.
- createEndpoint(Application, Class<T>) - Method in class javax.ws.rs.ext.RuntimeDelegate
-
Create a configured instance of the supplied endpoint type.
- createEndpoint(String, Object) - Method in class javax.xml.ws.spi.Provider
-
Creates an endpoint object with the provided binding and implementation
object.
- createEndpoint(String, Object, WebServiceFeature...) - Method in class javax.xml.ws.spi.Provider
-
Creates an endpoint object with the provided binding, implementation
object and web service features.
- createEndpoint(String, Class<?>, Invoker, WebServiceFeature...) - Method in class javax.xml.ws.spi.Provider
-
Creates an endpoint object with the provided binding, implementation
class, invoker and web service features.
- createEntityGraph(Class<T>) - Method in interface javax.persistence.EntityManager
-
Return a mutable EntityGraph that can be used to dynamically create an
EntityGraph.
- createEntityGraph(String) - Method in interface javax.persistence.EntityManager
-
Return a mutable copy of the named EntityGraph.
- createEntityManager() - Method in interface javax.persistence.EntityManagerFactory
-
Create a new application-managed EntityManager
.
- createEntityManager(Map) - Method in interface javax.persistence.EntityManagerFactory
-
Create a new application-managed EntityManager
with the
specified Map of properties.
- createEntityManager(SynchronizationType) - Method in interface javax.persistence.EntityManagerFactory
-
Create a new JTA application-managed EntityManager
with the
specified synchronization type.
- createEntityManager(SynchronizationType, Map) - Method in interface javax.persistence.EntityManagerFactory
-
Create a new JTA application-managed EntityManager
with the
specified synchronization type and map of properties.
- createEntityManagerFactory(String) - Static method in class javax.persistence.Persistence
-
Create and return an EntityManagerFactory for the named
persistence unit.
- createEntityManagerFactory(String, Map) - Static method in class javax.persistence.Persistence
-
Create and return an EntityManagerFactory for the named persistence unit
using the given properties.
- createEntityManagerFactory(String, Map) - Method in interface javax.persistence.spi.PersistenceProvider
-
Called by Persistence
class when an
EntityManagerFactory
is to be created.
- CreateException - Exception in javax.ejb
-
The CreateException exception must be included in the throws clauses of
all create methods defined in an enterprise bean's home or local home
interface.
- CreateException() - Constructor for exception javax.ejb.CreateException
-
Constructs a CreateException with no detail message.
- CreateException(String) - Constructor for exception javax.ejb.CreateException
-
Constructs a CreateException with the specified
detail message.
- createExternalIdentifier(ClassificationScheme, String, String) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates an ExternalIdentifier instance using the specified
parameters, where the name is a String.
- createExternalIdentifier(ClassificationScheme, InternationalString, String) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates an ExternalIdentifier instance using the specified
parameters, where the name is an InternationalString.
- createExternalLink(String, String) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates an ExternalLink instance using the specified
parameters, where the description is a String.
- createExternalLink(String, InternationalString) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates an ExternalLink instance using the specified
parameters, where the description is an InternationalString.
- createExtrinsicObject(DataHandler) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates an ExtrinsicObject instance using the specified
parameters.
- createFault(String, QName) - Method in class javax.xml.soap.SOAPFactory
-
Creates a new SOAPFault
object initialized with the given reasonText
and faultCode
- createFault() - Method in class javax.xml.soap.SOAPFactory
-
Creates a new default SOAPFault
object
- createFederatedConnection(Collection) - Method in class javax.xml.registry.ConnectionFactory
-
Create a FederatedConnection.
- createFilter(Class<T>) - Method in interface javax.servlet.ServletContext
-
Instantiates the given Filter class.
- createFlowHandler(FacesContext) - Method in class javax.faces.flow.FlowHandlerFactory
-
- createFlowHandler(FacesContext) - Method in class javax.faces.flow.FlowHandlerFactoryWrapper
-
- createGenerator(Writer) - Static method in class javax.json.Json
-
Creates a JSON generator for writing JSON to a character stream.
- createGenerator(OutputStream) - Static method in class javax.json.Json
-
Creates a JSON generator for writing JSON to a byte stream.
- createGenerator(Writer) - Method in class javax.json.spi.JsonProvider
-
Creates a JSON generator for writing JSON text to a character stream.
- createGenerator(OutputStream) - Method in class javax.json.spi.JsonProvider
-
Creates a JSON generator for writing JSON text to a byte stream.
- createGenerator(Writer) - Method in interface javax.json.stream.JsonGeneratorFactory
-
Creates a JSON generator to write JSON text to a character stream.
- createGenerator(OutputStream) - Method in interface javax.json.stream.JsonGeneratorFactory
-
Creates a JSON generator to write JSON text to a byte stream.
- createGenerator(OutputStream, Charset) - Method in interface javax.json.stream.JsonGeneratorFactory
-
Creates a JSON generator to write JSON text to a byte stream.
- createGeneratorFactory(Map<String, ?>) - Static method in class javax.json.Json
-
- 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
-
- createHeaderDelegate(Class<T>) - Method in class javax.ws.rs.ext.RuntimeDelegate
-
- createIndexedRecord(String) - Method in interface javax.resource.cci.RecordFactory
-
Creates a IndexedRecord.
- createInjectionPoint(AnnotatedField<?>) - Method in interface javax.enterprise.inject.spi.BeanManager
-
- createInjectionPoint(AnnotatedParameter<?>) - Method in interface javax.enterprise.inject.spi.BeanManager
-
- createInjectionTarget(AnnotatedType<T>) - Method in interface javax.enterprise.inject.spi.BeanManager
-
- 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.
- createInternationalString() - Method in interface javax.xml.registry.LifeCycleManager
-
Creates an empty InternationalString instance.
- createInternationalString(String) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates an InternationalString instance using a String
parameter and the default Locale.
- createInternationalString(Locale, String) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates an InternationalString instance using the specified
Locale and String parameters.
- createInternetHeaders(InputStream) - Method in class javax.mail.internet.MimeMessage
-
Create and return an InternetHeaders object that loads the
headers from the given InputStream.
- createInternetHeaders(InputStream) - Method in class javax.mail.internet.MimeMultipart
-
Create and return an InternetHeaders object that loads the
headers from the given InputStream.
- createIntervalTimer(long, long, TimerConfig) - Method in interface javax.ejb.TimerService
-
Create an interval timer whose first expiration occurs after a specified
duration, and whose subsequent expirations occur after a specified
interval.
- createIntervalTimer(Date, long, TimerConfig) - Method in interface javax.ejb.TimerService
-
Create an interval timer whose first expiration occurs at a given
point in time and whose subsequent expirations occur after a specified
interval.
- createJAXBIntrospector() - Method in class javax.xml.bind.JAXBContext
-
Creates a JAXBIntrospector object that can be used to
introspect JAXB objects.
- createKey(String) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates a Key instance from an ID.
- createLinkBuilder() - Method in class javax.ws.rs.ext.RuntimeDelegate
-
- createListener(Class<T>) - Method in interface javax.servlet.AsyncContext
-
- createListener(Class<T>) - Method in interface javax.servlet.ServletContext
-
Instantiates the given EventListener class.
- createLocalizedString(Locale, String) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates a LocalizedString instance using the specified
Locale and String parameters.
- createLocalizedString(Locale, String, String) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates a LocalizedString instance using the specified
Locale, String, and character set parameters.
- createManagedConnection(Subject, ConnectionRequestInfo) - Method in interface javax.resource.spi.ManagedConnectionFactory
-
Creates a new physical connection to the underlying EIS
resource manager.
- createMapMessage() - Method in interface javax.jms.JMSContext
-
Creates a MapMessage
object.
- createMapMessage() - Method in interface javax.jms.Session
-
Creates a MapMessage
object.
- createMappedRecord(String) - Method in interface javax.resource.cci.RecordFactory
-
Creates a MappedRecord.
- createMarshaller() - Method in class javax.xml.bind.JAXBContext
-
Create a Marshaller object that can be used to convert a
java content tree into XML data.
- createMessage() - Method in interface javax.jms.JMSContext
-
Creates a Message
object.
- createMessage() - Method in interface javax.jms.Session
-
Creates a Message
object.
- createMessage() - Method in class javax.xml.soap.MessageFactory
-
Creates a new SOAPMessage
object with the default
SOAPPart
, SOAPEnvelope
, SOAPBody
,
and SOAPHeader
objects.
- createMessage(MimeHeaders, InputStream) - Method in class javax.xml.soap.MessageFactory
-
Internalizes the contents of the given InputStream
object into a
new SOAPMessage
object and returns the SOAPMessage
object.
- 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
-
- createMetaRuleset(Class) - Method in class javax.faces.view.facelets.MetaTagHandler
-
Extend this method in order to add your own rules.
- createMetaRuleset(Class) - Method in class javax.faces.view.facelets.TagHandlerDelegate
-
Return a MetaRuleset
particular to this kind of tag handler.
- createMethodBinding(String, Class<?>[]) - Method in class javax.faces.application.Application
-
- createMethodBinding(String, Class<?>[]) - Method in class javax.faces.application.ApplicationWrapper
-
Deprecated.
See superclass for alternative.
- createMethodExpression(ELContext, String, Class<?>, Class<?>[]) - Method in class javax.el.ExpressionFactory
-
- createMimeBodyPart(InternetHeaders, byte[]) - Method in class javax.mail.internet.MimeMultipart
-
Create and return a MimeBodyPart object to represent a
body part parsed from the InputStream.
- createMimeBodyPart(InputStream) - Method in class javax.mail.internet.MimeMultipart
-
Create and return a MimeBodyPart object to represent a
body part parsed from the InputStream.
- createMimeMessage(Session) - Method in class javax.mail.internet.MimeMessage
-
Create and return a MimeMessage object.
- createName(String, String, String) - Method in interface javax.xml.soap.SOAPEnvelope
-
Creates a new Name
object initialized with the
given local name, namespace prefix, and namespace URI.
- createName(String) - Method in interface javax.xml.soap.SOAPEnvelope
-
Creates a new Name
object initialized with the
given local name.
- createName(String, String, String) - Method in class javax.xml.soap.SOAPFactory
-
Creates a new Name
object initialized with the
given local name, namespace prefix, and namespace URI.
- createName(String) - Method in class javax.xml.soap.SOAPFactory
-
Creates a new Name
object initialized with the
given local name.
- createNamedQuery(String) - Method in interface javax.persistence.EntityManager
-
Create an instance of Query
for executing a named query
(in the 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.
- createObject(String) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates instances of information model
interfaces (factory method).
- createObjectBuilder() - Static method in class javax.json.Json
-
Creates a JSON object builder
- createObjectBuilder() - Method in interface javax.json.JsonBuilderFactory
-
Creates a
JsonObjectBuilder
instance that is used to build
JsonObject
.
- 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(Serializable) - Method in interface javax.jms.JMSContext
-
Creates an initialized ObjectMessage
object.
- createObjectMessage() - Method in interface javax.jms.Session
-
Creates an ObjectMessage
object.
- createObjectMessage(Serializable) - Method in interface javax.jms.Session
-
Creates an initialized ObjectMessage
object.
- createOrganization(String) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates an Organization instance using the specified
name, where the name is a String.
- createOrganization(InternationalString) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates an Organization instance using the specified
name, where the name is an InternationalString.
- createOutput(String, String) - Method in class javax.xml.bind.SchemaOutputResolver
-
Decides where the schema file (of the given namespace URI)
will be written, and return it as a
Result
object.
- createParser(Reader) - Static method in class javax.json.Json
-
Creates a JSON parser from a character stream.
- createParser(InputStream) - Static method in class javax.json.Json
-
Creates a JSON parser from a byte stream.
- createParser(Reader) - Method in class javax.json.spi.JsonProvider
-
Creates a JSON parser from a character stream.
- createParser(InputStream) - Method in class javax.json.spi.JsonProvider
-
Creates a JSON parser from the specified byte stream.
- createParser(Reader) - Method in interface javax.json.stream.JsonParserFactory
-
Creates a JSON parser from a character stream.
- createParser(InputStream) - Method in interface javax.json.stream.JsonParserFactory
-
Creates a JSON parser from the specified byte stream.
- createParser(InputStream, Charset) - Method in interface javax.json.stream.JsonParserFactory
-
Creates a JSON parser from the specified byte stream.
- createParser(JsonObject) - Method in interface javax.json.stream.JsonParserFactory
-
Creates a JSON parser from the specified JSON object.
- createParser(JsonArray) - Method in interface javax.json.stream.JsonParserFactory
-
Creates a JSON parser from the specified JSON array.
- createParserFactory(Map<String, ?>) - Static method in class javax.json.Json
-
Creates a parser factory for creating
JsonParser
objects.
- createParserFactory(Map<String, ?>) - Method in class javax.json.spi.JsonProvider
-
Creates a parser factory for creating
JsonParser
instances.
- createPersonName(String, String, String) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates a PersonName instance using the specified
first, middle, and last names.
- createPersonName(String) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates a PersonName instance using the specified
full name.
- createPostalAddress(String, String, String, String, String, String, String) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates a PostalAddress instance using the specified
parameters.
- createProducer(Bean<T>) - Method in interface javax.enterprise.inject.spi.ProducerFactory
-
Create a new producer for a bean.
- createProducer() - Method in interface javax.jms.JMSContext
-
Creates a new JMSProducer
object which can be used to
configure and send messages
- createProducer(Destination) - Method in interface javax.jms.Session
-
Creates a MessageProducer
to send messages to the specified
destination.
- createPublisher(Topic) - Method in interface javax.jms.TopicSession
-
Creates a publisher for the specified topic.
- createQName(String, String) - Method in interface javax.xml.soap.SOAPElement
-
Creates a QName
whose namespace URI is the one associated
with the parameter, prefix
, in the context of this
SOAPElement
.
- createQuery() - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create a CriteriaQuery
object.
- createQuery(Class<T>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create a CriteriaQuery
object with the specified result
type.
- createQuery(String) - Method in interface javax.persistence.EntityManager
-
Create an instance of Query
for executing a
Java Persistence query language statement.
- createQuery(CriteriaQuery<T>) - Method in interface javax.persistence.EntityManager
-
Create an instance of TypedQuery
for executing a
criteria query.
- createQuery(CriteriaUpdate) - Method in interface javax.persistence.EntityManager
-
Create an instance of Query
for executing a criteria
update query.
- createQuery(CriteriaDelete) - Method in interface javax.persistence.EntityManager
-
Create an instance of Query
for executing a criteria
delete query.
- createQuery(String, Class<T>) - Method in interface javax.persistence.EntityManager
-
Create an instance of TypedQuery
for executing a
Java Persistence query language statement.
- createQuery(int, String) - Method in interface javax.xml.registry.DeclarativeQueryManager
-
Creates a Query object given a queryType (for example, QUERY_TYPE_SQL) and a String
that represents a query in the syntax appropriate for queryType.
- createQueue(String) - Method in interface javax.jms.JMSContext
-
Creates a Queue
object which encapsulates a specified
provider-specific queue name.
- createQueue(String) - Method in interface javax.jms.QueueSession
-
Creates a queue identity given a Queue
name.
- createQueue(String) - Method in interface javax.jms.Session
-
Creates a Queue
object which encapsulates a specified
provider-specific queue name.
- createQueueConnection() - Method in interface javax.jms.QueueConnectionFactory
-
Creates a queue connection with the default user identity.
- createQueueConnection(String, String) - Method in interface javax.jms.QueueConnectionFactory
-
Creates a queue connection with the specified user identity.
- createQueueSession(boolean, int) - Method in interface javax.jms.QueueConnection
-
Creates a QueueSession
object.
- createQueueSession(boolean, int) - Method in interface javax.jms.XAQueueConnection
-
Creates a QueueSession
object.
- createReader(Reader) - Static method in class javax.json.Json
-
Creates a JSON reader from a character stream.
- createReader(InputStream) - Static method in class javax.json.Json
-
Creates a JSON reader from a byte stream.
- createReader(Reader) - Method in interface javax.json.JsonReaderFactory
-
Creates a JSON reader from a character stream.
- createReader(InputStream) - Method in interface javax.json.JsonReaderFactory
-
Creates a JSON reader from a byte stream.
- createReader(InputStream, Charset) - Method in interface javax.json.JsonReaderFactory
-
Creates a JSON reader from a byte stream.
- createReader(Reader) - Method in class javax.json.spi.JsonProvider
-
Creates a JSON reader from a character stream.
- createReader(InputStream) - Method in class javax.json.spi.JsonProvider
-
Creates a JSON reader from a byte stream.
- createReaderFactory(Map<String, ?>) - Static method in class javax.json.Json
-
Creates a reader factory for creating
JsonReader
objects.
- createReaderFactory(Map<String, ?>) - Method in class javax.json.spi.JsonProvider
-
Creates a reader factory for creating
JsonReader
objects.
- createReceiver(Queue) - Method in interface javax.jms.QueueSession
-
Creates a QueueReceiver
object to receive messages from the
specified queue.
- createReceiver(Queue, String) - Method in interface javax.jms.QueueSession
-
Creates a QueueReceiver
object to receive messages from the
specified queue using a message selector.
- createRegistryPackage(String) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates a RegistryPackage instance using the specified
name, where the name is a String.
- createRegistryPackage(InternationalString) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates a RegistryPackage instance using the specified
name, where the name is an InternationalString.
- createResource(String) - Method in class javax.faces.application.ResourceHandler
-
Create an instance of
ViewResource
given the argument
resourceName
.
- createResource(String, String) - Method in class javax.faces.application.ResourceHandler
-
Create an instance of
Resource
with a resourceName given by the value of
the argument resourceName
that is a member of the
library named by the argument libraryName
.
- createResource(String, String, String) - Method in class javax.faces.application.ResourceHandler
-
Create an instance of
Resource
with a resourceName given by the
value of the argument resourceName
that is a member
of the library named by the argument libraryName
that claims to have the content-type given by the argument
content-type
.
- createResource(String) - Method in class javax.faces.application.ResourceHandlerWrapper
-
- createResource(String, String) - Method in class javax.faces.application.ResourceHandlerWrapper
-
- createResource(String, String, String) - Method in class javax.faces.application.ResourceHandlerWrapper
-
- createResourceFromId(String) - Method in class javax.faces.application.ResourceHandler
-
Create an instance of
Resource
given the argument
resourceId
.
- createResourceFromId(String) - Method in class javax.faces.application.ResourceHandlerWrapper
-
- createResponseBuilder() - Method in class javax.ws.rs.ext.RuntimeDelegate
-
- createResponseStream(OutputStream) - Method in class javax.faces.render.RenderKit
-
Use the provided
OutputStream
to create a new
ResponseStream
instance.
- createResponseStream(OutputStream) - Method in class javax.faces.render.RenderKitWrapper
-
- createResponseWriter(Writer, String, String) - Method in class javax.faces.render.RenderKit
-
Use the provided
Writer
to create a new
ResponseWriter
instance for the specified (optional) content
type, and character encoding.
- createResponseWriter(Writer, String, String) - Method in class javax.faces.render.RenderKitWrapper
-
- createSender(Queue) - Method in interface javax.jms.QueueSession
-
Creates a QueueSender
object to send messages to the
specified queue.
- createService(String) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates a Service instance using the specified
name, where the name is a String.
- createService(InternationalString) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates a Service instance using the specified
name, where the name is an InternationalString.
- createService(URL, QName) - Method in class javax.xml.rpc.ServiceFactory
-
Create a Service
instance.
- createService(QName) - Method in class javax.xml.rpc.ServiceFactory
-
Create a Service
instance.
- createServiceBinding() - Method in interface javax.xml.registry.LifeCycleManager
-
Creates an empty ServiceBinding instance.
- createServiceDelegate(URL, QName, Class<? extends Service>) - Method in class javax.xml.ws.spi.Provider
-
Creates a service delegate object.
- createServiceDelegate(URL, QName, Class<? extends Service>, WebServiceFeature...) - Method in class javax.xml.ws.spi.Provider
-
Creates a service delegate object.
- createServlet(Class<T>) - Method in interface javax.servlet.ServletContext
-
Instantiates the given Servlet class.
- createSession(boolean, int) - Method in interface javax.jms.Connection
-
Creates a Session
object,
specifying transacted
and acknowledgeMode
.
- createSession(int) - Method in interface javax.jms.Connection
-
Creates a Session
object, specifying sessionMode
.
- createSession() - Method in interface javax.jms.Connection
-
Creates a Session
object,
specifying no arguments.
- createSession(boolean, int) - Method in interface javax.jms.XAConnection
-
Creates an Session
object.
- createSharedConnectionConsumer(Topic, String, String, ServerSessionPool, int) - Method in interface javax.jms.Connection
-
Creates a connection consumer for this connection (optional operation)
on the specific topic using a shared non-durable subscription with
the specified name.
- createSharedConsumer(Topic, String) - Method in interface javax.jms.JMSContext
-
Creates a shared non-durable subscription with the specified name on the
specified topic (if one does not already exist) and creates a consumer on
that subscription.
- createSharedConsumer(Topic, String, String) - Method in interface javax.jms.JMSContext
-
Creates a shared non-durable subscription with the specified name on the
specified topic (if one does not already exist) specifying a message selector,
and creates a consumer on that subscription.
- createSharedConsumer(Topic, String) - Method in interface javax.jms.Session
-
Creates a shared non-durable subscription with the specified name on the
specified topic (if one does not already exist) and creates a consumer on
that subscription.
- createSharedConsumer(Topic, String, String) - Method in interface javax.jms.Session
-
Creates a shared non-durable subscription with the specified name on the
specified topic (if one does not already exist) specifying a message selector,
and creates a consumer on that subscription.
- createSharedDurableConnectionConsumer(Topic, String, String, ServerSessionPool, int) - Method in interface javax.jms.Connection
-
Creates a connection consumer for this connection (optional operation)
on the specific topic using a shared durable subscription with
the specified name.
- createSharedDurableConsumer(Topic, String) - Method in interface javax.jms.JMSContext
-
Creates a shared durable subscription on the specified topic (if one
does not already exist), specifying a message selector,
and creates a consumer on that durable subscription.
- createSharedDurableConsumer(Topic, String, String) - Method in interface javax.jms.JMSContext
-
Creates a shared durable subscription on the specified topic (if one
does not already exist), specifying a message selector,
and creates a consumer on that durable subscription.
- createSharedDurableConsumer(Topic, String) - Method in interface javax.jms.Session
-
Creates a shared durable subscription on the specified topic (if one does
not already exist), specifying a message selector and the noLocal
parameter, and creates a consumer on that durable subscription.
- createSharedDurableConsumer(Topic, String, String) - Method in interface javax.jms.Session
-
Creates a shared durable subscription on the specified topic (if one
does not already exist), specifying a message selector,
and creates a consumer on that durable subscription.
- createSingleActionTimer(long, TimerConfig) - Method in interface javax.ejb.TimerService
-
Create a single-action timer that expires after a specified duration.
- createSingleActionTimer(Date, TimerConfig) - Method in interface javax.ejb.TimerService
-
Create a single-action timer that expires at a given point in time.
- createSlot(String, String, String) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates a Slot instance using the specified
parameters, where the value is a String.
- createSlot(String, Collection, String) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates a Slot instance using the specified
parameters, where the value is a Collection of Strings.
- createSpecializedConfiguration(BootstrapState) - Method in interface javax.validation.spi.ValidationProvider
-
Returns a
Configuration
instance implementing
T
,
the
Configuration
sub-interface.
- createSpecificationLink() - Method in interface javax.xml.registry.LifeCycleManager
-
Creates an empty SpecificationLink instance.
- createStoredProcedureQuery(String) - Method in interface javax.persistence.EntityManager
-
Create an instance of StoredProcedureQuery
for executing a
stored procedure in the database.
- createStoredProcedureQuery(String, Class...) - Method in interface javax.persistence.EntityManager
-
Create an instance of StoredProcedureQuery
for executing a
stored procedure in the database.
- createStoredProcedureQuery(String, String...) - Method in interface javax.persistence.EntityManager
-
Create an instance of StoredProcedureQuery
for executing a
stored procedure in the database.
- createStreamMessage() - Method in interface javax.jms.JMSContext
-
Creates a StreamMessage
object.
- createStreamMessage() - Method in interface javax.jms.Session
-
Creates a StreamMessage
object.
- createSubscriber(Topic) - Method in interface javax.jms.TopicSession
-
Creates a nondurable subscriber to the specified topic.
- createSubscriber(Topic, String, boolean) - Method in interface javax.jms.TopicSession
-
Creates a nondurable subscriber to the specified topic, using a
message selector or specifying whether messages published by its
own connection should be delivered to it.
- createTelephoneNumber() - Method in interface javax.xml.registry.LifeCycleManager
-
Creates an empty TelephoneNumber instance.
- createTemporaryQueue() - Method in interface javax.jms.JMSContext
-
Creates a TemporaryQueue
object.
- createTemporaryQueue() - Method in interface javax.jms.QueueSession
-
Creates a TemporaryQueue
object.
- createTemporaryQueue() - Method in interface javax.jms.Session
-
Creates a TemporaryQueue
object.
- createTemporaryTopic() - Method in interface javax.jms.JMSContext
-
Creates a TemporaryTopic
object.
- createTemporaryTopic() - Method in interface javax.jms.Session
-
Creates a TemporaryTopic
object.
- createTemporaryTopic() - Method in interface javax.jms.TopicSession
-
Creates a TemporaryTopic
object.
- createTextMessage() - Method in interface javax.jms.JMSContext
-
Creates a TextMessage
object.
- createTextMessage(String) - Method in interface javax.jms.JMSContext
-
Creates an initialized TextMessage
object.
- createTextMessage() - Method in interface javax.jms.Session
-
Creates a TextMessage
object.
- createTextMessage(String) - Method in interface javax.jms.Session
-
Creates an initialized TextMessage
object.
- createTimer(long, Serializable) - Method in interface javax.ejb.TimerService
-
Create a single-action timer that expires after a specified duration.
- createTimer(long, long, Serializable) - Method in interface javax.ejb.TimerService
-
Create an interval timer whose first expiration occurs after a specified
duration, and whose subsequent expirations occur after a specified
interval.
- createTimer(Date, Serializable) - Method in interface javax.ejb.TimerService
-
Create a single-action timer that expires at a given point in time.
- createTimer(Date, long, Serializable) - Method in interface javax.ejb.TimerService
-
Create an interval timer whose first expiration occurs at a given
point in time and whose subsequent expirations occur after a specified
interval.
- createTimer() - Method in interface javax.resource.spi.BootstrapContext
-
Creates a new java.util.Timer
instance.
- createTopic(String) - Method in interface javax.jms.JMSContext
-
Creates a Topic
object which encapsulates a specified
provider-specific topic name.
- createTopic(String) - Method in interface javax.jms.Session
-
Creates a Topic
object which encapsulates a specified
provider-specific topic name.
- createTopic(String) - Method in interface javax.jms.TopicSession
-
Creates a topic identity given a Topic
name.
- createTopicConnection() - Method in interface javax.jms.TopicConnectionFactory
-
Creates a topic connection with the default user identity.
- createTopicConnection(String, String) - Method in interface javax.jms.TopicConnectionFactory
-
Creates a topic connection with the specified user identity.
- createTopicSession(boolean, int) - Method in interface javax.jms.TopicConnection
-
Creates a TopicSession
object.
- createTopicSession(boolean, int) - Method in interface javax.jms.XATopicConnection
-
Creates a TopicSession
object.
- createTupleQuery() - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create a CriteriaQuery
object that returns a tuple of
objects as its result.
- createTypeMapping() - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
-
Creates a new empty TypeMapping
object.
- createUniqueId(FacesContext, String) - Method in class javax.faces.component.UIData
-
- createUniqueId(FacesContext, String) - Method in class javax.faces.component.UIForm
-
Generate an identifier for a component.
- createUniqueId(FacesContext, String) - Method in class javax.faces.component.UINamingContainer
-
- createUniqueId() - Method in class javax.faces.component.UIViewRoot
-
Generate an
identifier for a component.
- createUniqueId(FacesContext, String) - Method in class javax.faces.component.UIViewRoot
-
Generate an identifier for a component.
- createUniqueId(FacesContext, String) - Method in interface javax.faces.component.UniqueIdVendor
-
Generate an identifier for a component.
- createUnmarshalException(SAXException) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
Creates an UnmarshalException from a SAXException.
- createUnmarshaller(ValidationEventHandler) - Method in interface javax.xml.bind.annotation.DomHandler
-
When a JAXB provider needs to unmarshal a part of a document into an
infoset representation, it first calls this method to create a
Result
object.
- createUnmarshaller(ValidationEventHandler) - Method in class javax.xml.bind.annotation.W3CDomHandler
-
- createUnmarshaller() - Method in class javax.xml.bind.JAXBContext
-
Create an Unmarshaller object that can be used to convert XML
data into a java content tree.
- createUriBuilder() - Method in class javax.ws.rs.ext.RuntimeDelegate
-
- createUser() - Method in interface javax.xml.registry.LifeCycleManager
-
Creates an empty User instance.
- createValidator(String) - Method in class javax.faces.application.Application
-
Instantiate and
return a new
Validator
instance of the class specified by
a previous call to
addValidator()
for the specified
validator id.
- createValidator(String) - Method in class javax.faces.application.ApplicationWrapper
-
- createValidator() - Method in class javax.faces.webapp.ValidatorELTag
-
- createValidator() - Method in class javax.faces.webapp.ValidatorTag
-
Deprecated.
- createValidator() - Method in class javax.xml.bind.JAXBContext
-
Deprecated.
since JAXB2.0
- createValidatorHandlerDelegate(ValidatorHandler) - Method in class javax.faces.view.facelets.TagHandlerDelegateFactory
-
- createValueBinding(String) - Method in class javax.faces.application.Application
-
- createValueBinding(String) - Method in class javax.faces.application.ApplicationWrapper
-
- createValueExpression(ELContext, String, Class<?>) - Method in class javax.el.ExpressionFactory
-
- createValueExpression(Object, Class<?>) - Method in class javax.el.ExpressionFactory
-
Creates a ValueExpression that wraps an object instance.
- createVariantListBuilder() - Method in class javax.ws.rs.ext.RuntimeDelegate
-
- createVerbatimComponent() - Method in class javax.faces.webapp.UIComponentClassicTagBase
-
Use the
Application
instance to create a new component
with the following characteristics.
- createVerbatimComponentFromBodyContent() - Method in class javax.faces.webapp.UIComponentClassicTagBase
-
Create a transient UIOutput component from the body content,
of this tag instance or return null if there is no body content,
the body content is whitespace, or the body content is a
comment.
- createView(FacesContext, String) - Method in class javax.faces.application.ViewHandler
-
Create and
return a new
UIViewRoot
instance initialized with
information from the argument
FacesContext
and
viewId
.
- createView(FacesContext, String) - Method in class javax.faces.application.ViewHandlerWrapper
-
- createView(FacesContext, String) - Method in class javax.faces.view.ViewDeclarationLanguage
-
Create
a UIViewRoot
from the VDL contained in the artifact referenced by the argument
viewId
.
- createView(FacesContext, String) - Method in class javax.faces.view.ViewDeclarationLanguageWrapper
-
- createViewResource(FacesContext, String) - Method in class javax.faces.application.ResourceHandler
-
Create an instance of Resource
given the argument resourceName
, which may contain "/"
characters.
- createViewResource(FacesContext, String) - Method in class javax.faces.application.ResourceHandlerWrapper
-
- createVisitContext(FacesContext, Collection<String>, Set<VisitHint>) - Static method in class javax.faces.component.visit.VisitContext
-
- createVisitContext(FacesContext) - Static method in class javax.faces.component.visit.VisitContext
-
- createW3CEndpointReference(String, QName, QName, List<Element>, String, List<Element>) - Method in class javax.xml.ws.spi.Provider
-
Factory method to create a W3CEndpointReference
.
- createW3CEndpointReference(String, QName, QName, QName, List<Element>, String, List<Element>, List<Element>, Map<QName, String>) - Method in class javax.xml.ws.spi.Provider
-
Factory method to create a W3CEndpointReference
.
- createWriter(Writer) - Static method in class javax.json.Json
-
Creates a JSON writer to write a
JSON
object
or
array
structure to the specified character stream.
- createWriter(OutputStream) - Static method in class javax.json.Json
-
Creates a JSON writer to write a
JSON
object
or
array
structure to the specified byte stream.
- createWriter(Writer) - Method in interface javax.json.JsonWriterFactory
-
Creates a JSON writer to write a JSON
object
or
array
structure to the specified character stream.
- createWriter(OutputStream) - Method in interface javax.json.JsonWriterFactory
-
Creates a JSON writer to write a JSON
object
or
array
structure to the specified byte stream.
- createWriter(OutputStream, Charset) - Method in interface javax.json.JsonWriterFactory
-
Creates a JSON writer to write a JSON
object
or
array
structure to the specified byte stream.
- createWriter(Writer) - Method in class javax.json.spi.JsonProvider
-
Creates a JSON writer to write a
JSON
object
or
array
structure to the specified character stream.
- createWriter(OutputStream) - Method in class javax.json.spi.JsonProvider
-
Creates a JSON writer to write a
JSON
object
or
array
structure to the specified byte stream.
- createWriterFactory(Map<String, ?>) - Static method in class javax.json.Json
-
Creates a writer factory for creating
JsonWriter
objects.
- createWriterFactory(Map<String, ?>) - Method in class javax.json.spi.JsonProvider
-
Creates a writer factory for creating
JsonWriter
objects.
- createXAConnection() - Method in interface javax.jms.XAConnectionFactory
-
Creates an XAConnection
with the default user identity.
- createXAConnection(String, String) - Method in interface javax.jms.XAConnectionFactory
-
Creates an XAConnection
with the specified user identity.
- createXAContext() - Method in interface javax.jms.XAConnectionFactory
-
Creates a XAJMSContext
with the default user identity
- createXAContext(String, String) - Method in interface javax.jms.XAConnectionFactory
-
Creates a JMSContext with the specified user identity
- createXAQueueConnection() - Method in interface javax.jms.XAQueueConnectionFactory
-
Creates an XA queue connection with the default user identity.
- createXAQueueConnection(String, String) - Method in interface javax.jms.XAQueueConnectionFactory
-
Creates an XA queue connection with the specified user identity.
- createXAQueueSession() - Method in interface javax.jms.XAQueueConnection
-
Creates an XAQueueSession
object.
- createXASession() - Method in interface javax.jms.XAConnection
-
Creates an XASession
object.
- createXATopicConnection() - Method in interface javax.jms.XATopicConnectionFactory
-
Creates an XA topic connection with the default user identity.
- createXATopicConnection(String, String) - Method in interface javax.jms.XATopicConnectionFactory
-
Creates an XA topic connection with the specified user identity.
- createXATopicSession() - Method in interface javax.jms.XATopicConnection
-
Creates an XATopicSession
object.
- CreationalContext<T> - Interface in javax.enterprise.context.spi
-
Provides operations that are used by the
Contextual
implementation during instance
creation and destruction.
- CreationException - Exception in javax.enterprise.inject
-
Indicates that a checked exception was thrown during creation of a bean.
- CreationException() - Constructor for exception javax.enterprise.inject.CreationException
-
- CreationException(String) - Constructor for exception javax.enterprise.inject.CreationException
-
- CreationException(Throwable) - Constructor for exception javax.enterprise.inject.CreationException
-
- CreationException(String, Throwable) - Constructor for exception javax.enterprise.inject.CreationException
-
- CriteriaBuilder - Interface in javax.persistence.criteria
-
Used to construct criteria queries, compound selections,
expressions, predicates, orderings.
- CriteriaBuilder.Case<R> - Interface in javax.persistence.criteria
-
Interface used to build general case expressions.
- CriteriaBuilder.Coalesce<T> - Interface in javax.persistence.criteria
-
Interface used to build coalesce expressions.
- CriteriaBuilder.In<T> - Interface in javax.persistence.criteria
-
Interface used to build in predicates.
- CriteriaBuilder.SimpleCase<C,R> - Interface in javax.persistence.criteria
-
Interface used to build simple case expressions.
- CriteriaBuilder.Trimspec - Enum in javax.persistence.criteria
-
Used to specify how strings are trimmed.
- CriteriaDelete<T> - Interface in javax.persistence.criteria
-
The CriteriaDelete
interface defines functionality for performing
bulk delete operations using the Criteria API
- CriteriaQuery<T> - Interface in javax.persistence.criteria
-
The CriteriaQuery
interface defines functionality that is specific
to top-level queries.
- CriteriaUpdate<T> - Interface in javax.persistence.criteria
-
The CriteriaUpdate
interface defines functionality for performing
bulk update operations using the Criteria API.
- CrossParameterDescriptor - Interface in javax.validation.metadata
-
Describes an element holding cross-parameter constraints of a method or constructor
- CURRENCY_ID - Static variable in class javax.faces.convert.NumberConverter
-
The message identifier of the
FacesMessage
to be created if
the conversion to
Number
fails.
- current() - Static method in class javax.enterprise.inject.spi.CDI
-
Get the CDI instance that provides access to the current container.
- CURRENT_COMPONENT - Static variable in class javax.faces.component.UIComponent
-
Deprecated.
- CURRENT_COMPOSITE_COMPONENT - Static variable in class javax.faces.component.UIComponent
-
Deprecated.
- currentDate() - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create expression to return current date.
- currentTime() - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create expression to return current time.
- currentTimestamp() - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create expression to return current timestamp.
- CustomScoped - Annotation Type 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 the CustomScoped.value()
attribute, which must be an EL
expression that evaluates to a Map
.
- GE - Static variable in class javax.mail.search.ComparisonTerm
-
- ge(Expression<? extends Number>, Expression<? extends Number>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create a predicate for testing whether the first argument is
greater than or equal to the second.
- ge(Expression<? extends Number>, Number) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create a predicate for testing whether the first argument is
greater than or equal to the second.
- Generated - Annotation Type in javax.annotation
-
The Generated annotation is used to mark source code that has been generated.
- GeneratedValue - Annotation Type in javax.persistence
-
Provides for the specification of generation strategies for the
values of primary keys.
- generateSchema(String, Map) - Static method in class javax.persistence.Persistence
-
Create database schemas and/or tables and/or create DDL
scripts as determined by the supplied properties.
- generateSchema(PersistenceUnitInfo, Map) - Method in interface javax.persistence.spi.PersistenceProvider
-
Create database schemas and/or tables and/or create DDL
scripts as determined by the supplied properties.
- generateSchema(String, Map) - Method in interface javax.persistence.spi.PersistenceProvider
-
Create database schemas and/or tables and/or create DDL
scripts as determined by the supplied properties.
- generateSchema(SchemaOutputResolver) - Method in class javax.xml.bind.JAXBContext
-
Generates the schema documents for this context.
- generateUniqueId(String) - Method in class javax.faces.view.facelets.FaceletContext
-
Generate a unique ID for the passed
String
- GenerationType - Enum in javax.persistence
-
Defines the types of primary key generation strategies.
- GenericBootstrap - Interface in javax.validation.bootstrap
-
Defines the state used to bootstrap Bean Validation and
creates a provider agnostic
Configuration
.
- GenericCredential - Interface in javax.resource.spi.security
-
Deprecated.
The preferred way to represent generic credential information
is via the org.ietf.jgss.GSSCredential
interface in
J2SE Version 1.4, which provides similar functionality.
- GenericEntity<T> - Class in javax.ws.rs.core
-
Represents a message entity of a generic type T
.
- GenericEntity(T) - Constructor for class javax.ws.rs.core.GenericEntity
-
Constructs a new generic entity.
- GenericEntity(T, Type) - Constructor for class javax.ws.rs.core.GenericEntity
-
Create a new instance of GenericEntity, supplying the generic type information.
- GenericHandler - Class in javax.xml.rpc.handler
-
The javax.xml.rpc.handler.GenericHandler
class
implements the Handler
interface.
- GenericHandler() - Constructor for class javax.xml.rpc.handler.GenericHandler
-
Default constructor
- GenericServlet - Class in javax.servlet
-
Defines a generic, protocol-independent
servlet.
- GenericServlet() - Constructor for class javax.servlet.GenericServlet
-
Does nothing.
- GenericType<T> - Class in javax.ws.rs.core
-
Represents a generic message entity type T
.
- GenericType() - Constructor for class javax.ws.rs.core.GenericType
-
Constructs a new generic type, deriving the generic type and class from
type parameter.
- GenericType(Type) - Constructor for class javax.ws.rs.core.GenericType
-
Constructs a new generic type, supplying the generic type
information and deriving the class.
- get() - Method in class javax.ejb.AsyncResult
-
This method should not be called.
- get(long, TimeUnit) - Method in class javax.ejb.AsyncResult
-
This method should not be called.
- get(Contextual<T>, CreationalContext<T>) - Method in interface javax.enterprise.context.spi.Context
-
- 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() - Method in class javax.enterprise.inject.spi.Unmanaged.UnmanagedInstance
-
Get the instance
- get(Serializable) - Method in interface javax.faces.component.StateHelper
-
Return the value currently
associated with the specified key
if any.
- get(Object) - Method in class javax.faces.context.FlashWrapper
-
- get(String) - Method in class javax.faces.view.facelets.TagAttributes
-
Using no namespace, find the TagAttribute
- get(String, String) - Method in class javax.faces.view.facelets.TagAttributes
-
Find a TagAttribute that matches the passed namespace and local name.
- get() - Method in interface javax.inject.Provider
-
Provides a fully-constructed and injected instance of T
.
- get(String) - Method in class javax.mail.internet.ParameterList
-
Returns the value of the specified parameter.
- get(SingularAttribute<? super X, Y>) - Method in interface javax.persistence.criteria.Path
-
Create a path corresponding to the referenced
single-valued attribute.
- get(PluralAttribute<X, C, E>) - Method in interface javax.persistence.criteria.Path
-
Create a path corresponding to the referenced
collection-valued attribute.
- get(MapAttribute<X, K, V>) - Method in interface javax.persistence.criteria.Path
-
Create a path corresponding to the referenced
map-valued attribute.
- get(String) - Method in interface javax.persistence.criteria.Path
-
Create a path corresponding to the referenced attribute.
- get(TupleElement<X>) - Method in interface javax.persistence.Tuple
-
Get the value of the specified tuple element.
- get(String, Class<X>) - Method in interface javax.persistence.Tuple
-
Get the value of the tuple element to which the
specified alias has been assigned.
- get(String) - Method in interface javax.persistence.Tuple
-
Get the value of the tuple element to which the
specified alias has been assigned.
- get(int, Class<X>) - Method in interface javax.persistence.Tuple
-
Get the value of the element at the specified
position in the result tuple.
- get(int) - Method in interface javax.persistence.Tuple
-
Get the value of the element at the specified
position in the result tuple.
- get(MessageInfo) - Method in interface javax.security.auth.message.MessagePolicy.Target
-
Get the Object identified by the Target from the MessageInfo.
- get(PageContext, String, int) - Static method in class javax.servlet.jsp.jstl.core.Config
-
Looks up a configuration variable in the given scope.
- get(ServletRequest, String) - Static method in class javax.servlet.jsp.jstl.core.Config
-
Looks up a configuration variable in the "request" scope.
- get(HttpSession, String) - Static method in class javax.servlet.jsp.jstl.core.Config
-
Looks up a configuration variable in the "session" scope.
- get(ServletContext, String) - Static method in class javax.servlet.jsp.jstl.core.Config
-
Looks up a configuration variable in the "application" scope.
- get() - Method in interface javax.ws.rs.client.AsyncInvoker
-
Invoke HTTP GET method for the current request asynchronously.
- get(Class<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
-
Invoke HTTP GET method for the current request asynchronously.
- get(GenericType<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
-
Invoke HTTP GET method for the current request asynchronously.
- get(InvocationCallback<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
-
Invoke HTTP GET method for the current request asynchronously.
- get() - Method in interface javax.ws.rs.client.SyncInvoker
-
Invoke HTTP GET method for the current request synchronously.
- get(Class<T>) - Method in interface javax.ws.rs.client.SyncInvoker
-
Invoke HTTP GET method for the current request synchronously.
- get(GenericType<T>) - Method in interface javax.ws.rs.client.SyncInvoker
-
Invoke HTTP GET method for the current request synchronously.
- get(Object) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
-
- GET - Annotation Type in javax.ws.rs
-
Indicates that the annotated method responds to HTTP GET requests.
- GET - Static variable in annotation type javax.ws.rs.HttpMethod
-
HTTP GET method.
- get(Object) - Method in class javax.xml.soap.SOAPConnection
-
Gets a message from a specific endpoint and blocks until it receives,
- GET_FACTORY_PERMISSION_NAME - Static variable in class javax.security.auth.message.config.AuthConfigFactory
-
The name of the SecurityPermission required to call getFactory
- getAbsolutePath() - Method in interface javax.ws.rs.core.UriInfo
-
Get the absolute path of the request.
- getAbsolutePathBuilder() - Method in interface javax.ws.rs.core.UriInfo
-
Get the absolute path of the request in the form of a UriBuilder.
- getAccept() - Method in class javax.faces.component.html.HtmlForm
-
Return the value of the accept
property.
- getAcceptableLanguages() - Method in interface javax.ws.rs.client.ClientRequestContext
-
Get a list of languages that are acceptable for the response.
- getAcceptableLanguages() - Method in interface javax.ws.rs.container.ContainerRequestContext
-
Get a list of languages that are acceptable for the response.
- getAcceptableLanguages() - Method in interface javax.ws.rs.core.HttpHeaders
-
Get a list of languages that are acceptable for the response.
- getAcceptableMediaTypes() - Method in interface javax.ws.rs.client.ClientRequestContext
-
Get a list of media types that are acceptable for the response.
- getAcceptableMediaTypes() - Method in interface javax.ws.rs.container.ContainerRequestContext
-
Get a list of media types that are acceptable for the response.
- getAcceptableMediaTypes() - Method in interface javax.ws.rs.core.HttpHeaders
-
Get a list of media types that are acceptable for the response.
- getAcceptcharset() - Method in class javax.faces.component.html.HtmlForm
-
Return the value of the acceptcharset
property.
- getAccesskey() - Method in class javax.faces.component.html.HtmlCommandButton
-
Return the value of the accesskey
property.
- getAccesskey() - Method in class javax.faces.component.html.HtmlCommandLink
-
Return the value of the accesskey
property.
- getAccesskey() - Method in class javax.faces.component.html.HtmlInputFile
-
Return the value of the accesskey
property.
- getAccesskey() - Method in class javax.faces.component.html.HtmlInputSecret
-
Return the value of the accesskey
property.
- getAccesskey() - Method in class javax.faces.component.html.HtmlInputText
-
Return the value of the accesskey
property.
- getAccesskey() - Method in class javax.faces.component.html.HtmlInputTextarea
-
Return the value of the accesskey
property.
- getAccesskey() - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
-
Return the value of the accesskey
property.
- getAccesskey() - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
-
Return the value of the accesskey
property.
- getAccesskey() - Method in class javax.faces.component.html.HtmlOutputLabel
-
Return the value of the accesskey
property.
- getAccesskey() - Method in class javax.faces.component.html.HtmlOutputLink
-
Return the value of the accesskey
property.
- getAccesskey() - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
-
Return the value of the accesskey
property.
- getAccesskey() - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the accesskey
property.
- getAccesskey() - Method in class javax.faces.component.html.HtmlSelectManyListbox
-
Return the value of the accesskey
property.
- getAccesskey() - Method in class javax.faces.component.html.HtmlSelectManyMenu
-
Return the value of the accesskey
property.
- getAccesskey() - Method in class javax.faces.component.html.HtmlSelectOneListbox
-
Return the value of the accesskey
property.
- getAccesskey() - Method in class javax.faces.component.html.HtmlSelectOneMenu
-
Return the value of the accesskey
property.
- getAccesskey() - Method in class javax.faces.component.html.HtmlSelectOneRadio
-
Return the value of the accesskey
property.
- getAccessURI() - Method in interface javax.xml.registry.infomodel.ServiceBinding
-
Gets the URI that gives access to the service via this binding.
- getAcknowledgeMode() - Method in interface javax.jms.Session
-
Returns the acknowledgement mode of the session.
- getAction() - Method in interface javax.enterprise.deploy.spi.status.DeploymentStatus
-
Retrieve the deployment ActionType for this event.
- getAction() - Method in interface javax.faces.component.ActionSource
-
- getAction() - Method in class javax.faces.component.UICommand
-
- getAction() - Method in class javax.faces.component.UIViewAction
-
Deprecated.
- getActionExpression() - Method in interface javax.faces.component.ActionSource2
-
Return the
MethodExpression
pointing at the application
action to be invoked, if this
UIComponent
is activated by
the user, during the
Apply Request Values or
Invoke
Application phase of the request processing lifecycle,
depending on the value of the
immediate
property.
- getActionExpression() - Method in class javax.faces.component.UICommand
-
- getActionExpression() - Method in class javax.faces.component.UIViewAction
-
Return the
MethodExpression
pointing at the application
action to be invoked, if this
UIComponent
is activated by
the user, during the
Apply Request Values or
Invoke
Application phase of the request processing lifecycle,
depending on the value of the
immediate
property.
- getActionListener() - Method in class javax.faces.application.Application
-
- getActionListener() - Method in class javax.faces.application.ApplicationWrapper
-
- getActionListener() - Method in interface javax.faces.component.ActionSource
-
- getActionListener() - Method in class javax.faces.component.UICommand
-
- getActionListener() - Method in class javax.faces.component.UIViewAction
-
Deprecated.
- getActionListeners() - Method in interface javax.faces.component.ActionSource
-
- getActionListeners() - Method in class javax.faces.component.UICommand
-
- getActionListeners() - Method in class javax.faces.component.UIViewAction
-
- getActions() - Method in class javax.security.jacc.EJBMethodPermission
-
Returns a String containing a canonical representation of the actions
of this EJBMethodPermission.
- getActions() - Method in class javax.security.jacc.EJBRoleRefPermission
-
Returns a canonical String representation of the actions of this
EJBRoleRefPermission.
- getActions() - Method in class javax.security.jacc.WebResourcePermission
-
Returns a canonical String representation of the actions of this
WebResourcePermission.
- getActions() - Method in class javax.security.jacc.WebRoleRefPermission
-
Returns a canonical String representation of the actions of this
WebRoleRefPermission.
- getActions() - Method in class javax.security.jacc.WebUserDataPermission
-
Returns a canonical String representation of the actions of this
WebUserDataPermission.
- getActionType(int) - Static method in class javax.enterprise.deploy.shared.ActionType
-
Return an object of the specified value.
- getActionURL(FacesContext) - Method in class javax.faces.application.NavigationCase
-
- getActionURL(FacesContext) - Method in class javax.faces.application.NavigationCaseWrapper
-
- getActionURL(FacesContext, String) - Method in class javax.faces.application.ViewHandler
-
If
the value returned from this
method is used as the file
argument to the
four-argument constructor for java.net.URL
(assuming
appropriate values are used for the first three arguments), then
a client making a request to the toExternalForm()
of
that URL
will select the argument
viewId
for traversing the JSF lifecycle.
- getActionURL(FacesContext, String) - Method in class javax.faces.application.ViewHandlerWrapper
-
- getActivationName() - Method in interface javax.resource.spi.endpoint.MessageEndpointFactory
-
Returns a unique name for the message endpoint deployment represented
by the MessageEndpointFactory
.
- getActiveCount() - Method in interface javax.management.j2ee.statistics.JTAStats
-
Number of active transactions.
- getActor() - Method in interface javax.xml.soap.SOAPHeaderElement
-
Returns the uri of the actor attribute of this
SOAPHeaderElement
.
- getAdaptee() - Method in class javax.servlet.jsp.tagext.TagAdapter
-
Gets the tag that is being adapted to the Tag interface.
- getAdapter(Class<A>) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
- getAdapter(Class<A>) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
- getAdapter(Class<A>) - Method in interface javax.xml.bind.Marshaller
-
Gets the adapter associated with the specified type.
- getAdapter(Class<A>) - Method in interface javax.xml.bind.Unmarshaller
-
Gets the adapter associated with the specified type.
- getAdapterName() - Method in interface javax.resource.cci.ResourceAdapterMetaData
-
Gets a tool displayable name of the resource adapter.
- getAdapterShortDescription() - Method in interface javax.resource.cci.ResourceAdapterMetaData
-
Gets a tool displayable short desription of the resource
adapter.
- getAdapterVendorName() - Method in interface javax.resource.cci.ResourceAdapterMetaData
-
Gets the name of the vendor that has provided the resource
adapter.
- getAdapterVersion() - Method in interface javax.resource.cci.ResourceAdapterMetaData
-
Gets the version of the resource adapter.
- getAddress() - Method in class javax.mail.internet.InternetAddress
-
Get the email address.
- getAddress() - Method in class javax.mail.search.AddressTerm
-
Return the address to match with.
- getAddress() - Method in interface javax.xml.registry.infomodel.EmailAddress
-
Returns the email address for this object.
- getAfterPhaseListener() - Method in class javax.faces.component.UIViewRoot
-
- 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
- getAllAttributes() - Method in interface javax.xml.soap.SOAPElement
-
Returns an Iterator
over all of the attribute
Name
objects in this
SOAPElement
object.
- getAllAttributesAsQNames() - Method in interface javax.xml.soap.SOAPElement
-
Returns an Iterator
over all of the attributes
in this SOAPElement
as QName
objects.
- 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.
- getAllHeaders() - Method in class javax.xml.soap.MimeHeaders
-
Returns all the MimeHeader
s in this MimeHeaders
object.
- getAllMimeHeaders() - Method in class javax.xml.soap.AttachmentPart
-
Retrieves all the headers for this AttachmentPart
object
as an iterator over the MimeHeader
objects.
- getAllMimeHeaders() - Method in class javax.xml.soap.SOAPPart
-
Retrieves all the headers for this SOAPPart
object
as an iterator over the MimeHeader
objects.
- getAllowedMethods() - Method in interface javax.ws.rs.client.ClientResponseContext
-
Get the allowed HTTP methods from the Allow HTTP header.
- getAllowedMethods() - Method in interface javax.ws.rs.container.ContainerResponseContext
-
Get the allowed HTTP methods from the Allow HTTP header.
- getAllowedMethods() - Method in class javax.ws.rs.core.Response
-
Get the allowed HTTP methods from the Allow HTTP header.
- 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.
- getAlt() - Method in class javax.faces.component.html.HtmlCommandButton
-
Return the value of the alt
property.
- getAlt() - Method in class javax.faces.component.html.HtmlGraphicImage
-
Return the value of the alt
property.
- getAlt() - Method in class javax.faces.component.html.HtmlInputFile
-
Return the value of the alt
property.
- getAlt() - Method in class javax.faces.component.html.HtmlInputSecret
-
Return the value of the alt
property.
- getAlt() - Method in class javax.faces.component.html.HtmlInputText
-
Return the value of the alt
property.
- getAlt() - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
-
Return the value of the alt
property.
- getAlternatives() - Method in interface javax.enterprise.inject.spi.AfterTypeDiscovery
-
- getAnnotated() - Method in interface javax.enterprise.inject.spi.InjectionPoint
-
- getAnnotated() - Method in interface javax.enterprise.inject.spi.ProcessBean
-
- getAnnotated() - Method in interface javax.enterprise.inject.spi.ProcessBeanAttributes
-
- getAnnotatedBeanClass() - Method in interface javax.enterprise.inject.spi.ProcessManagedBean
-
- 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
-
- getAnnotatedMethod() - Method in interface javax.enterprise.inject.spi.ProcessObserverMethod
-
- getAnnotatedProducerField() - Method in interface javax.enterprise.inject.spi.ProcessProducerField
-
- getAnnotatedProducerMethod() - Method in interface javax.enterprise.inject.spi.ProcessProducerMethod
-
- getAnnotatedType(Class<T>, String) - Method in interface javax.enterprise.inject.spi.AfterBeanDiscovery
-
Obtain the
AnnotatedType
that may be used to read the annotations of the given class or interface as defined
during container initialization.
- getAnnotatedType() - Method in interface javax.enterprise.inject.spi.ProcessAnnotatedType
-
Returns the
AnnotatedType
object that will be used by the container to read the
declared annotations.
- getAnnotatedType() - Method in interface javax.enterprise.inject.spi.ProcessInjectionTarget
-
Returns the
AnnotatedType
representing the managed bean class, session bean class or
other Java EE component class supporting injection.
- 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(Class<T>) - Method in interface javax.enterprise.inject.spi.Annotated
-
Get program element annotation of a certain annotation type.
- getAnnotation() - Method in interface javax.validation.metadata.ConstraintDescriptor
-
Returns the annotation describing the constraint declaration.
- getAnnotations() - 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
-
- getApplication() - Method in class javax.faces.event.PostConstructApplicationEvent
-
- getApplication() - Method in class javax.faces.event.PreDestroyApplicationEvent
-
- 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
-
- 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
-
- getAreaCode() - Method in interface javax.xml.registry.infomodel.TelephoneNumber
-
Gets the area code.
- 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
-
- getAssociatedObjects() - Method in interface javax.xml.registry.infomodel.RegistryObject
-
Returns the collection of RegistryObject instances associated with this object.
- getAssociations() - Method in interface javax.xml.registry.infomodel.RegistryObject
-
Gets all Associations where this object is source.
- getAssociationType() - Method in interface javax.xml.registry.infomodel.Association
-
Gets the association type for this Association.
- getAsString(FacesContext, UIComponent, Object) - Method in class javax.faces.convert.BigDecimalConverter
-
- getAsString(FacesContext, UIComponent, Object) - Method in class javax.faces.convert.BigIntegerConverter
-
- getAsString(FacesContext, UIComponent, Object) - Method in class javax.faces.convert.BooleanConverter
-
- getAsString(FacesContext, UIComponent, Object) - Method in class javax.faces.convert.ByteConverter
-
- getAsString(FacesContext, UIComponent, Object) - Method in class javax.faces.convert.CharacterConverter
-
- getAsString(FacesContext, UIComponent, 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 this
JMSProducer
object have been configured to be asynchronous
then this method returns the CompletionListener
that has previously been configured.
- getAsyncContext() - Method in class javax.servlet.AsyncEvent
-
Gets the AsyncContext from this AsyncEvent.
- getAsyncContext() - Method in interface javax.servlet.ServletRequest
-
- getAsyncContext() - Method in class javax.servlet.ServletRequestWrapper
-
- getAsyncRemote() - Method in interface javax.websocket.Session
-
Return a reference a RemoteEndpoint object representing the peer of this conversation
that is able to send messages asynchronously to the peer.
- getAttachedObjectHandlerHelper() - Method in class javax.faces.view.facelets.FaceletsAttachedObjectHandler
-
Return the underlying handler for
this tag handler instance.
- getAttachment(SOAPElement) - Method in class javax.xml.soap.SOAPMessage
-
Returns an AttachmentPart
object that is associated with an
attachment that is referenced by this SOAPElement
or
null
if no such attachment exists.
- getAttachmentAsByteArray(String) - Method in class javax.xml.bind.attachment.AttachmentUnmarshaller
-
Retrieve the attachment identified by content-id, cid
, as a byte[]
- getAttachmentAsDataHandler(String) - Method in class javax.xml.bind.attachment.AttachmentUnmarshaller
-
Lookup MIME content by content-id,
cid
, and return as a
DataHandler
.
- getAttachmentMarshaller() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
- getAttachmentMarshaller() - Method in interface javax.xml.bind.Marshaller
-
- getAttachments() - Method in class javax.xml.soap.SOAPMessage
-
Retrieves all the AttachmentPart
objects that are part of
this SOAPMessage
object.
- getAttachments(MimeHeaders) - Method in class javax.xml.soap.SOAPMessage
-
Retrieves all the AttachmentPart
objects that have header
entries that match the specified headers.
- getAttachmentUnmarshaller() - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
- getAttachmentUnmarshaller() - Method in interface javax.xml.bind.Unmarshaller
-
- getAttribute(String) - Method in class javax.faces.view.facelets.FaceletContext
-
- getAttribute(String) - Method in class javax.faces.view.facelets.TagHandler
-
Utility method for fetching the appropriate TagAttribute
- getAttribute(ObjectName, String) - Method in interface javax.management.j2ee.Management
-
Gets the value of a specific attribute of a named managed object.
- getAttribute() - Method in interface javax.persistence.criteria.Fetch
-
Return the metamodel attribute corresponding to the
fetch join.
- getAttribute() - Method in interface javax.persistence.criteria.Join
-
Return the metamodel attribute corresponding to the join.
- getAttribute(String) - Method in interface javax.persistence.metamodel.ManagedType
-
Return the attribute of the managed
type that corresponds to the specified name.
- getAttribute(String) - Method in interface javax.servlet.http.HttpSession
-
Returns the object bound with the specified name in this session, or
null
if no object is bound under the name.
- getAttribute(String) - Method in class javax.servlet.jsp.JspContext
-
Returns the object associated with the name in the page scope or null
if not found.
- getAttribute(String, int) - Method in class javax.servlet.jsp.JspContext
-
Return the object associated with the name in the specified
scope or null if not found.
- getAttribute(String) - Method in class javax.servlet.jsp.tagext.TagData
-
The value of the attribute.
- getAttribute(String) - Method in interface javax.servlet.ServletContext
-
Returns the servlet container attribute with the given name,
or null
if there is no attribute by that name.
- getAttribute(String) - Method in interface javax.servlet.ServletRequest
-
Returns the value of the named attribute as an Object
,
or null
if no attribute of the given name exists.
- getAttribute(String) - Method in class javax.servlet.ServletRequestWrapper
-
The default behavior of this method is to call getAttribute(String name)
on the wrapped request object.
- getAttribute(String) - Method in class javax.xml.ws.spi.http.HttpContext
-
Returns an attribute value for container's configuration
and other data that can be used by jax-ws runtime.
- getAttribute(String) - Method in class javax.xml.ws.spi.http.HttpExchange
-
Returns an attribute that is associated with this
HttpExchange
.
- getAttributeName(FaceletContext) - Method in interface javax.faces.view.facelets.AttributeHandler
-
Returns the resolved literal String value
of the attribute name after evaluating EL.
- getAttributeName() - Method in interface javax.persistence.AttributeNode
-
Return the name of the attribute corresponding to the
attribute node.
- getAttributeNames() - Method in interface javax.enterprise.deploy.model.DDBean
-
Returns the list of attribute names associated with the XML element.
- getAttributeNames() - Method in interface javax.servlet.http.HttpSession
-
Returns an Enumeration
of String
objects
containing the names of all the objects bound to this session.
- getAttributeNames() - Method in interface javax.servlet.ServletContext
-
Returns an Enumeration
containing the
attribute names available within this ServletContext.
- getAttributeNames() - Method in interface javax.servlet.ServletRequest
-
Returns an Enumeration
containing the
names of the attributes available to this request.
- getAttributeNames() - Method in class javax.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getAttributeNames()
on the wrapped request object.
- 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 this
UIComponent
,
keyed by attribute name (which must be a String).
- getAttributes() - Method in class javax.faces.component.UIComponentBase
-
- getAttributes() - Method in class javax.faces.context.FacesContext
-
Return a mutable Map
representing the attributes associated wth this
FacesContext
instance.
- getAttributes() - Method in class javax.faces.context.FacesContextWrapper
-
- getAttributes() - Method in class javax.faces.event.ExceptionQueuedEventContext
-
A Map
of attributes
relevant to the context of this ExceptionQueuedEvent
.
- getAttributes() - Method in class javax.faces.view.facelets.Tag
-
Return an object encapsulating the
TagAttributes
specified on this element in the view.
- getAttributes(ObjectName, String[]) - Method in interface javax.management.j2ee.Management
-
Enables the values of several attributes of a named managed object.
- getAttributes() - Method in interface javax.persistence.metamodel.ManagedType
-
Return the attributes of the managed type.
- getAttributes() - Method in class javax.servlet.jsp.tagext.TagData
-
Enumerates the attributes.
- getAttributes() - Method in class javax.servlet.jsp.tagext.TagInfo
-
Attribute information (in the TLD) on this tag.
- getAttributes() - Method in interface javax.validation.metadata.ConstraintDescriptor
-
Returns a map containing the annotation attribute names as keys and the
annotation attribute values as value.
- getAttributesScope(String) - Method in class javax.servlet.jsp.JspContext
-
Get the scope where a given attribute is defined.
- getAttributeString(String) - Method in class javax.servlet.jsp.tagext.TagData
-
Get the value for a given attribute.
- getAttributeValue(String) - Method in interface javax.enterprise.deploy.model.DDBean
-
Returns the string value of the named attribute.
- getAttributeValue(Name) - Method in interface javax.xml.soap.SOAPElement
-
Returns the value of the attribute with the specified name.
- getAttributeValue(QName) - Method in interface javax.xml.soap.SOAPElement
-
Returns the value of the attribute with the specified qname.
- getAuditTrail() - Method in interface javax.xml.registry.infomodel.RegistryObject
-
Returns the complete audit trail of all requests that effected a state change in this object as an ordered Collection
of AuditableEvent objects.
- 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
-
- getAuthType() - Method in interface javax.servlet.http.HttpServletRequest
-
Returns the name of the authentication scheme used to protect
the servlet.
- getAuthType() - Method in class javax.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getAuthType()
on the wrapped request object.
- getAutocomplete() - Method in class javax.faces.component.html.HtmlInputFile
-
Return the value of the autocomplete
property.
- getAutocomplete() - Method in class javax.faces.component.html.HtmlInputSecret
-
Return the value of the autocomplete
property.
- getAutocomplete() - Method in class javax.faces.component.html.HtmlInputText
-
Return the value of the autocomplete
property.
- getAutoStart() - Method in interface javax.jms.JMSContext
-
Returns whether the underlying connection used by this
JMSContext
will be started automatically when a consumer is
created.
- getAvailableModules(ModuleType, Target[]) - Method in interface javax.enterprise.deploy.spi.DeploymentManager
-
Retrieve the list of all Java EE application modules running
or not running on the identified targets.
- getBase() - Method in class javax.el.ValueReference
-
- getBase64Content() - Method in class javax.xml.soap.AttachmentPart
-
Returns an InputStream
which can be used to obtain the
content of AttachmentPart
as Base64 encoded
character data, this method would base64 encode the raw bytes
of the attachment and return.
- getBaseType() - Method in interface javax.enterprise.inject.spi.Annotated
-
Get the type of the annotated program element.
- getBaseType() - Method in class javax.mail.internet.ContentType
-
Return the MIME type string, without the parameters.
- getBaseUri() - Method in interface javax.ws.rs.core.UriInfo
-
Get the base URI of the application.
- getBaseUriBuilder() - Method in interface javax.ws.rs.core.UriInfo
-
Get the base URI of the application in the form of a UriBuilder.
- getBasicRemote() - Method in interface javax.websocket.Session
-
Return a reference a RemoteEndpoint object representing the peer of this conversation
that is able to send messages synchronously to the peer.
- getBatchingAllowed() - Method in interface javax.websocket.RemoteEndpoint
-
Return whether the implementation is allowed to batch outgoing messages
before sending.
- getBatchStatus() - Method in interface javax.batch.runtime.context.JobContext
-
The getBatchStatus method simply returns the batch status value
set by the batch runtime into the job context.
- getBatchStatus() - Method in interface javax.batch.runtime.context.StepContext
-
The getBatchStatus method returns the current batch status of the
current step.
- getBatchStatus() - Method in interface javax.batch.runtime.JobExecution
-
Get batch status of this execution.
- getBatchStatus() - Method in interface javax.batch.runtime.StepExecution
-
Get batch status of this step execution.
- getBean(String) - Method in class javax.el.BeanNameResolver
-
Returns the bean known by its name.
- getBean() - Method in class javax.enterprise.deploy.model.XpathEvent
-
The bean being added/removed/changed.
- getBean() - Method in interface javax.enterprise.inject.spi.InjectionPoint
-
Get the
Bean
object representing the bean that defines the injection point.
- getBean() - Method in interface javax.enterprise.inject.spi.ProcessBean
-
Returns the
Bean
object that is about to be registered.
- getBeanAttributes() - Method in interface javax.enterprise.inject.spi.ProcessBeanAttributes
-
- getBeanClass() - Method in interface javax.enterprise.inject.spi.Bean
-
The bean
class of the managed bean or session bean or of the bean that declares the producer method or
field.
- getBeanClass() - Method in interface javax.enterprise.inject.spi.ObserverMethod
-
Obtains the
class of the type that declares the observer method.
- getBeanManager() - Method in 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
-
- getBegin() - Method in interface javax.servlet.jsp.jstl.core.LoopTagStatus
-
Returns the value of the 'begin' attribute for the associated tag,
or null if no 'begin' attribute was specified.
- getBehavior() - Method in class javax.faces.event.BehaviorEvent
-
Return the source Behavior
that sent this event.
- getBehaviorId() - Method in interface javax.faces.view.facelets.BehaviorConfig
-
Return the value of the behavior-id.
- getBehaviorId() - Method in class javax.faces.view.facelets.BehaviorHandler
-
- getBehaviorIds() - Method in class javax.faces.application.Application
-
Return an Iterator
over the set of currently registered
behavior ids for this Application
.
- getBehaviorIds() - Method in class javax.faces.application.ApplicationWrapper
-
- getBgcolor() - Method in class javax.faces.component.html.HtmlDataTable
-
Return the value of the bgcolor
property.
- getBgcolor() - Method in class javax.faces.component.html.HtmlPanelGrid
-
Return the value of the bgcolor
property.
- getBigDecimal() - Method in interface javax.json.stream.JsonParser
-
Returns a JSON number as a BigDecimal
.
- getBindableJavaType() - Method in interface javax.persistence.metamodel.Bindable
-
Return the Java type of the represented object.
- getBindableType() - Method in interface javax.persistence.metamodel.Bindable
-
Return the bindable type of the represented object.
- getBinding() - Method in class javax.faces.view.facelets.DelegatingMetaTagHandler
-
- getBinding() - Method in interface javax.xml.ws.BindingProvider
-
Get the Binding for this binding provider.
- getBinding() - Method in class javax.xml.ws.Endpoint
-
Returns the binding for this endpoint.
- getBindingID() - Method in interface javax.xml.ws.Binding
-
Get the URI for this binding instance.
- getBindingID() - Method in interface javax.xml.ws.handler.PortInfo
-
Gets the URI identifying the binding used by the port being accessed.
- getBody(Class<T>) - Method in interface javax.jms.Message
-
Returns the message body as an object of the specified type.
- getBody() - Method in interface javax.xml.soap.SOAPEnvelope
-
Returns the SOAPBody
object associated with this
SOAPEnvelope
object.
- getBodyContent() - Method in class javax.faces.webapp.UIComponentClassicTagBase
-
- getBodyContent() - Method in class javax.servlet.jsp.tagext.BodyTagSupport
-
Get current bodyContent.
- getBodyContent() - Method in class javax.servlet.jsp.tagext.TagInfo
-
The bodycontent information for this tag.
- getBodyLength() - Method in interface javax.jms.BytesMessage
-
Gets the number of bytes of the message body when the message
is in read-only mode.
- getBodyPart(int) - Method in class javax.mail.internet.MimeMultipart
-
Get the specified BodyPart.
- getBodyPart(String) - Method in class javax.mail.internet.MimeMultipart
-
Get the MimeBodyPart referred to by the given ContentID (CID).
- getBodyPart(int) - Method in class javax.mail.Multipart
-
Get the specified Part.
- getBodyPart(int) - Method in interface javax.mail.MultipartDataSource
-
Get the specified Part.
- getBodyrows() - Method in class javax.faces.component.html.HtmlDataTable
-
Return the value of the bodyrows
property.
- getBodyrows() - Method in class javax.faces.component.html.HtmlPanelGrid
-
Return the value of the bodyrows
property.
- getBookmarkableURL(FacesContext) - Method in class javax.faces.application.NavigationCase
-
- 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
-
- getBoolean(FaceletContext) - Method in class javax.faces.view.facelets.TagAttribute
-
- getBoolean(String) - Method in interface javax.jms.MapMessage
-
Returns the boolean
value with the specified name.
- getBoolean(int) - Method in interface javax.json.JsonArray
-
Returns the boolean value at the specified position.
- getBoolean(int, boolean) - Method in interface javax.json.JsonArray
-
Returns the boolean value at the specified position.
- getBoolean(String) - Method in interface javax.json.JsonObject
-
Returns the boolean value of the associated mapping for the specified
name.
- getBoolean(String, boolean) - Method in interface javax.json.JsonObject
-
Returns the boolean value of the associated mapping for the specified
name.
- getBooleanProperty(String) - Method in interface javax.jms.JMSProducer
-
Returns the message property with the specified name that has been set on
this JMSProducer
, converted to a boolean
.
- getBooleanProperty(String) - Method in interface javax.jms.Message
-
Returns the value of the boolean
property with the
specified name.
- getBootstrapConfiguration() - Method in interface javax.validation.Configuration
-
Returns configuration information stored in the META-INF/validation.xml
file.
- getBorder() - Method in class javax.faces.component.html.HtmlDataTable
-
Return the value of the border
property.
- getBorder() - Method in class javax.faces.component.html.HtmlPanelGrid
-
Return the value of the border
property.
- getBorder() - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the border
property.
- getBorder() - Method in class javax.faces.component.html.HtmlSelectOneRadio
-
Return the value of the border
property.
- 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 this
JspPropertyGroupDescriptor
.
- getBufferSize() - Method in class javax.servlet.jsp.JspWriter
-
This method returns the size of the buffer used by the JspWriter.
- getBufferSize() - Method in interface javax.servlet.ServletResponse
-
Returns the actual buffer size used for the response.
- getBufferSize() - Method in class javax.servlet.ServletResponseWrapper
-
The default behavior of this method is to return getBufferSize()
on the wrapped response object.
- getBuilder() - Method in class javax.xml.bind.annotation.W3CDomHandler
-
- getBulkResponse(String) - Method in interface javax.xml.registry.RegistryService
-
Returns the BulkResponse associated with specified requestId.
- getBusinessLifeCycleManager() - Method in interface javax.xml.registry.RegistryService
-
Returns the BusinessLifeCycleManager object implemented by the JAXR provider.
- getBusinessObject(Class<T>) - Method in interface javax.ejb.SessionContext
-
Obtain an object that can be used to invoke the current bean through
a particular business interface view or its no-interface view.
- getBusinessQueryManager() - Method in interface javax.xml.registry.RegistryService
-
Returns the BusinessQueryManager object implemented by the JAXR provider.
- getByte(String) - Method in interface javax.jms.MapMessage
-
Returns the byte
value with the specified name.
- getByteProperty(String) - Method in interface javax.jms.JMSProducer
-
Returns the message property with the specified name that has been set on
this JMSProducer
, converted to a String
.
- getByteProperty(String) - Method in interface javax.jms.Message
-
Returns the value of the byte
property with the specified
name.
- getBytes(String) - Method in interface javax.jms.MapMessage
-
Returns the byte array value with the specified name.
- getBytes() - Method in exception javax.websocket.DecodeException
-
Return the ByteBuffer containing either the whole message, or the partial message, that
could not be decoded, or null
if
this exception arose from a failure to decode a text message.
- getCache() - Method in interface javax.persistence.EntityManagerFactory
-
Access the cache that is associated with the entity manager
factory (the "second level cache").
- getCacheExtension() - Method in class javax.ws.rs.core.CacheControl
-
Corresponds to a set of extension cache control directives.
- 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.
- getCalls(QName) - Method in interface javax.xml.rpc.Service
-
Gets an array of preconfigured Call
objects for
invoking operations on the specified port.
- getCapabilityLevel() - Method in interface javax.xml.registry.CapabilityProfile
-
Gets the capability level supported by the JAXR provider.
- getCapabilityProfile() - Method in interface javax.xml.registry.RegistryService
-
Returns the CapabilityProfile for the JAXR provider.
- getCaptionClass() - Method in class javax.faces.component.html.HtmlDataTable
-
Return the value of the captionClass
property.
- getCaptionClass() - Method in class javax.faces.component.html.HtmlPanelGrid
-
Return the value of the captionClass
property.
- getCaptionStyle() - Method in class javax.faces.component.html.HtmlDataTable
-
Return the value of the captionStyle
property.
- getCaptionStyle() - Method in class javax.faces.component.html.HtmlPanelGrid
-
Return the value of the captionStyle
property.
- getCases() - Method in class javax.faces.flow.SwitchNode
-
Return the cases in this switch.
- getCause() - Method in exception javax.faces.FacesException
-
Return the cause of this exception, or null
if the
cause is nonexistent or unknown.
- getCause() - Method in exception javax.mail.MessagingException
-
Overrides the getCause
method of Throwable
to return the next exception in the chain of nested exceptions.
- getCause() - Method in exception javax.xml.bind.JAXBException
-
- getCause() - Method in exception javax.xml.registry.JAXRException
-
Returns the Throwable embedded in this JAXRException
if there is one.
- getCause() - Method in exception javax.xml.soap.SOAPException
-
Returns the Throwable
object embedded in this
SOAPException
if there is one.
- getCausedByException() - Method in exception javax.ejb.EJBException
-
Obtain the exception that caused the EJBException to be thrown.
- getCDI() - Method in interface javax.enterprise.inject.spi.CDIProvider
-
Provides access to the current container
- getCellpadding() - Method in class javax.faces.component.html.HtmlDataTable
-
Return the value of the cellpadding
property.
- getCellpadding() - Method in class javax.faces.component.html.HtmlPanelGrid
-
Return the value of the cellpadding
property.
- getCellspacing() - Method in class javax.faces.component.html.HtmlDataTable
-
Return the value of the cellspacing
property.
- getCellspacing() - Method in class javax.faces.component.html.HtmlPanelGrid
-
Return the value of the cellspacing
property.
- getCertStore() - Method in class javax.security.auth.message.callback.CertStoreCallback
-
Used by the CertStore user to obtain the CertStore set within the
Callback.
- getChain() - Method in class javax.security.auth.message.callback.PrivateKeyCallback
-
Used to obtain the 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.
- getChangeEvent() - Method in class javax.enterprise.deploy.model.XpathEvent
-
- 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
-
- getCharacterEncoding() - Method in interface javax.servlet.ServletRequest
-
Returns the name of the character encoding used in the body of this
request.
- getCharacterEncoding() - Method in class javax.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getCharacterEncoding()
on the wrapped request object.
- getCharacterEncoding() - Method in interface javax.servlet.ServletResponse
-
Returns the name of the character encoding (MIME charset)
used for the body sent in this response.
- getCharacterEncoding() - Method in class javax.servlet.ServletResponseWrapper
-
The default behavior of this method is to return getCharacterEncoding()
on the wrapped response object.
- getChars() - Method in interface javax.json.JsonString
-
Returns the char sequence for the JSON String value
- getCharset() - Method in class javax.faces.component.html.HtmlCommandLink
-
Return the value of the charset
property.
- getCharset() - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
-
Return the value of the charset
property.
- getCharset() - Method in class javax.faces.component.html.HtmlOutputLink
-
Return the value of the charset
property.
- getCharsetName() - Method in interface javax.xml.registry.infomodel.LocalizedString
-
Gets the canonical name for the charset for this object.
- getChildBean(String) - Method in interface javax.enterprise.deploy.model.DDBean
-
Return a list of DDBeans based upon the XPath.
- getChildBean(String) - Method in interface javax.enterprise.deploy.model.DeployableObject
-
Return an array of standard beans representing the
XML content returned based upon the XPath.
- getChildBean(ModuleType, String) - Method in interface javax.enterprise.deploy.model.J2eeApplicationObject
-
Return a list of DDBean based upon an XPath; all
deployment descriptors of the specified type are searched.
- getChildConceptCount() - Method in interface javax.xml.registry.infomodel.ClassificationScheme
-
Gets number of children.
- getChildConceptCount() - Method in interface javax.xml.registry.infomodel.Concept
-
Gets number of children.
- getChildCount() - Method in class javax.faces.component.UIComponent
-
- getChildCount() - Method in class javax.faces.component.UIComponentBase
-
- getChildElements() - Method in interface javax.xml.soap.SOAPElement
-
Returns an
Iterator
over all the immediate child
Node
s of this element.
- getChildElements(Name) - Method in interface javax.xml.soap.SOAPElement
-
Returns an
Iterator
over all the immediate child
Node
s of this element with the specified name.
- getChildElements(QName) - Method in interface javax.xml.soap.SOAPElement
-
Returns an
Iterator
over all the immediate child
Node
s of this element with the specified qname.
- getChildOrganizationCount() - Method in interface javax.xml.registry.infomodel.Organization
-
Gets number of children.
- getChildOrganizations() - Method in interface javax.xml.registry.infomodel.Organization
-
Gets all immediate children Organizations.
- getChildren() - Method in class javax.faces.component.UIComponent
-
Return a mutable
List
representing the child
UIComponent
s
associated with this component.
- getChildren() - Method in class javax.faces.component.UIComponentBase
-
- getChildrenConcepts() - Method in interface javax.xml.registry.infomodel.ClassificationScheme
-
Gets all immediate children Concepts.
- getChildrenConcepts() - Method in interface javax.xml.registry.infomodel.Concept
-
Gets all immediate children Concepts.
- getChildTargetModuleID() - Method in interface javax.enterprise.deploy.spi.TargetModuleID
-
Retrieve a list of identifiers of the children
of this deployed module.
- getCity() - Method in interface javax.xml.registry.infomodel.PostalAddress
-
Returns the city.
- getClasses() - Method in class javax.ws.rs.core.Application
-
Get a set of root resource, provider and
feature
classes.
- getClasses() - Method in interface javax.ws.rs.core.Configuration
-
Get the immutable set of registered JAX-RS component (such as provider or
feature
) classes to be instantiated, injected and utilized in the scope
of the configurable instance.
- getClassFromScope(String) - Method in interface javax.enterprise.deploy.model.DeployableObject
-
Retrieve the specified class from this deployable module.
- getClassifications() - Method in interface javax.xml.registry.infomodel.RegistryObject
-
Gets the Classification instances that classify this object.
- getClassificationScheme() - Method in interface javax.xml.registry.infomodel.Classification
-
Gets the ClassificationScheme that is used in classifying the object.
- getClassificationScheme() - Method in interface javax.xml.registry.infomodel.Concept
-
Gets the ClassificationScheme that this Concept is a descendent of.
- getClassifiedObject() - Method in interface javax.xml.registry.infomodel.Classification
-
Gets the Object that is being classified.
- getClassLoader() - Method in interface javax.persistence.spi.PersistenceUnitInfo
-
Returns ClassLoader that the provider may use to load any
classes, resources, or open URLs.
- getClassLoader() - Method in interface javax.servlet.ServletContext
-
Gets the class loader of the web application represented by this
ServletContext.
- getClassName() - Method in class javax.mail.Provider
-
Returns the name of the class that implements the protocol.
- getClassName() - Method in class javax.servlet.jsp.tagext.TagVariableInfo
-
The body of the <variable-class> element.
- getClassName() - Method in class javax.servlet.jsp.tagext.VariableInfo
-
Returns the type of this variable.
- getClassName() - Method in interface javax.servlet.Registration
-
Gets the fully qualified class name of the Servlet or Filter that
is represented by this Registration.
- getClassType() - Method in interface javax.persistence.Subgraph
-
Return the type for which this subgraph was defined.
- getClient() - Method in interface javax.ws.rs.client.ClientRequestContext
-
Get the client instance associated with the request.
- getClientAuthConfig(String, String, CallbackHandler) - Method in interface javax.security.auth.message.config.AuthConfigProvider
-
Get an instance of ClientAuthConfig from this provider.
- getClientBehaviorRenderer(String) - Method in class javax.faces.render.RenderKit
-
Return the
ClientBehaviorRenderer
instance most recently
registered for the specified
type
, if any;
otherwise, return
null
.
- getClientBehaviorRenderer(String) - Method in class javax.faces.render.RenderKitWrapper
-
- getClientBehaviorRendererTypes() - Method in class javax.faces.render.RenderKit
-
- getClientBehaviorRendererTypes() - Method in class javax.faces.render.RenderKitWrapper
-
- getClientBehaviors() - Method in interface javax.faces.component.behavior.ClientBehaviorHolder
-
Returns a non-null, unmodifiable
Map
that contains the the ClientBehavior
s that
have been attached to the component implementing this interface.
- getClientBehaviors() - Method in class javax.faces.component.UIComponentBase
-
- getClientConfiguration(TargetModuleID) - Method in interface javax.enterprise.deploy.spi.status.ProgressObject
-
Return the ClientConfiguration object associated with the
TargetModuleID.
- getClientId() - Method in class javax.faces.component.UIComponent
-
Enable 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 one
FacesMessage
has been queued.
- getClientIdsWithMessages() - Method in class javax.faces.context.FacesContextWrapper
-
- getClientWindow() - Method in class javax.faces.context.ExternalContext
-
- getClientWindow() - Method in class javax.faces.context.ExternalContextWrapper
-
- 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
-
- getCloseCode(int) - Static method in enum javax.websocket.CloseReason.CloseCodes
-
Creates a CloseCode from the given int code number.
- getCloseCode() - Method in class javax.websocket.CloseReason
-
The Close code associated with this CloseReason.
- getCloseCount() - Method in interface javax.management.j2ee.statistics.JCAConnectionPoolStats
-
The number of connections closed
- getCloseCount() - Method in interface javax.management.j2ee.statistics.JDBCConnectionPoolStats
-
Number of connections closed.
- getCode() - Method in interface javax.websocket.CloseReason.CloseCode
-
Returns the code number, for example the integer '1000' for normal closure.
- getCode() - Method in enum javax.websocket.CloseReason.CloseCodes
-
Return the code number of this status code.
- getCollection(String, Class<E>) - Method in interface javax.persistence.metamodel.ManagedType
-
Return the Collection-valued attribute of the managed type
that corresponds to the specified name and Java element type.
- getCollection(String) - Method in interface javax.persistence.metamodel.ManagedType
-
Return the Collection-valued attribute of the managed type
that corresponds to the specified name.
- getCollection() - Method in interface javax.xml.registry.BulkResponse
-
Get the Collection of objects returned as a response of a
bulk operation.
- getCollectionType() - Method in interface javax.persistence.metamodel.PluralAttribute
-
Return the collection type.
- getCols() - Method in class javax.faces.component.html.HtmlInputTextarea
-
Return the value of the cols
property.
- getColumn() - Method in class javax.faces.view.Location
-
Return the estimated character column.
- getColumnClasses() - Method in class javax.faces.component.html.HtmlDataTable
-
Return the value of the columnClasses
property.
- getColumnClasses() - Method in class javax.faces.component.html.HtmlPanelGrid
-
Return the value of the columnClasses
property.
- getColumnNames() - Method in interface javax.servlet.jsp.jstl.sql.Result
-
Returns the names of the columns in the result.
- getColumnNumber() - Method in interface javax.json.stream.JsonLocation
-
Return the column number 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
- getColumns() - Method in class javax.faces.component.html.HtmlPanelGrid
-
Return the value of the columns
property.
- getCommand() - Method in interface javax.enterprise.deploy.spi.status.DeploymentStatus
-
Retrieve the deployment CommandType of this event.
- getCommandType(int) - Static method in class javax.enterprise.deploy.shared.CommandType
-
Return an object of the specified value.
- getComment() - Method in class javax.servlet.http.Cookie
-
Returns the comment describing the purpose of this cookie, or
null
if the cookie has no comment.
- getComment() - Method in interface javax.servlet.SessionCookieConfig
-
Gets the comment that will be assigned to any session tracking
cookies created on behalf of the application represented by the
ServletContext from which this SessionCookieConfig
was acquired.
- getComment() - Method in class javax.ws.rs.core.NewCookie
-
Get the comment associated with the cookie.
- getCommittedCount() - Method in interface javax.management.j2ee.statistics.JTAStats
-
Number of committed transactions.
- getCommonPropertyType(ELContext, Object) - Method in class javax.el.ArrayELResolver
-
If the base object is a Java language array, returns the most general
type that this resolver accepts for the property
argument.
- getCommonPropertyType(ELContext, Object) - Method in class javax.el.BeanELResolver
-
If the base object is not null
, returns the most
general type that this resolver accepts for the
property
argument.
- getCommonPropertyType(ELContext, Object) - Method in class javax.el.BeanNameELResolver
-
Always returns String.class
, since a bean name is a String.
- getCommonPropertyType(ELContext, Object) - Method in class javax.el.CompositeELResolver
-
Returns the most general type that this resolver accepts for the
property
argument, given a base
object.
- getCommonPropertyType(ELContext, Object) - Method in class javax.el.ELResolver
-
Returns the most general type that this resolver accepts for the
property
argument, given a base
object.
- getCommonPropertyType(ELContext, Object) - Method in class javax.el.ListELResolver
-
If the base object is a list, returns the most general type that
this resolver accepts for the property
argument.
- getCommonPropertyType(ELContext, Object) - Method in class javax.el.MapELResolver
-
If the base object is a map, returns the most general type that
this resolver accepts for the property
argument.
- getCommonPropertyType(ELContext, Object) - Method in class javax.el.ResourceBundleELResolver
-
If the base object is a ResourceBundle, returns the most general type
that this resolver accepts for the property
argument.
- getCommonPropertyType(ELContext, Object) - Method in class javax.el.StaticFieldELResolver
-
Returns the type of the property.
- getCommonPropertyType(ELContext, Object) - Method in class javax.el.TypeConverter
-
- getCommonPropertyType(ELContext, Object) - Method in class javax.servlet.jsp.el.ImplicitObjectELResolver
-
If the base object is null
, returns
String.class
.
- getCommonPropertyType(ELContext, Object) - Method in class javax.servlet.jsp.el.ScopedAttributeELResolver
-
If the base object is null
, returns
String.class
.
- getComparison() - Method in class javax.mail.search.DateTerm
-
Return the type of comparison.
- getComparison() - Method in class javax.mail.search.IntegerComparisonTerm
-
Return the type of comparison.
- getComponent() - Method in class javax.faces.component.behavior.ClientBehaviorContext
-
- getComponent() - Method in class javax.faces.event.ComponentSystemEvent
-
- 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
-
- getComponentConfig() - Method in class javax.faces.view.facelets.ComponentHandler
-
- getComponentFamilies() - Method in class javax.faces.render.RenderKit
-
Return an Iterator
over
the component-family entries supported by this
RenderKit
instance.
- getComponentFamilies() - Method in class javax.faces.render.RenderKitWrapper
-
- getComponentInstance() - Method in class javax.faces.webapp.UIComponentClassicTagBase
-
Return the
UIComponent
instance that is associated with
this tag instance.
- getComponentInstance() - Method in class javax.faces.webapp.UIComponentTagBase
-
Return the
UIComponent
instance that is associated with
this tag instance.
- getComponentMetadata(FacesContext, Resource) - Method in class javax.faces.view.ViewDeclarationLanguage
-
Return a reference to the component
metadata for the composite component represented by the argument
componentResource
, or null
if the
metadata cannot be found.
- getComponentMetadata(FacesContext, Resource) - Method in class javax.faces.view.ViewDeclarationLanguageWrapper
-
- getComponentResources(FacesContext, String) - Method in class javax.faces.component.UIViewRoot
-
Return an unmodifiable
List
of UIComponent
s for the provided
target
agrument.
- getComponentStateToRestore(FacesContext) - Method in class javax.faces.render.ResponseStateManager
-
- 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
-
- getComponentType() - Method in interface javax.faces.view.facelets.ComponentConfig
-
ComponentType to pass to the
Application
.
- getComponentType() - Method in class javax.faces.webapp.UIComponentTagBase
-
Return the component type for the component that is or will be
bound to this tag.
- getComponentTypes() - Method in class javax.faces.application.Application
-
Return an Iterator
over the set of currently defined
component types for this Application
.
- getComponentTypes() - Method in class javax.faces.application.ApplicationWrapper
-
- 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.
- getConcept() - Method in interface javax.xml.registry.infomodel.Classification
-
Gets the Concept that is classifying the object.
- getCondition(FacesContext) - Method in class javax.faces.application.NavigationCase
-
Evaluates the
<if>
for this
<navigation-case>
, if any.
- getCondition(FacesContext) - Method in class javax.faces.application.NavigationCaseWrapper
-
- getCondition(FacesContext) - Method in class javax.faces.flow.SwitchCase
-
Return true
if this case should be
taken, false
otherwise.
- getConfigInUse() - Method in interface javax.json.JsonBuilderFactory
-
Returns read-only map of supported provider specific configuration
properties that are used to configure the created JSON builders.
- getConfigInUse() - Method in interface javax.json.JsonReaderFactory
-
Returns read-only map of supported provider specific configuration
properties that are used to configure the created JSON readers.
- getConfigInUse() - Method in interface javax.json.JsonWriterFactory
-
Returns read-only map of supported provider specific configuration
properties that are used to configure the created JSON writer objects.
- getConfigInUse() - Method in interface javax.json.stream.JsonGeneratorFactory
-
Returns a read-only map of supported provider specific configuration
properties that are used to configure the JSON generators.
- getConfigInUse() - Method in interface javax.json.stream.JsonParserFactory
-
Returns a read-only map of supported provider specific configuration
properties that are used to configure the JSON parsers.
- getConfigProvider(String, String, RegistrationListener) - Method in class javax.security.auth.message.config.AuthConfigFactory
-
Get a registered AuthConfigProvider from the factory.
- getConfiguration() - Method in interface javax.ws.rs.client.ClientRequestContext
-
Get the immutable configuration of the request.
- getConfiguration() - Method in interface javax.ws.rs.core.Configurable
-
Get a live view of an internal configuration state of this configurable instance.
- getConfigurator() - Method in interface javax.websocket.ClientEndpointConfig
-
Return the custom configurator for this configuration.
- getConfigurator() - Method in interface javax.websocket.server.ServerEndpointConfig
-
- getConnection() - Method in interface javax.resource.cci.ConnectionFactory
-
Gets a connection to an EIS instance.
- getConnection(ConnectionSpec) - Method in interface javax.resource.cci.ConnectionFactory
-
Gets a connection to an EIS instance.
- getConnection() - Method in interface javax.resource.cci.Interaction
-
Gets the Connection associated with the Interaction.
- getConnection(Subject, ConnectionRequestInfo) - Method in interface javax.resource.spi.ManagedConnection
-
Creates a new connection handle for the underlying physical connection
represented by the ManagedConnection instance.
- getConnectionFactory() - Method in interface javax.management.j2ee.statistics.JCAConnectionStats
-
Returns the associated JCAConnectionFactory OBJECT_NAME
- getConnectionHandle() - Method in class javax.resource.spi.ConnectionEvent
-
Get the connection handle associated with the Managed
Connection instance.
- getConnectionPools() - Method in interface javax.management.j2ee.statistics.JCAStats
-
Returns an array of JCAConnectionPool Stats that provide statistics about
the connection pools associated with the referencing 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
-
- getConstraintValidatorFactoryClassName() - Method in interface javax.validation.BootstrapConfiguration
-
- 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
-
- 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
-
- 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.
- getContent() - Method in class javax.xml.soap.AttachmentPart
-
Gets the content of this AttachmentPart
object as a Java
object.
- getContent() - Method in class javax.xml.soap.SOAPPart
-
Returns the content of the SOAPEnvelope as a JAXP Source
object.
- getContentDescription() - Method in class javax.xml.soap.SOAPMessage
-
Retrieves a description of this SOAPMessage
object's
content.
- getContentID() - Method in class javax.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.
- getContentId() - Method in class javax.xml.soap.AttachmentPart
-
Gets the value of the MIME header whose name is "Content-ID".
- getContentId() - Method in class javax.xml.soap.SOAPPart
-
Retrieves the value of the MIME header whose name is "Content-Id".
- 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.
- getContentLocation() - Method in class javax.xml.soap.AttachmentPart
-
Gets the value of the MIME header whose name is "Content-Location".
- getContentLocation() - Method in class javax.xml.soap.SOAPPart
-
Retrieves the value of the MIME header whose name is "Content-Location".
- 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
-
- 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
-
- 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.
- getContentType() - Method in class javax.xml.soap.AttachmentPart
-
Gets the value of the MIME header whose name is "Content-Type".
- getContext() - Method in class javax.ejb.embeddable.EJBContainer
-
Retrieve a naming context for looking up references to session beans
executing in the embeddable container.
- getContext(Class) - Method in class javax.el.ELContext
-
Returns the context object associated with the given key.
- getContext(Class) - Method in class javax.el.StandardELContext
-
- getContext(Class<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.BeanManager
-
- 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
-
- 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 this
XAJMSContext
.
- getContext(String) - Static method in class javax.security.jacc.PolicyContext
-
This method may be used by a
Policy
provider to activate the
PolicyContextHandler
registered to the context object key
and cause it to return the corresponding policy context object from
the container.
- getContext(String, Object) - Method in interface javax.security.jacc.PolicyContextHandler
-
This public method is used by the PolicyContext
class to
activate the handler and obtain from it the context object
identified by the (case-sensitive) key.
- getContext(String) - Method in interface javax.servlet.ServletContext
-
Returns a ServletContext
object that
corresponds to a specified URL on the server.
- getContext(Class<?>) - Method in interface javax.ws.rs.ext.ContextResolver
-
Get a context of type T
that is applicable to the supplied
type.
- getContext() - Method in interface javax.xml.ws.Response
-
Gets the contained response context.
- 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
-
- 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
-
- 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
-
- getConverter(Class<T>, Type, Annotation[]) - Method in interface javax.ws.rs.ext.ParamConverterProvider
-
Obtain a
ParamConverter
that can provide from/to string conversion
for an instance of a particular Java type.
- getConverterId() - Method in interface javax.faces.view.facelets.ConverterConfig
-
Return the converter id to be used
in instantiating this converter
- getConverterId(FaceletContext) - Method in class javax.faces.view.facelets.ConverterHandler
-
- getConverterIds() - Method in class javax.faces.application.Application
-
Return an Iterator
over the set of currently registered
converter ids for this Application
.
- getConverterIds() - Method in class javax.faces.application.ApplicationWrapper
-
- getConverterMessage() - Method in class javax.faces.component.UIInput
-
- getConverterTypes() - Method in class javax.faces.application.Application
-
Return an
Iterator
over the set of
Class
instances for which
Converter
classes have been explicitly
registered.
- getConverterTypes() - Method in class javax.faces.application.ApplicationWrapper
-
- getCookies() - Method in interface javax.servlet.http.HttpServletRequest
-
Returns an array containing all of the Cookie
objects the client sent with this request.
- getCookies() - Method in class javax.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getCookies()
on the wrapped request object.
- getCookies() - Method in interface javax.ws.rs.client.ClientRequestContext
-
Get any cookies that accompanied the request.
- getCookies() - Method in interface javax.ws.rs.client.ClientResponseContext
-
Get any new cookies set on the response message.
- getCookies() - Method in interface javax.ws.rs.container.ContainerRequestContext
-
Get any cookies that accompanied the request.
- getCookies() - Method in interface javax.ws.rs.container.ContainerResponseContext
-
Get any new cookies set on the response message.
- getCookies() - Method in interface javax.ws.rs.core.HttpHeaders
-
Get any cookies that accompanied the request.
- getCookies() - Method in class javax.ws.rs.core.Response
-
Get any new cookies set on the response message.
- getCoords() - Method in class javax.faces.component.html.HtmlCommandLink
-
Return the value of the coords
property.
- getCoords() - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
-
Return the value of the coords
property.
- getCoords() - Method in class javax.faces.component.html.HtmlOutputLink
-
Return the value of the coords
property.
- getCorrelatedJoins() - Method in interface javax.persistence.criteria.Subquery
-
Return the correlated joins of the subquery.
- getCorrelationParent() - Method in interface javax.persistence.criteria.From
-
Returns the parent From
object from which the correlated
From
object has been obtained through correlation (use
of a Subquery
correlate
method).
- getCount() - Method in class javax.mail.internet.MimeMultipart
-
Return the number of enclosed BodyPart objects.
- getCount() - Method in class javax.mail.Multipart
-
Return the number of enclosed BodyPart objects.
- getCount() - Method in interface javax.mail.MultipartDataSource
-
Return the number of enclosed BodyPart objects.
- getCount() - Method in interface javax.management.j2ee.statistics.CountStatistic
-
The count since the last reset.
- getCount() - Method in interface javax.management.j2ee.statistics.TimeStatistic
-
Number of times the operation was invoked since the beginning of this measurement.
- getCount() - Method in interface javax.servlet.jsp.jstl.core.LoopTagStatus
-
Retrieves the "count" of the current round of the iteration.
- getCountry() - Method in interface javax.xml.registry.infomodel.PostalAddress
-
Returns the country.
- getCountryCode() - Method in interface javax.xml.registry.infomodel.TelephoneNumber
-
Gets the country code.
- getCreateCount() - Method in interface javax.management.j2ee.statistics.EJBStats
-
Number of times create was called.
- getCreateCount() - Method in interface javax.management.j2ee.statistics.JCAConnectionPoolStats
-
The number of connections created
- getCreateCount() - Method in interface javax.management.j2ee.statistics.JDBCConnectionPoolStats
-
Number of connections created.
- getCreated() - Method in class javax.faces.webapp.UIComponentClassicTagBase
-
Return true
if we dynamically created a new component
instance during execution of this tag.
- getCreated() - Method in class javax.faces.webapp.UIComponentTagBase
-
Return true
if we dynamically created a new component
instance during execution of this tag.
- getCreatedComponents() - Method in class javax.faces.webapp.UIComponentClassicTagBase
-
- 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.
- getCredentials() - Method in interface javax.xml.registry.Connection
-
Gets the credentials associated with this client.
- getCriteriaBuilder() - Method in interface javax.persistence.EntityManager
-
Return an instance of CriteriaBuilder
for the creation of
CriteriaQuery
objects.
- getCriteriaBuilder() - Method in interface javax.persistence.EntityManagerFactory
-
Return an instance of CriteriaBuilder
for the creation of
CriteriaQuery
objects.
- getCrossParameterDescriptor() - Method in interface javax.validation.metadata.ExecutableDescriptor
-
Returns a descriptor containing the cross-parameter constraints
of this executable.
- getCryptographicallyStrongTokenFromSession(FacesContext) - Method in class javax.faces.render.ResponseStateManager
-
Compliant implementations must return a
cryptographically strong token for use to protect views in this
application.
- getCurrencyCode() - Method in class javax.faces.convert.NumberConverter
-
Return the ISO 4217 currency code used by getAsString()
with a type
of currency
.
- getCurrencySymbol() - Method in class javax.faces.convert.NumberConverter
-
Return the currency symbol used by getAsString()
with a type
of currency
.
- getCurrent() - Method in interface javax.management.j2ee.statistics.RangeStatistic
-
The current value of this attribute.
- getCurrent() - Method in interface javax.servlet.jsp.jstl.core.LoopTag
-
Retrieves the current item in the iteration.
- getCurrent() - Method in interface javax.servlet.jsp.jstl.core.LoopTagStatus
-
Retrieves the current item in the iteration.
- getCurrent() - Method in class javax.servlet.jsp.jstl.core.LoopTagSupport
-
- getCurrentComponent(FacesContext) - Static method in class javax.faces.component.UIComponent
-
Return the UIComponent
instance that is currently processing.
- getCurrentCompositeComponent(FacesContext) - Static method in class javax.faces.component.UIComponent
-
- getCurrentFlow(FacesContext) - Method in class javax.faces.flow.FlowHandler
-
Return the currently active Flow
for the argument FacesContext
, or null
if
no flow is active.
- getCurrentFlow() - Method in class javax.faces.flow.FlowHandler
-
- getCurrentFlowScope() - Method in class javax.faces.flow.FlowHandler
-
Return the Map
that backs
the #{flowScope}
EL implicit object or null
if no flow is currently active.
- getCurrentInstance() - Static method in class javax.faces.context.FacesContext
-
Return the FacesContext
instance for the request that is being processed by the current
thread.
- getCurrentLocale() - Method in interface javax.enterprise.deploy.spi.DeploymentManager
-
Returns the active locale this implementation of
javax.enterprise.deploy.spi subpackages is running.
- getCurrentPhaseId() - Method in class javax.faces.context.FacesContext
-
- getCurrentPhaseId() - Method in class javax.faces.context.FacesContextWrapper
-
- 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.
- getDataHandler() - Method in class javax.xml.soap.AttachmentPart
-
Gets the DataHandler
object for this AttachmentPart
object.
- 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
-
- getDataModelListeners() - Method in class javax.faces.model.DataModel
-
- getDate() - Method in class javax.mail.search.DateTerm
-
Return the Date to compare with.
- getDate() - Method in interface javax.ws.rs.client.ClientRequestContext
-
Get message date.
- getDate() - Method in interface javax.ws.rs.client.ClientResponseContext
-
Get message date.
- getDate() - Method in interface javax.ws.rs.container.ContainerRequestContext
-
Get message date.
- getDate() - Method in interface javax.ws.rs.container.ContainerResponseContext
-
Get message date.
- getDate() - Method in interface javax.ws.rs.core.HttpHeaders
-
Get message date.
- getDate() - Method in class javax.ws.rs.core.Response
-
Get message date.
- getDateHeader(String) - Method in interface javax.servlet.http.HttpServletRequest
-
Returns the value of the specified request header
as a long
value that represents a
Date
object.
- getDateHeader(String) - Method in class javax.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getDateHeader(String name)
on the wrapped request object.
- getDateStyle() - Method in class javax.faces.convert.DateTimeConverter
-
Return the style to be used to format or parse dates.
- getDayOfMonth() - Method in class javax.ejb.ScheduleExpression
-
Return the value of the day of the month attribute.
- getDayOfWeek() - Method in class javax.ejb.ScheduleExpression
-
Return the value of the day of the week attribute.
- getDConfigBean(DDBean) - Method in interface javax.enterprise.deploy.spi.DConfigBean
-
Return the JavaBean containing the server-specific deployment
configuration information based upon the XML data provided
by the DDBean.
- getDConfigBean(DDBeanRoot) - Method in interface javax.enterprise.deploy.spi.DConfigBeanRoot
-
Return a DConfigBean for a deployment descriptor that is not
the module's primary deployment descriptor.
- getDConfigBeanRoot(DDBeanRoot) - Method in interface javax.enterprise.deploy.spi.DeploymentConfiguration
-
Returns the top level configuration bean, DConfigBeanRoot,
associated with the deployment descriptor represented by
the designated DDBeanRoot bean.
- getDConfigBeanVersion() - Method in interface javax.enterprise.deploy.spi.DeploymentManager
-
Returns the Java EE platform version number for which the
configuration beans are provided.
- getDConfigBeanVersionType(int) - Static method in class javax.enterprise.deploy.shared.DConfigBeanVersionType
-
Return an object of the specified value.
- getDDBean() - Method in interface javax.enterprise.deploy.spi.DConfigBean
-
Return the JavaBean containing the deployment
descriptor XML text associated with this DConfigBean.
- getDDBeanRoot() - Method in interface javax.enterprise.deploy.model.DeployableObject
-
Return the top level standard bean representing
the root of the deployment descriptor.
- getDDBeanRoot(String) - Method in interface javax.enterprise.deploy.model.DeployableObject
-
Returns a DDBeanRoot object for the XML instance document named.
- getDDBeanRootVersion() - Method in interface javax.enterprise.deploy.model.DDBeanRoot
-
Returns the version number of an XML instance document.
- getDebug() - Method in class javax.mail.Session
-
Get the debug setting for this Session.
- getDebugOut() - Method in class javax.mail.Session
-
Returns the stream to be used for debugging output.
- getDeclarativeQueryManager() - Method in interface javax.xml.registry.RegistryService
-
Returns the DeclarativeQueryManager object implemented by the JAXR provider.
- getDeclare() - Method in class javax.servlet.jsp.tagext.TagVariableInfo
-
The body of the <declare> element.
- getDeclare() - Method in class javax.servlet.jsp.tagext.VariableInfo
-
Returns whether this is a new variable.
- getDeclaredAttribute(String) - Method in interface javax.persistence.metamodel.ManagedType
-
Return the attribute declared by the managed
type that corresponds to the specified name.
- getDeclaredAttributes() - Method in interface javax.persistence.metamodel.ManagedType
-
Return the attributes declared by the managed type.
- getDeclaredCollection(String, Class<E>) - Method in interface javax.persistence.metamodel.ManagedType
-
Return the Collection-valued attribute declared by the
managed type that corresponds to the specified name and Java
element type.
- getDeclaredCollection(String) - Method in interface javax.persistence.metamodel.ManagedType
-
Return the Collection-valued attribute declared by the
managed type that corresponds to the specified name.
- getDeclaredId(Class<Y>) - Method in interface javax.persistence.metamodel.IdentifiableType
-
Return the attribute that corresponds to the id attribute
declared by the entity or mapped superclass.
- getDeclaredList(String, Class<E>) - Method in interface javax.persistence.metamodel.ManagedType
-
Return the List-valued attribute declared by the managed
type that corresponds to the specified name and Java
element type.
- getDeclaredList(String) - Method in interface javax.persistence.metamodel.ManagedType
-
Return the List-valued attribute declared by the managed
type that corresponds to the specified name.
- getDeclaredMap(String, Class<K>, Class<V>) - Method in interface javax.persistence.metamodel.ManagedType
-
Return the Map-valued attribute declared by the managed
type that corresponds to the specified name and Java key
and value types.
- getDeclaredMap(String) - Method in interface javax.persistence.metamodel.ManagedType
-
Return the Map-valued attribute declared by the managed
type that corresponds to the specified name.
- getDeclaredPluralAttributes() - Method in interface javax.persistence.metamodel.ManagedType
-
Return all multi-valued attributes (Collection-, Set-,
List-, and Map-valued attributes) declared by the
managed type.
- getDeclaredSet(String, Class<E>) - Method in interface javax.persistence.metamodel.ManagedType
-
Return the Set-valued attribute declared by the managed type
that corresponds to the specified name and Java element type.
- getDeclaredSet(String) - Method in interface javax.persistence.metamodel.ManagedType
-
Return the Set-valued attribute declared by the managed type
that corresponds to the specified name.
- getDeclaredSingularAttribute(String, Class<Y>) - Method in interface javax.persistence.metamodel.ManagedType
-
Return the single-valued attribute declared by the
managed type that corresponds to the specified name and
Java type.
- getDeclaredSingularAttribute(String) - Method in interface javax.persistence.metamodel.ManagedType
-
Return the single-valued attribute declared by the managed
type that corresponds to the specified name.
- getDeclaredSingularAttributes() - Method in interface javax.persistence.metamodel.ManagedType
-
Return the single-valued attributes declared by the managed
type.
- getDeclaredType() - Method in class javax.xml.bind.JAXBElement
-
Returns the Java binding of the xml element declaration's type attribute.
- getDeclaredVersion(Class<Y>) - Method in interface javax.persistence.metamodel.IdentifiableType
-
Return the attribute that corresponds to the version
attribute declared by the entity or mapped superclass.
- getDeclaringCallable() - Method in interface javax.enterprise.inject.spi.AnnotatedParameter
-
- 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
-
- 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
-
- getDefaultContentType() - Method in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
-
Gets the value of the default-content-type
configuration,
which specifies the default response content type for any JSP pages
mapped to the JSP property group represented by this
JspPropertyGroupDescriptor
.
- getDefaultDomain() - Method in interface javax.management.j2ee.Management
-
Returns the default domain name of this MEJB.
- getDefaultEventName() - Method in interface javax.faces.component.behavior.ClientBehaviorHolder
-
Returns the default event
name for this ClientBehaviorHolder
implementation.
- getDefaultEventName() - Method in class javax.faces.component.html.HtmlBody
-
- getDefaultEventName() - Method in class javax.faces.component.html.HtmlCommandButton
-
- getDefaultEventName() - Method in class javax.faces.component.html.HtmlCommandLink
-
- getDefaultEventName() - Method in class javax.faces.component.html.HtmlDataTable
-
- getDefaultEventName() - Method in class javax.faces.component.html.HtmlForm
-
- getDefaultEventName() - Method in class javax.faces.component.html.HtmlGraphicImage
-
- getDefaultEventName() - Method in class javax.faces.component.html.HtmlInputFile
-
- getDefaultEventName() - Method in class javax.faces.component.html.HtmlInputSecret
-
- getDefaultEventName() - Method in class javax.faces.component.html.HtmlInputText
-
- getDefaultEventName() - Method in class javax.faces.component.html.HtmlInputTextarea
-
- getDefaultEventName() - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
-
- getDefaultEventName() - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
-
- getDefaultEventName() - Method in class javax.faces.component.html.HtmlOutputLabel
-
- getDefaultEventName() - Method in class javax.faces.component.html.HtmlOutputLink
-
- getDefaultEventName() - Method in class javax.faces.component.html.HtmlPanelGrid
-
- getDefaultEventName() - Method in class javax.faces.component.html.HtmlPanelGroup
-
- getDefaultEventName() - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
-
- getDefaultEventName() - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
-
- getDefaultEventName() - Method in class javax.faces.component.html.HtmlSelectManyListbox
-
- getDefaultEventName() - Method in class javax.faces.component.html.HtmlSelectManyMenu
-
- getDefaultEventName() - Method in class javax.faces.component.html.HtmlSelectOneListbox
-
- getDefaultEventName() - Method in class javax.faces.component.html.HtmlSelectOneMenu
-
- getDefaultEventName() - Method in class javax.faces.component.html.HtmlSelectOneRadio
-
- getDefaultEventName() - Method in class javax.faces.component.UIComponentBase
-
- getDefaultFactory() - Static method in class javax.servlet.jsp.JspFactory
-
Returns the default factory for this implementation.
- getDefaultFolder() - Method in class javax.mail.Store
-
Returns a Folder object that represents the 'root' of
the default namespace presented to the user by the Store.
- getDefaultInstance(Properties, Authenticator) - Static method in class javax.mail.Session
-
Get the default Session object.
- getDefaultInstance(Properties) - Static method in class javax.mail.Session
-
Get the default Session object.
- getDefaultJavaCharset() - Static method in class javax.mail.internet.MimeUtility
-
Get the default charset corresponding to the system's current
default locale.
- getDefaultLocale() - Method in interface javax.enterprise.deploy.spi.DeploymentManager
-
Returns the default locale supported by this implementation of
javax.enterprise.deploy.spi subpackages.
- getDefaultLocale() - Method in class javax.faces.application.Application
-
Return the default Locale
for this application.
- getDefaultLocale() - Method in class javax.faces.application.ApplicationWrapper
-
- getDefaultMaxBinaryMessageBufferSize() - Method in interface javax.websocket.WebSocketContainer
-
Returns the default maximum size of incoming binary message that this container
will buffer.
- getDefaultMaxSessionIdleTimeout() - Method in interface javax.websocket.WebSocketContainer
-
Return the default time in milliseconds after which any web socket sessions in this
container will be closed if it has been inactive.
- getDefaultMaxTextMessageBufferSize() - Method in interface javax.websocket.WebSocketContainer
-
Returns the default maximum size of incoming text message that this container
will buffer.
- getDefaultMessageInterpolator() - Method in interface javax.validation.Configuration
-
Returns an implementation of the
MessageInterpolator
interface
following the default
MessageInterpolator
defined in the
specification:
use the
ValidationMessages
resource bundle to load keys
use
Locale.getDefault()
- getDefaultOutcome(FacesContext) - Method in class javax.faces.flow.SwitchNode
-
Return the default outcome in this switch.
- getDefaultParameterNameProvider() - Method in interface javax.validation.Configuration
-
Returns an implementation of the
ParameterNameProvider
interface following the default
ParameterNameProvider
defined in the specification:
returns names in the form
arg<PARAMETER_INDEX>
where
PARAMETER_INDEX
starts at 0 for the first parameter,
e.g.
- getDefaultPostalScheme() - Method in interface javax.xml.registry.RegistryService
-
Gets the default user-defined postal scheme for codifying the attributes of PostalAddress.
- getDefaultProviderClassName() - Method in interface javax.validation.BootstrapConfiguration
-
- 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
-
- getDefaultSessionTrackingModes() - Method in interface javax.servlet.ServletContext
-
Gets the session tracking modes that are supported by default for this
ServletContext.
- getDefaultTraversableResolver() - Method in interface javax.validation.Configuration
-
Returns an implementation of the
TraversableResolver
interface
following the default
TraversableResolver
defined in the
specification:
if Java Persistence is available in the runtime environment,
a property is considered reachable if Java Persistence considers
the property as loaded
if Java Persistence is not available in the runtime environment,
all properties are considered reachable
all properties are considered cascadable.
- getDefaultTypeMapping() - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
-
Gets the registered default TypeMapping
instance.
- getDefaultUserName() - Method in class javax.mail.Authenticator
-
- getDefaultValidatedExecutableTypes() - Method in interface javax.validation.BootstrapConfiguration
-
- getDefaultValidationProviderResolver() - Method in interface javax.validation.spi.BootstrapState
-
Specification default ValidationProviderResolver
strategy instance.
- getDefaultValidatorInfo() - Method in class javax.faces.application.Application
-
Return an immutable Map
over
the set of currently registered default validator IDs and their class
name for this Application
.
- getDefaultValidatorInfo() - Method in class javax.faces.application.ApplicationWrapper
-
- getDeferredSyntaxAllowedAsLiteral() - Method in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
-
Gets the value of the
deferred-syntax-allowed-as-literal
configuration, which
specifies whether the character sequence "#{"
,
which is normally reserved for Expression Language (EL) expressions,
will cause a translation error if it appears as a String literal
in any JSP pages mapped to the JSP property group represented by
this JspPropertyGroupDescriptor
.
- getDefiningDocumentId() - Method in class javax.faces.flow.Flow
-
Return the immutable application unique
identifier for the document in which the argument flow is defined.
- getDelay() - Method in class javax.faces.component.behavior.AjaxBehavior
-
Returns the delay value, or null
if no value was set.
- getDelegate() - Method in interface javax.persistence.EntityManager
-
Return the underlying provider object for the EntityManager
,
if available.
- getDelegateQualifiers() - Method in interface javax.enterprise.inject.spi.Decorator
-
- getDelegateType() - Method in interface javax.enterprise.inject.spi.Decorator
-
- 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.
- getDeployableObject() - Method in interface javax.enterprise.deploy.model.DDBeanRoot
-
Return the containing DeployableObject
- getDeployableObject(String) - Method in interface javax.enterprise.deploy.model.J2eeApplicationObject
-
Return the DeployableObject of the specified URI designator.
- getDeployableObject() - Method in interface javax.enterprise.deploy.spi.DeploymentConfiguration
-
Returns an object that provides access to
the deployment descriptor data and classes
of a Java EE module.
- getDeployableObjects(ModuleType) - Method in interface javax.enterprise.deploy.model.J2eeApplicationObject
-
Return the all DeployableObjects of the specified type.
- getDeployableObjects() - Method in interface javax.enterprise.deploy.model.J2eeApplicationObject
-
Return the all DeployableObjects in this application.
- getDeploymentFactories() - Method in class javax.enterprise.deploy.shared.factories.DeploymentFactoryManager
-
Retrieve the lists of currently registered DeploymentFactories.
- getDeploymentManager(String, String, String) - Method in class javax.enterprise.deploy.shared.factories.DeploymentFactoryManager
-
Retrieves a DeploymentManager instance to use for deployment.
- getDeploymentManager(String, String, String) - Method in interface javax.enterprise.deploy.spi.factories.DeploymentFactory
-
Return a connected DeploymentManager instance.
- getDeploymentStatus() - Method in class javax.enterprise.deploy.spi.status.ProgressEvent
-
Retrieve the status information.
- getDeploymentStatus() - Method in interface javax.enterprise.deploy.spi.status.ProgressObject
-
Retrieve the status of this activity.
- getDescendantConcepts() - Method in interface javax.xml.registry.infomodel.ClassificationScheme
-
Gets all descendant Concepts.
- getDescendantConcepts() - Method in interface javax.xml.registry.infomodel.Concept
-
Gets all descendant Concepts.
- getDescendantOrganizations() - Method in interface javax.xml.registry.infomodel.Organization
-
Gets all descendant Organizations.
- getDescription() - Method in interface javax.enterprise.deploy.spi.Target
-
Retrieve other descriptive information
about the target.
- getDescription() - Method in class javax.faces.model.SelectItem
-
Return a description of this item, for use in development tools.
- getDescription() - Method in class javax.mail.internet.MimeBodyPart
-
Returns the "Content-Description" header field of this body part.
- getDescription() - Method in class javax.mail.internet.MimeMessage
-
Returns the "Content-Description" header field of this Message.
- getDescription() - Method in interface javax.mail.Part
-
Return a description String for this part.
- getDescription() - Method in interface javax.management.j2ee.statistics.Statistic
-
A human-readable description of the Statistic.
- getDescription() - Method in class javax.resource.spi.work.HintsContext
-
Get the brief description of the role played by the
WorkContext
and any other related debugging information.
- getDescription() - Method in class javax.resource.spi.work.SecurityContext
-
Get the brief description of the role played by the
WorkContext
and any other related debugging information.
- getDescription() - Method in class javax.resource.spi.work.TransactionContext
-
Get the brief description of the role played by the
WorkContext
and any other related debugging information.
- getDescription() - Method in interface javax.resource.spi.work.WorkContext
-
Get the brief description of the role played by the
WorkContext
and any other related debugging information.
- getDescription() - Method in interface javax.security.auth.message.config.AuthConfigFactory.RegistrationContext
-
Get the description from the registration context
- getDescription() - Method in class javax.servlet.jsp.tagext.TagAttributeInfo
-
Gets the description string of this tag attribute.
- getDescription() - Method in interface javax.xml.registry.infomodel.RegistryObject
-
Gets the textual description for this object.
- getDeserializer(Class, QName) - Method in interface javax.xml.rpc.encoding.TypeMapping
-
Gets the DeserializerFactory registered for the specified
pair of Java type and XML data type.
- getDeserializerAs(String) - Method in interface javax.xml.rpc.encoding.DeserializerFactory
-
Returns a Deserializer for the specified XML processing
mechanism type.
- getDestination() - Method in interface javax.jms.MessageProducer
-
Gets the destination associated with this MessageProducer
.
- getDestination() - Method in interface javax.management.j2ee.statistics.JMSProducerStats
-
Returns a string that encapsulates the identity of the message destination
- getDetail() - Method in class javax.faces.application.FacesMessage
-
Return the localized detail text.
- getDetail() - Method in exception javax.xml.rpc.soap.SOAPFaultException
-
Gets the detail element.
- getDetail() - Method in interface javax.xml.soap.SOAPFault
-
Returns the optional detail element for this SOAPFault
object.
- getDetailEntries() - Method in interface javax.xml.soap.Detail
-
Gets an Iterator over all of the DetailEntry
s in this Detail
object.
- getDigest() - Method in class javax.security.auth.message.callback.PrivateKeyCallback.DigestRequest
-
Get the digest value.
- getDir() - Method in class javax.faces.component.html.HtmlBody
-
Return the value of the dir
property.
- getDir() - Method in class javax.faces.component.html.HtmlCommandButton
-
Return the value of the dir
property.
- getDir() - Method in class javax.faces.component.html.HtmlCommandLink
-
Return the value of the dir
property.
- getDir() - Method in class javax.faces.component.html.HtmlDataTable
-
Return the value of the dir
property.
- getDir() - Method in class javax.faces.component.html.HtmlForm
-
Return the value of the dir
property.
- getDir() - Method in class javax.faces.component.html.HtmlGraphicImage
-
Return the value of the dir
property.
- getDir() - Method in class javax.faces.component.html.HtmlHead
-
Return the value of the dir
property.
- getDir() - Method in class javax.faces.component.html.HtmlInputFile
-
Return the value of the dir
property.
- getDir() - Method in class javax.faces.component.html.HtmlInputSecret
-
Return the value of the dir
property.
- getDir() - Method in class javax.faces.component.html.HtmlInputText
-
Return the value of the dir
property.
- getDir() - Method in class javax.faces.component.html.HtmlInputTextarea
-
Return the value of the dir
property.
- getDir() - Method in class javax.faces.component.html.HtmlMessage
-
Return the value of the dir
property.
- getDir() - Method in class javax.faces.component.html.HtmlMessages
-
Return the value of the dir
property.
- getDir() - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
-
Return the value of the dir
property.
- getDir() - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
-
Return the value of the dir
property.
- getDir() - Method in class javax.faces.component.html.HtmlOutputFormat
-
Return the value of the dir
property.
- getDir() - Method in class javax.faces.component.html.HtmlOutputLabel
-
Return the value of the dir
property.
- getDir() - Method in class javax.faces.component.html.HtmlOutputLink
-
Return the value of the dir
property.
- getDir() - Method in class javax.faces.component.html.HtmlOutputText
-
Return the value of the dir
property.
- getDir() - Method in class javax.faces.component.html.HtmlPanelGrid
-
Return the value of the dir
property.
- getDir() - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
-
Return the value of the dir
property.
- getDir() - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the dir
property.
- getDir() - Method in class javax.faces.component.html.HtmlSelectManyListbox
-
Return the value of the dir
property.
- getDir() - Method in class javax.faces.component.html.HtmlSelectManyMenu
-
Return the value of the dir
property.
- getDir() - Method in class javax.faces.component.html.HtmlSelectOneListbox
-
Return the value of the dir
property.
- getDir() - Method in class javax.faces.component.html.HtmlSelectOneMenu
-
Return the value of the dir
property.
- getDir() - Method in class javax.faces.component.html.HtmlSelectOneRadio
-
Return the value of the dir
property.
- getDisabledClass() - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the disabledClass
property.
- getDisabledClass() - Method in class javax.faces.component.html.HtmlSelectManyListbox
-
Return the value of the disabledClass
property.
- getDisabledClass() - Method in class javax.faces.component.html.HtmlSelectManyMenu
-
Return the value of the disabledClass
property.
- getDisabledClass() - Method in class javax.faces.component.html.HtmlSelectOneListbox
-
Return the value of the disabledClass
property.
- getDisabledClass() - Method in class javax.faces.component.html.HtmlSelectOneMenu
-
Return the value of the disabledClass
property.
- getDisabledClass() - Method in class javax.faces.component.html.HtmlSelectOneRadio
-
Return the value of the disabledClass
property.
- getDisableMessageID() - Method in interface javax.jms.JMSProducer
-
Gets an indication of whether message IDs are disabled.
- getDisableMessageID() - Method in interface javax.jms.MessageProducer
-
Gets an indication of whether message IDs are disabled.
- getDisableMessageTimestamp() - Method in interface javax.jms.JMSProducer
-
Gets an indication of whether message timestamps are disabled.
- getDisableMessageTimestamp() - Method in interface javax.jms.MessageProducer
-
Gets an indication of whether message timestamps are disabled.
- getDisconnectedDeploymentManager(String) - Method in class javax.enterprise.deploy.shared.factories.DeploymentFactoryManager
-
Return a disconnected DeploymentManager instance.
- getDisconnectedDeploymentManager(String) - Method in interface javax.enterprise.deploy.spi.factories.DeploymentFactory
-
Return a disconnected DeploymentManager instance.
- getDispatcherType() - Method in interface javax.servlet.ServletRequest
-
Gets the dispatcher type of this request.
- getDispatcherType() - Method in class javax.servlet.ServletRequestWrapper
-
Gets the dispatcher type of the wrapped request.
- getDisplayName() - Method in interface javax.enterprise.deploy.spi.factories.DeploymentFactory
-
Provide a string with the name of this vendor's DeploymentManager.
- getDisplayName() - Method in class javax.servlet.jsp.tagext.TagInfo
-
Get the displayName.
- getDisposition() - Method in class javax.mail.internet.ContentDisposition
-
Return the disposition value.
- getDisposition() - Method in class javax.mail.internet.MimeBodyPart
-
Returns the 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 a double
.
- getDoubleProperty(String) - Method in interface javax.jms.Message
-
Returns the value of the double
property with the specified
name.
- getDurableSubscriptionCount() - Method in interface javax.management.j2ee.statistics.JMSSessionStats
-
Number of durable subscriptions.
- getEffectiveMajorVersion() - Method in interface javax.servlet.ServletContext
-
Gets the major version of the Servlet specification that the
application represented by this ServletContext is based on.
- getEffectiveMinorVersion() - Method in interface javax.servlet.ServletContext
-
Gets the minor version of the Servlet specification that the
application represented by this ServletContext is based on.
- getEffectiveSessionTrackingModes() - Method in interface javax.servlet.ServletContext
-
Gets the session tracking modes that are in effect for this
ServletContext.
- getEISProductName() - Method in interface javax.resource.cci.ConnectionMetaData
-
Returns product name of the underlying EIS instance connected
through the Connection that produced this metadata.
- getEISProductName() - Method in interface javax.resource.spi.ManagedConnectionMetaData
-
Returns Product name of the underlying EIS instance connected
through the ManagedConnection.
- getEISProductVersion() - Method in interface javax.resource.cci.ConnectionMetaData
-
Returns product version of the underlying EIS instance.
- getEISProductVersion() - Method in interface javax.resource.spi.ManagedConnectionMetaData
-
Returns product version of the underlying EIS instance connected
through the ManagedConnection.
- getEJBHome() - Method in interface javax.ejb.EJBContext
-
Obtain the enterprise bean's remote home interface.
- getEJBHome() - Method in interface javax.ejb.EJBMetaData
-
Obtain the remote home interface of the enterprise bean.
- getEJBHome() - Method in interface javax.ejb.EJBObject
-
Obtain the enterprise bean's remote home interface.
- getEJBHome() - Method in interface javax.ejb.HomeHandle
-
Obtain the home object represented by this handle.
- getEJBLocalHome() - Method in interface javax.ejb.EJBContext
-
Obtain the enterprise bean's local home interface.
- getEJBLocalHome() - Method in interface javax.ejb.EJBLocalObject
-
Obtain the enterprise bean's local home interface.
- getEJBLocalObject() - Method in interface javax.ejb.EntityContext
-
Obtain a reference to the 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 this
FacesContext
instance.
- getELContext() - Method in class javax.faces.context.FacesContextWrapper
-
- getELContext() - Method in class javax.faces.webapp.UIComponentELTag
-
- getELContext() - Method in class javax.faces.webapp.UIComponentTagBase
-
- getELContext() - Method in class javax.servlet.jsp.JspContext
-
Returns the ELContext
associated with this
JspContext
.
- getELContextListeners() - Method in class javax.faces.application.Application
-
- getELContextListeners() - Method in class javax.faces.application.ApplicationWrapper
-
- getElement(ResultT) - Method in interface javax.xml.bind.annotation.DomHandler
-
Once the portion is sent to the
Result
.
- getElement(DOMResult) - Method in class javax.xml.bind.annotation.W3CDomHandler
-
- 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
.
- getElementName() - Method in interface javax.xml.soap.SOAPElement
-
Returns the name of this SOAPElement
object.
- getElementQName() - Method in interface javax.xml.soap.SOAPElement
-
Returns the qname of this SOAPElement
object.
- getElements() - Method in interface javax.persistence.Tuple
-
Return the tuple elements.
- getElementType() - Method in interface javax.persistence.metamodel.PluralAttribute
-
Return the type representing the element type of the
collection.
- getElIgnored() - Method in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
-
Gets the value of the el-ignored
configuration, which
specifies whether Expression Language (EL) evaluation is enabled for
any JSP pages mapped to the JSP property group represented by this
JspPropertyGroupDescriptor
.
- 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
-
- getEmailAddresses() - Method in interface javax.xml.registry.infomodel.User
-
Gets the email addresses for this User.
- getEmbeddables() - Method in interface javax.persistence.metamodel.Metamodel
-
Return the metamodel embeddable types.
- getEmptyRoleSemantic() - Method in class javax.servlet.HttpConstraintElement
-
Gets the default authorization semantic.
- getEnabledClass() - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the enabledClass
property.
- getEnabledClass() - Method in class javax.faces.component.html.HtmlSelectManyListbox
-
Return the value of the enabledClass
property.
- getEnabledClass() - Method in class javax.faces.component.html.HtmlSelectManyMenu
-
Return the value of the enabledClass
property.
- getEnabledClass() - Method in class javax.faces.component.html.HtmlSelectOneListbox
-
Return the value of the enabledClass
property.
- getEnabledClass() - Method in class javax.faces.component.html.HtmlSelectOneMenu
-
Return the value of the enabledClass
property.
- getEnabledClass() - Method in class javax.faces.component.html.HtmlSelectOneRadio
-
Return the value of the enabledClass
property.
- getEnclosingWriter() - Method in class javax.servlet.jsp.tagext.BodyContent
-
Get the enclosing JspWriter.
- getEncoders() - Method in interface javax.websocket.EndpointConfig
-
Return the Encoder implementation classes configured.
- getEncoding() - Method in interface javax.mail.EncodingAware
-
Return the MIME Content-Transfer-Encoding to use for this data,
or null to indicate that an appropriate value should be chosen
by the caller.
- getEncoding() - Method in class javax.mail.internet.MimeBodyPart
-
Returns the content transfer encoding from the
"Content-Transfer-Encoding" header
field.
- getEncoding() - Method in class javax.mail.internet.MimeMessage
-
Returns the content transfer encoding from the
"Content-Transfer-Encoding" header
field.
- getEncoding() - Method in interface javax.mail.internet.MimePart
-
Get the transfer encoding of this part.
- getEncoding(DataSource) - Static method in class javax.mail.internet.MimeUtility
-
Get the Content-Transfer-Encoding that should be applied
to the input stream of this DataSource, to make it mail-safe.
- getEncoding(DataHandler) - Static method in class javax.mail.internet.MimeUtility
-
Same as getEncoding(DataSource)
except that instead
of reading the data from an InputStream
it uses the
writeTo
method to examine the data.
- getEncoding() - Method in class javax.mail.internet.PreencodedMimeBodyPart
-
Returns the content transfer encoding specified when
this object was created.
- getEncoding() - Method in class javax.ws.rs.client.Entity
-
Get entity encoding.
- getEncoding() - Method in class javax.ws.rs.core.Variant
-
Get the encoding of the variant.
- getEncoding() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
Convenience method for getting the current output encoding.
- getEncodingStyle() - Method in interface javax.xml.soap.SOAPElement
-
Returns the encoding style for this SOAPElement
object.
- getEnctype() - Method in class javax.faces.component.html.HtmlForm
-
Return the value of the enctype
property.
- getEnd() - Method in class javax.ejb.ScheduleExpression
-
Return the end date, if set; otherwise null.
- getEnd() - Method in interface javax.servlet.jsp.jstl.core.LoopTagStatus
-
Returns the value of the 'end' attribute for the associated tag,
or null if no 'end' attribute was specified.
- getEndpointClass() - Method in interface javax.resource.spi.endpoint.MessageEndpointFactory
-
Return the Class
object corresponding to the message
endpoint class.
- getEndpointClass() - Method in interface javax.websocket.server.ServerEndpointConfig
-
Returns the Class of the endpoint this configuration is configuring.
- getEndpointConfigs(Set<Class<? extends Endpoint>>) - Method in interface javax.websocket.server.ServerApplicationConfig
-
Return a set of ServerEndpointConfig instances that the server container
will use to deploy the programmatic endpoints.
- getEndpointInstance(Class<T>) - Method in class javax.websocket.server.ServerEndpointConfig.Configurator
-
This method is called by the container each time a new client
connects to the logical endpoint this configurator configures.
- getEndpointReference() - Method in interface javax.xml.ws.BindingProvider
-
Returns the EndpointReference
associated with
this BindingProvider
instance.
- getEndpointReference(Class<T>) - Method in interface javax.xml.ws.BindingProvider
-
Returns the EndpointReference
associated with
this BindingProvider
instance.
- getEndpointReference(Element...) - Method in class javax.xml.ws.Endpoint
-
Returns the EndpointReference
associated with
this Endpoint
instance.
- getEndpointReference(Class<T>, Element...) - Method in class javax.xml.ws.Endpoint
-
Returns the EndpointReference
associated with
this Endpoint
instance.
- getEndpointReference(Element...) - Method in interface javax.xml.ws.WebServiceContext
-
Returns the EndpointReference
for this
endpoint.
- getEndpointReference(Class<T>, Element...) - Method in interface javax.xml.ws.WebServiceContext
-
Returns the EndpointReference
associated with
this endpoint.
- getEndpoints() - Method in class javax.xml.ws.EndpointContext
-
This gives list of endpoints in an application.
- getEndTime() - Method in interface javax.batch.runtime.JobExecution
-
Get time execution entered end status: COMPLETED, STOPPED, FAILED
- getEndTime() - Method in interface javax.batch.runtime.StepExecution
-
Get time this step ended.
- getEngineInfo() - Method in class javax.servlet.jsp.JspFactory
-
called to get implementation-specific information on the current JSP engine.
- getEntities() - Method in interface javax.persistence.metamodel.Metamodel
-
Return the metamodel entity types.
- getEntity() - Method in exception javax.persistence.OptimisticLockException
-
Returns the entity that caused this exception.
- getEntity() - Method in exception javax.persistence.PessimisticLockException
-
Returns the entity that caused this exception.
- getEntity() - Method in interface javax.ws.rs.client.ClientRequestContext
-
Get the message entity Java instance.
- getEntity() - Method in class javax.ws.rs.client.Entity
-
Get entity data.
- getEntity() - Method in interface javax.ws.rs.container.ContainerResponseContext
-
Get the message entity Java instance.
- getEntity() - Method in class javax.ws.rs.core.GenericEntity
-
Get the enclosed entity.
- getEntity() - Method in class javax.ws.rs.core.Response
-
Get the message entity Java instance.
- getEntity() - Method in interface javax.ws.rs.ext.WriterInterceptorContext
-
Get object to be written as HTTP entity.
- getEntityAnnotations() - Method in interface javax.ws.rs.client.ClientRequestContext
-
Get the annotations attached to the entity instance.
- getEntityAnnotations() - Method in interface javax.ws.rs.container.ContainerResponseContext
-
Get the annotations attached to the entity instance.
- getEntityClass() - Method in interface javax.ws.rs.client.ClientRequestContext
-
Get the raw entity type information.
- getEntityClass() - Method in interface javax.ws.rs.container.ContainerResponseContext
-
Get the raw entity type information.
- getEntityGraph(String) - Method in interface javax.persistence.EntityManager
-
Return a named EntityGraph.
- getEntityGraphs(Class<T>) - Method in interface javax.persistence.EntityManager
-
Return all named EntityGraphs that have been defined for the provided
class type.
- getEntityManagerFactory() - Method in interface javax.persistence.EntityManager
-
Return the entity manager factory for the entity manager.
- getEntityStream() - Method in interface javax.ws.rs.client.ClientRequestContext
-
Get the entity output stream.
- getEntityStream() - Method in interface javax.ws.rs.client.ClientResponseContext
-
Get the entity input stream.
- getEntityStream() - Method in interface javax.ws.rs.container.ContainerRequestContext
-
Get the entity input stream.
- getEntityStream() - Method in interface javax.ws.rs.container.ContainerResponseContext
-
Get the entity output stream.
- getEntityTag() - Method in interface javax.ws.rs.client.ClientResponseContext
-
Get the entity tag.
- getEntityTag() - Method in interface javax.ws.rs.container.ContainerResponseContext
-
Get the entity tag.
- getEntityTag() - Method in class javax.ws.rs.core.Response
-
Get the entity tag.
- getEntityType() - Method in interface javax.ws.rs.client.ClientRequestContext
-
Get the generic entity type information.
- getEntityType() - Method in interface javax.ws.rs.container.ContainerResponseContext
-
Get the generic entity type information.
- getEntry(String) - Method in interface javax.enterprise.deploy.model.DeployableObject
-
Returns the InputStream for the given entry name
The file name must be relative to the root of the module.
- getEnumeration() - Method in interface javax.jms.QueueBrowser
-
Gets an enumeration for browsing the current queue messages in the
order they would be received.
- getEnumValueTable() - Method in class javax.enterprise.deploy.shared.ActionType
-
Returns the enumeration value table for class ActionType
- getEnumValueTable() - Method in class javax.enterprise.deploy.shared.CommandType
-
Returns the enumeration value table for class CommandType
- getEnumValueTable() - Method in class javax.enterprise.deploy.shared.DConfigBeanVersionType
-
Returns the enumeration value table for class DConfigBeanVersionType
- getEnumValueTable() - Method in class javax.enterprise.deploy.shared.ModuleType
-
Returns the enumeration value table for class ModuleType
- getEnumValueTable() - Method in class javax.enterprise.deploy.shared.StateType
-
Returns the enumeration value table for class StateType
- getEnvelope() - Method in class javax.xml.soap.SOAPPart
-
Gets the SOAPEnvelope
object associated with this
SOAPPart
object.
- getEnvironment() - Method in interface javax.ejb.EJBContext
-
Deprecated.
Use the JNDI naming context java:comp/env to access
enterprise bean's environment.
- getErrorClass() - Method in class javax.faces.component.html.HtmlMessage
-
Return the value of the errorClass
property.
- getErrorClass() - Method in class javax.faces.component.html.HtmlMessages
-
Return the value of the errorClass
property.
- getErrorCode() - Method in exception javax.jms.JMSException
-
Gets the vendor-specific error code.
- getErrorCode() - Method in exception javax.jms.JMSRuntimeException
-
Returns the vendor-specific error code.
- getErrorCode() - Method in exception javax.resource.ResourceException
-
Get the error code.
- getErrorCode() - Method in exception javax.xml.bind.JAXBException
-
Get the vendor specific error code
- getErrorCode() - Method in exception javax.xml.bind.TypeConstraintException
-
Get the vendor specific error code
- getErrorData() - Method in class javax.servlet.jsp.PageContext
-
Provides convenient access to error information.
- getErrorObjectKey() - Method in exception javax.xml.registry.RegistryException
-
Gets the Key to the first object that encountered an error in the registry.
- getErrorOnUndeclaredNamespace() - Method in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
-
Gets the value of the error-on-undeclared-namespace
configuration, which specifies whether an error will be raised at
translation time if tag with an undeclared namespace is used in
any JSP pages mapped to the JSP property group represented by this
JspPropertyGroupDescriptor
.
- getErrorStyle() - Method in class javax.faces.component.html.HtmlMessage
-
Return the value of the errorStyle
property.
- getErrorStyle() - Method in class javax.faces.component.html.HtmlMessages
-
Return the value of the errorStyle
property.
- 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.html.HtmlBody
-
- getEventNames() - Method in class javax.faces.component.html.HtmlCommandButton
-
- getEventNames() - Method in class javax.faces.component.html.HtmlCommandLink
-
- getEventNames() - Method in class javax.faces.component.html.HtmlDataTable
-
- getEventNames() - Method in class javax.faces.component.html.HtmlForm
-
- getEventNames() - Method in class javax.faces.component.html.HtmlGraphicImage
-
- getEventNames() - Method in class javax.faces.component.html.HtmlInputFile
-
- getEventNames() - Method in class javax.faces.component.html.HtmlInputSecret
-
- getEventNames() - Method in class javax.faces.component.html.HtmlInputText
-
- getEventNames() - Method in class javax.faces.component.html.HtmlInputTextarea
-
- getEventNames() - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
-
- getEventNames() - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
-
- getEventNames() - Method in class javax.faces.component.html.HtmlOutputLabel
-
- getEventNames() - Method in class javax.faces.component.html.HtmlOutputLink
-
- getEventNames() - Method in class javax.faces.component.html.HtmlPanelGrid
-
- getEventNames() - Method in class javax.faces.component.html.HtmlPanelGroup
-
- getEventNames() - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
-
- getEventNames() - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
-
- getEventNames() - Method in class javax.faces.component.html.HtmlSelectManyListbox
-
- getEventNames() - Method in class javax.faces.component.html.HtmlSelectManyMenu
-
- getEventNames() - Method in class javax.faces.component.html.HtmlSelectOneListbox
-
- getEventNames() - Method in class javax.faces.component.html.HtmlSelectOneMenu
-
- getEventNames() - Method in class javax.faces.component.html.HtmlSelectOneRadio
-
- getEventNames() - Method in class javax.faces.component.UIComponentBase
-
- getEvents() - Method in class javax.xml.bind.util.ValidationEventCollector
-
Return an array of ValidationEvent objects containing a copy of each of
the collected errors and warnings.
- getEventType() - Method in interface javax.xml.registry.infomodel.AuditableEvent
-
Gets the type of this event.
- getException() - Method in 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
-
- getExceptionHandler() - Method in class javax.faces.context.FacesContextWrapper
-
- getExceptionHandler() - Method in class javax.faces.webapp.PreJsf2ExceptionHandlerFactory
-
- getExceptionListener() - Method in interface javax.jms.Connection
-
Gets the ExceptionListener
object for this connection.
- getExceptionListener() - Method in interface javax.jms.JMSContext
-
Gets the ExceptionListener
object for the JMSContext's
connection.
- getExceptionMapper(Class<T>) - Method in interface javax.ws.rs.ext.Providers
-
Get an exception mapping provider for a particular class of exception.
- getExceptions() - Method in interface javax.xml.registry.BulkResponse
-
Get the Collection of RegistryException instances in case of partial commit.
- getExecutableParameters() - Method in interface javax.validation.ConstraintViolation
-
Returns an Object[]
representing the constructor or method invocation
arguments if the ConstraintViolation
is returned after validating the
method or constructor parameters.
- getExecutableReturnValue() - Method in interface javax.validation.ConstraintViolation
-
Returns the return value of the constructor or method invocation
if the ConstraintViolation
is returned after validating the method
or constructor return value.
- getExecute() - Method in class javax.faces.component.behavior.AjaxBehavior
-
Return a non-empty
Collection<String>
of component
identifiers that will be used to identify components that should be
processed during the execute
phase of the request
processing lifecycle.
- getExecuteIds() - Method in class javax.faces.context.PartialViewContext
-
- getExecuteIds() - Method in class javax.faces.context.PartialViewContextWrapper
-
- getExecutionId() - Method in interface javax.batch.runtime.context.JobContext
-
The getExecutionId method returns the current job's current
execution id.
- getExecutionId() - Method in interface javax.batch.runtime.JobExecution
-
Get unique id for this JobExecution.
- getExecutionProperties(Object) - Method in interface javax.enterprise.concurrent.ContextService
-
Gets the current execution properties on the context proxy instance.
- getExecutionProperties() - Method in interface javax.enterprise.concurrent.ManagedTask
-
- 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.
- getExpiration() - Method in interface javax.xml.registry.infomodel.RegistryEntry
-
Gets expirationDate attribute of the RegistryEntry within the Registry.
- getExpiredMessageCount() - Method in interface javax.management.j2ee.statistics.JMSEndpointStats
-
Number of messages that expired before delivery.
- getExpiredMessageCount() - Method in interface javax.management.j2ee.statistics.JMSSessionStats
-
Number of expired messages.
- getExpiry() - Method in class javax.ws.rs.core.NewCookie
-
Get the cookie expiry date.
- getExpression(String) - Method in interface javax.faces.el.CompositeComponentExpressionHolder
-
- getExpression() - Method in interface javax.persistence.criteria.CriteriaBuilder.In
-
Return the expression to be tested against the
list of values.
- getExpression() - Method in interface javax.persistence.criteria.CriteriaBuilder.SimpleCase
-
Return the expression to be tested against the
conditions.
- getExpression() - Method in interface javax.persistence.criteria.Order
-
Return the expression that is used for ordering.
- getExpressionEvaluator() - Method in class javax.servlet.jsp.JspContext
-
- getExpressionFactory() - Static method in class javax.el.ELManager
-
Return the ExpressionFactory instance used for EL evaluations.
- getExpressionFactory() - Method in class javax.faces.application.Application
-
- getExpressionFactory() - Method in class javax.faces.application.ApplicationWrapper
-
- 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 and
MethodExpression
s so that EL expressions can be
parsed and evaluated.
- getExpressions() - Method in interface javax.persistence.criteria.Predicate
-
Return the top-level conjuncts or disjuncts of the predicate.
- getExpressionString() - Method in class javax.el.Expression
-
Returns the original String used to create this Expression
,
unmodified.
- getExpressionString() - Method in class javax.faces.el.MethodBinding
-
Deprecated.
Return the (possibly null
) expression String,
with leading and trailing delimiters, from which this
MethodBinding
was built.
- getExpressionString() - Method in class javax.faces.el.ValueBinding
-
Deprecated.
Return the (possibly null
) expression String,
including the delimiters, from which this
ValueBinding
was built.
- getExpressionString() - Method in class javax.servlet.jsp.jstl.core.IndexedValueExpression
-
- getExpressionString() - Method in class javax.servlet.jsp.jstl.core.IteratedValueExpression
-
- getExtension(Class<T>) - Method in interface javax.enterprise.inject.spi.BeanManager
-
Obtains the container's instance of an Extension class declared in META-INF/services
.
- getExtension() - Method in interface javax.xml.registry.infomodel.TelephoneNumber
-
Gets the internal extension.
- getExtensions() - Method in interface javax.websocket.ClientEndpointConfig
-
Return the extensions, in order of preference, favorite first, that this client would
like to use for its sessions.
- getExtensions() - Method in interface javax.websocket.server.ServerEndpointConfig
-
Return the websocket extensions configured.
- getExternalContext(Object, Object, Object) - Method in class javax.faces.context.ExternalContextFactory
-
Create (if needed)
and return an
ExternalContext
instance that is initialized
for the processing of the specified request and response objects,
for this web application.
- getExternalContext() - Method in class javax.faces.context.FacesContext
-
- getExternalContext() - Method in class javax.faces.context.FacesContextWrapper
-
- getExternalIdentifiers() - Method in interface javax.xml.registry.infomodel.RegistryObject
-
Returns the ExternalIdentifiers associated with this object
that are external identifiers for this object.
- getExternalLinks() - Method in interface javax.xml.registry.infomodel.RegistryObject
-
Returns the ExternalLinks associated with this object.
- getExternalURI() - Method in interface javax.xml.registry.infomodel.ExternalLink
-
Gets URI to the an external resource.
- getFacelet(URL) - Method in class javax.faces.view.facelets.FaceletCache
-
Returns a cached Facelet
instance.
- getFaceletCache() - Method in class javax.faces.view.facelets.FaceletCacheFactory
-
- getFacesContext() - Method in class javax.faces.component.behavior.ClientBehaviorContext
-
- getFacesContext() - Method in class javax.faces.component.UIComponent
-
Convenience method to return the
FacesContext
instance
for the current request.
- getFacesContext() - Method in class javax.faces.component.UIComponentBase
-
- getFacesContext() - Method in class javax.faces.component.visit.VisitContext
-
Returns the FacesContext for the
current request.
- getFacesContext() - Method in class javax.faces.component.visit.VisitContextWrapper
-
- getFacesContext(Object, Object, Object, Lifecycle) - Method in class javax.faces.context.FacesContextFactory
-
Create (if needed)
and return a
FacesContext
instance that is initialized
for the processing of the specified request and response objects,
utilizing the specified
Lifecycle
instance, for this web
application.
- getFacesContext() - Method in class javax.faces.event.PhaseEvent
-
- 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
-
- getFacesJspId() - Method in class javax.faces.webapp.UIComponentClassicTagBase
-
- 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 returns null
.
- getFacet(String) - Method in class javax.faces.component.UIComponent
-
Convenience method to return the named facet, if it exists, or
null
otherwise.
- getFacet(String) - Method in class javax.faces.component.UIComponentBase
-
- getFacetCount() - Method in class javax.faces.component.UIComponent
-
- getFacetCount() - Method in class javax.faces.component.UIComponentBase
-
- getFacetName(FaceletContext) - Method in interface javax.faces.view.facelets.FacetHandler
-
Returns the resolved literal String value
of the facet name after evaluating EL.
- getFacetName() - Method in class javax.faces.webapp.UIComponentClassicTagBase
-
Return the facet name that we should be stored under, if any;
otherwise, return null (indicating that we will be a child component).
- getFacets() - Method in class javax.faces.component.UIComponent
-
Return a mutable
Map
representing the facet
UIComponent
s associated with this
UIComponent
,
keyed by facet name (which must be a String).
- getFacets() - Method in class javax.faces.component.UIComponentBase
-
- getFacetsAndChildren() - Method in class javax.faces.component.UIComponent
-
- getFacetsAndChildren() - Method in class javax.faces.component.UIComponentBase
-
- getFactory(String) - Static method in class javax.faces.FactoryFinder
-
Create (if
necessary) and return a per-web-application instance of the
appropriate implementation class for the specified JavaServer
Faces factory class, based on the discovery algorithm described
in the class description.
- getFactory() - Static method in class javax.security.auth.message.config.AuthConfigFactory
-
Get the system-wide AuthConfigFactory implementation.
- getFactorySecurityPermission - Static variable in class javax.security.auth.message.config.AuthConfigFactory
-
- 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 javax.ws.rs.core.Response.Status
-
Get the class of status code.
- getFamily() - Method in interface javax.ws.rs.core.Response.StatusType
-
Get the class of status code.
- getFatalClass() - Method in class javax.faces.component.html.HtmlMessage
-
Return the value of the fatalClass
property.
- getFatalClass() - Method in class javax.faces.component.html.HtmlMessages
-
Return the value of the fatalClass
property.
- getFatalStyle() - Method in class javax.faces.component.html.HtmlMessage
-
Return the value of the fatalStyle
property.
- getFatalStyle() - Method in class javax.faces.component.html.HtmlMessages
-
Return the value of the fatalStyle
property.
- getFault() - Method in interface javax.xml.soap.SOAPBody
-
Returns the SOAPFault
object in this SOAPBody
object.
- getFault() - Method in exception javax.xml.ws.soap.SOAPFaultException
-
Gets the embedded SOAPFault
instance.
- getFaultActor() - Method in exception javax.xml.rpc.soap.SOAPFaultException
-
Gets the faultactor
element.
- getFaultActor() - Method in interface javax.xml.soap.SOAPFault
-
Gets the fault actor for this SOAPFault
object.
- getFaultCode() - Method in exception javax.xml.rpc.soap.SOAPFaultException
-
Gets the faultcode
element.
- getFaultCode() - Method in interface javax.xml.soap.SOAPFault
-
Gets the fault code for this SOAPFault
object.
- getFaultCodeAsName() - Method in interface javax.xml.soap.SOAPFault
-
Gets the mandatory SOAP 1.1 fault code for this
SOAPFault
object as a SAAJ Name
object.
- getFaultCodeAsQName() - Method in interface javax.xml.soap.SOAPFault
-
Gets the fault code for this
SOAPFault
object as a QName
object.
- getFaultNode() - Method in interface javax.xml.soap.SOAPFault
-
Returns the optional Node element value for this
SOAPFault
object.
- getFaultReasonLocales() - Method in interface javax.xml.soap.SOAPFault
-
Returns an Iterator
over a distinct sequence of
Locale
s for which there are associated Reason Text items.
- getFaultReasonText(Locale) - Method in interface javax.xml.soap.SOAPFault
-
Returns the Reason Text associated with the given Locale
.
- getFaultReasonTexts() - Method in interface javax.xml.soap.SOAPFault
-
Returns an Iterator
over a sequence of
String
objects containing all of the Reason Text items for
this SOAPFault
.
- getFaultRole() - Method in interface javax.xml.soap.SOAPFault
-
Returns the optional Role element value for this
SOAPFault
object.
- getFaultString() - Method in exception javax.xml.rpc.soap.SOAPFaultException
-
Gets the faultstring
element.
- getFaultString() - Method in interface javax.xml.soap.SOAPFault
-
Gets the fault string for this SOAPFault
object.
- getFaultStringLocale() - Method in interface javax.xml.soap.SOAPFault
-
Gets the locale of the fault string for this SOAPFault
object.
- getFaultSubcodes() - Method in interface javax.xml.soap.SOAPFault
-
Gets the Subcodes for this SOAPFault
as an iterator over
QNames
.
- getFeatureDescriptors(ELContext, Object) - Method in class javax.el.ArrayELResolver
-
Always returns null
, since there is no reason to
iterate through set set of all integers.
- getFeatureDescriptors(ELContext, Object) - Method in class javax.el.BeanELResolver
-
If the base object is not null
, returns an
Iterator
containing the set of JavaBeans properties
available on the given object.
- getFeatureDescriptors(ELContext, Object) - Method in class javax.el.BeanNameELResolver
-
Always returns null
, since there is no reason to
iterate through a list of one element: bean name.
- getFeatureDescriptors(ELContext, Object) - Method in class javax.el.CompositeELResolver
-
Returns information about the set of variables or properties that
can be resolved for the given base
object.
- getFeatureDescriptors(ELContext, Object) - Method in class javax.el.ELResolver
-
Returns information about the set of variables or properties that
can be resolved for the given base
object.
- getFeatureDescriptors(ELContext, Object) - Method in class javax.el.ListELResolver
-
Always returns null
, since there is no reason to
iterate through set set of all integers.
- getFeatureDescriptors(ELContext, Object) - Method in class javax.el.MapELResolver
-
If the base object is a map, returns an Iterator
containing the set of keys available in the Map
.
- getFeatureDescriptors(ELContext, Object) - Method in class javax.el.ResourceBundleELResolver
-
If the base object is a ResourceBundle, returns an Iterator
containing the set of keys available in the ResourceBundle
.
- getFeatureDescriptors(ELContext, Object) - Method in class javax.el.StaticFieldELResolver
-
Returns the properties that can be resolved.
- getFeatureDescriptors(ELContext, Object) - Method in class javax.el.TypeConverter
-
- getFeatureDescriptors(ELContext, Object) - Method in class javax.servlet.jsp.el.ImplicitObjectELResolver
-
If the base object is null
, and the property matches
the name of a JSP implicit object, returns an Iterator
containing FeatureDescriptor
objects with information
about each JSP implicit object resolved by this resolver.
- getFeatureDescriptors(ELContext, Object) - Method in class javax.servlet.jsp.el.ScopedAttributeELResolver
-
If the base object is null
, returns an
Iterator
containing FeatureDescriptor
objects
with information about each scoped attribute resolved by this
resolver.
- getFetches() - Method in interface javax.persistence.criteria.FetchParent
-
Return the fetch joins that have been made from this type.
- getFields() - Method in interface javax.enterprise.inject.spi.AnnotatedType
-
- getFile() - Method in class javax.mail.URLName
-
Returns the file name of this URLName.
- getFilename() - Method in interface javax.enterprise.deploy.model.DDBeanRoot
-
Returns the filename relative to the root of the module
of the XML instance document this DDBeanRoot represents.
- getFileName() - Method in class javax.mail.internet.MimeBodyPart
-
Get the filename associated with this body part.
- getFileName() - Method in class javax.mail.internet.MimeMessage
-
Get the filename associated with this Message.
- getFileName() - Method in interface javax.mail.Part
-
Get the filename associated with this part, if possible.
- getFileSizeThreshold() - Method in class javax.servlet.MultipartConfigElement
-
Gets the size threshold after which files will be written to disk.
- 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.
- getFirstName() - Method in interface javax.xml.registry.infomodel.PersonName
-
Gets the first name for this Person.
- getFirstResult() - Method in interface javax.persistence.Query
-
The position of the first result the query object was set to
retrieve.
- getFlags() - Method in class javax.mail.internet.MimeMessage
-
Return a Flags
object containing the flags for
this message.
- getFlags() - Method in class javax.mail.Message
-
Returns a Flags
object containing the flags for
this message.
- getFlags() - Method in class javax.mail.search.FlagTerm
-
Return the Flags to test.
- getFlash() - Method in class javax.faces.context.ExternalContext
-
Return the threadsafe Flash
for this application.
- getFlash() - Method in class javax.faces.context.ExternalContextWrapper
-
- getFlash(boolean) - Method in class javax.faces.context.FlashFactory
-
Create (if needed) and return a
Flash
instance for this web application.
- getFloat(String) - Method in interface javax.jms.MapMessage
-
Returns the float
value with the specified name.
- getFloatProperty(String) - Method in interface javax.jms.JMSProducer
-
Returns the message property with the specified name that has been set on
this JMSProducer
, converted to a float
.
- getFloatProperty(String) - Method in interface javax.jms.Message
-
Returns the value of the float
property with the specified
name.
- getFlow() - Method in class javax.faces.flow.builder.FlowBuilder
-
Called as the last step in flow definition,
this method must perform any implementation specific initialization
and return the built Flow
.
- getFlow(FacesContext, String, String) - Method in class javax.faces.flow.FlowHandler
-
Return the Flow
whose id
is equivalent to the argument id
, within the scope of
the argument definingDocument
.
- getFlowCall(Flow) - Method in class javax.faces.flow.Flow
-
Return the FlowCallNode
that
represents calling the targetFlow
from this flow, or
null
if targetFlow
cannot be reached from this
flow.
- getFlowCalls() - Method in class javax.faces.flow.Flow
-
Return an immutable data structure
containing all the flow call nodes declared for this flow.
- getFlowHandler() - Method in class javax.faces.application.Application
-
Return the thread-safe singleton
FlowHandler
for this application.
- getFlowHandler() - Method in class javax.faces.application.ApplicationWrapper
-
- getFlushMode() - Method in interface javax.persistence.EntityManager
-
Get the flush mode that applies to all objects contained
in the persistence context.
- getFlushMode() - Method in interface javax.persistence.Query
-
Get the flush mode in effect for the query execution.
- getFolder() - Method in class javax.mail.event.FolderEvent
-
Return the affected folder.
- getFolder(String) - Method in class javax.mail.Folder
-
Return the Folder object corresponding to the given name.
- getFolder() - Method in exception javax.mail.FolderClosedException
-
Returns the dead Folder object
- getFolder() - Method in exception javax.mail.FolderNotFoundException
-
Returns the offending Folder object.
- getFolder() - Method in class javax.mail.Message
-
Get the folder from which this message was obtained.
- getFolder() - Method in exception javax.mail.ReadOnlyFolderException
-
Returns the Folder object.
- getFolder(URLName) - Method in class javax.mail.Session
-
Get a closed Folder object for the given URLName.
- getFolder(String) - Method in class javax.mail.Store
-
Return the Folder object corresponding to the given name.
- getFolder(URLName) - Method in class javax.mail.Store
-
Return a closed Folder object, corresponding to the given
URLName.
- getFooter() - Method in class javax.faces.component.UIColumn
-
Return the footer facet of the column (if any).
- getFooter() - Method in class javax.faces.component.UIData
-
Return the footer facet of this component (if any).
- getFooterClass() - Method in class javax.faces.component.html.HtmlColumn
-
Return the value of the footerClass
property.
- getFooterClass() - Method in class javax.faces.component.html.HtmlDataTable
-
Return the value of the footerClass
property.
- getFooterClass() - Method in class javax.faces.component.html.HtmlPanelGrid
-
Return the value of the footerClass
property.
- getFor() - Method in class javax.faces.component.html.HtmlOutputLabel
-
Return the value of the for
property.
- getFor() - Method in class javax.faces.component.UIMessage
-
Return the Identifier
of the component for which to render error messages.
- getFor() - Method in class javax.faces.component.UIMessages
-
Return the client identifier of the
component for which this component represents associated message(s)
(if any).
- getFor() - Method in interface javax.faces.view.AttachedObjectHandler
-
Return the value of the "for"
attribute specified by the page author on the tag for
this AttachedObjectHandler
.
- getFor() - Method in class javax.faces.view.facelets.FaceletsAttachedObjectHandler
-
Return the value of the "for"
attribute.
- getFormatId() - Method in interface javax.transaction.xa.Xid
-
Obtain the format identifier part of the XID.
- getFragment() - Method in class javax.faces.component.html.HtmlOutputLink
-
Return the value of the fragment
property.
- getFrame() - Method in class javax.faces.component.html.HtmlDataTable
-
Return the value of the frame
property.
- getFrame() - Method in class javax.faces.component.html.HtmlPanelGrid
-
Return the value of the frame
property.
- getFreePoolSize() - Method in interface javax.management.j2ee.statistics.JCAConnectionPoolStats
-
The number of free connections in the pool
- getFreePoolSize() - Method in interface javax.management.j2ee.statistics.JDBCConnectionPoolStats
-
Number of free connections in the pool.
- getFrom() - Method in class javax.mail.internet.MimeMessage
-
Returns the value of the RFC 822 "From" header fields.
- getFrom() - Method in class javax.mail.Message
-
Returns the "From" attribute.
- getFrom() - Method in interface javax.validation.metadata.GroupConversionDescriptor
-
Returns the source group of this conversion rule.
- getFromAction() - Method in class javax.faces.application.NavigationCase
-
Return the <from-action>
for this <navigation-case>
- getFromAction() - Method in class javax.faces.application.NavigationCaseWrapper
-
- getFromOutcome() - Method in class javax.faces.application.NavigationCase
-
Return the <from-outcome>
for this <navigation-case>
- getFromOutcome() - Method in class javax.faces.application.NavigationCaseWrapper
-
- getFromOutcome(FacesContext) - Method in class javax.faces.flow.ReturnNode
-
Return the fromOutcome
to be
used when control passes to this return node.
- getFromOutcome() - Method in class javax.faces.flow.SwitchCase
-
- getFromViewId() - Method in class javax.faces.application.NavigationCase
-
Return the
<from-view-id>
of the
<navigation-rule>
inside which this
<navigation-case>
is nested.
- getFromViewId() - Method in class javax.faces.application.NavigationCaseWrapper
-
- getFullName() - Method in class javax.mail.Folder
-
Returns the full name of this Folder.
- getFullName() - Method in interface javax.xml.registry.infomodel.PersonName
-
Gets the fully formatted name for this person.
- getFunction(String) - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
-
Get the FunctionInfo for a given function name, looking through all the
functions in this tag library.
- getFunctionClass() - Method in class javax.servlet.jsp.tagext.FunctionInfo
-
The class of the function.
- getFunctionMapper() - Method in class javax.el.ELContext
-
Retrieves the FunctionMapper
associated with this
ELContext
.
- getFunctionMapper() - Method in class javax.el.StandardELContext
-
Construct (if needed) and return a default FunctionMapper.
- getFunctions() - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
-
An array describing the functions that are defined in this tag library.
- getFunctionSignature() - Method in class javax.servlet.jsp.tagext.FunctionInfo
-
The signature of the function.
- getGenericType() - Method in interface javax.ws.rs.ext.InterceptorContext
-
Get the type of the object to be produced or written.
- 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
-
- getHandledExceptionQueuedEvents() - Method in class javax.faces.context.ExceptionHandler
-
The default implementation must
return an Iterable
over all
ExceptionQueuedEvent
s that have been handled by the ExceptionHandler.handle()
method.
- getHandledExceptionQueuedEvents() - Method in class javax.faces.context.ExceptionHandlerWrapper
-
- getHandlerChain(QName) - Method in interface javax.xml.rpc.handler.HandlerRegistry
-
Gets the handler chain for the specified service endpoint.
- getHandlerChain() - Method in interface javax.xml.ws.Binding
-
Gets a copy of the handler chain for a protocol binding instance.
- getHandlerChain(PortInfo) - Method in interface javax.xml.ws.handler.HandlerResolver
-
Gets the handler chain for the specified port.
- getHandlerClass() - Method in class javax.xml.rpc.handler.HandlerInfo
-
Gets the Handler class
- getHandlerConfig() - Method in class javax.xml.rpc.handler.HandlerInfo
-
Gets the Handler configuration
- getHandlerKeys() - Static method in class javax.security.jacc.PolicyContext
-
This method may be used to obtain the keys that identify the
container specific context handlers registered by the container.
- getHandlerRegistry() - Method in interface javax.xml.rpc.Service
-
Returns the configured HandlerRegistry
instance
for this Service
instance.
- 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, String) - Method in class javax.mail.internet.InternetHeaders
-
Get all the headers for this header name, returned as a single
String, with headers separated by the delimiter.
- getHeader(String) - Method in class javax.mail.internet.MimeBodyPart
-
Get all the headers for this header_name.
- getHeader(String, String) - Method in class javax.mail.internet.MimeBodyPart
-
Get all the headers for this header name, returned as a single
String, with headers separated by the delimiter.
- getHeader(String) - Method in class javax.mail.internet.MimeMessage
-
Get all the headers for this header_name.
- getHeader(String, String) - Method in class javax.mail.internet.MimeMessage
-
Get all the headers for this header name, returned as a single
String, with headers separated by the delimiter.
- getHeader(String, String) - Method in interface javax.mail.internet.MimePart
-
Get the values of all header fields available for this header,
returned as a single String, with the values separated by the
delimiter.
- getHeader(String) - Method in interface javax.mail.Part
-
Get all the headers for this header name.
- getHeader(String) - Method in interface javax.servlet.http.HttpServletRequest
-
Returns the value of the specified request header
as a String
.
- getHeader(String) - Method in class javax.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getHeader(String name)
on the wrapped request object.
- getHeader(String) - Method in interface javax.servlet.http.HttpServletResponse
-
Gets the value of the response header with the given name.
- getHeader(String) - Method in class javax.servlet.http.HttpServletResponseWrapper
-
- getHeader(String) - Method in interface javax.servlet.http.Part
-
Returns the value of the specified mime header
as a String
.
- getHeader(String) - Method in class javax.xml.soap.MimeHeaders
-
Returns all of the values for the specified header as an array of
String
objects.
- getHeader() - Method in interface javax.xml.soap.SOAPEnvelope
-
Returns the SOAPHeader
object for
this SOAPEnvelope
object.
- getHeaderClass() - Method in class javax.faces.component.html.HtmlColumn
-
Return the value of the headerClass
property.
- getHeaderClass() - Method in class javax.faces.component.html.HtmlDataTable
-
Return the value of the headerClass
property.
- getHeaderClass() - Method in class javax.faces.component.html.HtmlPanelGrid
-
Return the value of the headerClass
property.
- getHeaderName() - Method in class javax.mail.search.HeaderTerm
-
Return the name of the header to compare with.
- getHeaderNames() - Method in class javax.mail.FetchProfile
-
Get the names of the header-fields set in this profile.
- getHeaderNames() - Method in interface javax.servlet.http.HttpServletRequest
-
Returns an enumeration of all the header names
this request contains.
- getHeaderNames() - Method in class javax.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getHeaderNames()
on the wrapped request object.
- getHeaderNames() - Method in interface javax.servlet.http.HttpServletResponse
-
Gets the names of the headers of this response.
- getHeaderNames() - Method in class javax.servlet.http.HttpServletResponseWrapper
-
- getHeaderNames() - Method in interface javax.servlet.http.Part
-
Gets the header names of this Part.
- getHeaders(String) - Method in interface javax.servlet.http.HttpServletRequest
-
Returns all the values of the specified request header
as an Enumeration
of String
objects.
- getHeaders(String) - Method in class javax.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getHeaders(String name)
on the wrapped request object.
- getHeaders(String) - Method in interface javax.servlet.http.HttpServletResponse
-
Gets the values of the response header with the given name.
- getHeaders(String) - Method in class javax.servlet.http.HttpServletResponseWrapper
-
- getHeaders(String) - Method in interface javax.servlet.http.Part
-
Gets the values of the Part header with the given name.
- getHeaders() - Method in interface javax.websocket.HandshakeResponse
-
Return the list of Http headers sent by the web socket server.
- getHeaders() - Method in interface javax.websocket.server.HandshakeRequest
-
Return the read only Map of Http Headers that came with the handshake request.
- getHeaders() - Method in interface javax.ws.rs.client.ClientRequestContext
-
Get the mutable request headers multivalued map.
- getHeaders() - Method in interface javax.ws.rs.client.ClientResponseContext
-
Get the mutable response headers multivalued map.
- getHeaders() - Method in interface javax.ws.rs.container.ContainerRequestContext
-
Get the mutable request headers multivalued map.
- getHeaders() - Method in interface javax.ws.rs.container.ContainerResponseContext
-
Get the mutable response headers multivalued map.
- getHeaders() - Method in class javax.ws.rs.core.Response
-
Get view of the response headers and their object values.
- getHeaders() - Method in interface javax.ws.rs.ext.ReaderInterceptorContext
-
Get mutable map of HTTP headers.
- getHeaders() - Method in interface javax.ws.rs.ext.WriterInterceptorContext
-
Get mutable map of HTTP headers.
- getHeaders() - Method in class javax.xml.rpc.handler.GenericHandler
-
Gets the header blocks processed by this Handler instance.
- getHeaders() - Method in interface javax.xml.rpc.handler.Handler
-
Gets the header blocks that can be processed by this Handler
instance.
- getHeaders() - Method in class javax.xml.rpc.handler.HandlerInfo
-
Gets the header blocks processed by this Handler.
- getHeaders() - Method in interface javax.xml.ws.handler.soap.SOAPHandler
-
Gets the header blocks that can be processed by this Handler
instance.
- getHeaders(QName, JAXBContext, boolean) - Method in interface javax.xml.ws.handler.soap.SOAPMessageContext
-
Gets headers that have a particular qualified name from the message in the
message context.
- getHeaderString(String) - Method in interface javax.ws.rs.client.ClientRequestContext
-
Get a message header as a single string value.
- getHeaderString(String) - Method in interface javax.ws.rs.client.ClientResponseContext
-
Get a message header as a single string value.
- getHeaderString(String) - Method in interface javax.ws.rs.container.ContainerRequestContext
-
Get a message header as a single string value.
- getHeaderString(String) - Method in interface javax.ws.rs.container.ContainerResponseContext
-
Get a message header as a single string value.
- getHeaderString(String) - Method in interface javax.ws.rs.core.HttpHeaders
-
Get a HTTP header as a single string value.
- getHeaderString(String) - Method in class javax.ws.rs.core.Response
-
Get a message header as a single string value.
- getHeapSize() - Method in interface javax.management.j2ee.statistics.JVMStats
-
Size of the JVM's heap.
- getHeight() - Method in class javax.faces.component.html.HtmlGraphicImage
-
Return the value of the height
property.
- getHighWaterMark() - Method in interface javax.management.j2ee.statistics.RangeStatistic
-
The highest value this attribute has held since the beginning of the measurement.
- getHints() - Method in class javax.faces.component.behavior.AjaxBehavior
-
- 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
-
- getHints() - Method in class javax.faces.component.visit.VisitContext
-
Returns hints that influence the behavior of the tree visit.
- getHints() - Method in class javax.faces.component.visit.VisitContextWrapper
-
- getHints() - Method in interface javax.persistence.Query
-
Get the properties and hints and associated values that are
in effect for the query instance.
- getHints() - Method in class javax.resource.spi.work.HintsContext
-
- getHomeHandle() - Method in interface javax.ejb.EJBHome
-
Obtain a handle for the remote home object.
- getHomeInterfaceClass() - Method in interface javax.ejb.EJBMetaData
-
Obtain the class object for the enterprise bean's remote home interface.
- getHost() - Method in class javax.mail.internet.NewsAddress
-
Get the host.
- getHost() - Method in class javax.mail.URLName
-
Returns the host of this URLName.
- getHostnameVerifier() - Method in interface javax.ws.rs.client.Client
-
Get the hostname verifier configured in the client or null
in case
no hostname verifier has been configured.
- getHour() - Method in class javax.ejb.ScheduleExpression
-
Return the value of the hour attribute.
- getHreflang() - Method in class javax.faces.component.html.HtmlCommandLink
-
Return the value of the hreflang
property.
- getHreflang() - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
-
Return the value of the hreflang
property.
- getHreflang() - Method in class javax.faces.component.html.HtmlOutputLink
-
Return the value of the hreflang
property.
- getHttpContext() - Method in class javax.xml.ws.spi.http.HttpExchange
-
- getHttpMethodConstraints() - Method in class javax.servlet.ServletSecurityElement
-
Gets the (possibly empty) collection of HTTP Method specific
constraint elements.
- getHttpSession() - Method in interface javax.websocket.server.HandshakeRequest
-
Return a reference to the HttpSession that the web socket handshake that
started this conversation was part of, if the implementation
is part of a Java EE web container.
- getHttpSession() - Method in interface javax.xml.rpc.server.ServletEndpointContext
-
The getHttpSession
method returns the current
HTTP session (as a javax.servlet.http.HTTPSession
).
- getId() - Method in interface javax.enterprise.context.Conversation
-
Get the identifier of the current long-running conversation.
- getId() - Method in interface javax.enterprise.deploy.model.DDBean
-
Returns a tool-specific reference for attribute ID on an
element in the deployment descriptor.
- getId() - Method in interface javax.enterprise.inject.spi.PassivationCapable
-
- getId() - Method in class javax.faces.component.UIComponent
-
- getId() - Method in class javax.faces.component.UIComponentBase
-
- getId() - Method in class javax.faces.flow.Flow
-
Return the immutable id for this
Flow.
- getId() - Method in class javax.faces.flow.FlowNode
-
- getId() - Method in class javax.faces.lifecycle.ClientWindow
-
Return a String value that uniquely
identifies this ClientWindow
within the scope of the current session.
- getId() - Method in class javax.faces.lifecycle.ClientWindowWrapper
-
- getId() - Method in class javax.faces.view.ViewDeclarationLanguage
-
Returns a non-null String that can be
used to identify this view declaration language.
- getId() - Method in class javax.faces.view.ViewDeclarationLanguageWrapper
-
- getId() - Method in class javax.faces.webapp.UIComponentClassicTagBase
-
Return the id
value assigned by the page author.
- getId(Class<Y>) - Method in interface javax.persistence.metamodel.IdentifiableType
-
Return the attribute that corresponds to the id attribute of
the entity or mapped superclass.
- getId() - Method in class javax.resource.spi.ConnectionEvent
-
Get the type of event
- getID() - Method in interface javax.security.auth.message.MessagePolicy.ProtectionPolicy
-
Get the ProtectionPolicy identifier.
- getId() - Method in interface javax.servlet.http.HttpSession
-
Returns a string containing the unique identifier assigned
to this session.
- getId() - Method in class javax.servlet.jsp.tagext.TagData
-
The value of the tag's id attribute.
- getId() - Method in class javax.servlet.jsp.tagext.TagSupport
-
The value of the id attribute of this tag; or null.
- getId() - Method in class javax.servlet.jsp.tagext.ValidationMessage
-
Get the jsp:id.
- getId() - Method in interface javax.websocket.Session
-
Returns a string containing the unique identifier assigned to this session.
- getId() - Method in interface javax.xml.registry.infomodel.Key
-
Returns the unique Id of this key.
- getID() - Method in class javax.xml.ws.RespectBindingFeature
-
Get the unique identifier for this WebServiceFeature.
- getID() - Method in class javax.xml.ws.soap.AddressingFeature
-
Get the unique identifier for this WebServiceFeature.
- getID() - Method in class javax.xml.ws.soap.MTOMFeature
-
Get the unique identifier for this WebServiceFeature.
- getID() - Method in class javax.xml.ws.WebServiceFeature
-
Get the unique identifier for this WebServiceFeature.
- getIdAttribute(TagAttributeInfo[]) - Static method in class javax.servlet.jsp.tagext.TagAttributeInfo
-
Convenience static method that goes through an array of TagAttributeInfo
objects and looks for "id".
- getIdClassAttributes() - Method in interface javax.persistence.metamodel.IdentifiableType
-
Return the attributes corresponding to the id class of the
identifiable type.
- getIdentificationScheme() - Method in interface javax.xml.registry.infomodel.ExternalIdentifier
-
Gets the ClassificationScheme that is used as the identification scheme
for identifying this object.
- getIdentifier(Object) - Method in interface javax.persistence.PersistenceUnitUtil
-
Return the id of the entity.
- getIdentityName() - Method in interface javax.enterprise.concurrent.LastExecution
-
The name or ID of the identifiable object, as specified in the
ManagedTask.IDENTITY_NAME
execution property of the task if
it also implements the
ManagedTask
interface.
- getIds() - Method in interface javax.servlet.http.HttpSessionContext
-
Deprecated.
As of Java Servlet API 2.1 with
no replacement. This method must return
an empty Enumeration
and will be removed
in a future version of this API.
- getIdsToVisit() - Method in class javax.faces.component.visit.VisitContext
-
Returns the ids of the components
to visit.
- getIdsToVisit() - Method in class javax.faces.component.visit.VisitContextWrapper
-
- getIdType() - Method in interface javax.persistence.metamodel.IdentifiableType
-
Return the type that represents the type of the id.
- getIgnoreCase() - Method in class javax.mail.search.StringTerm
-
Return true if we should ignore case when matching.
- getImage() - Method in class javax.faces.component.html.HtmlCommandButton
-
Return the value of the image
property.
- getImage() - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
-
Return the value of the image
property.
- 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 this
ELContext
.
- getInboundParameters() - Method in class javax.faces.flow.Flow
-
Return an immutable data structure
containing the inbound parameters that have been declared for
this flow.
- getIncludeCodas() - Method in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
-
Gets the include-coda
configuration
of the JSP property group represented by this
JspPropertyGroupDescriptor
.
- getIncludePreludes() - Method in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
-
Gets the include-prelude
configuration
of the JSP property group represented by this
JspPropertyGroupDescriptor
.
- getIndex() - Method in interface javax.servlet.jsp.jstl.core.LoopTagStatus
-
Retrieves the index of the current round of the iteration.
- getIndex() - Method in interface javax.validation.metadata.ParameterDescriptor
-
Returns this parameter's index within the parameter array of the method
or constructor holding it.
- getIndex() - Method in interface javax.validation.Path.Node
-
- getIndexOfNextChildTag() - Method in class javax.faces.webapp.UIComponentClassicTagBase
-
- getIndexOfNextChildTag() - Method in class javax.faces.webapp.UIComponentTagBase
-
Return the index of the next child to be added as a child of
this tag.
- getInfo() - Method in interface javax.ejb.Timer
-
Get the information associated with the timer at the time of
creation.
- getInfo() - Method in class javax.ejb.TimerConfig
-
Return the info
object made available to timer callbacks.
- getInfoClass() - Method in class javax.faces.component.html.HtmlMessage
-
Return the value of the infoClass
property.
- getInfoClass() - Method in class javax.faces.component.html.HtmlMessages
-
Return the value of the infoClass
property.
- getInfoString() - Method in class javax.servlet.jsp.tagext.TagInfo
-
The information string for the tag.
- getInfoString() - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
-
Information (documentation) for this TLD.
- getInfoStyle() - Method in class javax.faces.component.html.HtmlMessage
-
Return the value of the infoStyle
property.
- getInfoStyle() - Method in class javax.faces.component.html.HtmlMessages
-
Return the value of the infoStyle
property.
- getInitFunctionMap() - Method in class javax.el.ExpressionFactory
-
Retrieve a function map containing a pre-configured function
mapping.
- getInitializer() - Method in class javax.faces.flow.Flow
-
Return the MethodExpression
that must be called by the runtime immediately after activating
any FlowScoped
beans declared for this flow.
- getInitParameter(String) - Method in class javax.faces.context.ExternalContext
-
Return the value of
the specified application initialization parameter (if any).
- getInitParameter(String) - Method in class javax.faces.context.ExternalContextWrapper
-
- getInitParameter(String) - Method in interface javax.servlet.FilterConfig
-
Returns a String
containing the value of the
named initialization parameter, or null
if
the initialization parameter does not exist.
- getInitParameter(String) - Method in class javax.servlet.GenericServlet
-
Returns a String
containing the value of the named
initialization parameter, or null
if the parameter does
not exist.
- getInitParameter(String) - Method in interface javax.servlet.Registration
-
Gets the value of the initialization parameter with the given name
that will be used to initialize the Servlet or Filter represented
by this Registration object.
- getInitParameter(String) - Method in interface javax.servlet.ServletConfig
-
Gets the value of the initialization parameter with the given name.
- getInitParameter(String) - Method in interface javax.servlet.ServletContext
-
Returns a String
containing the value of the named
context-wide initialization parameter, or null
if the
parameter does not exist.
- getInitParameterMap() - Method in class javax.faces.context.ExternalContext
-
Return an
immutable Map
whose keys are the set of application
initialization parameter names configured for this application,
and whose values are the corresponding parameter values.
- getInitParameterMap() - Method in class javax.faces.context.ExternalContextWrapper
-
- getInitParameterNames() - Method in interface javax.servlet.FilterConfig
-
Returns the names of the filter's initialization parameters
as an Enumeration
of String
objects,
or an empty Enumeration
if the filter has
no initialization parameters.
- getInitParameterNames() - Method in class javax.servlet.GenericServlet
-
Returns the names of the servlet's initialization parameters
as an Enumeration
of String
objects,
or an empty Enumeration
if the servlet has no
initialization parameters.
- getInitParameterNames() - Method in interface javax.servlet.ServletConfig
-
Returns the names of the servlet's initialization parameters
as an Enumeration
of String
objects,
or an empty Enumeration
if the servlet has
no initialization parameters.
- getInitParameterNames() - Method in interface javax.servlet.ServletContext
-
Returns the names of the context's initialization parameters as an
Enumeration
of String
objects, or an
empty Enumeration
if the context has no initialization
parameters.
- getInitParameters() - Method in class javax.servlet.jsp.tagext.TagLibraryValidator
-
Get the init parameters data as an immutable Map.
- getInitParameters() - Method in interface javax.servlet.Registration
-
Gets an immutable (and possibly empty) Map containing the
currently available initialization parameters that will be used to
initialize the Servlet or Filter represented by this Registration
object.
- getInjectableReference(InjectionPoint, CreationalContext<?>) - Method in interface javax.enterprise.inject.spi.BeanManager
-
- getInjectionPoint() - Method in interface javax.enterprise.inject.spi.EventMetadata
-
- 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
-
- getInputStream() - Method in class javax.faces.application.Resource
-
- getInputStream() - Method in class javax.faces.application.ResourceWrapper
-
- 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
-
- getInputStream() - Method in class javax.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getInputStream()
on the wrapped request object.
- getInputStream() - Method in interface javax.ws.rs.ext.ReaderInterceptorContext
-
Get the input stream of the object to be read.
- getInstalledExtensions() - Method in interface javax.websocket.WebSocketContainer
-
Return the set of Extensions installed in the container.
- getInstance() - Static method in class javax.enterprise.deploy.shared.factories.DeploymentFactoryManager
-
Retrieve the Singleton DeploymentFactoryManager
- getInstance(Properties, Authenticator) - Static method in class javax.mail.Session
-
Get a new Session object.
- getInstance(Properties) - Static method in class javax.mail.Session
-
Get a new Session object.
- getInstance(Class<T>) - Method in interface javax.validation.ConstraintValidatorFactory
-
- getInstance() - Static method in class javax.ws.rs.ext.RuntimeDelegate
-
Obtain a RuntimeDelegate
instance.
- getInstanceId() - Method in interface javax.batch.runtime.context.JobContext
-
The getInstanceId method returns the current job's instance
id.
- getInstanceId() - Method in interface javax.batch.runtime.JobInstance
-
Get unique id for this JobInstance.
- getInstances() - Method in interface javax.ws.rs.core.Configuration
-
Get the immutable set of registered JAX-RS component (such as provider or
feature
) instances to be utilized by the configurable instance.
- getInt(FaceletContext) - Method in class javax.faces.view.facelets.TagAttribute
-
- getInt(String) - Method in interface javax.jms.MapMessage
-
Returns the int
value with the specified name.
- getInt(int) - Method in interface javax.json.JsonArray
-
A convenience method for
getJsonNumber(index).intValue()
.
- getInt(int, int) - Method in interface javax.json.JsonArray
-
Returns the int value of the JsonNumber
at the specified position.
- getInt(String) - Method in interface javax.json.JsonObject
-
A convenience method for
getJsonNumber(name).intValue()
- getInt(String, int) - Method in interface javax.json.JsonObject
-
Returns the int value of the associated JsonNumber
mapping
for the specified name.
- getInt() - Method in interface javax.json.stream.JsonParser
-
Returns a JSON number as an integer.
- getInteractionSpecsSupported() - Method in interface javax.resource.cci.ResourceAdapterMetaData
-
Returns an array of fully-qualified names of InteractionSpec
types supported by the CCI implementation for this resource
adapter.
- getInterceptorBindingDefinition(Class<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.BeanManager
-
- 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
-
- getInterceptors() - Method in interface javax.enterprise.inject.spi.AfterTypeDiscovery
-
- getIntHeader(String) - Method in interface javax.servlet.http.HttpServletRequest
-
Returns the value of the specified request header
as an int
.
- getIntHeader(String) - Method in class javax.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return
getIntHeader(String name) on the wrapped request object.
- getIntProperty(String) - Method in interface javax.jms.JMSProducer
-
Returns the message property with the specified name that has been set on
this JMSProducer
, converted to a int
.
- getIntProperty(String) - Method in interface javax.jms.Message
-
Returns the value of the int
property with the specified
name.
- getInvalidAddresses() - Method in class javax.mail.event.TransportEvent
-
Return the addresses to which this message could not be sent.
- getInvalidAddresses() - Method in exception javax.mail.SendFailedException
-
Return the addresses to which this message could not be sent.
- getInvalidConnections(Set) - Method in interface javax.resource.spi.ValidatingManagedConnectionFactory
-
This method returns a set of invalid ManagedConnection
objects chosen from a specified set of ManagedConnection
objects.
- getInvalidPropertyDescriptors() - Method in exception javax.resource.spi.InvalidPropertyException
-
Get the list of invalid properties.
- getInvalidValue() - Method in interface javax.validation.ConstraintViolation
-
Returns the value failing to pass the constraint.
- getInvokedBusinessInterface() - Method in interface javax.ejb.SessionContext
-
Obtain the business interface or no-interface view type through which the
current business method invocation was made.
- getIssuer() - Method in class javax.security.auth.message.callback.PrivateKeyCallback.IssuerSerialNumRequest
-
Get the issuer.
- getIsXml() - Method in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
-
Gets the value of the is-xml
configuration, which
specifies whether any JSP pages mapped to the JSP property group
represented by this JspPropertyGroupDescriptor
will
be treated as JSP documents (XML syntax).
- getItem(ELContext, int) - Method in class javax.servlet.jsp.jstl.core.IteratedExpression
-
Evaluates the stored ValueExpression and return the indexed item.
- getItemDescription() - Method in class javax.faces.component.UISelectItem
-
Return the description for this selection item.
- getItemLabel() - Method in class javax.faces.component.UISelectItem
-
Return the localized label for this selection item.
- getItems() - Method in class javax.mail.FetchProfile
-
Get the items set in this profile.
- getItemValue() - Method in class javax.faces.component.UISelectItem
-
Return the server value for this selection item.
- getJarFileUrls() - Method in interface javax.persistence.spi.PersistenceUnitInfo
-
Returns a list of URLs for the jar files or exploded jar
file directories that the persistence provider must examine
for managed classes of the persistence unit.
- getJavaClass() - Method in interface javax.enterprise.inject.spi.AnnotatedType
-
Get the underlying
Class
.
- 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
-
- getJavaMember() - Method in interface javax.enterprise.inject.spi.AnnotatedField
-
Get the underlying
Field
.
- getJavaMember() - Method in interface javax.enterprise.inject.spi.AnnotatedMember
-
- getJavaMember() - Method in interface javax.enterprise.inject.spi.AnnotatedMethod
-
- getJavaMember() - Method in interface javax.persistence.metamodel.Attribute
-
Return the java.lang.reflect.Member
for the represented
attribute.
- getJavaType() - Method in interface javax.persistence.metamodel.Attribute
-
Return the Java type of the represented attribute.
- getJavaType() - Method in interface javax.persistence.metamodel.Type
-
Return the represented Java type.
- getJavaType() - Method in interface javax.persistence.TupleElement
-
Return the Java type of the tuple element.
- getJAXBNode(XmlNode) - Method in class javax.xml.bind.Binder
-
Gets the JAXB object associated with the given XML element.
- getJdbcDataSource() - Method in interface javax.management.j2ee.statistics.JDBCConnectionStats
-
Identifies the JDBC driver for the corresponding JDBCConnection.
- getJMSCorrelationID() - Method in interface javax.jms.JMSProducer
-
Returns the JMSCorrelationID
header value that has been set
on this JMSProducer
, as a String
.
- getJMSCorrelationID() - Method in interface javax.jms.Message
-
Gets the correlation ID for the message.
- getJMSCorrelationIDAsBytes() - Method in interface javax.jms.JMSProducer
-
Returns the JMSCorrelationID
header value that has been set
on this JMSProducer
, as an array of bytes.
- getJMSCorrelationIDAsBytes() - Method in interface javax.jms.Message
-
Gets the correlation ID as an array of bytes for the message.
- getJMSDeliveryMode() - Method in interface javax.jms.Message
-
Gets the DeliveryMode
value specified for this message.
- getJMSDeliveryTime() - Method in interface javax.jms.Message
-
Gets the message's delivery time value.
- getJMSDestination() - Method in interface javax.jms.Message
-
Gets the Destination
object for this message.
- getJMSExpiration() - Method in interface javax.jms.Message
-
Gets the message's expiration time.
- getJMSMajorVersion() - Method in interface javax.jms.ConnectionMetaData
-
Gets the 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
this JMSProducer
.
- getJMSReplyTo() - Method in interface javax.jms.Message
-
Gets the Destination
object to which a reply to this
message should be sent.
- getJMSTimestamp() - Method in interface javax.jms.Message
-
Gets the message timestamp.
- getJMSType() - Method in interface javax.jms.JMSProducer
-
Returns the JMSType
header value that has been set on this
JMSProducer
.
- getJMSType() - Method in interface javax.jms.Message
-
Gets the message type identifier supplied by the client when the
message was sent.
- getJMSVersion() - Method in interface javax.jms.ConnectionMetaData
-
Gets the 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 given ServletContext
.
- getJspBody() - Method in class javax.servlet.jsp.tagext.SimpleTagSupport
-
Returns the body passed in by the container via setJspBody.
- getJspConfigDescriptor() - Method in interface javax.servlet.ServletContext
-
Gets the <jsp-config>
related configuration
that was aggregated from the web.xml
and
web-fragment.xml
descriptor files of the web application
represented by this ServletContext.
- getJspContext() - Method in class javax.servlet.jsp.tagext.JspFragment
-
Returns the JspContext that is bound to this JspFragment.
- getJspContext() - Method in class javax.servlet.jsp.tagext.SimpleTagSupport
-
Returns the page context passed in by the container via
setJspContext.
- getJspId() - Method in class javax.faces.webapp.UIComponentClassicTagBase
-
- getJspPropertyGroups() - Method in interface javax.servlet.descriptor.JspConfigDescriptor
-
Gets the <jsp-property-group>
child elements
of the <jsp-config>
element represented by this
JspConfigDescriptor
.
- getJtaDataSource() - Method in interface javax.persistence.spi.PersistenceUnitInfo
-
Returns the JTA-enabled data source to be used by the
persistence provider.
- getKey() - Method in class javax.faces.event.PostKeepFlashValueEvent
-
- getKey() - Method in class javax.faces.event.PostPutFlashValueEvent
-
- getKey() - Method in class javax.faces.event.PreRemoveFlashValueEvent
-
- getKey() - Method in class javax.security.auth.message.callback.PrivateKeyCallback
-
Used to obtain the private key set within the Callback.
- getKey() - Method in class javax.security.auth.message.callback.SecretKeyCallback
-
Used to obtain the secret key set within the Callback.
- getKey() - Method in interface javax.validation.Path.Node
-
- getKey() - Method in interface javax.xml.registry.infomodel.RegistryObject
-
Gets the key representing the universally unique ID (UUID) for this object.
- getKeyJavaType() - Method in interface javax.persistence.metamodel.MapAttribute
-
Return the Java type of the map key.
- getKeys() - Method in interface javax.security.jacc.PolicyContextHandler
-
This public method returns the keys identifying the context objects
supported by the handler.
- getKeySubgraphs() - Method in interface javax.persistence.AttributeNode
-
Return the Map<Class, Subgraph> of subgraphs associated
with this attribute node's map key.
- getKeyType() - Method in interface javax.persistence.metamodel.MapAttribute
-
Return the type representing the key type of the map.
- getKind() - Method in interface javax.validation.Path.Node
-
The kind of element represented by the node.
- getKlass() - Method in class javax.el.ELClass
-
Returns the Class instance
- getLabel() - Method in class javax.faces.component.html.HtmlCommandButton
-
Return the value of the label
property.
- getLabel() - Method in class javax.faces.component.html.HtmlInputFile
-
Return the value of the label
property.
- getLabel() - Method in class javax.faces.component.html.HtmlInputSecret
-
Return the value of the label
property.
- getLabel() - Method in class javax.faces.component.html.HtmlInputText
-
Return the value of the label
property.
- getLabel() - Method in class javax.faces.component.html.HtmlInputTextarea
-
Return the value of the label
property.
- getLabel() - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
-
Return the value of the label
property.
- getLabel() - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the label
property.
- getLabel() - Method in class javax.faces.component.html.HtmlSelectManyListbox
-
Return the value of the label
property.
- getLabel() - Method in class javax.faces.component.html.HtmlSelectManyMenu
-
Return the value of the label
property.
- getLabel() - Method in class javax.faces.component.html.HtmlSelectOneListbox
-
Return the value of the label
property.
- getLabel() - Method in class javax.faces.component.html.HtmlSelectOneMenu
-
Return the value of the label
property.
- getLabel() - Method in class javax.faces.component.html.HtmlSelectOneRadio
-
Return the value of the label
property.
- getLabel() - Method in class javax.faces.model.SelectItem
-
Return the label of this item, to be rendered visibly for the user.
- getLambdaArgument(String) - Method in class javax.el.ELContext
-
Retrieves the Lambda argument associated with a formal parameter.
- getLang() - Method in class javax.faces.component.html.HtmlBody
-
Return the value of the lang
property.
- getLang() - Method in class javax.faces.component.html.HtmlCommandButton
-
Return the value of the lang
property.
- getLang() - Method in class javax.faces.component.html.HtmlCommandLink
-
Return the value of the lang
property.
- getLang() - Method in class javax.faces.component.html.HtmlDataTable
-
Return the value of the lang
property.
- getLang() - Method in class javax.faces.component.html.HtmlForm
-
Return the value of the lang
property.
- getLang() - Method in class javax.faces.component.html.HtmlGraphicImage
-
Return the value of the lang
property.
- getLang() - Method in class javax.faces.component.html.HtmlHead
-
Return the value of the lang
property.
- getLang() - Method in class javax.faces.component.html.HtmlInputFile
-
Return the value of the lang
property.
- getLang() - Method in class javax.faces.component.html.HtmlInputSecret
-
Return the value of the lang
property.
- getLang() - Method in class javax.faces.component.html.HtmlInputText
-
Return the value of the lang
property.
- getLang() - Method in class javax.faces.component.html.HtmlInputTextarea
-
Return the value of the lang
property.
- getLang() - Method in class javax.faces.component.html.HtmlMessage
-
Return the value of the lang
property.
- getLang() - Method in class javax.faces.component.html.HtmlMessages
-
Return the value of the lang
property.
- getLang() - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
-
Return the value of the lang
property.
- getLang() - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
-
Return the value of the lang
property.
- getLang() - Method in class javax.faces.component.html.HtmlOutputFormat
-
Return the value of the lang
property.
- getLang() - Method in class javax.faces.component.html.HtmlOutputLabel
-
Return the value of the lang
property.
- getLang() - Method in class javax.faces.component.html.HtmlOutputLink
-
Return the value of the lang
property.
- getLang() - Method in class javax.faces.component.html.HtmlOutputText
-
Return the value of the lang
property.
- getLang() - Method in class javax.faces.component.html.HtmlPanelGrid
-
Return the value of the lang
property.
- getLang() - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
-
Return the value of the lang
property.
- getLang() - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the lang
property.
- getLang() - Method in class javax.faces.component.html.HtmlSelectManyListbox
-
Return the value of the lang
property.
- getLang() - Method in class javax.faces.component.html.HtmlSelectManyMenu
-
Return the value of the lang
property.
- getLang() - Method in class javax.faces.component.html.HtmlSelectOneListbox
-
Return the value of the lang
property.
- getLang() - Method in class javax.faces.component.html.HtmlSelectOneMenu
-
Return the value of the lang
property.
- getLang() - Method in class javax.faces.component.html.HtmlSelectOneRadio
-
Return the value of the lang
property.
- getLanguage() - Method in interface javax.ws.rs.client.ClientRequestContext
-
Get the language of the entity.
- getLanguage() - Method in interface javax.ws.rs.client.ClientResponseContext
-
Get the language of the entity.
- getLanguage() - Method in class javax.ws.rs.client.Entity
-
Get entity language.
- getLanguage() - Method in interface javax.ws.rs.container.ContainerRequestContext
-
Get the language of the entity.
- getLanguage() - Method in interface javax.ws.rs.container.ContainerResponseContext
-
Get the language of the entity.
- getLanguage() - Method in interface javax.ws.rs.core.HttpHeaders
-
Get the language of the request entity.
- getLanguage() - Method in class javax.ws.rs.core.Response
-
Get the language of the message entity.
- getLanguage() - Method in class javax.ws.rs.core.Variant
-
Get the language of the variant.
- getLanguageString() - Method in class javax.ws.rs.core.Variant
-
Get the string representation of the variant language,
or null
if no language has been set.
- getLargeIcon() - Method in class javax.servlet.jsp.tagext.TagInfo
-
Get the path to the large icon.
- getLastAccessedTime() - Method in interface javax.servlet.http.HttpSession
-
Returns the last time the client sent a request associated with
this session, as the number of milliseconds since midnight
January 1, 1970 GMT, and marked by the time the container received the
request.
- getLastDisplayedViewId(FacesContext) - Method in class javax.faces.flow.FlowHandler
-
- getLastModified(HttpServletRequest) - Method in class javax.servlet.http.HttpServlet
-
Returns the time the HttpServletRequest
object was last modified,
in milliseconds since midnight January 1, 1970 GMT.
- getLastModified() - Method in interface javax.ws.rs.client.ClientResponseContext
-
Get the last modified date.
- getLastModified() - Method in interface javax.ws.rs.container.ContainerResponseContext
-
Get the last modified date.
- getLastModified() - Method in class javax.ws.rs.core.Response
-
Get the last modified date.
- getLastName() - Method in interface javax.xml.registry.infomodel.PersonName
-
Gets the last name (surname) for this Person.
- getLastSampleTime() - Method in interface javax.management.j2ee.statistics.Statistic
-
The time of the last measurement represented as a long, whose value is the number of milliseconds since January 1, 1970, 00:00:00.
- getLastUpdatedTime() - Method in interface javax.batch.runtime.JobExecution
-
Get time execution was last updated updated.
- getLayout() - Method in class javax.faces.component.html.HtmlMessages
-
Return the value of the layout
property.
- getLayout() - Method in class javax.faces.component.html.HtmlPanelGroup
-
Return the value of the layout
property.
- getLayout() - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the layout
property.
- getLayout() - Method in class javax.faces.component.html.HtmlSelectOneRadio
-
Return the value of the layout
property.
- getLeafBean() - Method in interface javax.validation.ConstraintViolation
-
Returns:
the bean instance the constraint is applied on if it is
a bean constraint
the bean instance hosting the property the constraint
is applied on if it is a property constraint
null
when the
ConstraintViolation
is returned
after calling
Validator.validateValue(Class, String, Object, Class[])
the object the method is executed on if it is
a method parameter, cross-parameter or return value constraint
null
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
-
- getLifecycle(String) - Method in class javax.faces.lifecycle.LifecycleFactory
-
Create (if needed) and return a
Lifecycle
instance
for the specified lifecycle identifier.
- getLifecycleIds() - Method in class javax.faces.lifecycle.LifecycleFactory
-
Return an Iterator
over the set of lifecycle
identifiers supported by this factory.
- getLifeCycleManager() - Method in interface javax.xml.registry.infomodel.RegistryObject
-
Returns the LifeCycleManager that created this object.
- getLine() - Method in class javax.faces.view.Location
-
Return the line number in the page
for this location.
- getLineCount() - Method in class javax.mail.internet.MimeBodyPart
-
Return the number of lines for the content of this Part.
- getLineCount() - Method in class javax.mail.internet.MimeMessage
-
Return the number of lines for the content of this message.
- getLineCount() - Method in interface javax.mail.Part
-
Return the number of lines in the content of this part.
- getLineNumber() - Method in interface javax.json.stream.JsonLocation
-
Return the line number for the current JSON event in the input source.
- getLineNumber() - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
-
- getLineNumber() - Method in interface javax.xml.bind.ValidationEventLocator
-
Return the line number if available
- getLink(String) - Method in interface javax.ws.rs.client.ClientResponseContext
-
Get the link for the relation.
- getLink(String) - Method in interface javax.ws.rs.container.ContainerResponseContext
-
Get the link for the relation.
- getLink(String) - Method in class javax.ws.rs.core.Response
-
Get the link for the relation.
- getLinkBuilder(String) - Method in interface javax.ws.rs.client.ClientResponseContext
-
Convenience method that returns a
Link.Builder
for the relation.
- getLinkBuilder(String) - Method in interface javax.ws.rs.container.ContainerResponseContext
-
Convenience method that returns a
Link.Builder
for the relation.
- getLinkBuilder(String) - Method in class javax.ws.rs.core.Response
-
Convenience method that returns a
Link.Builder
for the relation.
- getLinkedCause() - Method in exception javax.xml.rpc.JAXRPCException
-
Gets the Linked cause
- getLinkedCause() - Method in exception javax.xml.rpc.ServiceException
-
Gets the Linked cause
- getLinkedException() - Method in exception javax.jms.JMSException
-
Gets the exception linked to this one.
- getLinkedException() - Method in exception javax.resource.ResourceException
-
Deprecated.
J2SE release 1.4 supports a chained exception facility
that allows any throwable to know about another throwable, if any,
that caused it to get thrown. Refer to getCause
and
initCause
methods of the
java.lang.Throwable
class..
- getLinkedException() - Method in class javax.xml.bind.helpers.ValidationEventImpl
-
- getLinkedException() - Method in exception javax.xml.bind.JAXBException
-
Get the linked exception
- getLinkedException() - Method in exception javax.xml.bind.TypeConstraintException
-
Get the linked exception
- getLinkedException() - Method in interface javax.xml.bind.ValidationEvent
-
Retrieve the linked exception for this warning/error.
- getLinkedObjects() - Method in interface javax.xml.registry.infomodel.ExternalLink
-
Gets the collection of RegistryObjects that are annotated by this
ExternalLink.
- getLinkedWarning() - Method in exception javax.resource.cci.ResourceWarning
-
Deprecated.
J2SE release 1.4 supports a chained exception facility
that allows any throwable to know about another throwable, if any,
that caused it to get thrown. Refer to getCause
and
initCause
methods of the
java.lang.Throwable
class.
- getLinks() - Method in interface javax.ws.rs.client.ClientResponseContext
-
Get the links attached to the message as header.
- getLinks() - Method in interface javax.ws.rs.container.ContainerResponseContext
-
Get the links attached to the message as header.
- getLinks() - Method in class javax.ws.rs.core.Response
-
Get the links attached to the message as headers.
- getList(String, Class<E>) - Method in interface javax.persistence.metamodel.ManagedType
-
Return the List-valued attribute of the managed type that
corresponds to the specified name and Java element type.
- getList(String) - Method in interface javax.persistence.metamodel.ManagedType
-
Return the List-valued attribute of the managed type that
corresponds to the specified name.
- getListener() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
- getListener() - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
- getListener() - Method in interface javax.xml.bind.Marshaller
-
- getListener() - Method in interface javax.xml.bind.Unmarshaller
-
- getListenerRegistry() - Method in interface javax.management.j2ee.Management
-
Returns the listener registry implementation for this MEJB.
- getListenersForEventClass(Class<? extends SystemEvent>) - Method in class javax.faces.component.UIComponent
-
This implementation throws
UnsupportedOperationException
and is provided
for the sole purpose of not breaking existing applications that extend
this class.
- getListenersForEventClass(Class<? extends SystemEvent>) - Method in class javax.faces.component.UIComponentBase
-
Return the
SystemEventListener
instances registered on this
UIComponent
instance that are interested in events
of type eventClass
.
- getListenersForEventClass(Class<? extends SystemEvent>) - Method in class javax.faces.event.ExceptionQueuedEventContext
-
Return a List
that
contains a single entry, the ExceptionHandler
for the current
request.
- getListenersForEventClass(Class<? extends SystemEvent>) - Method in interface javax.faces.event.SystemEventListenerHolder
-
- getLocalAddr() - Method in interface javax.servlet.ServletRequest
-
Returns the Internet Protocol (IP) address of the interface on
which the request was received.
- getLocalAddr() - Method in class javax.servlet.ServletRequestWrapper
-
The default behavior of this method is to return
getLocalAddr() on the wrapped request object.
- getLocalAddress(Session) - Static method in class javax.mail.internet.InternetAddress
-
Return an InternetAddress object representing the current user.
- getLocalAddress() - Method in class javax.xml.ws.spi.http.HttpExchange
-
Returns the unresolved local address on which the request was received.
- getLocale() - Method in class javax.el.ELContext
-
- 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
-
- getLocale() - Method in class javax.servlet.ServletResponseWrapper
-
The default behavior of this method is to return getLocale()
on the wrapped response object.
- getLocale() - Method in interface javax.xml.registry.infomodel.LocalizedString
-
Get the Locale for this object.
- getLocales() - Method in interface javax.servlet.ServletRequest
-
Returns an Enumeration
of Locale
objects
indicating, in decreasing order starting with the preferred locale, the
locales that are acceptable to the client based on the Accept-Language
header.
- getLocales() - Method in class javax.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getLocales()
on the wrapped request object.
- getLocalizedMessage(PageContext, String) - Static method in class javax.servlet.jsp.jstl.fmt.LocaleSupport
-
Retrieves the localized message corresponding to the given key.
- getLocalizedMessage(PageContext, String, String) - Static method in class javax.servlet.jsp.jstl.fmt.LocaleSupport
-
Retrieves the localized message corresponding to the given key.
- getLocalizedMessage(PageContext, String, Object[]) - Static method in class javax.servlet.jsp.jstl.fmt.LocaleSupport
-
Retrieves the localized message corresponding to the given key, and
performs parametric replacement using the arguments specified via
args.
- getLocalizedMessage(PageContext, String, Object[], String) - Static method in class javax.servlet.jsp.jstl.fmt.LocaleSupport
-
Retrieves the localized message corresponding to the given key, and
performs parametric replacement using the arguments specified via
args.
- getLocalizedString(Locale, String) - Method in interface javax.xml.registry.infomodel.InternationalString
-
Gets the LocalizedString for the specified Locale and charsetName.
- getLocalizedStrings() - Method in interface javax.xml.registry.infomodel.InternationalString
-
Returns the LocalizedStrings associated with this object.
- getLocalName() - Method in class javax.faces.view.facelets.Tag
-
Return the XML local name of the
tag.
- getLocalName() - Method in class javax.faces.view.facelets.TagAttribute
-
Local name of this attribute
- getLocalName() - Method in interface javax.servlet.ServletRequest
-
Returns the host name of the Internet Protocol (IP) interface on
which the request was received.
- getLocalName() - Method in class javax.servlet.ServletRequestWrapper
-
The default behavior of this method is to return
getLocalName() on the wrapped request object.
- getLocalName() - Method in interface javax.xml.soap.Name
-
Gets the local name part of the XML name that this Name
object represents.
- 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
-
- getLocation() - Method in class javax.faces.view.facelets.Tag
-
Return the Location
of this
Tag
instance in the Facelet view.
- getLocation() - Method in class javax.faces.view.facelets.TagAttribute
-
The location of this attribute in the FaceletContext
- getLocation() - Method in interface javax.json.stream.JsonParser
-
Return the location that corresponds to the parser's current state in
the JSON input source.
- getLocation() - Method in exception javax.json.stream.JsonParsingException
-
Return the location of the incorrect JSON.
- getLocation() - Method in class javax.servlet.MultipartConfigElement
-
Gets the directory location where files will be stored.
- getLocation() - Method in interface javax.ws.rs.client.ClientResponseContext
-
Get the location.
- getLocation() - Method in interface javax.ws.rs.container.ContainerResponseContext
-
Get the location.
- getLocation() - Method in class javax.ws.rs.core.Response
-
Get the location.
- getLocation() - Method in exception javax.ws.rs.RedirectionException
-
Get the redirection response location.
- 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(Object) - Method in interface javax.persistence.EntityManager
-
Get the current lock mode for the entity instance.
- getLockMode() - Method in interface javax.persistence.Query
-
Get the current lock mode for the query.
- getLogWriter() - Method in interface javax.resource.spi.ManagedConnection
-
Gets the log writer for this ManagedConnection instance.
- getLogWriter() - Method in interface javax.resource.spi.ManagedConnectionFactory
-
Get the log writer for this ManagedConnectionFactory instance.
- getLong(String) - Method in interface javax.jms.MapMessage
-
Returns the long
value with the specified name.
- getLong() - Method in interface javax.json.stream.JsonParser
-
Returns a JSON number as a long.
- getLongdesc() - Method in class javax.faces.component.html.HtmlGraphicImage
-
Return the value of the longdesc
property.
- getLongProperty(String) - Method in interface javax.jms.JMSProducer
-
Returns the message property with the specified name that has been set on
this JMSProducer
, converted to a long
.
- getLongProperty(String) - Method in interface javax.jms.Message
-
Returns the value of the long
property with the specified
name.
- getLoopStatus() - Method in interface javax.servlet.jsp.jstl.core.LoopTag
-
Retrieves a 'status' object to provide information about the
current round of the iteration.
- getLoopStatus() - Method in class javax.servlet.jsp.jstl.core.LoopTagSupport
-
- getLowerBound() - Method in interface javax.management.j2ee.statistics.BoundaryStatistic
-
The lower limit of the value of this attribute.The upper limit of the value of this attribute.
- getLowWaterMark() - Method in interface javax.management.j2ee.statistics.RangeStatistic
-
The lowest value this attribute has held since the beginning of the measurement.
- getMajorVersion() - Method in interface javax.servlet.ServletContext
-
Returns the major version of the Servlet API that this
servlet container supports.
- getMajorVersion() - Method in interface javax.xml.registry.infomodel.Versionable
-
Gets the major revision number for this version of the Versionable object.
- getManagedClassNames() - Method in interface javax.persistence.spi.PersistenceUnitInfo
-
Returns the list of the names of the classes that the
persistence provider must add to its set of managed
classes.
- getManagedConnectionFactory() - Method in interface javax.management.j2ee.statistics.JCAConnectionStats
-
Returns the associated JCAManagedConnectionFactory OBJECT_NAME
- getManagedConnectionFactory() - Method in class javax.resource.spi.security.PasswordCredential
-
Gets the target ManagedConnectionFactory for which the user name and
password has been set by the application server.
- getManagedTaskListener() - Method in interface javax.enterprise.concurrent.ManagedTask
-
- getManagedTypes() - Method in interface javax.persistence.metamodel.Metamodel
-
Return the metamodel managed types.
- getMap(String, Class<K>, Class<V>) - Method in interface javax.persistence.metamodel.ManagedType
-
Return the Map-valued attribute of the managed type that
corresponds to the specified name and Java key and value
types.
- getMap(String) - Method in interface javax.persistence.metamodel.ManagedType
-
Return the Map-valued attribute of the managed type that
corresponds to the specified name.
- getMap() - Method in interface javax.security.auth.message.MessageInfo
-
Get (a reference to) the Map object of this MessageInfo.
- getMapNames() - Method in interface javax.jms.MapMessage
-
Returns an Enumeration
of all the names in the
MapMessage
object.
- getMappingFileNames() - Method in interface javax.persistence.spi.PersistenceUnitInfo
-
Returns the list of the names of the mapping files that the
persistence provider must load to determine the mappings for
the entity classes.
- 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.
- getMatchingHeaders(String[]) - Method in class javax.xml.soap.MimeHeaders
-
Returns all the MimeHeader
objects whose name matches
a name in the given array of names.
- getMatchingMimeHeaders(String[]) - Method in class javax.xml.soap.AttachmentPart
-
Retrieves all MimeHeader
objects that match a name in
the given array.
- getMatchingMimeHeaders(String[]) - Method in class javax.xml.soap.SOAPPart
-
Retrieves all MimeHeader
objects that match a name in
the given array.
- getMatrixParameters() - Method in interface javax.ws.rs.core.PathSegment
-
Get a map of the matrix parameters associated with the path segment.
- getMaxAge() - Method in class javax.servlet.http.Cookie
-
Gets the maximum age in seconds of this Cookie.
- getMaxAge() - Method in interface javax.servlet.SessionCookieConfig
-
Gets the lifetime (in seconds) of the session tracking cookies
created on behalf of the application represented by the
ServletContext from which this SessionCookieConfig
was acquired.
- getMaxAge() - Method in class javax.ws.rs.core.CacheControl
-
Corresponds to the max-age cache control directive.
- getMaxAge() - Method in class javax.ws.rs.core.NewCookie
-
Get the maximum age of the the cookie in seconds.
- getMaxBinaryMessageBufferSize() - Method in interface javax.websocket.Session
-
The maximum length of incoming binary messages that this Session can buffer.
- getMaxConnections() - Method in interface javax.resource.spi.ManagedConnectionMetaData
-
Returns maximum limit on number of active concurrent connections
that an EIS instance can support across client processes.
- getMaxFileSize() - Method in class javax.servlet.MultipartConfigElement
-
Gets the maximum size allowed for uploaded files.
- getMaxFractionDigits() - Method in class javax.faces.convert.NumberConverter
-
Return the maximum number of digits getAsString()
should
render in the fraction portion of the result.
- getMaxIdleTimeout() - Method in interface javax.websocket.Session
-
Return the number of milliseconds before this conversation may be closed by the
container if it is inactive, i.e.
- getMaximum() - Method in class javax.faces.validator.DoubleRangeValidator
-
Return the maximum value to be enforced by this
Validator
or
Double.MAX_VALUE
if it has not been
set.
- getMaximum() - Method in class javax.faces.validator.LengthValidator
-
Return the maximum length to be enforced by this
Validator
, or
0
if the maximum has not been
set.
- getMaximum() - Method in class javax.faces.validator.LongRangeValidator
-
Return the maximum value to be enforced by this
Validator
.
- getMaximumSeverity() - Method in class javax.faces.context.FacesContext
-
Return the maximum severity level recorded on any
FacesMessage
s that has been queued, whether or not they are
associated with any specific
UIComponent
.
- getMaximumSeverity() - Method in class javax.faces.context.FacesContextWrapper
-
- getMaxInactiveInterval() - Method in interface javax.servlet.http.HttpSession
-
Returns the maximum time interval, in seconds, that
the servlet container will keep this session open between
client accesses.
- getMaxIntegerDigits() - Method in class javax.faces.convert.NumberConverter
-
Return the maximum number of digits getAsString()
should
render in the integer portion of the result.
- getMaxlength() - Method in class javax.faces.component.html.HtmlInputFile
-
Return the value of the maxlength
property.
- getMaxlength() - Method in class javax.faces.component.html.HtmlInputSecret
-
Return the value of the maxlength
property.
- getMaxlength() - Method in class javax.faces.component.html.HtmlInputText
-
Return the value of the maxlength
property.
- getMaxRequestSize() - Method in class javax.servlet.MultipartConfigElement
-
Gets the maximum size allowed for multipart/form-data requests.
- getMaxResults() - Method in interface javax.persistence.Query
-
The maximum number of results the query object was set to
retrieve.
- getMaxTextMessageBufferSize() - Method in interface javax.websocket.Session
-
The maximum length of incoming text messages that this Session can buffer.
- getMaxTime() - Method in interface javax.management.j2ee.statistics.TimeStatistic
-
The maximum amount of time taken to complete one invocation of this operation since the beginning of this measurement.
- getMBeanCount() - Method in interface javax.management.j2ee.Management
-
Returns the number of managed objects registered in the MEJB.
- getMBeanInfo(ObjectName) - Method in interface javax.management.j2ee.Management
-
This method discovers the attributes and operations that a managed object exposes
for management.
- getMechanismType() - Method in interface javax.xml.rpc.encoding.Deserializer
-
Gets the type of the XML processing mechanism and
representation used by this Deserializer.
- getMechanismType() - Method in interface javax.xml.rpc.encoding.Serializer
-
Gets the type of the XML processing mechanism and
representation used by this Serializer.
- getMechType() - Method in interface javax.resource.spi.security.GenericCredential
-
Deprecated.
Returns the mechanism type for the GenericCredential instance.
- getMediaType() - Method in interface javax.ws.rs.client.ClientRequestContext
-
Get the media type of the entity.
- getMediaType() - Method in interface javax.ws.rs.client.ClientResponseContext
-
Get the media type of the entity.
- getMediaType() - Method in class javax.ws.rs.client.Entity
-
Get entity media type.
- getMediaType() - Method in interface javax.ws.rs.container.ContainerRequestContext
-
Get the media type of the entity.
- getMediaType() - Method in interface javax.ws.rs.container.ContainerResponseContext
-
Get the media type of the entity.
- getMediaType() - Method in interface javax.ws.rs.core.HttpHeaders
-
Get the media type of the request entity.
- getMediaType() - Method in class javax.ws.rs.core.Response
-
Get the media type of the message entity.
- getMediaType() - Method in class javax.ws.rs.core.Variant
-
Get the media type of the variant.
- getMediaType() - Method in interface javax.ws.rs.ext.InterceptorContext
-
Get media type of HTTP entity.
- getMember() - Method in interface javax.enterprise.inject.spi.InjectionPoint
-
Get the
Field
object in the case of field injection, the
Method
object in the case of method parameter injection or the
Constructor
object in the case of
constructor parameter injection.
- getMemberFactory() - Method in class javax.faces.view.facelets.FaceletCache
-
- getMessage() - Method in interface javax.enterprise.deploy.spi.status.DeploymentStatus
-
Retrieve any additional information about the
status of this event.
- getMessage() - Method in exception javax.faces.application.ViewExpiredException
-
Return the message for this exception prepended with the view identifier
if the view identifier is not null
, otherwise, return the
message.
- getMessage() - Method in class javax.mail.event.MessageChangedEvent
-
Return the changed Message.
- getMessage() - Method in class javax.mail.event.StoreEvent
-
Get the message from the Store.
- getMessage() - Method in class javax.mail.event.TransportEvent
-
Get the Message object associated with this Transport Event.
- getMessage(int) - Method in class javax.mail.Folder
-
Get the Message object corresponding to the given message
number.
- getMessage() - Method in class javax.mail.MessageContext
-
Return the Message that contains the content.
- getMessage() - Method in exception javax.resource.ResourceException
-
Returns a detailed message string describing this exception.
- getMessage() - Method in class javax.servlet.jsp.tagext.ValidationMessage
-
Get the localized validation message.
- getMessage() - Method in interface javax.validation.ConstraintViolation
-
- getMessage() - Method in 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 exception javax.xml.registry.JAXRException
-
Returns the detail message for this JAXRException
object.
- getMessage() - Method in interface javax.xml.rpc.handler.soap.SOAPMessageContext
-
Gets the SOAPMessage from this message context
- getMessage() - Method in exception javax.xml.soap.SOAPException
-
Returns the detail message for this SOAPException
object.
- 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.
- 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
-
- getMessageByUID(long) - Method in interface javax.mail.UIDFolder
-
Get the Message corresponding to the given UID.
- getMessageChangeType() - Method in class javax.mail.event.MessageChangedEvent
-
Return the type of this event.
- getMessageContext() - Method in interface javax.ejb.SessionContext
-
Obtain a reference to the JAX-RPC MessageContext.
- getMessageContext() - Method in class javax.mail.internet.MimePartDataSource
-
Return the MessageContext
for the current part.
- getMessageContext() - Method in interface javax.mail.MessageAware
-
Return the message context.
- getMessageContext() - Method in interface javax.xml.rpc.server.ServletEndpointContext
-
The method getMessageContext
returns the
MessageContext
targeted for this endpoint instance.
- 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 the
ValidatorFactory
.
- getMessageInterpolatorClassName() - Method in interface javax.validation.BootstrapConfiguration
-
- 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
-
- getMessageList(String) - Method in class javax.faces.context.FacesContext
-
- getMessageList() - Method in class javax.faces.context.FacesContextWrapper
-
- getMessageList(String) - Method in class javax.faces.context.FacesContextWrapper
-
- getMessageListener() - Method in interface javax.jms.JMSConsumer
-
Gets the JMSConsumer
's MessageListener
.
- getMessageListener() - Method in interface javax.jms.MessageConsumer
-
Gets the MessageConsumer
's MessageListener
.
- getMessageListener() - Method in interface javax.jms.Session
-
Returns the session's distinguished message listener (optional).
- getMessageNumber() - Method in class javax.mail.Message
-
Get the Message number for this Message.
- getMessages() - Method in class javax.faces.context.FacesContext
-
Return an
Iterator
over the
FacesMessage
s
that have been queued, whether or not they are associated with any
specific client identifier.
- getMessages(String) - Method in class javax.faces.context.FacesContext
-
Return an
Iterator
over the
FacesMessage
s that
have been queued that are associated with the specified client identifier
(if
clientId
is not
null
), or over the
FacesMessage
s that have been queued that are not associated with
any specific client identifier (if
clientId
is
null
).
- getMessages() - Method in class javax.faces.context.FacesContextWrapper
-
- getMessages(String) - Method in class javax.faces.context.FacesContextWrapper
-
- getMessages() - Method in class javax.mail.event.MessageCountEvent
-
Return the array of messages added or removed.
- getMessages(int, int) - Method in class javax.mail.Folder
-
Get the Message objects for message numbers ranging from start
through end, both start and end inclusive.
- getMessages(int[]) - Method in class javax.mail.Folder
-
Get the Message objects for message numbers specified in
the array.
- getMessages() - Method in class javax.mail.Folder
-
Get all Message objects from this Folder.
- getMessagesByUID(long, long) - Method in interface javax.mail.UIDFolder
-
Get the Messages specified by the given range.
- getMessagesByUID(long[]) - Method in interface javax.mail.UIDFolder
-
Get the Messages specified by the given array of UIDs.
- getMessageSelector() - Method in interface javax.jms.JMSConsumer
-
Gets this JMSConsumer
's message selector expression.
- getMessageSelector() - Method in interface javax.jms.MessageConsumer
-
Gets this message consumer's message selector expression.
- getMessageSelector() - Method in interface javax.jms.QueueBrowser
-
Gets this queue browser's message selector expression.
- getMessageTemplate() - Method in interface javax.validation.ConstraintViolation
-
- getMessageTemplate() - Method in interface javax.validation.metadata.ConstraintDescriptor
-
The non-interpolated error message
- getMessageType() - Method in class javax.mail.event.StoreEvent
-
Return the type of this event.
- getMessageWaitTime() - Method in interface javax.management.j2ee.statistics.JMSEndpointStats
-
Time spent by a message before being delivered.
- getMessageWaitTime() - Method in interface javax.management.j2ee.statistics.JMSSessionStats
-
Time spent by a message before being delivered.
- getMetaData() - Method in interface javax.jms.Connection
-
Gets the metadata for this connection.
- getMetaData() - Method in interface javax.jms.JMSContext
-
Gets the connection metadata for the JMSContext's connection.
- getMetaData() - Method in interface javax.resource.cci.Connection
-
Gets the information on the underlying EIS instance represented
through an active connection.
- getMetaData() - Method in interface javax.resource.cci.ConnectionFactory
-
Gets metadata for the Resource Adapter.
- getMetaData() - Method in interface javax.resource.spi.ManagedConnection
-
Gets the metadata information for this connection's underlying
EIS resource manager instance.
- getMetadata() - Method in class javax.ws.rs.core.Response
-
- getMetadata() - Method in class javax.xml.ws.Endpoint
-
Returns a list of metadata documents for the service.
- getMetadataMemberFactory() - Method in class javax.faces.view.facelets.FaceletCache
-
- getMetamodel() - Method in interface javax.persistence.EntityManager
-
Return an instance of Metamodel
interface for access to the
metamodel of the persistence unit.
- getMetamodel() - Method in interface javax.persistence.EntityManagerFactory
-
Return an instance of Metamodel
interface for access to the
metamodel of the persistence unit.
- getMethod() - Method in interface javax.interceptor.InvocationContext
-
Returns the method of the target class for which the interceptor
was invoked.
- getMethod() - Method in interface javax.servlet.http.HttpServletRequest
-
Returns the name of the HTTP method with which this
request was made, for example, GET, POST, or PUT.
- getMethod() - Method in class javax.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getMethod()
on the wrapped request object.
- getMethod() - Method in interface javax.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
-
- getMethodSignature() - Method in class javax.servlet.jsp.tagext.TagAttributeInfo
-
Returns the expected method signature of this deferred method attribute.
- getMetrics() - Method in interface javax.batch.runtime.context.StepContext
-
The getMetrics method returns an array of step level metrics.
- getMetrics() - Method in interface javax.batch.runtime.StepExecution
-
Get step metrics
- getMiddleName() - Method in interface javax.xml.registry.infomodel.PersonName
-
Gets the middle name for this Person.
- getMimeHeader(String) - Method in class javax.xml.soap.AttachmentPart
-
Gets all the values of the header identified by the given
String
.
- getMimeHeader(String) - Method in class javax.xml.soap.SOAPPart
-
Gets all the values of the MimeHeader
object
in this SOAPPart
object that
is identified by the given String
.
- getMimeHeaders() - Method in class javax.xml.soap.SOAPMessage
-
Returns all the transport-specific MIME headers for this SOAPMessage
object in a transport-independent fashion.
- 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
-
- getMimeType(String) - Method in interface javax.servlet.ServletContext
-
Returns the MIME type of the specified file, or null
if
the MIME type is not known.
- getMimeType() - Method in interface javax.xml.registry.infomodel.ExtrinsicObject
-
Gets the mime type associated with this object.
- getMinFractionDigits() - Method in class javax.faces.convert.NumberConverter
-
Return the minimum number of digits getAsString()
should
render in the fraction portion of the result.
- getMinimum() - Method in class javax.faces.validator.DoubleRangeValidator
-
Return the minimum value to be enforced by this
Validator
, or
Double.MIN_VALUE
if it has not been
set.
- getMinimum() - Method in class javax.faces.validator.LengthValidator
-
Return the minimum length to be enforced by this
Validator
, or
0
if the minimum has not been
set.
- getMinimum() - Method in class javax.faces.validator.LongRangeValidator
-
Return the minimum value to be enforced by this
Validator
.
- getMinIntegerDigits() - Method in class javax.faces.convert.NumberConverter
-
Return the minimum number of digits getAsString()
should
render in the integer portion of the result.
- getMinorVersion() - Method in interface javax.servlet.ServletContext
-
Returns the minor version of the Servlet API that this
servlet container supports.
- getMinorVersion() - Method in interface javax.xml.registry.infomodel.Versionable
-
Gets the minor revision number for this version of the Versionable object.
- getMinTime() - Method in interface javax.management.j2ee.statistics.TimeStatistic
-
The minimum amount of time taken to complete one invocation of this operation since the beginning of this measurement.
- getMinute() - Method in class javax.ejb.ScheduleExpression
-
Return the value of the minute attribute.
- getMode() - Method in class javax.mail.Folder
-
Return the open mode of this folder.
- getModel() - Method in interface javax.persistence.criteria.CollectionJoin
-
Return the metamodel representation for the collection
attribute.
- getModel() - Method in interface javax.persistence.criteria.ListJoin
-
Return the metamodel representation for the list attribute.
- getModel() - Method in interface javax.persistence.criteria.MapJoin
-
Return the metamodel representation for the map attribute.
- getModel() - Method in interface javax.persistence.criteria.Path
-
Return the bindable object that corresponds to the
path expression.
- getModel() - Method in interface javax.persistence.criteria.PluralJoin
-
Return the metamodel representation for the collection-valued
attribute corresponding to the join.
- getModel() - Method in interface javax.persistence.criteria.Root
-
Return the metamodel entity corresponding to the root.
- getModel() - Method in interface javax.persistence.criteria.SetJoin
-
Return the metamodel representation for the set attribute.
- getModuleDTDVersion() - Method in interface javax.enterprise.deploy.model.DDBeanRoot
-
Deprecated.
As of version 1.1 replaced by
DDBeanRoot.getDDBeanRootVersion()
- getModuleDTDVersion() - Method in interface javax.enterprise.deploy.model.DeployableObject
-
Deprecated.
As of version 1.1 replaced by
DDBeanRoot.getDDBeanRootVersion()
- getModuleExtension() - Method in class javax.enterprise.deploy.shared.ModuleType
-
Return the file extension string for this enumeration.
- getModuleID() - Method in interface javax.enterprise.deploy.spi.TargetModuleID
-
Retrieve the id assigned to represent
the deployed module.
- getModuleType(int) - Static method in class javax.enterprise.deploy.shared.ModuleType
-
Return an object of the specified value.
- getModuleUris(ModuleType) - Method in interface javax.enterprise.deploy.model.J2eeApplicationObject
-
Return the list of URIs of the designated module type.
- getModuleUris() - Method in interface javax.enterprise.deploy.model.J2eeApplicationObject
-
Return the list of URIs for all modules in the application.
- getMonth() - Method in class javax.ejb.ScheduleExpression
-
Return the value of the month attribute.
- getMustUnderstand() - Method in interface javax.xml.soap.SOAPHeaderElement
-
Returns the boolean value of the mustUnderstand attribute for this
SOAPHeaderElement
.
- getName() - Method in class javax.el.MethodInfo
-
Returns the name of the method
- getName() - Method in interface javax.enterprise.deploy.spi.Target
-
Retrieve the name of the target server.
- getName() - Method in interface javax.enterprise.inject.spi.BeanAttributes
-
Obtains the
EL name of a bean, if it has one.
- getName() - Method in class javax.faces.component.behavior.ClientBehaviorContext.Parameter
-
Returns the Parameter's name.
- getName() - Method in class javax.faces.component.UIParameter
-
Return the optional parameter name for this parameter.
- getName() - Method in class javax.faces.component.UIViewParameter
-
Return the request parameter name
from which the value is retrieved.
- getName() - Method in class javax.faces.event.PhaseId
-
Return the name of this phase.
- getName() - Method in class javax.faces.flow.Parameter
-
Return the name of the parameter
- getName() - Method in interface javax.faces.view.AttachedObjectTarget
-
Returns the name by which this
attached object target is exposed to the page
author.
- getName() - Method in class javax.faces.webapp.FacetTag
-
Return the name to be assigned to this facet.
- getName() - Method in class javax.mail.Folder
-
Returns the name of this Folder.
- getName() - Method in class javax.mail.Header
-
Returns the name of this header.
- getName() - Method in class javax.mail.internet.MimePartDataSource
-
DataSource method to return a name.
- getName() - Method in class javax.mail.util.ByteArrayDataSource
-
Get the name of the data.
- getName() - Method in interface javax.management.j2ee.statistics.Statistic
-
The name of this Statistic.
- getName() - Method in interface javax.persistence.EntityGraph
-
Return the name of a named EntityGraph (an entity graph
defined by means of the NamedEntityGraph
annotation, XML descriptor element, or added by means of the
addNamedEntityGraph
method.
- getName() - Method in interface javax.persistence.metamodel.Attribute
-
Return the name of the attribute.
- getName() - Method in interface javax.persistence.metamodel.EntityType
-
Return the entity name.
- getName() - Method in interface javax.persistence.Parameter
-
Return the parameter name, or null if the parameter is
not a named parameter or no name has been assigned.
- getName() - Method in interface javax.resource.spi.security.GenericCredential
-
Deprecated.
Returns the name of the resource principal associated
with a GenericCredential instance.
- getName() - Method in class javax.resource.spi.work.HintsContext
-
Get the associated name of the WorkContext
.
- getName() - Method in class javax.resource.spi.work.SecurityContext
-
Get the associated name of the WorkContext
.
- getName() - Method in class javax.resource.spi.work.TransactionContext
-
Get the associated name of the WorkContext
.
- getName() - Method in interface javax.resource.spi.work.WorkContext
-
Get the associated name of the WorkContext
.
- getName() - Method in class javax.security.auth.message.callback.CallerPrincipalCallback
-
Get the caller principal name.
- getName() - Method in class javax.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.
- getName() - Method in interface javax.xml.registry.infomodel.RegistryObject
-
Gets the user-friendly name of this object.
- getName() - Method in interface javax.xml.registry.infomodel.Slot
-
Gets the name for this Slot.
- getName() - Method in class javax.xml.soap.MimeHeader
-
Returns the name of this MimeHeader
object.
- getNamedDispatcher(String) - Method in interface javax.servlet.ServletContext
-
- 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
- getNamespacePrefixes() - Method in interface javax.xml.soap.SOAPElement
-
Returns an Iterator
over the namespace prefix
String
s declared by this element.
- getNamespaces() - Method in class javax.faces.view.facelets.TagAttributes
-
A list of Namespaces found in this set
- getNamespaceURI(String) - Method in interface javax.xml.soap.SOAPElement
-
Returns the URI of the namespace that has the given prefix.
- getNamingContainer() - Method in class javax.faces.component.UIComponent
-
Starting with "this", return the closest
component in the ancestry that is a NamingContainer
or null
if none can be found.
- getNamingContainerSeparatorChar() - Method in class javax.faces.context.FacesContext
-
- getNamingContainerSeparatorChar() - Method in class javax.faces.context.FacesContextWrapper
-
- getNavigationCase(FacesContext, String, String) - Method in class javax.faces.application.ConfigurableNavigationHandler
-
- getNavigationCase(FacesContext, String, String, String) - Method in class javax.faces.application.ConfigurableNavigationHandler
-
- getNavigationCase(FacesContext, String, String) - Method in class javax.faces.application.ConfigurableNavigationHandlerWrapper
-
- getNavigationCase(FacesContext, String, String, String) - Method in class javax.faces.application.ConfigurableNavigationHandlerWrapper
-
- getNavigationCases() - Method in class javax.faces.application.ConfigurableNavigationHandler
-
Return a Map<String,
Set<NavigationCase>>
where the keys are
<from-view-id>
values and the values are
Set<NavigationCase>
where each element in the
Set is a NavigationCase
that applies to that
<from-view-id>
.
- getNavigationCases() - Method in class javax.faces.application.ConfigurableNavigationHandlerWrapper
-
- getNavigationCases() - Method in class javax.faces.flow.Flow
-
- 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
-
- getNegotiatedExtensions(List<Extension>, List<Extension>) - Method in class javax.websocket.server.ServerEndpointConfig.Configurator
-
Return the ordered list of extensions that t server endpoint will support
given the requested extension list passed in, the empty list if none.
- getNegotiatedExtensions() - Method in interface javax.websocket.Session
-
Return the list of extensions currently in use for this conversation.
- getNegotiatedSubprotocol(List<String>, List<String>) - Method in class javax.websocket.server.ServerEndpointConfig.Configurator
-
Return the subprotocol the server endpoint has chosen from the requested
list supplied by a client who wishes to connect, or none if there wasn't one
this server endpoint liked.
- getNegotiatedSubprotocol() - Method in interface javax.websocket.Session
-
Return the sub protocol agreed during the websocket handshake for this conversation.
- getNewFolder() - Method in class javax.mail.event.FolderEvent
-
If this event indicates that a folder is renamed, (i.e, the event type
is RENAMED), then this method returns the Folder object representing the
new name.
- getNewMessageCount() - Method in class javax.mail.Folder
-
Get the number of new messages in this Folder.
- getNewsgroup() - Method in class javax.mail.internet.NewsAddress
-
Get the newsgroup.
- getNewTempClassLoader() - Method in interface javax.persistence.spi.PersistenceUnitInfo
-
Return a new instance of a ClassLoader that the provider may
use to temporarily load any classes, resources, or open
URLs.
- getNewValue() - Method in class javax.faces.event.ValueChangeEvent
-
Return the current local value of the source
UIComponent
.
- getNextException() - Method in exception javax.mail.MessagingException
-
Get the next exception chained to this one.
- getNextHandler() - Method in interface javax.faces.view.facelets.TagConfig
-
- getNextRunTime(LastExecution, Date) - Method in interface javax.enterprise.concurrent.Trigger
-
Retrieve the next time that the task should run after.
- getNextTimeout() - Method in interface javax.ejb.Timer
-
Get the point in time at which the next timer expiration is scheduled
to occur.
- getNoCacheFields() - Method in class javax.ws.rs.core.CacheControl
-
Corresponds to the value of the no-cache cache control directive.
- getNode(String) - Method in class javax.faces.flow.Flow
-
- getNode(Object) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
- getNode() - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
-
- getNode(Object) - Method in interface javax.xml.bind.Marshaller
-
Get a DOM tree view of the content tree(Optional).
- getNode() - Method in interface javax.xml.bind.ValidationEventLocator
-
Return a reference to the DOM Node if available
- 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.
- getNonMatchingHeaders(String[]) - Method in class javax.xml.soap.MimeHeaders
-
Returns all of the MimeHeader
objects whose name does not
match a name in the given array of names.
- getNonMatchingMimeHeaders(String[]) - Method in class javax.xml.soap.AttachmentPart
-
Retrieves all MimeHeader
objects whose name does
not match a name in the given array.
- getNonMatchingMimeHeaders(String[]) - Method in class javax.xml.soap.SOAPPart
-
Retrieves all MimeHeader
objects whose name does
not match a name in the given array.
- getNonRunningModules(ModuleType, Target[]) - Method in interface javax.enterprise.deploy.spi.DeploymentManager
-
Retrieve the list of Java EE application modules distributed
to the identified targets and that are currently not
running on the associated server or servers.
- 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.
- getNumber() - Method in interface javax.xml.registry.infomodel.TelephoneNumber
-
Gets the telephone number suffix, not including the country or area code.
- getObject(FaceletContext) - Method in class javax.faces.view.facelets.TagAttribute
-
Delegates to getObject with Object.class as a param
- getObject(FaceletContext, Class) - Method in class javax.faces.view.facelets.TagAttribute
-
If literal, simply coerce our String literal value using an
ExpressionFactory, otherwise create a ValueExpression and evaluate it.
- getObject(String) - Method in interface javax.jms.MapMessage
-
Returns the value of the object with the specified name.
- getObject() - Method in interface javax.jms.ObjectMessage
-
Gets the serializable object containing this message's data.
- getObject() - Method in 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
- 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.
- getObjectType() - Method in interface javax.xml.registry.infomodel.RegistryObject
-
Gets the object type that best describes the RegistryObject.
- getObservedQualifiers() - Method in interface javax.enterprise.inject.spi.ObserverMethod
-
- getObservedType() - Method in interface javax.enterprise.inject.spi.ObserverMethod
-
- getObserverMethod() - Method in interface javax.enterprise.inject.spi.ProcessObserverMethod
-
The
ObserverMethod
object that will be used by the container to invoke the observer
when a matching event is fired.
- getOffset() - Method in class javax.enterprise.deploy.shared.ActionType
-
Returns the lowest integer value used by this enumeration value's
enumeration class.
- getOffset() - Method in class javax.enterprise.deploy.shared.CommandType
-
Returns the lowest integer value used by this enumeration value's
enumeration class.
- getOffset() - Method in class javax.enterprise.deploy.shared.DConfigBeanVersionType
-
Returns the lowest integer value used by this enumeration value's
enumeration class.
- getOffset() - Method in class javax.enterprise.deploy.shared.ModuleType
-
Returns the lowest integer value used by this enumeration value's
enumeration class.
- getOffset() - Method in class javax.enterprise.deploy.shared.StateType
-
Returns the lowest integer value used by this enumeration value's
enumeration class.
- 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.
- getOnblur() - Method in class javax.faces.component.html.HtmlCommandButton
-
Return the value of the onblur
property.
- getOnblur() - Method in class javax.faces.component.html.HtmlCommandLink
-
Return the value of the onblur
property.
- getOnblur() - Method in class javax.faces.component.html.HtmlInputFile
-
Return the value of the onblur
property.
- getOnblur() - Method in class javax.faces.component.html.HtmlInputSecret
-
Return the value of the onblur
property.
- getOnblur() - Method in class javax.faces.component.html.HtmlInputText
-
Return the value of the onblur
property.
- getOnblur() - Method in class javax.faces.component.html.HtmlInputTextarea
-
Return the value of the onblur
property.
- getOnblur() - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
-
Return the value of the onblur
property.
- getOnblur() - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
-
Return the value of the onblur
property.
- getOnblur() - Method in class javax.faces.component.html.HtmlOutputLabel
-
Return the value of the onblur
property.
- getOnblur() - Method in class javax.faces.component.html.HtmlOutputLink
-
Return the value of the onblur
property.
- getOnblur() - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
-
Return the value of the onblur
property.
- getOnblur() - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the onblur
property.
- getOnblur() - Method in class javax.faces.component.html.HtmlSelectManyListbox
-
Return the value of the onblur
property.
- getOnblur() - Method in class javax.faces.component.html.HtmlSelectManyMenu
-
Return the value of the onblur
property.
- getOnblur() - Method in class javax.faces.component.html.HtmlSelectOneListbox
-
Return the value of the onblur
property.
- getOnblur() - Method in class javax.faces.component.html.HtmlSelectOneMenu
-
Return the value of the onblur
property.
- getOnblur() - Method in class javax.faces.component.html.HtmlSelectOneRadio
-
Return the value of the onblur
property.
- getOnchange() - Method in class javax.faces.component.html.HtmlCommandButton
-
Return the value of the onchange
property.
- getOnchange() - Method in class javax.faces.component.html.HtmlInputFile
-
Return the value of the onchange
property.
- getOnchange() - Method in class javax.faces.component.html.HtmlInputSecret
-
Return the value of the onchange
property.
- getOnchange() - Method in class javax.faces.component.html.HtmlInputText
-
Return the value of the onchange
property.
- getOnchange() - Method in class javax.faces.component.html.HtmlInputTextarea
-
Return the value of the onchange
property.
- getOnchange() - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
-
Return the value of the onchange
property.
- getOnchange() - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the onchange
property.
- getOnchange() - Method in class javax.faces.component.html.HtmlSelectManyListbox
-
Return the value of the onchange
property.
- getOnchange() - Method in class javax.faces.component.html.HtmlSelectManyMenu
-
Return the value of the onchange
property.
- getOnchange() - Method in class javax.faces.component.html.HtmlSelectOneListbox
-
Return the value of the onchange
property.
- getOnchange() - Method in class javax.faces.component.html.HtmlSelectOneMenu
-
Return the value of the onchange
property.
- getOnchange() - Method in class javax.faces.component.html.HtmlSelectOneRadio
-
Return the value of the onchange
property.
- getOnclick() - Method in class javax.faces.component.html.HtmlBody
-
Return the value of the onclick
property.
- getOnclick() - Method in class javax.faces.component.html.HtmlCommandButton
-
Return the value of the onclick
property.
- getOnclick() - Method in class javax.faces.component.html.HtmlCommandLink
-
Return the value of the onclick
property.
- getOnclick() - Method in class javax.faces.component.html.HtmlDataTable
-
Return the value of the onclick
property.
- getOnclick() - Method in class javax.faces.component.html.HtmlForm
-
Return the value of the onclick
property.
- getOnclick() - Method in class javax.faces.component.html.HtmlGraphicImage
-
Return the value of the onclick
property.
- getOnclick() - Method in class javax.faces.component.html.HtmlInputFile
-
Return the value of the onclick
property.
- getOnclick() - Method in class javax.faces.component.html.HtmlInputSecret
-
Return the value of the onclick
property.
- getOnclick() - Method in class javax.faces.component.html.HtmlInputText
-
Return the value of the onclick
property.
- getOnclick() - Method in class javax.faces.component.html.HtmlInputTextarea
-
Return the value of the onclick
property.
- getOnclick() - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
-
Return the value of the onclick
property.
- getOnclick() - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
-
Return the value of the onclick
property.
- getOnclick() - Method in class javax.faces.component.html.HtmlOutputLabel
-
Return the value of the onclick
property.
- getOnclick() - Method in class javax.faces.component.html.HtmlOutputLink
-
Return the value of the onclick
property.
- getOnclick() - Method in class javax.faces.component.html.HtmlPanelGrid
-
Return the value of the onclick
property.
- getOnclick() - Method in class javax.faces.component.html.HtmlPanelGroup
-
Return the value of the onclick
property.
- getOnclick() - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
-
Return the value of the onclick
property.
- getOnclick() - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the onclick
property.
- getOnclick() - Method in class javax.faces.component.html.HtmlSelectManyListbox
-
Return the value of the onclick
property.
- getOnclick() - Method in class javax.faces.component.html.HtmlSelectManyMenu
-
Return the value of the onclick
property.
- getOnclick() - Method in class javax.faces.component.html.HtmlSelectOneListbox
-
Return the value of the onclick
property.
- getOnclick() - Method in class javax.faces.component.html.HtmlSelectOneMenu
-
Return the value of the onclick
property.
- getOnclick() - Method in class javax.faces.component.html.HtmlSelectOneRadio
-
Return the value of the onclick
property.
- getOndblclick() - Method in class javax.faces.component.html.HtmlBody
-
Return the value of the ondblclick
property.
- getOndblclick() - Method in class javax.faces.component.html.HtmlCommandButton
-
Return the value of the ondblclick
property.
- getOndblclick() - Method in class javax.faces.component.html.HtmlCommandLink
-
Return the value of the ondblclick
property.
- getOndblclick() - Method in class javax.faces.component.html.HtmlDataTable
-
Return the value of the ondblclick
property.
- getOndblclick() - Method in class javax.faces.component.html.HtmlForm
-
Return the value of the ondblclick
property.
- getOndblclick() - Method in class javax.faces.component.html.HtmlGraphicImage
-
Return the value of the ondblclick
property.
- getOndblclick() - Method in class javax.faces.component.html.HtmlInputFile
-
Return the value of the ondblclick
property.
- getOndblclick() - Method in class javax.faces.component.html.HtmlInputSecret
-
Return the value of the ondblclick
property.
- getOndblclick() - Method in class javax.faces.component.html.HtmlInputText
-
Return the value of the ondblclick
property.
- getOndblclick() - Method in class javax.faces.component.html.HtmlInputTextarea
-
Return the value of the ondblclick
property.
- getOndblclick() - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
-
Return the value of the ondblclick
property.
- getOndblclick() - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
-
Return the value of the ondblclick
property.
- getOndblclick() - Method in class javax.faces.component.html.HtmlOutputLabel
-
Return the value of the ondblclick
property.
- getOndblclick() - Method in class javax.faces.component.html.HtmlOutputLink
-
Return the value of the ondblclick
property.
- getOndblclick() - Method in class javax.faces.component.html.HtmlPanelGrid
-
Return the value of the ondblclick
property.
- getOndblclick() - Method in class javax.faces.component.html.HtmlPanelGroup
-
Return the value of the ondblclick
property.
- getOndblclick() - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
-
Return the value of the ondblclick
property.
- getOndblclick() - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the ondblclick
property.
- getOndblclick() - Method in class javax.faces.component.html.HtmlSelectManyListbox
-
Return the value of the ondblclick
property.
- getOndblclick() - Method in class javax.faces.component.html.HtmlSelectManyMenu
-
Return the value of the ondblclick
property.
- getOndblclick() - Method in class javax.faces.component.html.HtmlSelectOneListbox
-
Return the value of the ondblclick
property.
- getOndblclick() - Method in class javax.faces.component.html.HtmlSelectOneMenu
-
Return the value of the ondblclick
property.
- getOndblclick() - Method in class javax.faces.component.html.HtmlSelectOneRadio
-
Return the value of the ondblclick
property.
- getOnerror() - Method in class javax.faces.component.behavior.AjaxBehavior
-
Return the String
of
JavaScript function name that will be used to identify
the client callback function that should be run in the event of
an error.
- 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.
- getOnfocus() - Method in class javax.faces.component.html.HtmlCommandButton
-
Return the value of the onfocus
property.
- getOnfocus() - Method in class javax.faces.component.html.HtmlCommandLink
-
Return the value of the onfocus
property.
- getOnfocus() - Method in class javax.faces.component.html.HtmlInputFile
-
Return the value of the onfocus
property.
- getOnfocus() - Method in class javax.faces.component.html.HtmlInputSecret
-
Return the value of the onfocus
property.
- getOnfocus() - Method in class javax.faces.component.html.HtmlInputText
-
Return the value of the onfocus
property.
- getOnfocus() - Method in class javax.faces.component.html.HtmlInputTextarea
-
Return the value of the onfocus
property.
- getOnfocus() - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
-
Return the value of the onfocus
property.
- getOnfocus() - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
-
Return the value of the onfocus
property.
- getOnfocus() - Method in class javax.faces.component.html.HtmlOutputLabel
-
Return the value of the onfocus
property.
- getOnfocus() - Method in class javax.faces.component.html.HtmlOutputLink
-
Return the value of the onfocus
property.
- getOnfocus() - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
-
Return the value of the onfocus
property.
- getOnfocus() - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the onfocus
property.
- getOnfocus() - Method in class javax.faces.component.html.HtmlSelectManyListbox
-
Return the value of the onfocus
property.
- getOnfocus() - Method in class javax.faces.component.html.HtmlSelectManyMenu
-
Return the value of the onfocus
property.
- getOnfocus() - Method in class javax.faces.component.html.HtmlSelectOneListbox
-
Return the value of the onfocus
property.
- getOnfocus() - Method in class javax.faces.component.html.HtmlSelectOneMenu
-
Return the value of the onfocus
property.
- getOnfocus() - Method in class javax.faces.component.html.HtmlSelectOneRadio
-
Return the value of the onfocus
property.
- getOnkeydown() - Method in class javax.faces.component.html.HtmlBody
-
Return the value of the onkeydown
property.
- getOnkeydown() - Method in class javax.faces.component.html.HtmlCommandButton
-
Return the value of the onkeydown
property.
- getOnkeydown() - Method in class javax.faces.component.html.HtmlCommandLink
-
Return the value of the onkeydown
property.
- getOnkeydown() - Method in class javax.faces.component.html.HtmlDataTable
-
Return the value of the onkeydown
property.
- getOnkeydown() - Method in class javax.faces.component.html.HtmlForm
-
Return the value of the onkeydown
property.
- getOnkeydown() - Method in class javax.faces.component.html.HtmlGraphicImage
-
Return the value of the onkeydown
property.
- getOnkeydown() - Method in class javax.faces.component.html.HtmlInputFile
-
Return the value of the onkeydown
property.
- getOnkeydown() - Method in class javax.faces.component.html.HtmlInputSecret
-
Return the value of the onkeydown
property.
- getOnkeydown() - Method in class javax.faces.component.html.HtmlInputText
-
Return the value of the onkeydown
property.
- getOnkeydown() - Method in class javax.faces.component.html.HtmlInputTextarea
-
Return the value of the onkeydown
property.
- getOnkeydown() - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
-
Return the value of the onkeydown
property.
- getOnkeydown() - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
-
Return the value of the onkeydown
property.
- getOnkeydown() - Method in class javax.faces.component.html.HtmlOutputLabel
-
Return the value of the onkeydown
property.
- getOnkeydown() - Method in class javax.faces.component.html.HtmlOutputLink
-
Return the value of the onkeydown
property.
- getOnkeydown() - Method in class javax.faces.component.html.HtmlPanelGrid
-
Return the value of the onkeydown
property.
- getOnkeydown() - Method in class javax.faces.component.html.HtmlPanelGroup
-
Return the value of the onkeydown
property.
- getOnkeydown() - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
-
Return the value of the onkeydown
property.
- getOnkeydown() - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the onkeydown
property.
- getOnkeydown() - Method in class javax.faces.component.html.HtmlSelectManyListbox
-
Return the value of the onkeydown
property.
- getOnkeydown() - Method in class javax.faces.component.html.HtmlSelectManyMenu
-
Return the value of the onkeydown
property.
- getOnkeydown() - Method in class javax.faces.component.html.HtmlSelectOneListbox
-
Return the value of the onkeydown
property.
- getOnkeydown() - Method in class javax.faces.component.html.HtmlSelectOneMenu
-
Return the value of the onkeydown
property.
- getOnkeydown() - Method in class javax.faces.component.html.HtmlSelectOneRadio
-
Return the value of the onkeydown
property.
- getOnkeypress() - Method in class javax.faces.component.html.HtmlBody
-
Return the value of the onkeypress
property.
- getOnkeypress() - Method in class javax.faces.component.html.HtmlCommandButton
-
Return the value of the onkeypress
property.
- getOnkeypress() - Method in class javax.faces.component.html.HtmlCommandLink
-
Return the value of the onkeypress
property.
- getOnkeypress() - Method in class javax.faces.component.html.HtmlDataTable
-
Return the value of the onkeypress
property.
- getOnkeypress() - Method in class javax.faces.component.html.HtmlForm
-
Return the value of the onkeypress
property.
- getOnkeypress() - Method in class javax.faces.component.html.HtmlGraphicImage
-
Return the value of the onkeypress
property.
- getOnkeypress() - Method in class javax.faces.component.html.HtmlInputFile
-
Return the value of the onkeypress
property.
- getOnkeypress() - Method in class javax.faces.component.html.HtmlInputSecret
-
Return the value of the onkeypress
property.
- getOnkeypress() - Method in class javax.faces.component.html.HtmlInputText
-
Return the value of the onkeypress
property.
- getOnkeypress() - Method in class javax.faces.component.html.HtmlInputTextarea
-
Return the value of the onkeypress
property.
- getOnkeypress() - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
-
Return the value of the onkeypress
property.
- getOnkeypress() - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
-
Return the value of the onkeypress
property.
- getOnkeypress() - Method in class javax.faces.component.html.HtmlOutputLabel
-
Return the value of the onkeypress
property.
- getOnkeypress() - Method in class javax.faces.component.html.HtmlOutputLink
-
Return the value of the onkeypress
property.
- getOnkeypress() - Method in class javax.faces.component.html.HtmlPanelGrid
-
Return the value of the onkeypress
property.
- getOnkeypress() - Method in class javax.faces.component.html.HtmlPanelGroup
-
Return the value of the onkeypress
property.
- getOnkeypress() - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
-
Return the value of the onkeypress
property.
- getOnkeypress() - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the onkeypress
property.
- getOnkeypress() - Method in class javax.faces.component.html.HtmlSelectManyListbox
-
Return the value of the onkeypress
property.
- getOnkeypress() - Method in class javax.faces.component.html.HtmlSelectManyMenu
-
Return the value of the onkeypress
property.
- getOnkeypress() - Method in class javax.faces.component.html.HtmlSelectOneListbox
-
Return the value of the onkeypress
property.
- getOnkeypress() - Method in class javax.faces.component.html.HtmlSelectOneMenu
-
Return the value of the onkeypress
property.
- getOnkeypress() - Method in class javax.faces.component.html.HtmlSelectOneRadio
-
Return the value of the onkeypress
property.
- getOnkeyup() - Method in class javax.faces.component.html.HtmlBody
-
Return the value of the onkeyup
property.
- getOnkeyup() - Method in class javax.faces.component.html.HtmlCommandButton
-
Return the value of the onkeyup
property.
- getOnkeyup() - Method in class javax.faces.component.html.HtmlCommandLink
-
Return the value of the onkeyup
property.
- getOnkeyup() - Method in class javax.faces.component.html.HtmlDataTable
-
Return the value of the onkeyup
property.
- getOnkeyup() - Method in class javax.faces.component.html.HtmlForm
-
Return the value of the onkeyup
property.
- getOnkeyup() - Method in class javax.faces.component.html.HtmlGraphicImage
-
Return the value of the onkeyup
property.
- getOnkeyup() - Method in class javax.faces.component.html.HtmlInputFile
-
Return the value of the onkeyup
property.
- getOnkeyup() - Method in class javax.faces.component.html.HtmlInputSecret
-
Return the value of the onkeyup
property.
- getOnkeyup() - Method in class javax.faces.component.html.HtmlInputText
-
Return the value of the onkeyup
property.
- getOnkeyup() - Method in class javax.faces.component.html.HtmlInputTextarea
-
Return the value of the onkeyup
property.
- getOnkeyup() - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
-
Return the value of the onkeyup
property.
- getOnkeyup() - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
-
Return the value of the onkeyup
property.
- getOnkeyup() - Method in class javax.faces.component.html.HtmlOutputLabel
-
Return the value of the onkeyup
property.
- getOnkeyup() - Method in class javax.faces.component.html.HtmlOutputLink
-
Return the value of the onkeyup
property.
- getOnkeyup() - Method in class javax.faces.component.html.HtmlPanelGrid
-
Return the value of the onkeyup
property.
- getOnkeyup() - Method in class javax.faces.component.html.HtmlPanelGroup
-
Return the value of the onkeyup
property.
- getOnkeyup() - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
-
Return the value of the onkeyup
property.
- getOnkeyup() - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the onkeyup
property.
- getOnkeyup() - Method in class javax.faces.component.html.HtmlSelectManyListbox
-
Return the value of the onkeyup
property.
- getOnkeyup() - Method in class javax.faces.component.html.HtmlSelectManyMenu
-
Return the value of the onkeyup
property.
- getOnkeyup() - Method in class javax.faces.component.html.HtmlSelectOneListbox
-
Return the value of the onkeyup
property.
- getOnkeyup() - Method in class javax.faces.component.html.HtmlSelectOneMenu
-
Return the value of the onkeyup
property.
- getOnkeyup() - Method in class javax.faces.component.html.HtmlSelectOneRadio
-
Return the value of the onkeyup
property.
- getOnload() - Method in class javax.faces.component.html.HtmlBody
-
Return the value of the onload
property.
- getOnmousedown() - Method in class javax.faces.component.html.HtmlBody
-
Return the value of the onmousedown
property.
- getOnmousedown() - Method in class javax.faces.component.html.HtmlCommandButton
-
Return the value of the onmousedown
property.
- getOnmousedown() - Method in class javax.faces.component.html.HtmlCommandLink
-
Return the value of the onmousedown
property.
- getOnmousedown() - Method in class javax.faces.component.html.HtmlDataTable
-
Return the value of the onmousedown
property.
- getOnmousedown() - Method in class javax.faces.component.html.HtmlForm
-
Return the value of the onmousedown
property.
- getOnmousedown() - Method in class javax.faces.component.html.HtmlGraphicImage
-
Return the value of the onmousedown
property.
- getOnmousedown() - Method in class javax.faces.component.html.HtmlInputFile
-
Return the value of the onmousedown
property.
- getOnmousedown() - Method in class javax.faces.component.html.HtmlInputSecret
-
Return the value of the onmousedown
property.
- getOnmousedown() - Method in class javax.faces.component.html.HtmlInputText
-
Return the value of the onmousedown
property.
- getOnmousedown() - Method in class javax.faces.component.html.HtmlInputTextarea
-
Return the value of the onmousedown
property.
- getOnmousedown() - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
-
Return the value of the onmousedown
property.
- getOnmousedown() - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
-
Return the value of the onmousedown
property.
- getOnmousedown() - Method in class javax.faces.component.html.HtmlOutputLabel
-
Return the value of the onmousedown
property.
- getOnmousedown() - Method in class javax.faces.component.html.HtmlOutputLink
-
Return the value of the onmousedown
property.
- getOnmousedown() - Method in class javax.faces.component.html.HtmlPanelGrid
-
Return the value of the onmousedown
property.
- getOnmousedown() - Method in class javax.faces.component.html.HtmlPanelGroup
-
Return the value of the onmousedown
property.
- getOnmousedown() - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
-
Return the value of the onmousedown
property.
- getOnmousedown() - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the onmousedown
property.
- getOnmousedown() - Method in class javax.faces.component.html.HtmlSelectManyListbox
-
Return the value of the onmousedown
property.
- getOnmousedown() - Method in class javax.faces.component.html.HtmlSelectManyMenu
-
Return the value of the onmousedown
property.
- getOnmousedown() - Method in class javax.faces.component.html.HtmlSelectOneListbox
-
Return the value of the onmousedown
property.
- getOnmousedown() - Method in class javax.faces.component.html.HtmlSelectOneMenu
-
Return the value of the onmousedown
property.
- getOnmousedown() - Method in class javax.faces.component.html.HtmlSelectOneRadio
-
Return the value of the onmousedown
property.
- getOnmousemove() - Method in class javax.faces.component.html.HtmlBody
-
Return the value of the onmousemove
property.
- getOnmousemove() - Method in class javax.faces.component.html.HtmlCommandButton
-
Return the value of the onmousemove
property.
- getOnmousemove() - Method in class javax.faces.component.html.HtmlCommandLink
-
Return the value of the onmousemove
property.
- getOnmousemove() - Method in class javax.faces.component.html.HtmlDataTable
-
Return the value of the onmousemove
property.
- getOnmousemove() - Method in class javax.faces.component.html.HtmlForm
-
Return the value of the onmousemove
property.
- getOnmousemove() - Method in class javax.faces.component.html.HtmlGraphicImage
-
Return the value of the onmousemove
property.
- getOnmousemove() - Method in class javax.faces.component.html.HtmlInputFile
-
Return the value of the onmousemove
property.
- getOnmousemove() - Method in class javax.faces.component.html.HtmlInputSecret
-
Return the value of the onmousemove
property.
- getOnmousemove() - Method in class javax.faces.component.html.HtmlInputText
-
Return the value of the onmousemove
property.
- getOnmousemove() - Method in class javax.faces.component.html.HtmlInputTextarea
-
Return the value of the onmousemove
property.
- getOnmousemove() - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
-
Return the value of the onmousemove
property.
- getOnmousemove() - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
-
Return the value of the onmousemove
property.
- getOnmousemove() - Method in class javax.faces.component.html.HtmlOutputLabel
-
Return the value of the onmousemove
property.
- getOnmousemove() - Method in class javax.faces.component.html.HtmlOutputLink
-
Return the value of the onmousemove
property.
- getOnmousemove() - Method in class javax.faces.component.html.HtmlPanelGrid
-
Return the value of the onmousemove
property.
- getOnmousemove() - Method in class javax.faces.component.html.HtmlPanelGroup
-
Return the value of the onmousemove
property.
- getOnmousemove() - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
-
Return the value of the onmousemove
property.
- getOnmousemove() - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the onmousemove
property.
- getOnmousemove() - Method in class javax.faces.component.html.HtmlSelectManyListbox
-
Return the value of the onmousemove
property.
- getOnmousemove() - Method in class javax.faces.component.html.HtmlSelectManyMenu
-
Return the value of the onmousemove
property.
- getOnmousemove() - Method in class javax.faces.component.html.HtmlSelectOneListbox
-
Return the value of the onmousemove
property.
- getOnmousemove() - Method in class javax.faces.component.html.HtmlSelectOneMenu
-
Return the value of the onmousemove
property.
- getOnmousemove() - Method in class javax.faces.component.html.HtmlSelectOneRadio
-
Return the value of the onmousemove
property.
- getOnmouseout() - Method in class javax.faces.component.html.HtmlBody
-
Return the value of the onmouseout
property.
- getOnmouseout() - Method in class javax.faces.component.html.HtmlCommandButton
-
Return the value of the onmouseout
property.
- getOnmouseout() - Method in class javax.faces.component.html.HtmlCommandLink
-
Return the value of the onmouseout
property.
- getOnmouseout() - Method in class javax.faces.component.html.HtmlDataTable
-
Return the value of the onmouseout
property.
- getOnmouseout() - Method in class javax.faces.component.html.HtmlForm
-
Return the value of the onmouseout
property.
- getOnmouseout() - Method in class javax.faces.component.html.HtmlGraphicImage
-
Return the value of the onmouseout
property.
- getOnmouseout() - Method in class javax.faces.component.html.HtmlInputFile
-
Return the value of the onmouseout
property.
- getOnmouseout() - Method in class javax.faces.component.html.HtmlInputSecret
-
Return the value of the onmouseout
property.
- getOnmouseout() - Method in class javax.faces.component.html.HtmlInputText
-
Return the value of the onmouseout
property.
- getOnmouseout() - Method in class javax.faces.component.html.HtmlInputTextarea
-
Return the value of the onmouseout
property.
- getOnmouseout() - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
-
Return the value of the onmouseout
property.
- getOnmouseout() - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
-
Return the value of the onmouseout
property.
- getOnmouseout() - Method in class javax.faces.component.html.HtmlOutputLabel
-
Return the value of the onmouseout
property.
- getOnmouseout() - Method in class javax.faces.component.html.HtmlOutputLink
-
Return the value of the onmouseout
property.
- getOnmouseout() - Method in class javax.faces.component.html.HtmlPanelGrid
-
Return the value of the onmouseout
property.
- getOnmouseout() - Method in class javax.faces.component.html.HtmlPanelGroup
-
Return the value of the onmouseout
property.
- getOnmouseout() - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
-
Return the value of the onmouseout
property.
- getOnmouseout() - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the onmouseout
property.
- getOnmouseout() - Method in class javax.faces.component.html.HtmlSelectManyListbox
-
Return the value of the onmouseout
property.
- getOnmouseout() - Method in class javax.faces.component.html.HtmlSelectManyMenu
-
Return the value of the onmouseout
property.
- getOnmouseout() - Method in class javax.faces.component.html.HtmlSelectOneListbox
-
Return the value of the onmouseout
property.
- getOnmouseout() - Method in class javax.faces.component.html.HtmlSelectOneMenu
-
Return the value of the onmouseout
property.
- getOnmouseout() - Method in class javax.faces.component.html.HtmlSelectOneRadio
-
Return the value of the onmouseout
property.
- getOnmouseover() - Method in class javax.faces.component.html.HtmlBody
-
Return the value of the onmouseover
property.
- getOnmouseover() - Method in class javax.faces.component.html.HtmlCommandButton
-
Return the value of the onmouseover
property.
- getOnmouseover() - Method in class javax.faces.component.html.HtmlCommandLink
-
Return the value of the onmouseover
property.
- getOnmouseover() - Method in class javax.faces.component.html.HtmlDataTable
-
Return the value of the onmouseover
property.
- getOnmouseover() - Method in class javax.faces.component.html.HtmlForm
-
Return the value of the onmouseover
property.
- getOnmouseover() - Method in class javax.faces.component.html.HtmlGraphicImage
-
Return the value of the onmouseover
property.
- getOnmouseover() - Method in class javax.faces.component.html.HtmlInputFile
-
Return the value of the onmouseover
property.
- getOnmouseover() - Method in class javax.faces.component.html.HtmlInputSecret
-
Return the value of the onmouseover
property.
- getOnmouseover() - Method in class javax.faces.component.html.HtmlInputText
-
Return the value of the onmouseover
property.
- getOnmouseover() - Method in class javax.faces.component.html.HtmlInputTextarea
-
Return the value of the onmouseover
property.
- getOnmouseover() - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
-
Return the value of the onmouseover
property.
- getOnmouseover() - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
-
Return the value of the onmouseover
property.
- getOnmouseover() - Method in class javax.faces.component.html.HtmlOutputLabel
-
Return the value of the onmouseover
property.
- getOnmouseover() - Method in class javax.faces.component.html.HtmlOutputLink
-
Return the value of the onmouseover
property.
- getOnmouseover() - Method in class javax.faces.component.html.HtmlPanelGrid
-
Return the value of the onmouseover
property.
- getOnmouseover() - Method in class javax.faces.component.html.HtmlPanelGroup
-
Return the value of the onmouseover
property.
- getOnmouseover() - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
-
Return the value of the onmouseover
property.
- getOnmouseover() - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the onmouseover
property.
- getOnmouseover() - Method in class javax.faces.component.html.HtmlSelectManyListbox
-
Return the value of the onmouseover
property.
- getOnmouseover() - Method in class javax.faces.component.html.HtmlSelectManyMenu
-
Return the value of the onmouseover
property.
- getOnmouseover() - Method in class javax.faces.component.html.HtmlSelectOneListbox
-
Return the value of the onmouseover
property.
- getOnmouseover() - Method in class javax.faces.component.html.HtmlSelectOneMenu
-
Return the value of the onmouseover
property.
- getOnmouseover() - Method in class javax.faces.component.html.HtmlSelectOneRadio
-
Return the value of the onmouseover
property.
- getOnmouseup() - Method in class javax.faces.component.html.HtmlBody
-
Return the value of the onmouseup
property.
- getOnmouseup() - Method in class javax.faces.component.html.HtmlCommandButton
-
Return the value of the onmouseup
property.
- getOnmouseup() - Method in class javax.faces.component.html.HtmlCommandLink
-
Return the value of the onmouseup
property.
- getOnmouseup() - Method in class javax.faces.component.html.HtmlDataTable
-
Return the value of the onmouseup
property.
- getOnmouseup() - Method in class javax.faces.component.html.HtmlForm
-
Return the value of the onmouseup
property.
- getOnmouseup() - Method in class javax.faces.component.html.HtmlGraphicImage
-
Return the value of the onmouseup
property.
- getOnmouseup() - Method in class javax.faces.component.html.HtmlInputFile
-
Return the value of the onmouseup
property.
- getOnmouseup() - Method in class javax.faces.component.html.HtmlInputSecret
-
Return the value of the onmouseup
property.
- getOnmouseup() - Method in class javax.faces.component.html.HtmlInputText
-
Return the value of the onmouseup
property.
- getOnmouseup() - Method in class javax.faces.component.html.HtmlInputTextarea
-
Return the value of the onmouseup
property.
- getOnmouseup() - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
-
Return the value of the onmouseup
property.
- getOnmouseup() - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
-
Return the value of the onmouseup
property.
- getOnmouseup() - Method in class javax.faces.component.html.HtmlOutputLabel
-
Return the value of the onmouseup
property.
- getOnmouseup() - Method in class javax.faces.component.html.HtmlOutputLink
-
Return the value of the onmouseup
property.
- getOnmouseup() - Method in class javax.faces.component.html.HtmlPanelGrid
-
Return the value of the onmouseup
property.
- getOnmouseup() - Method in class javax.faces.component.html.HtmlPanelGroup
-
Return the value of the onmouseup
property.
- getOnmouseup() - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
-
Return the value of the onmouseup
property.
- getOnmouseup() - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the onmouseup
property.
- getOnmouseup() - Method in class javax.faces.component.html.HtmlSelectManyListbox
-
Return the value of the onmouseup
property.
- getOnmouseup() - Method in class javax.faces.component.html.HtmlSelectManyMenu
-
Return the value of the onmouseup
property.
- getOnmouseup() - Method in class javax.faces.component.html.HtmlSelectOneListbox
-
Return the value of the onmouseup
property.
- getOnmouseup() - Method in class javax.faces.component.html.HtmlSelectOneMenu
-
Return the value of the onmouseup
property.
- getOnmouseup() - Method in class javax.faces.component.html.HtmlSelectOneRadio
-
Return the value of the onmouseup
property.
- getOnreset() - Method in class javax.faces.component.html.HtmlForm
-
Return the value of the onreset
property.
- getOnselect() - Method in class javax.faces.component.html.HtmlCommandButton
-
Return the value of the onselect
property.
- getOnselect() - Method in class javax.faces.component.html.HtmlInputFile
-
Return the value of the onselect
property.
- getOnselect() - Method in class javax.faces.component.html.HtmlInputSecret
-
Return the value of the onselect
property.
- getOnselect() - Method in class javax.faces.component.html.HtmlInputText
-
Return the value of the onselect
property.
- getOnselect() - Method in class javax.faces.component.html.HtmlInputTextarea
-
Return the value of the onselect
property.
- getOnselect() - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
-
Return the value of the onselect
property.
- getOnselect() - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the onselect
property.
- getOnselect() - Method in class javax.faces.component.html.HtmlSelectManyListbox
-
Return the value of the onselect
property.
- getOnselect() - Method in class javax.faces.component.html.HtmlSelectManyMenu
-
Return the value of the onselect
property.
- getOnselect() - Method in class javax.faces.component.html.HtmlSelectOneListbox
-
Return the value of the onselect
property.
- getOnselect() - Method in class javax.faces.component.html.HtmlSelectOneMenu
-
Return the value of the onselect
property.
- getOnselect() - Method in class javax.faces.component.html.HtmlSelectOneRadio
-
Return the value of the onselect
property.
- getOnsubmit() - Method in class javax.faces.component.html.HtmlForm
-
Return the value of the onsubmit
property.
- getOnunload() - Method in class javax.faces.component.html.HtmlBody
-
Return the value of the onunload
property.
- getOpenSessions() - Method in interface javax.websocket.Session
-
Return a copy of the Set of all the open web socket sessions that represent
connections to the same endpoint to which this session represents a connection.
- getOperationName() - Method in interface javax.xml.rpc.Call
-
Gets the name of the operation to be invoked using this
Call
instance.
- getOperator() - Method in interface javax.persistence.criteria.Predicate
-
Return the boolean operator for the predicate.
- getOrderList() - Method in interface javax.persistence.criteria.CriteriaQuery
-
Return the ordering expressions in order of precedence.
- getOrdinal() - Method in class javax.faces.application.FacesMessage.Severity
-
- getOrdinal() - Method in class javax.faces.event.PhaseId
-
Return the ordinal value of this
PhaseId
instance.
- getOrganization() - Method in interface javax.xml.registry.infomodel.User
-
Gets the Organization that this User is affiliated with.
- getOrigin() - Method in interface javax.management.j2ee.statistics.JMSConsumerStats
-
Returns a string that encapsulates the identity of a message origin
- getOut() - Method in class javax.servlet.jsp.JspContext
-
The current value of the out object (a JspWriter).
- getOutboundParameters() - Method in class javax.faces.flow.FlowCallNode
-
- getOutcome() - Method in class javax.faces.component.UIOutcomeTarget
-
Returns the outcome
property of the UIOutcomeTarget
.
- getOutcome() - Method in class javax.faces.flow.MethodCallNode
-
Return the outcome
to be
used in the event of a null
return from the method.
- getOutputParameterValue(int) - Method in interface javax.persistence.StoredProcedureQuery
-
Retrieve a value passed back from the procedure
through an INOUT or OUT parameter.
- getOutputParameterValue(String) - Method in interface javax.persistence.StoredProcedureQuery
-
Retrieve a value passed back from the procedure
through an INOUT or OUT parameter.
- getOutputParams() - Method in interface javax.xml.rpc.Call
-
Returns a Map
of {name, value} for the output parameters of
the last invoked operation.
- getOutputStream() - Method in class javax.mail.internet.MimePartDataSource
-
DataSource method to return an output stream.
- getOutputStream() - Method in class javax.mail.util.ByteArrayDataSource
-
Return an OutputStream for the data.
- getOutputStream() - Method in interface javax.servlet.http.WebConnection
-
Returns an output stream for this web connection.
- getOutputStream() - Method in interface javax.servlet.ServletResponse
-
- getOutputStream() - Method in class javax.servlet.ServletResponseWrapper
-
The default behavior of this method is to return getOutputStream()
on the wrapped response object.
- getOutputStream() - Method in interface javax.ws.rs.ext.WriterInterceptorContext
-
Get the output stream for the object to be written.
- getOutputValues() - Method in interface javax.xml.rpc.Call
-
Returns a List
values for the output parameters
of the last invoked operation.
- getPage() - Method in class javax.servlet.jsp.PageContext
-
The current value of the page object (In a Servlet environment,
this is an instance of javax.servlet.Servlet).
- getPageContext(Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean) - Method in class javax.servlet.jsp.JspFactory
-
obtains an instance of an implementation dependent
javax.servlet.jsp.PageContext abstract class for the calling Servlet
and currently pending request and response.
- getPageEncoding() - Method in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
-
Gets the value of the page-encoding
configuration,
which specifies the default page encoding for any JSP pages mapped
to the JSP property group represented by this
JspPropertyGroupDescriptor
.
- getParameter(String) - Method in class javax.mail.internet.ContentDisposition
-
Return the specified parameter value.
- getParameter(String) - Method in class javax.mail.internet.ContentType
-
Return the specified parameter value.
- getParameter(String) - Method in interface javax.persistence.Query
-
Get the parameter object corresponding to the declared
parameter of the given name.
- getParameter(String, Class<T>) - Method in interface javax.persistence.Query
-
Get the parameter object corresponding to the declared
parameter of the given name and type.
- getParameter(int) - Method in interface javax.persistence.Query
-
Get the parameter object corresponding to the declared
positional parameter with the given position.
- getParameter(int, Class<T>) - Method in interface javax.persistence.Query
-
Get the parameter object corresponding to the declared
positional parameter with the given position and type.
- getParameter(String) - Method in interface javax.servlet.ServletRequest
-
Returns the value of a request parameter as a String
,
or null
if the parameter does not exist.
- getParameter(String) - Method in class javax.servlet.ServletRequestWrapper
-
The default behavior of this method is to return
getParameter(String name) on the wrapped request object.
- getParameterDescriptors() - Method in interface javax.validation.metadata.ExecutableDescriptor
-
Returns a list of descriptors representing this executable's
parameters, in the order of their declaration, including synthetic
parameters.
- getParameterIndex() - Method in interface javax.validation.Path.ParameterNode
-
- getParameterList() - Method in class javax.mail.internet.ContentDisposition
-
Return a ParameterList object that holds all the available
parameters.
- getParameterList() - Method in class javax.mail.internet.ContentType
-
Return a ParameterList object that holds all the available
parameters.
- getParameterMap() - Method in interface javax.servlet.ServletRequest
-
Returns a java.util.Map of the parameters of this request.
- getParameterMap() - Method in class javax.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getParameterMap()
on the wrapped request object.
- getParameterMap() - Method in interface javax.websocket.server.HandshakeRequest
-
Return the request parameters associated with the request.
- getParameterNameProvider() - Method in interface javax.validation.spi.ConfigurationState
-
Returns the parameter name provider for this configuration.
- getParameterNameProvider() - Method in interface javax.validation.ValidatorFactory
-
- getParameterNameProviderClassName() - Method in interface javax.validation.BootstrapConfiguration
-
- getParameterNames() - Method in interface javax.servlet.ServletRequest
-
Returns an Enumeration
of String
objects containing the names of the parameters contained
in this request.
- getParameterNames() - Method in class javax.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getParameterNames()
on the wrapped request object.
- getParameterNames(Constructor<?>) - Method in interface javax.validation.ParameterNameProvider
-
Returns the names of the parameters of the given constructor.
- getParameterNames(Method) - Method in interface javax.validation.ParameterNameProvider
-
Returns the names of the parameters of the given method.
- getParameters(long) - Method in interface javax.batch.operations.JobOperator
-
Returns job parameters for a specified job instance.
- getParameters() - Method in interface javax.enterprise.inject.spi.AnnotatedCallable
-
Get the parameters of the callable member.
- getParameters() - Method in class javax.faces.application.NavigationCase
-
Return the parameters to be included
for navigation cases requiring a redirect.
- getParameters() - Method in class javax.faces.application.NavigationCaseWrapper
-
- getParameters() - Method in class javax.faces.component.behavior.ClientBehaviorContext
-
Returns parameters that "submitting"
ClientBehavior
implementations should include when posting back data
into the Faces lifecycle.
- getParameters() - Method in class javax.faces.flow.MethodCallNode
-
Return the parameters to be passed
to the method.
- getParameters() - Method in interface javax.interceptor.InvocationContext
-
Returns the parameter values that will be passed to the method or
constructor of the target class.
- getParameters() - Method in interface javax.persistence.criteria.CriteriaQuery
-
Return the parameters of the query.
- getParameters() - Method in interface javax.persistence.Query
-
Get the parameter objects corresponding to the declared
parameters of the query.
- getParameters() - Method in interface javax.websocket.Extension
-
The extension parameters for this extension in the order
they appear in the http headers.
- getParameters() - Method in class javax.ws.rs.core.MediaType
-
Getter for a read-only parameter map.
- getParameterType() - Method in interface javax.persistence.Parameter
-
Return the Java type of the parameter.
- getParameterTypeByName(String) - Method in interface javax.xml.rpc.Call
-
Gets the XML type of a parameter by name
- getParameterTypes() - Method in interface javax.validation.Path.ConstructorNode
-
- getParameterTypes() - Method in interface javax.validation.Path.MethodNode
-
- getParameterValue(Parameter<T>) - Method in interface javax.persistence.Query
-
Return the input value bound to the parameter.
- getParameterValue(String) - Method in interface javax.persistence.Query
-
Return the input value bound to the named parameter.
- getParameterValue(int) - Method in interface javax.persistence.Query
-
Return the input value bound to the positional parameter.
- getParameterValues(String) - Method in interface javax.servlet.ServletRequest
-
Returns an array of String
objects containing
all of the values the given request parameter has, or
null
if the parameter does not exist.
- getParameterValues(String) - Method in class javax.servlet.ServletRequestWrapper
-
The default behavior of this method is to return
getParameterValues(String name) on the wrapped request object.
- getParams() - Method in class javax.ws.rs.core.Link
-
Returns an immutable map that includes all the link parameters
defined on this link.
- getParams() - Method in class javax.ws.rs.core.Link.JaxbLink
-
Get the parameter map for this link.
- getParamTypes() - Method in class javax.el.MethodInfo
-
Returns the parameter types of the method
- getParent() - Method in class javax.faces.component.UIComponent
-
Return the parent
UIComponent
of this
UIComponent
, if any.
- getParent() - Method in class javax.faces.component.UIComponentBase
-
- getParent() - Method in class javax.faces.webapp.UIComponentClassicTagBase
-
Return the Tag
that is the parent of this instance.
- getParent() - Method in class javax.mail.BodyPart
-
Return the containing Multipart
object,
or null
if not known.
- getParent() - Method in class javax.mail.Folder
-
Returns the parent folder of this folder.
- getParent() - Method in class javax.mail.Multipart
-
Return the Part
that contains this Multipart
object, or null
if not known.
- getParent() - Method in interface javax.persistence.criteria.Fetch
-
Return the parent of the fetched item.
- getParent() - Method in interface javax.persistence.criteria.Join
-
Return the parent of the join.
- getParent() - Method in interface javax.persistence.criteria.Subquery
-
Return the query of which this is a subquery.
- getParent() - Method in interface javax.servlet.jsp.tagext.SimpleTag
-
Returns the parent of this tag, for collaboration purposes.
- getParent() - Method in class javax.servlet.jsp.tagext.SimpleTagSupport
-
Returns the parent of this tag, for collaboration purposes.
- getParent() - Method in interface javax.servlet.jsp.tagext.Tag
-
Get the parent (closest enclosing tag handler) for this tag handler.
- getParent() - Method in class javax.servlet.jsp.tagext.TagAdapter
-
Returns the parent of this tag, which is always
getAdaptee().getParent().
- getParent() - Method in class javax.servlet.jsp.tagext.TagSupport
-
The Tag instance most closely enclosing this tag instance.
- getParent() - Method in interface javax.xml.registry.infomodel.Concept
-
Gets the parent Concept or ClassificationScheme for this object.
- getParentConcept() - Method in interface javax.xml.registry.infomodel.Concept
-
Gets the parent Concept or null if parent is a ClassificationScheme.
- getParentElement() - Method in interface javax.xml.soap.Node
-
Returns the parent element of this Node
object.
- getParentOrganization() - Method in interface javax.xml.registry.infomodel.Organization
-
Gets the parent (container) organization.
- getParentPath() - Method in interface javax.persistence.criteria.Path
-
Return the parent "node" in the path or null if no parent.
- getParentTargetModuleID() - Method in interface javax.enterprise.deploy.spi.TargetModuleID
-
Retrieve the identifier of the parent
object of this deployed module.
- getParentUIComponentClassicTagBase(PageContext) - Static method in class javax.faces.webapp.UIComponentClassicTagBase
-
- getParentUIComponentTag(PageContext) - Static method in class javax.faces.webapp.UIComponentTag
-
Deprecated.
Locate and return the nearest enclosing
UIComponentTag
if any; otherwise, return
null
.
- getPart() - Method in class javax.mail.MessageContext
-
Return the Part that contains the content.
- getPart(String) - Method in interface javax.servlet.http.HttpServletRequest
-
Gets the
Part
with the given name.
- getPart(String) - Method in class javax.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to call getPart on the wrapped
request object.
- getPartialResponseWriter() - Method in class javax.faces.context.PartialViewContext
-
Return the ResponseWriter
to which components should
direct their output for partial view rendering.
- getPartialResponseWriter() - Method in class javax.faces.context.PartialViewContextWrapper
-
- getPartialViewContext() - Method in class javax.faces.context.FacesContext
-
- getPartialViewContext() - Method in class javax.faces.context.FacesContextWrapper
-
- getPartialViewContext(FacesContext) - Method in class javax.faces.context.PartialViewContextFactory
-
- getPartitionProperties() - Method in interface javax.batch.api.partition.PartitionPlan
-
Gets array of Partition Properties objects for Partitions.
- getPartitionProperties() - Method in class javax.batch.api.partition.PartitionPlanImpl
-
- getPartitions() - Method in interface javax.batch.api.partition.PartitionPlan
-
Gets count of Partitions.
- getPartitions() - Method in class javax.batch.api.partition.PartitionPlanImpl
-
- getPartitionsOverride() - Method in interface javax.batch.api.partition.PartitionPlan
-
Return current value of partition override setting.
- getPartitionsOverride() - Method in class javax.batch.api.partition.PartitionPlanImpl
-
- getParts() - Method in interface javax.servlet.http.HttpServletRequest
-
Gets all the
Part
components of this request, provided
that it is of type
multipart/form-data
.
- getParts() - Method in class javax.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to call getParts on the wrapped
request object.
- getPassivationCapableBean(String) - Method in interface javax.enterprise.inject.spi.BeanManager
-
- 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
-
- getPassThroughAttributes(boolean) - Method in class javax.faces.component.UIComponent
-
This method has the same specification as
UIComponent.getPassThroughAttributes()
except that it is allowed to return
null
if and only if the argument create
is false
and no pass through attribute data structure exists for this instance.
- getPassThroughAttributes(boolean) - Method in class javax.faces.component.UIComponentBase
-
- getPassword() - Method in class javax.mail.PasswordAuthentication
-
- getPassword() - Method in class javax.mail.URLName
-
Returns the password of this URLName.
- getPassword() - Method in class javax.resource.spi.security.PasswordCredential
-
Returns the user password.
- getPassword() - Method in class javax.security.auth.message.callback.PasswordValidationCallback
-
Get the password.
- 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(boolean) - Method in interface javax.ws.rs.core.UriInfo
-
Get the path of the current request relative to the base URI as a string.
- getPath() - Method in interface javax.xml.registry.infomodel.Concept
-
Gets the canonical path representation for this Concept.
- getPath() - Method in class javax.xml.ws.spi.http.HttpContext
-
Returns the path for this context.
- 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.
- getPersonName() - Method in interface javax.xml.registry.infomodel.User
-
Returns the name of this User.
- getPhase() - Method in class javax.faces.component.UIViewAction
-
Returns the name of the lifecycle
phase in which the action is to be queued.
- getPhaseId() - Method in class javax.faces.event.ExceptionQueuedEventContext
-
Return the PhaseId
which was being processed when the exception was thrown.
- getPhaseId() - Method in class javax.faces.event.FacesEvent
-
Return the identifier of the request processing phase during
which this event should be delivered.
- getPhaseId() - Method in class javax.faces.event.PhaseEvent
-
Return the
PhaseId
representing the current request
processing lifecycle phase.
- getPhaseId() - Method in interface javax.faces.event.PhaseListener
-
Return the identifier of the request processing phase during
which this listener is interested in processing
PhaseEvent
events.
- getPhaseListeners() - Method in class javax.faces.component.UIViewRoot
-
Return an unmodifiable list of the
PhaseListener
instances attached to this
UIViewRoot
instance.
- getPhaseListeners() - Method in class javax.faces.lifecycle.Lifecycle
-
- getPhaseListeners() - Method in class javax.faces.lifecycle.LifecycleWrapper
-
- getPluralAttributes() - Method in interface javax.persistence.metamodel.ManagedType
-
Return all multi-valued attributes (Collection-, Set-,
List-, and Map-valued attributes) of the managed type.
- getPolicyConfiguration(String, boolean) - Method in class javax.security.jacc.PolicyConfigurationFactory
-
This method is used to obtain an instance of the provider specific
class that implements the PolicyConfiguration interface that
corresponds to the identified policy context within the provider.
- getPolicyConfigurationFactory() - Static method in class javax.security.jacc.PolicyConfigurationFactory
-
This static method uses a system property to find and instantiate
(via a public constructor) a provider specific factory implementation
class.
- getPooledCount() - Method in interface javax.management.j2ee.statistics.EntityBeanStats
-
Number of beans in the pooled state.
- getPoolSize() - Method in interface javax.management.j2ee.statistics.JCAConnectionPoolStats
-
The size of the connection pool
- getPoolSize() - Method in interface javax.management.j2ee.statistics.JDBCConnectionPoolStats
-
Size of the connection pool.
- getPort() - Method in class javax.mail.URLName
-
Returns the port number of this URLName.
- getPort(QName, Class) - Method in interface javax.xml.rpc.Service
-
The getPort method returns either an instance of a generated
stub implementation class or a dynamic proxy.
- getPort(Class) - Method in interface javax.xml.rpc.Service
-
The getPort method returns either an instance of a generated
stub implementation class or a dynamic proxy.
- getPort(Class<T>, WebServiceFeature...) - Method in class javax.xml.ws.EndpointReference
-
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>, WebServiceFeature...) - Method in class javax.xml.ws.Service
-
The getPort
method returns a proxy.
- getPort(Class<T>) - Method in class javax.xml.ws.Service
-
The getPort
method returns a proxy.
- getPort(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.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(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.spi.ServiceDelegate
-
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.
- 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.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 interface javax.xml.rpc.Service
-
Returns an Iterator
for the list of
QName
s of service endpoints grouped by this
service
- getPorts() - Method in class javax.xml.ws.Service
-
Returns an Iterator
for the list of
QName
s of service endpoints grouped by this
service
- getPorts() - Method in class javax.xml.ws.spi.ServiceDelegate
-
Returns an Iterator
for the list of
QName
s of service endpoints grouped by this
service
- getPortTypeName() - Method in interface javax.xml.rpc.Call
-
Gets the qualified name of the port type.
- getPos() - Method in exception javax.mail.internet.AddressException
-
Get the position with the reference string where the error was
detected (-1 if not relevant).
- getPosition() - Method in interface javax.enterprise.inject.spi.AnnotatedParameter
-
Get the position of the parameter in the method or constructor argument list.
- getPosition() - Method in interface javax.mail.internet.SharedInputStream
-
Return the current position in the InputStream, as an
offset from the beginning of the InputStream.
- getPosition() - Method in class javax.mail.util.SharedByteArrayInputStream
-
Return the current position in the InputStream, as an
offset from the beginning of the InputStream.
- getPosition() - Method in class javax.mail.util.SharedFileInputStream
-
Return the current position in the InputStream, as an
offset from the beginning of the InputStream.
- getPosition() - Method in interface javax.persistence.Parameter
-
Return the parameter position, or null if the parameter
is not a positional parameter.
- getPostalAddress() - Method in interface javax.xml.registry.infomodel.Organization
-
Gets the Address for this Organization.
- getPostalAddresses() - Method in interface javax.xml.registry.infomodel.User
-
Gets the postal address for this User.
- getPostalCode() - Method in interface javax.xml.registry.infomodel.PostalAddress
-
Returns the postal or zip code.
- getPostalScheme() - Method in interface javax.xml.registry.infomodel.PostalAddress
-
Returns a user-defined postal scheme for codifying the attributes of PostalAddress.
- getPreamble() - Method in class javax.mail.internet.MimeMultipart
-
Get the preamble text, if any, that appears before the
first body part of this multipart.
- getPreferredSubprotocols() - Method in interface javax.websocket.ClientEndpointConfig
-
Return the ordered list of sub protocols a client endpoint would like to use,
in order of preference, favorite first that this client would
like to use for its sessions.
- getPrefix() - Method in interface javax.xml.soap.Name
-
Returns the prefix that was specified when this Name
object
was initialized.
- getPrefixString() - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
-
The prefix assigned to this taglib from the taglib directive
- getPreviousOut() - Method in class javax.faces.webapp.UIComponentClassicTagBase
-
Get the JspWriter
from our BodyContent
.
- getPreviousOut() - Method in class javax.servlet.jsp.tagext.BodyTagSupport
-
Get surrounding out JspWriter.
- getPrimaryContact() - Method in interface javax.xml.registry.infomodel.Organization
-
Gets the primary Contact for this Organization.
- getPrimaryKey() - Method in interface javax.ejb.EJBLocalObject
-
Obtain the primary key of the 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
-
- getProducerFactory(AnnotatedMethod<? super X>, Bean<X>) - Method in interface javax.enterprise.inject.spi.BeanManager
-
- 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.
- getProductVersion() - Method in interface javax.enterprise.deploy.spi.factories.DeploymentFactory
-
Provide a string identifying version of this vendor's
DeploymentManager.
- getProjectStage() - Method in class javax.faces.application.Application
-
Return the project stage
for the currently running application instance.
- getProjectStage() - Method in class javax.faces.application.ApplicationWrapper
-
- getProperties() - Method in interface javax.batch.runtime.context.JobContext
-
The getProperties method returns the job level properties
specified in a job definition.
- getProperties() - Method in interface javax.batch.runtime.context.StepContext
-
The getProperties method returns the step level properties
specified in a job definition.
- getProperties() - Method in class javax.mail.Session
-
Returns the Properties object associated with this Session
- getProperties() - Method in interface javax.persistence.EntityManager
-
Get the properties and hints and associated values that are in effect
for the entity manager.
- getProperties() - Method in interface javax.persistence.EntityManagerFactory
-
Get the properties and associated values that are in effect
for the entity manager factory.
- getProperties() - Method in interface javax.persistence.spi.PersistenceUnitInfo
-
Returns a properties object.
- getProperties() - Method in interface javax.validation.BootstrapConfiguration
-
Returns properties as a map of string based key/value pairs.
- getProperties() - Method in interface javax.validation.spi.ConfigurationState
-
Returns a map of non type-safe custom properties.
- getProperties() - Method in class javax.ws.rs.core.Application
-
Get a map of custom application-wide properties.
- getProperties() - Method in interface javax.ws.rs.core.Configuration
-
Get the immutable bag of configuration properties.
- getProperties() - Method in class javax.xml.registry.ConnectionFactory
-
Gets the Properties used during createConnection
and createFederatedConnection calls.
- 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 argument name
.
- 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
- getProperty(String) - Method in interface javax.xml.rpc.Call
-
Gets the value of a named property.
- getProperty(String) - Method in interface javax.xml.rpc.handler.MessageContext
-
Gets the value of a specific property from the
MessageContext
- getProperty(String) - Method in class javax.xml.soap.SOAPMessage
-
Retrieves value of the specified property.
- getPropertyName() - Method in interface javax.validation.metadata.PropertyDescriptor
-
Name of the property according to the Java Bean specification.
- getPropertyNames() - Method in interface javax.jms.JMSProducer
-
Returns an unmodifiable Set
view of the names of all the message
properties that have been set on this JMSProducer.
- getPropertyNames() - Method in interface javax.jms.Message
-
Returns an Enumeration
of all the property names.
- getPropertyNames() - Method in interface javax.ws.rs.client.ClientRequestContext
-
Returns an immutable
collection
containing the property names
available within the context of the current request/response exchange context.
- getPropertyNames() - Method in interface javax.ws.rs.container.ContainerRequestContext
-
Returns an immutable
collection
containing the property
names available within the context of the current request/response exchange context.
- getPropertyNames() - Method in interface javax.ws.rs.core.Configuration
-
Returns an immutable
collection
containing the
property names available within the context of the current configuration instance.
- getPropertyNames() - Method in interface javax.ws.rs.ext.InterceptorContext
-
Returns an immutable
collection
containing the property
names available within the context of the current request/response exchange context.
- getPropertyNames() - Method in interface javax.xml.rpc.Call
-
Gets the names of configurable properties supported by
this Call
object.
- getPropertyNames() - Method in interface javax.xml.rpc.handler.MessageContext
-
Returns an Iterator view of the names of the properties
in this MessageContext
- getPropertyPath() - Method in interface javax.validation.ConstraintViolation
-
- getPropertyResolver() - Method in class javax.faces.application.Application
-
- getPropertyResolver() - Method in class javax.faces.application.ApplicationWrapper
-
Deprecated.
See superclass for alternative.
- getPropertyType(String) - Method in class javax.faces.view.facelets.MetadataTarget
-
Return a
Class
for the property with name given
by argument name
.
- getProtectedViewsUnmodifiable() - Method in class javax.faces.application.ViewHandler
-
Return an unmodifiable
Set
of the protected views currently known to this
ViewHandler
instance.
- getProtectedViewsUnmodifiable() - Method in class javax.faces.application.ViewHandlerWrapper
-
- 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.
- getProvidingOrganization() - Method in interface javax.xml.registry.infomodel.Service
-
Gets the Organization that provides this service.
- getPublic() - Method in class javax.faces.component.html.HtmlDoctype
-
Return the value of the public
property.
- getQName() - Method in class javax.faces.view.facelets.Tag
-
Return the XML qualified name for
this tag.
- getQName() - Method in class javax.faces.view.facelets.TagAttribute
-
The qualified name for this attribute
- getQualifiedName() - Method in interface javax.xml.soap.Name
-
Gets the namespace-qualified name of the XML name that this
Name
object represents.
- 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
-
- 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.
- getRawContent() - Method in class javax.xml.soap.AttachmentPart
-
Gets the content of this AttachmentPart
object as an
InputStream as if a call had been made to getContent
and no
DataContentHandler
had been registered for the
content-type
of this AttachmentPart
.
- getRawContentBytes() - Method in class javax.xml.soap.AttachmentPart
-
Gets the content of this AttachmentPart
object as a
byte[] array as if a call had been made to getContent
and no
DataContentHandler
had been registered for the
content-type
of this AttachmentPart
.
- getRawInputStream() - Method in class javax.mail.internet.MimeBodyPart
-
Return an InputStream to the raw data with any Content-Transfer-Encoding
intact.
- getRawInputStream() - Method in class javax.mail.internet.MimeMessage
-
Return an InputStream to the raw data with any Content-Transfer-Encoding
intact.
- getRawType() - Method in class javax.enterprise.util.TypeLiteral
-
- getRawType() - Method in class javax.ws.rs.core.GenericEntity
-
Gets the raw type of the enclosed entity.
- getRawType() - Method in class javax.ws.rs.core.GenericType
-
Returns the object representing the class or interface that declared
the type represented by this generic type instance.
- getReader() - Method in class javax.servlet.jsp.tagext.BodyContent
-
Return the value of this BodyContent as a Reader.
- getReader() - Method in interface javax.servlet.ServletRequest
-
Retrieves the body of the request as character data using
a BufferedReader
.
- getReader() - Method in class javax.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getReader()
on the wrapped request object.
- getReadMethod(String) - Method in class javax.faces.view.facelets.MetadataTarget
-
Return a Method
for the
getter of the property with name given by argument
name
.
- getReadyCount() - Method in interface javax.management.j2ee.statistics.EntityBeanStats
-
Number of beans in the ready state.
- getRealPath(String) - Method in class javax.faces.context.ExternalContext
-
Returns a String containing the real
path for a given virtual path.
- getRealPath(String) - Method in class javax.faces.context.ExternalContextWrapper
-
- 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
-
- getRealPath(String) - Method in class javax.servlet.ServletRequestWrapper
-
- getReasonPhrase() - Method in class javax.websocket.CloseReason
-
The reason phrase associated with this CloseReason.
- getReasonPhrase() - Method in enum javax.ws.rs.core.Response.Status
-
Get the reason phrase.
- getReasonPhrase() - Method in interface javax.ws.rs.core.Response.StatusType
-
Get the reason phrase.
- getReceivedDate() - Method in class javax.mail.internet.MimeMessage
-
Returns the Date on this message was received.
- getReceivedDate() - Method in class javax.mail.Message
-
Get the date this message was received.
- getReception() - Method in interface javax.enterprise.inject.spi.ObserverMethod
-
Obtains the specified
Reception
for the observer method.
- getRecipients(Message.RecipientType) - Method in class javax.mail.internet.MimeMessage
-
Returns the recepients specified by the type.
- getRecipients(Message.RecipientType) - Method in class javax.mail.Message
-
Get all the recipient addresses of the given type.
- getRecipientType() - Method in class javax.mail.search.RecipientStringTerm
-
Return the type of recipient to match with.
- getRecipientType() - Method in class javax.mail.search.RecipientTerm
-
Return the type of recipient to match with.
- 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
-
- 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 the NavigationHandler
to issue a redirect request to
the URL using a NonFaces request.
- getRedirectURL(FacesContext, String, Map<String, List<String>>, boolean) - Method in class javax.faces.application.ViewHandlerWrapper
-
- getRef() - Method in exception javax.mail.internet.AddressException
-
Get the string that was being parsed when the error was detected
(null if not relevant).
- getRef() - Method in class javax.mail.URLName
-
Returns the reference of this URLName.
- getReference(Bean<?>, Type, CreationalContext<?>) - Method in interface javax.enterprise.inject.spi.BeanManager
-
Obtains a contextual reference for a certain
bean and a certain bean type of the bean.
- getReference(Class<T>, Object) - Method in interface javax.persistence.EntityManager
-
Get an instance, whose state may be lazily fetched.
- getRegisteredEncodingStyleURIs() - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
-
Returns a list of registered encodingStyle URIs in this
TypeMappingRegistry
instance.
- getRegistrationContext(String) - Method in class javax.security.auth.message.config.AuthConfigFactory
-
Get the the registration context for the identified registration.
- getRegistrationIDs(AuthConfigProvider) - Method in class javax.security.auth.message.config.AuthConfigFactory
-
Get the registration identifiers for all registrations of the
provider instance at the factory.
- getRegistryObject() - Method in interface javax.xml.registry.infomodel.AuditableEvent
-
Gets the RegistryObject associated with this AuditableEvent.
- getRegistryObject() - Method in interface javax.xml.registry.infomodel.ExternalIdentifier
-
Gets the parent RegistryObject for this ExternalIdentifier.
- getRegistryObject(String, String) - Method in interface javax.xml.registry.QueryManager
-
Gets the RegistryObject specified by the Id and type of object.
- getRegistryObject(String) - Method in interface javax.xml.registry.QueryManager
-
Gets the RegistryObject specified by the Id.
- getRegistryObjects() - Method in interface javax.xml.registry.infomodel.RegistryPackage
-
Gets the collection of member RegistryObjects of this RegistryPackage.
- getRegistryObjects(Collection) - Method in interface javax.xml.registry.QueryManager
-
Gets the specified RegistryObjects.
- getRegistryObjects(Collection, String) - Method in interface javax.xml.registry.QueryManager
-
Gets the specified RegistryObjects.
- getRegistryObjects() - Method in interface javax.xml.registry.QueryManager
-
Gets the RegistryObjects owned by the caller.
- getRegistryObjects(String) - Method in interface javax.xml.registry.QueryManager
-
Gets the RegistryObjects owned by the caller, that are of the specified type.
- getRegistryPackages() - Method in interface javax.xml.registry.infomodel.RegistryObject
-
Returns the Package associated with this object.
- getRegistryService() - Method in interface javax.xml.registry.Connection
-
Gets the RegistryService interface associated with the Connection.
- getRegistryService() - Method in interface javax.xml.registry.LifeCycleManager
-
Returns the parent RegistryService that created this object.
- getRegistryService() - Method in interface javax.xml.registry.QueryManager
-
Returns the parent RegistryService that created this object.
- getRel() - Method in class javax.faces.component.html.HtmlCommandLink
-
Return the value of the rel
property.
- getRel() - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
-
Return the value of the rel
property.
- getRel() - Method in class javax.faces.component.html.HtmlOutputLink
-
Return the value of the rel
property.
- getRel() - Method in class javax.ws.rs.core.Link
-
Returns the value associated with the link rel
param, or
null
if this param is not specified.
- getRelay() - Method in interface javax.xml.soap.SOAPHeaderElement
-
Returns the boolean value of the relay attribute for this
SOAPHeaderElement
- getReliableURN() - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
-
The "reliable" URN indicated in the TLD (the uri element).
- getRels() - Method in class javax.ws.rs.core.Link
-
Returns the value associated with the link rel
param as a list
of strings or the empty list if rel
is not defined.
- getRemainder() - Method in class javax.mail.internet.HeaderTokenizer
-
Return the rest of the Header.
- getRemaining() - Method in class javax.servlet.jsp.JspWriter
-
This method returns the number of unused bytes in the buffer.
- 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
-
- getRemoteUser() - Method in interface javax.servlet.http.HttpServletRequest
-
Returns the login of the user making this request, if the
user has been authenticated, or null
if the user
has not been authenticated.
- getRemoteUser() - Method in class javax.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getRemoteUser()
on the wrapped request object.
- getRemoveCount() - Method in interface javax.management.j2ee.statistics.EJBStats
-
Number of times remove was called.
- getRender() - Method in class javax.faces.component.behavior.AjaxBehavior
-
Return a non-empty
Collection<String>
of component
identifiers that will be used to identify components that should be
processed during the render
phase of the request
processing lifecycle.
- getRenderer(FacesContext) - Method in class javax.faces.component.behavior.ClientBehaviorBase
-
- getRenderer(FacesContext) - Method in class javax.faces.component.UIComponent
-
Convenience method to return the
Renderer
instance
associated with this component, if any; otherwise, return
null
.
- getRenderer(FacesContext) - Method in class javax.faces.component.UIComponentBase
-
- getRenderer(String, String) - Method in class javax.faces.render.RenderKit
-
Return the
Renderer
instance most recently registered for
the specified component
family
and
rendererType
, if any; otherwise, return
null
.
- getRenderer(String, String) - Method in class javax.faces.render.RenderKitWrapper
-
- getRendererType() - Method in class javax.faces.component.behavior.AjaxBehavior
-
- getRendererType() - Method in class javax.faces.component.behavior.ClientBehaviorBase
-
- getRendererType() - Method in class javax.faces.component.UIComponent
-
- getRendererType() - Method in class javax.faces.component.UIComponentBase
-
- getRendererType() - Method in interface javax.faces.view.facelets.ComponentConfig
-
RendererType to set on created
UIComponent
instances.
- getRendererType() - Method in class javax.faces.webapp.UIComponentTagBase
-
Return the rendererType
property that selects the
Renderer
to be used for encoding this component, or
null
to ask the component to render itself directly.
- getRendererTypeForResourceName(String) - Method in class javax.faces.application.ResourceHandler
-
Return the renderer-type
for a
Renderer
that is capable of rendering this
resource.
- getRendererTypeForResourceName(String) - Method in class javax.faces.application.ResourceHandlerWrapper
-
- 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
-
- getRenderIds() - Method in class javax.faces.context.PartialViewContext
-
- getRenderIds() - Method in class javax.faces.context.PartialViewContextWrapper
-
- getRenderKit() - Method in class javax.faces.context.FacesContext
-
Return the
RenderKit
instance for the render kit identifier
specified on our
UIViewRoot
, if there is one.
- getRenderKit() - Method in class javax.faces.context.FacesContextWrapper
-
- getRenderKit(FacesContext, String) - Method in class javax.faces.render.RenderKitFactory
-
Return a
RenderKit
instance for the specified render
kit identifier, possibly customized based on dynamic
characteristics of the specified
FacesContext
, if
non-
null
.
- getRenderKitId() - Method in class javax.faces.component.UIViewRoot
-
Return the render kit identifier of the
RenderKit
associated with this view.
- getRenderKitIds() - Method in class javax.faces.render.RenderKitFactory
-
Return an Iterator
over the set of render kit
identifiers registered with this factory.
- getRenderResponse() - Method in class javax.faces.context.FacesContext
-
Return true
if the renderResponse()
method has been called for the current request.
- getRenderResponse() - Method in class javax.faces.context.FacesContextWrapper
-
- 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
-
- getRendersChildren() - Method in class javax.faces.render.Renderer
-
Return a flag indicating whether this
Renderer
is responsible
for rendering the children the component it is asked to render.
- getRendersChildren() - Method in class javax.faces.render.RendererWrapper
-
- getReplyTo() - Method in class javax.mail.internet.MimeMessage
-
Return the value of the RFC 822 "Reply-To" header field.
- getReplyTo() - Method in class javax.mail.Message
-
Get the addresses to which replies should be directed.
- getRepositoryItem() - Method in interface javax.xml.registry.infomodel.ExtrinsicObject
-
Gets the repository item for this object.
- getRequest() - Method in class javax.faces.context.ExternalContext
-
Return the environment-specific object instance for the current
request.
- getRequest() - Method in class javax.faces.context.ExternalContextWrapper
-
- 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
-
- 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
-
- getRequestContentLength() - Method in class javax.faces.context.ExternalContext
-
Return the result
of calling getContentLenth()
on the
ServletRequest
instance for this request.
- getRequestContentLength() - Method in class javax.faces.context.ExternalContextWrapper
-
- getRequestContentType() - Method in class javax.faces.context.ExternalContext
-
Return the MIME Content-Type for this request.
- getRequestContentType() - Method in class javax.faces.context.ExternalContextWrapper
-
- 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
-
- getRequestCookieMap() - Method in class javax.faces.context.ExternalContext
-
Return an immutable Map
whose keys are the set of
cookie names included in the current request, and whose
values (of type javax.servlet.http.Cookie
)
are the first (or only) cookie for each cookie name
returned by the underlying request.
- getRequestCookieMap() - Method in class javax.faces.context.ExternalContextWrapper
-
- 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
-
- 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
-
- getRequestId() - Method in exception javax.xml.registry.JAXRException
-
- getRequestId() - Method in interface javax.xml.registry.JAXRResponse
-
Returns the unique id for the request that generated this response.
- getRequestingPort() - Method in class javax.mail.Authenticator
-
- getRequestingPrompt() - Method in class javax.mail.Authenticator
-
- getRequestingProtocol() - Method in class javax.mail.Authenticator
-
Give the protocol that's requesting the connection.
- getRequestingSite() - Method in class javax.mail.Authenticator
-
- getRequestLocale() - Method in class javax.faces.context.ExternalContext
-
Return the preferred Locale
in which the client
will accept content.
- getRequestLocale() - Method in class javax.faces.context.ExternalContextWrapper
-
- getRequestLocales() - Method in class javax.faces.context.ExternalContext
-
Return an Iterator
over the preferred
Locale
s specified in the request, in decreasing
order of preference.
- getRequestLocales() - Method in class javax.faces.context.ExternalContextWrapper
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- getRequestURI() - Method in interface javax.servlet.http.HttpServletRequest
-
Returns the part of this request's URL from the protocol
name up to the query string in the first line of the HTTP request.
- getRequestURI() - Method in class javax.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getRequestURI()
on the wrapped request object.
- getRequestURI() - Method in class javax.servlet.jsp.ErrorData
-
Returns the request URI.
- getRequestURI() - Method in interface javax.websocket.server.HandshakeRequest
-
Return the request URI of the handshake request.
- getRequestURI() - Method in interface javax.websocket.Session
-
Return the URI under which this session was opened, including
the query string if there is one.
- getRequestUri() - Method in interface javax.ws.rs.core.UriInfo
-
Get the absolute request URI including any query parameters.
- 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
-
Deprecated.
Reconstructs the URL the client used to make the request,
using information in the HttpServletRequest
object.
- getRequiredAttribute(String) - Method in class javax.faces.view.facelets.TagHandler
-
Utility method for fetching a required TagAttribute
- getRequiredMessage() - Method in class javax.faces.component.UIInput
-
- getRequiredVersion() - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
-
A string describing the required version of the JSP container.
- getResource(String) - Method in class javax.faces.context.ExternalContext
-
Return a
URL
for the application resource mapped to the
specified path, if it exists; otherwise, return
null
.
- getResource(String) - Method in class javax.faces.context.ExternalContextWrapper
-
- getResource(String) - Method in interface javax.servlet.ServletContext
-
Returns a URL to the resource that is mapped to the given path.
- getResource(Object) - Method in interface javax.transaction.TransactionSynchronizationRegistry
-
Get an object from the Map of resources being managed for
the transaction bound to the current thread at the time this
method is called.
- getResource(Class<T>) - Method in interface javax.ws.rs.container.ResourceContext
-
Get a resolved instance of a resource or sub-resource class.
- getResourceAdapter() - Method in interface javax.resource.spi.ResourceAdapterAssociation
-
Get the associated ResourceAdapter
object.
- getResourceAsStream(String) - Method in class javax.faces.context.ExternalContext
-
Return an
InputStream
for an application resource mapped to
the specified path, if it exists; otherwise, return
null
.
- getResourceAsStream(String) - Method in class javax.faces.context.ExternalContextWrapper
-
- getResourceAsStream(String) - Method in interface javax.servlet.ServletContext
-
Returns the resource located at the named path as
an InputStream
object.
- getResourceBundle(FacesContext, String) - Method in class javax.faces.application.Application
-
Find a ResourceBundle
as defined in the
application configuration resources under the specified name.
- getResourceBundle(FacesContext, String) - Method in class javax.faces.application.ApplicationWrapper
-
- getResourceBundle() - Method in class javax.servlet.jsp.jstl.fmt.LocalizationContext
-
Gets the resource bundle of this I18N localization context.
- getResourceBundleMap() - Method in class javax.faces.component.UIComponent
-
Return a
Map<String,String>
of the
ResourceBundle
for this component.
- getResourceClass() - Method in interface javax.ws.rs.container.ResourceInfo
-
Get the resource class that is the target of a request,
or null
if this information is not available.
- getResourceHandler() - Method in class javax.faces.application.Application
-
Return the singleton, stateless, thread-safe ResourceHandler
for this application.
- getResourceHandler() - Method in class javax.faces.application.ApplicationWrapper
-
- 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
-
- 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
-
- 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
-
- 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
-
- getResourceURL(FacesContext) - Method in class javax.faces.application.NavigationCaseWrapper
-
- getResourceURL(FacesContext, String) - Method in class javax.faces.application.ViewHandler
-
If the value returned from this
method is used as the file
argument to the
four-argument constructor for java.net.URL
(assuming
appropriate values are used for the first three arguments), then
a client making a request to the toExternalForm()
of
that URL
will select the argument path
for direct rendering.
- getResourceURL(FacesContext, String) - Method in class javax.faces.application.ViewHandlerWrapper
-
- 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
-
- getResponse() - Method in interface javax.servlet.AsyncContext
-
- 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
-
- 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
-
- getResponseComplete() - Method in class javax.faces.context.FacesContext
-
Return true
if the responseComplete()
method has been called for the current request.
- getResponseComplete() - Method in class javax.faces.context.FacesContextWrapper
-
- getResponseContentType() - Method in class javax.faces.context.ExternalContext
-
Return the MIME Content-Type for this response.
- getResponseContentType() - Method in class javax.faces.context.ExternalContextWrapper
-
- 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
-
- getResponseHeaders() - Method in class javax.faces.application.ResourceWrapper
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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.
- getResult() - Method in class javax.xml.soap.SAAJResult
-
- 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.
- getResultTargetModuleIDs() - Method in interface javax.enterprise.deploy.spi.status.ProgressObject
-
Retrieve the list of TargetModuleIDs successfully
processed or created by the associated DeploymentManager
operation.
- getResultType() - Method in interface javax.persistence.criteria.AbstractQuery
-
Return the result type of the query or subquery.
- getRetryTime(Date) - Method in exception javax.ws.rs.ServiceUnavailableException
-
Get the retry time for the failed request.
- getReturns() - Method in class javax.faces.flow.Flow
-
Return an immutable data structure
containing all of the return nodes declared for this flow.
- getReturnType() - Method in class javax.el.MethodInfo
-
Returns the return type of the method
- getReturnType() - Method in interface javax.xml.rpc.Call
-
Gets the return type for a specific operation
- getReturnValueDescriptor() - Method in interface javax.validation.metadata.ExecutableDescriptor
-
Returns a descriptor for this executable's return value.
- getRev() - Method in class javax.faces.component.html.HtmlCommandLink
-
Return the value of the rev
property.
- getRev() - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
-
Return the value of the rev
property.
- getRev() - Method in class javax.faces.component.html.HtmlOutputLink
-
Return the value of the rev
property.
- getRole() - Method in class javax.faces.component.html.HtmlBody
-
Return the value of the role
property.
- getRole() - Method in class javax.faces.component.html.HtmlCommandButton
-
Return the value of the role
property.
- getRole() - Method in class javax.faces.component.html.HtmlCommandLink
-
Return the value of the role
property.
- getRole() - Method in class javax.faces.component.html.HtmlDataTable
-
Return the value of the role
property.
- getRole() - Method in class javax.faces.component.html.HtmlForm
-
Return the value of the role
property.
- getRole() - Method in class javax.faces.component.html.HtmlGraphicImage
-
Return the value of the role
property.
- getRole() - Method in class javax.faces.component.html.HtmlInputFile
-
Return the value of the role
property.
- getRole() - Method in class javax.faces.component.html.HtmlInputSecret
-
Return the value of the role
property.
- getRole() - Method in class javax.faces.component.html.HtmlInputText
-
Return the value of the role
property.
- getRole() - Method in class javax.faces.component.html.HtmlInputTextarea
-
Return the value of the role
property.
- getRole() - Method in class javax.faces.component.html.HtmlMessage
-
Return the value of the role
property.
- getRole() - Method in class javax.faces.component.html.HtmlMessages
-
Return the value of the role
property.
- getRole() - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
-
Return the value of the role
property.
- getRole() - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
-
Return the value of the role
property.
- getRole() - Method in class javax.faces.component.html.HtmlOutputFormat
-
Return the value of the role
property.
- getRole() - Method in class javax.faces.component.html.HtmlOutputLabel
-
Return the value of the role
property.
- getRole() - Method in class javax.faces.component.html.HtmlOutputLink
-
Return the value of the role
property.
- getRole() - Method in class javax.faces.component.html.HtmlOutputText
-
Return the value of the role
property.
- getRole() - Method in class javax.faces.component.html.HtmlPanelGrid
-
Return the value of the role
property.
- getRole() - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
-
Return the value of the role
property.
- getRole() - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the role
property.
- getRole() - Method in class javax.faces.component.html.HtmlSelectManyListbox
-
Return the value of the role
property.
- getRole() - Method in class javax.faces.component.html.HtmlSelectManyMenu
-
Return the value of the role
property.
- getRole() - Method in class javax.faces.component.html.HtmlSelectOneListbox
-
Return the value of the role
property.
- getRole() - Method in class javax.faces.component.html.HtmlSelectOneMenu
-
Return the value of the role
property.
- getRole() - Method in class javax.faces.component.html.HtmlSelectOneRadio
-
Return the value of the role
property.
- getRole() - Method in interface javax.xml.soap.SOAPHeaderElement
-
Returns the value of the Role attribute of this
SOAPHeaderElement
.
- getRoles() - Method in interface javax.xml.rpc.handler.HandlerChain
-
Gets SOAP actor roles registered for this HandlerChain at
this SOAP node.
- getRoles() - Method in interface javax.xml.rpc.handler.soap.SOAPMessageContext
-
Gets the SOAP actor roles associated with an execution
of the HandlerChain and its contained Handler instances.
- 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.enterprise.deploy.model.DDBean
-
Return the root element for this DDBean.
- getRoot() - Method in interface javax.persistence.criteria.CriteriaDelete
-
Return the query root.
- getRoot() - Method in interface javax.persistence.criteria.CriteriaUpdate
-
Return the query root.
- getRootBean() - Method in interface javax.validation.ConstraintViolation
-
Returns the root bean being validated.
- getRootBeanClass() - Method in interface javax.validation.ConstraintViolation
-
Returns the class of the root bean being validated.
- getRootCause(Throwable) - Method in class javax.faces.context.ExceptionHandler
-
Unwrap the argument t
until the unwrapping encounters an Object whose
getClass()
is not equal to
FacesException.class
or
javax.el.ELException.class
.
- getRootCause(Throwable) - Method in class javax.faces.context.ExceptionHandlerWrapper
-
- getRootCause() - Method in exception javax.servlet.jsp.el.ELException
-
Deprecated.
Returns the root cause.
- getRootCause() - Method in exception javax.servlet.jsp.JspException
-
- getRootCause() - Method in exception javax.servlet.ServletException
-
Returns the exception that caused this servlet exception.
- getRootElement() - Method in class javax.faces.component.html.HtmlDoctype
-
Return the value of the rootElement
property.
- getRootOrganization() - Method in interface javax.xml.registry.infomodel.Organization
-
Gets the root organization.
- getRoots() - Method in interface javax.persistence.criteria.AbstractQuery
-
Return the query roots.
- getRowClasses() - Method in class javax.faces.component.html.HtmlDataTable
-
Return the value of the rowClasses
property.
- getRowClasses() - Method in class javax.faces.component.html.HtmlPanelGrid
-
Return the value of the rowClasses
property.
- getRowCount() - Method in class javax.faces.component.UIData
-
Return the number of rows in the underlying data model.
- getRowCount() - Method in class javax.faces.model.ArrayDataModel
-
If there is wrappedData
available, return the
length of the array.
- getRowCount() - Method in class javax.faces.model.CollectionDataModel
-
If there is wrappedData
available, return the
length of the list.
- getRowCount() - Method in class javax.faces.model.DataModel
-
Return the number of rows of data objects represented by this
DataModel
.
- getRowCount() - Method in class javax.faces.model.ListDataModel
-
If there is wrappedData
available, return the
length of the list.
- getRowCount() - Method in class javax.faces.model.ResultDataModel
-
If there is wrappedData
available, return the
length of the array returned by calling getRows()
on the underlying Result
.
- getRowCount() - Method in class javax.faces.model.ResultSetDataModel
-
Return -1, since ResultSet
does not provide a
standard way to determine the number of available rows without
scrolling through the entire ResultSet
, and this can
be very expensive if the number of rows is large.
- getRowCount() - Method in class javax.faces.model.ScalarDataModel
-
If there is wrappedData
available, return 1.
- getRowCount() - Method in interface javax.servlet.jsp.jstl.sql.Result
-
Returns the number of rows in the cached ResultSet
- getRowData() - Method in class javax.faces.component.UIData
-
Return the data object representing the data for the currently
selected row index, if any.
- getRowData() - Method in class javax.faces.model.ArrayDataModel
-
If row data is available, return the array element at the index
specified by rowIndex
.
- getRowData() - Method in class javax.faces.model.CollectionDataModel
-
If row data is available, return the array element at the index
specified by rowIndex
.
- getRowData() - Method in class javax.faces.model.DataModel
-
Return an object representing the data for the 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 by rowIndex
of the
array returned by calling getRows()
on the underlying
Result
.
- getRowData() - Method in class javax.faces.model.ResultSetDataModel
-
If row data is available, return a Map
representing
the values of the columns for the row specified by rowIndex
,
keyed by the corresponding column names.
- getRowData() - Method in class javax.faces.model.ScalarDataModel
-
If wrapped data is available, return the wrapped data instance.
- getRowIndex() - Method in class javax.faces.component.UIData
-
Return the zero-relative index of the currently selected row.
- getRowIndex() - Method in class javax.faces.model.ArrayDataModel
-
- getRowIndex() - Method in class javax.faces.model.CollectionDataModel
-
- getRowIndex() - Method in class javax.faces.model.DataModel
-
Return the zero-relative index of the currently selected row.
- getRowIndex() - Method in class javax.faces.model.DataModelEvent
-
Return the row index for this event, or -1 for no specific row.
- getRowIndex() - Method in class javax.faces.model.ListDataModel
-
- getRowIndex() - Method in class javax.faces.model.ResultDataModel
-
- getRowIndex() - Method in class javax.faces.model.ResultSetDataModel
-
- getRowIndex() - Method in class javax.faces.model.ScalarDataModel
-
- getRows() - Method in class javax.faces.component.html.HtmlInputTextarea
-
Return the value of the rows
property.
- getRows() - Method in class javax.faces.component.UIData
-
Return the number of rows to be displayed, or zero for all remaining
rows in the table.
- getRows() - Method in interface javax.servlet.jsp.jstl.sql.Result
-
Returns the result of the query as an array of SortedMap
objects.
- getRowsByIndex() - Method in interface javax.servlet.jsp.jstl.sql.Result
-
Returns the result of the query as an array of arrays.
- getRules() - Method in class javax.faces.component.html.HtmlDataTable
-
Return the value of the rules
property.
- getRules() - Method in class javax.faces.component.html.HtmlPanelGrid
-
Return the value of the rules
property.
- getRunAsRole() - Method in interface javax.servlet.ServletRegistration
-
Gets the name of the runAs role of the Servlet represented by this
ServletRegistration
.
- getRunEnd() - Method in interface javax.enterprise.concurrent.LastExecution
-
The last time in which the task was completed.
- getRunningExecutions(String) - Method in interface javax.batch.operations.JobOperator
-
Returns execution ids for job instances with the specified
name that have running executions.
- getRunningModules(ModuleType, Target[]) - Method in interface javax.enterprise.deploy.spi.DeploymentManager
-
Retrieve the list of Java EE application modules distributed
to the identified targets and that are currently running
on the associated server or servers.
- getRunStart() - Method in interface javax.enterprise.concurrent.LastExecution
-
The last time in which the task started running.
- getRuntimeType() - Method in interface javax.ws.rs.core.Configuration
-
Get the runtime type of this configuration context.
- 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
-
- 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
, or ftp
.
- 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
-
- getScript(ClientBehaviorContext, ClientBehavior) - Method in class javax.faces.render.ClientBehaviorRenderer
-
Return the script that implements this
ClientBehavior's client-side logic.
- getScriptComponentResource(FacesContext, Resource) - Method in class javax.faces.view.ViewDeclarationLanguage
-
Take implementation specific action
to discover a Resource
given the argument
componentResource
.
- getScriptComponentResource(FacesContext, Resource) - Method in class javax.faces.view.ViewDeclarationLanguageWrapper
-
- getScriptingInvalid() - Method in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
-
Gets the value of the scripting-invalid
configuration,
which specifies whether scripting is enabled for any JSP pages mapped
to the JSP property group represented by this
JspPropertyGroupDescriptor
.
- getSecond() - Method in class javax.ejb.ScheduleExpression
-
Return the value of the second attribute.
- getSecure() - Method in class javax.servlet.http.Cookie
-
Returns true
if the browser is sending cookies
only over a secure protocol, or false
if the
browser can send cookies using any protocol.
- getSecurityContext() - Method in interface javax.ws.rs.container.ContainerRequestContext
-
Get the injectable security context information for the current request.
- getSelectedClass() - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the selectedClass
property.
- getSelectedValues() - Method in class javax.faces.component.UISelectMany
-
Return the currently selected values, or null
if there
are no currently selected values.
- getSelection() - Method in interface javax.persistence.criteria.AbstractQuery
-
Return the selection of the query, or null if no selection
has been set.
- getSelection() - Method in interface javax.persistence.criteria.Subquery
-
Return the selection expression.
- getSelectItems() - Method in class javax.faces.model.SelectItemGroup
-
Return the set of subordinate
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.
- getSerializer(Class, QName) - Method in interface javax.xml.rpc.encoding.TypeMapping
-
Gets the SerializerFactory registered for the specified
pair of Java type and XML data type.
- getSerializerAs(String) - Method in interface javax.xml.rpc.encoding.SerializerFactory
-
Returns a Serializer for the specified XML processing
mechanism type.
- getSerialNum() - Method in class javax.security.auth.message.callback.PrivateKeyCallback.IssuerSerialNumRequest
-
Get the serial number.
- getServerAuthConfig(String, String, CallbackHandler) - Method in interface javax.security.auth.message.config.AuthConfigProvider
-
Get an instance of ServerAuthConfig from this provider.
- getServerInfo() - Method in interface javax.servlet.ServletContext
-
Returns the name and version of the servlet container on which
the servlet is running.
- getServerName() - Method in interface javax.servlet.ServletRequest
-
Returns the host name of the server to which the request was sent.
- getServerName() - Method in class javax.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getServerName()
on the wrapped request object.
- getServerPort() - Method in interface javax.servlet.ServletRequest
-
Returns the port number to which the request was sent.
- getServerPort() - Method in class javax.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getServerPort()
on the wrapped request object.
- getServerSession() - Method in interface javax.jms.ServerSessionPool
-
Return a server session from the pool.
- getServerSessionPool() - Method in interface javax.jms.ConnectionConsumer
-
Gets the server session pool associated with this connection consumer.
- getService() - Method in interface javax.xml.registry.infomodel.ServiceBinding
-
Gets the parent service for which this is a binding.
- getServiceBinding() - Method in interface javax.xml.registry.infomodel.SpecificationLink
-
Gets the parent ServiceBinding for this SpecificationLink.
- getServiceBindings() - Method in interface javax.xml.registry.infomodel.Service
-
Gets all children ServiceBindings.
- getServiceName() - Method in interface javax.xml.rpc.Service
-
Gets the name of this service.
- 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.
- getServices() - Method in interface javax.xml.registry.infomodel.Organization
-
Gets all children Services.
- getServiceTime() - Method in interface javax.management.j2ee.statistics.ServletStats
-
Execution times for the methods.
- getServlet(String) - Method in interface javax.servlet.ServletContext
-
Deprecated.
As of Java Servlet API 2.1, with no direct replacement.
This method was originally defined to retrieve a servlet
from a ServletContext
. In this version, this method
always returns null
and remains only to preserve
binary compatibility. This method will be permanently removed
in a future version of the Java Servlet API.
In lieu of this method, servlets can share information using the
ServletContext
class and can perform shared business logic
by invoking methods on common non-servlet classes.
- getServlet() - Method in exception javax.servlet.UnavailableException
-
Deprecated.
As of Java Servlet API 2.2, with no replacement.
Returns the servlet that is reporting its unavailability.
- getServletConfig() - Method in class javax.faces.webapp.FacesServlet
-
Return the ServletConfig
instance for this servlet.
- getServletConfig() - Method in class javax.servlet.GenericServlet
-
- 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.
- getServletContext() - Method in interface javax.xml.rpc.server.ServletEndpointContext
-
The method getServletContext
returns the
ServletContex
t associated with the web
application that contain this endpoint.
- getServletContextName() - Method in interface javax.servlet.ServletContext
-
Returns the name of this web application corresponding to this
ServletContext as specified in the deployment descriptor for this
web application by the display-name element.
- getServletInfo() - Method in class javax.faces.webapp.FacesServlet
-
Return information about this Servlet.
- getServletInfo() - Method in class javax.servlet.GenericServlet
-
Returns information about the servlet, such as
author, version, and copyright.
- getServletInfo() - Method in interface javax.servlet.Servlet
-
Returns information about the servlet, such
as author, version, and copyright.
- getServletName() - Method in class javax.servlet.GenericServlet
-
Returns the name of this servlet instance.
- getServletName() - Method in class javax.servlet.jsp.ErrorData
-
Returns the name of the servlet invoked.
- getServletName() - Method in interface javax.servlet.ServletConfig
-
Returns the name of this servlet instance.
- getServletNameMappings() - Method in interface javax.servlet.FilterRegistration
-
Gets the currently available servlet name mappings
of the Filter represented by this FilterRegistration
.
- getServletNames() - Method in interface javax.servlet.ServletContext
-
Deprecated.
As of Java Servlet API 2.1, with no replacement.
This method was originally defined to return an
Enumeration
of all the servlet names known to this context. In this version,
this method always returns an empty Enumeration
and
remains only to preserve binary compatibility. This method will
be permanently removed in a future version of the Java Servlet API.
- getServletPath() - Method in interface javax.servlet.http.HttpServletRequest
-
Returns the part of this request's URL that calls
the servlet.
- getServletPath() - Method in class javax.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getServletPath()
on the wrapped request object.
- getServletRegistration(String) - Method in interface javax.servlet.ServletContext
-
Gets the ServletRegistration corresponding to the servlet with the
given servletName.
- getServletRegistrations() - Method in interface javax.servlet.ServletContext
-
Gets a (possibly empty) Map of the ServletRegistration
objects (keyed by servlet name) corresponding to all servlets
registered with this ServletContext.
- getServletRequest() - Method in class javax.servlet.ServletRequestEvent
-
Returns the ServletRequest that is changing.
- getServlets() - Method in interface javax.servlet.ServletContext
-
Deprecated.
As of Java Servlet API 2.0, with no replacement.
This method was originally defined to return an
Enumeration
of all the servlets known to this servlet
context.
In this version, this method always returns an empty enumeration and
remains only to preserve binary compatibility. This method
will be permanently removed in a future version of the Java
Servlet API.
- getSession(boolean) - Method in class javax.faces.context.ExternalContext
-
If the create
parameter is true
,
create (if necessary) and return a session instance associated
with the current request.
- getSession(boolean) - Method in class javax.faces.context.ExternalContextWrapper
-
- getSession() - Method in interface javax.jms.ServerSession
-
Return the ServerSession
's Session
.
- getSession() - Method in interface javax.jms.XASession
-
Gets the session associated with this XASession
.
- getSession() - Method in class javax.mail.Message
-
Return the Session used when this message was created.
- getSession() - Method in class javax.mail.MessageContext
-
Return the Session we're operating in.
- getSession(boolean) - Method in interface javax.servlet.http.HttpServletRequest
-
Returns the current HttpSession
associated with this request or, if there is no
current session and create
is true, returns
a new session.
- getSession() - Method in interface javax.servlet.http.HttpServletRequest
-
Returns the current session associated with this request,
or if the request does not have a session, creates one.
- getSession(boolean) - Method in class javax.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getSession(boolean create)
on the wrapped request object.
- getSession() - Method in class javax.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getSession()
on the wrapped request object.
- getSession() - Method in class javax.servlet.http.HttpSessionBindingEvent
-
Return the session that changed.
- getSession(String) - Method in interface javax.servlet.http.HttpSessionContext
-
Deprecated.
As of Java Servlet API 2.1 with
no replacement. This method must
return null and will be removed in
a future version of this API.
- getSession() - Method in class javax.servlet.http.HttpSessionEvent
-
Return the session that changed.
- getSession() - Method in class javax.servlet.jsp.PageContext
-
The current value of the session object (an HttpSession).
- getSession() - Method in exception javax.websocket.SessionException
-
Return the Session on which the problem occurred.
- getSessionBeanType() - Method in interface javax.enterprise.inject.spi.ProcessSessionBean
-
- getSessionContext() - Method in interface javax.servlet.http.HttpSession
-
Deprecated.
As of Version 2.1, this method is
deprecated and has no replacement.
It will be removed in a future
version of the Java Servlet API.
- getSessionCookieConfig() - Method in interface javax.servlet.ServletContext
-
Gets the
SessionCookieConfig
object through which various
properties of the session tracking cookies created on behalf of this
ServletContext may be configured.
- getSessionId(boolean) - Method in class javax.faces.context.ExternalContext
-
Return the id of the current session
or the empty string if no session has been created and the
create
parameter is false
.
- getSessionId(boolean) - Method in class javax.faces.context.ExternalContextWrapper
-
- 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
-
- 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
-
- 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, Class<E>) - Method in interface javax.persistence.metamodel.ManagedType
-
Return the Set-valued attribute of the managed type that
corresponds to the specified name and Java element type.
- getSet(String) - Method in interface javax.persistence.metamodel.ManagedType
-
Return the Set-valued attribute of the managed type that
corresponds to the specified name.
- getSeverity() - Method in class javax.faces.application.FacesMessage
-
Return the severity level.
- 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.
- getShape() - Method in class javax.faces.component.html.HtmlCommandLink
-
Return the value of the shape
property.
- getShape() - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
-
Return the value of the shape
property.
- getShape() - Method in class javax.faces.component.html.HtmlOutputLink
-
Return the value of the shape
property.
- getSharedCacheMode() - Method in interface javax.persistence.spi.PersistenceUnitInfo
-
Returns the specification of how the provider must use
a second-level cache for the persistence unit.
- getSharedNamespaces() - Method in class javax.mail.Store
-
Return a set of folders representing the shared namespaces.
- getShort(String) - Method in interface javax.jms.MapMessage
-
Returns the short
value with the specified name.
- getShortName() - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
-
The preferred short name (prefix) as indicated in the TLD.
- getShortProperty(String) - Method in interface javax.jms.JMSProducer
-
Returns the message property with the specified name that has been set on
this JMSProducer
, converted to a short
.
- getShortProperty(String) - Method in interface javax.jms.Message
-
Returns the value of the short
property with the specified
name.
- getSingleResult() - Method in interface javax.persistence.Query
-
Execute a SELECT query that returns a single untyped result.
- getSingleResult() - Method in interface javax.persistence.StoredProcedureQuery
-
Retrieve a single result from the next result set.
- getSingleResult() - Method in interface javax.persistence.TypedQuery
-
Execute a SELECT query that returns a single result.
- getSingletons() - Method in class javax.ws.rs.core.Application
-
Get a set of root resource, provider and
feature
instances.
- getSingularAttribute(String, Class<Y>) - Method in interface javax.persistence.metamodel.ManagedType
-
Return the single-valued attribute of the managed
type that corresponds to the specified name and Java type.
- getSingularAttribute(String) - Method in interface javax.persistence.metamodel.ManagedType
-
Return the single-valued attribute of the managed type that
corresponds to the specified name.
- getSingularAttributes() - Method in interface javax.persistence.metamodel.ManagedType
-
Return the single-valued attributes of the managed type.
- getSize() - Method in class javax.faces.component.html.HtmlInputFile
-
Return the value of the size
property.
- getSize() - Method in class javax.faces.component.html.HtmlInputSecret
-
Return the value of the size
property.
- getSize() - Method in class javax.faces.component.html.HtmlInputText
-
Return the value of the size
property.
- getSize() - Method in class javax.faces.component.html.HtmlSelectManyListbox
-
Return the value of the size
property.
- getSize() - Method in class javax.faces.component.html.HtmlSelectOneListbox
-
Return the value of the size
property.
- getSize() - Method in class javax.mail.internet.MimeBodyPart
-
Return the size of the content of this body part in bytes.
- getSize() - Method in class javax.mail.internet.MimeMessage
-
Return the size of the content of this message in bytes.
- getSize() - Method in interface javax.mail.Part
-
Return the size of the content of this part in bytes.
- getSize() - Method in interface javax.servlet.http.Part
-
Returns the size of this fille.
- getSize(T, Class<?>, Type, Annotation[], MediaType) - Method in interface javax.ws.rs.ext.MessageBodyWriter
-
Originally, the method has been called before writeTo
to ascertain the length in bytes of
the serialized form of t
.
- getSize() - Method in class javax.xml.soap.AttachmentPart
-
Returns the number of bytes in this AttachmentPart
object.
- getSlot(String) - Method in interface javax.xml.registry.infomodel.ExtensibleObject
-
Gets the slot specified by slotName.
- getSlots() - Method in interface javax.xml.registry.infomodel.ExtensibleObject
-
Returns the Slots associated with this object.
- getSlotType() - Method in interface javax.xml.registry.infomodel.Slot
-
Gets the slotType for this Slot.
- getSmallIcon() - Method in class javax.servlet.jsp.tagext.TagInfo
-
Get the path to the small icon.
- getSMaxAge() - Method in class javax.ws.rs.core.CacheControl
-
Corresponds to the s-maxage cache control directive.
- getSOAPBody() - Method in class javax.xml.soap.SOAPMessage
-
Gets the SOAP Body contained in this SOAPMessage
object.
- getSOAPFactory() - Method in interface javax.xml.ws.soap.SOAPBinding
-
Gets the SAAJ SOAPFactory
instance used by this SOAP binding.
- getSOAPHeader() - Method in class javax.xml.soap.SOAPMessage
-
Gets the SOAP Header contained in this SOAPMessage
object.
- getSOAPPart() - Method in class javax.xml.soap.SOAPMessage
-
Gets the SOAP part of this SOAPMessage
object.
- 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
-
- getSourceObject() - Method in interface javax.xml.registry.infomodel.Association
-
Gets the Object that is the source of this Association.
- getSpecificationLinks() - Method in interface javax.xml.registry.infomodel.ServiceBinding
-
Gets all children SpecificationLinks.
- getSpecificationObject() - Method in interface javax.xml.registry.infomodel.SpecificationLink
-
Gets the specification object for this object.
- getSpecificationVersion() - Method in class javax.servlet.jsp.JspEngineInfo
-
Return the version number of the JSP specification that is supported by
this JSP engine.
- getSpecVersion() - Method in interface javax.resource.cci.ResourceAdapterMetaData
-
Returns a string representation of the version of the
connector architecture specification that is supported by
the resource adapter.
- getSslContext() - Method in interface javax.ws.rs.client.Client
-
Get the SSL context configured to be used with the current client run-time.
- getStability() - Method in interface javax.xml.registry.infomodel.RegistryEntry
-
Gets the stability indicator for the RegistryEntry within the Registry.
- getStart() - Method in class javax.ejb.ScheduleExpression
-
Return the start date, if set; otherwise null.
- getStartDuration() - Method in class javax.resource.spi.work.WorkEvent
-
Return the start interval duration.
- getStartNodeId() - Method in class javax.faces.flow.Flow
-
Return the immutable id for the
default node that should be activated when this flow is
entered.
- getStartTime() - Method in interface javax.batch.runtime.JobExecution
-
Get time execution entered STARTED status.
- getStartTime() - Method in interface javax.batch.runtime.StepExecution
-
Get time this step started.
- getStartTime() - Method in interface javax.management.j2ee.statistics.Statistic
-
The time of the first measurement represented as a long, whose value is the number of milliseconds since January 1, 1970, 00:00:00.
- getState() - Method in interface javax.enterprise.deploy.spi.status.DeploymentStatus
-
Retrieve the StateType value.
- getState() - Method in class javax.faces.application.StateManager.SerializedView
-
Deprecated.
- getState(FacesContext, String) - Method in class javax.faces.render.ResponseStateManager
-
- getStateHelper() - Method in class javax.faces.component.UIComponent
-
- getStateHelper(boolean) - Method in class javax.faces.component.UIComponent
-
- 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
-
- getStateOrProvince() - Method in interface javax.xml.registry.infomodel.PostalAddress
-
Returns the state or province.
- getStateType(int) - Static method in class javax.enterprise.deploy.shared.StateType
-
Return an object of the specified value.
- getStatistic(String) - Method in interface javax.management.j2ee.statistics.Stats
-
Get a Statistic by name.
- getStatisticNames() - Method in interface javax.management.j2ee.statistics.Stats
-
Returns an array of Strings which are the names of the attributes from the specific Stats submodel that this object supports.
- getStatistics() - Method in interface javax.management.j2ee.statistics.Stats
-
Returns an array containing all of the Statistic objects supported by this Stats object.
- getStatus() - Method in interface javax.servlet.http.HttpServletResponse
-
Gets the current status code of this response.
- getStatus() - Method in class javax.servlet.http.HttpServletResponseWrapper
-
- getStatus() - Method in interface javax.transaction.Transaction
-
Obtain the status of the transaction associated with the target
Transaction object.
- getStatus() - Method in interface javax.transaction.TransactionManager
-
Obtain the status of the transaction associated with the current thread.
- getStatus() - Method in interface javax.transaction.UserTransaction
-
Obtain the status of the transaction associated with the current thread.
- getStatus() - Method in interface javax.ws.rs.client.ClientResponseContext
-
Get the status code associated with the response.
- getStatus() - Method in interface javax.ws.rs.container.ContainerResponseContext
-
Get the status code associated with the response.
- getStatus() - Method in class javax.ws.rs.core.Response
-
Get the status code associated with the response.
- getStatus() - Method in interface javax.xml.registry.infomodel.RegistryEntry
-
Gets the life cycle status of the RegistryEntry within the registry.
- getStatus() - Method in exception javax.xml.registry.JAXRException
-
- getStatus() - Method in interface javax.xml.registry.JAXRResponse
-
Returns the status for this response.
- getStatusCode() - Method in class javax.servlet.jsp.ErrorData
-
Returns the status code of the error.
- getStatusCode() - Method in enum javax.ws.rs.core.Response.Status
-
Get the associated status code.
- getStatusCode() - Method in interface javax.ws.rs.core.Response.StatusType
-
Get the associated status code.
- 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
-
- getStore() - Method in class javax.mail.Folder
-
Returns the Store that owns this Folder object.
- getStore() - Method in class javax.mail.Session
-
Get a Store object that implements this user's desired Store
protocol.
- getStore(String) - Method in class javax.mail.Session
-
Get a Store object that implements the specified protocol.
- getStore(URLName) - Method in class javax.mail.Session
-
Get a Store object for the given URLName.
- getStore(Provider) - Method in class javax.mail.Session
-
Get an instance of the store specified by Provider.
- getStore() - Method in exception javax.mail.StoreClosedException
-
Returns the dead Store object.
- getStreamELResolver() - Method in class javax.el.ExpressionFactory
-
Retrieves an ELResolver that implements the operations in collections.
- getStreamOffset() - Method in interface javax.json.stream.JsonLocation
-
Return the stream offset into the input source this location
is pointing to.
- getStreet() - Method in interface javax.xml.registry.infomodel.PostalAddress
-
Returns the street name.
- getStreetNumber() - Method in interface javax.xml.registry.infomodel.PostalAddress
-
Returns the street number.
- getString(String) - Method in interface javax.jms.MapMessage
-
Returns the String
value with the specified name.
- getString(int) - Method in interface javax.json.JsonArray
-
A convenience method for
getJsonString(index).getString()
.
- getString(int, String) - Method in interface javax.json.JsonArray
-
Returns the String
value of JsonString
at the specified
position in this JSON array values.
- getString(String) - Method in interface javax.json.JsonObject
-
A convenience method for
getJsonString(name).getString()
- getString(String, String) - Method in interface javax.json.JsonObject
-
Returns the string value of the associated JsonString
mapping
for the specified name.
- getString() - Method in interface javax.json.JsonString
-
Returns the JSON string value.
- getString() - Method in interface javax.json.stream.JsonParser
-
Returns a String
for the name in a name/value pair,
for a string value or a number value.
- getString() - Method in class javax.servlet.jsp.tagext.BodyContent
-
Return the value of the BodyContent as a String.
- getStringHeaders() - Method in interface javax.ws.rs.client.ClientRequestContext
-
Get a string view of header values associated with the message.
- getStringHeaders() - Method in interface javax.ws.rs.container.ContainerResponseContext
-
Get a string view of header values associated with the message.
- getStringHeaders() - Method in class javax.ws.rs.core.Response
-
Get view of the response headers and their string values.
- getStringProperty(String) - Method in interface javax.jms.JMSProducer
-
Returns the message property with the specified name that has been set on
this JMSProducer
, converted to a String
.
- getStringProperty(String) - Method in interface javax.jms.Message
-
Returns the value of the String
property with the specified
name.
- getStringTable() - Method in class javax.enterprise.deploy.shared.ActionType
-
Returns the string table for class ActionType
- getStringTable() - Method in class javax.enterprise.deploy.shared.CommandType
-
Returns the string table for class CommandType
- getStringTable() - Method in class javax.enterprise.deploy.shared.DConfigBeanVersionType
-
Returns the string table for class DConfigBeanVersionType
- getStringTable() - Method in class javax.enterprise.deploy.shared.ModuleType
-
Returns the string table for class ModuleType
- getStringTable() - Method in class javax.enterprise.deploy.shared.StateType
-
Returns the string table for class StateType
- getStringValue(FacesContext) - Method in class javax.faces.component.UIViewParameter
-
If the value of this parameter comes
from a ValueExpression
return the value of the
expression, otherwise, return the local value.
- getStringValueFromModel(FacesContext) - Method in class javax.faces.component.UIViewParameter
-
Manually perform standard conversion
steps to get a string value from the value expression.
- getStructure() - Method in class javax.faces.application.StateManager.SerializedView
-
Deprecated.
- getStyle() - Method in class javax.faces.component.html.HtmlBody
-
Return the value of the style
property.
- getStyle() - Method in class javax.faces.component.html.HtmlCommandButton
-
Return the value of the style
property.
- getStyle() - Method in class javax.faces.component.html.HtmlCommandLink
-
Return the value of the style
property.
- getStyle() - Method in class javax.faces.component.html.HtmlDataTable
-
Return the value of the style
property.
- getStyle() - Method in class javax.faces.component.html.HtmlForm
-
Return the value of the style
property.
- getStyle() - Method in class javax.faces.component.html.HtmlGraphicImage
-
Return the value of the style
property.
- getStyle() - Method in class javax.faces.component.html.HtmlInputFile
-
Return the value of the style
property.
- getStyle() - Method in class javax.faces.component.html.HtmlInputSecret
-
Return the value of the style
property.
- getStyle() - Method in class javax.faces.component.html.HtmlInputText
-
Return the value of the style
property.
- getStyle() - Method in class javax.faces.component.html.HtmlInputTextarea
-
Return the value of the style
property.
- getStyle() - Method in class javax.faces.component.html.HtmlMessage
-
Return the value of the style
property.
- getStyle() - Method in class javax.faces.component.html.HtmlMessages
-
Return the value of the style
property.
- getStyle() - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
-
Return the value of the style
property.
- getStyle() - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
-
Return the value of the style
property.
- getStyle() - Method in class javax.faces.component.html.HtmlOutputFormat
-
Return the value of the style
property.
- getStyle() - Method in class javax.faces.component.html.HtmlOutputLabel
-
Return the value of the style
property.
- getStyle() - Method in class javax.faces.component.html.HtmlOutputLink
-
Return the value of the style
property.
- getStyle() - Method in class javax.faces.component.html.HtmlOutputText
-
Return the value of the style
property.
- getStyle() - Method in class javax.faces.component.html.HtmlPanelGrid
-
Return the value of the style
property.
- getStyle() - Method in class javax.faces.component.html.HtmlPanelGroup
-
Return the value of the style
property.
- getStyle() - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
-
Return the value of the style
property.
- getStyle() - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the style
property.
- getStyle() - Method in class javax.faces.component.html.HtmlSelectManyListbox
-
Return the value of the style
property.
- getStyle() - Method in class javax.faces.component.html.HtmlSelectManyMenu
-
Return the value of the style
property.
- getStyle() - Method in class javax.faces.component.html.HtmlSelectOneListbox
-
Return the value of the style
property.
- getStyle() - Method in class javax.faces.component.html.HtmlSelectOneMenu
-
Return the value of the style
property.
- getStyle() - Method in class javax.faces.component.html.HtmlSelectOneRadio
-
Return the value of the style
property.
- getStyleClass() - Method in class javax.faces.component.html.HtmlBody
-
Return the value of the styleClass
property.
- getStyleClass() - Method in class javax.faces.component.html.HtmlCommandButton
-
Return the value of the styleClass
property.
- getStyleClass() - Method in class javax.faces.component.html.HtmlCommandLink
-
Return the value of the styleClass
property.
- getStyleClass() - Method in class javax.faces.component.html.HtmlDataTable
-
Return the value of the styleClass
property.
- getStyleClass() - Method in class javax.faces.component.html.HtmlForm
-
Return the value of the styleClass
property.
- getStyleClass() - Method in class javax.faces.component.html.HtmlGraphicImage
-
Return the value of the styleClass
property.
- getStyleClass() - Method in class javax.faces.component.html.HtmlInputFile
-
Return the value of the styleClass
property.
- getStyleClass() - Method in class javax.faces.component.html.HtmlInputSecret
-
Return the value of the styleClass
property.
- getStyleClass() - Method in class javax.faces.component.html.HtmlInputText
-
Return the value of the styleClass
property.
- getStyleClass() - Method in class javax.faces.component.html.HtmlInputTextarea
-
Return the value of the styleClass
property.
- getStyleClass() - Method in class javax.faces.component.html.HtmlMessage
-
Return the value of the styleClass
property.
- getStyleClass() - Method in class javax.faces.component.html.HtmlMessages
-
Return the value of the styleClass
property.
- getStyleClass() - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
-
Return the value of the styleClass
property.
- getStyleClass() - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
-
Return the value of the styleClass
property.
- getStyleClass() - Method in class javax.faces.component.html.HtmlOutputFormat
-
Return the value of the styleClass
property.
- getStyleClass() - Method in class javax.faces.component.html.HtmlOutputLabel
-
Return the value of the styleClass
property.
- getStyleClass() - Method in class javax.faces.component.html.HtmlOutputLink
-
Return the value of the styleClass
property.
- getStyleClass() - Method in class javax.faces.component.html.HtmlOutputText
-
Return the value of the styleClass
property.
- getStyleClass() - Method in class javax.faces.component.html.HtmlPanelGrid
-
Return the value of the styleClass
property.
- getStyleClass() - Method in class javax.faces.component.html.HtmlPanelGroup
-
Return the value of the styleClass
property.
- getStyleClass() - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
-
Return the value of the styleClass
property.
- getStyleClass() - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the styleClass
property.
- getStyleClass() - Method in class javax.faces.component.html.HtmlSelectManyListbox
-
Return the value of the styleClass
property.
- getStyleClass() - Method in class javax.faces.component.html.HtmlSelectManyMenu
-
Return the value of the styleClass
property.
- getStyleClass() - Method in class javax.faces.component.html.HtmlSelectOneListbox
-
Return the value of the styleClass
property.
- getStyleClass() - Method in class javax.faces.component.html.HtmlSelectOneMenu
-
Return the value of the styleClass
property.
- getStyleClass() - Method in class javax.faces.component.html.HtmlSelectOneRadio
-
Return the value of the styleClass
property.
- getSubgraphs() - Method in interface javax.persistence.AttributeNode
-
Return the Map<Class, Subgraph> of subgraphs associated
with this attribute node.
- getSubject() - Method in class javax.mail.internet.MimeMessage
-
Returns the value of the "Subject" header field.
- getSubject() - Method in class javax.mail.Message
-
Get the subject of this message.
- getSubject() - Method in class javax.security.auth.message.callback.CallerPrincipalCallback
-
Get the Subject in which the handler will distinguish the caller
principal
- getSubject() - Method in class javax.security.auth.message.callback.GroupPrincipalCallback
-
Get the Subject in which the handler will establish the
group principals.
- getSubject() - Method in class javax.security.auth.message.callback.PasswordValidationCallback
-
Get the subject.
- getSubjectKeyID() - Method in class javax.security.auth.message.callback.PrivateKeyCallback.SubjectKeyIDRequest
-
Get the subjectKeyID.
- getSubmittedFileName() - Method in interface javax.servlet.http.Part
-
Gets the file name specified by the client
- getSubmittedValue() - Method in interface javax.faces.component.EditableValueHolder
-
Return the submittedValue value of this component.
- getSubmittedValue() - Method in class javax.faces.component.UIInput
-
Return the submittedValue value of this
UIInput
component.
- getSubmittedValue() - Method in class javax.faces.component.UIViewParameter
-
Assume
that the submitted value is
always a string, but the return type
from this method is Object
..
- getSubmittingOrganization() - Method in interface javax.xml.registry.infomodel.RegistryObject
-
Gets the Organization that submitted this RegistryObject.
- getSubprotocols() - Method in interface javax.websocket.server.ServerEndpointConfig
-
Return the websocket subprotocols configured.
- getSubtreeIdsToVisit(UIComponent) - Method in class javax.faces.component.visit.VisitContext
-
Given a NamingContainer
component, returns the
client ids of any components underneath the NamingContainer that
should be visited.
- getSubtreeIdsToVisit(UIComponent) - Method in class javax.faces.component.visit.VisitContextWrapper
-
- getSubType() - Method in class javax.mail.internet.ContentType
-
Return the subType.
- getSubtype() - Method in class javax.ws.rs.core.MediaType
-
Getter for subtype.
- getSummary() - Method in class javax.faces.application.FacesMessage
-
Return the localized summary text.
- getSummary() - Method in class javax.faces.component.html.HtmlDataTable
-
Return the value of the summary
property.
- getSummary() - Method in class javax.faces.component.html.HtmlPanelGrid
-
Return the value of the summary
property.
- getSupertype() - Method in interface javax.persistence.metamodel.IdentifiableType
-
Return the identifiable type that corresponds to the most
specific mapped superclass or entity extended by the entity
or mapped superclass.
- getSuppliedRequest() - Method in class javax.servlet.AsyncEvent
-
Gets the ServletRequest from this AsyncEvent.
- getSuppliedResponse() - Method in class javax.servlet.AsyncEvent
-
Gets the ServletResponse from this AsyncEvent.
- getSupportedEncodings() - Method in interface javax.xml.rpc.encoding.TypeMapping
-
Returns the encodingStyle URIs (as String[]) supported by
this TypeMapping instance.
- getSupportedLocales() - Method in interface javax.enterprise.deploy.spi.DeploymentManager
-
Returns an array of supported locales for this implementation.
- getSupportedLocales() - Method in class javax.faces.application.Application
-
Return an Iterator
over the supported
Locale
s for this appication.
- getSupportedLocales() - Method in class javax.faces.application.ApplicationWrapper
-
- getSupportedMechanismTypes() - Method in interface javax.xml.rpc.encoding.DeserializerFactory
-
Returns a list of all XML processing mechanism types
supported by this DeserializerFactory.
- getSupportedMechanismTypes() - Method in interface javax.xml.rpc.encoding.SerializerFactory
-
Returns a list of all XML processing mechanism types
supported by this SerializerFactory.
- getSupportedMessageTypes() - Method in interface javax.security.auth.message.module.ClientAuthModule
-
Get the one or more Class objects representing the message types
supported by the module.
- getSupportedMessageTypes() - Method in interface javax.security.auth.message.module.ServerAuthModule
-
Get the one or more Class objects representing the message types
supported by the module.
- getSwitches() - Method in class javax.faces.flow.Flow
-
Return an immutable data structure
containing all of the switch nodes declared for this flow.
- getSystem() - Method in class javax.faces.component.html.HtmlDoctype
-
Return the value of the system
property.
- getSystemFlags() - Method in class javax.mail.Flags
-
Return all the system flags in this Flags object.
- getTabindex() - Method in class javax.faces.component.html.HtmlCommandButton
-
Return the value of the tabindex
property.
- getTabindex() - Method in class javax.faces.component.html.HtmlCommandLink
-
Return the value of the tabindex
property.
- getTabindex() - Method in class javax.faces.component.html.HtmlInputFile
-
Return the value of the tabindex
property.
- getTabindex() - Method in class javax.faces.component.html.HtmlInputSecret
-
Return the value of the tabindex
property.
- getTabindex() - Method in class javax.faces.component.html.HtmlInputText
-
Return the value of the tabindex
property.
- getTabindex() - Method in class javax.faces.component.html.HtmlInputTextarea
-
Return the value of the tabindex
property.
- getTabindex() - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
-
Return the value of the tabindex
property.
- getTabindex() - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
-
Return the value of the tabindex
property.
- getTabindex() - Method in class javax.faces.component.html.HtmlOutputLabel
-
Return the value of the tabindex
property.
- getTabindex() - Method in class javax.faces.component.html.HtmlOutputLink
-
Return the value of the tabindex
property.
- getTabindex() - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
-
Return the value of the tabindex
property.
- getTabindex() - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the tabindex
property.
- getTabindex() - Method in class javax.faces.component.html.HtmlSelectManyListbox
-
Return the value of the tabindex
property.
- getTabindex() - Method in class javax.faces.component.html.HtmlSelectManyMenu
-
Return the value of the tabindex
property.
- getTabindex() - Method in class javax.faces.component.html.HtmlSelectOneListbox
-
Return the value of the tabindex
property.
- getTabindex() - Method in class javax.faces.component.html.HtmlSelectOneMenu
-
Return the value of the tabindex
property.
- getTabindex() - Method in class javax.faces.component.html.HtmlSelectOneRadio
-
Return the value of the tabindex
property.
- getTag() - Method in class javax.faces.view.facelets.DelegatingMetaTagHandler
-
- getTag() - Method in class javax.faces.view.facelets.TagAttribute
-
A reference to the Tag for which this class
represents the attributes.
- getTag() - Method in class javax.faces.view.facelets.TagAttributes
-
A reference to the Tag for which this class
represents the attributes.
- getTag() - Method in interface javax.faces.view.facelets.TagConfig
-
Return the Tag
representing this handler.
- getTag(String) - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
-
Get the TagInfo for a given tag name, looking through all the
tags in this tag library.
- getTagAttribute(String) - Method in class javax.faces.view.facelets.DelegatingMetaTagHandler
-
- getTagClassName() - Method in class javax.servlet.jsp.tagext.TagInfo
-
Name of the class that provides the handler for this tag.
- getTagExtraInfo() - Method in class javax.servlet.jsp.tagext.TagInfo
-
The instance (if any) for extra tag information.
- getTagFile(String) - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
-
Get the TagFileInfo for a given tag name, looking through all the
tag files in this tag library.
- getTagFiles() - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
-
An array describing the tag files that are defined in this tag library.
- getTagHandlerDelegate() - Method in class javax.faces.view.facelets.BehaviorHandler
-
- getTagHandlerDelegate() - Method in class javax.faces.view.facelets.ComponentHandler
-
- getTagHandlerDelegate() - Method in class javax.faces.view.facelets.ConverterHandler
-
- getTagHandlerDelegate() - Method in class javax.faces.view.facelets.DelegatingMetaTagHandler
-
- getTagHandlerDelegate() - Method in class javax.faces.view.facelets.ValidatorHandler
-
Return the implementation specific
delegate instance that provides the bulk of the work for this
handler instance.
- getTagId() - Method in class javax.faces.view.facelets.DelegatingMetaTagHandler
-
- getTagId() - Method in interface javax.faces.view.facelets.TagConfig
-
A document-unique id, follows the
convention "_tagId##"
- getTagInfo() - Method in class javax.servlet.jsp.tagext.TagExtraInfo
-
Get the TagInfo for this class.
- getTagInfo() - Method in class javax.servlet.jsp.tagext.TagFileInfo
-
Returns information about this tag, parsed from the directives
in the tag file.
- getTaglibLocation() - Method in interface javax.servlet.descriptor.TaglibDescriptor
-
Gets the location of the tag library represented by this
TaglibDescriptor.
- getTagLibrary() - Method in class javax.servlet.jsp.tagext.TagInfo
-
The instance of TabLibraryInfo we belong to.
- getTagLibraryInfos() - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
-
Returns an array of TagLibraryInfo objects representing the entire set
of tag libraries (including this TagLibraryInfo) imported by taglib
directives in the translation unit that references this
TagLibraryInfo.
- getTaglibs() - Method in interface javax.servlet.descriptor.JspConfigDescriptor
-
Gets the <taglib>
child elements of the
<jsp-config>
element represented by this
JspConfigDescriptor
.
- getTaglibURI() - Method in interface javax.servlet.descriptor.TaglibDescriptor
-
Gets the unique identifier of the tag library represented by this
TaglibDescriptor.
- getTagName() - Method in class javax.servlet.jsp.tagext.TagInfo
-
The name of the Tag.
- getTags() - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
-
An array describing the tags that are defined in this tag library.
- getTagVariableInfos() - Method in class javax.servlet.jsp.tagext.TagInfo
-
Get TagVariableInfo objects associated with this TagInfo.
- getTarget() - Method in interface javax.enterprise.deploy.spi.TargetModuleID
-
Retrieve the name of the target server.
- getTarget() - Method in class javax.faces.component.html.HtmlCommandLink
-
Return the value of the target
property.
- getTarget() - Method in class javax.faces.component.html.HtmlForm
-
Return the value of the target
property.
- getTarget() - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
-
Return the value of the target
property.
- getTarget() - Method in class javax.faces.component.html.HtmlOutputLink
-
Return the value of the target
property.
- getTarget() - Method in interface javax.interceptor.InvocationContext
-
Returns the target instance.
- getTargetBinding() - Method in interface javax.xml.registry.infomodel.ServiceBinding
-
Gets the next ServiceBinding in case there is a redirection from
one service provider to another service provider.
- getTargetClass() - Method in class javax.faces.view.facelets.MetadataTarget
-
Return the Class
of the
metadata target.
- getTargetEndpointAddress() - Method in interface javax.xml.rpc.Call
-
Gets the address of a target service endpoint.
- getTargetModuleID() - Method in class javax.enterprise.deploy.spi.status.ProgressEvent
-
Retrieve the TargetModuleID for this event
- getTargetObject() - Method in interface javax.xml.registry.infomodel.Association
-
Gets the Object that is the target of this Association.
- getTargetPolicies() - Method in class javax.security.auth.message.MessagePolicy
-
Get the target policies that comprise the authentication policy.
- getTargets() - Method in interface javax.enterprise.deploy.spi.DeploymentManager
-
Retrieve the list of deployment targets supported by
this DeploymentManager.
- getTargets(UIComponent) - Method in interface javax.faces.view.AttachedObjectTarget
-
Returns the
List<UIComponent>
that this
AttachedObjectTarget
exposes.
- getTargets() - Method in class javax.security.auth.message.MessagePolicy.TargetPolicy
-
Get the array of layer-specific target descriptors that identify
the one or more message parts to which the specified message
protection policy applies.
- getTelephoneNumbers(String) - Method in interface javax.xml.registry.infomodel.Organization
-
Gets the telephone numbers for this User that match the specified telephone number type.
- getTelephoneNumbers(String) - Method in interface javax.xml.registry.infomodel.User
-
Gets the telephone numbers for this User that match the specified telephone number type.
- getTerm() - Method in class javax.mail.search.NotTerm
-
Return the term to negate.
- getTerms() - Method in class javax.mail.search.AndTerm
-
Return the search terms.
- getTerms() - Method in class javax.mail.search.OrTerm
-
Return the search terms.
- getTestSet() - Method in class javax.mail.search.FlagTerm
-
Return true if testing whether the flags are set.
- getText() - Method in interface javax.enterprise.deploy.model.DDBean
-
Returns the XML text for by this bean.
- getText(String) - Method in interface javax.enterprise.deploy.model.DDBean
-
Return a list of text values for a given XPath in the
deployment descriptor.
- getText(String) - Method in interface javax.enterprise.deploy.model.DeployableObject
-
Return the XML content associated with the XPath
from a deployment descriptor.
- getText(ModuleType, String) - Method in interface javax.enterprise.deploy.model.J2eeApplicationObject
-
Return the text value from the XPath; search only the
deployment descriptors of the specified type.
- getText() - Method in interface javax.faces.view.facelets.TextHandler
-
Returns the literal String value of the
contained text.
- getText(FaceletContext) - Method in interface javax.faces.view.facelets.TextHandler
-
Returns the resolved literal String value
of the contained text after evaluating EL.
- getText() - Method in interface javax.jms.TextMessage
-
Gets the string containing this message's data.
- getText() - Method in exception javax.websocket.DecodeException
-
Return the encoded string that is either the whole message, or the partial
message that could not be decoded, or null
if
this exception arose from a failure to decode a binary message..
- getThreads() - Method in interface javax.batch.api.partition.PartitionPlan
-
Gets 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.
- getTimestamp() - Method in interface javax.xml.registry.infomodel.AuditableEvent
-
Gets the Timestamp for when this event occurred.
- getTimeStyle() - Method in class javax.faces.convert.DateTimeConverter
-
Return the style to be used to format or parse times.
- getTimeToLive() - Method in interface javax.jms.JMSProducer
-
Returns the time to live of messages that are sent using this
JMSProducer
.
- getTimeToLive() - Method in interface javax.jms.MessageProducer
-
Gets the default length of time in milliseconds from its dispatch time
that a produced message should be retained by the message system.
- getTimezone() - Method in class javax.ejb.ScheduleExpression
-
Return the timezone, if set; otherwise null.
- getTimeZone() - Method in class javax.faces.convert.DateTimeConverter
-
Return the TimeZone
used to interpret a time value.
- getTitle() - Method in class javax.faces.component.html.HtmlBody
-
Return the value of the title
property.
- getTitle() - Method in class javax.faces.component.html.HtmlCommandButton
-
Return the value of the title
property.
- getTitle() - Method in class javax.faces.component.html.HtmlCommandLink
-
Return the value of the title
property.
- getTitle() - Method in class javax.faces.component.html.HtmlDataTable
-
Return the value of the title
property.
- getTitle() - Method in class javax.faces.component.html.HtmlForm
-
Return the value of the title
property.
- getTitle() - Method in class javax.faces.component.html.HtmlGraphicImage
-
Return the value of the title
property.
- getTitle() - Method in class javax.faces.component.html.HtmlInputFile
-
Return the value of the title
property.
- getTitle() - Method in class javax.faces.component.html.HtmlInputSecret
-
Return the value of the title
property.
- getTitle() - Method in class javax.faces.component.html.HtmlInputText
-
Return the value of the title
property.
- getTitle() - Method in class javax.faces.component.html.HtmlInputTextarea
-
Return the value of the title
property.
- getTitle() - Method in class javax.faces.component.html.HtmlMessage
-
Return the value of the title
property.
- getTitle() - Method in class javax.faces.component.html.HtmlMessages
-
Return the value of the title
property.
- getTitle() - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
-
Return the value of the title
property.
- getTitle() - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
-
Return the value of the title
property.
- getTitle() - Method in class javax.faces.component.html.HtmlOutputFormat
-
Return the value of the title
property.
- getTitle() - Method in class javax.faces.component.html.HtmlOutputLabel
-
Return the value of the title
property.
- getTitle() - Method in class javax.faces.component.html.HtmlOutputLink
-
Return the value of the title
property.
- getTitle() - Method in class javax.faces.component.html.HtmlOutputText
-
Return the value of the title
property.
- getTitle() - Method in class javax.faces.component.html.HtmlPanelGrid
-
Return the value of the title
property.
- getTitle() - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
-
Return the value of the title
property.
- getTitle() - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the title
property.
- getTitle() - Method in class javax.faces.component.html.HtmlSelectManyListbox
-
Return the value of the title
property.
- getTitle() - Method in class javax.faces.component.html.HtmlSelectManyMenu
-
Return the value of the title
property.
- getTitle() - Method in class javax.faces.component.html.HtmlSelectOneListbox
-
Return the value of the title
property.
- getTitle() - Method in class javax.faces.component.html.HtmlSelectOneMenu
-
Return the value of the title
property.
- getTitle() - Method in class javax.faces.component.html.HtmlSelectOneRadio
-
Return the value of the title
property.
- getTitle() - Method in class javax.ws.rs.core.Link
-
Returns the value associated with the link title
param, or
null
if this param is not specified.
- getTo() - Method in interface javax.validation.metadata.GroupConversionDescriptor
-
Returns the target group of this conversion rule.
- getToFlowDocumentId() - Method in class javax.faces.application.NavigationCase
-
If this navigation case represents
a flow invocation, this property is the documentId in which the flow
whose id is given by the return from NavigationCase.getFromOutcome()
is
defined.
- getToFlowDocumentId() - Method in class javax.faces.application.NavigationCaseWrapper
-
- 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
-
- 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
-
- getTransientStateHelper() - Method in class javax.faces.component.UIComponent
-
- getTransientStateHelper(boolean) - Method in class javax.faces.component.UIComponent
-
- getTransientUserData() - Method in interface javax.batch.runtime.context.JobContext
-
The getTransientUserData method returns a transient data object
belonging to the current Job XML execution element.
- getTransientUserData() - Method in interface javax.batch.runtime.context.StepContext
-
The getTransientUserData method returns a transient data object
belonging to the current Job XML execution element.
- getTransport() - Method in class javax.mail.Session
-
Get a Transport object that implements this user's desired
Transport protcol.
- getTransport(String) - Method in class javax.mail.Session
-
Get a Transport object that implements the specified protocol.
- getTransport(URLName) - Method in class javax.mail.Session
-
Get a Transport object for the given URLName.
- getTransport(Provider) - Method in class javax.mail.Session
-
Get an instance of the transport specified in the Provider.
- getTransport(Address) - Method in class javax.mail.Session
-
Get a Transport object that can transport a Message of the
specified address type.
- getTransportGuarantee() - Method in class javax.servlet.HttpConstraintElement
-
Gets the data protection requirement (i.e., whether or not SSL/TLS is
required) that must be satisfied by the transport connection.
- getTraversableResolver() - Method in interface javax.validation.spi.ConfigurationState
-
Returns the traversable resolver for this configuration.
- getTraversableResolver() - Method in interface javax.validation.ValidatorFactory
-
Returns the
TraversableResolver
instance configured
at initialization time for the
ValidatorFactory
.
- getTraversableResolverClassName() - Method in interface javax.validation.BootstrapConfiguration
-
- getTreeStructureToRestore(FacesContext, String) - Method in class javax.faces.render.ResponseStateManager
-
- 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
-
- getTrimDirectiveWhitespaces() - Method in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
-
Gets the value of the trim-directive-whitespaces
configuration, which specifies whether template text containing only
whitespaces must be removed from the response output of any JSP
pages mapped to the JSP property group represented by this
JspPropertyGroupDescriptor
.
- getTrustStore() - Method in class javax.security.auth.message.callback.TrustStoreCallback
-
Used by the TrustStore user to obtain the TrustStore set within the
Callback.
- getType() - Method in interface javax.batch.runtime.Metric
-
The getName method returns the metric type.
- getType(ELContext, Object, Object) - Method in class javax.el.ArrayELResolver
-
If the base object is an array, returns the most general acceptable type
for a value in this array.
- getType(ELContext, Object, Object) - Method in class javax.el.BeanELResolver
-
If the base object is not null
, returns the most
general acceptable type that can be set on this bean property.
- getType(ELContext, Object, Object) - Method in class javax.el.BeanNameELResolver
-
If the base is null and the property is a name resolvable by
the BeanNameResolver, return the type of the bean.
- getType(ELContext, Object, Object) - Method in class javax.el.CompositeELResolver
-
- getType(ELContext, Object, Object) - Method in class javax.el.ELResolver
-
- getType(ELContext, Object, Object) - Method in class javax.el.ListELResolver
-
If the base object is a list, returns the most general acceptable type
for a value in this list.
- getType(ELContext, Object, Object) - Method in class javax.el.MapELResolver
-
If the base object is a map, returns the most general acceptable type
for a value in this map.
- getType(ELContext, Object, Object) - Method in class javax.el.ResourceBundleELResolver
-
If the base object is an instance of ResourceBundle
,
return null
, since the resolver is read only.
- getType(ELContext, Object, Object) - Method in class javax.el.StaticFieldELResolver
-
Returns the type of a static field.
- getType(ELContext, Object, Object) - Method in class javax.el.TypeConverter
-
- getType(ELContext) - Method in class javax.el.ValueExpression
-
- getType() - Method in interface javax.enterprise.deploy.model.DDBeanRoot
-
Return the ModuleType of deployment descriptor.
- getType() - Method in interface javax.enterprise.deploy.model.DeployableObject
-
Return the ModuleType of deployment descriptor (i.e., EAR,
JAR, WAR, RAR) this deployable object represents.
- getType() - Method in interface javax.enterprise.inject.spi.EventMetadata
-
Get the type representing runtime class of the event object with type variables resolved.
- getType() - Method in interface javax.enterprise.inject.spi.InjectionPoint
-
Get the required type of injection point.
- getType() - Method in class javax.enterprise.util.TypeLiteral
-
- getType() - Method in class javax.faces.component.html.HtmlCommandButton
-
Return the value of the type
property.
- getType() - Method in class javax.faces.component.html.HtmlCommandLink
-
Return the value of the type
property.
- getType() - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
-
Return the value of the type
property.
- getType() - Method in class javax.faces.component.html.HtmlOutputLink
-
Return the value of the type
property.
- getType() - Method in class javax.faces.convert.DateTimeConverter
-
Return the type of value to be formatted or parsed.
- getType() - Method in class javax.faces.convert.NumberConverter
-
Return the number type to be used when formatting and parsing numbers.
- getType(FacesContext) - Method in class javax.faces.el.MethodBinding
-
Deprecated.
Return the Java class representing the return type from the
method identified by this method binding expression.
- getType(Object, Object) - Method in class javax.faces.el.PropertyResolver
-
Deprecated.
Return the java.lang.Class
representing the type
of the specified property.
- getType(Object, int) - Method in class javax.faces.el.PropertyResolver
-
Deprecated.
Return the java.lang.Class
representing the type of
the specified index.
- getType(FacesContext) - Method in class javax.faces.el.ValueBinding
-
Deprecated.
- getType() - Method in class javax.mail.Address
-
Return a type string that identifies this address type.
- getType() - Method in class javax.mail.event.ConnectionEvent
-
Return the type of this event
- getType() - Method in class javax.mail.event.FolderEvent
-
Return the type of this event.
- getType() - Method in class javax.mail.event.MessageCountEvent
-
Return the type of this event.
- getType() - Method in class javax.mail.event.TransportEvent
-
Return the type of this event.
- getType() - Method in class javax.mail.Folder
-
Returns the type of this Folder, that is, whether this folder can hold
messages or subfolders or both.
- getType() - Method in class javax.mail.internet.HeaderTokenizer.Token
-
Return the type of the token.
- getType() - Method in class javax.mail.internet.InternetAddress
-
Return the type of this address.
- getType() - Method in class javax.mail.internet.NewsAddress
-
Return the type of this address.
- getType() - Method in class javax.mail.Provider
-
Returns the type of this Provider.
- getType() - Method in interface javax.persistence.metamodel.SingularAttribute
-
Return the type that represents the type of the attribute.
- getType() - Method in class javax.resource.spi.work.WorkEvent
-
Return the type of this event.
- getType(ELContext, Object, Object) - Method in class javax.servlet.jsp.el.ImplicitObjectELResolver
-
If the base object is null
, and the property matches
the name of a JSP implicit object, returns null
to
indicate that no types are ever accepted to setValue()
.
- getType(ELContext, Object, Object) - Method in class javax.servlet.jsp.el.ScopedAttributeELResolver
-
If the base object is null
, returns
Object.class
to indicate that any type is valid to
set for a scoped attribute.
- getType(ELContext) - Method in class javax.servlet.jsp.jstl.core.IndexedValueExpression
-
- getType(ELContext) - Method in class javax.servlet.jsp.jstl.core.IteratedValueExpression
-
- getType() - Method in class javax.ws.rs.core.GenericEntity
-
Gets underlying Type
instance.
- getType() - Method in class javax.ws.rs.core.GenericType
-
Retrieve the type represented by the generic type instance.
- getType() - Method in class javax.ws.rs.core.Link
-
Returns the value associated with the link type
param, or
null
if this param is not specified.
- getType() - Method in class javax.ws.rs.core.MediaType
-
Getter for primary type.
- getType() - Method in interface javax.ws.rs.ext.InterceptorContext
-
Get Java type supported by corresponding message body provider.
- getType() - Method in interface javax.xml.registry.infomodel.EmailAddress
-
Gets the type for this object.
- getType() - Method in interface javax.xml.registry.infomodel.PostalAddress
-
Returns the type of address (for example, "headquarters") as a String.
- getType() - Method in interface javax.xml.registry.infomodel.TelephoneNumber
-
The type of telephone number (for example, "fax").
- getType() - Method in interface javax.xml.registry.infomodel.User
-
Gets the type for this User.
- getType() - Method in interface javax.xml.registry.Query
-
Gets the type of Query (for example, QUERY_TYPE_SQL).
- getTypeClosure() - Method in interface javax.enterprise.inject.spi.Annotated
-
Get all types to which the base type should be considered assignable.
- getTypeMapping(String) - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
-
Returns the registered TypeMapping
for the specified
encodingStyle URI.
- getTypeMappingRegistry() - Method in interface javax.xml.rpc.Service
-
Gets the TypeMappingRegistry
for this
Service
object.
- getTypeName() - Method in class javax.servlet.jsp.tagext.TagAttributeInfo
-
The type (as a String) of this attribute.
- getTypes() - Method in interface javax.enterprise.inject.spi.BeanAttributes
-
- 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
-
- getUnhandledExceptionQueuedEvents() - Method in class javax.faces.context.ExceptionHandlerWrapper
-
- 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.
- getUnselectedClass() - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the unselectedClass
property.
- getUpdateCount() - Method in interface javax.persistence.StoredProcedureQuery
-
Return the update count or -1 if there is no pending result
or if the next result is not an update count.
- getUpperBound() - Method in interface javax.management.j2ee.statistics.BoundaryStatistic
-
The upper limit of the value of this attribute.
- getUpTime() - Method in interface javax.management.j2ee.statistics.JVMStats
-
Amount of time the JVM has been running.
- getURI() - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
-
The value of the uri attribute from the taglib directive for
this library.
- getUri() - Method in interface javax.ws.rs.client.ClientRequestContext
-
Get the request URI.
- getUri() - Method in interface javax.ws.rs.client.WebTarget
-
Get the URI identifying the resource.
- getUri() - Method in class javax.ws.rs.core.Link
-
Returns the underlying URI associated with this link.
- getUri() - Method in class javax.ws.rs.core.Link.JaxbLink
-
Get the underlying URI for this link.
- getURI() - Method in interface javax.xml.soap.Name
-
Returns the URI of the namespace for the XML
name that this Name
object represents.
- getUriBuilder() - Method in interface javax.ws.rs.client.WebTarget
-
Get the URI builder initialized with the
URI
of the current
resource target.
- getUriBuilder() - Method in class javax.ws.rs.core.Link
-
Convenience method that returns a
UriBuilder
initialized with this link's underlying URI.
- getUriInfo() - Method in interface javax.ws.rs.container.ContainerRequestContext
-
Get request URI information.
- getURL() - Method in class javax.faces.application.Resource
-
Return an actual URL
instance that refers to this resource instance.
- getURL() - Method in class javax.faces.application.ResourceWrapper
-
- getURL() - Method in class javax.faces.application.ViewResource
-
Return an actual URL
instance that refers to this resource instance.
- getUrl() - Method in class javax.faces.component.UIGraphic
-
- 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
- getUrl() - Method in interface javax.xml.registry.infomodel.TelephoneNumber
-
Gets the URL that can dial this number electronically.
- getUrl() - Method in interface javax.xml.registry.infomodel.User
-
Gets the URL to the web page for this User.
- getURLName() - Method in class javax.mail.Folder
-
Return a URLName representing this folder.
- getURLName() - Method in class javax.mail.Service
-
Return a URLName representing this service.
- getUrlPatternMappings() - Method in interface javax.servlet.FilterRegistration
-
Gets the currently available URL pattern mappings of the Filter
represented by this FilterRegistration
.
- getUrlPatterns() - Method in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
-
Gets the URL patterns of the JSP property group represented by this
JspPropertyGroupDescriptor
.
- getUsageDescription() - Method in interface javax.xml.registry.infomodel.SpecificationLink
-
Gets the description of usage parameters.
- getUsageParameters() - Method in interface javax.xml.registry.infomodel.SpecificationLink
-
Gets any usage parameters.
- getUsemap() - Method in class javax.faces.component.html.HtmlGraphicImage
-
Return the value of the usemap
property.
- getUser() - Method in interface javax.xml.registry.infomodel.AuditableEvent
-
Gets the User associated with this object.
- getUserFlags() - Method in class javax.mail.Flags
-
Return all the user flags in this Flags object.
- getUserName() - Method in class javax.mail.PasswordAuthentication
-
- getUsername() - Method in class javax.mail.URLName
-
Returns the user name of this URLName.
- getUserName() - Method in interface javax.resource.cci.ConnectionMetaData
-
Returns the user name for an active connection as known to
the underlying EIS instance.
- getUserName() - Method in interface javax.resource.spi.ManagedConnectionMetaData
-
Returns name of the user associated with the ManagedConnection
instance.
- getUserName() - Method in class javax.resource.spi.security.PasswordCredential
-
Returns the user name.
- getUsername() - Method in class javax.security.auth.message.callback.PasswordValidationCallback
-
Get the username.
- getUserNamespaces(String) - Method in class javax.mail.Store
-
Return a set of folders representing the namespaces for
user
.
- getUserPrincipal() - Method in class javax.faces.context.ExternalContext
-
Return the Principal
object containing the name of
the current authenticated user, if any; otherwise, return
null
.
- getUserPrincipal() - Method in class javax.faces.context.ExternalContextWrapper
-
- getUserPrincipal() - Method in interface javax.servlet.http.HttpServletRequest
-
Returns a java.security.Principal
object containing
the name of the current authenticated user.
- getUserPrincipal() - Method in class javax.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getUserPrincipal()
on the wrapped request object.
- getUserPrincipal() - Method in interface javax.websocket.server.HandshakeRequest
-
Return the authenticated user or null
if no user is authenticated
for this handshake.
- getUserPrincipal() - Method in interface javax.websocket.Session
-
Return the authenticated user for this Session or null
if no user is authenticated for this session.
- getUserPrincipal() - Method in interface javax.ws.rs.core.SecurityContext
-
Returns a java.security.Principal
object containing the
name of the current authenticated user.
- getUserPrincipal() - Method in interface javax.xml.rpc.server.ServletEndpointContext
-
Returns a java.security.Principal
instance that
contains the name of the authenticated user for the current
method invocation on the endpoint instance.
- getUserPrincipal() - Method in class javax.xml.ws.spi.http.HttpExchange
-
Returns the
Principal
that represents the authenticated
user for this
HttpExchange
.
- 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.
- getUsers() - Method in interface javax.xml.registry.infomodel.Organization
-
Gets the Collection of Users affiliated with this Organization.
- getUserTransaction() - Method in interface javax.ejb.EJBContext
-
Obtain the transaction demarcation interface.
- getUserVersion() - Method in interface javax.xml.registry.infomodel.Versionable
-
Gets the user-specified revision number for this version of the Versionable object.
- getUseTime() - Method in interface javax.management.j2ee.statistics.JCAConnectionStats
-
Returns the time spent using a connection
- getUseTime() - Method in interface javax.management.j2ee.statistics.JDBCConnectionStats
-
Time spent using a connection.
- getValidatedValue() - Method in interface javax.validation.MessageInterpolator.Context
-
- getValidateURI() - Method in interface javax.xml.registry.infomodel.URIValidator
-
Gets whether to do URI validation for this object.
- getValidationAppliesTo() - Method in interface javax.validation.metadata.ConstraintDescriptor
-
The
ConstraintTarget
value of
validationAppliesTo
if the constraint
hosts it or
null
otherwise.
- getValidationGroups() - Method in class javax.faces.validator.BeanValidator
-
Return the validation groups passed
to the Validation API when checking constraints.
- getValidationMode() - Method in interface javax.persistence.spi.PersistenceUnitInfo
-
Returns the validation mode to be used by the persistence
provider for the persistence unit.
- getValidationProviderResolver() - Method in interface javax.validation.spi.BootstrapState
-
User defined ValidationProviderResolver
strategy
instance or null
if undefined.
- getValidationProviders() - Method in interface javax.validation.ValidationProviderResolver
-
- getValidator() - Method in interface javax.faces.component.EditableValueHolder
-
- getValidator() - Method in class javax.faces.component.UIInput
-
- getValidator() - Method in interface javax.validation.ValidatorContext
-
Returns an initialized
Validator
instance respecting the defined state.
- getValidator() - Method in interface javax.validation.ValidatorFactory
-
Returns an initialized
Validator
instance using the
factory defaults for message interpolator, traversable resolver
and constraint validator factory.
- getValidatorConfig() - Method in class javax.faces.view.facelets.ValidatorHandler
-
Return the TagConfig
subclass used to configure this handler instance.
- getValidatorId() - Method in interface javax.faces.view.facelets.ValidatorConfig
-
Return the validator-id associated with a
particular validator in your faces-config
- getValidatorId(FaceletContext) - Method in class javax.faces.view.facelets.ValidatorHandler
-
Retrieve the id of the validator that is to be created and
added to the parent EditableValueHolder
.
- getValidatorIds() - Method in class javax.faces.application.Application
-
Return an Iterator
over the set of currently registered
validator ids for this Application
.
- getValidatorIds() - Method in class javax.faces.application.ApplicationWrapper
-
- getValidatorMessage() - Method in class javax.faces.component.UIInput
-
- 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(ELContext, Object, Object) - Method in class javax.el.ArrayELResolver
-
If the base object is a Java language array, returns the value at the
given index.
- getValue(ELContext, Object, Object) - Method in class javax.el.BeanELResolver
-
If the base object is not null
, returns the current
value of the given property on this bean.
- getValue(ELContext, Object, Object) - Method in class javax.el.BeanNameELResolver
-
If the base object is null
and the property is a name
that is resolvable by the BeanNameResolver, returns the value
resolved by the BeanNameResolver.
- getValue(ELContext, Object, Object) - Method in class javax.el.CompositeELResolver
-
Attempts to resolve the given property
object on the given
base
object by querying all component resolvers.
- getValue(String, Class<?>) - Method in class javax.el.ELProcessor
-
Evaluates an EL expression, and coerces the result to the specified type.
- getValue(ELContext, Object, Object) - Method in class javax.el.ELResolver
-
Attempts to resolve the given property
object on the given
base
object.
- getValue(ELContext, Object, Object) - Method in class javax.el.ListELResolver
-
If the base object is a list, returns the value at the given index.
- getValue(ELContext, Object, Object) - Method in class javax.el.MapELResolver
-
If the base object is a map, returns the value associated with the
given key, as specified by the property
argument.
- getValue(ELContext, Object, Object) - Method in class javax.el.ResourceBundleELResolver
-
If the base object is an instance of ResourceBundle
,
the provided property will first be coerced to a String
.
- getValue(ELContext, Object, Object) - Method in class javax.el.StaticFieldELResolver
-
Returns the value of a static field.
- getValue(ELContext, Object, Object) - Method in class javax.el.TypeConverter
-
- getValue(ELContext) - Method in class javax.el.ValueExpression
-
Evaluates the expression relative to the provided context, and
returns the resulting value.
- getValue() - Method in class javax.enterprise.deploy.shared.ActionType
-
Returns this enumeration value's integer value.
- getValue() - Method in class javax.enterprise.deploy.shared.CommandType
-
Returns this enumeration value's integer value.
- getValue() - Method in class javax.enterprise.deploy.shared.DConfigBeanVersionType
-
Returns this enumeration value's integer value.
- getValue() - Method in class javax.enterprise.deploy.shared.ModuleType
-
Returns this enumeration value's integer value.
- getValue() - Method in class javax.enterprise.deploy.shared.StateType
-
Returns this enumeration value's integer value.
- getValue() - Method in class javax.faces.component.behavior.ClientBehaviorContext.Parameter
-
Returns the Parameter's value.
- getValue() - Method in class javax.faces.component.UICommand
-
Returns the value
property of the
UICommand
.
- getValue() - Method in class javax.faces.component.UIData
-
Return the value of the UIData.
- getValue() - Method in class javax.faces.component.UIGraphic
-
Returns the value
property of the
UIGraphic
.
- getValue() - Method in class javax.faces.component.UIInput
-
If there is a local value, return it,
otherwise return the result of calling super.getVaue()
.
- getValue() - Method in class javax.faces.component.UIOutput
-
Return the value property.
- getValue() - Method in class javax.faces.component.UIParameter
-
Returns the value
property of the
UIParameter
.
- getValue() - Method in class javax.faces.component.UISelectItem
-
Returns the value
property of the
UISelectItem
.
- getValue() - Method in class javax.faces.component.UISelectItems
-
Returns the value
property of the
UISelectItems
.
- getValue() - Method in interface javax.faces.component.ValueHolder
-
- getValue(Object, Object) - Method in class javax.faces.el.PropertyResolver
-
Deprecated.
Return the value of the specified property from the specified
base object.
- getValue(Object, int) - Method in class javax.faces.el.PropertyResolver
-
Deprecated.
Return the value at the specified index of the specified
base object.
- getValue(FacesContext) - Method in class javax.faces.el.ValueBinding
-
Deprecated.
- getValue() - Method in class javax.faces.flow.Parameter
-
Return a ValueExpression
for the
value of the parameter.
- getValue() - Method in class javax.faces.model.SelectItem
-
Return the value of this item, to be delivered to the model
if this item is selected by the user.
- getValue() - Method in class javax.faces.view.facelets.TagAttribute
-
Return the literal value of this attribute
- getValue(FaceletContext) - Method in class javax.faces.view.facelets.TagAttribute
-
If literal, then return our value, otherwise delegate to getObject,
passing String.class.
- getValue() - 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(String) - Method in interface javax.servlet.http.HttpSession
-
- getValue() - Method in class javax.servlet.http.HttpSessionBindingEvent
-
Returns the value of the attribute that has been added, removed or
replaced.
- getValue(ELContext, Object, Object) - Method in class javax.servlet.jsp.el.ImplicitObjectELResolver
-
If the base object is null
, and the property matches
the name of a JSP implicit object, returns the implicit object.
- getValue(ELContext, Object, Object) - Method in class javax.servlet.jsp.el.ScopedAttributeELResolver
-
If the base object is null
, searches the page,
request, session and application scopes for an attribute with
the given name and returns it, or null
if no
attribute exists with the current name.
- getValue(ELContext) - Method in class javax.servlet.jsp.jstl.core.IndexedValueExpression
-
- getValue(ELContext) - Method in class javax.servlet.jsp.jstl.core.IteratedValueExpression
-
- getValue(String) - Method in class javax.servlet.jsp.tagext.TagSupport
-
Get a the value associated with a key.
- getValue() - Method in class javax.servlet.ServletContextAttributeEvent
-
Gets the value of the ServletContext attribute that changed.
- getValue() - Method in class javax.servlet.ServletRequestAttributeEvent
-
Returns the value of the attribute that has been added, removed or
replaced.
- getValue() - Method in enum javax.validation.constraints.Pattern.Flag
-
- getValue() - Method in interface javax.websocket.Extension.Parameter
-
Return the value of the extension parameter.
- getValue() - Method in class javax.ws.rs.core.Cookie
-
Get the value of the cookie.
- getValue() - Method in class javax.ws.rs.core.EntityTag
-
Get the value of an EntityTag
.
- getValue() - Method in 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() - Method in interface javax.xml.registry.infomodel.Classification
-
Gets the taxonomy value for this Classification.
- getValue() - Method in interface javax.xml.registry.infomodel.Concept
-
Gets the value (usually a code in a taxonomy) associated with this Concept.
- getValue() - Method in interface javax.xml.registry.infomodel.ExternalIdentifier
-
Gets the value of an ExternalIdentifier.
- getValue() - Method in interface javax.xml.registry.infomodel.InternationalString
-
Gets the String value for the Locale returned by Locale.getDefault().
- getValue(Locale) - Method in interface javax.xml.registry.infomodel.InternationalString
-
Gets the String value for the specified Locale.
- getValue() - Method in interface javax.xml.registry.infomodel.LocalizedString
-
Get the String value for this object.
- getValue() - Method in class javax.xml.soap.MimeHeader
-
Returns the value of this MimeHeader
object.
- getValue() - Method in interface javax.xml.soap.Node
-
Returns the value of this node if this is a Text
node or the
value of the immediate child of this node otherwise.
- getValueBinding(String) - Method in class javax.faces.component.UIComponent
-
- getValueBinding(String) - Method in class javax.faces.component.UIComponentBase
-
- getValueBinding(String) - Method in class javax.faces.component.UIGraphic
-
- getValueBinding(String) - Method in class javax.faces.component.UISelectBoolean
-
- getValueBinding(String) - Method in class javax.faces.component.UISelectMany
-
- getValueChangeListener() - Method in interface javax.faces.component.EditableValueHolder
-
- getValueChangeListener() - Method in class javax.faces.component.UIInput
-
- getValueChangeListeners() - Method in interface javax.faces.component.EditableValueHolder
-
- getValueChangeListeners() - Method in class javax.faces.component.UIInput
-
- getValueExpression(String) - Method in class javax.faces.component.behavior.AjaxBehavior
-
Returns the ValueExpression
used to calculate the value for the specified property name, if any.
- getValueExpression(String) - Method in class javax.faces.component.UIComponent
-
Return the
ValueExpression
used to calculate the value for the
specified attribute or property name, if any.
- getValueExpression(String) - Method in class javax.faces.component.UIGraphic
-
Return any
ValueExpression
set for
value
if a
ValueExpression
for
url
is requested; otherwise,
perform the default superclass processing for this method.
- getValueExpression(String) - Method in class javax.faces.component.UISelectBoolean
-
Return any
ValueExpression
set for
value
if a
ValueExpression
for
selected
is
requested; otherwise, perform the default superclass processing
for this method.
- getValueExpression(String) - Method in class javax.faces.component.UISelectMany
-
Return any
ValueExpression
set for
value
if a
ValueExpression
for
selectedValues
is requested;
otherwise, perform the default superclass processing for this method.
- getValueExpression(FaceletContext, Class) - Method in class javax.faces.view.facelets.TagAttribute
-
Create a ValueExpression, using this attribute's literal value and the
passed expected type.
- getValueExpression() - Method in class javax.servlet.jsp.jstl.core.IteratedExpression
-
- getValueNames() - Method in interface javax.servlet.http.HttpSession
-
- getValueReference(ELContext) - Method in class javax.el.ValueExpression
-
- getValues() - Method in class javax.servlet.jsp.tagext.TagSupport
-
Enumerate the keys for the values kept by this tag handler.
- getValues(K) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
-
Return a non-null list of values for a given key.
- getValues() - Method in interface javax.xml.registry.infomodel.Slot
-
Gets the values for this Slot.
- getValuesAs(Class<T>) - Method in interface javax.json.JsonArray
-
Returns a list a view of the specified type for the array.
- getValueType() - Method in interface javax.json.JsonValue
-
Returns the value type of this JSON value.
- getValueType() - Method in interface javax.xml.registry.infomodel.ClassificationScheme
-
Gets the value type for this object.
- 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 this
ELContext
.
- getVariableMapper() - Method in class javax.el.StandardELContext
-
Construct (if needed) and return a default VariableMapper() {
- getVariableResolver() - Method in class javax.faces.application.Application
-
- getVariableResolver() - Method in class javax.faces.application.ApplicationWrapper
-
Deprecated.
See superclass for alternative.
- getVariableResolver() - Method in class javax.servlet.jsp.JspContext
-
- getVariant() - Method in class javax.ws.rs.client.Entity
-
- getVarName() - Method in class javax.servlet.jsp.tagext.VariableInfo
-
Returns the name of the scripting variable.
- getVdlDocumentId() - Method in class javax.faces.flow.ViewNode
-
Return the immutable VDL document id
for this view node.
- getVendor() - Method in class javax.mail.Provider
-
Returns the name of the vendor associated with this implementation
or null.
- getVersion() - Method in class javax.mail.Provider
-
Returns the version of this implementation or null if no version.
- getVersion(Class<Y>) - Method in interface javax.persistence.metamodel.IdentifiableType
-
Return the attribute that corresponds to the version
attribute of the entity or mapped superclass.
- getVersion() - Method in class javax.servlet.http.Cookie
-
Returns the version of the protocol this cookie complies
with.
- getVersion() - Method in class javax.ws.rs.core.Cookie
-
Get the version of the cookie.
- getVersion() - Method in interface javax.xml.registry.CapabilityProfile
-
Gets the JAXR specification version supported by the JAXR provider.
- getViewActions(UIViewRoot) - Static method in class javax.faces.view.ViewMetadata
-
Utility method to extract view
metadata from the provided UIViewRoot
.
- getViewDeclarationLanguage(FacesContext, String) - Method in class javax.faces.application.ViewHandler
-
- getViewDeclarationLanguage(FacesContext, String) - Method in class javax.faces.application.ViewHandlerWrapper
-
- getViewDeclarationLanguage(String) - Method in class javax.faces.view.ViewDeclarationLanguageFactory
-
Return the
ViewDeclarationLanguage
instance suitable for
handling the VDL contained in the page referenced by the argument
viewId
.
- getViewHandler() - Method in class javax.faces.application.Application
-
Return the
ViewHandler
instance that will be utilized
during the
Restore View and
Render Response
phases of the request processing lifecycle.
- getViewHandler() - Method in class javax.faces.application.ApplicationWrapper
-
- 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 this
UIComponent
instance that are interested in events
of type eventClass
.
- getViewMap() - Method in class javax.faces.component.UIViewRoot
-
- getViewMap(boolean) - Method in class javax.faces.component.UIViewRoot
-
Returns
a Map
that acts as the
interface to the data store that is the "view scope", or, if this
instance does not have such a Map
and the
create
argument is true
, creates one and
returns it.
- getViewMetadata(FacesContext, String) - Method in class javax.faces.view.ViewDeclarationLanguage
-
Return a reference to the view
metadata for the view represented by the argument
viewId
, or null
if the metadata cannot
be found.
- getViewMetadata(FacesContext, String) - Method in class javax.faces.view.ViewDeclarationLanguageWrapper
-
- getViewMetadataFacelet(URL) - Method in class javax.faces.view.facelets.FaceletCache
-
Returns a cached View Metadata
Facelet instance.
- getViewParameters(UIViewRoot) - Static method in class javax.faces.view.ViewMetadata
-
Utility method to extract view
metadata from the provided UIViewRoot
.
- 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
-
- 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
no RenderKit
specific markup.
- getViewState(FacesContext) - Method in class javax.faces.application.StateManagerWrapper
-
- 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.
- getVisibleNamespacePrefixes() - Method in interface javax.xml.soap.SOAPElement
-
Returns an Iterator
over the namespace prefix
String
s visible to this element.
- getVisitContext(FacesContext, Collection<String>, Set<VisitHint>) - Method in class javax.faces.component.visit.VisitContextFactory
-
- getWaitingThreadCount() - Method in interface javax.management.j2ee.statistics.JCAConnectionPoolStats
-
The number of threads waiting for a connection
- getWaitingThreadCount() - Method in interface javax.management.j2ee.statistics.JDBCConnectionPoolStats
-
Number of threads waiting for a connection.
- getWaitTime() - Method in interface javax.management.j2ee.statistics.JCAConnectionStats
-
Returns the time spent waiting for a connection to be available
- getWaitTime() - Method in interface javax.management.j2ee.statistics.JDBCConnectionStats
-
Time spent waiting for a connection to be available.
- getWarnClass() - Method in class javax.faces.component.html.HtmlMessage
-
Return the value of the warnClass
property.
- getWarnClass() - Method in class javax.faces.component.html.HtmlMessages
-
Return the value of the warnClass
property.
- getWarnings() - Method in interface javax.resource.cci.Interaction
-
Gets the first ResourceWarning from the chain of warnings
associated with this Interaction instance.
- getWarnStyle() - Method in class javax.faces.component.html.HtmlMessage
-
Return the value of the warnStyle
property.
- getWarnStyle() - Method in class javax.faces.component.html.HtmlMessages
-
Return the value of the warnStyle
property.
- getWebSocketContainer() - Static method in class javax.websocket.ContainerProvider
-
Obtain a new instance of a WebSocketContainer.
- getWebURL() - Method in interface javax.enterprise.deploy.spi.TargetModuleID
-
If this TargetModulID represents a web
module retrieve the URL for it.
- getWidth() - Method in class javax.faces.component.html.HtmlDataTable
-
Return the value of the width
property.
- getWidth() - Method in class javax.faces.component.html.HtmlGraphicImage
-
Return the value of the width
property.
- getWidth() - Method in class javax.faces.component.html.HtmlPanelGrid
-
Return the value of the width
property.
- getWork() - Method in class javax.resource.spi.work.WorkEvent
-
Return the Work
instance which is the cause of the event.
- getWorkContexts() - Method in interface javax.resource.spi.work.WorkContextProvider
-
Gets an list of WorkContexts
that needs to be used by the
WorkManager
to set up the execution context while executing
a Work
instance.
- getWorkManager() - Method in interface javax.resource.spi.BootstrapContext
-
Provides a handle to a WorkManager
instance.
- getWrapped() - Method in class javax.faces.application.ApplicationFactory
-
If this factory has been decorated, the
implementation doing the decorating may override this method to provide
access to the implementation being wrapped.
- getWrapped() - Method in class javax.faces.application.ApplicationWrapper
-
- getWrapped() - Method in class javax.faces.application.ConfigurableNavigationHandlerWrapper
-
- getWrapped() - Method in class javax.faces.application.NavigationCaseWrapper
-
- getWrapped() - Method in class javax.faces.application.NavigationHandlerWrapper
-
- getWrapped() - Method in class javax.faces.application.ResourceHandlerWrapper
-
- getWrapped() - Method in class javax.faces.application.ResourceWrapper
-
- getWrapped() - Method in class javax.faces.application.StateManagerWrapper
-
- getWrapped() - Method in class javax.faces.application.ViewHandlerWrapper
-
- getWrapped() - Method in class javax.faces.component.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
-
- 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 argument
name
.
- getWriter() - Method in interface javax.servlet.ServletResponse
-
Returns a PrintWriter
object that
can send character text to the client.
- getWriter() - Method in class javax.servlet.ServletResponseWrapper
-
The default behavior of this method is to return getWriter()
on the wrapped response object.
- getWSDLDocumentLocation() - Method in interface javax.xml.rpc.Service
-
Gets the location of the WSDL document for this Service.
- 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.
- getXmlns() - Method in class javax.faces.component.html.HtmlBody
-
Return the value of the xmlns
property.
- getXmlns() - Method in class javax.faces.component.html.HtmlHead
-
Return the value of the xmlns
property.
- getXMLReader() - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
Obtains a configured XMLReader.
- getXpath() - Method in interface javax.enterprise.deploy.model.DDBean
-
Returns the original xpath string provided by the DConfigBean.
- getXpath() - Method in interface javax.enterprise.deploy.model.DDBeanRoot
-
Return the XPath for this standard bean.
- getXpaths() - Method in interface javax.enterprise.deploy.spi.DConfigBean
-
Return a list of XPaths designating the deployment descriptor
information this DConfigBean requires.
- getYear() - Method in class javax.ejb.ScheduleExpression
-
Return the value of the year attribute.
- greaterThan(Expression<? extends Y>, Expression<? extends Y>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create a predicate for testing whether the first argument is
greater than the second.
- greaterThan(Expression<? extends Y>, Y) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create a predicate for testing whether the first argument is
greater than the second.
- greaterThanOrEqualTo(Expression<? extends Y>, Expression<? extends Y>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create a predicate for testing whether the first argument is
greater than or equal to the second.
- greaterThanOrEqualTo(Expression<? extends Y>, Y) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create a predicate for testing whether the first argument is
greater than or equal to the second.
- greatest(Expression<X>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create an aggregate expression for finding the greatest of
the values (strings, dates, etc).
- groupBy(Expression<?>...) - Method in interface javax.persistence.criteria.AbstractQuery
-
Specify the expressions that are used to form groups over
the query results.
- groupBy(List<Expression<?>>) - Method in interface javax.persistence.criteria.AbstractQuery
-
Specify the expressions that are used to form groups over
the query results.
- groupBy(Expression<?>...) - Method in interface javax.persistence.criteria.CriteriaQuery
-
Specify the expressions that are used to form groups over
the query results.
- groupBy(List<Expression<?>>) - Method in interface javax.persistence.criteria.CriteriaQuery
-
Specify the expressions that are used to form groups over
the query results.
- groupBy(Expression<?>...) - Method in interface javax.persistence.criteria.Subquery
-
Specify the expressions that are used to form groups over
the subquery results.
- groupBy(List<Expression<?>>) - Method in interface javax.persistence.criteria.Subquery
-
Specify the expressions that are used to form groups over
the subquery results.
- GroupConversionDescriptor - Interface in javax.validation.metadata
-
A group conversion rule to be applied during cascaded validation.
- GroupDefinitionException - Exception in javax.validation
-
Exception raised if a group definition is not legal.
- GroupDefinitionException(String) - Constructor for exception javax.validation.GroupDefinitionException
-
- GroupDefinitionException() - Constructor for exception javax.validation.GroupDefinitionException
-
- GroupDefinitionException(String, Throwable) - Constructor for exception javax.validation.GroupDefinitionException
-
- GroupDefinitionException(Throwable) - Constructor for exception javax.validation.GroupDefinitionException
-
- GroupPrincipalCallback - Class in javax.security.auth.message.callback
-
Callback establishing group principals within the argument subject.
- GroupPrincipalCallback(Subject, String[]) - Constructor for class javax.security.auth.message.callback.GroupPrincipalCallback
-
Create a GroupPrincipalCallback to establish the container's
representation of the corresponding group principals within
the Subject.
- GroupSequence - Annotation Type in javax.validation
-
Defines group sequence.
- GT - Static variable in class javax.mail.search.ComparisonTerm
-
- gt(Expression<? extends Number>, Expression<? extends Number>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create a predicate for testing whether the first argument is
greater than the second.
- gt(Expression<? extends Number>, Number) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create a predicate for testing whether the first argument is
greater than the second.
- SAAJMetaFactory - Class in javax.xml.soap
-
The access point for the implementation classes of the factories defined in the
SAAJ API.
- SAAJMetaFactory() - Constructor for class javax.xml.soap.SAAJMetaFactory
-
- SAAJResult - Class in javax.xml.soap
-
Acts as a holder for the results of a JAXP transformation or a JAXB
marshalling, in the form of a SAAJ tree.
- SAAJResult() - Constructor for class javax.xml.soap.SAAJResult
-
Creates a SAAJResult
that will present results in the form
of a SAAJ tree that supports the default (SOAP 1.1) protocol.
- SAAJResult(String) - Constructor for class javax.xml.soap.SAAJResult
-
Creates a SAAJResult
that will present results in the form
of a SAAJ tree that supports the specified protocol.
- SAAJResult(SOAPMessage) - Constructor for class javax.xml.soap.SAAJResult
-
Creates a SAAJResult
that will write the results into the
SOAPPart
of the supplied SOAPMessage
.
- SAAJResult(SOAPElement) - Constructor for class javax.xml.soap.SAAJResult
-
Creates a SAAJResult
that will write the results as a
child node of the SOAPElement
specified.
- save(OutputStream) - Method in interface javax.enterprise.deploy.spi.DeploymentConfiguration
-
Save to disk the current set configuration beans created for
this deployable module.
- saveAssociations(Collection, boolean) - Method in interface javax.xml.registry.BusinessLifeCycleManager
-
Saves the specified Association instances.
- saveAttachedState(FacesContext, Object) - Static method in class javax.faces.component.UIComponentBase
-
This method is called by UIComponent
subclasses that want to save one or more attached
objects.
- saveChanges() - Method in class javax.mail.internet.MimeMessage
-
Updates the appropriate header fields of this message to be
consistent with the message's contents.
- saveChanges() - Method in class javax.mail.Message
-
Save any changes made to this message into the message-store
when the containing folder is closed, if the message is contained
in a folder.
- saveChanges() - Method in class javax.xml.soap.SOAPMessage
-
Updates this SOAPMessage
object with all the changes that
have been made to it.
- saveClassificationSchemes(Collection) - Method in interface javax.xml.registry.BusinessLifeCycleManager
-
Saves the specified ClassificationScheme instances.
- saveConcepts(Collection) - Method in interface javax.xml.registry.BusinessLifeCycleManager
-
Saves the specified Concepts.
- saved - Variable in class javax.mail.internet.MimeMessage
-
Does the saveChanges
method need to be called on
this message? This flag is set to false by the public constructor
and set to true by the saveChanges
method.
- saveDConfigBean(OutputStream, DConfigBeanRoot) - Method in interface javax.enterprise.deploy.spi.DeploymentConfiguration
-
Save to disk all the configuration beans associated with
a particular deployment descriptor file.
- SaveException - Exception in javax.xml.registry
-
A RegistryException that occurs during a save action.
- SaveException() - Constructor for exception javax.xml.registry.SaveException
-
Constructs a JAXRException
object with no
reason or embedded Throwable.
- SaveException(String) - Constructor for exception javax.xml.registry.SaveException
-
Constructs a JAXRException
object with the given
String
as the reason for the exception being thrown.
- SaveException(String, Throwable) - Constructor for exception javax.xml.registry.SaveException
-
Constructs a JAXRException
object with the given
String
as the reason for the exception being thrown
and the given Throwable
object as an embedded
Throwable.
- SaveException(Throwable) - Constructor for exception javax.xml.registry.SaveException
-
Constructs a JAXRException
object initialized
with the given Throwable
object.
- saveFile(File) - Method in class javax.mail.internet.MimeBodyPart
-
Save the contents of this part in the specified file.
- saveFile(String) - Method in class javax.mail.internet.MimeBodyPart
-
Save the contents of this part in the specified file.
- saveObjects(Collection) - Method in interface javax.xml.registry.LifeCycleManager
-
Saves one or more Objects to the registry.
- saveOrganizations(Collection) - Method in interface javax.xml.registry.BusinessLifeCycleManager
-
Saves the specified Organizations.
- saveRequired() - Method in class javax.xml.soap.SOAPMessage
-
Indicates whether this SOAPMessage
object needs to have
the method saveChanges
called on it.
- saveSerializedView(FacesContext) - Method in class javax.faces.application.StateManager
-
- saveSerializedView(FacesContext) - Method in class javax.faces.application.StateManagerWrapper
-
- saveServiceBindings(Collection) - Method in interface javax.xml.registry.BusinessLifeCycleManager
-
Saves the specified ServiceBindings.
- saveServices(Collection) - Method in interface javax.xml.registry.BusinessLifeCycleManager
-
Saves the specified Services.
- saveState(FacesContext) - Method in class javax.faces.component.behavior.AjaxBehavior
-
- saveState(FacesContext) - Method in class javax.faces.component.behavior.BehaviorBase
-
- saveState(FacesContext) - Method in 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
-
- saveState(FacesContext) - Method in class javax.faces.event.MethodExpressionValueChangeListener
-
- 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
-
- saveView(FacesContext) - Method in class javax.faces.view.StateManagementStrategy
-
Return the state of the
current view in an Object
that implements
Serializable
and
can be passed to
java.io.ObjectOutputStream.writeObject()
without
causing a java.io.NotSerializableException
to be
thrown. The default implementation must perform the
following algorithm or its semantic equivalent, explicitly performing all the steps
listed here.
- SC_ACCEPTED - Static variable in interface javax.servlet.http.HttpServletResponse
-
Status code (202) indicating that a request was accepted for
processing, but was not completed.
- SC_BAD_GATEWAY - Static variable in interface javax.servlet.http.HttpServletResponse
-
Status code (502) indicating that the HTTP server received an
invalid response from a server it consulted when acting as a
proxy or gateway.
- SC_BAD_REQUEST - Static variable in interface javax.servlet.http.HttpServletResponse
-
Status code (400) indicating the request sent by the client was
syntactically incorrect.
- SC_CONFLICT - Static variable in interface javax.servlet.http.HttpServletResponse
-
Status code (409) indicating that the request could not be
completed due to a conflict with the current state of the
resource.
- SC_CONTINUE - Static variable in interface javax.servlet.http.HttpServletResponse
-
Status code (100) indicating the client can continue.
- SC_CREATED - Static variable in interface javax.servlet.http.HttpServletResponse
-
Status code (201) indicating the request succeeded and created
a new resource on the server.
- SC_EXPECTATION_FAILED - Static variable in interface javax.servlet.http.HttpServletResponse
-
Status code (417) indicating that the server could not meet the
expectation given in the Expect request header.
- SC_FORBIDDEN - Static variable in interface javax.servlet.http.HttpServletResponse
-
Status code (403) indicating the server understood the request
but refused to fulfill it.
- SC_FOUND - Static variable in interface javax.servlet.http.HttpServletResponse
-
Status code (302) indicating that the resource reside
temporarily under a different URI.
- SC_GATEWAY_TIMEOUT - Static variable in interface javax.servlet.http.HttpServletResponse
-
Status code (504) indicating that the server did not receive
a timely response from the upstream server while acting as
a gateway or proxy.
- SC_GONE - Static variable in interface javax.servlet.http.HttpServletResponse
-
Status code (410) indicating that the resource is no longer
available at the server and no forwarding address is known.
- SC_HTTP_VERSION_NOT_SUPPORTED - Static variable in interface javax.servlet.http.HttpServletResponse
-
Status code (505) indicating that the server does not support
or refuses to support the HTTP protocol version that was used
in the request message.
- SC_INTERNAL_SERVER_ERROR - Static variable in interface javax.servlet.http.HttpServletResponse
-
Status code (500) indicating an error inside the HTTP server
which prevented it from fulfilling the request.
- SC_LENGTH_REQUIRED - Static variable in interface javax.servlet.http.HttpServletResponse
-
Status code (411) indicating that the request cannot be handled
without a defined Content-Length
.
- SC_METHOD_NOT_ALLOWED - Static variable in interface javax.servlet.http.HttpServletResponse
-
Status code (405) indicating that the method specified in the
Request-Line
is not allowed for the resource
identified by the Request-URI
.
- SC_MOVED_PERMANENTLY - Static variable in interface javax.servlet.http.HttpServletResponse
-
Status code (301) indicating that the resource has permanently
moved to a new location, and that future references should use a
new URI with their requests.
- SC_MOVED_TEMPORARILY - Static variable in interface javax.servlet.http.HttpServletResponse
-
Status code (302) indicating that the resource has temporarily
moved to another location, but that future references should
still use the original URI to access the resource.
- SC_MULTIPLE_CHOICES - Static variable in interface javax.servlet.http.HttpServletResponse
-
Status code (300) indicating that the requested resource
corresponds to any one of a set of representations, each with
its own specific location.
- SC_NO_CONTENT - Static variable in interface javax.servlet.http.HttpServletResponse
-
Status code (204) indicating that the request succeeded but that
there was no new information to return.
- SC_NON_AUTHORITATIVE_INFORMATION - Static variable in interface javax.servlet.http.HttpServletResponse
-
Status code (203) indicating that the meta information presented
by the client did not originate from the server.
- SC_NOT_ACCEPTABLE - Static variable in interface javax.servlet.http.HttpServletResponse
-
Status code (406) indicating that the resource identified by the
request is only capable of generating response entities which have
content characteristics not acceptable according to the accept
headers sent in the request.
- SC_NOT_FOUND - Static variable in interface javax.servlet.http.HttpServletResponse
-
Status code (404) indicating that the requested resource is not
available.
- SC_NOT_IMPLEMENTED - Static variable in interface javax.servlet.http.HttpServletResponse
-
Status code (501) indicating the HTTP server does not support
the functionality needed to fulfill the request.
- SC_NOT_MODIFIED - Static variable in interface javax.servlet.http.HttpServletResponse
-
Status code (304) indicating that a conditional GET operation
found that the resource was available and not modified.
- SC_OK - Static variable in interface javax.servlet.http.HttpServletResponse
-
Status code (200) indicating the request succeeded normally.
- SC_PARTIAL_CONTENT - Static variable in interface javax.servlet.http.HttpServletResponse
-
Status code (206) indicating that the server has fulfilled
the partial GET request for the resource.
- SC_PAYMENT_REQUIRED - Static variable in interface javax.servlet.http.HttpServletResponse
-
Status code (402) reserved for future use.
- SC_PRECONDITION_FAILED - Static variable in interface javax.servlet.http.HttpServletResponse
-
Status code (412) indicating that the precondition given in one
or more of the request-header fields evaluated to false when it
was tested on the server.
- SC_PROXY_AUTHENTICATION_REQUIRED - Static variable in interface javax.servlet.http.HttpServletResponse
-
Status code (407) indicating that the client MUST first
authenticate itself with the proxy.
- SC_REQUEST_ENTITY_TOO_LARGE - Static variable in interface javax.servlet.http.HttpServletResponse
-
Status code (413) indicating that the server is refusing to process
the request because the request entity is larger than the server is
willing or able to process.
- SC_REQUEST_TIMEOUT - Static variable in interface javax.servlet.http.HttpServletResponse
-
Status code (408) indicating that the client did not produce a
request within the time that the server was prepared to wait.
- SC_REQUEST_URI_TOO_LONG - Static variable in interface javax.servlet.http.HttpServletResponse
-
Status code (414) indicating that the server is refusing to service
the request because the Request-URI
is longer
than the server is willing to interpret.
- SC_REQUESTED_RANGE_NOT_SATISFIABLE - Static variable in interface javax.servlet.http.HttpServletResponse
-
Status code (416) indicating that the server cannot serve the
requested byte range.
- SC_RESET_CONTENT - Static variable in interface javax.servlet.http.HttpServletResponse
-
Status code (205) indicating that the agent SHOULD reset
the document view which caused the request to be sent.
- SC_SEE_OTHER - Static variable in interface javax.servlet.http.HttpServletResponse
-
Status code (303) indicating that the response to the request
can be found under a different URI.
- SC_SERVICE_UNAVAILABLE - Static variable in interface javax.servlet.http.HttpServletResponse
-
Status code (503) indicating that the HTTP server is
temporarily overloaded, and unable to handle the request.
- SC_SWITCHING_PROTOCOLS - Static variable in interface javax.servlet.http.HttpServletResponse
-
Status code (101) indicating the server is switching protocols
according to Upgrade header.
- SC_TEMPORARY_REDIRECT - Static variable in interface javax.servlet.http.HttpServletResponse
-
Status code (307) indicating that the requested resource
resides temporarily under a different URI.
- SC_UNAUTHORIZED - Static variable in interface javax.servlet.http.HttpServletResponse
-
Status code (401) indicating that the request requires HTTP
authentication.
- SC_UNSUPPORTED_MEDIA_TYPE - Static variable in interface javax.servlet.http.HttpServletResponse
-
Status code (415) indicating that the server is refusing to service
the request because the entity of the request is in a format not
supported by the requested resource for the requested method.
- SC_USE_PROXY - Static variable in interface javax.servlet.http.HttpServletResponse
-
Status code (305) indicating that the requested resource
MUST be accessed through the proxy given by the
Location
field.
- ScalarDataModel<E> - Class in javax.faces.model
-
ScalarDataModel is a convenience implementation of
DataModel
that wraps an individual Java object.
- ScalarDataModel() - Constructor for class javax.faces.model.ScalarDataModel
-
- ScalarDataModel(E) - Constructor for class javax.faces.model.ScalarDataModel
-
- Schedule - Annotation Type in javax.ejb
-
Schedule a timer for automatic creation with a timeout schedule based
on a cron-like time expression.
- schedule(Runnable, Trigger) - Method in interface javax.enterprise.concurrent.ManagedScheduledExecutorService
-
Creates and executes a task based on a Trigger.
- schedule(Callable<V>, Trigger) - Method in interface javax.enterprise.concurrent.ManagedScheduledExecutorService
-
Creates and executes a task based on a Trigger.
- ScheduleExpression - Class in javax.ejb
-
A calendar-based timeout expression for an enterprise bean
timer.
- ScheduleExpression() - Constructor for class javax.ejb.ScheduleExpression
-
Create a schedule with the default values.
- Schedules - Annotation Type in javax.ejb
-
Applied to a timer callback method to schedule multiple calendar-based
timers for the method.
- scheduleWork(Work) - Method in interface javax.resource.spi.work.WorkManager
-
Accepts a Work
instance for processing.
- scheduleWork(Work, long, ExecutionContext, WorkListener) - Method in interface javax.resource.spi.work.WorkManager
-
Accepts a Work
instance for processing.
- 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 - Annotation Type in javax.inject
-
Identifies scope annotations.
- Scope - Enum in javax.validation.metadata
-
Scope looked at when discovering constraints.
- scope - Variable in class javax.xml.bind.JAXBElement
-
Scope of xml element declaration representing this xml element instance.
- 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(String) - Method in class javax.ejb.ScheduleExpression
-
Set the second attribute.
- second(int) - Method in class javax.ejb.ScheduleExpression
-
Set the second attribute.
- SecondaryTable - Annotation Type in javax.persistence
-
Specifies a secondary table for the annotated entity
class.
- SecondaryTables - Annotation Type in javax.persistence
-
Specifies multiple secondary tables for an entity.
- 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.AliasRequest(String) - Constructor for class javax.security.auth.message.callback.SecretKeyCallback.AliasRequest
-
Construct an AliasRequest with 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 a
Work
instance to propagate security related context information from an EIS to an
application server.
- SecurityContext() - Constructor for class javax.resource.spi.work.SecurityContext
-
- SecurityContext - Interface in javax.ws.rs.core
-
An injectable interface that provides access to security related
information.
- SecurityException - Exception in javax.resource.spi
-
A SecurityException
indicates error conditions
related to the security
contract between an application server and resource adapter.
- SecurityException() - Constructor for exception javax.resource.spi.SecurityException
-
Constructs a new instance with null as its detail message.
- SecurityException(String) - Constructor for exception javax.resource.spi.SecurityException
-
Constructs a new instance with the specified detail message.
- SecurityException(Throwable) - Constructor for exception javax.resource.spi.SecurityException
-
Constructs a new throwable with the specified cause.
- SecurityException(String, Throwable) - Constructor for exception javax.resource.spi.SecurityException
-
Constructs a new throwable with the specified detail message and cause.
- SecurityException(String, String) - Constructor for exception javax.resource.spi.SecurityException
-
Constructs a new throwable with the specified detail message and
an error code.
- SecurityPermission - Annotation Type in javax.resource.spi
-
The SecurityPermission annotation can be used by the developer, as part of
the Connector annotation, to specify the extended security permissions
required by the resource adapter
- SEEN - Static variable in class javax.mail.Flags.Flag
-
This message is seen.
- seeOther(URI) - Static method in class javax.ws.rs.core.Response
-
Create a new ResponseBuilder for a redirection.
- segment(String...) - Method in class javax.ws.rs.core.UriBuilder
-
Append path segments to the existing path.
- select(Annotation...) - Method in interface javax.enterprise.event.Event
-
Obtains a child Event for the given additional required qualifiers.
- select(Class<U>, Annotation...) - Method in interface javax.enterprise.event.Event
-
Obtains a child Event for the given required type and additional required qualifiers.
- select(TypeLiteral<U>, Annotation...) - Method in interface javax.enterprise.event.Event
-
Obtains a child Event for the given required type and additional required qualifiers.
- select(Annotation...) - Method in interface javax.enterprise.inject.Instance
-
Obtains a child Instance for the given additional required qualifiers.
- select(Class<U>, Annotation...) - Method in interface javax.enterprise.inject.Instance
-
Obtains a child Instance for the given required type and additional required qualifiers.
- select(TypeLiteral<U>, Annotation...) - Method in interface javax.enterprise.inject.Instance
-
Obtains a child Instance for the given required type and additional required qualifiers.
- select(Selection<? extends T>) - Method in interface javax.persistence.criteria.CriteriaQuery
-
Specify the item that is to be returned in the query result.
- select(Expression<T>) - Method in interface javax.persistence.criteria.Subquery
-
Specify the item that is to be returned as the subquery
result.
- selectCase(Expression<? extends C>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create a simple case expression.
- selectCase() - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create a general case expression.
- Selection<X> - Interface in javax.persistence.criteria
-
The Selection
interface defines an item that is to be
returned in a query result.
- SelectItem - Class in javax.faces.model
-
SelectItem represents a single
item in the list of supported
items associated with
a
UISelectMany
or
UISelectOne
component.
- SelectItem() - Constructor for class javax.faces.model.SelectItem
-
Construct a SelectItem
with no initialized property
values.
- SelectItem(Object) - Constructor for class javax.faces.model.SelectItem
-
Construct a SelectItem
with the specified value.
- SelectItem(Object, String) - Constructor for class javax.faces.model.SelectItem
-
Construct a SelectItem
with the specified value and
label.
- SelectItem(Object, String, String) - Constructor for class javax.faces.model.SelectItem
-
Construct a SelectItem
instance with the specified
value, label and description.
- SelectItem(Object, String, String, boolean) - Constructor for class javax.faces.model.SelectItem
-
Construct a SelectItem
instance with the specified
property values.
- SelectItem(Object, String, String, boolean, boolean) - Constructor for class javax.faces.model.SelectItem
-
Construct a SelectItem
instance with the specified
property values.
- SelectItem(Object, String, String, boolean, boolean, boolean) - Constructor for class javax.faces.model.SelectItem
-
Construct a SelectItem
instance with the specified
property values.
- SelectItemGroup - Class in javax.faces.model
-
SelectItemGroup is a subclass of
SelectItem
that
identifies a set of options that will be made available as a subordinate
"submenu" or "options list", depending upon the requirements of the
UISelectMany
or
UISelectOne
renderer that is actually used.
- SelectItemGroup() - Constructor for class javax.faces.model.SelectItemGroup
-
Construct a SelectItemGroup
with no initialized property
values.
- SelectItemGroup(String) - Constructor for class javax.faces.model.SelectItemGroup
-
Construct a SelectItemGroup
with the specified label
and no associated selectItem
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, Message) - Method in interface javax.jms.JMSProducer
-
Sends a message to the specified destination, using any send options,
message properties and message headers that have been defined on this
JMSProducer
.
- send(Destination, String) - Method in interface javax.jms.JMSProducer
-
Send a TextMessage
with the specified body to the
specified destination, using any send options, message properties and
message headers that have been defined on this JMSProducer
.
- send(Destination, Map<String, Object>) - Method in interface javax.jms.JMSProducer
-
Send a MapMessage
with the specified body to the
specified destination, using any send options, message properties and
message headers that have been defined on this JMSProducer
.
- send(Destination, byte[]) - Method in interface javax.jms.JMSProducer
-
Send a BytesMessage
with the specified body to the
specified destination, using any send options, message properties and
message headers that have been defined on this JMSProducer
.
- send(Destination, Serializable) - Method in interface javax.jms.JMSProducer
-
Send an ObjectMessage
with the specified body to the
specified destination, using any send options, message properties and
message headers that have been defined on this JMSProducer
.
- send(Message) - Method in interface javax.jms.MessageProducer
-
Sends a message using the MessageProducer
's default delivery
mode, priority, and time to live.
- send(Message, int, int, long) - Method in interface javax.jms.MessageProducer
-
Sends a message, specifying delivery mode, priority, and time to live.
- send(Destination, Message) - Method in interface javax.jms.MessageProducer
-
Sends a message to a destination for an unidentified message producer
using the MessageProducer
's default delivery mode, priority,
and time to live.
- send(Destination, Message, int, int, long) - Method in interface javax.jms.MessageProducer
-
Sends a message to a destination for an unidentified message producer,
specifying delivery mode, priority and time to live.
- send(Message, CompletionListener) - Method in interface javax.jms.MessageProducer
-
Sends a message using the MessageProducer
's default delivery
mode, priority, and time to live, performing part of the work involved in
sending the message in a separate thread and notifying the specified
CompletionListener when the operation has completed.
- send(Message, int, int, long, CompletionListener) - Method in interface javax.jms.MessageProducer
-
Sends a message, specifying delivery mode, priority and time to live,
performing part of the work involved in sending the message in a separate
thread and notifying the specified CompletionListener when the
operation has completed.
- send(Destination, Message, CompletionListener) - Method in interface javax.jms.MessageProducer
-
Sends a message to a destination for an unidentified message producer,
using the MessageProducer
's default delivery mode, priority,
and time to live, performing part of the work involved in sending the
message in a separate thread and notifying the specified
CompletionListener when the operation has completed.
- send(Destination, Message, int, int, long, CompletionListener) - Method in interface javax.jms.MessageProducer
-
Sends a message to a destination for an unidentified message producer,
specifying delivery mode, priority and time to live, performing part of
the work involved in sending the message in a separate thread and
notifying the specified CompletionListener when the operation
has completed.
- send(Message) - Method in interface javax.jms.QueueSender
-
Sends a message to the queue.
- send(Message, int, int, long) - Method in interface javax.jms.QueueSender
-
Sends a message to the queue, specifying delivery mode, priority, and
time to live.
- send(Queue, Message) - Method in interface javax.jms.QueueSender
-
Sends a message to a queue for an unidentified message producer.
- send(Queue, Message, int, int, long) - Method in interface javax.jms.QueueSender
-
Sends a message to a queue for an unidentified message producer,
specifying delivery mode, priority and time to live.
- send(Message) - Static method in class javax.mail.Transport
-
Send a message.
- send(Message, Address[]) - Static method in class javax.mail.Transport
-
Send the message to the specified addresses, ignoring any
recipients specified in the message itself.
- send(Message, String, String) - Static method in class javax.mail.Transport
-
Send a message.
- send(Message, Address[], String, String) - Static method in class javax.mail.Transport
-
Send the message to the specified addresses, ignoring any
recipients specified in the message itself.
- SEND_CONTINUE - Static variable in class javax.security.auth.message.AuthStatus
-
Indicates the message processing by the authentication module
is NOT complete, that the module replaced the application
message with a security message, and that the runtime is to proceed
by sending the security message.
- SEND_FAILURE - Static variable in class javax.security.auth.message.AuthStatus
-
Indicates that the message processing by the authentication module
was NOT successful, that the module replaced the application
message with an error message, and that the runtime is to proceed
by sending the error message.
- SEND_SUCCESS - Static variable in class javax.security.auth.message.AuthStatus
-
Indicates that the message processing by the authentication module
was successful and that the runtime is to proceed by sending
a message returned by the authentication module.
- sendBinary(ByteBuffer) - Method in interface javax.websocket.RemoteEndpoint.Async
-
Initiates the asynchronous transmission of a binary message.
- sendBinary(ByteBuffer, SendHandler) - Method in interface javax.websocket.RemoteEndpoint.Async
-
Initiates the asynchronous transmission of a binary message.
- sendBinary(ByteBuffer) - Method in interface javax.websocket.RemoteEndpoint.Basic
-
Send a binary message, returning when all of the message has been transmitted.
- sendBinary(ByteBuffer, boolean) - Method in interface javax.websocket.RemoteEndpoint.Basic
-
Send a binary message in parts, blocking until all of the message has been transmitted.
- sendError(int, String) - Method in interface javax.servlet.http.HttpServletResponse
-
Sends an error response to the client using the specified
status and clears the buffer.
- sendError(int) - Method in interface javax.servlet.http.HttpServletResponse
-
Sends an error response to the client using the specified status
code and clears the buffer.
- sendError(int, String) - Method in class javax.servlet.http.HttpServletResponseWrapper
-
The default behavior of this method is to call sendError(int sc, String msg)
on the wrapped response object.
- sendError(int) - Method in class javax.servlet.http.HttpServletResponseWrapper
-
The default behavior of this method is to call sendError(int sc)
on the wrapped response object.
- SendFailedException - Exception in javax.mail
-
This exception is thrown when the message cannot be sent.
- SendFailedException() - Constructor for exception javax.mail.SendFailedException
-
Constructs a SendFailedException with no detail message.
- SendFailedException(String) - Constructor for exception javax.mail.SendFailedException
-
Constructs a SendFailedException with the specified detail message.
- SendFailedException(String, Exception) - Constructor for exception javax.mail.SendFailedException
-
Constructs a SendFailedException with the specified
Exception and detail message.
- SendFailedException(String, Exception, Address[], Address[], Address[]) - Constructor for exception javax.mail.SendFailedException
-
Constructs a SendFailedException with the specified string
and the specified address objects.
- SendHandler - Interface in javax.websocket
-
A simple callback object for asynchronous sending of web socket messages.
- sendMessage(Message, Address[]) - Method in class javax.mail.Transport
-
Send the Message to the specified list of addresses.
- sendObject(Object) - Method in interface javax.websocket.RemoteEndpoint.Async
-
Initiates the asynchronous transmission of a custom developer object.
- sendObject(Object, SendHandler) - Method in interface javax.websocket.RemoteEndpoint.Async
-
Initiates the asynchronous transmission of a custom developer object.
- sendObject(Object) - Method in interface javax.websocket.RemoteEndpoint.Basic
-
Sends a custom developer object, blocking until it has been transmitted.
- sendPing(ByteBuffer) - Method in interface javax.websocket.RemoteEndpoint
-
Send a Ping message containing the given application data to the remote endpoint.
- sendPong(ByteBuffer) - Method in interface javax.websocket.RemoteEndpoint
-
Allows the developer to send an unsolicited Pong message containing the given application
data in order to serve as a unidirectional
heartbeat for the session.
- sendRedirect(String) - Method in interface javax.servlet.http.HttpServletResponse
-
Sends a temporary redirect response to the client using the
specified redirect location URL and clears the buffer.
- sendRedirect(String) - Method in class javax.servlet.http.HttpServletResponseWrapper
-
The default behavior of this method is to return sendRedirect(String location)
on the wrapped response object.
- SendResult - Class in javax.websocket
-
The result of asynchronously sending a web socket message.
- SendResult(Throwable) - Constructor for class javax.websocket.SendResult
-
Construct a SendResult carrying an exception.
- SendResult() - Constructor for class javax.websocket.SendResult
-
Construct a SendResult signifying a successful send carrying no exception.
- sendText(String, SendHandler) - Method in interface javax.websocket.RemoteEndpoint.Async
-
Initiates the asynchronous transmission of a text message.
- sendText(String) - Method in interface javax.websocket.RemoteEndpoint.Async
-
Initiates the asynchronous transmission of a text message.
- sendText(String) - Method in interface javax.websocket.RemoteEndpoint.Basic
-
Send a text message, blocking until all of the message has been transmitted.
- sendText(String, boolean) - Method in interface javax.websocket.RemoteEndpoint.Basic
-
Send a text message in parts, blocking until all of the message has been transmitted.
- SentDateTerm - Class in javax.mail.search
-
This class implements comparisons for the Message SentDate.
- SentDateTerm(int, Date) - Constructor for class javax.mail.search.SentDateTerm
-
Constructor.
- SEPARATOR_CHAR - Static variable in interface javax.faces.component.NamingContainer
-
- SEPARATOR_CHAR_PARAM_NAME - Static variable in class javax.faces.component.UINamingContainer
-
The context-param that allows the separator
char for clientId strings to be set on a per-web application basis.
- SequenceGenerator - Annotation Type in javax.persistence
-
Defines a primary key generator that may be referenced by name when
a generator element is specified for the
GeneratedValue
annotation.
- SerializationContext - Interface in javax.xml.rpc.encoding
-
The javax.xml.rpc.encoding.SerializationContext interface is
implemented by the JAX-RPC runtime system in an XML processing
mechanism specific manner.
- 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.
- Serializer - Interface in javax.xml.rpc.encoding
-
The javax.xml.rpc.encoding.Serializer interface defines the
base interface for serializers.
- SerializerFactory - Interface in javax.xml.rpc.encoding
-
The javax.xml.rpc.encoding.SerializerFactory is a factory of
the serializers.
- ServerApplicationConfig - Interface in javax.websocket.server
-
Developers include implementations of ServerApplicationConfig in an archive containing
websocket endpoints (WAR file, or JAR file within the WAR file) in order to specify the websocket
endpoints within the archive the implementation must deploy.
- ServerAuth - Interface in javax.security.auth.message
-
An implementation of this interface is used to validate received service
request messages, and to secure service response messages.
- ServerAuthConfig - Interface in javax.security.auth.message.config
-
This interface describes a configuration of ServerAuthConfiguration objects
for a message layer and application context (for example, the messaging context of
a specific application, or set of applications).
- ServerAuthContext - Interface in javax.security.auth.message.config
-
This ServerAuthContext class encapsulates ServerAuthModules that are used
to validate service requests received from clients, and to secure any
response returned for those requests.
- ServerAuthModule - Interface in javax.security.auth.message.module
-
A ServerAuthModule validates client requests and secures responses
to the client.
- ServerContainer - Interface in javax.websocket.server
-
The ServerContainer is the specialized view of the WebSocketContainer available
in server-side deployments.
- ServerEndpoint - Annotation Type in javax.websocket.server
-
This class level annotation declares that the class it decorates
is a web socket endpoint that will be deployed and made available in the URI-space
of a web socket server.
- ServerEndpointConfig - Interface in javax.websocket.server
-
The ServerEndpointConfig is a special kind of endpoint configuration object that contains
web socket configuration information specific only to server endpoints.
- ServerEndpointConfig.Builder - Class in javax.websocket.server
-
The ServerEndpointConfig.Builder is a class used for creating
ServerEndpointConfig.Builder
objects for the purposes of
deploying a server endpoint.
- ServerEndpointConfig.Configurator - Class in javax.websocket.server
-
The ServerEndpointConfig.Configurator class may be extended by developers who want to
provide custom configuration algorithms, such as intercepting the opening handshake, or
providing arbitrary methods and algorithms that can be accessed from each endpoint
instance configured with this configurator.
- ServerEndpointConfig.Configurator() - Constructor for class javax.websocket.server.ServerEndpointConfig.Configurator
-
- serverError() - Static method in class javax.ws.rs.core.Response
-
Create a new ResponseBuilder with an server error status.
- ServerErrorException - Exception in javax.ws.rs
-
A base runtime application exception indicating a server error
(HTTP 5xx
status codes).
- ServerErrorException(Response.Status) - Constructor for exception javax.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(String, Response.Status) - Constructor for exception javax.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(int) - Constructor for exception javax.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(String, int) - Constructor for exception javax.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(Response) - Constructor for exception javax.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(String, Response) - Constructor for exception javax.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(Response.Status, Throwable) - Constructor for exception javax.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(String, Response.Status, Throwable) - Constructor for exception javax.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(int, Throwable) - Constructor for exception javax.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(String, int, Throwable) - Constructor for exception javax.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(Response, Throwable) - Constructor for exception javax.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(String, Response, Throwable) - Constructor for exception javax.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerSession - Interface in javax.jms
-
A ServerSession
object is an application server object that
is used by a server to associate a thread with a JMS session (optional).
- ServerSessionPool - Interface in javax.jms
-
A ServerSessionPool
object is an object implemented by an
application server to provide a pool of ServerSession
objects
for processing the messages of a ConnectionConsumer
(optional).
- service(ServletRequest, ServletResponse) - Method in class javax.faces.webapp.FacesServlet
-
Process an incoming request,
and create the corresponding response according to the following
specification.
- Service - Class in javax.mail
-
An abstract class that contains the functionality
common to messaging services, such as stores and transports.
- Service(Session, URLName) - Constructor for class javax.mail.Service
-
Constructor.
- service(ServletRequest, ServletResponse) - Method in class javax.servlet.GenericServlet
-
Called by the servlet container to allow the servlet to respond to
a request.
- service(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
-
Receives standard HTTP requests from the public
service
method and dispatches
them to the do
XXX methods defined in
this class.
- service(ServletRequest, ServletResponse) - Method in class javax.servlet.http.HttpServlet
-
Dispatches client requests to the protected
service
method.
- service(ServletRequest, ServletResponse) - Method in interface javax.servlet.Servlet
-
Called by the servlet container to allow the servlet to respond to
a request.
- Service - Interface in javax.xml.registry.infomodel
-
Service instances are RegistryObjects that provide information on services
(for example, web services) offered by an Organization.
- SERVICE - Static variable in interface javax.xml.registry.LifeCycleManager
-
Constant representing the javax.xml.registry.infomodel.Service interface.
- Service - Interface in javax.xml.rpc
-
Service
class acts as a factory of the following:
Dynamic proxy for the target service endpoint.
- Service - 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.Mode - Enum in javax.xml.ws
-
The orientation of a dynamic client or service.
- SERVICE_BINDING - Static variable in interface javax.xml.registry.LifeCycleManager
-
Constant representing the javax.xml.registry.infomodel.ServiceBinding interface.
- SERVICE_SUBSET - Static variable in interface javax.xml.registry.FindQualifier
-
Maps to UDDI serviceSubset.
- ServiceBinding - Interface in javax.xml.registry.infomodel
-
ServiceBinding instances are RegistryObjects that represent technical information on a specific way to access a specific interface offered by a Service instance.
- 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
-
- ServiceException - Exception in javax.xml.rpc
-
The javax.xml.rpc.ServiceException
is thrown from the
methods in the javax.xml.rpc.Service
interface and
ServiceFactory
class.
- ServiceException() - Constructor for exception javax.xml.rpc.ServiceException
-
Constructs a new exception with null
as its
detail message.
- ServiceException(String) - Constructor for exception javax.xml.rpc.ServiceException
-
Constructs a new exception with the specified detail
message.
- ServiceException(String, Throwable) - Constructor for exception javax.xml.rpc.ServiceException
-
Constructs a new exception with the specified detail
message and cause.
- ServiceException(Throwable) - Constructor for exception javax.xml.rpc.ServiceException
-
Constructs a new exception with the specified cause
and a detail message of (cause==null ? null :
cause.toString()) (which typically contains the
class and detail message of cause).
- ServiceFactory - Class in javax.xml.rpc
-
The javax.xml.rpc.ServiceFactory
is an abstract class
that provides a factory for the creation of instances of the type
javax.xml.rpc.Service
.
- ServiceFactory() - Constructor for class javax.xml.rpc.ServiceFactory
-
- SERVICEFACTORY_PROPERTY - Static variable in class javax.xml.rpc.ServiceFactory
-
A constant representing the property used to lookup the
name of a ServiceFactory
implementation
class.
- ServiceLifecycle - Interface in javax.xml.rpc.server
-
The javax.xml.rpc.server.ServiceLifecycle
defines
a lifecycle interface for a JAX-RPC service endpoint.
- ServiceMode - Annotation Type 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(QName) - Method in class javax.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
-
Sets the serviceName
as the
wsam:ServiceName
element in the
wsa:Metadata
element.
- ServiceUnavailableException - Exception in javax.ws.rs
-
- ServiceUnavailableException() - Constructor for exception javax.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception without any "Retry-After" information
specified for the failed request.
- ServiceUnavailableException(String) - Constructor for exception javax.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception without any "Retry-After" information
specified for the failed request.
- ServiceUnavailableException(Long) - Constructor for exception javax.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception with an interval specifying
the "Retry-After" information for the failed request.
- ServiceUnavailableException(String, Long) - Constructor for exception javax.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception with an interval specifying
the "Retry-After" information for the failed request.
- ServiceUnavailableException(Date) - Constructor for exception javax.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception with an interval specifying
the "Retry-After" information for the failed request.
- ServiceUnavailableException(String, Date) - Constructor for exception javax.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception with an interval specifying
the "Retry-After" information for the failed request.
- ServiceUnavailableException(Response) - Constructor for exception javax.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception.
- ServiceUnavailableException(String, Response) - Constructor for exception javax.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception.
- ServiceUnavailableException(Date, Throwable) - Constructor for exception javax.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception with a date specifying
the "Retry-After" information for the failed request and an underlying
request failure cause.
- ServiceUnavailableException(String, Date, Throwable) - Constructor for exception javax.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception with a date specifying
the "Retry-After" information for the failed request and an underlying
request failure cause.
- ServiceUnavailableException(Long, Throwable) - Constructor for exception javax.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception with an interval specifying
the "Retry-After" information for the failed request and an underlying
request failure cause.
- ServiceUnavailableException(String, Long, Throwable) - Constructor for exception javax.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception with an interval specifying
the "Retry-After" information for the failed request and an underlying
request failure cause.
- ServiceUnavailableException(Response, Throwable) - Constructor for exception javax.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception.
- ServiceUnavailableException(String, Response, Throwable) - Constructor for exception javax.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception.
- Servlet - Interface in javax.servlet
-
Defines methods that all servlets must implement.
- 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.
- ServletEndpointContext - Interface in javax.xml.rpc.server
-
The ServletEndpointContext
provides an endpoint
context maintained by the underlying servlet container based
JAX-RPC runtime system.
- ServletException - Exception in javax.servlet
-
Defines a general exception a servlet can throw when it
encounters difficulty.
- ServletException() - Constructor for exception javax.servlet.ServletException
-
Constructs a new servlet exception.
- ServletException(String) - Constructor for exception javax.servlet.ServletException
-
Constructs a new servlet exception with the
specified message.
- ServletException(String, Throwable) - Constructor for exception javax.servlet.ServletException
-
Constructs a new servlet exception when the servlet
needs to throw an exception and include a message
about the "root cause" exception that interfered with its
normal operation, including a description message.
- ServletException(Throwable) - Constructor for exception javax.servlet.ServletException
-
Constructs a new servlet exception when the servlet
needs to throw an exception and include a message
about the "root cause" exception that interfered with its
normal operation.
- ServletInputStream - Class in javax.servlet
-
Provides an input stream for reading binary data from a client
request, including an efficient readLine
method
for reading data one line at a time.
- ServletInputStream() - Constructor for class javax.servlet.ServletInputStream
-
Does nothing, because this is an abstract class.
- ServletOutputStream - Class in javax.servlet
-
Provides an output stream for sending binary data to the
client.
- ServletOutputStream() - Constructor for class javax.servlet.ServletOutputStream
-
Does nothing, because this is an abstract class.
- ServletRegistration - Interface in javax.servlet
-
Interface through which a
Servlet
may be further configured.
- ServletRegistration.Dynamic - Interface in javax.servlet
-
Interface through which a
Servlet
registered via one of the
addServlet methods on
ServletContext
may be further
configured.
- ServletRequest - Interface in javax.servlet
-
Defines an object to provide client request information to a servlet.
- ServletRequestAttributeEvent - Class in javax.servlet
-
This is the event class for notifications of changes to the
attributes of the servlet request in an application.
- ServletRequestAttributeEvent(ServletContext, ServletRequest, String, Object) - Constructor for class javax.servlet.ServletRequestAttributeEvent
-
Construct a ServletRequestAttributeEvent giving the servlet context
of this web application, the ServletRequest whose attributes are
changing and the name and value of the attribute.
- ServletRequestAttributeListener - Interface in javax.servlet
-
Interface for receiving notification events about ServletRequest
attribute changes.
- ServletRequestEvent - Class in javax.servlet
-
Events of this kind indicate lifecycle events for a ServletRequest.
- ServletRequestEvent(ServletContext, ServletRequest) - Constructor for class javax.servlet.ServletRequestEvent
-
Construct a ServletRequestEvent for the given ServletContext
and ServletRequest.
- ServletRequestListener - Interface in javax.servlet
-
Interface for receiving notification events about requests coming
into and going out of scope of a web application.
- ServletRequestWrapper - Class in javax.servlet
-
Provides a convenient implementation of the ServletRequest interface that
can be subclassed by developers wishing to adapt the request to a Servlet.
- ServletRequestWrapper(ServletRequest) - Constructor for class javax.servlet.ServletRequestWrapper
-
Creates a ServletRequest adaptor wrapping the given request object.
- ServletResponse - Interface in javax.servlet
-
Defines an object to assist a servlet in sending a response to the client.
- ServletResponseWrapper - Class in javax.servlet
-
Provides a convenient implementation of the ServletResponse interface that
can be subclassed by developers wishing to adapt the response from a Servlet.
- ServletResponseWrapper(ServletResponse) - Constructor for class javax.servlet.ServletResponseWrapper
-
Creates a ServletResponse adaptor wrapping the given response object.
- ServletSecurity - Annotation Type in javax.servlet.annotation
-
This annotation is used on a Servlet implementation class to specify security
constraints to be enforced by a Servlet container on HTTP protocol messages.
- ServletSecurity.EmptyRoleSemantic - Enum in javax.servlet.annotation
-
Defines the access semantic to be applied to an empty rolesAllowed array.
- ServletSecurity.TransportGuarantee - Enum in javax.servlet.annotation
-
Defines the data protection requirements that must be satisfied by
the transport
- ServletSecurityElement - Class in javax.servlet
-
- ServletSecurityElement() - Constructor for class javax.servlet.ServletSecurityElement
-
Constructs an instance using the default
HttpConstraintElement
value as the default Constraint
element and with no HTTP Method specific constraint elements.
- ServletSecurityElement(HttpConstraintElement) - Constructor for class javax.servlet.ServletSecurityElement
-
Constructs an instance with a default Constraint element
and with no HTTP Method specific constraint elements.
- ServletSecurityElement(Collection<HttpMethodConstraintElement>) - Constructor for class javax.servlet.ServletSecurityElement
-
Constructs an instance using the default
HttpConstraintElement
value as the default Constraint
element and with a collection of HTTP Method specific constraint
elements.
- ServletSecurityElement(HttpConstraintElement, Collection<HttpMethodConstraintElement>) - Constructor for class javax.servlet.ServletSecurityElement
-
Constructs an instance with a default Constraint element
and with a collection of HTTP Method specific constraint elements.
- ServletSecurityElement(ServletSecurity) - Constructor for class javax.servlet.ServletSecurityElement
-
- ServletStats - Interface in javax.management.j2ee.statistics
-
Specifies the statistics provided by a Servlet.
- Session - Interface in javax.jms
-
A Session
object is a single-threaded context for producing and consuming
messages.
- session - Variable in class javax.mail.Message
-
The Session object for this Message
- session - Variable in class javax.mail.Service
-
The session from which this service was created.
- Session - Class in javax.mail
-
The Session class represents a mail session and is not subclassed.
- SESSION - Static variable in class javax.servlet.jsp.PageContext
-
Name used to store HttpSession in PageContext name table.
- Session - Interface in javax.websocket
-
A Web Socket session represents a conversation between two web socket endpoints.
- SESSION_MAINTAIN_PROPERTY - Static variable in interface javax.xml.rpc.Call
-
Standard property: This boolean property is used by a service
client to indicate whether or not it wants to participate in
a session with a service endpoint.
- SESSION_MAINTAIN_PROPERTY - Static variable in interface javax.xml.rpc.Stub
-
Standard property: This boolean property is used by a service
client to indicate whether or not it wants to participate in
a session with a service endpoint.
- SESSION_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 calling
rollback
.
- SESSION_TRANSACTED - Static variable in interface javax.jms.Session
-
This value may be passed as the argument to the
method createSession(int sessionMode)
on the Connection
object
to specify that the session should use a local transaction.
- SessionBean - Interface in javax.ejb
-
The SessionBean interface defines methods that the 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 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 Type in javax.enterprise.context
-
Specifies that a bean is session scoped.
- SessionScoped - Annotation Type 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 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, String) - Method in class javax.mail.internet.ParameterList
-
Set a parameter.
- set(String, String, String) - Method in class javax.mail.internet.ParameterList
-
Set a parameter.
- set(SingularAttribute<? super T, Y>, X) - Method in interface javax.persistence.criteria.CriteriaUpdate
-
Update the value of the specified attribute.
- set(SingularAttribute<? super T, Y>, Expression<? extends Y>) - Method in interface javax.persistence.criteria.CriteriaUpdate
-
Update the value of the specified attribute.
- set(Path<Y>, X) - Method in interface javax.persistence.criteria.CriteriaUpdate
-
Update the value of the specified attribute.
- set(Path<Y>, Expression<? extends Y>) - Method in interface javax.persistence.criteria.CriteriaUpdate
-
Update the value of the specified attribute.
- set(String, Object) - Method in interface javax.persistence.criteria.CriteriaUpdate
-
Update the value of the specified attribute.
- set(PageContext, String, Object, int) - Static method in class javax.servlet.jsp.jstl.core.Config
-
Sets the value of a configuration variable in the given scope.
- set(ServletRequest, String, Object) - Static method in class javax.servlet.jsp.jstl.core.Config
-
Sets the value of a configuration variable in the "request" scope.
- set(HttpSession, String, Object) - Static method in class javax.servlet.jsp.jstl.core.Config
-
Sets the value of a configuration variable in the "session" scope.
- set(ServletContext, String, Object) - Static method in class javax.servlet.jsp.jstl.core.Config
-
Sets the value of a configuration variable in the "application" scope.
- SET_COOKIE - Static variable in interface javax.ws.rs.core.HttpHeaders
-
- SET_FACTORY_PERMISSION_NAME - Static variable in class javax.security.auth.message.config.AuthConfigFactory
-
The name of the SecurityPermission required to call setFactory
- setAccept(String) - Method in class javax.faces.component.html.HtmlForm
-
Set the value of the accept
property.
- setAcceptcharset(String) - Method in class javax.faces.component.html.HtmlForm
-
Set the value of the acceptcharset
property.
- setAccesskey(String) - Method in class javax.faces.component.html.HtmlCommandButton
-
Set the value of the accesskey
property.
- setAccesskey(String) - Method in class javax.faces.component.html.HtmlCommandLink
-
Set the value of the accesskey
property.
- setAccesskey(String) - Method in class javax.faces.component.html.HtmlInputFile
-
Set the value of the accesskey
property.
- setAccesskey(String) - Method in class javax.faces.component.html.HtmlInputSecret
-
Set the value of the accesskey
property.
- setAccesskey(String) - Method in class javax.faces.component.html.HtmlInputText
-
Set the value of the accesskey
property.
- setAccesskey(String) - Method in class javax.faces.component.html.HtmlInputTextarea
-
Set the value of the accesskey
property.
- setAccesskey(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
-
Set the value of the accesskey
property.
- setAccesskey(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
-
Set the value of the accesskey
property.
- setAccesskey(String) - Method in class javax.faces.component.html.HtmlOutputLabel
-
Set the value of the accesskey
property.
- setAccesskey(String) - Method in class javax.faces.component.html.HtmlOutputLink
-
Set the value of the accesskey
property.
- setAccesskey(String) - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
-
Set the value of the accesskey
property.
- setAccesskey(String) - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the accesskey
property.
- setAccesskey(String) - Method in class javax.faces.component.html.HtmlSelectManyListbox
-
Set the value of the accesskey
property.
- setAccesskey(String) - Method in class javax.faces.component.html.HtmlSelectManyMenu
-
Set the value of the accesskey
property.
- setAccesskey(String) - Method in class javax.faces.component.html.HtmlSelectOneListbox
-
Set the value of the accesskey
property.
- setAccesskey(String) - Method in class javax.faces.component.html.HtmlSelectOneMenu
-
Set the value of the accesskey
property.
- setAccesskey(String) - Method in class javax.faces.component.html.HtmlSelectOneRadio
-
Set the value of the accesskey
property.
- setAccessURI(String) - Method in interface javax.xml.registry.infomodel.ServiceBinding
-
Sets the URI that gives access to the service via this binding.
- setAction(MethodBinding) - Method in interface javax.faces.component.ActionSource
-
- setAction(MethodBinding) - Method in class javax.faces.component.UICommand
-
- setAction(MethodBinding) - Method in class javax.faces.component.UIViewAction
-
Deprecated.
- setActionExpression(MethodExpression) - Method in interface javax.faces.component.ActionSource2
-
Set the
MethodExpression
pointing at the appication
action to be invoked, if this
UIComponent
is activated by
the user, during the
Apply Request Values or
Invoke
Application phase of the request processing lifecycle,
depending on the value of the
immediate
property.
- setActionExpression(MethodExpression) - Method in class javax.faces.component.UICommand
-
- setActionExpression(MethodExpression) - Method in class javax.faces.component.UIViewAction
-
Set the
MethodExpression
pointing at the appication
action to be invoked, if this
UIComponent
is activated by
the user, during the
Apply Request Values or
Invoke
Application phase of the request processing lifecycle,
depending on the value of the
immediate
property.
- setActionListener(ActionListener) - Method in class javax.faces.application.Application
-
- setActionListener(ActionListener) - Method in class javax.faces.application.ApplicationWrapper
-
- setActionListener(MethodBinding) - Method in interface javax.faces.component.ActionSource
-
- setActionListener(MethodBinding) - Method in class javax.faces.component.UICommand
-
- setActionListener(MethodBinding) - Method in class javax.faces.component.UIViewAction
-
Deprecated.
- setActor(String) - Method in interface javax.xml.soap.SOAPHeaderElement
-
Sets the actor associated with this SOAPHeaderElement
object to the specified actor.
- setAdapter(XmlAdapter) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
- setAdapter(Class<A>, A) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
- setAdapter(XmlAdapter) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
- setAdapter(Class<A>, A) - 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(Class<A>, A) - 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.
- setAdapter(Class<A>, A) - 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.
- setAddress(String) - Method in interface javax.xml.registry.infomodel.EmailAddress
-
Sets the email address for this object.
- setAfterPhaseListener(MethodExpression) - Method in class javax.faces.component.UIViewRoot
-
Allow an arbitrary
method to be called for the "afterPhase" event as the UIViewRoot
runs through its lifecycle.
- setAlt(String) - Method in class javax.faces.component.html.HtmlCommandButton
-
Set the value of the alt
property.
- setAlt(String) - Method in class javax.faces.component.html.HtmlGraphicImage
-
Set the value of the alt
property.
- setAlt(String) - Method in class javax.faces.component.html.HtmlInputFile
-
Set the value of the alt
property.
- setAlt(String) - Method in class javax.faces.component.html.HtmlInputSecret
-
Set the value of the alt
property.
- setAlt(String) - Method in class javax.faces.component.html.HtmlInputText
-
Set the value of the alt
property.
- setAlt(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
-
Set the value of the alt
property.
- setAnnotatedType(AnnotatedType<X>) - Method in interface javax.enterprise.inject.spi.ProcessAnnotatedType
-
- setAnnotations(Annotation[]) - Method in interface javax.ws.rs.ext.InterceptorContext
-
Update annotations on the formal declaration of the artifact that
initiated the intercepted entity provider invocation.
- setApplication(Application) - Method in class javax.faces.application.ApplicationFactory
-
Replace the
Application
instance that will be
returned for this web application.
- setAreaCode(String) - Method in interface javax.xml.registry.infomodel.TelephoneNumber
-
Sets the area code.
- setAssociations(Collection) - Method in interface javax.xml.registry.infomodel.RegistryObject
-
Replaces all previous Associations from this object with
specified Associations.
- setAssociationType(Concept) - Method in interface javax.xml.registry.infomodel.Association
-
Sets the association type for this Association.
- setAsync(CompletionListener) - Method in interface javax.jms.JMSProducer
-
Specifies whether subsequent calls to send
on this
JMSProducer
object should be synchronous or asynchronous.
- setAsyncSendTimeout(long) - Method in interface javax.websocket.WebSocketContainer
-
Sets the number of milliseconds the implementation will timeout
attempting to send a websocket message for all RemoteEndpoints associated
with this container.
- setAsyncSupported(boolean) - Method in interface javax.servlet.Registration.Dynamic
-
Configures the Servlet or Filter represented by this dynamic
Registration as supporting asynchronous operations or not.
- 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(ObjectName, Attribute) - Method in interface javax.management.j2ee.Management
-
Sets the value of a specific attribute of a named managed object.
- SetAttribute<X,E> - Interface in javax.persistence.metamodel
-
Instances of the type SetAttribute
represent
persistent java.util.Set
-valued attributes.
- setAttribute(String, Object) - Method in interface javax.servlet.http.HttpSession
-
Binds an object to this session, using the name specified.
- setAttribute(String, Object) - Method in class javax.servlet.jsp.JspContext
-
Register the name and value specified with page scope semantics.
- setAttribute(String, Object, int) - Method in class javax.servlet.jsp.JspContext
-
Register the name and value specified with appropriate
scope semantics.
- setAttribute(String, Object) - Method in class javax.servlet.jsp.tagext.TagData
-
Set the value of an attribute.
- setAttribute(String, Object) - Method in interface javax.servlet.ServletContext
-
Binds an object to a given attribute name in this ServletContext.
- setAttribute(String, Object) - Method in interface javax.servlet.ServletRequest
-
Stores an attribute in this request.
- setAttribute(String, Object) - Method in class javax.servlet.ServletRequestWrapper
-
The default behavior of this method is to return
setAttribute(String name, Object o) on the wrapped request object.
- setAttributes(FaceletContext, Object) - Method in class javax.faces.view.facelets.DelegatingMetaTagHandler
-
- setAttributes(FaceletContext, Object) - Method in class javax.faces.view.facelets.MetaTagHandler
-
Invoking/extending this method will cause the results of the created
MetaRuleset to auto-wire state to the passed instance.
- setAttributes(ObjectName, AttributeList) - Method in interface javax.management.j2ee.Management
-
Sets the values of several attributes of a named managed object.
- setAutocomplete(String) - Method in class javax.faces.component.html.HtmlInputFile
-
Set the value of the autocomplete
property.
- setAutocomplete(String) - Method in class javax.faces.component.html.HtmlInputSecret
-
Set the value of the autocomplete
property.
- setAutocomplete(String) - Method in class javax.faces.component.html.HtmlInputText
-
Set the value of the autocomplete
property.
- 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.
- setBase64Content(InputStream, String) - Method in class javax.xml.soap.AttachmentPart
-
Sets the content of this attachment part from the Base64 source
InputStream
and sets the value of the
Content-Type
header to the value contained in
contentType
, This method would first decode the base64
input and write the resulting raw bytes to the attachment.
- 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
-
- setBeanValue(String, Object) - Method in class javax.el.BeanNameResolver
-
Sets a value to a bean of the given name.
- setBeforePhaseListener(MethodExpression) - Method in class javax.faces.component.UIViewRoot
-
Allow an arbitrary method to
be called for the "beforePhase" event as the UIViewRoot runs
through its lifecycle.
- setBgcolor(String) - Method in class javax.faces.component.html.HtmlDataTable
-
Set the value of the bgcolor
property.
- setBgcolor(String) - Method in class javax.faces.component.html.HtmlPanelGrid
-
Set the value of the bgcolor
property.
- setBinding(String) - Method in class javax.faces.webapp.ConverterTag
-
Deprecated.
Set the expression that will be used to create a
ValueExpression
that references a backing bean property of the
Converter
instance to
be created.
- setBinding(ValueExpression) - Method in class javax.faces.webapp.UIComponentELTag
-
Set the value expression for our component.
- setBinding(String) - Method in class javax.faces.webapp.UIComponentTag
-
Deprecated.
Set the value binding expression for our component.
- setBinding(String) - Method in class javax.faces.webapp.ValidatorTag
-
Deprecated.
Set the expression that will be used to create a
ValueExpression
that references a backing bean property of the
Validator
instance to
be created.
- setBodyContent(BodyContent) - Method in class javax.faces.webapp.UIComponentClassicTagBase
-
Set the bodyContent
for this tag handler.
- setBodyContent(BodyContent) - Method in interface javax.servlet.jsp.tagext.BodyTag
-
Set the bodyContent property.
- setBodyContent(BodyContent) - Method in class javax.servlet.jsp.tagext.BodyTagSupport
-
Prepare for evaluation of the body: stash the bodyContent away.
- setBodyrows(String) - Method in class javax.faces.component.html.HtmlDataTable
-
Set the value of the bodyrows
property.
- setBodyrows(String) - Method in class javax.faces.component.html.HtmlPanelGrid
-
Set the value of the bodyrows
property.
- setBoolean(String, boolean) - Method in interface javax.jms.MapMessage
-
Sets a boolean
value with the specified name into the Map.
- setBooleanProperty(String, boolean) - Method in interface javax.jms.Message
-
Sets a boolean
property value with the specified name into
the message.
- setBorder(int) - Method in class javax.faces.component.html.HtmlDataTable
-
Set the value of the border
property.
- setBorder(int) - Method in class javax.faces.component.html.HtmlPanelGrid
-
Set the value of the border
property.
- setBorder(int) - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the border
property.
- setBorder(int) - Method in class javax.faces.component.html.HtmlSelectOneRadio
-
Set the value of the border
property.
- setBufferSize(int) - Method in interface javax.servlet.ServletResponse
-
Sets the preferred buffer size for the body of the response.
- setBufferSize(int) - Method in class javax.servlet.ServletResponseWrapper
-
The default behavior of this method is to call setBufferSize(int size)
on the wrapped response object.
- 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
- setCaptionClass(String) - Method in class javax.faces.component.html.HtmlDataTable
-
Set the value of the captionClass
property.
- setCaptionClass(String) - Method in class javax.faces.component.html.HtmlPanelGrid
-
Set the value of the captionClass
property.
- setCaptionStyle(String) - Method in class javax.faces.component.html.HtmlDataTable
-
Set the value of the captionStyle
property.
- setCaptionStyle(String) - Method in class javax.faces.component.html.HtmlPanelGrid
-
Set the value of the captionStyle
property.
- setCDIProvider(CDIProvider) - Static method in class javax.enterprise.inject.spi.CDI
-
- setCellpadding(String) - Method in class javax.faces.component.html.HtmlDataTable
-
Set the value of the cellpadding
property.
- setCellpadding(String) - Method in class javax.faces.component.html.HtmlPanelGrid
-
Set the value of the cellpadding
property.
- setCellspacing(String) - Method in class javax.faces.component.html.HtmlDataTable
-
Set the value of the cellspacing
property.
- setCellspacing(String) - Method in class javax.faces.component.html.HtmlPanelGrid
-
Set the value of the cellspacing
property.
- setCertStore(CertStore) - Method in class javax.security.auth.message.callback.CertStoreCallback
-
Used by the CallbackHandler to set the CertStore within the Callback.
- setChangeEvent(PropertyChangeEvent) - Method in class javax.enterprise.deploy.model.XpathEvent
-
- setChar(String, char) - Method in interface javax.jms.MapMessage
-
Sets a Unicode character value with the specified name into the Map.
- setCharacterEncoding(String) - Method in interface javax.servlet.ServletRequest
-
Overrides the name of the character encoding used in the body of this
request.
- setCharacterEncoding(String) - Method in class javax.servlet.ServletRequestWrapper
-
The default behavior of this method is to set the character encoding
on the wrapped request object.
- setCharacterEncoding(String) - Method in interface javax.servlet.ServletResponse
-
Sets the character encoding (MIME charset) of the response
being sent to the client, for example, to UTF-8.
- setCharacterEncoding(String) - Method in class javax.servlet.ServletResponseWrapper
-
The default behavior of this method is to call setCharacterEncoding(String charset)
on the wrapped response object.
- setCharset(String) - Method in class javax.faces.component.html.HtmlCommandLink
-
Set the value of the charset
property.
- setCharset(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
-
Set the value of the charset
property.
- setCharset(String) - Method in class javax.faces.component.html.HtmlOutputLink
-
Set the value of the charset
property.
- setCharsetName(String) - Method in interface javax.xml.registry.infomodel.LocalizedString
-
Set the canonical name for the charset for this object.
- setCity(String) - Method in interface javax.xml.registry.infomodel.PostalAddress
-
Sets the city.
- setClassifications(Collection) - Method in interface javax.xml.registry.infomodel.RegistryObject
-
Replaces all previous Classifications with specified
Classifications.
- setClassificationScheme(ClassificationScheme) - Method in interface javax.xml.registry.infomodel.Classification
-
Sets the ClassificationScheme for this external classification.
- setClassifiedObject(RegistryObject) - Method in interface javax.xml.registry.infomodel.Classification
-
Sets the object that is being classified.
- 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
-
- setClientWindow(ClientWindow) - Method in class javax.faces.context.ExternalContextWrapper
-
- setCols(int) - Method in class javax.faces.component.html.HtmlInputTextarea
-
Set the value of the cols
property.
- setColumnClasses(String) - Method in class javax.faces.component.html.HtmlDataTable
-
Set the value of the columnClasses
property.
- setColumnClasses(String) - Method in class javax.faces.component.html.HtmlPanelGrid
-
Set the value of the columnClasses
property.
- setColumnNumber(int) - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
-
Set the columnNumber field on this event locator.
- setColumns(int) - Method in class javax.faces.component.html.HtmlPanelGrid
-
Set the value of the columns
property.
- setComment(String) - Method in class javax.servlet.http.Cookie
-
Specifies a comment that describes a cookie's purpose.
- setComment(String) - Method in interface javax.servlet.SessionCookieConfig
-
Sets the comment that will be assigned to any session tracking
cookies created on behalf of the application represented by the
ServletContext from which this SessionCookieConfig
was acquired.
- setComponent(UIComponent) - Method in class javax.faces.event.PostRestoreStateEvent
-
- setConcept(Concept) - Method in interface javax.xml.registry.infomodel.Classification
-
Sets the concept for this internal classification.
- setConnected(boolean) - Method in class javax.mail.Service
-
Set the connection state of this service.
- setConnectionHandle(Object) - Method in class javax.resource.spi.ConnectionEvent
-
Set the connection handle.
- setContent(Object, String) - Method in class javax.mail.internet.MimeBodyPart
-
A convenience method for setting this body part's content.
- setContent(Multipart) - Method in class javax.mail.internet.MimeBodyPart
-
This method sets the body part's content to a Multipart object.
- setContent(Object, String) - Method in class javax.mail.internet.MimeMessage
-
A convenience method for setting this Message's content.
- setContent(Multipart) - Method in class javax.mail.internet.MimeMessage
-
This method sets the Message's content to a Multipart object.
- setContent(Object, String) - Method in interface javax.mail.Part
-
A convenience method for setting this part's content.
- setContent(Multipart) - Method in interface javax.mail.Part
-
This method sets the given Multipart object as this message's
content.
- setContent(Object, String) - Method in class javax.xml.soap.AttachmentPart
-
Sets the content of this attachment part to that of the given
Object
and sets the value of the Content-Type
header to the given type.
- setContent(Source) - Method in class javax.xml.soap.SOAPPart
-
Sets the content of the SOAPEnvelope
object with the data
from the given Source
object.
- setContentDescription(String) - Method in class javax.xml.soap.SOAPMessage
-
Sets the description of this SOAPMessage
object's
content with the given description.
- 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.
- setContentId(String) - Method in class javax.xml.soap.AttachmentPart
-
Sets the MIME header whose name is "Content-ID" with the given value.
- setContentId(String) - Method in class javax.xml.soap.SOAPPart
-
Sets the value of the MIME header named "Content-Id"
to the given String
.
- 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.
- setContentLocation(String) - Method in class javax.xml.soap.AttachmentPart
-
Sets the MIME header whose name is "Content-Location" with the given value.
- setContentLocation(String) - Method in class javax.xml.soap.SOAPPart
-
Sets the value of the MIME header "Content-Location"
to the given String
.
- 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
-
- 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.
- setContentType(String) - Method in class javax.xml.soap.AttachmentPart
-
Sets the MIME header whose name is "Content-Type" with the given value.
- 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
-
- setConverterId(String) - Method in class javax.faces.webapp.ConverterTag
-
Deprecated.
Set the identifer of the
Converter
instance to be created.
- setConverterMessage(String) - Method in class javax.faces.component.UIInput
-
Override any
ValueExpression
set for the "converterMessage"
with the literal argument provided to this method.
- setCoords(String) - Method in class javax.faces.component.html.HtmlCommandLink
-
Set the value of the coords
property.
- setCoords(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
-
Set the value of the coords
property.
- setCoords(String) - Method in class javax.faces.component.html.HtmlOutputLink
-
Set the value of the coords
property.
- setCountry(String) - Method in interface javax.xml.registry.infomodel.PostalAddress
-
Sets the country.
- setCountryCode(String) - Method in interface javax.xml.registry.infomodel.TelephoneNumber
-
Sets country code.
- setCredentials(Set) - Method in interface javax.xml.registry.Connection
-
Sets the Credentials associated with this client.
- setCurrencyCode(String) - Method in class javax.faces.convert.NumberConverter
-
Set the ISO 4217 currency code used by getAsString()
with a type
of currency
.
- setCurrencySymbol(String) - Method in class javax.faces.convert.NumberConverter
-
Set the currency symbol used by getAsString()
with a type
of currency
.
- setCurrentInstance(FacesContext) - Static method in class javax.faces.context.FacesContext
-
Set the
FacesContext
instance for the request that is
being processed by the current thread.
- setCurrentPhaseId(PhaseId) - Method in class javax.faces.context.FacesContext
-
The implementation must call this method
at the earliest possble point in time after entering into a new phase
in the request processing lifecycle.
- setCurrentPhaseId(PhaseId) - Method in class javax.faces.context.FacesContextWrapper
-
- 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.
- setDataHandler(DataHandler) - Method in class javax.xml.soap.AttachmentPart
-
Sets the given DataHandler
object as the data handler
for this AttachmentPart
object.
- 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.
- setDConfigBeanVersion(DConfigBeanVersionType) - Method in interface javax.enterprise.deploy.spi.DeploymentManager
-
Set the configuration beans to be used to the Java EE platform
version specificed.
- setDebug(boolean) - Method in class javax.mail.Session
-
Set the debug setting for this Session.
- setDebugOut(PrintStream) - Method in class javax.mail.Session
-
Set the stream to be used for debugging output for this session.
- setDefaultFactory(JspFactory) - Static method in class javax.servlet.jsp.JspFactory
-
set the default factory for this implementation.
- setDefaultLocale(Locale) - Method in class javax.faces.application.Application
-
Set the default Locale
for this application.
- setDefaultLocale(Locale) - Method in class javax.faces.application.ApplicationWrapper
-
- 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
-
- 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, String) - Method in class javax.mail.internet.MimeBodyPart
-
Set the "Content-Description" header field for this body part.
- setDescription(String) - Method in class javax.mail.internet.MimeMessage
-
Set the "Content-Description" header field for this Message.
- setDescription(String, String) - Method in class javax.mail.internet.MimeMessage
-
Set the "Content-Description" header field for this Message.
- setDescription(String) - Method in interface javax.mail.Part
-
Set a description String for this part.
- setDescription(String) - Method in class javax.resource.spi.work.HintsContext
-
Set a brief description of the role played by the instance of
HintsContext and any other related debugging information.
- setDescription(InternationalString) - Method in interface javax.xml.registry.infomodel.RegistryObject
-
Sets the context independent textual description for this object.
- setDetail(String) - Method in class javax.faces.application.FacesMessage
-
Set the localized detail text.
- setDir(String) - Method in class javax.faces.component.html.HtmlBody
-
Set the value of the dir
property.
- setDir(String) - Method in class javax.faces.component.html.HtmlCommandButton
-
Set the value of the dir
property.
- setDir(String) - Method in class javax.faces.component.html.HtmlCommandLink
-
Set the value of the dir
property.
- setDir(String) - Method in class javax.faces.component.html.HtmlDataTable
-
Set the value of the dir
property.
- setDir(String) - Method in class javax.faces.component.html.HtmlForm
-
Set the value of the dir
property.
- setDir(String) - Method in class javax.faces.component.html.HtmlGraphicImage
-
Set the value of the dir
property.
- setDir(String) - Method in class javax.faces.component.html.HtmlHead
-
Set the value of the dir
property.
- setDir(String) - Method in class javax.faces.component.html.HtmlInputFile
-
Set the value of the dir
property.
- setDir(String) - Method in class javax.faces.component.html.HtmlInputSecret
-
Set the value of the dir
property.
- setDir(String) - Method in class javax.faces.component.html.HtmlInputText
-
Set the value of the dir
property.
- setDir(String) - Method in class javax.faces.component.html.HtmlInputTextarea
-
Set the value of the dir
property.
- setDir(String) - Method in class javax.faces.component.html.HtmlMessage
-
Set the value of the dir
property.
- setDir(String) - Method in class javax.faces.component.html.HtmlMessages
-
Set the value of the dir
property.
- setDir(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
-
Set the value of the dir
property.
- setDir(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
-
Set the value of the dir
property.
- setDir(String) - Method in class javax.faces.component.html.HtmlOutputFormat
-
Set the value of the dir
property.
- setDir(String) - Method in class javax.faces.component.html.HtmlOutputLabel
-
Set the value of the dir
property.
- setDir(String) - Method in class javax.faces.component.html.HtmlOutputLink
-
Set the value of the dir
property.
- setDir(String) - Method in class javax.faces.component.html.HtmlOutputText
-
Set the value of the dir
property.
- setDir(String) - Method in class javax.faces.component.html.HtmlPanelGrid
-
Set the value of the dir
property.
- setDir(String) - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
-
Set the value of the dir
property.
- setDir(String) - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the dir
property.
- setDir(String) - Method in class javax.faces.component.html.HtmlSelectManyListbox
-
Set the value of the dir
property.
- setDir(String) - Method in class javax.faces.component.html.HtmlSelectManyMenu
-
Set the value of the dir
property.
- setDir(String) - Method in class javax.faces.component.html.HtmlSelectOneListbox
-
Set the value of the dir
property.
- setDir(String) - Method in class javax.faces.component.html.HtmlSelectOneMenu
-
Set the value of the dir
property.
- setDir(String) - Method in class javax.faces.component.html.HtmlSelectOneRadio
-
Set the value of the dir
property.
- setDisable(boolean) - Method in class javax.faces.component.UIParameter
-
Sets the disable
property of the UIParameter
.
- setDisableClientWindow(boolean) - Method in class javax.faces.component.UIOutcomeTarget
-
Set whether or not the client window
should be encoded into the target url.
- setDisabled(boolean) - Method in class javax.faces.component.behavior.AjaxBehavior
-
Sets the disabled status of this
behavior.
- setDisabled(boolean) - Method in class javax.faces.component.html.HtmlCommandButton
-
Set the value of the disabled
property.
- setDisabled(boolean) - Method in class javax.faces.component.html.HtmlCommandLink
-
Set the value of the disabled
property.
- setDisabled(boolean) - Method in class javax.faces.component.html.HtmlInputFile
-
Set the value of the disabled
property.
- setDisabled(boolean) - Method in class javax.faces.component.html.HtmlInputSecret
-
Set the value of the disabled
property.
- setDisabled(boolean) - Method in class javax.faces.component.html.HtmlInputText
-
Set the value of the disabled
property.
- setDisabled(boolean) - Method in class javax.faces.component.html.HtmlInputTextarea
-
Set the value of the disabled
property.
- setDisabled(boolean) - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
-
Set the value of the disabled
property.
- setDisabled(boolean) - Method in class javax.faces.component.html.HtmlOutputLink
-
Set the value of the disabled
property.
- setDisabled(boolean) - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
-
Set the value of the disabled
property.
- setDisabled(boolean) - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the disabled
property.
- setDisabled(boolean) - Method in class javax.faces.component.html.HtmlSelectManyListbox
-
Set the value of the disabled
property.
- setDisabled(boolean) - Method in class javax.faces.component.html.HtmlSelectManyMenu
-
Set the value of the disabled
property.
- setDisabled(boolean) - Method in class javax.faces.component.html.HtmlSelectOneListbox
-
Set the value of the disabled
property.
- setDisabled(boolean) - Method in class javax.faces.component.html.HtmlSelectOneMenu
-
Set the value of the disabled
property.
- setDisabled(boolean) - Method in class javax.faces.component.html.HtmlSelectOneRadio
-
Set the value of the disabled
property.
- setDisabled(boolean) - Method in class javax.faces.model.SelectItem
-
Set the disabled flag for this item, which should modify the
rendered output to make this item unavailable for selection by the user
if set to true
.
- setDisabledClass(String) - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the disabledClass
property.
- setDisabledClass(String) - Method in class javax.faces.component.html.HtmlSelectManyListbox
-
Set the value of the disabledClass
property.
- setDisabledClass(String) - Method in class javax.faces.component.html.HtmlSelectManyMenu
-
Set the value of the disabledClass
property.
- setDisabledClass(String) - Method in class javax.faces.component.html.HtmlSelectOneListbox
-
Set the value of the disabledClass
property.
- setDisabledClass(String) - Method in class javax.faces.component.html.HtmlSelectOneMenu
-
Set the value of the disabledClass
property.
- setDisabledClass(String) - Method in class javax.faces.component.html.HtmlSelectOneRadio
-
Set the value of the disabledClass
property.
- setDisableMessageID(boolean) - Method in interface javax.jms.JMSProducer
-
Specifies whether message IDs may be disabled for messages that are sent
using this JMSProducer
- setDisableMessageID(boolean) - Method in interface javax.jms.MessageProducer
-
Specify whether message IDs may be disabled.
- setDisableMessageTimestamp(boolean) - Method in interface javax.jms.JMSProducer
-
Specifies whether message timestamps may be disabled for messages that
are sent using this JMSProducer
.
- setDisableMessageTimestamp(boolean) - Method in interface javax.jms.MessageProducer
-
Specify whether message timestamps may be disabled.
- setDisposition(String) - Method in class javax.mail.internet.ContentDisposition
-
Set the disposition.
- setDisposition(String) - Method in class javax.mail.internet.MimeBodyPart
-
Set the "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.
- setElementQName(QName) - Method in interface javax.xml.soap.SOAPElement
-
Changes the name of this Element
to newName
if
possible.
- setEmailAddresses(Collection) - Method in interface javax.xml.registry.infomodel.User
-
Sets the Collection of EmailAddress instances for this User.
- setEnabledClass(String) - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the enabledClass
property.
- setEnabledClass(String) - Method in class javax.faces.component.html.HtmlSelectManyListbox
-
Set the value of the enabledClass
property.
- setEnabledClass(String) - Method in class javax.faces.component.html.HtmlSelectManyMenu
-
Set the value of the enabledClass
property.
- setEnabledClass(String) - Method in class javax.faces.component.html.HtmlSelectOneListbox
-
Set the value of the enabledClass
property.
- setEnabledClass(String) - Method in class javax.faces.component.html.HtmlSelectOneMenu
-
Set the value of the enabledClass
property.
- setEnabledClass(String) - Method in class javax.faces.component.html.HtmlSelectOneRadio
-
Set the value of the enabledClass
property.
- setEncoding(String) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
Convenience method for setting the output encoding.
- setEncodingStyle(String) - Method in interface javax.xml.soap.SOAPElement
-
Sets the encoding style for this SOAPElement
object
to one specified.
- setEnctype(String) - Method in class javax.faces.component.html.HtmlForm
-
Set the value of the enctype
property.
- 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, Annotation[], MediaType) - Method in interface javax.ws.rs.client.ClientRequestContext
-
Set a new message entity, including the attached annotations and the media type.
- setEntity(Object) - Method in interface javax.ws.rs.container.ContainerResponseContext
-
Set a new message entity.
- setEntity(Object, Annotation[], MediaType) - Method in interface javax.ws.rs.container.ContainerResponseContext
-
Set a new message entity, including the attached annotations and the media type.
- setEntity(Object) - Method in interface javax.ws.rs.ext.WriterInterceptorContext
-
Update object to be written as HTTP entity.
- setEntityContext(EntityContext) - Method in interface javax.ejb.EntityBean
-
Set the associated entity context.
- setEntityStream(OutputStream) - Method in interface javax.ws.rs.client.ClientRequestContext
-
Set a new entity output stream.
- setEntityStream(InputStream) - Method in interface javax.ws.rs.client.ClientResponseContext
-
Set a new entity input stream.
- setEntityStream(InputStream) - Method in interface javax.ws.rs.container.ContainerRequestContext
-
Set a new entity input stream.
- setEntityStream(OutputStream) - Method in interface javax.ws.rs.container.ContainerResponseContext
-
Set a new entity output stream.
- setErrorClass(String) - Method in class javax.faces.component.html.HtmlMessage
-
Set the value of the errorClass
property.
- setErrorClass(String) - Method in class javax.faces.component.html.HtmlMessages
-
Set the value of the errorClass
property.
- setErrorCode(String) - Method in exception javax.resource.ResourceException
-
Set the error code.
- setErrorObjectKey(Key) - Method in exception javax.xml.registry.RegistryException
-
Sets the Key to the first object that encountered an error in the registry.
- setErrorStyle(String) - Method in class javax.faces.component.html.HtmlMessage
-
Set the value of the errorStyle
property.
- setErrorStyle(String) - Method in class javax.faces.component.html.HtmlMessages
-
Set the value of the errorStyle
property.
- setEscape(boolean) - Method in class javax.faces.component.html.HtmlOutputFormat
-
Set the value of the escape
property.
- setEscape(boolean) - Method in class javax.faces.component.html.HtmlOutputLabel
-
Set the value of the escape
property.
- setEscape(boolean) - Method in class javax.faces.component.html.HtmlOutputText
-
Set the value of the escape
property.
- setEscape(boolean) - Method in class javax.faces.model.SelectItem
-
Set the value of the escape
property.
- 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
-
- setExceptionHandler(ExceptionHandler) - Method in class javax.faces.context.FacesContextWrapper
-
- 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.
- setExpiration(Date) - Method in interface javax.xml.registry.infomodel.RegistryEntry
-
Sets the expirationDate.
- setExpunged(boolean) - Method in class javax.mail.Message
-
Sets the expunged flag for this Message.
- setExtension(String) - Method in interface javax.xml.registry.infomodel.TelephoneNumber
-
Sets the internal extension.
- setExternalIdentifiers(Collection) - Method in interface javax.xml.registry.infomodel.RegistryObject
-
Replaces all previous external identifiers with specified
Collection of ExternalIdentifiers as an external identifier.
- setExternalLinks(Collection) - Method in interface javax.xml.registry.infomodel.RegistryObject
-
Replaces all previous ExternalLinks with specified
ExternalLinks.
- setExternalURI(String) - Method in interface javax.xml.registry.infomodel.ExternalLink
-
Sets URI for an external resource.
- setFactory(String, String) - Static method in class javax.faces.FactoryFinder
-
- 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
-
- setFatalClass(String) - Method in class javax.faces.component.html.HtmlMessage
-
Set the value of the fatalClass
property.
- setFatalClass(String) - Method in class javax.faces.component.html.HtmlMessages
-
Set the value of the fatalClass
property.
- setFatalStyle(String) - Method in class javax.faces.component.html.HtmlMessage
-
Set the value of the fatalStyle
property.
- setFatalStyle(String) - Method in class javax.faces.component.html.HtmlMessages
-
Set the value of the fatalStyle
property.
- setFaultActor(String) - Method in interface javax.xml.soap.SOAPFault
-
Sets this SOAPFault
object with the given fault actor.
- setFaultCode(Name) - Method in interface javax.xml.soap.SOAPFault
-
Sets this SOAPFault
object with the given fault code.
- setFaultCode(QName) - Method in interface javax.xml.soap.SOAPFault
-
Sets this SOAPFault
object with the given fault code.
- setFaultCode(String) - Method in interface javax.xml.soap.SOAPFault
-
Sets this SOAPFault
object with the give fault code.
- setFaultNode(String) - Method in interface javax.xml.soap.SOAPFault
-
Creates or replaces any existing Node element value for
this SOAPFault
object.
- setFaultRole(String) - Method in interface javax.xml.soap.SOAPFault
-
Creates or replaces any existing Role element value for
this SOAPFault
object.
- setFaultString(String) - Method in interface javax.xml.soap.SOAPFault
-
Sets the fault string for this SOAPFault
object
to the given string.
- setFaultString(String, Locale) - Method in interface javax.xml.soap.SOAPFault
-
Sets the fault string for this SOAPFault
object
to the given string and localized to the given locale.
- setFileName(String) - Method in class javax.mail.internet.MimeBodyPart
-
Set the filename associated with this body part, if possible.
- setFileName(String) - Method in class javax.mail.internet.MimeMessage
-
Set the filename associated with this part, if possible.
- setFileName(String) - Method in interface javax.mail.Part
-
Set the filename associated with this part, if possible.
- setFirst(int) - Method in class javax.faces.component.UIData
-
Set the zero-relative row number of the first row to be
displayed.
- setFirstName(String) - Method in interface javax.xml.registry.infomodel.PersonName
-
Sets the first name for this Person.
- setFirstResult(int) - Method in interface javax.persistence.Query
-
Set the position of the first result to retrieve.
- setFirstResult(int) - Method in interface javax.persistence.TypedQuery
-
Set the position of the first result to retrieve.
- setFlag(Flags.Flag, boolean) - Method in class javax.mail.Message
-
Set the specified flag on this message to the specified value.
- setFlags(Message[], Flags, boolean) - Method in class javax.mail.Folder
-
Set the specified flags on the messages specified in the array.
- setFlags(int, int, Flags, boolean) - Method in class javax.mail.Folder
-
Set the specified flags on the messages numbered from start
through end, both start and end inclusive.
- setFlags(int[], Flags, boolean) - Method in class javax.mail.Folder
-
Set the specified flags on the messages whose message numbers
are in the array.
- setFlags(Flags, boolean) - Method in class javax.mail.internet.MimeMessage
-
Set the flags for this message.
- setFlags(Flags, boolean) - Method in class javax.mail.Message
-
Set the specified flags on this message to the specified value.
- setFloat(String, float) - Method in interface javax.jms.MapMessage
-
Sets a float
value with the specified name into the Map.
- setFloatProperty(String, float) - Method in interface javax.jms.Message
-
Sets a float
property value with the specified name into
the message.
- setFlowHandler(FlowHandler) - Method in class javax.faces.application.Application
-
- setFlowHandler(FlowHandler) - Method in class javax.faces.application.ApplicationWrapper
-
- setFlushMode(FlushModeType) - Method in interface javax.persistence.EntityManager
-
Set the flush mode that applies to all objects contained
in the persistence context.
- setFlushMode(FlushModeType) - Method in interface javax.persistence.Query
-
Set the flush mode type to be used for the query execution.
- setFlushMode(FlushModeType) - Method in interface javax.persistence.StoredProcedureQuery
-
Set the flush mode type to be used for the query execution.
- setFlushMode(FlushModeType) - Method in interface javax.persistence.TypedQuery
-
Set the flush mode type to be used for the query execution.
- setFooter(UIComponent) - Method in class javax.faces.component.UIColumn
-
Set the footer facet of the column.
- setFooter(UIComponent) - Method in class javax.faces.component.UIData
-
Set the footer facet of this component.
- setFooterClass(String) - Method in class javax.faces.component.html.HtmlColumn
-
Set the value of the footerClass
property.
- setFooterClass(String) - Method in class javax.faces.component.html.HtmlDataTable
-
Set the value of the footerClass
property.
- setFooterClass(String) - Method in class javax.faces.component.html.HtmlPanelGrid
-
Set the value of the footerClass
property.
- setFor(String) - Method in class javax.faces.component.html.HtmlOutputLabel
-
Set the value of the for
property.
- setFor(String) - Method in class javax.faces.component.UIMessage
-
Set the
identifier of the component for which this component
represents associated message(s) (if any).
- setFor(String) - Method in class javax.faces.component.UIMessages
-
Set the client identifier of the component for which this
component represents associated message(s) (if any).
- setFormattedOutput(boolean) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
Convenience method for setting the formatted output flag.
- setFragment(String) - Method in class javax.faces.component.html.HtmlOutputLink
-
Set the value of the fragment
property.
- setFragment(boolean) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
Convenience method for setting the fragment flag.
- setFrame(String) - Method in class javax.faces.component.html.HtmlDataTable
-
Set the value of the frame
property.
- setFrame(String) - Method in class javax.faces.component.html.HtmlPanelGrid
-
Set the value of the frame
property.
- setFrom(Address) - Method in class javax.mail.internet.MimeMessage
-
Set the RFC 822 "From" header field.
- setFrom(String) - Method in class javax.mail.internet.MimeMessage
-
Set the RFC 822 "From" header field.
- setFrom() - Method in class javax.mail.internet.MimeMessage
-
Set the RFC 822 "From" header field using the value of the
InternetAddress.getLocalAddress
method.
- setFrom() - Method in class javax.mail.Message
-
Set the "From" attribute in this Message.
- setFrom(Address) - Method in class javax.mail.Message
-
Set the "From" attribute in this Message.
- setFullName(String) - Method in interface javax.xml.registry.infomodel.PersonName
-
Sets the fully formatted name for this person.
- setFunctionMapper(FunctionMapper) - Method in class javax.faces.view.facelets.FaceletContext
-
Set the FunctionMapper to use in EL
evaluation/creation.
- setGenericType(Type) - Method in interface javax.ws.rs.ext.InterceptorContext
-
Update type of the object to be produced or written.
- setGlobalOnly(boolean) - Method in class javax.faces.component.UIMessages
-
Set the flag indicating whether only global messages (that is,
messages with no associated client identifier) should be rendered.
- 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
-
- setHandlerChain(QName, List) - Method in interface javax.xml.rpc.handler.HandlerRegistry
-
Sets the handler chain for the specified service endpoint
as a java.util.List
.
- setHandlerChain(List<Handler>) - Method in interface javax.xml.ws.Binding
-
Sets the handler chain for the protocol binding instance.
- setHandlerClass(Class) - Method in class javax.xml.rpc.handler.HandlerInfo
-
Sets the Handler class
- setHandlerConfig(Map) - Method in class javax.xml.rpc.handler.HandlerInfo
-
Sets the Handler configuration as java.util.Map
- setHandlerData(Object) - Static method in class javax.security.jacc.PolicyContext
-
Authorization protected method that may be used to associate a
thread-scoped handler data object with the PolicyContext.
- setHandlerResolver(HandlerResolver) - Method in class javax.xml.ws.Service
-
Sets the HandlerResolver
for this Service
instance.
- setHandlerResolver(HandlerResolver) - Method in class javax.xml.ws.spi.ServiceDelegate
-
Sets the HandlerResolver
for this Service
instance.
- setHeader(UIComponent) - Method in class javax.faces.component.UIColumn
-
Set the header facet of the column.
- setHeader(UIComponent) - Method in class javax.faces.component.UIData
-
Set the header facet of this component.
- setHeader(String, String) - Method in class javax.mail.internet.InternetHeaders
-
Change the first header line that matches name
to have value, adding a new header if no existing header
matches.
- setHeader(String, String) - Method in class javax.mail.internet.MimeBodyPart
-
Set the value for this header_name.
- setHeader(String, String) - Method in class javax.mail.internet.MimeMessage
-
Set the value for this header_name.
- setHeader(String, String) - Method in interface javax.mail.Part
-
Set the value for this header_name.
- setHeader(String, String) - Method in interface javax.servlet.http.HttpServletResponse
-
Sets a response header with the given name and value.
- setHeader(String, String) - Method in class javax.servlet.http.HttpServletResponseWrapper
-
The default behavior of this method is to return setHeader(String name, String value)
on the wrapped response object.
- setHeader(String, String) - Method in class javax.xml.soap.MimeHeaders
-
Replaces the current value of the first header entry whose name matches
the given name with the given value, adding a new header if no existing header
name matches.
- setHeaderClass(String) - Method in class javax.faces.component.html.HtmlColumn
-
Set the value of the headerClass
property.
- setHeaderClass(String) - Method in class javax.faces.component.html.HtmlDataTable
-
Set the value of the headerClass
property.
- setHeaderClass(String) - Method in class javax.faces.component.html.HtmlPanelGrid
-
Set the value of the headerClass
property.
- setHeaders(QName[]) - Method in class javax.xml.rpc.handler.HandlerInfo
-
Sets the header blocks processed by this Handler.
- setHeight(String) - Method in class javax.faces.component.html.HtmlGraphicImage
-
Set the value of the height
property.
- setHint(String, Object) - Method in interface javax.persistence.Query
-
Set a query property or hint.
- setHint(String, Object) - Method in interface javax.persistence.StoredProcedureQuery
-
Set a query property or hint.
- setHint(String, Object) - Method in interface javax.persistence.TypedQuery
-
Set a query property or hint.
- setHint(String, Serializable) - Method in class javax.resource.spi.work.HintsContext
-
Set a Hint and a related value.
- setHost(String) - Method in class javax.mail.internet.NewsAddress
-
Set the host.
- setHreflang(String) - Method in class javax.faces.component.html.HtmlCommandLink
-
Set the value of the hreflang
property.
- setHreflang(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
-
Set the value of the hreflang
property.
- setHreflang(String) - Method in class javax.faces.component.html.HtmlOutputLink
-
Set the value of the hreflang
property.
- setHttpOnly(boolean) - Method in class javax.servlet.http.Cookie
-
Marks or unmarks this Cookie as HttpOnly.
- setHttpOnly(boolean) - Method in interface javax.servlet.SessionCookieConfig
-
Marks or unmarks the session tracking cookies created on behalf
of the application represented by the ServletContext from
which this SessionCookieConfig was acquired as
HttpOnly.
- setId(String) - Method in class javax.faces.component.UIComponent
-
Set the component identifier of this
UIComponent
(if any).
- setId(String) - Method in class javax.faces.component.UIComponentBase
-
- setId(String) - Method in class javax.faces.webapp.UIComponentClassicTagBase
-
Set the component identifier for our component.
- setId(String) - Method in class javax.faces.webapp.UIComponentTagBase
-
Set the component identifier for the component corresponding
to this tag instance.
- setId(String) - Method in class javax.servlet.jsp.tagext.TagSupport
-
Set the id attribute for this tag.
- setId(String) - Method in interface javax.xml.registry.infomodel.Key
-
Sets the unique id associated with this key.
- setIdentificationScheme(ClassificationScheme) - Method in interface javax.xml.registry.infomodel.ExternalIdentifier
-
Sets the ClassificationScheme that is used as the identification scheme
for identifying this object.
- setImage(String) - Method in class javax.faces.component.html.HtmlCommandButton
-
Set the value of the image
property.
- setImage(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
-
Set the value of the image
property.
- setImmediate(boolean) - Method in interface javax.faces.component.ActionSource
-
Set the "immediate execution" flag for this
UIComponent
.
- setImmediate(boolean) - Method in class javax.faces.component.behavior.AjaxBehavior
-
Sets the immediate status of this
behavior.
- setImmediate(boolean) - Method in interface javax.faces.component.EditableValueHolder
-
Set the "immediate" state for this component.
- setImmediate(boolean) - Method in class javax.faces.component.UICommand
-
- setImmediate(boolean) - Method in class javax.faces.component.UIInput
-
- setImmediate(boolean) - Method in class javax.faces.component.UIViewAction
-
Set the "immediate execution" flag for this
UIComponent
.
- setIncludeViewParams(boolean) - Method in class javax.faces.component.UIOutcomeTarget
-
Set whether or not the page
parameters should be encoded into the target url.
- setInfo(Serializable) - Method in class javax.ejb.TimerConfig
-
Set the info
object made available to timer callbacks.
- setInfoClass(String) - Method in class javax.faces.component.html.HtmlMessage
-
Set the value of the infoClass
property.
- setInfoClass(String) - Method in class javax.faces.component.html.HtmlMessages
-
Set the value of the infoClass
property.
- setInfoStyle(String) - Method in class javax.faces.component.html.HtmlMessage
-
Set the value of the infoStyle
property.
- setInfoStyle(String) - Method in class javax.faces.component.html.HtmlMessages
-
Set the value of the infoStyle
property.
- setInitParameter(String, String) - Method in interface javax.servlet.Registration
-
Sets the initialization parameter with the given name and value
on the Servlet or Filter that is represented by this Registration.
- setInitParameter(String, String) - Method in interface javax.servlet.ServletContext
-
Sets the context initialization parameter with the given name and
value on this ServletContext.
- setInitParameters(Map<String, Object>) - Method in class javax.servlet.jsp.jstl.tlv.ScriptFreeTLV
-
Sets the values of the initialization parameters, as supplied in the TLD.
- setInitParameters(Map<String, Object>) - Method in class javax.servlet.jsp.tagext.TagLibraryValidator
-
Set the init data in the TLD for this validator.
- setInitParameters(Map<String, String>) - Method in interface javax.servlet.Registration
-
Sets the given initialization parameters on the Servlet or Filter
that is represented by this Registration.
- setInjectionPoint(InjectionPoint) - Method in interface javax.enterprise.inject.spi.ProcessInjectionPoint
-
Replaces the InjectionPoint.
- setInjectionTarget(InjectionTarget<X>) - Method in interface javax.enterprise.inject.spi.ProcessInjectionTarget
-
- 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 from getAsObject()
.
- setIntHeader(String, int) - Method in interface javax.servlet.http.HttpServletResponse
-
Sets a response header with the given name and
integer value.
- setIntHeader(String, int) - Method in class javax.servlet.http.HttpServletResponseWrapper
-
The default behavior of this method is to call setIntHeader(String name, int value)
on the wrapped response object.
- setIntProperty(String, int) - Method in interface javax.jms.Message
-
Sets an int
property value with the specified name into
the message.
- setInvalidPropertyDescriptors(PropertyDescriptor[]) - Method in exception javax.resource.spi.InvalidPropertyException
-
Set a list of invalid properties.
- setInView(boolean) - Method in class javax.faces.component.UIComponent
-
Updates the status as to whether or
not this component is currently within the view hierarchy.
- setInView(boolean) - Method in class javax.faces.component.UIViewRoot
-
Overridden to take no action.
- setIsmap(boolean) - Method in class javax.faces.component.html.HtmlGraphicImage
-
Set the value of the ismap
property.
- setItemDescription(String) - Method in class javax.faces.component.UISelectItem
-
Set the description for this selection item.
- setItemDisabled(boolean) - Method in class javax.faces.component.UISelectItem
-
Set the disabled value for this selection item.
- setItemEscaped(boolean) - Method in class javax.faces.component.UISelectItem
-
Set the escape value for the label of this selection item.
- setItemLabel(String) - Method in class javax.faces.component.UISelectItem
-
Set the localized label for this selection item.
- setItemValue(Object) - Method in class javax.faces.component.UISelectItem
-
Set the server value for this selection item.
- setJMSCorrelationID(String) - Method in interface javax.jms.JMSProducer
-
Specifies that messages sent using this JMSProducer
will
have their JMSCorrelationID
header value set to the
specified correlation ID, where correlation ID is specified as a
String
.
- setJMSCorrelationID(String) - Method in interface javax.jms.Message
-
Sets the correlation ID for the message.
- setJMSCorrelationIDAsBytes(byte[]) - Method in interface javax.jms.JMSProducer
-
Specifies that messages sent using this JMSProducer
will
have their JMSCorrelationID
header value set to the
specified correlation ID, where correlation ID is specified as an array
of bytes.
- setJMSCorrelationIDAsBytes(byte[]) - Method in interface javax.jms.Message
-
Sets the correlation ID as an array of bytes for the message.
- setJMSDeliveryMode(int) - Method in interface javax.jms.Message
-
Sets the DeliveryMode
value for this message.
- setJMSDeliveryTime(long) - Method in interface javax.jms.Message
-
Sets the message's delivery time value.
- setJMSDestination(Destination) - Method in interface javax.jms.Message
-
Sets the Destination
object for this message.
- setJMSExpiration(long) - Method in interface javax.jms.Message
-
Sets the message's expiration value.
- setJMSMessageID(String) - Method in interface javax.jms.Message
-
Sets the message ID.
- setJMSPriority(int) - Method in interface javax.jms.Message
-
Sets the priority level for this message.
- setJMSRedelivered(boolean) - Method in interface javax.jms.Message
-
Specifies whether this message is being redelivered.
- setJMSReplyTo(Destination) - Method in interface javax.jms.JMSProducer
-
Specifies that messages sent using this JMSProducer
will
have their JMSReplyTo
header value set to the specified
Destination
object.
- setJMSReplyTo(Destination) - Method in interface javax.jms.Message
-
Sets the Destination
object to which a reply to this
message should be sent.
- setJMSTimestamp(long) - Method in interface javax.jms.Message
-
Sets the message timestamp.
- setJMSType(String) - Method in interface javax.jms.JMSProducer
-
Specifies that messages sent using this JMSProducer
will
have their JMSType
header value set to the specified message
type.
- setJMSType(String) - Method in interface javax.jms.Message
-
Sets the message type.
- SetJoin<Z,E> - Interface in javax.persistence.criteria
-
The SetJoin
interface is the type of the result of
joining to a collection over an association or element
collection that has been specified as a java.util.Set
.
- setJspBody(JspFragment) - Method in interface javax.servlet.jsp.tagext.SimpleTag
-
Provides the body of this tag as a JspFragment object, able to be
invoked zero or more times by the tag handler.
- setJspBody(JspFragment) - Method in class javax.servlet.jsp.tagext.SimpleTagSupport
-
Stores the provided JspFragment.
- setJspContext(JspContext) - Method in interface javax.servlet.jsp.tagext.SimpleTag
-
Called by the container to provide this tag handler with
the JspContext
for this invocation.
- setJspContext(JspContext) - Method in class javax.servlet.jsp.tagext.SimpleTagSupport
-
Stores the provided JSP context in the private jspContext field.
- setJspId(String) - Method in class javax.faces.webapp.UIComponentClassicTagBase
-
- 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
-
- setKey(PrivateKey, Certificate[]) - Method in class javax.security.auth.message.callback.PrivateKeyCallback
-
Used by the CallbackHandler to set the requested private key and
the corresponding certificate chain within the Callback.
- setKey(SecretKey) - Method in class javax.security.auth.message.callback.SecretKeyCallback
-
Used by the CallbackHandler to set the requested secret key within
the Callback.
- setKey(Key) - Method in interface javax.xml.registry.infomodel.RegistryObject
-
Sets the key representing the universally unique ID (UUID) for this object.
- setLabel(String) - Method in class javax.faces.component.html.HtmlCommandButton
-
Set the value of the label
property.
- setLabel(String) - Method in class javax.faces.component.html.HtmlInputFile
-
Set the value of the label
property.
- setLabel(String) - Method in class javax.faces.component.html.HtmlInputSecret
-
Set the value of the label
property.
- setLabel(String) - Method in class javax.faces.component.html.HtmlInputText
-
Set the value of the label
property.
- setLabel(String) - Method in class javax.faces.component.html.HtmlInputTextarea
-
Set the value of the label
property.
- setLabel(String) - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
-
Set the value of the label
property.
- setLabel(String) - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the label
property.
- setLabel(String) - Method in class javax.faces.component.html.HtmlSelectManyListbox
-
Set the value of the label
property.
- setLabel(String) - Method in class javax.faces.component.html.HtmlSelectManyMenu
-
Set the value of the label
property.
- setLabel(String) - Method in class javax.faces.component.html.HtmlSelectOneListbox
-
Set the value of the label
property.
- setLabel(String) - Method in class javax.faces.component.html.HtmlSelectOneMenu
-
Set the value of the label
property.
- setLabel(String) - Method in class javax.faces.component.html.HtmlSelectOneRadio
-
Set the value of the label
property.
- setLabel(String) - Method in class javax.faces.model.SelectItem
-
Set the label of this item, to be rendered visibly for the user.
- setLang(String) - Method in class javax.faces.component.html.HtmlBody
-
Set the value of the lang
property.
- setLang(String) - Method in class javax.faces.component.html.HtmlCommandButton
-
Set the value of the lang
property.
- setLang(String) - Method in class javax.faces.component.html.HtmlCommandLink
-
Set the value of the lang
property.
- setLang(String) - Method in class javax.faces.component.html.HtmlDataTable
-
Set the value of the lang
property.
- setLang(String) - Method in class javax.faces.component.html.HtmlForm
-
Set the value of the lang
property.
- setLang(String) - Method in class javax.faces.component.html.HtmlGraphicImage
-
Set the value of the lang
property.
- setLang(String) - Method in class javax.faces.component.html.HtmlHead
-
Set the value of the lang
property.
- setLang(String) - Method in class javax.faces.component.html.HtmlInputFile
-
Set the value of the lang
property.
- setLang(String) - Method in class javax.faces.component.html.HtmlInputSecret
-
Set the value of the lang
property.
- setLang(String) - Method in class javax.faces.component.html.HtmlInputText
-
Set the value of the lang
property.
- setLang(String) - Method in class javax.faces.component.html.HtmlInputTextarea
-
Set the value of the lang
property.
- setLang(String) - Method in class javax.faces.component.html.HtmlMessage
-
Set the value of the lang
property.
- setLang(String) - Method in class javax.faces.component.html.HtmlMessages
-
Set the value of the lang
property.
- setLang(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
-
Set the value of the lang
property.
- setLang(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
-
Set the value of the lang
property.
- setLang(String) - Method in class javax.faces.component.html.HtmlOutputFormat
-
Set the value of the lang
property.
- setLang(String) - Method in class javax.faces.component.html.HtmlOutputLabel
-
Set the value of the lang
property.
- setLang(String) - Method in class javax.faces.component.html.HtmlOutputLink
-
Set the value of the lang
property.
- setLang(String) - Method in class javax.faces.component.html.HtmlOutputText
-
Set the value of the lang
property.
- setLang(String) - Method in class javax.faces.component.html.HtmlPanelGrid
-
Set the value of the lang
property.
- setLang(String) - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
-
Set the value of the lang
property.
- setLang(String) - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the lang
property.
- setLang(String) - Method in class javax.faces.component.html.HtmlSelectManyListbox
-
Set the value of the lang
property.
- setLang(String) - Method in class javax.faces.component.html.HtmlSelectManyMenu
-
Set the value of the lang
property.
- setLang(String) - Method in class javax.faces.component.html.HtmlSelectOneListbox
-
Set the value of the lang
property.
- setLang(String) - Method in class javax.faces.component.html.HtmlSelectOneMenu
-
Set the value of the lang
property.
- setLang(String) - Method in class javax.faces.component.html.HtmlSelectOneRadio
-
Set the value of the lang
property.
- setLastName(String) - Method in interface javax.xml.registry.infomodel.PersonName
-
Sets the last name (surname) for this Person.
- setLayout(String) - Method in class javax.faces.component.html.HtmlMessages
-
Set the value of the layout
property.
- setLayout(String) - Method in class javax.faces.component.html.HtmlPanelGroup
-
Set the value of the layout
property.
- setLayout(String) - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the layout
property.
- setLayout(String) - Method in class javax.faces.component.html.HtmlSelectOneRadio
-
Set the value of the layout
property.
- setLibraryName(String) - Method in class javax.faces.application.Resource
-
Set the libraryName for this resource.
- setLibraryName(String) - Method in class javax.faces.application.ResourceWrapper
-
- 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
and
initCause
methods of the
java.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
and
initCause
methods of the
java.lang.Throwable
class.
- setListener(Marshaller.Listener) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
- setListener(Unmarshaller.Listener) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
- setListener(Marshaller.Listener) - Method in interface javax.xml.bind.Marshaller
-
- setListener(Unmarshaller.Listener) - Method in interface javax.xml.bind.Unmarshaller
-
- setLoadOnStartup(int) - Method in interface javax.servlet.ServletRegistration.Dynamic
-
Sets the loadOnStartup
priority on the Servlet
represented by this dynamic ServletRegistration.
- setLocale(Locale) - Method in class javax.el.ELContext
-
Sets the Locale
for this instance.
- setLocale(Locale) - Method in interface javax.enterprise.deploy.spi.DeploymentManager
-
Set the active locale for this implementation of
javax.enterprise.deploy.spi subpackages to run.
- setLocale(Locale) - Method in class javax.faces.component.UIViewRoot
-
Set the Locale
to be used in localizing the
response being created for this view.
- setLocale(Locale) - Method in class javax.faces.convert.DateTimeConverter
-
Set the Locale
to be used when parsing or formatting
dates and times.
- setLocale(Locale) - Method in class javax.faces.convert.NumberConverter
-
Set the Locale
to be used when parsing numbers.
- setLocale(Locale) - Method in interface javax.servlet.ServletResponse
-
Sets the locale of the response, if the response has not been
committed yet.
- setLocale(Locale) - Method in class javax.servlet.ServletResponseWrapper
-
The default behavior of this method is to call setLocale(Locale loc)
on the wrapped response object.
- setLocale(Locale) - Method in interface javax.xml.registry.infomodel.LocalizedString
-
Set the Locale for this object.
- setLocalValueSet(boolean) - Method in interface javax.faces.component.EditableValueHolder
-
Sets the "local value set" state for this component.
- setLocalValueSet(boolean) - Method in class javax.faces.component.UIInput
-
Sets the "local value set" state for this component.
- 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.
- setLongdesc(String) - Method in class javax.faces.component.html.HtmlGraphicImage
-
Set the value of the longdesc
property.
- setLongProperty(String, long) - Method in interface javax.jms.Message
-
Sets a long
property value with the specified name into
the message.
- setMajorVersion(int) - Method in interface javax.xml.registry.infomodel.Versionable
-
Sets the major revision number for this version of the Versionable object.
- setManagedConnectionFactory(ManagedConnectionFactory) - Method in class javax.resource.spi.security.PasswordCredential
-
Sets the target ManagedConenctionFactory instance for which the user
name and password has been set by the application server.
- setMaxAge(int) - Method in class javax.servlet.http.Cookie
-
Sets the maximum age in seconds for this Cookie.
- setMaxAge(int) - Method in interface javax.servlet.SessionCookieConfig
-
Sets the lifetime (in seconds) for the session tracking cookies
created on behalf of the application represented by the
ServletContext from which this SessionCookieConfig
was acquired.
- setMaxAge(int) - Method in class javax.ws.rs.core.CacheControl
-
Corresponds to the max-age cache control directive.
- setMaxBinaryMessageBufferSize(int) - Method in interface javax.websocket.Session
-
Sets the maximum length of incoming binary messages that this Session can buffer.
- setMaxFractionDigits(int) - Method in class javax.faces.convert.NumberConverter
-
Set the maximum number of digits getAsString()
should
render in the fraction portion of the result.
- setMaxIdleTimeout(long) - Method in interface javax.websocket.Session
-
Set the non-zero number of milliseconds before this session will be closed by the
container if it is inactive, ie no messages are either sent or received.
- setMaximum(double) - Method in class javax.faces.validator.DoubleRangeValidator
-
Set the maximum value to be enforced by this
Validator
.
- setMaximum(int) - Method in class javax.faces.validator.LengthValidator
-
Set the maximum length to be enforced by this
Validator
.
- setMaximum(long) - Method in class javax.faces.validator.LongRangeValidator
-
Set the maximum value to be enforced by this
Validator
.
- setMaxInactiveInterval(int) - Method in interface javax.servlet.http.HttpSession
-
Specifies the time, in seconds, between client requests before the
servlet container will invalidate this session.
- setMaxIntegerDigits(int) - Method in class javax.faces.convert.NumberConverter
-
Set the maximum number of digits getAsString()
should
render in the integer portion of the result.
- setMaxlength(int) - Method in class javax.faces.component.html.HtmlInputFile
-
Set the value of the maxlength
property.
- setMaxlength(int) - Method in class javax.faces.component.html.HtmlInputSecret
-
Set the value of the maxlength
property.
- setMaxlength(int) - Method in class javax.faces.component.html.HtmlInputText
-
Set the value of the maxlength
property.
- setMaxResults(int) - Method in interface javax.persistence.Query
-
Set the maximum number of results to retrieve.
- setMaxResults(int) - Method in interface javax.persistence.TypedQuery
-
Set the maximum number of results to retrieve.
- setMaxTextMessageBufferSize(int) - Method in interface javax.websocket.Session
-
Sets the maximum length of incoming text messages that this Session can buffer.
- setMediaType(MediaType) - Method in interface javax.ws.rs.ext.InterceptorContext
-
Update media type of HTTP entity.
- setMemberFactories(FaceletCache.MemberFactory<V>, FaceletCache.MemberFactory<V>) - Method in class javax.faces.view.facelets.FaceletCache
-
This must be called by the runtime
at startup time, before any requests are serviced, and allows for
the FaceletCache
implementation to provide the
FaceletCache.MemberFactory
instances that will be used to create
instances of Facelets and View Metadata Facelets.
- setMessage(String) - Method in class javax.xml.bind.helpers.ValidationEventImpl
-
Set the message field of this event.
- setMessage(SOAPMessage) - Method in interface javax.xml.rpc.handler.soap.SOAPMessageContext
-
Sets the SOAPMessage in this message context
- 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
-
- setMessageDrivenContext(MessageDrivenContext) - Method in interface javax.ejb.MessageDrivenBean
-
Set the associated message-driven context.
- setMessageListener(MessageListener) - Method in interface javax.jms.JMSConsumer
-
Sets the JMSConsumer
's MessageListener
.
- setMessageListener(MessageListener) - Method in interface javax.jms.MessageConsumer
-
Sets the MessageConsumer
's MessageListener
.
- setMessageListener(MessageListener) - Method in interface javax.jms.Session
-
Sets the session's distinguished message listener (optional).
- setMessageNumber(int) - Method in class javax.mail.Message
-
Set the Message number for this Message.
- 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.
- setMiddleName(String) - Method in interface javax.xml.registry.infomodel.PersonName
-
Sets the middle name for this Person.
- setMimeHeader(String, String) - Method in class javax.xml.soap.AttachmentPart
-
Changes the first header entry that matches the given name
to the given value, adding a new header if no existing header
matches.
- setMimeHeader(String, String) - Method in class javax.xml.soap.SOAPPart
-
Changes the first header entry that matches the given header name
so that its value is the given value, adding a new header with the
given name and value if no
existing header is a match.
- setMimeType(String) - Method in interface javax.xml.registry.infomodel.ExtrinsicObject
-
Sets the mime type associated with this object.
- setMinFractionDigits(int) - Method in class javax.faces.convert.NumberConverter
-
Set the minimum number of digits getAsString()
should
render in the fraction portion of the result.
- setMinimum(double) - Method in class javax.faces.validator.DoubleRangeValidator
-
Set the minimum value to be enforced by this
Validator
.
- setMinimum(int) - Method in class javax.faces.validator.LengthValidator
-
Set the minimum length to be enforced by this
Validator
.
- setMinimum(long) - Method in class javax.faces.validator.LongRangeValidator
-
Set the minimum value to be enforced by this
Validator
.
- setMinIntegerDigits(int) - Method in class javax.faces.convert.NumberConverter
-
Set the minimum number of digits getAsString()
should
render in the integer portion of the result.
- setMinorVersion(int) - Method in interface javax.xml.registry.infomodel.Versionable
-
Sets the minor revision number for this version of the Versionable object.
- 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
-
- 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.
- setMustUnderstand(boolean) - Method in interface javax.xml.soap.SOAPHeaderElement
-
Sets the mustUnderstand attribute for this SOAPHeaderElement
object to be either true or false.
- setName(String) - Method in class javax.faces.component.UIParameter
-
Set the optional parameter name for this parameter.
- setName(String) - Method in class javax.faces.component.UIViewParameter
-
Set the request parameter name from
which the value is retrieved.
- setName(String) - Method in class javax.faces.webapp.AttributeTag
-
Deprecated.
Set the attribute name.
- setName(String) - Method in class javax.faces.webapp.FacetTag
-
Set the name to be assigned to this facet.
- setName(String) - Method in class javax.mail.util.ByteArrayDataSource
-
Set the name of the data.
- setName(String) - Method in class javax.resource.spi.work.HintsContext
-
Set the associated name of the HintsContext.
- setName(String) - Method in interface javax.servlet.SessionCookieConfig
-
Sets the name that will be assigned to any session tracking
cookies created on behalf of the application represented by the
ServletContext from which this SessionCookieConfig
was acquired.
- setName(InternationalString) - Method in interface javax.xml.registry.infomodel.RegistryObject
-
Sets user-friendly name of object in repository.
- setName(String) - Method in interface javax.xml.registry.infomodel.Slot
-
Sets the name for this Slot.
- setNavigationHandler(NavigationHandler) - Method in class javax.faces.application.Application
-
Set the
NavigationHandler
instance that will be passed
the outcome returned by any invoked application action for this
web application.
- setNavigationHandler(NavigationHandler) - Method in class javax.faces.application.ApplicationWrapper
-
- 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.
- setNumber(String) - Method in interface javax.xml.registry.infomodel.TelephoneNumber
-
Sets the telephone number suffix, not including the country or area code.
- setNumberFormat(NumberFormat) - Method in class javax.mail.internet.MailDateFormat
-
Don't allow setting the NumberFormat
- setObject(String, Object) - Method in interface javax.jms.MapMessage
-
Sets an object value with the specified name into the Map.
- setObject(Serializable) - Method in interface javax.jms.ObjectMessage
-
Sets the serializable object containing this message's data.
- setObject(Object) - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
-
Set the Object field on this event locator.
- 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.
- setOnblur(String) - Method in class javax.faces.component.html.HtmlCommandButton
-
Set the value of the onblur
property.
- setOnblur(String) - Method in class javax.faces.component.html.HtmlCommandLink
-
Set the value of the onblur
property.
- setOnblur(String) - Method in class javax.faces.component.html.HtmlInputFile
-
Set the value of the onblur
property.
- setOnblur(String) - Method in class javax.faces.component.html.HtmlInputSecret
-
Set the value of the onblur
property.
- setOnblur(String) - Method in class javax.faces.component.html.HtmlInputText
-
Set the value of the onblur
property.
- setOnblur(String) - Method in class javax.faces.component.html.HtmlInputTextarea
-
Set the value of the onblur
property.
- setOnblur(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
-
Set the value of the onblur
property.
- setOnblur(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
-
Set the value of the onblur
property.
- setOnblur(String) - Method in class javax.faces.component.html.HtmlOutputLabel
-
Set the value of the onblur
property.
- setOnblur(String) - Method in class javax.faces.component.html.HtmlOutputLink
-
Set the value of the onblur
property.
- setOnblur(String) - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
-
Set the value of the onblur
property.
- setOnblur(String) - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the onblur
property.
- setOnblur(String) - Method in class javax.faces.component.html.HtmlSelectManyListbox
-
Set the value of the onblur
property.
- setOnblur(String) - Method in class javax.faces.component.html.HtmlSelectManyMenu
-
Set the value of the onblur
property.
- setOnblur(String) - Method in class javax.faces.component.html.HtmlSelectOneListbox
-
Set the value of the onblur
property.
- setOnblur(String) - Method in class javax.faces.component.html.HtmlSelectOneMenu
-
Set the value of the onblur
property.
- setOnblur(String) - Method in class javax.faces.component.html.HtmlSelectOneRadio
-
Set the value of the onblur
property.
- setOnchange(String) - Method in class javax.faces.component.html.HtmlCommandButton
-
Set the value of the onchange
property.
- setOnchange(String) - Method in class javax.faces.component.html.HtmlInputFile
-
Set the value of the onchange
property.
- setOnchange(String) - Method in class javax.faces.component.html.HtmlInputSecret
-
Set the value of the onchange
property.
- setOnchange(String) - Method in class javax.faces.component.html.HtmlInputText
-
Set the value of the onchange
property.
- setOnchange(String) - Method in class javax.faces.component.html.HtmlInputTextarea
-
Set the value of the onchange
property.
- setOnchange(String) - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
-
Set the value of the onchange
property.
- setOnchange(String) - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the onchange
property.
- setOnchange(String) - Method in class javax.faces.component.html.HtmlSelectManyListbox
-
Set the value of the onchange
property.
- setOnchange(String) - Method in class javax.faces.component.html.HtmlSelectManyMenu
-
Set the value of the onchange
property.
- setOnchange(String) - Method in class javax.faces.component.html.HtmlSelectOneListbox
-
Set the value of the onchange
property.
- setOnchange(String) - Method in class javax.faces.component.html.HtmlSelectOneMenu
-
Set the value of the onchange
property.
- setOnchange(String) - Method in class javax.faces.component.html.HtmlSelectOneRadio
-
Set the value of the onchange
property.
- setOnclick(String) - Method in class javax.faces.component.html.HtmlBody
-
Set the value of the onclick
property.
- setOnclick(String) - Method in class javax.faces.component.html.HtmlCommandButton
-
Set the value of the onclick
property.
- setOnclick(String) - Method in class javax.faces.component.html.HtmlCommandLink
-
Set the value of the onclick
property.
- setOnclick(String) - Method in class javax.faces.component.html.HtmlDataTable
-
Set the value of the onclick
property.
- setOnclick(String) - Method in class javax.faces.component.html.HtmlForm
-
Set the value of the onclick
property.
- setOnclick(String) - Method in class javax.faces.component.html.HtmlGraphicImage
-
Set the value of the onclick
property.
- setOnclick(String) - Method in class javax.faces.component.html.HtmlInputFile
-
Set the value of the onclick
property.
- setOnclick(String) - Method in class javax.faces.component.html.HtmlInputSecret
-
Set the value of the onclick
property.
- setOnclick(String) - Method in class javax.faces.component.html.HtmlInputText
-
Set the value of the onclick
property.
- setOnclick(String) - Method in class javax.faces.component.html.HtmlInputTextarea
-
Set the value of the onclick
property.
- setOnclick(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
-
Set the value of the onclick
property.
- setOnclick(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
-
Set the value of the onclick
property.
- setOnclick(String) - Method in class javax.faces.component.html.HtmlOutputLabel
-
Set the value of the onclick
property.
- setOnclick(String) - Method in class javax.faces.component.html.HtmlOutputLink
-
Set the value of the onclick
property.
- setOnclick(String) - Method in class javax.faces.component.html.HtmlPanelGrid
-
Set the value of the onclick
property.
- setOnclick(String) - Method in class javax.faces.component.html.HtmlPanelGroup
-
Set the value of the onclick
property.
- setOnclick(String) - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
-
Set the value of the onclick
property.
- setOnclick(String) - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the onclick
property.
- setOnclick(String) - Method in class javax.faces.component.html.HtmlSelectManyListbox
-
Set the value of the onclick
property.
- setOnclick(String) - Method in class javax.faces.component.html.HtmlSelectManyMenu
-
Set the value of the onclick
property.
- setOnclick(String) - Method in class javax.faces.component.html.HtmlSelectOneListbox
-
Set the value of the onclick
property.
- setOnclick(String) - Method in class javax.faces.component.html.HtmlSelectOneMenu
-
Set the value of the onclick
property.
- setOnclick(String) - Method in class javax.faces.component.html.HtmlSelectOneRadio
-
Set the value of the onclick
property.
- setOndblclick(String) - Method in class javax.faces.component.html.HtmlBody
-
Set the value of the ondblclick
property.
- setOndblclick(String) - Method in class javax.faces.component.html.HtmlCommandButton
-
Set the value of the ondblclick
property.
- setOndblclick(String) - Method in class javax.faces.component.html.HtmlCommandLink
-
Set the value of the ondblclick
property.
- setOndblclick(String) - Method in class javax.faces.component.html.HtmlDataTable
-
Set the value of the ondblclick
property.
- setOndblclick(String) - Method in class javax.faces.component.html.HtmlForm
-
Set the value of the ondblclick
property.
- setOndblclick(String) - Method in class javax.faces.component.html.HtmlGraphicImage
-
Set the value of the ondblclick
property.
- setOndblclick(String) - Method in class javax.faces.component.html.HtmlInputFile
-
Set the value of the ondblclick
property.
- setOndblclick(String) - Method in class javax.faces.component.html.HtmlInputSecret
-
Set the value of the ondblclick
property.
- setOndblclick(String) - Method in class javax.faces.component.html.HtmlInputText
-
Set the value of the ondblclick
property.
- setOndblclick(String) - Method in class javax.faces.component.html.HtmlInputTextarea
-
Set the value of the ondblclick
property.
- setOndblclick(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
-
Set the value of the ondblclick
property.
- setOndblclick(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
-
Set the value of the ondblclick
property.
- setOndblclick(String) - Method in class javax.faces.component.html.HtmlOutputLabel
-
Set the value of the ondblclick
property.
- setOndblclick(String) - Method in class javax.faces.component.html.HtmlOutputLink
-
Set the value of the ondblclick
property.
- setOndblclick(String) - Method in class javax.faces.component.html.HtmlPanelGrid
-
Set the value of the ondblclick
property.
- setOndblclick(String) - Method in class javax.faces.component.html.HtmlPanelGroup
-
Set the value of the ondblclick
property.
- setOndblclick(String) - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
-
Set the value of the ondblclick
property.
- setOndblclick(String) - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the ondblclick
property.
- setOndblclick(String) - Method in class javax.faces.component.html.HtmlSelectManyListbox
-
Set the value of the ondblclick
property.
- setOndblclick(String) - Method in class javax.faces.component.html.HtmlSelectManyMenu
-
Set the value of the ondblclick
property.
- setOndblclick(String) - Method in class javax.faces.component.html.HtmlSelectOneListbox
-
Set the value of the ondblclick
property.
- setOndblclick(String) - Method in class javax.faces.component.html.HtmlSelectOneMenu
-
Set the value of the ondblclick
property.
- setOndblclick(String) - Method in class javax.faces.component.html.HtmlSelectOneRadio
-
Set the value of the ondblclick
property.
- setOnerror(String) - Method in class javax.faces.component.behavior.AjaxBehavior
-
Sets the JavaScript function name
that will be used to identify the client callback function that
should be run in the event of an error.
- 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.
- setOnfocus(String) - Method in class javax.faces.component.html.HtmlCommandButton
-
Set the value of the onfocus
property.
- setOnfocus(String) - Method in class javax.faces.component.html.HtmlCommandLink
-
Set the value of the onfocus
property.
- setOnfocus(String) - Method in class javax.faces.component.html.HtmlInputFile
-
Set the value of the onfocus
property.
- setOnfocus(String) - Method in class javax.faces.component.html.HtmlInputSecret
-
Set the value of the onfocus
property.
- setOnfocus(String) - Method in class javax.faces.component.html.HtmlInputText
-
Set the value of the onfocus
property.
- setOnfocus(String) - Method in class javax.faces.component.html.HtmlInputTextarea
-
Set the value of the onfocus
property.
- setOnfocus(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
-
Set the value of the onfocus
property.
- setOnfocus(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
-
Set the value of the onfocus
property.
- setOnfocus(String) - Method in class javax.faces.component.html.HtmlOutputLabel
-
Set the value of the onfocus
property.
- setOnfocus(String) - Method in class javax.faces.component.html.HtmlOutputLink
-
Set the value of the onfocus
property.
- setOnfocus(String) - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
-
Set the value of the onfocus
property.
- setOnfocus(String) - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the onfocus
property.
- setOnfocus(String) - Method in class javax.faces.component.html.HtmlSelectManyListbox
-
Set the value of the onfocus
property.
- setOnfocus(String) - Method in class javax.faces.component.html.HtmlSelectManyMenu
-
Set the value of the onfocus
property.
- setOnfocus(String) - Method in class javax.faces.component.html.HtmlSelectOneListbox
-
Set the value of the onfocus
property.
- setOnfocus(String) - Method in class javax.faces.component.html.HtmlSelectOneMenu
-
Set the value of the onfocus
property.
- setOnfocus(String) - Method in class javax.faces.component.html.HtmlSelectOneRadio
-
Set the value of the onfocus
property.
- setOnkeydown(String) - Method in class javax.faces.component.html.HtmlBody
-
Set the value of the onkeydown
property.
- setOnkeydown(String) - Method in class javax.faces.component.html.HtmlCommandButton
-
Set the value of the onkeydown
property.
- setOnkeydown(String) - Method in class javax.faces.component.html.HtmlCommandLink
-
Set the value of the onkeydown
property.
- setOnkeydown(String) - Method in class javax.faces.component.html.HtmlDataTable
-
Set the value of the onkeydown
property.
- setOnkeydown(String) - Method in class javax.faces.component.html.HtmlForm
-
Set the value of the onkeydown
property.
- setOnkeydown(String) - Method in class javax.faces.component.html.HtmlGraphicImage
-
Set the value of the onkeydown
property.
- setOnkeydown(String) - Method in class javax.faces.component.html.HtmlInputFile
-
Set the value of the onkeydown
property.
- setOnkeydown(String) - Method in class javax.faces.component.html.HtmlInputSecret
-
Set the value of the onkeydown
property.
- setOnkeydown(String) - Method in class javax.faces.component.html.HtmlInputText
-
Set the value of the onkeydown
property.
- setOnkeydown(String) - Method in class javax.faces.component.html.HtmlInputTextarea
-
Set the value of the onkeydown
property.
- setOnkeydown(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
-
Set the value of the onkeydown
property.
- setOnkeydown(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
-
Set the value of the onkeydown
property.
- setOnkeydown(String) - Method in class javax.faces.component.html.HtmlOutputLabel
-
Set the value of the onkeydown
property.
- setOnkeydown(String) - Method in class javax.faces.component.html.HtmlOutputLink
-
Set the value of the onkeydown
property.
- setOnkeydown(String) - Method in class javax.faces.component.html.HtmlPanelGrid
-
Set the value of the onkeydown
property.
- setOnkeydown(String) - Method in class javax.faces.component.html.HtmlPanelGroup
-
Set the value of the onkeydown
property.
- setOnkeydown(String) - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
-
Set the value of the onkeydown
property.
- setOnkeydown(String) - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the onkeydown
property.
- setOnkeydown(String) - Method in class javax.faces.component.html.HtmlSelectManyListbox
-
Set the value of the onkeydown
property.
- setOnkeydown(String) - Method in class javax.faces.component.html.HtmlSelectManyMenu
-
Set the value of the onkeydown
property.
- setOnkeydown(String) - Method in class javax.faces.component.html.HtmlSelectOneListbox
-
Set the value of the onkeydown
property.
- setOnkeydown(String) - Method in class javax.faces.component.html.HtmlSelectOneMenu
-
Set the value of the onkeydown
property.
- setOnkeydown(String) - Method in class javax.faces.component.html.HtmlSelectOneRadio
-
Set the value of the onkeydown
property.
- setOnkeypress(String) - Method in class javax.faces.component.html.HtmlBody
-
Set the value of the onkeypress
property.
- setOnkeypress(String) - Method in class javax.faces.component.html.HtmlCommandButton
-
Set the value of the onkeypress
property.
- setOnkeypress(String) - Method in class javax.faces.component.html.HtmlCommandLink
-
Set the value of the onkeypress
property.
- setOnkeypress(String) - Method in class javax.faces.component.html.HtmlDataTable
-
Set the value of the onkeypress
property.
- setOnkeypress(String) - Method in class javax.faces.component.html.HtmlForm
-
Set the value of the onkeypress
property.
- setOnkeypress(String) - Method in class javax.faces.component.html.HtmlGraphicImage
-
Set the value of the onkeypress
property.
- setOnkeypress(String) - Method in class javax.faces.component.html.HtmlInputFile
-
Set the value of the onkeypress
property.
- setOnkeypress(String) - Method in class javax.faces.component.html.HtmlInputSecret
-
Set the value of the onkeypress
property.
- setOnkeypress(String) - Method in class javax.faces.component.html.HtmlInputText
-
Set the value of the onkeypress
property.
- setOnkeypress(String) - Method in class javax.faces.component.html.HtmlInputTextarea
-
Set the value of the onkeypress
property.
- setOnkeypress(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
-
Set the value of the onkeypress
property.
- setOnkeypress(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
-
Set the value of the onkeypress
property.
- setOnkeypress(String) - Method in class javax.faces.component.html.HtmlOutputLabel
-
Set the value of the onkeypress
property.
- setOnkeypress(String) - Method in class javax.faces.component.html.HtmlOutputLink
-
Set the value of the onkeypress
property.
- setOnkeypress(String) - Method in class javax.faces.component.html.HtmlPanelGrid
-
Set the value of the onkeypress
property.
- setOnkeypress(String) - Method in class javax.faces.component.html.HtmlPanelGroup
-
Set the value of the onkeypress
property.
- setOnkeypress(String) - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
-
Set the value of the onkeypress
property.
- setOnkeypress(String) - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the onkeypress
property.
- setOnkeypress(String) - Method in class javax.faces.component.html.HtmlSelectManyListbox
-
Set the value of the onkeypress
property.
- setOnkeypress(String) - Method in class javax.faces.component.html.HtmlSelectManyMenu
-
Set the value of the onkeypress
property.
- setOnkeypress(String) - Method in class javax.faces.component.html.HtmlSelectOneListbox
-
Set the value of the onkeypress
property.
- setOnkeypress(String) - Method in class javax.faces.component.html.HtmlSelectOneMenu
-
Set the value of the onkeypress
property.
- setOnkeypress(String) - Method in class javax.faces.component.html.HtmlSelectOneRadio
-
Set the value of the onkeypress
property.
- setOnkeyup(String) - Method in class javax.faces.component.html.HtmlBody
-
Set the value of the onkeyup
property.
- setOnkeyup(String) - Method in class javax.faces.component.html.HtmlCommandButton
-
Set the value of the onkeyup
property.
- setOnkeyup(String) - Method in class javax.faces.component.html.HtmlCommandLink
-
Set the value of the onkeyup
property.
- setOnkeyup(String) - Method in class javax.faces.component.html.HtmlDataTable
-
Set the value of the onkeyup
property.
- setOnkeyup(String) - Method in class javax.faces.component.html.HtmlForm
-
Set the value of the onkeyup
property.
- setOnkeyup(String) - Method in class javax.faces.component.html.HtmlGraphicImage
-
Set the value of the onkeyup
property.
- setOnkeyup(String) - Method in class javax.faces.component.html.HtmlInputFile
-
Set the value of the onkeyup
property.
- setOnkeyup(String) - Method in class javax.faces.component.html.HtmlInputSecret
-
Set the value of the onkeyup
property.
- setOnkeyup(String) - Method in class javax.faces.component.html.HtmlInputText
-
Set the value of the onkeyup
property.
- setOnkeyup(String) - Method in class javax.faces.component.html.HtmlInputTextarea
-
Set the value of the onkeyup
property.
- setOnkeyup(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
-
Set the value of the onkeyup
property.
- setOnkeyup(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
-
Set the value of the onkeyup
property.
- setOnkeyup(String) - Method in class javax.faces.component.html.HtmlOutputLabel
-
Set the value of the onkeyup
property.
- setOnkeyup(String) - Method in class javax.faces.component.html.HtmlOutputLink
-
Set the value of the onkeyup
property.
- setOnkeyup(String) - Method in class javax.faces.component.html.HtmlPanelGrid
-
Set the value of the onkeyup
property.
- setOnkeyup(String) - Method in class javax.faces.component.html.HtmlPanelGroup
-
Set the value of the onkeyup
property.
- setOnkeyup(String) - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
-
Set the value of the onkeyup
property.
- setOnkeyup(String) - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the onkeyup
property.
- setOnkeyup(String) - Method in class javax.faces.component.html.HtmlSelectManyListbox
-
Set the value of the onkeyup
property.
- setOnkeyup(String) - Method in class javax.faces.component.html.HtmlSelectManyMenu
-
Set the value of the onkeyup
property.
- setOnkeyup(String) - Method in class javax.faces.component.html.HtmlSelectOneListbox
-
Set the value of the onkeyup
property.
- setOnkeyup(String) - Method in class javax.faces.component.html.HtmlSelectOneMenu
-
Set the value of the onkeyup
property.
- setOnkeyup(String) - Method in class javax.faces.component.html.HtmlSelectOneRadio
-
Set the value of the onkeyup
property.
- setOnload(String) - Method in class javax.faces.component.html.HtmlBody
-
Set the value of the onload
property.
- setOnmousedown(String) - Method in class javax.faces.component.html.HtmlBody
-
Set the value of the onmousedown
property.
- setOnmousedown(String) - Method in class javax.faces.component.html.HtmlCommandButton
-
Set the value of the onmousedown
property.
- setOnmousedown(String) - Method in class javax.faces.component.html.HtmlCommandLink
-
Set the value of the onmousedown
property.
- setOnmousedown(String) - Method in class javax.faces.component.html.HtmlDataTable
-
Set the value of the onmousedown
property.
- setOnmousedown(String) - Method in class javax.faces.component.html.HtmlForm
-
Set the value of the onmousedown
property.
- setOnmousedown(String) - Method in class javax.faces.component.html.HtmlGraphicImage
-
Set the value of the onmousedown
property.
- setOnmousedown(String) - Method in class javax.faces.component.html.HtmlInputFile
-
Set the value of the onmousedown
property.
- setOnmousedown(String) - Method in class javax.faces.component.html.HtmlInputSecret
-
Set the value of the onmousedown
property.
- setOnmousedown(String) - Method in class javax.faces.component.html.HtmlInputText
-
Set the value of the onmousedown
property.
- setOnmousedown(String) - Method in class javax.faces.component.html.HtmlInputTextarea
-
Set the value of the onmousedown
property.
- setOnmousedown(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
-
Set the value of the onmousedown
property.
- setOnmousedown(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
-
Set the value of the onmousedown
property.
- setOnmousedown(String) - Method in class javax.faces.component.html.HtmlOutputLabel
-
Set the value of the onmousedown
property.
- setOnmousedown(String) - Method in class javax.faces.component.html.HtmlOutputLink
-
Set the value of the onmousedown
property.
- setOnmousedown(String) - Method in class javax.faces.component.html.HtmlPanelGrid
-
Set the value of the onmousedown
property.
- setOnmousedown(String) - Method in class javax.faces.component.html.HtmlPanelGroup
-
Set the value of the onmousedown
property.
- setOnmousedown(String) - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
-
Set the value of the onmousedown
property.
- setOnmousedown(String) - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the onmousedown
property.
- setOnmousedown(String) - Method in class javax.faces.component.html.HtmlSelectManyListbox
-
Set the value of the onmousedown
property.
- setOnmousedown(String) - Method in class javax.faces.component.html.HtmlSelectManyMenu
-
Set the value of the onmousedown
property.
- setOnmousedown(String) - Method in class javax.faces.component.html.HtmlSelectOneListbox
-
Set the value of the onmousedown
property.
- setOnmousedown(String) - Method in class javax.faces.component.html.HtmlSelectOneMenu
-
Set the value of the onmousedown
property.
- setOnmousedown(String) - Method in class javax.faces.component.html.HtmlSelectOneRadio
-
Set the value of the onmousedown
property.
- setOnmousemove(String) - Method in class javax.faces.component.html.HtmlBody
-
Set the value of the onmousemove
property.
- setOnmousemove(String) - Method in class javax.faces.component.html.HtmlCommandButton
-
Set the value of the onmousemove
property.
- setOnmousemove(String) - Method in class javax.faces.component.html.HtmlCommandLink
-
Set the value of the onmousemove
property.
- setOnmousemove(String) - Method in class javax.faces.component.html.HtmlDataTable
-
Set the value of the onmousemove
property.
- setOnmousemove(String) - Method in class javax.faces.component.html.HtmlForm
-
Set the value of the onmousemove
property.
- setOnmousemove(String) - Method in class javax.faces.component.html.HtmlGraphicImage
-
Set the value of the onmousemove
property.
- setOnmousemove(String) - Method in class javax.faces.component.html.HtmlInputFile
-
Set the value of the onmousemove
property.
- setOnmousemove(String) - Method in class javax.faces.component.html.HtmlInputSecret
-
Set the value of the onmousemove
property.
- setOnmousemove(String) - Method in class javax.faces.component.html.HtmlInputText
-
Set the value of the onmousemove
property.
- setOnmousemove(String) - Method in class javax.faces.component.html.HtmlInputTextarea
-
Set the value of the onmousemove
property.
- setOnmousemove(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
-
Set the value of the onmousemove
property.
- setOnmousemove(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
-
Set the value of the onmousemove
property.
- setOnmousemove(String) - Method in class javax.faces.component.html.HtmlOutputLabel
-
Set the value of the onmousemove
property.
- setOnmousemove(String) - Method in class javax.faces.component.html.HtmlOutputLink
-
Set the value of the onmousemove
property.
- setOnmousemove(String) - Method in class javax.faces.component.html.HtmlPanelGrid
-
Set the value of the onmousemove
property.
- setOnmousemove(String) - Method in class javax.faces.component.html.HtmlPanelGroup
-
Set the value of the onmousemove
property.
- setOnmousemove(String) - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
-
Set the value of the onmousemove
property.
- setOnmousemove(String) - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the onmousemove
property.
- setOnmousemove(String) - Method in class javax.faces.component.html.HtmlSelectManyListbox
-
Set the value of the onmousemove
property.
- setOnmousemove(String) - Method in class javax.faces.component.html.HtmlSelectManyMenu
-
Set the value of the onmousemove
property.
- setOnmousemove(String) - Method in class javax.faces.component.html.HtmlSelectOneListbox
-
Set the value of the onmousemove
property.
- setOnmousemove(String) - Method in class javax.faces.component.html.HtmlSelectOneMenu
-
Set the value of the onmousemove
property.
- setOnmousemove(String) - Method in class javax.faces.component.html.HtmlSelectOneRadio
-
Set the value of the onmousemove
property.
- setOnmouseout(String) - Method in class javax.faces.component.html.HtmlBody
-
Set the value of the onmouseout
property.
- setOnmouseout(String) - Method in class javax.faces.component.html.HtmlCommandButton
-
Set the value of the onmouseout
property.
- setOnmouseout(String) - Method in class javax.faces.component.html.HtmlCommandLink
-
Set the value of the onmouseout
property.
- setOnmouseout(String) - Method in class javax.faces.component.html.HtmlDataTable
-
Set the value of the onmouseout
property.
- setOnmouseout(String) - Method in class javax.faces.component.html.HtmlForm
-
Set the value of the onmouseout
property.
- setOnmouseout(String) - Method in class javax.faces.component.html.HtmlGraphicImage
-
Set the value of the onmouseout
property.
- setOnmouseout(String) - Method in class javax.faces.component.html.HtmlInputFile
-
Set the value of the onmouseout
property.
- setOnmouseout(String) - Method in class javax.faces.component.html.HtmlInputSecret
-
Set the value of the onmouseout
property.
- setOnmouseout(String) - Method in class javax.faces.component.html.HtmlInputText
-
Set the value of the onmouseout
property.
- setOnmouseout(String) - Method in class javax.faces.component.html.HtmlInputTextarea
-
Set the value of the onmouseout
property.
- setOnmouseout(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
-
Set the value of the onmouseout
property.
- setOnmouseout(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
-
Set the value of the onmouseout
property.
- setOnmouseout(String) - Method in class javax.faces.component.html.HtmlOutputLabel
-
Set the value of the onmouseout
property.
- setOnmouseout(String) - Method in class javax.faces.component.html.HtmlOutputLink
-
Set the value of the onmouseout
property.
- setOnmouseout(String) - Method in class javax.faces.component.html.HtmlPanelGrid
-
Set the value of the onmouseout
property.
- setOnmouseout(String) - Method in class javax.faces.component.html.HtmlPanelGroup
-
Set the value of the onmouseout
property.
- setOnmouseout(String) - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
-
Set the value of the onmouseout
property.
- setOnmouseout(String) - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the onmouseout
property.
- setOnmouseout(String) - Method in class javax.faces.component.html.HtmlSelectManyListbox
-
Set the value of the onmouseout
property.
- setOnmouseout(String) - Method in class javax.faces.component.html.HtmlSelectManyMenu
-
Set the value of the onmouseout
property.
- setOnmouseout(String) - Method in class javax.faces.component.html.HtmlSelectOneListbox
-
Set the value of the onmouseout
property.
- setOnmouseout(String) - Method in class javax.faces.component.html.HtmlSelectOneMenu
-
Set the value of the onmouseout
property.
- setOnmouseout(String) - Method in class javax.faces.component.html.HtmlSelectOneRadio
-
Set the value of the onmouseout
property.
- setOnmouseover(String) - Method in class javax.faces.component.html.HtmlBody
-
Set the value of the onmouseover
property.
- setOnmouseover(String) - Method in class javax.faces.component.html.HtmlCommandButton
-
Set the value of the onmouseover
property.
- setOnmouseover(String) - Method in class javax.faces.component.html.HtmlCommandLink
-
Set the value of the onmouseover
property.
- setOnmouseover(String) - Method in class javax.faces.component.html.HtmlDataTable
-
Set the value of the onmouseover
property.
- setOnmouseover(String) - Method in class javax.faces.component.html.HtmlForm
-
Set the value of the onmouseover
property.
- setOnmouseover(String) - Method in class javax.faces.component.html.HtmlGraphicImage
-
Set the value of the onmouseover
property.
- setOnmouseover(String) - Method in class javax.faces.component.html.HtmlInputFile
-
Set the value of the onmouseover
property.
- setOnmouseover(String) - Method in class javax.faces.component.html.HtmlInputSecret
-
Set the value of the onmouseover
property.
- setOnmouseover(String) - Method in class javax.faces.component.html.HtmlInputText
-
Set the value of the onmouseover
property.
- setOnmouseover(String) - Method in class javax.faces.component.html.HtmlInputTextarea
-
Set the value of the onmouseover
property.
- setOnmouseover(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
-
Set the value of the onmouseover
property.
- setOnmouseover(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
-
Set the value of the onmouseover
property.
- setOnmouseover(String) - Method in class javax.faces.component.html.HtmlOutputLabel
-
Set the value of the onmouseover
property.
- setOnmouseover(String) - Method in class javax.faces.component.html.HtmlOutputLink
-
Set the value of the onmouseover
property.
- setOnmouseover(String) - Method in class javax.faces.component.html.HtmlPanelGrid
-
Set the value of the onmouseover
property.
- setOnmouseover(String) - Method in class javax.faces.component.html.HtmlPanelGroup
-
Set the value of the onmouseover
property.
- setOnmouseover(String) - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
-
Set the value of the onmouseover
property.
- setOnmouseover(String) - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the onmouseover
property.
- setOnmouseover(String) - Method in class javax.faces.component.html.HtmlSelectManyListbox
-
Set the value of the onmouseover
property.
- setOnmouseover(String) - Method in class javax.faces.component.html.HtmlSelectManyMenu
-
Set the value of the onmouseover
property.
- setOnmouseover(String) - Method in class javax.faces.component.html.HtmlSelectOneListbox
-
Set the value of the onmouseover
property.
- setOnmouseover(String) - Method in class javax.faces.component.html.HtmlSelectOneMenu
-
Set the value of the onmouseover
property.
- setOnmouseover(String) - Method in class javax.faces.component.html.HtmlSelectOneRadio
-
Set the value of the onmouseover
property.
- setOnmouseup(String) - Method in class javax.faces.component.html.HtmlBody
-
Set the value of the onmouseup
property.
- setOnmouseup(String) - Method in class javax.faces.component.html.HtmlCommandButton
-
Set the value of the onmouseup
property.
- setOnmouseup(String) - Method in class javax.faces.component.html.HtmlCommandLink
-
Set the value of the onmouseup
property.
- setOnmouseup(String) - Method in class javax.faces.component.html.HtmlDataTable
-
Set the value of the onmouseup
property.
- setOnmouseup(String) - Method in class javax.faces.component.html.HtmlForm
-
Set the value of the onmouseup
property.
- setOnmouseup(String) - Method in class javax.faces.component.html.HtmlGraphicImage
-
Set the value of the onmouseup
property.
- setOnmouseup(String) - Method in class javax.faces.component.html.HtmlInputFile
-
Set the value of the onmouseup
property.
- setOnmouseup(String) - Method in class javax.faces.component.html.HtmlInputSecret
-
Set the value of the onmouseup
property.
- setOnmouseup(String) - Method in class javax.faces.component.html.HtmlInputText
-
Set the value of the onmouseup
property.
- setOnmouseup(String) - Method in class javax.faces.component.html.HtmlInputTextarea
-
Set the value of the onmouseup
property.
- setOnmouseup(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
-
Set the value of the onmouseup
property.
- setOnmouseup(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
-
Set the value of the onmouseup
property.
- setOnmouseup(String) - Method in class javax.faces.component.html.HtmlOutputLabel
-
Set the value of the onmouseup
property.
- setOnmouseup(String) - Method in class javax.faces.component.html.HtmlOutputLink
-
Set the value of the onmouseup
property.
- setOnmouseup(String) - Method in class javax.faces.component.html.HtmlPanelGrid
-
Set the value of the onmouseup
property.
- setOnmouseup(String) - Method in class javax.faces.component.html.HtmlPanelGroup
-
Set the value of the onmouseup
property.
- setOnmouseup(String) - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
-
Set the value of the onmouseup
property.
- setOnmouseup(String) - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the onmouseup
property.
- setOnmouseup(String) - Method in class javax.faces.component.html.HtmlSelectManyListbox
-
Set the value of the onmouseup
property.
- setOnmouseup(String) - Method in class javax.faces.component.html.HtmlSelectManyMenu
-
Set the value of the onmouseup
property.
- setOnmouseup(String) - Method in class javax.faces.component.html.HtmlSelectOneListbox
-
Set the value of the onmouseup
property.
- setOnmouseup(String) - Method in class javax.faces.component.html.HtmlSelectOneMenu
-
Set the value of the onmouseup
property.
- setOnmouseup(String) - Method in class javax.faces.component.html.HtmlSelectOneRadio
-
Set the value of the onmouseup
property.
- setOnPostback(boolean) - Method in class javax.faces.component.UIViewAction
-
Controls whether or not this
component operates on postback.
- setOnreset(String) - Method in class javax.faces.component.html.HtmlForm
-
Set the value of the onreset
property.
- setOnselect(String) - Method in class javax.faces.component.html.HtmlCommandButton
-
Set the value of the onselect
property.
- setOnselect(String) - Method in class javax.faces.component.html.HtmlInputFile
-
Set the value of the onselect
property.
- setOnselect(String) - Method in class javax.faces.component.html.HtmlInputSecret
-
Set the value of the onselect
property.
- setOnselect(String) - Method in class javax.faces.component.html.HtmlInputText
-
Set the value of the onselect
property.
- setOnselect(String) - Method in class javax.faces.component.html.HtmlInputTextarea
-
Set the value of the onselect
property.
- setOnselect(String) - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
-
Set the value of the onselect
property.
- setOnselect(String) - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the onselect
property.
- setOnselect(String) - Method in class javax.faces.component.html.HtmlSelectManyListbox
-
Set the value of the onselect
property.
- setOnselect(String) - Method in class javax.faces.component.html.HtmlSelectManyMenu
-
Set the value of the onselect
property.
- setOnselect(String) - Method in class javax.faces.component.html.HtmlSelectOneListbox
-
Set the value of the onselect
property.
- setOnselect(String) - Method in class javax.faces.component.html.HtmlSelectOneMenu
-
Set the value of the onselect
property.
- setOnselect(String) - Method in class javax.faces.component.html.HtmlSelectOneRadio
-
Set the value of the onselect
property.
- setOnsubmit(String) - Method in class javax.faces.component.html.HtmlForm
-
Set the value of the onsubmit
property.
- setOnunload(String) - Method in class javax.faces.component.html.HtmlBody
-
Set the value of the onunload
property.
- setOpaque(boolean) - Method in interface javax.xml.registry.infomodel.ExtrinsicObject
-
Sets whether the ExtrinsicObject is opaque (not readable) by the registry.
- setOperationName(QName) - Method in interface javax.xml.rpc.Call
-
Sets the name of the operation to be invoked using this
Call
instance.
- setOutcome(String) - Method in class javax.faces.component.UIOutcomeTarget
-
Sets the outcome
property of the UIOutcomeTarget
.
- setOutputStream(OutputStream) - Method in interface javax.ws.rs.ext.WriterInterceptorContext
-
Set a new output stream for the object to be written.
- setPageContext(PageContext) - Method in class javax.faces.webapp.UIComponentClassicTagBase
-
Set the PageContext
of the page containing this
tag instance.
- setPageContext(PageContext) - Method in interface javax.servlet.jsp.tagext.Tag
-
Set the current page context.
- setPageContext(PageContext) - Method in class javax.servlet.jsp.tagext.TagAdapter
-
Must not be called.
- setPageContext(PageContext) - Method in class javax.servlet.jsp.tagext.TagSupport
-
Set the page context.
- setParameter(String, String) - Method in class javax.mail.internet.ContentDisposition
-
Set the specified parameter.
- setParameter(String, String) - Method in class javax.mail.internet.ContentType
-
Set the specified parameter.
- setParameter(Parameter<T>, T) - Method in interface javax.persistence.Query
-
Bind the value of a Parameter
object.
- setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface javax.persistence.Query
-
Bind an instance of java.util.Calendar
to a Parameter
object.
- setParameter(Parameter<Date>, Date, TemporalType) - Method in interface javax.persistence.Query
-
Bind an instance of java.util.Date
to a Parameter
object.
- setParameter(String, Object) - Method in interface javax.persistence.Query
-
Bind an argument value to a named parameter.
- setParameter(String, Calendar, TemporalType) - Method in interface javax.persistence.Query
-
Bind an instance of java.util.Calendar
to a named parameter.
- setParameter(String, Date, TemporalType) - Method in interface javax.persistence.Query
-
Bind an instance of java.util.Date
to a named parameter.
- setParameter(int, Object) - Method in interface javax.persistence.Query
-
Bind an argument value to a positional parameter.
- setParameter(int, Calendar, TemporalType) - Method in interface javax.persistence.Query
-
Bind an instance of java.util.Calendar
to a positional
parameter.
- setParameter(int, Date, TemporalType) - Method in interface javax.persistence.Query
-
Bind an instance of java.util.Date
to a positional parameter.
- setParameter(Parameter<T>, T) - Method in interface javax.persistence.StoredProcedureQuery
-
Bind the value of a Parameter
object.
- setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface javax.persistence.StoredProcedureQuery
-
Bind an instance of java.util.Calendar
to a Parameter
object.
- setParameter(Parameter<Date>, Date, TemporalType) - Method in interface javax.persistence.StoredProcedureQuery
-
Bind an instance of java.util.Date
to a Parameter
object.
- setParameter(String, Object) - Method in interface javax.persistence.StoredProcedureQuery
-
Bind an argument value to a named parameter.
- setParameter(String, Calendar, TemporalType) - Method in interface javax.persistence.StoredProcedureQuery
-
Bind an instance of java.util.Calendar
to a named parameter.
- setParameter(String, Date, TemporalType) - Method in interface javax.persistence.StoredProcedureQuery
-
Bind an instance of java.util.Date
to a named parameter.
- setParameter(int, Object) - Method in interface javax.persistence.StoredProcedureQuery
-
Bind an argument value to a positional parameter.
- setParameter(int, Calendar, TemporalType) - Method in interface javax.persistence.StoredProcedureQuery
-
Bind an instance of java.util.Calendar
to a positional
parameter.
- setParameter(int, Date, TemporalType) - Method in interface javax.persistence.StoredProcedureQuery
-
Bind an instance of java.util.Date
to a positional parameter.
- setParameter(Parameter<T>, T) - Method in interface javax.persistence.TypedQuery
-
Bind the value of a Parameter
object.
- setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface javax.persistence.TypedQuery
-
Bind an instance of java.util.Calendar
to a Parameter
object.
- setParameter(Parameter<Date>, Date, TemporalType) - Method in interface javax.persistence.TypedQuery
-
Bind an instance of java.util.Date
to a Parameter
object.
- setParameter(String, Object) - Method in interface javax.persistence.TypedQuery
-
Bind an argument value to a named parameter.
- setParameter(String, Calendar, TemporalType) - Method in interface javax.persistence.TypedQuery
-
Bind an instance of java.util.Calendar
to a named parameter.
- setParameter(String, Date, TemporalType) - Method in interface javax.persistence.TypedQuery
-
Bind an instance of java.util.Date
to a named parameter.
- setParameter(int, Object) - Method in interface javax.persistence.TypedQuery
-
Bind an argument value to a positional parameter.
- setParameter(int, Calendar, TemporalType) - Method in interface javax.persistence.TypedQuery
-
Bind an instance of java.util.Calendar
to a positional
parameter.
- setParameter(int, Date, TemporalType) - Method in interface javax.persistence.TypedQuery
-
Bind an instance of java.util.Date
to a positional parameter.
- setParameterList(ParameterList) - Method in class javax.mail.internet.ContentDisposition
-
Set a new ParameterList.
- setParameterList(ParameterList) - Method in class javax.mail.internet.ContentType
-
Set a new ParameterList.
- setParameters(Object[]) - Method in interface javax.interceptor.InvocationContext
-
Sets the parameter values that will be passed to the method or
constructor of the target class.
- setParent(UIComponent) - Method in class javax.faces.component.UIComponent
-
Set the parent
UIComponent
of this UIComponent
.
- setParent(UIComponent) - Method in class javax.faces.component.UIComponentBase
-
- setParent(Tag) - Method in class javax.faces.webapp.UIComponentClassicTagBase
-
Set the Tag
that is the parent of this instance.
- setParent(Part) - Method in class javax.mail.Multipart
-
Set the parent of this Multipart
to be the specified
Part
.
- setParent(JspTag) - Method in interface javax.servlet.jsp.tagext.SimpleTag
-
Sets the parent of this tag, for collaboration purposes.
- setParent(JspTag) - Method in class javax.servlet.jsp.tagext.SimpleTagSupport
-
Sets the parent of this tag, for collaboration purposes.
- setParent(Tag) - Method in interface javax.servlet.jsp.tagext.Tag
-
Set the parent (closest enclosing tag handler) of this tag handler.
- setParent(Tag) - Method in class javax.servlet.jsp.tagext.TagAdapter
-
Must not be called.
- setParent(Tag) - Method in class javax.servlet.jsp.tagext.TagSupport
-
Set the nesting tag of this tag.
- setParentElement(SOAPElement) - Method in interface javax.xml.soap.Node
-
Sets the parent of this Node
object to the given
SOAPElement
object.
- 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
-
- 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(Source) - Method in interface javax.xml.ws.LogicalMessage
-
Sets the message payload
- setPayload(Object, JAXBContext) - 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, String) - Method in class javax.mail.internet.InternetAddress
-
Set the personal name.
- setPersonal(String) - Method in class javax.mail.internet.InternetAddress
-
Set the personal name.
- setPersonName(PersonName) - Method in interface javax.xml.registry.infomodel.User
-
Sets the name of this User.
- setPhase(String) - Method in class javax.faces.component.UIViewAction
-
Attempt to set the lifecycle phase
in which this instance will queue its ActionEvent
.
- setPhaseId(PhaseId) - Method in class javax.faces.event.FacesEvent
-
Set the
PhaseId
during which this event will be
delivered.
- setPortTypeName(QName) - Method in interface javax.xml.rpc.Call
-
Sets the qualified name of the port type.
- setPostalAddress(PostalAddress) - Method in interface javax.xml.registry.infomodel.Organization
-
Sets the address for this Organization.
- setPostalAddresses(Collection) - Method in interface javax.xml.registry.infomodel.User
-
Sets the addresses for this User.
- setPostalCode(String) - Method in interface javax.xml.registry.infomodel.PostalAddress
-
Sets the postal or zip code.
- setPostalScheme(ClassificationScheme) - Method in interface javax.xml.registry.infomodel.PostalAddress
-
Sets a user-defined postal scheme for codifying the attributes of PostalAddress.
- setPreamble(String) - Method in class javax.mail.internet.MimeMultipart
-
Set the preamble text to be included before the first
body part.
- setPrependId(boolean) - Method in class javax.faces.component.UIForm
-
- setPrimaryContact(User) - Method in interface javax.xml.registry.infomodel.Organization
-
Sets the primary contact for this Organization.
- setPrimaryType(String) - Method in class javax.mail.internet.ContentType
-
Set the primary type.
- setPriority(int) - Method in interface javax.jms.JMSProducer
-
Specifies the priority of messages that are sent using this
JMSProducer
- setPriority(int) - Method in interface javax.jms.MessageProducer
-
Sets the producer's default priority.
- setPrivate(boolean) - Method in class javax.ws.rs.core.CacheControl
-
Corresponds to the private cache control directive.
- setProcessingEvents(boolean) - Method in class javax.faces.context.FacesContext
-
- setProcessingEvents(boolean) - Method in class javax.faces.context.FacesContextWrapper
-
- 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(UIComponent) - Method in class javax.faces.webapp.UIComponentClassicTagBase
-
Override properties and attributes of the specified component,
if the corresponding properties of this tag handler instance were
explicitly set.
- setProperties(UIComponent) - Method in class javax.faces.webapp.UIComponentELTag
-
Override properties and attributes of the specified component,
if the corresponding properties of this tag handler instance were
explicitly set.
- setProperties(UIComponent) - Method in class javax.faces.webapp.UIComponentTag
-
Deprecated.
- setProperties(Properties) - Method in class javax.xml.registry.ConnectionFactory
-
Sets the Properties used during createConnection
and createFederatedConnection calls.
- setProperties(Map<String, Object>) - Method in class javax.xml.ws.Endpoint
-
Sets the property bag for this Endpoint
instance.
- setProperty(String, boolean) - Method in interface javax.jms.JMSProducer
-
Specifies that messages sent using this JMSProducer
will
have the specified property set to the specified boolean
value.
- setProperty(String, byte) - Method in interface javax.jms.JMSProducer
-
Specifies that messages sent using this JMSProducer
will
have the specified property set to the specified byte
value.
- setProperty(String, short) - Method in interface javax.jms.JMSProducer
-
Specifies that messages sent using this JMSProducer
will
have the specified property set to the specified short
value.
- setProperty(String, int) - Method in interface javax.jms.JMSProducer
-
Specifies that messages sent using this JMSProducer
will
have the specified property set to the specified int
value.
- setProperty(String, long) - Method in interface javax.jms.JMSProducer
-
Specifies that messages sent using this JMSProducer
will
have the specified property set to the specified long
value.
- setProperty(String, float) - Method in interface javax.jms.JMSProducer
-
Specifies that messages sent using this JMSProducer
will
have the specified property set to the specified float
value.
- setProperty(String, double) - Method in interface javax.jms.JMSProducer
-
Specifies that messages sent using this JMSProducer
will
have the specified property set to the specified double
value.
- setProperty(String, String) - Method in interface javax.jms.JMSProducer
-
Specifies that messages sent using this JMSProducer
will
have the specified property set to the specified String
value.
- setProperty(String, Object) - Method in interface javax.jms.JMSProducer
-
Specifies that messages sent using this JMSProducer
will
have the specified property set to the specified Java object value.
- setProperty(String, Object) - Method in 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, Object) - Method in interface javax.xml.rpc.Call
-
Sets the value for a named property.
- setProperty(String, Object) - Method in interface javax.xml.rpc.handler.MessageContext
-
Sets the name and value of a property associated with the
MessageContext
.
- setProperty(String, Object) - Method in class javax.xml.soap.SOAPMessage
-
Associates the specified value with the specified property.
- setPropertyResolved(boolean) - Method in class javax.el.ELContext
-
Called to indicate that a ELResolver
has successfully
resolved a given (base, property) pair.
- setPropertyResolved(Object, Object) - Method in class javax.el.ELContext
-
Called to indicate that a
ELResolver
has successfully
resolved a given (base, property) pair and to notify the
EvaluationListener
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 argument resolver
to
be wrapped inside an implementation of ELResolver
and
exposed to the EL resolution system as if the user had called
Application.addELResolver(javax.el.ELResolver)
.
- setPropertyResolver(PropertyResolver) - Method in class javax.faces.application.ApplicationWrapper
-
Deprecated.
See superclass for alternative.
- setProtocolForAddress(String, String) - Method in class javax.mail.Session
-
Set the default transport protocol to use for addresses of
the specified type.
- setProvider(Provider) - Method in class javax.mail.Session
-
Set the passed Provider to be the default implementation
for the protocol in Provider.protocol overriding any previous values.
- setProvidingOrganization(Organization) - Method in interface javax.xml.registry.infomodel.Service
-
Sets the Organization that provides this service.
- setProxyRevalidate(boolean) - Method in class javax.ws.rs.core.CacheControl
-
Corresponds to the must-revalidate cache control directive.
- setPublic(String) - Method in class javax.faces.component.html.HtmlDoctype
-
Set the value of the public
property.
- setQuota(Quota) - Method in interface javax.mail.QuotaAwareStore
-
Set the quotas for the quota root specified in the quota argument.
- setRawContent(InputStream, String) - Method in class javax.xml.soap.AttachmentPart
-
Sets the content of this attachment part to that contained by the
InputStream
content
and sets the value of the
Content-Type
header to the value contained in
contentType
.
- setRawContentBytes(byte[], int, int, String) - Method in class javax.xml.soap.AttachmentPart
-
Sets the content of this attachment part to that contained by the
byte[]
array content
and sets the value of the
Content-Type
header to the value contained in
contentType
.
- setReadListener(ReadListener) - Method in class javax.servlet.ServletInputStream
-
Instructs the
ServletInputStream
to invoke the provided
ReadListener
when it is possible to read
- setReadonly(boolean) - Method in class javax.faces.component.html.HtmlCommandButton
-
Set the value of the readonly
property.
- setReadonly(boolean) - Method in class javax.faces.component.html.HtmlInputFile
-
Set the value of the readonly
property.
- setReadonly(boolean) - Method in class javax.faces.component.html.HtmlInputSecret
-
Set the value of the readonly
property.
- setReadonly(boolean) - Method in class javax.faces.component.html.HtmlInputText
-
Set the value of the readonly
property.
- setReadonly(boolean) - Method in class javax.faces.component.html.HtmlInputTextarea
-
Set the value of the readonly
property.
- setReadonly(boolean) - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
-
Set the value of the readonly
property.
- setReadonly(boolean) - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the readonly
property.
- setReadonly(boolean) - Method in class javax.faces.component.html.HtmlSelectManyListbox
-
Set the value of the readonly
property.
- setReadonly(boolean) - Method in class javax.faces.component.html.HtmlSelectManyMenu
-
Set the value of the readonly
property.
- setReadonly(boolean) - Method in class javax.faces.component.html.HtmlSelectOneListbox
-
Set the value of the readonly
property.
- setReadonly(boolean) - Method in class javax.faces.component.html.HtmlSelectOneMenu
-
Set the value of the readonly
property.
- setReadonly(boolean) - Method in class javax.faces.component.html.HtmlSelectOneRadio
-
Set the value of the readonly
property.
- setRecipient(Message.RecipientType, Address) - Method in class javax.mail.Message
-
Set the recipient address.
- setRecipients(Message.RecipientType, Address[]) - Method in class javax.mail.internet.MimeMessage
-
Set the specified recipient type to the given addresses.
- setRecipients(Message.RecipientType, String) - Method in class javax.mail.internet.MimeMessage
-
Set the specified recipient type to the given addresses.
- setRecipients(Message.RecipientType, Address[]) - Method in class javax.mail.Message
-
Set the recipient addresses.
- setRecordName(String) - Method in interface javax.resource.cci.Record
-
Sets the name of the Record.
- setRecordShortDescription(String) - Method in interface javax.resource.cci.Record
-
Sets a short description string for the Record.
- setRedirect(boolean) - Method in class javax.faces.context.Flash
-
Setting this property to
true
indicates that the next request on this session
will be a redirect.
- setRedirect(boolean) - Method in class javax.faces.context.FlashWrapper
-
- setRedisplay(boolean) - Method in class javax.faces.component.html.HtmlInputSecret
-
Set the value of the redisplay
property.
- setRedisplay(boolean) - Method in class javax.faces.component.UIMessage
-
Set the flag indicating whether the detail
property
of the associated message(s) should be displayed.
- setRedisplay(boolean) - Method in class javax.faces.component.UIMessages
-
Set the flag indicating whether the detail
property
of the associated message(s) should be displayed.
- setReference(Reference) - Method in interface javax.resource.Referenceable
-
Sets the Reference instance.
- setRel(String) - Method in class javax.faces.component.html.HtmlCommandLink
-
Set the value of the rel
property.
- setRel(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
-
Set the value of the rel
property.
- setRel(String) - Method in class javax.faces.component.html.HtmlOutputLink
-
Set the value of the rel
property.
- setRelay(boolean) - Method in interface javax.xml.soap.SOAPHeaderElement
-
Sets the relay attribute for this SOAPHeaderElement
to be
either true or false.
- 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
is true
.
- setRenderAll(boolean) - Method in class javax.faces.context.PartialViewContextWrapper
-
- setRendered(boolean) - Method in class javax.faces.component.UIComponent
-
- setRendered(boolean) - Method in class javax.faces.component.UIComponentBase
-
- setRendered(boolean) - Method in class javax.faces.component.UIViewAction
-
Sets the if
property
of this component.
- setRendered(ValueExpression) - Method in class javax.faces.webapp.UIComponentELTag
-
Set an override for the rendered attribute.
- setRendered(String) - Method in class javax.faces.webapp.UIComponentTag
-
Deprecated.
Set an override for the rendered attribute.
- setRendererType(String) - Method in class javax.faces.component.UIComponent
-
- setRendererType(String) - Method in class javax.faces.component.UIComponentBase
-
- setRenderKitId(String) - Method in class javax.faces.component.UIViewRoot
-
Set the render kit identifier of the
RenderKit
associated with this view.
- setReplyTo(Address[]) - Method in class javax.mail.internet.MimeMessage
-
Set the RFC 822 "Reply-To" header field.
- setReplyTo(Address[]) - Method in class javax.mail.Message
-
Set the addresses to which replies should be directed.
- setRepositoryItem(DataHandler) - Method in interface javax.xml.registry.infomodel.ExtrinsicObject
-
Sets the repository item for this object.
- setRequest(Object) - Method in class javax.faces.context.ExternalContext
-
- setRequest(Object) - Method in class javax.faces.context.ExternalContextWrapper
-
- 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
-
- 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
-
- 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
-
- 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
-
- setResponse(Object) - Method in class javax.faces.context.ExternalContext
-
- setResponse(Object) - Method in class javax.faces.context.ExternalContextWrapper
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- setResult(boolean) - Method in class javax.security.auth.message.callback.PasswordValidationCallback
-
Set the authentication result.
- setReturnType(QName) - Method in interface javax.xml.rpc.Call
-
Sets the return type for a specific operation.
- setReturnType(QName, Class) - Method in interface javax.xml.rpc.Call
-
Sets the return type for a specific operation.
- setRev(String) - Method in class javax.faces.component.html.HtmlCommandLink
-
Set the value of the rev
property.
- setRev(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
-
Set the value of the rev
property.
- setRev(String) - Method in class javax.faces.component.html.HtmlOutputLink
-
Set the value of the rev
property.
- setRole(String) - Method in class javax.faces.component.html.HtmlBody
-
Set the value of the role
property.
- setRole(String) - Method in class javax.faces.component.html.HtmlCommandButton
-
Set the value of the role
property.
- setRole(String) - Method in class javax.faces.component.html.HtmlCommandLink
-
Set the value of the role
property.
- setRole(String) - Method in class javax.faces.component.html.HtmlDataTable
-
Set the value of the role
property.
- setRole(String) - Method in class javax.faces.component.html.HtmlForm
-
Set the value of the role
property.
- setRole(String) - Method in class javax.faces.component.html.HtmlGraphicImage
-
Set the value of the role
property.
- setRole(String) - Method in class javax.faces.component.html.HtmlInputFile
-
Set the value of the role
property.
- setRole(String) - Method in class javax.faces.component.html.HtmlInputSecret
-
Set the value of the role
property.
- setRole(String) - Method in class javax.faces.component.html.HtmlInputText
-
Set the value of the role
property.
- setRole(String) - Method in class javax.faces.component.html.HtmlInputTextarea
-
Set the value of the role
property.
- setRole(String) - Method in class javax.faces.component.html.HtmlMessage
-
Set the value of the role
property.
- setRole(String) - Method in class javax.faces.component.html.HtmlMessages
-
Set the value of the role
property.
- setRole(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
-
Set the value of the role
property.
- setRole(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
-
Set the value of the role
property.
- setRole(String) - Method in class javax.faces.component.html.HtmlOutputFormat
-
Set the value of the role
property.
- setRole(String) - Method in class javax.faces.component.html.HtmlOutputLabel
-
Set the value of the role
property.
- setRole(String) - Method in class javax.faces.component.html.HtmlOutputLink
-
Set the value of the role
property.
- setRole(String) - Method in class javax.faces.component.html.HtmlOutputText
-
Set the value of the role
property.
- setRole(String) - Method in class javax.faces.component.html.HtmlPanelGrid
-
Set the value of the role
property.
- setRole(String) - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
-
Set the value of the role
property.
- setRole(String) - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the role
property.
- setRole(String) - Method in class javax.faces.component.html.HtmlSelectManyListbox
-
Set the value of the role
property.
- setRole(String) - Method in class javax.faces.component.html.HtmlSelectManyMenu
-
Set the value of the role
property.
- setRole(String) - Method in class javax.faces.component.html.HtmlSelectOneListbox
-
Set the value of the role
property.
- setRole(String) - Method in class javax.faces.component.html.HtmlSelectOneMenu
-
Set the value of the role
property.
- setRole(String) - Method in class javax.faces.component.html.HtmlSelectOneRadio
-
Set the value of the role
property.
- setRole(String) - Method in interface javax.xml.soap.SOAPHeaderElement
-
Sets the Role
associated with this SOAPHeaderElement
object to the specified Role
.
- setRoles(String[]) - Method in interface javax.xml.rpc.handler.HandlerChain
-
Sets SOAP Actor roles for this HandlerChain
.
- 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.
- setRootElement(String) - Method in class javax.faces.component.html.HtmlDoctype
-
Set the value of the rootElement
property.
- setRowClasses(String) - Method in class javax.faces.component.html.HtmlDataTable
-
Set the value of the rowClasses
property.
- setRowClasses(String) - Method in class javax.faces.component.html.HtmlPanelGrid
-
Set the value of the rowClasses
property.
- setRowHeader(boolean) - Method in class javax.faces.component.html.HtmlColumn
-
Set the value of the rowHeader
property.
- setRowIndex(int) - Method in class javax.faces.component.UIData
-
Set the zero
relative index of the current row, or -1 to indicate that no row
is currently selected, by implementing the following algorithm.
- setRowIndex(int) - Method in class javax.faces.model.ArrayDataModel
-
- setRowIndex(int) - Method in class javax.faces.model.CollectionDataModel
-
- setRowIndex(int) - Method in class javax.faces.model.DataModel
-
Set the zero-relative index of the currently selected row, or -1
to indicate that we are not positioned on a row.
- setRowIndex(int) - Method in class javax.faces.model.ListDataModel
-
- setRowIndex(int) - Method in class javax.faces.model.ResultDataModel
-
- setRowIndex(int) - Method in class javax.faces.model.ResultSetDataModel
-
- setRowIndex(int) - Method in class javax.faces.model.ScalarDataModel
-
- setRows(int) - Method in class javax.faces.component.html.HtmlInputTextarea
-
Set the value of the rows
property.
- setRows(int) - Method in class javax.faces.component.UIData
-
Set the number of rows to be displayed, or zero for all remaining rows
in the table.
- setRowStatePreserved(boolean) - Method in class javax.faces.component.UIData
-
If this property is set to
true
, the UIData
must take steps to
ensure that modifications to its iterated children will be
preserved on a per-row basis.
- setRules(String) - Method in class javax.faces.component.html.HtmlDataTable
-
Set the value of the rules
property.
- setRules(String) - Method in class javax.faces.component.html.HtmlPanelGrid
-
Set the value of the rules
property.
- setRunAsRole(String) - Method in interface javax.servlet.ServletRegistration.Dynamic
-
Sets the name of the runAs
role for this
ServletRegistration
.
- 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.
- setSelectedClass(String) - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the selectedClass
property.
- setSelectedValues(Object[]) - Method in class javax.faces.component.UISelectMany
-
Set the currently selected values, or null
to indicate
that there are no currently selected values.
- setSelectItems(SelectItem[]) - Method in class javax.faces.model.SelectItemGroup
-
Set the set of subordinate
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
-
- 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
-
- setSessionTrackingModes(Set<SessionTrackingMode>) - Method in interface javax.servlet.ServletContext
-
Sets the session tracking modes that are to become effective for this
ServletContext.
- setSeverity(FacesMessage.Severity) - Method in class javax.faces.application.FacesMessage
-
Set the severity level.
- setSeverity(int) - Method in class javax.xml.bind.helpers.ValidationEventImpl
-
Set the severity field of this event.
- setShape(String) - Method in class javax.faces.component.html.HtmlCommandLink
-
Set the value of the shape
property.
- setShape(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
-
Set the value of the shape
property.
- setShape(String) - Method in class javax.faces.component.html.HtmlOutputLink
-
Set the value of the shape
property.
- setShort(String, short) - Method in interface javax.jms.MapMessage
-
Sets a short
value with the specified name into the Map.
- setShortProperty(String, short) - Method in interface javax.jms.Message
-
Sets a short
property value with the specified name into
the message.
- setShowDetail(boolean) - Method in class javax.faces.component.UIMessage
-
Set the flag indicating whether the detail
property
of the associated message(s) should be displayed.
- setShowDetail(boolean) - Method in class javax.faces.component.UIMessages
-
Set the flag indicating whether the detail
property
of the associated message(s) should be displayed.
- setShowSummary(boolean) - Method in class javax.faces.component.UIMessage
-
Set the flag indicating whether the summary
property
of the associated message(s) should be displayed.
- setShowSummary(boolean) - Method in class javax.faces.component.UIMessages
-
Set the flag indicating whether the summary
property
of the associated message(s) should be displayed.
- setSize(int) - Method in class javax.faces.component.html.HtmlInputFile
-
Set the value of the size
property.
- setSize(int) - Method in class javax.faces.component.html.HtmlInputSecret
-
Set the value of the size
property.
- setSize(int) - Method in class javax.faces.component.html.HtmlInputText
-
Set the value of the size
property.
- setSize(int) - Method in class javax.faces.component.html.HtmlSelectManyListbox
-
Set the value of the size
property.
- setSize(int) - Method in class javax.faces.component.html.HtmlSelectOneListbox
-
Set the value of the size
property.
- setSlotType(String) - Method in interface javax.xml.registry.infomodel.Slot
-
Sets the slotType for this Slot.
- setSMaxAge(int) - Method in class javax.ws.rs.core.CacheControl
-
Corresponds to the s-maxage cache control directive.
- setSourceObject(RegistryObject) - Method in interface javax.xml.registry.infomodel.Association
-
Sets the Object that is the source of this Association.
- setSpecificationObject(RegistryObject) - Method in interface javax.xml.registry.infomodel.SpecificationLink
-
Sets the specification object for this object.
- setStability(int) - Method in interface javax.xml.registry.infomodel.RegistryEntry
-
Sets the stability indicator for the RegistryEntry.
- setStateManager(StateManager) - Method in class javax.faces.application.Application
-
Set the
StateManager
instance that will be utilized
during the
Restore View and
Render Response
phases of the request processing lifecycle.
- setStateManager(StateManager) - Method in class javax.faces.application.ApplicationWrapper
-
- setStateOrProvince(String) - Method in interface javax.xml.registry.infomodel.PostalAddress
-
Sets the state or province.
- setStatus(int) - Method in interface javax.servlet.http.HttpServletResponse
-
Sets the status code for this response.
- setStatus(int, String) - Method in interface javax.servlet.http.HttpServletResponse
-
Deprecated.
As of version 2.1, due to ambiguous meaning of the
message parameter. To set a status code
use setStatus(int)
, to send an error with a description
use sendError(int, String)
.
Sets the status code and message for this response.
- setStatus(int) - Method in class javax.servlet.http.HttpServletResponseWrapper
-
The default behavior of this method is to call setStatus(int sc)
on the wrapped response object.
- setStatus(int, String) - Method in class javax.servlet.http.HttpServletResponseWrapper
-
- 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.
- setStatusInfo(Response.StatusType) - Method in interface javax.ws.rs.client.ClientResponseContext
-
Set the complete status information (status code and reason phrase) associated
with the response.
- setStatusInfo(Response.StatusType) - Method in interface javax.ws.rs.container.ContainerResponseContext
-
Set the complete status information (status code and reason phrase) associated
with the response.
- setStreet(String) - Method in interface javax.xml.registry.infomodel.PostalAddress
-
Sets the street name.
- setStreetNumber(String) - Method in interface javax.xml.registry.infomodel.PostalAddress
-
Sets the street number.
- setString(String, String) - Method in interface javax.jms.MapMessage
-
Sets a String
value with the specified name into the Map.
- setStringProperty(String, String) - Method in interface javax.jms.Message
-
Sets a String
property value with the specified name into
the message.
- setStyle(String) - Method in class javax.faces.component.html.HtmlBody
-
Set the value of the style
property.
- setStyle(String) - Method in class javax.faces.component.html.HtmlCommandButton
-
Set the value of the style
property.
- setStyle(String) - Method in class javax.faces.component.html.HtmlCommandLink
-
Set the value of the style
property.
- setStyle(String) - Method in class javax.faces.component.html.HtmlDataTable
-
Set the value of the style
property.
- setStyle(String) - Method in class javax.faces.component.html.HtmlForm
-
Set the value of the style
property.
- setStyle(String) - Method in class javax.faces.component.html.HtmlGraphicImage
-
Set the value of the style
property.
- setStyle(String) - Method in class javax.faces.component.html.HtmlInputFile
-
Set the value of the style
property.
- setStyle(String) - Method in class javax.faces.component.html.HtmlInputSecret
-
Set the value of the style
property.
- setStyle(String) - Method in class javax.faces.component.html.HtmlInputText
-
Set the value of the style
property.
- setStyle(String) - Method in class javax.faces.component.html.HtmlInputTextarea
-
Set the value of the style
property.
- setStyle(String) - Method in class javax.faces.component.html.HtmlMessage
-
Set the value of the style
property.
- setStyle(String) - Method in class javax.faces.component.html.HtmlMessages
-
Set the value of the style
property.
- setStyle(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
-
Set the value of the style
property.
- setStyle(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
-
Set the value of the style
property.
- setStyle(String) - Method in class javax.faces.component.html.HtmlOutputFormat
-
Set the value of the style
property.
- setStyle(String) - Method in class javax.faces.component.html.HtmlOutputLabel
-
Set the value of the style
property.
- setStyle(String) - Method in class javax.faces.component.html.HtmlOutputLink
-
Set the value of the style
property.
- setStyle(String) - Method in class javax.faces.component.html.HtmlOutputText
-
Set the value of the style
property.
- setStyle(String) - Method in class javax.faces.component.html.HtmlPanelGrid
-
Set the value of the style
property.
- setStyle(String) - Method in class javax.faces.component.html.HtmlPanelGroup
-
Set the value of the style
property.
- setStyle(String) - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
-
Set the value of the style
property.
- setStyle(String) - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the style
property.
- setStyle(String) - Method in class javax.faces.component.html.HtmlSelectManyListbox
-
Set the value of the style
property.
- setStyle(String) - Method in class javax.faces.component.html.HtmlSelectManyMenu
-
Set the value of the style
property.
- setStyle(String) - Method in class javax.faces.component.html.HtmlSelectOneListbox
-
Set the value of the style
property.
- setStyle(String) - Method in class javax.faces.component.html.HtmlSelectOneMenu
-
Set the value of the style
property.
- setStyle(String) - Method in class javax.faces.component.html.HtmlSelectOneRadio
-
Set the value of the style
property.
- setStyleClass(String) - Method in class javax.faces.component.html.HtmlBody
-
Set the value of the styleClass
property.
- setStyleClass(String) - Method in class javax.faces.component.html.HtmlCommandButton
-
Set the value of the styleClass
property.
- setStyleClass(String) - Method in class javax.faces.component.html.HtmlCommandLink
-
Set the value of the styleClass
property.
- setStyleClass(String) - Method in class javax.faces.component.html.HtmlDataTable
-
Set the value of the styleClass
property.
- setStyleClass(String) - Method in class javax.faces.component.html.HtmlForm
-
Set the value of the styleClass
property.
- setStyleClass(String) - Method in class javax.faces.component.html.HtmlGraphicImage
-
Set the value of the styleClass
property.
- setStyleClass(String) - Method in class javax.faces.component.html.HtmlInputFile
-
Set the value of the styleClass
property.
- setStyleClass(String) - Method in class javax.faces.component.html.HtmlInputSecret
-
Set the value of the styleClass
property.
- setStyleClass(String) - Method in class javax.faces.component.html.HtmlInputText
-
Set the value of the styleClass
property.
- setStyleClass(String) - Method in class javax.faces.component.html.HtmlInputTextarea
-
Set the value of the styleClass
property.
- setStyleClass(String) - Method in class javax.faces.component.html.HtmlMessage
-
Set the value of the styleClass
property.
- setStyleClass(String) - Method in class javax.faces.component.html.HtmlMessages
-
Set the value of the styleClass
property.
- setStyleClass(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
-
Set the value of the styleClass
property.
- setStyleClass(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
-
Set the value of the styleClass
property.
- setStyleClass(String) - Method in class javax.faces.component.html.HtmlOutputFormat
-
Set the value of the styleClass
property.
- setStyleClass(String) - Method in class javax.faces.component.html.HtmlOutputLabel
-
Set the value of the styleClass
property.
- setStyleClass(String) - Method in class javax.faces.component.html.HtmlOutputLink
-
Set the value of the styleClass
property.
- setStyleClass(String) - Method in class javax.faces.component.html.HtmlOutputText
-
Set the value of the styleClass
property.
- setStyleClass(String) - Method in class javax.faces.component.html.HtmlPanelGrid
-
Set the value of the styleClass
property.
- setStyleClass(String) - Method in class javax.faces.component.html.HtmlPanelGroup
-
Set the value of the styleClass
property.
- setStyleClass(String) - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
-
Set the value of the styleClass
property.
- setStyleClass(String) - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the styleClass
property.
- setStyleClass(String) - Method in class javax.faces.component.html.HtmlSelectManyListbox
-
Set the value of the styleClass
property.
- setStyleClass(String) - Method in class javax.faces.component.html.HtmlSelectManyMenu
-
Set the value of the styleClass
property.
- setStyleClass(String) - Method in class javax.faces.component.html.HtmlSelectOneListbox
-
Set the value of the styleClass
property.
- setStyleClass(String) - Method in class javax.faces.component.html.HtmlSelectOneMenu
-
Set the value of the styleClass
property.
- setStyleClass(String) - Method in class javax.faces.component.html.HtmlSelectOneRadio
-
Set the value of the styleClass
property.
- setSubject(String) - Method in class javax.mail.internet.MimeMessage
-
Set the "Subject" header field.
- setSubject(String, String) - Method in class javax.mail.internet.MimeMessage
-
Set the "Subject" header field.
- setSubject(String) - Method in class javax.mail.Message
-
Set the subject of this message.
- setSubmitted(boolean) - Method in class javax.faces.component.UIForm
-
If
this UIForm
instance (as opposed to
other forms in the page) is experiencing a submit during this
request processing lifecycle, this method must be called, with
true
as the argument, during the
UIComponent.decode(javax.faces.context.FacesContext)
for this
UIForm
instance.
- setSubmittedValue(Object) - Method in interface javax.faces.component.EditableValueHolder
-
Set the submittedValue value of this component.
- setSubmittedValue(Object) - Method in class javax.faces.component.UIInput
-
Set the submittedValue value of this
UIInput
component.
- setSubmittedValue(Object) - Method in class javax.faces.component.UIViewParameter
-
PENDING (docs) Interesting that submitted value isn't saved by the parent
- setSubscribed(boolean) - Method in class javax.mail.Folder
-
Subscribe or unsubscribe this Folder.
- setSubType(String) - Method in class javax.mail.internet.ContentType
-
Set the subType.
- setSubType(String) - Method in class javax.mail.internet.MimeMultipart
-
Set the subtype.
- setSummary(String) - Method in class javax.faces.application.FacesMessage
-
Set the localized summary text.
- setSummary(String) - Method in class javax.faces.component.html.HtmlDataTable
-
Set the value of the summary
property.
- setSummary(String) - Method in class javax.faces.component.html.HtmlPanelGrid
-
Set the value of the summary
property.
- setSupportedEncodings(String[]) - Method in interface javax.xml.rpc.encoding.TypeMapping
-
Sets the encodingStyle URIs supported by this TypeMapping
instance.
- setSupportedLocales(Collection<Locale>) - Method in class javax.faces.application.Application
-
Set the Locale
instances representing the supported
Locale
s for this application.
- setSupportedLocales(Collection<Locale>) - Method in class javax.faces.application.ApplicationWrapper
-
- setSynchronous(boolean) - Method in interface javax.xml.registry.Connection
-
Sets whether the client uses synchronous communication or not.
- setSystem(String) - Method in class javax.faces.component.html.HtmlDoctype
-
Set the value of the system
property.
- setTabindex(String) - Method in class javax.faces.component.html.HtmlCommandButton
-
Set the value of the tabindex
property.
- setTabindex(String) - Method in class javax.faces.component.html.HtmlCommandLink
-
Set the value of the tabindex
property.
- setTabindex(String) - Method in class javax.faces.component.html.HtmlInputFile
-
Set the value of the tabindex
property.
- setTabindex(String) - Method in class javax.faces.component.html.HtmlInputSecret
-
Set the value of the tabindex
property.
- setTabindex(String) - Method in class javax.faces.component.html.HtmlInputText
-
Set the value of the tabindex
property.
- setTabindex(String) - Method in class javax.faces.component.html.HtmlInputTextarea
-
Set the value of the tabindex
property.
- setTabindex(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
-
Set the value of the tabindex
property.
- setTabindex(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
-
Set the value of the tabindex
property.
- setTabindex(String) - Method in class javax.faces.component.html.HtmlOutputLabel
-
Set the value of the tabindex
property.
- setTabindex(String) - Method in class javax.faces.component.html.HtmlOutputLink
-
Set the value of the tabindex
property.
- setTabindex(String) - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
-
Set the value of the tabindex
property.
- setTabindex(String) - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the tabindex
property.
- setTabindex(String) - Method in class javax.faces.component.html.HtmlSelectManyListbox
-
Set the value of the tabindex
property.
- setTabindex(String) - Method in class javax.faces.component.html.HtmlSelectManyMenu
-
Set the value of the tabindex
property.
- setTabindex(String) - Method in class javax.faces.component.html.HtmlSelectOneListbox
-
Set the value of the tabindex
property.
- setTabindex(String) - Method in class javax.faces.component.html.HtmlSelectOneMenu
-
Set the value of the tabindex
property.
- setTabindex(String) - Method in class javax.faces.component.html.HtmlSelectOneRadio
-
Set the value of the tabindex
property.
- setTag(Tag) - Method in class javax.faces.view.facelets.TagAttribute
-
Set a reference to the Tag for which
this class represents the attributes.
- setTag(Tag) - Method in class javax.faces.view.facelets.TagAttributes
-
Set a reference to the Tag for which
this class represents the attributes.
- setTagExtraInfo(TagExtraInfo) - Method in class javax.servlet.jsp.tagext.TagInfo
-
Set the instance for extra tag information.
- setTagInfo(TagInfo) - Method in class javax.servlet.jsp.tagext.TagExtraInfo
-
Set the TagInfo for this class.
- setTagLibrary(TagLibraryInfo) - Method in class javax.servlet.jsp.tagext.TagInfo
-
Set the TagLibraryInfo property.
- setTarget(String) - Method in class javax.faces.component.html.HtmlCommandLink
-
Set the value of the target
property.
- setTarget(String) - Method in class javax.faces.component.html.HtmlForm
-
Set the value of the target
property.
- setTarget(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
-
Set the value of the target
property.
- setTarget(String) - Method in class javax.faces.component.html.HtmlOutputLink
-
Set the value of the target
property.
- setTargetBinding(ServiceBinding) - Method in interface javax.xml.registry.infomodel.ServiceBinding
-
Sets the next ServiceBinding in case there is a redirection.
- setTargetEndpointAddress(String) - Method in interface javax.xml.rpc.Call
-
Sets the address of the target service endpoint.
- setTargetObject(RegistryObject) - Method in interface javax.xml.registry.infomodel.Association
-
Sets the Object that is the target of this Association.
- setTelephoneNumbers(Collection) - Method in interface javax.xml.registry.infomodel.Organization
-
Sets the various telephone numbers for this user.
- setTelephoneNumbers(Collection) - Method in interface javax.xml.registry.infomodel.User
-
Sets the various telephone numbers for this user.
- setText(String) - Method in interface javax.jms.TextMessage
-
Sets the string containing this message's data.
- setText(String) - Method in class javax.mail.internet.MimeBodyPart
-
Convenience method that sets the given String as this
part's content, with a MIME type of "text/plain".
- setText(String, String) - Method in class javax.mail.internet.MimeBodyPart
-
Convenience method that sets the given String as this part's
content, with a MIME type of "text/plain" and the specified
charset.
- setText(String, String, String) - Method in class javax.mail.internet.MimeBodyPart
-
Convenience method that sets the given String as this part's
content, with a primary MIME type of "text" and the specified
MIME subtype.
- setText(String) - Method in class javax.mail.internet.MimeMessage
-
Convenience method that sets the given String as this
part's content, with a MIME type of "text/plain".
- setText(String, String) - Method in class javax.mail.internet.MimeMessage
-
Convenience method that sets the given String as this part's
content, with a MIME type of "text/plain" and the specified
charset.
- setText(String, String, String) - Method in class javax.mail.internet.MimeMessage
-
Convenience method that sets the given String as this part's
content, with a primary MIME type of "text" and the specified
MIME subtype.
- setText(String) - Method in interface javax.mail.internet.MimePart
-
Convenience method that sets the given String as this
part's content, with a MIME type of "text/plain".
- setText(String, String) - Method in interface javax.mail.internet.MimePart
-
Convenience method that sets the given String as this part's
content, with a MIME type of "text/plain" and the specified
charset.
- setText(String, String, String) - Method in interface javax.mail.internet.MimePart
-
Convenience method that sets the given String as this part's
content, with a primary MIME type of "text" and the specified
MIME subtype.
- setText(String) - Method in interface javax.mail.Part
-
A convenience method that sets the given String as this
part's content with a MIME type of "text/plain".
- setThreads(int) - Method in interface javax.batch.api.partition.PartitionPlan
-
Set 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.
- setTitle(String) - Method in class javax.faces.component.html.HtmlBody
-
Set the value of the title
property.
- setTitle(String) - Method in class javax.faces.component.html.HtmlCommandButton
-
Set the value of the title
property.
- setTitle(String) - Method in class javax.faces.component.html.HtmlCommandLink
-
Set the value of the title
property.
- setTitle(String) - Method in class javax.faces.component.html.HtmlDataTable
-
Set the value of the title
property.
- setTitle(String) - Method in class javax.faces.component.html.HtmlForm
-
Set the value of the title
property.
- setTitle(String) - Method in class javax.faces.component.html.HtmlGraphicImage
-
Set the value of the title
property.
- setTitle(String) - Method in class javax.faces.component.html.HtmlInputFile
-
Set the value of the title
property.
- setTitle(String) - Method in class javax.faces.component.html.HtmlInputSecret
-
Set the value of the title
property.
- setTitle(String) - Method in class javax.faces.component.html.HtmlInputText
-
Set the value of the title
property.
- setTitle(String) - Method in class javax.faces.component.html.HtmlInputTextarea
-
Set the value of the title
property.
- setTitle(String) - Method in class javax.faces.component.html.HtmlMessage
-
Set the value of the title
property.
- setTitle(String) - Method in class javax.faces.component.html.HtmlMessages
-
Set the value of the title
property.
- setTitle(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
-
Set the value of the title
property.
- setTitle(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
-
Set the value of the title
property.
- setTitle(String) - Method in class javax.faces.component.html.HtmlOutputFormat
-
Set the value of the title
property.
- setTitle(String) - Method in class javax.faces.component.html.HtmlOutputLabel
-
Set the value of the title
property.
- setTitle(String) - Method in class javax.faces.component.html.HtmlOutputLink
-
Set the value of the title
property.
- setTitle(String) - Method in class javax.faces.component.html.HtmlOutputText
-
Set the value of the title
property.
- setTitle(String) - Method in class javax.faces.component.html.HtmlPanelGrid
-
Set the value of the title
property.
- setTitle(String) - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
-
Set the value of the title
property.
- setTitle(String) - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the title
property.
- setTitle(String) - Method in class javax.faces.component.html.HtmlSelectManyListbox
-
Set the value of the title
property.
- setTitle(String) - Method in class javax.faces.component.html.HtmlSelectManyMenu
-
Set the value of the title
property.
- setTitle(String) - Method in class javax.faces.component.html.HtmlSelectOneListbox
-
Set the value of the title
property.
- setTitle(String) - Method in class javax.faces.component.html.HtmlSelectOneMenu
-
Set the value of the title
property.
- setTitle(String) - Method in class javax.faces.component.html.HtmlSelectOneRadio
-
Set the value of the title
property.
- setTooltip(boolean) - Method in class javax.faces.component.html.HtmlMessage
-
Set the value of the tooltip
property.
- setTooltip(boolean) - Method in class javax.faces.component.html.HtmlMessages
-
Set the value of the tooltip
property.
- setTransactionTimeout(long) - Method in class javax.resource.spi.work.ExecutionContext
-
Set the transaction timeout value for a imported transaction.
- setTransactionTimeout(int) - Method in interface javax.transaction.TransactionManager
-
Modify the timeout value that is associated with transactions started
by the current thread with the begin method.
- setTransactionTimeout(int) - Method in interface javax.transaction.UserTransaction
-
Modify the timeout value that is associated with transactions started
by the current thread with the begin method.
- setTransactionTimeout(int) - Method in interface javax.transaction.xa.XAResource
-
Sets the current transaction timeout value for this XAResource
instance.
- setTransient(boolean) - Method in class javax.faces.component.behavior.BehaviorBase
-
- setTransient(boolean) - Method in interface javax.faces.component.StateHolder
-
Denotes
whether or not the Object implementing this interface must or
must not participate in state saving or restoring.
- setTransient(boolean) - Method in class javax.faces.component.UIComponentBase
-
- setTransient(boolean) - Method in class javax.faces.convert.DateTimeConverter
-
- setTransient(boolean) - Method in class javax.faces.convert.EnumConverter
-
- setTransient(boolean) - Method in class javax.faces.convert.NumberConverter
-
- setTransient(boolean) - Method in class javax.faces.event.MethodExpressionActionListener
-
- setTransient(boolean) - Method in class javax.faces.event.MethodExpressionValueChangeListener
-
- setTransient(boolean) - Method in class javax.faces.validator.BeanValidator
-
- setTransient(boolean) - Method in class javax.faces.validator.DoubleRangeValidator
-
- setTransient(boolean) - Method in class javax.faces.validator.LengthValidator
-
- setTransient(boolean) - Method in class javax.faces.validator.LongRangeValidator
-
- setTransient(boolean) - Method in class javax.faces.validator.MethodExpressionValidator
-
- setTransient(boolean) - Method in class javax.faces.validator.RegexValidator
-
- setTransientUserData(Object) - Method in interface javax.batch.runtime.context.JobContext
-
The setTransientUserData method stores a transient data object into
the current batch context.
- setTransientUserData(Object) - Method in interface javax.batch.runtime.context.StepContext
-
The setTransientUserData method stores a transient data object into
the current batch context.
- setTrustStore(KeyStore) - Method in class javax.security.auth.message.callback.TrustStoreCallback
-
Used by the CallbackHandler to set the trusted certificate keystore
within the Callback.
- setType(String) - Method in class javax.faces.component.html.HtmlCommandButton
-
Set the value of the type
property.
- setType(String) - Method in class javax.faces.component.html.HtmlCommandLink
-
Set the value of the type
property.
- setType(String) - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
-
Set the value of the type
property.
- setType(String) - Method in class javax.faces.component.html.HtmlOutputLink
-
Set the value of the type
property.
- setType(String) - Method in class javax.faces.convert.DateTimeConverter
-
Set the type of value to be formatted or parsed.
- setType(String) - Method in class javax.faces.convert.NumberConverter
-
Set the number type to be used when formatting and parsing numbers.
- setType(Class<?>) - Method in interface javax.ws.rs.ext.InterceptorContext
-
Update Java type before calling message body provider.
- setType(String) - Method in interface javax.xml.registry.infomodel.EmailAddress
-
Sets the type for this object.
- setType(String) - Method in interface javax.xml.registry.infomodel.PostalAddress
-
Sets the type of address (for example, "headquarters") as a String.
- setType(String) - Method in interface javax.xml.registry.infomodel.TelephoneNumber
-
Sets the type of telephone number (for example, "fax").
- setType(String) - Method in interface javax.xml.registry.infomodel.User
-
Sets the type for this User.
- setUnselectedClass(String) - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the unselectedClass
property.
- setupResponseWriter() - Method in class javax.faces.webapp.UIComponentClassicTagBase
-
Set up the
ResponseWriter
for the
current response, if this has not been done already.
- setupSecurityContext(CallbackHandler, Subject, Subject) - Method in class javax.resource.spi.work.SecurityContext
-
The container calls this method to set up the security Context for the
Work
instance.
- setUri(URI) - Method in interface javax.ws.rs.client.ClientRequestContext
-
Set a new request URI.
- setUrl(String) - Method in class javax.faces.component.UIGraphic
-
- setURL(URL) - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
-
Set the URL field on this event locator.
- setUrl(String) - Method in interface javax.xml.registry.infomodel.TelephoneNumber
-
Sets the URL that can dial this number electronically.
- setUrl(URL) - Method in interface javax.xml.registry.infomodel.User
-
Sets the URL to the web page for this User.
- setURLName(URLName) - Method in class javax.mail.Service
-
Set the URLName representing this service.
- setUsageDescription(InternationalString) - Method in interface javax.xml.registry.infomodel.SpecificationLink
-
Sets the description of usage parameters.
- setUsageParameters(Collection) - Method in interface javax.xml.registry.infomodel.SpecificationLink
-
Sets any usage parameters.
- setUsemap(String) - Method in class javax.faces.component.html.HtmlGraphicImage
-
Set the value of the usemap
property.
- setUserVersion(String) - Method in interface javax.xml.registry.infomodel.Versionable
-
Sets the user specified revision number for this version of the Versionable object.
- setValid(boolean) - Method in interface javax.faces.component.EditableValueHolder
-
Set a flag indicating whether the local value of this component
is valid (no conversion error has occurred).
- setValid(boolean) - Method in class javax.faces.component.UIInput
-
- setValidateURI(boolean) - Method in interface javax.xml.registry.infomodel.URIValidator
-
Sets whether to do URI validation for this object.
- 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
-
- 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
-
- setValidator(MethodBinding) - Method in class javax.faces.component.UIInput
-
- setValidatorId(String) - Method in class javax.faces.webapp.ValidatorTag
-
Deprecated.
Set the identifer of the
Validator
instance to be created.
- setValidatorMessage(String) - Method in class javax.faces.component.UIInput
-
Override any
ValueExpression
set for the "validatorMessage"
with the literal argument provided to this method.
- setValue(ELContext, Object, Object, Object) - Method in class javax.el.ArrayELResolver
-
If the base object is a Java language array, attempts to set the
value at the given index with the given value.
- setValue(ELContext, Object, Object, Object) - Method in class javax.el.BeanELResolver
-
If the base object is not null
, attempts to set the
value of the given property on this bean.
- setValue(ELContext, Object, Object, Object) - Method in class javax.el.BeanNameELResolver
-
If the base is null and the property is a name that is resolvable by
the BeanNameResolver, the bean in the BeanNameResolver is set to the
given value.
- setValue(ELContext, Object, Object, Object) - Method in class javax.el.CompositeELResolver
-
Attempts to set the value of the given property
object on the given base
object.
- setValue(String, Object) - Method in class javax.el.ELProcessor
-
Sets an expression with a new value.
- setValue(ELContext, Object, Object, Object) - Method in class javax.el.ELResolver
-
Attempts to set the value of the given property
object on the given base
object.
- setValue(ELContext, Object, Object, Object) - Method in class javax.el.ListELResolver
-
If the base object is a list, attempts to set the value at the
given index with the given value.
- setValue(ELContext, Object, Object, Object) - Method in class javax.el.MapELResolver
-
If the base object is a map, attempts to set the value associated with
the given key, as specified by the property
argument.
- setValue(ELContext, Object, Object, Object) - Method in class javax.el.ResourceBundleELResolver
-
- setValue(ELContext, Object, Object, Object) - Method in class javax.el.StaticFieldELResolver
-
Attempts to write to a static field.
- setValue(ELContext, Object, Object, Object) - Method in class javax.el.TypeConverter
-
- setValue(ELContext, Object) - Method in class javax.el.ValueExpression
-
Evaluates the expression relative to the provided context, and
sets the result to the provided value.
- setValue(Object) - Method in class javax.faces.component.UICommand
-
Sets the value
property of the UICommand
.
- setValue(Object) - Method in class javax.faces.component.UIData
-
Set the value of the UIData
.
- setValue(Object) - Method in class javax.faces.component.UIGraphic
-
Sets the value
property of the UIGraphic
.
- setValue(Object) - Method in class javax.faces.component.UIInput
-
- setValue(Object) - Method in class javax.faces.component.UIOutput
-
- setValue(Object) - Method in class javax.faces.component.UIParameter
-
Sets the value
property of the\
UIParameter
.
- setValue(Object) - Method in class javax.faces.component.UISelectItem
-
Sets the value
property of the
UISelectItem
.
- setValue(Object) - Method in class javax.faces.component.UISelectItems
-
Sets the value
property of the
UISelectItems
.
- setValue(Object) - Method in interface javax.faces.component.ValueHolder
-
- setValue(Object, Object, Object) - Method in class javax.faces.el.PropertyResolver
-
Deprecated.
Set the specified value of the specified property on
the specified base object.
- setValue(Object, int, Object) - Method in class javax.faces.el.PropertyResolver
-
Deprecated.
Set the value at the specified index of the specified
base object.
- setValue(FacesContext, Object) - Method in class javax.faces.el.ValueBinding
-
Deprecated.
- setValue(Object) - Method in class javax.faces.model.SelectItem
-
Set the value of this item, to be delivered to the model
if this item is selected by this user.
- setValue(String) - Method in class javax.faces.webapp.AttributeTag
-
Deprecated.
Set the attribute value.
- setValue(String) - Method in class javax.servlet.http.Cookie
-
Assigns a new value to this Cookie.
- setValue(ELContext, Object, Object, Object) - Method in class javax.servlet.jsp.el.ImplicitObjectELResolver
-
If the base object is null
, and the property matches
the name of a JSP implicit object, throws
PropertyNotWritableException
to indicate that implicit
objects cannot be overwritten.
- setValue(ELContext, Object, Object, Object) - Method in class javax.servlet.jsp.el.ScopedAttributeELResolver
-
If the base object is null
, sets an existing scoped
attribute to the new value, or creates a new scoped attribute if one
does not exist by this name.
- setValue(ELContext, Object) - Method in class javax.servlet.jsp.jstl.core.IndexedValueExpression
-
- setValue(ELContext, Object) - Method in class javax.servlet.jsp.jstl.core.IteratedValueExpression
-
- setValue(String, Object) - Method in class javax.servlet.jsp.tagext.TagSupport
-
Associate a value with a String key.
- setValue(T) - Method in class javax.xml.bind.JAXBElement
-
Set the content model and attributes of this xml element.
- setValue(String) - Method in interface javax.xml.registry.infomodel.Classification
-
Sets the taxonomy value for this external Classification.
- setValue(String) - Method in interface javax.xml.registry.infomodel.Concept
-
Sets the value (usually a taxonomy value) associated with this Concept.
- setValue(String) - Method in interface javax.xml.registry.infomodel.ExternalIdentifier
-
Sets the value of an ExternalIdentifier.
- setValue(String) - Method in interface javax.xml.registry.infomodel.InternationalString
-
Sets the String value for the Locale returned by Locale.getDefault().
- setValue(Locale, String) - Method in interface javax.xml.registry.infomodel.InternationalString
-
Sets the String value for the specified Locale.
- setValue(String) - Method in interface javax.xml.registry.infomodel.LocalizedString
-
Set the String value for the specified object.
- setValue(String) - Method in interface javax.xml.soap.Node
-
If this is a Text node then this method will set its value,
otherwise it sets the value of the immediate (Text) child of this node.
- setValueBinding(String, ValueBinding) - Method in class javax.faces.component.UIComponent
-
- setValueBinding(String, ValueBinding) - Method in class javax.faces.component.UIComponentBase
-
- setValueBinding(String, ValueBinding) - Method in class javax.faces.component.UIData
-
- setValueBinding(String, ValueBinding) - Method in class javax.faces.component.UIGraphic
-
- setValueBinding(String, ValueBinding) - Method in class javax.faces.component.UISelectBoolean
-
- setValueBinding(String, ValueBinding) - Method in class javax.faces.component.UISelectMany
-
- setValueChangeListener(MethodBinding) - Method in interface javax.faces.component.EditableValueHolder
-
- setValueChangeListener(MethodBinding) - Method in class javax.faces.component.UIInput
-
- setValueExpression(String, ValueExpression) - Method in class javax.faces.component.behavior.AjaxBehavior
-
Sets the ValueExpression
used to calculate the value for the specified property name.
- setValueExpression(String, ValueExpression) - Method in class javax.faces.component.UIComponent
-
Set the
ValueExpression
used to calculate the value
for the specified attribute or property name, if any.
- setValueExpression(String, ValueExpression) - Method in class javax.faces.component.UIData
-
Set the
ValueExpression
used to calculate the value for the
specified attribute or property name, if any.
- setValueExpression(String, ValueExpression) - Method in class javax.faces.component.UIGraphic
-
Store any
ValueExpression
specified for
url
under
value
instead; otherwise, perform the default superclass
processing for this method.
- setValueExpression(String, ValueExpression) - Method in class javax.faces.component.UISelectBoolean
-
Store any
ValueExpression
specified for
selected
under
value
instead; otherwise, perform the default
superclass processing for this method.
- setValueExpression(String, ValueExpression) - Method in class javax.faces.component.UISelectMany
-
Store any
ValueExpression
specified for
selectedValues
under
value
instead;
otherwise, perform the default superclass processing for this method.
- setValues(Collection) - Method in interface javax.xml.registry.infomodel.Slot
-
Sets the values for this Slot.
- setValueType(int) - Method in interface javax.xml.registry.infomodel.ClassificationScheme
-
Sets the value type for this object.
- setVar(String) - Method in class javax.faces.component.UIData
-
Set the request-scope attribute under which the data object for the
current row wil be exposed when iterating.
- setVar(String) - Method in class javax.servlet.jsp.jstl.core.ConditionalTagSupport
-
Sets the 'var' attribute.
- setVar(String) - Method in class javax.servlet.jsp.jstl.core.LoopTagSupport
-
Sets the 'var' attribute.
- setVariable(String, ValueExpression) - Method in class javax.el.ELManager
-
Assign a ValueExpression to an EL variable, replacing
any previous assignment to the same variable.
- 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.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 argument resolver
to
be wrapped inside an implementation of ELResolver
and
exposed to the EL resolution system as if the user had called
Application.addELResolver(javax.el.ELResolver)
.
- setVariableResolver(VariableResolver) - Method in class javax.faces.application.ApplicationWrapper
-
Deprecated.
See superclass for alternative.
- setVarStatus(String) - Method in class javax.servlet.jsp.jstl.core.LoopTagSupport
-
Sets the 'varStatus' attribute.
- setVersion(int) - Method in class javax.servlet.http.Cookie
-
Sets the version of the cookie protocol that this Cookie complies
with.
- setViewHandler(ViewHandler) - Method in class javax.faces.application.Application
-
Set the
ViewHandler
instance that will be utilized
during the
Restore View and
Render Response
phases of the request processing lifecycle.
- setViewHandler(ViewHandler) - Method in class javax.faces.application.ApplicationWrapper
-
- 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
-
- setWarnClass(String) - Method in class javax.faces.component.html.HtmlMessage
-
Set the value of the warnClass
property.
- setWarnClass(String) - Method in class javax.faces.component.html.HtmlMessages
-
Set the value of the warnClass
property.
- setWarnStyle(String) - Method in class javax.faces.component.html.HtmlMessage
-
Set the value of the warnStyle
property.
- setWarnStyle(String) - Method in class javax.faces.component.html.HtmlMessages
-
Set the value of the warnStyle
property.
- setWidth(String) - Method in class javax.faces.component.html.HtmlDataTable
-
Set the value of the width
property.
- setWidth(String) - Method in class javax.faces.component.html.HtmlGraphicImage
-
Set the value of the width
property.
- setWidth(String) - Method in class javax.faces.component.html.HtmlPanelGrid
-
Set the value of the width
property.
- setWrappedData(Object) - Method in class javax.faces.model.ArrayDataModel
-
- setWrappedData(Object) - Method in class javax.faces.model.CollectionDataModel
-
Set the wrapped data.
- setWrappedData(Object) - Method in class javax.faces.model.DataModel
-
Set the object representing the data collection wrapped by this
DataModel
.
- setWrappedData(Object) - Method in class javax.faces.model.ListDataModel
-
- setWrappedData(Object) - Method in class javax.faces.model.ResultDataModel
-
- setWrappedData(Object) - Method in class javax.faces.model.ResultSetDataModel
-
- setWrappedData(Object) - Method in class javax.faces.model.ScalarDataModel
-
- setWriteListener(WriteListener) - Method in class javax.servlet.ServletOutputStream
-
Instructs the
ServletOutputStream
to invoke the provided
WriteListener
when it is possible to write
- setXid(Xid) - Method in class javax.resource.spi.work.ExecutionContext
-
set a transaction context.
- setXmlns(String) - Method in class javax.faces.component.html.HtmlBody
-
Set the value of the xmlns
property.
- setXmlns(String) - Method in class javax.faces.component.html.HtmlHead
-
Set the value of the xmlns
property.
- SEVERITY_ERROR - Static variable in class javax.faces.application.FacesMessage
-
Message severity level indicating that an error has
occurred.
- SEVERITY_FATAL - Static variable in class javax.faces.application.FacesMessage
-
Message severity level indicating that a serious error has
occurred.
- SEVERITY_INFO - Static variable in class javax.faces.application.FacesMessage
-
Message severity level indicating an informational message
rather than an error.
- SEVERITY_WARN - Static variable in class javax.faces.application.FacesMessage
-
Message severity level indicating that an error might have
occurred.
- SharedByteArrayInputStream - Class in javax.mail.util
-
A ByteArrayInputStream that implements the SharedInputStream interface,
allowing the underlying byte array to be shared between multiple readers.
- SharedByteArrayInputStream(byte[]) - Constructor for class javax.mail.util.SharedByteArrayInputStream
-
Create a SharedByteArrayInputStream representing the entire
byte array.
- SharedByteArrayInputStream(byte[], int, int) - Constructor for class javax.mail.util.SharedByteArrayInputStream
-
Create a SharedByteArrayInputStream representing the part
of the byte array from offset
for length
bytes.
- SharedCacheMode - Enum in javax.persistence
-
Specifies how the provider must use a second-level cache for the
persistence unit.
- SharedFileInputStream - Class in javax.mail.util
-
A SharedFileInputStream
is a
BufferedInputStream
that buffers
data from the file and supports the mark
and reset
methods.
- SharedFileInputStream(File) - Constructor for class javax.mail.util.SharedFileInputStream
-
Creates a SharedFileInputStream
for the file.
- SharedFileInputStream(String) - Constructor for class javax.mail.util.SharedFileInputStream
-
Creates a SharedFileInputStream
for the named file
- SharedFileInputStream(File, int) - Constructor for class javax.mail.util.SharedFileInputStream
-
Creates a SharedFileInputStream
with the specified buffer size.
- SharedFileInputStream(String, int) - Constructor for class javax.mail.util.SharedFileInputStream
-
Creates a SharedFileInputStream
with the specified buffer size.
- SharedInputStream - Interface in javax.mail.internet
-
An InputStream that is backed by data that can be shared by multiple
readers may implement this interface.
- SharingViolationException - Exception in javax.resource.spi
-
This is thrown to indicate a connection sharing violation.
- SharingViolationException() - Constructor for exception javax.resource.spi.SharingViolationException
-
Constructs a new instance with null as its detail message.
- SharingViolationException(String) - Constructor for exception javax.resource.spi.SharingViolationException
-
Constructs a new instance with the specified detail message.
- SharingViolationException(Throwable) - Constructor for exception javax.resource.spi.SharingViolationException
-
Constructs a new throwable with the specified cause.
- SharingViolationException(String, Throwable) - Constructor for exception javax.resource.spi.SharingViolationException
-
Constructs a new throwable with the specified detail message and cause.
- SharingViolationException(String, String) - Constructor for exception javax.resource.spi.SharingViolationException
-
Constructs a new throwable with the specified detail message and
error code.
- SHORT_ID - Static variable in class javax.faces.convert.ShortConverter
-
The message identifier of the
FacesMessage
to be created if
the conversion to
Short
fails.
- ShortConverter - Class in javax.faces.convert
-
Converter
implementation for
java.lang.Short
(and short primitive) values.
- ShortConverter() - Constructor for class javax.faces.convert.ShortConverter
-
- ShortHolder - Class in javax.xml.rpc.holders
-
- ShortHolder() - Constructor for class javax.xml.rpc.holders.ShortHolder
-
- ShortHolder(short) - Constructor for class javax.xml.rpc.holders.ShortHolder
-
- shortname - Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
-
The preferred short name (prefix) as indicated in the TLD.
- ShortWrapperHolder - Class in javax.xml.rpc.holders
-
- ShortWrapperHolder() - Constructor for class javax.xml.rpc.holders.ShortWrapperHolder
-
- ShortWrapperHolder(Short) - Constructor for class javax.xml.rpc.holders.ShortWrapperHolder
-
- SimpleTag - Interface in javax.servlet.jsp.tagext
-
Interface for defining Simple Tag Handlers.
- SimpleTagSupport - Class in javax.servlet.jsp.tagext
-
A base class for defining tag handlers implementing SimpleTag.
- SimpleTagSupport() - Constructor for class javax.servlet.jsp.tagext.SimpleTagSupport
-
Sole constructor.
- SingleThreadModel - Interface in javax.servlet
-
Deprecated.
As of Java Servlet API 2.4, with no direct
replacement.
- Singleton - Annotation Type in javax.ejb
-
Component-defining annotation for a singleton session bean.
- Singleton - Annotation Type in javax.inject
-
Identifies a type that the injector only instantiates once.
- SingularAttribute<X,T> - Interface in javax.persistence.metamodel
-
Instances of the type SingularAttribute
represents persistent
single-valued properties or fields.
- size() - Method in class javax.faces.context.FlashWrapper
-
The default behavior of this method
is to call Map.size()
on the wrapped Flash
object.
- SIZE - Static variable in class javax.mail.FetchProfile.Item
-
SIZE is a fetch profile item that can be included in a
FetchProfile
during a fetch request to a Folder.
- size() - Method in class javax.mail.internet.ParameterList
-
Return the number of parameters in this list.
- size(Expression<C>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create an expression that tests the size of a collection.
- size(C) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create an expression that tests the size of a collection.
- Size - Annotation Type in javax.validation.constraints
-
The annotated element size must be between the specified boundaries (included).
- size() - Method in class javax.ws.rs.core.AbstractMultivaluedMap
-
- Size.List - Annotation Type in javax.validation.constraints
-
Defines several
Size
annotations on the same element.
- SizeTerm - Class in javax.mail.search
-
This class implements comparisons for Message sizes.
- SizeTerm(int, int) - Constructor for class javax.mail.search.SizeTerm
-
Constructor.
- skip(long) - Method in class javax.mail.util.SharedFileInputStream
-
See the general contract of the skip
method of InputStream
.
- SKIP_BODY - Static variable in interface javax.servlet.jsp.tagext.Tag
-
Skip body evaluation.
- SKIP_PAGE - Static variable in interface javax.servlet.jsp.tagext.Tag
-
Skip the rest of the page.
- SkipPageException - Exception in javax.servlet.jsp
-
Exception to indicate the calling page must cease evaluation.
- SkipPageException() - Constructor for exception javax.servlet.jsp.SkipPageException
-
Creates a SkipPageException with no message.
- SkipPageException(String) - Constructor for exception javax.servlet.jsp.SkipPageException
-
Creates a SkipPageException with the provided message.
- SkipPageException(String, Throwable) - Constructor for exception javax.servlet.jsp.SkipPageException
-
Creates a SkipPageException with the provided message and root cause.
- SkipPageException(Throwable) - Constructor for exception javax.servlet.jsp.SkipPageException
-
Creates a SkipPageException with the provided root cause.
- SkippedException - Exception in javax.enterprise.concurrent
-
Exception indicating that the result of a value-producing task cannot be
retrieved because the task run was skipped.
- SkippedException() - Constructor for exception javax.enterprise.concurrent.SkippedException
-
Constructs an SkippedException with null as its detail message.
- SkippedException(String) - Constructor for exception javax.enterprise.concurrent.SkippedException
-
Constructs an SkippedException exception with the specified detail message.
- SkippedException(String, Throwable) - Constructor for exception javax.enterprise.concurrent.SkippedException
-
Constructs an SkippedException exception with the specified detail message
and cause.
- SkippedException(Throwable) - Constructor for exception javax.enterprise.concurrent.SkippedException
-
Constructs an SkippedException exception with the specified cause and a
detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of cause).
- SkipProcessListener - Interface in javax.batch.api.chunk.listener
-
SkipProcessListener intercepts skippable
itemProcess exception handling.
- SkipReadListener - Interface in javax.batch.api.chunk.listener
-
SkipReadListener intercepts skippable
itemReader exception handling.
- skipRun(LastExecution, Date) - Method in interface javax.enterprise.concurrent.Trigger
-
Return true if this run instance should be skipped.
- SkipWriteListener - Interface in javax.batch.api.chunk.listener
-
SkipWriteListener intercepts skippable
itemWriter exception handling.
- Slot - Interface in javax.xml.registry.infomodel
-
Slot instances provide a dynamic way to add arbitrary attributes to
RegistryObject instances.
- SLOT - Static variable in interface javax.xml.registry.LifeCycleManager
-
Constant representing the javax.xml.registry.infomodel.Slot interface.
- 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.
- SOAP_1_1_CONTENT_TYPE - Static variable in interface javax.xml.soap.SOAPConstants
-
The media type of the Content-Type
MIME header in SOAP 1.1.
- SOAP_1_1_PROTOCOL - Static variable in interface javax.xml.soap.SOAPConstants
-
Used to create MessageFactory
instances that create
SOAPMessages
whose behavior supports the SOAP 1.1 specification.
- SOAP_1_2_CONTENT_TYPE - Static variable in interface javax.xml.soap.SOAPConstants
-
The media type of the Content-Type
MIME header in SOAP 1.2.
- SOAP_1_2_PROTOCOL - Static variable in interface javax.xml.soap.SOAPConstants
-
Used to create MessageFactory
instances that create
SOAPMessages
whose behavior supports the SOAP 1.2
specification
- SOAP_ARRAY - Static variable in class javax.xml.rpc.encoding.XMLType
-
The name of the SOAP-ENC:Array
type.
- SOAP_BASE64 - Static variable in class javax.xml.rpc.encoding.XMLType
-
The name of the SOAP-ENC:base64
type.
- SOAP_BOOLEAN - Static variable in class javax.xml.rpc.encoding.XMLType
-
The name of the SOAP-ENC:boolean
type.
- SOAP_BYTE - Static variable in class javax.xml.rpc.encoding.XMLType
-
The name of the SOAP-ENC:byte
type.
- SOAP_DATAENCODINGUNKNOWN_FAULT - Static variable in interface javax.xml.soap.SOAPConstants
-
SOAP 1.2 DataEncodingUnknown Fault
- SOAP_DOUBLE - Static variable in class javax.xml.rpc.encoding.XMLType
-
The name of the SOAP-ENC:double
type.
- SOAP_ENV_PREFIX - Static variable in interface javax.xml.soap.SOAPConstants
-
The default namespace prefix for http://www.w3.org/2003/05/soap-envelope
- SOAP_FLOAT - Static variable in class javax.xml.rpc.encoding.XMLType
-
The name of the SOAP-ENC:float
type.
- SOAP_INT - Static variable in class javax.xml.rpc.encoding.XMLType
-
The name of the SOAP-ENC:int
type.
- SOAP_LONG - Static variable in class javax.xml.rpc.encoding.XMLType
-
The name of the SOAP-ENC:long
type.
- SOAP_MUSTUNDERSTAND_FAULT - Static variable in interface javax.xml.soap.SOAPConstants
-
SOAP 1.2 MustUnderstand Fault
- SOAP_RECEIVER_FAULT - Static variable in interface javax.xml.soap.SOAPConstants
-
SOAP 1.2 Receiver Fault
- SOAP_SENDER_FAULT - Static variable in interface javax.xml.soap.SOAPConstants
-
SOAP 1.2 Sender Fault
- SOAP_SHORT - Static variable in class javax.xml.rpc.encoding.XMLType
-
The name of the SOAP-ENC:short
type.
- SOAP_STRING - Static variable in class javax.xml.rpc.encoding.XMLType
-
The name of the SOAP-ENC:string
type.
- SOAP_VERSIONMISMATCH_FAULT - Static variable in interface javax.xml.soap.SOAPConstants
-
SOAP 1.2 VersionMismatch Fault
- SOAPACTION_URI_PROPERTY - Static variable in interface javax.xml.rpc.Call
-
Standard property for SOAPAction.
- SOAPACTION_URI_PROPERTY - Static variable in interface javax.xml.ws.BindingProvider
-
Standard property for SOAPAction.
- SOAPACTION_USE_PROPERTY - Static variable in interface javax.xml.rpc.Call
-
Standard property for SOAPAction.
- SOAPACTION_USE_PROPERTY - Static variable in interface javax.xml.ws.BindingProvider
-
Standard property for SOAPAction.
- SOAPBinding - Annotation Type in javax.jws.soap
-
- SOAPBinding - Interface in javax.xml.ws.soap
-
The SOAPBinding
interface is an abstraction for
the SOAP binding.
- SOAPBinding.ParameterStyle - Enum in javax.jws.soap
-
- SOAPBinding.Style - Enum in javax.jws.soap
-
- SOAPBinding.Use - Enum in javax.jws.soap
-
- SOAPBody - Interface in javax.xml.soap
-
An object that represents the contents of the SOAP body
element in a SOAP message.
- SOAPBodyElement - Interface in javax.xml.soap
-
A SOAPBodyElement
object represents the contents in
a SOAPBody
object.
- SOAPConnection - Class in javax.xml.soap
-
A point-to-point connection that a client can use for sending messages
directly to a remote party (represented by a URL, for instance).
- SOAPConnection() - Constructor for class javax.xml.soap.SOAPConnection
-
- SOAPConnectionFactory - Class in javax.xml.soap
-
A factory for creating SOAPConnection
objects.
- SOAPConnectionFactory() - Constructor for class javax.xml.soap.SOAPConnectionFactory
-
- SOAPConstants - Interface in javax.xml.soap
-
The definition of constants pertaining to the SOAP protocol.
- SOAPElement - Interface in javax.xml.soap
-
An object representing an element of a SOAP message that is allowed but not
specifically prescribed by a SOAP specification.
- SOAPElementFactory - Class in javax.xml.soap
-
Deprecated.
- Use javax.xml.soap.SOAPFactory
for creating SOAPElements.
- SOAPEnvelope - Interface in javax.xml.soap
-
The container for the SOAPHeader and SOAPBody portions of a
SOAPPart
object.
- SOAPException - Exception in javax.xml.soap
-
An exception that signals that a SOAP exception has occurred.
- SOAPException() - Constructor for exception javax.xml.soap.SOAPException
-
Constructs a SOAPException
object with no
reason or embedded Throwable
object.
- SOAPException(String) - Constructor for exception javax.xml.soap.SOAPException
-
Constructs a SOAPException
object with the given
String
as the reason for the exception being thrown.
- SOAPException(String, Throwable) - Constructor for exception javax.xml.soap.SOAPException
-
Constructs a SOAPException
object with the given
String
as the reason for the exception being thrown
and the given Throwable
object as an embedded
exception.
- SOAPException(Throwable) - Constructor for exception javax.xml.soap.SOAPException
-
Constructs a SOAPException
object initialized
with the given Throwable
object.
- SOAPFactory - Class in javax.xml.soap
-
SOAPFactory
is a factory for creating various objects
that exist in the SOAP XML tree.
- SOAPFactory() - Constructor for class javax.xml.soap.SOAPFactory
-
- SOAPFault - Interface in javax.xml.soap
-
An element in the SOAPBody
object that contains
error and/or status information.
- SOAPFaultElement - Interface in javax.xml.soap
-
A representation of the contents in
a SOAPFault
object.
- SOAPFaultException - Exception in javax.xml.rpc.soap
-
The SOAPFaultException
exception represents a
SOAP fault.
- SOAPFaultException(QName, String, String, Detail) - Constructor for exception javax.xml.rpc.soap.SOAPFaultException
-
Constructor for the SOAPFaultException
- 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 extends Handler
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.
- SOAPHeader - Interface in javax.xml.soap
-
A representation of the SOAP header
element.
- SOAPHeaderElement - Interface in javax.xml.soap
-
An object representing the contents in the SOAP header part of the
SOAP envelope.
- SOAPMessage - Class in javax.xml.soap
-
The root class for all SOAP messages.
- SOAPMessage() - Constructor for class javax.xml.soap.SOAPMessage
-
- SOAPMessageContext - Interface in javax.xml.rpc.handler.soap
-
The interface javax.xml.rpc.soap.SOAPMessageContext
provides access to the SOAP message for either RPC request or
response.
- SOAPMessageContext - Interface in javax.xml.ws.handler.soap
-
The interface SOAPMessageContext
provides access to the SOAP message for either RPC request or
response.
- SOAPMessageHandler - Annotation Type in javax.jws.soap
-
Deprecated.
- SOAPMessageHandlers - Annotation Type in javax.jws.soap
-
Deprecated.
- SOAPPart - Class in javax.xml.soap
-
The container for the SOAP-specific portion of a SOAPMessage
object.
- SOAPPart() - Constructor for class javax.xml.soap.SOAPPart
-
- some(Subquery<Y>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create a some expression over the subquery results.
- SORT_BY_DATE_ASC - Static variable in interface javax.xml.registry.FindQualifier
-
Specifies a hint to queries that they should sort results by creation/modification date in ascending order.
- SORT_BY_DATE_DESC - Static variable in interface javax.xml.registry.FindQualifier
-
Specifies a hint to queries that they should sort results by creation/modification date in descending order.
- SORT_BY_NAME_ASC - Static variable in interface javax.xml.registry.FindQualifier
-
Specifies a hint to queries that they should sort results by Name in ascending alpha-numeric order.
- SORT_BY_NAME_DESC - Static variable in interface javax.xml.registry.FindQualifier
-
Specifies a hint to queries that they should sort results by Name in descending alpha-numeric order.
- SORT_CODE_SLOT - Static variable in interface javax.xml.registry.infomodel.Slot
-
Name for pre-defined Slot used in PostalAddress by JAXR UDDI provider.
- SOUNDEX - Static variable in interface javax.xml.registry.FindQualifier
-
Optional qualifier that allows matching strings by their sounds.
- Specializes - Annotation Type in javax.enterprise.inject
-
Indicates that a bean directly specializes another bean.
- SPECIFICATION_LINK - Static variable in interface javax.xml.registry.LifeCycleManager
-
Constant representing the javax.xml.registry.infomodel.SpecificationLink interface.
- SpecificationLink - Interface in javax.xml.registry.infomodel
-
A SpecificationLink provides the linkage between a ServiceBinding and one of its technical specifications that describes how to use the service using the ServiceBinding.
- SQL_DATA_SOURCE - Static variable in class javax.servlet.jsp.jstl.core.Config
-
Name of configuration setting for SQL data source
- SQL_MAX_ROWS - Static variable in class javax.servlet.jsp.jstl.core.Config
-
Name of configuration setting for maximum number of rows to be included
in SQL query result
- SQLExecutionTag - Interface in javax.servlet.jsp.jstl.sql
-
This interface allows tag handlers implementing it to receive
values for parameter markers in their SQL statements.
- SqlResultSetMapping - Annotation Type in javax.persistence
-
Specifies the mapping of the result of a native SQL query or stored
procedure.
- SqlResultSetMappings - Annotation Type in javax.persistence
-
- sqrt(Expression<? extends Number>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create an expression that returns the square root
of its argument.
- sslContext(SSLContext) - Method in class javax.ws.rs.client.ClientBuilder
-
Set the SSL context that will be used when creating secured transport connections
to server endpoints from
web targets
created by the client
instance that is using this SSL context.
- STABILITY_DYNAMIC - Static variable in interface javax.xml.registry.infomodel.RegistryEntry
-
RegistryEntry may change at any time.
- STABILITY_DYNAMIC_COMPATIBLE - Static variable in interface javax.xml.registry.infomodel.RegistryEntry
-
RegistryEntry may change at any time, however the changes will be backward compatible.
- STABILITY_STATIC - Static variable in interface javax.xml.registry.infomodel.RegistryEntry
-
RegistryEntry will not change.
- StandardELContext - Class in javax.el
-
A standard ELContext suitable for use in a stand alone environment.
- StandardELContext(ExpressionFactory) - Constructor for class javax.el.StandardELContext
-
Construct a default ELContext for a stand-alone environment.
- StandardELContext(ELContext) - Constructor for class javax.el.StandardELContext
-
Construct a StandardELContext from another ELContext.
- start(String, Properties) - Method in interface javax.batch.operations.JobOperator
-
Creates a new job instance and starts the first execution of that
instance.
- start(Date) - Method in class javax.ejb.ScheduleExpression
-
Set the start date.
- START - Static variable in class javax.enterprise.deploy.shared.CommandType
-
The DeploymentManger action operation being processed is start.
- start(TargetModuleID[]) - Method in interface javax.enterprise.deploy.spi.DeploymentManager
-
Start the application running.
- start() - Method in interface javax.jms.Connection
-
Starts (or restarts) a connection's delivery of incoming messages.
- start() - Method in interface javax.jms.JMSContext
-
Starts (or restarts) delivery of incoming messages by the JMSContext's
connection.
- start() - Method in interface javax.jms.ServerSession
-
Cause the Session
's run
method to be called
to process messages that were just assigned to it.
- start - Variable in class javax.mail.util.SharedByteArrayInputStream
-
Position within shared buffer that this stream starts at.
- start - Variable in class javax.mail.util.SharedFileInputStream
-
The file offset of the start of data in this subset of the file.
- start(BootstrapContext) - Method in interface javax.resource.spi.ResourceAdapter
-
This is called when a resource adapter instance is bootstrapped.
- start(Runnable) - Method in interface javax.servlet.AsyncContext
-
Causes the container to dispatch a thread, possibly from a managed
thread pool, to run the specified Runnable.
- start(Xid, int) - Method in interface javax.transaction.xa.XAResource
-
Starts work on behalf of a transaction branch specified in
xid
.
- START_TIMED_OUT - Static variable in exception javax.resource.spi.work.WorkException
-
Indicates start timeout expiration.
- startAsync() - Method in interface javax.servlet.ServletRequest
-
Puts this request into asynchronous mode, and initializes its
AsyncContext
with the original (unwrapped) ServletRequest
and ServletResponse objects.
- startAsync(ServletRequest, ServletResponse) - Method in interface javax.servlet.ServletRequest
-
Puts this request into asynchronous mode, and initializes its
AsyncContext
with the given request and response objects.
- startAsync() - Method in class javax.servlet.ServletRequestWrapper
-
- startAsync(ServletRequest, ServletResponse) - Method in class javax.servlet.ServletRequestWrapper
-
- startCDATA() - Method in class javax.faces.context.ResponseWriter
-
- startCDATA() - Method in class javax.faces.context.ResponseWriterWrapper
-
- 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
-
- 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
-
- startError(String) - Method in class javax.faces.context.PartialResponseWriter
-
Write the start of an error.
- startEval() - Method in class javax.faces.context.PartialResponseWriter
-
Write the start of an eval operation.
- startExtension(Map<String, String>) - Method in class javax.faces.context.PartialResponseWriter
-
Write the start of an extension operation.
- startInsertAfter(String) - Method in class javax.faces.context.PartialResponseWriter
-
Write the start of an insert operation
where the contents will be inserted after the specified target node.
- startInsertBefore(String) - Method in class javax.faces.context.PartialResponseWriter
-
Write the start of an insert operation
where the contents will be inserted before the specified target node.
- Startup - Annotation Type in javax.ejb
-
Mark a singleton bean for eager initialization during the application startup sequence.
- startUpdate(String) - Method in class javax.faces.context.PartialResponseWriter
-
Write the start of an update operation.
- startWork(Work) - Method in interface javax.resource.spi.work.WorkManager
-
Accepts a Work
instance for processing.
- startWork(Work, long, ExecutionContext, WorkListener) - Method in interface javax.resource.spi.work.WorkManager
-
Accepts a Work
instance for processing.
- STATE_SAVING_METHOD_CLIENT - Static variable in class javax.faces.application.StateManager
-
Constant value for the initialization parameter named by
the STATE_SAVING_METHOD_PARAM_NAME
that indicates
state saving should take place on the client.
- STATE_SAVING_METHOD_PARAM_NAME - Static variable in class javax.faces.application.StateManager
-
The ServletContext
init parameter consulted by
the StateManager
to tell where the state should be
saved.
- STATE_SAVING_METHOD_SERVER - Static variable in class javax.faces.application.StateManager
-
Constant value for the initialization parameter named by
the STATE_SAVING_METHOD_PARAM_NAME
that indicates
state saving should take place on the server.
- Stateful - Annotation Type in javax.ejb
-
Component-defining annotation for a stateful session bean.
- StatefulSessionBeanStats - Interface in javax.management.j2ee.statistics
-
Specifies the statistics provided by a stateful session bean.
- StatefulTimeout - Annotation Type in javax.ejb
-
Specifies the amount of time a stateful session bean can
be idle (not receive any client invocations) before it
is eligible for removal by the container.
- StateHelper - Interface in javax.faces.component
-
Define a Map
-like contract
that makes it easier for components to implement PartialStateHolder
.
- StateHolder - Interface in javax.faces.component
-
This interface is
implemented by classes that need to save their state between
requests.
- Stateless - Annotation Type in javax.ejb
-
Component-defining annotation for a stateless session bean.
- StatelessSessionBeanStats - Interface in javax.management.j2ee.statistics
-
Specifies the statistics provided by a stateless session bean.
- StateManagementStrategy - Class in javax.faces.view
-
Encapsulate the saving and
restoring of the view to enable the VDL to take over the
responsibility for handling this feature.
- StateManagementStrategy() - Constructor for class javax.faces.view.StateManagementStrategy
-
- StateManager - Class in javax.faces.application
-
StateManager
directs the process of saving and
restoring the view between requests.
- StateManager() - Constructor for class javax.faces.application.StateManager
-
- StateManager.SerializedView - Class in javax.faces.application
-
Deprecated.
This class was not marked Serializable
in the 1.0 version of the spec. It was also not a static inner
class, so it can't be made to be Serializable
.
Therefore, it is being deprecated in version 1.2 of the spec.
The replacement is to use an implementation dependent
Object
.
- StateManager.SerializedView(Object, Object) - Constructor for class javax.faces.application.StateManager.SerializedView
-
Deprecated.
- StateManagerWrapper - Class in javax.faces.application
-
Provides a simple implementation of
StateManager
that can
be subclassed by developers wishing to provide specialized behavior
to an existing
StateManager
instance.
- StateManagerWrapper() - Constructor for class javax.faces.application.StateManagerWrapper
-
- StateType - Class in javax.enterprise.deploy.shared
-
Class StateTypes defines enumeration values for the
DeploymentStatus object.
- StateType(int) - Constructor for class javax.enterprise.deploy.shared.StateType
-
Construct a new enumeration value with the given integer value.
- StaticFieldELResolver - Class in javax.el
-
An
ELResolver
for resolving static fields, enum constants and
static methods.
- StaticFieldELResolver() - Constructor for class javax.el.StaticFieldELResolver
-
- StaticMetamodel - Annotation Type in javax.persistence.metamodel
-
The StaticMetamodel
annotation specifies that the class
is a metamodel class that represents the entity, mapped
superclass, or embeddable class designated by the value
element.
- Statistic - Interface in javax.management.j2ee.statistics
-
The Statistic model and its sub-models specify the data models which are requried to be used to provide the performance data described by the specific attributes in the Stats models.
- Stats - Interface in javax.management.j2ee.statistics
-
The Stats model and its submodels specify performance data attributes for each of the specific managed object types.
- Status - Interface in javax.transaction
-
The Status interface defines static variables used for transaction
status codes.
- status(int) - Method in class javax.ws.rs.core.Response.ResponseBuilder
-
Set the status on the ResponseBuilder.
- status(Response.StatusType) - Method in class javax.ws.rs.core.Response.ResponseBuilder
-
Set the status on the ResponseBuilder.
- status(Response.Status) - Method in class javax.ws.rs.core.Response.ResponseBuilder
-
Set the status on the ResponseBuilder.
- status(Response.StatusType) - Static method in class javax.ws.rs.core.Response
-
Create a new ResponseBuilder with the supplied status.
- status(Response.Status) - Static method in class javax.ws.rs.core.Response
-
Create a new ResponseBuilder with the supplied status.
- status(int) - Static method in class javax.ws.rs.core.Response
-
Create a new ResponseBuilder with the supplied status.
- STATUS_ACTIVE - Static variable in interface javax.transaction.Status
-
A transaction is associated with the target object and it is in the
active state.
- STATUS_APPROVED - Static variable in interface javax.xml.registry.infomodel.RegistryEntry
-
RegistryEntry has been submitted and approved.
- STATUS_COMMITTED - Static variable in interface javax.transaction.Status
-
A transaction is associated with the target object and it has been
committed.
- STATUS_COMMITTING - Static variable in interface javax.transaction.Status
-
A transaction is associated with the target object and it is in the
process of committing.
- STATUS_DEPRECATED - Static variable in interface javax.xml.registry.infomodel.RegistryEntry
-
RegistryEntry has been deprecated.
- STATUS_FAILURE - Static variable in interface javax.xml.registry.JAXRResponse
-
Status indicating a failure response.
- STATUS_MARKED_ROLLBACK - Static variable in interface javax.transaction.Status
-
A transaction is associated with the target object and it has been
marked for rollback, perhaps as a result of a setRollbackOnly operation.
- STATUS_NO_TRANSACTION - Static variable in interface javax.transaction.Status
-
No transaction is currently associated with the target object.
- STATUS_PREPARED - Static variable in interface javax.transaction.Status
-
A transaction is associated with the target object and it has been
prepared.
- STATUS_PREPARING - Static variable in interface javax.transaction.Status
-
A transaction is associated with the target object and it is in the
process of preparing.
- STATUS_ROLLEDBACK - Static variable in interface javax.transaction.Status
-
A transaction is associated with the target object and the outcome
has been determined to be rollback.
- STATUS_ROLLING_BACK - Static variable in interface javax.transaction.Status
-
A transaction is associated with the target object and it is in the
process of rolling back.
- STATUS_SUBMITTED - Static variable in interface javax.xml.registry.infomodel.RegistryEntry
-
RegistryEntry has been submitted.
- STATUS_SUCCESS - Static variable in interface javax.xml.registry.JAXRResponse
-
Status indicating a successful response.
- STATUS_UNAVAILABLE - Static variable in interface javax.xml.registry.JAXRResponse
-
Status indicating that the results are currently unavailable.
- STATUS_UNKNOWN - Static variable in interface javax.transaction.Status
-
A transaction is associated with the target object but its
current status cannot be determined.
- STATUS_WARNING - Static variable in interface javax.xml.registry.JAXRResponse
-
Status indicating a successful response that included at least one warning.
- STATUS_WITHDRAWN - Static variable in interface javax.xml.registry.infomodel.RegistryEntry
-
RegistryEntry has been withdrawn by the submitter.
- statusId - Variable in class javax.servlet.jsp.jstl.core.LoopTagSupport
-
Attribute-exposing control
- step - Variable in class javax.servlet.jsp.jstl.core.LoopTagSupport
-
Iteration step ('step' attribute)
- StepContext - Interface in javax.batch.runtime.context
-
- 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 Type 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(long) - Method in interface javax.batch.operations.JobOperator
-
Request a running job execution stops.
- STOP - Static variable in class javax.enterprise.deploy.shared.ActionType
-
A stop operation is being preformed on the DeploymentManager
action command.
- STOP - Static variable in class javax.enterprise.deploy.shared.CommandType
-
The DeploymentManger action operation being processed is stop.
- stop(TargetModuleID[]) - Method in interface javax.enterprise.deploy.spi.DeploymentManager
-
Stop the application running.
- stop() - Method in interface javax.enterprise.deploy.spi.status.ProgressObject
-
(optional)
A stop request on an in-process operation allows the
operation on the current TargetModuleID to run to completion but
does not process any of the remaining unprocessed TargetModuleID
objects.
- stop() - Method in interface javax.jms.Connection
-
Temporarily stops a connection's delivery of incoming messages.
- stop() - Method in interface javax.jms.JMSContext
-
Temporarily stops the delivery of incoming messages by the JMSContext's
connection.
- stop() - Method in interface javax.resource.spi.ResourceAdapter
-
This is called when a resource adapter instance is undeployed or
during application server shutdown.
- stop() - Method in class javax.xml.ws.Endpoint
-
Stops publishing this endpoint.
- store - Variable in class javax.mail.Folder
-
The parent store.
- STORE - Static variable in class javax.mail.Provider.Type
-
- Store - Class in javax.mail
-
An abstract class that models a message store and its
access protocol, for storing and retrieving messages.
- Store(Session, URLName) - Constructor for class javax.mail.Store
-
Constructor.
- store - Variable in class javax.ws.rs.core.AbstractMultivaluedMap
-
Backing store for the [key, multi-value] pairs.
- StoreClosedException - Exception in javax.mail
-
This exception is thrown when a method is invoked on a Messaging object
and the Store that owns that object has died due to some reason.
- StoreClosedException(Store) - Constructor for exception javax.mail.StoreClosedException
-
Constructs a StoreClosedException with no detail message.
- StoreClosedException(Store, String) - Constructor for exception javax.mail.StoreClosedException
-
Constructs a StoreClosedException with the specified
detail message.
- StoreClosedException(Store, String, Exception) - Constructor for exception javax.mail.StoreClosedException
-
Constructs a StoreClosedException with the specified
detail message and embedded exception.
- StoredProcedureParameter - Annotation Type in javax.persistence
-
Specifies a parameter of a named stored procedure query.
- StoredProcedureQuery - Interface in javax.persistence
-
Interface used to control stored procedure query execution.
- StoreEvent - Class in javax.mail.event
-
This class models notifications from the Store connection.
- StoreEvent(Store, int, String) - Constructor for class javax.mail.event.StoreEvent
-
Construct a StoreEvent.
- StoreListener - Interface in javax.mail.event
-
This is the Listener interface for Store Notifications.
- 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_ID - Static variable in class javax.faces.convert.BigDecimalConverter
-
The message identifier of the
FacesMessage
to be created if
the conversion of the
BigDecimal
value to
String
fails.
- STRING_ID - Static variable in class javax.faces.convert.BigIntegerConverter
-
The message identifier of the
FacesMessage
to be created if
the conversion of the
BigInteger
value to
String
fails.
- STRING_ID - Static variable in class javax.faces.convert.BooleanConverter
-
The message identifier of the
FacesMessage
to be created if
the conversion of the
Boolean
value to
String
fails.
- STRING_ID - Static variable in class javax.faces.convert.ByteConverter
-
The message identifier of the
FacesMessage
to be created if
the conversion of the
Byte
value to
String
fails.
- STRING_ID - Static variable in class javax.faces.convert.CharacterConverter
-
The message identifier of the
FacesMessage
to be created if
the conversion of the
Character
value to
String
fails.
- STRING_ID - Static variable in class javax.faces.convert.DateTimeConverter
-
The message identifier of the
FacesMessage
to be created if
the conversion of the
DateTime
value to
String
fails.
- STRING_ID - Static variable in class javax.faces.convert.DoubleConverter
-
The message identifier of the
FacesMessage
to be created if
the conversion of the
Double
value to
String
fails.
- STRING_ID - Static variable in class javax.faces.convert.FloatConverter
-
The message identifier of the
FacesMessage
to be created if
the conversion of the
Float
value to
String
fails.
- STRING_ID - Static variable in class javax.faces.convert.IntegerConverter
-
The message identifier of the
FacesMessage
to be created if
the conversion of the
Integer
value to
String
fails.
- STRING_ID - Static variable in class javax.faces.convert.LongConverter
-
The message identifier of the
FacesMessage
to be created if
the conversion of the
Long
value to
String
fails.
- STRING_ID - Static variable in class javax.faces.convert.NumberConverter
-
The message identifier of the
FacesMessage
to be created if
the conversion of the
Number
value to
String
fails.
- STRING_ID - Static variable in class javax.faces.convert.ShortConverter
-
The message identifier of the
FacesMessage
to be created if
the conversion of the
Short
value to
String
fails.
- StringHolder - Class in javax.xml.rpc.holders
-
- StringHolder() - Constructor for class javax.xml.rpc.holders.StringHolder
-
- StringHolder(String) - Constructor for class javax.xml.rpc.holders.StringHolder
-
- StringTerm - Class in javax.mail.search
-
This class implements the match method for Strings.
- StringTerm(String) - Constructor for class javax.mail.search.StringTerm
-
Construct a StringTerm with the given pattern.
- StringTerm(String, boolean) - Constructor for class javax.mail.search.StringTerm
-
Construct a StringTerm with the given pattern and ignoreCase flag.
- Stub - Interface in javax.xml.rpc
-
The interface javax.xml.rpc.Stub
is the common base interface
for the stub classes.
- Subgraph<T> - Interface in javax.persistence
-
This type represents a subgraph for an attribute node that
corresponds to a Managed Type.
- SubjectTerm - Class in javax.mail.search
-
This class implements comparisons for the message Subject header.
- SubjectTerm(String) - Constructor for class javax.mail.search.SubjectTerm
-
Constructor.
- submit() - Method in interface javax.ws.rs.client.Invocation
-
Submit the request for an asynchronous invocation and receive a future
response back.
- submit(Class<T>) - Method in interface javax.ws.rs.client.Invocation
-
Submit the request for an asynchronous invocation and receive a future
response of the specified type back.
- submit(GenericType<T>) - Method in interface javax.ws.rs.client.Invocation
-
Submit the request for an asynchronous invocation and receive a future
response of the specified generic type back.
- submit(InvocationCallback<T>) - Method in interface javax.ws.rs.client.Invocation
-
Submit the request for an asynchronous invocation and register an
InvocationCallback
to process the future result of the invocation.
- subprotocols(List<String>) - Method in class javax.websocket.server.ServerEndpointConfig.Builder
-
Sets the subprotocols to use in the configuration.
- subquery(Class<U>) - Method in interface javax.persistence.criteria.CommonAbstractCriteria
-
Create a subquery of the query.
- Subquery<T> - Interface in javax.persistence.criteria
-
The Subquery
interface defines functionality that is
specific to subqueries.
- subscribeToEvent(Class<? extends SystemEvent>, Class<?>, SystemEventListener) - Method in class javax.faces.application.Application
-
Install the listener instance
referenced by argument listener
into the application
as a listener for events of type systemEventClass
that originate from objects of type sourceClass
.
- subscribeToEvent(Class<? extends SystemEvent>, SystemEventListener) - Method in class javax.faces.application.Application
-
Install the listener instance
referenced by argument listener
into application as
a listener for events of type systemEventClass
.
- subscribeToEvent(Class<? extends SystemEvent>, Class<?>, SystemEventListener) - Method in class javax.faces.application.ApplicationWrapper
-
- subscribeToEvent(Class<? extends SystemEvent>, SystemEventListener) - Method in class javax.faces.application.ApplicationWrapper
-
- subscribeToEvent(Class<? extends SystemEvent>, ComponentSystemEventListener) - Method in class javax.faces.component.UIComponent
-
This implementation throws
UnsupportedOperationException
and is provided
for the sole purpose of not breaking existing applications that extend
this class.
- subscribeToEvent(Class<? extends SystemEvent>, ComponentSystemEventListener) - Method in class javax.faces.component.UIComponentBase
-
Install the listener instance
referenced by argument componentListener
as a
listener for events of type eventClass
originating
from this specific instance of UIComponent
.
- subscribeToViewEvent(Class<? extends SystemEvent>, SystemEventListener) - Method in class javax.faces.component.UIViewRoot
-
Install the listener instance
referenced by argument listener
into the
UIViewRoot
as a listener for events of type
systemEventClass
.
- substring(Expression<String>, Expression<Integer>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create an expression for substring extraction.
- substring(Expression<String>, int) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create an expression for substring extraction.
- substring(Expression<String>, Expression<Integer>, Expression<Integer>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create an expression for substring extraction.
- substring(Expression<String>, int, int) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create an expression for substring extraction.
- SUCCESS - Static variable in class javax.security.auth.message.AuthStatus
-
Indicates that the message processing by the authentication module
was successful and that the runtime is to proceed with its normal
processing of the resulting message.
- sum(Expression<N>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create an aggregate expression applying the sum operation.
- sum(Expression<? extends N>, Expression<? extends N>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create an expression that returns the sum
of its arguments.
- sum(Expression<? extends N>, N) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create an expression that returns the sum
of its arguments.
- sum(N, Expression<? extends N>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create an expression that returns the sum
of its arguments.
- sumAsDouble(Expression<Float>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create an aggregate expression applying the sum operation to a
Float-valued expression, returning a Double result.
- sumAsLong(Expression<Integer>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create an aggregate expression applying the sum operation to an
Integer-valued expression, returning a Long result.
- SupportedValidationTarget - Annotation Type in javax.validation.constraintvalidation
-
- supports(String) - Method in interface javax.security.jacc.PolicyContextHandler
-
This public method returns a boolean result indicating whether or
not the handler supports the context object identified by the
(case-sensitive) key value.
- supportsExecuteWithInputAndOutputRecord() - Method in interface javax.resource.cci.ResourceAdapterMetaData
-
Returns true if the implementation class for the Interaction
interface implements public boolean execute(InteractionSpec
ispec, Record input, Record output) method; otherwise the
method returns false.
- supportsExecuteWithInputRecordOnly() - Method in interface javax.resource.cci.ResourceAdapterMetaData
-
Returns true if the implementation class for the Interaction
interface implements public Record execute(InteractionSpec
ispec, Record input) method; otherwise the method returns
false.
- supportsLocalTransactionDemarcation() - Method in interface javax.resource.cci.ResourceAdapterMetaData
-
Returns true if the resource adapter implements the LocalTransaction
interface and supports local transaction demarcation on the
underlying EIS instance through the LocalTransaction interface.
- supportsResultSetType(int) - Method in interface javax.resource.cci.ResultSetInfo
-
Indicates whether or not a resource adapter supports a type
of ResultSet.
- supportsResultTypeConcurrency(int, int) - Method in interface javax.resource.cci.ResultSetInfo
-
Indicates whether or not a resource adapter supports the
concurrency type in combination with the given ResultSet type/
- SUSPEND - Static variable in interface javax.enterprise.concurrent.ManagedTask
-
Constant for the "SUSPEND" value of the TRANSACTION execution property.
- suspend() - Method in interface javax.transaction.TransactionManager
-
Suspend the transaction currently associated with the calling
thread and return a Transaction object that represents the
transaction context being suspended.
- Suspended - Annotation Type in javax.ws.rs.container
-
- SwitchBuilder - Class in javax.faces.flow.builder
-
Create a switch node in the current Flow
.
- SwitchBuilder() - Constructor for class javax.faces.flow.builder.SwitchBuilder
-
- switchCase() - Method in class javax.faces.flow.builder.SwitchBuilder
-
Create a switch case in the current switch.
- switchCase() - Method in class javax.faces.flow.builder.SwitchCaseBuilder
-
Create a new case in the current switch.
- SwitchCase - Class in javax.faces.flow
-
Represents a case within a switch node in the flow graph.
- SwitchCase() - Constructor for class javax.faces.flow.SwitchCase
-
- SwitchCaseBuilder - Class in javax.faces.flow.builder
-
Create a case in the current switch.
- SwitchCaseBuilder() - Constructor for class javax.faces.flow.builder.SwitchCaseBuilder
-
- switchNode(String) - Method in class javax.faces.flow.builder.FlowBuilder
-
Define a particular list of cases that
will be inspected in the order they are defined to determine where to
go next in the flow graph.
- SwitchNode - Class in javax.faces.flow
-
Represents a switch node in the flow graph.
- SwitchNode() - Constructor for class javax.faces.flow.SwitchNode
-
- SYNC_RECEIVE - Static variable in interface javax.resource.cci.InteractionSpec
-
The execution of an Interaction results in a synchronous
receive of an output Record.
- SYNC_SEND - Static variable in interface javax.resource.cci.InteractionSpec
-
Interaction Verb type: The execution of an Interaction does only a
send to the target EIS instance.
- SYNC_SEND_RECEIVE - Static variable in interface javax.resource.cci.InteractionSpec
-
Interaction Verb type: The execution of an Interaction sends a
request to the EIS instance and receives response synchronously.
- Synchronization - Interface in javax.transaction
-
The transaction manager supports a synchronization mechanism
that allows the interested party to be notified before and
after the transaction completes.
- SynchronizationType - Enum in javax.persistence
-
Specifies whether the persistence context is always automatically
synchronized with the current transaction or whether the persistence context
must be explicitly joined to the current transaction by means of the
EntityManager.joinTransaction()
method.
- SyncInvoker - Interface in javax.ws.rs.client
-
Uniform interface for synchronous invocation of HTTP methods.
- SystemEvent - Class in javax.faces.event
-
SystemEvent
is the base class for non-application specific events that can be fired by
arbitrary objects.
- SystemEvent(Object) - Constructor for class javax.faces.event.SystemEvent
-
Pass the argument
source
to the superclass constructor.
- 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
-
- SystemException - Exception in javax.transaction
-
The SystemException is thrown by the transaction manager to
indicate that it has encountered an unexpected error condition
that prevents future transaction services from proceeding.
- SystemException() - Constructor for exception javax.transaction.SystemException
-
- SystemException(String) - Constructor for exception javax.transaction.SystemException
-
Create a SystemException with a given string.
- SystemException(int) - Constructor for exception javax.transaction.SystemException
-
Create a SystemException with a given error code.