站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Java Platform, Enterprise Edition v5.0 API Specifications

Index (Java EE 5 SDK) - Java Platform, Enterprise Edition v5.0 API Specifications

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

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.
AbstractMarshallerImpl - Class in javax.xml.bind.helpers
Partial default Marshaller implementation.
AbstractMarshallerImpl() - Constructor for class javax.xml.bind.helpers.AbstractMarshallerImpl
 
AbstractUnmarshallerImpl - Class in javax.xml.bind.helpers
Partial default Unmarshaller implementation.
AbstractUnmarshallerImpl() - Constructor for class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
accept(XMLEvent) - Method in interface javax.xml.stream.EventFilter
Tests whether this event is part of this stream.
accept(XMLStreamReader) - Method in interface javax.xml.stream.StreamFilter
Tests whether the current state is part of this stream.
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.
acknowledge() - Method in interface javax.jms.Message
Acknowledges all consumed messages of the session of this consumed message.
ActionEvent - Class in javax.faces.event
An ActionEvent represents the activation of a user interface component (such as a UICommand).
ActionEvent(UIComponent) - Constructor for class javax.faces.event.ActionEvent
Construct a new event object from the specified source component and action command.
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.
ActionType - Class in javax.enterprise.deploy.shared
Class ActionTypes defines enumeration values for the J2EE DeploymentStatus actions.
ActionType(int) - Constructor for class javax.enterprise.deploy.shared.ActionType
Construct a new enumeration value with the given integer value.
ActivationConfigProperty - Annotation Type in javax.ejb
 
ActivationDataFlavor - Class in javax.activation
The ActivationDataFlavor class is a special subclass of java.awt.datatransfer.DataFlavor.
ActivationDataFlavor(Class, String, String) - Constructor for class javax.activation.ActivationDataFlavor
Construct a DataFlavor that represents an arbitrary Java object.
ActivationDataFlavor(Class, String) - Constructor for class javax.activation.ActivationDataFlavor
Construct a DataFlavor that represents a MimeType.
ActivationDataFlavor(String, String) - Constructor for class javax.activation.ActivationDataFlavor
Construct a DataFlavor that represents a MimeType.
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(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(XMLEvent) - Method in interface javax.xml.stream.util.XMLEventConsumer
This method adds an event to the consumer.
add(XMLEvent) - Method in interface javax.xml.stream.XMLEventWriter
Add an event to the output stream Adding a START_ELEMENT will open a new namespace scope that will be closed when the corresponding END_ELEMENT is written.
add(XMLEventReader) - Method in interface javax.xml.stream.XMLEventWriter
Adds an entire stream to an output stream, calls next() on the inputStream argument until hasNext() returns false This should be treated as a convenience method that will perform the following loop over all the events in an event reader and call add on each event.
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
 
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.
addAttachmentPart(AttachmentPart) - Method in class javax.xml.soap.SOAPMessage
Adds the given AttachmentPart object to this SOAPMessage object.
addAttribute(Name, String) - Method in interface javax.xml.soap.SOAPElement
Adds an attribute with the specified name and value to this SOAPElement object.
addAttribute(QName, String) - Method in interface javax.xml.soap.SOAPElement
Adds an attribute with the specified name and value to this SOAPElement object.
addBody() - Method in interface javax.xml.soap.SOAPEnvelope
Creates a SOAPBody object and sets it as the SOAPBody object for this SOAPEnvelope object.
addBodyElement(Name) - Method in interface javax.xml.soap.SOAPBody
Creates a new SOAPBodyElement object with the specified name and adds it to this SOAPBody object.
addBodyElement(QName) - Method in interface javax.xml.soap.SOAPBody
Creates a new SOAPBodyElement object with the specified QName and adds it to this SOAPBody object.
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.
addChildElement(Name) - Method in interface javax.xml.soap.SOAPElement
Creates a new SOAPElement object initialized with the given Name object and adds the new element to this SOAPElement object.
addChildElement(QName) - Method in interface javax.xml.soap.SOAPElement
Creates a new SOAPElement object initialized with the given QName object and adds the new element to this SOAPElement object.
addChildElement(String) - Method in interface javax.xml.soap.SOAPElement
Creates a new SOAPElement object initialized with the specified local name and adds the new element to this SOAPElement object.
addChildElement(String, String) - Method in interface javax.xml.soap.SOAPElement
Creates a new SOAPElement object initialized with the specified local name and prefix and adds the new element to this SOAPElement object.
addChildElement(String, String, String) - Method in interface javax.xml.soap.SOAPElement
Creates a new SOAPElement object initialized with the specified local name, prefix, and URI and adds the new element to this SOAPElement object.
addChildElement(SOAPElement) - Method in interface javax.xml.soap.SOAPElement
Add a SOAPElement as a child of this SOAPElement instance.
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.
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.
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.
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.
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.
addDetail() - Method in interface javax.xml.soap.SOAPFault
Creates an optional Detail object and sets it as the Detail object for this SOAPFault object.
addDetailEntry(Name) - Method in interface javax.xml.soap.Detail
Creates a new DetailEntry object with the given name and adds it to this Detail object.
addDetailEntry(QName) - Method in interface javax.xml.soap.Detail
Creates a new DetailEntry object with the given QName and adds it to this Detail object.
addDocument(Document) - Method in interface javax.xml.soap.SOAPBody
Adds the root node of the DOM Document to this SOAPBody object.
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 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 5.5.1 of the JavaServer Faces Specification.
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.
addFault() - Method in interface javax.xml.soap.SOAPBody
Creates a new SOAPFault object and adds it to this SOAPBody object.
addFault(Name, String, Locale) - Method in interface javax.xml.soap.SOAPBody
Creates a new SOAPFault object and adds it to this SOAPBody object.
addFault(QName, String, Locale) - Method in interface javax.xml.soap.SOAPBody
Creates a new SOAPFault object and adds it to this SOAPBody object.
addFault(Name, String) - Method in interface javax.xml.soap.SOAPBody
Creates a new SOAPFault object and adds it to this SOAPBody object.
addFault(QName, String) - Method in interface javax.xml.soap.SOAPBody
Creates a new SOAPFault object and adds it to this SOAPBody object.
addFaultReasonText(String, Locale) - Method in interface javax.xml.soap.SOAPFault
Appends or replaces a Reason Text item containing the specified text message and an xml:lang derived from locale.
addFolderListener(FolderListener) - Method in class javax.mail.Folder
Add a listener for Folder events on this Folder.
addFolderListener(FolderListener) - Method in class javax.mail.Store
Add a listener for Folder events on any Folder object obtained from this Store.
addFrom(Address[]) - Method in class javax.mail.internet.MimeMessage
Add the specified addresses to the existing "From" field.
addFrom(Address[]) - Method in class javax.mail.Message
Add these addresses to the existing "From" attribute
addHeader(String, String) - Method in class javax.mail.internet.InternetHeaders
Add a header with the specified name and value to the header list.
addHeader(String, String) - Method in class javax.mail.internet.MimeBodyPart
Add this value to the existing values for this header_name.
addHeader(String, String) - Method in class javax.mail.internet.MimeMessage
Add this value to the existing values for this header_name.
addHeader(String, String) - Method in interface javax.mail.Part
Add this value to the existing values for this header_name.
addHeader(String, String) - Method in interface javax.servlet.http.HttpServletResponse
Adds a response header with the given name and value.
addHeader(String, String) - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to return addHeader(String name, String value) on the wrapped response object.
addHeader(String, String) - Method in class javax.xml.soap.MimeHeaders
Adds a MimeHeader object with the specified name and value to this MimeHeaders object's list of headers.
addHeader() - Method in interface javax.xml.soap.SOAPEnvelope
Creates a SOAPHeader object and sets it as the SOAPHeader object for this SOAPEnvelope object.
addHeaderElement(Name) - Method in interface javax.xml.soap.SOAPHeader
Creates a new SOAPHeaderElement object initialized with the specified name and adds it to this SOAPHeader object.
addHeaderElement(QName) - Method in interface javax.xml.soap.SOAPHeader
Creates a new SOAPHeaderElement object initialized with the specified qname and adds it to this SOAPHeader 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.
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.
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.
addMailcap(String) - Method in class javax.activation.MailcapCommandMap
Add entries to the registry.
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.
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.
addMimeHeader(String, String) - Method in class javax.xml.soap.AttachmentPart
Adds a MIME header with the specified name and value to this AttachmentPart object.
addMimeHeader(String, String) - Method in class javax.xml.soap.SOAPPart
Creates a MimeHeader object with the specified name and value and adds it to this SOAPPart object.
addMimeTypes(String) - Method in class javax.activation.MimetypesFileTypeMap
Prepend the MIME type values to the registry.
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.
addNamespaceDeclaration(String, String) - Method in interface javax.xml.soap.SOAPElement
Adds a namespace declaration with the specified prefix and URI to this SOAPElement object.
addNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) - Method in interface javax.management.j2ee.ListenerRegistration
Add a listener to a registered managed object.
addNotUnderstoodHeaderElement(QName) - Method in interface javax.xml.soap.SOAPHeader
Creates a new NotUnderstood SOAPHeaderElement object initialized with the specified name and adds it to this SOAPHeader object.
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
 
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.
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.
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.
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.
Address - Class in javax.mail
This abstract class models the addresses in a message.
Address() - Constructor for class javax.mail.Address
 
address - Variable in class javax.mail.internet.InternetAddress
 
address - Variable in class javax.mail.search.AddressTerm
The address.
ADDRESS_LINES_SLOT - Static variable in interface javax.xml.registry.infomodel.Slot
Name for pre-defined Slot used in PostalAddress by 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.
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
 
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.
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.
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.
addTextNode(String) - Method in interface javax.xml.soap.SOAPElement
Creates a new Text object initialized with the given String and adds it to this SOAPElement object.
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.
addUpgradeHeaderElement(Iterator) - Method in interface javax.xml.soap.SOAPHeader
Creates a new Upgrade SOAPHeaderElement object initialized with the specified List of supported SOAP URIs and adds it to this SOAPHeader object.
addUpgradeHeaderElement(String[]) - Method in interface javax.xml.soap.SOAPHeader
Creates a new Upgrade SOAPHeaderElement object initialized with the specified array of supported SOAP URIs and adds it to this SOAPHeader object.
addUpgradeHeaderElement(String) - Method in interface javax.xml.soap.SOAPHeader
Creates a new Upgrade SOAPHeaderElement object initialized with the specified supported SOAP URI and adds it to this SOAPHeader object.
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(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.
afterBegin() - Method in interface javax.ejb.SessionSynchronization
The afterBegin method notifies a 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(boolean) - Method in interface javax.ejb.SessionSynchronization
The afterCompletion method notifies a 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.
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.

ALERT - Static variable in class javax.mail.event.StoreEvent
Indicates that this message is an ALERT.
ALL - Static variable in class javax.mail.internet.MimeUtility
 
allocate(XMLStreamReader) - Method in interface javax.xml.stream.util.XMLEventAllocator
This method allocates an event given the current state of the XMLStreamReader.
allocate(XMLStreamReader, XMLEventConsumer) - Method in interface javax.xml.stream.util.XMLEventAllocator
This method allocates an event or set of events given the current state of the XMLStreamReader and adds the event or set of events to the consumer that was passed in.
allocateConnection(ManagedConnectionFactory, ConnectionRequestInfo) - Method in interface javax.resource.spi.ConnectionManager
The method allocateConnection gets called by the resource adapter's connection factory instance.
ALLOCATOR - Static variable in class javax.xml.stream.XMLInputFactory
The property used to set/get the implementation of the allocator
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.
ANSWERED - Static variable in class javax.mail.Flags.Flag
This message has been answered.
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.
appendFaultSubcode(QName) - Method in interface javax.xml.soap.SOAPFault
Adds a Subcode to the end of the sequence of Subcodes contained by this SOAPFault.
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_FACTORY - Static variable in class javax.faces.FactoryFinder
The property name for the ApplicationFactory class name.
APPLICATION_SCOPE - Static variable in class javax.servlet.jsp.PageContext
Application scope: named reference remains available in the ServletContext until it is reclaimed.
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
 
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.
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.
AroundInvoke - Annotation Type in javax.interceptor
 
ArrayDataModel - 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(Object[]) - 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.
asCharacters() - Method in interface javax.xml.stream.events.XMLEvent
Returns this event as Characters, may result in a class cast exception if this event is not Characters.
asEndElement() - Method in interface javax.xml.stream.events.XMLEvent
Returns this event as an end element event, may result in a class cast exception if this event is not a end 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 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
 
AssociationOverride - Annotation Type in javax.persistence
This annotation is used to override a many-to-one or one-to-one mapping of property or field for an entity relationship.
AssociationOverrides - Annotation Type in javax.persistence
This annotation is used to override mappings of multiple many-to-one or one-to-one relationship properties or fields.
asStartElement() - Method in interface javax.xml.stream.events.XMLEvent
Returns this event as a start element event, may result in a class cast exception if this event is not a start element.
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.
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.
ATOM - Static variable in class javax.mail.internet.HeaderTokenizer.Token
Token type indicating an ATOM.
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
 
AttachmentPart - Class in javax.xml.soap
A single attachment to a SOAPMessage object.
AttachmentPart() - Constructor for class javax.xml.soap.AttachmentPart
 
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 - Interface in javax.xml.stream.events
An interface that contains information about an attribute.
ATTRIBUTE - Static variable in interface javax.xml.stream.XMLStreamConstants
Indicates an event is an attribute
attributeAdded(HttpSessionBindingEvent) - Method in interface javax.servlet.http.HttpSessionAttributeListener
Notification that an attribute has been added to a session.
attributeAdded(ServletContextAttributeEvent) - Method in interface javax.servlet.ServletContextAttributeListener
Notification that a new attribute was added to the servlet context.
attributeAdded(ServletRequestAttributeEvent) - Method in interface javax.servlet.ServletRequestAttributeListener
Notification that a new attribute was added to the servlet request.
AttributeOverride - Annotation Type in javax.persistence
The AttributeOverride annotation is 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
Is used to override mappings of multiple properties or fields.
attributeRemoved(HttpSessionBindingEvent) - Method in interface javax.servlet.http.HttpSessionAttributeListener
Notification that an attribute has been removed from a session.
attributeRemoved(ServletContextAttributeEvent) - Method in interface javax.servlet.ServletContextAttributeListener
Notification that an existing attribute has been removed from the servlet context.
attributeRemoved(ServletRequestAttributeEvent) - Method in interface javax.servlet.ServletRequestAttributeListener
Notification that an existing attribute has been removed from the servlet request.
attributeReplaced(HttpSessionBindingEvent) - Method in interface javax.servlet.http.HttpSessionAttributeListener
Notification that an attribute has been replaced in a session.
attributeReplaced(ServletContextAttributeEvent) - Method in interface javax.servlet.ServletContextAttributeListener
Notification that an attribute on the servlet context has been replaced.
attributeReplaced(ServletRequestAttributeEvent) - Method in interface javax.servlet.ServletRequestAttributeListener
Notification that an attribute was replaced on the servlet request.
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.  
AUDITABLE_EVENT - Static variable in interface javax.xml.registry.LifeCycleManager
 
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.
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
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
 
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.
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.

B

Basic - Annotation Type in javax.persistence
The Basic annotation is 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.
BCC - Static variable in class javax.mail.Message.RecipientType
The "Bcc" (blind carbon copy) recipients.
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
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
 
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.
beforeCompletion() - Method in interface javax.ejb.SessionSynchronization
The beforeCompletion method notifies a 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.
beforeUnmarshal(Object, Object) - Method in class javax.xml.bind.Unmarshaller.Listener

Callback method invoked before unmarshalling into target.

begin() - Method in interface javax.persistence.EntityTransaction
Start the resource transaction.
begin() - Method in interface javax.resource.cci.LocalTransaction
Begins a local transaction on an EIS instance.
begin() - Method in interface javax.resource.spi.LocalTransaction
Begin a local transaction
begin() - Method in interface javax.transaction.TransactionManager
Create a new transaction and associate it with the current thread.
begin() - Method in interface javax.transaction.UserTransaction
Create a new transaction and associate it with the current thread.
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
 
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
 
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.
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(FacesEvent) - Method in class javax.faces.component.UICommand
In addition to to the default UIComponent.broadcast(javax.faces.event.FacesEvent) processing, pass the ActionEvent being broadcast to the method referenced by actionListener (if any), and to the default ActionListener registered on the Application.
broadcast(FacesEvent) - Method in class javax.faces.component.UIComponent
Broadcast the specified FacesEvent to all registered event listeners who have expressed an interest in events of this type.
broadcast(FacesEvent) - Method in class javax.faces.component.UIComponentBase
 
broadcast(FacesEvent) - Method in class javax.faces.component.UIData
Override the default UIComponentBase.broadcast(javax.faces.event.FacesEvent) processing to unwrap any wrapped FacesEvent and reset the current row index, before the event is actually broadcast.
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.
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.
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

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.
call(SOAPMessage, Object) - Method in class javax.xml.soap.SOAPConnection
Sends the given message to the specified endpoint and blocks until it has returned the response.
canBeRequestTime() - Method in class javax.servlet.jsp.tagext.TagAttributeInfo
Whether this attribute has been specified in the TLD as rtexprvalue.
cancel() - Method in interface javax.ejb.Timer
Cause the timer and all its associated expiration notifications to be cancelled.
CANCEL - 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
 
cause - Variable in exception javax.xml.registry.JAXRException
 
CC - Static variable in class javax.mail.Message.RecipientType
The "Cc" (carbon copy) recipients.
CDATA - Static variable in interface javax.xml.stream.XMLStreamConstants
Indicates an event is a CDATA section
CHARACTER_ENCODING_KEY - Static variable in class javax.faces.application.ViewHandler
The key, in the session's attribute set, under which the response character encoding may be stored and retrieved.
CHARACTER_ID - Static variable in class javax.faces.convert.CharacterConverter
The message identifier of the FacesMessage to be created if the conversion to Character fails.
CHARACTER_SET_ENCODING - Static variable in class javax.xml.soap.SOAPMessage
Specifies the character type encoding for the SOAP Message.
CharacterConverter - Class in javax.faces.convert
Converter implementation for java.lang.Character (and char primitive) values.
CharacterConverter() - Constructor for class javax.faces.convert.CharacterConverter
 
Characters - Interface in javax.xml.stream.events
This describes the interface to Characters events.
CHARACTERS - Static variable in interface javax.xml.stream.XMLStreamConstants
Indicates an event is characters
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
 
CLASSIFICATION_SCHEME - Static variable in interface javax.xml.registry.LifeCycleManager
 
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.
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.
clearContent() - Method in class javax.xml.soap.AttachmentPart
Clears out the content of this AttachmentPart object.
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.
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.
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.faces.context.ResponseWriterWrapper
The default behavior of this method is to call Writer.close() on the wrapped ResponseWriter object.
close() - Method in interface javax.jms.Connection
Closes the connection.
close() - Method in interface javax.jms.ConnectionConsumer
Closes the connection consumer.
close() - Method in interface javax.jms.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 EntityManager.
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() - Method in class javax.xml.soap.SOAPConnection
Closes this SOAPConnection object.
close() - Method in class javax.xml.stream.util.EventReaderDelegate
 
close() - Method in class javax.xml.stream.util.StreamReaderDelegate
 
close() - Method in interface javax.xml.stream.XMLEventReader
Frees any resources associated with this Reader.
close() - Method in interface javax.xml.stream.XMLEventWriter
Frees any resources associated with this stream
close() - Method in interface javax.xml.stream.XMLStreamReader
Frees any resources associated with this Reader.
close() - Method in interface javax.xml.stream.XMLStreamWriter
Close this writer and free any resources associated with the writer.
close(MessageContext) - Method in interface javax.xml.ws.handler.Handler
Called at the conclusion of a message exchange pattern just prior to the JAX-WS runtime disptaching a message, fault or exception.
closed(ConnectionEvent) - Method in class javax.mail.event.ConnectionAdapter
 
CLOSED - 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.
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
 
Column - Annotation Type in javax.persistence
Is used to specify a 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.
CommandInfo - Class in javax.activation
The CommandInfo class is used by CommandMap implementations to describe the results of command requests.
CommandInfo(String, String) - Constructor for class javax.activation.CommandInfo
The Constructor for CommandInfo.
CommandMap - Class in javax.activation
The CommandMap class provides an interface to a registry of command objects available in the system.
CommandMap() - Constructor for class javax.activation.CommandMap
 
CommandObject - Interface in javax.activation
JavaBeans components that are Activation Framework aware implement this interface to find out which command verb they're being asked to perform, and to obtain the DataHandler representing the data they should operate on.
CommandType - Class in javax.enterprise.deploy.shared
Class CommandTypes defines enumeration values for the DeploymentStatus object.
CommandType(int) - Constructor for class javax.enterprise.deploy.shared.CommandType
Construct a new enumeration value with the given integer value.
COMMENT - Static variable in class javax.mail.internet.HeaderTokenizer.Token
Token type indicating a comment.
Comment - Interface in javax.xml.stream.events
An interface for comment events
COMMENT - Static variable in interface javax.xml.stream.XMLStreamConstants
Indicates an event is 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 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
 
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.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.UIViewRoot
The standard component family 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.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.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.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.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.UIViewRoot
The standard component type for this component.
CompositeELResolver - Class in javax.el
Maintains an ordered composite list of child ELResolvers.
CompositeELResolver() - Constructor for class javax.el.CompositeELResolver
 
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
 
ConcurrentAccessException - Exception in javax.ejb
A ConcurrentAccessException indicates that the client has attempted an invocation on a stateful session bean while another invocation is in progress.
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.
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.
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.
confirmAssociation(Association) - Method in interface javax.xml.registry.BusinessLifeCycleManager
Confirms this Association by the User associated with the caller.
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).
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.
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(Object) - Method in interface javax.persistence.EntityManager
Check if the instance belongs 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_INFO - Static variable in class javax.mail.FetchProfile.Item
This item is for fetching information about the content of the message.
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.
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.
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
Notification that the servlet context is about to be shut down.
contextInitialized(ServletContextEvent) - Method in interface javax.servlet.ServletContextListener
Notification that the web application initialization process is starting.
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.
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.
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 a specified name and value.
copyMessages(Message[], Folder) - Method in class javax.mail.Folder
Copy the specified Messages from this Folder into another Folder.
countAttachments() - Method in class javax.xml.soap.SOAPMessage
Gets a count of the number of attachments in this message.
CountStatistic - Interface in javax.management.j2ee.statistics
Specifies standard count measurements.
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(Name) - Method in class javax.xml.soap.SOAPElementFactory
Deprecated. Use javax.xml.soap.SOAPFactory.createElement(javax.xml.soap.Name) instead
create(String) - Method in class javax.xml.soap.SOAPElementFactory
Deprecated. Use javax.xml.soap.SOAPFactory.createElement(String localName) instead
create(String, String, String) - Method in class javax.xml.soap.SOAPElementFactory
Deprecated. Use javax.xml.soap.SOAPFactory.createElement(String localName, String prefix, String uri) instead
create(Object) - Static method in class javax.xml.ws.Endpoint
Creates an endpoint with the specified implementor object.
create(String, Object) - Static method in class javax.xml.ws.Endpoint
Creates an endpoint with the specified binding type and implementor object.
create(URL, QName) - Static method in class javax.xml.ws.Service
Create a Service instance.
create(QName) - Static method in class javax.xml.ws.Service
Create 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.
createAssociation(RegistryObject, Concept) - Method in interface javax.xml.registry.LifeCycleManager
Creates an Association instance using the specified parameters.
createAttachmentPart() - Method in class javax.xml.soap.SOAPMessage
Creates a new empty AttachmentPart object.
createAttachmentPart(DataHandler) - Method in class javax.xml.soap.SOAPMessage
Creates an AttachmentPart object and populates it using the given DataHandler object.
createAttachmentPart(Object, String) - Method in class javax.xml.soap.SOAPMessage
Creates an AttachmentPart object and populates it with the specified data of the specified content type.
createAttribute(String, String, String, String) - Method in class javax.xml.stream.XMLEventFactory
Create a new Attribute
createAttribute(String, String) - Method in class javax.xml.stream.XMLEventFactory
Create a new Attribute
createAttribute(QName, String) - Method in class javax.xml.stream.XMLEventFactory
Create a new Attribute
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.
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.
createCData(String) - Method in class javax.xml.stream.XMLEventFactory
Create a Characters event with the CData flag set to true
createCharacters(String) - Method in class javax.xml.stream.XMLEventFactory
Create a Characters event, this method does not check if the content is all whitespace.
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.
createComment(String) - Method in class javax.xml.stream.XMLEventFactory
Create a comment
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(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.
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 J2EE deployable component.
createConnection() - Method in interface javax.jms.ConnectionFactory
Creates a connection with the default user identity.
createConnection(String, String) - Method in interface javax.jms.ConnectionFactory
Creates a connection with the specified user identity.
createConnection() - Method in class javax.xml.registry.ConnectionFactory
Create a named connection.
createConnection() - Method in class javax.xml.soap.SOAPConnectionFactory
Create a new SOAPConnection.
createConnectionConsumer(Destination, String, ServerSessionPool, int) - Method in interface javax.jms.Connection
Creates a connection consumer for this connection (optional operation).
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() - 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.
CREATED - Static variable in class javax.mail.event.FolderEvent
The folder was created.
createDataContentHandler(String) - Method in class javax.activation.CommandMap
Locate a DataContentHandler that corresponds to the MIME type.
createDataContentHandler(String, DataSource) - Method in class javax.activation.CommandMap
Locate a DataContentHandler that corresponds to the MIME type.
createDataContentHandler(String) - Method in interface javax.activation.DataContentHandlerFactory
Creates a new DataContentHandler object for the MIME type.
createDataContentHandler(String) - Method in class javax.activation.MailcapCommandMap
Return the DataContentHandler for the specified MIME type.
createDetail() - Method in class javax.xml.soap.SOAPFactory
Creates a new Detail object which serves as a container for DetailEntry objects.
createDispatch(QName, Class<T>, Service.Mode) - Method in class javax.xml.ws.Service
Creates a Dispatch instance for use with objects of the users 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, Class<T>, Service.Mode) - Method in class javax.xml.ws.spi.ServiceDelegate
Creates a Dispatch instance for use with objects of the users choosing.
createDispatch(QName, JAXBContext, Service.Mode) - Method in class javax.xml.ws.spi.ServiceDelegate
Creates a Dispatch instance for use with JAXB generated objects.
createDTD(String) - Method in class javax.xml.stream.XMLEventFactory
Create a document type definition event This string contains the entire document type declaration that matches the doctypedecl in the XML 1.0 specification
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.
createElement(Element) - Method in class javax.xml.soap.SOAPFactory
Creates a SOAPElement object from an existing DOM Element.
createElement(Name) - Method in class javax.xml.soap.SOAPFactory
Creates a SOAPElement object initialized with the given Name object.
createElement(QName) - Method in class javax.xml.soap.SOAPFactory
Creates a SOAPElement object initialized with the given QName object.
createElement(String) - Method in class javax.xml.soap.SOAPFactory
Creates a SOAPElement object initialized with the given local name.
createElement(String, String, String) - Method in class javax.xml.soap.SOAPFactory
Creates a new SOAPElement object with the given local name, prefix and uri.
createEmailAddress(String) - Method in interface javax.xml.registry.LifeCycleManager
Creates an EmailAddress instance using an address as the parameter.
createEmailAddress(String, String) - Method in interface javax.xml.registry.LifeCycleManager
Creates an EmailAddress instance using both an address and a type as parameters.
createEndDocument() - Method in class javax.xml.stream.XMLEventFactory
Creates a new instance of an EndDocument event
createEndElement(QName, Iterator) - Method in class javax.xml.stream.XMLEventFactory
Create a new EndElement
createEndElement(String, String, String) - Method in class javax.xml.stream.XMLEventFactory
Create a new EndElement
createEndElement(String, String, String, Iterator) - Method in class javax.xml.stream.XMLEventFactory
Create a new EndElement
createEndpoint(XAResource) - Method in interface javax.resource.spi.endpoint.MessageEndpointFactory
This is used to create a message endpoint.
createEndpoint(String, Object) - Method in class javax.xml.ws.spi.Provider
Creates an endpoint object with the provided binding and implementation object.
createEntityManager() - Method in interface javax.persistence.EntityManagerFactory
Create a new EntityManager.
createEntityManager(Map) - Method in interface javax.persistence.EntityManagerFactory
Create a new 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.
createEntityReference(String, EntityDeclaration) - Method in class javax.xml.stream.XMLEventFactory
Creates a new instance of a EntityReference event
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 interface.
CreateException() - Constructor for exception javax.ejb.CreateException
Constructs a CreateException with no detail message.
CreateException(String) - Constructor for exception javax.ejb.CreateException
Constructs a CreateException with the specified detail message.
createExternalIdentifier(ClassificationScheme, String, String) - Method in interface javax.xml.registry.LifeCycleManager
Creates an ExternalIdentifier instance using the specified parameters, where the name is a String.
createExternalIdentifier(ClassificationScheme, InternationalString, String) - Method in interface javax.xml.registry.LifeCycleManager
Creates an ExternalIdentifier instance using the specified parameters, where the name is an InternationalString.
createExternalLink(String, String) - Method in interface javax.xml.registry.LifeCycleManager
Creates an ExternalLink instance using the specified parameters, where the description is a String.
createExternalLink(String, InternationalString) - Method in interface javax.xml.registry.LifeCycleManager
Creates an ExternalLink instance using the specified parameters, where the description is an InternationalString.
createExtrinsicObject(DataHandler) - Method in interface javax.xml.registry.LifeCycleManager
Creates an ExtrinsicObject instance using the specified parameters.
createFault(String, QName) - Method in class javax.xml.soap.SOAPFactory
Creates a new SOAPFault object initialized with the given reasonText and faultCode
createFault() - Method in class javax.xml.soap.SOAPFactory
Creates a new default SOAPFault object
createFederatedConnection(Collection) - Method in class javax.xml.registry.ConnectionFactory
Create a FederatedConnection.
createFilteredReader(XMLStreamReader, StreamFilter) - Method in class javax.xml.stream.XMLInputFactory
Create a filtered reader that wraps the filter around the reader
createFilteredReader(XMLEventReader, EventFilter) - Method in class javax.xml.stream.XMLInputFactory
Create a filtered event reader that wraps the filter around the event reader
createIgnorableSpace(String) - Method in class javax.xml.stream.XMLEventFactory
Create an ignorable space
createIndexedRecord(String) - Method in interface javax.resource.cci.RecordFactory
Creates a IndexedRecord.
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.
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.
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.
createMessage() - Method in class javax.xml.soap.MessageFactory
Creates a new SOAPMessage object with the default SOAPPart, SOAPEnvelope, SOAPBody, and SOAPHeader objects.
createMessage(MimeHeaders, InputStream) - Method in class javax.xml.soap.MessageFactory
Internalizes the contents of the given InputStream object into a new SOAPMessage object and returns the SOAPMessage object.
createMethodBinding(String, Class[]) - Method in class javax.faces.application.Application
Deprecated. This has been replaced by calling Application.getExpressionFactory() then ExpressionFactory.createMethodExpression(javax.el.ELContext, java.lang.String, java.lang.Class, java.lang.Class[]).
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.
createName(String, String, String) - Method in interface javax.xml.soap.SOAPEnvelope
Creates a new Name object initialized with the given local name, namespace prefix, and namespace URI.
createName(String) - Method in interface javax.xml.soap.SOAPEnvelope
Creates a new Name object initialized with the given local name.
createName(String, String, String) - Method in class javax.xml.soap.SOAPFactory
Creates a new Name object initialized with the given local name, namespace prefix, and namespace URI.
createName(String) - Method in class javax.xml.soap.SOAPFactory
Creates a new Name object initialized with the given local name.
createNamedQuery(String) - Method in interface javax.persistence.EntityManager
Create an instance of Query for executing a named query (in the Java Persistence query language or in native SQL).
createNamespace(String) - Method in class javax.xml.stream.XMLEventFactory
Create a new default Namespace
createNamespace(String, String) - Method in class javax.xml.stream.XMLEventFactory
Create a new Namespace
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.
createProcessingInstruction(String, String) - Method in class javax.xml.stream.XMLEventFactory
Create a processing instruction
createProducer(Destination) - Method in interface javax.jms.Session
Creates a MessageProducer to send messages to the specified destination.
createPublisher(Topic) - Method in interface javax.jms.TopicSession
Creates a publisher for the specified topic.
createQName(String, String) - Method in interface javax.xml.soap.SOAPElement
Creates a QName whose namespace URI is the one associated with the parameter, prefix, in the context of this SOAPElement.
createQuery(String) - Method in interface javax.persistence.EntityManager
Create an instance of Query 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.
createResponseStream(OutputStream) - Method in class javax.faces.render.RenderKit
Use the provided OutputStream to create a new ResponseStream instance.
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.
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) - Method in class javax.xml.ws.spi.Provider
Creates a service delegate object.
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.
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.
createSpace(String) - Method in class javax.xml.stream.XMLEventFactory
Create a Characters event with the isSpace flag set to true
createSpecificationLink() - Method in interface javax.xml.registry.LifeCycleManager
Creates an empty SpecificationLink instance.
createStartDocument() - Method in class javax.xml.stream.XMLEventFactory
Creates a new instance of a StartDocument event
createStartDocument(String, String, boolean) - Method in class javax.xml.stream.XMLEventFactory
Creates a new instance of a StartDocument event
createStartDocument(String, String) - Method in class javax.xml.stream.XMLEventFactory
Creates a new instance of a StartDocument event
createStartDocument(String) - Method in class javax.xml.stream.XMLEventFactory
Creates a new instance of a StartDocument event
createStartElement(QName, Iterator, Iterator) - Method in class javax.xml.stream.XMLEventFactory
Create a new StartElement.
createStartElement(String, String, String) - Method in class javax.xml.stream.XMLEventFactory
Create a new StartElement.
createStartElement(String, String, String, Iterator, Iterator) - Method in class javax.xml.stream.XMLEventFactory
Create a new StartElement.
createStartElement(String, String, String, Iterator, Iterator, NamespaceContext) - Method in class javax.xml.stream.XMLEventFactory
Create a new StartElement.
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.
createTypeMapping() - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
Creates a new empty TypeMapping object.
createUniqueId() - Method in class javax.faces.component.UIViewRoot
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.
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() - 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
createValueBinding(String) - Method in class javax.faces.application.Application
Deprecated. This has been replaced by calling Application.getExpressionFactory() then ExpressionFactory.createValueExpression(javax.el.ELContext, java.lang.String, java.lang.Class).
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.
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.
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.
createXMLEventReader(Reader) - Method in class javax.xml.stream.XMLInputFactory
Create a new XMLEventReader from a reader
createXMLEventReader(String, Reader) - Method in class javax.xml.stream.XMLInputFactory
Create a new XMLEventReader from a reader
createXMLEventReader(XMLStreamReader) - Method in class javax.xml.stream.XMLInputFactory
Create a new XMLEventReader from an XMLStreamReader.
createXMLEventReader(Source) - Method in class javax.xml.stream.XMLInputFactory
Create a new XMLEventReader from a JAXP source.
createXMLEventReader(InputStream) - Method in class javax.xml.stream.XMLInputFactory
Create a new XMLEventReader from a java.io.InputStream
createXMLEventReader(InputStream, String) - Method in class javax.xml.stream.XMLInputFactory
Create a new XMLEventReader from a java.io.InputStream
createXMLEventReader(String, InputStream) - Method in class javax.xml.stream.XMLInputFactory
Create a new XMLEventReader from a java.io.InputStream
createXMLEventWriter(Result) - Method in class javax.xml.stream.XMLOutputFactory
Create a new XMLEventWriter that writes to a JAXP result.
createXMLEventWriter(OutputStream) - Method in class javax.xml.stream.XMLOutputFactory
Create a new XMLEventWriter that writes to a stream
createXMLEventWriter(OutputStream, String) - Method in class javax.xml.stream.XMLOutputFactory
Create a new XMLEventWriter that writes to a stream
createXMLEventWriter(Writer) - Method in class javax.xml.stream.XMLOutputFactory
Create a new XMLEventWriter that writes to a writer
createXMLStreamReader(Reader) - Method in class javax.xml.stream.XMLInputFactory
Create a new XMLStreamReader from a reader
createXMLStreamReader(Source) - Method in class javax.xml.stream.XMLInputFactory
Create a new XMLStreamReader from a JAXP source.
createXMLStreamReader(InputStream) - Method in class javax.xml.stream.XMLInputFactory
Create a new XMLStreamReader from a java.io.InputStream
createXMLStreamReader(InputStream, String) - Method in class javax.xml.stream.XMLInputFactory
Create a new XMLStreamReader from a java.io.InputStream
createXMLStreamReader(String, InputStream) - Method in class javax.xml.stream.XMLInputFactory
Create a new XMLStreamReader from a java.io.InputStream
createXMLStreamReader(String, Reader) - Method in class javax.xml.stream.XMLInputFactory
Create a new XMLStreamReader from a java.io.InputStream
createXMLStreamWriter(Writer) - Method in class javax.xml.stream.XMLOutputFactory
Create a new XMLStreamWriter that writes to a writer
createXMLStreamWriter(OutputStream) - Method in class javax.xml.stream.XMLOutputFactory
Create a new XMLStreamWriter that writes to a stream
createXMLStreamWriter(OutputStream, String) - Method in class javax.xml.stream.XMLOutputFactory
Create a new XMLStreamWriter that writes to a stream
createXMLStreamWriter(Result) - Method in class javax.xml.stream.XMLOutputFactory
Create a new XMLStreamWriter that writes to a JAXP result.
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.

D

DataContentHandler - Interface in javax.activation
The DataContentHandler interface is implemented by objects that can be used to extend the capabilities of the DataHandler's implementation of the Transferable interface.
DataContentHandlerFactory - Interface in javax.activation
This interface defines a factory for DataContentHandlers.
DataHandler - Class in javax.activation
The DataHandler class provides a consistent interface to data available in many different sources and formats.
DataHandler(DataSource) - Constructor for class javax.activation.DataHandler
Create a DataHandler instance referencing the specified DataSource.
DataHandler(Object, String) - Constructor for class javax.activation.DataHandler
Create a DataHandler instance representing an object of this MIME type.
DataHandler(URL) - Constructor for class javax.activation.DataHandler
Create a DataHandler instance referencing a URL.
datalen - Variable in class javax.mail.util.SharedFileInputStream
The amount of data in this subset of the file.
DataModel - 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.
DataSource - Interface in javax.activation
The DataSource interface provides the JavaBeans Activation Framework with an abstraction of an arbitrary collection of data.
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_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
 
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 J2EE 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.
DeclarativeQueryManager - Interface in javax.xml.registry
This interface provides the ability to execute declarative queries (e.g.
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.
decode(FacesContext) - Method in class javax.faces.component.UIComponent
Decode any new state of this UIComponent from the request contained in the specified FacesContext, and store this state as needed.
decode(FacesContext) - Method in class javax.faces.component.UIComponentBase
 
decode(FacesContext) - Method in class javax.faces.component.UIInput
 
decode(FacesContext, UIComponent) - Method in class javax.faces.render.Renderer
Decode any new state of the specified UIComponent from the request contained in the specified FacesContext, and store that state on the UIComponent.
decode(InputStream, String) - Static method in class javax.mail.internet.MimeUtility
Decode the given input stream.
decodeText(String) - Static method in class javax.mail.internet.MimeUtility
Decode "unstructured" headers, that is, headers that are defined as '*text' as per RFC 822.
decodeWord(String) - Static method in class javax.mail.internet.MimeUtility
The string is parsed using the rules in RFC 2047 for parsing an "encoded-word".
DEFAULT_BUFFER - Static variable in class javax.servlet.jsp.JspWriter
Constant indicating that the Writer is buffered and is using the implementation default buffer size.
DEFAULT_CHARSET_NAME - Static variable in interface javax.xml.registry.infomodel.LocalizedString
The default name returned by getCharsetName if no other name has explicitly been set.
DEFAULT_DELIVERY_MODE - Static variable in interface javax.jms.Message
The message producer's default delivery mode is PERSISTENT.
DEFAULT_LIFECYCLE - Static variable in class javax.faces.lifecycle.LifecycleFactory
The lifecycle identifier for the default Lifecycle instance for this JavaServer Faces implementation.
DEFAULT_PRIORITY - Static variable in interface javax.jms.Message
The message producer's default priority is 4.
DEFAULT_SOAP_PROTOCOL - Static variable in interface javax.xml.soap.SOAPConstants
The default protocol: SOAP 1.1 for backwards compatibility.
DEFAULT_SUFFIX - Static variable in class javax.faces.application.ViewHandler
The value to use for the default extension if the webapp is using url extension mapping.
DEFAULT_SUFFIX_PARAM_NAME - Static variable in class javax.faces.application.ViewHandler
Allow the web application to define an alternate suffix for pages containing JSF content.
DEFAULT_TIME_TO_LIVE - Static variable in interface javax.jms.Message
The message producer's default time to live is unlimited; the message never expires.
DefaultValidationEventHandler - Class in javax.xml.bind.helpers
JAXB 1.0 only default validation event handler.
DefaultValidationEventHandler() - Constructor for class javax.xml.bind.helpers.DefaultValidationEventHandler
 
delete() - Method in interface javax.jms.TemporaryQueue
Deletes this temporary queue.
delete() - Method in interface javax.jms.TemporaryTopic
Deletes this temporary topic.
delete(boolean) - Method in class javax.mail.Folder
Delete this Folder.
delete() - Method in interface javax.security.jacc.PolicyConfiguration
Causes all policy statements to be deleted from this PolicyConfiguration and sets its internal state such that calling any method, other than delete, getContextID, or inService on the PolicyConfiguration will be rejected and cause an UnsupportedOperationException to be thrown.
deleteAssociations(Collection) - Method in interface javax.xml.registry.BusinessLifeCycleManager
Deletes the Associations corresponding to the specified Keys.
deleteClassificationSchemes(Collection) - Method in interface javax.xml.registry.BusinessLifeCycleManager
Deletes the ClassificationSchemes corresponding to the specified Keys.
deleteConcepts(Collection) - Method in interface javax.xml.registry.BusinessLifeCycleManager
Deletes the Concepts corresponding to the specified Keys.
DELETED - Static variable in class javax.mail.event.FolderEvent
The folder was deleted.
DELETED - Static variable in class javax.mail.Flags.Flag
This message is marked deleted.
DeleteException - Exception in javax.xml.registry
A RegistryException that occurs during a delete action.
DeleteException() - Constructor for exception javax.xml.registry.DeleteException
Constructs a JAXRException object with no reason or embedded Throwable.
DeleteException(String) - Constructor for exception javax.xml.registry.DeleteException
Constructs a JAXRException object with the given String as the reason for the exception being thrown.
DeleteException(String, Throwable) - Constructor for exception javax.xml.registry.DeleteException
Constructs a JAXRException object with the given String as the reason for the exception being thrown and the given Throwable object as an embedded Throwable.
DeleteException(Throwable) - Constructor for exception javax.xml.registry.DeleteException
Constructs a JAXRException object initialized with the given Throwable object.
deleteObjects(Collection) - Method in interface javax.xml.registry.LifeCycleManager
Deletes one or more previously submitted objects from the registry using the object keys.
deleteObjects(Collection, String) - Method in interface javax.xml.registry.LifeCycleManager
Deletes one or more previously submitted objects from the registry using the object keys and a specified objectType attribute.
deleteOrganizations(Collection) - Method in interface javax.xml.registry.BusinessLifeCycleManager
Deletes the organizations corresponding to the specified Keys.
deletesAreDetected(int) - Method in interface javax.resource.cci.ResultSetInfo
 
deleteServiceBindings(Collection) - Method in interface javax.xml.registry.BusinessLifeCycleManager
Deletes the ServiceBindings corresponding to the specified Keys.
deleteServices(Collection) - Method in interface javax.xml.registry.BusinessLifeCycleManager
Deletes the services corresponding to the specified Keys.
delistResource(XAResource, int) - Method in interface javax.transaction.Transaction
Disassociate the resource specified from the transaction associated with the target Transaction object.
DeliveryMode - Interface in javax.jms
The delivery modes supported by the JMS API are PERSISTENT and NON_PERSISTENT.
DenyAll - Annotation Type in javax.annotation.security
Specifies that no security roles are allowed to invoke the specified method(s) - i.e that the methods are to be excluded from execution in the J2EE container.
DeployableObject - Interface in javax.enterprise.deploy.model
The DeployableObject interface is an abstract representation of a J2EE deployable module (JAR, WAR, RAR, EAR).
DeploymentConfiguration - Interface in javax.enterprise.deploy.spi
An interface that defines a container for all the server-specific configuration information for a single top-level J2EE module.
DeploymentFactory - Interface in javax.enterprise.deploy.spi.factories
The DeploymentFactory interface is a deployment driver for a J2EE plaform product.
DeploymentFactoryManager - Class in javax.enterprise.deploy.shared.factories
The DeploymentFactoryManager class is a central registry for J2EE DeploymentFactory objects.
DeploymentManager - Interface in javax.enterprise.deploy.spi
The DeploymentManager object provides the core set of functions a J2EE platform must provide for J2EE application deployment.
DeploymentManagerCreationException - Exception in javax.enterprise.deploy.spi.exceptions
This exception is to report problems in returning a DeploymentManager object cause by such things as server down, unable to authenticate and the like.
DeploymentManagerCreationException(String) - Constructor for exception javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationException
Creates an new DeploymentManagerCreationException object.
DeploymentStatus - Interface in javax.enterprise.deploy.spi.status
The DeploymentStatus interface provides information about the progress status of a deployment action.
deprecateObjects(Collection) - Method in interface javax.xml.registry.LifeCycleManager
Deprecates one or more previously submitted objects.
DeserializationContext - Interface in javax.xml.rpc.encoding
The javax.xml.rpc.encoding.DeserializationContext interface is implemented by the JAX-RPC runtime system in an XML processing mechanism specific manner.
Deserializer - Interface in javax.xml.rpc.encoding
The javax.xml.rpc.encoding.Deserializer interface defines a base interface for deserializers.
DeserializerFactory - Interface in javax.xml.rpc.encoding
The javax.xml.rpc.encoding.DeserializerFactory is a factory of deserializers.
Destination - Interface in javax.jms
A Destination object encapsulates a provider-specific address.
destroy() - Method in class javax.faces.webapp.FacesServlet
Release all resources acquired at startup time.
destroy() - Method in interface javax.resource.spi.ManagedConnection
Destroys the physical connection to the underlying resource manager.
destroy() - Method in interface javax.servlet.Filter
Called by the web container to indicate to a filter that it is being taken out of service.
destroy() - Method in class javax.servlet.GenericServlet
Called by the servlet container to indicate to a servlet that the servlet is being taken out of service.
destroy() - Method in interface javax.servlet.Servlet
Called by the servlet container to indicate to a servlet that the servlet is being taken out of service.
destroy() - Method in class javax.xml.rpc.handler.GenericHandler
The destroy method indicates the end of lifecycle for a Handler instance.
destroy() - Method in interface javax.xml.rpc.handler.Handler
The destroy method indicates the end of lifecycle for a Handler instance.
destroy() - Method in interface javax.xml.rpc.handler.HandlerChain
Indicates the end of lifecycle for a HandlerChain.
destroy() - Method in interface javax.xml.rpc.server.ServiceLifecycle
JAX-RPC runtime system ends the lifecycle of a service endpoint instance by invoking the destroy method.
detachNode() - Method in interface javax.xml.soap.Node
Removes this Node object from the tree.
Detail - Interface in javax.xml.soap
A container for DetailEntry objects.
DetailEntry - Interface in javax.xml.soap
The content for a Detail object, giving details for a SOAPFault object.
dh - Variable in class javax.mail.internet.MimeBodyPart
The DataHandler object representing this Part's content.
dh - Variable in class javax.mail.internet.MimeMessage
The DataHandler object representing this Message's content.
DIGEST_AUTH - Static variable in class javax.faces.context.ExternalContext
String identifier for DIGEST authentication.
DIGEST_AUTH - Static variable in interface javax.servlet.http.HttpServletRequest
String identifier for Digest authentication.
disconnected(ConnectionEvent) - Method in class javax.mail.event.ConnectionAdapter
 
DISCONNECTED - Static variable in class javax.mail.event.ConnectionEvent
A connection was disconnected (not currently used).
disconnected(ConnectionEvent) - Method in interface javax.mail.event.ConnectionListener
Invoked when a Store is disconnected.
DiscriminatorColumn - Annotation Type in javax.persistence
Is used to define the discriminator column for the SINGLE_TABLE and JOINED inheritance mapping strategies.
DiscriminatorType - Enum in javax.persistence
Defines supported types of the discriminator column.
DiscriminatorValue - Annotation Type in javax.persistence
Is used to specify the value of the discriminator column for entities of the given type.
dispatch(String) - Method in class javax.faces.context.ExternalContext
Dispatch a request to the specified resource to create output for this response.
dispatch(Object) - Method in class javax.mail.event.ConnectionEvent
Invokes the appropriate ConnectionListener method
dispatch(Object) - Method in class javax.mail.event.FolderEvent
Invokes the appropriate FolderListener method
dispatch(Object) - Method in class javax.mail.event.MailEvent
This method invokes the appropriate method on a listener for this event.
dispatch(Object) - Method in class javax.mail.event.MessageChangedEvent
Invokes the appropriate MessageChangedListener method.
dispatch(Object) - Method in class javax.mail.event.MessageCountEvent
Invokes the appropriate MessageCountListener method.
dispatch(Object) - Method in class javax.mail.event.StoreEvent
Invokes the appropriate StoreListener method.
dispatch(Object) - Method in class javax.mail.event.TransportEvent
Invokes the appropriate TransportListener method.
Dispatch<T> - Interface in javax.xml.ws
The Dispatch interface provides support for the dynamic invocation of a service endpoint operations.
DissociatableManagedConnection - Interface in javax.resource.spi
This is a mix-in interface that may be optionally implemented by a ManagedConnection implementation.
dissociateConnections() - Method in interface javax.resource.spi.DissociatableManagedConnection
This method is called by an application server (that is capable of lazy connection association optimization) in order to dissociate a ManagedConnection instance from all of its connection handles.
DISTRIBUTE - Static variable in class javax.enterprise.deploy.shared.CommandType
The DeploymentManger action operation being processed is distribute.
distribute(Target[], File, File) - Method in interface javax.enterprise.deploy.spi.DeploymentManager
The distribute method performs three tasks; it validates the deployment configuration data, generates all container specific classes and interfaces, and moves the fully baked archive to the designated deployment targets.
distribute(Target[], InputStream, InputStream) - Method in interface javax.enterprise.deploy.spi.DeploymentManager
Deprecated. as of Java EE 5, replaced with DeploymentManager.distribute(Target[], ModuleType, InputStream, InputStream)
distribute(Target[], ModuleType, InputStream, InputStream) - Method in interface javax.enterprise.deploy.spi.DeploymentManager
The distribute method performs three tasks; it validates the deployment configuration data, generates all container specific classes and interfaces, and moves the fully baked archive to the designated deployment targets.
doAfterBody() - Method in class javax.faces.webapp.UIComponentClassicTagBase
Perform any processing necessary to handle the content implications of CASE 4 in the class description.
doAfterBody() - Method in class javax.servlet.jsp.tagext.BodyTagSupport
After the body evaluation: do not reevaluate and continue with the page.
doAfterBody() - Method in interface javax.servlet.jsp.tagext.IterationTag
Process body (re)evaluation.
doAfterBody() - Method in class javax.servlet.jsp.tagext.TagSupport
Default processing for a body.
doCatch(Throwable) - Method in interface javax.servlet.jsp.tagext.TryCatchFinally
Invoked if a Throwable occurs while evaluating the BODY inside a tag or in any of the following methods: Tag.doStartTag(), Tag.doEndTag(), IterationTag.doAfterBody() and BodyTag.doInitBody().
doDelete(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Called by the server (via the service method) to allow a servlet to handle a DELETE request.
doEndTag() - Method in class javax.faces.webapp.AttributeTag
Deprecated.  
doEndTag() - Method in class javax.faces.webapp.UIComponentClassicTagBase
Perform any processing necessary to handle the content implications of CASE 3 in the class description.
doEndTag() - Method in class javax.servlet.jsp.tagext.BodyTagSupport
Default processing of the end tag returning EVAL_PAGE.
doEndTag() - Method in interface javax.servlet.jsp.tagext.Tag
Process the end tag for this instance.
doEndTag() - Method in class javax.servlet.jsp.tagext.TagAdapter
Must not be called.
doEndTag() - Method in class javax.servlet.jsp.tagext.TagSupport
Default processing of the end tag returning EVAL_PAGE.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in interface javax.servlet.Filter
The doFilter method of the Filter is called by the container each time a request/response pair is passed through the chain due to a client request for a resource at the end of the chain.
doFilter(ServletRequest, ServletResponse) - Method in interface javax.servlet.FilterChain
Causes the next filter in the chain to be invoked, or if the calling filter is the last filter in the chain, causes the resource at the end of the chain to be invoked.
doFinally() - Method in interface javax.servlet.jsp.tagext.TryCatchFinally
Invoked in all cases after doEndTag() for any class implementing Tag, IterationTag or BodyTag.
doGet(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Called by the server (via the service method) to allow a servlet to handle a GET request.
doHead(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Receives an HTTP HEAD request from the protected service method and handles the request.
doInitBody() - Method in class javax.faces.webapp.UIComponentClassicTagBase
Prepare for evaluation of the body.
doInitBody() - Method in interface javax.servlet.jsp.tagext.BodyTag
Prepare for evaluation of the body.
doInitBody() - Method in class javax.servlet.jsp.tagext.BodyTagSupport
Prepare for evaluation of the body just before the first body evaluation: no action.
DomHandler<ElementT,ResultT extends Result> - Interface in javax.xml.bind.annotation
Converts an element (and its descendants) from/to DOM (or similar) representation.
doOptions(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Called by the server (via the service method) to allow a servlet to handle a OPTIONS request.
doPost(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Called by the server (via the service method) to allow a servlet to handle a POST request.
doPut(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Called by the server (via the service method) to allow a servlet to handle a PUT request.
doStartTag() - Method in class javax.faces.webapp.AttributeTag
Deprecated. Register the specified attribute name and value with the UIComponent instance associated with our most immediately surrounding UIComponentTag instance, if this UIComponent does not already have a value for the specified attribute name.
doStartTag() - Method in class javax.faces.webapp.ConverterELTag
Create a new instance of the specified Converter class, and register it with the UIComponent instance associated with our most immediately surrounding UIComponentClassicTagBase instance, if the UIComponent instance was created by this execution of the containing JSP page.
doStartTag() - Method in class javax.faces.webapp.ConverterTag
Deprecated. Create a new instance of the specified Converter class, and register it with the UIComponent instance associated with our most immediately surrounding UIComponentTag instance, if the UIComponent instance was created by this execution of the containing JSP page.
doStartTag() - Method in class javax.faces.webapp.FacetTag
Return EVAL_BODY_INCLUDE to cause nested body content to be evaluated.
doStartTag() - Method in class javax.faces.webapp.UIComponentClassicTagBase
Perform any processing necessary to find (or create) the UIComponent instance in the view corresponding to this tag instance in the page and, if and only if a component was created, insert it into the tree at the proper location as expected by the page author.
doStartTag() - Method in class javax.faces.webapp.ValidatorELTag
Create a new instance of the specified Validator class, and register it with the UIComponent instance associated with our most immediately surrounding UIComponentTagBase instance, if the UIComponent instance was created by this execution of the containing JSP page.
doStartTag() - Method in class javax.faces.webapp.ValidatorTag
Deprecated. Create a new instance of the specified Validator class, and register it with the UIComponent instance associated with our most immediately surrounding UIComponentTag instance, if the UIComponent instance was created by this execution of the containing JSP page.
doStartTag() - Method in class javax.servlet.jsp.tagext.BodyTagSupport
Default processing of the start tag returning EVAL_BODY_BUFFERED.
doStartTag() - Method in interface javax.servlet.jsp.tagext.Tag
Process the start tag for this instance.
doStartTag() - Method in class javax.servlet.jsp.tagext.TagAdapter
Must not be called.
doStartTag() - Method in class javax.servlet.jsp.tagext.TagSupport
Default processing of the start tag, returning SKIP_BODY.
doTag() - Method in interface javax.servlet.jsp.tagext.SimpleTag
Called by the container to invoke this tag.
doTag() - Method in class javax.servlet.jsp.tagext.SimpleTagSupport
Default processing of the tag does nothing.
doTrace(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Called by the server (via the service method) to allow a servlet to handle a TRACE request.
DOUBLE_ID - Static variable in class javax.faces.convert.DoubleConverter
The message identifier of the FacesMessage to be created if the conversion to Double fails.
DoubleConverter - Class in javax.faces.convert
Converter implementation for java.lang.Double (and double primitive) values.
DoubleConverter() - Constructor for class javax.faces.convert.DoubleConverter
 
DoubleHolder - Class in javax.xml.rpc.holders
 
DoubleHolder() - Constructor for class javax.xml.rpc.holders.DoubleHolder
 
DoubleHolder(double) - Constructor for class javax.xml.rpc.holders.DoubleHolder
 
DoubleRangeValidator - Class in javax.faces.validator
DoubleRangeValidator is a Validator that checks the value of the corresponding component against specified minimum and maximum values.
DoubleRangeValidator() - Constructor for class javax.faces.validator.DoubleRangeValidator
Construct a Validator with no preconfigured limits.
DoubleRangeValidator(double) - Constructor for class javax.faces.validator.DoubleRangeValidator
Construct a Validator with the specified preconfigured limit.
DoubleRangeValidator(double, double) - Constructor for class javax.faces.validator.DoubleRangeValidator
Construct a Validator with the specified preconfigured limits.
DoubleWrapperHolder - Class in javax.xml.rpc.holders
 
DoubleWrapperHolder() - Constructor for class javax.xml.rpc.holders.DoubleWrapperHolder
 
DoubleWrapperHolder(Double) - Constructor for class javax.xml.rpc.holders.DoubleWrapperHolder
 
doWork(Work) - Method in interface javax.resource.spi.work.WorkManager
Accepts a Work instance for processing.
doWork(Work, long, ExecutionContext, WorkListener) - Method in interface javax.resource.spi.work.WorkManager
Accepts a Work instance for processing.
DRAFT - Static variable in class javax.mail.Flags.Flag
This message is a draft.
ds - Variable in class javax.mail.internet.MimeMultipart
The DataSource supplying our InputStream.
DTD - Interface in javax.xml.stream.events
This is the top level interface for events dealing with DTDs
DTD - Static variable in interface javax.xml.stream.XMLStreamConstants
Indicates an event is a DTD
DuplicateKeyException - Exception in javax.ejb
The DuplicateKeyException exception is thrown if an entity EJB object cannot be created because an object with the same key already exists.
DuplicateKeyException() - Constructor for exception javax.ejb.DuplicateKeyException
Constructs a DuplicateKeyException with no detail message.
DuplicateKeyException(String) - Constructor for exception javax.ejb.DuplicateKeyException
Constructs a DuplicateKeyException with the specified detail message.
DUPS_OK_ACKNOWLEDGE - Static variable in interface javax.jms.Session
This acknowledgment mode instructs the session to lazily acknowledge the delivery of messages.
DYNAMIC_SOAP_PROTOCOL - Static variable in interface javax.xml.soap.SOAPConstants
Used to create MessageFactory instances that create SOAPMessages whose concrete type is based on the Content-Type MIME header passed to the createMessage method.
DynamicAttributes - Interface in javax.servlet.jsp.tagext
For a tag to declare that it accepts dynamic attributes, it must implement this interface.

E

EAR - Static variable in class javax.enterprise.deploy.shared.ModuleType
The module is an EAR archive.
EditableValueHolder - Interface in javax.faces.component
EditableValueHolder is an extension of ValueHolder that describes additional features supported by editable components, including ValueChangeEvents and Validators.
EISSystemException - Exception in javax.resource.spi
An EISSystemException is used to indicate any EIS specific system-level error conditions.
EISSystemException() - Constructor for exception javax.resource.spi.EISSystemException
Constructs a new instance with null as its detail message.
EISSystemException(String) - Constructor for exception javax.resource.spi.EISSystemException
Constructs a new instance with the specified detail message.
EISSystemException(Throwable) - Constructor for exception javax.resource.spi.EISSystemException
Constructs a new throwable with the specified cause.
EISSystemException(String, Throwable) - Constructor for exception javax.resource.spi.EISSystemException
Constructs a new throwable with the specified detail message and cause.
EISSystemException(String, String) - Constructor for exception javax.resource.spi.EISSystemException
Constructs a new throwable with the specified detail message and an error code.
EJB - Annotation Type in javax.ejb
Indicates a dependency on the local or remote view of an Enterprise Java Bean.
EJB - Static variable in class javax.enterprise.deploy.shared.ModuleType
The module is an Enterprise Java Bean archive.
EJBAccessException - Exception in javax.ejb
This exception indicates that client access to a business method was denied.
EJBAccessException() - Constructor for exception javax.ejb.EJBAccessException
Constructs an EJBAccessException with no detail message.
EJBAccessException(String) - Constructor for exception javax.ejb.EJBAccessException
Constructs an EJBAccessException with the specified detailed message.
ejbActivate() - Method in interface javax.ejb.EntityBean
A container invokes this method when the instance is taken out of the pool of available instances to become associated with a specific EJB object.
ejbActivate() - Method in interface javax.ejb.SessionBean
The activate method is called when the instance is activated from its "passive" state.
EJBContext - Interface in javax.ejb
The EJBContext interface provides an instance with access to the container-provided runtime context of an enterprise Bean instance.
EJBException - Exception in javax.ejb
The EJBException exception is thrown by an enterprise Bean instance to its container to report that the invoked business method or callback method could not be completed because of an unexpected error (e.g. the instance failed to open a database connection).
EJBException() - Constructor for exception javax.ejb.EJBException
Constructs an EJBException with no detail message.
EJBException(String) - Constructor for exception javax.ejb.EJBException
Constructs an EJBException with the specified detailed message.
EJBException(Exception) - Constructor for exception javax.ejb.EJBException
Constructs an EJBException that embeds the originally thrown exception.
EJBException(String, Exception) - Constructor for exception javax.ejb.EJBException
Constructs an EJBException that embeds the originally thrown exception with the specified detail message.
EJBHome - Interface in javax.ejb
The EJBHome interface must be extended by all enterprise Beans' remote home interfaces.
ejbLoad() - Method in interface javax.ejb.EntityBean
A container invokes this method to instruct the instance to synchronize its state by loading it state from the underlying database.
EJBLocalHome - Interface in javax.ejb
The EJBLocalHome interface must be extended by all enterprise Beans' local home interfaces.
EJBLocalObject - Interface in javax.ejb
The EJBLocalObject interface must be extended by all enterprise Beans' local interfaces.
EJBMetaData - Interface in javax.ejb
The EJBMetaData interface allows a client to obtain the enterprise Bean's meta-data information.
EJBMethodPermission - Class in javax.security.jacc
Class for EJB method permissions.
EJBMethodPermission(String, String) - Constructor for class javax.security.jacc.EJBMethodPermission
Creates a new EJBMethodPermission with the specified name and actions.
EJBMethodPermission(String, String, String, String[]) - Constructor for class javax.security.jacc.EJBMethodPermission
Creates a new EJBMethodPermission with name corresponding to the EJBName and actions composed from methodName, methodInterface, and methodParams.
EJBMethodPermission(String, String, Method) - Constructor for class javax.security.jacc.EJBMethodPermission
Creates a new EJBMethodPermission with name corresponding to the EJBName and actions composed from methodInterface, and the Method object.
EJBObject - Interface in javax.ejb
The EJBObject interface is extended by all enterprise Beans' remote interfaces.
ejbPassivate() - Method in interface javax.ejb.EntityBean
A container invokes this method on an instance before the instance becomes disassociated with a specific EJB object.
ejbPassivate() - Method in interface javax.ejb.SessionBean
The passivate method is called before the instance enters the "passive" state.
ejbRemove() - Method in interface javax.ejb.EntityBean
A container invokes this method before it removes the EJB object that is currently associated with the instance.
ejbRemove() - Method in interface javax.ejb.MessageDrivenBean
A container invokes this method before it ends the life of the message-driven object.
ejbRemove() - Method in interface javax.ejb.SessionBean
A container invokes this method before it ends the life of the session object.
EJBRoleRefPermission - Class in javax.security.jacc
Class for EJB isCallerInRole (String reference) permissions.
EJBRoleRefPermission(String, String) - Constructor for class javax.security.jacc.EJBRoleRefPermission
Creates a new EJBRoleRefPermission with the specified name and actions.
EJBs - Annotation Type in javax.ejb
Declares multiple TYPE-level @EJB annotations.
EJBStats - Interface in javax.management.j2ee.statistics
Specifies statistics provided by all EJB component types.
ejbStore() - Method in interface javax.ejb.EntityBean
A container invokes this method to instruct the instance to synchronize its state by storing it to the underlying database.
ejbTimeout(Timer) - Method in interface javax.ejb.TimedObject
Invoked by the EJB container upon timer expiration.
EJBTransactionRequiredException - Exception in javax.ejb
This exception indicates that a request carried a null transaction context, but the target object requires an active transaction.
EJBTransactionRequiredException() - Constructor for exception javax.ejb.EJBTransactionRequiredException
Constructs an EJBTransactionRequiredException with no detail message.
EJBTransactionRequiredException(String) - Constructor for exception javax.ejb.EJBTransactionRequiredException
Constructs an EJBTransactionRequiredException with the specified detailed message.
EJBTransactionRolledbackException - Exception in javax.ejb
This exception indicates that the transaction associated with processing of the request has been rolled back, or marked to roll back.
EJBTransactionRolledbackException() - Constructor for exception javax.ejb.EJBTransactionRolledbackException
Constructs an EJBTransactionRolledbackException with no detail message.
EJBTransactionRolledbackException(String) - Constructor for exception javax.ejb.EJBTransactionRolledbackException
Constructs an EJBTransactionRolledbackException with the specified detailed message.
EJBTransactionRolledbackException(String, Exception) - Constructor for exception javax.ejb.EJBTransactionRolledbackException
Constructs an EJBTransactionRolledbackException with the specified detail message and a nested exception.
ELContext - Class in javax.el
Context information for expression evaluation.
ELContext() - Constructor for class javax.el.ELContext
 
ELContextEvent - Class in javax.el
An event which indicates that an ELContext has been created.
ELContextEvent(ELContext) - Constructor for class javax.el.ELContextEvent
Constructs an ELContextEvent object to indicate that an ELContext has been created.
ELContextListener - Interface in javax.el
The listener interface for receiving notification when an ELContext is created.
Element - Interface in javax.xml.bind
This is an element marker interface.
ELException - Exception in javax.el
Represents any of the exception conditions that can arise during expression evaluation.
ELException() - Constructor for exception javax.el.ELException
Creates an ELException with no detail message.
ELException(String) - Constructor for exception javax.el.ELException
Creates an ELException with the provided detail message.
ELException(Throwable) - Constructor for exception javax.el.ELException
Creates an ELException with the given cause.
ELException(String, Throwable) - Constructor for exception javax.el.ELException
Creates an ELException with the given detail message and root cause.
ELException - Exception in javax.servlet.jsp.el
Deprecated. As of JSP 2.1, replaced by ELException
ELException() - Constructor for exception javax.servlet.jsp.el.ELException
Deprecated. Creates an ELException with no detail message.
ELException(String) - Constructor for exception javax.servlet.jsp.el.ELException
Deprecated. Creates an ELException with the provided detail message.
ELException(Throwable) - Constructor for exception javax.servlet.jsp.el.ELException
Deprecated. Creates an ELException with the given root cause.
ELException(String, Throwable) - Constructor for exception javax.servlet.jsp.el.ELException
Deprecated. Creates an ELException with the given detail message and root cause.
ELParseException - Exception in javax.servlet.jsp.el
Deprecated. As of JSP 2.1, replaced by ELException
ELParseException() - Constructor for exception javax.servlet.jsp.el.ELParseException
Deprecated. Creates an ELParseException with no detail message.
ELParseException(String) - Constructor for exception javax.servlet.jsp.el.ELParseException
Deprecated. Creates an ELParseException with the provided detail message.
ELResolver - Class in javax.el
Enables customization of variable and property resolution behavior for EL expression evaluation.
ELResolver() - Constructor for class javax.el.ELResolver
 
EMAIL_ADDRESS - Static variable in interface javax.xml.registry.LifeCycleManager
 
EmailAddress - Interface in javax.xml.registry.infomodel
Represents an email address.
Embeddable - Annotation Type in javax.persistence
Defines a class whose instances are stored as an intrinsic part of an owning entity and share the identity of the entity.
Embedded - Annotation Type in javax.persistence
Defines a persistent field or property of an entity whose value is an instance of an embeddable class.
EmbeddedId - Annotation Type in javax.persistence
Is applied to a persistent field or property of an entity class or mapped superclass to denote a composite primary key that is an embeddable class.
encode(OutputStream, String) - Static method in class javax.mail.internet.MimeUtility
Wrap an encoder around the given output stream.
encode(OutputStream, String, String) - Static method in class javax.mail.internet.MimeUtility
Wrap an encoder around the given output stream.
encodeActionURL(String) - Method in class javax.faces.context.ExternalContext
Return the input URL, after performing any rewriting needed to ensure that it will correctly identify an addressable action in the current application.
encodeAll(FacesContext) - Method in class javax.faces.component.UIComponent
If this component returns true from UIComponent.isRendered(), render this component and all its children that return true from isRendered(), regardless of the value of the UIComponent.getRendersChildren() flag.
encodeBegin(FacesContext) - Method in class javax.faces.component.UIComponent
If our rendered property is true, render the beginning of the current state of this UIComponent to the response contained in the specified FacesContext.
encodeBegin(FacesContext) - Method in class javax.faces.component.UIComponentBase
 
encodeBegin(FacesContext) - Method in class javax.faces.component.UIData
In addition to the default behavior, ensure that any saved per-row state for our child input components is discarded unless it is needed to rerender the current page with errors.
encodeBegin(FacesContext) - Method in class javax.faces.component.UIViewRoot
Override the default UIComponentBase.encodeBegin(javax.faces.context.FacesContext) behavior.
encodeBegin(FacesContext, UIComponent) - Method in class javax.faces.render.Renderer
Render the beginning specified UIComponent to the output stream or writer associated with the response we are creating.
encodeBegin() - Method in class javax.faces.webapp.UIComponentClassicTagBase
Deprecated. No encoding is done during JSP page execution. Encoding is deferred until the page has completed executing to allow the entire tree to be built before any encoding occurs.
encodeChildren(FacesContext) - Method in class javax.faces.component.UIComponent
If our rendered property is true, render the child UIComponents of this UIComponent.
encodeChildren(FacesContext) - Method in class javax.faces.component.UIComponentBase
 
encodeChildren(FacesContext, UIComponent) - Method in class javax.faces.render.Renderer
Render the child components of this UIComponent, following the rules described for encodeBegin() to acquire the appropriate value to be rendered.
encodeChildren() - Method in class javax.faces.webapp.UIComponentClassicTagBase
Deprecated. No encoding is done during JSP page execution. Encoding is deferred until the page has completed executing to allow the entire tree to be built before any encoding occurs.
encodedPersonal - Variable in class javax.mail.internet.InternetAddress
The RFC 2047 encoded version of the personal name.
encodeEnd(FacesContext) - Method in class javax.faces.component.UIComponent
If our rendered property is true, render the ending of the current state of this UIComponent.
encodeEnd(FacesContext) - Method in class javax.faces.component.UIComponentBase
 
encodeEnd(FacesContext) - Method in class javax.faces.component.UIViewRoot
Override the default UIComponentBase.encodeEnd(javax.faces.context.FacesContext) behavior.
encodeEnd(FacesContext, UIComponent) - Method in class javax.faces.render.Renderer
Render the ending of the current state of the specified UIComponent, following the rules described for encodeBegin() to acquire the appropriate value to be rendered.
encodeEnd() - Method in class javax.faces.webapp.UIComponentClassicTagBase
Deprecated. No encoding is done during JSP page execution. Encoding is deferred until the page has completed executing to allow the entire tree to be built before any encoding occurs.
encodeNamespace(String) - Method in class javax.faces.context.ExternalContext
Return the specified name, after prefixing it with a namespace that ensures that it will be unique within the context of a particular page.
encodeRedirectURL(String) - Method in interface javax.servlet.http.HttpServletResponse
Encodes the specified URL for use in the sendRedirect method or, if encoding is not needed, returns the URL unchanged.
encodeRedirectUrl(String) - Method in interface javax.servlet.http.HttpServletResponse
Deprecated. As of version 2.1, use encodeRedirectURL(String url) instead
encodeRedirectURL(String) - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to return encodeRedirectURL(String url) on the wrapped response object.
encodeRedirectUrl(String) - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to return encodeRedirectUrl(String url) on the wrapped response object.
encodeResourceURL(String) - Method in class javax.faces.context.ExternalContext
Return the input URL, after performing any rewriting needed to ensure that it will correctly identify an addressable resource in the current application.
encodeText(String) - Static method in class javax.mail.internet.MimeUtility
Encode a RFC 822 "text" token into mail-safe form as per RFC 2047.
encodeText(String, String, String) - Static method in class javax.mail.internet.MimeUtility
Encode a RFC 822 "text" token into mail-safe form as per RFC 2047.
encodeURL(String) - Method in interface javax.servlet.http.HttpServletResponse
Encodes the specified URL by including the session ID in it, or, if encoding is not needed, returns the URL unchanged.
encodeUrl(String) - Method in interface javax.servlet.http.HttpServletResponse
Deprecated. As of version 2.1, use encodeURL(String url) instead
encodeURL(String) - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to call encodeURL(String url) on the wrapped response object.
encodeUrl(String) - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to call encodeUrl(String url) on the wrapped response object.
encodeWord(String) - Static method in class javax.mail.internet.MimeUtility
Encode a RFC 822 "word" token into mail-safe form as per RFC 2047.
encodeWord(String, String, String) - Static method in class javax.mail.internet.MimeUtility
Encode a RFC 822 "word" token into mail-safe form as per RFC 2047.
encodingSet() - Method in interface javax.xml.stream.events.StartDocument
Returns true if CharacterEncodingScheme was set in the encoding declaration of the document
ENCODINGSTYLE_URI_PROPERTY - Static variable in interface javax.xml.rpc.Call
Standard property for encoding Style: Encoding style specified as a namespace URI.
end(Xid, int) - Method in interface javax.transaction.xa.XAResource
Ends the work performed on behalf of a transaction branch.
END_DOCUMENT - Static variable in interface javax.xml.stream.XMLStreamConstants
Indicates an event is an end document
END_ELEMENT - Static variable in interface javax.xml.stream.XMLStreamConstants
Indicates an event is an end element
endDocument() - Method in class javax.faces.context.ResponseWriter
Write whatever text should end a response.
endDocument() - Method in class javax.faces.context.ResponseWriterWrapper
The default behavior of this method is to call ResponseWriter.endDocument() on the wrapped ResponseWriter object.
EndDocument - Interface in javax.xml.stream.events
A marker interface for the end of the document
endElement(String) - Method in class javax.faces.context.ResponseWriter
Write the end of an element, after closing any open element created by a call to startElement().
endElement(String) - Method in class javax.faces.context.ResponseWriterWrapper
The default behavior of this method is to call ResponseWriter.endElement(String) on the wrapped ResponseWriter object.
EndElement - Interface in javax.xml.stream.events
An interface for the end element event.
Endpoint - Class in javax.xml.ws
A Web service endpoint.
Endpoint() - Constructor for class javax.xml.ws.Endpoint
 
ENDPOINT_ADDRESS_PROPERTY - Static variable in interface javax.xml.rpc.Stub
Standard property: Target service endpoint address.
ENDPOINT_ADDRESS_PROPERTY - Static variable in interface javax.xml.ws.BindingProvider
Standard property: Target service endpoint address.
endpointActivation(MessageEndpointFactory, ActivationSpec) - Method in interface javax.resource.spi.ResourceAdapter
This is called during the activation of a message endpoint.
endpointDeactivation(MessageEndpointFactory, ActivationSpec) - Method in interface javax.resource.spi.ResourceAdapter
This is called when a message endpoint is deactivated.
enlistResource(XAResource) - Method in interface javax.transaction.Transaction
Enlist the resource specified with the transaction associated with the target Transaction object.
EnterpriseBean - Interface in javax.ejb
The EnterpriseBean interface must be implemented by every enterprise Bean class.
Entity - Annotation Type in javax.persistence
Specifies that the class is an entity.
ENTITY_DECLARATION - Static variable in interface javax.xml.stream.XMLStreamConstants
Indicates a Entity Declaration
ENTITY_REFERENCE - Static variable in interface javax.xml.stream.XMLStreamConstants
Indicates an event is an entity reference
EntityBean - Interface in javax.ejb
The EntityBean interface is implemented by every entity enterprise Bean class.
EntityBeanStats - Interface in javax.management.j2ee.statistics
Specifies statistics provided by entity beans.
EntityContext - Interface in javax.ejb
The EntityContext interface provides an instance with access to the container-provided runtime context of an entity enterprise Bean instance.
EntityDeclaration - Interface in javax.xml.stream.events
An interface for handling Entity Declarations This interface is used to record and report unparsed entity declarations.
EntityExistsException - Exception in javax.persistence
Thrown by the persistence provider when EntityManager.persist(Object) is called and the entity already exists.
EntityExistsException() - Constructor for exception javax.persistence.EntityExistsException
Constructs a new EntityExistsException exception with null as its detail message.
EntityExistsException(String) - Constructor for exception javax.persistence.EntityExistsException
Constructs a new EntityExistsException exception with the specified detail message.
EntityExistsException(String, Throwable) - Constructor for exception javax.persistence.EntityExistsException
Constructs a new EntityExistsException exception with the specified detail message and cause.
EntityExistsException(Throwable) - Constructor for exception javax.persistence.EntityExistsException
Constructs a new EntityExistsException exception with the specified cause.
EntityListeners - Annotation Type in javax.persistence
Specifies the callback listener classes to be used for an entity or mapped superclass.
EntityManager - Interface in javax.persistence
Interface used to interact with the persistence context.
EntityManagerFactory - Interface in javax.persistence
The EntityManagerFactory interface is used by the application to obtain an application-managed entity manager.
EntityNotFoundException - Exception in javax.persistence
Thrown by the persistence provider when an entity reference obtained by EntityManager.getReference(Class,Object) is accessed but the entity does not exist.
EntityNotFoundException() - Constructor for exception javax.persistence.EntityNotFoundException
Constructs a new EntityNotFoundException exception with null as its detail message.
EntityNotFoundException(String) - Constructor for exception javax.persistence.EntityNotFoundException
Constructs a new EntityNotFoundException exception with the specified detail message.
EntityReference - Interface in javax.xml.stream.events
An interface for handling Entity events.
EntityResult - Annotation Type in javax.persistence
References an entity in the SELECT clause of a SQL query.
EntityTransaction - Interface in javax.persistence
The EntityTransaction interface is used to control resource transactions on resource-local entity managers.
entries() - Method in interface javax.enterprise.deploy.model.DeployableObject
Returns an enumeration of the module file entries.
ENUM_ID - Static variable in class javax.faces.convert.EnumConverter
The message identifier of the FacesMessage to be created if the conversion to Enum fails.
ENUM_NO_CLASS_ID - Static variable in class javax.faces.convert.EnumConverter
The message identifier of the FacesMessage to be created if the conversion to Enum fails and no target class has been provided.
EnumConverter - Class in javax.faces.convert
Converter implementation for java.lang.Enum (and enum primitive) values.
EnumConverter() - Constructor for class javax.faces.convert.EnumConverter
 
EnumConverter(Class) - Constructor for class javax.faces.convert.EnumConverter
 
Enumerated - Annotation Type in javax.persistence
Specifies that a persistent property or field should be persisted as a enumerated type.
EnumType - Enum in javax.persistence
Defines mapping for the enumerated types.
ENVELOPE - Static variable in class javax.mail.FetchProfile.Item
This is the Envelope item.
ENVELOPE_CHANGED - Static variable in class javax.mail.event.MessageChangedEvent
The message's envelope (headers, but not body) changed.
EOF - Static variable in class javax.mail.internet.HeaderTokenizer.Token
Token type indicating end of input.
EQ - Static variable in class javax.mail.search.ComparisonTerm
 
equals(DataFlavor) - Method in class javax.activation.ActivationDataFlavor
Compares the DataFlavor passed in with this DataFlavor; calls the isMimeTypeEqual method.
equals(Object) - Method in class javax.el.Expression
Determines whether the specified object is equal to this Expression.
equals(Object) - Method in class javax.faces.validator.DoubleRangeValidator
 
equals(Object) - Method in class javax.faces.validator.LengthValidator
 
equals(Object) - Method in class javax.faces.validator.LongRangeValidator
 
equals(Object) - Method in class javax.mail.Address
The equality operator.
equals(Object) - Method in class javax.mail.Flags
Check whether the two Flags objects are equal.
equals(Object) - Method in class javax.mail.internet.InternetAddress
The equality operator.
equals(Object) - Method in class javax.mail.internet.NewsAddress
The equality operator.
equals(Object) - Method in class javax.mail.search.AddressStringTerm
Equality comparison.
equals(Object) - Method in class javax.mail.search.AddressTerm
Equality comparison.
equals(Object) - Method in class javax.mail.search.AndTerm
Equality comparison.
equals(Object) - Method in class javax.mail.search.BodyTerm
Equality comparison.
equals(Object) - Method in class javax.mail.search.ComparisonTerm
Equality comparison.
equals(Object) - Method in class javax.mail.search.DateTerm
Equality comparison.
equals(Object) - Method in class javax.mail.search.FlagTerm
Equality comparison.
equals(Object) - Method in class javax.mail.search.FromStringTerm
Equality comparison.
equals(Object) - Method in class javax.mail.search.FromTerm
Equality comparison.
equals(Object) - Method in class javax.mail.search.HeaderTerm
Equality comparison.
equals(Object) - Method in class javax.mail.search.IntegerComparisonTerm
Equality comparison.
equals(Object) - Method in class javax.mail.search.MessageIDTerm
Equality comparison.
equals(Object) - Method in class javax.mail.search.MessageNumberTerm
Equality comparison.
equals(Object) - Method in class javax.mail.search.NotTerm
Equality comparison.
equals(Object) - Method in class javax.mail.search.OrTerm
Equality comparison.
equals(Object) - Method in class javax.mail.search.ReceivedDateTerm
Equality comparison.
equals(Object) - Method in class javax.mail.search.RecipientStringTerm
Equality comparison.
equals(Object) - Method in class javax.mail.search.RecipientTerm
Equality comparison.
equals(Object) - Method in class javax.mail.search.SentDateTerm
Equality comparison.
equals(Object) - Method in class javax.mail.search.SizeTerm
Equality comparison.
equals(Object) - Method in class javax.mail.search.StringTerm
Equality comparison.
equals(Object) - Method in class javax.mail.search.SubjectTerm
Equality comparison.
equals(Object) - Method in class javax.mail.URLName
Compares two URLNames.
equals(Object) - Method in interface javax.resource.cci.Record
Check if this instance is equal to another Record.
equals(Object) - Method in interface javax.resource.spi.ConnectionRequestInfo
Checks whether this instance is equal to another.
equals(Object) - Method in interface javax.resource.spi.ManagedConnectionFactory
Check if this ManagedConnectionFactory is equal to another ManagedConnectionFactory.
equals(Object) - Method in interface javax.resource.spi.security.GenericCredential
Deprecated. Tests if this GenericCredential instance refers to the same entity as the supplied object.
equals(Object) - Method in class javax.resource.spi.security.PasswordCredential
Compares this PasswordCredential with the specified object for equality.
equals(Object) - Method in class javax.security.jacc.EJBMethodPermission
Checks two EJBMethodPermission objects for equality.
equals(Object) - Method in class javax.security.jacc.EJBRoleRefPermission
Checks two EJBRoleRefPermission objects for equality.
equals(Object) - Method in class javax.security.jacc.WebResourcePermission
Checks two WebResourcePermission objects for equality.
equals(Object) - Method in class javax.security.jacc.WebRoleRefPermission
Checks two WebRoleRefPermission objects for equality.
equals(Object) - Method in class javax.security.jacc.WebUserDataPermission
Checks two WebUserDataPermission objects for equality.
ERROR - Static variable in interface javax.xml.bind.ValidationEvent
Conditions that correspond to the definition of "error" in section 1.2 of the W3C XML 1.0 Recommendation
errorCode - Variable in exception javax.transaction.SystemException
The error code with which to create the SystemException.
errorCode - Variable in exception javax.transaction.xa.XAException
The error code with which to create the SystemException.
ErrorData - Class in javax.servlet.jsp
Contains information about an error, for error pages.
ErrorData(Throwable, int, String, String) - Constructor for class javax.servlet.jsp.ErrorData
Creates a new ErrorData object.
EVAL_BODY_AGAIN - Static variable in interface javax.servlet.jsp.tagext.IterationTag
Request the reevaluation of some body.
EVAL_BODY_BUFFERED - Static variable in interface javax.servlet.jsp.tagext.BodyTag
Request the creation of new buffer, a BodyContent on which to evaluate the body of this tag.
EVAL_BODY_INCLUDE - Static variable in interface javax.servlet.jsp.tagext.Tag
Evaluate body into existing out stream.
EVAL_BODY_TAG - Static variable in interface javax.servlet.jsp.tagext.BodyTag
Deprecated. As of Java JSP API 1.2, use BodyTag.EVAL_BODY_BUFFERED or IterationTag.EVAL_BODY_AGAIN.
EVAL_PAGE - Static variable in interface javax.servlet.jsp.tagext.Tag
Continue evaluating the page.
evaluate(VariableResolver) - Method in class javax.servlet.jsp.el.Expression
Deprecated. Evaluates an expression that was previously prepared.
evaluate(String, Class, VariableResolver, FunctionMapper) - Method in class javax.servlet.jsp.el.ExpressionEvaluator
Deprecated. Evaluates an expression.
evaluateExpressionGet(FacesContext, String, Class) - Method in class javax.faces.application.Application
Get a value by evaluating an expression.
EvaluationException - Exception in javax.faces.el
Deprecated. This has been replaced by ELException.
EvaluationException() - Constructor for exception javax.faces.el.EvaluationException
Deprecated. Construct a new exception with no detail message or root cause.
EvaluationException(String) - Constructor for exception javax.faces.el.EvaluationException
Deprecated. Construct a new exception with the specified detail message and no root cause.
EvaluationException(Throwable) - Constructor for exception javax.faces.el.EvaluationException
Deprecated. Construct a new exception with the specified root cause.
EvaluationException(String, Throwable) - Constructor for exception javax.faces.el.EvaluationException
Deprecated. Construct a new exception with the specified detail message and root cause.
EVENT_TYPE_CREATED - Static variable in interface javax.xml.registry.infomodel.AuditableEvent
An event where a RegistryObject is created.
EVENT_TYPE_DELETED - Static variable in interface javax.xml.registry.infomodel.AuditableEvent
An event where a RegistryObject is deleted.
EVENT_TYPE_DEPRECATED - Static variable in interface javax.xml.registry.infomodel.AuditableEvent
An event where a RegistryObject is deprecated.
EVENT_TYPE_UNDEPRECATED - Static variable in interface javax.xml.registry.infomodel.AuditableEvent
An event where a RegistryObject is undeprecated.
EVENT_TYPE_UPDATED - Static variable in interface javax.xml.registry.infomodel.AuditableEvent
An event where a RegistryObject is updated.
EVENT_TYPE_VERSIONED - Static variable in interface javax.xml.registry.infomodel.AuditableEvent
An event where a RegistryObject is versioned.
EventFilter - Interface in javax.xml.stream
This interface declares a simple filter interface that one can create to filter XMLEventReaders
EventReaderDelegate - Class in javax.xml.stream.util
This is the base class for deriving an XMLEventReader filter.
EventReaderDelegate() - Constructor for class javax.xml.stream.util.EventReaderDelegate
Construct an empty filter with no parent.
EventReaderDelegate(XMLEventReader) - Constructor for class javax.xml.stream.util.EventReaderDelegate
Construct an filter with the specified parent.
EXACT_NAME_MATCH - Static variable in interface javax.xml.registry.FindQualifier
 
examineAllHeaderElements() - Method in interface javax.xml.soap.SOAPHeader
Returns an Iterator over all the SOAPHeaderElement objects in this SOAPHeader object.
examineHeaderElements(String) - Method in interface javax.xml.soap.SOAPHeader
Returns an Iterator over all the SOAPHeaderElement objects in this SOAPHeader object that have the specified actor.
examineMustUnderstandHeaderElements(String) - Method in interface javax.xml.soap.SOAPHeader
Returns an Iterator over all the SOAPHeaderElement objects in this SOAPHeader object that have the specified actor and that have a MustUnderstand attribute whose value is equivalent to true.
EXCEPTION - Static variable in class javax.servlet.jsp.PageContext
Name used to store uncaught exception in ServletRequest attribute list and PageContext name table.
ExceptionListener - Interface in javax.jms
If a JMS provider detects a serious problem with a Connection object, it informs the Connection object's ExceptionListener, if one has been registered.
ExcludeClassInterceptors - Annotation Type in javax.interceptor
Used to exclude class-level interceptors for a business method.
ExcludeDefaultInterceptors - Annotation Type in javax.interceptor
Used to exclude default interceptors for a bean or a business method.
ExcludeDefaultListeners - Annotation Type in javax.persistence
Specifies that the invocation of default listeners is to be excluded for the entity class (or mapped superclass) and its subclasses.
ExcludeSuperclassListeners - Annotation Type in javax.persistence
Specifies that the invocation of superclass listeners is to be excluded for the entity class (or mapped superclass) and its subclasses.
excludeUnlistedClasses() - Method in interface javax.persistence.spi.PersistenceUnitInfo
Returns whether classes in the root of the persistence unit that have not been explicitly listed are to be included in the set of managed classes.
EXECUTE - Static variable in class javax.enterprise.deploy.shared.ActionType
The DeploymentManager action command is executing.
execute() - Method in interface javax.enterprise.deploy.spi.status.ClientConfiguration
This method performs an exec and starts the application client running in another process.
execute(FacesContext) - Method in class javax.faces.lifecycle.Lifecycle
Execute all of the phases of the request processing lifecycle, up to but not including the Render Response phase, as described in the JavaServer Faces Specification, in the specified order.
execute(InteractionSpec, Record, Record) - Method in interface javax.resource.cci.Interaction
Executes an interaction represented by the InteractionSpec.
execute(InteractionSpec, Record) - Method in interface javax.resource.cci.Interaction
Executes an interaction represented by the InteractionSpec.
executeQuery(Query) - Method in interface javax.xml.registry.DeclarativeQueryManager
Executes a query as specified by query parameter.
executeUpdate() - Method in interface javax.persistence.Query
Execute an update or delete statement.
ExecutionContext - Class in javax.resource.spi.work
This class models an execution context (transaction, security, etc) with which the Work instance must be executed.
ExecutionContext() - Constructor for class javax.resource.spi.work.ExecutionContext
 
exists() - Method in class javax.mail.Folder
Tests if this folder physically exists on the Store.
Expression - Class in javax.el
Base class for the expression subclasses ValueExpression and MethodExpression, implementing characterstics common to both.
Expression() - Constructor for class javax.el.Expression
 
Expression - Class in javax.servlet.jsp.el
Deprecated. As of JSP 2.1, replaced by ValueExpression
Expression() - Constructor for class javax.servlet.jsp.el.Expression
Deprecated.  
ExpressionEvaluator - Class in javax.servlet.jsp.el
Deprecated. As of JSP 2.1, replaced by ExpressionFactory
ExpressionEvaluator() - Constructor for class javax.servlet.jsp.el.ExpressionEvaluator
Deprecated.  
ExpressionFactory - Class in javax.el
Parses a String into a ValueExpression or MethodExpression instance for later evaluation.
ExpressionFactory() - Constructor for class javax.el.ExpressionFactory
 
expunge() - Method in class javax.mail.Folder
Expunge (permanently remove) messages marked DELETED.
expunged - Variable in class javax.mail.Message
True if this message has been expunged.
ExtensibleObject - Interface in javax.xml.registry.infomodel
An ExtensibleObject is one that allows itself to be extended by utilizing dynamically added Slots that add arbitrary attributes to the object on a per instance basis.
EXTERNAL_IDENTIFIER - Static variable in interface javax.xml.registry.LifeCycleManager
 
EXTERNAL_LINK - Static variable in interface javax.xml.registry.LifeCycleManager
 
ExternalContext - Class in javax.faces.context
This class allows the Faces API to be unaware of the nature of its containing application environment.
ExternalContext() - Constructor for class javax.faces.context.ExternalContext
 
ExternalIdentifier - Interface in javax.xml.registry.infomodel
ExternalIdentifier instances provide the additional identifier information to RegistryObjects such as DUNS number, Social Security Number, or an alias name of the organization.
ExternalLink - Interface in javax.xml.registry.infomodel
ExternalLink instances model a named URI to content that may reside outside the registry.
extractAllHeaderElements() - Method in interface javax.xml.soap.SOAPHeader
Returns an Iterator over all the SOAPHeaderElement objects in this SOAPHeader object and detaches them from this SOAPHeader object.
extractContentAsDocument() - Method in interface javax.xml.soap.SOAPBody
Creates a new DOM Document and sets the first child of this SOAPBody as it's document element.
extractHeaderElements(String) - Method in interface javax.xml.soap.SOAPHeader
Returns an Iterator over all the SOAPHeaderElement objects in this SOAPHeader object that have the specified actor and detaches them from this SOAPHeader object.
EXTRINSIC_OBJECT - Static variable in interface javax.xml.registry.LifeCycleManager
 
ExtrinsicObject - Interface in javax.xml.registry.infomodel
ExtrinsicObjects provide metadata that describes submitted content whose type is not intrinsically known to the registry and therefore must be described by means of additional attributes (e.g., mime type).

F

FACES_CONTEXT_FACTORY - Static variable in class javax.faces.FactoryFinder
The property name for the FacesContextFactory class name.
FACES_MESSAGES - Static variable in class javax.faces.application.FacesMessage
ResourceBundle identifier for messages whose message identifiers are defined in the JavaServer Faces specification.
FacesContext - Class in javax.faces.context
FacesContext contains all of the per-request state information related to the processing of a single JavaServer Faces request, and the rendering of the corresponding response.
FacesContext() - Constructor for class javax.faces.context.FacesContext
 
FacesContextFactory - Class in javax.faces.context
FacesContextFactory is a factory object that creates (if needed) and returns new FacesContext instances, initialized for the processing of the specified request and response objects.
FacesContextFactory() - Constructor for class javax.faces.context.FacesContextFactory
 
FacesEvent - Class in javax.faces.event
FacesEvent is the base class for user interface and application events that can be fired by UIComponents.
FacesEvent(UIComponent) - Constructor for class javax.faces.event.FacesEvent
Construct a new event object from the specified source component.
FacesException - Exception in javax.faces
This class encapsulates general JavaServer Faces exceptions.
FacesException() - Constructor for exception javax.faces.FacesException
Construct a new exception with no detail message or root cause.
FacesException(String) - Constructor for exception javax.faces.FacesException
Construct a new exception with the specified detail message and no root cause.
FacesException(Throwable) - Constructor for exception javax.faces.FacesException
Construct a new exception with the specified root cause.
FacesException(String, Throwable) - Constructor for exception javax.faces.FacesException
Construct a new exception with the specified detail message and root cause.
FacesListener - Interface in javax.faces.event
A generic base interface for event listeners for various types of FacesEvents.
FacesMessage - Class in javax.faces.application
FacesMessage represents a single validation (or other) message, which is typically associated with a particular component in the view.
FacesMessage() - Constructor for class javax.faces.application.FacesMessage
Construct a new FacesMessage with no initial values.
FacesMessage(String) - Constructor for class javax.faces.application.FacesMessage
Construct a new FacesMessage with just a summary.
FacesMessage(String, String) - Constructor for class javax.faces.application.FacesMessage
Construct a new FacesMessage with the specified initial values.
FacesMessage(FacesMessage.Severity, String, String) - Constructor for class javax.faces.application.FacesMessage
Construct a new FacesMessage with the specified initial values.
FacesMessage.Severity - Class in javax.faces.application
Class used to represent message severity levels in a typesafe enumeration.
FacesServlet - Class in javax.faces.webapp
FacesServlet is a servlet that manages the request processing lifecycle for web applications that are utilizing JavaServer Faces to construct the user interface.
FacesServlet() - Constructor for class javax.faces.webapp.FacesServlet
 
FacetTag - Class in javax.faces.webapp
FacetTag is the JSP mechanism for denoting a UIComponent is to be added as a facet to the component associated with its parent.
FacetTag() - Constructor for class javax.faces.webapp.FacetTag
 
FactoryConfigurationError - Error in javax.xml.stream
An error class for reporting factory configuration errors.
FactoryConfigurationError() - Constructor for error javax.xml.stream.FactoryConfigurationError
Default constructor
FactoryConfigurationError(Exception) - Constructor for error javax.xml.stream.FactoryConfigurationError
Construct an exception with a nested inner exception
FactoryConfigurationError(Exception, String) - Constructor for error javax.xml.stream.FactoryConfigurationError
Construct an exception with a nested inner exception and a message
FactoryConfigurationError(String, Exception) - Constructor for error javax.xml.stream.FactoryConfigurationError
Construct an exception with a nested inner exception and a message
FactoryConfigurationError(String) - Constructor for error javax.xml.stream.FactoryConfigurationError
Construct an exception with associated message
FactoryFinder - Class in javax.faces
FactoryFinder implements the standard discovery algorithm for all factory objects specified in the JavaServer Faces APIs.
FAILED - Static variable in class javax.enterprise.deploy.shared.StateType
The action operation has failed.
FATAL_ERROR - Static variable in interface javax.xml.bind.ValidationEvent
Conditions that correspond to the definition of "fatal error" in section 1.2 of the W3C XML 1.0 Recommendation
FederatedConnection - Interface in javax.xml.registry
Represents a single logical connection to a federation or group of registry providers.
fetch(Message[], FetchProfile) - Method in class javax.mail.Folder
Prefetch the items specified in the FetchProfile for the given Messages.
FetchProfile - Class in javax.mail
Clients use a FetchProfile to list the Message attributes that it wishes to prefetch from the server for a range of messages.
FetchProfile() - Constructor for class javax.mail.FetchProfile
Create an empty FetchProfile.
FetchProfile.Item - Class in javax.mail
This inner class is the base class of all items that can be requested in a FetchProfile.
FetchProfile.Item(String) - Constructor for class javax.mail.FetchProfile.Item
Constructor for an item.
FetchType - Enum in javax.persistence
Defines strategies for fetching data from the database.
FieldResult - Annotation Type in javax.persistence
Is used to map the columns specified in the SELECT list of the query to the properties or fields of the entity class.
FileDataSource - Class in javax.activation
The FileDataSource class implements a simple DataSource object that encapsulates a file.
FileDataSource(File) - Constructor for class javax.activation.FileDataSource
Creates a FileDataSource from a File object.
FileDataSource(String) - Constructor for class javax.activation.FileDataSource
Creates a FileDataSource from the specified path name.
FileTypeMap - Class in javax.activation
The FileTypeMap is an abstract class that provides a data typing interface for files.
FileTypeMap() - Constructor for class javax.activation.FileTypeMap
The default constructor.
Filter - Interface in javax.servlet
A filter is an object that performs filtering tasks on either the request to a resource (a servlet or static content), or on the response from a resource, or both.
FilterChain - Interface in javax.servlet
A FilterChain is an object provided by the servlet container to the developer giving a view into the invocation chain of a filtered request for a resource.
FilterConfig - Interface in javax.servlet
A filter configuration object used by a servlet container to pass information to a filter during initialization.
finalize() - Method in class javax.mail.Folder
 
finalize() - Method in class javax.mail.Service
Stop the event dispatcher thread so the queue can be garbage collected.
finalize() - Method in class javax.mail.util.SharedFileInputStream
Force this stream to close.
find(Class<T>, Object) - Method in interface javax.persistence.EntityManager
Find by primary key.
findAncestorWithClass(JspTag, Class<?>) - Static method in class javax.servlet.jsp.tagext.SimpleTagSupport
Find the instance of a given class type that is closest to a given instance.
findAncestorWithClass(Tag, Class) - Static method in class javax.servlet.jsp.tagext.TagSupport
Find the instance of a given class type that is closest to a given instance.
findAssociations(Collection, String, String, Collection) - Method in interface javax.xml.registry.BusinessQueryManager
Finds all Association objects that match all of the criteria specified by the parameters of this call.
findAttribute(String) - Method in class javax.servlet.jsp.JspContext
Searches for the named attribute in page, request, session (if valid), and application scope(s) in order and returns the value associated or null.
findCallerAssociations(Collection, Boolean, Boolean, Collection) - Method in interface javax.xml.registry.BusinessQueryManager
Finds all Association objects owned by the caller that match all of the criteria specified by the parameters of this call.
findClassificationSchemeByName(Collection, String) - Method in interface javax.xml.registry.BusinessQueryManager
Finds a ClassificationScheme by name based on the specified find qualifiers and name pattern.
findClassificationSchemes(Collection, Collection, Collection, Collection) - Method in interface javax.xml.registry.BusinessQueryManager
Finds all ClassificationScheme objects that match all of the criteria specified by the parameters of this call.
findComponent(String) - Method in class javax.faces.component.UIComponent
Search for and return the UIComponent with an id that matches the specified search expression (if any), according to the algorithm described below.
findComponent(String) - Method in class javax.faces.component.UIComponentBase
 
findComponent(FacesContext) - Method in class javax.faces.webapp.UIComponentClassicTagBase
Find and return the UIComponent, from the component tree, that corresponds to this tag handler instance.
findConceptByPath(String) - Method in interface javax.xml.registry.BusinessQueryManager
Finds a Concept based on the path specified.
findConcepts(Collection, Collection, Collection, Collection, Collection) - Method in interface javax.xml.registry.BusinessQueryManager
Finds all Concept objects that match all of the criteria specified by the parameters of this call.
FinderException - Exception in javax.ejb
The FinderException exception must be included in the throws clause of every findMETHOD(...) method of an entity Bean's home interface.
FinderException() - Constructor for exception javax.ejb.FinderException
Constructs an FinderException with no detail message.
FinderException(String) - Constructor for exception javax.ejb.FinderException
Constructs an FinderException with the specified detail message.
FindException - Exception in javax.xml.registry
A RegistryException that occurs during a find action.
FindException() - Constructor for exception javax.xml.registry.FindException
Constructs a JAXRException object with no reason or embedded Throwable.
FindException(String) - Constructor for exception javax.xml.registry.FindException
Constructs a JAXRException object with the given String as the reason for the exception being thrown.
FindException(String, Throwable) - Constructor for exception javax.xml.registry.FindException
Constructs a JAXRException object with the given String as the reason for the exception being thrown and the given Throwable object as an embedded Throwable.
FindException(Throwable) - Constructor for exception javax.xml.registry.FindException
Constructs a JAXRException object initialized with the given Throwable object.
findOrganizations(Collection, Collection, Collection, Collection, Collection, Collection) - Method in interface javax.xml.registry.BusinessQueryManager
Finds all Organization objects that match all of the criteria specified by the parameters of this call.
FindQualifier - Interface in javax.xml.registry
FindQualifier provides various constants that identify options that effect find method behavior.
findRegistryPackages(Collection, Collection, Collection, Collection) - Method in interface javax.xml.registry.BusinessQueryManager
Finds all RegistryPackage objects that match all of the criteria specified by the parameters of this call.
findServiceBindings(Key, Collection, Collection, Collection) - Method in interface javax.xml.registry.BusinessQueryManager
Finds all ServiceBinding objects that match all of the criteria specified by the parameters of this call.
findServices(Key, Collection, Collection, Collection, Collection) - Method in interface javax.xml.registry.BusinessQueryManager
Finds all Service objects that match all of the criteria specified by the parameters of this call.
fireXpathEvent(XpathEvent) - Method in interface javax.enterprise.deploy.model.XpathListener
 
FLAGGED - Static variable in class javax.mail.Flags.Flag
This message is flagged.
FLAGS - Static variable in class javax.mail.FetchProfile.Item
This is the Flags item.
Flags - Class in javax.mail
The Flags class represents the set of flags on a Message.
Flags() - Constructor for class javax.mail.Flags
Construct an empty Flags object.
Flags(Flags) - Constructor for class javax.mail.Flags
Construct a Flags object initialized with the given flags.
Flags(Flags.Flag) - Constructor for class javax.mail.Flags
Construct a Flags object initialized with the given system flag.
Flags(String) - Constructor for class javax.mail.Flags
Construct a Flags object initialized with the given user flag.
flags - Variable in class javax.mail.internet.MimeMessage
The Flags for this message.
flags - Variable in class javax.mail.search.FlagTerm
Flags object containing the flags to test.
Flags.Flag - Class in javax.mail
This inner class represents an individual system flag.
FLAGS_CHANGED - Static variable in class javax.mail.event.MessageChangedEvent
The message's flags changed.
FlagTerm - Class in javax.mail.search
This class implements comparisons for Message Flags.
FlagTerm(Flags, boolean) - Constructor for class javax.mail.search.FlagTerm
Constructor.
FLOAT_ID - Static variable in class javax.faces.convert.FloatConverter
The message identifier of the FacesMessage to be created if the conversion to Float fails.
FloatConverter - Class in javax.faces.convert
Converter implementation for java.lang.Float (and float primitive) values.
FloatConverter() - Constructor for class javax.faces.convert.FloatConverter
 
FloatHolder - Class in javax.xml.rpc.holders
 
FloatHolder() - Constructor for class javax.xml.rpc.holders.FloatHolder
 
FloatHolder(float) - Constructor for class javax.xml.rpc.holders.FloatHolder
 
FloatWrapperHolder - Class in javax.xml.rpc.holders
 
FloatWrapperHolder() - Constructor for class javax.xml.rpc.holders.FloatWrapperHolder
 
FloatWrapperHolder(Float) - Constructor for class javax.xml.rpc.holders.FloatWrapperHolder
 
flush() - Method in class javax.faces.context.ResponseWriter
Flush any ouput buffered by the output method to the underlying Writer or OutputStream.
flush() - Method in class javax.faces.context.ResponseWriterWrapper
The default behavior of this method is to call ResponseWriter.flush() on the wrapped ResponseWriter object.
flush() - Method in interface javax.persistence.EntityManager
Synchronize the persistence context to the underlying database.
flush() - Method in class javax.servlet.jsp.JspWriter
Flush the stream.
flush() - Method in class javax.servlet.jsp.tagext.BodyContent
Redefined flush() so it is not legal.
flush() - Method in interface javax.xml.stream.XMLEventWriter
Writes any cached events to the underlying output mechanism
flush() - Method in interface javax.xml.stream.XMLStreamWriter
Write any cached data to the underlying output mechanism.
flushBuffer() - Method in interface javax.servlet.ServletResponse
Forces any content in the buffer to be written to the client.
flushBuffer() - Method in class javax.servlet.ServletResponseWrapper
The default behavior of this method is to call flushBuffer() on the wrapped response object.
FlushModeType - Enum in javax.persistence
Flush mode setting.
fold(int, String) - Static method in class javax.mail.internet.MimeUtility
Fold a string at linear whitespace so that each line is no longer than 76 characters, if possible.
folder - Variable in class javax.mail.event.FolderEvent
The folder the event occurred on.
Folder - Class in javax.mail
Folder is an abstract class that represents a folder for mail messages.
Folder(Store) - Constructor for class javax.mail.Folder
Constructor that takes a Store object.
folder - Variable in class javax.mail.Message
The containing folder, if this message is obtained from a folder
FolderAdapter - Class in javax.mail.event
The adapter which receives Folder events.
FolderAdapter() - Constructor for class javax.mail.event.FolderAdapter
 
FolderClosedException - Exception in javax.mail
This exception is thrown when a method is invoked on a Messaging object and the Folder that owns that object has died due to some reason.
FolderClosedException(Folder) - Constructor for exception javax.mail.FolderClosedException
Constructor
FolderClosedException(Folder, String) - Constructor for exception javax.mail.FolderClosedException
Constructor
folderCreated(FolderEvent) - Method in class javax.mail.event.FolderAdapter
 
folderCreated(FolderEvent) - Method in interface javax.mail.event.FolderListener
Invoked when a Folder is created.
folderDeleted(FolderEvent) - Method in class javax.mail.event.FolderAdapter
 
folderDeleted(FolderEvent) - Method in interface javax.mail.event.FolderListener
Invoked when a folder is deleted.
FolderEvent - Class in javax.mail.event
This class models Folder existence events.
FolderEvent(Object, Folder, int) - Constructor for class javax.mail.event.FolderEvent
Constructor.
FolderEvent(Object, Folder, Folder, int) - Constructor for class javax.mail.event.FolderEvent
Constructor.
FolderListener - Interface in javax.mail.event
This is the Listener interface for Folder events.
FolderNotFoundException - Exception in javax.mail
This exception is thrown by Folder methods, when those methods are invoked on a non existent folder.
FolderNotFoundException() - Constructor for exception javax.mail.FolderNotFoundException
Constructs a MessagingException with no detail message.
FolderNotFoundException(Folder) - Constructor for exception javax.mail.FolderNotFoundException
Constructs a MessagingException with the specified folder.
FolderNotFoundException(Folder, String) - Constructor for exception javax.mail.FolderNotFoundException
Constructs a MessagingException with the specified folder and the specified detail message.
FolderNotFoundException(String, Folder) - Constructor for exception javax.mail.FolderNotFoundException
Constructs a MessagingException with the specified detail message and the specified folder.
folderRenamed(FolderEvent) - Method in class javax.mail.event.FolderAdapter
 
folderRenamed(FolderEvent) - Method in interface javax.mail.event.FolderListener
Invoked when a folder is renamed.
forget(Xid) - Method in interface javax.resource.spi.XATerminator
Tells the resource manager to forget about a heuristically completed transaction branch.
forget(Xid) - Method in interface javax.transaction.xa.XAResource
Tells the resource manager to forget about a heuristically completed transaction branch.
FORM_AUTH - Static variable in class javax.faces.context.ExternalContext
String identifier for FORM authentication.
FORM_AUTH - Static variable in interface javax.servlet.http.HttpServletRequest
String identifier for Form authentication.
format(Date, StringBuffer, FieldPosition) - Method in class javax.mail.internet.MailDateFormat
Formats the given date in the format specified by draft-ietf-drums-msg-fmt-08 in the current TimeZone.
forward(String) - Method in class javax.servlet.jsp.PageContext
This method is used to re-direct, or "forward" the current ServletRequest and ServletResponse to another active component in the application.
forward(ServletRequest, ServletResponse) - Method in interface javax.servlet.RequestDispatcher
Forwards a request from a servlet to another resource (servlet, JSP file, or HTML file) on the server.
FromStringTerm - Class in javax.mail.search
This class implements string comparisons for the From Address header.
FromStringTerm(String) - Constructor for class javax.mail.search.FromStringTerm
Constructor.
FromTerm - Class in javax.mail.search
This class implements comparisons for the From Address header.
FromTerm(Address) - Constructor for class javax.mail.search.FromTerm
Constructor
fullURL - Variable in class javax.mail.URLName
The full version of the URL
FunctionInfo - Class in javax.servlet.jsp.tagext
Information for a function in a Tag Library.
FunctionInfo(String, String, String) - Constructor for class javax.servlet.jsp.tagext.FunctionInfo
Constructor for FunctionInfo.
FunctionMapper - Class in javax.el
The interface to a map between EL function names and methods.
FunctionMapper() - Constructor for class javax.el.FunctionMapper
 
FunctionMapper - Interface in javax.servlet.jsp.el
Deprecated. As of JSP 2.1, replaced by FunctionMapper
functions - Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
An array describing the functions that are defined in this tag library.

G

GE - Static variable in class javax.mail.search.ComparisonTerm
 
Generated - Annotation Type in javax.annotation
The Generated annoation is used to mark source code that has been generated.
GeneratedValue - Annotation Type in javax.persistence
Provides for the specification of generation strategies for the values of primary keys.
generateSchema(SchemaOutputResolver) - Method in class javax.xml.bind.JAXBContext
Generates the schema documents for this context.
GenerationType - Enum in javax.persistence
Defines the types of primary key generation.
GenericCredential - Interface in javax.resource.spi.security
Deprecated. The preferred way to represent generic credential information is via the org.ietf.jgss.GSSCredential interface in J2SE Version 1.4, which provides similar functionality.
GenericHandler - Class in javax.xml.rpc.handler
The javax.xml.rpc.handler.GenericHandler class implements the Handler interface.
GenericHandler() - Constructor for class javax.xml.rpc.handler.GenericHandler
Default constructor
GenericServlet - Class in javax.servlet
Defines a generic, protocol-independent servlet.
GenericServlet() - Constructor for class javax.servlet.GenericServlet
Does nothing.
get(String) - Method in class javax.activation.MimeTypeParameterList
Retrieve the value associated with the given name, or null if there is no current association.
get(String) - Method in class javax.mail.internet.ParameterList
Returns the value of the specified parameter.
get(Object) - Method in class javax.xml.soap.SOAPConnection
Gets a message from a specific endpoint and blocks until it receives,
getAccept() - Method in class javax.faces.component.html.HtmlForm
Return the value of the accept property.
getAcceptcharset() - Method in class javax.faces.component.html.HtmlForm
Return the value of the acceptcharset property.
getAccesskey() - Method in class javax.faces.component.html.HtmlCommandButton
Return the value of the accesskey property.
getAccesskey() - Method in class javax.faces.component.html.HtmlCommandLink
Return the value of the accesskey property.
getAccesskey() - Method in class javax.faces.component.html.HtmlInputSecret
Return the value of the accesskey property.
getAccesskey() - Method in class javax.faces.component.html.HtmlInputText
Return the value of the accesskey property.
getAccesskey() - Method in class javax.faces.component.html.HtmlInputTextarea
Return the value of the accesskey property.
getAccesskey() - Method in class javax.faces.component.html.HtmlOutputLabel
Return the value of the accesskey property.
getAccesskey() - Method in class javax.faces.component.html.HtmlOutputLink
Return the value of the accesskey property.
getAccesskey() - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
Return the value of the accesskey property.
getAccesskey() - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
Return the value of the accesskey property.
getAccesskey() - Method in class javax.faces.component.html.HtmlSelectManyListbox
Return the value of the accesskey property.
getAccesskey() - Method in class javax.faces.component.html.HtmlSelectManyMenu
Return the value of the accesskey property.
getAccesskey() - Method in class javax.faces.component.html.HtmlSelectOneListbox
Return the value of the accesskey property.
getAccesskey() - Method in class javax.faces.component.html.HtmlSelectOneMenu
Return the value of the accesskey property.
getAccesskey() - Method in class javax.faces.component.html.HtmlSelectOneRadio
Return the value of the accesskey property.
getAccessURI() - Method in interface javax.xml.registry.infomodel.ServiceBinding
Gets the URI that gives access to the service via this binding.
getAcknowledgeMode() - Method in interface javax.jms.Session
Returns the acknowledgement mode of the session.
getAction() - Method in interface javax.enterprise.deploy.spi.status.DeploymentStatus
Retrieve the deployment ActionType for this event.
getAction() - Method in interface javax.faces.component.ActionSource
Deprecated. This has been replaced by ActionSource2.getActionExpression().
getAction() - Method in class javax.faces.component.UICommand
Deprecated. This has been replaced by UICommand.getActionExpression().
getActionExpression() - Method in interface javax.faces.component.ActionSource2
Return the MethodExpression pointing at the application action to be invoked, if this UIComponent is activated by the user, during the Apply Request Values or Invoke Application phase of the request processing lifecycle, depending on the value of the immediate property.
getActionExpression() - Method in class javax.faces.component.UICommand
 
getActionListener() - Method in class javax.faces.application.Application
Return the default ActionListener to be registered for all ActionSource components in this appication.
getActionListener() - Method in interface javax.faces.component.ActionSource
Deprecated. Use ActionSource.getActionListeners() instead.
getActionListener() - Method in class javax.faces.component.UICommand
Deprecated. Use UICommand.getActionListeners() instead.
getActionListeners() - Method in interface javax.faces.component.ActionSource
Return the set of registered ActionListeners for this ActionSource instance.
getActionListeners() - Method in class javax.faces.component.UICommand
 
getActions() - Method in class javax.security.jacc.EJBMethodPermission
Returns a String containing a canonical representation of the actions of this EJBMethodPermission.
getActions() - Method in class javax.security.jacc.EJBRoleRefPermission
Returns a canonical String representation of the actions of this EJBRoleRefPermission.
getActions() - Method in class javax.security.jacc.WebResourcePermission
Returns a canonical String representation of the actions of this WebResourcePermission.
getActions() - Method in class javax.security.jacc.WebRoleRefPermission
Returns a canonical String representation of the actions of this WebRoleRefPermission.
getActions() - Method in class javax.security.jacc.WebUserDataPermission
Returns a canonical String representation of the actions of this WebUserDataPermission.
getActionType(int) - Static method in class javax.enterprise.deploy.shared.ActionType
Return an object of the specified value.
getActionURL(FacesContext, String) - Method in class javax.faces.application.ViewHandler
Return a URL suitable for rendering (after optional encoding performed by the encodeActionURL() method of ExternalContext) that selects the specified view identifier.
getActionURL(FacesContext, String) - Method in class javax.faces.application.ViewHandlerWrapper
The default behavior of this method is to call ViewHandler.getActionURL(javax.faces.context.FacesContext, String) on the wrapped ViewHandler object.
getActiveCount() - Method in interface javax.management.j2ee.statistics.JTAStats
Number of active transactions.
getActor() - Method in interface javax.xml.soap.SOAPHeaderElement
Returns the uri of the actor attribute of this SOAPHeaderElement.
getAdaptee() - Method in class javax.servlet.jsp.tagext.TagAdapter
Gets the tag that is being adapted to the Tag interface.
getAdapter(Class<A>) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
 
getAdapter(Class<A>) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
getAdapter(Class<A>) - Method in interface javax.xml.bind.Marshaller
Gets the adapter associated with the specified type.
getAdapter(Class<A>) - Method in interface javax.xml.bind.Unmarshaller
Gets the adapter associated with the specified type.
getAdapterName() - Method in interface javax.resource.cci.ResourceAdapterMetaData
Gets a tool displayable name of the resource adapter.
getAdapterShortDescription() - Method in interface javax.resource.cci.ResourceAdapterMetaData
Gets a tool displayable short desription of the resource adapter.
getAdapterVendorName() - Method in interface javax.resource.cci.ResourceAdapterMetaData
Gets the name of the vendor that has provided the resource adapter.
getAdapterVersion() - Method in interface javax.resource.cci.ResourceAdapterMetaData
Gets the version of the resource adapter.
getAddress() - Method in class javax.mail.internet.InternetAddress
Get the email address.
getAddress() - Method in class javax.mail.search.AddressTerm
Return the address to match with.
getAddress() - Method in interface javax.xml.registry.infomodel.EmailAddress
Returns the email address for this object.
getAfterPhaseListener() - Method in class javax.faces.component.UIViewRoot
 
getAllAttributes() - Method in interface javax.xml.soap.SOAPElement
Returns an Iterator over all of the attribute Name objects in this SOAPElement object.
getAllAttributesAsQNames() - Method in interface javax.xml.soap.SOAPElement
Returns an Iterator over all of the attributes in this SOAPElement as QName objects.
getAllCommands(String) - Method in class javax.activation.CommandMap
Get all the available commands for this type.
getAllCommands(String, DataSource) - Method in class javax.activation.CommandMap
Get all the available commands for this type.
getAllCommands() - Method in class javax.activation.DataHandler
Return all the commands for this type of data.
getAllCommands(String) - Method in class javax.activation.MailcapCommandMap
Get all the available commands in all mailcap files known to this instance of MailcapCommandMap for this MIME type.
getAllHeaderLines() - Method in class javax.mail.internet.InternetHeaders
Return all the header lines as an Enumeration of Strings.
getAllHeaderLines() - Method in class javax.mail.internet.MimeBodyPart
Get all header lines as an Enumeration of Strings.
getAllHeaderLines() - Method in class javax.mail.internet.MimeMessage
Get all header lines as an Enumeration of Strings.
getAllHeaderLines() - Method in interface javax.mail.internet.MimePart
Get all header lines as an Enumeration of Strings.
getAllHeaders() - Method in class javax.mail.internet.InternetHeaders
Return all the headers as an Enumeration of Header objects.
getAllHeaders() - Method in class javax.mail.internet.MimeBodyPart
Return all the headers from this Message as an Enumeration of Header objects.
getAllHeaders() - Method in class javax.mail.internet.MimeMessage
Return all the headers from this Message as an enumeration of Header objects.
getAllHeaders() - Method in interface javax.mail.Part
Return all the headers from this part as an Enumeration of Header objects.
getAllHeaders() - Method in class javax.xml.soap.MimeHeaders
Returns all the MimeHeaders in this MimeHeaders object.
getAllMimeHeaders() - Method in class javax.xml.soap.AttachmentPart
Retrieves all the headers for this AttachmentPart object as an iterator over the MimeHeader objects.
getAllMimeHeaders() - Method in class javax.xml.soap.SOAPPart
Retrieves all the headers for this SOAPPart object as an iterator over the MimeHeader objects.
getAllRecipients() - Method in class javax.mail.internet.MimeMessage
Get all the recipient addresses for the message.
getAllRecipients() - Method in class javax.mail.Message
Get all the recipient addresses for the message.
getAlt() - Method in class javax.faces.component.html.HtmlCommandButton
Return the value of the alt property.
getAlt() - Method in class javax.faces.component.html.HtmlGraphicImage
Return the value of the alt property.
getAlt() - Method in class javax.faces.component.html.HtmlInputSecret
Return the value of the alt property.
getAlt() - Method in class javax.faces.component.html.HtmlInputText
Return the value of the alt property.
getApplication() - Method in class javax.faces.application.ApplicationFactory
Create (if needed) and return an Application instance for this web application.
getApplication() - Method in class javax.faces.context.FacesContext
Return the Application instance associated with this web application.
getApplicationMap() - Method in class javax.faces.context.ExternalContext
Return a mutable Map representing the application scope attributes for the current application.
getAreaCode() - Method in interface javax.xml.registry.infomodel.TelephoneNumber
Gets the area code.
getAsObject(FacesContext, UIComponent, String) - Method in class javax.faces.convert.BigDecimalConverter
 
getAsObject(FacesContext, UIComponent, String) - Method in class javax.faces.convert.BigIntegerConverter
 
getAsObject(FacesContext, UIComponent, String) - Method in class javax.faces.convert.BooleanConverter
 
getAsObject(FacesContext, UIComponent, String) - Method in class javax.faces.convert.ByteConverter
 
getAsObject(FacesContext, UIComponent, String) - Method in class javax.faces.convert.CharacterConverter
 
getAsObject(FacesContext, UIComponent, String) - Method in interface javax.faces.convert.Converter
Convert the specified string value, which is associated with the specified UIComponent, into a model data object that is appropriate for being stored during the Apply Request Values phase of the request processing lifecycle.
getAsObject(FacesContext, UIComponent, String) - Method in class javax.faces.convert.DateTimeConverter
 
getAsObject(FacesContext, UIComponent, String) - Method in class javax.faces.convert.DoubleConverter
 
getAsObject(FacesContext, UIComponent, String) - Method in class javax.faces.convert.EnumConverter
Convert the argument value to one of the enum constants of the class provided in our constructor.
getAsObject(FacesContext, UIComponent, String) - Method in class javax.faces.convert.FloatConverter
 
getAsObject(FacesContext, UIComponent, String) - Method in class javax.faces.convert.IntegerConverter
 
getAsObject(FacesContext, UIComponent, String) - Method in class javax.faces.convert.LongConverter
 
getAsObject(FacesContext, UIComponent, String) - Method in class javax.faces.convert.NumberConverter
 
getAsObject(FacesContext, UIComponent, String) - Method in class javax.faces.convert.ShortConverter
 
getAssociatedObjects() - Method in interface javax.xml.registry.infomodel.RegistryObject
Returns the collection of RegistryObject instances associated with this object.
getAssociations() - Method in interface javax.xml.registry.infomodel.RegistryObject
Gets all Associations where this object is source.
getAssociationType() - Method in interface javax.xml.registry.infomodel.Association
Gets the association type for this Association.
getAsString(FacesContext, UIComponent, Object) - Method in class javax.faces.convert.BigDecimalConverter
 
getAsString(FacesContext, UIComponent, Object) - Method in class javax.faces.convert.BigIntegerConverter
 
getAsString(FacesContext, UIComponent, Object) - Method in class javax.faces.convert.BooleanConverter
 
getAsString(FacesContext, UIComponent, Object) - Method in class javax.faces.convert.ByteConverter
 
getAsString(FacesContext, UIComponent, Object) - Method in class javax.faces.convert.CharacterConverter
 
getAsString(FacesContext, UIComponent, Object) - Method in interface javax.faces.convert.Converter
Convert the specified model object value, which is associated with the specified UIComponent, into a String that is suitable for being included in the response generated during the Render Response phase of the request processing lifeycle.
getAsString(FacesContext, UIComponent, Object) - Method in class javax.faces.convert.DateTimeConverter
 
getAsString(FacesContext, UIComponent, Object) - Method in class javax.faces.convert.DoubleConverter
 
getAsString(FacesContext, UIComponent, Object) - Method in class javax.faces.convert.EnumConverter
Convert the enum constant given by the value argument into a String.
getAsString(FacesContext, UIComponent, Object) - Method in class javax.faces.convert.FloatConverter
 
getAsString(FacesContext, UIComponent, Object) - Method in class javax.faces.convert.IntegerConverter
 
getAsString(FacesContext, UIComponent, Object) - Method in class javax.faces.convert.LongConverter
 
getAsString(FacesContext, UIComponent, Object) - Method in class javax.faces.convert.NumberConverter
 
getAsString(FacesContext, UIComponent, Object) - Method in class javax.faces.convert.ShortConverter
 
getAttachment(SOAPElement) - Method in class javax.xml.soap.SOAPMessage
Returns an AttachmentPart object that is associated with an attachment that is referenced by this SOAPElement or null if no such attachment exists.
getAttachmentAsByteArray(String) - Method in class javax.xml.bind.attachment.AttachmentUnmarshaller
Retrieve the attachment identified by content-id, cid, as a byte[].
getAttachmentAsDataHandler(String) - Method in class javax.xml.bind.attachment.AttachmentUnmarshaller
Lookup MIME content by content-id, cid, and return as a DataHandler.
getAttachmentMarshaller() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
 
getAttachmentMarshaller() - Method in interface javax.xml.bind.Marshaller
 
getAttachments() - Method in class javax.xml.soap.SOAPMessage
Retrieves all the AttachmentPart objects that are part of this SOAPMessage object.
getAttachments(MimeHeaders) - Method in class javax.xml.soap.SOAPMessage
Retrieves all the AttachmentPart objects that have header entries that match the specified headers.
getAttachmentUnmarshaller() - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
getAttachmentUnmarshaller() - Method in interface javax.xml.bind.Unmarshaller
 
getAttribute(ObjectName, String) - Method in interface javax.management.j2ee.Management
Gets the value of a specific attribute of a named managed object.
getAttribute(String) - Method in interface javax.servlet.http.HttpSession
Returns the object bound with the specified name in this session, or null if no object is bound under the name.
getAttribute(String) - Method in class javax.servlet.jsp.JspContext
Returns the object associated with the name in the page scope or null if not found.
getAttribute(String, int) - Method in class javax.servlet.jsp.JspContext
Return the object associated with the name in the specified scope or null if not found.
getAttribute(String) - Method in class javax.servlet.jsp.tagext.TagData
The value of the attribute.
getAttribute(String) - Method in interface javax.servlet.ServletContext
Returns the servlet container attribute with the given name, or null if there is no attribute by that name.
getAttribute(String) - Method in interface javax.servlet.ServletRequest
Returns the value of the named attribute as an Object, or null if no attribute of the given name exists.
getAttribute(String) - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to call getAttribute(String name) on the wrapped request object.
getAttributeByName(QName) - Method in interface javax.xml.stream.events.StartElement
Returns the attribute referred to by this name
getAttributeCount() - Method in class javax.xml.stream.util.StreamReaderDelegate
 
getAttributeCount() - Method in interface javax.xml.stream.XMLStreamReader
Returns the count of attributes on this START_ELEMENT, this method is only valid on a START_ELEMENT or ATTRIBUTE.
getAttributeLocalName(int) - Method in class javax.xml.stream.util.StreamReaderDelegate
 
getAttributeLocalName(int) - Method in interface javax.xml.stream.XMLStreamReader
Returns the localName of the attribute at the provided index
getAttributeName(int) - Method in class javax.xml.stream.util.StreamReaderDelegate
 
getAttributeName(int) - Method in interface javax.xml.stream.XMLStreamReader
Returns the qname of the attribute at the provided index
getAttributeNames() - Method in interface javax.enterprise.deploy.model.DDBean
Returns the list of attribute names associated with the XML element.
getAttributeNames() - Method in interface javax.servlet.http.HttpSession
Returns an Enumeration of String objects containing the names of all the objects bound to this session.
getAttributeNames() - Method in interface javax.servlet.ServletContext
Returns an Enumeration containing the attribute names available within this servlet context.
getAttributeNames() - Method in interface javax.servlet.ServletRequest
Returns an Enumeration containing the names of the attributes available to this request.
getAttributeNames() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getAttributeNames() on the wrapped request object.
getAttributeNamesInScope(int) - Method in class javax.servlet.jsp.JspContext
Enumerate all the attributes in a given scope.
getAttributeNamespace(int) - Method in class javax.xml.stream.util.StreamReaderDelegate
 
getAttributeNamespace(int) - Method in interface javax.xml.stream.XMLStreamReader
Returns the namespace of the attribute at the provided index
getAttributePrefix(int) - Method in class javax.xml.stream.util.StreamReaderDelegate
 
getAttributePrefix(int) - Method in interface javax.xml.stream.XMLStreamReader
Returns the prefix of this attribute at the provided index
getAttributes() - Method in class javax.faces.component.UIComponent
Return a mutable Map representing the attributes (and properties, see below) associated wth this UIComponent, keyed by attribute name (which must be a String).
getAttributes() - Method in class javax.faces.component.UIComponentBase
 
getAttributes(ObjectName, String[]) - Method in interface javax.management.j2ee.Management
Enables the values of several attributes of a named managed object.
getAttributes() - Method in class javax.servlet.jsp.tagext.TagData
Enumerates the attributes.
getAttributes() - Method in class javax.servlet.jsp.tagext.TagInfo
Attribute information (in the TLD) on this tag.
getAttributes() - Method in interface javax.xml.stream.events.StartElement
Returns an Iterator of non-namespace declared attributes declared on this START_ELEMENT, returns an empty iterator if there are no attributes.
getAttributesScope(String) - Method in class javax.servlet.jsp.JspContext
Get the scope where a given attribute is defined.
getAttributeString(String) - Method in class javax.servlet.jsp.tagext.TagData
Get the value for a given attribute.
getAttributeType(int) - Method in class javax.xml.stream.util.StreamReaderDelegate
 
getAttributeType(int) - Method in interface javax.xml.stream.XMLStreamReader
Returns the XML type of the attribute at the provided index
getAttributeValue(String) - Method in interface javax.enterprise.deploy.model.DDBean
Returns the string value of the named attribute.
getAttributeValue(Name) - Method in interface javax.xml.soap.SOAPElement
Returns the value of the attribute with the specified name.
getAttributeValue(QName) - Method in interface javax.xml.soap.SOAPElement
Returns the value of the attribute with the specified qname.
getAttributeValue(String, String) - Method in class javax.xml.stream.util.StreamReaderDelegate
 
getAttributeValue(int) - Method in class javax.xml.stream.util.StreamReaderDelegate
 
getAttributeValue(String, String) - Method in interface javax.xml.stream.XMLStreamReader
Returns the normalized attribute value of the attribute with the namespace and localName If the namespaceURI is null the namespace is not checked for equality
getAttributeValue(int) - Method in interface javax.xml.stream.XMLStreamReader
Returns the value of the attribute at the index
getAuditTrail() - Method in interface javax.xml.registry.infomodel.RegistryObject
Returns the complete audit trail of all requests that effected a state change in this object as an ordered Collection of AuditableEvent objects.
getAuthType() - Method in class javax.faces.context.ExternalContext
Return the name of the authentication scheme used to authenticate the current user, if any; otherwise, return null.
getAuthType() - Method in interface javax.servlet.http.HttpServletRequest
Returns the name of the authentication scheme used to protect the servlet.
getAuthType() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getAuthType() on the wrapped request object.
getAutocomplete() - Method in class javax.faces.component.html.HtmlInputSecret
Return the value of the autocomplete property.
getAutocomplete() - Method in class javax.faces.component.html.HtmlInputText
Return the value of the autocomplete property.
getAvailableModules(ModuleType, Target[]) - Method in interface javax.enterprise.deploy.spi.DeploymentManager
Retrieve the list of all J2EE application modules running or not running on the identified targets.
getBase64Content() - Method in class javax.xml.soap.AttachmentPart
Returns an InputStream which can be used to obtain the content of AttachmentPart as Base64 encoded character data, this method would base64 encode the raw bytes of the attachment and return.
getBaseType() - Method in class javax.activation.MimeType
Return a String representation of this object without the parameter list.
getBaseType() - Method in class javax.mail.internet.ContentType
Return the MIME type string, without the parameters.
getBaseURI() - Method in interface javax.xml.stream.events.EntityDeclaration
Get the base URI for this reference or null if this information is not available
getBean(CommandInfo) - Method in class javax.activation.DataHandler
A convenience method that takes a CommandInfo object and instantiates the corresponding command, usually a JavaBean component.
getBean() - Method in class javax.enterprise.deploy.model.XpathEvent
The bean being added/removed/changed.
getBeanProperty(String) - Method in class javax.el.BeanELResolver.BeanProperties
 
getBeforePhaseListener() - Method in class javax.faces.component.UIViewRoot
 
getBgcolor() - Method in class javax.faces.component.html.HtmlDataTable
Return the value of the bgcolor property.
getBgcolor() - Method in class javax.faces.component.html.HtmlPanelGrid
Return the value of the bgcolor property.
getBinding() - Method in interface javax.xml.ws.BindingProvider
Get the Binding for this binding provider.
getBinding() - Method in class javax.xml.ws.Endpoint
Returns the binding for this endpoint.
getBindingID() - Method in interface javax.xml.ws.handler.PortInfo
Gets the URI identifying the binding used by the port being accessed.
getBody() - Method in interface javax.xml.soap.SOAPEnvelope
Returns the SOAPBody object associated with this SOAPEnvelope object.
getBodyContent() - Method in class javax.faces.webapp.UIComponentClassicTagBase
 
getBodyContent() - Method in class javax.servlet.jsp.tagext.BodyTagSupport
Get current bodyContent.
getBodyContent() - Method in class javax.servlet.jsp.tagext.TagInfo
The bodycontent information for this tag.
getBodyLength() - Method in interface javax.jms.BytesMessage
Gets the number of bytes of the message body when the message is in read-only mode.
getBodyPart(int) - Method in class javax.mail.internet.MimeMultipart
Get the specified BodyPart.
getBodyPart(String) - Method in class javax.mail.internet.MimeMultipart
Get the MimeBodyPart referred to by the given ContentID (CID).
getBodyPart(int) - Method in class javax.mail.Multipart
Get the specified Part.
getBodyPart(int) - Method in interface javax.mail.MultipartDataSource
Get the specified Part.
getBoolean(String) - Method in interface javax.jms.MapMessage
Returns the boolean value with the specified name.
getBooleanProperty(String) - Method in interface javax.jms.Message
Returns the value of the boolean property with the specified name.
getBorder() - Method in class javax.faces.component.html.HtmlDataTable
Return the value of the border property.
getBorder() - Method in class javax.faces.component.html.HtmlPanelGrid
Return the value of the border property.
getBorder() - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
Return the value of the border property.
getBorder() - Method in class javax.faces.component.html.HtmlSelectOneRadio
Return the value of the border property.
getBranchQualifier() - Method in interface javax.transaction.xa.Xid
Obtain the transaction branch identifier part of XID as an array of bytes.
getBufferSize() - Method in class javax.servlet.jsp.JspWriter
This method returns the size of the buffer used by the JspWriter.
getBufferSize() - Method in interface javax.servlet.ServletResponse
Returns the actual buffer size used for the response.
getBufferSize() - Method in class javax.servlet.ServletResponseWrapper
The default behavior of this method is to return getBufferSize() on the wrapped response object.
getBuilder() - Method in class javax.xml.bind.annotation.W3CDomHandler
 
getBulkResponse(String) - Method in interface javax.xml.registry.RegistryService
Returns the BulkResponse associated with specified requestId.
getBusinessLifeCycleManager() - Method in interface javax.xml.registry.RegistryService
Returns the BusinessLifeCycleManager object implemented by the JAXR provider.
getBusinessObject(Class<T>) - Method in interface javax.ejb.SessionContext
Obtain an object that can be used to invoke the current bean through the given business interface.
getBusinessQueryManager() - Method in interface javax.xml.registry.RegistryService
Returns the BusinessQueryManager object implemented by the JAXR provider.
getByte(String) - Method in interface javax.jms.MapMessage
Returns the byte value with the specified name.
getByteProperty(String) - Method in interface javax.jms.Message
Returns the value of the byte property with the specified name.
getBytes(String) - Method in interface javax.jms.MapMessage
Returns the byte array value with the specified name.
getCallerIdentity() - Method in interface javax.ejb.EJBContext
Deprecated. Use Principal getCallerPrincipal() instead.
getCallerPrincipal() - Method in interface javax.ejb.EJBContext
Obtain the java.security.Principal that identifies the caller.
getCalls(QName) - Method in interface javax.xml.rpc.Service
Gets an array of preconfigured Call objects for invoking operations on the specified port.
getCapabilityLevel() - Method in interface javax.xml.registry.CapabilityProfile
Gets the capability level supported by the JAXR provider.
getCapabilityProfile() - Method in interface javax.xml.registry.RegistryService
Returns the CapabilityProfile for the JAXR provider.
getCaptionClass() - Method in class javax.faces.component.html.HtmlDataTable
Return the value of the captionClass property.
getCaptionClass() - Method in class javax.faces.component.html.HtmlPanelGrid
Return the value of the captionClass property.
getCaptionStyle() - Method in class javax.faces.component.html.HtmlDataTable
Return the value of the captionStyle property.
getCaptionStyle() - Method in class javax.faces.component.html.HtmlPanelGrid
Return the value of the captionStyle property.
getCause() - Method in exception javax.faces.FacesException
Return the cause of this exception, or null if the cause is nonexistent or unknown.
getCause() - Method in exception javax.mail.MessagingException
Overrides the getCause method of Throwable to return the next exception in the chain of nested exceptions.
getCause() - Method in exception javax.xml.bind.JAXBException
 
getCause() - Method in exception javax.xml.registry.JAXRException
Returns the Throwable embedded in this JAXRException if there is one.
getCause() - Method in exception javax.xml.soap.SOAPException
Returns the Throwable object embedded in this SOAPException if there is one.
getCausedByException() - Method in exception javax.ejb.EJBException
Obtain the exception that caused the EJBException being thrown.
getCellpadding() - Method in class javax.faces.component.html.HtmlDataTable
Return the value of the cellpadding property.
getCellpadding() - Method in class javax.faces.component.html.HtmlPanelGrid
Return the value of the cellpadding property.
getCellspacing() - Method in class javax.faces.component.html.HtmlDataTable
Return the value of the cellspacing property.
getCellspacing() - Method in class javax.faces.component.html.HtmlPanelGrid
Return the value of the cellspacing property.
getChangeEvent() - Method in class javax.enterprise.deploy.model.XpathEvent
 
getChar(String) - Method in interface javax.jms.MapMessage
Returns the Unicode character value with the specified name.
getCharacterEncoding() - Method in class javax.faces.context.ResponseWriter
Return the character encoding (such as "ISO-8859-1") for this ResponseWriter.
getCharacterEncoding() - Method in class javax.faces.context.ResponseWriterWrapper
The default behavior of this method is to call ResponseWriter.getCharacterEncoding() on the wrapped ResponseWriter object.
getCharacterEncoding() - Method in interface javax.servlet.ServletRequest
Returns the name of the character encoding used in the body of this request.
getCharacterEncoding() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getCharacterEncoding() on the wrapped request object.
getCharacterEncoding() - Method in interface javax.servlet.ServletResponse
Returns the name of the character encoding (MIME charset) used for the body sent in this response.
getCharacterEncoding() - Method in class javax.servlet.ServletResponseWrapper
The default behavior of this method is to return getCharacterEncoding() on the wrapped response object.
getCharacterEncodingScheme() - Method in interface javax.xml.stream.events.StartDocument
Returns the encoding style of the XML data
getCharacterEncodingScheme() - Method in class javax.xml.stream.util.StreamReaderDelegate
 
getCharacterEncodingScheme() - Method in interface javax.xml.stream.XMLStreamReader
Returns the character encoding declared on the xml declaration Returns null if none was declared
getCharacterOffset() - Method in interface javax.xml.stream.Location
Return the byte or character offset into the input source this location is pointing to.
getCharset() - Method in class javax.faces.component.html.HtmlCommandLink
Return the value of the charset property.
getCharset() - Method in class javax.faces.component.html.HtmlOutputLink
Return the value of the charset property.
getCharsetName() - Method in interface javax.xml.registry.infomodel.LocalizedString
Gets the canonical name for the charset for this object.
getChildBean(String) - Method in interface javax.enterprise.deploy.model.DDBean
Return a list of DDBeans based upon the XPath.
getChildBean(String) - Method in interface javax.enterprise.deploy.model.DeployableObject
Return an array of standard beans representing the XML content returned based upon the XPath.
getChildBean(ModuleType, String) - Method in interface javax.enterprise.deploy.model.J2eeApplicationObject
Return a list of DDBean based upon an XPath; all deployment descriptors of the specified type are searched.
getChildConceptCount() - Method in interface javax.xml.registry.infomodel.ClassificationScheme
Gets number of children.
getChildConceptCount() - Method in interface javax.xml.registry.infomodel.Concept
Gets number of children.
getChildCount() - Method in class javax.faces.component.UIComponent
Return the number of child UIComponents that are associated with this UIComponent.
getChildCount() - Method in class javax.faces.component.UIComponentBase
 
getChildElements() - Method in interface javax.xml.soap.SOAPElement
Returns an Iterator over all the immediate child Nodes of this element.
getChildElements(Name) - Method in interface javax.xml.soap.SOAPElement
Returns an Iterator over all the immediate child Nodes of this element with the specified name.
getChildElements(QName) - Method in interface javax.xml.soap.SOAPElement
Returns an Iterator over all the immediate child Nodes of this element with the specified qname.
getChildOrganizationCount() - Method in interface javax.xml.registry.infomodel.Organization
Gets number of children.
getChildOrganizations() - Method in interface javax.xml.registry.infomodel.Organization
Gets all immediate children Organizations.
getChildren() - Method in class javax.faces.component.UIComponent
Return a mutable List representing the child UIComponents associated with this component.
getChildren() - Method in class javax.faces.component.UIComponentBase
 
getChildrenConcepts() - Method in interface javax.xml.registry.infomodel.ClassificationScheme
Gets all immediate children Concepts.
getChildrenConcepts() - Method in interface javax.xml.registry.infomodel.Concept
Gets all immediate children Concepts.
getChildTargetModuleID() - Method in interface javax.enterprise.deploy.spi.TargetModuleID
Retrieve a list of identifiers of the children of this deployed module.
getCity() - Method in interface javax.xml.registry.infomodel.PostalAddress
Returns the city.
getClassFromScope(String) - Method in interface javax.enterprise.deploy.model.DeployableObject
Retrieve the specified class from this deployable module.
getClassifications() - Method in interface javax.xml.registry.infomodel.RegistryObject
Gets the Classification instances that classify this object.
getClassificationScheme() - Method in interface javax.xml.registry.infomodel.Classification
Gets the ClassificationScheme that is used in classifying the object.
getClassificationScheme() - Method in interface javax.xml.registry.infomodel.Concept
Gets the ClassificationScheme that this Concept is a descendent of.
getClassifiedObject() - Method in interface javax.xml.registry.infomodel.Classification
Gets the Object that is being classified.
getClassLoader() - Method in interface javax.persistence.spi.PersistenceUnitInfo
Returns ClassLoader that the provider may use to load any classes, resources, or open URLs.
getClassName() - Method in class javax.mail.Provider
Returns name of the class that implements the protocol
getClassName() - Method in class javax.servlet.jsp.tagext.TagVariableInfo
The body of the <variable-class> element.
getClassName() - Method in class javax.servlet.jsp.tagext.VariableInfo
Returns the type of this variable.
getClientConfiguration(TargetModuleID) - Method in interface javax.enterprise.deploy.spi.status.ProgressObject
Return the ClientConfiguration object associated with the TargetModuleID.
getClientId(FacesContext) - Method in class javax.faces.component.UIComponent
Return a client-side identifier for this component, generating one if necessary.
getClientId(FacesContext) - Method in class javax.faces.component.UIComponentBase
 
getClientId(FacesContext) - Method in class javax.faces.component.UIData
Return a client identifier for this component that includes the current value of the rowIndex property, if it is not set to -1.
getClientID() - Method in interface javax.jms.Connection
Gets the client identifier for this connection.
getClientIdsWithMessages() - Method in class javax.faces.context.FacesContext
Return an Iterator over the client identifiers for which at least one FacesMessage has been queued.
getCloseCount() - Method in interface javax.management.j2ee.statistics.JCAConnectionPoolStats
The number of connections closed
getCloseCount() - Method in interface javax.management.j2ee.statistics.JDBCConnectionPoolStats
Number of connections closed.
getCollection() - Method in interface javax.xml.registry.BulkResponse
Get the Collection of objects returned as a response of a bulk operation.
getCols() - Method in class javax.faces.component.html.HtmlInputTextarea
Return the value of the cols property.
getColumnClasses() - Method in class javax.faces.component.html.HtmlDataTable
Return the value of the columnClasses property.
getColumnClasses() - Method in class javax.faces.component.html.HtmlPanelGrid
Return the value of the columnClasses property.
getColumnNumber() - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
 
getColumnNumber() - Method in interface javax.xml.bind.ValidationEventLocator
Return the column number if available
getColumnNumber() - Method in interface javax.xml.stream.Location
Return the column number where the current event ends, returns -1 if none is available.
getColumns() - Method in class javax.faces.component.html.HtmlPanelGrid
Return the value of the columns property.
getCommand(String, String) - Method in class javax.activation.CommandMap
Get the default command corresponding to the MIME type.
getCommand(String, String, DataSource) - Method in class javax.activation.CommandMap
Get the default command corresponding to the MIME type.
getCommand(String) - Method in class javax.activation.DataHandler
Get the command cmdName.
getCommand(String, String) - Method in class javax.activation.MailcapCommandMap
Get the command corresponding to cmdName for the MIME type.
getCommand() - Method in interface javax.enterprise.deploy.spi.status.DeploymentStatus
Retrieve the deployment CommandType of this event.
getCommandClass() - Method in class javax.activation.CommandInfo
Return the command's class name.
getCommandName() - Method in class javax.activation.CommandInfo
Return the command verb.
getCommandObject(DataHandler, ClassLoader) - Method in class javax.activation.CommandInfo
Return the instantiated JavaBean component.
getCommandType(int) - Static method in class javax.enterprise.deploy.shared.CommandType
Return an object of the specified value.
getComment() - Method in class javax.servlet.http.Cookie
Returns the comment describing the purpose of this cookie, or null if the cookie has no comment.
getCommittedCount() - Method in interface javax.management.j2ee.statistics.JTAStats
Number of committed transactions.
getCommonPropertyType(ELContext, Object) - Method in class javax.el.ArrayELResolver
If the base object is a Java language array, returns the most general type that this resolver accepts for the property argument.
getCommonPropertyType(ELContext, Object) - Method in class javax.el.BeanELResolver
If the base object is not null, returns the most general type that this resolver accepts for the property argument.
getCommonPropertyType(ELContext, Object) - Method in class javax.el.CompositeELResolver
Returns the most general type that this resolver accepts for the property argument, given a base object.
getCommonPropertyType(ELContext, Object) - Method in class javax.el.ELResolver
Returns the most general type that this resolver accepts for the property argument, given a base object.
getCommonPropertyType(ELContext, Object) - Method in class javax.el.ListELResolver
If the base object is a list, returns the most general type that this resolver accepts for the property argument.
getCommonPropertyType(ELContext, Object) - Method in class javax.el.MapELResolver
If the base object is a map, returns the most general type that this resolver accepts for the property argument.
getCommonPropertyType(ELContext, Object) - Method in class javax.el.ResourceBundleELResolver
If the base object is a ResourceBundle, returns the most general type that this resolver accepts for the property argument.
getCommonPropertyType(ELContext, Object) - Method in class javax.servlet.jsp.el.ImplicitObjectELResolver
If the base object is null, returns String.class.
getCommonPropertyType(ELContext, Object) - Method in class javax.servlet.jsp.el.ScopedAttributeELResolver
If the base object is null, returns String.class.
getComparison() - Method in class javax.mail.search.DateTerm
Return the type of comparison.
getComparison() - Method in class javax.mail.search.IntegerComparisonTerm
Return the type of comparison.
getComponent() - Method in class javax.faces.event.FacesEvent
Return the source UIComponent that sent this event.
getComponentInstance() - Method in class javax.faces.webapp.UIComponentClassicTagBase
Return the UIComponent instance that is associated with this tag instance.
getComponentInstance() - Method in class javax.faces.webapp.UIComponentTagBase
Return the UIComponent instance that is associated with this tag instance.
getComponentStateToRestore(FacesContext) - Method in class javax.faces.render.ResponseStateManager
Deprecated. This method has been replaced by ResponseStateManager.getState(javax.faces.context.FacesContext, java.lang.String). The default implementation returns null.
getComponentStateToSave(FacesContext) - Method in class javax.faces.application.StateManager
Deprecated. the distinction between tree structure and component state is now an implementation detail. The default implementation returns null.
getComponentStateToSave(FacesContext) - Method in class javax.faces.application.StateManagerWrapper
The default behavior of this method is to call StateManager.getComponentStateToSave(javax.faces.context.FacesContext) on the wrapped StateManager object.
getComponentType() - Method in class javax.faces.webapp.UIComponentTagBase
Return the component type for the component that is or will be bound to this tag.
getComponentTypes() - Method in class javax.faces.application.Application
Return an Iterator over the set of currently defined component types for this Application.
getConcept() - Method in interface javax.xml.registry.infomodel.Classification
Gets the Concept that is classifying the object.
getConnection() - Method in interface javax.resource.cci.ConnectionFactory
Gets a connection to an EIS instance.
getConnection(ConnectionSpec) - Method in interface javax.resource.cci.ConnectionFactory
Gets a connection to an EIS instance.
getConnection() - Method in interface javax.resource.cci.Interaction
Gets the Connection associated with the Interaction.
getConnection(Subject, ConnectionRequestInfo) - Method in interface javax.resource.spi.ManagedConnection
Creates a new connection handle for the underlying physical connection represented by the ManagedConnection instance.
getConnectionFactory() - Method in interface javax.management.j2ee.statistics.JCAConnectionStats
Returns the associated JCAConnectionFactory OBJECT_NAME
getConnectionHandle() - Method in class javax.resource.spi.ConnectionEvent
Get the connection handle associated with the Managed Connection instance.
getConnectionPools() - Method in interface javax.management.j2ee.statistics.JCAStats
Returns an array of JCAConnectionPool Stats that provide statistics about the connection pools associated with the referencing JCA resource statistics
getConnectionPools() - Method in interface javax.management.j2ee.statistics.JDBCStats
 
getConnections() - Method in interface javax.management.j2ee.statistics.JCAStats
Returns an array of JCAConnectionStats that provide statistics about the non-pooled connections associated with the referencing JCA resource statistics
getConnections() - Method in interface javax.management.j2ee.statistics.JDBCStats
 
getConnections() - Method in interface javax.management.j2ee.statistics.JMSStats
Returns an array of JMSConnectionStats that provide statistics about the connections associated with the referencing JMS resource.
getConsumers() - Method in interface javax.management.j2ee.statistics.JMSSessionStats
Returns an array of JMSConsumerStats that provide statistics about the message consumers associated with the referencing JMS session statistics.
getContainerClientId(FacesContext) - Method in class javax.faces.component.UIComponent
Allow components that implement NamingContainer to selectively disable prepending their clientId to their descendent's clientIds by breaking the prepending logic into a seperately callable method.
getContainerClientId(FacesContext) - Method in class javax.faces.component.UIForm
Override the UIComponent.getContainerClientId(javax.faces.context.FacesContext) to allow users to disable this form from prepending its clientId to its descendent's clientIds depending on the value of this form's UIForm.isPrependId() property.
getContent(DataSource) - Method in interface javax.activation.DataContentHandler
Return an object representing the data in its most preferred form.
getContent() - Method in class javax.activation.DataHandler
Return the data in its preferred Object form.
getContent() - Method in class javax.mail.internet.MimeBodyPart
Return the content as a java object.
getContent() - Method in class javax.mail.internet.MimeMessage
Return the content as a Java object.
getContent() - Method in interface javax.mail.Part
Return the content as a Java object.
getContent() - Method in class javax.xml.soap.AttachmentPart
Gets the content of this AttachmentPart object as a Java object.
getContent() - Method in class javax.xml.soap.SOAPPart
Returns the content of the SOAPEnvelope as a JAXP Source object.
getContentDescription() - Method in class javax.xml.soap.SOAPMessage
Retrieves a description of this SOAPMessage object's content.
getContentID() - Method in class javax.mail.internet.MimeBodyPart
Returns the value of the "Content-ID" header field.
getContentID() - Method in class javax.mail.internet.MimeMessage
Returns the value of the "Content-ID" header field.
getContentID() - Method in interface javax.mail.internet.MimePart
Get the Content-ID of this part.
getContentId() - Method in class javax.xml.soap.AttachmentPart
Gets the value of the MIME header whose name is "Content-ID".
getContentId() - Method in class javax.xml.soap.SOAPPart
Retrieves the value of the MIME header whose name is "Content-Id".
getContentLanguage() - Method in class javax.mail.internet.MimeBodyPart
Get the languages specified in the Content-Language header of this MimePart.
getContentLanguage() - Method in class javax.mail.internet.MimeMessage
Get the languages specified in the "Content-Language" header field of this message.
getContentLanguage() - Method in interface javax.mail.internet.MimePart
Get the language tags specified in the Content-Language header of this MimePart.
getContentLength() - Method in interface javax.servlet.ServletRequest
Returns the length, in bytes, of the request body and made available by the input stream, or -1 if the length is not known.
getContentLength() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getContentLength() on the wrapped request object.
getContentLocation() - Method in class javax.xml.soap.AttachmentPart
Gets the value of the MIME header whose name is "Content-Location".
getContentLocation() - Method in class javax.xml.soap.SOAPPart
Retrieves the value of the MIME header whose name is "Content-Location".
getContentMD5() - Method in class javax.mail.internet.MimeBodyPart
Return the value of the "Content-MD5" header field.
getContentMD5() - Method in class javax.mail.internet.MimeMessage
Return the value of the "Content-MD5" header field.
getContentMD5() - Method in interface javax.mail.internet.MimePart
Get the Content-MD5 digest of this part.
getContentStream() - Method in class javax.mail.internet.MimeBodyPart
Produce the raw bytes of the content.
getContentStream() - Method in class javax.mail.internet.MimeMessage
Produce the raw bytes of the content.
getContentType() - Method in class javax.activation.DataHandler
Return the MIME type of this object as retrieved from the source object.
getContentType() - Method in interface javax.activation.DataSource
This method returns the MIME type of the data in the form of a string.
getContentType() - Method in class javax.activation.FileDataSource
This method returns the MIME type of the data in the form of a string.
getContentType(File) - Method in class javax.activation.FileTypeMap
Return the type of the file object.
getContentType(String) - Method in class javax.activation.FileTypeMap
Return the type of the file passed in.
getContentType(File) - Method in class javax.activation.MimetypesFileTypeMap
Return the MIME type of the file object.
getContentType(String) - Method in class javax.activation.MimetypesFileTypeMap
Return the MIME type based on the specified file name.
getContentType() - Method in class javax.activation.URLDataSource
Returns the value of the URL content-type header field.
getContentType() - Method in class javax.faces.context.ResponseWriter
Return the content type (such as "text/html") for this ResponseWriter.
getContentType() - Method in class javax.faces.context.ResponseWriterWrapper
The default behavior of this method is to call ResponseWriter.getContentType() on the wrapped ResponseWriter object.
getContentType() - Method in class javax.mail.internet.MimeBodyPart
Returns the value of the RFC 822 "Content-Type" header field.
getContentType() - Method in class javax.mail.internet.MimeMessage
Returns the value of the RFC 822 "Content-Type" header field.
getContentType() - Method in class javax.mail.internet.MimePartDataSource
Returns the content-type of this DataSource.
getContentType() - Method in class javax.mail.Multipart
Return the content-type of this Multipart.
getContentType() - Method in interface javax.mail.Part
Returns the Content-Type of the content of this part.
getContentType() - Method in class javax.mail.util.ByteArrayDataSource
Get the MIME content type of the data.
getContentType() - Method in interface javax.servlet.ServletRequest
Returns the MIME type of the body of the request, or null if the type is not known.
getContentType() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getContentType() on the wrapped request object.
getContentType() - Method in interface javax.servlet.ServletResponse
Returns the content type used for the MIME body sent in this response.
getContentType() - Method in class javax.servlet.ServletResponseWrapper
The default behavior of this method is to return getContentType() on the wrapped response object.
getContentType() - Method in class javax.xml.soap.AttachmentPart
Gets the value of the MIME header whose name is "Content-Type".
getContext(Class) - Method in class javax.el.ELContext
Returns the context object associated with the given key.
getContext() - Method in class javax.faces.context.ExternalContext
Return the application environment object instance for the current appication.
getContext(String) - Static method in class javax.security.jacc.PolicyContext
This method may be used by a Policy provider to activate the PolicyContextHandler registered to the context object key and cause it to return the corresponding policy context object from the container.
getContext(String, Object) - Method in interface javax.security.jacc.PolicyContextHandler
This public method is used by the PolicyContext class to activate the handler and obtain from it the context object identified by the (case-sensitive) key.
getContext(String) - Method in interface javax.servlet.ServletContext
Returns a ServletContext object that corresponds to a specified URL on the server.
getContext() - Method in interface javax.xml.ws.Response
Gets the contained response context.
getContextData() - Method in interface javax.interceptor.InvocationContext
Returns the context data associated with this invocation or lifecycle callback.
getContextID() - Method in interface javax.security.jacc.PolicyConfiguration
This method returns this object's policy context identifier.
getContextID() - Static method in class javax.security.jacc.PolicyContext
This static method returns the value of the policy context identifier associated with the thread on which the accessor is called.
getContextPath() - Method in interface javax.servlet.http.HttpServletRequest
Returns the portion of the request URI that indicates the context of the request.
getContextPath() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getContextPath() on the wrapped request object.
getContextPath() - Method in interface javax.servlet.ServletContext
Returns the context path of the web application.
getConvertedValue(FacesContext, Object) - Method in class javax.faces.component.UIInput
Convert the submitted value into a "local value" of the appropriate data type, if necessary.
getConvertedValue(FacesContext, UIComponent, Object) - Method in class javax.faces.render.Renderer
Attempt to convert previously stored state information into an object of the type required for this component (optionally using the registered Converter for this component, if there is one).
getConverter() - Method in class javax.faces.component.UIOutput
 
getConverter() - Method in interface javax.faces.component.ValueHolder
Return the Converter (if any) that is registered for this UIComponent.
getConverterIds() - Method in class javax.faces.application.Application
Return an Iterator over the set of currently registered converter ids for this Application.
getConverterMessage() - Method in class javax.faces.component.UIInput
If there has been a call to UIInput.setConverterMessage(java.lang.String) on this instance, return the message.
getConverterTypes() - Method in class javax.faces.application.Application
Return an Iterator over the set of Class instances for which Converter classes have been explicitly registered.
getCookies() - Method in interface javax.servlet.http.HttpServletRequest
Returns an array containing all of the Cookie objects the client sent with this request.
getCookies() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getCookies() on the wrapped request object.
getCoords() - Method in class javax.faces.component.html.HtmlCommandLink
Return the value of the coords property.
getCoords() - Method in class javax.faces.component.html.HtmlOutputLink
Return the value of the coords property.
getCount() - Method in class javax.mail.internet.MimeMultipart
Return the number of enclosed BodyPart objects.
getCount() - Method in class javax.mail.Multipart
Return the number of enclosed BodyPart objects.
getCount() - Method in interface javax.mail.MultipartDataSource
Return the number of enclosed BodyPart objects.
getCount() - Method in interface javax.management.j2ee.statistics.CountStatistic
The count since the last reset.
getCount() - Method in interface javax.management.j2ee.statistics.TimeStatistic
Number of times the operation was invoked since the beginning of this measurement.
getCountry() - Method in interface javax.xml.registry.infomodel.PostalAddress
Returns the country.
getCountryCode() - Method in interface javax.xml.registry.infomodel.TelephoneNumber
Gets the country code.
getCreateCount() - Method in interface javax.management.j2ee.statistics.EJBStats
Number of times create was called.
getCreateCount() - Method in interface javax.management.j2ee.statistics.JCAConnectionPoolStats
The number of connections created
getCreateCount() - Method in interface javax.management.j2ee.statistics.JDBCConnectionPoolStats
Number of connections created.
getCreated() - Method in class javax.faces.webapp.UIComponentClassicTagBase
Return true if we dynamically created a new component instance during execution of this tag.
getCreated() - Method in class javax.faces.webapp.UIComponentTagBase
Return true if we dynamically created a new component instance during execution of this tag.
getCreatedComponents() - Method in class javax.faces.webapp.UIComponentClassicTagBase
Returns the List of UIComponent ids created or located by nested UIComponentTags while processing the current request.
getCreationTime() - Method in interface javax.servlet.http.HttpSession
Returns the time when this session was created, measured in milliseconds since midnight January 1, 1970 GMT.
getCredentialData() - Method in interface javax.resource.spi.security.GenericCredential
Deprecated. Gets security data for a specific security mechanism represented by the GenericCredential.
getCredentials() - Method in interface javax.xml.registry.Connection
Gets the credentials associated with this client.
getCurrencyCode() - Method in class javax.faces.convert.NumberConverter
Return the ISO 4217 currency code used by getAsString() with a type of currency.
getCurrencySymbol() - Method in class javax.faces.convert.NumberConverter
Return the currency symbol used by getAsString() with a type of currency.
getCurrent() - Method in interface javax.management.j2ee.statistics.RangeStatistic
The current value of this attribute.
getCurrentInstance() - Static method in class javax.faces.context.FacesContext
Return the FacesContext instance for the request that is being processed by the current thread, if any.
getCurrentLocale() - Method in interface javax.enterprise.deploy.spi.DeploymentManager
Returns the active locale this implementation of javax.enterprise.deploy.spi subpackages is running.
getData() - Method in interface javax.xml.stream.events.Characters
Get the character data of this event
getData() - Method in interface javax.xml.stream.events.ProcessingInstruction
The data section of the processing instruction
getDataHandler() - Method in class javax.mail.internet.MimeBodyPart
Return a DataHandler for this body part's content.
getDataHandler() - Method in class javax.mail.internet.MimeMessage
Return a DataHandler for this Message's content.
getDataHandler() - Method in interface javax.mail.Part
Return a DataHandler for the content within this part.
getDataHandler() - Method in class javax.xml.soap.AttachmentPart
Gets the DataHandler object for this AttachmentPart object.
getDataModel() - Method in class javax.faces.component.UIData
Return the internal DataModel object representing the data objects that we will iterate over in this component's rendering.
getDataModel() - Method in class javax.faces.model.DataModelEvent
Return the DataModel that fired this event.
getDataModelListeners() - Method in class javax.faces.model.DataModel
Return the set of DataModelListeners interested in notifications from this DataModel.
getDataSource() - Method in class javax.activation.DataHandler
Return the DataSource associated with this instance of DataHandler.
getDate() - Method in class javax.mail.search.DateTerm
Return the Date to compare with.
getDateHeader(String) - Method in interface javax.servlet.http.HttpServletRequest
Returns the value of the specified request header as a long value that represents a Date object.
getDateHeader(String) - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getDateHeader(String name) on the wrapped request object.
getDateStyle() - Method in class javax.faces.convert.DateTimeConverter
Return the style to be used to format or parse dates.
getDConfigBean(DDBean) - Method in interface javax.enterprise.deploy.spi.DConfigBean
Return the JavaBean containing the server-specific deployment configuration information based upon the XML data provided by the DDBean.
getDConfigBean(DDBeanRoot) - Method in interface javax.enterprise.deploy.spi.DConfigBeanRoot
Return a DConfigBean for a deployment descriptor that is not the module's primary deployment descriptor.
getDConfigBeanRoot(DDBeanRoot) - Method in interface javax.enterprise.deploy.spi.DeploymentConfiguration
Returns the top level configuration bean, DConfigBeanRoot, associated with the deployment descriptor represented by the designated DDBeanRoot bean.
getDConfigBeanVersion() - Method in interface javax.enterprise.deploy.spi.DeploymentManager
Returns the J2EE platform version number for which the configuration beans are provided.
getDConfigBeanVersionType(int) - Static method in class javax.enterprise.deploy.shared.DConfigBeanVersionType
Return an object of the specified value.
getDDBean() - Method in interface javax.enterprise.deploy.spi.DConfigBean
Return the JavaBean containing the deployment descriptor XML text associated with this DConfigBean.
getDDBeanRoot() - Method in interface javax.enterprise.deploy.model.DeployableObject
Return the top level standard bean representing the root of the deployment descriptor.
getDDBeanRoot(String) - Method in interface javax.enterprise.deploy.model.DeployableObject
Returns a DDBeanRoot object for the XML instance document named.
getDDBeanRootVersion() - Method in interface javax.enterprise.deploy.model.DDBeanRoot
Returns the version number of an XML instance document.
getDebug() - Method in class javax.mail.Session
Get the debug setting for this Session.
getDebugOut() - Method in class javax.mail.Session
Returns the stream to be used for debugging output.
getDeclaration() - Method in interface javax.xml.stream.events.EntityReference
Return the declaration of this entity.
getDeclarativeQueryManager() - Method in interface javax.xml.registry.RegistryService
Returns the DeclarativeQueryManager object implemented by the JAXR provider.
getDeclare() - Method in class javax.servlet.jsp.tagext.TagVariableInfo
The body of the <declare> element.
getDeclare() - Method in class javax.servlet.jsp.tagext.VariableInfo
Returns whether this is a new variable.
getDeclaredType() - Method in class javax.xml.bind.JAXBElement
Returns the Java binding of the xml element declaration's type attribute.
getDefaultCommandMap() - Static method in class javax.activation.CommandMap
Get the default CommandMap.
getDefaultDomain() - Method in interface javax.management.j2ee.Management
Returns the default domain name of this MEJB.
getDefaultFactory() - Static method in class javax.servlet.jsp.JspFactory
Returns the default factory for this implementation.
getDefaultFileTypeMap() - Static method in class javax.activation.FileTypeMap
Return the default FileTypeMap for the system.
getDefaultFolder() - Method in class javax.mail.Store
Returns a Folder object that represents the 'root' of the default namespace presented to the user by the Store.
getDefaultInstance(Properties, Authenticator) - Static method in class javax.mail.Session
Get the default Session object.
getDefaultInstance(Properties) - Static method in class javax.mail.Session
Get the default Session object.
getDefaultJavaCharset() - Static method in class javax.mail.internet.MimeUtility
Get the default charset corresponding to the system's current default locale.
getDefaultLocale() - Method in interface javax.enterprise.deploy.spi.DeploymentManager
Returns the default locale supported by this implementation of javax.enterprise.deploy.spi subpackages.
getDefaultLocale() - Method in class javax.faces.application.Application
Return the default Locale for this application.
getDefaultPostalScheme() - Method in interface javax.xml.registry.RegistryService
Gets the default user-defined postal scheme for codifying the attributes of PostalAddress.
getDefaultRenderKitId() - Method in class javax.faces.application.Application
Return the renderKitId to be used for rendering this application.
getDefaultTypeMapping() - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
Gets the registered default TypeMapping instance.
getDefaultUserName() - Method in class javax.mail.Authenticator
 
getDelegate() - Method in interface javax.persistence.EntityManager
Return the underlying provider object for the EntityManager, if available.
getDeletedMessageCount() - Method in class javax.mail.Folder
Get the number of deleted messages in this Folder.
getDeliveryMode() - Method in interface javax.jms.MessageProducer
Gets the producer's default delivery mode.
getDeployableObject() - Method in interface javax.enterprise.deploy.model.DDBeanRoot
Return the containing DeployableObject
getDeployableObject(String) - Method in interface javax.enterprise.deploy.model.J2eeApplicationObject
Return the DeployableObject of the specified URI designator.
getDeployableObject() - Method in interface javax.enterprise.deploy.spi.DeploymentConfiguration
Returns an object that provides access to the deployment descriptor data and classes of a J2EE module.
getDeployableObjects(ModuleType) - Method in interface javax.enterprise.deploy.model.J2eeApplicationObject
Return the all DeployableObjects of the specified type.
getDeployableObjects() - Method in interface javax.enterprise.deploy.model.J2eeApplicationObject
Return the all DeployableObjects in this application.
getDeploymentFactories() - Method in class javax.enterprise.deploy.shared.factories.DeploymentFactoryManager
Retrieve the lists of currently registered DeploymentFactories.
getDeploymentManager(String, String, String) - Method in class javax.enterprise.deploy.shared.factories.DeploymentFactoryManager
Retrieves a DeploymentManager instance to use for deployment.
getDeploymentManager(String, String, String) - Method in interface javax.enterprise.deploy.spi.factories.DeploymentFactory
Return a connected DeploymentManager instance.
getDeploymentStatus() - Method in class javax.enterprise.deploy.spi.status.ProgressEvent
Retrieve the status information.
getDeploymentStatus() - Method in interface javax.enterprise.deploy.spi.status.ProgressObject
Retrieve the status of this activity.
getDescendantConcepts() - Method in interface javax.xml.registry.infomodel.ClassificationScheme
Gets all descendant Concepts.
getDescendantConcepts() - Method in interface javax.xml.registry.infomodel.Concept
Gets all descendant Concepts.
getDescendantOrganizations() - Method in interface javax.xml.registry.infomodel.Organization
Gets all descendant Organizations.
getDescription() - Method in interface javax.enterprise.deploy.spi.Target
Retrieve other descriptive information about the target.
getDescription() - Method in class javax.faces.model.SelectItem
Return a description of this item, for use in development tools.
getDescription() - Method in class javax.mail.internet.MimeBodyPart
Returns the "Content-Description" header field of this body part.
getDescription() - Method in class javax.mail.internet.MimeMessage
Returns the "Content-Description" header field of this Message.
getDescription() - Method in interface javax.mail.Part
Return a description String for this part.
getDescription() - Method in interface javax.management.j2ee.statistics.Statistic
A human-readable description of the Statistic.
getDescription() - Method in class javax.servlet.jsp.tagext.TagAttributeInfo
Gets the description string of this tag attribute.
getDescription() - Method in interface javax.xml.registry.infomodel.RegistryObject
Gets the textual description for this object.
getDeserializer(Class, QName) - Method in interface javax.xml.rpc.encoding.TypeMapping
Gets the DeserializerFactory registered for the specified pair of Java type and XML data type.
getDeserializerAs(String) - Method in interface javax.xml.rpc.encoding.DeserializerFactory
Returns a Deserializer for the specified XML processing mechanism type.
getDestination() - Method in interface javax.jms.MessageProducer
Gets the destination associated with this MessageProducer.
getDestination() - Method in interface javax.management.j2ee.statistics.JMSProducerStats
Returns a string that encapsulates the identity of the message destination
getDetail() - Method in class javax.faces.application.FacesMessage
Return the localized detail text.
getDetail() - Method in exception javax.xml.rpc.soap.SOAPFaultException
Gets the detail element.
getDetail() - Method in interface javax.xml.soap.SOAPFault
Returns the optional detail element for this SOAPFault object.
getDetailEntries() - Method in interface javax.xml.soap.Detail
Gets an Iterator over all of the DetailEntrys in this Detail object.
getDir() - Method in class javax.faces.component.html.HtmlCommandButton
Return the value of the dir property.
getDir() - Method in class javax.faces.component.html.HtmlCommandLink
Return the value of the dir property.
getDir() - Method in class javax.faces.component.html.HtmlDataTable
Return the value of the dir property.
getDir() - Method in class javax.faces.component.html.HtmlForm
Return the value of the dir property.
getDir() - Method in class javax.faces.component.html.HtmlGraphicImage
Return the value of the dir property.
getDir() - Method in class javax.faces.component.html.HtmlInputSecret
Return the value of the dir property.
getDir() - Method in class javax.faces.component.html.HtmlInputText
Return the value of the dir property.
getDir() - Method in class javax.faces.component.html.HtmlInputTextarea
Return the value of the dir property.
getDir() - Method in class javax.faces.component.html.HtmlMessage
Return the value of the dir property.
getDir() - Method in class javax.faces.component.html.HtmlMessages
Return the value of the dir property.
getDir() - Method in class javax.faces.component.html.HtmlOutputFormat
Return the value of the dir property.
getDir() - Method in class javax.faces.component.html.HtmlOutputLabel
Return the value of the dir property.
getDir() - Method in class javax.faces.component.html.HtmlOutputLink
Return the value of the dir property.
getDir() - Method in class javax.faces.component.html.HtmlOutputText
Return the value of the dir property.
getDir() - Method in class javax.faces.component.html.HtmlPanelGrid
Return the value of the dir property.
getDir() - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
Return the value of the dir property.
getDir() - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
Return the value of the dir property.
getDir() - Method in class javax.faces.component.html.HtmlSelectManyListbox
Return the value of the dir property.
getDir() - Method in class javax.faces.component.html.HtmlSelectManyMenu
Return the value of the dir property.
getDir() - Method in class javax.faces.component.html.HtmlSelectOneListbox
Return the value of the dir property.
getDir() - Method in class javax.faces.component.html.HtmlSelectOneMenu
Return the value of the dir property.
getDir() - Method in class javax.faces.component.html.HtmlSelectOneRadio
Return the value of the dir property.
getDisabledClass() - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
Return the value of the disabledClass property.
getDisabledClass() - Method in class javax.faces.component.html.HtmlSelectManyListbox
Return the value of the disabledClass property.
getDisabledClass() - Method in class javax.faces.component.html.HtmlSelectManyMenu
Return the value of the disabledClass property.
getDisabledClass() - Method in class javax.faces.component.html.HtmlSelectOneListbox
Return the value of the disabledClass property.
getDisabledClass() - Method in class javax.faces.component.html.HtmlSelectOneMenu
Return the value of the disabledClass property.
getDisabledClass() - Method in class javax.faces.component.html.HtmlSelectOneRadio
Return the value of the disabledClass property.
getDisableMessageID() - Method in interface javax.jms.MessageProducer
Gets an indication of whether message IDs are disabled.
getDisableMessageTimestamp() - Method in interface javax.jms.MessageProducer
Gets an indication of whether message timestamps are disabled.
getDisconnectedDeploymentManager(String) - Method in class javax.enterprise.deploy.shared.factories.DeploymentFactoryManager
Return a disconnected DeploymentManager instance.
getDisconnectedDeploymentManager(String) - Method in interface javax.enterprise.deploy.spi.factories.DeploymentFactory
Return a disconnected DeploymentManager instance.
getDisplayName() - Method in interface javax.enterprise.deploy.spi.factories.DeploymentFactory
Provide a string with the name of this vendor's DeploymentManager.
getDisplayName() - Method in class javax.servlet.jsp.tagext.TagInfo
Get the displayName.
getDisposition() - Method in class javax.mail.internet.ContentDisposition
Return the disposition value.
getDisposition() - Method in class javax.mail.internet.MimeBodyPart
Returns the value of the "Content-Disposition" header field.
getDisposition() - Method in class javax.mail.internet.MimeMessage
Returns the value of the "Content-Disposition" header field.
getDisposition() - Method in interface javax.mail.Part
Return the disposition of this part.
getDoAfterBodyValue() - Method in class javax.faces.webapp.UIComponentClassicTagBase
Return the flag value that should be returned from the doAfterBody() method when it is called.
getDocumentTypeDeclaration() - Method in interface javax.xml.stream.events.DTD
Returns the entire Document Type Declaration as a string, including the internal DTD subset.
getDoEndValue() - Method in class javax.faces.webapp.UIComponentClassicTagBase
Return the flag value that should be returned from the doEnd() method when it is called.
getDomain() - Method in class javax.servlet.http.Cookie
Returns the domain name set for this cookie.
getDoStartValue() - Method in class javax.faces.webapp.UIComponentClassicTagBase
Return the flag value that should be returned from the doStart() method when it is called.
getDouble(String) - Method in interface javax.jms.MapMessage
Returns the double value with the specified name.
getDoubleProperty(String) - Method in interface javax.jms.Message
Returns the value of the double property with the specified name.
getDTDType() - Method in interface javax.xml.stream.events.Attribute
Gets the type of this attribute, default is the String "CDATA"
getDurableSubscriptionCount() - Method in interface javax.management.j2ee.statistics.JMSSessionStats
Number of durable subscriptions.
getEISProductName() - Method in interface javax.resource.cci.ConnectionMetaData
Returns product name of the underlying EIS instance connected through the Connection that produced this metadata.
getEISProductName() - Method in interface javax.resource.spi.ManagedConnectionMetaData
Returns Product name of the underlying EIS instance connected through the ManagedConnection.
getEISProductVersion() - Method in interface javax.resource.cci.ConnectionMetaData
Returns product version of the underlying EIS instance.
getEISProductVersion() - Method in interface javax.resource.spi.ManagedConnectionMetaData
Returns product version of the underlying EIS instance connected through the ManagedConnection.
getEJBHome() - Method in interface javax.ejb.EJBContext
Obtain the enterprise bean's remote home interface.
getEJBHome() - Method in interface javax.ejb.EJBMetaData
Obtain the remote home interface of the enterprise Bean.
getEJBHome() - Method in interface javax.ejb.EJBObject
Obtain the enterprise Bean's remote home interface.
getEJBHome() - Method in interface javax.ejb.HomeHandle
Obtain the home object represented by this handle.
getEJBLocalHome() - Method in interface javax.ejb.EJBContext
Obtain the enterprise bean's local home interface.
getEJBLocalHome() - Method in interface javax.ejb.EJBLocalObject
Obtain the enterprise Bean's local home interface.
getEJBLocalObject() - Method in interface javax.ejb.EntityContext
Obtain a reference to the EJB local object that is currently associated with the instance.
getEJBLocalObject() - Method in interface javax.ejb.SessionContext
Obtain a reference to the EJB local object that is associated with the instance.
getEJBMetaData() - Method in interface javax.ejb.EJBHome
Obtain the EJBMetaData interface for the enterprise Bean.
getEJBObject() - Method in interface javax.ejb.EntityContext
Obtain a reference to the EJB object that is currently associated with the instance.
getEJBObject() - Method in interface javax.ejb.Handle
Obtain the EJB object reference represented by this handle.
getEJBObject() - Method in interface javax.ejb.SessionContext
Obtain a reference to the EJB object that is currently associated with the instance.
getELContext() - Method in class javax.el.ELContextEvent
Returns the ELContext that was created.
getELContext() - Method in class javax.faces.context.FacesContext
Return the ELContext instance for this FacesContext instance.
getELContext() - Method in class javax.faces.webapp.UIComponentELTag
Return the ELContext for the FacesContext for this request.
getELContext() - Method in class javax.faces.webapp.UIComponentTagBase
Return the ELContext for the FacesContext for this request.
getELContext() - Method in class javax.servlet.jsp.JspContext
Returns the ELContext associated with this JspContext.
getELContextListeners() - Method in class javax.faces.application.Application
If no calls have been made to Application.addELContextListener(javax.el.ELContextListener), this method must return an empty array.
getElement(ResultT) - Method in interface javax.xml.bind.annotation.DomHandler
Once the portion is sent to the Result.
getElement(DOMResult) - Method in class javax.xml.bind.annotation.W3CDomHandler
 
getElementName(Object) - Method in class javax.xml.bind.JAXBIntrospector
Get xml element qname for jaxbElement.
getElementName() - Method in interface javax.xml.soap.SOAPElement
Returns the name of this SOAPElement object.
getElementQName() - Method in interface javax.xml.soap.SOAPElement
Returns the qname of this SOAPElement object.
getElementText() - Method in class javax.xml.stream.util.EventReaderDelegate
 
getElementText() - Method in class javax.xml.stream.util.StreamReaderDelegate
 
getElementText() - Method in interface javax.xml.stream.XMLEventReader
Reads the content of a text-only element.
getElementText() - Method in interface javax.xml.stream.XMLStreamReader
Reads the content of a text-only element, an exception is thrown if this is not a text-only element.
getELResolver() - Method in class javax.el.ELContext
Retrieves the ELResolver associated with this context.
getELResolver() - Method in class javax.faces.application.Application
Return the singleton ELResolver instance to be used for all EL resolution.
getEmailAddresses() - Method in interface javax.xml.registry.infomodel.User
Gets the email addresses for this User.
getEnabledClass() - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
Return the value of the enabledClass property.
getEnabledClass() - Method in class javax.faces.component.html.HtmlSelectManyListbox
Return the value of the enabledClass property.
getEnabledClass() - Method in class javax.faces.component.html.HtmlSelectManyMenu
Return the value of the enabledClass property.
getEnabledClass() - Method in class javax.faces.component.html.HtmlSelectOneListbox
Return the value of the enabledClass property.
getEnabledClass() - Method in class javax.faces.component.html.HtmlSelectOneMenu
Return the value of the enabledClass property.
getEnabledClass() - Method in class javax.faces.component.html.HtmlSelectOneRadio
Return the value of the enabledClass property.
getEnclosingWriter() - Method in class javax.servlet.jsp.tagext.BodyContent
Get the enclosing JspWriter.
getEncoding() - Method in class javax.mail.internet.MimeBodyPart
Returns the content transfer encoding from the "Content-Transfer-Encoding" header field.
getEncoding() - Method in class javax.mail.internet.MimeMessage
Returns the content transfer encoding from the "Content-Transfer-Encoding" header field.
getEncoding() - Method in interface javax.mail.internet.MimePart
Get the transfer encoding of this part.
getEncoding(DataSource) - Static method in class javax.mail.internet.MimeUtility
Get the content-transfer-encoding that should be applied to the input stream of this datasource, to make it mailsafe.
getEncoding(DataHandler) - Static method in class javax.mail.internet.MimeUtility
Same as getEncoding(DataSource) except that instead of reading the data from an InputStream it uses the writeTo method to examine the data.
getEncoding() - Method in class javax.mail.internet.PreencodedMimeBodyPart
Returns the content transfer encoding specified when this object was created.
getEncoding() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
Convenience method for getting the current output encoding.
getEncoding() - Method in class javax.xml.stream.util.StreamReaderDelegate
 
getEncoding() - Method in interface javax.xml.stream.XMLStreamReader
Return input encoding if known or null if unknown.
getEncodingStyle() - Method in interface javax.xml.soap.SOAPElement
Returns the encoding style for this SOAPElement object.
getEnctype() - Method in class javax.faces.component.html.HtmlForm
Return the value of the enctype property.
getEngineInfo() - Method in class javax.servlet.jsp.JspFactory
called to get implementation-specific information on the current JSP engine.
getEntities() - Method in interface javax.xml.stream.events.DTD
Return a List containing the general entities, both external and internal, declared in the DTD.
getEntity() - Method in exception javax.persistence.OptimisticLockException
Returns the entity that caused this exception.
getEntry(String) - Method in interface javax.enterprise.deploy.model.DeployableObject
Returns the InputStream for the given entry name The file name must be relative to the root of the module.
getEnumeration() - Method in interface javax.jms.QueueBrowser
Gets an enumeration for browsing the current queue messages in the order they would be received.
getEnumValueTable() - Method in class javax.enterprise.deploy.shared.ActionType
Returns the enumeration value table for class ActionType
getEnumValueTable() - Method in class javax.enterprise.deploy.shared.CommandType
Returns the enumeration value table for class CommandType
getEnumValueTable() - Method in class javax.enterprise.deploy.shared.DConfigBeanVersionType
Returns the enumeration value table for class DConfigBeanVersionType
getEnumValueTable() - Method in class javax.enterprise.deploy.shared.ModuleType
Returns the enumeration value table for class ModuleType
getEnumValueTable() - Method in class javax.enterprise.deploy.shared.StateType
Returns the enumeration value table for class StateType
getEnvelope() - Method in class javax.xml.soap.SOAPPart
Gets the SOAPEnvelope object associated with this SOAPPart object.
getEnvironment() - Method in interface javax.ejb.EJBContext
Deprecated. Use the JNDI naming context java:comp/env to access enterprise bean's environment.
getErrorClass() - Method in class javax.faces.component.html.HtmlMessage
Return the value of the errorClass property.
getErrorClass() - Method in class javax.faces.component.html.HtmlMessages
Return the value of the errorClass property.
getErrorCode() - Method in exception javax.jms.JMSException
Gets the vendor-specific error code.
getErrorCode() - Method in exception javax.resource.ResourceException
Get the error code.
getErrorCode() - Method in exception javax.xml.bind.JAXBException
Get the vendor specific error code
getErrorCode() - Method in exception javax.xml.bind.TypeConstraintException
Get the vendor specific error code
getErrorData() - Method in class javax.servlet.jsp.PageContext
Provides convenient access to error information.
getErrorObjectKey() - Method in exception javax.xml.registry.RegistryException
Gets the Key to the first object that encountered an error in the registry.
getErrorStyle() - Method in class javax.faces.component.html.HtmlMessage
Return the value of the errorStyle property.
getErrorStyle() - Method in class javax.faces.component.html.HtmlMessages
Return the value of the errorStyle property.
getEventAllocator() - Method in class javax.xml.stream.XMLInputFactory
Gets the allocator used by streams created with this factory
getEventHandler() - Method in class javax.xml.bind.Binder
Return the current event handler or the default event handler if one hasn't been set.
getEventHandler() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
 
getEventHandler() - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
Return the current event handler or the default event handler if one hasn't been set.
getEventHandler() - Method in interface javax.xml.bind.Marshaller
Return the current event handler or the default event handler if one hasn't been set.
getEventHandler() - Method in interface javax.xml.bind.Unmarshaller
Return the current event handler or the default event handler if one hasn't been set.
getEventHandler() - Method in interface javax.xml.bind.Validator
Deprecated. since JAXB2.0
getEvents() - Method in class javax.xml.bind.util.ValidationEventCollector
Return an array of ValidationEvent objects containing a copy of each of the collected errors and warnings.
getEventType() - Method in interface javax.xml.registry.infomodel.AuditableEvent
Gets the type of this event.
getEventType() - Method in interface javax.xml.stream.events.XMLEvent
Returns an integer code for this event.
getEventType() - Method in class javax.xml.stream.util.StreamReaderDelegate
 
getEventType() - Method in interface javax.xml.stream.XMLStreamReader
Returns an integer code that indicates the type of the event the cursor is pointing to.
getException() - Method in class javax.resource.spi.ConnectionEvent
Get the exception.
getException() - Method in class javax.resource.spi.work.WorkEvent
Return the WorkException.
getException() - Method in class javax.servlet.jsp.PageContext
The current value of the exception object (an Exception).
getException() - Method in error javax.xml.stream.FactoryConfigurationError
Return the nested exception (if any)
getExceptionListener() - Method in interface javax.jms.Connection
Gets the ExceptionListener object for this connection.
getExceptions() - Method in interface javax.xml.registry.BulkResponse
Get the Collection of RegistryException instances in case of partial commit.
getExecutor() - Method in class javax.xml.ws.Endpoint
Returns the executor for this Endpointinstance.
getExecutor() - Method in class javax.xml.ws.Service
Returns the executor for this Serviceinstance.
getExecutor() - Method in class javax.xml.ws.spi.ServiceDelegate
Returns the executor for this Serviceinstance.
getExpectedType() - Method in class javax.el.ValueExpression
Returns the type the result of the expression will be coerced to after evaluation.
getExpectedTypeName() - Method in class javax.servlet.jsp.tagext.TagAttributeInfo
Returns the name of the expected type (as a String) of this deferred value attribute.
getExpiration() - Method in interface javax.xml.registry.infomodel.RegistryEntry
Gets expirationDate attribute of the RegistryEntry within the Registry.
getExpiredMessageCount() - Method in interface javax.management.j2ee.statistics.JMSEndpointStats
Number of messages that expired before delivery.
getExpiredMessageCount() - Method in interface javax.management.j2ee.statistics.JMSSessionStats
Number of expired messages.
getExpressionEvaluator() - Method in class javax.servlet.jsp.JspContext
Deprecated. As of JSP 2.1, replaced by JspApplicationContext.getExpressionFactory()
getExpressionFactory() - Method in class javax.faces.application.Application
Return the ExpressionFactory instance for this application.
getExpressionFactory() - Method in interface javax.servlet.jsp.JspApplicationContext
Returns a factory used to create ValueExpressions and MethodExpressions so that EL expressions can be parsed and evaluated.
getExpressionString() - Method in class javax.el.Expression
Returns the original String used to create this Expression, unmodified.
getExpressionString() - Method in class javax.faces.el.MethodBinding
Deprecated. Return the (possibly null) expression String, with leading and trailing delimiters, from which this MethodBinding was built.
getExpressionString() - Method in class javax.faces.el.ValueBinding
Deprecated. Return the (possibly null) expression String, including the delimiters, from which this ValueBinding was built.
getExtension() - Method in interface javax.xml.registry.infomodel.TelephoneNumber
Gets the internal extension.
getExternalContext() - Method in class javax.faces.context.FacesContext
Return the ExternalContext instance for this FacesContext instance.
getExternalIdentifiers() - Method in interface javax.xml.registry.infomodel.RegistryObject
Returns the ExternalIdentifiers associated with this object that are external identifiers for this object.
getExternalLinks() - Method in interface javax.xml.registry.infomodel.RegistryObject
Returns the ExternalLinks associated with this object.
getExternalURI() - Method in interface javax.xml.registry.infomodel.ExternalLink
Gets URI to the an external resource.
getFacesContext() - Method in class javax.faces.component.UIComponent
Convenience method to return the FacesContext instance for the current request.
getFacesContext() - Method in class javax.faces.component.UIComponentBase
 
getFacesContext(Object, Object, Object, Lifecycle) - Method in class javax.faces.context.FacesContextFactory
Create (if needed) and return a FacesContext instance that is initialized for the processing of the specified request and response objects, utilizing the specified Lifecycle instance, for this web application.
getFacesContext() - Method in class javax.faces.event.PhaseEvent
Return the FacesContext for the request being processed.
getFacesContext() - Method in class javax.faces.webapp.UIComponentClassicTagBase
 
getFacesContext() - Method in class javax.faces.webapp.UIComponentTagBase
Return the FacesContext instance for the current request.
getFacesJspId() - Method in class javax.faces.webapp.UIComponentClassicTagBase
If this method has been called before on this tag's useful lifetime (before UIComponentClassicTagBase.release() was called), return the previously returned value.
getFacesListeners(Class) - Method in class javax.faces.component.UIComponent
Return an array of registered FacesListeners that are instances of the specified class.
getFacesListeners(Class) - Method in class javax.faces.component.UIComponentBase
 
getFacesMessage() - Method in exception javax.faces.convert.ConverterException
Returns the FacesMessage associated with this exception; this will only be available if the converter that thew this exception instance placed it there.
getFacesMessage() - Method in exception javax.faces.validator.ValidatorException
Returns the FacesMessage associated with the exception.
getFacet(String) - Method in class javax.faces.component.UIComponent
Convenience method to return the named facet, if it exists, or null otherwise.
getFacet(String) - Method in class javax.faces.component.UIComponentBase
 
getFacetCount() - Method in class javax.faces.component.UIComponent
Return the number of facet UIComponents that are associated with this UIComponent.
getFacetCount() - Method in class javax.faces.component.UIComponentBase
 
getFacetName() - Method in class javax.faces.webapp.UIComponentClassicTagBase
Return the facet name that we should be stored under, if any; otherwise, return null (indicating that we will be a child component).
getFacets() - Method in class javax.faces.component.UIComponent
Return a mutable Map representing the facet UIComponents associated with this UIComponent, keyed by facet name (which must be a String).
getFacets() - Method in class javax.faces.component.UIComponentBase
 
getFacetsAndChildren() - Method in class javax.faces.component.UIComponent
Return an Iterator over the facet followed by child UIComponents of this UIComponent.
getFacetsAndChildren() - Method in class javax.faces.component.UIComponentBase
 
getFactory(String) - Static method in class javax.faces.FactoryFinder
Create (if necessary) and return a per-web-application instance of the appropriate implementation class for the specified JavaServer Faces factory class, based on the discovery algorithm described in the class description.
getFamily() - Method in class javax.faces.component.UIColumn
 
getFamily() - Method in class javax.faces.component.UICommand
 
getFamily() - Method in class javax.faces.component.UIComponent
Return the identifier of the component family to which this component belongs.
getFamily() - Method in class javax.faces.component.UIData
 
getFamily() - Method in class javax.faces.component.UIForm
 
getFamily() - Method in class javax.faces.component.UIGraphic
 
getFamily() - Method in class javax.faces.component.UIInput
 
getFamily() - Method in class javax.faces.component.UIMessage
 
getFamily() - Method in class javax.faces.component.UIMessages
 
getFamily() - Method in class javax.faces.component.UINamingContainer
 
getFamily() - Method in class javax.faces.component.UIOutput
 
getFamily() - Method in class javax.faces.component.UIPanel
 
getFamily() - Method in class javax.faces.component.UIParameter
 
getFamily() - Method in class javax.faces.component.UISelectBoolean
 
getFamily() - Method in class javax.faces.component.UISelectItem
 
getFamily() - Method in class javax.faces.component.UISelectItems
 
getFamily() - Method in class javax.faces.component.UISelectMany
 
getFamily() - Method in class javax.faces.component.UISelectOne
 
getFamily() - Method in class javax.faces.component.UIViewRoot
 
getFatalClass() - Method in class javax.faces.component.html.HtmlMessage
Return the value of the fatalClass property.
getFatalClass() - Method in class javax.faces.component.html.HtmlMessages
Return the value of the fatalClass property.
getFatalStyle() - Method in class javax.faces.component.html.HtmlMessage
Return the value of the fatalStyle property.
getFatalStyle() - Method in class javax.faces.component.html.HtmlMessages
Return the value of the fatalStyle property.
getFault() - Method in interface javax.xml.soap.SOAPBody
Returns the SOAPFault object in this SOAPBody object.
getFault() - Method in exception javax.xml.ws.soap.SOAPFaultException
Gets the embedded SOAPFault instance.
getFaultActor() - Method in exception javax.xml.rpc.soap.SOAPFaultException
Gets the faultactor element.
getFaultActor() - Method in interface javax.xml.soap.SOAPFault
Gets the fault actor for this SOAPFault object.
getFaultCode() - Method in exception javax.xml.rpc.soap.SOAPFaultException
Gets the faultcode element.
getFaultCode() - Method in interface javax.xml.soap.SOAPFault
Gets the fault code for this SOAPFault object.
getFaultCodeAsName() - Method in interface javax.xml.soap.SOAPFault
Gets the mandatory SOAP 1.1 fault code for this SOAPFault object as a SAAJ Name object.
getFaultCodeAsQName() - Method in interface javax.xml.soap.SOAPFault
Gets the fault code for this SOAPFault object as a QName object.
getFaultNode() - Method in interface javax.xml.soap.SOAPFault
Returns the optional Node element value for this SOAPFault object.
getFaultReasonLocales() - Method in interface javax.xml.soap.SOAPFault
Returns an Iterator over a distinct sequence of Locales for which there are associated Reason Text items.
getFaultReasonText(Locale) - Method in interface javax.xml.soap.SOAPFault
Returns the Reason Text associated with the given Locale.
getFaultReasonTexts() - Method in interface javax.xml.soap.SOAPFault
Returns an Iterator over a sequence of String objects containing all of the Reason Text items for this SOAPFault.
getFaultRole() - Method in interface javax.xml.soap.SOAPFault
Returns the optional Role element value for this SOAPFault object.
getFaultString() - Method in exception javax.xml.rpc.soap.SOAPFaultException
Gets the faultstring element.
getFaultString() - Method in interface javax.xml.soap.SOAPFault
Gets the fault string for this SOAPFault object.
getFaultStringLocale() - Method in interface javax.xml.soap.SOAPFault
Gets the locale of the fault string for this SOAPFault object.
getFaultSubcodes() - Method in interface javax.xml.soap.SOAPFault
Gets the Subcodes for this SOAPFault as an iterator over QNames.
getFeatureDescriptors(ELContext, Object) - Method in class javax.el.ArrayELResolver
Always returns null, since there is no reason to iterate through set set of all integers.
getFeatureDescriptors(ELContext, Object) - Method in class javax.el.BeanELResolver
If the base object is not null, returns an Iterator containing the set of JavaBeans properties available on the given object.
getFeatureDescriptors(ELContext, Object) - Method in class javax.el.CompositeELResolver
Returns information about the set of variables or properties that can be resolved for the given base object.
getFeatureDescriptors(ELContext, Object) - Method in class javax.el.ELResolver
Returns information about the set of variables or properties that can be resolved for the given base object.
getFeatureDescriptors(ELContext, Object) - Method in class javax.el.ListELResolver
Always returns null, since there is no reason to iterate through set set of all integers.
getFeatureDescriptors(ELContext, Object) - Method in class javax.el.MapELResolver
If the base object is a map, returns an Iterator containing the set of keys available in the Map.
getFeatureDescriptors(ELContext, Object) - Method in class javax.el.ResourceBundleELResolver
If the base object is a ResourceBundle, returns an Iterator containing the set of keys available in the ResourceBundle.
getFeatureDescriptors(ELContext, Object) - Method in class javax.servlet.jsp.el.ImplicitObjectELResolver
If the base object is null, and the property matches the name of a JSP implicit object, returns an Iterator containing FeatureDescriptor objects with information about each JSP implicit object resolved by this resolver.
getFeatureDescriptors(ELContext, Object) - Method in class javax.servlet.jsp.el.ScopedAttributeELResolver
If the base object is null, returns an Iterator containing FeatureDescriptor objects with information about each scoped attribute resolved by this resolver.
getFile() - Method in class javax.activation.FileDataSource
Return the File object that corresponds to this FileDataSource.
getFile() - Method in class javax.mail.URLName
Returns the file name of this URLName.
getFilename() - Method in interface javax.enterprise.deploy.model.DDBeanRoot
Returns the filename relative to the root of the module of the XML instance document this DDBeanRoot represents.
getFileName() - Method in class javax.mail.internet.MimeBodyPart
Get the filename associated with this body part.
getFileName() - Method in class javax.mail.internet.MimeMessage
Get the filename associated with this Message.
getFileName() - Method in interface javax.mail.Part
Get the filename associated with this part, if possible.
getFilterName() - Method in interface javax.servlet.FilterConfig
Returns the filter-name of this filter as defined in the deployment descriptor.
getFirst() - Method in class javax.faces.component.UIData
Return the zero-relative row number of the first row to be displayed.
getFirstName() - Method in interface javax.xml.registry.infomodel.PersonName
Gets the first name for this Person.
getFlags() - Method in class javax.mail.internet.MimeMessage
Return a Flags object containing the flags for this message.
getFlags() - Method in class javax.mail.Message
Returns a Flags object containing the flags for this message.
getFlags() - Method in class javax.mail.search.FlagTerm
Return the Flags to test.
getFloat(String) - Method in interface javax.jms.MapMessage
Returns the float value with the specified name.
getFloatProperty(String) - Method in interface javax.jms.Message
Returns the value of the float property with the specified name.
getFlushMode() - Method in interface javax.persistence.EntityManager
Get the flush mode that applies to all objects contained in the persistence context.
getFolder() - Method in class javax.mail.event.FolderEvent
Return the affected folder.
getFolder(String) - Method in class javax.mail.Folder
Return the Folder object corresponding to the given name.
getFolder() - Method in exception javax.mail.FolderClosedException
Returns the dead Folder object
getFolder() - Method in exception javax.mail.FolderNotFoundException
Returns the offending Folder object.
getFolder() - Method in class javax.mail.Message
Get the folder from which this message was obtained.
getFolder() - Method in exception javax.mail.ReadOnlyFolderException
Returns the dead Folder object.
getFolder(URLName) - Method in class javax.mail.Session
Get a closed Folder object for the given URLName.
getFolder(String) - Method in class javax.mail.Store
Return the Folder object corresponding to the given name.
getFolder(URLName) - Method in class javax.mail.Store
Return a closed Folder object, corresponding to the given URLName.
getFooter() - Method in class javax.faces.component.UIColumn
Return the footer facet of the column (if any).
getFooter() - Method in class javax.faces.component.UIData
Return the footer facet of this component (if any).
getFooterClass() - Method in class javax.faces.component.html.HtmlColumn
Return the value of the footerClass property.
getFooterClass() - Method in class javax.faces.component.html.HtmlDataTable
Return the value of the footerClass property.
getFooterClass() - Method in class javax.faces.component.html.HtmlPanelGrid
Return the value of the footerClass property.
getFor() - Method in class javax.faces.component.html.HtmlOutputLabel
Return the value of the for property.
getFor() - Method in class javax.faces.component.UIMessage
Return the client identifier of the component for which this component represents associated message(s) (if any).
getFormatId() - Method in interface javax.transaction.xa.Xid
Obtain the format identifier part of the XID.
getFrame() - Method in class javax.faces.component.html.HtmlDataTable
Return the value of the frame property.
getFrame() - Method in class javax.faces.component.html.HtmlPanelGrid
Return the value of the frame property.
getFreePoolSize() - Method in interface javax.management.j2ee.statistics.JCAConnectionPoolStats
The number of free connections in the pool
getFreePoolSize() - Method in interface javax.management.j2ee.statistics.JDBCConnectionPoolStats
Number of free connections in the pool.
getFrom() - Method in class javax.mail.internet.MimeMessage
Returns the value of the RFC 822 "From" header fields.
getFrom() - Method in class javax.mail.Message
Returns the "From" attribute.
getFullName() - Method in class javax.mail.Folder
Returns the full name of this Folder.
getFullName() - Method in interface javax.xml.registry.infomodel.PersonName
Gets the fully formatted name for this person.
getFunction(String) - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
Get the FunctionInfo for a given function name, looking through all the functions in this tag library.
getFunctionClass() - Method in class javax.servlet.jsp.tagext.FunctionInfo
The class of the function.
getFunctionMapper() - Method in class javax.el.ELContext
Retrieves the FunctionMapper associated with this ELContext.
getFunctions() - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
An array describing the functions that are defined in this tag library.
getFunctionSignature() - Method in class javax.servlet.jsp.tagext.FunctionInfo
The signature of the function.
getGlobalTransactionId() - Method in interface javax.transaction.xa.Xid
Obtain the global transaction identifier part of XID as an array of bytes.
getGroup(boolean) - Method in class javax.mail.internet.InternetAddress
Return the members of a group address.
getHandle() - Method in interface javax.ejb.EJBObject
Obtain a handle for the EJB object.
getHandle() - Method in interface javax.ejb.Timer
Get a serializable handle to the timer.
getHandlerChain(QName) - Method in interface javax.xml.rpc.handler.HandlerRegistry
Gets the handler chain for the specified service endpoint.
getHandlerChain() - Method in interface javax.xml.ws.Binding
Gets a copy of the handler chain for a protocol binding instance.
getHandlerChain(PortInfo) - Method in interface javax.xml.ws.handler.HandlerResolver
Gets the handler chain for the specified port.
getHandlerClass() - Method in class javax.xml.rpc.handler.HandlerInfo
Gets the Handler class
getHandlerConfig() - Method in class javax.xml.rpc.handler.HandlerInfo
Gets the Handler configuration
getHandlerKeys() - Static method in class javax.security.jacc.PolicyContext
This method may be used to obtain the keys that identify the container specific context handlers registered by the container.
getHandlerRegistry() - Method in interface javax.xml.rpc.Service
Returns the configured HandlerRegistry instance for this Service instance.
getHandlerResolver() - Method in class javax.xml.ws.Service
Returns the configured handler resolver.
getHandlerResolver() - Method in class javax.xml.ws.spi.ServiceDelegate
Returns the configured handler resolver.
getHeader() - Method in class javax.faces.component.UIColumn
Return the header facet of the column (if any).
getHeader() - Method in class javax.faces.component.UIData
Return the header facet of this component (if any).
getHeader(String) - Method in class javax.mail.internet.InternetHeaders
Return all the values for the specified header.
getHeader(String, String) - Method in class javax.mail.internet.InternetHeaders
Get all the headers for this header name, returned as a single String, with headers separated by the delimiter.
getHeader(String) - Method in class javax.mail.internet.MimeBodyPart
Get all the headers for this header_name.
getHeader(String, String) - Method in class javax.mail.internet.MimeBodyPart
Get all the headers for this header name, returned as a single String, with headers separated by the delimiter.
getHeader(String) - Method in class javax.mail.internet.MimeMessage
Get all the headers for this header_name.
getHeader(String, String) - Method in class javax.mail.internet.MimeMessage
Get all the headers for this header name, returned as a single String, with headers separated by the delimiter.
getHeader(String, String) - Method in interface javax.mail.internet.MimePart
Get the values of all header fields available for this header, returned as a single String, with the values separated by the delimiter.
getHeader(String) - Method in interface javax.mail.Part
Get all the headers for this header name.
getHeader(String) - Method in interface javax.servlet.http.HttpServletRequest
Returns the value of the specified request header as a String.
getHeader(String) - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getHeader(String name) on the wrapped request object.
getHeader(String) - Method in class javax.xml.soap.MimeHeaders
Returns all of the values for the specified header as an array of String objects.
getHeader() - Method in interface javax.xml.soap.SOAPEnvelope
Returns the SOAPHeader object for this SOAPEnvelope object.
getHeaderClass() - Method in class javax.faces.component.html.HtmlColumn
Return the value of the headerClass property.
getHeaderClass() - Method in class javax.faces.component.html.HtmlDataTable
Return the value of the headerClass property.
getHeaderClass() - Method in class javax.faces.component.html.HtmlPanelGrid
Return the value of the headerClass property.
getHeaderName() - Method in class javax.mail.search.HeaderTerm
Return the name of the header to compare with.
getHeaderNames() - Method in class javax.mail.FetchProfile
Get the names of the header-fields set in this profile.
getHeaderNames() - Method in interface javax.servlet.http.HttpServletRequest
Returns an enumeration of all the header names this request contains.
getHeaderNames() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getHeaderNames() on the wrapped request object.
getHeaders(String) - Method in interface javax.servlet.http.HttpServletRequest
Returns all the values of the specified request header as an Enumeration of String objects.
getHeaders(String) - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getHeaders(String name) on the wrapped request object.
getHeaders() - Method in class javax.xml.rpc.handler.GenericHandler
Gets the header blocks processed by this Handler instance.
getHeaders() - Method in interface javax.xml.rpc.handler.Handler
Gets the header blocks that can be processed by this Handler instance.
getHeaders() - Method in class javax.xml.rpc.handler.HandlerInfo
Gets the header blocks processed by this Handler.
getHeaders() - Method in interface javax.xml.ws.handler.soap.SOAPHandler
Gets the header blocks that can be processed by this Handler instance.
getHeaders(QName, JAXBContext, boolean) - Method in interface javax.xml.ws.handler.soap.SOAPMessageContext
Gets headers that have a particular qualified name from the message in the message context.
getHeapSize() - Method in interface javax.management.j2ee.statistics.JVMStats
Size of the JVM's heap.
getHeight() - Method in class javax.faces.component.html.HtmlGraphicImage
Return the value of the height property.
getHighWaterMark() - Method in interface javax.management.j2ee.statistics.RangeStatistic
The highest value this attribute has held since the beginning of the measurement.
getHomeHandle() - Method in interface javax.ejb.EJBHome
Obtain a handle for the remote home object.
getHomeInterfaceClass() - Method in interface javax.ejb.EJBMetaData
Obtain the Class object for the enterprise Bean's remote home interface.
getHost() - Method in class javax.mail.internet.NewsAddress
Get the host.
getHost() - Method in class javax.mail.URLName
Returns the host of this URLName.
getHreflang() - Method in class javax.faces.component.html.HtmlCommandLink
Return the value of the hreflang property.
getHreflang() - Method in class javax.faces.component.html.HtmlOutputLink
Return the value of the hreflang property.
getHttpSession() - Method in interface javax.xml.rpc.server.ServletEndpointContext
The getHttpSession method returns the current HTTP session (as a javax.servlet.http.HTTPSession).
getHumanPresentableName() - Method in class javax.activation.ActivationDataFlavor
Return the Human Presentable name.
getId() - Method in interface javax.enterprise.deploy.model.DDBean
Returns a tool-specific reference for attribute ID on an element in the deployment descriptor.
getId() - Method in class javax.faces.component.UIComponent
Return the component identifier of this UIComponent.
getId() - Method in class javax.faces.component.UIComponentBase
 
getId() - Method in class javax.faces.webapp.UIComponentClassicTagBase
Return the id value assigned by the page author.
getId() - Method in class javax.resource.spi.ConnectionEvent
Get the type of event
getId() - Method in interface javax.servlet.http.HttpSession
Returns a string containing the unique identifier assigned to this session.
getId() - Method in class javax.servlet.jsp.tagext.TagData
The value of the tag's id attribute.
getId() - Method in class javax.servlet.jsp.tagext.TagSupport
The value of the id attribute of this tag; or null.
getId() - Method in class javax.servlet.jsp.tagext.ValidationMessage
Get the jsp:id.
getId() - Method in interface javax.xml.registry.infomodel.Key
Returns the unique Id of this key.
getIdAttribute(TagAttributeInfo[]) - Static method in class javax.servlet.jsp.tagext.TagAttributeInfo
Convenience static method that goes through an array of TagAttributeInfo objects and looks for "id".
getIdentificationScheme() - Method in interface javax.xml.registry.infomodel.ExternalIdentifier
Gets the ClassificationScheme that is used as the identification scheme for identifying this object.
getIds() - Method in interface javax.servlet.http.HttpSessionContext
Deprecated. As of Java Servlet API 2.1 with no replacement. This method must return an empty Enumeration and will be removed in a future version of this API.
getIgnoreCase() - Method in class javax.mail.search.StringTerm
Return true if we should ignore case when matching.
getImage() - Method in class javax.faces.component.html.HtmlCommandButton
Return the value of the image property.
getImplementor() - Method in class javax.xml.ws.Endpoint
Returns the implementation object for this endpoint.
getIndexOfNextChildTag() - Method in class javax.faces.webapp.UIComponentClassicTagBase
 
getIndexOfNextChildTag() - Method in class javax.faces.webapp.UIComponentTagBase
Return the index of the next child to be added as a child of this tag.
getInfo() - Method in interface javax.ejb.Timer
Get the information associated with the timer at the time of creation.
getInfoClass() - Method in class javax.faces.component.html.HtmlMessage
Return the value of the infoClass property.
getInfoClass() - Method in class javax.faces.component.html.HtmlMessages
Return the value of the infoClass property.
getInfoString() - Method in class javax.servlet.jsp.tagext.TagInfo
The information string for the tag.
getInfoString() - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
Information (documentation) for this TLD.
getInfoStyle() - Method in class javax.faces.component.html.HtmlMessage
Return the value of the infoStyle property.
getInfoStyle() - Method in class javax.faces.component.html.HtmlMessages
Return the value of the infoStyle property.
getInitParameter(String) - Method in class javax.faces.context.ExternalContext
Return the value of the specified application initialization parameter (if any).
getInitParameter(String) - Method in interface javax.servlet.FilterConfig
Returns a String containing the value of the named initialization parameter, or null if the parameter does not exist.
getInitParameter(String) - Method in class javax.servlet.GenericServlet
Returns a String containing the value of the named initialization parameter, or null if the parameter does not exist.
getInitParameter(String) - Method in interface javax.servlet.ServletConfig
Returns a String containing the value of the named initialization parameter, or null if the parameter does not exist.
getInitParameter(String) - Method in interface javax.servlet.ServletContext
Returns a String containing the value of the named context-wide initialization parameter, or null if the parameter does not exist.
getInitParameterMap() - Method in class javax.faces.context.ExternalContext
Return an immutable Map whose keys are the set of application initialization parameter names configured for this application, and whose values are the corresponding parameter values.
getInitParameterNames() - Method in interface javax.servlet.FilterConfig
Returns the names of the filter's initialization parameters as an Enumeration of String objects, or an empty Enumeration if the filter has no initialization parameters.
getInitParameterNames() - Method in class javax.servlet.GenericServlet
Returns the names of the servlet's initialization parameters as an Enumeration of String objects, or an empty Enumeration if the servlet has no initialization parameters.
getInitParameterNames() - Method in interface javax.servlet.ServletConfig
Returns the names of the servlet's initialization parameters as an Enumeration of String objects, or an empty Enumeration if the servlet has no initialization parameters.
getInitParameterNames() - Method in interface javax.servlet.ServletContext
Returns the names of the context's initialization parameters as an Enumeration of String objects, or an empty Enumeration if the context has no initialization parameters.
getInitParameters() - Method in class javax.servlet.jsp.tagext.TagLibraryValidator
Get the init parameters data as an immutable Map.
getInputStream() - Method in class javax.activation.DataHandler
Get the InputStream for this object.
getInputStream() - Method in interface javax.activation.DataSource
This method returns an InputStream representing the data and throws the appropriate exception if it can not do so.
getInputStream() - Method in class javax.activation.FileDataSource
This method will return an InputStream representing the the data and will throw an IOException if it can not do so.
getInputStream() - Method in class javax.activation.URLDataSource
The getInputStream method from the URL.
getInputStream() - Method in class javax.mail.internet.MimeBodyPart
Return a decoded input stream for this body part's "content".
getInputStream() - Method in class javax.mail.internet.MimeMessage
Return a decoded input stream for this Message's "content".
getInputStream() - Method in class javax.mail.internet.MimePartDataSource
Returns an input stream from this MimePart.
getInputStream() - Method in interface javax.mail.Part
Return an input stream for this part's "content".
getInputStream() - Method in class javax.mail.util.ByteArrayDataSource
Return an InputStream for the data.
getInputStream() - Method in class javax.servlet.jsp.tagext.PageData
Returns an input stream on the XML view of a JSP page.
getInputStream() - Method in interface javax.servlet.ServletRequest
Retrieves the body of the request as binary data using a ServletInputStream.
getInputStream() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getInputStream() on the wrapped request object.
getInstance() - Static method in class javax.enterprise.deploy.shared.factories.DeploymentFactoryManager
Retrieve the Singleton DeploymentFactoryManager
getInstance(Properties, Authenticator) - Static method in class javax.mail.Session
Get a new Session object.
getInstance(Properties) - Static method in class javax.mail.Session
Get a new Session object.
getInt(String) - Method in interface javax.jms.MapMessage
Returns the int value with the specified name.
getInteractionSpecsSupported() - Method in interface javax.resource.cci.ResourceAdapterMetaData
Returns an array of fully-qualified names of InteractionSpec types supported by the CCI implementation for this resource adapter.
getIntHeader(String) - Method in interface javax.servlet.http.HttpServletRequest
Returns the value of the specified request header as an int.
getIntHeader(String) - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getIntHeader(String name) on the wrapped request object.
getIntProperty(String) - Method in interface javax.jms.Message
Returns the value of the int property with the specified name.
getInvalidAddresses() - Method in class javax.mail.event.TransportEvent
Return the addresses to which this message could not be sent.
getInvalidAddresses() - Method in exception javax.mail.SendFailedException
Return the addresses to which this message could not be sent.
getInvalidConnections(Set) - Method in interface javax.resource.spi.ValidatingManagedConnectionFactory
This method returns a set of invalid ManagedConnection objects chosen from a specified set of ManagedConnection objects.
getInvalidPropertyDescriptors() - Method in exception javax.resource.spi.InvalidPropertyException
Get the list of invalid properties.
getInvokedBusinessInterface() - Method in interface javax.ejb.SessionContext
Obtain the business interface through which the current business method invocation was made.
getItemDescription() - Method in class javax.faces.component.UISelectItem
Return the description for this selection item.
getItemLabel() - Method in class javax.faces.component.UISelectItem
Return the localized label for this selection item.
getItems() - Method in class javax.mail.FetchProfile
Get the items set in this profile.
getItemValue() - Method in class javax.faces.component.UISelectItem
Return the server value for this selection item.
getJarFileUrls() - Method in interface javax.persistence.spi.PersistenceUnitInfo
Returns a list of URLs for the jar files or exploded jar file directories that the persistence provider must examine for managed classes of the persistence unit.
getJavaEncoding(String) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
Gets the corresponding Java encoding name from an IANA name.
getJAXBNode(XmlNode) - Method in class javax.xml.bind.Binder
Gets the JAXB object associated with the given XML element.
getJdbcDataSource() - Method in interface javax.management.j2ee.statistics.JDBCConnectionStats
Identifies the JDBC driver for the corresponding JDBCConnection.
getJMSCorrelationID() - Method in interface javax.jms.Message
Gets the correlation ID for the message.
getJMSCorrelationIDAsBytes() - Method in interface javax.jms.Message
Gets the correlation ID as an array of bytes for the message.
getJMSDeliveryMode() - Method in interface javax.jms.Message
Gets the DeliveryMode value specified for this message.
getJMSDestination() - Method in interface javax.jms.Message
Gets the Destination object for this message.
getJMSExpiration() - Method in interface javax.jms.Message
Gets the message's expiration value.
getJMSMajorVersion() - Method in interface javax.jms.ConnectionMetaData
Gets the JMS major version number.
getJMSMessageID() - Method in interface javax.jms.Message
Gets the message ID.
getJMSMinorVersion() - Method in interface javax.jms.ConnectionMetaData
Gets the JMS minor version number.
getJMSPriority() - Method in interface javax.jms.Message
Gets the message priority level.
getJMSProviderName() - Method in interface javax.jms.ConnectionMetaData
Gets the JMS provider name.
getJMSRedelivered() - Method in interface javax.jms.Message
Gets an indication of whether this message is being redelivered.
getJMSReplyTo() - Method in interface javax.jms.Message
Gets the Destination object to which a reply to this message should be sent.
getJMSTimestamp() - Method in interface javax.jms.Message
Gets the message timestamp.
getJMSType() - Method in interface javax.jms.Message
Gets the message type identifier supplied by the client when the message was sent.
getJMSVersion() - Method in interface javax.jms.ConnectionMetaData
Gets the JMS API version.
getJMSXPropertyNames() - Method in interface javax.jms.ConnectionMetaData
Gets an enumeration of the JMSX property names.
getJspApplicationContext(ServletContext) - Method in class javax.servlet.jsp.JspFactory
Obtains the JspApplicationContext instance associated with the web application for the given ServletContext.
getJspBody() - Method in class javax.servlet.jsp.tagext.SimpleTagSupport
Returns the body passed in by the container via setJspBody.
getJspContext() - Method in class javax.servlet.jsp.tagext.JspFragment
Returns the JspContext that is bound to this JspFragment.
getJspContext() - Method in class javax.servlet.jsp.tagext.SimpleTagSupport
Returns the page context passed in by the container via setJspContext.
getJspId() - Method in class javax.faces.webapp.UIComponentClassicTagBase
 
getJtaDataSource() - Method in interface javax.persistence.spi.PersistenceUnitInfo
Returns the JTA-enabled data source to be used by the persistence provider.
getKey() - Method in interface javax.xml.registry.infomodel.RegistryObject
Gets the key representing the universally unique ID (UUID) for this object.
getKeys() - Method in interface javax.security.jacc.PolicyContextHandler
This public method returns the keys identifying the context objects supported by the handler.
getLabel() - Method in class javax.faces.component.html.HtmlCommandButton
Return the value of the label property.
getLabel() - Method in class javax.faces.component.html.HtmlInputSecret
Return the value of the label property.
getLabel() - Method in class javax.faces.component.html.HtmlInputText
Return the value of the label property.
getLabel() - Method in class javax.faces.component.html.HtmlInputTextarea
Return the value of the label property.
getLabel() - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
Return the value of the label property.
getLabel() - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
Return the value of the label property.
getLabel() - Method in class javax.faces.component.html.HtmlSelectManyListbox
Return the value of the label property.
getLabel() - Method in class javax.faces.component.html.HtmlSelectManyMenu
Return the value of the label property.
getLabel() - Method in class javax.faces.component.html.HtmlSelectOneListbox
Return the value of the label property.
getLabel() - Method in class javax.faces.component.html.HtmlSelectOneMenu
Return the value of the label property.
getLabel() - Method in class javax.faces.component.html.HtmlSelectOneRadio
Return the value of the label property.
getLabel() - Method in class javax.faces.model.SelectItem
Return the label of this item, to be rendered visibly for the user.
getLang() - Method in class javax.faces.component.html.HtmlCommandButton
Return the value of the lang property.
getLang() - Method in class javax.faces.component.html.HtmlCommandLink
Return the value of the lang property.
getLang() - Method in class javax.faces.component.html.HtmlDataTable
Return the value of the lang property.
getLang() - Method in class javax.faces.component.html.HtmlForm
Return the value of the lang property.
getLang() - Method in class javax.faces.component.html.HtmlGraphicImage
Return the value of the lang property.
getLang() - Method in class javax.faces.component.html.HtmlInputSecret
Return the value of the lang property.
getLang() - Method in class javax.faces.component.html.HtmlInputText
Return the value of the lang property.
getLang() - Method in class javax.faces.component.html.HtmlInputTextarea
Return the value of the lang property.
getLang() - Method in class javax.faces.component.html.HtmlMessage
Return the value of the lang property.
getLang() - Method in class javax.faces.component.html.HtmlMessages
Return the value of the lang property.
getLang() - Method in class javax.faces.component.html.HtmlOutputFormat
Return the value of the lang property.
getLang() - Method in class javax.faces.component.html.HtmlOutputLabel
Return the value of the lang property.
getLang() - Method in class javax.faces.component.html.HtmlOutputLink
Return the value of the lang property.
getLang() - Method in class javax.faces.component.html.HtmlOutputText
Return the value of the lang property.
getLang() - Method in class javax.faces.component.html.HtmlPanelGrid
Return the value of the lang property.
getLang() - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
Return the value of the lang property.
getLang() - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
Return the value of the lang property.
getLang() - Method in class javax.faces.component.html.HtmlSelectManyListbox
Return the value of the lang property.
getLang() - Method in class javax.faces.component.html.HtmlSelectManyMenu
Return the value of the lang property.
getLang() - Method in class javax.faces.component.html.HtmlSelectOneListbox
Return the value of the lang property.
getLang() - Method in class javax.faces.component.html.HtmlSelectOneMenu
Return the value of the lang property.
getLang() - Method in class javax.faces.component.html.HtmlSelectOneRadio
Return the value of the lang property.
getLargeIcon() - Method in class javax.servlet.jsp.tagext.TagInfo
Get the path to the large icon.
getLastAccessedTime() - Method in interface javax.servlet.http.HttpSession
Returns the last time the client sent a request associated with this session, as the number of milliseconds since midnight January 1, 1970 GMT, and marked by the time the container received the request.
getLastModified(HttpServletRequest) - Method in class javax.servlet.http.HttpServlet
Returns the time the HttpServletRequest object was last modified, in milliseconds since midnight January 1, 1970 GMT.
getLastName() - Method in interface javax.xml.registry.infomodel.PersonName
Gets the last name (surname) for this Person.
getLastSampleTime() - Method in interface javax.management.j2ee.statistics.Statistic
The time of the last measurement represented as a long, whose value is the number of milliseconds since January 1, 1970, 00:00:00.
getLayout() - Method in class javax.faces.component.html.HtmlMessages
Return the value of the layout property.
getLayout() - Method in class javax.faces.component.html.HtmlPanelGroup
Return the value of the layout property.
getLayout() - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
Return the value of the layout property.
getLayout() - Method in class javax.faces.component.html.HtmlSelectOneRadio
Return the value of the layout property.
getLifecycle(String) - Method in class javax.faces.lifecycle.LifecycleFactory
Create (if needed) and return a Lifecycle instance for the specified lifecycle identifier.
getLifecycleIds() - Method in class javax.faces.lifecycle.LifecycleFactory
Return an Iterator over the set of lifecycle identifiers supported by this factory.
getLifeCycleManager() - Method in interface javax.xml.registry.infomodel.RegistryObject
Returns the LifeCycleManager that created this object.
getLineCount() - Method in class javax.mail.internet.MimeBodyPart
Return the number of lines for the content of this Part.
getLineCount() - Method in class javax.mail.internet.MimeMessage
Return the number of lines for the content of this message.
getLineCount() - Method in interface javax.mail.Part
Return the number of lines in the content of this part.
getLineNumber() - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
 
getLineNumber() - Method in interface javax.xml.bind.ValidationEventLocator
Return the line number if available
getLineNumber() - Method in interface javax.xml.stream.Location
Return the line number where the current event ends, returns -1 if none is available.
getLinkedCause() - Method in exception javax.xml.rpc.JAXRPCException
Gets the Linked cause
getLinkedCause() - Method in exception javax.xml.rpc.ServiceException
Gets the Linked cause
getLinkedException() - Method in exception javax.jms.JMSException
Gets the exception linked to this one.
getLinkedException() - Method in exception javax.resource.ResourceException
Deprecated. J2SE release 1.4 supports a chained exception facility that allows any throwable to know about another throwable, if any, that caused it to get thrown. Refer to getCause and initCause methods of the java.lang.Throwable class..
getLinkedException() - Method in class javax.xml.bind.helpers.ValidationEventImpl
 
getLinkedException() - Method in exception javax.xml.bind.JAXBException
Get the linked exception
getLinkedException() - Method in exception javax.xml.bind.TypeConstraintException
Get the linked exception
getLinkedException() - Method in interface javax.xml.bind.ValidationEvent
Retrieve the linked exception for this warning/error.
getLinkedObjects() - Method in interface javax.xml.registry.infomodel.ExternalLink
Gets the collection of RegistryObjects that are annotated by this ExternalLink.
getLinkedWarning() - Method in exception javax.resource.cci.ResourceWarning
Deprecated. J2SE release 1.4 supports a chained exception facility that allows any throwable to know about another throwable, if any, that caused it to get thrown. Refer to getCause and initCause methods of the java.lang.Throwable class.
getListener() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
 
getListener() - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
getListener() - Method in interface javax.xml.bind.Marshaller
Return Marshaller.Listener registered with this Marshaller.
getListener() - Method in interface javax.xml.bind.Unmarshaller
Return Unmarshaller.Listener registered with this Unmarshaller.
getListenerRegistry() - Method in interface javax.management.j2ee.Management
Returns the listener registry implementation for this MEJB.
getLocalAddr() - Method in interface javax.servlet.ServletRequest
Returns the Internet Protocol (IP) address of the interface on which the request was received.
getLocalAddr() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getLocalAddr() on the wrapped request object.
getLocalAddress(Session) - Static method in class javax.mail.internet.InternetAddress
Return an InternetAddress object representing the current user.
getLocale() - Method in class javax.el.ELContext
Get the Locale stored by a previous invocation to ELContext.setLocale(java.util.Locale).
getLocale() - Method in class javax.faces.component.UIViewRoot
Return the Locale to be used in localizing the response being created for this view.
getLocale() - Method in class javax.faces.convert.DateTimeConverter
Return the Locale to be used when parsing or formatting dates and times.
getLocale() - Method in class javax.faces.convert.NumberConverter
Return the Locale to be used when parsing numbers.
getLocale() - Method in interface javax.servlet.ServletRequest
Returns the preferred Locale that the client will accept content in, based on the Accept-Language header.
getLocale() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getLocale() on the wrapped request object.
getLocale() - Method in interface javax.servlet.ServletResponse
Returns the locale specified for this response using the ServletResponse.setLocale(java.util.Locale) method.
getLocale() - Method in class javax.servlet.ServletResponseWrapper
The default behavior of this method is to return getLocale() on the wrapped response object.
getLocale() - Method in interface javax.xml.registry.infomodel.LocalizedString
Get the Locale for this object.
getLocales() - Method in interface javax.servlet.ServletRequest
Returns an Enumeration of Locale objects indicating, in decreasing order starting with the preferred locale, the locales that are acceptable to the client based on the Accept-Language header.
getLocales() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getLocales() on the wrapped request object.
getLocalizedString(Locale, String) - Method in interface javax.xml.registry.infomodel.InternationalString
Gets the LocalizedString for the specified Locale and charsetName.
getLocalizedStrings() - Method in interface javax.xml.registry.infomodel.InternationalString
Returns the LocalizedStrings associated with this object.
getLocalName() - Method in interface javax.servlet.ServletRequest
Returns the host name of the Internet Protocol (IP) interface on which the request was received.
getLocalName() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getLocalName() on the wrapped request object.
getLocalName() - Method in interface javax.xml.soap.Name
Gets the local name part of the XML name that this Name object represents.
getLocalName() - Method in class javax.xml.stream.util.StreamReaderDelegate
 
getLocalName() - Method in interface javax.xml.stream.XMLStreamReader
Returns the (local) name of the current event.
getLocalPort() - Method in interface javax.servlet.ServletRequest
Returns the Internet Protocol (IP) port number of the interface on which the request was received.
getLocalPort() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getLocalPort() on the wrapped request object.
getLocalTransaction() - Method in interface javax.resource.cci.Connection
Returns an LocalTransaction instance that enables a component to demarcate resource manager local transactions on the Connection.
getLocalTransaction() - Method in interface javax.resource.spi.ManagedConnection
Returns an javax.resource.spi.LocalTransaction instance.
getLocalValue() - Method in class javax.faces.component.UIOutput
 
getLocalValue() - Method in interface javax.faces.component.ValueHolder
Return the local value of this UIComponent (if any), without evaluating any associated ValueExpression.
getLocation() - Method in interface javax.xml.stream.events.XMLEvent
Return the location of this event.
getLocation() - Method in class javax.xml.stream.util.StreamReaderDelegate
 
getLocation() - Method in exception javax.xml.stream.XMLStreamException
Gets the location of the exception
getLocation() - Method in interface javax.xml.stream.XMLStreamReader
Return the current location of the processor.
getLocator() - Method in class javax.xml.bind.helpers.ValidationEventImpl
 
getLocator() - Method in interface javax.xml.bind.ValidationEvent
Retrieve the locator for this warning/error.
getLogWriter() - Method in interface javax.resource.spi.ManagedConnection
Gets the log writer for this ManagedConnection instance.
getLogWriter() - Method in interface javax.resource.spi.ManagedConnectionFactory
Get the log writer for this ManagedConnectionFactory instance.
getLong(String) - Method in interface javax.jms.MapMessage
Returns the long value with the specified name.
getLongdesc() - Method in class javax.faces.component.html.HtmlGraphicImage
Return the value of the longdesc property.
getLongProperty(String) - Method in interface javax.jms.Message
Returns the value of the long property with the specified name.
getLowerBound() - Method in interface javax.management.j2ee.statistics.BoundaryStatistic
The lower limit of the value of this attribute.The upper limit of the value of this attribute.
getLowWaterMark() - Method in interface javax.management.j2ee.statistics.RangeStatistic
The lowest value this attribute has held since the beginning of the measurement.
getMajorVersion() - Method in interface javax.servlet.ServletContext
Returns the major version of the Java Servlet API that this servlet container supports.
getMajorVersion() - Method in interface javax.xml.registry.infomodel.Versionable
Gets the major revision number for this version of the Versionable object.
getManagedClassNames() - Method in interface javax.persistence.spi.PersistenceUnitInfo
Returns the list of the names of the classes that the persistence provider must add it to its set of managed classes.
getManagedConnectionFactory() - Method in interface javax.management.j2ee.statistics.JCAConnectionStats
Returns the associated JCAManagedConnectionFactory OBJECT_NAME
getManagedConnectionFactory() - Method in class javax.resource.spi.security.PasswordCredential
Gets the target ManagedConnectionFactory for which the user name and password has been set by the application server.
getMapNames() - Method in interface javax.jms.MapMessage
Returns an Enumeration of all the names in the MapMessage object.
getMappingFileNames() - Method in interface javax.persistence.spi.PersistenceUnitInfo
Returns the list of mapping file names that the persistence provider must load to determine the mappings for the entity classes.
getMatchingHeaderLines(String[]) - Method in class javax.mail.internet.InternetHeaders
Return all matching header lines as an Enumeration of Strings.
getMatchingHeaderLines(String[]) - Method in class javax.mail.internet.MimeBodyPart
Get matching header lines as an Enumeration of Strings.
getMatchingHeaderLines(String[]) - Method in class javax.mail.internet.MimeMessage
Get matching header lines as an Enumeration of Strings.
getMatchingHeaderLines(String[]) - Method in interface javax.mail.internet.MimePart
Get matching header lines as an Enumeration of Strings.
getMatchingHeaders(String[]) - Method in class javax.mail.internet.InternetHeaders
Return all matching Header objects.
getMatchingHeaders(String[]) - Method in class javax.mail.internet.MimeBodyPart
Return matching headers from this Message as an Enumeration of Header objects.
getMatchingHeaders(String[]) - Method in class javax.mail.internet.MimeMessage
Return matching headers from this Message as an Enumeration of Header objects.
getMatchingHeaders(String[]) - Method in interface javax.mail.Part
Return matching headers from this part as an Enumeration of Header objects.
getMatchingHeaders(String[]) - Method in class javax.xml.soap.MimeHeaders
Returns all the MimeHeader objects whose name matches a name in the given array of names.
getMatchingMimeHeaders(String[]) - Method in class javax.xml.soap.AttachmentPart
Retrieves all MimeHeader objects that match a name in the given array.
getMatchingMimeHeaders(String[]) - Method in class javax.xml.soap.SOAPPart
Retrieves all MimeHeader objects that match a name in the given array.
getMaxAge() - Method in class javax.servlet.http.Cookie
Returns the maximum age of the cookie, specified in seconds, By default, -1 indicating the cookie will persist until browser shutdown.
getMaxConnections() - Method in interface javax.resource.spi.ManagedConnectionMetaData
Returns maximum limit on number of active concurrent connections that an EIS instance can support across client processes.
getMaxFractionDigits() - Method in class javax.faces.convert.NumberConverter
Return the maximum number of digits getAsString() should render in the fraction portion of the result.
getMaximum() - Method in class javax.faces.validator.DoubleRangeValidator
Return the maximum value to be enforced by this Validator or Double.MAX_VALUE if it has not been set.
getMaximum() - Method in class javax.faces.validator.LengthValidator
Return the maximum length to be enforced by this Validator, or 0 if the maximum has not been set.
getMaximum() - Method in class javax.faces.validator.LongRangeValidator
Return the maximum value to be enforced by this Validator.
getMaximumSeverity() - Method in class javax.faces.context.FacesContext
Return the maximum severity level recorded on any FacesMessages that has been queued, whether or not they are associated with any specific UIComponent.
getMaxInactiveInterval() - Method in interface javax.servlet.http.HttpSession
Returns the maximum time interval, in seconds, that the servlet container will keep this session open between client accesses.
getMaxIntegerDigits() - Method in class javax.faces.convert.NumberConverter
Return the maximum number of digits getAsString() should render in the integer portion of the result.
getMaxlength() - Method in class javax.faces.component.html.HtmlInputSecret
Return the value of the maxlength property.
getMaxlength() - Method in class javax.faces.component.html.HtmlInputText
Return the value of the maxlength property.
getMaxTime() - Method in interface javax.management.j2ee.statistics.TimeStatistic
The maximum amount of time taken to complete one invocation of this operation since the beginning of this measurement.
getMBeanCount() - Method in interface javax.management.j2ee.Management
Returns the number of managed objects registered in the MEJB.
getMBeanInfo(ObjectName) - Method in interface javax.management.j2ee.Management
This method discovers the attributes and operations that a managed object exposes for management.
getMechanismType() - Method in interface javax.xml.rpc.encoding.Deserializer
Gets the type of the XML processing mechanism and representation used by this Deserializer.
getMechanismType() - Method in interface javax.xml.rpc.encoding.Serializer
Gets the type of the XML processing mechanism and representation used by this Serializer.
getMechType() - Method in interface javax.resource.spi.security.GenericCredential
Deprecated. Returns the mechanism type for the GenericCredential instance.
getMessage() - Method in exception javax.ejb.EJBException
Returns the detail message, including the message from the nested exception if there is one.
getMessage() - Method in interface javax.enterprise.deploy.spi.status.DeploymentStatus
Retrieve any additional information about the status of this event.
getMessage() - Method in exception javax.faces.application.ViewExpiredException
Return the message for this exception prepended with the view identifier if the view identifier is not null, otherwise, return the message.
getMessage() - Method in class javax.mail.event.MessageChangedEvent
Return the changed Message.
getMessage() - Method in class javax.mail.event.StoreEvent
Get the message from the Store.
getMessage() - Method in class javax.mail.event.TransportEvent
Get the Message object associated with this Transport Event.
getMessage(int) - Method in class javax.mail.Folder
Get the Message object corresponding to the given message number.
getMessage() - Method in class javax.mail.MessageContext
Return the Message that contains the content.
getMessage() - Method in exception javax.resource.ResourceException
Returns a detailed message string describing this exception.
getMessage() - Method in class javax.servlet.jsp.tagext.ValidationMessage
Get the localized validation message.
getMessage() - Method in class javax.xml.bind.helpers.ValidationEventImpl
 
getMessage() - Method in interface javax.xml.bind.ValidationEvent
Retrieve the text message for this warning/error.
getMessage() - Method in exception javax.xml.registry.JAXRException
Returns the detail message for this JAXRException object.
getMessage() - Method in interface javax.xml.rpc.handler.soap.SOAPMessageContext
Gets the SOAPMessage from this message context
getMessage() - Method in exception javax.xml.soap.SOAPException
Returns the detail message for this SOAPException object.
getMessage() - Method in error javax.xml.stream.FactoryConfigurationError
Report the message associated with this error
getMessage() - Method in interface javax.xml.ws.handler.LogicalMessageContext
Gets the message from this message context
getMessage() - Method in interface javax.xml.ws.handler.soap.SOAPMessageContext
Gets the SOAPMessage from this message context.
getMessageBundle() - Method in class javax.faces.application.Application
Return the fully qualified class name of the ResourceBundle to be used for JavaServer Faces messages for this application.
getMessageByUID(long) - Method in interface javax.mail.UIDFolder
Get the Message corresponding to the given UID.
getMessageChangeType() - Method in class javax.mail.event.MessageChangedEvent
Return the type of this event.
getMessageContext() - Method in interface javax.ejb.SessionContext
Obtain a reference to the JAX-RPC MessageContext.
getMessageContext() - Method in class javax.mail.internet.MimePartDataSource
Return the MessageContext for the current part.
getMessageContext() - Method in interface javax.mail.MessageAware
Return the message context.
getMessageContext() - Method in interface javax.xml.rpc.server.ServletEndpointContext
The method getMessageContext returns the MessageContext targeted for this endpoint instance.
getMessageContext() - Method in interface javax.xml.ws.WebServiceContext
Returns the MessageContext for the request being served at the time this method is called.
getMessageCount() - Method in class javax.mail.Folder
Get total number of messages in this Folder.
getMessageCount() - Method in interface javax.management.j2ee.statistics.JMSEndpointStats
Number of messages sent or received.
getMessageCount() - Method in interface javax.management.j2ee.statistics.JMSSessionStats
Number of messages exchanged.
getMessageCount() - Method in interface javax.management.j2ee.statistics.MessageDrivenBeanStats
Number of messages received.
getMessageFactory() - Method in interface javax.xml.ws.soap.SOAPBinding
Gets the SAAJ MessageFactory instance used by this SOAP binding.
getMessageID() - Method in class javax.mail.internet.MimeMessage
Returns the value of the "Message-ID" header field.
getMessageListener() - Method in interface javax.jms.MessageConsumer
Gets the message consumer's MessageListener.
getMessageListener() - Method in interface javax.jms.Session
Returns the session's distinguished message listener (optional).
getMessageNumber() - Method in class javax.mail.Message
Get the Message number for this Message.
getMessages() - Method in class javax.faces.context.FacesContext
Return an Iterator over the FacesMessages that have been queued, whether or not they are associated with any specific client identifier.
getMessages(String) - Method in class javax.faces.context.FacesContext
Return an Iterator over the FacesMessages that have been queued that are associated with the specified client identifier (if clientId is not null), or over the FacesMessages that have been queued that are not associated with any specific client identifier (if clientId is null).
getMessages() - Method in class javax.mail.event.MessageCountEvent
Return the array of messages added or removed.
getMessages(int, int) - Method in class javax.mail.Folder
Get the Message objects for message numbers ranging from start through end, both start and end inclusive.
getMessages(int[]) - Method in class javax.mail.Folder
Get the Message objects for message numbers specified in the array.
getMessages() - Method in class javax.mail.Folder
Get all Message objects from this Folder.
getMessagesByUID(long, long) - Method in interface javax.mail.UIDFolder
Get the Messages specified by the given range.
getMessagesByUID(long[]) - Method in interface javax.mail.UIDFolder
Get the Messages specified by the given array of UIDs.
getMessageSelector() - Method in interface javax.jms.MessageConsumer
Gets this message consumer's message selector expression.
getMessageSelector() - Method in interface javax.jms.QueueBrowser
Gets this queue browser's message selector expression.
getMessageType() - Method in class javax.mail.event.StoreEvent
Return the type of this event.
getMessageWaitTime() - Method in interface javax.management.j2ee.statistics.JMSEndpointStats
Time spent by a message before being delivered.
getMessageWaitTime() - Method in interface javax.management.j2ee.statistics.JMSSessionStats
Time spent by a message before being delivered.
getMetaData() - Method in interface javax.jms.Connection
Gets the metadata for this connection.
getMetaData() - Method in interface javax.resource.cci.Connection
Gets the information on the underlying EIS instance represented through an active connection.
getMetaData() - Method in interface javax.resource.cci.ConnectionFactory
Gets metadata for the Resource Adapter.
getMetaData() - Method in interface javax.resource.spi.ManagedConnection
Gets the metadata information for this connection's underlying EIS resource manager instance.
getMetadata() - Method in class javax.xml.ws.Endpoint
Returns a list of metadata documents for the service.
getMethod() - Method in interface javax.interceptor.InvocationContext
Returns the method of the bean class for which the interceptor was invoked.
getMethod() - Method in interface javax.servlet.http.HttpServletRequest
Returns the name of the HTTP method with which this request was made, for example, GET, POST, or PUT.
getMethod() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getMethod() on the wrapped request object.
getMethodInfo(ELContext) - Method in class javax.el.MethodExpression
Evaluates the expression relative to the provided context, and returns information about the actual referenced method.
getMethodReadyCount() - Method in interface javax.management.j2ee.statistics.SessionBeanStats
Number of beans in the method-ready state.
getMethodSignature() - Method in class javax.servlet.jsp.tagext.TagAttributeInfo
Returns the expected method signature of this deferred method attribute.
getMiddleName() - Method in interface javax.xml.registry.infomodel.PersonName
Gets the middle name for this Person.
getMimeHeader(String) - Method in class javax.xml.soap.AttachmentPart
Gets all the values of the header identified by the given String.
getMimeHeader(String) - Method in class javax.xml.soap.SOAPPart
Gets all the values of the MimeHeader object in this SOAPPart object that is identified by the given String.
getMimeHeaders() - Method in class javax.xml.soap.SOAPMessage
Returns all the transport-specific MIME headers for this SOAPMessage object in a transport-independent fashion.
getMimeType() - Method in class javax.activation.ActivationDataFlavor
Return the MIME type for this DataFlavor.
getMimeType(String) - Method in interface javax.servlet.ServletContext
Returns the MIME type of the specified file, or null if the MIME type is not known.
getMimeType() - Method in interface javax.xml.registry.infomodel.ExtrinsicObject
Gets the mime type associated with this object.
getMimeTypes() - Method in class javax.activation.CommandMap
Get all the MIME types known to this command map.
getMimeTypes() - Method in class javax.activation.MailcapCommandMap
Get all the MIME types known to this command map.
getMinFractionDigits() - Method in class javax.faces.convert.NumberConverter
Return the minimum number of digits getAsString() should render in the fraction portion of the result.
getMinimum() - Method in class javax.faces.validator.DoubleRangeValidator
Return the minimum value to be enforced by this Validator, or Double.MIN_VALUE if it has not been set.
getMinimum() - Method in class javax.faces.validator.LengthValidator
Return the minimum length to be enforced by this Validator, or 0 if the minimum has not been set.
getMinimum() - Method in class javax.faces.validator.LongRangeValidator
Return the minimum value to be enforced by this Validator.
getMinIntegerDigits() - Method in class javax.faces.convert.NumberConverter
Return the minimum number of digits getAsString() should render in the integer portion of the result.
getMinorVersion() - Method in interface javax.servlet.ServletContext
Returns the minor version of the Servlet API that this servlet container supports.
getMinorVersion() - Method in interface javax.xml.registry.infomodel.Versionable
Gets the minor revision number for this version of the Versionable object.
getMinTime() - Method in interface javax.management.j2ee.statistics.TimeStatistic
The minimum amount of time taken to complete one invocation of this operation since the beginning of this measurement.
getMode() - Method in class javax.mail.Folder
Return the open mode of this folder.
getModuleDTDVersion() - Method in interface javax.enterprise.deploy.model.DDBeanRoot
Deprecated. As of version 1.1 replaced by DDBeanRoot.getDDBeanRootVersion()
getModuleDTDVersion() - Method in interface javax.enterprise.deploy.model.DeployableObject
Deprecated. As of version 1.1 replaced by DDBeanRoot.getDDBeanRootVersion()
getModuleExtension() - Method in class javax.enterprise.deploy.shared.ModuleType
Return the file extension string for this enumeration.
getModuleID() - Method in interface javax.enterprise.deploy.spi.TargetModuleID
Retrieve the id assigned to represent the deployed module.
getModuleType(int) - Static method in class javax.enterprise.deploy.shared.ModuleType
Return an object of the specified value.
getModuleUris(ModuleType) - Method in interface javax.enterprise.deploy.model.J2eeApplicationObject
Return the list of URIs of the designated module type.
getModuleUris() - Method in interface javax.enterprise.deploy.model.J2eeApplicationObject
Return the list of URIs for all modules in the application.
getMustUnderstand() - Method in interface javax.xml.soap.SOAPHeaderElement
Returns the boolean value of the mustUnderstand attribute for this SOAPHeaderElement.
getName() - Method in class javax.activation.DataHandler
Return the name of the data object.
getName() - Method in interface javax.activation.DataSource
Return the name of this object where the name of the object is dependant on the nature of the underlying objects.
getName() - Method in class javax.activation.FileDataSource
Return the name of this object.
getName() - Method in class javax.activation.URLDataSource
Calls the getFile method on the URL used to instantiate the object.
getName() - Method in class javax.el.MethodInfo
Returns the name of the method
getName() - Method in interface javax.enterprise.deploy.spi.Target
Retrieve the name of the target server.
getName() - Method in class javax.faces.component.UIParameter
Return the optional parameter name for this parameter.
getName() - Method in class javax.faces.webapp.FacetTag
Return the name to be assigned to this facet.
getName() - Method in class javax.mail.Folder
Returns the name of this Folder.
getName() - Method in class javax.mail.Header
Returns the name of this header.
getName() - Method in class javax.mail.internet.MimePartDataSource
DataSource method to return a name.
getName() - Method in class javax.mail.util.ByteArrayDataSource
Get the name of the data.
getName() - Method in interface javax.management.j2ee.statistics.Statistic
The name of this Statistic.
getName() - Method in interface javax.resource.spi.security.GenericCredential
Deprecated. Returns the name of the resource principal associated with a GenericCredential instance.
getName() - Method in class javax.servlet.http.Cookie
Returns the name of the cookie.
getName() - Method in class javax.servlet.http.HttpSessionBindingEvent
Returns the name with which the attribute is bound to or unbound from the session.
getName() - Method in class javax.servlet.jsp.tagext.FunctionInfo
The name of the function.
getName() - Method in class javax.servlet.jsp.tagext.TagAttributeInfo
The name of this attribute.
getName() - Method in class javax.servlet.jsp.tagext.TagFileInfo
The unique action name of this tag.
getName() - Method in class javax.servlet.ServletContextAttributeEvent
Return the name of the attribute that changed on the ServletContext.
getName() - Method in class javax.servlet.ServletRequestAttributeEvent
Return the name of the attribute that changed on the ServletRequest.
getName() - Method in class javax.xml.bind.JAXBElement
Returns the xml element tag name.
getName() - Method in interface javax.xml.registry.infomodel.RegistryObject
Gets the user-friendly name of this object.
getName() - Method in interface javax.xml.registry.infomodel.Slot
Gets the name for this Slot.
getName() - Method in class javax.xml.soap.MimeHeader
Returns the name of this MimeHeader object.
getName() - Method in interface javax.xml.stream.events.Attribute
Returns the QName for this attribute
getName() - Method in interface javax.xml.stream.events.EndElement
Get the name of this event
getName() - Method in interface javax.xml.stream.events.EntityDeclaration
The entity's name
getName() - Method in interface javax.xml.stream.events.EntityReference
The name of the entity
getName() - Method in interface javax.xml.stream.events.NotationDeclaration
The notation name.
getName() - Method in interface javax.xml.stream.events.StartElement
Get the name of this event
getName() - Method in class javax.xml.stream.util.StreamReaderDelegate
 
getName() - Method in interface javax.xml.stream.XMLStreamReader
Returns a QName for the current START_ELEMENT or END_ELEMENT event
getNamedDispatcher(String) - Method in interface javax.servlet.ServletContext
Returns a RequestDispatcher object that acts as a wrapper for the named servlet.
getNameFromAttribute() - Method in class javax.servlet.jsp.tagext.TagVariableInfo
The body of the <name-from-attribute> element.
getNameGiven() - Method in class javax.servlet.jsp.tagext.TagVariableInfo
The body of the <name-given> element.
getNames() - Method in class javax.activation.MimeTypeParameterList
Retrieve an enumeration of all the names in this list.
getNames() - Method in class javax.mail.internet.ParameterList
Return an enumeration of the names of all parameters in this list.
getNamespaceContext() - Method in interface javax.xml.stream.events.StartElement
Gets a read-only namespace context.
getNamespaceContext() - Method in class javax.xml.stream.util.StreamReaderDelegate
 
getNamespaceContext() - Method in interface javax.xml.stream.XMLEventWriter
Returns the current namespace context.
getNamespaceContext() - Method in interface javax.xml.stream.XMLStreamReader
Returns a read only namespace context for the current position.
getNamespaceContext() - Method in interface javax.xml.stream.XMLStreamWriter
Returns the current namespace context.
getNamespaceCount() - Method in class javax.xml.stream.util.StreamReaderDelegate
 
getNamespaceCount() - Method in interface javax.xml.stream.XMLStreamReader
Returns the count of namespaces declared on this START_ELEMENT or END_ELEMENT, this method is only valid on a START_ELEMENT, END_ELEMENT or NAMESPACE.
getNamespacePrefix(int) - Method in class javax.xml.stream.util.StreamReaderDelegate
 
getNamespacePrefix(int) - Method in interface javax.xml.stream.XMLStreamReader
Returns the prefix for the namespace declared at the index.
getNamespacePrefixes() - Method in interface javax.xml.soap.SOAPElement
Returns an Iterator over the namespace prefix Strings declared by this element.
getNamespaces() - Method in interface javax.xml.stream.events.EndElement
Returns an Iterator of namespaces that have gone out of scope.
getNamespaces() - Method in interface javax.xml.stream.events.StartElement
Returns an Iterator of namespaces declared on this element.
getNamespaceURI(String) - Method in interface javax.xml.soap.SOAPElement
Returns the URI of the namespace that has the given prefix.
getNamespaceURI() - Method in interface javax.xml.stream.events.Namespace
Gets the uri bound to the prefix of this namespace
getNamespaceURI(String) - Method in interface javax.xml.stream.events.StartElement
Gets the value that the prefix is bound to in the context of this element.
getNamespaceURI(String) - Method in class javax.xml.stream.util.StreamReaderDelegate
 
getNamespaceURI(int) - Method in class javax.xml.stream.util.StreamReaderDelegate
 
getNamespaceURI() - Method in class javax.xml.stream.util.StreamReaderDelegate
 
getNamespaceURI(String) - Method in interface javax.xml.stream.XMLStreamReader
Return the uri for the given prefix.
getNamespaceURI(int) - Method in interface javax.xml.stream.XMLStreamReader
Returns the uri for the namespace declared at the index.
getNamespaceURI() - Method in interface javax.xml.stream.XMLStreamReader
If the current event is a START_ELEMENT or END_ELEMENT this method returns the URI of the prefix or the default namespace.
getNativeCommands(String) - Method in class javax.activation.MailcapCommandMap
Get the native commands for the given MIME type.
getNavigationHandler() - Method in class javax.faces.application.Application
Return the NavigationHandler instance that will be passed the outcome returned by any invoked application action for this web application.
getNestedException() - Method in exception javax.xml.stream.XMLStreamException
Gets the nested exception.
getNewFolder() - Method in class javax.mail.event.FolderEvent
If this event indicates that a folder is renamed, (i.e, the event type is RENAMED), then this method returns the Folder object representing the new name.
getNewMessageCount() - Method in class javax.mail.Folder
Get the number of new messages in this Folder.
getNewsgroup() - Method in class javax.mail.internet.NewsAddress
Get the newsgroup.
getNewTempClassLoader() - Method in interface javax.persistence.spi.PersistenceUnitInfo
Return a new instance of a ClassLoader that the provider may use to temporarily load any classes, resources, or open URLs.
getNewValue() - Method in class javax.faces.event.ValueChangeEvent
Return the current local value of the source UIComponent.
getNextException() - Method in exception javax.mail.MessagingException
Get the next exception chained to this one.
getNextTimeout() - Method in interface javax.ejb.Timer
Get the point in time at which the next timer expiration is scheduled to occur.
getNode(Object) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
By default, the getNode method is unsupported and throw an UnsupportedOperationException.
getNode() - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
 
getNode(Object) - Method in interface javax.xml.bind.Marshaller
Get a DOM tree view of the content tree(Optional).
getNode() - Method in interface javax.xml.bind.ValidationEventLocator
Return a reference to the DOM Node if available
getNoLocal() - Method in interface javax.jms.TopicSubscriber
Gets the NoLocal attribute for this subscriber.
getNonJtaDataSource() - Method in interface javax.persistence.spi.PersistenceUnitInfo
Returns the non-JTA-enabled data source to be used by the persistence provider for accessing data outside a JTA transaction.
getNonMatchingHeaderLines(String[]) - Method in class javax.mail.internet.InternetHeaders
Return all non-matching header lines
getNonMatchingHeaderLines(String[]) - Method in class javax.mail.internet.MimeBodyPart
Get non-matching header lines as an Enumeration of Strings.
getNonMatchingHeaderLines(String[]) - Method in class javax.mail.internet.MimeMessage
Get non-matching header lines as an Enumeration of Strings.
getNonMatchingHeaderLines(String[]) - Method in interface javax.mail.internet.MimePart
Get non-matching header lines as an Enumeration of Strings.
getNonMatchingHeaders(String[]) - Method in class javax.mail.internet.InternetHeaders
Return all non-matching Header objects.
getNonMatchingHeaders(String[]) - Method in class javax.mail.internet.MimeBodyPart
Return non-matching headers from this Message as an Enumeration of Header objects.
getNonMatchingHeaders(String[]) - Method in class javax.mail.internet.MimeMessage
Return non-matching headers from this Message as an Enumeration of Header objects.
getNonMatchingHeaders(String[]) - Method in interface javax.mail.Part
Return non-matching headers from this envelope as an Enumeration of Header objects.
getNonMatchingHeaders(String[]) - Method in class javax.xml.soap.MimeHeaders
Returns all of the MimeHeader objects whose name does not match a name in the given array of names.
getNonMatchingMimeHeaders(String[]) - Method in class javax.xml.soap.AttachmentPart
Retrieves all MimeHeader objects whose name does not match a name in the given array.
getNonMatchingMimeHeaders(String[]) - Method in class javax.xml.soap.SOAPPart
Retrieves all MimeHeader objects whose name does not match a name in the given array.
getNonRunningModules(ModuleType, Target[]) - Method in interface javax.enterprise.deploy.spi.DeploymentManager
Retrieve the list of J2EE application modules distributed to the identified targets and that are currently not running on the associated server or servers.
getNoNSSchemaLocation() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
Convenience method for getting the current noNamespaceSchemaLocation.
getNotationName() - Method in interface javax.xml.stream.events.EntityDeclaration
The name of the associated notation.
getNotations() - Method in interface javax.xml.stream.events.DTD
Return a List containing the notations declared in the DTD.
getNumber() - Method in class javax.mail.search.IntegerComparisonTerm
Return the number to compare with.
getNumber() - Method in interface javax.xml.registry.infomodel.TelephoneNumber
Gets the telephone number suffix, not including the country or area code.
getObject(String) - Method in interface javax.jms.MapMessage
Returns the value of the object with the specified name.
getObject() - Method in interface javax.jms.ObjectMessage
Gets the serializable object containing this message's data.
getObject() - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
 
getObject() - Method in interface javax.xml.bind.ValidationEventLocator
Return a reference to the object in the Java content tree if available
getObjectProperty(String) - Method in interface javax.jms.Message
Returns the value of the Java object property with the specified name.
getObjectType() - Method in interface javax.xml.registry.infomodel.RegistryObject
Gets the object type that best describes the RegistryObject.
getOffset() - Method in class javax.enterprise.deploy.shared.ActionType
Returns the lowest integer value used by this enumeration value's enumeration class.
getOffset() - Method in class javax.enterprise.deploy.shared.CommandType
Returns the lowest integer value used by this enumeration value's enumeration class.
getOffset() - Method in class javax.enterprise.deploy.shared.DConfigBeanVersionType
Returns the lowest integer value used by this enumeration value's enumeration class.
getOffset() - Method in class javax.enterprise.deploy.shared.ModuleType
Returns the lowest integer value used by this enumeration value's enumeration class.
getOffset() - Method in class javax.enterprise.deploy.shared.StateType
Returns the lowest integer value used by this enumeration value's enumeration class.
getOffset() - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
 
getOffset() - Method in interface javax.xml.bind.ValidationEventLocator
Return the byte offset if available
getOldValue() - Method in class javax.faces.event.ValueChangeEvent
Return the previous local value of the source UIComponent.
getOnblur() - Method in class javax.faces.component.html.HtmlCommandButton
Return the value of the onblur property.
getOnblur() - Method in class javax.faces.component.html.HtmlCommandLink
Return the value of the onblur property.
getOnblur() - Method in class javax.faces.component.html.HtmlInputSecret
Return the value of the onblur property.
getOnblur() - Method in class javax.faces.component.html.HtmlInputText
Return the value of the onblur property.
getOnblur() - Method in class javax.faces.component.html.HtmlInputTextarea
Return the value of the onblur property.
getOnblur() - Method in class javax.faces.component.html.HtmlOutputLabel
Return the value of the onblur property.
getOnblur() - Method in class javax.faces.component.html.HtmlOutputLink
Return the value of the onblur property.
getOnblur() - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
Return the value of the onblur property.
getOnblur() - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
Return the value of the onblur property.
getOnblur() - Method in class javax.faces.component.html.HtmlSelectManyListbox
Return the value of the onblur property.
getOnblur() - Method in class javax.faces.component.html.HtmlSelectManyMenu
Return the value of the onblur property.
getOnblur() - Method in class javax.faces.component.html.HtmlSelectOneListbox
Return the value of the onblur property.
getOnblur() - Method in class javax.faces.component.html.HtmlSelectOneMenu
Return the value of the onblur property.
getOnblur() - Method in class javax.faces.component.html.HtmlSelectOneRadio
Return the value of the onblur property.
getOnchange() - Method in class javax.faces.component.html.HtmlCommandButton
Return the value of the onchange property.
getOnchange() - Method in class javax.faces.component.html.HtmlInputSecret
Return the value of the onchange property.
getOnchange() - Method in class javax.faces.component.html.HtmlInputText
Return the value of the onchange property.
getOnchange() - Method in class javax.faces.component.html.HtmlInputTextarea
Return the value of the onchange property.
getOnchange() - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
Return the value of the onchange property.
getOnchange() - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
Return the value of the onchange property.
getOnchange() - Method in class javax.faces.component.html.HtmlSelectManyListbox
Return the value of the onchange property.
getOnchange() - Method in class javax.faces.component.html.HtmlSelectManyMenu
Return the value of the onchange property.
getOnchange() - Method in class javax.faces.component.html.HtmlSelectOneListbox
Return the value of the onchange property.
getOnchange() - Method in class javax.faces.component.html.HtmlSelectOneMenu
Return the value of the onchange property.
getOnchange() - Method in class javax.faces.component.html.HtmlSelectOneRadio
Return the value of the onchange property.
getOnclick() - Method in class javax.faces.component.html.HtmlCommandButton
Return the value of the onclick property.
getOnclick() - Method in class javax.faces.component.html.HtmlCommandLink
Return the value of the onclick property.
getOnclick() - Method in class javax.faces.component.html.HtmlDataTable
Return the value of the onclick property.
getOnclick() - Method in class javax.faces.component.html.HtmlForm
Return the value of the onclick property.
getOnclick() - Method in class javax.faces.component.html.HtmlGraphicImage
Return the value of the onclick property.
getOnclick() - Method in class javax.faces.component.html.HtmlInputSecret
Return the value of the onclick property.
getOnclick() - Method in class javax.faces.component.html.HtmlInputText
Return the value of the onclick property.
getOnclick() - Method in class javax.faces.component.html.HtmlInputTextarea
Return the value of the onclick property.
getOnclick() - Method in class javax.faces.component.html.HtmlOutputLabel
Return the value of the onclick property.
getOnclick() - Method in class javax.faces.component.html.HtmlOutputLink
Return the value of the onclick property.
getOnclick() - Method in class javax.faces.component.html.HtmlPanelGrid
Return the value of the onclick property.
getOnclick() - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
Return the value of the onclick property.
getOnclick() - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
Return the value of the onclick property.
getOnclick() - Method in class javax.faces.component.html.HtmlSelectManyListbox
Return the value of the onclick property.
getOnclick() - Method in class javax.faces.component.html.HtmlSelectManyMenu
Return the value of the onclick property.
getOnclick() - Method in class javax.faces.component.html.HtmlSelectOneListbox
Return the value of the onclick property.
getOnclick() - Method in class javax.faces.component.html.HtmlSelectOneMenu
Return the value of the onclick property.
getOnclick() - Method in class javax.faces.component.html.HtmlSelectOneRadio
Return the value of the onclick property.
getOndblclick() - Method in class javax.faces.component.html.HtmlCommandButton
Return the value of the ondblclick property.
getOndblclick() - Method in class javax.faces.component.html.HtmlCommandLink
Return the value of the ondblclick property.
getOndblclick() - Method in class javax.faces.component.html.HtmlDataTable
Return the value of the ondblclick property.
getOndblclick() - Method in class javax.faces.component.html.HtmlForm
Return the value of the ondblclick property.
getOndblclick() - Method in class javax.faces.component.html.HtmlGraphicImage
Return the value of the ondblclick property.
getOndblclick() - Method in class javax.faces.component.html.HtmlInputSecret
Return the value of the ondblclick property.
getOndblclick() - Method in class javax.faces.component.html.HtmlInputText
Return the value of the ondblclick property.
getOndblclick() - Method in class javax.faces.component.html.HtmlInputTextarea
Return the value of the ondblclick property.
getOndblclick() - Method in class javax.faces.component.html.HtmlOutputLabel
Return the value of the ondblclick property.
getOndblclick() - Method in class javax.faces.component.html.HtmlOutputLink
Return the value of the ondblclick property.
getOndblclick() - Method in class javax.faces.component.html.HtmlPanelGrid
Return the value of the ondblclick property.
getOndblclick() - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
Return the value of the ondblclick property.
getOndblclick() - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
Return the value of the ondblclick property.
getOndblclick() - Method in class javax.faces.component.html.HtmlSelectManyListbox
Return the value of the ondblclick property.
getOndblclick() - Method in class javax.faces.component.html.HtmlSelectManyMenu
Return the value of the ondblclick property.
getOndblclick() - Method in class javax.faces.component.html.HtmlSelectOneListbox
Return the value of the ondblclick property.
getOndblclick() - Method in class javax.faces.component.html.HtmlSelectOneMenu
Return the value of the ondblclick property.
getOndblclick() - Method in class javax.faces.component.html.HtmlSelectOneRadio
Return the value of the ondblclick property.
getOnfocus() - Method in class javax.faces.component.html.HtmlCommandButton
Return the value of the onfocus property.
getOnfocus() - Method in class javax.faces.component.html.HtmlCommandLink
Return the value of the onfocus property.
getOnfocus() - Method in class javax.faces.component.html.HtmlInputSecret
Return the value of the onfocus property.
getOnfocus() - Method in class javax.faces.component.html.HtmlInputText
Return the value of the onfocus property.
getOnfocus() - Method in class javax.faces.component.html.HtmlInputTextarea
Return the value of the onfocus property.
getOnfocus() - Method in class javax.faces.component.html.HtmlOutputLabel
Return the value of the onfocus property.
getOnfocus() - Method in class javax.faces.component.html.HtmlOutputLink
Return the value of the onfocus property.
getOnfocus() - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
Return the value of the onfocus property.
getOnfocus() - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
Return the value of the onfocus property.
getOnfocus() - Method in class javax.faces.component.html.HtmlSelectManyListbox
Return the value of the onfocus property.
getOnfocus() - Method in class javax.faces.component.html.HtmlSelectManyMenu
Return the value of the onfocus property.
getOnfocus() - Method in class javax.faces.component.html.HtmlSelectOneListbox
Return the value of the onfocus property.
getOnfocus() - Method in class javax.faces.component.html.HtmlSelectOneMenu
Return the value of the onfocus property.
getOnfocus() - Method in class javax.faces.component.html.HtmlSelectOneRadio
Return the value of the onfocus property.
getOnkeydown() - Method in class javax.faces.component.html.HtmlCommandButton
Return the value of the onkeydown property.
getOnkeydown() - Method in class javax.faces.component.html.HtmlCommandLink
Return the value of the onkeydown property.
getOnkeydown() - Method in class javax.faces.component.html.HtmlDataTable
Return the value of the onkeydown property.
getOnkeydown() - Method in class javax.faces.component.html.HtmlForm
Return the value of the onkeydown property.
getOnkeydown() - Method in class javax.faces.component.html.HtmlGraphicImage
Return the value of the onkeydown property.
getOnkeydown() - Method in class javax.faces.component.html.HtmlInputSecret
Return the value of the onkeydown property.
getOnkeydown() - Method in class javax.faces.component.html.HtmlInputText
Return the value of the onkeydown property.
getOnkeydown() - Method in class javax.faces.component.html.HtmlInputTextarea
Return the value of the onkeydown property.
getOnkeydown() - Method in class javax.faces.component.html.HtmlOutputLabel
Return the value of the onkeydown property.
getOnkeydown() - Method in class javax.faces.component.html.HtmlOutputLink
Return the value of the onkeydown property.
getOnkeydown() - Method in class javax.faces.component.html.HtmlPanelGrid
Return the value of the onkeydown property.
getOnkeydown() - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
Return the value of the onkeydown property.
getOnkeydown() - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
Return the value of the onkeydown property.
getOnkeydown() - Method in class javax.faces.component.html.HtmlSelectManyListbox
Return the value of the onkeydown property.
getOnkeydown() - Method in class javax.faces.component.html.HtmlSelectManyMenu
Return the value of the onkeydown property.
getOnkeydown() - Method in class javax.faces.component.html.HtmlSelectOneListbox
Return the value of the onkeydown property.
getOnkeydown() - Method in class javax.faces.component.html.HtmlSelectOneMenu
Return the value of the onkeydown property.
getOnkeydown() - Method in class javax.faces.component.html.HtmlSelectOneRadio
Return the value of the onkeydown property.
getOnkeypress() - Method in class javax.faces.component.html.HtmlCommandButton
Return the value of the onkeypress property.
getOnkeypress() - Method in class javax.faces.component.html.HtmlCommandLink
Return the value of the onkeypress property.
getOnkeypress() - Method in class javax.faces.component.html.HtmlDataTable
Return the value of the onkeypress property.
getOnkeypress() - Method in class javax.faces.component.html.HtmlForm
Return the value of the onkeypress property.
getOnkeypress() - Method in class javax.faces.component.html.HtmlGraphicImage
Return the value of the onkeypress property.
getOnkeypress() - Method in class javax.faces.component.html.HtmlInputSecret
Return the value of the onkeypress property.
getOnkeypress() - Method in class javax.faces.component.html.HtmlInputText
Return the value of the onkeypress property.
getOnkeypress() - Method in class javax.faces.component.html.HtmlInputTextarea
Return the value of the onkeypress property.
getOnkeypress() - Method in class javax.faces.component.html.HtmlOutputLabel
Return the value of the onkeypress property.
getOnkeypress() - Method in class javax.faces.component.html.HtmlOutputLink
Return the value of the onkeypress property.
getOnkeypress() - Method in class javax.faces.component.html.HtmlPanelGrid
Return the value of the onkeypress property.
getOnkeypress() - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
Return the value of the onkeypress property.
getOnkeypress() - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
Return the value of the onkeypress property.
getOnkeypress() - Method in class javax.faces.component.html.HtmlSelectManyListbox
Return the value of the onkeypress property.
getOnkeypress() - Method in class javax.faces.component.html.HtmlSelectManyMenu
Return the value of the onkeypress property.
getOnkeypress() - Method in class javax.faces.component.html.HtmlSelectOneListbox
Return the value of the onkeypress property.
getOnkeypress() - Method in class javax.faces.component.html.HtmlSelectOneMenu
Return the value of the onkeypress property.
getOnkeypress() - Method in class javax.faces.component.html.HtmlSelectOneRadio
Return the value of the onkeypress property.
getOnkeyup() - Method in class javax.faces.component.html.HtmlCommandButton
Return the value of the onkeyup property.
getOnkeyup() - Method in class javax.faces.component.html.HtmlCommandLink
Return the value of the onkeyup property.
getOnkeyup() - Method in class javax.faces.component.html.HtmlDataTable
Return the value of the onkeyup property.
getOnkeyup() - Method in class javax.faces.component.html.HtmlForm
Return the value of the onkeyup property.
getOnkeyup() - Method in class javax.faces.component.html.HtmlGraphicImage
Return the value of the onkeyup property.
getOnkeyup() - Method in class javax.faces.component.html.HtmlInputSecret
Return the value of the onkeyup property.
getOnkeyup() - Method in class javax.faces.component.html.HtmlInputText
Return the value of the onkeyup property.
getOnkeyup() - Method in class javax.faces.component.html.HtmlInputTextarea
Return the value of the onkeyup property.
getOnkeyup() - Method in class javax.faces.component.html.HtmlOutputLabel
Return the value of the onkeyup property.
getOnkeyup() - Method in class javax.faces.component.html.HtmlOutputLink
Return the value of the onkeyup property.
getOnkeyup() - Method in class javax.faces.component.html.HtmlPanelGrid
Return the value of the onkeyup property.
getOnkeyup() - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
Return the value of the onkeyup property.
getOnkeyup() - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
Return the value of the onkeyup property.
getOnkeyup() - Method in class javax.faces.component.html.HtmlSelectManyListbox
Return the value of the onkeyup property.
getOnkeyup() - Method in class javax.faces.component.html.HtmlSelectManyMenu
Return the value of the onkeyup property.
getOnkeyup() - Method in class javax.faces.component.html.HtmlSelectOneListbox
Return the value of the onkeyup property.
getOnkeyup() - Method in class javax.faces.component.html.HtmlSelectOneMenu
Return the value of the onkeyup property.
getOnkeyup() - Method in class javax.faces.component.html.HtmlSelectOneRadio
Return the value of the onkeyup property.
getOnmousedown() - Method in class javax.faces.component.html.HtmlCommandButton
Return the value of the onmousedown property.
getOnmousedown() - Method in class javax.faces.component.html.HtmlCommandLink
Return the value of the onmousedown property.
getOnmousedown() - Method in class javax.faces.component.html.HtmlDataTable
Return the value of the onmousedown property.
getOnmousedown() - Method in class javax.faces.component.html.HtmlForm
Return the value of the onmousedown property.
getOnmousedown() - Method in class javax.faces.component.html.HtmlGraphicImage
Return the value of the onmousedown property.
getOnmousedown() - Method in class javax.faces.component.html.HtmlInputSecret
Return the value of the onmousedown property.
getOnmousedown() - Method in class javax.faces.component.html.HtmlInputText
Return the value of the onmousedown property.
getOnmousedown() - Method in class javax.faces.component.html.HtmlInputTextarea
Return the value of the onmousedown property.
getOnmousedown() - Method in class javax.faces.component.html.HtmlOutputLabel
Return the value of the onmousedown property.
getOnmousedown() - Method in class javax.faces.component.html.HtmlOutputLink
Return the value of the onmousedown property.
getOnmousedown() - Method in class javax.faces.component.html.HtmlPanelGrid
Return the value of the onmousedown property.
getOnmousedown() - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
Return the value of the onmousedown property.
getOnmousedown() - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
Return the value of the onmousedown property.
getOnmousedown() - Method in class javax.faces.component.html.HtmlSelectManyListbox
Return the value of the onmousedown property.
getOnmousedown() - Method in class javax.faces.component.html.HtmlSelectManyMenu
Return the value of the onmousedown property.
getOnmousedown() - Method in class javax.faces.component.html.HtmlSelectOneListbox
Return the value of the onmousedown property.
getOnmousedown() - Method in class javax.faces.component.html.HtmlSelectOneMenu
Return the value of the onmousedown property.
getOnmousedown() - Method in class javax.faces.component.html.HtmlSelectOneRadio
Return the value of the onmousedown property.
getOnmousemove() - Method in class javax.faces.component.html.HtmlCommandButton
Return the value of the onmousemove property.
getOnmousemove() - Method in class javax.faces.component.html.HtmlCommandLink
Return the value of the onmousemove property.
getOnmousemove() - Method in class javax.faces.component.html.HtmlDataTable
Return the value of the onmousemove property.
getOnmousemove() - Method in class javax.faces.component.html.HtmlForm
Return the value of the onmousemove property.
getOnmousemove() - Method in class javax.faces.component.html.HtmlGraphicImage
Return the value of the onmousemove property.
getOnmousemove() - Method in class javax.faces.component.html.HtmlInputSecret
Return the value of the onmousemove property.
getOnmousemove() - Method in class javax.faces.component.html.HtmlInputText
Return the value of the onmousemove property.
getOnmousemove() - Method in class javax.faces.component.html.HtmlInputTextarea
Return the value of the onmousemove property.
getOnmousemove() - Method in class javax.faces.component.html.HtmlOutputLabel
Return the value of the onmousemove property.
getOnmousemove() - Method in class javax.faces.component.html.HtmlOutputLink
Return the value of the onmousemove property.
getOnmousemove() - Method in class javax.faces.component.html.HtmlPanelGrid
Return the value of the onmousemove property.
getOnmousemove() - Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
Return the value of the onmousemove property.
getOnmousemove() - Method in class javax.faces.component.html.HtmlSelectManyCheckbox
Return the value of the onmousemove property.
getOnmousemove() - Method in class javax.faces.component.html.HtmlSelectManyListbox
Return the value of the onmousemove property.
getOnmousemove() - Method in class javax.faces.component.html.HtmlSelectManyMenu
Return the value of the onmousemove property.
getOnmousemove() - Method in