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