A B C D E F G H I J K L M N O P Q R S T U V W X Y _

A

AbortProcessingException - Exception in javax.faces.event
An exception that may be thrown by event listeners to terminate the processing of the current event.
AbortProcessingException() - Constructor for exception javax.faces.event.AbortProcessingException
Construct a new exception with no detail message or root cause.
AbortProcessingException(String) - Constructor for exception javax.faces.event.AbortProcessingException
Construct a new exception with the specified detail message and no root cause.
AbortProcessingException(Throwable) - Constructor for exception javax.faces.event.AbortProcessingException
Construct a new exception with the specified root cause.
AbortProcessingException(String, Throwable) - Constructor for exception javax.faces.event.AbortProcessingException
Construct a new exception with the specified detail message and root cause.
abs(Expression<N>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression that returns the absolute value of its argument.
AbstractMarshallerImpl - Class in javax.xml.bind.helpers
Partial default Marshaller implementation.
AbstractMarshallerImpl() - Constructor for class javax.xml.bind.helpers.AbstractMarshallerImpl
 
AbstractQuery<T> - Interface in javax.persistence.criteria
The AbstractQuery interface defines functionality that is common to both top-level queries and subqueries.
AbstractUnmarshallerImpl - Class in javax.xml.bind.helpers
Partial default Unmarshaller implementation.
AbstractUnmarshallerImpl() - Constructor for class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
ACCEPT - Static variable in interface javax.ws.rs.core.HttpHeaders
See HTTP/1.1 documentation.
ACCEPT_CHARSET - Static variable in interface javax.ws.rs.core.HttpHeaders
See HTTP/1.1 documentation.
ACCEPT_ENCODING - Static variable in interface javax.ws.rs.core.HttpHeaders
See HTTP/1.1 documentation.
ACCEPT_LANGUAGE - Static variable in interface javax.ws.rs.core.HttpHeaders
See HTTP/1.1 documentation.
Access - Annotation Type in javax.persistence
Used to specify an access type to be applied to an entity class, mapped superclass, or embeddable class, or to a specific attribute of such a class.
AccessLocalException - Exception in javax.ejb
An AccessLocalException is thrown to indicate that the caller does not have permission to call the method.
AccessLocalException() - Constructor for exception javax.ejb.AccessLocalException
Constructs an AccessLocalException with no detail message.
AccessLocalException(String) - Constructor for exception javax.ejb.AccessLocalException
Constructs an AccessLocalException with the specified detail message.
AccessLocalException(String, Exception) - Constructor for exception javax.ejb.AccessLocalException
Constructs an AccessLocalException with the specified detail message and a nested exception.
AccessTimeout - Annotation Type in javax.ejb
Specifies the amount of time in a given time unit that a concurrent access attempt should block before timing out.
AccessType - Enum in javax.persistence
Is used with the Access annotation to specify an access type to be applied to an entity class, mapped superclass, or embeddable class, or to a specific attribute of such a class.
acknowledge() - Method in interface javax.jms.Message
Acknowledges all consumed messages of the session of this consumed message.
Action - Annotation Type in javax.xml.ws
The Action annotation allows explicit association of a WS-Addressing Action message addressing property with input, output, and fault messages of the mapped WSDL operation.
ActionEvent - Class in javax.faces.event
An ActionEvent represents the activation of a user interface component (such as a UICommand).
ActionEvent(UIComponent) - Constructor for class javax.faces.event.ActionEvent
Construct a new event object from the specified source component and action command.
ActionListener - Interface in javax.faces.event
A listener interface for receiving ActionEvents.
ActionSource - Interface in javax.faces.component
ActionSource is an interface that may be implemented by any concrete UIComponent that wishes to be a source of ActionEvents, including the ability to invoke application actions via the default ActionListener mechanism.
ActionSource2 - Interface in javax.faces.component
ActionSource2 extends ActionSource and provides a JavaBeans property analogous to the "action" property on ActionSource.
ActionSource2AttachedObjectHandler - Interface in javax.faces.view

A VDL handler that exposes ActionListener to a page author.

ActionSource2AttachedObjectTarget - Interface in javax.faces.view

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

ActionType - Class in javax.enterprise.deploy.shared
Class ActionTypes defines enumeration values for the Java EE DeploymentStatus actions.
ActionType(int) - Constructor for class javax.enterprise.deploy.shared.ActionType
Construct a new enumeration value with the given integer value.
Activation - Annotation Type in javax.resource.spi
Designates a JavaBean as an ActivationSpec.
ActivationConfigProperty - Annotation Type in javax.ejb
Used to provide information to the deployer about the configuration of a message driven bean in its operational environment.
ActivationSpec - Interface in javax.resource.spi
This interface serves as a marker.
add(ELResolver) - Method in class javax.el.CompositeELResolver
Adds the given resolver to the list of component resolvers.
add(Serializable, Object) - Method in interface javax.faces.component.StateHelper

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

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

Add another Metadata to this ruleset, returning this.

add(FetchProfile.Item) - Method in class javax.mail.FetchProfile
Add the given special item as one of the attributes to be prefetched.
add(String) - Method in class javax.mail.FetchProfile
Add the specified header-field to the list of attributes to be prefetched.
add(Flags.Flag) - Method in class javax.mail.Flags
Add the specified system flag to this Flags object.
add(String) - Method in class javax.mail.Flags
Add the specified user flag to this Flags object.
add(Flags) - Method in class javax.mail.Flags
Add all the flags in the given Flags object to this Flags object.
add(K, V) - Method in interface javax.ws.rs.core.MultivaluedMap
Add a value to the current list of values for the supplied key.
add() - Method in class javax.ws.rs.core.Variant.VariantListBuilder
Add the current combination of metadata to the list of supported variants, after this method is called the current combination of metadata is emptied.
addActionListener(ActionListener) - Method in interface javax.faces.component.ActionSource
Add a new ActionListener to the set of listeners interested in being notified when ActionEvents occur.
addActionListener(ActionListener) - Method in class javax.faces.component.UICommand
 
addAjaxBehaviorListener(AjaxBehaviorListener) - Method in class javax.faces.component.behavior.AjaxBehavior

Add the specified AjaxBehaviorListener to the set of listeners registered to receive event notifications from this AjaxBehavior.

addAnnotatedType(AnnotatedType<?>) - Method in interface javax.enterprise.inject.spi.BeforeBeanDiscovery
Adds a given AnnotatedType to the set of types which will be scanned during bean discovery.
addAssociation(Association) - Method in interface javax.xml.registry.infomodel.RegistryObject
Adds specified Association to use this object as source.
addAssociations(Collection) - Method in interface javax.xml.registry.infomodel.RegistryObject
Adds specified Associations to use this object as source.
addBean(Bean<?>) - Method in interface javax.enterprise.inject.spi.AfterBeanDiscovery
Fires an event of type ProcessBean containing the given Bean and then registers the Bean with the container, thereby making it available for injection into other beans.
addBehavior(String, String) - Method in class javax.faces.application.Application
Register a new mapping of behavior id to the name of the corresponding Behavior class.
addBehavior(String, String) - Method in class javax.faces.application.ApplicationWrapper

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

addBehaviorListener(BehaviorListener) - Method in class javax.faces.component.behavior.BehaviorBase

Add the specified BehaviorListener to the set of listeners registered to receive event notifications from this Behavior.

addBodyPart(BodyPart) - Method in class javax.mail.internet.MimeMultipart
Adds a Part to the multipart.
addBodyPart(BodyPart, int) - Method in class javax.mail.internet.MimeMultipart
Adds a BodyPart at position index.
addBodyPart(BodyPart) - Method in class javax.mail.Multipart
Adds a Part to the multipart.
addBodyPart(BodyPart, int) - Method in class javax.mail.Multipart
Adds a BodyPart at position index.
addChild(UIComponent) - Method in class javax.faces.webapp.UIComponentClassicTagBase
 
addChild(UIComponent) - Method in class javax.faces.webapp.UIComponentTagBase
Add the component identifier of the specified UIComponent to the list of component identifiers created or located by nested UIComponentTags processing this request.
addChildConcept(Concept) - Method in interface javax.xml.registry.infomodel.ClassificationScheme
Adds a child Concept.
addChildConcept(Concept) - Method in interface javax.xml.registry.infomodel.Concept
Adds a child Concept.
addChildConcepts(Collection) - Method in interface javax.xml.registry.infomodel.ClassificationScheme
Adds a Collection of Concept children.
addChildConcepts(Collection) - Method in interface javax.xml.registry.infomodel.Concept
Adds a Collection of Concept children.
addChildOrganization(Organization) - Method in interface javax.xml.registry.infomodel.Organization
Adds a child Organization.
addChildOrganizations(Collection) - Method in interface javax.xml.registry.infomodel.Organization
Adds a Collection of Organization children.
addClassification(Classification) - Method in interface javax.xml.registry.infomodel.RegistryObject
Adds specified Classification to this object.
addClassifications(Collection) - Method in interface javax.xml.registry.infomodel.RegistryObject
Adds specified Classifications to this object.
addClientBehavior(String, ClientBehavior) - Method in interface javax.faces.component.behavior.ClientBehaviorHolder

Attaches a ClientBehavior to the component implementing this interface for the specified event.

addClientBehavior(String, ClientBehavior) - Method in class javax.faces.component.UIComponentBase

This is a default implementation of ClientBehaviorHolder.addClientBehavior(java.lang.String, javax.faces.component.behavior.ClientBehavior).

addClientBehaviorRenderer(String, ClientBehaviorRenderer) - Method in class javax.faces.render.RenderKit
Register the specified ClientBehaviorRenderer instance, associated with the specified component type, to the set of ClientBehaviorRenderers registered with this RenderKit, replacing any previously registered ClientBehaviorRenderer for this type.
addClientBehaviorRenderer(String, ClientBehaviorRenderer) - Method in class javax.faces.render.RenderKitWrapper
The default behavior of this method is to call RenderKit#addClientBehaviorRenderer(String, ClientBehaviorRenderer) on the wrapped RenderKit object.
addComponent(String, String) - Method in class javax.faces.application.Application
Register a new mapping of component type to the name of the corresponding UIComponent class.
addComponent(String, String) - Method in class javax.faces.application.ApplicationWrapper

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

addComponentResource(FacesContext, UIComponent) - Method in class javax.faces.component.UIViewRoot

Add argument component, which is assumed to represent a resource instance, as a resource to this view.

addComponentResource(FacesContext, UIComponent, String) - Method in class javax.faces.component.UIViewRoot

Add argument component, which is assumed to represent a resource instance, as a resource to this view.

addConnectionEventListener(ConnectionEventListener) - Method in interface javax.resource.spi.ManagedConnection
Adds a connection event listener to the ManagedConnection instance.
addConnectionListener(ConnectionListener) - Method in class javax.mail.Folder
Add a listener for Connection events on this Folder.
addConnectionListener(ConnectionListener) - Method in class javax.mail.Service
Add a listener for Connection events on this service.
addConstraintViolation() - Method in interface javax.validation.ConstraintValidatorContext.ConstraintViolationBuilder
Add the new ConstraintViolation to be generated if the constraint validator marks the value as invalid.
addConstraintViolation() - Method in interface javax.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderCustomizableContext
Add the new ConstraintViolation to be generated if the constraint validator mark the value as invalid.
addConstraintViolation() - Method in interface javax.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderDefinedContext
Add the new ConstraintViolation to be generated if the constraint validator marks the value as invalid.
addConstraintViolation() - Method in interface javax.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeContextBuilder
Add the new ConstraintViolation to be generated if the constraint validator mark the value as invalid.
addContext(Context) - Method in interface javax.enterprise.inject.spi.AfterBeanDiscovery
Registers a custom Context object with the container.
addConverter(String, String) - Method in class javax.faces.application.Application
Register a new mapping of converter id to the name of the corresponding Converter class.
addConverter(Class<?>, String) - Method in class javax.faces.application.Application
Register a new converter class that is capable of performing conversions for the specified target class.
addConverter(String, String) - Method in class javax.faces.application.ApplicationWrapper

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

addConverter(Class<?>, String) - Method in class javax.faces.application.ApplicationWrapper

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

addCookie(Cookie) - Method in interface javax.servlet.http.HttpServletResponse
Adds the specified cookie to the response.
addCookie(Cookie) - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to call addCookie(Cookie cookie) on the wrapped response object.
addDataModelListener(DataModelListener) - Method in class javax.faces.model.DataModel
Add a new DataModelListener to the set interested in notifications from this DataModel.
addDateHeader(String, long) - Method in interface javax.servlet.http.HttpServletResponse
Adds a response header with the given name and date-value.
addDateHeader(String, long) - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to call addDateHeader(String name, long date) on the wrapped response object.
addDefaultValidatorId(String) - Method in class javax.faces.application.Application

Register a validator by its id that is applied to all UIInput components in a view.

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

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

addDefinitionError(Throwable) - Method in interface javax.enterprise.inject.spi.AfterBeanDiscovery
Registers a definition error with the container, causing the container to abort deployment after all observers have been notified.
addDefinitionError(Throwable) - Method in interface javax.enterprise.inject.spi.ProcessBean
Registers a definition error with the container, causing the container to abort deployment after bean discovery is complete.
addDefinitionError(Throwable) - Method in interface javax.enterprise.inject.spi.ProcessInjectionTarget
Registers a definition error with the container, causing the container to abort deployment after bean discovery is complete.
addDefinitionError(Throwable) - Method in interface javax.enterprise.inject.spi.ProcessObserverMethod
Registers a definition error with the container, causing the container to abort deployment after bean discovery is complete.
addDefinitionError(Throwable) - Method in interface javax.enterprise.inject.spi.ProcessProducer
Registers a definition error with the container, causing the container to abort deployment after bean discovery is complete.
addDeploymentProblem(Throwable) - Method in interface javax.enterprise.inject.spi.AfterDeploymentValidation
Registers a deployment problem with the container, causing the container to abort deployment after all observers have been notified.
ADDED - Static variable in class javax.mail.event.MessageCountEvent
The messages were added to their folder
addELContextListener(ELContextListener) - Method in class javax.faces.application.Application
Provide a way for Faces applications to register an ELContextListener that will be notified on creation of ELContext instances.
addELContextListener(ELContextListener) - Method in class javax.faces.application.ApplicationWrapper

The default behavior of this method is to call Application#addELContextListener(javax.el.ELContextListener) on the wrapped Application object.

addELContextListener(ELContextListener) - Method in interface javax.servlet.jsp.JspApplicationContext
Registers a ELContextListeners so that context objects can be added whenever a new ELContext is created.
addELResolver(ELResolver) - Method in class javax.faces.application.Application
Cause an the argument resolver to be added to the resolver chain as specified in section JSF.5.5.1 of the JavaServer Faces Specification.
addELResolver(ELResolver) - Method in class javax.faces.application.ApplicationWrapper

The default behavior of this method is to call Application#addELResolver(javax.el.ELResolver) on the wrapped Application object.

addELResolver(ELResolver) - Method in interface javax.servlet.jsp.JspApplicationContext
Adds an ELResolver to affect the way EL variables and properties are resolved for EL expressions appearing in JSP pages and tag files.
addExternalIdentifier(ExternalIdentifier) - Method in interface javax.xml.registry.infomodel.RegistryObject
Adds specified ExternalIdentifier as an external identifier to this object.
addExternalIdentifiers(Collection) - Method in interface javax.xml.registry.infomodel.RegistryObject
Adds specified ExternalIdentifiers as an external identifiers to this object.
addExternalLink(ExternalLink) - Method in interface javax.xml.registry.infomodel.RegistryObject
Adds specified ExternalLink to this object.
addExternalLinks(Collection) - Method in interface javax.xml.registry.infomodel.RegistryObject
Adds specified ExternalLinks to this object.
addFacesListener(FacesListener) - Method in class javax.faces.component.UIComponent
Add the specified FacesListener to the set of listeners registered to receive event notifications from this UIComponent.
addFacesListener(FacesListener) - Method in class javax.faces.component.UIComponentBase
Add the specified FacesListener to the set of listeners registered to receive event notifications from this UIComponent.
addFacet(String) - Method in class javax.faces.webapp.UIComponentClassicTagBase
 
addFacet(String) - Method in class javax.faces.webapp.UIComponentTagBase
Add the facet name of the specified facet to the list of facet names created or located by nested UIComponentTags processing this request.
addFilter(String, String) - Method in interface javax.servlet.ServletContext
Adds the filter with the given name and class name to this servlet context.
addFilter(String, Filter) - Method in interface javax.servlet.ServletContext
Registers the given filter instance with this ServletContext under the given filterName.
addFilter(String, Class<? extends Filter>) - Method in interface javax.servlet.ServletContext
Adds the filter with the given name and class type to this servlet context.
addFolderListener(FolderListener) - Method in class javax.mail.Folder
Add a listener for Folder events on this Folder.
addFolderListener(FolderListener) - Method in class javax.mail.Store
Add a listener for Folder events on any Folder object obtained from this Store.
addFrom(Address[]) - Method in class javax.mail.internet.MimeMessage
Add the specified addresses to the existing "From" field.
addFrom(Address[]) - Method in class javax.mail.Message
Add these addresses to the existing "From" attribute
addHeader(String, String) - Method in class javax.mail.internet.InternetHeaders
Add a header with the specified name and value to the header list.
addHeader(String, String) - Method in class javax.mail.internet.MimeBodyPart
Add this value to the existing values for this header_name.
addHeader(String, String) - Method in class javax.mail.internet.MimeMessage
Add this value to the existing values for this header_name.
addHeader(String, String) - Method in interface javax.mail.Part
Add this value to the existing values for this header_name.
addHeader(String, String) - Method in interface javax.servlet.http.HttpServletResponse
Adds a response header with the given name and value.
addHeader(String, String) - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to return addHeader(String name, String value) on the wrapped response object.
addHeaderLine(String) - Method in class javax.mail.internet.InternetHeaders
Add an RFC822 header line to the header store.
addHeaderLine(String) - Method in class javax.mail.internet.MimeBodyPart
Add a header line to this body part
addHeaderLine(String) - Method in class javax.mail.internet.MimeMessage
Add a raw RFC 822 header-line.
addHeaderLine(String) - Method in interface javax.mail.internet.MimePart
Add a raw RFC822 header-line.
addInterceptorBinding(Class<? extends Annotation>, Annotation...) - Method in interface javax.enterprise.inject.spi.BeforeBeanDiscovery
Declares an annotation type as an interceptor binding type, and specifies its meta-annotations.
addIntHeader(String, int) - Method in interface javax.servlet.http.HttpServletResponse
Adds a response header with the given name and integer value.
addIntHeader(String, int) - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to call addIntHeader(String name, int value) on the wrapped response object.
addLifecycle(String, Lifecycle) - Method in class javax.faces.lifecycle.LifecycleFactory
Register a new Lifecycle instance, associated with the specified lifecycleId, to be supported by this LifecycleFactory.
addListener(AsyncListener) - Method in interface javax.servlet.AsyncContext
Registers the given AsyncListener with the most recent asynchronous cycle that was started by a call to one of the ServletRequest#startAsync methods.
addListener(AsyncListener, ServletRequest, ServletResponse) - Method in interface javax.servlet.AsyncContext
Registers the given AsyncListener with the most recent asynchronous cycle that was started by a call to one of the ServletRequest#startAsync methods.
addListener(String) - Method in interface javax.servlet.ServletContext
Adds the listener with the given class name to this ServletContext.
addListener(T) - Method in interface javax.servlet.ServletContext
Adds the given listener to this ServletContext.
addListener(Class<? extends EventListener>) - Method in interface javax.servlet.ServletContext
Adds a listener of the given class type to this ServletContext.
addLocalizedString(LocalizedString) - Method in interface javax.xml.registry.infomodel.InternationalString
Adds a LocalizedString to this object.
addLocalizedStrings(Collection) - Method in interface javax.xml.registry.infomodel.InternationalString
Adds many LocalizedStrings to this object.
addMapping(String...) - Method in interface javax.servlet.ServletRegistration
Adds a servlet mapping with the given URL patterns for the Servlet represented by this ServletRegistration.
addMapping(InputStream) - Method in interface javax.validation.Configuration
Add a stream describing constraint mapping in the Bean Validation XML format.
addMappingForServletNames(EnumSet<DispatcherType>, boolean, String...) - Method in interface javax.servlet.FilterRegistration
Adds a filter mapping with the given servlet names and dispatcher types for the Filter represented by this FilterRegistration.
addMappingForUrlPatterns(EnumSet<DispatcherType>, boolean, String...) - Method in interface javax.servlet.FilterRegistration
Adds a filter mapping with the given url patterns and dispatcher types for the Filter represented by this FilterRegistration.
addMessage(String, FacesMessage) - Method in class javax.faces.context.FacesContext
Append a FacesMessage to the set of messages associated with the specified client identifier, if clientId is not null.
addMessage(String, FacesMessage) - Method in class javax.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext#addMessage(String, FacesMessage) on the wrapped FacesContext object.
addMessageChangedListener(MessageChangedListener) - Method in class javax.mail.Folder
Add a listener for MessageChanged events on this Folder.
addMessageCountListener(MessageCountListener) - Method in class javax.mail.Folder
Add a listener for MessageCount events on this Folder.
addMtomAttachment(DataHandler, String, String) - Method in class javax.xml.bind.attachment.AttachmentMarshaller
Consider MIME content data for optimized binary storage as an attachment.
addMtomAttachment(byte[], int, int, String, String, String) - Method in class javax.xml.bind.attachment.AttachmentMarshaller
Consider binary data for optimized binary storage as an attachment.
addNode(String) - Method in interface javax.validation.ConstraintValidatorContext.ConstraintViolationBuilder
Add a node to the path the ConstraintViolation will be associated to.
addNode(String) - Method in interface javax.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderCustomizableContext
Add a node to the path the ConstraintViolation will be associated to.
addNode(String) - Method in interface javax.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderDefinedContext
Add a node to the path the ConstraintViolation will be associated to.
addNode(String) - Method in interface javax.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeContextBuilder
Add a node to the path the ConstraintViolation will be associated to.
addNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) - Method in interface javax.management.j2ee.ListenerRegistration
Add a listener to a registered managed object.
addObserverMethod(ObserverMethod<?>) - Method in interface javax.enterprise.inject.spi.AfterBeanDiscovery
Fires an event of type ProcessObserverMethod containing the given ObserverMethod and then registers the ObserverMethod with the container, thereby making it available for event notifications.
addParameter(String, QName, ParameterMode) - Method in interface javax.xml.rpc.Call
Adds a parameter type and mode for a specific operation.
addParameter(String, QName, Class, ParameterMode) - Method in interface javax.xml.rpc.Call
Adds a parameter type and mode for a specific operation.
addPhaseListener(PhaseListener) - Method in class javax.faces.component.UIViewRoot
Add the argument newPhaseListener to the list of PhaseListeners on this UIViewRoot.
addPhaseListener(PhaseListener) - Method in class javax.faces.lifecycle.Lifecycle
Register a new PhaseListener instance that is interested in being notified before and after the processing for standard phases of the request processing lifecycle.
addPort(QName, String, String) - Method in class javax.xml.ws.Service
Creates a new port for the service.
addPort(QName, String, String) - Method in class javax.xml.ws.spi.ServiceDelegate
Creates a new port for the service.
addProgressListener(ProgressListener) - Method in interface javax.enterprise.deploy.spi.status.ProgressObject
Add a listener to receive Progress events on deployment actions.
addProperty(String, String) - Method in interface javax.validation.Configuration
Add a provider specific property.
addPropertyChangeListener(PropertyChangeListener) - Method in interface javax.enterprise.deploy.spi.DConfigBean
Register a property listener for this bean.
addProvider(Provider) - Method in class javax.mail.Session
Add a provider to the session.
addQualifier(Class<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.BeforeBeanDiscovery
Declares an annotation type as a Qualifier qualifier type.
addRecipient(Message.RecipientType, Address) - Method in class javax.mail.Message
Add this recipient address to the existing ones of the given type.
addRecipients(Message.RecipientType, Address[]) - Method in class javax.mail.internet.MimeMessage
Add the given addresses to the specified recipient type.
addRecipients(Message.RecipientType, String) - Method in class javax.mail.internet.MimeMessage
Add the given addresses to the specified recipient type.
addRecipients(Message.RecipientType, Address[]) - Method in class javax.mail.Message
Add these recipient addresses to the existing ones of the given type.
addRegistryObject(RegistryObject) - Method in interface javax.xml.registry.infomodel.RegistryPackage
Adds a child RegistryObject as member.
addRegistryObjects(Collection) - Method in interface javax.xml.registry.infomodel.RegistryPackage
Adds a Collection of RegistryObject children as members.
addRenderer(String, String, Renderer) - Method in class javax.faces.render.RenderKit
Register the specified Renderer instance, associated with the specified component family and rendererType, to the set of Renderers registered with this RenderKit, replacing any previously registered Renderer for this combination of identifiers.
addRenderer(String, String, Renderer) - Method in class javax.faces.render.RenderKitWrapper
The default behavior of this method is to call RenderKit#addRenderer(String, String, Renderer) on the wrapped RenderKit object.
addRenderKit(String, RenderKit) - Method in class javax.faces.render.RenderKitFactory
Register the specified RenderKit instance, associated with the specified renderKitId, to be supported by this RenderKitFactory, replacing any previously registered RenderKit for this identifier.
addResponseCookie(String, String, Map<String, Object>) - Method in class javax.faces.context.ExternalContext

Adds the cookie represented by the arguments to the response.

addResponseCookie(String, String, Map<String, Object>) - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext#addResponseCookie(String, String, Map) on the wrapped ExternalContext object.
addResponseHeader(String, String) - Method in class javax.faces.context.ExternalContext

Add the given name and value to the response header.

addResponseHeader(String, String) - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext#addResponseHeader(String,String) on the wrapped ExternalContext object.
addResponseHeader(String, String) - Method in class javax.xml.ws.spi.http.HttpExchange
Adds a response header with the given name and value.
Address - Class in javax.mail
This abstract class models the addresses in a message.
Address() - Constructor for class javax.mail.Address
 
address - Variable in class javax.mail.internet.InternetAddress
 
address - Variable in class javax.mail.search.AddressTerm
The address.
address(String) - Method in class javax.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
Sets the address to the W3CEndpointReference instance's wsa:Address.
ADDRESS_LINES_SLOT - Static variable in interface javax.xml.registry.infomodel.Slot
Name for pre-defined Slot used in PostalAddress by JAXR UDDI provider.
AddressException - Exception in javax.mail.internet
The exception thrown when a wrongly formatted address is encountered.
AddressException() - Constructor for exception javax.mail.internet.AddressException
Constructs an AddressException with no detail message.
AddressException(String) - Constructor for exception javax.mail.internet.AddressException
Constructs an AddressException with the specified detail message.
AddressException(String, String) - Constructor for exception javax.mail.internet.AddressException
Constructs an AddressException with the specified detail message and reference info.
AddressException(String, String, int) - Constructor for exception javax.mail.internet.AddressException
Constructs an AddressException with the specified detail message and reference info.
Addressing - Annotation Type in javax.xml.ws.soap
This annotation represents the use of WS-Addressing with either the SOAP 1.1/HTTP or SOAP 1.2/HTTP binding.
AddressingFeature - Class in javax.xml.ws.soap
AddressingFeature represents the use of WS-Addressing with either the SOAP 1.1/HTTP or SOAP 1.2/HTTP binding.
AddressingFeature() - Constructor for class javax.xml.ws.soap.AddressingFeature
Creates and configures an AddressingFeature with the use of addressing requirements.
AddressingFeature(boolean) - Constructor for class javax.xml.ws.soap.AddressingFeature
Creates and configures an AddressingFeature with the use of addressing requirements.
AddressingFeature(boolean, boolean) - Constructor for class javax.xml.ws.soap.AddressingFeature
Creates and configures an AddressingFeature with the use of addressing requirements.
AddressingFeature(boolean, boolean, AddressingFeature.Responses) - Constructor for class javax.xml.ws.soap.AddressingFeature
Creates and configures an AddressingFeature with the use of addressing requirements.
AddressingFeature.Responses - Enum in javax.xml.ws.soap
If addressing is enabled, this property determines if endpoint requires the use of only anonymous responses, or only non-anonymous responses, or all.
AddressStringTerm - Class in javax.mail.search
This abstract class implements string comparisons for Message addresses.
AddressStringTerm(String) - Constructor for class javax.mail.search.AddressStringTerm
Constructor.
AddressTerm - Class in javax.mail.search
This class implements Message Address comparisons.
AddressTerm(Address) - Constructor for class javax.mail.search.AddressTerm
 
addRule(MetaRule) - Method in class javax.faces.view.facelets.MetaRuleset

Add another MetaRule to this ruleset, returning this.

addScope(Class<? extends Annotation>, boolean, boolean) - Method in interface javax.enterprise.inject.spi.BeforeBeanDiscovery
Declares an annotation type as a scope type.
addService(Service) - Method in interface javax.xml.registry.infomodel.Organization
Adds a child Service.
addServiceBinding(ServiceBinding) - Method in interface javax.xml.registry.infomodel.Service
Adds a child ServiceBinding.
addServiceBindings(Collection) - Method in interface javax.xml.registry.infomodel.Service
Adds a Collection of ServiceBinding children.
addServices(Collection) - Method in interface javax.xml.registry.infomodel.Organization
Adds a Collection of Service children.
addServlet(String, String) - Method in interface javax.servlet.ServletContext
Adds the servlet with the given name and class name to this servlet context.
addServlet(String, Servlet) - Method in interface javax.servlet.ServletContext
Registers the given servlet instance with this ServletContext under the given servletName.
addServlet(String, Class<? extends Servlet>) - Method in interface javax.servlet.ServletContext
Adds the servlet with the given name and class type to this servlet context.
addSlot(Slot) - Method in interface javax.xml.registry.infomodel.ExtensibleObject
Adds a Slot to this object.
addSlots(Collection) - Method in interface javax.xml.registry.infomodel.ExtensibleObject
Adds more Slots to this object.
addSpecificationLink(SpecificationLink) - Method in interface javax.xml.registry.infomodel.ServiceBinding
Adds a child SpecificationLink.
addSpecificationLinks(Collection) - Method in interface javax.xml.registry.infomodel.ServiceBinding
Adds a Collection of SpecificationLink children.
addSQLParameter(Object) - Method in interface javax.servlet.jsp.jstl.sql.SQLExecutionTag
Adds a PreparedStatement parameter value.
addStereotype(Class<? extends Annotation>, Annotation...) - Method in interface javax.enterprise.inject.spi.BeforeBeanDiscovery
Declares an annotation type as a stereotype, and specifies its meta-annotations.
addStoreListener(StoreListener) - Method in class javax.mail.Store
Add a listener for StoreEvents on this Store.
addSwaRefAttachment(DataHandler) - Method in class javax.xml.bind.attachment.AttachmentMarshaller
Add MIME data as an attachment and return attachment's content-id, cid.
addToExcludedPolicy(PermissionCollection) - Method in interface javax.security.jacc.PolicyConfiguration
Used to add excluded policy statements to this PolicyConfiguration.
addToExcludedPolicy(Permission) - Method in interface javax.security.jacc.PolicyConfiguration
Used to add a single excluded policy statement to this PolicyConfiguration.
addToRole(String, PermissionCollection) - Method in interface javax.security.jacc.PolicyConfiguration
Used to add permissions to a named role in this PolicyConfiguration.
addToRole(String, Permission) - Method in interface javax.security.jacc.PolicyConfiguration
Used to add a single permission to a named role in this PolicyConfiguration.
addToUncheckedPolicy(PermissionCollection) - Method in interface javax.security.jacc.PolicyConfiguration
Used to add unchecked policy statements to this PolicyConfiguration.
addToUncheckedPolicy(Permission) - Method in interface javax.security.jacc.PolicyConfiguration
Used to add a single unchecked policy statement to this PolicyConfiguration.
addTransformer(ClassTransformer) - Method in interface javax.persistence.spi.PersistenceUnitInfo
Add a transformer supplied by the provider that will be called for every new class definition or class redefinition that gets loaded by the loader returned by the PersistenceUnitInfo#getClassLoader method.
addTransportListener(TransportListener) - Method in class javax.mail.Transport
Add a listener for Transport events.
addUser(User) - Method in interface javax.xml.registry.infomodel.Organization
Adds a User.
addUsers(Collection) - Method in interface javax.xml.registry.infomodel.Organization
Adds a Collection of Users.
addValidator(String, String) - Method in class javax.faces.application.Application
Register a new mapping of validator id to the name of the corresponding Validator class.
addValidator(String, String) - Method in class javax.faces.application.ApplicationWrapper

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

addValidator(Validator) - Method in interface javax.faces.component.EditableValueHolder
Add a Validator instance to the set associated with this component.
addValidator(Validator) - Method in class javax.faces.component.UIInput
Add a Validator instance to the set associated with this UIInput.
addValueChangeListener(ValueChangeListener) - Method in interface javax.faces.component.EditableValueHolder
Add a new ValueChangeListener to the set of listeners interested in being notified when ValueChangeEvents occur.
addValueChangeListener(ValueChangeListener) - Method in class javax.faces.component.UIInput
Add a new ValueChangeListener to the set of listeners interested in being notified when ValueChangeEvents occur.
addVerbatimAfterComponent(UIComponentClassicTagBase, UIComponent, UIComponent) - Method in class javax.faces.webapp.UIComponentClassicTagBase
Add verbatim as a sibling of component in component in the parent's child list.
addVerbatimBeforeComponent(UIComponentClassicTagBase, UIComponent, UIComponent) - Method in class javax.faces.webapp.UIComponentClassicTagBase
Add verbatim as a sibling of component in component in the parent's child list.
addXpathListener(String, XpathListener) - Method in interface javax.enterprise.deploy.model.DDBean
Register a listener for a specific XPath.
addXpathListener(ModuleType, String, XpathListener) - Method in interface javax.enterprise.deploy.model.J2eeApplicationObject
Register a listener for changes in XPath that are related to this deployableObject.
AdministeredObject - Annotation Type in javax.resource.spi
Designates a JavaBean as an administered object.Administered objects are specific to a messaging style or message provider.
AfterBeanDiscovery - Interface in javax.enterprise.inject.spi
The event type of the second event fired by the container when it has fully completed the bean discovery process, validated that there are no definition errors relating to the discovered beans, and registered Bean and ObserverMethod objects for the discovered beans, but before detecting deployment problems.
AfterBegin - Annotation Type in javax.ejb
Designate a stateful session bean method to receive the after begin session synchronization callback.
afterBegin() - Method in interface javax.ejb.SessionSynchronization
The afterBegin method notifies a stateful session bean instance that a new transaction has started, and that the subsequent business methods on the instance will be invoked in the context of the transaction.
AfterCompletion - Annotation Type in javax.ejb
Designate a stateful session bean method to receive the after completion session synchronization callback.
afterCompletion(boolean) - Method in interface javax.ejb.SessionSynchronization
The afterCompletion method notifies a stateful session bean instance that a transaction commit protocol has completed, and tells the instance whether the transaction has been committed or rolled back.
afterCompletion(int) - Method in interface javax.transaction.Synchronization
This method is called by the transaction manager after the transaction is committed or rolled back.
afterDelivery() - Method in interface javax.resource.spi.endpoint.MessageEndpoint
This is called by a resource adapter after a message is delivered.
AfterDeploymentValidation - Interface in javax.enterprise.inject.spi
The event type of the third event fired by the container after it has validated that there are no deployment problems and before creating contexts or processing requests.
afterMarshal(Object) - Method in class javax.xml.bind.Marshaller.Listener

Callback method invoked after marshalling source to XML.

afterPhase(PhaseEvent) - Method in interface javax.faces.event.PhaseListener
Handle a notification that the processing for a particular phase has just been completed.
afterUnmarshal(Object, Object) - Method in class javax.xml.bind.Unmarshaller.Listener

Callback method invoked after unmarshalling XML data into target.

AjaxBehavior - Class in javax.faces.component.behavior

An instance of this class is added as a ClientBehavior to a component using the ClientBehaviorHolder.addClientBehavior(java.lang.String, javax.faces.component.behavior.ClientBehavior) contract that components implement.

AjaxBehavior() - Constructor for class javax.faces.component.behavior.AjaxBehavior
 
AjaxBehaviorEvent - Class in javax.faces.event
AjaxBehaviorEvent represents the component behavior specific to Ajax).
AjaxBehaviorEvent(UIComponent, Behavior) - Constructor for class javax.faces.event.AjaxBehaviorEvent

Construct a new event object from the specified source component and Ajax behavior.

AjaxBehaviorListener - Interface in javax.faces.event

By implementing this class, an object indicates that it is a listener for one or more kinds of BehaviorEvents.

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

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

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

This unmodifiable Collection is returned by getIdsToVisit() and getSubtreeIdsToVisit() in cases where all ids should be visited.

ALL_PARTIAL_PHASE_CLIENT_IDS - Static variable in class javax.faces.context.PartialViewContext

The value that when used with PartialViewContext.PARTIAL_EXECUTE_PARAM_NAME or PartialViewContext.PARTIAL_RENDER_PARAM_NAME indicates these phases must be skipped.

allocateConnection(ManagedConnectionFactory, ConnectionRequestInfo) - Method in interface javax.resource.spi.ConnectionManager
The method allocateConnection gets called by the resource adapter's connection factory instance.
Alternative - Annotation Type in javax.enterprise.inject
Specifies that a bean is an alternative.
AmbiguousResolutionException - Exception in javax.enterprise.inject
Indicates that multiple beans match a certain combination of required type and required qualifiers and are eligible for injection into a certain class.
AmbiguousResolutionException() - Constructor for exception javax.enterprise.inject.AmbiguousResolutionException
 
AmbiguousResolutionException(String, Throwable) - Constructor for exception javax.enterprise.inject.AmbiguousResolutionException
 
AmbiguousResolutionException(String) - Constructor for exception javax.enterprise.inject.AmbiguousResolutionException
 
AmbiguousResolutionException(Throwable) - Constructor for exception javax.enterprise.inject.AmbiguousResolutionException
 
and(Expression<Boolean>, Expression<Boolean>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a conjunction of the given boolean expressions.
and(Predicate...) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a conjunction of the given restriction predicates.
AND_ALL_KEYS - Static variable in interface javax.xml.registry.FindQualifier
 
AndTerm - Class in javax.mail.search
This class implements the logical AND operator on individual SearchTerms.
AndTerm(SearchTerm, SearchTerm) - Constructor for class javax.mail.search.AndTerm
Constructor that takes two terms.
AndTerm(SearchTerm[]) - Constructor for class javax.mail.search.AndTerm
Constructor that takes an array of SearchTerms.
Annotated - Interface in javax.enterprise.inject.spi
Represents a Java program element that can be annotated.
AnnotatedCallable<X> - Interface in javax.enterprise.inject.spi
Represents a callable member of a Java type.
AnnotatedConstructor<X> - Interface in javax.enterprise.inject.spi
Represents a constructor of a Java class.
AnnotatedField<X> - Interface in javax.enterprise.inject.spi
Represents a field of a Java class.
AnnotatedMember<X> - Interface in javax.enterprise.inject.spi
Represents a member of a Java type.
AnnotatedMethod<X> - Interface in javax.enterprise.inject.spi
Represents a method of a Java type.
AnnotatedParameter<X> - Interface in javax.enterprise.inject.spi
Represents a parameter of a method or constructor.
AnnotatedType<X> - Interface in javax.enterprise.inject.spi
Represents a Java class or interface.
AnnotationLiteral<T extends java.lang.annotation.Annotation> - Class in javax.enterprise.util
Supports inline instantiation of annotation type instances.
AnnotationLiteral() - Constructor for class javax.enterprise.util.AnnotationLiteral
 
annotationType() - Method in class javax.enterprise.util.AnnotationLiteral
 
ANSWERED - Static variable in class javax.mail.Flags.Flag
This message has been answered.
Any - Annotation Type in javax.enterprise.inject
The built-in qualifier type.
any(Subquery<Y>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an any expression over the subquery results.
ANY_PHASE - Static variable in class javax.faces.event.PhaseId
Identifier that indicates an interest in events, no matter which request processing phase is being performed.
APP_NAME - Static variable in class javax.ejb.embeddable.EJBContainer
Standard property name for specifying the application name of the EJB modules executing within the embeddable container.
appendMessages(Message[]) - Method in class javax.mail.Folder
Append given Messages to this folder.
Application - Class in javax.faces.application
Application represents a per-web-application singleton object where applications based on JavaServer Faces (or implementations wishing to provide extended functionality) can register application-wide singletons that provide functionality required by JavaServer Faces.
Application() - Constructor for class javax.faces.application.Application
 
APPLICATION - Static variable in class javax.servlet.jsp.PageContext
Name used to store ServletContext in PageContext name table.
Application - Class in javax.ws.rs.core
Defines the components of a JAX-RS application and supplies additional metadata.
Application() - Constructor for class javax.ws.rs.core.Application
 
APPLICATION_ATOM_XML - Static variable in class javax.ws.rs.core.MediaType
"application/atom+xml"
APPLICATION_ATOM_XML_TYPE - Static variable in class javax.ws.rs.core.MediaType
"application/atom+xml"
APPLICATION_FACTORY - Static variable in class javax.faces.FactoryFinder
The property name for the ApplicationFactory class name.
APPLICATION_FORM_URLENCODED - Static variable in class javax.ws.rs.core.MediaType
"application/x-www-form-urlencoded"
APPLICATION_FORM_URLENCODED_TYPE - Static variable in class javax.ws.rs.core.MediaType
"application/x-www-form-urlencoded"
APPLICATION_JSON - Static variable in class javax.ws.rs.core.MediaType
"application/json"
APPLICATION_JSON_TYPE - Static variable in class javax.ws.rs.core.MediaType
"application/json"
APPLICATION_OCTET_STREAM - Static variable in class javax.ws.rs.core.MediaType
"application/octet-stream"
APPLICATION_OCTET_STREAM_TYPE - Static variable in class javax.ws.rs.core.MediaType
"application/octet-stream"
APPLICATION_SCOPE - Static variable in class javax.servlet.jsp.PageContext
Application scope: named reference remains available in the ServletContext until it is reclaimed.
APPLICATION_SVG_XML - Static variable in class javax.ws.rs.core.MediaType
"application/svg+xml"
APPLICATION_SVG_XML_TYPE - Static variable in class javax.ws.rs.core.MediaType
"application/svg+xml"
APPLICATION_XHTML_XML - Static variable in class javax.ws.rs.core.MediaType
"application/xhtml+xml"
APPLICATION_XHTML_XML_TYPE - Static variable in class javax.ws.rs.core.MediaType
"application/xhtml+xml"
APPLICATION_XML - Static variable in class javax.ws.rs.core.MediaType
"application/xml"
APPLICATION_XML_TYPE - Static variable in class javax.ws.rs.core.MediaType
"application/xml"
ApplicationException - Annotation Type in javax.ejb
Applied to an exception to denote that it is an application exception and should be reported to the client directly (i.e., unwrapped).
ApplicationFactory - Class in javax.faces.application
ApplicationFactory is a factory object that creates (if needed) and returns Application instances.
ApplicationFactory() - Constructor for class javax.faces.application.ApplicationFactory
 
ApplicationPath - Annotation Type in javax.ws.rs
Identifies the application path that serves as the base URI for all resource URIs provided by Path.
ApplicationScoped - Annotation Type in javax.enterprise.context
Specifies that a bean is application scoped.
ApplicationScoped - Annotation Type in javax.faces.bean

When this annotation, along with ManagedBean is found on a class, the runtime must act as if a <managed-bean-scope>application<managed-bean-scope> element was declared for the corresponding managed bean.

ApplicationServerInternalException - Exception in javax.resource.spi
An ApplicationServerInternalException is thrown by an application server to indicate error conditions specific to an application server.
ApplicationServerInternalException() - Constructor for exception javax.resource.spi.ApplicationServerInternalException
Constructs a new instance with null as its detail message.
ApplicationServerInternalException(String) - Constructor for exception javax.resource.spi.ApplicationServerInternalException
Constructs a new instance with the specified detail message.
ApplicationServerInternalException(Throwable) - Constructor for exception javax.resource.spi.ApplicationServerInternalException
Constructs a new throwable with the specified cause.
ApplicationServerInternalException(String, Throwable) - Constructor for exception javax.resource.spi.ApplicationServerInternalException
Constructs a new throwable with the specified detail message and cause.
ApplicationServerInternalException(String, String) - Constructor for exception javax.resource.spi.ApplicationServerInternalException
Constructs a new throwable with the specified detail message and an error code.
ApplicationWrapper - Class in javax.faces.application

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

ApplicationWrapper() - Constructor for class javax.faces.application.ApplicationWrapper
 
apply(FaceletContext, UIComponent) - Method in class javax.faces.view.facelets.CompositeFaceletHandler

Calls apply on any child handlers.

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

The default implementation simply calls through to TagHandlerDelegate#apply.

apply(FaceletContext, UIComponent) - Method in interface javax.faces.view.facelets.FaceletHandler

Process changes on a particular UIComponent

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

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

APPLY_REQUEST_VALUES - Static variable in class javax.faces.event.PhaseId
Identifier that indicates an interest in events queued for the Apply Request Values phase of the request processing lifecycle.
applyAttachedObject(FacesContext, UIComponent) - Method in interface javax.faces.view.AttachedObjectHandler

Take the argument parent and apply this attached object to it.

applyAttachedObject(FacesContext, UIComponent) - Method in class javax.faces.view.facelets.FaceletsAttachedObjectHandler

Take the necessary actions to apply the attached object represented by the tag for the concrete subclass of this class to the argument parent.

applyMetadata(FaceletContext, Object) - Method in class javax.faces.view.facelets.Metadata

Take the action prescribed in the JSF specification for this particular VDL element attribute.

applyNextHandler(FaceletContext, UIComponent) - Method in class javax.faces.view.facelets.DelegatingMetaTagHandler

Invoke the apply() method on this instance's TagHandler#nextHandler.

applyRule(String, TagAttribute, MetadataTarget) - Method in class javax.faces.view.facelets.MetaRule

Return an abstraction that takes appropriate action given the kind of rule represented by the argument name, in the context of this particular concrete subclass of MetaRule.

AroundInvoke - Annotation Type in javax.interceptor
Defines an interceptor method that interposes on business methods.
AroundTimeout - Annotation Type in javax.interceptor
Defines an interceptor method that interposes on timeout methods.
array(Selection<?>...) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an array-valued selection item.
ArrayDataModel<E> - Class in javax.faces.model
ArrayDataModel is a convenience implementation of DataModel that wraps an array of Java objects.
ArrayDataModel() - Constructor for class javax.faces.model.ArrayDataModel
Construct a new ArrayDataModel with no specified wrapped data.
ArrayDataModel(E[]) - Constructor for class javax.faces.model.ArrayDataModel
Construct a new ArrayDataModel wrapping the specified array.
ArrayELResolver - Class in javax.el
Defines property resolution behavior on arrays.
ArrayELResolver() - Constructor for class javax.el.ArrayELResolver
Creates a new read/write ArrayELResolver.
ArrayELResolver(boolean) - Constructor for class javax.el.ArrayELResolver
Creates a new ArrayELResolver whose read-only status is determined by the given parameter.
as(Class<X>) - Method in interface javax.persistence.criteria.Expression
Perform a typecast upon the expression, returning a new expression object.
asc(Expression<?>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an ordering by the ascending value of the expression.
AssertFalse - Annotation Type in javax.validation.constraints
The annotated element must be false.
AssertFalse.List - Annotation Type in javax.validation.constraints
Defines several @AssertFalse annotations on the same element
AssertTrue - Annotation Type in javax.validation.constraints
The annotated element must be true.
AssertTrue.List - Annotation Type in javax.validation.constraints
Defines several @AssertTrue annotations on the same element
associateConnection(Object, ManagedConnectionFactory, ConnectionRequestInfo) - Method in interface javax.resource.spi.LazyAssociatableConnectionManager
This method is called by a resource adapter (that is capable of lazy connection association optimization) in order to lazily associate a connection object with a ManagedConnection instance.
associateConnection(Object) - Method in interface javax.resource.spi.ManagedConnection
Used typically by the container to change the association of an application-level connection handle with a ManagedConneciton instance.
Association - Interface in javax.xml.registry.infomodel
A RegistryObject instance may be associated with zero or more RegistryObject instances.
ASSOCIATION - Static variable in interface javax.xml.registry.LifeCycleManager
Constant representing the javax.xml.registry.infomodel.Association interface.
AssociationOverride - Annotation Type in javax.persistence
Used to override a mapping for an entity relationship.
AssociationOverrides - Annotation Type in javax.persistence
Used to override mappings of multiple relationship properties or fields.
ASYNC_CONTEXT_PATH - Static variable in interface javax.servlet.AsyncContext
The name of the request attribute under which the original context path is made available to the target of a AsyncContext.dispatch(String) or AsyncContext.dispatch(ServletContext,String)
ASYNC_PATH_INFO - Static variable in interface javax.servlet.AsyncContext
The name of the request attribute under which the original path info is made available to the target of a AsyncContext.dispatch(String) or AsyncContext.dispatch(ServletContext,String)
ASYNC_QUERY_STRING - Static variable in interface javax.servlet.AsyncContext
The name of the request attribute under which the original query string is made available to the target of a AsyncContext.dispatch(String) or AsyncContext.dispatch(ServletContext,String)
ASYNC_REQUEST_URI - Static variable in interface javax.servlet.AsyncContext
The name of the request attribute under which the original request URI is made available to the target of a AsyncContext.dispatch(String) or AsyncContext.dispatch(ServletContext,String)
ASYNC_SERVLET_PATH - Static variable in interface javax.servlet.AsyncContext
The name of the request attribute under which the original servlet path is made available to the target of a AsyncContext.dispatch(String) or AsyncContext.dispatch(ServletContext,String)
AsyncContext - Interface in javax.servlet
Class representing the execution context for an asynchronous operation that was initiated on a ServletRequest.
AsyncEvent - Class in javax.servlet
Event that gets fired when the asynchronous operation initiated on a ServletRequest (via a call to ServletRequest#startAsync or ServletRequest#startAsync(ServletRequest, ServletResponse)) has completed, timed out, or produced an error.
AsyncEvent(AsyncContext) - Constructor for class javax.servlet.AsyncEvent
Constructs an AsyncEvent from the given AsyncContext.
AsyncEvent(AsyncContext, ServletRequest, ServletResponse) - Constructor for class javax.servlet.AsyncEvent
Constructs an AsyncEvent from the given AsyncContext, ServletRequest, and ServletResponse.
AsyncEvent(AsyncContext, Throwable) - Constructor for class javax.servlet.AsyncEvent
Constructs an AsyncEvent from the given AsyncContext and Throwable.
AsyncEvent(AsyncContext, ServletRequest, ServletResponse, Throwable) - Constructor for class javax.servlet.AsyncEvent
Constructs an AsyncEvent from the given AsyncContext, ServletRequest, ServletResponse, and Throwable.
AsyncHandler<T> - Interface in javax.xml.ws
The AsyncHandler interface is implemented by clients that wish to receive callback notification of the completion of service endpoint operations invoked asynchronously.
Asynchronous - Annotation Type in javax.ejb
Used to mark a session bean method as an asynchronous method or to designate all business methods of a session bean class as asynchronous.
AsyncListener - Interface in javax.servlet
Listener that will be notified in the event that an asynchronous operation initiated on a ServletRequest to which the listener had been added has completed, timed out, or resulted in an error.
AsyncResult<V> - Class in javax.ejb
Wraps the result of an asynchronous method call as a Future object, preserving compatability with the business interface signature.
AsyncResult(V) - Constructor for class javax.ejb.AsyncResult
 
AT_BEGIN - Static variable in class javax.servlet.jsp.tagext.VariableInfo
Scope information that scripting variable is visible after start tag.
AT_END - Static variable in class javax.servlet.jsp.tagext.VariableInfo
Scope information that scripting variable is visible after end tag.
atIndex(Integer) - Method in interface javax.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeContextBuilder
Define the index the object is into the List or array
atKey(Object) - Method in interface javax.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeContextBuilder
Define the key the object is into the Map
ATOM - Static variable in class javax.mail.internet.HeaderTokenizer.Token
Token type indicating an ATOM.
ATTACHED_OBJECT_TARGETS_KEY - Static variable in interface javax.faces.view.AttachedObjectTarget

The key in the value set of the composite component BeanDescriptor, the value for which is a List<AttachedObjectTarget>.

AttachedObjectHandler - Interface in javax.faces.view

The abstract base interface for a handler representing an attached object in a VDL page.

AttachedObjectTarget - Interface in javax.faces.view

Within the declaration of a composite component, an AttachedObjectTarget allows the composite component author to expose the semantics of an inner component to the page author without exposing the rendering or implementation details of the inner component.

attachFile(File) - Method in class javax.mail.internet.MimeBodyPart
Use the specified file to provide the data for this part.
attachFile(String) - Method in class javax.mail.internet.MimeBodyPart
Use the specified file to provide the data for this part.
ATTACHMENT - Static variable in interface javax.mail.Part
This part should be presented as an attachment.
AttachmentMarshaller - Class in javax.xml.bind.attachment
Enable JAXB marshalling to optimize storage of binary data.
AttachmentMarshaller() - Constructor for class javax.xml.bind.attachment.AttachmentMarshaller
 
AttachmentUnmarshaller - Class in javax.xml.bind.attachment
Enables JAXB unmarshalling of a root document containing optimized binary data formats.
AttachmentUnmarshaller() - Constructor for class javax.xml.bind.attachment.AttachmentUnmarshaller
 
Attribute<X,Y> - Interface in javax.persistence.metamodel
Represents an attribute of a Java type.
attribute(QName, String) - Method in class javax.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
Adds an extension attribute to the W3CEndpointReference instance's wsa:EndpointReference element.
Attribute.PersistentAttributeType - Enum in javax.persistence.metamodel
 
attributeAdded(HttpSessionBindingEvent) - Method in interface javax.servlet.http.HttpSessionAttributeListener
Receives notification that an attribute has been added to a session.
attributeAdded(ServletContextAttributeEvent) - Method in interface javax.servlet.ServletContextAttributeListener
Receives notification that an attribute has been added to the ServletContext.
attributeAdded(ServletRequestAttributeEvent) - Method in interface javax.servlet.ServletRequestAttributeListener
Receives notification that an attribute has been added to the ServletRequest.
AttributeHandler - Interface in javax.faces.view.facelets

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

AttributeOverride - Annotation Type in javax.persistence
Used to override the mapping of a Basic (whether explicit or default) property or field or Id property or field.
AttributeOverrides - Annotation Type in javax.persistence
Used to override mappings of multiple properties or fields.
attributeRemoved(HttpSessionBindingEvent) - Method in interface javax.servlet.http.HttpSessionAttributeListener
Receives notification that an attribute has been removed from a session.
attributeRemoved(ServletContextAttributeEvent) - Method in interface javax.servlet.ServletContextAttributeListener
Receives notification that an attribute has been removed from the ServletContext.
attributeRemoved(ServletRequestAttributeEvent) - Method in interface javax.servlet.ServletRequestAttributeListener
Receives notification that an attribute has been removed from the ServletRequest.
attributeReplaced(HttpSessionBindingEvent) - Method in interface javax.servlet.http.HttpSessionAttributeListener
Receives notification that an attribute has been replaced in a session.
attributeReplaced(ServletContextAttributeEvent) - Method in interface javax.servlet.ServletContextAttributeListener
 
attributeReplaced(ServletRequestAttributeEvent) - Method in interface javax.servlet.ServletRequestAttributeListener
Receives notification that an attribute has been replaced on the ServletRequest.
AttributeTag - Class in javax.faces.webapp
Deprecated. The Faces implementation must now provide the implementation for this class.
AttributeTag() - Constructor for class javax.faces.webapp.AttributeTag
Deprecated.  
ATTRS_WITH_DECLARED_DEFAULT_VALUES - Static variable in class javax.faces.component.UIComponent

This constant enables one to quickly discover the names of the declared composite component attributes that have been given default values by the composite component author.

AUDITABLE_EVENT - Static variable in interface javax.xml.registry.LifeCycleManager
Constant representing the javax.xml.registry.infomodel.AuditableEvent interface.
AuditableEvent - Interface in javax.xml.registry.infomodel
AuditableEvent instances provide a long term record of events that effect a change of state in a RegistryObject.
AuthConfig - Interface in javax.security.auth.message.config
This interface defines the common functionality implemented by Authentication context configuration objects.
AuthConfigFactory - Class in javax.security.auth.message.config
This class is used to obtain AuthConfigProvider objects that can be used to obtain authentication context configuration objects, that is, ClientAuthConfig and ServerAuthConfig objects.
AuthConfigFactory() - Constructor for class javax.security.auth.message.config.AuthConfigFactory
 
AuthConfigFactory.RegistrationContext - Interface in javax.security.auth.message.config
Represents the layer identifier, application context identifier, and description components of an AuthConfigProvider registration at the factory.
AuthConfigProvider - Interface in javax.security.auth.message.config
This interface is implemented by objects that can be used to obtain authentication context configuration objects, that is, ClientAuthConfig or ServerAuthConfig objects.
authenticate(HttpServletResponse) - Method in interface javax.servlet.http.HttpServletRequest
Use the container login mechanism configured for the ServletContext to authenticate the user making this request.
authenticate(HttpServletResponse) - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to call authenticate on the wrapped request object.
AUTHENTICATE_CONTENT - Static variable in interface javax.security.auth.message.MessagePolicy.ProtectionPolicy
The identifer for a ProtectionPolicy that indicates that the origin of data within the message is to be authenticated (that is, the message is to be protected such that its recipients can establish who defined the message content).
AUTHENTICATE_RECIPIENT - Static variable in interface javax.security.auth.message.MessagePolicy.ProtectionPolicy
The identifer for a ProtectionPolicy that indicates that the message recipient is to be authenticated.
AUTHENTICATE_SENDER - Static variable in interface javax.security.auth.message.MessagePolicy.ProtectionPolicy
The identifer for a ProtectionPolicy that indicates that the sending entity is to be authenticated.
AuthenticationFailedException - Exception in javax.mail
This exception is thrown when the connect method on a Store or Transport object fails due to an authentication failure (e.g., bad user name or password).
AuthenticationFailedException() - Constructor for exception javax.mail.AuthenticationFailedException
Constructor
AuthenticationFailedException(String) - Constructor for exception javax.mail.AuthenticationFailedException
Constructor
AuthenticationMechanism - Annotation Type in javax.resource.spi
 
AuthenticationMechanism.CredentialInterface - Enum in javax.resource.spi
An enumerated type that represents the various interfaces that a resource adapter may support for the representation of the credentials.
Authenticator - Class in javax.mail
The class Authenticator represents an object that knows how to obtain authentication for a network connection.
Authenticator() - Constructor for class javax.mail.Authenticator
 
AuthException - Exception in javax.security.auth.message
A generic authentication exception.
AuthException() - Constructor for exception javax.security.auth.message.AuthException
Constructs an AuthException with no detail message.
AuthException(String) - Constructor for exception javax.security.auth.message.AuthException
Constructs an AuthException with the specified detail message.
AUTHORIZATION - Static variable in interface javax.ws.rs.core.HttpHeaders
See HTTP/1.1 documentation.
AUTHORIZED_NAME_SLOT - Static variable in interface javax.xml.registry.infomodel.Slot
Name for pre-defined Slot used in Organization and ClassificationScheme by JAXR UDDI provider.
AuthStatus - Class in javax.security.auth.message
The AuthStatus class is used to represent return values from Authentication modules and Authentication Contexts.
AUTO_ACKNOWLEDGE - Static variable in interface javax.jms.Session
With this acknowledgment mode, the session automatically acknowledges a client's receipt of a message either when the session has successfully returned from a call to receive or when the message listener the session has called to process the message successfully returns.
autoFlush - Variable in class javax.servlet.jsp.JspWriter
Whether the JspWriter is autoflushing.
available() - Method in class javax.mail.util.SharedFileInputStream
Returns the number of bytes that can be read from this input stream without blocking.
avg(Expression<N>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an aggregate expression applying the avg operation.

B

Basic - Annotation Type in javax.persistence
The simplest type of mapping to a database column.
BASIC_AUTH - Static variable in class javax.faces.context.ExternalContext
String identifier for BASIC authentication.
BASIC_AUTH - Static variable in interface javax.servlet.http.HttpServletRequest
String identifier for Basic authentication.
BASIC_AUTH - Static variable in interface javax.ws.rs.core.SecurityContext
String identifier for Basic authentication.
BasicType<X> - Interface in javax.persistence.metamodel
Instances of the type BasicType represent basic types (including temporal and enumerated types).
BCC - Static variable in class javax.mail.Message.RecipientType
The "Bcc" (blind carbon copy) recipients.
Bean<T> - Interface in javax.enterprise.inject.spi
Represents an enabled bean.
BEAN_ADDED - Static variable in class javax.enterprise.deploy.model.XpathEvent
Adding a DDBean
BEAN_CHANGED - Static variable in class javax.enterprise.deploy.model.XpathEvent
Changing a DDBean
BEAN_REMOVED - Static variable in class javax.enterprise.deploy.model.XpathEvent
Removing a DDBean
BeanDescriptor - Interface in javax.validation.metadata
Describes a constrained Java Bean and the constraints associated to it.
BeanELResolver - Class in javax.el
Defines property resolution behavior on objects using the JavaBeans component architecture.
BeanELResolver() - Constructor for class javax.el.BeanELResolver
Creates a new read/write BeanELResolver.
BeanELResolver(boolean) - Constructor for class javax.el.BeanELResolver
Creates a new BeanELResolver whose read-only status is determined by the given parameter.
BeanELResolver.BeanProperties - Class in javax.el
 
BeanELResolver.BeanProperties(Class<?>) - Constructor for class javax.el.BeanELResolver.BeanProperties
 
BeanELResolver.BeanProperty - Class in javax.el
 
BeanELResolver.BeanProperty(Class<?>, PropertyDescriptor) - Constructor for class javax.el.BeanELResolver.BeanProperty
 
BEANINFO_KEY - Static variable in class javax.faces.component.UIComponent

The value of this constant is used as the key in the component attribute map, the value for which is a java.beans.BeanInfo implementation describing the composite component.

BeanManager - Interface in javax.enterprise.inject.spi
Allows a portable extension to interact directly with the container.
BeanNotFoundException - Exception in javax.enterprise.deploy.spi.exceptions
This exception is to report that the bean is not a child of the parent bean.
BeanNotFoundException(String) - Constructor for exception javax.enterprise.deploy.spi.exceptions.BeanNotFoundException
Creates an new BeanNotFoundException object.
BeanValidator - Class in javax.faces.validator

A Validator that delegates validation of the bean property to the Bean Validation API.

BeanValidator() - Constructor for class javax.faces.validator.BeanValidator
 
BeforeBeanDiscovery - Interface in javax.enterprise.inject.spi
This event type is thrown by the container before the bean discovery process begins.
BeforeCompletion - Annotation Type in javax.ejb
Designate a stateful session bean method to receive the before completion session synchronization callback.
beforeCompletion() - Method in interface javax.ejb.SessionSynchronization
The beforeCompletion method notifies a stateful session bean instance that a transaction is about to be committed.
beforeCompletion() - Method in interface javax.transaction.Synchronization
The beforeCompletion method is called by the transaction manager prior to the start of the two-phase transaction commit process.
beforeDelivery(Method) - Method in interface javax.resource.spi.endpoint.MessageEndpoint
This is called by a resource adapter before a message is delivered.
beforeMarshal(Object) - Method in class javax.xml.bind.Marshaller.Listener

Callback method invoked before marshalling from source to XML.

beforePhase(PhaseEvent) - Method in interface javax.faces.event.PhaseListener
Handle a notification that the processing for a particular phase of the request processing lifecycle is about to begin.
BeforeShutdown - Interface in javax.enterprise.inject.spi
The type of the final event the container fires after it has finished processing requests and destroyed all contexts.
beforeUnmarshal(Object, Object) - Method in class javax.xml.bind.Unmarshaller.Listener

Callback method invoked before unmarshalling into target.

begin() - Method in interface javax.enterprise.context.Conversation
Mark the current transient conversation long-running.
begin(String) - Method in interface javax.enterprise.context.Conversation
Mark the current transient conversation long-running, with a specified identifier.
begin() - Method in interface javax.persistence.EntityTransaction
Start a resource transaction.
begin() - Method in interface javax.resource.cci.LocalTransaction
Begins a local transaction on an EIS instance.
begin() - Method in interface javax.resource.spi.LocalTransaction
Begin a local transaction
begin - Variable in class javax.servlet.jsp.jstl.core.LoopTagSupport
Starting index ('begin' attribute)
begin() - Method in interface javax.transaction.TransactionManager
Create a new transaction and associate it with the current thread.
begin() - Method in interface javax.transaction.UserTransaction
Create a new transaction and associate it with the current thread.
beginSpecified - Variable in class javax.servlet.jsp.jstl.core.LoopTagSupport
Boolean flag indicating whether 'begin' was specified.
Behavior - Interface in javax.faces.component.behavior

The Behavior interface is the root API of the component behavior model.

BEHAVIOR_ID - Static variable in class javax.faces.component.behavior.AjaxBehavior

The standard id for this behavior.

BehaviorBase - Class in javax.faces.component.behavior

BehaviorBase is a convenience base class that provides a default implementation of the Behavior contract.

BehaviorBase() - Constructor for class javax.faces.component.behavior.BehaviorBase
 
BehaviorConfig - Interface in javax.faces.view.facelets

Convey the id of a behavior declared in a view.

BehaviorEvent - Class in javax.faces.event
BehaviorEvent is the event that can be generated from component Behavior.
BehaviorEvent(UIComponent, Behavior) - Constructor for class javax.faces.event.BehaviorEvent

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

BehaviorHandler - Class in javax.faces.view.facelets

The FaceletHandler that corresponds to attached objects that represent an instance of ClientBehavior that must be added to the parent component, which must implement ClientBehaviorHolder, with a call to ClientBehaviorHolder.addClientBehavior(java.lang.String, javax.faces.component.behavior.ClientBehavior).

BehaviorHandler(BehaviorConfig) - Constructor for class javax.faces.view.facelets.BehaviorHandler
 
BehaviorHolderAttachedObjectHandler - Interface in javax.faces.view

Represent an attached object that is a BehaviorHolder in a VDL page.

BehaviorHolderAttachedObjectTarget - Interface in javax.faces.view

Represent a BehaviorHolder attached object target in a VDL page.

BehaviorListener - Interface in javax.faces.event

A generic base interface for event listeners for various types of BehaviorEvents.

between(Expression<? extends Y>, Expression<? extends Y>, Expression<? extends Y>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is between the second and third arguments in value.
between(Expression<? extends Y>, Y, Y) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is between the second and third arguments in value.
BigDecimalConverter - Class in javax.faces.convert
Converter implementation for java.math.BigDecimal values.
BigDecimalConverter() - Constructor for class javax.faces.convert.BigDecimalConverter
 
BigDecimalHolder - Class in javax.xml.rpc.holders
 
BigDecimalHolder() - Constructor for class javax.xml.rpc.holders.BigDecimalHolder
 
BigDecimalHolder(BigDecimal) - Constructor for class javax.xml.rpc.holders.BigDecimalHolder
 
BIGINTEGER_ID - Static variable in class javax.faces.convert.BigIntegerConverter
The message identifier of the FacesMessage to be created if the conversion to BigInteger fails.
BigIntegerConverter - Class in javax.faces.convert
Converter implementation for java.math.BigInteger values.
BigIntegerConverter() - Constructor for class javax.faces.convert.BigIntegerConverter
 
BigIntegerHolder - Class in javax.xml.rpc.holders
 
BigIntegerHolder() - Constructor for class javax.xml.rpc.holders.BigIntegerHolder
 
BigIntegerHolder(BigInteger) - Constructor for class javax.xml.rpc.holders.BigIntegerHolder
 
Bindable<T> - Interface in javax.persistence.metamodel
Instances of the type Bindable represent object or attribute types that can be bound into a Path.
Bindable.BindableType - Enum in javax.persistence.metamodel
 
Binder<XmlNode> - Class in javax.xml.bind
Enable synchronization between XML infoset nodes and JAXB objects representing same XML document.
Binder() - Constructor for class javax.xml.bind.Binder
 
Binding - Interface in javax.xml.ws
The Binding interface is the base interface for JAX-WS protocol bindings.
BindingProvider - Interface in javax.xml.ws
The BindingProvider interface provides access to the protocol binding and associated context objects for request and response message processing.
bindings - Variable in class javax.faces.component.UIComponent
Deprecated. 
BindingType - Annotation Type in javax.xml.ws
The BindingType annotation is used to specify the binding to use for a web service endpoint implementation class.
BODY_CONTENT_EMPTY - Static variable in class javax.servlet.jsp.tagext.TagInfo
Static constant for getBodyContent() when it is empty.
BODY_CONTENT_JSP - Static variable in class javax.servlet.jsp.tagext.TagInfo
Static constant for getBodyContent() when it is JSP.
BODY_CONTENT_SCRIPTLESS - Static variable in class javax.servlet.jsp.tagext.TagInfo
Static constant for getBodyContent() when it is scriptless.
BODY_CONTENT_TAG_DEPENDENT - Static variable in class javax.servlet.jsp.tagext.TagInfo
Static constant for getBodyContent() when it is Tag dependent.
bodyContent - Variable in class javax.faces.webapp.UIComponentClassicTagBase
The bodyContent for this tag handler.
BodyContent - Class in javax.servlet.jsp.tagext
An encapsulation of the evaluation of the body of an action so it is available to a tag handler.
BodyContent(JspWriter) - Constructor for class javax.servlet.jsp.tagext.BodyContent
Protected constructor.
bodyContent - Variable in class javax.servlet.jsp.tagext.BodyTagSupport
The current BodyContent for this BodyTag.
BodyPart - Class in javax.mail
This class models a Part that is contained within a Multipart.
BodyPart() - Constructor for class javax.mail.BodyPart
 
BodyTag - Interface in javax.servlet.jsp.tagext
The BodyTag interface extends IterationTag by defining additional methods that let a tag handler manipulate the content of evaluating its body.
BodyTagSupport - Class in javax.servlet.jsp.tagext
A base class for defining tag handlers implementing BodyTag.
BodyTagSupport() - Constructor for class javax.servlet.jsp.tagext.BodyTagSupport
Default constructor, all subclasses are required to only define a public constructor with the same signature, and to call the superclass constructor.
BodyTerm - Class in javax.mail.search
This class implements searches on a message body.
BodyTerm(String) - Constructor for class javax.mail.search.BodyTerm
Constructor
BOOLEAN_ID - Static variable in class javax.faces.convert.BooleanConverter
The message identifier of the FacesMessage to be created if the conversion to Boolean fails.
BooleanConverter - Class in javax.faces.convert
Converter implementation for java.lang.Boolean (and boolean primitive) values.
BooleanConverter() - Constructor for class javax.faces.convert.BooleanConverter
 
BooleanHolder - Class in javax.xml.rpc.holders
 
BooleanHolder() - Constructor for class javax.xml.rpc.holders.BooleanHolder
 
BooleanHolder(boolean) - Constructor for class javax.xml.rpc.holders.BooleanHolder
 
BooleanWrapperHolder - Class in javax.xml.rpc.holders
 
BooleanWrapperHolder() - Constructor for class javax.xml.rpc.holders.BooleanWrapperHolder
 
BooleanWrapperHolder(Boolean) - Constructor for class javax.xml.rpc.holders.BooleanWrapperHolder
 
BootstrapContext - Interface in javax.resource.spi
This provides a mechanism to pass a bootstrap context to a resource adapter instance when it is bootstrapped.
BootstrapState - Interface in javax.validation.spi
Defines the state used to bootstrap the Configuration
BoundaryStatistic - Interface in javax.management.j2ee.statistics
Specifies standard measurements of the upper and lower limits of the value of an attribute.
BoundedRangeStatistic - Interface in javax.management.j2ee.statistics
The BoundedRangeStatistic model aggregates the attributes of RangeStatistic and BoundaryStatistic and provides standard measurements of a range that has fixed limits.
broadcast(BehaviorEvent) - Method in interface javax.faces.component.behavior.Behavior

Broadcast the specified BehaviorEvent to all registered event listeners who have expressed an interest in events of this type.

broadcast(BehaviorEvent) - Method in class javax.faces.component.behavior.BehaviorBase

Default implementation of Behavior#broadcast.

broadcast(FacesEvent) - Method in class javax.faces.component.UICommand
In addition to to the default UIComponent#broadcast processing, pass the ActionEvent being broadcast to the method referenced by actionListener (if any), and to the default ActionListener registered on the Application.
broadcast(FacesEvent) - Method in class javax.faces.component.UIComponent
Broadcast the specified FacesEvent to all registered event listeners who have expressed an interest in events of this type.
broadcast(FacesEvent) - Method in class javax.faces.component.UIComponentBase
 
broadcast(FacesEvent) - Method in class javax.faces.component.UIData
Override the default UIComponentBase#broadcast processing to unwrap any wrapped FacesEvent and reset the current row index, before the event is actually broadcast.
broadcastEvents(FacesContext, PhaseId) - Method in class javax.faces.component.UIViewRoot

Broadcast any events that have been queued.

bufferSize - Variable in class javax.servlet.jsp.JspWriter
The size of the buffer used by the JspWriter.
bufpos - Variable in class javax.mail.util.SharedFileInputStream
The file offset that corresponds to the first byte in the read buffer.
bufsize - Variable in class javax.mail.util.SharedFileInputStream
The normal size of the read buffer.
build() - Method in class javax.ws.rs.core.Response.ResponseBuilder
Create a Response instance from the current ResponseBuilder.
build(Object...) - Method in class javax.ws.rs.core.UriBuilder
Build a URI, using the supplied values in order to replace any URI template parameters.
build() - Method in class javax.ws.rs.core.Variant.VariantListBuilder
Build a list of representation variants from the current state of the builder.
build() - Method in class javax.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
Builds a W3CEndpointReference from the accumulated properties set on this W3CEndpointReferenceBuilder instance.
buildConstraintViolationWithTemplate(String) - Method in interface javax.validation.ConstraintValidatorContext
Return an constraint violation builder building an violation report allowing to optionally associate it to a sub path.
buildDefaultValidatorFactory() - Static method in class javax.validation.Validation
Build and return a ValidatorFactory instance based on the default Bean Validation provider and following the XML configuration.
buildFromEncoded(Object...) - Method in class javax.ws.rs.core.UriBuilder
Build a URI.
buildFromEncodedMap(Map<String, ? extends Object>) - Method in class javax.ws.rs.core.UriBuilder
Build a URI, any URI template parameters will be replaced by the value in the supplied map.
buildFromMap(Map<String, ? extends Object>) - Method in class javax.ws.rs.core.UriBuilder
Build a URI, any URI template parameters will be replaced by the value in the supplied map.
buildValidatorFactory() - Method in interface javax.validation.Configuration
Build a ValidatorFactory implementation.
buildValidatorFactory(ConfigurationState) - Method in interface javax.validation.spi.ValidationProvider
Build a ValidatorFactory using the current provider implementation.
buildView(FacesContext, UIViewRoot) - Method in class javax.faces.view.ViewDeclarationLanguage

Take any actions specific to this VDL implementation to cause the argument UIViewRoot which must have been created via a call to ViewDeclarationLanguage.createView(javax.faces.context.FacesContext, java.lang.String), to be populated with children.

BulkResponse - Interface in javax.xml.registry
Contains the response of a method in the API that performs a bulk operation and returns a bulk response.
BusinessLifeCycleManager - Interface in javax.xml.registry
The BusinessLifeCycleManager interface, which is exposed by the Registry Service, implements the life cycle management functionality of the Registry as part of a business level API.
BusinessQueryManager - Interface in javax.xml.registry
The BusinessQueryManager interface, which is exposed by the Registry Service, implements the business style query interface.
BusyConversationException - Exception in javax.enterprise.context
Indicates that the container has rejected a request because a concurrent request is associated with the same conversation context.
BusyConversationException() - Constructor for exception javax.enterprise.context.BusyConversationException
 
BusyConversationException(String) - Constructor for exception javax.enterprise.context.BusyConversationException
 
BusyConversationException(Throwable) - Constructor for exception javax.enterprise.context.BusyConversationException
 
BusyConversationException(String, Throwable) - Constructor for exception javax.enterprise.context.BusyConversationException
 
byDefaultProvider() - Static method in class javax.validation.Validation
Build a Configuration.
byProvider(Class<U>) - Static method in class javax.validation.Validation
Build a Configuration for a particular provider implementation.
BYTE_ID - Static variable in class javax.faces.convert.ByteConverter
The message identifier of the FacesMessage to be created if the conversion to Byte fails.
ByteArrayDataSource - Class in javax.mail.util
A DataSource backed by a byte array.
ByteArrayDataSource(InputStream, String) - Constructor for class javax.mail.util.ByteArrayDataSource
Create a ByteArrayDataSource with data from the specified InputStream and with the specified MIME type.
ByteArrayDataSource(byte[], String) - Constructor for class javax.mail.util.ByteArrayDataSource
Create a ByteArrayDataSource with data from the specified byte array and with the specified MIME type.
ByteArrayDataSource(String, String) - Constructor for class javax.mail.util.ByteArrayDataSource
Create a ByteArrayDataSource with data from the specified String and with the specified MIME type.
ByteArrayHolder - Class in javax.xml.rpc.holders
 
ByteArrayHolder() - Constructor for class javax.xml.rpc.holders.ByteArrayHolder
 
ByteArrayHolder(byte[]) - Constructor for class javax.xml.rpc.holders.ByteArrayHolder
 
ByteConverter - Class in javax.faces.convert
Converter implementation for java.lang.Byte (and byte primitive) values.
ByteConverter() - Constructor for class javax.faces.convert.ByteConverter
 
ByteHolder - Class in javax.xml.rpc.holders
 
ByteHolder() - Constructor for class javax.xml.rpc.holders.ByteHolder
 
ByteHolder(byte) - Constructor for class javax.xml.rpc.holders.ByteHolder
 
BytesMessage - Interface in javax.jms
A BytesMessage object is used to send a message containing a stream of uninterpreted bytes.
ByteWrapperHolder - Class in javax.xml.rpc.holders
 
ByteWrapperHolder() - Constructor for class javax.xml.rpc.holders.ByteWrapperHolder
 
ByteWrapperHolder(Byte) - Constructor for class javax.xml.rpc.holders.ByteWrapperHolder
 

C

Cache - Interface in javax.persistence
Interface used to interact with the second-level cache.
CACHE_CONTROL - Static variable in interface javax.ws.rs.core.HttpHeaders
See HTTP/1.1 documentation.
Cacheable - Annotation Type in javax.persistence
Specifies whether an entity should be cached if caching is enabled when the value of the persistence.xml caching element is ENABLE_SELECTIVE or DISABLE_SELECTIVE.
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 on the ResponseBuilder.
CacheRetrieveMode - Enum in javax.persistence
Used as the value of the javax.persistence.cache.retrieveMode property to specify the behavior when data is retrieved by the find methods and by queries.
CacheStoreMode - Enum in javax.persistence
Used as the value of the javax.persistence.cache.storeMode property to specify the behavior when data is read from the database and when data is committed into the database.
calculateCharacterEncoding(FacesContext) - Method in class javax.faces.application.ViewHandler
Returns the correct character encoding to be used for this request.
calculateCharacterEncoding(FacesContext) - Method in class javax.faces.application.ViewHandlerWrapper
The default behavior of this method is to call ViewHandler#calculateCharacterEncoding(javax.faces.context.FacesContext) on the wrapped ViewHandler object.
calculateLocale(FacesContext) - Method in class javax.faces.application.ViewHandler
Returns an appropriate Locale to use for this and subsequent requests for the current client.
calculateLocale(FacesContext) - Method in class javax.faces.application.ViewHandlerWrapper
The default behavior of this method is to call ViewHandler#calculateLocale(javax.faces.context.FacesContext) on the wrapped ViewHandler object.
calculateRenderKitId(FacesContext) - Method in class javax.faces.application.ViewHandler
Return an appropriate renderKitId for this and subsequent requests from the current client.
calculateRenderKitId(FacesContext) - Method in class javax.faces.application.ViewHandlerWrapper
The default behavior of this method is to call ViewHandler#calculateRenderKitId(javax.faces.context.FacesContext) on the wrapped ViewHandler object.
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.
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.
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.
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.
CertStoreCallback - Class in javax.security.auth.message.callback
Callback for CertStore.
CertStoreCallback() - Constructor for class javax.security.auth.message.callback.CertStoreCallback
Create a CertStoreCallback.
CHARACTER_ENCODING_KEY - Static variable in class javax.faces.application.ViewHandler
The key, in the session's attribute set, under which the response character encoding may be stored and retrieved.
CHARACTER_ID - Static variable in class javax.faces.convert.CharacterConverter
The message identifier of the FacesMessage to be created if the conversion to Character fails.
CharacterConverter - Class in javax.faces.convert
Converter implementation for java.lang.Character (and char primitive) values.
CharacterConverter() - Constructor for class javax.faces.convert.CharacterConverter
 
Classification - Interface in javax.xml.registry.infomodel
The Classification interface is used to classify RegistryObject instances.
CLASSIFICATION - Static variable in interface javax.xml.registry.LifeCycleManager
Constant representing the javax.xml.registry.infomodel.Classification interface.
CLASSIFICATION_SCHEME - Static variable in interface javax.xml.registry.LifeCycleManager
Constant representing the javax.xml.registry.infomodel.ClassificationScheme interface.
ClassificationScheme - Interface in javax.xml.registry.infomodel
A ClassificationScheme instance represents a taxonomy that may be used to classify or categorize RegistryObject instances.
ClassTransformer - Interface in javax.persistence.spi
A persistence provider supplies an instance of this interface to the PersistenceUnitInfo.addTransformer method.
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 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 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.
clearInitialState() - Method in class javax.faces.component.behavior.BehaviorBase

Clears the initial state flag, causing the behavior to revert from partial to full state saving.

clearInitialState() - Method in interface javax.faces.component.PartialStateHolder

Reset the PartialStateHolder to a non-delta tracking state.

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

An implementation of PartialStateHolder#clearInitialState, this method is called by the runtime to tell the instance to stop tracking state changes.

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

For each of the attached objects on this instance that implement PartialStateHolder, call PartialStateHolder#clearInitialState on the attached object.

clearInitialState() - Method in class javax.faces.component.UIInput
 
clearInitialState() - Method in class javax.faces.component.UIOutput
 
clearInitialState() - Method in class javax.faces.convert.DateTimeConverter
 
clearInitialState() - Method in class javax.faces.convert.EnumConverter
 
clearInitialState() - Method in class javax.faces.convert.NumberConverter
 
clearInitialState() - Method in class javax.faces.validator.BeanValidator
 
clearInitialState() - Method in class javax.faces.validator.DoubleRangeValidator
 
clearInitialState() - Method in class javax.faces.validator.LengthValidator
 
clearInitialState() - Method in class javax.faces.validator.LongRangeValidator
 
clearInitialState() - Method in class javax.faces.validator.RegexValidator
 
clearPassword() - Method in class javax.security.auth.message.callback.PasswordValidationCallback
Clear the password.
clearProperties() - Method in interface javax.jms.Message
Clears a message's properties.
clearWarnings() - Method in interface javax.resource.cci.Interaction
Clears all the warning reported by this Interaction instance.
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.
ClientAuth - Interface in javax.security.auth.message
An implementation of this interface is used to secure service request messages, and validate received service response messages.
ClientAuthConfig - Interface in javax.security.auth.message.config
This interface encapsulates the configuration of ClientAuthContext objects for a message layer and application context (for example, the messaging context of a specific application, or set of applications).
ClientAuthContext - Interface in javax.security.auth.message.config
This ClientAuthContext class encapsulates ClientAuthModules that are used to secure service requests made by a client, and to validate any responses received to those requests.
ClientAuthModule - Interface in javax.security.auth.message.module
A ClientAuthModule secures request messages, and validates received response messages.
ClientBehavior - Interface in javax.faces.component.behavior

ClientBehavior is the base contract for Behaviors that attach script content to client-side events exposed by ClientBehaviorHolder components.

ClientBehaviorBase - Class in javax.faces.component.behavior

ClientBehaviorBase is a convenience base class that implements the default concrete behavior of all methods defined by ClientBehavior.

ClientBehaviorBase() - Constructor for class javax.faces.component.behavior.ClientBehaviorBase
 
ClientBehaviorContext - Class in javax.faces.component.behavior

ClientBehaviorContext provides context information that may be useful to ClientBehavior.getScript(javax.faces.component.behavior.ClientBehaviorContext) implementations.

ClientBehaviorContext() - Constructor for class javax.faces.component.behavior.ClientBehaviorContext
 
ClientBehaviorContext.Parameter - Class in javax.faces.component.behavior

Parameter instances represent name/value pairs that "submitting" ClientBehavior implementations should include when posting back into the Faces lifecycle.

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
 
ClientConfiguration - Interface in javax.enterprise.deploy.spi.status
The ClientConfiguration object installs, configures and executes an Application Client.
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.
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
Create a copy of the ResponseBuilder preserving its state.
clone() - Method in class javax.ws.rs.core.UriBuilder
Create a copy of the UriBuilder preserving its state.
cloneWithWriter(Writer) - Method in class javax.faces.context.ResponseWriter
Create and return a new instance of this ResponseWriter, using the specified Writer as the output destination.
cloneWithWriter(Writer) - Method in class javax.faces.context.ResponseWriterWrapper
The default behavior of this method is to call ResponseWriter#cloneWithWriter(java.io.Writer) on the wrapped ResponseWriter object.
close() - Method in class javax.ejb.embeddable.EJBContainer
Shutdown an embeddable EJBContainer instance.
close() - Method in class javax.faces.context.ResponseWriterWrapper
The default behavior of this method is to call ResponseWriter#close() on the wrapped ResponseWriter object.
close() - Method in interface javax.jms.Connection
Closes the connection.
close() - Method in interface javax.jms.ConnectionConsumer
Closes the connection consumer.
close() - Method in interface javax.jms.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(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.xml.registry.Connection
Closes a Connection when it is no longer needed.
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.
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.
CollectionJoin<Z,E> - Interface in javax.persistence.criteria
The CollectionJoin interface is the type of the result of joining to a collection over an association or element collection that has been specified as a java.util.Collection.
CollectionTable - Annotation Type in javax.persistence
Specifies the table that is used for the mapping of collections of basic or embeddable types.
Column - Annotation Type in javax.persistence
Is used to specify the mapped column for a persistent property or field.
ColumnResult - Annotation Type in javax.persistence
References name of a column in the SELECT clause of a SQL query - i.e., column alias, if applicable.
COMBINE_CLASSIFICATIONS - Static variable in interface javax.xml.registry.FindQualifier
Maps to UDDI combineCategoryBags.
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.Session
Commits all messages done in this transaction and releases any locks currently held.
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.
compareTo(Object) - Method in class javax.faces.application.FacesMessage.Severity
Compare this FacesMessage.Severity instance to the specified one.
compareTo(Object) - Method in class javax.faces.event.PhaseId
Compare this PhaseId instance to the specified one.
compareValues(Object, Object) - Method in class javax.faces.component.UIInput
Return true if the new value is different from the previous value.
compareValues(Object, Object) - Method in class javax.faces.component.UISelectMany
Return true if the new value is different from the previous value.
comparison - Variable in class javax.mail.search.ComparisonTerm
The comparison.
ComparisonTerm - Class in javax.mail.search
This class models the comparison operator.
ComparisonTerm() - Constructor for class javax.mail.search.ComparisonTerm
 
complete() - 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.
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.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.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.UIViewParameter
The standard component type for this component.
COMPONENT_TYPE - Static variable in class javax.faces.component.UIViewRoot
The standard component type for this component.
ComponentConfig - Interface in javax.faces.view.facelets

Passed to the constructor of ComponentHandler.

ComponentHandler - Class in javax.faces.view.facelets

Public base class for markup element instances that map to UIComponent instances in the view.

ComponentHandler(ComponentConfig) - Constructor for class javax.faces.view.facelets.ComponentHandler

Leverage the TagHandlerDelegateFactory provided by the implementation to create an instance of TagHandlerDelegate designed for use with ComponentHandler.

ComponentSystemEvent - Class in javax.faces.event
ComponentSystemEvent is the base class for SystemEvents that are specific to a UIComponent instance.
ComponentSystemEvent(UIComponent) - Constructor for class javax.faces.event.ComponentSystemEvent

Pass the argument component to the superclass constructor.

ComponentSystemEventListener - Interface in javax.faces.event

Implementors of this class do not need an isListenerForSource() method because they are only installed on specific component instances, therefore the isListenerForSource() method is implicit.

COMPOSITE_COMPONENT_TYPE_KEY - Static variable in class javax.faces.component.UIComponent

The value of this constant is used as the key in the composite component BeanDescriptor for a ValueExpression that evaluates to the component-type of the composite component root UIComponent for this composite component, if one was declared by the composite component author.

COMPOSITE_FACET_NAME - Static variable in class javax.faces.component.UIComponent

The value of this constant is used as the key in the Map returned as described in UIComponent.FACETS_KEY for the PropertyDescriptor describing the composite component facet.

CompositeComponentExpressionHolder - Interface in javax.faces.el
This interface must be implemented by the Map returned by the composite component ELResolver, described in section JSF.5.6.2.2 of the specification, when evaluating #{cc.attrs} epressions.
CompositeELResolver - Class in javax.el
Maintains an ordered composite list of child ELResolvers.
CompositeELResolver() - Constructor for class javax.el.CompositeELResolver
 
CompositeFaceletHandler - Class in javax.faces.view.facelets

A FaceletHandler that is derived of 1 or more, inner FaceletHandlers.

CompositeFaceletHandler(FaceletHandler[]) - Constructor for class javax.faces.view.facelets.CompositeFaceletHandler
 
CompoundSelection<X> - Interface in javax.persistence.criteria
The CompoundSelection interface defines a compound selection item (tuple, array, or result of constructor).
concat(Expression<String>, Expression<String>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression for string concatenation.
concat(Expression<String>, String) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression for string concatenation.
concat(String, Expression<String>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression for string concatenation.
Concept - Interface in javax.xml.registry.infomodel
The Concept interface is used to represent taxonomy elements and their structural relationship with each other in order to describe an internal taxonomy.
CONCEPT - Static variable in interface javax.xml.registry.LifeCycleManager
Constant representing the javax.xml.registry.infomodel.Concept interface.
ConcurrencyManagement - Annotation Type in javax.ejb
Declares a singleton session bean's concurrency management type.
ConcurrencyManagementType - Enum in javax.ejb
Used to specify the value of the ConcurrencyManagement annotation for a singleton session bean.
ConcurrentAccessException - Exception in javax.ejb
A ConcurrentAccessException indicates that the client has attempted an invocation on a stateful session bean or singleton bean while another invocation is in progress and such concurrent access is not allowed.
ConcurrentAccessException() - Constructor for exception javax.ejb.ConcurrentAccessException
Constructs an ConcurrentAccessException with no detail message.
ConcurrentAccessException(String) - Constructor for exception javax.ejb.ConcurrentAccessException
Constructs an ConcurrentAccessException with the specified detailed message.
ConcurrentAccessException(String, Exception) - Constructor for exception javax.ejb.ConcurrentAccessException
Constructs an ConcurrentAccessException with the specified detail message and a nested exception.
ConcurrentAccessTimeoutException - Exception in javax.ejb
This exception indicates that an attempt to concurrently access a stateful session or singleton bean method resulted in a timeout.
ConcurrentAccessTimeoutException() - Constructor for exception javax.ejb.ConcurrentAccessTimeoutException
 
ConcurrentAccessTimeoutException(String) - Constructor for exception javax.ejb.ConcurrentAccessTimeoutException
 
condition() - 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
ConfigurableNavigationHandler - Class in javax.faces.application

ConfigurableNavigationHandler extends the contract of NavigationHandler to allow runtime inspection of the NavigationCases that make up the rule-base for navigation.

ConfigurableNavigationHandler() - Constructor for class javax.faces.application.ConfigurableNavigationHandler
 
Configuration<T extends Configuration<T>> - Interface in javax.validation
Receives configuration information, selects the appropriate Bean Validation provider and builds the appropriate ValidatorFactory.
ConfigurationException - Exception in javax.enterprise.deploy.spi.exceptions
This exception reports errors in generating a configuration bean.
ConfigurationException() - Constructor for exception javax.enterprise.deploy.spi.exceptions.ConfigurationException
Creates new ConfigurationException without detail message.
ConfigurationException(String) - Constructor for exception javax.enterprise.deploy.spi.exceptions.ConfigurationException
Constructs an ConfigurationException with the specified detail message.
ConfigurationState - Interface in javax.validation.spi
Contract between a Configuration and a ValidatorProvider to create a ValidatorFactory.
configure() - Method in interface javax.validation.bootstrap.GenericBootstrap
Returns a generic Configuration implementation.
configure() - Method in interface javax.validation.bootstrap.ProviderSpecificBootstrap
Determines the provider implementation suitable for T and delegates the creation of this specific Configuration subclass to the provider.
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
 
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
Constructor
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
 
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.
Constraint - Annotation Type in javax.validation
Link between a constraint annotation and its constraint validation implementations.
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 java.lang.annotation.Annotation> - Interface in javax.validation.metadata
Describes a single constraint and its composing constraints.
ConstraintValidator<A extends java.lang.annotation.Annotation,T> - Interface in javax.validation
Defines the logic to validate a given constraint A for a given object type T.
ConstraintValidatorContext - Interface in javax.validation
Provide 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.NodeBuilderCustomizableContext - Interface in javax.validation
Represent a node whose context is configurable (ie index, key and isInIterable)
ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderDefinedContext - Interface in javax.validation
Represent a node whose context is known (ie index, key and isInIterable)
ConstraintValidatorContext.ConstraintViolationBuilder.NodeContextBuilder - Interface in javax.validation
Represent 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
Instantiate a ConstraintValidator instance based off its class.
constraintValidatorFactory(ConstraintValidatorFactory) - Method in interface javax.validation.ValidatorContext
Defines the constraint validator factory implementation used by the Validator.
ConstraintViolation<T> - Interface in javax.validation
Describe a constraint violation.
ConstraintViolationException - Exception in javax.validation
Reports the result of constraint violations `
ConstraintViolationException(String, Set<ConstraintViolation<?>>) - Constructor for exception javax.validation.ConstraintViolationException
Creates a constraint violation report
ConstraintViolationException(Set<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.
Consumes - Annotation Type in javax.ws.rs
Defines the media types that the methods of a resource class or MessageBodyReader can accept.
contains(FetchProfile.Item) - Method in class javax.mail.FetchProfile
Returns true if the fetch profile contains given special item.
contains(String) - Method in class javax.mail.FetchProfile
Returns true if the fetch profile contains 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.
containsProperty(String) - Method in interface javax.xml.rpc.handler.MessageContext
Returns true if the MessageContext contains a property with the specified name.
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_ENCODING - Static variable in interface javax.ws.rs.core.HttpHeaders
See HTTP/1.1 documentation.
CONTENT_INFO - Static variable in class javax.mail.FetchProfile.Item
This item is for fetching information about the content of the message.
CONTENT_LANGUAGE - Static variable in interface javax.ws.rs.core.HttpHeaders
See HTTP/1.1 documentation.
CONTENT_LENGTH - Static variable in interface javax.ws.rs.core.HttpHeaders
See HTTP/1.1 documentation.
CONTENT_LOCATION - Static variable in interface javax.ws.rs.core.HttpHeaders
See HTTP/1.1 documentation.
CONTENT_TYPE - Static variable in interface javax.ws.rs.core.HttpHeaders
See HTTP/1.1 documentation.
ContentDisposition - Class in javax.mail.internet
This class represents a MIME ContentDisposition value.
ContentDisposition() - Constructor for class javax.mail.internet.ContentDisposition
No-arg Constructor.
ContentDisposition(String, 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 on the ResponseBuilder.
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 ContentType 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.
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.
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.
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_ID - Static variable in class javax.faces.convert.BigDecimalConverter
The standard converter id for this converter.
CONVERTER_ID - Static variable in class javax.faces.convert.BigIntegerConverter
The standard converter id for this converter.
CONVERTER_ID - Static variable in class javax.faces.convert.BooleanConverter
The standard converter id for this converter.
CONVERTER_ID - Static variable in class javax.faces.convert.ByteConverter
The standard converter id for this converter.
CONVERTER_ID - Static variable in class javax.faces.convert.CharacterConverter
The standard converter id for this converter.
CONVERTER_ID - Static variable in class javax.faces.convert.DateTimeConverter
The standard converter id for this converter.
CONVERTER_ID - Static variable in class javax.faces.convert.DoubleConverter
The standard converter id for this converter.
CONVERTER_ID - Static variable in class javax.faces.convert.EnumConverter
The standard converter id for this converter.
CONVERTER_ID - Static variable in class javax.faces.convert.FloatConverter
The standard converter id for this converter.
CONVERTER_ID - Static variable in class javax.faces.convert.IntegerConverter
The standard converter id for this converter.
CONVERTER_ID - Static variable in class javax.faces.convert.LongConverter
The standard converter id for this converter.
CONVERTER_ID - Static variable in class javax.faces.convert.NumberConverter
The standard converter id for this converter.
CONVERTER_ID - Static variable in class javax.faces.convert.ShortConverter
The standard converter id for this converter.
ConverterConfig - Interface in javax.faces.view.facelets

A Facelet version of the JSP ConverterTag.

ConverterELTag - Class in javax.faces.webapp
ConverterELTag is a base class for all JSP custom actions that create and register a Converter instance on the ValueHolder associated with our most immediate surrounding instance of a tag whose implementation class is a subclass of UIComponentClassicTagBase.
ConverterELTag() - Constructor for class javax.faces.webapp.ConverterELTag
 
ConverterException - Exception in javax.faces.convert
ConverterException is an exception thrown by the getAsObject() or getAsText() method of a Converter, to indicate that the requested conversion cannot be performed.
ConverterException() - Constructor for exception javax.faces.convert.ConverterException
Construct a new exception with no detail message or root cause.
ConverterException(String) - Constructor for exception javax.faces.convert.ConverterException
Construct a new exception with the specified detail message and no root cause.
ConverterException(Throwable) - Constructor for exception javax.faces.convert.ConverterException
Construct a new exception with the specified root cause.
ConverterException(String, Throwable) - Constructor for exception javax.faces.convert.ConverterException
Construct a new exception with the specified detail message and root cause.
ConverterException(FacesMessage) - Constructor for exception javax.faces.convert.ConverterException
Construct a new exception with the specified detail message and no root cause.
ConverterException(FacesMessage, Throwable) - Constructor for exception javax.faces.convert.ConverterException
Construct a new exception with the specified detail message and root cause.
ConverterHandler - Class in javax.faces.view.facelets

Handles setting a Converter instance on a ValueHolder parent.

ConverterHandler(ConverterConfig) - Constructor for class javax.faces.view.facelets.ConverterHandler
 
ConverterTag - Class in javax.faces.webapp
Deprecated. This has been partially replaced by ConverterELTag. The remainder of the functionality, namely, the binding facility and the implementation of the ConverterTag.createConverter() method, is now an implementation detail.
ConverterTag() - Constructor for class javax.faces.webapp.ConverterTag
Deprecated.  
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 - 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
See IETF RFC 2109.
cookie(NewCookie...) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Add cookies to the ResponseBuilder.
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.
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(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.
createAssociation(RegistryObject, Concept) - Method in interface javax.xml.registry.LifeCycleManager
Creates an Association instance using the specified parameters.
createBehavior(String) - Method in class javax.faces.application.Application
Instantiate and return a new Behavior instance of the class specified by a previous call to addBehavior() for the specified behavior id.
createBehavior(String) - Method in class javax.faces.application.ApplicationWrapper

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

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

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

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.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.
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
Deprecated. This has been replaced by Application.createComponent(javax.el.ValueExpression,javax.faces.context.FacesContext,java.lang.String).
createComponent(ValueExpression, FacesContext, String) - Method in class javax.faces.application.Application
Call the getValue() method on the specified ValueExpression.
createComponent(ValueExpression, FacesContext, String, String) - Method in class javax.faces.application.Application

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

createComponent(FacesContext, String) - Method in class javax.faces.webapp.UIComponentClassicTagBase
Create and return a new child component of the type returned by calling getComponentType().
createComponent(FacesContext, String) - Method in class javax.faces.webapp.UIComponentELTag
Create and return a new child component of the type returned by calling getComponentType().
createComponent(FacesContext, String) - Method in class javax.faces.webapp.UIComponentTag
Deprecated. Implement createComponent using Faces 1.1 EL API.
createComponentHandlerDelegate(ComponentHandler) - Method in class javax.faces.view.facelets.TagHandlerDelegateFactory

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

createConcept(RegistryObject, String, String) - Method in interface javax.xml.registry.LifeCycleManager
Creates a Concept instance using the specified parameters, where the name is a String.
createConcept(RegistryObject, InternationalString, String) - Method in interface javax.xml.registry.LifeCycleManager
Creates a Concept instance using the specified parameters, where the name is an InternationalString.
createConfiguration(DeployableObject) - Method in interface javax.enterprise.deploy.spi.DeploymentManager
Retrieve the object that provides server-specific deployment configuration information for the 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.
createConnectionConsumer(Destination, String, ServerSessionPool, int) - Method in interface javax.jms.Connection
Creates a connection consumer for this connection (optional operation).
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.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 MessageConsumer for the specified destination, using a message selector.
createContainerEntityManagerFactory(PersistenceUnitInfo, Map) - Method in interface javax.persistence.spi.PersistenceProvider
Called by the container when an EntityManagerFactory is to be created.
createConverter(String) - Method in class javax.faces.application.Application
Instantiate and return a new Converter instance of the class specified by a previous call to addConverter() for the specified converter id.
createConverter(Class<?>) - Method in class javax.faces.application.Application
Instantiate and return a new Converter instance of the class that has registered itself as capable of performing conversions for objects of the specified type.
createConverter(String) - Method in class javax.faces.application.ApplicationWrapper

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

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

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

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

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

createCreationalContext(Contextual<T>) - Method in interface javax.enterprise.inject.spi.BeanManager
Obtain an instance of a CreationalContext for the given contextual type, or for a non-contextual object.
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.
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
Create a durable connection consumer for this connection (optional operation).
createDurableConnectionConsumer(Topic, String, String, ServerSessionPool, int) - Method in interface javax.jms.TopicConnection
Create a durable connection consumer for this connection (optional operation).
createDurableSubscriber(Topic, String) - Method in interface javax.jms.Session
Creates a durable subscriber to the specified topic.
createDurableSubscriber(Topic, String, String, boolean) - Method in interface javax.jms.Session
Creates a durable subscriber to the specified topic, using a message selector and specifying whether messages published by its own connection should be delivered to it.
createDurableSubscriber(Topic, String) - Method in interface javax.jms.TopicSession
Creates a durable subscriber to the specified topic.
createDurableSubscriber(Topic, String, String, boolean) - Method in interface javax.jms.TopicSession
Creates a durable subscriber to the specified topic, using a message selector or specifying whether messages published by its own connection should be delivered to it.
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.
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.
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.
createEntityManagerFactory(String) - Static method in class javax.persistence.Persistence
Create and return an EntityManagerFactory for the named persistence unit.
createEntityManagerFactory(String, Map) - Static method in class javax.persistence.Persistence
Create and return an EntityManagerFactory for the named persistence unit using the given properties.
createEntityManagerFactory(String, Map) - Method in interface javax.persistence.spi.PersistenceProvider
Called by Persistence class when an EntityManagerFactory is to be created.
CreateException - Exception in javax.ejb
The CreateException exception must be included in the throws clauses of all create methods defined in an enterprise bean's home or local home interface.
CreateException() - Constructor for exception javax.ejb.CreateException
Constructs a CreateException with no detail message.
CreateException(String) - Constructor for exception javax.ejb.CreateException
Constructs a CreateException with the specified detail message.
createExternalIdentifier(ClassificationScheme, String, String) - Method in interface javax.xml.registry.LifeCycleManager
Creates an ExternalIdentifier instance using the specified parameters, where the name is a String.
createExternalIdentifier(ClassificationScheme, InternationalString, String) - Method in interface javax.xml.registry.LifeCycleManager
Creates an ExternalIdentifier instance using the specified parameters, where the name is an InternationalString.
createExternalLink(String, String) - Method in interface javax.xml.registry.LifeCycleManager
Creates an ExternalLink instance using the specified parameters, where the description is a String.
createExternalLink(String, InternationalString) - Method in interface javax.xml.registry.LifeCycleManager
Creates an ExternalLink instance using the specified parameters, where the description is an InternationalString.
createExtrinsicObject(DataHandler) - Method in interface javax.xml.registry.LifeCycleManager
Creates an ExtrinsicObject instance using the specified parameters.
createFederatedConnection(Collection) - Method in class javax.xml.registry.ConnectionFactory
Create a FederatedConnection.
createFilter(Class<T>) - Method in interface javax.servlet.ServletContext
Instantiates the given Filter class.
createGenericConfiguration(BootstrapState) - Method in interface javax.validation.spi.ValidationProvider
Returns a Configuration instance.
createHeaderDelegate(Class<T>) - Method in class javax.ws.rs.ext.RuntimeDelegate
Obtain an instance of a HeaderDelegate for the supplied class.
createIndexedRecord(String) - Method in interface javax.resource.cci.RecordFactory
Creates a IndexedRecord.
createInjectionTarget(AnnotatedType<T>) - Method in interface javax.enterprise.inject.spi.BeanManager
Obtains an InjectionTarget for the given AnnotatedType.
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.
createListener(Class<T>) - Method in interface javax.servlet.AsyncContext
Instantiates the given AsyncListener class.
createListener(Class<T>) - Method in interface javax.servlet.ServletContext
Instantiates the given EventListener class.
createLocalizedString(Locale, String) - Method in interface javax.xml.registry.LifeCycleManager
Creates a LocalizedString instance using the specified Locale and String parameters.
createLocalizedString(Locale, String, String) - Method in interface javax.xml.registry.LifeCycleManager
Creates a LocalizedString instance using the specified Locale, String, and character set parameters.
createManagedConnection(Subject, ConnectionRequestInfo) - Method in interface javax.resource.spi.ManagedConnectionFactory
Creates a new physical connection to the underlying EIS resource manager.
createMapMessage() - Method in interface javax.jms.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.Session
Creates a Message object.
createMetadataView(FacesContext) - Method in class javax.faces.view.ViewMetadata

Creates a new UIViewRoot containing only view parameter metadata.

createMetaRuleset(Class) - Method in class javax.faces.view.facelets.DelegatingMetaTagHandler

The default implementation simply calls through to TagHandlerDelegate#createMetaRuleset and returns the result.

createMetaRuleset(Class) - Method in class javax.faces.view.facelets.MetaTagHandler
Extend this method in order to add your own rules.
createMetaRuleset(Class) - Method in class javax.faces.view.facelets.TagHandlerDelegate

Return a MetaRuleset particular to this kind of tag handler.

createMethodBinding(String, Class<?>[]) - Method in class javax.faces.application.Application
Deprecated. This has been replaced by calling Application.getExpressionFactory() then ExpressionFactory#createMethodExpression.
createMethodBinding(String, Class<?>[]) - Method in class javax.faces.application.ApplicationWrapper

The default behavior of this method is to call Application#createMethodBinding(String, Class[]) on the wrapped Application object.

createMethodExpression(ELContext, String, Class<?>, Class<?>[]) - Method in class javax.el.ExpressionFactory
Parses an expression into a MethodExpression for later evaluation.
createMimeBodyPart(InternetHeaders, byte[]) - Method in class javax.mail.internet.MimeMultipart
Create and return a MimeBodyPart object to represent a body part parsed from the InputStream.
createMimeBodyPart(InputStream) - Method in class javax.mail.internet.MimeMultipart
Create and return a MimeBodyPart object to represent a body part parsed from the InputStream.
createMimeMessage(Session) - Method in class javax.mail.internet.MimeMessage
Create and return a MimeMessage object.
createNamedQuery(String) - Method in interface javax.persistence.EntityManager
Create an instance of Query for executing a named query (in the 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.
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).
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.
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(Destination) - Method in interface javax.jms.Session
Creates a MessageProducer to send messages to the specified destination.
createPublisher(Topic) - Method in interface javax.jms.TopicSession
Creates a publisher for the specified topic.
createQuery() - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a CriteriaQuery object.
createQuery(Class<T>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a CriteriaQuery object with the specified result type.
createQuery(String) - Method in interface javax.persistence.EntityManager
Create an instance of Query for executing a Java Persistence query language statement.
createQuery(CriteriaQuery<T>) - Method in interface javax.persistence.EntityManager
Create an instance of TypedQuery for executing a criteria 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.QueueSession
Creates a queue identity given a Queue name.
createQueue(String) - Method in interface javax.jms.Session
Creates a queue identity given a 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 an XAQueueSession object.
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 Resource given the argument resourceName.

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

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

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

Create an instance of Resource with a resourceName given by the value of the argument resourceName that is a member of the library named by the argument libraryName that claims to have the content-type given by the argument content-type.

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

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

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

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

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

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

createResponseBuilder() - Method in class javax.ws.rs.ext.RuntimeDelegate
Create a new instance of a Response.ResponseBuilder.
createResponseStream(OutputStream) - Method in class javax.faces.render.RenderKit
Use the provided OutputStream to create a new ResponseStream instance.
createResponseStream(OutputStream) - Method in class javax.faces.render.RenderKitWrapper
The default behavior of this method is to call RenderKit#createResponseStream(java.io.OutputStream) on the wrapped RenderKit object.
createResponseWriter(Writer, String, String) - Method in class javax.faces.render.RenderKit
Use the provided Writer to create a new ResponseWriter instance for the specified (optional) content type, and character encoding.
createResponseWriter(Writer, String, String) - Method in class javax.faces.render.RenderKitWrapper
The default behavior of this method is to call RenderKit#createResponseWriter(java.io.Writer, String, String) on the wrapped RenderKit object.
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.
createSession(boolean, int) - Method in interface javax.jms.XAConnection
Creates an Session object.
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 subinterface.
createSpecificationLink() - Method in interface javax.xml.registry.LifeCycleManager
Creates an empty SpecificationLink instance.
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.QueueSession
Creates a TemporaryQueue object.
createTemporaryQueue() - Method in interface javax.jms.Session
Creates a TemporaryQueue 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.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.Session
Creates a topic identity given a 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 an XATopicSession 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
 
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
Create a new instance of a UriBuilder.
createUser() - Method in interface javax.xml.registry.LifeCycleManager
Creates an empty User instance.
createValidator(String) - Method in class javax.faces.application.Application
Instantiate and return a new Validator instance of the class specified by a previous call to addValidator() for the specified validator id.
createValidator(String) - Method in class javax.faces.application.ApplicationWrapper

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

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

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

createValueBinding(String) - Method in class javax.faces.application.Application
Deprecated. This has been replaced by calling Application.getExpressionFactory() then ExpressionFactory#createValueExpression.
createValueBinding(String) - Method in class javax.faces.application.ApplicationWrapper

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

createValueExpression(ELContext, String, Class<?>) - Method in class javax.el.ExpressionFactory
Parses an expression into a ValueExpression for later evaluation.
createValueExpression(Object, Class<?>) - Method in class javax.el.ExpressionFactory
Creates a ValueExpression that wraps an object instance.
createVariantListBuilder() - Method in class javax.ws.rs.ext.RuntimeDelegate
Create a new instance of a Variant.VariantListBuilder.
createVerbatimComponent() - Method in class javax.faces.webapp.UIComponentClassicTagBase
Use the Application instance to create a new component with the following characteristics.
createVerbatimComponentFromBodyContent() - Method in class javax.faces.webapp.UIComponentClassicTagBase
Create a transient UIOutput component from the body content, of this tag instance or return null if there is no body content, the body content is whitespace, or the body content is a comment.
createView(FacesContext, String) - Method in class javax.faces.application.ViewHandler
Create and return a new UIViewRoot instance initialized with information from the argument FacesContext and viewId.
createView(FacesContext, String) - Method in class javax.faces.application.ViewHandlerWrapper
The default behavior of this method is to call ViewHandler#createView(javax.faces.context.FacesContext, String) on the wrapped ViewHandler object.
createView(FacesContext, String) - Method in class javax.faces.view.ViewDeclarationLanguage

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

createVisitContext(FacesContext, Collection<String>, Set<VisitHint>) - Static method in class javax.faces.component.visit.VisitContext
Returns a VisitContext instance that is initialized with the specified ids and hintsfor use with UIComponent#visitTree.
createVisitContext(FacesContext) - Static method in class javax.faces.component.visit.VisitContext
Creates a VisitContext instance for use with UIComponent.visitTree().
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.
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 XA connection 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.
CriteriaQuery<T> - Interface in javax.persistence.criteria
The CriteriaQuery interface defines functionality that is specific to top-level queries.
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_COMPONENT - Static variable in class javax.faces.component.UIComponent

The key to which the UIComponent currently being processed will be associated with within the FacesContext attributes map.

CURRENT_COMPOSITE_COMPONENT - Static variable in class javax.faces.component.UIComponent

The key to which the composite UIComponent currently being processed will be associated with within the FacesContext attributes map.

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.


D

DataBindingException - Exception in javax.xml.bind
Exception that represents a failure in a JAXB operation.
DataBindingException(String, Throwable) - Constructor for exception javax.xml.bind.DataBindingException
 
DataBindingException(Throwable) - Constructor for exception javax.xml.bind.DataBindingException
 
datalen - Variable in class javax.mail.util.SharedFileInputStream
The amount of data in this subset of the file.
DataModel<E> - Class in javax.faces.model
DataModel is an abstraction around arbitrary data binding technologies that can be used to adapt a variety of data sources for use by JavaServer Faces components that support per-row processing for their child components (such as UIData.
DataModel() - Constructor for class javax.faces.model.DataModel
 
DataModelEvent - Class in javax.faces.model
DataModelEvent represents an event of interest to registered listeners that occurred on the specified DataModel.
DataModelEvent(DataModel, int, Object) - Constructor for class javax.faces.model.DataModelEvent
Construct an event object that is associated with the specified row index and associated data.
DataModelListener - Interface in javax.faces.model
DataModelListener represents an event listener that wishes to be notified of DataModelEvents occurring on a particular DataModel instance.
DataSourceDefinition - Annotation Type in javax.annotation.sql
Annotation used to define a container DataSource and be registered with JNDI.
DataSourceDefinitions - Annotation Type in javax.annotation.sql
Declares one or more DataSourceDefinition annotations.
DatatypeConverter - Class in javax.xml.bind
The javaType binding declaration can be used to customize the binding of an XML schema datatype to a Java datatype.
DatatypeConverterInterface - Interface in javax.xml.bind
The DatatypeConverterInterface is for JAXB provider use only.
date - Variable in class javax.mail.search.DateTerm
The date.
DATE - Static variable in interface javax.ws.rs.core.HttpHeaders
See HTTP/1.1 documentation.
DATE_ID - Static variable in class javax.faces.convert.DateTimeConverter
The message identifier of the FacesMessage to be created if the conversion to Date fails.
DateTerm - Class in javax.mail.search
This class implements comparisons for Dates
DateTerm(int, Date) - Constructor for class javax.mail.search.DateTerm
Constructor.
DATETIME_ID - Static variable in class javax.faces.convert.DateTimeConverter
The message identifier of the FacesMessage to be created if the conversion to DateTime fails.
DateTimeConverter - Class in javax.faces.convert
Converter implementation for java.util.Date values.
DateTimeConverter() - Constructor for class javax.faces.convert.DateTimeConverter
 
dayOfMonth(String) - Method in class javax.ejb.ScheduleExpression
Set the day of the month attribute.
dayOfMonth(int) - Method in class javax.ejb.ScheduleExpression
Set the day of the month attribute.
dayOfWeek(String) - Method in class javax.ejb.ScheduleExpression
Set the day of the week attribute.
dayOfWeek(int) - Method in class javax.ejb.ScheduleExpression
Set the day of the week attribute.
DConfigBean - Interface in javax.enterprise.deploy.spi
The DConfigBean is a deployment configuration bean (DConfigBean) that is associated with one or more deployment descriptor beans, (DDBean).
DConfigBeanRoot - Interface in javax.enterprise.deploy.spi
A Java EE component module consists of one or more deployment descriptor files and zero or more non-deployment descriptor XML instance documents.
DConfigBeanVersionType - Class in javax.enterprise.deploy.shared
Class DConfigBeanVersionTypes defines enumeration values for the J2EE Platform verion number.
DConfigBeanVersionType(int) - Constructor for class javax.enterprise.deploy.shared.DConfigBeanVersionType
Construct a new enumeration value with the given integer value.
DConfigBeanVersionUnsupportedException - Exception in javax.enterprise.deploy.spi.exceptions
This exception is to report that there is no support for the DConfigBean version requested.
DConfigBeanVersionUnsupportedException(String) - Constructor for exception javax.enterprise.deploy.spi.exceptions.DConfigBeanVersionUnsupportedException
Creates an new DConfigBeanVersionUnsupportedException object.
DDBean - Interface in javax.enterprise.deploy.model
An interface for beans that represent a fragment of a standard deployment descriptor.
DDBeanCreateException - Exception in javax.enterprise.deploy.model.exceptions
This exception reports errors in generating a DDBean.
DDBeanCreateException() - Constructor for exception javax.enterprise.deploy.model.exceptions.DDBeanCreateException
Creates new DDBeanCreateException without detail message.
DDBeanCreateException(String) - Constructor for exception javax.enterprise.deploy.model.exceptions.DDBeanCreateException
Constructs an DDBeanCreateException with the specified detail message.
DDBeanRoot - Interface in javax.enterprise.deploy.model
An interface that represents the root of a standard deployment descriptor.
debug - Variable in class javax.mail.Service
Debug flag for this service.
DECIMAL_ID - Static variable in class javax.faces.convert.BigDecimalConverter
The message identifier of the FacesMessage to be created if the conversion to BigDecimal fails.
DecimalMax - Annotation Type in javax.validation.constraints
The annotated element must be a number whose value must be lower or equal to the specified maximum.
DecimalMax.List - Annotation Type in javax.validation.constraints
Defines several @DecimalMax annotations on the same element
DecimalMin - Annotation Type in javax.validation.constraints
The annotated element must be a number whose value must be higher or equal to the specificed minimum.
DecimalMin.List - Annotation Type in javax.validation.constraints
Defines several @DecimalMin annotations on the same element
DeclarativeQueryManager - Interface in javax.xml.registry
This interface provides the ability to execute declarative queries (e.g.
declaredOn(ElementType...) - Method in interface javax.validation.metadata.ElementDescriptor.ConstraintFinder
Restrict to the constraints hosted on the listed types for a given element.
declaredType - Variable in class javax.xml.bind.JAXBElement
Java datatype binding for xml element declaration's type.
DeclareRoles - Annotation Type in javax.annotation.security
Used by application to declare roles.
declareRoles(String...) - Method in interface javax.servlet.ServletContext
Declares role names that are tested using isUserInRole.
decode(FacesContext, UIComponent) - Method in interface javax.faces.component.behavior.ClientBehavior

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

decode(FacesContext, UIComponent) - Method in class javax.faces.component.behavior.ClientBehaviorBase

Default implementation of of ClientBehavior#decode.

decode(FacesContext) - Method in class javax.faces.component.UIComponent
Decode any new state of this UIComponent from the request contained in the specified FacesContext, and store this state as needed.
decode(FacesContext) - Method in class javax.faces.component.UIComponentBase
 
decode(FacesContext) - Method in class javax.faces.component.UIInput
 
decode(FacesContext) - Method in class javax.faces.component.UIViewParameter

Override behavior from superclass to pull a value from the incoming request parameter map under the name given by UIViewParameter.getName() and store it with a call to UIInput#setSubmittedValue.

decode(FacesContext, UIComponent, ClientBehavior) - Method in class javax.faces.render.ClientBehaviorRenderer

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

decode(FacesContext, UIComponent) - Method in class javax.faces.render.Renderer
Decode any new state of the specified UIComponent from the request contained in the specified FacesContext, and store that state on the UIComponent.
decode(InputStream, String) - Static method in class javax.mail.internet.MimeUtility
Decode the given input stream.
decodeText(String) - Static method in class javax.mail.internet.MimeUtility
Decode "unstructured" headers, that is, headers that are defined as '*text' as per RFC 822.
decodeWord(String) - Static method in class javax.mail.internet.MimeUtility
The string is parsed using the rules in RFC 2047 and RFC 2231 for parsing an "encoded-word".
decorate(Tag) - Method in interface javax.faces.view.facelets.TagDecorator
If handled, return a new Tag instance, otherwise return null
Decorator - Annotation Type in javax.decorator
Specifies that a class is a decorator.
Decorator<T> - Interface in javax.enterprise.inject.spi
Represents an enabled decorator.
Default - Annotation Type in javax.enterprise.inject
The default qualifier type.
Default - Interface in javax.validation.groups
Default Bean Validation group.
DEFAULT_BUFFER - Static variable in class javax.servlet.jsp.JspWriter
Constant indicating that the Writer is buffered and is using the implementation default buffer size.
DEFAULT_CHARSET_NAME - Static variable in interface javax.xml.registry.infomodel.LocalizedString
The default name returned by getCharsetName if no other name has explicitly been set.
DEFAULT_DELIVERY_MODE - Static variable in interface javax.jms.Message
The message producer's default delivery mode is PERSISTENT.
DEFAULT_FACELETS_SUFFIX - Static variable in class javax.faces.application.ViewHandler

The value to use for the default extension for Facelet based XHTML pages if the webapp is using url extension mapping.

DEFAULT_FACTORY_SECURITY_PROPERTY - Static variable in class javax.security.auth.message.config.AuthConfigFactory
The name of the Security property used to define the default AuthConfigFactory implementation class.
DEFAULT_LIFECYCLE - Static variable in class javax.faces.lifecycle.LifecycleFactory
The lifecycle identifier for the default Lifecycle instance for this JavaServer Faces implementation.
DEFAULT_MAX_AGE - Static variable in class javax.ws.rs.core.NewCookie
Specifies that the cookie expires with the current application/browser session.
DEFAULT_PRIORITY - Static variable in interface javax.jms.Message
The message producer's default priority is 4.
DEFAULT_SUFFIX - Static variable in class javax.faces.application.ViewHandler

The value to use for the default extension if the webapp is using url extension mapping.

DEFAULT_SUFFIX_PARAM_NAME - Static variable in class javax.faces.application.ViewHandler
Allow the web application to define a list of alternate suffixes for pages containing JSF content.
DEFAULT_TIME_TO_LIVE - Static variable in interface javax.jms.Message
The message producer's default time to live is unlimited; the message never expires.
DEFAULT_VERSION - Static variable in class javax.ws.rs.core.Cookie
Cookies using the default version correspond to RFC 2109.
DefaultValidationEventHandler - Class in javax.xml.bind.helpers
JAXB 1.0 only default validation event handler.
DefaultValidationEventHandler() - Constructor for class javax.xml.bind.helpers.DefaultValidationEventHandler
 
DefaultValue - Annotation Type in javax.ws.rs
Defines the default value of request metadata that is bound using one of the following annotations: PathParam, QueryParam, MatrixParam, CookieParam, FormParam, or HeaderParam.
deferredExpression - Variable in class javax.servlet.jsp.jstl.core.LoopTagSupport
The deferred expression if any
Delegate - Annotation Type in javax.decorator
Identifies the delegate injection point of a decorator.
delegateFactory - Variable in class javax.faces.view.facelets.DelegatingMetaTagHandler
 
DelegatingMetaTagHandler - Class in javax.faces.view.facelets

Enable the JSF implementation to provide the appropriate behavior for the kind of MetaTagHandler subclass for each kind of element in the view, while providing a base-class from which those wanting to make a Java language custom tag handler can inherit.

DelegatingMetaTagHandler(TagConfig) - Constructor for class javax.faces.view.facelets.DelegatingMetaTagHandler
 
delete(String) - Method in class javax.faces.context.PartialResponseWriter

Write a delete operation.

delete() - Method in interface javax.jms.TemporaryQueue
Deletes this temporary queue.
delete() - Method in interface javax.jms.TemporaryTopic
Deletes this temporary topic.
delete(boolean) - Method in class javax.mail.Folder
Delete this Folder.
delete() - Method in interface javax.security.jacc.PolicyConfiguration
Causes all policy statements to be deleted from this PolicyConfiguration and sets its internal state such that calling any method, other than delete, getContextID, or inService on the PolicyConfiguration will be rejected and cause an UnsupportedOperationException to be thrown.
delete() - Method in interface javax.servlet.http.Part
Deletes the underlying storage for a file item, including deleting any associated temporary disk file.
DELETE - Annotation Type in javax.ws.rs
Indicates that the annotated method responds to HTTP DELETE requests
DELETE - Static variable in annotation type javax.ws.rs.HttpMethod
HTTP DELETE method
deleteAssociations(Collection) - Method in interface javax.xml.registry.BusinessLifeCycleManager
Deletes the Associations corresponding to the specified Keys.
deleteClassificationSchemes(Collection) - Method in interface javax.xml.registry.BusinessLifeCycleManager
Deletes the ClassificationSchemes corresponding to the specified Keys.
deleteConcepts(Collection) - Method in interface javax.xml.registry.BusinessLifeCycleManager
Deletes the Concepts corresponding to the specified Keys.
DELETED - Static variable in class javax.mail.event.FolderEvent
The folder was deleted.
DELETED - Static variable in class javax.mail.Flags.Flag
This message is marked deleted.
DeleteException - Exception in javax.xml.registry
A RegistryException that occurs during a delete action.
DeleteException() - Constructor for exception javax.xml.registry.DeleteException
Constructs a JAXRException object with no reason or embedded Throwable.
DeleteException(String) - Constructor for exception javax.xml.registry.DeleteException
Constructs a JAXRException object with the given String as the reason for the exception being thrown.
DeleteException(String, Throwable) - Constructor for exception javax.xml.registry.DeleteException
Constructs a JAXRException object with the given String as the reason for the exception being thrown and the given Throwable object as an embedded Throwable.
DeleteException(Throwable) - Constructor for exception javax.xml.registry.DeleteException
Constructs a JAXRException object initialized with the given Throwable object.
deleteObjects(Collection) - Method in interface javax.xml.registry.LifeCycleManager
Deletes one or more previously submitted objects from the registry using the object keys.
deleteObjects(Collection, String) - Method in interface javax.xml.registry.LifeCycleManager
Deletes one or more previously submitted objects from the registry using the object keys and a specified objectType attribute.
deleteOrganizations(Collection) - Method in interface javax.xml.registry.BusinessLifeCycleManager
Deletes the organizations corresponding to the specified Keys.
deletesAreDetected(int) - Method in interface javax.resource.cci.ResultSetInfo
Indicates whether or not a visible row delete can be detected by calling ResultSet.rowDeleted.
deleteServiceBindings(Collection) - Method in interface javax.xml.registry.BusinessLifeCycleManager
Deletes the ServiceBindings corresponding to the specified Keys.
deleteServices(Collection) - Method in interface javax.xml.registry.BusinessLifeCycleManager
Deletes the services corresponding to the specified Keys.
delims - Variable in class javax.servlet.jsp.jstl.core.IteratedExpression
 
delistResource(XAResource, int) - Method in interface javax.transaction.Transaction
Disassociate the resource specified from the transaction associated with the target Transaction object.
DeliveryMode - Interface in javax.jms
The delivery modes supported by the JMS API are PERSISTENT and NON_PERSISTENT.
DenyAll - Annotation Type in javax.annotation.security
Specifies that no security roles are allowed to invoke the specified method(s) - i.e that the methods are to be excluded from execution in the J2EE container.
Dependent - Annotation Type in javax.enterprise.context
Specifies that a bean belongs to the dependent pseudo-scope.
DependsOn - Annotation Type in javax.ejb
Used to express an initialization dependency between singleton components.
DeployableObject - Interface in javax.enterprise.deploy.model
The DeployableObject interface is an abstract representation of a Java EE deployable module (JAR, WAR, RAR, EAR).
DeploymentConfiguration - Interface in javax.enterprise.deploy.spi
An interface that defines a container for all the server-specific configuration information for a single top-level Java EE module.
DeploymentFactory - Interface in javax.enterprise.deploy.spi.factories
The DeploymentFactory interface is a deployment driver for a Java EE plaform product.
DeploymentFactoryManager - Class in javax.enterprise.deploy.shared.factories
The DeploymentFactoryManager class is a central registry for Java EE DeploymentFactory objects.
DeploymentManager - Interface in javax.enterprise.deploy.spi
The DeploymentManager object provides the core set of functions a Java EE platform must provide for Java EE application deployment.
DeploymentManagerCreationException - Exception in javax.enterprise.deploy.spi.exceptions
This exception is to report problems in returning a DeploymentManager object cause by such things as server down, unable to authenticate and the like.
DeploymentManagerCreationException(String) - Constructor for exception javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationException
Creates an new DeploymentManagerCreationException object.
DeploymentStatus - Interface in javax.enterprise.deploy.spi.status
The DeploymentStatus interface provides information about the progress status of a deployment action.
deprecateObjects(Collection) - Method in interface javax.xml.registry.LifeCycleManager
Deprecates one or more previously submitted objects.
deriveLogicalViewId(FacesContext, String) - Method in class javax.faces.application.ViewHandler

Derive and return the viewId from the current request, or the argument input by following the algorithm defined in specification section JSF.7.5.2.

deriveLogicalViewId(FacesContext, String) - Method in class javax.faces.application.ViewHandlerWrapper

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

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

Derive and return the viewId from the current request, or the argument input by following the algorithm defined in specification section JSF.7.5.2.

deriveViewId(FacesContext, String) - Method in class javax.faces.application.ViewHandlerWrapper
The default behavior of this method is to call ViewHandler#deriveViewId(javax.faces.context.FacesContext, String) on the wrapped ViewHandler object.
desc(Expression<?>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an ordering by the descending value of the expression.
description - Variable in class javax.resource.spi.work.HintsContext
 
DeserializationContext - Interface in javax.xml.rpc.encoding
The javax.xml.rpc.encoding.DeserializationContext interface is implemented by the JAX-RPC runtime system in an XML processing mechanism specific manner.
Deserializer - Interface in javax.xml.rpc.encoding
The javax.xml.rpc.encoding.Deserializer interface defines a base interface for deserializers.
DeserializerFactory - Interface in javax.xml.rpc.encoding
The javax.xml.rpc.encoding.DeserializerFactory is a factory of deserializers.
Destination - Interface in javax.jms
A Destination object encapsulates a provider-specific address.
destroy(T, CreationalContext<T>) - Method in interface javax.enterprise.context.spi.Contextual
Destroy an instance of the contextual type.
destroy() - Method in class javax.faces.webapp.FacesServlet
Release all resources acquired at startup time.
destroy() - Method in interface javax.resource.spi.ManagedConnection
Destroys the physical connection to the underlying resource manager.
destroy() - Method in interface javax.servlet.Filter
Called by the web container to indicate to a filter that it is being taken out of service.
destroy() - Method in class javax.servlet.GenericServlet
Called by the servlet container to indicate to a servlet that the servlet is being taken out of service.
destroy() - Method in interface javax.servlet.Servlet
Called by the servlet container to indicate to a servlet that the servlet is being taken out of service.
destroy() - Method in class javax.xml.rpc.handler.GenericHandler
The destroy method indicates the end of lifecycle for a Handler instance.
destroy() - Method in interface javax.xml.rpc.handler.Handler
The destroy method indicates the end of lifecycle for a Handler instance.
destroy() - Method in interface javax.xml.rpc.handler.HandlerChain
Indicates the end of lifecycle for a HandlerChain.
destroy() - Method in interface javax.xml.rpc.server.ServiceLifecycle
JAX-RPC runtime system ends the lifecycle of a service endpoint instance by invoking the destroy method.
detach(Object) - Method in interface javax.persistence.EntityManager
Remove the given entity from the persistence context, causing a managed entity to become detached.
detachListener(RegistrationListener, String, String) - Method in class javax.security.auth.message.config.AuthConfigFactory
Disassociate the listener from all the provider registrations whose layer and appContext values are matched by the corresponding arguments to this method.
dh - Variable in class javax.mail.internet.MimeBodyPart
The DataHandler object representing this Part's content.
dh - Variable in class javax.mail.internet.MimeMessage
The DataHandler object representing this Message's content.
diff(Expression<? extends N>, Expression<? extends N>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression that returns the difference between its arguments.
diff(Expression<? extends N>, N) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression that returns the difference between its arguments.
diff(N, Expression<? extends N>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression that returns the difference between its arguments.
DIGEST_AUTH - Static variable in class javax.faces.context.ExternalContext
String identifier for DIGEST authentication.
DIGEST_AUTH - Static variable in interface javax.servlet.http.HttpServletRequest
String identifier for Digest authentication.
DIGEST_AUTH - Static variable in interface javax.ws.rs.core.SecurityContext
String identifier for Digest authentication.
Digits - Annotation Type in javax.validation.constraints
The annotated element must be a number within accepted range Supported types are: BigDecimal BigInteger String byte, short, int, long, and their respective wrapper types

null elements are considered valid

Digits.List - Annotation Type in javax.validation.constraints
Defines several @Digits annotations on the same element
DISABLE_DEFAULT_BEAN_VALIDATOR_PARAM_NAME - Static variable in class javax.faces.validator.BeanValidator

If this param is defined, and calling toLowerCase().equals(“true”) on a String representation of its value returns true, the runtime must not automatically add the validator with validator-id equal to the value of the symbolic constant BeanValidator.VALIDATOR_ID to the list of default validators.

disableDefaultConstraintViolation() - Method in interface javax.validation.ConstraintValidatorContext
Disable the default ConstraintViolation object generation (which is using the message template declared on the constraint).
disconnected(ConnectionEvent) - Method in class javax.mail.event.ConnectionAdapter
 
DISCONNECTED - Static variable in class javax.mail.event.ConnectionEvent
A connection was disconnected (not currently used).
disconnected(ConnectionEvent) - Method in interface javax.mail.event.ConnectionListener
Invoked when a Store is disconnected.
DiscriminatorColumn - Annotation Type in javax.persistence
Specifies the discriminator column for the SINGLE_TABLE and JOINED Inheritance mapping strategies.
DiscriminatorType - Enum in javax.persistence
Defines supported types of the discriminator column.
DiscriminatorValue - Annotation Type in javax.persistence
Specifies the value of the discriminator column for entities of the given type.
disjunction() - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a disjunction (with zero disjuncts).
dispatch(String) - Method in class javax.faces.context.ExternalContext
Dispatch a request to the specified resource to create output for this response.
dispatch(String) - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext#dispatch(String) on the wrapped ExternalContext object.
dispatch(Object) - Method in class javax.mail.event.ConnectionEvent
Invokes the appropriate ConnectionListener method
dispatch(Object) - Method in class javax.mail.event.FolderEvent
Invokes the appropriate FolderListener method
dispatch(Object) - Method in class javax.mail.event.MailEvent
This method invokes the appropriate method on a listener for this event.
dispatch(Object) - Method in class javax.mail.event.MessageChangedEvent
Invokes the appropriate MessageChangedListener method.
dispatch(Object) - Method in class javax.mail.event.MessageCountEvent
Invokes the appropriate MessageCountListener method.
dispatch(Object) - Method in class javax.mail.event.StoreEvent
Invokes the appropriate StoreListener method.
dispatch(Object) - Method in class javax.mail.event.TransportEvent
Invokes the appropriate TransportListener method.
dispatch() - Method in interface javax.servlet.AsyncContext
Dispatches the request and response objects of this AsyncContext to the servlet container.
dispatch(String) - Method in interface javax.servlet.AsyncContext
Dispatches the request and response objects of this AsyncContext to the given path.
dispatch(ServletContext, String) - Method in interface javax.servlet.AsyncContext
Dispatches the request and response objects of this AsyncContext to the given path scoped to the given context.
Dispatch<T> - Interface in javax.xml.ws
The Dispatch interface provides support for the dynamic invocation of a service endpoint operations.
DispatcherType - Enum in javax.servlet
Enumeration of filter dispatcher types.
dispose(T) - Method in interface javax.enterprise.inject.spi.Producer
Destroys the instance.
Disposes - Annotation Type in javax.enterprise.inject
Identifies the disposed parameter of a disposer method.
DissociatableManagedConnection - Interface in javax.resource.spi
This is a mix-in interface that may be optionally implemented by a ManagedConnection implementation.
dissociateConnections() - Method in interface javax.resource.spi.DissociatableManagedConnection
This method is called by an application server (that is capable of lazy connection association optimization) in order to dissociate a ManagedConnection instance from all of its connection handles.
distinct(boolean) - Method in interface javax.persistence.criteria.AbstractQuery
Specify whether duplicate query results will be eliminated.
distinct(boolean) - Method in interface javax.persistence.criteria.CriteriaQuery
Specify whether duplicate query results will be eliminated.
distinct(boolean) - Method in interface javax.persistence.criteria.Subquery
Specify whether duplicate query results will be eliminated.
DistributableWork - Interface in javax.resource.spi.work
This models a Work instance that would be distributed by a DistributableWorkManager for execution in a remote DistributableWorkManager
DistributableWorkManager - Interface in javax.resource.spi.work
This interface models a WorkManager that supports distributed execution of Work instances.
DISTRIBUTE - Static variable in class javax.enterprise.deploy.shared.CommandType
The DeploymentManger action operation being processed is distribute.
distribute(Target[], File, File) - Method in interface javax.enterprise.deploy.spi.DeploymentManager
The distribute method performs three tasks; it validates the deployment configuration data, generates all container specific classes and interfaces, and moves the fully baked archive to the designated deployment targets.
distribute(Target[], InputStream, InputStream) - Method in interface javax.enterprise.deploy.spi.DeploymentManager
Deprecated. as of Java EE 5, replaced with DeploymentManager.distribute(Target[], ModuleType, InputStream, InputStream)
distribute(Target[], ModuleType, InputStream, InputStream) - Method in interface javax.enterprise.deploy.spi.DeploymentManager
The distribute method performs three tasks; it validates the deployment configuration data, generates all container specific classes and interfaces, and moves the fully baked archive to the designated deployment targets.
doAfterBody() - Method in class javax.faces.webapp.UIComponentClassicTagBase
Perform any processing necessary to handle the content implications of CASE 4 in the class description.
doAfterBody() - Method in class javax.servlet.jsp.jstl.core.LoopTagSupport
Continues the iteration when appropriate -- that is, if we (a) have more items and (b) don't run over our 'end' (given our 'step').
doAfterBody() - Method in class javax.servlet.jsp.tagext.BodyTagSupport
After the body evaluation: do not reevaluate and continue with the page.
doAfterBody() - Method in interface javax.servlet.jsp.tagext.IterationTag
Process body (re)evaluation.
doAfterBody() - Method in class javax.servlet.jsp.tagext.TagSupport
Default processing for a body.
doCatch(Throwable) - Method in class javax.servlet.jsp.jstl.core.LoopTagSupport
Rethrows the given Throwable.
doCatch(Throwable) - Method in interface javax.servlet.jsp.tagext.TryCatchFinally
Invoked if a Throwable occurs while evaluating the BODY inside a tag or in any of the following methods: Tag.doStartTag(), Tag.doEndTag(), IterationTag.doAfterBody() and BodyTag.doInitBody().
doDelete(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Called by the server (via the service method) to allow a servlet to handle a DELETE request.
doEndTag() - Method in class javax.faces.webapp.AttributeTag
Deprecated.  
doEndTag() - Method in class javax.faces.webapp.UIComponentClassicTagBase
Perform any processing necessary to handle the content implications of CASE 3 in the class description.
doEndTag() - Method in class javax.servlet.jsp.tagext.BodyTagSupport
Default processing of the end tag returning EVAL_PAGE.
doEndTag() - Method in interface javax.servlet.jsp.tagext.Tag
Process the end tag for this instance.
doEndTag() - Method in class javax.servlet.jsp.tagext.TagAdapter
Must not be called.
doEndTag() - Method in class javax.servlet.jsp.tagext.TagSupport
Default processing of the end tag returning EVAL_PAGE.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in interface javax.servlet.Filter
The doFilter method of the Filter is called by the container each time a request/response pair is passed through the chain due to a client request for a resource at the end of the chain.
doFilter(ServletRequest, ServletResponse) - Method in interface javax.servlet.FilterChain
Causes the next filter in the chain to be invoked, or if the calling filter is the last filter in the chain, causes the resource at the end of the chain to be invoked.
doFinally() - Method in class javax.servlet.jsp.jstl.core.LoopTagSupport
Removes any attributes that this LoopTagSupport set.
doFinally() - Method in interface javax.servlet.jsp.tagext.TryCatchFinally
Invoked in all cases after doEndTag() for any class implementing Tag, IterationTag or BodyTag.
doGet(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Called by the server (via the service method) to allow a servlet to handle a GET request.
doHead(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Receives an HTTP HEAD request from the protected service method and handles the request.
doInitBody() - Method in class javax.faces.webapp.UIComponentClassicTagBase
Prepare for evaluation of the body.
doInitBody() - Method in interface javax.servlet.jsp.tagext.BodyTag
Prepare for evaluation of the body.
doInitBody() - Method in class javax.servlet.jsp.tagext.BodyTagSupport
Prepare for evaluation of the body just before the first body evaluation: no action.
DomHandler<ElementT,ResultT extends javax.xml.transform.Result> - Interface in javax.xml.bind.annotation
Converts an element (and its descendants) from/to DOM (or similar) representation.
doOptions(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Called by the server (via the service method) to allow a servlet to handle a OPTIONS request.
doPost(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Called by the server (via the service method) to allow a servlet to handle a POST request.
doPostPhaseActions(FacesContext) - Method in class javax.faces.context.Flash

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

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

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

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

E

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

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

EditableValueHolderAttachedObjectTarget - Interface in javax.faces.view

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

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

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

enabled - Variable in class javax.xml.ws.WebServiceFeature
Specifies if the feature is enabled or disabled
encode(OutputStream, String) - Static method in class javax.mail.internet.MimeUtility
Wrap an encoder around the given output stream.
encode(OutputStream, String, String) - Static method in class javax.mail.internet.MimeUtility
Wrap an encoder around the given output stream.
encodeActionURL(String) - Method in class javax.faces.context.ExternalContext
Return the input URL, after performing any rewriting needed to ensure that it will correctly identify an addressable action in the current application.
encodeActionURL(String) - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext#encodeActionURL(String) on the wrapped ExternalContext object.
encodeAll(FacesContext) - Method in class javax.faces.component.UIComponent
If this component returns true from UIComponent.isRendered(), take the following action.
encodeAll(FacesContext) - Method in class javax.faces.component.UIViewParameter

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

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

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

encodeBookmarkableURL(String, Map<String, List<String>>) - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.encodeBookmarkableURL(String, java.util.Map) on the wrapped ExternalContext object.
encodeChildren(FacesContext) - Method in class javax.faces.component.UIComponent
If our rendered property is true, render the child UIComponents of this UIComponent.
encodeChildren(FacesContext) - Method in class javax.faces.component.UIComponentBase
 
encodeChildren(FacesContext) - Method in class javax.faces.component.UIViewRoot

If PartialViewContext.isAjaxRequest() returns true, perform partial rendering by calling PartialViewContext.processPartial(javax.faces.event.PhaseId) with PhaseId#RENDER_RESPONSE.

encodeChildren(FacesContext, UIComponent) - Method in class javax.faces.render.Renderer
Render the child components of this UIComponent, following the rules described for encodeBegin() to acquire the appropriate value to be rendered.
encodeChildren() - Method in class javax.faces.webapp.UIComponentClassicTagBase
Deprecated. No encoding is done during JSP page execution. Encoding is deferred until the page has completed executing to allow the entire tree to be built before any encoding occurs.
Encoded - Annotation Type in javax.ws.rs
Disables automatic decoding of parameter values bound using QueryParam, PathParam, FormParam or MatrixParam.
encodedPersonal - Variable in class javax.mail.internet.InternetAddress
The RFC 2047 encoded version of the personal name.
encodeEnd(FacesContext) - Method in class javax.faces.component.UIComponent
If our rendered property is true, render the ending of the current state of this UIComponent.
encodeEnd(FacesContext) - Method in class javax.faces.component.UIComponentBase
 
encodeEnd(FacesContext) - Method in class javax.faces.component.UIViewRoot

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

encodeEnd(FacesContext, UIComponent) - Method in class javax.faces.render.Renderer
Render the ending of the current state of the specified UIComponent, following the rules described for encodeBegin() to acquire the appropriate value to be rendered.
encodeEnd() - Method in class javax.faces.webapp.UIComponentClassicTagBase
Deprecated. No encoding is done during JSP page execution. Encoding is deferred until the page has completed executing to allow the entire tree to be built before any encoding occurs.
encodeNamespace(String) - Method in class javax.faces.context.ExternalContext
Return the specified name, after prefixing it with a namespace that ensures that it will be unique within the context of a particular page.
encodeNamespace(String) - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext#encodeNamespace(String) on the wrapped ExternalContext object.
encodePartialActionURL(String) - Method in class javax.faces.context.ExternalContext

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

encodePartialActionURL(String) - Method in class javax.faces.context.ExternalContextWrapper
 
encodeRedirectURL(String, Map<String, List<String>>) - Method in class javax.faces.context.ExternalContext
The purpose of this method is to generate a query string from the collection of Parameter objects provided by the parameters argument and append that query string to the baseUrl.
encodeRedirectURL(String, Map<String, List<String>>) - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.encodeRedirectURL(String, java.util.Map) on the wrapped ExternalContext object.
encodeRedirectURL(String) - Method in interface javax.servlet.http.HttpServletResponse
Encodes the specified URL for use in the sendRedirect method or, if encoding is not needed, returns the URL unchanged.
encodeRedirectUrl(String) - Method in interface javax.servlet.http.HttpServletResponse
Deprecated. As of version 2.1, use encodeRedirectURL(String url) instead
encodeRedirectURL(String) - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to return encodeRedirectURL(String url) on the wrapped response object.
encodeRedirectUrl(String) - Method in class javax.servlet.http.HttpServletResponseWrapper
Deprecated. As of version 2.1, use HttpServletResponseWrapper.encodeRedirectURL(String url) instead
encodeResourceURL(String) - Method in class javax.faces.context.ExternalContext
Return the input URL, after performing any rewriting needed to ensure that it will correctly identify an addressable resource in the current application.
encodeResourceURL(String) - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext#encodeResourceURL(String) on the wrapped ExternalContext object.
encodeText(String) - Static method in class javax.mail.internet.MimeUtility
Encode a RFC 822 "text" token into mail-safe form as per RFC 2047.
encodeText(String, String, String) - Static method in class javax.mail.internet.MimeUtility
Encode a RFC 822 "text" token into mail-safe form as per RFC 2047.
encodeURL(String) - Method in interface javax.servlet.http.HttpServletResponse
Encodes the specified URL by including the session ID in it, or, if encoding is not needed, returns the URL unchanged.
encodeUrl(String) - Method in interface javax.servlet.http.HttpServletResponse
Deprecated. As of version 2.1, use encodeURL(String url) instead
encodeURL(String) - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to call encodeURL(String url) on the wrapped response object.
encodeUrl(String) - Method in class javax.servlet.http.HttpServletResponseWrapper
Deprecated. As of version 2.1, use HttpServletResponseWrapper.encodeURL(String url) instead
encodeWord(String) - Static method in class javax.mail.internet.MimeUtility
Encode a RFC 822 "word" token into mail-safe form as per RFC 2047.
encodeWord(String, String, String) - Static method in class javax.mail.internet.MimeUtility
Encode a RFC 822 "word" token into mail-safe form as per RFC 2047.
encodings(String...) - Static method in class javax.ws.rs.core.Variant
Create a Variant.VariantListBuilder initialized with a set of supported encodings.
encodings(String...) - Method in class javax.ws.rs.core.Variant.VariantListBuilder
Set the encoding[s] for this variant.
ENCODINGSTYLE_URI_PROPERTY - Static variable in interface javax.xml.rpc.Call
Standard property for encoding Style: Encoding style specified as a namespace URI.
end(Date) - Method in class javax.ejb.ScheduleExpression
Set the end date.
end() - Method in interface javax.enterprise.context.Conversation
Marks the current long-running conversation transient.
end - Variable in class javax.servlet.jsp.jstl.core.LoopTagSupport
Ending index of the iteration ('end' attribute).
end(Xid, int) - Method in interface javax.transaction.xa.XAResource
Ends the work performed on behalf of a transaction branch.
endCDATA() - Method in class javax.faces.context.ResponseWriter

Close an XML CDATA block.

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

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

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

Write the end of a partial response.

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

Write the end of an error.

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

Write the end of an eval operation.

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

Write the end of an extension operation.

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

Write the end of an insert operation.

Endpoint - Class in javax.xml.ws
A Web service endpoint.
Endpoint() - Constructor for class javax.xml.ws.Endpoint
 
ENDPOINT_ADDRESS_PROPERTY - Static variable in interface javax.xml.rpc.Stub
Standard property: Target service endpoint address.
ENDPOINT_ADDRESS_PROPERTY - Static variable in interface javax.xml.ws.BindingProvider
Standard property: Target service endpoint address.
endpointActivation(MessageEndpointFactory, ActivationSpec) - Method in interface javax.resource.spi.ResourceAdapter
This is called during the activation of a message endpoint.
EndpointContext - Class in javax.xml.ws
EndpointContext allows multiple endpoints in an application to share any information.
EndpointContext() - Constructor for class javax.xml.ws.EndpointContext
 
endpointDeactivation(MessageEndpointFactory, ActivationSpec) - Method in interface javax.resource.spi.ResourceAdapter
This is called when a message endpoint is deactivated.
endpointName(QName) - Method in class javax.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
Sets the endpointName as wsam:ServiceName/@EndpointName in the wsa:Metadata element.
EndpointReference - Class in javax.xml.ws
This class represents an WS-Addressing EndpointReference which is a remote reference to a web service endpoint.
EndpointReference() - Constructor for class javax.xml.ws.EndpointReference
 
endSpecified - Variable in class javax.servlet.jsp.jstl.core.LoopTagSupport
Boolean flag indicating whether 'end' was specified.
endUpdate() - Method in class javax.faces.context.PartialResponseWriter

Write the end of an update operation.

enlistResource(XAResource) - Method in interface javax.transaction.Transaction
Enlist the resource specified with the transaction associated with the target Transaction object.
EnterpriseBean - Interface in javax.ejb
The EnterpriseBean interface is a common superinterface for the SessionBean, EntityBean and MessageDrivenBean interfaces.
Entity - Annotation Type in javax.persistence
Specifies that the class is an entity.
entity(Class<X>) - Method in interface javax.persistence.metamodel.Metamodel
Return the metamodel entity type representing the entity.
entity(Object) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Set the entity on the ResponseBuilder.
EntityBean - Interface in javax.ejb
The EntityBean interface is implemented by every entity bean class.
EntityBeanStats - Interface in javax.management.j2ee.statistics
Specifies statistics provided by entity beans.
EntityContext - Interface in javax.ejb
The EntityContext interface provides an instance with access to the container-provided runtime context of an entity bean instance.
EntityExistsException - Exception in javax.persistence
Thrown by the persistence provider when EntityManager.persist(Object) is called and the entity already exists.
EntityExistsException() - Constructor for exception javax.persistence.EntityExistsException
Constructs a new EntityExistsException exception with null as its detail message.
EntityExistsException(String) - Constructor for exception javax.persistence.EntityExistsException
Constructs a new EntityExistsException exception with the specified detail message.
EntityExistsException(String, Throwable) - Constructor for exception javax.persistence.EntityExistsException
Constructs a new EntityExistsException exception with the specified detail message and cause.
EntityExistsException(Throwable) - Constructor for exception javax.persistence.EntityExistsException
Constructs a new EntityExistsException exception with the specified cause.
EntityListeners - Annotation Type in javax.persistence
Specifies the callback listener classes to be used for an entity or mapped superclass.
EntityManager - Interface in javax.persistence
Interface used to interact with the persistence context.
EntityManagerFactory - Interface in javax.persistence
Interface used to interact with the entity manager factory for the persistence unit.
EntityNotFoundException - Exception in javax.persistence
Thrown by the persistence provider when an entity reference obtained by EntityManager.getReference is accessed but the entity does not exist.
EntityNotFoundException() - Constructor for exception javax.persistence.EntityNotFoundException
Constructs a new EntityNotFoundException exception with null as its detail message.
EntityNotFoundException(String) - Constructor for exception javax.persistence.EntityNotFoundException
Constructs a new EntityNotFoundException exception with the specified detail message.
EntityResult - Annotation Type in javax.persistence
Used to map the SELECT clause of a SQL query to an entity result.
EntityTag - Class in javax.ws.rs.core
An abstraction for the value of a HTTP Entity Tag, used as the value of an ETag response header.
EntityTag(String) - Constructor for class javax.ws.rs.core.EntityTag
Creates a new instance of a strong EntityTag.
EntityTag(String, boolean) - Constructor for class javax.ws.rs.core.EntityTag
Creates a new instance of an EntityTag
EntityTransaction - Interface in javax.persistence
Interface used to control transactions on resource-local entity managers.
EntityType<X> - Interface in javax.persistence.metamodel
Instances of the type EntityType represent entity types.
entries() - Method in interface javax.enterprise.deploy.model.DeployableObject
Returns an enumeration of the module file entries.
entry() - Method in interface javax.persistence.criteria.MapJoin
Create an expression that corresponds to the map entry.
ENUM_ID - Static variable in class javax.faces.convert.EnumConverter
The message identifier of the FacesMessage to be created if the conversion to Enum fails.
ENUM_NO_CLASS_ID - Static variable in class javax.faces.convert.EnumConverter
The message identifier of the FacesMessage to be created if the conversion to Enum fails and no target class has been provided.
EnumConverter - Class in javax.faces.convert
Converter implementation for java.lang.Enum (and enum primitive) values.
EnumConverter() - Constructor for class javax.faces.convert.EnumConverter
 
EnumConverter(Class) - Constructor for class javax.faces.convert.EnumConverter
 
Enumerated - Annotation Type in javax.persistence
Specifies that a persistent property or field should be persisted as a enumerated type.
EnumType - Enum in javax.persistence
Defines mapping for enumerated types.
ENVELOPE - Static variable in class javax.mail.FetchProfile.Item
This is the Envelope item.
ENVELOPE_CHANGED - Static variable in class javax.mail.event.MessageChangedEvent
The message's envelope (headers, but not body) changed.
EOF - Static variable in class javax.mail.internet.HeaderTokenizer.Token
Token type indicating end of input.
EQ - Static variable in class javax.mail.search.ComparisonTerm
 
equal(Expression<?>, Expression<?>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing the arguments for equality.
equal(Expression<?>, Object) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing the arguments for equality.
equals(Object) - Method in class javax.el.Expression
Determines whether the specified object is equal to this Expression.
equals(Object) - Method in class javax.enterprise.util.AnnotationLiteral
 
equals(Object) - Method in class javax.enterprise.util.TypeLiteral
 
equals(Object) - Method in class javax.faces.application.NavigationCase
 
equals(Object) - Method in class javax.faces.validator.DoubleRangeValidator
 
equals(Object) - Method in class javax.faces.validator.LengthValidator
 
equals(Object) - Method in class javax.faces.validator.LongRangeValidator
 
equals(Object) - Method in class javax.mail.Address
The equality operator.
equals(Object) - Method in class javax.mail.Flags
Check whether the two Flags objects are equal.
equals(Object) - Method in class javax.mail.internet.InternetAddress
The equality operator.
equals(Object) - Method in class javax.mail.internet.NewsAddress
The equality operator.
equals(Object) - Method in class javax.mail.search.AddressStringTerm
Equality comparison.
equals(Object) - Method in class javax.mail.search.AddressTerm
Equality comparison.
equals(Object) - Method in class javax.mail.search.AndTerm
Equality comparison.
equals(Object) - Method in class javax.mail.search.BodyTerm
Equality comparison.
equals(Object) - Method in class javax.mail.search.ComparisonTerm
Equality comparison.
equals(Object) - Method in class javax.mail.search.DateTerm
Equality comparison.
equals(Object) - Method in class javax.mail.search.FlagTerm
Equality comparison.
equals(Object) - Method in class javax.mail.search.FromStringTerm
Equality comparison.
equals(Object) - Method in class javax.mail.search.FromTerm
Equality comparison.
equals(Object) - Method in class javax.mail.search.HeaderTerm
Equality comparison.
equals(Object) - Method in class javax.mail.search.IntegerComparisonTerm
Equality comparison.
equals(Object) - Method in class javax.mail.search.MessageIDTerm
Equality comparison.
equals(Object) - Method in class javax.mail.search.MessageNumberTerm
Equality comparison.
equals(Object) - Method in class javax.mail.search.NotTerm
Equality comparison.
equals(Object) - Method in class javax.mail.search.OrTerm
Equality comparison.
equals(Object) - Method in class javax.mail.search.ReceivedDateTerm
Equality comparison.
equals(Object) - Method in class javax.mail.search.RecipientStringTerm
Equality comparison.
equals(Object) - Method in class javax.mail.search.RecipientTerm
Equality comparison.
equals(Object) - Method in class javax.mail.search.SentDateTerm
Equality comparison.
equals(Object) - Method in class javax.mail.search.SizeTerm
Equality comparison.
equals(Object) - Method in class javax.mail.search.StringTerm
Equality comparison.
equals(Object) - Method in class javax.mail.search.SubjectTerm
Equality comparison.
equals(Object) - Method in class javax.mail.URLName
Compares two URLNames.
equals(Object) - Method in interface javax.resource.cci.Record
Check if this instance is equal to another Record.
equals(Object) - Method in interface javax.resource.spi.ConnectionRequestInfo
Checks whether this instance is equal to another.
equals(Object) - Method in interface javax.resource.spi.ManagedConnectionFactory
Check if this ManagedConnectionFactory is equal to another ManagedConnectionFactory.
equals(Object) - Method in interface javax.resource.spi.security.GenericCredential
Deprecated. Tests if this GenericCredential instance refers to the same entity as the supplied object.
equals(Object) - Method in class javax.resource.spi.security.PasswordCredential
Compares this PasswordCredential with the specified object for equality.
equals(Object) - Method in class javax.security.jacc.EJBMethodPermission
Checks two EJBMethodPermission objects for equality.
equals(Object) - Method in class javax.security.jacc.EJBRoleRefPermission
Checks two EJBRoleRefPermission objects for equality.
equals(Object) - Method in class javax.security.jacc.WebResourcePermission
Checks two WebResourcePermission objects for equality.
equals(Object) - Method in class javax.security.jacc.WebRoleRefPermission
Checks two WebRoleRefPermission objects for equality.
equals(Object) - Method in class javax.security.jacc.WebUserDataPermission
Checks two WebUserDataPermission objects for equality.
equals(Object) - Method in class javax.servlet.jsp.jstl.core.IndexedValueExpression
 
equals(Object) - Method in class javax.servlet.jsp.jstl.core.IteratedValueExpression
 
equals(Object) - Method in class javax.ws.rs.core.CacheControl
Compares obj to this cache control to see if they are the same considering all property values.
equals(Object) - Method in class javax.ws.rs.core.Cookie
Compare for equality
equals(Object) - Method in class javax.ws.rs.core.EntityTag
Compares obj to this tag to see if they are the same considering weakness and value.
equals(Object) - Method in class javax.ws.rs.core.MediaType
Compares obj to this media type to see if they are the same by comparing type, subtype and parameters.
equals(Object) - Method in class javax.ws.rs.core.NewCookie
Compare for equality.
equals(Object) - Method in class javax.ws.rs.core.Variant
Compares obj to this variant to see if they are the same considering all property values.
ERROR - Static variable in interface javax.xml.bind.ValidationEvent
Conditions that correspond to the definition of "error" in section 1.2 of the W3C XML 1.0 Recommendation
ERROR_EXCEPTION - Static variable in interface javax.servlet.RequestDispatcher
The name of the request attribute under which the exception object is propagated during an error dispatch
ERROR_EXCEPTION_TYPE - Static variable in interface javax.servlet.RequestDispatcher
The name of the request attribute under which the type of the exception object is propagated during an error dispatch
ERROR_MESSAGE - Static variable in interface javax.servlet.RequestDispatcher
The name of the request attribute under which the exception message is propagated during an error dispatch
ERROR_REQUEST_URI - Static variable in interface javax.servlet.RequestDispatcher
The name of the request attribute under which the request URI whose processing caused the error is propagated during an error dispatch
ERROR_SERVLET_NAME - Static variable in interface javax.servlet.RequestDispatcher
The name of the request attribute under which the name of the servlet in which the error occurred is propagated during an error dispatch
ERROR_STATUS_CODE - Static variable in interface javax.servlet.RequestDispatcher
The name of the request attribute under which the response status is propagated during an error dispatch
errorCode - Variable in exception javax.transaction.SystemException
The error code with which to create the SystemException.
errorCode - Variable in exception javax.transaction.xa.XAException
The error code with which to create the SystemException.
ErrorData - Class in javax.servlet.jsp
Contains information about an error, for error pages.
ErrorData(Throwable, int, String, String) - Constructor for class javax.servlet.jsp.ErrorData
Creates a new ErrorData object.
ETAG - Static variable in interface javax.ws.rs.core.HttpHeaders
See HTTP/1.1 documentation.
eval(Serializable) - Method in interface javax.faces.component.StateHelper

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

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

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

EVAL_BODY_AGAIN - Static variable in interface javax.servlet.jsp.tagext.IterationTag
Request the reevaluation of some body.
EVAL_BODY_BUFFERED - Static variable in interface javax.servlet.jsp.tagext.BodyTag
Request the creation of new buffer, a BodyContent on which to evaluate the body of this tag.
EVAL_BODY_INCLUDE - Static variable in interface javax.servlet.jsp.tagext.Tag
Evaluate body into existing out stream.
EVAL_BODY_TAG - Static variable in interface javax.servlet.jsp.tagext.BodyTag
Deprecated. As of Java JSP API 1.2, use BodyTag.EVAL_BODY_BUFFERED or IterationTag.EVAL_BODY_AGAIN.
EVAL_PAGE - Static variable in interface javax.servlet.jsp.tagext.Tag
Continue evaluating the page.
evaluate(VariableResolver) - Method in class javax.servlet.jsp.el.Expression
Deprecated. Evaluates an expression that was previously prepared.
evaluate(String, Class, VariableResolver, FunctionMapper) - Method in class javax.servlet.jsp.el.ExpressionEvaluator
Deprecated. Evaluates an expression.
evaluateExpressionGet(FacesContext, String, Class<? extends T>) - Method in class javax.faces.application.Application
Get a value by evaluating an expression.
evaluateExpressionGet(FacesContext, String, Class<? extends T>) - Method in class javax.faces.application.ApplicationWrapper

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

evaluatePreconditions(EntityTag) - Method in interface javax.ws.rs.core.Request
Evaluate request preconditions based on the passed in value.
evaluatePreconditions(Date) - Method in interface javax.ws.rs.core.Request
Evaluate request preconditions based on the passed in value.
evaluatePreconditions(Date, EntityTag) - Method in interface javax.ws.rs.core.Request
Evaluate request preconditions based on the passed in value.
evaluatePreconditions() - Method in interface javax.ws.rs.core.Request
Evaluate request preconditions for a resource that does not currently exist.
EvaluationException - Exception in javax.faces.el
Deprecated. This has been replaced by ELException.
EvaluationException() - Constructor for exception javax.faces.el.EvaluationException
Deprecated. Construct a new exception with no detail message or root cause.
EvaluationException(String) - Constructor for exception javax.faces.el.EvaluationException
Deprecated. Construct a new exception with the specified detail message and no root cause.
EvaluationException(Throwable) - Constructor for exception javax.faces.el.EvaluationException
Deprecated. Construct a new exception with the specified root cause.
EvaluationException(String, Throwable) - Constructor for exception javax.faces.el.EvaluationException
Deprecated. Construct a new exception with the specified detail message and root cause.
Event<T> - Interface in javax.enterprise.event
Allows the application to fire events of a particular type.
EVENT_TYPE_CREATED - Static variable in interface javax.xml.registry.infomodel.AuditableEvent
An event where a RegistryObject is created.
EVENT_TYPE_DELETED - Static variable in interface javax.xml.registry.infomodel.AuditableEvent
An event where a RegistryObject is deleted.
EVENT_TYPE_DEPRECATED - Static variable in interface javax.xml.registry.infomodel.AuditableEvent
An event where a RegistryObject is deprecated.
EVENT_TYPE_UNDEPRECATED - Static variable in interface javax.xml.registry.infomodel.AuditableEvent
An event where a RegistryObject is undeprecated.
EVENT_TYPE_UPDATED - Static variable in interface javax.xml.registry.infomodel.AuditableEvent
An event where a RegistryObject is updated.
EVENT_TYPE_VERSIONED - Static variable in interface javax.xml.registry.infomodel.AuditableEvent
An event where a RegistryObject is versioned.
evict(Class, Object) - Method in interface javax.persistence.Cache
Remove the data for the given entity from the cache.
evict(Class) - Method in interface javax.persistence.Cache
Remove the data for entities of the specified class (and its subclasses) from the cache.
evictAll() - Method in interface javax.persistence.Cache
Clear the cache.
EXACT_NAME_MATCH - Static variable in interface javax.xml.registry.FindQualifier
Specifies a hint to queries that they should use exact (case-insensitive) match when comparing String values.
EXCEPTION - Static variable in class javax.servlet.jsp.PageContext
Name used to store uncaught exception in ServletRequest attribute list and PageContext name table.
EXCEPTION_HANDLER_FACTORY - Static variable in class javax.faces.FactoryFinder

The property name for the ExceptionHandlerFactory class name.

ExceptionHandler - Class in javax.faces.context

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

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

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

ExceptionHandlerFactory() - Constructor for class javax.faces.context.ExceptionHandlerFactory
 
ExceptionHandlerWrapper - Class in javax.faces.context
Provides a simple implementation of ExceptionHandler that can be subclassed by developers wishing to provide specialized behavior to an existing ExceptionHandler instance.
ExceptionHandlerWrapper() - Constructor for class javax.faces.context.ExceptionHandlerWrapper
 
ExceptionListener - Interface in javax.jms
If a JMS provider detects a serious problem with a Connection object, it informs the Connection object's ExceptionListener, if one has been registered.
ExceptionMapper<E extends java.lang.Throwable> - Interface in javax.ws.rs.ext
Contract for a provider that maps Java exceptions to Response.
ExceptionQueuedEvent - Class in javax.faces.event

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

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

Instantiate a new ExceptionQueuedEvent that indicates the argument ExceptionQueuedEventContext occurred.

ExceptionQueuedEventContext - Class in javax.faces.event

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

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

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

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

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

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

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

ExcludeClassInterceptors - Annotation Type in javax.interceptor
Used to exclude class-level interceptors for a business method or timeout method of a target class.
ExcludeDefaultInterceptors - Annotation Type in javax.interceptor
Used to exclude default interceptors for a target class or for a business method or timeout method of a target class.
ExcludeDefaultListeners - Annotation Type in javax.persistence
Specifies that the invocation of default listeners is to be excluded for the entity class (or mapped superclass) and its subclasses.
ExcludeSuperclassListeners - Annotation Type in javax.persistence
Specifies that the invocation of superclass listeners is to be excluded for the entity class (or mapped superclass) and its subclasses.
excludeUnlistedClasses() - Method in interface javax.persistence.spi.PersistenceUnitInfo
Returns whether classes in the root of the persistence unit that have not been explicitly listed are to be included in the set of managed classes.
EXECUTE - Static variable in class javax.enterprise.deploy.shared.ActionType
The DeploymentManager action command is executing.
execute() - Method in interface javax.enterprise.deploy.spi.status.ClientConfiguration
This method performs an exec and starts the application client running in another process.
execute(FacesContext) - Method in class javax.faces.lifecycle.Lifecycle
Execute all of the phases of the request processing lifecycle, up to but not including the Render Response phase, as described in the JavaServer Faces Specification, in the specified order.
execute(InteractionSpec, Record, Record) - Method in interface javax.resource.cci.Interaction
Executes an interaction represented by the InteractionSpec.
execute(InteractionSpec, Record) - Method in interface javax.resource.cci.Interaction
Executes an interaction represented by the InteractionSpec.
executeQuery(Query) - Method in interface javax.xml.registry.DeclarativeQueryManager
Executes a query as specified by query parameter.
executeUpdate() - Method in interface javax.persistence.Query
Execute an update or delete statement.
ExecutionContext - Class in javax.resource.spi.work
This class models an execution context (transaction, security, etc) with which the Work instance must be executed.
ExecutionContext() - Constructor for class javax.resource.spi.work.ExecutionContext
 
exists() - Method in class javax.mail.Folder
Tests if this folder physically exists on the Store.
exists(Subquery<?>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate testing the existence of a subquery result.
EXPIRES - Static variable in interface javax.ws.rs.core.HttpHeaders
See HTTP/1.1 documentation.
expires(Date) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Set the expires date on the ResponseBuilder.
Expression - Class in javax.el
Base class for the expression subclasses ValueExpression and MethodExpression, implementing characterstics common to both.
Expression() - Constructor for class javax.el.Expression
 
Expression<T> - Interface in javax.persistence.criteria
Type for query expressions.
Expression - Class in javax.servlet.jsp.el
Deprecated. As of JSP 2.1, replaced by ValueExpression
Expression() - Constructor for class javax.servlet.jsp.el.Expression
Deprecated.  
ExpressionEvaluator - Class in javax.servlet.jsp.el
Deprecated. As of JSP 2.1, replaced by ExpressionFactory
ExpressionEvaluator() - Constructor for class javax.servlet.jsp.el.ExpressionEvaluator
Deprecated.  
ExpressionFactory - Class in javax.el
 
ExpressionFactory() - Constructor for class javax.el.ExpressionFactory
 
expunge() - Method in class javax.mail.Folder
Expunge (permanently remove) messages marked DELETED.
expunged - Variable in class javax.mail.Message
True if this message has been expunged.
ExtensibleObject - Interface in javax.xml.registry.infomodel
An ExtensibleObject is one that allows itself to be extended by utilizing dynamically added Slots that add arbitrary attributes to the object on a per instance basis.
Extension - Interface in javax.enterprise.inject.spi
Service interface implemented by extensions.
EXTERNAL_CONTEXT_FACTORY - Static variable in class javax.faces.FactoryFinder

The property name for the ExternalContextFactory class name.

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

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

ExternalContextWrapper() - Constructor for class javax.faces.context.ExternalContextWrapper
 
ExternalIdentifier - Interface in javax.xml.registry.infomodel
ExternalIdentifier instances provide the additional identifier information to RegistryObjects such as DUNS number, Social Security Number, or an alias name of the organization.
ExternalLink - Interface in javax.xml.registry.infomodel
ExternalLink instances model a named URI to content that may reside outside the registry.
EXTRINSIC_OBJECT - Static variable in interface javax.xml.registry.LifeCycleManager
Constant representing the javax.xml.registry.infomodel.ExternalLink interface.
ExtrinsicObject - Interface in javax.xml.registry.infomodel
ExtrinsicObjects provide metadata that describes submitted content whose type is not intrinsically known to the registry and therefore must be described by means of additional attributes (e.g., mime type).

F

FACELET_CACHE_FACTORY - Static variable in class javax.faces.FactoryFinder

The property name for the FaceletCacheFactory class name.

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

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

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

Factory interface for creating Facelet or View Metadata Facelet instances.

FaceletCacheFactory - Class in javax.faces.view.facelets

Allows customization of the implementation of FaceletCache.

FaceletCacheFactory() - Constructor for class javax.faces.view.facelets.FaceletCacheFactory
 
FaceletContext - Class in javax.faces.view.facelets

Context representative of a single request from a Facelet.

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

An Exception from the Facelet implementation

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

Create an empty FaceletException.

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

Create a FaceletException with argument message as the message.

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

Wrap argument cause within this FaceletException instance.

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

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

FaceletHandler - Interface in javax.faces.view.facelets

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

FACELETS_RESOURCE_RESOLVER_PARAM_NAME - Static variable in class javax.faces.view.facelets.ResourceResolver
 
FACELETS_SUFFIX_PARAM_NAME - Static variable in class javax.faces.application.ViewHandler

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

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

Identifier for the Facelets view declaration language.

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

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

FaceletsAttachedObjectHandler - Class in javax.faces.view.facelets

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

FaceletsAttachedObjectHandler(TagConfig) - Constructor for class javax.faces.view.facelets.FaceletsAttachedObjectHandler
Call through to super
FACES_CONTEXT_FACTORY - Static variable in class javax.faces.FactoryFinder
The property name for the FacesContextFactory class name.
FACES_MESSAGES - Static variable in class javax.faces.application.FacesMessage
ResourceBundle identifier for messages whose message identifiers are defined in the JavaServer Faces specification.
FacesBehavior - Annotation Type in javax.faces.component.behavior

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

FacesBehaviorRenderer - Annotation Type in javax.faces.render

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

FacesComponent - Annotation Type in javax.faces.component

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

FacesContext - Class in javax.faces.context
FacesContext contains all of the per-request state information related to the processing of a single JavaServer Faces request, and the rendering of the corresponding response.
FacesContext() - Constructor for class javax.faces.context.FacesContext
 
FacesContextFactory - Class in javax.faces.context
FacesContextFactory is a factory object that creates (if needed) and returns new FacesContext instances, initialized for the processing of the specified request and response objects.
FacesContextFactory() - Constructor for class javax.faces.context.FacesContextFactory
 
FacesContextWrapper - Class in javax.faces.context
Provides a simple implementation of FacesContext that can be subclassed by developers wishing to provide specialized behavior to an existing FacesContext instance.
FacesContextWrapper() - Constructor for class javax.faces.context.FacesContextWrapper
 
FacesConverter - Annotation Type in javax.faces.convert

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

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

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

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

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

FacesWrapper<T> - Interface in javax.faces

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

FacetHandler - Interface in javax.faces.view.facelets

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

FACETS_KEY - Static variable in class javax.faces.component.UIComponent

The value of this constant is used as the key in the composite component BeanDescriptor for the Map<PropertyDescriptor> that contains meta-information for the declared facets for this composite component.

FacetTag - Class in javax.faces.webapp
FacetTag is the JSP mechanism for denoting a UIComponent is to be added as a facet to the component associated with its parent.
FacetTag() - Constructor for class javax.faces.webapp.FacetTag
 
FactoryFinder - Class in javax.faces
FactoryFinder implements the standard discovery algorithm for all factory objects specified in the JavaServer Faces APIs.
FAILED - Static variable in class javax.enterprise.deploy.shared.StateType
The action operation has failed.
FAILURE - Static variable in class javax.security.auth.message.AuthStatus
Indicates that the message processing by the authentication module was NOT successful, and that the module replaced the application message with an error message.
FATAL_ERROR - Static variable in interface javax.xml.bind.ValidationEvent
Conditions that correspond to the definition of "fatal error" in section 1.2 of the W3C XML 1.0 Recommendation
FaultAction - Annotation Type in javax.xml.ws
The FaultAction annotation is used inside an Action annotation to allow an explicit association of a WS-Addressing Action message addressing property with the fault messages of the WSDL operation mapped from the exception class.
FederatedConnection - Interface in javax.xml.registry
Represents a single logical connection to a federation or group of registry providers.
fetch(Message[], FetchProfile) - Method in class javax.mail.Folder
Prefetch the items specified in the FetchProfile for the given Messages.
Fetch<Z,X> - Interface in javax.persistence.criteria
Represents a join-fetched association or attribute.
fetch(SingularAttribute<? super X, Y>) - Method in interface javax.persistence.criteria.FetchParent
Create a fetch join to the specified single-valued attribute using an inner join.
fetch(SingularAttribute<? super X, Y>, JoinType) - Method in interface javax.persistence.criteria.FetchParent
Create a fetch join to the specified single-valued attribute using the given join type.
fetch(PluralAttribute<? super X, ?, Y>) - Method in interface javax.persistence.criteria.FetchParent
Create a fetch join to the specified collection-valued attribute using an inner join.
fetch(PluralAttribute<? super X, ?, Y>, JoinType) - Method in interface javax.persistence.criteria.FetchParent
Create a fetch join to the specified collection-valued attribute using the given join type.
fetch(String) - Method in interface javax.persistence.criteria.FetchParent
Create a fetch join to the specified attribute using an inner join.
fetch(String, JoinType) - Method in interface javax.persistence.criteria.FetchParent
Create a fetch join to the specified attribute using the given join type.
FetchParent<Z,X> - Interface in javax.persistence.criteria
Represents an element of the from clause which may function as the parent of Fetches.
FetchProfile - Class in javax.mail
Clients use a FetchProfile to list the Message attributes that it wishes to prefetch from the server for a range of messages.
FetchProfile() - Constructor for class javax.mail.FetchProfile
Create an empty FetchProfile.
FetchProfile.Item - Class in javax.mail
This inner class is the base class of all items that can be requested in a FetchProfile.
FetchProfile.Item(String) - Constructor for class javax.mail.FetchProfile.Item
Constructor for an item.
FetchType - Enum in javax.persistence
Defines strategies for fetching data from the database.
FieldResult - Annotation Type in javax.persistence
Is used to map the columns specified in the SELECT list of the query to the properties or fields of the entity class.
Filter - Interface in javax.servlet
A filter is an object that performs filtering tasks on either the request to a resource (a servlet or static content), or on the response from a resource, or both.
FilterChain - Interface in javax.servlet
A FilterChain is an object provided by the servlet container to the developer giving a view into the invocation chain of a filtered request for a resource.
FilterConfig - Interface in javax.servlet
A filter configuration object used by a servlet container to pass information to a filter during initialization.
FilterRegistration - Interface in javax.servlet
Interface through which a Filter may be further configured.
FilterRegistration.Dynamic - Interface in javax.servlet
Interface through which a Filter registered via one of the addFilter methods on ServletContext may be further configured.
finalize() - Method in class javax.mail.Folder
 
finalize() - Method in class javax.mail.Service
Stop the event dispatcher thread so the queue can be garbage collected.
finalize() - Method in class javax.mail.util.SharedFileInputStream
Force this stream to close.
find(Class<T>, Object) - Method in interface javax.persistence.EntityManager
Find by primary key.
find(Class<T>, Object, Map<String, Object>) - Method in interface javax.persistence.EntityManager
Find by primary key, using the specified properties.
find(Class<T>, Object, LockModeType) - Method in interface javax.persistence.EntityManager
Find by primary key and lock.
find(Class<T>, Object, LockModeType, Map<String, Object>) - Method in interface javax.persistence.EntityManager
Find by primary key and lock, using the specified properties.
find(PageContext, String) - Static method in class javax.servlet.jsp.jstl.core.Config
Finds the value associated with a specific configuration setting identified by its context initialization parameter name.
findAncestorWithClass(JspTag, Class<?>) - Static method in class javax.servlet.jsp.tagext.SimpleTagSupport
Find the instance of a given class type that is closest to a given instance.
findAncestorWithClass(Tag, Class) - Static method in class javax.servlet.jsp.tagext.TagSupport
Find the instance of a given class type that is closest to a given instance.
findAssociations(Collection, String, String, Collection) - Method in interface javax.xml.registry.BusinessQueryManager
Finds all Association objects that match all of the criteria specified by the parameters of this call.
findAttribute(String) - Method in class javax.servlet.jsp.JspContext
Searches for the named attribute in page, request, session (if valid), and application scope(s) in order and returns the value associated or null.
findCallerAssociations(Collection, Boolean, Boolean, Collection) - Method in interface javax.xml.registry.BusinessQueryManager
Finds all Association objects owned by the caller that match all of the criteria specified by the parameters of this call.
findClassificationSchemeByName(Collection, String) - Method in interface javax.xml.registry.BusinessQueryManager
Finds a ClassificationScheme by name based on the specified find qualifiers and name pattern.
findClassificationSchemes(Collection, Collection, Collection, Collection) - Method in interface javax.xml.registry.BusinessQueryManager
Finds all ClassificationScheme objects that match all of the criteria specified by the parameters of this call.
findComponent(String) - Method in class javax.faces.component.UIComponent
Search for and return the UIComponent with an id that matches the specified search expression (if any), according to the algorithm described below.
findComponent(String) - Method in class javax.faces.component.UIComponentBase
 
findComponent(FacesContext) - Method in class javax.faces.webapp.UIComponentClassicTagBase
Find and return the UIComponent, from the component tree, that corresponds to this tag handler instance.
findConceptByPath(String) - Method in interface javax.xml.registry.BusinessQueryManager
Finds a Concept based on the path specified.
findConcepts(Collection, Collection, Collection, Collection, Collection) - Method in interface javax.xml.registry.BusinessQueryManager
Finds all Concept objects that match all of the criteria specified by the parameters of this call.
findConstraints() - Method in interface javax.validation.metadata.ElementDescriptor
Find constraints and potentially restricts them to certain criteria.
FinderException - Exception in javax.ejb
The FinderException exception must be included in the throws clause of every finder method of an entity bean's home or local home interface.
FinderException() - Constructor for exception javax.ejb.FinderException
Constructs an FinderException with no detail message.
FinderException(String) - Constructor for exception javax.ejb.FinderException
Constructs an FinderException with the specified detail message.
FindException - Exception in javax.xml.registry
A RegistryException that occurs during a find action.
FindException() - Constructor for exception javax.xml.registry.FindException
Constructs a JAXRException object with no reason or embedded Throwable.
FindException(String) - Constructor for exception javax.xml.registry.FindException
Constructs a JAXRException object with the given String as the reason for the exception being thrown.
FindException(String, Throwable) - Constructor for exception javax.xml.registry.FindException
Constructs a JAXRException object with the given String as the reason for the exception being thrown and the given Throwable object as an embedded Throwable.
FindException(Throwable) - Constructor for exception javax.xml.registry.FindException
Constructs a JAXRException object initialized with the given Throwable object.
findOrganizations(Collection, Collection, Collection, Collection, Collection, Collection) - Method in interface javax.xml.registry.BusinessQueryManager
Finds all Organization objects that match all of the criteria specified by the parameters of this call.
FindQualifier - Interface in javax.xml.registry
FindQualifier provides various constants that identify options that effect find method behavior.
findRegistryPackages(Collection, Collection, Collection, Collection) - Method in interface javax.xml.registry.BusinessQueryManager
Finds all RegistryPackage objects that match all of the criteria specified by the parameters of this call.
findServiceBindings(Key, Collection, Collection, Collection) - Method in interface javax.xml.registry.BusinessQueryManager
Finds all ServiceBinding objects that match all of the criteria specified by the parameters of this call.
findServices(Key, Collection, Collection, Collection, Collection) - Method in interface javax.xml.registry.BusinessQueryManager
Finds all Service objects that match all of the criteria specified by the parameters of this call.
finish() - Method in class javax.faces.view.facelets.MetaRuleset

Take actions to apply the rule.

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

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

Flash() - Constructor for class javax.faces.context.Flash
 
FLOAT_ID - Static variable in class javax.faces.convert.FloatConverter
The message identifier of the FacesMessage to be created if the conversion to Float fails.
FloatConverter - Class in javax.faces.convert
Converter implementation for java.lang.Float (and float primitive) values.
FloatConverter() - Constructor for class javax.faces.convert.FloatConverter
 
FloatHolder - Class in javax.xml.rpc.holders
 
FloatHolder() - Constructor for class javax.xml.rpc.holders.FloatHolder
 
FloatHolder(float) - Constructor for class javax.xml.rpc.holders.FloatHolder
 
FloatWrapperHolder - Class in javax.xml.rpc.holders
 
FloatWrapperHolder() - Constructor for class javax.xml.rpc.holders.FloatWrapperHolder
 
FloatWrapperHolder(Float) - Constructor for class javax.xml.rpc.holders.FloatWrapperHolder
 
flush() - Method in class javax.faces.context.ResponseWriter
Flush any ouput buffered by the output method to the underlying Writer or OutputStream.
flush() - Method in class javax.faces.context.ResponseWriterWrapper
The default behavior of this method is to call ResponseWriter#flush() on the wrapped ResponseWriter object.
flush() - Method in interface javax.persistence.EntityManager
Synchronize the persistence context to the underlying database.
flush() - Method in class javax.servlet.jsp.JspWriter
Flush the stream.
flush() - Method in class javax.servlet.jsp.tagext.BodyContent
Redefined flush() so it is not legal.
flushBuffer() - Method in interface javax.servlet.ServletResponse
Forces any content in the buffer to be written to the client.
flushBuffer() - Method in class javax.servlet.ServletResponseWrapper
The default behavior of this method is to call flushBuffer() on the wrapped response object.
FlushModeType - Enum in javax.persistence
Flush mode setting.
FMT_FALLBACK_LOCALE - Static variable in class javax.servlet.jsp.jstl.core.Config
Name of configuration setting for fallback locale
FMT_LOCALE - Static variable in class javax.servlet.jsp.jstl.core.Config
Name of configuration setting for application- (as opposed to browser-) based preferred locale
FMT_LOCALIZATION_CONTEXT - Static variable in class javax.servlet.jsp.jstl.core.Config
Name of configuration setting for i18n localization context
FMT_TIME_ZONE - Static variable in class javax.servlet.jsp.jstl.core.Config
Name of localization setting for time zone
fold(int, String) - Static method in class javax.mail.internet.MimeUtility
Fold a string at linear whitespace so that each line is no longer than 76 characters, if possible.
folder - Variable in class javax.mail.event.FolderEvent
The folder the event occurred on.
Folder - Class in javax.mail
Folder is an abstract class that represents a folder for mail messages.
Folder(Store) - Constructor for class javax.mail.Folder
Constructor that takes a Store object.
folder - Variable in class javax.mail.Message
The containing folder, if this message is obtained from a folder
FolderAdapter - Class in javax.mail.event
The adapter which receives Folder events.
FolderAdapter() - Constructor for class javax.mail.event.FolderAdapter
 
FolderClosedException - Exception in javax.mail
This exception is thrown when a method is invoked on a Messaging object and the Folder that owns that object has died due to some reason.
FolderClosedException(Folder) - Constructor for exception javax.mail.FolderClosedException
Constructor
FolderClosedException(Folder, String) - Constructor for exception javax.mail.FolderClosedException
Constructor
folderCreated(FolderEvent) - Method in class javax.mail.event.FolderAdapter
 
folderCreated(FolderEvent) - Method in interface javax.mail.event.FolderListener
Invoked when a Folder is created.
folderDeleted(FolderEvent) - Method in class javax.mail.event.FolderAdapter
 
folderDeleted(FolderEvent) - Method in interface javax.mail.event.FolderListener
Invoked when a folder is deleted.
FolderEvent - Class in javax.mail.event
This class models Folder existence events.
FolderEvent(Object, Folder, int) - Constructor for class javax.mail.event.FolderEvent
Constructor.
FolderEvent(Object, Folder, Folder, int) - Constructor for class javax.mail.event.FolderEvent
Constructor.
FolderListener - Interface in javax.mail.event
This is the Listener interface for Folder events.
FolderNotFoundException - Exception in javax.mail
This exception is thrown by Folder methods, when those methods are invoked on a non existent folder.
FolderNotFoundException() - Constructor for exception javax.mail.FolderNotFoundException
Constructs a MessagingException with no detail message.
FolderNotFoundException(Folder) - Constructor for exception javax.mail.FolderNotFoundException
Constructs a MessagingException with the specified folder.
FolderNotFoundException(Folder, String) - Constructor for exception javax.mail.FolderNotFoundException
Constructs a MessagingException with the specified folder and the specified detail message.
FolderNotFoundException(String, Folder) - Constructor for exception javax.mail.FolderNotFoundException
Constructs a MessagingException with the specified detail message and the specified folder.
folderRenamed(FolderEvent) - Method in class javax.mail.event.FolderAdapter
 
folderRenamed(FolderEvent) - Method in interface javax.mail.event.FolderListener
Invoked when a folder is renamed.
forget(Xid) - Method in interface javax.resource.spi.XATerminator
Tells the resource manager to forget about a heuristically completed transaction branch.
forget(Xid) - Method in interface javax.transaction.xa.XAResource
Tells the resource manager to forget about a heuristically completed transaction branch.
FORM_AUTH - Static variable in class javax.faces.context.ExternalContext
String identifier for FORM authentication.
FORM_AUTH - Static variable in interface javax.servlet.http.HttpServletRequest
String identifier for Form authentication.
FORM_AUTH - Static variable in interface javax.ws.rs.core.SecurityContext
String identifier for Form authentication.
format(Date, StringBuffer, FieldPosition) - Method in class javax.mail.internet.MailDateFormat
Formats the given date in the format specified by draft-ietf-drums-msg-fmt-08 in the current TimeZone.
FormParam - Annotation Type in javax.ws.rs
Binds the value(s) of a form parameter contained within a request entity body to a resource method parameter.
forward(String) - Method in class javax.servlet.jsp.PageContext
This method is used to re-direct, or "forward" the current ServletRequest and ServletResponse to another active component in the application.
forward(ServletRequest, ServletResponse) - Method in interface javax.servlet.RequestDispatcher
Forwards a request from a servlet to another resource (servlet, JSP file, or HTML file) on the server.
FORWARD_CONTEXT_PATH - Static variable in interface javax.servlet.RequestDispatcher
The name of the request attribute under which the original context path is made available to the target of a forward
FORWARD_PATH_INFO - Static variable in interface javax.servlet.RequestDispatcher
The name of the request attribute under which the original path info is made available to the target of a forward
FORWARD_QUERY_STRING - Static variable in interface javax.servlet.RequestDispatcher
The name of the request attribute under which the original query string is made available to the target of a forward
FORWARD_REQUEST_URI - Static variable in interface javax.servlet.RequestDispatcher
The name of the request attribute under which the original request URI is made available to the target of a forward
FORWARD_SERVLET_PATH - Static variable in interface javax.servlet.RequestDispatcher
The name of the request attribute under which the original servlet path is made available to the target of a forward
fragment(String) - Method in class javax.ws.rs.core.UriBuilder
Set the URI fragment.
from(Class<X>) - Method in interface javax.persistence.criteria.AbstractQuery
Create and add a query root corresponding to the given entity, forming a cartesian product with any existing roots.
from(EntityType<X>) - Method in interface javax.persistence.criteria.AbstractQuery
Create and add a query root corresponding to the given entity, forming a cartesian product with any existing roots.
From<Z,X> - Interface in javax.persistence.criteria
Represents a bound type, usually an entity that appears in the from clause, but may also be an embeddable belonging to an entity in the from clause.
fromPath(String) - Static method in class javax.ws.rs.core.UriBuilder
Create a new instance representing a relative URI initialized from a URI path.
fromResource(Class<?>) - Static method in class javax.ws.rs.core.UriBuilder
Create a new instance representing a relative URI initialized from a root resource class.
fromResponse(Response) - Static method in class javax.ws.rs.core.Response
Create a new ResponseBuilder by performing a shallow copy of an existing Response.
fromStatusCode(int) - Static method in enum javax.ws.rs.core.Response.Status
Convert a numerical status code into the corresponding Status
fromString(String) - Method in interface javax.ws.rs.ext.RuntimeDelegate.HeaderDelegate
Parse the supplied value and create an instance of T.
FromStringTerm - Class in javax.mail.search
This class implements string comparisons for the From Address header.
FromStringTerm(String) - Constructor for class javax.mail.search.FromStringTerm
Constructor.
FromTerm - Class in javax.mail.search
This class implements comparisons for the From Address header.
FromTerm(Address) - Constructor for class javax.mail.search.FromTerm
Constructor
fromUri(URI) - Static method in class javax.ws.rs.core.UriBuilder
Create a new instance initialized from an existing URI.
fromUri(String) - Static method in class javax.ws.rs.core.UriBuilder
Create a new instance initialized from an existing URI.
FULL_STATE_SAVING_VIEW_IDS_PARAM_NAME - Static variable in class javax.faces.application.StateManager

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

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

G

GE - Static variable in class javax.mail.search.ComparisonTerm
 
ge(Expression<? extends Number>, Expression<? extends Number>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is greater than or equal to the second.
ge(Expression<? extends Number>, Number) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is greater than or equal to the second.
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(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 response 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.
get() - Method in class javax.ejb.AsyncResult
This method should not be called.
get(long, TimeUnit) - Method in class javax.ejb.AsyncResult
This method should not be called.
get(Contextual<T>, CreationalContext<T>) - Method in interface javax.enterprise.context.spi.Context
Return an existing instance of certain contextual type or create a new instance by calling Contextual.create(CreationalContext) and return the new instance.
get(Contextual<T>) - Method in interface javax.enterprise.context.spi.Context
Return an existing instance of a certain contextual type or a null value.
get(Serializable) - Method in interface javax.faces.component.StateHelper

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

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 - 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
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.core.HttpHeaders
Get a list of languages 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.HtmlInputSecret
Return the value of the accesskey property.
getAccesskey() - Method in class javax.faces.component.html.HtmlInputText
Return the value of the accesskey property.
getAccesskey() - Method in class javax.faces.component.html.HtmlInputTextarea
Return the value of the accesskey property.
getAccesskey() - Method in class javax.faces.component.html.HtmlOutcomeTargetButton
Return the value of the accesskey property.
getAccesskey() - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
Return the value of the accesskey property.
getAccesskey() - Method in class javax.faces.component.html.HtmlOutputLabel
Return the value of the accesskey property.
getAccesskey() - Method in class javax.faces.component.html.HtmlOutputLink
Return the value of the accesskey property.
getAccesskey() - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
Return the value of the accesskey property.
getAccesskey() - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
Return the value of the accesskey property.
getAccesskey() - Method in class javax.faces.component.html.HtmlSelectManyListbox
Return the value of the accesskey property.
getAccesskey() - Method in class javax.faces.component.html.HtmlSelectManyMenu
Return the value of the accesskey property.
getAccesskey() - Method in class javax.faces.component.html.HtmlSelectOneListbox
Return the value of the accesskey property.
getAccesskey() - Method in class javax.faces.component.html.HtmlSelectOneMenu
Return the value of the accesskey property.
getAccesskey() - Method in class javax.faces.component.html.HtmlSelectOneRadio
Return the value of the accesskey property.
getAccessURI() - Method in interface javax.xml.registry.infomodel.ServiceBinding
Gets the URI that gives access to the service via this binding.
getAcknowledgeMode() - Method in interface javax.jms.Session
Returns the acknowledgement mode of the session.
getAction() - Method in interface javax.enterprise.deploy.spi.status.DeploymentStatus
Retrieve the deployment ActionType for this event.
getAction() - Method in interface javax.faces.component.ActionSource
Deprecated. This has been replaced by ActionSource2#getActionExpression.
getAction() - Method in class javax.faces.component.UICommand
Deprecated. This has been replaced by UICommand.getActionExpression().
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
 
getActionListener() - Method in class javax.faces.application.Application
Return the default ActionListener to be registered for all ActionSource components in this appication.
getActionListener() - Method in class javax.faces.application.ApplicationWrapper

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

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

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

getActionURL(FacesContext, 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
The default behavior of this method is to call ViewHandler#getActionURL(javax.faces.context.FacesContext, String) on the wrapped ViewHandler object.
getActiveCount() - Method in interface javax.management.j2ee.statistics.JTAStats
Number of active transactions.
getAdaptee() - Method in class javax.servlet.jsp.tagext.TagAdapter
Gets the tag that is being adapted to the Tag interface.
getAdapter(Class<A>) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
 
getAdapter(Class<A>) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
getAdapter(Class<A>) - Method in interface javax.xml.bind.Marshaller
Gets the adapter associated with the specified type.
getAdapter(Class<A>) - Method in interface javax.xml.bind.Unmarshaller
Gets the adapter associated with the specified type.
getAdapterName() - Method in interface javax.resource.cci.ResourceAdapterMetaData
Gets a tool displayable name of the resource adapter.
getAdapterShortDescription() - Method in interface javax.resource.cci.ResourceAdapterMetaData
Gets a tool displayable short desription of the resource adapter.
getAdapterVendorName() - Method in interface javax.resource.cci.ResourceAdapterMetaData
Gets the name of the vendor that has provided the resource adapter.
getAdapterVersion() - Method in interface javax.resource.cci.ResourceAdapterMetaData
Gets the version of the resource adapter.
getAddress() - Method in class javax.mail.internet.InternetAddress
Get the email address.
getAddress() - Method in class javax.mail.search.AddressTerm
Return the address to match with.
getAddress() - Method in interface javax.xml.registry.infomodel.EmailAddress
Returns the email address for this object.
getAfterPhaseListener() - Method in class javax.faces.component.UIViewRoot
Return the MethodExpression that will be invoked after this view is rendered.
getAlgorithm() - Method in class javax.security.auth.message.callback.PrivateKeyCallback.DigestRequest
Get the algorithm identifier.
getAlias() - Method in interface javax.persistence.TupleElement
Return the alias assigned to the tuple element or null, if no alias has been assigned.
getAlias() - Method in class javax.security.auth.message.callback.PrivateKeyCallback.AliasRequest
Get the alias.
getAlias() - Method in class javax.security.auth.message.callback.SecretKeyCallback.AliasRequest
Get the alias.
getAll() - Method in class javax.faces.view.facelets.TagAttributes
Return an array of all TagAttributes in this set
getAll(String) - Method in class javax.faces.view.facelets.TagAttributes
Get all TagAttributes for the passed namespace
getAllHeaderLines() - Method in class javax.mail.internet.InternetHeaders
Return all the header lines as an Enumeration of Strings.
getAllHeaderLines() - Method in class javax.mail.internet.MimeBodyPart
Get all header lines as an Enumeration of Strings.
getAllHeaderLines() - Method in class javax.mail.internet.MimeMessage
Get all header lines as an Enumeration of Strings.
getAllHeaderLines() - Method in interface javax.mail.internet.MimePart
Get all header lines as an Enumeration of Strings.
getAllHeaders() - Method in class javax.mail.internet.InternetHeaders
Return all the headers as an Enumeration of Header objects.
getAllHeaders() - Method in class javax.mail.internet.MimeBodyPart
Return all the headers from this Message as an Enumeration of Header objects.
getAllHeaders() - Method in class javax.mail.internet.MimeMessage
Return all the headers from this Message as an enumeration of Header objects.
getAllHeaders() - Method in interface javax.mail.Part
Return all the headers from this part as an Enumeration of Header objects.
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.
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.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.
getAnnotated() - Method in interface javax.enterprise.inject.spi.InjectionPoint
Obtain an instance of AnnotatedField or AnnotatedParameter, depending upon whether the injection point is an injected field or a constructor/method parameter.
getAnnotated() - Method in interface javax.enterprise.inject.spi.ProcessBean
Returns the AnnotatedType representing the bean class, the AnnotatedMethod representing the producer method, or the AnnotatedField representing the producer field.
getAnnotatedBeanClass() - Method in interface javax.enterprise.inject.spi.ProcessManagedBean
Returns the AnnotatedType representing the bean class.
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.
getAnnotatedMember() - Method in interface javax.enterprise.inject.spi.ProcessProducer
Returns the AnnotatedField representing the producer field or the AnnotatedMethod representing the producer method.
getAnnotatedMethod() - Method in interface javax.enterprise.inject.spi.ProcessObserverMethod
The AnnotatedMethod representing the observer method.
getAnnotatedProducerField() - Method in interface javax.enterprise.inject.spi.ProcessProducerField
Returns the AnnotatedField representing the producer field.
getAnnotatedProducerMethod() - Method in interface javax.enterprise.inject.spi.ProcessProducerMethod
Returns the AnnotatedMethod representing the producer method.
getAnnotatedType() - 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.
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.
getAppContext() - Method in interface javax.security.auth.message.config.AuthConfig
Get the application context identifier of this authentication context configuration object.
getAppContext() - Method in interface javax.security.auth.message.config.AuthConfigFactory.RegistrationContext
Get the application context identifier from the registration context
getApplication() - Method in class javax.faces.application.ApplicationFactory
Create (if needed) and return an Application instance for this web application.
getApplication() - Method in class javax.faces.context.FacesContext
Return the Application instance associated with this web application.
getApplication() - Method in class javax.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext#getApplication() on the wrapped FacesContext object.
getApplication() - Method in class javax.faces.event.PostConstructApplicationEvent

The source Application that sent this event.

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

The source Application that sent this event.

getApplicationMap() - Method in class javax.faces.context.ExternalContext
Return a mutable Map representing the application scope attributes for the current application.
getApplicationMap() - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext#getApplicationMap on the wrapped ExternalContext object.
getAreaCode() - Method in interface javax.xml.registry.infomodel.TelephoneNumber
Gets the area code.
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
 
getAsyncContext() - Method in class javax.servlet.AsyncEvent
Gets the AsyncContext from this AsyncEvent.
getAsyncContext() - Method in interface javax.servlet.ServletRequest
Gets the AsyncContext that was created or reinitialized by the most recent invocation of ServletRequest.startAsync() or ServletRequest.startAsync(ServletRequest,ServletResponse) on this request.
getAsyncContext() - Method in class javax.servlet.ServletRequestWrapper
Gets the AsyncContext that was created or reinitialized by the most recent invocation of ServletRequestWrapper.startAsync() or ServletRequestWrapper.startAsync(ServletRequest,ServletResponse) on the wrapped request.
getAttachedObjectHandlerHelper() - Method in class javax.faces.view.facelets.FaceletsAttachedObjectHandler

Return the underlying handler for this tag handler instance.

getAttachmentAsByteArray(String) - Method in class javax.xml.bind.attachment.AttachmentUnmarshaller
Retrieve the attachment identified by content-id, cid, as a byte[]
getAttachmentAsDataHandler(String) - Method in class javax.xml.bind.attachment.AttachmentUnmarshaller
Lookup MIME content by content-id, cid, and return as a DataHandler.
getAttachmentMarshaller() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
 
getAttachmentMarshaller() - Method in interface javax.xml.bind.Marshaller
 
getAttachmentUnmarshaller() - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
getAttachmentUnmarshaller() - Method in interface javax.xml.bind.Unmarshaller
 
getAttribute(String) - Method in class javax.faces.view.facelets.FaceletContext

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

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

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.
getAttributes() - Method in class javax.faces.component.UIComponent
Return a mutable Map representing the attributes (and properties, see below) associated wth this UIComponent, keyed by attribute name (which must be a String).
getAttributes() - Method in class javax.faces.component.UIComponentBase
 
getAttributes() - Method in class javax.faces.context.FacesContext

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

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

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

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

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

getAttributes(ObjectName, String[]) - Method in interface javax.management.j2ee.Management
Enables the values of several attributes of a named managed object.
getAttributes() - Method in interface javax.persistence.metamodel.ManagedType
Return the attributes of the managed type.
getAttributes() - Method in class javax.servlet.jsp.tagext.TagData
Enumerates the attributes.
getAttributes() - Method in class javax.servlet.jsp.tagext.TagInfo
Attribute information (in the TLD) on this tag.
getAttributes() - Method in interface javax.validation.metadata.ConstraintDescriptor
Returns a map containing the annotation attribute names as keys and the annotation attribute values as value.
getAttributesScope(String) - Method in class javax.servlet.jsp.JspContext
Get the scope where a given attribute is defined.
getAttributeString(String) - Method in class javax.servlet.jsp.tagext.TagData
Get the value for a given attribute.
getAttributeValue(String) - Method in interface javax.enterprise.deploy.model.DDBean
Returns the string value of the named attribute.
getAuditTrail() - Method in interface javax.xml.registry.infomodel.RegistryObject
Returns the complete audit trail of all requests that effected a state change in this object as an ordered Collection of AuditableEvent objects.
getAuthContext(String, Subject, Map) - Method in interface javax.security.auth.message.config.ClientAuthConfig
Get a ClientAuthContext instance from this ClientAuthConfig.
getAuthContext(String, Subject, Map) - Method in interface javax.security.auth.message.config.ServerAuthConfig
Get a ServerAuthContext instance from this ServerAuthConfig.
getAuthContextID(MessageInfo) - Method in interface javax.security.auth.message.config.AuthConfig
Get the authentication context identifier corresponding to the request and response objects encapsulated in messageInfo.
getAuthenticationScheme() - Method in interface javax.ws.rs.core.SecurityContext
Returns the string value of the authentication scheme used to protect the resource.
getAuthType() - Method in class javax.faces.context.ExternalContext
Return the name of the authentication scheme used to authenticate the current user, if any; otherwise, return null.
getAuthType() - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext#getAuthType on the wrapped ExternalContext object.
getAuthType() - Method in interface javax.servlet.http.HttpServletRequest
Returns the name of the authentication scheme used to protect the servlet.
getAuthType() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getAuthType() on the wrapped request object.
getAutocomplete() - Method in class javax.faces.component.html.HtmlInputSecret
Return the value of the autocomplete property.
getAutocomplete() - Method in class javax.faces.component.html.HtmlInputText
Return the value of the autocomplete property.
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
 
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.
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.
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 bean class of the bean that declares the observer method.
getBeanProperty(String) - Method in class javax.el.BeanELResolver.BeanProperties
 
getBeans(Type, Annotation...) - Method in interface javax.enterprise.inject.spi.BeanManager
Return the set of beans which have the given required type and qualifiers and are available for injection in the module or library containing the class into which the BeanManager was injected or the Java EE component from whose JNDI environment namespace the BeanManager was obtained, according to the rules of typesafe resolution.
getBeans(String) - Method in interface javax.enterprise.inject.spi.BeanManager
Return the set of beans which have the given EL name and are available for injection in the module or library containing the class into which the BeanManager was injected or the Java EE component from whose JNDI environment namespace the BeanManager was obtained, according to the rules of EL name resolution.
getBeforePhaseListener() - Method in class javax.faces.component.UIViewRoot
Return the MethodExpression that will be invoked before this view is rendered.
getBegin() - Method in interface javax.servlet.jsp.jstl.core.LoopTagStatus
Returns the value of the 'begin' attribute for the associated tag, or null if no 'begin' attribute was specified.
getBehavior() - Method in class javax.faces.event.BehaviorEvent

Return the source Behavior that sent this event.

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

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

getBgcolor() - Method in class javax.faces.component.html.HtmlDataTable
Return the value of the bgcolor property.
getBgcolor() - Method in class javax.faces.component.html.HtmlPanelGrid
Return the value of the bgcolor property.
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.
getBodyContent() - Method in class javax.faces.webapp.UIComponentClassicTagBase
 
getBodyContent() - Method in class javax.servlet.jsp.tagext.BodyTagSupport
Get current bodyContent.
getBodyContent() - Method in class javax.servlet.jsp.tagext.TagInfo
The bodycontent information for this tag.
getBodyLength() - Method in interface javax.jms.BytesMessage
Gets the number of bytes of the message body when the message is in read-only mode.
getBodyPart(int) - Method in class javax.mail.internet.MimeMultipart
Get the specified BodyPart.
getBodyPart(String) - Method in class javax.mail.internet.MimeMultipart
Get the MimeBodyPart referred to by the given ContentID (CID).
getBodyPart(int) - Method in class javax.mail.Multipart
Get the specified Part.
getBodyPart(int) - Method in interface javax.mail.MultipartDataSource
Get the specified Part.
getBodyrows() - Method in class javax.faces.component.html.HtmlDataTable
Return the value of the bodyrows property.
getBodyrows() - Method in class javax.faces.component.html.HtmlPanelGrid
Return the value of the bodyrows property.
getBookmarkableURL(FacesContext) - Method in class javax.faces.application.NavigationCase

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

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

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

getBookmarkableURL(FacesContext, String, Map<String, List<String>>, boolean) - Method in class javax.faces.application.ViewHandlerWrapper
The default behavior of this method is to call ViewHandler#getBookmarkableURL(javax.faces.context.FacesContext, String, java.util.Map, boolean) on the wrapped ViewHandler object.
getBoolean(FaceletContext) - Method in class javax.faces.view.facelets.TagAttribute
If literal, return Boolean.getBoolean(java.lang.String) passing our value, otherwise call getObject(FaceletContext, Class).
getBoolean(String) - Method in interface javax.jms.MapMessage
Returns the boolean value with the specified name.
getBooleanProperty(String) - Method in interface javax.jms.Message
Returns the value of the boolean property with the specified name.
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.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.
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.
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.
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.
getCausedByException() - Method in exception javax.ejb.EJBException
Obtain the exception that caused the EJBException to be thrown.
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.
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
The default behavior of this method is to call ResponseWriter#getCharacterEncoding() on the wrapped ResponseWriter object.
getCharacterEncoding() - Method in interface javax.servlet.ServletRequest
Returns the name of the character encoding used in the body of this request.
getCharacterEncoding() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getCharacterEncoding() on the wrapped request object.
getCharacterEncoding() - Method in interface javax.servlet.ServletResponse
Returns the name of the character encoding (MIME charset) used for the body sent in this response.
getCharacterEncoding() - Method in class javax.servlet.ServletResponseWrapper
The default behavior of this method is to return getCharacterEncoding() on the wrapped response object.
getCharset() - Method in class javax.faces.component.html.HtmlCommandLink
Return the value of the charset property.
getCharset() - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
Return the value of the charset property.
getCharset() - Method in class javax.faces.component.html.HtmlOutputLink
Return the value of the charset property.
getCharsetName() - Method in interface javax.xml.registry.infomodel.LocalizedString
Gets the canonical name for the charset for this object.
getChildBean(String) - Method in interface javax.enterprise.deploy.model.DDBean
Return a list of DDBeans based upon the XPath.
getChildBean(String) - Method in interface javax.enterprise.deploy.model.DeployableObject
Return an array of standard beans representing the XML content returned based upon the XPath.
getChildBean(ModuleType, String) - Method in interface javax.enterprise.deploy.model.J2eeApplicationObject
Return a list of DDBean based upon an XPath; all deployment descriptors of the specified type are searched.
getChildConceptCount() - Method in interface javax.xml.registry.infomodel.ClassificationScheme
Gets number of children.
getChildConceptCount() - Method in interface javax.xml.registry.infomodel.Concept
Gets number of children.
getChildCount() - Method in class javax.faces.component.UIComponent
Return the number of child UIComponents that are associated with this UIComponent.
getChildCount() - Method in class javax.faces.component.UIComponentBase
 
getChildOrganizationCount() - Method in interface javax.xml.registry.infomodel.Organization
Gets number of children.
getChildOrganizations() - Method in interface javax.xml.registry.infomodel.Organization
Gets all immediate children Organizations.
getChildren() - Method in class javax.faces.component.UIComponent
Return a mutable List representing the child UIComponents associated with this component.
getChildren() - Method in class javax.faces.component.UIComponentBase
 
getChildrenConcepts() - Method in interface javax.xml.registry.infomodel.ClassificationScheme
Gets all immediate children Concepts.
getChildrenConcepts() - Method in interface javax.xml.registry.infomodel.Concept
Gets all immediate children Concepts.
getChildTargetModuleID() - Method in interface javax.enterprise.deploy.spi.TargetModuleID
Retrieve a list of identifiers of the children of this deployed module.
getCity() - Method in interface javax.xml.registry.infomodel.PostalAddress
Returns the city.
getClasses() - Method in class javax.ws.rs.core.Application
Get a set of root resource and provider classes.
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 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.
getClientAuthConfig(String, String, CallbackHandler) - Method in interface javax.security.auth.message.config.AuthConfigProvider
Get an instance of ClientAuthConfig from this provider.
getClientBehaviorRenderer(String) - Method in class javax.faces.render.RenderKit
Return the ClientBehaviorRenderer instance most recently registered for the specified type, if any; otherwise, return null.
getClientBehaviorRenderer(String) - Method in class javax.faces.render.RenderKitWrapper
The default behavior of this method is to call RenderKit#getClientBehaviorRenderer(String) on the wrapped RenderKit object.
getClientBehaviorRendererTypes() - Method in class javax.faces.render.RenderKit

Return an Iterator over the ClientBehaviorRenderer types.

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

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

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

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

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

Enable 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.
getClientIdsWithMessages() - Method in class javax.faces.context.FacesContext
Return an Iterator over the client identifiers for which at least one FacesMessage has been queued.
getClientIdsWithMessages() - Method in class javax.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext.getClientIdsWithMessages() on the wrapped FacesContext object.
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.
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 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.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.servlet.jsp.el.ImplicitObjectELResolver
If the base object is null, returns String.class.
getCommonPropertyType(ELContext, Object) - Method in class javax.servlet.jsp.el.ScopedAttributeELResolver
If the base object is null, returns String.class.
getComparison() - Method in class javax.mail.search.DateTerm
Return the type of comparison.
getComparison() - Method in class javax.mail.search.IntegerComparisonTerm
Return the type of comparison.
getComponent() - Method in class javax.faces.component.behavior.ClientBehaviorContext

Returns the UIComponent that is requesting the ClientBehavior script.

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

the source UIComponent that sent this event.

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

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

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

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

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

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

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

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

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

ComponentType to pass to the Application.

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

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

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

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

getConfigProvider(String, String, RegistrationListener) - Method in class javax.security.auth.message.config.AuthConfigFactory
Get a registered AuthConfigProvider from the factory.
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.
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
Constraint metadata reported to fail.
getConstraintDescriptor() - Method in interface javax.validation.MessageInterpolator.Context
 
getConstraintDescriptors() - Method in interface javax.validation.metadata.ElementDescriptor.ConstraintFinder
Retrieve the constraint descriptors following the defined restrictions and hosted on the element described by ElementDescriptor
getConstraintDescriptors() - Method in interface javax.validation.metadata.ElementDescriptor
Return all constraint descriptors for this element in the class hierarchy or an empty Set if none are present.
getConstraintsForClass(Class<?>) - Method in interface javax.validation.Validator
Return the descriptor object describing bean constraints.
getConstraintsForProperty(String) - Method in interface javax.validation.metadata.BeanDescriptor
Return the property descriptor for a given property.
getConstraintValidatorClasses() - Method in interface javax.validation.metadata.ConstraintDescriptor
List of the constraint validation implementation classes.
getConstraintValidatorFactory() - Method in interface javax.validation.spi.ConfigurationState
Returns the constraint validator factory of this configuration.
getConstraintValidatorFactory() - Method in interface javax.validation.ValidatorFactory
Returns the ConstraintValidatorFactory instance configured at initialization time for the ValidatorFactory.
getConstraintViolations() - Method in exception javax.validation.ConstraintViolationException
Set of constraint violations reported during a validation
getConstructors() - Method in interface javax.enterprise.inject.spi.AnnotatedType
Get the constructors of the type.
getConsumers() - Method in interface javax.management.j2ee.statistics.JMSSessionStats
Returns an array of JMSConsumerStats that provide statistics about the message consumers associated with the referencing JMS session statistics.
getContainerClientId(FacesContext) - Method in class javax.faces.component.UIComponent
Allow components that implement NamingContainer to selectively disable prepending their clientId to their descendent's clientIds by breaking the prepending logic into a seperately callable method.
getContainerClientId(FacesContext) - Method in class javax.faces.component.UIForm
Override the UIComponent#getContainerClientId to allow users to disable this form from prepending its clientId to its descendent's clientIds depending on the value of this form's UIForm.isPrependId() property.
getContent() - Method in class javax.mail.internet.MimeBodyPart
Return the content as a Java object.
getContent() - Method in class javax.mail.internet.MimeMessage
Return the content as a Java object.
getContent() - Method in interface javax.mail.Part
Return the content as a Java object.
getContentID() - Method in class javax.mail.internet.MimeBodyPart
Returns the value of the "Content-ID" header field.
getContentID() - Method in class javax.mail.internet.MimeMessage
Returns the value of the "Content-ID" header field.
getContentID() - Method in interface javax.mail.internet.MimePart
Get the Content-ID of this part.
getContentLanguage() - Method in class javax.mail.internet.MimeBodyPart
Get the languages specified in the Content-Language header of this MimePart.
getContentLanguage() - Method in class javax.mail.internet.MimeMessage
Get the languages specified in the "Content-Language" header field of this message.
getContentLanguage() - Method in interface javax.mail.internet.MimePart
Get the language tags specified in the Content-Language header of this MimePart.
getContentLength() - Method in interface javax.servlet.ServletRequest
Returns the length, in bytes, of the request body and made available by the input stream, or -1 if the length is not known.
getContentLength() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getContentLength() on the wrapped request object.
getContentMD5() - Method in class javax.mail.internet.MimeBodyPart
Return the value of the "Content-MD5" header field.
getContentMD5() - Method in class javax.mail.internet.MimeMessage
Return the value of the "Content-MD5" header field.
getContentMD5() - Method in interface javax.mail.internet.MimePart
Get the Content-MD5 digest of this part.
getContentStream() - Method in class javax.mail.internet.MimeBodyPart
Produce the raw bytes of the content.
getContentStream() - Method in class javax.mail.internet.MimeMessage
Produce the raw bytes of the content.
getContentType() - Method in class javax.faces.application.Resource

Return the MIME content-type for this resource.

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

Return the ExceptionQueuedEventContext for this event instance.

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

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(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
Returns the context data associated with this invocation or lifecycle callback.
getContextData() - Method in interface javax.interceptor.InvocationContext
Returns the context data associated with this invocation or lifecycle callback.
getContextID() - Method in interface javax.security.jacc.PolicyConfiguration
This method returns this object's policy context identifier.
getContextID() - Static method in class javax.security.jacc.PolicyContext
This static method returns the value of the policy context identifier associated with the thread on which the accessor is called.
getContextName() - Method in class javax.faces.context.ExternalContext

Return the name of the container context for this application.

getContextName() - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext#getContextName on the wrapped ExternalContext object.
getContextPath() - Method in interface javax.servlet.http.HttpServletRequest
Returns the portion of the request URI that indicates the context of the request.
getContextPath() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getContextPath() on the wrapped request object.
getContextPath() - Method in interface javax.servlet.ServletContext
Returns the context path of the web application.
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.
getConvertedValue(FacesContext, Object) - Method in class javax.faces.component.UIInput
Convert the submitted value into a "local value" of the appropriate data type, if necessary.
getConvertedValue(FacesContext, Object) - Method in class javax.faces.component.UIViewParameter

Because this class has no Renderer, leverage the one from the standard HTML_BASIC RenderKit with component-family: javax.faces.Input and renderer-type: javax.faces.Text and call its Renderer#getConvertedValue method.

getConvertedValue(FacesContext, UIComponent, Object) - Method in class javax.faces.render.Renderer
Attempt to convert previously stored state information into an object of the type required for this component (optionally using the registered Converter for this component, if there is one).
getConverter() - Method in class javax.faces.component.UIOutput
 
getConverter() - Method in interface javax.faces.component.ValueHolder
Return the Converter (if any) that is registered for this UIComponent.
getConverterId() - Method in interface javax.faces.view.facelets.ConverterConfig

Return the converter id to be used in instantiating this converter

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

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

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

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

getCookies() - Method in interface javax.servlet.http.HttpServletRequest
Returns an array containing all of the Cookie objects the client sent with this request.
getCookies() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getCookies() on the wrapped request object.
getCookies() - Method in interface javax.ws.rs.core.HttpHeaders
Get any cookies that accompanied the request.
getCoords() - Method in class javax.faces.component.html.HtmlCommandLink
Return the value of the coords property.
getCoords() - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
Return the value of the coords property.
getCoords() - Method in class javax.faces.component.html.HtmlOutputLink
Return the value of the coords property.
getCorrelatedJoins() - Method in interface javax.persistence.criteria.Subquery
Return the correlated joins of the subquery.
getCorrelationParent() - Method in interface javax.persistence.criteria.From
Returns the parent From object from which the correlated From object has been obtained through correlation (use of a Subquery correlate method).
getCount() - Method in class javax.mail.internet.MimeMultipart
Return the number of enclosed BodyPart objects.
getCount() - Method in class javax.mail.Multipart
Return the number of enclosed BodyPart objects.
getCount() - Method in interface javax.mail.MultipartDataSource
Return the number of enclosed BodyPart objects.
getCount() - Method in interface javax.management.j2ee.statistics.CountStatistic
The count since the last reset.
getCount() - Method in interface javax.management.j2ee.statistics.TimeStatistic
Number of times the operation was invoked since the beginning of this measurement.
getCount() - Method in interface javax.servlet.jsp.jstl.core.LoopTagStatus
Retrieves the "count" of the current round of the iteration.
getCountry() - Method in interface javax.xml.registry.infomodel.PostalAddress
Returns the country.
getCountryCode() - Method in interface javax.xml.registry.infomodel.TelephoneNumber
Gets the country code.
getCreateCount() - Method in interface javax.management.j2ee.statistics.EJBStats
Number of times create was called.
getCreateCount() - Method in interface javax.management.j2ee.statistics.JCAConnectionPoolStats
The number of connections created
getCreateCount() - Method in interface javax.management.j2ee.statistics.JDBCConnectionPoolStats
Number of connections created.
getCreated() - Method in class javax.faces.webapp.UIComponentClassicTagBase
Return true if we dynamically created a new component instance during execution of this tag.
getCreated() - Method in class javax.faces.webapp.UIComponentTagBase
Return true if we dynamically created a new component instance during execution of this tag.
getCreatedComponents() - Method in class javax.faces.webapp.UIComponentClassicTagBase
Returns the List of UIComponent ids created or located by nested UIComponentTags while processing the current request.
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.
getCurrencyCode() - Method in class javax.faces.convert.NumberConverter
Return the ISO 4217 currency code used by getAsString() with a type of currency.
getCurrencySymbol() - Method in class javax.faces.convert.NumberConverter
Return the currency symbol used by getAsString() with a type of currency.
getCurrent() - Method in interface javax.management.j2ee.statistics.RangeStatistic
The current value of this attribute.
getCurrent() - Method in interface javax.servlet.jsp.jstl.core.LoopTag
Retrieves the current item in the iteration.
getCurrent() - Method in interface javax.servlet.jsp.jstl.core.LoopTagStatus
Retrieves the current item in the iteration.
getCurrent() - Method in class javax.servlet.jsp.jstl.core.LoopTagSupport
 
getCurrentComponent(FacesContext) - Static method in class javax.faces.component.UIComponent

Return the UIComponent instance that is currently processing.

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

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

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

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

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

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

getCurrentPhaseId() - Method in class javax.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext#getCurrentPhaseId() on the wrapped FacesContext object.
getDataHandler() - Method in class javax.mail.internet.MimeBodyPart
Return a DataHandler for this body part's content.
getDataHandler() - Method in class javax.mail.internet.MimeMessage
Return a DataHandler for this Message's content.
getDataHandler() - Method in interface javax.mail.Part
Return a DataHandler for the content within this part.
getDataModel() - Method in class javax.faces.component.UIData
Return the internal DataModel object representing the data objects that we will iterate over in this component's rendering.
getDataModel() - Method in class javax.faces.model.DataModelEvent
Return the DataModel that fired this event.
getDataModelListeners() - Method in class javax.faces.model.DataModel
Return the set of DataModelListeners interested in notifications from this DataModel.
getDate() - Method in class javax.mail.search.DateTerm
Return the Date to compare with.
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
Get the declaring method or constructor.
getDeclaringType() - Method in interface javax.enterprise.inject.spi.AnnotatedMember
Get the type which declares this member.
getDeclaringType() - Method in interface javax.persistence.metamodel.Attribute
Return the managed type representing the type in which the attribute was declared.
getDecoratedTypes() - Method in interface javax.enterprise.inject.spi.Decorator
Obtains the decorated types.
getDefaultConstraintMessageTemplate() - Method in interface javax.validation.ConstraintValidatorContext
 
getDefaultConstraintValidatorFactory() - Method in interface javax.validation.Configuration
Return an implementation of the ConstraintValidatorFactory interface following the default ConstraintValidatorFactory defined in the specification: uses the public no-arg constructor of the ConstraintValidator
getDefaultContentType() - Method in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
Gets the value of the default-content-type configuration, which specifies the default response content type for any JSP pages mapped to the JSP property group represented by this JspPropertyGroupDescriptor.
getDefaultDomain() - Method in interface javax.management.j2ee.Management
Returns the default domain name of this MEJB.
getDefaultEventName() - Method in interface javax.faces.component.behavior.ClientBehaviorHolder

Returns the default event name for this ClientBehaviorHolder implementation.

getDefaultEventName() - Method in class javax.faces.component.html.HtmlBody
 
getDefaultEventName() - Method in class javax.faces.component.html.HtmlCommandButton
 
getDefaultEventName() - Method in class javax.faces.component.html.HtmlCommandLink
 
getDefaultEventName() - Method in class javax.faces.component.html.HtmlDataTable
 
getDefaultEventName() - Method in class javax.faces.component.html.HtmlForm
 
getDefaultEventName() - Method in class javax.faces.component.html.HtmlGraphicImage
 
getDefaultEventName() - Method in class javax.faces.component.html.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.HtmlSelectBooleanCheckbox
 
getDefaultEventName() - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
 
getDefaultEventName() - Method in class javax.faces.component.html.HtmlSelectManyListbox
 
getDefaultEventName() - Method in class javax.faces.component.html.HtmlSelectManyMenu
 
getDefaultEventName() - Method in class javax.faces.component.html.HtmlSelectOneListbox
 
getDefaultEventName() - Method in class javax.faces.component.html.HtmlSelectOneMenu
 
getDefaultEventName() - Method in class javax.faces.component.html.HtmlSelectOneRadio
 
getDefaultEventName() - Method in class javax.faces.component.UIComponentBase

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

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

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

getDefaultMessageInterpolator() - Method in interface javax.validation.Configuration
Return 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()
getDefaultPostalScheme() - Method in interface javax.xml.registry.RegistryService
Gets the default user-defined postal scheme for codifying the attributes of PostalAddress.
getDefaultRenderKitId() - Method in class javax.faces.application.Application
Return the renderKitId to be used for rendering this application.
getDefaultRenderKitId() - Method in class javax.faces.application.ApplicationWrapper

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

getDefaultSessionTrackingModes() - Method in interface javax.servlet.ServletContext
Gets the session tracking modes that are supported by default for this ServletContext.
getDefaultTraversableResolver() - Method in interface javax.validation.Configuration
Return 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
 
getDefaultValidationProviderResolver() - Method in interface javax.validation.spi.BootstrapState
Specification default ValidationProviderResolver strategy instance.
getDefaultValidatorInfo() - Method in class javax.faces.application.Application

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

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

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

getDeferredSyntaxAllowedAsLiteral() - Method in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
Gets the value of the deferred-syntax-allowed-as-literal configuration, which specifies whether the character sequence "#{", which is normally reserved for Expression Language (EL) expressions, will cause a translation error if it appears as a String literal in any JSP pages mapped to the JSP property group represented by this JspPropertyGroupDescriptor.
getDelegate() - Method in interface javax.persistence.EntityManager
Return the underlying provider object for the EntityManager, if available.
getDelegateQualifiers() - Method in interface javax.enterprise.inject.spi.Decorator
Obtains the qualifiers of the delegate injection point.
getDelegateType() - Method in interface javax.enterprise.inject.spi.Decorator
Obtains the type of the delegate injection point.
getDeletedMessageCount() - Method in class javax.mail.Folder
Get the number of deleted messages in this Folder.
getDelims() - Method in class javax.servlet.jsp.jstl.core.LoopTagSupport
 
getDeliveryMode() - Method in interface javax.jms.MessageProducer
Gets the producer's default delivery mode.
getDeployableObject() - Method in interface javax.enterprise.deploy.model.DDBeanRoot
Return the containing DeployableObject
getDeployableObject(String) - Method in interface javax.enterprise.deploy.model.J2eeApplicationObject
Return the DeployableObject of the specified URI designator.
getDeployableObject() - Method in interface javax.enterprise.deploy.spi.DeploymentConfiguration
Returns an object that provides access to the deployment descriptor data and classes of a Java EE module.
getDeployableObjects(ModuleType) - Method in interface javax.enterprise.deploy.model.J2eeApplicationObject
Return the all DeployableObjects of the specified type.
getDeployableObjects() - Method in interface javax.enterprise.deploy.model.J2eeApplicationObject
Return the all DeployableObjects in this application.
getDeploymentFactories() - Method in class javax.enterprise.deploy.shared.factories.DeploymentFactoryManager
Retrieve the lists of currently registered DeploymentFactories.
getDeploymentManager(String, String, String) - Method in class javax.enterprise.deploy.shared.factories.DeploymentFactoryManager
Retrieves a DeploymentManager instance to use for deployment.
getDeploymentManager(String, String, String) - Method in interface javax.enterprise.deploy.spi.factories.DeploymentFactory
Return a connected DeploymentManager instance.
getDeploymentStatus() - Method in class javax.enterprise.deploy.spi.status.ProgressEvent
Retrieve the status information.
getDeploymentStatus() - Method in interface javax.enterprise.deploy.spi.status.ProgressObject
Retrieve the status of this activity.
getDescendantConcepts() - Method in interface javax.xml.registry.infomodel.ClassificationScheme
Gets all descendant Concepts.
getDescendantConcepts() - Method in interface javax.xml.registry.infomodel.Concept
Gets all descendant Concepts.
getDescendantOrganizations() - Method in interface javax.xml.registry.infomodel.Organization
Gets all descendant Organizations.
getDescription() - Method in interface javax.enterprise.deploy.spi.Target
Retrieve other descriptive information about the target.
getDescription() - Method in class javax.faces.model.SelectItem
Return a description of this item, for use in development tools.
getDescription() - Method in class javax.mail.internet.MimeBodyPart
Returns the "Content-Description" header field of this body part.
getDescription() - Method in class javax.mail.internet.MimeMessage
Returns the "Content-Description" header field of this Message.
getDescription() - Method in interface javax.mail.Part
Return a description String for this part.
getDescription() - Method in interface javax.management.j2ee.statistics.Statistic
A human-readable description of the Statistic.
getDescription() - Method in class javax.resource.spi.work.HintsContext
Get the brief description of the role played by the WorkContext and any other related debugging information.
getDescription() - Method in class javax.resource.spi.work.SecurityContext
Get the brief description of the role played by the WorkContext and any other related debugging information.
getDescription() - Method in class javax.resource.spi.work.TransactionContext
Get the brief description of the role played by the WorkContext and any other related debugging information.
getDescription() - Method in interface javax.resource.spi.work.WorkContext
Get the brief description of the role played by the WorkContext and any other related debugging information.
getDescription() - Method in interface javax.security.auth.message.config.AuthConfigFactory.RegistrationContext
Get the description from the registration context
getDescription() - Method in class javax.servlet.jsp.tagext.TagAttributeInfo
Gets the description string of this tag attribute.
getDescription() - Method in interface javax.xml.registry.infomodel.RegistryObject
Gets the textual description for this object.
getDeserializer(Class, QName) - Method in interface javax.xml.rpc.encoding.TypeMapping
Gets the DeserializerFactory registered for the specified pair of Java type and XML data type.
getDeserializerAs(String) - Method in interface javax.xml.rpc.encoding.DeserializerFactory
Returns a Deserializer for the specified XML processing mechanism type.
getDestination() - Method in interface javax.jms.MessageProducer
Gets the destination associated with this MessageProducer.
getDestination() - Method in interface javax.management.j2ee.statistics.JMSProducerStats
Returns a string that encapsulates the identity of the message destination
getDetail() - Method in class javax.faces.application.FacesMessage
Return the localized detail text.
getDetail() - Method in exception javax.xml.rpc.soap.SOAPFaultException
Gets the detail element.
getDigest() - Method in class javax.security.auth.message.callback.PrivateKeyCallback.DigestRequest
Get the digest value.
getDir() - Method in class javax.faces.component.html.HtmlBody
Return the value of the dir property.
getDir() - Method in class javax.faces.component.html.HtmlCommandButton
Return the value of the dir property.
getDir() - Method in class javax.faces.component.html.HtmlCommandLink
Return the value of the dir property.
getDir() - Method in class javax.faces.component.html.HtmlDataTable
Return the value of the dir property.
getDir() - Method in class javax.faces.component.html.HtmlForm
Return the value of the dir property.
getDir() - Method in class javax.faces.component.html.HtmlGraphicImage
Return the value of the dir property.
getDir() - Method in class javax.faces.component.html.HtmlHead
Return the value of the dir property.
getDir() - Method in class javax.faces.component.html.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.MessageProducer
Gets an indication of whether message IDs 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.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.faces.context.FacesContext
Return the ELContext instance for this FacesContext instance.
getELContext() - Method in class javax.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext#getELContext() on the wrapped FacesContext object.
getELContext() - Method in class javax.faces.webapp.UIComponentELTag
Return the ELContext for the FacesContext for this request.
getELContext() - Method in class javax.faces.webapp.UIComponentTagBase
Return the ELContext for the FacesContext for this request.
getELContext() - Method in class javax.servlet.jsp.JspContext
Returns the ELContext associated with this JspContext.
getELContextListeners() - Method in class javax.faces.application.Application
If no calls have been made to Application.addELContextListener(javax.el.ELContextListener), this method must return an empty array.
getELContextListeners() - Method in class javax.faces.application.ApplicationWrapper

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

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.ElementDescriptor
 
getElementName(Object) - Method in class javax.xml.bind.JAXBIntrospector
Get xml element qname for jaxbElement.
getElements() - Method in interface javax.persistence.Tuple
Return the tuple elements.
getElementType() - Method in interface javax.persistence.metamodel.PluralAttribute
Return the type representing the element type of the collection.
getElIgnored() - Method in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
Gets the value of the el-ignored configuration, which specifies whether Expression Language (EL) evaluation is enabled for any JSP pages mapped to the JSP property group represented by this JspPropertyGroupDescriptor.
getELResolver() - Method in class javax.el.ELContext
Retrieves the ELResolver associated with this context.
getELResolver() - Method in interface javax.enterprise.inject.spi.BeanManager
Returns a ELResolver that resolves beans by EL name.
getELResolver() - Method in class javax.faces.application.Application
Return the singleton ELResolver instance to be used for all EL resolution.
getELResolver() - Method in class javax.faces.application.ApplicationWrapper

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

getEmailAddresses() - Method in interface javax.xml.registry.infomodel.User
Gets the email addresses for this User.
getEmbeddables() - Method in interface javax.persistence.metamodel.Metamodel
Return the metamodel embeddable types.
getEmptyRoleSemantic() - Method in class javax.servlet.HttpConstraintElement
Gets the default authorization semantic.
getEnabledClass() - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
Return the value of the enabledClass property.
getEnabledClass() - Method in class javax.faces.component.html.HtmlSelectManyListbox
Return the value of the enabledClass property.
getEnabledClass() - Method in class javax.faces.component.html.HtmlSelectManyMenu
Return the value of the enabledClass property.
getEnabledClass() - Method in class javax.faces.component.html.HtmlSelectOneListbox
Return the value of the enabledClass property.
getEnabledClass() - Method in class javax.faces.component.html.HtmlSelectOneMenu
Return the value of the enabledClass property.
getEnabledClass() - Method in class javax.faces.component.html.HtmlSelectOneRadio
Return the value of the enabledClass property.
getEnclosingWriter() - Method in class javax.servlet.jsp.tagext.BodyContent
Get the enclosing JspWriter.
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 mailsafe.
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.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.
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.
getEndpointReference() - Method in interface javax.xml.ws.BindingProvider
Returns the EndpointReference associated with this BindingProvider instance.
getEndpointReference(Class<T>) - Method in interface javax.xml.ws.BindingProvider
Returns the EndpointReference associated with this BindingProvider instance.
getEndpointReference(Element...) - Method in class javax.xml.ws.Endpoint
Returns the EndpointReference associated with this Endpoint instance.
getEndpointReference(Class<T>, Element...) - Method in class javax.xml.ws.Endpoint
Returns the EndpointReference associated with this Endpoint instance.
getEndpointReference(Element...) - Method in interface javax.xml.ws.WebServiceContext
Returns the EndpointReference for this endpoint.
getEndpointReference(Class<T>, Element...) - Method in interface javax.xml.ws.WebServiceContext
Returns the EndpointReference associated with this endpoint.
getEndpoints() - Method in class javax.xml.ws.EndpointContext
This gives list of endpoints in an application.
getEngineInfo() - Method in class javax.servlet.jsp.JspFactory
called to get implementation-specific information on the current JSP engine.
getEntities() - Method in interface javax.persistence.metamodel.Metamodel
Return the metamodel entity types.
getEntity() - Method in exception javax.persistence.OptimisticLockException
Returns the entity that caused this exception.
getEntity() - Method in exception javax.persistence.PessimisticLockException
Returns the entity that caused this exception.
getEntity() - Method in class javax.ws.rs.core.GenericEntity
Get the enclosed entity
getEntity() - Method in class javax.ws.rs.core.Response
Return the response entity.
getEntityManagerFactory() - Method in interface javax.persistence.EntityManager
Return the entity manager factory for the entity manager.
getEntry(String) - Method in interface javax.enterprise.deploy.model.DeployableObject
Returns the InputStream for the given entry name The file name must be relative to the root of the module.
getEnumeration() - Method in interface javax.jms.QueueBrowser
Gets an enumeration for browsing the current queue messages in the order they would be received.
getEnumValueTable() - Method in class javax.enterprise.deploy.shared.ActionType
Returns the enumeration value table for class ActionType
getEnumValueTable() - Method in class javax.enterprise.deploy.shared.CommandType
Returns the enumeration value table for class CommandType
getEnumValueTable() - Method in class javax.enterprise.deploy.shared.DConfigBeanVersionType
Returns the enumeration value table for class DConfigBeanVersionType
getEnumValueTable() - Method in class javax.enterprise.deploy.shared.ModuleType
Returns the enumeration value table for class ModuleType
getEnumValueTable() - Method in class javax.enterprise.deploy.shared.StateType
Returns the enumeration value table for class StateType
getEnvironment() - Method in interface javax.ejb.EJBContext
Deprecated. Use the JNDI naming context java:comp/env to access enterprise bean's environment.
getErrorClass() - Method in class javax.faces.component.html.HtmlMessage
Return the value of the errorClass property.
getErrorClass() - Method in class javax.faces.component.html.HtmlMessages
Return the value of the errorClass property.
getErrorCode() - Method in exception javax.jms.JMSException
Gets the vendor-specific error code.
getErrorCode() - Method in exception javax.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.
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.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.HtmlSelectBooleanCheckbox
 
getEventNames() - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
 
getEventNames() - Method in class javax.faces.component.html.HtmlSelectManyListbox
 
getEventNames() - Method in class javax.faces.component.html.HtmlSelectManyMenu
 
getEventNames() - Method in class javax.faces.component.html.HtmlSelectOneListbox
 
getEventNames() - Method in class javax.faces.component.html.HtmlSelectOneMenu
 
getEventNames() - Method in class javax.faces.component.html.HtmlSelectOneRadio
 
getEventNames() - Method in class javax.faces.component.UIComponentBase

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

getEvents() - Method in class javax.xml.bind.util.ValidationEventCollector
Return an array of ValidationEvent objects containing a copy of each of the collected errors and warnings.
getEventType() - Method in interface javax.xml.registry.infomodel.AuditableEvent
Gets the type of this event.
getException() - Method in class javax.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).
getExceptionHandler() - Method in class javax.faces.context.ExceptionHandlerFactory

Create and return a A new ExceptionHandler instance.

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

Return the ExceptionHandler for this request.

getExceptionHandler() - Method in class javax.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext#getExceptionHandler() on the wrapped FacesContext object.
getExceptionHandler() - Method in class javax.faces.webapp.PreJsf2ExceptionHandlerFactory
 
getExceptionListener() - Method in interface javax.jms.Connection
Gets the ExceptionListener object for this connection.
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.
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

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

getExecuteIds() - Method in class javax.faces.context.PartialViewContextWrapper
The default behavior of this method is to call PartialViewContext#getExecuteIds() on the wrapped PartialViewContext object.
getExecutor() - Method in class javax.xml.ws.Endpoint
Returns the executor for this Endpointinstance.
getExecutor() - Method in class javax.xml.ws.Service
Returns the executor for this Serviceinstance.
getExecutor() - Method in class javax.xml.ws.spi.ServiceDelegate
Returns the executor for this Serviceinstance.
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.
getExpression(String) - Method in interface javax.faces.el.CompositeComponentExpressionHolder
 
getExpression() - Method in interface javax.persistence.criteria.CriteriaBuilder.In
Return the expression to be tested against the list of values.
getExpression() - Method in interface javax.persistence.criteria.CriteriaBuilder.SimpleCase
Return the expression to be tested against the conditions.
getExpression() - Method in interface javax.persistence.criteria.Order
Return the expression that is used for ordering.
getExpressionEvaluator() - Method in class javax.servlet.jsp.JspContext
Deprecated. As of JSP 2.1, replaced by JspApplicationContext#getExpressionFactory
getExpressionFactory() - Method in class javax.faces.application.Application
Return the ExpressionFactory instance for this application.
getExpressionFactory() - Method in class javax.faces.application.ApplicationWrapper

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

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

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

getExpressionFactory() - Method in interface javax.servlet.jsp.JspApplicationContext
Returns a factory used to create ValueExpressions and MethodExpressions so that EL expressions can be parsed and evaluated.
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() - Method in interface javax.xml.registry.infomodel.TelephoneNumber
Gets the internal extension.
getExternalContext(Object, Object, Object) - Method in class javax.faces.context.ExternalContextFactory
Create (if needed) and return an ExternalContext instance that is initialized for the processing of the specified request and response objects, for this web application.
getExternalContext() - Method in class javax.faces.context.FacesContext
Return the ExternalContext instance for this FacesContext instance.
getExternalContext() - Method in class javax.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext#getExternalContext() on the wrapped FacesContext object.
getExternalIdentifiers() - Method in interface javax.xml.registry.infomodel.RegistryObject
Returns the ExternalIdentifiers associated with this object that are external identifiers for this object.
getExternalLinks() - Method in interface javax.xml.registry.infomodel.RegistryObject
Returns the ExternalLinks associated with this object.
getExternalURI() - Method in interface javax.xml.registry.infomodel.ExternalLink
Gets URI to the an external resource.
getFacelet(URL) - Method in class javax.faces.view.facelets.FaceletCache

Returns a cached Facelet instance.

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

Returns the FacesContext for the current request.

getFacesContext() - Method in class javax.faces.component.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
Return the FacesContext for the request being processed.
getFacesContext() - Method in class javax.faces.view.facelets.FaceletContext

The current FacesContext bound to this "request".

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

Return the FacesMessage passed to the constructor.

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

Returns the FacesMessage associated with the exception.

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

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

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

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

getFacetName() - Method in class javax.faces.webapp.UIComponentClassicTagBase
Return the facet name that we should be stored under, if any; otherwise, return null (indicating that we will be a child component).
getFacets() - Method in class javax.faces.component.UIComponent
Return a mutable Map representing the facet UIComponents associated with this UIComponent, keyed by facet name (which must be a String).
getFacets() - Method in class javax.faces.component.UIComponentBase
 
getFacetsAndChildren() - Method in class javax.faces.component.UIComponent
Return an Iterator over the facet followed by child UIComponents of this UIComponent.
getFacetsAndChildren() - Method in class javax.faces.component.UIComponentBase
 
getFactory(String) - Static method in class javax.faces.FactoryFinder
Create (if necessary) and return a per-web-application instance of the appropriate implementation class for the specified 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.
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.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 exception javax.xml.ws.soap.SOAPFaultException
Gets the embedded SOAPFault instance.
getFaultActor() - Method in exception javax.xml.rpc.soap.SOAPFaultException
Gets the faultactor element.
getFaultCode() - Method in exception javax.xml.rpc.soap.SOAPFaultException
Gets the faultcode element.
getFaultString() - Method in exception javax.xml.rpc.soap.SOAPFaultException
Gets the faultstring element.
getFeatureDescriptors(ELContext, Object) - Method in class javax.el.ArrayELResolver
Always returns null, since there is no reason to iterate through set set of all integers.
getFeatureDescriptors(ELContext, Object) - Method in class javax.el.BeanELResolver
If the base object is not null, returns an Iterator containing the set of JavaBeans properties available on the given object.
getFeatureDescriptors(ELContext, Object) - Method in class javax.el.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.servlet.jsp.el.ImplicitObjectELResolver
If the base object is null, and the property matches the name of a JSP implicit object, returns an Iterator containing FeatureDescriptor objects with information about each JSP implicit object resolved by this resolver.
getFeatureDescriptors(ELContext, Object) - Method in class javax.servlet.jsp.el.ScopedAttributeELResolver
If the base object is null, returns an Iterator containing FeatureDescriptor objects with information about each scoped attribute resolved by this resolver.
getFetches() - Method in interface javax.persistence.criteria.FetchParent
Return the fetch joins that have been made from this type.
getFields() - Method in interface javax.enterprise.inject.spi.AnnotatedType
Get the fields of the type.
getFile() - Method in class javax.mail.URLName
Returns the file name of this URLName.
getFilename() - Method in interface javax.enterprise.deploy.model.DDBeanRoot
Returns the filename relative to the root of the module of the XML instance document this DDBeanRoot represents.
getFileName() - Method in class javax.mail.internet.MimeBodyPart
Get the filename associated with this body part.
getFileName() - Method in class javax.mail.internet.MimeMessage
Get the filename associated with this Message.
getFileName() - Method in interface javax.mail.Part
Get the filename associated with this part, if possible.
getFileSizeThreshold() - Method in class javax.servlet.MultipartConfigElement
Gets the size threshold after which files will be written to disk.
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.
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 interface javax.ws.rs.core.MultivaluedMap
A shortcut to get the first value of the supplied key.
getFirstName() - Method in interface javax.xml.registry.infomodel.PersonName
Gets the first name for this Person.
getFirstResult() - Method in interface javax.persistence.Query
The position of the first result the query object was set to retrieve.
getFlags() - Method in class javax.mail.internet.MimeMessage
Return a Flags object containing the flags for this message.
getFlags() - Method in class javax.mail.Message
Returns a Flags object containing the flags for this message.
getFlags() - Method in class javax.mail.search.FlagTerm
Return the Flags to test.
getFlash() - Method in class javax.faces.context.ExternalContext

Return the threadsafe Flash for this application.

getFlash() - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext#getFlash() on the wrapped ExternalContext object.getFloat(String) - Method in interface javax.jms.MapMessage
Returns the float value with the specified name.
getFloatProperty(String) - Method in interface javax.jms.Message
Returns the value of the float property with the specified name.
getFlushMode() - Method in interface javax.persistence.EntityManager
Get the flush mode that applies to all objects contained in the persistence context.
getFlushMode() - Method in interface javax.persistence.Query
Get the flush mode in effect for the query execution.
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 dead 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.
getFromAction() - Method in class javax.faces.application.NavigationCase

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

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

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

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

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

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.
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.
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.
getGroupList() - Method in interface javax.persistence.criteria.AbstractQuery
Return a list of the grouping expressions.
getGroupRestriction() - Method in interface javax.persistence.criteria.AbstractQuery
Return the predicate that corresponds to the restriction(s) over the grouping items, or null if no restrictions have been specified.
getGroups() - Method in class javax.security.auth.message.callback.GroupPrincipalCallback
Get the array of group names.
getGroups() - Method in interface javax.validation.metadata.ConstraintDescriptor
The set of groups the constraint is applied on.
getHandle() - Method in interface javax.ejb.EJBObject
Obtain a handle for the EJB object.
getHandle() - Method in interface javax.ejb.Timer
Get a serializable handle to the timer.
getHandledExceptionQueuedEvent() - Method in class javax.faces.context.ExceptionHandler

Return the first ExceptionQueuedEvent handled by this handler.

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

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

getHandledExceptionQueuedEvents() - Method in class javax.faces.context.ExceptionHandlerWrapper
The default behavior of this method is to call ExceptionHandler#getHandledExceptionQueuedEvents() on the wrapped ExceptionHandler object.
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
The default behaviour of this method is to call HttpServletResponse#getHeader on the wrapped response object.
getHeader(String) - Method in interface javax.servlet.http.Part
Returns the value of the specified mime header as a String.
getHeaderClass() - Method in class javax.faces.component.html.HtmlColumn
Return the value of the headerClass property.
getHeaderClass() - Method in class javax.faces.component.html.HtmlDataTable
Return the value of the headerClass property.
getHeaderClass() - Method in class javax.faces.component.html.HtmlPanelGrid
Return the value of the headerClass property.
getHeaderName() - Method in class javax.mail.search.HeaderTerm
Return the name of the header to compare with.
getHeaderNames() - Method in class javax.mail.FetchProfile
Get the names of the header-fields set in this profile.
getHeaderNames() - Method in interface javax.servlet.http.HttpServletRequest
Returns an enumeration of all the header names this request contains.
getHeaderNames() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getHeaderNames() on the wrapped request object.
getHeaderNames() - Method in interface javax.servlet.http.HttpServletResponse
Gets the names of the headers of this response.
getHeaderNames() - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behaviour of this method is to call HttpServletResponse#getHeaderNames on the wrapped response object.
getHeaderNames() - Method in interface javax.servlet.http.Part
Gets the header names of this Part.
getHeaders(String) - Method in interface javax.servlet.http.HttpServletRequest
Returns all the values of the specified request header as an Enumeration of String objects.
getHeaders(String) - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getHeaders(String name) on the wrapped request object.
getHeaders(String) - Method in interface javax.servlet.http.HttpServletResponse
Gets the values of the response header with the given name.
getHeaders(String) - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behaviour of this method is to call HttpServletResponse#getHeaders on the wrapped response object.
getHeaders(String) - Method in interface javax.servlet.http.Part
Gets the values of the Part header with the given name.
getHeaders() - Method in 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.
getHeapSize() - Method in interface javax.management.j2ee.statistics.JVMStats
Size of the JVM's heap.
getHeight() - Method in class javax.faces.component.html.HtmlGraphicImage
Return the value of the height property.
getHighWaterMark() - Method in interface javax.management.j2ee.statistics.RangeStatistic
The highest value this attribute has held since the beginning of the measurement.
getHints() - Method in class javax.faces.component.behavior.AjaxBehavior

This method returns an unmodifiable Set containing the ClientBehaviorHint SUBMITTING.

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

Returns hints that describe the behavior of the ClientBehavior implementation.

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

Default implementation of ClientBehavior#getHints().

getHints() - Method in class javax.faces.component.visit.VisitContext
Returns hints that influence the behavior of the tree visit.
getHints() - Method in class javax.faces.component.visit.VisitContextWrapper
 
getHints() - Method in interface javax.persistence.Query
Get the properties and hints and associated values that are in effect for the query instance.
getHints() - Method in class javax.resource.spi.work.HintsContext
 
getHomeHandle() - Method in interface javax.ejb.EJBHome
Obtain a handle for the remote home object.
getHomeInterfaceClass() - Method in interface javax.ejb.EJBMetaData
Obtain the class object for the enterprise bean's remote home interface.
getHost() - Method in class javax.mail.internet.NewsAddress
Get the host.
getHost() - Method in class javax.mail.URLName
Returns the host of this URLName.
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
Returns a HttpContext for this exchange.
getHttpMethodConstraints() - Method in class javax.servlet.ServletSecurityElement
Gets the (possibly empty) collection of HTTP Method specific constraint elements.
getHttpSession() - Method in interface javax.xml.rpc.server.ServletEndpointContext
The getHttpSession method returns the current HTTP session (as a javax.servlet.http.HTTPSession).
getId() - Method in interface javax.enterprise.context.Conversation
Get the identifier of the current long-running conversation.
getId() - Method in interface javax.enterprise.deploy.model.DDBean
Returns a tool-specific reference for attribute ID on an element in the deployment descriptor.
getId() - Method in interface javax.enterprise.inject.spi.PassivationCapable
A string that uniquely identifies the instance of Bean or Contextual.
getId() - Method in class javax.faces.component.UIComponent
Return the component identifier of this UIComponent.
getId() - Method in class javax.faces.component.UIComponentBase
 
getId() - Method in class javax.faces.view.ViewDeclarationLanguage

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

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.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.
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.
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.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.
getInitParameter(String) - Method in class javax.faces.context.ExternalContext
Return the value of the specified application initialization parameter (if any).
getInitParameter(String) - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext#getInitParameter(String) on the wrapped ExternalContext object.
getInitParameter(String) - Method in interface javax.servlet.FilterConfig
Returns a String containing the value of the named initialization parameter, or null if the initialization parameter does not exist.
getInitParameter(String) - Method in class javax.servlet.GenericServlet
Returns a String containing the value of the named initialization parameter, or null if the parameter does not exist.
getInitParameter(String) - Method in interface javax.servlet.Registration
Gets the value of the initialization parameter with the given name that will be used to initialize the Servlet or Filter represented by this Registration object.
getInitParameter(String) - Method in interface javax.servlet.ServletConfig
Gets the value of the initialization parameter with the given name.
getInitParameter(String) - Method in interface javax.servlet.ServletContext
Returns a String containing the value of the named context-wide initialization parameter, or null if the parameter does not exist.
getInitParameterMap() - Method in class javax.faces.context.ExternalContext
Return an immutable Map whose keys are the set of application initialization parameter names configured for this application, and whose values are the corresponding parameter values.
getInitParameterMap() - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext#getInitParameterMap on the wrapped ExternalContext object.
getInitParameterNames() - Method in interface javax.servlet.FilterConfig
Returns the names of the filter's initialization parameters as an Enumeration of String objects, or an empty Enumeration if the filter has no initialization parameters.
getInitParameterNames() - Method in class javax.servlet.GenericServlet
Returns the names of the servlet's initialization parameters as an Enumeration of String objects, or an empty Enumeration if the servlet has no initialization parameters.
getInitParameterNames() - Method in interface javax.servlet.ServletConfig
Returns the names of the servlet's initialization parameters as an Enumeration of String objects, or an empty Enumeration if the servlet has no initialization parameters.
getInitParameterNames() - Method in interface javax.servlet.ServletContext
Returns the names of the context's initialization parameters as an Enumeration of String objects, or an empty Enumeration if the context has no initialization parameters.
getInitParameters() - Method in class javax.servlet.jsp.tagext.TagLibraryValidator
Get the init parameters data as an immutable Map.
getInitParameters() - Method in interface javax.servlet.Registration
Gets an immutable (and possibly empty) Map containing the currently available initialization parameters that will be used to initialize the Servlet or Filter represented by this Registration object.
getInjectableReference(InjectionPoint, CreationalContext<?>) - Method in interface javax.enterprise.inject.spi.BeanManager
Obtains an injectable reference for a certain injection point.
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.
getInputStream() - Method in class javax.faces.application.Resource

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

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

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

getInputStream() - Method in class javax.mail.internet.MimeBodyPart
Return a decoded input stream for this body part's "content".
getInputStream() - Method in class javax.mail.internet.MimeMessage
Return a decoded input stream for this Message's "content".
getInputStream() - Method in class javax.mail.internet.MimePartDataSource
Returns an input stream from this MimePart.
getInputStream() - Method in interface javax.mail.Part
Return an input stream for this part's "content".
getInputStream() - Method in class javax.mail.util.ByteArrayDataSource
Return an InputStream for the data.
getInputStream() - Method in interface javax.servlet.http.Part
Gets the content of this part as an InputStream
getInputStream() - Method in class javax.servlet.jsp.tagext.PageData
Returns an input stream on the XML view of a JSP page.
getInputStream() - Method in interface javax.servlet.ServletRequest
Retrieves the body of the request as binary data using a ServletInputStream.
getInputStream() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getInputStream() on the wrapped request object.
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.
getInt(FaceletContext) - Method in class javax.faces.view.facelets.TagAttribute
If literal, call Integer.parseInt(String), otherwise call getObject(FaceletContext, Class).
getInt(String) - Method in interface javax.jms.MapMessage
Returns the int value with the specified name.
getInteractionSpecsSupported() - Method in interface javax.resource.cci.ResourceAdapterMetaData
Returns an array of fully-qualified names of InteractionSpec types supported by the CCI implementation for this resource adapter.
getInterceptorBindingDefinition(Class<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.BeanManager
Obtains the set of meta-annotations for a certain interceptor binding type.
getInterceptorBindings() - Method in interface javax.enterprise.inject.spi.Interceptor
Obtains the interceptor bindings of the interceptor.
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.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
 
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
Get the underlying Constructor.
getJavaMember() - Method in interface javax.enterprise.inject.spi.AnnotatedField
Get the underlying Field.
getJavaMember() - Method in interface javax.enterprise.inject.spi.AnnotatedMember
Get the underlying Member.
getJavaMember() - Method in interface javax.enterprise.inject.spi.AnnotatedMethod
Get the underlying Method.
getJavaMember() - Method in interface javax.persistence.metamodel.Attribute
Return the java.lang.reflect.Member for the represented attribute.
getJavaType() - Method in interface javax.persistence.metamodel.Attribute
Return the Java type of the represented attribute.
getJavaType() - Method in interface javax.persistence.metamodel.Type
Return the represented Java type.
getJavaType() - Method in interface javax.persistence.TupleElement
Return the Java type of the tuple element.
getJAXBNode(XmlNode) - Method in class javax.xml.bind.Binder
Gets the JAXB object associated with the given XML element.
getJdbcDataSource() - Method in interface javax.management.j2ee.statistics.JDBCConnectionStats
Identifies the JDBC driver for the corresponding JDBCConnection.
getJMSCorrelationID() - Method in interface javax.jms.Message
Gets the correlation ID for the message.
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.
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 value.
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.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.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.
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.
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.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.
getKeyType() - Method in interface javax.persistence.metamodel.MapAttribute
Return the type representing the key type of the map.
getLabel() - Method in class javax.faces.component.html.HtmlCommandButton
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.
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.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.core.HttpHeaders
Get the language of the request entity
getLanguage() - Method in class javax.ws.rs.core.Variant
Get the language of the variant
getLargeIcon() - Method in class javax.servlet.jsp.tagext.TagInfo
Get the path to the large icon.
getLastAccessedTime() - Method in interface javax.servlet.http.HttpSession
Returns the last time the client sent a request associated with this session, as the number of milliseconds since midnight January 1, 1970 GMT, and marked by the time the container received the request.
getLastModified(HttpServletRequest) - Method in class javax.servlet.http.HttpServlet
Returns the time the HttpServletRequest object was last modified, in milliseconds since midnight January 1, 1970 GMT.
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.
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
If a bean constraint, the bean instance the constraint is applied on If a property constraint, the bean instance hosting the property the constraint is applied on
getLibraryName() - Method in class javax.faces.application.Resource

Return the libraryName for this resource.

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 class javax.xml.bind.helpers.ValidationEventLocatorImpl
 
getLineNumber() - Method in interface javax.xml.bind.ValidationEventLocator
Return the line number if available
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.
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
Return Marshaller.Listener registered with this Marshaller.
getListener() - Method in interface javax.xml.bind.Unmarshaller
Return Unmarshaller.Listener registered with this 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
Get the Locale stored by a previous invocation to ELContext.setLocale(java.util.Locale).
getLocale() - Method in class javax.faces.component.UIViewRoot
Return the Locale to be used in localizing the response being created for this view.
getLocale() - Method in class javax.faces.convert.DateTimeConverter
Return the Locale to be used when parsing or formatting dates and times.
getLocale() - Method in class javax.faces.convert.NumberConverter
Return the Locale to be used when parsing numbers.
getLocale() - Method in class javax.servlet.jsp.jstl.fmt.LocalizationContext
Gets the locale of this I18N localization context.
getLocale() - Method in interface javax.servlet.ServletRequest
Returns the preferred Locale that the client will accept content in, based on the Accept-Language header.
getLocale() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getLocale() on the wrapped request object.
getLocale() - Method in interface javax.servlet.ServletResponse
Returns the locale specified for this response using the ServletResponse.setLocale(java.util.Locale) method.
getLocale() - Method in class javax.servlet.ServletResponseWrapper
The default behavior of this method is to return getLocale() on the wrapped response object.
getLocale() - Method in interface javax.xml.registry.infomodel.LocalizedString
Get the Locale for this object.
getLocales() - Method in interface javax.servlet.ServletRequest
Returns an Enumeration of Locale objects indicating, in decreasing order starting with the preferred locale, the locales that are acceptable to the client based on the Accept-Language header.
getLocales() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getLocales() on the wrapped request object.
getLocalizedMessage(PageContext, String) - Static method in class javax.servlet.jsp.jstl.fmt.LocaleSupport
Retrieves the localized message corresponding to the given key.
getLocalizedMessage(PageContext, String, String) - Static method in class javax.servlet.jsp.jstl.fmt.LocaleSupport
Retrieves the localized message corresponding to the given key.
getLocalizedMessage(PageContext, String, Object[]) - Static method in class javax.servlet.jsp.jstl.fmt.LocaleSupport
Retrieves the localized message corresponding to the given key, and performs parametric replacement using the arguments specified via args.
getLocalizedMessage(PageContext, String, Object[], String) - Static method in class javax.servlet.jsp.jstl.fmt.LocaleSupport
Retrieves the localized message corresponding to the given key, and performs parametric replacement using the arguments specified via args.
getLocalizedString(Locale, String) - Method in interface javax.xml.registry.infomodel.InternationalString
Gets the LocalizedString for the specified Locale and charsetName.
getLocalizedStrings() - Method in interface javax.xml.registry.infomodel.InternationalString
Returns the LocalizedStrings associated with this object.
getLocalName() - Method in class javax.faces.view.facelets.Tag

Return the XML local name of the tag.

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

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

getLocation() - Method in class javax.faces.view.facelets.TagAttribute
The location of this attribute in the FaceletContext
getLocation() - Method in class javax.servlet.MultipartConfigElement
Gets the directory location where files will be stored.
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.
getLongdesc() - Method in class javax.faces.component.html.HtmlGraphicImage
Return the value of the longdesc property.
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.
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.
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.
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.
getMaximum() - Method in class javax.faces.validator.DoubleRangeValidator
Return the maximum value to be enforced by this Validator or Double.MAX_VALUE if it has not been set.
getMaximum() - Method in class javax.faces.validator.LengthValidator
Return the maximum length to be enforced by this Validator, or 0 if the maximum has not been set.
getMaximum() - Method in class javax.faces.validator.LongRangeValidator
Return the maximum value to be enforced by this Validator.
getMaximumSeverity() - Method in class javax.faces.context.FacesContext
Return the maximum severity level recorded on any FacesMessages that has been queued, whether or not they are associated with any specific UIComponent.
getMaximumSeverity() - Method in class javax.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext#getMaximumSeverity() on the wrapped FacesContext object.
getMaxInactiveInterval() - Method in interface javax.servlet.http.HttpSession
Returns the maximum time interval, in seconds, that the servlet container will keep this session open between client accesses.
getMaxIntegerDigits() - Method in class javax.faces.convert.NumberConverter
Return the maximum number of digits getAsString() should render in the integer portion of the result.
getMaxlength() - Method in class javax.faces.component.html.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.
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.core.HttpHeaders
Get the media type of the request entity
getMediaType() - Method in class javax.ws.rs.core.Variant
Get the media type of the variant
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

Returns the FaceletCache.MemberFactory passed to FaceletCache.setMemberFactories(javax.faces.view.facelets.FaceletCache.MemberFactory, javax.faces.view.facelets.FaceletCache.MemberFactory) for the purpose of creating Facelet instance.

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 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

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

getMessageByUID(long) - Method in interface javax.mail.UIDFolder
Get the Message corresponding to the given UID.
getMessageChangeType() - Method in class javax.mail.event.MessageChangedEvent
Return the type of this event.
getMessageContext() - Method in interface javax.ejb.SessionContext
Obtain a reference to the JAX-RPC MessageContext.
getMessageContext() - Method in class javax.mail.internet.MimePartDataSource
Return the MessageContext for the current part.
getMessageContext() - Method in interface javax.mail.MessageAware
Return the message context.
getMessageContext() - Method in interface javax.xml.rpc.server.ServletEndpointContext
The method getMessageContext returns the MessageContext targeted for this endpoint instance.
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.
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.
getMessageLayer() - Method in interface javax.security.auth.message.config.AuthConfig
Get the message layer name of this authentication context configuration object.
getMessageLayer() - Method in interface javax.security.auth.message.config.AuthConfigFactory.RegistrationContext
Get the layer name from the registration context
getMessageList() - Method in class javax.faces.context.FacesContext

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

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

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

getMessageList() - Method in class javax.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext#getMessageList() on the wrapped FacesContext object.
getMessageList(String) - Method in class javax.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext#getMessageList(String) on the wrapped FacesContext object.
getMessageListener() - Method in interface javax.jms.MessageConsumer
Gets the message consumer's MessageListener.
getMessageListener() - Method in interface javax.jms.Session
Returns the session's distinguished message listener (optional).
getMessageNumber() - Method in class javax.mail.Message
Get the Message number for this Message.
getMessages() - Method in class javax.faces.context.FacesContext
Return an Iterator over the FacesMessages that have been queued, whether or not they are associated with any specific client identifier.
getMessages(String) - Method in class javax.faces.context.FacesContext
Return an Iterator over the FacesMessages that have been queued that are associated with the specified client identifier (if clientId is not null), or over the FacesMessages that have been queued that are not associated with any specific client identifier (if clientId is null).
getMessages() - Method in class javax.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext#getMessages() on the wrapped FacesContext object.
getMessages(String) - Method in class javax.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext#getMessages(String) on the wrapped FacesContext object.
getMessages() - Method in class javax.mail.event.MessageCountEvent
Return the array of messages added or removed.
getMessages(int, int) - Method in class javax.mail.Folder
Get the Message objects for message numbers ranging from start through end, both start and end inclusive.
getMessages(int[]) - Method in class javax.mail.Folder
Get the Message objects for message numbers specified in the array.
getMessages() - Method in class javax.mail.Folder
Get all Message objects from this Folder.
getMessagesByUID(long, long) - Method in interface javax.mail.UIDFolder
Get the Messages specified by the given range.
getMessagesByUID(long[]) - Method in interface javax.mail.UIDFolder
Get the Messages specified by the given array of UIDs.
getMessageSelector() - Method in interface javax.jms.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
 
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.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
Get metadata associated with the response as a map.
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

Returns the FaceletCache.MemberFactory passed to FaceletCache.setMemberFactories(javax.faces.view.facelets.FaceletCache.MemberFactory, javax.faces.view.facelets.FaceletCache.MemberFactory) for the purpose of creating View Metadata Facelet instance.

getMetamodel() - Method in interface javax.persistence.EntityManager
Return an instance of Metamodel interface for access to the metamodel of the persistence unit.
getMetamodel() - Method in interface javax.persistence.EntityManagerFactory
Return an instance of Metamodel interface for access to the metamodel of the persistence unit.
getMethod() - Method in interface javax.interceptor.InvocationContext
Returns the method of the target class for which the interceptor was invoked.
getMethod() - Method in interface javax.servlet.http.HttpServletRequest
Returns the name of the HTTP method with which this request was made, for example, GET, POST, or PUT.
getMethod() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getMethod() on the wrapped request object.
getMethod() - Method in interface javax.ws.rs.core.Request
Get the request method, e.g.
getMethodExpression(FaceletContext, Class, Class[]) - Method in class javax.faces.view.facelets.TagAttribute
Create a MethodExpression, using this attribute's value as the expression String.
getMethodInfo(ELContext) - Method in class javax.el.MethodExpression
Evaluates the expression relative to the provided context, and returns information about the actual referenced method.
getMethodName() - Method in class javax.servlet.HttpMethodConstraintElement
Gets the HTTP method name.
getMethodNames() - Method in class javax.servlet.ServletSecurityElement
Gets the set of HTTP method names named by the HttpMethodConstraints.
getMethodReadyCount() - Method in interface javax.management.j2ee.statistics.SessionBeanStats
Number of beans in the method-ready state.
getMethods() - Method in interface javax.enterprise.inject.spi.AnnotatedType
Get the methods of the type.
getMethodSignature() - Method in class javax.servlet.jsp.tagext.TagAttributeInfo
Returns the expected method signature of this deferred method attribute.
getMiddleName() - Method in interface javax.xml.registry.infomodel.PersonName
Gets the middle name for this Person.
getMimeType(String) - Method in class javax.faces.context.ExternalContext

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

getMimeType(String) - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext#getMimeType(String) on the wrapped ExternalContext object.
getMimeType(String) - Method in interface javax.servlet.ServletContext
Returns the MIME type of the specified file, or null if the MIME type is not known.
getMimeType() - Method in interface javax.xml.registry.infomodel.ExtrinsicObject
Gets the mime type associated with this object.
getMinFractionDigits() - Method in class javax.faces.convert.NumberConverter
Return the minimum number of digits getAsString() should render in the fraction portion of the result.
getMinimum() - Method in class javax.faces.validator.DoubleRangeValidator
Return the minimum value to be enforced by this Validator, or Double.MIN_VALUE if it has not been set.
getMinimum() - Method in class javax.faces.validator.LengthValidator
Return the minimum length to be enforced by this Validator, or 0 if the minimum has not been set.
getMinimum() - Method in class javax.faces.validator.LongRangeValidator
Return the minimum value to be enforced by this Validator.
getMinIntegerDigits() - Method in class javax.faces.convert.NumberConverter
Return the minimum number of digits getAsString() should render in the integer portion of the result.
getMinorVersion() - Method in interface javax.servlet.ServletContext
Returns the minor version of 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.
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.Bean
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 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.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.Path.Node
Property name the node represents or null if representing an entity on the leaf node (in particular the node in a Path representing the root object has its name null).
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.
getNamedDispatcher(String) - Method in interface javax.servlet.ServletContext
Returns a RequestDispatcher object that acts as a wrapper for the named servlet.
getNameFromAttribute() - Method in class javax.servlet.jsp.tagext.TagVariableInfo
The body of the <name-from-attribute> element.
getNameGiven() - Method in class javax.servlet.jsp.tagext.TagVariableInfo
The body of the <name-given> element.
getNames() - Method in class javax.mail.internet.ParameterList
Return an enumeration of the names of all parameters in this list.
getNamespace() - Method in class javax.faces.view.facelets.Tag

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

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

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

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

Return the NavigationCase representing the navigation that would be taken had NavigationHandler#handleNavigation been called with the same arguments or null if there is no such case.

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>.

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

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

getNewFolder() - Method in class javax.mail.event.FolderEvent
If this event indicates that a folder is renamed, (i.e, the event type is RENAMED), then this method returns the Folder object representing the new name.
getNewMessageCount() - Method in class javax.mail.Folder
Get the number of new messages in this Folder.
getNewsgroup() - Method in class javax.mail.internet.NewsAddress
Get the newsgroup.
getNewTempClassLoader() - Method in interface javax.persistence.spi.PersistenceUnitInfo
Return a new instance of a ClassLoader that the provider may use to temporarily load any classes, resources, or open URLs.
getNewValue() - Method in class javax.faces.event.ValueChangeEvent
Return the current local value of the source UIComponent.
getNextException() - Method in exception javax.mail.MessagingException
Get the next exception chained to this one.
getNextHandler() - Method in interface javax.faces.view.facelets.TagConfig

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

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(Object) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
By default, the getNode method is unsupported and throw an UnsupportedOperationException.
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.
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 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.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
Obtains the set of observed event qualifiers.
getObservedType() - Method in interface javax.enterprise.inject.spi.ObserverMethod
Obtains the observed event type.
getObserverMethod() - Method in interface javax.enterprise.inject.spi.ProcessObserverMethod
The ObserverMethod object that will be used by the container to invoke the observer when a matching event is fired.
getOffset() - Method in class javax.enterprise.deploy.shared.ActionType
Returns the lowest integer value used by this enumeration value's enumeration class.
getOffset() - Method in class javax.enterprise.deploy.shared.CommandType
Returns the lowest integer value used by this enumeration value's enumeration class.
getOffset() - Method in class javax.enterprise.deploy.shared.DConfigBeanVersionType
Returns the lowest integer value used by this enumeration value's enumeration class.
getOffset() - Method in class javax.enterprise.deploy.shared.ModuleType
Returns the lowest integer value used by this enumeration value's enumeration class.
getOffset() - Method in class javax.enterprise.deploy.shared.StateType
Returns the lowest integer value used by this enumeration value's enumeration class.
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.
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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.
getOperationName() - Method in interface javax.xml.rpc.Call
Gets the name of the operation to be invoked using this Call instance.
getOperator() - Method in interface javax.persistence.criteria.Predicate
Return the boolean operator for the predicate.
getOrderList() - Method in interface javax.persistence.criteria.CriteriaQuery
Return the ordering expressions in order of precedence.
getOrdinal() - Method in class javax.faces.application.FacesMessage.Severity
Return the ordinal value of this FacesMessage.Severity instance.
getOrdinal() - Method in class javax.faces.event.PhaseId
Return the ordinal value of this PhaseId instance.
getOrganization() - Method in interface javax.xml.registry.infomodel.User
Gets the Organization that this User is affiliated with.
getOrigin() - Method in interface javax.management.j2ee.statistics.JMSConsumerStats
Returns a string that encapsulates the identity of a message origin
getOut() - Method in class javax.servlet.jsp.JspContext
The current value of the out object (a JspWriter).
getOutcome() - Method in class javax.faces.component.UIOutcomeTarget

Returns the outcome property of the UIOutcomeTarget.

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.ServletResponse
Returns a ServletOutputStream suitable for writing binary data in the response.
getOutputStream() - Method in class javax.servlet.ServletResponseWrapper
The default behavior of this method is to return getOutputStream() on the wrapped response object.
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.
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.
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.
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.component.behavior.ClientBehaviorContext

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

getParameters() - Method in interface javax.interceptor.InvocationContext
Returns the parameter values that will be passed to the method 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 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
getParameterValue(Parameter<T>) - Method in interface javax.persistence.Query
Return the value bound to the parameter.
getParameterValue(String) - Method in interface javax.persistence.Query
Return the value bound to the named parameter.
getParameterValue(int) - Method in interface javax.persistence.Query
Return the 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.
getParamTypes() - Method in class javax.el.MethodInfo
Returns the parameter types of the method
getParent() - Method in class javax.faces.component.UIComponent
Return the parent UIComponent of this UIComponent, if any.
getParent() - Method in class javax.faces.component.UIComponentBase
 
getParent() - Method in class javax.faces.webapp.UIComponentClassicTagBase
Return the Tag that is the parent of this instance.
getParent() - Method in class javax.mail.BodyPart
Return the containing Multipart object, or null if not known.
getParent() - Method in class javax.mail.Folder
Returns the parent folder of this folder.
getParent() - Method in class javax.mail.Multipart
Return the Part that contains this Multipart object, or null if not known.
getParent() - Method in interface javax.persistence.criteria.Fetch
Return the parent of the fetched item.
getParent() - Method in interface javax.persistence.criteria.Join
Return the parent of the join.
getParent() - Method in interface javax.persistence.criteria.Subquery
Return the query of which this is a subquery.
getParent() - Method in interface javax.servlet.jsp.tagext.SimpleTag
Returns the parent of this tag, for collaboration purposes.
getParent() - Method in class javax.servlet.jsp.tagext.SimpleTagSupport
Returns the parent of this tag, for collaboration purposes.
getParent() - Method in interface javax.servlet.jsp.tagext.Tag
Get the parent (closest enclosing tag handler) for this tag handler.
getParent() - Method in class javax.servlet.jsp.tagext.TagAdapter
Returns the parent of this tag, which is always getAdaptee().getParent().
getParent() - Method in class javax.servlet.jsp.tagext.TagSupport
The Tag instance most closely enclosing this tag instance.
getParent() - Method in interface javax.xml.registry.infomodel.Concept
Gets the parent Concept or ClassificationScheme for this object.
getParentConcept() - Method in interface javax.xml.registry.infomodel.Concept
Gets the parent Concept or null if parent is a ClassificationScheme.
getParentOrganization() - Method in interface javax.xml.registry.infomodel.Organization
Gets the parent (container) organization.
getParentPath() - Method in interface javax.persistence.criteria.Path
Return the parent "node" in the path or null if no parent.
getParentTargetModuleID() - Method in interface javax.enterprise.deploy.spi.TargetModuleID
Retrieve the identifier of the parent object of this deployed module.
getParentUIComponentClassicTagBase(PageContext) - Static method in class javax.faces.webapp.UIComponentClassicTagBase
Locate and return the nearest enclosing UIComponentClassicTagBase if any; otherwise, return null.
getParentUIComponentTag(PageContext) - Static method in class javax.faces.webapp.UIComponentTag
Deprecated. Locate and return the nearest enclosing UIComponentTag if any; otherwise, return null.
getPart() - Method in class javax.mail.MessageContext
Return the Part that contains the content.
getPart(String) - Method in interface javax.servlet.http.HttpServletRequest
Gets the Part with the given name.
getPart(String) - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to call getPart on the wrapped request object.
getPartialResponseWriter() - Method in class javax.faces.context.PartialViewContext

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

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

Return the PartialViewContext for this request.

getPartialViewContext() - Method in class javax.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext#getPartialViewContext() ()} on the wrapped FacesContext object.
getPartialViewContext(FacesContext) - Method in class javax.faces.context.PartialViewContextFactory
Create (if needed) and return a PartialViewContext instance that is initialized using the current FacesContext instance.
getParts() - Method in interface javax.servlet.http.HttpServletRequest
Gets all the Part components of this request, provided that it is of type multipart/form-data.
getParts() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to call getParts on the wrapped request object.
getPassivationCapableBean(String) - Method in interface javax.enterprise.inject.spi.BeanManager
Returns the PassivationCapable bean with the given identifier.
getPassiveCount() - Method in interface javax.management.j2ee.statistics.StatefulSessionBeanStats
Number of beans that are in the passive state.
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 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.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.
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.
getPhaseId() - Method in class javax.faces.event.ExceptionQueuedEventContext

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

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

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

getPhaseListeners() - Method in class javax.faces.lifecycle.Lifecycle
Return the set of registered PhaseListeners for this Lifecycle instance.
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 QNames of service endpoints grouped by this service
getPorts() - Method in class javax.xml.ws.Service
Returns an Iterator for the list of QNames of service endpoints grouped by this service
getPorts() - Method in class javax.xml.ws.spi.ServiceDelegate
Returns an Iterator for the list of QNames of service endpoints grouped by this service
getPortTypeName() - Method in interface javax.xml.rpc.Call
Gets the qualified name of the port type.
getPos() - Method in exception javax.mail.internet.AddressException
Get the position with the reference string where the error was detected (-1 if not relevant).
getPosition() - Method in interface javax.enterprise.inject.spi.AnnotatedParameter
Get the position of the parameter in the method or constructor argument list.
getPosition() - Method in interface javax.mail.internet.SharedInputStream
Return the current position in the InputStream, as an offset from the beginning of the InputStream.
getPosition() - Method in class javax.mail.util.SharedByteArrayInputStream
Return the current position in the InputStream, as an offset from the beginning of the InputStream.
getPosition() - Method in class javax.mail.util.SharedFileInputStream
Return the current position in the InputStream, as an offset from the beginning of the InputStream.
getPosition() - Method in interface javax.persistence.Parameter
Return the parameter position, or null if the parameter is not a positional parameter.
getPostalAddress() - Method in interface javax.xml.registry.infomodel.Organization
Gets the Address for this Organization.
getPostalAddresses() - Method in interface javax.xml.registry.infomodel.User
Gets the postal address for this User.
getPostalCode() - Method in interface javax.xml.registry.infomodel.PostalAddress
Returns the postal or zip code.
getPostalScheme() - Method in interface javax.xml.registry.infomodel.PostalAddress
Returns a user-defined postal scheme for codifying the attributes of PostalAddress.
getPreamble() - Method in class javax.mail.internet.MimeMultipart
Get the preamble text, if any, that appears before the first body part of this multipart.
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.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.
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

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

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.spi.ConfigurationState
Returns a map of non type-safe custom 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 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
getPropertyName() - Method in interface javax.validation.metadata.PropertyDescriptor
Name of the property acording to the Java Bean specification.
getPropertyNames() - Method in interface javax.jms.Message
Returns an Enumeration of all the property names.
getPropertyNames() - Method in interface javax.xml.rpc.Call
Gets the names of configurable properties supported by this Call object.
getPropertyNames() - Method in interface javax.xml.rpc.handler.MessageContext
Returns an Iterator view of the names of the properties in this MessageContext
getPropertyPath() - Method in interface javax.validation.ConstraintViolation
 
getPropertyResolver() - Method in class javax.faces.application.Application
Deprecated. This has been replaced by Application.getELResolver().
getPropertyResolver() - Method in class javax.faces.application.ApplicationWrapper

The default behavior of this method is to call Application#getPropertyResolver on the wrapped Application object.

getPropertyType() - Method in class javax.el.BeanELResolver.BeanProperty
 
getPropertyType(String) - Method in class javax.faces.view.facelets.MetadataTarget

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

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.
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
getQualifiers() - Method in interface javax.enterprise.inject.spi.Bean
Obtains the qualifiers of the bean.
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 class javax.xml.ws.spi.http.HttpExchange
Returns the query string that is contained in the request URI after the path.
getQueue() - Method in interface javax.jms.QueueBrowser
Gets the queue associated with this queue browser.
getQueue() - Method in interface javax.jms.QueueReceiver
Gets the Queue associated with this queue receiver.
getQueue() - Method in interface javax.jms.QueueSender
Gets the queue associated with this QueueSender.
getQueueName() - Method in interface javax.jms.Queue
Gets the name of this queue.
getQueueSession() - Method in interface javax.jms.XAQueueSession
Gets the queue session associated with this XAQueueSession.
getQuota(String) - Method in interface javax.mail.QuotaAwareStore
Get the quotas for the named folder.
getRawInputStream() - Method in class javax.mail.internet.MimeBodyPart
Return an InputStream to the raw data with any Content-Transfer-Encoding intact.
getRawInputStream() - Method in class javax.mail.internet.MimeMessage
Return an InputStream to the raw data with any Content-Transfer-Encoding intact.
getRawType() - Method in class javax.enterprise.util.TypeLiteral
 
getRawType() - Method in class javax.ws.rs.core.GenericEntity
Gets the raw type of the enclosed entity.
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() - Method in class javax.el.BeanELResolver.BeanProperty
 
getReadMethod(String) - Method in class javax.faces.view.facelets.MetadataTarget

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

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

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

getRealPath(String) - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext#getRealPath(String) on the wrapped ExternalContext object.
getRealPath(String) - Method in interface javax.servlet.ServletContext
Gets the real path corresponding to the given virtual path.
getRealPath(String) - Method in interface javax.servlet.ServletRequest
Deprecated. As of Version 2.1 of the Java Servlet API, use ServletContext#getRealPath instead.
getRealPath(String) - Method in class javax.servlet.ServletRequestWrapper
Deprecated. As of Version 2.1 of the Java Servlet API, use ServletContext#getRealPath instead
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

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

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
The default behavior of this method is to call ViewHandler#getRedirectURL(javax.faces.context.FacesContext, String, java.util.Map, boolean) on the wrapped ViewHandler object.
getRef() - Method in exception javax.mail.internet.AddressException
Get the string that was being parsed when the error was detected (null if not relevant).
getRef() - Method in class javax.mail.URLName
Returns the reference of this URLName.
getReference(Bean<?>, Type, CreationalContext<?>) - Method in interface javax.enterprise.inject.spi.BeanManager
Obtains a contextual reference for a certain bean and a certain bean type of the bean.
getReference(Class<T>, Object) - Method in interface javax.persistence.EntityManager
Get an instance, whose state may be lazily fetched.
getRegisteredEncodingStyleURIs() - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
Returns a list of registered encodingStyle URIs in this TypeMappingRegistry instance.
getRegistrationContext(String) - Method in class javax.security.auth.message.config.AuthConfigFactory
Get the the registration context for the identified registration.
getRegistrationIDs(AuthConfigProvider) - Method in class javax.security.auth.message.config.AuthConfigFactory
Get the registration identifiers for all registrations of the provider instance at the factory.
getRegistryObject() - Method in interface javax.xml.registry.infomodel.AuditableEvent
Gets the RegistryObject associated with this AuditableEvent.
getRegistryObject() - Method in interface javax.xml.registry.infomodel.ExternalIdentifier
Gets the parent RegistryObject for this ExternalIdentifier.
getRegistryObject(String, String) - Method in interface javax.xml.registry.QueryManager
Gets the RegistryObject specified by the Id and type of object.
getRegistryObject(String) - Method in interface javax.xml.registry.QueryManager
Gets the RegistryObject specified by the Id.
getRegistryObjects() - Method in interface javax.xml.registry.infomodel.RegistryPackage
Gets the collection of member RegistryObjects of this RegistryPackage.
getRegistryObjects(Collection) - Method in interface javax.xml.registry.QueryManager
Gets the specified RegistryObjects.
getRegistryObjects(Collection, String) - Method in interface javax.xml.registry.QueryManager
Gets the specified RegistryObjects.
getRegistryObjects() - Method in interface javax.xml.registry.QueryManager
Gets the RegistryObjects owned by the caller.
getRegistryObjects(String) - Method in interface javax.xml.registry.QueryManager
Gets the RegistryObjects owned by the caller, that are of the specified type.
getRegistryPackages() - Method in interface javax.xml.registry.infomodel.RegistryObject
Returns the Package associated with this object.
getRegistryService() - Method in interface javax.xml.registry.Connection
Gets the RegistryService interface associated with the Connection.
getRegistryService() - Method in interface javax.xml.registry.LifeCycleManager
Returns the parent RegistryService that created this object.
getRegistryService() - Method in interface javax.xml.registry.QueryManager
Returns the parent RegistryService that created this object.
getRel() - Method in class javax.faces.component.html.HtmlCommandLink
Return the value of the rel property.
getRel() - Method in class javax.faces.component.html.HtmlOutcomeTargetLink
Return the value of the rel property.
getRel() - Method in class javax.faces.component.html.HtmlOutputLink
Return the value of the rel property.
getReliableURN() - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
The "reliable" URN indicated in the TLD (the uri element).
getRemainder() - Method in class javax.mail.internet.HeaderTokenizer
Return the rest of the Header.
getRemaining() - Method in class javax.servlet.jsp.JspWriter
This method returns the number of unused bytes in the buffer.
getRemoteAddr() - Method in interface javax.servlet.ServletRequest
Returns the Internet Protocol (IP) address of the client or last proxy that sent the request.
getRemoteAddr() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getRemoteAddr() on the wrapped request object.
getRemoteAddress() - Method in class javax.xml.ws.spi.http.HttpExchange
Returns the unresolved address of the remote entity invoking this request.
getRemoteHost() - Method in interface javax.servlet.ServletRequest
Returns the fully qualified name of the client or the last proxy that sent the request.
getRemoteHost() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getRemoteHost() on the wrapped request object.
getRemoteInterfaceClass() - Method in interface javax.ejb.EJBMetaData
Obtain the class object for the enterprise bean's remote interface.
getRemotePort() - Method in interface javax.servlet.ServletRequest
Returns the Internet Protocol (IP) source port of the client or last proxy that sent the request.
getRemotePort() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getRemotePort() on the wrapped request object.
getRemoteUser() - Method in class javax.faces.context.ExternalContext
Return the login name of the user making the current request if any; otherwise, return null.
getRemoteUser() - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext#getRemoteUser on the wrapped ExternalContext object.
getRemoteUser() - Method in interface javax.servlet.http.HttpServletRequest
Returns the login of the user making this request, if the user has been authenticated, or null if the user has not been authenticated.
getRemoteUser() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getRemoteUser() on the wrapped request object.
getRemoveCount() - Method in interface javax.management.j2ee.statistics.EJBStats
Number of times remove was called.
getRender() - Method in class javax.faces.component.behavior.AjaxBehavior

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

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

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

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

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

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

RendererType to set on created UIComponent instances.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Returns the port number to which the request was sent.

getRequestServerPort() - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext#getRequestServerPort on the wrapped ExternalContext object.
getRequestServletPath() - Method in class javax.faces.context.ExternalContext
Return the servlet path information (if any) included in the request URI; otherwise, return null.
getRequestServletPath() - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext#getRequestServletPath on the wrapped ExternalContext object.
getRequestURI() - Method in interface javax.servlet.http.HttpServletRequest
Returns the part of this request's URL from the protocol name up to the query string in the first line of the HTTP request.
getRequestURI() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getRequestURI() on the wrapped request object.
getRequestURI() - Method in class javax.servlet.jsp.ErrorData
Returns the request URI.
getRequestUri() - Method in interface javax.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
If there has been a call to UIInput.setRequiredMessage(java.lang.String) on this instance, return the message.
getRequiredVersion() - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
A string describing the required version of the JSP container.
getResource(String) - Method in class javax.faces.context.ExternalContext
Return a URL for the application resource mapped to the specified path, if it exists; otherwise, return null.
getResource(String) - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext#getResource(String) on the wrapped ExternalContext object.
getResource(String) - Method in interface javax.servlet.ServletContext
Returns a URL to the resource that is mapped to the given path.
getResource(Object) - Method in interface javax.transaction.TransactionSynchronizationRegistry
Get an object from the Map of resources being managed for the transaction bound to the current thread at the time this method is called.
getResourceAdapter() - Method in interface javax.resource.spi.ResourceAdapterAssociation
Get the associated ResourceAdapter object.
getResourceAsStream(String) - Method in class javax.faces.context.ExternalContext
Return an InputStream for an application resource mapped to the specified path, if it exists; otherwise, return null.
getResourceAsStream(String) - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext#getResourceAsStream(String) on the wrapped ExternalContext object.
getResourceAsStream(String) - Method in interface javax.servlet.ServletContext
Returns the resource located at the named path as an InputStream object.
getResourceBundle(FacesContext, String) - Method in class javax.faces.application.Application
Find a ResourceBundle as defined in the application configuration resources under the specified name.
getResourceBundle(FacesContext, String) - Method in class javax.faces.application.ApplicationWrapper

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

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

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

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

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

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

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

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

Return the resourceName for this resource.

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

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

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

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

getResourceURL(FacesContext, String) - Method in class javax.faces.application.ViewHandlerWrapper
The default behavior of this method is to call ViewHandler#getResourceURL(javax.faces.context.FacesContext, String) on the wrapped ViewHandler object.
getResponse() - Method in class javax.faces.context.ExternalContext
Return the environment-specific object instance for the current response.
getResponse() - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext#getResponse on the wrapped ExternalContext object.
getResponse() - Method in interface javax.servlet.AsyncContext
Gets the response that was used to initialize this AsyncContext by calling ServletRequest#startAsync() or ServletRequest#startAsync(ServletRequest, ServletResponse).
getResponse() - Method in class javax.servlet.jsp.PageContext
The current value of the response object (a ServletResponse).
getResponse() - Method in class javax.servlet.ServletResponseWrapper
Return the wrapped ServletResponse object.
getResponse() - Method in exception javax.ws.rs.WebApplicationException
Get the HTTP response.
getResponseBody() - Method in class javax.xml.ws.spi.http.HttpExchange
Returns a stream to which the response body must be written.
getResponseBufferSize() - Method in class javax.faces.context.ExternalContext

Return the buffer size for the current response.

getResponseBufferSize() - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext#getResponseBufferSize() on the wrapped ExternalContext object.
getResponseCharacterEncoding() - Method in class javax.faces.context.ExternalContext
Returns the name of the character encoding (MIME charset) used for the body sent in this response.
getResponseCharacterEncoding() - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext#getResponseCharacterEncoding on the wrapped ExternalContext object.
getResponseComplete() - Method in class javax.faces.context.FacesContext
Return true if the responseComplete() method has been called for the current request.
getResponseComplete() - Method in class javax.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext#getResponseComplete() on the wrapped FacesContext object.
getResponseContentType() - Method in class javax.faces.context.ExternalContext
Return the MIME Content-Type for this response.
getResponseContentType() - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext#getResponseContentType on the wrapped ExternalContext object.
getResponseContext() - Method in interface javax.xml.ws.BindingProvider
Get the context that resulted from processing a response message.
getResponseHeaders() - Method in class javax.faces.application.Resource

Returns a mutable Map<String, String> whose entries will be sent as response headers during ResourceHandler#handleResourceRequest.

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

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

getResponseHeaders() - Method in class javax.xml.ws.spi.http.HttpExchange
Returns a mutable Map into which the HTTP response headers can be stored and which will be transmitted as part of this response.
getResponseMessage() - Method in interface javax.security.auth.message.MessageInfo
Get the response message object from this MessageInfo.
getResponseOutputStream() - Method in class javax.faces.context.ExternalContext

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

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

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

getResponseOutputWriter() - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext#getResponseOutputWriter on the wrapped ExternalContext object.
getResponses() - Method in class javax.xml.ws.soap.AddressingFeature
If addressing is enabled, this property determines whether endpoint requires the use of anonymous responses, or non-anonymous responses, or all responses.
getResponseStateManager() - Method in class javax.faces.render.RenderKit
Return an instance of ResponseStateManager to handle rendering technology specific state management decisions.
getResponseStateManager() - Method in class javax.faces.render.RenderKitWrapper
The default behavior of this method is to call RenderKit.getResponseStateManager() on the wrapped RenderKit object.
getResponseStream() - Method in class javax.faces.context.FacesContext
Return the ResponseStream to which components should direct their binary output.
getResponseStream() - Method in class javax.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext#getResponseStream() on the wrapped FacesContext object.
getResponseWriter() - Method in class javax.faces.context.FacesContext
Return the ResponseWriter to which components should direct their character-based output.
getResponseWriter() - Method in class javax.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext#getResponseWriter() on the wrapped FacesContext object.
getRestriction() - Method in interface javax.persistence.criteria.AbstractQuery
Return the predicate that corresponds to the where clause restriction(s), or null if no restrictions have been specified.
getResult() - Method in class javax.security.auth.message.callback.PasswordValidationCallback
Get the authentication result.
getResult() - Method in interface javax.xml.bind.UnmarshallerHandler
Obtains the unmarshalled result.
getResult() - Method in class javax.xml.bind.util.JAXBResult
Gets the unmarshalled object created by the transformation.
getResultList() - Method in interface javax.persistence.Query
Execute a SELECT query and return the query results as an untyped List.
getResultList() - Method in interface javax.persistence.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.
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
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.
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.
getRootBean() - Method in interface javax.validation.ConstraintViolation
 
getRootBeanClass() - Method in interface javax.validation.ConstraintViolation
 
getRootCause(Throwable) - Method in class javax.faces.context.ExceptionHandler

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

getRootCause(Throwable) - Method in class javax.faces.context.ExceptionHandlerWrapper
The default behavior of this method is to call ExceptionHandler.getRootCause(Throwable) on the wrapped ExceptionHandler object.
getRootCause() - Method in exception javax.servlet.jsp.el.ELException
Deprecated. Returns the root cause.
getRootCause() - Method in exception javax.servlet.jsp.JspException
Deprecated. As of JSP 2.1, replaced by Throwable.getCause()
getRootCause() - Method in exception javax.servlet.ServletException
Returns the exception that caused this servlet exception.
getRootElement() - Method in class javax.faces.component.html.HtmlDoctype
Return the value of the rootElement property.
getRootOrganization() - Method in interface javax.xml.registry.infomodel.Organization
Gets the root organization.
getRoots() - Method in interface javax.persistence.criteria.AbstractQuery
Return the query roots.
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.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.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.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.
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.
getSchedule() - Method in interface javax.ejb.Timer
Get the schedule expression corresponding to this timer.
getSchema() - Method in class javax.xml.bind.Binder
Gets the last Schema object (including null) set by the Binder.setSchema(Schema) method.
getSchema() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
 
getSchema() - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
getSchema() - Method in interface javax.xml.bind.Marshaller
Get the JAXP 1.3 Schema object being used to perform marshal-time validation.
getSchema() - Method in interface javax.xml.bind.Unmarshaller
Get the JAXP 1.3 Schema object being used to perform unmarshal-time validation.
getSchemaLocation() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
Convenience method for getting the current schemaLocation.
getScheme() - Method in interface javax.servlet.ServletRequest
Returns the name of the scheme used to make this request, for example, http, https, 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.Bean
Obtains the scope of the bean.
getScope() - Method in class javax.faces.event.ScopeContext

Return the scope itself, exposed as a Map.

getScope() - Method in class javax.servlet.jsp.tagext.TagVariableInfo
The body of the <scope> element.
getScope() - Method in class javax.servlet.jsp.tagext.VariableInfo
Returns the lexical scope of the variable.
getScope() - Method in class javax.xml.bind.JAXBElement
Returns scope of xml element declaration.
getScope(String) - Method in interface javax.xml.ws.handler.MessageContext
Gets the scope of a property.
getScopeName() - Method in class javax.faces.event.ScopeContext

Return the name of this custom scope.

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

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

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

Default implementation of of ClientBehavior#getScript.

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.

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.
getSelectedClass() - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
Return the value of the selectedClass property.
getSelectedValues() - Method in class javax.faces.component.UISelectMany
Return the currently selected values, or null if there are no currently selected values.
getSelection() - Method in interface javax.persistence.criteria.AbstractQuery
Return the selection of the query, or null if no selection has been set.
getSelection() - Method in interface javax.persistence.criteria.Subquery
Return the selection expression.
getSelectItems() - Method in class javax.faces.model.SelectItemGroup
Return the set of subordinate SelectItems for this group.
getSender() - Method in class javax.mail.internet.MimeMessage
Returns the value of the RFC 822 "Sender" header field.
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
Returns this servlet's ServletConfig object.
getServletConfig() - Method in class javax.servlet.jsp.PageContext
The ServletConfig instance.
getServletConfig() - Method in interface javax.servlet.Servlet
Returns a ServletConfig object, which contains initialization and startup parameters for this servlet.
getServletContext() - Method in interface javax.servlet.FilterConfig
Returns a reference to the ServletContext in which the caller is executing.
getServletContext() - Method in class javax.servlet.GenericServlet
Returns a reference to the ServletContext in which this servlet is running.
getServletContext() - Method in interface javax.servlet.http.HttpSession
Returns the ServletContext to which this session belongs.
getServletContext() - Method in class javax.servlet.jsp.PageContext
The ServletContext instance.
getServletContext() - Method in interface javax.servlet.ServletConfig
Returns a reference to the ServletContext in which the caller is executing.
getServletContext() - Method in class javax.servlet.ServletContextEvent
Return the ServletContext that changed.
getServletContext() - Method in interface javax.servlet.ServletRequest
Gets the servlet context to which this ServletRequest was last dispatched.
getServletContext() - Method in class javax.servlet.ServletRequestEvent
Returns the ServletContext of this web application.
getServletContext() - Method in class javax.servlet.ServletRequestWrapper
Gets the servlet context to which the wrapped servlet request was last dispatched.
getServletContext() - Method in interface javax.xml.rpc.server.ServletEndpointContext
The method getServletContext returns the ServletContext associated with the web application that contain this endpoint.
getServletContextName() - Method in interface javax.servlet.ServletContext
Returns the name of this web application corresponding to this ServletContext as specified in the deployment descriptor for this web application by the display-name element.
getServletInfo() - Method in class javax.faces.webapp.FacesServlet
Return information about this Servlet.
getServletInfo() - Method in class javax.servlet.GenericServlet
Returns information about the servlet, such as author, version, and copyright.
getServletInfo() - Method in interface javax.servlet.Servlet
Returns information about the servlet, such as author, version, and copyright.
getServletName() - Method in class javax.servlet.GenericServlet
Returns the name of this servlet instance.
getServletName() - Method in 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
The default behavior of this method is to call ExternalContext#getSession(boolean) on the wrapped ExternalContext object.
getSession() - Method in interface javax.jms.ServerSession
Return the ServerSession's Session.
getSession() - Method in interface javax.jms.XASession
Gets the session associated with this XASession.
getSession() - Method in class javax.mail.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).
getSessionBeanType() - Method in interface javax.enterprise.inject.spi.ProcessSessionBean
Returns a SessionBeanType representing the kind of session bean.
getSessionContext() - Method in interface javax.servlet.http.HttpSession
Deprecated. As of Version 2.1, this method is deprecated and has no replacement. It will be removed in a future version of the Java Servlet API.
getSessionCookieConfig() - Method in interface javax.servlet.ServletContext
Gets the SessionCookieConfig object through which various properties of the session tracking cookies created on behalf of this ServletContext may be configured.
getSessionMap() - Method in class javax.faces.context.ExternalContext
Return a mutable Map representing the session scope attributes for the current application.
getSessionMap() - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext#getAuthType on the wrapped ExternalContext object.
getSessionMaxInactiveInterval() - Method in class javax.faces.context.ExternalContext

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

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.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.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 and provider 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.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
Called before writeTo to ascertain the length in bytes of the serialized form of t.
getSlot(String) - Method in interface javax.xml.registry.infomodel.ExtensibleObject
Gets the slot specified by slotName.
getSlots() - Method in interface javax.xml.registry.infomodel.ExtensibleObject
Returns the Slots associated with this object.
getSlotType() - Method in interface javax.xml.registry.infomodel.Slot
Gets the slotType for this Slot.
getSmallIcon() - Method in class javax.servlet.jsp.tagext.TagInfo
Get the path to the small icon.
getSMaxAge() - Method in class javax.ws.rs.core.CacheControl
Corresponds to the s-maxage cache control directive.
getSOAPFactory() - Method in interface javax.xml.ws.soap.SOAPBinding
Gets the SAAJ SOAPFactory instance used by this SOAP binding.
getSourceId() - Method in class javax.faces.component.behavior.ClientBehaviorContext

Returns an id for use as the ClientBehavior source.

getSourceObject() - Method in interface javax.xml.registry.infomodel.Association
Gets the Object that is the source of this Association.
getSpecificationLinks() - Method in interface javax.xml.registry.infomodel.ServiceBinding
Gets all children SpecificationLinks.
getSpecificationObject() - Method in interface javax.xml.registry.infomodel.SpecificationLink
Gets the specification object for this object.
getSpecificationVersion() - Method in class javax.servlet.jsp.JspEngineInfo
Return the version number of the JSP specification that is supported by this JSP engine.
getSpecVersion() - Method in interface javax.resource.cci.ResourceAdapterMetaData
Returns a string representation of the version of the connector architecture specification that is supported by the resource adapter.
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.
getStartTime() - Method in interface javax.management.j2ee.statistics.Statistic
The time of the first measurement represented as a long, whose value is the number of milliseconds since January 1, 1970, 00:00:00.
getState() - Method in interface javax.enterprise.deploy.spi.status.DeploymentStatus
Retrieve the StateType value.
getState() - Method in class javax.faces.application.StateManager.SerializedView
Deprecated.  
getState(FacesContext, String) - Method in class javax.faces.render.ResponseStateManager
The implementation must inspect the current request and return an Object representing the tree structure and component state passed in to a previous invocation of ResponseStateManager.writeState(javax.faces.context.FacesContext,java.lang.Object).
getStateHelper() - Method in class javax.faces.component.UIComponent

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

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

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

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

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

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

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

getStateOrProvince() - Method in interface javax.xml.registry.infomodel.PostalAddress
Returns the state or province.
getStateType(int) - Static method in class javax.enterprise.deploy.shared.StateType
Return an object of the specified value.
getStatistic(String) - Method in interface javax.management.j2ee.statistics.Stats
Get a Statistic by name.
getStatisticNames() - Method in interface javax.management.j2ee.statistics.Stats
Returns an array of Strings which are the names of the attributes from the specific Stats submodel that this object supports.
getStatistics() - Method in interface javax.management.j2ee.statistics.Stats
Returns an array containing all of the Statistic objects supported by this Stats object.
getStatus() - Method in interface javax.servlet.http.HttpServletResponse
Gets the current status code of this response.
getStatus() - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behaviour of this method is to call HttpServletResponse#getStatus on the wrapped response object.
getStatus() - Method in interface javax.transaction.Transaction
Obtain the status of the transaction associated with the target Transaction object.
getStatus() - Method in interface javax.transaction.TransactionManager
Obtain the status of the transaction associated with the current thread.
getStatus() - Method in interface javax.transaction.UserTransaction
Obtain the status of the transaction associated with the current thread.
getStatus() - Method in 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.
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.
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.Bean
Obtains the stereotypes of the bean.
getStore() - Method in class javax.mail.Folder
Returns the Store that owns this Folder object.
getStore() - Method in class javax.mail.Session
Get a Store object that implements this user's desired Store protocol.
getStore(String) - Method in class javax.mail.Session
Get a Store object that implements the specified protocol.
getStore(URLName) - Method in class javax.mail.Session
Get a Store object for the given URLName.
getStore(Provider) - Method in class javax.mail.Session
Get an instance of the store specified by Provider.
getStore() - Method in exception javax.mail.StoreClosedException
Returns the dead Store object
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() - Method in class javax.servlet.jsp.tagext.BodyContent
Return the value of the BodyContent as 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.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.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.
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.
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.

getSubmittingOrganization() - Method in interface javax.xml.registry.infomodel.RegistryObject
Gets the Organization that submitted this RegistryObject.
getSubtreeIdsToVisit(UIComponent) - Method in class javax.faces.component.visit.VisitContext

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

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

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

getSupportedMechanismTypes() - Method in interface javax.xml.rpc.encoding.DeserializerFactory
Returns a list of all XML processing mechanism types supported by this DeserializerFactory.
getSupportedMechanismTypes() - Method in interface javax.xml.rpc.encoding.SerializerFactory
Returns a list of all XML processing mechanism types supported by this SerializerFactory.
getSupportedMessageTypes() - Method in interface javax.security.auth.message.module.ClientAuthModule
Get the one or more Class objects representing the message types supported by the module.
getSupportedMessageTypes() - Method in interface javax.security.auth.message.module.ServerAuthModule
Get the one or more Class objects representing the message types supported by the module.
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.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 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.
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
Get all the 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.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.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.
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>

getTransacted() - Method in interface javax.jms.Session
Indicates whether the session is in transacted mode.
getTransacted() - Method in interface javax.jms.XASession
Indicates whether the session is in transacted mode.
getTransaction() - Method in interface javax.persistence.EntityManager
Return the resource-level EntityTransaction object.
getTransaction() - Method in interface javax.transaction.TransactionManager
Get the transaction object that represents the transaction context of the calling thread.
getTransactionKey() - Method in interface javax.transaction.TransactionSynchronizationRegistry
Return an opaque object to represent the transaction bound to the current thread at the time this method is called.
getTransactionPhase() - Method in interface javax.enterprise.inject.spi.ObserverMethod
Obtains the specified TransactionPhase for the observer method.
getTransactionStatus() - Method in interface javax.transaction.TransactionSynchronizationRegistry
Return the status of the transaction bound to the current thread at the time this method is called.
getTransactionSupport() - Method in interface javax.resource.spi.TransactionSupport
Get the level of transaction support, supported by the ManagedConnectionFactory.
getTransactionSynchronizationRegistry() - Method in interface javax.resource.spi.BootstrapContext
Provides a handle to a TransactionSynchronization instance.
getTransactionTimeout() - Method in class javax.resource.spi.work.ExecutionContext
Get the transaction timeout value for a imported transaction.
getTransactionTimeout() - Method in interface javax.transaction.xa.XAResource
Obtains the current transaction timeout value set for this XAResource instance.
getTransactionType() - Method in interface javax.persistence.spi.PersistenceUnitInfo
Returns the transaction type of the entity managers created by the EntityManagerFactory.
getTransient(Object) - Method in interface javax.faces.component.TransientStateHelper

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

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

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

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

Return the TransientStateHelper instance for this UIComponent instance.

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

Return the TransientStateHelper instance for this UIComponent instance.

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.
getTreeStructureToRestore(FacesContext, String) - Method in class javax.faces.render.ResponseStateManager
Deprecated. This method has been replaced by ResponseStateManager.getState(javax.faces.context.FacesContext, java.lang.String). The default implementation returns null.
getTreeStructureToSave(FacesContext) - Method in class javax.faces.application.StateManager
Deprecated. the distinction between tree structure and component state is now an implementation detail. The default implementation returns null.
getTreeStructureToSave(FacesContext) - Method in class javax.faces.application.StateManagerWrapper
The default behavior of this method is to call StateManager#getTreeStructureToSave(javax.faces.context.FacesContext) on the wrapped StateManager object.
getTrimDirectiveWhitespaces() - Method in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
Gets the value of the trim-directive-whitespaces configuration, which specifies whether template text containing only whitespaces must be removed from the response output of any JSP pages mapped to the JSP property group represented by this JspPropertyGroupDescriptor.
getTrustStore() - Method in class javax.security.auth.message.callback.TrustStoreCallback
Used by the TrustStore user to obtain the TrustStore set within the Callback.
getType(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.CompositeELResolver
For a given base and property, attempts to identify the most general type that is acceptable for an object to be passed as the value parameter in a future call to the CompositeELResolver.setValue(javax.el.ELContext, java.lang.Object, java.lang.Object, java.lang.Object) method.
getType(ELContext, Object, Object) - Method in class javax.el.ELResolver
For a given base and property, attempts to identify the most general type that is acceptable for an object to be passed as the value parameter in a future call to the ELResolver.setValue(javax.el.ELContext, java.lang.Object, java.lang.Object, java.lang.Object) method.
getType(ELContext, Object, Object) - Method in class javax.el.ListELResolver
If the base object is a list, returns the most general acceptable type for a value in this list.
getType(ELContext, Object, Object) - Method in class javax.el.MapELResolver
If the base object is a map, returns the most general acceptable type for a value in this map.
getType(ELContext, Object, Object) - Method in class javax.el.ResourceBundleELResolver
If the base object is an instance of ResourceBundle, return null, since the resolver is read only.
getType(ELContext) - Method in class javax.el.ValueExpression
Evaluates the expression relative to the provided context, and returns the most general type that is acceptable for an object to be passed as the value parameter in a future call to the ValueExpression.setValue(javax.el.ELContext, java.lang.Object) method.
getType() - Method in interface javax.enterprise.deploy.model.DDBeanRoot
Return the ModuleType of deployment descriptor.
getType() - Method in interface javax.enterprise.deploy.model.DeployableObject
Return the ModuleType of deployment descriptor (i.e., EAR, JAR, WAR, RAR) this deployable object represents.
getType() - Method in interface javax.enterprise.inject.spi.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. Return the type of the property represented by this ValueBinding, relative to the specified FacesContext.
getType() - Method in class javax.mail.Address
Return a type string that identifies this address type.
getType() - Method in class javax.mail.event.ConnectionEvent
Return the type of this event
getType() - Method in class javax.mail.event.FolderEvent
Return the type of this event.
getType() - Method in class javax.mail.event.MessageCountEvent
Return the type of this event.
getType() - Method in class javax.mail.event.TransportEvent
Return the type of this event.
getType() - Method in class javax.mail.Folder
Returns the type of this Folder, that is, whether this folder can hold messages or subfolders or both.
getType() - Method in class javax.mail.internet.HeaderTokenizer.Token
Return the type of the token.
getType() - Method in class javax.mail.internet.InternetAddress
Return the type of this address.
getType() - Method in class javax.mail.internet.NewsAddress
Return the type of this address.
getType() - Method in class javax.mail.Provider
Returns the type of this Provider
getType() - Method in interface javax.persistence.metamodel.SingularAttribute
Return the type that represents the type of the attribute.
getType() - Method in class javax.resource.spi.work.WorkEvent
Return the type of this event.
getType(ELContext, Object, Object) - Method in class javax.servlet.jsp.el.ImplicitObjectELResolver
If the base object is null, and the property matches the name of a JSP implicit object, returns null to indicate that no types are ever accepted to setValue().
getType(ELContext, Object, Object) - Method in class javax.servlet.jsp.el.ScopedAttributeELResolver
If the base object is null, returns Object.class to indicate that any type is valid to set for a scoped attribute.
getType(ELContext) - Method in class javax.servlet.jsp.jstl.core.IndexedValueExpression
 
getType(ELContext) - Method in class javax.servlet.jsp.jstl.core.IteratedValueExpression
 
getType() - Method in class javax.ws.rs.core.GenericEntity
Gets underlying Type instance.
getType() - Method in class javax.ws.rs.core.MediaType
Getter for primary type.
getType() - Method in interface javax.xml.registry.infomodel.EmailAddress
Gets the type for this object.
getType() - Method in interface javax.xml.registry.infomodel.PostalAddress
Returns the type of address (for example, "headquarters") as a String.
getType() - Method in interface javax.xml.registry.infomodel.TelephoneNumber
The type of telephone number (for example, "fax").
getType() - Method in interface javax.xml.registry.infomodel.User
Gets the type for this User.
getType() - Method in interface javax.xml.registry.Query
Gets the type of Query (for example, QUERY_TYPE_SQL).
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.Bean
Obtains the bean types of the bean.
getUID(Message) - Method in interface javax.mail.UIDFolder
Get the UID for the specified message.
getUIDValidity() - Method in interface javax.mail.UIDFolder
Returns the UIDValidity value associated with this folder.
getUIViewParameter(FacesContext) - Method in class javax.faces.component.UIViewParameter.Reference

Return the UIViewParameter to which this instance refers.

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

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

getUnhandledExceptionQueuedEvents() - Method in class javax.faces.context.ExceptionHandlerWrapper
The default behavior of this method is to call ExceptionHandler#getUnhandledExceptionQueuedEvents() on the wrapped ExceptionHandler object.
getUnit() - Method in interface javax.management.j2ee.statistics.Statistic
The unit of measurement for this Statistic.
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.
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.
getURL() - Method in class javax.faces.application.Resource

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

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

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

getUrl() - Method in class javax.faces.component.UIGraphic
Return the image URL for this UIGraphic.
getURL() - Method in class javax.mail.URLName
Constructs a URL from the URLName.
getURL() - Method in 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
The default behavior of this method is to call ExternalContext#getUserPrincipal on the wrapped ExternalContext object.
getUserPrincipal() - Method in interface javax.servlet.http.HttpServletRequest
Returns a java.security.Principal object containing the name of the current authenticated user.
getUserPrincipal() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getUserPrincipal() on the wrapped request object.
getUserPrincipal() - Method in interface javax.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.
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.
getValidationGroups() - Method in class javax.faces.validator.BeanValidator

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

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

Return the TagConfig subclass used to configure this handler instance.

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

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

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

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

getValidatorMessage() - Method in class javax.faces.component.UIInput
If there has been a call to UIInput.setValidatorMessage(java.lang.String) on this instance, return the message.
getValidators() - Method in interface javax.faces.component.EditableValueHolder
Return the set of registered Validators for this component instance.
getValidators() - Method in class javax.faces.component.UIInput
Return the set of registered Validators for this UIInput instance.
getValidSentAddresses() - Method in class javax.mail.event.TransportEvent
Return the addresses to which this message was sent succesfully.
getValidSentAddresses() - Method in exception javax.mail.SendFailedException
Return the addresses to which this message was sent succesfully.
getValidUnsentAddresses() - Method in class javax.mail.event.TransportEvent
Return the addresses that are valid but to which this message was not sent.
getValidUnsentAddresses() - Method in exception javax.mail.SendFailedException
Return the addresses that are valid but to which this message was not sent.
getValue(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.CompositeELResolver
Attempts to resolve the given property object on the given base object by querying all component resolvers.
getValue(ELContext, Object, Object) - Method in class javax.el.ELResolver
Attempts to resolve the given property object on the 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) - 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.UIOutput
 
getValue() - Method in class javax.faces.component.UIParameter
Returns the value property of the UIParameter.
getValue() - Method in class javax.faces.component.UISelectItem
Returns the value property of the UISelectItem.
getValue() - Method in class javax.faces.component.UISelectItems
Returns the value property of the UISelectItems.
getValue() - Method in interface javax.faces.component.ValueHolder
Gets the value of this UIComponent.
getValue(Object, Object) - Method in class javax.faces.el.PropertyResolver
Deprecated. Return the value of the specified property from the specified base object.
getValue(Object, int) - Method in class javax.faces.el.PropertyResolver
Deprecated. Return the value at the specified index of the specified base object.
getValue(FacesContext) - Method in class javax.faces.el.ValueBinding
Deprecated. Return the value of the property represented by this ValueBinding, relative to the specified FacesContext.
getValue() - Method in class javax.faces.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
Deprecated. As of Version 2.2, this method is replaced by HttpSession.getAttribute(java.lang.String).
getValue() - Method in class javax.servlet.http.HttpSessionBindingEvent
Returns the value of the attribute that has been added, removed or replaced.
getValue(ELContext, Object, Object) - Method in class javax.servlet.jsp.el.ImplicitObjectELResolver
If the base object is null, and the property matches the name of a JSP implicit object, returns the implicit object.
getValue(ELContext, Object, Object) - Method in class javax.servlet.jsp.el.ScopedAttributeELResolver
If the base object is null, searches the page, request, session and application scopes for an attribute with the given name and returns it, or null if no attribute exists with the current name.
getValue(ELContext) - Method in class javax.servlet.jsp.jstl.core.IndexedValueExpression
 
getValue(ELContext) - Method in class javax.servlet.jsp.jstl.core.IteratedValueExpression
 
getValue(String) - Method in class javax.servlet.jsp.tagext.TagSupport
Get a the value associated with a key.
getValue() - Method in class javax.servlet.ServletContextAttributeEvent
Gets the value of the ServletContext attribute that changed.
getValue() - Method in class javax.servlet.ServletRequestAttributeEvent
Returns the value of the attribute that has been added, removed or replaced.
getValue() - Method in enum javax.validation.constraints.Pattern.Flag
 
getValue() - Method in 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.
getValueBinding(String) - Method in class javax.faces.component.UIComponent
Deprecated. This has been replaced by UIComponent.getValueExpression(java.lang.String).
getValueBinding(String) - Method in class javax.faces.component.UIComponentBase
Deprecated. This has been replaced by UIComponent.getValueExpression(java.lang.String).
getValueBinding(String) - Method in class javax.faces.component.UIGraphic
Deprecated. This has been replaced by UIGraphic.getValueExpression(java.lang.String).
getValueBinding(String) - Method in class javax.faces.component.UISelectBoolean
Deprecated. This has been replaced by UISelectBoolean.getValueExpression(java.lang.String).
getValueBinding(String) - Method in class javax.faces.component.UISelectMany
Deprecated. this has been replaced by UISelectMany.getValueExpression(java.lang.String).
getValueChangeListener() - Method in interface javax.faces.component.EditableValueHolder
Deprecated. Use EditableValueHolder.getValueChangeListeners() instead.
getValueChangeListener() - Method in class javax.faces.component.UIInput
 
getValueChangeListeners() - Method in interface javax.faces.component.EditableValueHolder
Return the set of registered ValueChangeListeners for this component instance.
getValueChangeListeners() - Method in class javax.faces.component.UIInput
Return the set of registered ValueChangeListeners for this UIInput instance.
getValueExpression(String) - Method in class javax.faces.component.behavior.AjaxBehavior

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

getValueExpression(String) - Method in class javax.faces.component.UIComponent
Return the ValueExpression used to calculate the value for the specified attribute or property name, if any.
getValueExpression(String) - Method in class javax.faces.component.UIGraphic
Return any ValueExpression set for value if a ValueExpression for url is requested; otherwise, perform the default superclass processing for this method.
getValueExpression(String) - Method in class javax.faces.component.UISelectBoolean
Return any ValueExpression set for value if a ValueExpression for selected is requested; otherwise, perform the default superclass processing for this method.
getValueExpression(String) - Method in class javax.faces.component.UISelectMany
Return any ValueExpression set for value if a ValueExpression for selectedValues is requested; otherwise, perform the default superclass processing for this method.
getValueExpression(FaceletContext, Class) - Method in class javax.faces.view.facelets.TagAttribute
Create a ValueExpression, using this attribute's literal value and the passed expected type.
getValueExpression() - Method in class javax.servlet.jsp.jstl.core.IteratedExpression
 
getValueNames() - Method in interface javax.servlet.http.HttpSession
Deprecated. As of Version 2.2, this method is replaced by HttpSession.getAttributeNames()
getValueReference(ELContext) - Method in class javax.el.ValueExpression
Returns a ValueReference for this expression instance.
getValues() - Method in class javax.servlet.jsp.tagext.TagSupport
Enumerate the keys for the values kept by this tag handler.
getValues() - Method in interface javax.xml.registry.infomodel.Slot
Gets the values for this Slot.
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.
getVariableResolver() - Method in class javax.faces.application.Application
Deprecated. This has been replaced by Application.getELResolver().
getVariableResolver() - Method in class javax.faces.application.ApplicationWrapper

The default behavior of this method is to call Application#getVariableResolver on the wrapped Application object.

getVariableResolver() - Method in class javax.servlet.jsp.JspContext
Deprecated. As of JSP 2.1, replaced by ELContext#getELResolver, which can be obtained by jspContext.getELContext().getELResolver().
getVarName() - Method in class javax.servlet.jsp.tagext.VariableInfo
Returns the name of the scripting variable.
getVendor() - Method in class javax.mail.Provider
Returns name of vendor associated with this implementation or null
getVersion() - Method in class javax.mail.Provider
Returns version of this implementation or null if no version
getVersion(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.
getViewDeclarationLanguage(FacesContext, String) - Method in class javax.faces.application.ViewHandler

Return the ViewDeclarationLanguage instance used for this ViewHandler instance.

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

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

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

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

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

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

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

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

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

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

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

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

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

getViewMetadataFacelet(URL) - Method in class javax.faces.view.facelets.FaceletCache

Returns a cached View Metadata Facelet instance.

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

Utility method to extract view metadata from the provided UIViewRoot.

getViewRoot() - Method in class javax.faces.context.FacesContext
Return the root component that is associated with the this request.
getViewRoot() - Method in class javax.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext#getViewRoot() on the wrapped FacesContext object.
getViewState(FacesContext) - Method in class javax.faces.application.StateManager

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

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

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

getViewState(FacesContext, Object) - Method in class javax.faces.render.ResponseStateManager
Return the specified state as a String without any markup related to the rendering technology supported by this ResponseStateManager.
getVisitContext(FacesContext, Collection<String>, Set<VisitHint>) - Method in class javax.faces.component.visit.VisitContextFactory

Return a new VisitContext instance.

getWaitingThreadCount() - Method in interface javax.management.j2ee.statistics.JCAConnectionPoolStats
The number of threads waiting for a connection
getWaitingThreadCount() - Method in interface javax.management.j2ee.statistics.JDBCConnectionPoolStats
Number of threads waiting for a connection.
getWaitTime() - Method in interface javax.management.j2ee.statistics.JCAConnectionStats
Returns the time spent waiting for a connection to be available
getWaitTime() - Method in interface javax.management.j2ee.statistics.JDBCConnectionStats
Time spent waiting for a connection to be available.
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.
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.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.PartialResponseWriter

Return the wrapped ResponseWriter instance.

getWrapped() - Method in class javax.faces.context.PartialViewContextFactory
 
getWrapped() - Method in class javax.faces.context.PartialViewContextWrapper
 
getWrapped() - Method in class javax.faces.context.ResponseWriterWrapper

Return the instance that we are wrapping.

getWrapped() - Method in 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.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.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.ViewDeclarationLanguageFactory

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

getWrappedData() - Method in class javax.faces.model.ArrayDataModel
 
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() - Method in class javax.el.BeanELResolver.BeanProperty
 
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.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.
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
Define a group sequence The interface hosting @GroupSequence is representing the group sequence.
GT - Static variable in class javax.mail.search.ComparisonTerm
 
gt(Expression<? extends Number>, Expression<? extends Number>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is greater than the second.
gt(Expression<? extends Number>, Number) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is greater than the second.

H

Handle - Interface in javax.ejb
The Handle interface is implemented by all EJB object handles.
handle() - Method in class javax.faces.context.ExceptionHandler

Take action to handle the Exception instances residing inside the ExceptionQueuedEvent instances that have been queued by calls to Application().publishEvent(ExceptionQueuedEvent.class, eventContext).

handle() - Method in class javax.faces.context.ExceptionHandlerWrapper
The default behavior of this method is to call ExceptionHandler.handle() on the wrapped ExceptionHandler object.
handle(HttpExchange) - Method in class javax.xml.ws.spi.http.HttpHandler
Handles a given request and generates an appropriate response.
HandleDelegate - Interface in javax.ejb.spi
The HandleDelegate interface is implemented by the EJB container.
handleEvent(ValidationEvent) - Method in class javax.xml.bind.helpers.DefaultValidationEventHandler
 
handleEvent(ValidationEvent) - Method in class javax.xml.bind.util.ValidationEventCollector
 
handleEvent(ValidationEvent) - Method in interface javax.xml.bind.ValidationEventHandler
Receive notification of a validation warning or error.
handleFault(MessageContext) - Method in class javax.xml.rpc.handler.GenericHandler
The handleFault method processes the SOAP faults based on the SOAP message processing model.
handleFault(MessageContext) - Method in interface javax.xml.rpc.handler.Handler
The handleFault method processes the SOAP faults based on the SOAP message processing model.
handleFault(MessageContext) - Method in interface javax.xml.rpc.handler.HandlerChain
The handleFault method initiates the SOAP fault processing for this handler chain.
handleFault(C) - Method in interface javax.xml.ws.handler.Handler
The handleFault method is invoked for fault message processing.
handleMessage(C) - Method in interface javax.xml.ws.handler.Handler
The handleMessage method is invoked for normal processing of inbound and outbound messages.
handleNavigation(FacesContext, String, String) - Method in class javax.faces.application.NavigationHandler
Perform navigation processing based on the state information in the specified FacesContext, plus the outcome string returned by an executed application action.
handlePageException(Exception) - Method in class javax.servlet.jsp.PageContext
This method is intended to process an unhandled 'page' level exception by forwarding the exception to the specified error page for this JSP.
handlePageException(Throwable) - Method in class javax.servlet.jsp.PageContext
This method is intended to process an unhandled 'page' level exception by forwarding the exception to the specified error page for this JSP.
handleProgressEvent(ProgressEvent) - Method in interface javax.enterprise.deploy.spi.status.ProgressListener
Invoked when a deployment progress event occurs.
Handler - Interface in javax.xml.rpc.handler
The javax.xml.rpc.handler.Handler interface is required to be implemented by a SOAP message handler.
Handler<C extends MessageContext> - Interface in javax.xml.ws.handler
The Handler interface is the base interface for JAX-WS handlers.
handler - Variable in class javax.xml.ws.spi.http.HttpContext
 
HandlerChain - Annotation Type in javax.jws
Associates the Web Service with an externally defined handler chain.
HandlerChain - Interface in javax.xml.rpc.handler
The javax.xml.rpc.handler.HandlerChain represents a list of handlers.
handleRequest(MessageContext) - Method in class javax.xml.rpc.handler.GenericHandler
The handleRequest method processes the request SOAP message.
handleRequest(MessageContext) - Method in interface javax.xml.rpc.handler.Handler
The handleRequest method processes the request message.
handleRequest(MessageContext) - Method in interface javax.xml.rpc.handler.HandlerChain
The handleRequest method initiates the request processing for this handler chain.
handleResourceRequest(FacesContext) - Method in class javax.faces.application.ResourceHandler

This method specifies the contract for satisfying resource requests.

handleResourceRequest(FacesContext) - Method in class javax.faces.application.ResourceHandlerWrapper

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

handleResponse(MessageContext) - Method in class javax.xml.rpc.handler.GenericHandler
The handleResponse method processes the response message.
handleResponse(MessageContext) - Method in interface javax.xml.rpc.handler.Handler
The handleResponse method processes the response SOAP message.
handleResponse(MessageContext) - Method in interface javax.xml.rpc.handler.HandlerChain
The handleResponse method initiates the response processing for this handler chain.
handleResponse(Response<T>) - Method in interface javax.xml.ws.AsyncHandler
Called when the response to an asynchronous operation is available.
HandlerInfo - Class in javax.xml.rpc.handler
The javax.xml.rpc.handler.HandlerInfo represents information about a handler in the HandlerChain.
HandlerInfo() - Constructor for class javax.xml.rpc.handler.HandlerInfo
Default constructor
HandlerInfo(Class, Map, QName[]) - Constructor for class javax.xml.rpc.handler.HandlerInfo
Constructor for HandlerInfo
HandlerRegistry - Interface in javax.xml.rpc.handler
The javax.xml.rpc.handler.HandlerRegistry provides support for the programmatic configuration of handlers in a HandlerRegistry.
HandlerResolver - Interface in javax.xml.ws.handler
HandlerResolver is an interface implemented by an application to get control over the handler chain set on proxy/dispatch objects at the time of their creation.
HandlesTypes - Annotation Type in javax.servlet.annotation
This annotation is used to declare the class types that a ServletContainerInitializer can handle.
handlesURI(String) - Method in interface javax.enterprise.deploy.spi.factories.DeploymentFactory
Tests whether this factory can create a DeploymentManager object based on the specificed URI.
hasBinding() - Method in class javax.faces.webapp.UIComponentClassicTagBase
Return true if this component has a non-null binding attribute.
hasBinding() - Method in class javax.faces.webapp.UIComponentELTag
 
hasBinding() - Method in class javax.faces.webapp.UIComponentTag
Deprecated.  
hasCondition() - Method in class javax.faces.application.NavigationCase

Test if this navigation case has an associated <if> element.

hasConstraints() - Method in interface javax.validation.metadata.ElementDescriptor.ConstraintFinder
Returns true if at least one constraint declaration matching the restrictions is present on the element, false otherwise.
hasConstraints() - Method in interface javax.validation.metadata.ElementDescriptor
Return true if at least one constraint declaration is present for this element in the class hierarchy, false otherwise.
hasDynamicAttributes() - Method in class javax.servlet.jsp.tagext.TagInfo
Get dynamicAttributes associated with this TagInfo.
hasEvents() - Method in class javax.xml.bind.util.ValidationEventCollector
Returns true if this event collector contains at least one ValidationEvent.
hashCode() - Method in class javax.el.Expression
Returns the hash code for this Expression.
hashCode() - Method in class javax.enterprise.util.AnnotationLiteral
 
hashCode() - Method in class javax.enterprise.util.TypeLiteral
 
hashCode() - Method in class javax.faces.application.NavigationCase
 
hashCode() - Method in class javax.faces.validator.DoubleRangeValidator
 
hashCode() - Method in class javax.faces.validator.LengthValidator
 
hashCode() - Method in class javax.faces.validator.LongRangeValidator
 
hashCode() - Method in class javax.mail.Flags
Compute a hash code for this Flags object.
hashCode() - Method in class javax.mail.internet.InternetAddress
Compute a hash code for the address.
hashCode() - Method in class javax.mail.internet.NewsAddress
Compute a hash code for the address.
hashCode() - Method in class javax.mail.search.AddressTerm
Compute a hashCode for this object.
hashCode() - Method in class javax.mail.search.AndTerm
Compute a hashCode for this object.
hashCode() - Method in class javax.mail.search.ComparisonTerm
Compute a hashCode for this object.
hashCode() - Method in class javax.mail.search.DateTerm
Compute a hashCode for this object.
hashCode() - Method in class javax.mail.search.FlagTerm
Compute a hashCode for this object.
hashCode() - Method in class javax.mail.search.HeaderTerm
Compute a hashCode for this object.
hashCode() - Method in class javax.mail.search.IntegerComparisonTerm
Compute a hashCode for this object.
hashCode() - Method in class javax.mail.search.NotTerm
Compute a hashCode for this object.
hashCode() - Method in class javax.mail.search.OrTerm
Compute a hashCode for this object.
hashCode() - Method in class javax.mail.search.RecipientStringTerm
Compute a hashCode for this object.
hashCode() - Method in class javax.mail.search.RecipientTerm
Compute a hashCode for this object.
hashCode() - Method in class javax.mail.search.StringTerm
Compute a hashCode for this object.
hashCode() - Method in class javax.mail.URLName
Compute the hash code for this URLName.
hashCode() - Method in interface javax.resource.cci.Record
Returns the hash code for the Record instance.
hashCode() - Method in interface javax.resource.spi.ConnectionRequestInfo
Returns the hashCode of the ConnectionRequestInfo.
hashCode() - Method in interface javax.resource.spi.ManagedConnectionFactory
Returns the hash code for the ManagedConnectionFactory
hashCode() - Method in interface javax.resource.spi.security.GenericCredential
Deprecated. Returns the hash code for this GenericCredential
hashCode() - Method in class javax.resource.spi.security.PasswordCredential
Returns the hash code for this PasswordCredential
hashCode() - Method in class javax.security.jacc.EJBMethodPermission
Returns the hash code value for this EJBMethodPermission.
hashCode() - Method in class javax.security.jacc.EJBRoleRefPermission
Returns the hash code value for this EJBRoleRefPermission.
hashCode() - Method in class javax.security.jacc.WebResourcePermission
Returns the hash code value for this WebResourcePermission.
hashCode() - Method in class javax.security.jacc.WebRoleRefPermission
Returns the hash code value for this WebRoleRefPermission.
hashCode() - Method in class javax.security.jacc.WebUserDataPermission
Returns the hash code value for this WebUserDataPermission.
hashCode() - Method in class javax.servlet.jsp.jstl.core.IndexedValueExpression
 
hashCode() - Method in class javax.servlet.jsp.jstl.core.IteratedValueExpression
 
hashCode() - Method in class javax.ws.rs.core.CacheControl
Generate hash code from cache control properties.
hashCode() - Method in class javax.ws.rs.core.Cookie
Generate a hashcode by hashing all of the cookies properties
hashCode() - Method in class javax.ws.rs.core.EntityTag
Generate hashCode based on value and weakness.
hashCode() - Method in class javax.ws.rs.core.MediaType
Generate a hashcode from the type, subtype and parameters.
hashCode() - Method in class javax.ws.rs.core.NewCookie
Generate a hashcode by hashing all of the properties
hashCode() - Method in class javax.ws.rs.core.Variant
Generate hash code from variant properties.
hasNewMessages() - Method in class javax.mail.Folder
Returns true if this Folder has new messages since the last time this indication was reset.
hasNext() - Method in class javax.servlet.jsp.jstl.core.LoopTagSupport
Returns information concerning the availability of more items over which to iterate.
hasOriginalRequestAndResponse() - Method in interface javax.servlet.AsyncContext
Checks if this AsyncContext was initialized with the original or application-wrapped request and response objects.
hasSingleIdAttribute() - Method in interface javax.persistence.metamodel.IdentifiableType
Whether the identifiable type has a single id attribute.
hasVersionAttribute() - Method in interface javax.persistence.metamodel.IdentifiableType
Whether the identifiable type has a version attribute.
having(Expression<Boolean>) - Method in interface javax.persistence.criteria.AbstractQuery
Specify a restriction over the groups of the query.
having(Predicate...) - Method in interface javax.persistence.criteria.AbstractQuery
Specify restrictions over the groups of the query according the conjunction of the specified restriction predicates.
having(Expression<Boolean>) - Method in interface javax.persistence.criteria.CriteriaQuery
Specify a restriction over the groups of the query.
having(Predicate...) - Method in interface javax.persistence.criteria.CriteriaQuery
Specify restrictions over the groups of the query according the conjunction of the specified restriction predicates.
having(Expression<Boolean>) - Method in interface javax.persistence.criteria.Subquery
Specify a restriction over the groups of the subquery.
having(Predicate...) - Method in interface javax.persistence.criteria.Subquery
Specify restrictions over the groups of the subquery according the conjunction of the specified restriction predicates.
HEAD - Annotation Type in javax.ws.rs
Indicates that the annotated method responds to HTTP HEAD requests
HEAD - Static variable in annotation type javax.ws.rs.HttpMethod
HTTP HEAD method
Header - Class in javax.mail
The Header class stores a name/value pair to represent headers.
Header(String, String) - Constructor for class javax.mail.Header
Construct a Header object.
header(String, Object) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Add a header to the ResponseBuilder.
headerName - Variable in class javax.mail.search.HeaderTerm
The name of the header.
HeaderParam - Annotation Type in javax.ws.rs
Binds the value(s) of a HTTP header to a resource method parameter, resource class field, or resource class bean property.
headers - Variable in class javax.mail.internet.InternetHeaders
The actual list of Headers, including placeholder entries.
headers - Variable in class javax.mail.internet.MimeBodyPart
The InternetHeaders object that stores all the headers of this body part.
headers - Variable in class javax.mail.internet.MimeMessage
The InternetHeaders object that stores the header of this message.
HeaderTerm - Class in javax.mail.search
This class implements comparisons for Message headers.
HeaderTerm(String, String) - Constructor for class javax.mail.search.HeaderTerm
Constructor.
HeaderTokenizer - Class in javax.mail.internet
This class tokenizes RFC822 and MIME headers into the basic symbols specified by RFC822 and MIME.
HeaderTokenizer(String, String, boolean) - Constructor for class javax.mail.internet.HeaderTokenizer
Constructor that takes a rfc822 style header.
HeaderTokenizer(String, String) - Constructor for class javax.mail.internet.HeaderTokenizer
Constructor.
HeaderTokenizer(String) - Constructor for class javax.mail.internet.HeaderTokenizer
Constructor.
HeaderTokenizer.Token - Class in javax.mail.internet
The Token class represents tokens returned by the HeaderTokenizer.
HeaderTokenizer.Token(int, String) - Constructor for class javax.mail.internet.HeaderTokenizer.Token
Constructor.
HeuristicCommitException - Exception in javax.transaction
This exception is thrown by the rollback operation on a resource to report that a heuristic decision was made and that all relevant updates have been committed.
HeuristicCommitException() - Constructor for exception javax.transaction.HeuristicCommitException
 
HeuristicCommitException(String) - Constructor for exception javax.transaction.HeuristicCommitException
 
HeuristicMixedException - Exception in javax.transaction
This exception is thrown to report that a heuristic decision was made and that some relevant updates have been committed and others have been rolled back.
HeuristicMixedException() - Constructor for exception javax.transaction.HeuristicMixedException
 
HeuristicMixedException(String) - Constructor for exception javax.transaction.HeuristicMixedException
 
HeuristicRollbackException - Exception in javax.transaction
This exception is thrown by the commit operation to report that a heuristic decision was made and that all relevant updates have been rolled back.
HeuristicRollbackException() - Constructor for exception javax.transaction.HeuristicRollbackException
 
HeuristicRollbackException(String) - Constructor for exception javax.transaction.HeuristicRollbackException
 
HexBinaryAdapter - Class in javax.xml.bind.annotation.adapters
XmlAdapter for xs:hexBinary.
HexBinaryAdapter() - Constructor for class javax.xml.bind.annotation.adapters.HexBinaryAdapter
 
HintsContext - Class in javax.resource.spi.work
A standard WorkContext that allows a Work instance to propagate quality-of-service (QoS) hints about the Work to the WorkManager.
HintsContext() - Constructor for class javax.resource.spi.work.HintsContext
 
Holder - Interface in javax.xml.rpc.holders
The java.xml.rpc.holders.Holder interface represents the base interface for both standard and generated Holder classes.
Holder<T> - Class in javax.xml.ws
Holds a value of type T.
Holder() - Constructor for class javax.xml.ws.Holder
Creates a new holder with a null value.
Holder(T) - Constructor for class javax.xml.ws.Holder
Create a new holder with the specified value.
HOLDS_FOLDERS - Static variable in class javax.mail.Folder
This folder can contain other folders
HOLDS_MESSAGES - Static variable in class javax.mail.Folder
This folder can contain messages
HomeHandle - Interface in javax.ejb
The HomeHandle interface is implemented by all home object handles.
HONOR_CURRENT_COMPONENT_ATTRIBUTES_PARAM_NAME - Static variable in class javax.faces.component.UIComponent

The ServletContext init parameter consulted by the UIComponent to tell whether or not the UIComponent.CURRENT_COMPONENT and UIComponent.CURRENT_COMPOSITE_COMPONENT attribute keys should be honored as specified.

host - Variable in class javax.mail.internet.NewsAddress
 
HOST - Static variable in interface javax.ws.rs.core.HttpHeaders
See HTTP/1.1 documentation.
host(String) - Method in class javax.ws.rs.core.UriBuilder
Set the URI host.
hour(String) - Method in class javax.ejb.ScheduleExpression
Set the hour attribute.
hour(int) - Method in class javax.ejb.ScheduleExpression
Set the hour attribute.
HTML_BASIC_RENDER_KIT - Static variable in class javax.faces.render.RenderKitFactory
The render kit identifier of the default RenderKit instance for this JavaServer Faces implementation.
HtmlBody - Class in javax.faces.component.html
NONE
HtmlBody() - Constructor for class javax.faces.component.html.HtmlBody
 
HtmlBody.PropertyKeys - Enum in javax.faces.component.html
 
HtmlColumn - Class in javax.faces.component.html
Represents a column that will be rendered in an HTML table element.
HtmlColumn() - Constructor for class javax.faces.component.html.HtmlColumn
 
HtmlColumn.PropertyKeys - Enum in javax.faces.component.html
 
HtmlCommandButton - Class in javax.faces.component.html
Represents an HTML input element for a button of type submit or reset.
HtmlCommandButton() - Constructor for class javax.faces.component.html.HtmlCommandButton
 
HtmlCommandButton.PropertyKeys - Enum in javax.faces.component.html
 
HtmlCommandLink - Class in javax.faces.component.html
Represents an HTML a element for a hyperlink that acts like a submit button.
HtmlCommandLink() - Constructor for class javax.faces.component.html.HtmlCommandLink
 
HtmlCommandLink.PropertyKeys - Enum in javax.faces.component.html
 
HtmlDataTable - Class in javax.faces.component.html
Represents a set of repeating data (segregated into columns by child UIColumn components) that will be rendered in an HTML table element.
HtmlDataTable() - Constructor for class javax.faces.component.html.HtmlDataTable
 
HtmlDataTable.PropertyKeys - Enum in javax.faces.component.html
 
HtmlDoctype - Class in javax.faces.component.html
NONE
HtmlDoctype() - Constructor for class javax.faces.component.html.HtmlDoctype
 
HtmlDoctype.PropertyKeys - Enum in javax.faces.component.html
 
HtmlForm - Class in javax.faces.component.html
Represents an HTML form element.
HtmlForm() - Constructor for class javax.faces.component.html.HtmlForm
 
HtmlForm.PropertyKeys - Enum in javax.faces.component.html
 
HtmlGraphicImage - Class in javax.faces.component.html
Represents an HTML img element, used to retrieve and render a graphical image.
HtmlGraphicImage() - Constructor for class javax.faces.component.html.HtmlGraphicImage
 
HtmlGraphicImage.PropertyKeys - Enum in javax.faces.component.html
 
HtmlHead - Class in javax.faces.component.html
NONE
HtmlHead() - Constructor for class javax.faces.component.html.HtmlHead
 
HtmlHead.PropertyKeys - Enum in javax.faces.component.html
 
HtmlInputHidden - Class in javax.faces.component.html
Represents an HTML input element of type hidden.
HtmlInputHidden() - Constructor for class javax.faces.component.html.HtmlInputHidden
 
HtmlInputHidden.PropertyKeys - Enum in javax.faces.component.html
 
HtmlInputSecret - Class in javax.faces.component.html
Represents an HTML input element of type password.
HtmlInputSecret() - Constructor for class javax.faces.component.html.HtmlInputSecret
 
HtmlInputSecret.PropertyKeys - Enum in javax.faces.component.html
 
HtmlInputText - Class in javax.faces.component.html
Represents an HTML input element of type text.
HtmlInputText() - Constructor for class javax.faces.component.html.HtmlInputText
 
HtmlInputText.PropertyKeys - Enum in javax.faces.component.html
 
HtmlInputTextarea - Class in javax.faces.component.html
Represents an HTML textarea element.
HtmlInputTextarea() - Constructor for class javax.faces.component.html.HtmlInputTextarea
 
HtmlInputTextarea.PropertyKeys - Enum in javax.faces.component.html
 
HtmlMessage - Class in javax.faces.component.html
By default, the rendererType property must be set to "javax.faces.Message".
HtmlMessage() - Constructor for class javax.faces.component.html.HtmlMessage
 
HtmlMessage.PropertyKeys - Enum in javax.faces.component.html
 
HtmlMessages - Class in javax.faces.component.html
By default, the rendererType property must be set to "javax.faces.Messages".
HtmlMessages() - Constructor for class javax.faces.component.html.HtmlMessages
 
HtmlMessages.PropertyKeys - Enum in javax.faces.component.html
 
HtmlOutcomeTargetButton - Class in javax.faces.component.html
Represents an HTML input element of type "button" or image that may be used to link to a URL handled by the Faces Servlet resolved preemptively using the logical outcome defined by the outcome property.
HtmlOutcomeTargetButton() - Constructor for class javax.faces.component.html.HtmlOutcomeTargetButton
 
HtmlOutcomeTargetButton.PropertyKeys - Enum in javax.faces.component.html
 
HtmlOutcomeTargetLink - Class in javax.faces.component.html
Represents an HTML a (hyperlink) element that may be used to link to a URL handled by the Faces Servlet resolved preemptively using the logical outcome defined by the outcome property.
HtmlOutcomeTargetLink() - Constructor for class javax.faces.component.html.HtmlOutcomeTargetLink
 
HtmlOutcomeTargetLink.PropertyKeys - Enum in javax.faces.component.html
 
HtmlOutputFormat - Class in javax.faces.component.html
Represents a component that looks up a localized message in a resource bundle, optionally uses it as a MessageFormat pattern string and substitutes in parameter values from nested UIParameter components, and renders the result.
HtmlOutputFormat() - Constructor for class javax.faces.component.html.HtmlOutputFormat
 
HtmlOutputFormat.PropertyKeys - Enum in javax.faces.component.html
 
HtmlOutputLabel - Class in javax.faces.component.html
Represents an HTML label element, used to define an accessible label for a corresponding input element.
HtmlOutputLabel() - Constructor for class javax.faces.component.html.HtmlOutputLabel
 
HtmlOutputLabel.PropertyKeys - Enum in javax.faces.component.html
 
HtmlOutputLink - Class in javax.faces.component.html
Represents an HTML a (hyperlink) element that may be used to link to an arbitrary URL defined by the value property.
HtmlOutputLink() - Constructor for class javax.faces.component.html.HtmlOutputLink
 
HtmlOutputLink.PropertyKeys - Enum in javax.faces.component.html
 
HtmlOutputText - Class in javax.faces.component.html
Renders the component value as text, optionally wrapping in a span element if I18N attributes, CSS styles or style classes are specified.
HtmlOutputText() - Constructor for class javax.faces.component.html.HtmlOutputText
 
HtmlOutputText.PropertyKeys - Enum in javax.faces.component.html
 
HtmlPanelGrid - Class in javax.faces.component.html
Renders child components in a table, starting a new row after the specified number of columns.
HtmlPanelGrid() - Constructor for class javax.faces.component.html.HtmlPanelGrid
 
HtmlPanelGrid.PropertyKeys - Enum in javax.faces.component.html
 
HtmlPanelGroup - Class in javax.faces.component.html
Causes all child components of this component to be rendered.
HtmlPanelGroup() - Constructor for class javax.faces.component.html.HtmlPanelGroup
 
HtmlPanelGroup.PropertyKeys - Enum in javax.faces.component.html
 
HtmlSelectBooleanCheckbox - Class in javax.faces.component.html
Represents an HTML input element of type checkbox.
HtmlSelectBooleanCheckbox() - Constructor for class javax.faces.component.html.HtmlSelectBooleanCheckbox
 
HtmlSelectBooleanCheckbox.PropertyKeys - Enum in javax.faces.component.html
 
HtmlSelectManyCheckbox - Class in javax.faces.component.html
Represents a multiple-selection component that is rendered as a set of HTML input elements of type checkbox.
HtmlSelectManyCheckbox() - Constructor for class javax.faces.component.html.HtmlSelectManyCheckbox
 
HtmlSelectManyCheckbox.PropertyKeys - Enum in javax.faces.component.html
 
HtmlSelectManyListbox - Class in javax.faces.component.html
Represents a multiple-selection component that is rendered as an HTML select element, showing either all available options or the specified number of options.
HtmlSelectManyListbox() - Constructor for class javax.faces.component.html.HtmlSelectManyListbox
 
HtmlSelectManyListbox.PropertyKeys - Enum in javax.faces.component.html
 
HtmlSelectManyMenu - Class in javax.faces.component.html
Represents a multiple-selection component that is rendered as an HTML select element, showing a single available option at a time.
HtmlSelectManyMenu() - Constructor for class javax.faces.component.html.HtmlSelectManyMenu
 
HtmlSelectManyMenu.PropertyKeys - Enum in javax.faces.component.html
 
HtmlSelectOneListbox - Class in javax.faces.component.html
Represents a single-selection component that is rendered as an HTML select element, showing either all available options or the specified number of options.
HtmlSelectOneListbox() - Constructor for class javax.faces.component.html.HtmlSelectOneListbox
 
HtmlSelectOneListbox.PropertyKeys - Enum in javax.faces.component.html
 
HtmlSelectOneMenu - Class in javax.faces.component.html
Represents a single-selection component that is rendered as an HTML select element, showing a single available option at a time.
HtmlSelectOneMenu() - Constructor for class javax.faces.component.html.HtmlSelectOneMenu
 
HtmlSelectOneMenu.PropertyKeys - Enum in javax.faces.component.html
 
HtmlSelectOneRadio - Class in javax.faces.component.html
Represents a single-selection component that is rendered as a set of HTML input elements of type radio.
HtmlSelectOneRadio() - Constructor for class javax.faces.component.html.HtmlSelectOneRadio
 
HtmlSelectOneRadio.PropertyKeys - Enum in javax.faces.component.html
 
HTTP_BINDING - Static variable in interface javax.xml.ws.http.HTTPBinding
A constant representing the identity of the XML/HTTP binding.
HTTP_REQUEST_HEADERS - Static variable in interface javax.xml.ws.handler.MessageContext
Standard property: HTTP request headers.
HTTP_REQUEST_METHOD - Static variable in interface javax.xml.ws.handler.MessageContext
Standard property: HTTP request method.
HTTP_RESPONSE_CODE - Static variable in interface javax.xml.ws.handler.MessageContext
Standard property: HTTP response status code.
HTTP_RESPONSE_HEADERS - Static variable in interface javax.xml.ws.handler.MessageContext
Standard property: HTTP response headers.
HTTPBinding - Interface in javax.xml.ws.http
The HTTPBinding interface is an abstraction for the XML/HTTP binding.
HttpConstraint - Annotation Type in javax.servlet.annotation
This annotation is used within the ServletSecurity annotation to represent the security constraints to be applied to all HTTP protocol methods for which a corresponding HttpMethodConstraint element does NOT occur within the ServletSecurity annotation.
HttpConstraintElement - Class in javax.servlet
Java Class representation of an HttpConstraint annotation value.
HttpConstraintElement() - Constructor for class javax.servlet.HttpConstraintElement
Constructs a default HTTP constraint element
HttpConstraintElement(ServletSecurity.EmptyRoleSemantic) - Constructor for class javax.servlet.HttpConstraintElement
Convenience constructor to establish EmptyRoleSemantic.DENY
HttpConstraintElement(ServletSecurity.TransportGuarantee, String...) - Constructor for class javax.servlet.HttpConstraintElement
Constructor to establish non-empty getRolesAllowed and/or TransportGuarantee.CONFIDENTIAL.
HttpConstraintElement(ServletSecurity.EmptyRoleSemantic, ServletSecurity.TransportGuarantee, String...) - Constructor for class javax.servlet.HttpConstraintElement
Constructor to establish all of getEmptyRoleSemantic, getRolesAllowed, and getTransportGuarantee.
HttpContext - Class in javax.xml.ws.spi.http
HttpContext represents a mapping between the root URI path of a web service to a HttpHandler which is invoked to handle requests destined for that path on the associated container.
HttpContext() - Constructor for class javax.xml.ws.spi.http.HttpContext
 
HTTPException - Exception in javax.xml.ws.http
The HTTPException exception represents a XML/HTTP fault.
HTTPException(int) - Constructor for exception javax.xml.ws.http.HTTPException
Constructor for the HTTPException
HttpExchange - Class in javax.xml.ws.spi.http
This class encapsulates a HTTP request received and a response to be generated in one exchange.
HttpExchange() - Constructor for class javax.xml.ws.spi.http.HttpExchange
 
HttpHandler - Class in javax.xml.ws.spi.http
A handler which is invoked to process HTTP requests.
HttpHandler() - Constructor for class javax.xml.ws.spi.http.HttpHandler
 
HttpHeaders - Interface in javax.ws.rs.core
An injectable interface that provides access to HTTP header information.
HttpJspPage - Interface in javax.servlet.jsp
The HttpJspPage interface describes the interaction that a JSP Page Implementation Class must satisfy when using the HTTP protocol.
HttpMethod - Annotation Type in javax.ws.rs
Associates the name of a HTTP method with an annotation.
HttpMethodConstraint - Annotation Type in javax.servlet.annotation
This annotation is used within the ServletSecurity annotation to represent security constraints on specific HTTP protocol messages.
HttpMethodConstraintElement - Class in javax.servlet
Java Class represntation of an HttpMethodConstraint annotation value.
HttpMethodConstraintElement(String) - Constructor for class javax.servlet.HttpMethodConstraintElement
Constructs an instance with default HttpConstraintElement value.
HttpMethodConstraintElement(String, HttpConstraintElement) - Constructor for class javax.servlet.HttpMethodConstraintElement
Constructs an instance with specified HttpConstraintElement value.
HttpServlet - Class in javax.servlet.http
Provides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site.
HttpServlet() - Constructor for class javax.servlet.http.HttpServlet
Does nothing, because this is an abstract class.
HttpServletRequest - Interface in javax.servlet.http
Extends the ServletRequest interface to provide request information for HTTP servlets.
HttpServletRequestWrapper - Class in javax.servlet.http
Provides a convenient implementation of the HttpServletRequest interface that can be subclassed by developers wishing to adapt the request to a Servlet.
HttpServletRequestWrapper(HttpServletRequest) - Constructor for class javax.servlet.http.HttpServletRequestWrapper
Constructs a request object wrapping the given request.
HttpServletResponse - Interface in javax.servlet.http
Extends the ServletResponse interface to provide HTTP-specific functionality in sending a response.
HttpServletResponseWrapper - Class in javax.servlet.http
Provides a convenient implementation of the HttpServletResponse interface that can be subclassed by developers wishing to adapt the response from a Servlet.
HttpServletResponseWrapper(HttpServletResponse) - Constructor for class javax.servlet.http.HttpServletResponseWrapper
Constructs a response adaptor wrapping the given response.
HttpSession - Interface in javax.servlet.http
Provides a way to identify a user across more than one page request or visit to a Web site and to store information about that user.
HttpSessionActivationListener - Interface in javax.servlet.http
Objects that are bound to a session may listen to container events notifying them that sessions will be passivated and that session will be activated.
HttpSessionAttributeListener - Interface in javax.servlet.http
Interface for receiving notification events about HttpSession attribute changes.
HttpSessionBindingEvent - Class in javax.servlet.http
Events of this type are either sent to an object that implements HttpSessionBindingListener when it is bound or unbound from a session, or to a HttpSessionAttributeListener that has been configured in the deployment descriptor when any attribute is bound, unbound or replaced in a session.
HttpSessionBindingEvent(HttpSession, String) - Constructor for class javax.servlet.http.HttpSessionBindingEvent
Constructs an event that notifies an object that it has been bound to or unbound from a session.
HttpSessionBindingEvent(HttpSession, String, Object) - Constructor for class javax.servlet.http.HttpSessionBindingEvent
Constructs an event that notifies an object that it has been bound to or unbound from a session.
HttpSessionBindingListener - Interface in javax.servlet.http
Causes an object to be notified when it is bound to or unbound from a session.
HttpSessionContext - Interface in javax.servlet.http
Deprecated. As of Java(tm) Servlet API 2.1 for security reasons, with no replacement. This interface will be removed in a future version of this API.
HttpSessionEvent - Class in javax.servlet.http
This is the class representing event notifications for changes to sessions within a web application.
HttpSessionEvent(HttpSession) - Constructor for class javax.servlet.http.HttpSessionEvent
Construct a session event from the given source.
HttpSessionListener - Interface in javax.servlet.http
Interface for receiving notification events about HttpSession lifecycle changes.
HttpUtils - Class in javax.servlet.http
Deprecated. As of Java(tm) Servlet API 2.3. These methods were only useful with the default encoding and have been moved to the request interfaces.
HttpUtils() - Constructor for class javax.servlet.http.HttpUtils
Deprecated. Constructs an empty HttpUtils object.

I

i - Variable in class javax.servlet.jsp.jstl.core.IndexedValueExpression
 
i - Variable in class javax.servlet.jsp.jstl.core.IteratedValueExpression
 
Id - Annotation Type in javax.persistence
Specifies the primary key of an entity.
id - Variable in class javax.resource.spi.ConnectionEvent
Type of the event
ID - Static variable in class javax.servlet.jsp.tagext.TagAttributeInfo
"id" is wired in to be ID.
id - Variable in class javax.servlet.jsp.tagext.TagSupport
The value of the id attribute of this tag; or null.
ID - Static variable in class javax.xml.ws.RespectBindingFeature
Constant value identifying the RespectBindingFeature
ID - Static variable in class javax.xml.ws.soap.AddressingFeature
Constant value identifying the AddressingFeature
ID - Static variable in class javax.xml.ws.soap.MTOMFeature
Constant value identifying the MTOMFeature
IdClass - Annotation Type in javax.persistence
Specifies a composite primary key class that is mapped to multiple fields or properties of the entity.
IdentifiableType<X> - Interface in javax.persistence.metamodel
Instances of the type IdentifiableType represent entity or mapped superclass types.
IF_MATCH - Static variable in interface javax.ws.rs.core.HttpHeaders
See HTTP/1.1 documentation.
IF_MODIFIED_SINCE - Static variable in interface javax.ws.rs.core.HttpHeaders
See HTTP/1.1 documentation.
IF_NONE_MATCH - Static variable in interface javax.ws.rs.core.HttpHeaders
See HTTP/1.1 documentation.
IF_UNMODIFIED_SINCE - Static variable in interface javax.ws.rs.core.HttpHeaders
See HTTP/1.1 documentation.
ignore(String) - Method in class javax.faces.view.facelets.MetaRuleset

Customize this MetaRuleset instance to advise it to ignore the attribute named by the attribute argument, returning this.

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

Customize this MetaRuleset instance to advise it to ignore all attributes, returning this.

ignoreCase - Variable in class javax.mail.search.StringTerm
Ignore case when comparing?
ignoreXmlConfiguration() - Method in interface javax.validation.Configuration
Ignore data from the META-INF/validation.xml file if this method is called.
IllegalLoopbackException - Exception in javax.ejb
This exception indicates that an attempt was made to perform an illegal loopback invocation.
IllegalLoopbackException() - Constructor for exception javax.ejb.IllegalLoopbackException
 
IllegalLoopbackException(String) - Constructor for exception javax.ejb.IllegalLoopbackException
 
IllegalProductException - Exception in javax.enterprise.inject
Indicates that a producer method returned a null value or a producer field contained a null value, and the scope of the producer method or field was not Dependent.
IllegalProductException() - Constructor for exception javax.enterprise.inject.IllegalProductException
 
IllegalProductException(String, Throwable) - Constructor for exception javax.enterprise.inject.IllegalProductException
 
IllegalProductException(String) - Constructor for exception javax.enterprise.inject.IllegalProductException
 
IllegalProductException(Throwable) - Constructor for exception javax.enterprise.inject.IllegalProductException
 
IllegalStateException - Exception in javax.jms
This exception is thrown when a method is invoked at an illegal or inappropriate time or if the provider is not in an appropriate state for the requested operation.
IllegalStateException(String, String) - Constructor for exception javax.jms.IllegalStateException
Constructs an IllegalStateException with the specified reason and error code.
IllegalStateException(String) - Constructor for exception javax.jms.IllegalStateException
Constructs an IllegalStateException with the specified reason.
IllegalStateException - Exception in javax.resource.spi
An IllegalStateException is thrown from a method if the callee (resource adapter or application server for system contracts) is in an illegal or inappropriate state for the method invocation.
IllegalStateException() - Constructor for exception javax.resource.spi.IllegalStateException
Constructs a new instance with null as its detail message.
IllegalStateException(String) - Constructor for exception javax.resource.spi.IllegalStateException
Constructs a new instance with the specified detail message.
IllegalStateException(Throwable) - Constructor for exception javax.resource.spi.IllegalStateException
Constructs a new throwable with the specified cause.
IllegalStateException(String, Throwable) - Constructor for exception javax.resource.spi.IllegalStateException
Constructs a new throwable with the specified detail message and cause.
IllegalStateException(String, String) - Constructor for exception javax.resource.spi.IllegalStateException
Constructs a new throwable with the specified detail message and an error code.
IllegalWriteException - Exception in javax.mail
The exception thrown when a write is attempted on a read-only attribute of any Messaging object.
IllegalWriteException() - Constructor for exception javax.mail.IllegalWriteException
Constructs a IllegalWriteException with no detail message.
IllegalWriteException(String) - Constructor for exception javax.mail.IllegalWriteException
Constructs a IllegalWriteException with the specified detail message.
IMMEDIATE - Static variable in interface javax.resource.spi.work.WorkManager
A constant to indicate timeout duration.
ImplicitObjectELResolver - Class in javax.servlet.jsp.el
Defines variable resolution behavior for the EL implicit objects defined in the JSP specification.
ImplicitObjectELResolver() - Constructor for class javax.servlet.jsp.el.ImplicitObjectELResolver
 
implies(Permission) - Method in class javax.security.jacc.EJBMethodPermission
Determines if the argument Permission is "implied by" this EJBMethodPermission.
implies(Permission) - Method in class javax.security.jacc.EJBRoleRefPermission
Determines if the argument Permission is "implied by" this EJBRoleRefPermission.
implies(Permission) - Method in class javax.security.jacc.WebResourcePermission
Determines if the argument Permission is "implied by" this WebResourcePermission.
implies(Permission) - Method in class javax.security.jacc.WebRoleRefPermission
Determines if the argument Permission is "implied by" this WebRoleRefPermission.
implies(Permission) - Method in class javax.security.jacc.WebUserDataPermission
Determines if the argument Permission is "implied by" this WebUserDataPermission.
in - Variable in class javax.mail.util.SharedFileInputStream
The file containing the data.
in(Expression<? extends T>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create predicate to test whether given expression is contained in a list of values.
in(Object...) - Method in interface javax.persistence.criteria.Expression
Create a predicate to test whether the expression is a member of the argument list.
in(Expression<?>...) - Method in interface javax.persistence.criteria.Expression
Create a predicate to test whether the expression is a member of the argument list.
in(Collection<?>) - Method in interface javax.persistence.criteria.Expression
Create a predicate to test whether the expression is a member of the collection.
in(Expression<Collection<?>>) - Method in interface javax.persistence.criteria.Expression
Create a predicate to test whether the expression is a member of the collection.
IN - Static variable in class javax.xml.rpc.ParameterMode
IN mode for parameter passing
IN_AFTER_PHASE_KEY - Static variable in class javax.faces.event.ExceptionQueuedEventContext

The presence of an entry under this key in the Map returned from ExceptionQueuedEventContext.getAttributes() indicates the event occurred during the “after phase” part of the current lifecycle phase.

IN_BEFORE_PHASE_KEY - Static variable in class javax.faces.event.ExceptionQueuedEventContext

The presence of an entry under this key in the Map returned from ExceptionQueuedEventContext.getAttributes() indicates the event occurred during the “before phase” part of the current lifecycle phase.

inactiveConnectionClosed(Object, ManagedConnectionFactory) - Method in interface javax.resource.spi.LazyAssociatableConnectionManager
This method is called by the resource adapter (that is capable of lazy connection association optimization) in order to notify the application server that a disassociated connection handle is closed.
inAfterPhase() - Method in class javax.faces.event.ExceptionQueuedEventContext
 
inBeforePhase() - Method in class javax.faces.event.ExceptionQueuedEventContext
 
INBOUND_MESSAGE_ATTACHMENTS - Static variable in interface javax.xml.ws.handler.MessageContext
Standard property: Map of attachments to a message for the inbound message, key is the MIME Content-ID, value is a DataHandler.
include(String) - Method in class javax.servlet.jsp.PageContext
Causes the resource specified to be processed as part of the current ServletRequest and ServletResponse being processed by the calling Thread.
include(String, boolean) - Method in class javax.servlet.jsp.PageContext
Causes the resource specified to be processed as part of the current ServletRequest and ServletResponse being processed by the calling Thread.
include(ServletRequest, ServletResponse) - Method in interface javax.servlet.RequestDispatcher
Includes the content of a resource (servlet, JSP page, HTML file) in the response.
INCLUDE_CONTEXT_PATH - Static variable in interface javax.servlet.RequestDispatcher
The name of the request attribute under which the context path of the target of an include is stored
INCLUDE_PATH_INFO - Static variable in interface javax.servlet.RequestDispatcher
The name of the request attribute under which the path info of the target of an include is stored
INCLUDE_QUERY_STRING - Static variable in interface javax.servlet.RequestDispatcher
The name of the request attribute under which the query string of the target of an include is stored
INCLUDE_REQUEST_URI - Static variable in interface javax.servlet.RequestDispatcher
The name of the request attribute under which the request URI of the target of an include is stored
INCLUDE_SERVLET_PATH - Static variable in interface javax.servlet.RequestDispatcher
The name of the request attribute under which the servlet path of the target of an include is stored
includeFacelet(UIComponent, String) - Method in class javax.faces.view.facelets.FaceletContext

Include another Facelet defined at some path, relative to the executing context, not the current Facelet (same as include directive in JSP)

includeFacelet(UIComponent, URL) - Method in class javax.faces.view.facelets.FaceletContext

Include another Facelet defined at some path, absolute to this ClassLoader/OS

INDEFINITE - Static variable in interface javax.resource.spi.work.WorkManager
A constant to indicate timeout duration.
index() - Method in interface javax.persistence.criteria.ListJoin
Create an expression that corresponds to the index of the object in the referenced association or element collection.
IndexedRecord - Interface in javax.resource.cci
IndexedRecord represents an ordered collection of record elements based on the java.util.List interface.
IndexedValueExpression - Class in javax.servlet.jsp.jstl.core
 
IndexedValueExpression(ValueExpression, int) - Constructor for class javax.servlet.jsp.jstl.core.IndexedValueExpression
 
info - Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
Information (documentation) for this TLD.
Inheritance - Annotation Type in javax.persistence
Defines the inheritance strategy to be used for an entity class hierarchy.
InheritanceType - Enum in javax.persistence
Defines inheritance strategy options.
Init - Annotation Type in javax.ejb
Designates a method of a session bean that corresponds to a create<METHOD> method of an adapted home or local home interface (an interface that adapts an EJB 2.1 or earlier EJBHome or EJBLocalHome client view respectively).
init(ServletConfig) - Method in class javax.faces.webapp.FacesServlet
Acquire the factory instances we will require.
init(FilterConfig) - Method in interface javax.servlet.Filter
Called by the web container to indicate to a filter that it is being placed into service.
init(ServletConfig) - Method in class javax.servlet.GenericServlet
Called by the servlet container to indicate to a servlet that the servlet is being placed into service.
init() - Method in class javax.servlet.GenericServlet
A convenience method which can be overridden so that there's no need to call super.init(config).
init(ServletConfig) - Method in interface javax.servlet.Servlet
Called by the servlet container to indicate to a servlet that the servlet is being placed into service.
init(HandlerInfo) - Method in class javax.xml.rpc.handler.GenericHandler
The init method to enable the Handler instance to initialize itself.
init(HandlerInfo) - Method in interface javax.xml.rpc.handler.Handler
The init method enables the Handler instance to initialize itself.
init(Map) - Method in interface javax.xml.rpc.handler.HandlerChain
Initializes the configuration for a HandlerChain.
init(Object) - Method in interface javax.xml.rpc.server.ServiceLifecycle
Used for initialization of a service endpoint.
initCause(Throwable) - Method in exception javax.xml.registry.JAXRException
Initializes the cause of this throwable to the specified value.
inIterable() - Method in interface javax.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderCustomizableContext
Mark the node as being in an Iterable or a Map
initialize(MessagePolicy, MessagePolicy, CallbackHandler, Map) - Method in interface javax.security.auth.message.module.ClientAuthModule
Initialize this module with request and response message policies to enforce, a CallbackHandler, and any module-specific configuration properties.
initialize(MessagePolicy, MessagePolicy, CallbackHandler, Map) - Method in interface javax.security.auth.message.module.ServerAuthModule
Initialize this module with request and response message policies to enforce, a CallbackHandler, and any module-specific configuration properties.
initialize(Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean) - Method in class javax.servlet.jsp.PageContext
The initialize method is called to initialize an uninitialized PageContext so that it may be used by a JSP Implementation class to service an incoming request and response within it's _jspService() method.
initialize(A) - Method in interface javax.validation.ConstraintValidator
Initialize the validator in preparation for isValid calls.
initialStateMarked() - Method in class javax.faces.component.behavior.BehaviorBase

Implementation of PartialStateHolder.initialStateMarked().

initialStateMarked() - Method in interface javax.faces.component.PartialStateHolder

Return true if delta state changes are being tracked, otherwise false

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

An implementation of PartialStateHolder#initialStateMarked, this method is called by the runtime to test if the PartialStateHolder#markInitialState method was called.

initialStateMarked() - Method in class javax.faces.convert.DateTimeConverter
 
initialStateMarked() - Method in class javax.faces.convert.EnumConverter
 
initialStateMarked() - Method in class javax.faces.convert.NumberConverter
 
initialStateMarked() - Method in class javax.faces.validator.BeanValidator
 
initialStateMarked() - Method in class javax.faces.validator.DoubleRangeValidator
 
initialStateMarked() - Method in class javax.faces.validator.LengthValidator
 
initialStateMarked() - Method in class javax.faces.validator.LongRangeValidator
 
initialStateMarked() - Method in class javax.faces.validator.RegexValidator
 
InitParam - Annotation Type in javax.jws.soap
Deprecated. As of JSR-181 2.0 with no replacement.
initView(FacesContext) - Method in class javax.faces.application.ViewHandler
Initialize the view for the request processing lifecycle.
initView(FacesContext) - Method in class javax.faces.application.ViewHandlerWrapper
The default behavior of this method is to call ViewHandler#initView on the wrapped ViewHandler object.
inject(T, CreationalContext<T>) - Method in interface javax.enterprise.inject.spi.InjectionTarget
Performs dependency injection upon the given object.
Inject - Annotation Type in javax.inject
Identifies injectable constructors, methods, and fields.
inject(WebServiceContext) - Method in class javax.xml.ws.spi.Invoker
JAX-WS runtimes calls this method to ask container to inject WebServiceContext on the endpoint instance.
InjectionException - Exception in javax.enterprise.inject
Indicates a problem relating to dependency injection.
InjectionException() - Constructor for exception javax.enterprise.inject.InjectionException
 
InjectionException(String, Throwable) - Constructor for exception javax.enterprise.inject.InjectionException
 
InjectionException(String) - Constructor for exception javax.enterprise.inject.InjectionException
 
InjectionException(Throwable) - Constructor for exception javax.enterprise.inject.InjectionException
 
InjectionPoint - Interface in javax.enterprise.inject.spi
Provides access to metadata about an injection point.
InjectionTarget<T> - Interface in javax.enterprise.inject.spi
Provides operations for performing dependency injection and lifecycle callbacks on an instance of a type.
INLINE - Static variable in interface javax.mail.Part
This part should be presented inline.
INOUT - Static variable in class javax.xml.rpc.ParameterMode
INOUT mode for parameter passing
insertsAreDetected(int) - Method in interface javax.resource.cci.ResultSetInfo
Indicates whether or not a visible row insert can be detected by calling ResultSet.rowInserted.
inService() - Method in interface javax.security.jacc.PolicyConfiguration
This method is used to determine if the policy context whose interface is this PolicyConfiguration Object is in the "inService" state.
inService(String) - Method in class javax.security.jacc.PolicyConfigurationFactory
This method determines if the identified policy context exists with state "inService" in the Policy provider associated with the factory.
Instance<T> - Interface in javax.enterprise.inject
Allows the application to dynamically obtain instances of beans with a specified combination of required type and qualifiers.
INTEGER_ID - Static variable in class javax.faces.convert.IntegerConverter
The message identifier of the FacesMessage to be created if the conversion to Integer fails.
IntegerComparisonTerm - Class in javax.mail.search
This class implements comparisons for integers.
IntegerComparisonTerm(int, int) - Constructor for class javax.mail.search.IntegerComparisonTerm
 
IntegerConverter - Class in javax.faces.convert
Converter implementation for java.lang.Integer (and int primitive) values.
IntegerConverter() - Constructor for class javax.faces.convert.IntegerConverter
 
IntegerWrapperHolder - Class in javax.xml.rpc.holders
 
IntegerWrapperHolder() - Constructor for class javax.xml.rpc.holders.IntegerWrapperHolder
 
IntegerWrapperHolder(Integer) - Constructor for class javax.xml.rpc.holders.IntegerWrapperHolder
 
Interaction - Interface in javax.resource.cci
The javax.resource.cci.Interaction enables a component to execute EIS functions.
InteractionSpec - Interface in javax.resource.cci
An InteractionSpec holds properties for driving an Interaction with an EIS instance.
intercept(InterceptionType, T, InvocationContext) - Method in interface javax.enterprise.inject.spi.Interceptor
Invokes the specified kind of lifecycle callback or method invocation interception upon the given interceptor instance.
InterceptionType - Enum in javax.enterprise.inject.spi
Identifies the kind of lifecycle callback, EJB timeout method or business method interception.
Interceptor<T> - Interface in javax.enterprise.inject.spi
Represents an enabled interceptor.
Interceptor - Annotation Type in javax.interceptor
Specifies that a class is an interceptor.
InterceptorBinding - Annotation Type in javax.interceptor
Specifies that an annotation type is an interceptor binding type.
Interceptors - Annotation Type in javax.interceptor
Declares an ordered list of interceptors for a target class or method of a target class.
intercepts(InterceptionType) - Method in interface javax.enterprise.inject.spi.Interceptor
Determines if the interceptor intercepts the specified kind of lifecycle callback or method invocation.
interfaceName(QName) - Method in class javax.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
Sets the interfaceName as the wsam:InterfaceName element in the wsa:Metadata element.
INTERNAL - Static variable in exception javax.resource.spi.work.WorkException
Indicates an internal error condition.
INTERNATIONAL_STRING - Static variable in interface javax.xml.registry.LifeCycleManager
Constant representing the javax.xml.registry.infomodel.InternationalString interface.
InternationalString - Interface in javax.xml.registry.infomodel
This interface represents a String that has been internationalized into several Locales.
InternetAddress - Class in javax.mail.internet
This class represents an Internet email address using the syntax of RFC822.
InternetAddress() - Constructor for class javax.mail.internet.InternetAddress
Default constructor.
InternetAddress(String) - Constructor for class javax.mail.internet.InternetAddress
Constructor.
InternetAddress(String, boolean) - Constructor for class javax.mail.internet.InternetAddress
Parse the given string and create an InternetAddress.
InternetAddress(String, String) - Constructor for class javax.mail.internet.InternetAddress
Construct an InternetAddress given the address and personal name.
InternetAddress(String, String, String) - Constructor for class javax.mail.internet.InternetAddress
Construct an InternetAddress given the address and personal name.
InternetHeaders - Class in javax.mail.internet
InternetHeaders is a utility class that manages RFC822 style headers.
InternetHeaders() - Constructor for class javax.mail.internet.InternetHeaders
Create an empty InternetHeaders object.
InternetHeaders(InputStream) - Constructor for class javax.mail.internet.InternetHeaders
Read and parse the given RFC822 message stream till the blank line separating the header from the body.
InternetHeaders.InternetHeader - Class in javax.mail.internet
An individual internet header.
InternetHeaders.InternetHeader(String) - Constructor for class javax.mail.internet.InternetHeaders.InternetHeader
Constructor that takes a line and splits out the header name.
InternetHeaders.InternetHeader(String, String) - Constructor for class javax.mail.internet.InternetHeaders.InternetHeader
Constructor that takes a header name and value.
interpolate(String, MessageInterpolator.Context) - Method in interface javax.validation.MessageInterpolator
Interpolate the message template based on the contraint validation context.
interpolate(String, MessageInterpolator.Context, Locale) - Method in interface javax.validation.MessageInterpolator
Interpolate the message template based on the contraint validation context.
IntHolder - Class in javax.xml.rpc.holders
 
IntHolder() - Constructor for class javax.xml.rpc.holders.IntHolder
 
IntHolder(int) - Constructor for class javax.xml.rpc.holders.IntHolder
 
invalid - Variable in class javax.mail.event.TransportEvent
 
invalid - Variable in exception javax.mail.SendFailedException
 
INVALID_MESSAGE_ID - Static variable in class javax.faces.component.UISelectMany
The message identifier of the FacesMessage to be created if a value not matching the available options is specified.
INVALID_MESSAGE_ID - Static variable in class javax.faces.component.UISelectOne
The message identifier of the FacesMessage to be created if a value not matching the available options is specified.
invalidate() - Method in interface javax.servlet.http.HttpSession
Invalidates this session then unbinds any objects bound to it.
invalidateSession() - Method in class javax.faces.context.ExternalContext

Invalidates this session then unbinds any objects bound to it.

invalidateSession() - Method in class javax.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext#invalidateSession on the wrapped ExternalContext object.
InvalidClientIDException - Exception in javax.jms
This exception must be thrown when a client attempts to set a connection's client ID to a value that is rejected by a provider.
InvalidClientIDException(String, String) - Constructor for exception javax.jms.InvalidClientIDException
Constructs an InvalidClientIDException with the specified reason and error code.
InvalidClientIDException(String) - Constructor for exception javax.jms.InvalidClientIDException
Constructs an InvalidClientIDException with the specified reason.
InvalidDestinationException - Exception in javax.jms
This exception must be thrown when a destination either is not understood by a provider or is no longer valid.
InvalidDestinationException(String, String) - Constructor for exception javax.jms.InvalidDestinationException
Constructs an InvalidDestinationException with the specified reason and error code.