当前页面:
在线文档首页 >
Java Platform, Enterprise Edition v5.0 API Specifications
Index (Java EE 5 SDK) - Java Platform, Enterprise Edition v5.0 API Specifications
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
ActionEvent
s. - 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
ActionEvent
s, 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 ActionEvent
s 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
UIComponentTag
s 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
ELContextListener
s 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
UIComponentTag
s
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 Renderer
s 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 ValueChangeEvent
s occur.
- addValueChangeListener(ValueChangeListener) -
Method in class javax.faces.component.UIInput
- Add a new
ValueChangeListener
to the set of listeners
interested in being notified when ValueChangeEvent
s occur.
- addVerbatimAfterComponent(UIComponentClassicTagBase, UIComponent, UIComponent) -
Method in class javax.faces.webapp.UIComponentClassicTagBase
- Add verbatim as a sibling of component in
component in the parent's child list.
- addVerbatimBeforeComponent(UIComponentClassicTagBase, UIComponent, UIComponent) -
Method in class javax.faces.webapp.UIComponentClassicTagBase
- Add verbatim as a sibling of component in
component in the parent's child list.
- 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
ELResolver
s. - 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
DataModelEvent
s 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
ValueChangeEvent
s and Validator
s. - 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 UIComponent
s 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
UIComponent
s. - FacesEvent(UIComponent) -
Constructor for class javax.faces.event.FacesEvent
- Construct a new event object from the specified source component.
- FacesException - Exception in javax.faces
- This class encapsulates general JavaServer Faces exceptions.
- FacesException() -
Constructor for exception javax.faces.FacesException
- Construct a new exception with no detail message or root cause.
- FacesException(String) -
Constructor for exception javax.faces.FacesException
- Construct a new exception with the specified detail message and
no root cause.
- FacesException(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
FacesEvent
s. - FacesMessage - Class in javax.faces.application
- FacesMessage represents a single validation (or
other) message, which is typically associated with a particular
component in the view.
- FacesMessage() -
Constructor for class javax.faces.application.FacesMessage
- Construct a new
FacesMessage
with no initial
values.
- FacesMessage(String) -
Constructor for class javax.faces.application.FacesMessage
- Construct a new
FacesMessage
with just a summary.
- FacesMessage(String, String) -
Constructor for class javax.faces.application.FacesMessage
- Construct a new
FacesMessage
with the specified initial
values.
- FacesMessage(FacesMessage.Severity, String, String) -
Constructor for class javax.faces.application.FacesMessage
- Construct a new
FacesMessage
with the specified
initial values.
- FacesMessage.Severity - Class in javax.faces.application
- Class used to represent message severity levels in a typesafe
enumeration.
- 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
ActionListener
s 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
MimeHeader
s in this MimeHeaders
object.
- getAllMimeHeaders() -
Method in class javax.xml.soap.AttachmentPart
- Retrieves all the headers for this
AttachmentPart
object
as an iterator over the MimeHeader
objects.
- getAllMimeHeaders() -
Method in class javax.xml.soap.SOAPPart
- Retrieves all the headers for this
SOAPPart
object
as an iterator over the MimeHeader
objects.
- 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
UIComponent
s 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
Node
s of this element.
- getChildElements(Name) -
Method in interface javax.xml.soap.SOAPElement
- Returns an
Iterator
over all the immediate child
Node
s of this element with the specified name.
- getChildElements(QName) -
Method in interface javax.xml.soap.SOAPElement
- Returns an
Iterator
over all the immediate child
Node
s of this element with the specified qname.
- getChildOrganizationCount() -
Method in interface javax.xml.registry.infomodel.Organization
- Gets number of children.
- getChildOrganizations() -
Method in interface javax.xml.registry.infomodel.Organization
- Gets all immediate children Organizations.
- getChildren() -
Method in class javax.faces.component.UIComponent
- Return a mutable
List
representing the child
UIComponent
s associated with this component.
- getChildren() -
Method in class javax.faces.component.UIComponentBase
-
- getChildrenConcepts() -
Method in interface javax.xml.registry.infomodel.ClassificationScheme
- Gets all immediate children Concepts.
- getChildrenConcepts() -
Method in interface javax.xml.registry.infomodel.Concept
- Gets all immediate children Concepts.
- getChildTargetModuleID() -
Method in interface javax.enterprise.deploy.spi.TargetModuleID
- Retrieve a list of identifiers of the children
of this deployed module.
- getCity() -
Method in interface javax.xml.registry.infomodel.PostalAddress
- Returns the city.
- 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 UIComponentTag
s 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
DataModelListener
s 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
DetailEntry
s 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
Endpoint
instance.
- getExecutor() -
Method in class javax.xml.ws.Service
- Returns the executor for this
Service
instance.
- getExecutor() -
Method in class javax.xml.ws.spi.ServiceDelegate
- Returns the executor for this
Service
instance.
- 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
ValueExpression
s and
MethodExpression
s 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
FacesListener
s 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
UIComponent
s 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
UIComponent
s associated with this UIComponent
,
keyed by facet name (which must be a String).
- getFacets() -
Method in class javax.faces.component.UIComponentBase
-
- getFacetsAndChildren() -
Method in class javax.faces.component.UIComponent
- Return an
Iterator
over the facet followed by child
UIComponent
s 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
Locale
s for which there are associated Reason Text items.
- getFaultReasonText(Locale) -
Method in interface javax.xml.soap.SOAPFault
- Returns the Reason Text associated with the given
Locale
.
- getFaultReasonTexts() -
Method in interface javax.xml.soap.SOAPFault
- Returns an
Iterator
over a sequence of
String
objects containing all of the Reason Text items for
this SOAPFault
.
- getFaultRole() -
Method in interface javax.xml.soap.SOAPFault
- Returns the optional Role element value for this
SOAPFault
object.
- getFaultString() -
Method in exception javax.xml.rpc.soap.SOAPFaultException
- Gets the
faultstring
element.
- getFaultString() -
Method in interface javax.xml.soap.SOAPFault
- Gets the fault string for this
SOAPFault
object.
- getFaultStringLocale() -
Method in interface javax.xml.soap.SOAPFault
- Gets the locale of the fault string for this
SOAPFault
object.
- getFaultSubcodes() -
Method in interface javax.xml.soap.SOAPFault
- Gets the Subcodes for this
SOAPFault
as an iterator over
QNames
.
- getFeatureDescriptors(ELContext, Object) -
Method in class javax.el.ArrayELResolver
- Always returns
null
, since there is no reason to
iterate through set set of all integers.
- getFeatureDescriptors(ELContext, Object) -
Method in class javax.el.BeanELResolver
- If the base object is not
null
, returns an
Iterator
containing the set of JavaBeans properties
available on the given object.
- getFeatureDescriptors(ELContext, Object) -
Method in class javax.el.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
FacesMessage
s 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 FacesMessage
s
that have been queued, whether or not they are associated with any
specific client identifier.
- getMessages(String) -
Method in class javax.faces.context.FacesContext
- Return an
Iterator
over the FacesMessage
s that
have been queued that are associated with the specified client identifier
(if clientId
is not null
), or over the
FacesMessage
s that have been queued that are not associated with
any specific client identifier (if clientId
is
null
).
- getMessages() -
Method in class javax.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
String
s 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 class javax.faces.component.html.HtmlSelectOneListbox
- Return the value of the
onmousemove
property.
- getOnmousemove() -
Method in class javax.faces.component.html.HtmlSelectOneMenu
- Return the value of the
onmousemove
property.
- getOnmousemove() -
Method in class javax.faces.component.html.HtmlSelectOneRadio
- Return the value of the
onmousemove
property.
- getOnmouseout() -
Method in class javax.faces.component.html.HtmlCommandButton
- Return the value of the
onmouseout
property.
- getOnmouseout() -
Method in class javax.faces.component.html.HtmlCommandLink
- Return the value of the
onmouseout
property.
- getOnmouseout() -
Method in class javax.faces.component.html.HtmlDataTable
- Return the value of the
onmouseout
property.
- getOnmouseout() -
Method in class javax.faces.component.html.HtmlForm
- Return the value of the
onmouseout
property.
- getOnmouseout() -
Method in class javax.faces.component.html.HtmlGraphicImage
- Return the value of the
onmouseout
property.
- getOnmouseout() -
Method in class javax.faces.component.html.HtmlInputSecret
- Return the value of the
onmouseout
property.
- getOnmouseout() -
Method in class javax.faces.component.html.HtmlInputText
- Return the value of the
onmouseout
property.
- getOnmouseout() -
Method in class javax.faces.component.html.HtmlInputTextarea
- Return the value of the
onmouseout
property.
- getOnmouseout() -
Method in class javax.faces.component.html.HtmlOutputLabel
- Return the value of the
onmouseout
property.
- getOnmouseout() -
Method in class javax.faces.component.html.HtmlOutputLink
- Return the value of the
onmouseout
property.
- getOnmouseout() -
Method in class javax.faces.component.html.HtmlPanelGrid
- Return the value of the
onmouseout
property.
- getOnmouseout() -
Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
- Return the value of the
onmouseout
property.
- getOnmouseout() -
Method in class javax.faces.component.html.HtmlSelectManyCheckbox
- Return the value of the
onmouseout
property.
- getOnmouseout() -
Method in class javax.faces.component.html.HtmlSelectManyListbox
- Return the value of the
onmouseout
property.
- getOnmouseout() -
Method in class javax.faces.component.html.HtmlSelectManyMenu
- Return the value of the
onmouseout
property.
- getOnmouseout() -
Method in class javax.faces.component.html.HtmlSelectOneListbox
- Return the value of the
onmouseout
property.
- getOnmouseout() -
Method in class javax.faces.component.html.HtmlSelectOneMenu
- Return the value of the
onmouseout
property.
- getOnmouseout() -
Method in class javax.faces.component.html.HtmlSelectOneRadio
- Return the value of the
onmouseout
property.
- getOnmouseover() -
Method in class javax.faces.component.html.HtmlCommandButton
- Return the value of the
onmouseover
property.
- getOnmouseover() -
Method in class javax.faces.component.html.HtmlCommandLink
- Return the value of the
onmouseover
property.
- getOnmouseover() -
Method in class javax.faces.component.html.HtmlDataTable
- Return the value of the
onmouseover
property.
- getOnmouseover() -
Method in class javax.faces.component.html.HtmlForm
- Return the value of the
onmouseover
property.
- getOnmouseover() -
Method in class javax.faces.component.html.HtmlGraphicImage
- Return the value of the
onmouseover
property.
- getOnmouseover() -
Method in class javax.faces.component.html.HtmlInputSecret
- Return the value of the
onmouseover
property.
- getOnmouseover() -
Method in class javax.faces.component.html.HtmlInputText
- Return the value of the
onmouseover
property.
- getOnmouseover() -
Method in class javax.faces.component.html.HtmlInputTextarea
- Return the value of the
onmouseover
property.
- getOnmouseover() -
Method in class javax.faces.component.html.HtmlOutputLabel
- Return the value of the
onmouseover
property.
- getOnmouseover() -
Method in class javax.faces.component.html.HtmlOutputLink
- Return the value of the
onmouseover
property.
- getOnmouseover() -
Method in class javax.faces.component.html.HtmlPanelGrid
- Return the value of the
onmouseover
property.
- getOnmouseover() -
Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
- Return the value of the
onmouseover
property.
- getOnmouseover() -
Method in class javax.faces.component.html.HtmlSelectManyCheckbox
- Return the value of the
onmouseover
property.
- getOnmouseover() -
Method in class javax.faces.component.html.HtmlSelectManyListbox
- Return the value of the
onmouseover
property.
- getOnmouseover() -
Method in class javax.faces.component.html.HtmlSelectManyMenu
- Return the value of the
onmouseover
property.
- getOnmouseover() -
Method in class javax.faces.component.html.HtmlSelectOneListbox
- Return the value of the
onmouseover
property.
- getOnmouseover() -
Method in class javax.faces.component.html.HtmlSelectOneMenu
- Return the value of the
onmouseover
property.
- getOnmouseover() -
Method in class javax.faces.component.html.HtmlSelectOneRadio
- Return the value of the
onmouseover
property.
- getOnmouseup() -
Method in class javax.faces.component.html.HtmlCommandButton
- Return the value of the
onmouseup
property.
- getOnmouseup() -
Method in class javax.faces.component.html.HtmlCommandLink
- Return the value of the
onmouseup
property.
- getOnmouseup() -
Method in class javax.faces.component.html.HtmlDataTable
- Return the value of the
onmouseup
property.
- getOnmouseup() -
Method in class javax.faces.component.html.HtmlForm
- Return the value of the
onmouseup
property.
- getOnmouseup() -
Method in class javax.faces.component.html.HtmlGraphicImage
- Return the value of the
onmouseup
property.
- getOnmouseup() -
Method in class javax.faces.component.html.HtmlInputSecret
- Return the value of the
onmouseup
property.
- getOnmouseup() -
Method in class javax.faces.component.html.HtmlInputText
- Return the value of the
onmouseup
property.
- getOnmouseup() -
Method in class javax.faces.component.html.HtmlInputTextarea
- Return the value of the
onmouseup
property.
- getOnmouseup() -
Method in class javax.faces.component.html.HtmlOutputLabel
- Return the value of the
onmouseup
property.
- getOnmouseup() -
Method in class javax.faces.component.html.HtmlOutputLink
- Return the value of the
onmouseup
property.
- getOnmouseup() -
Method in class javax.faces.component.html.HtmlPanelGrid
- Return the value of the
onmouseup
property.
- getOnmouseup() -
Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
- Return the value of the
onmouseup
property.
- getOnmouseup() -
Method in class javax.faces.component.html.HtmlSelectManyCheckbox
- Return the value of the
onmouseup
property.
- getOnmouseup() -
Method in class javax.faces.component.html.HtmlSelectManyListbox
- Return the value of the
onmouseup
property.
- getOnmouseup() -
Method in class javax.faces.component.html.HtmlSelectManyMenu
- Return the value of the
onmouseup
property.
- getOnmouseup() -
Method in class javax.faces.component.html.HtmlSelectOneListbox
- Return the value of the
onmouseup
property.
- getOnmouseup() -
Method in class javax.faces.component.html.HtmlSelectOneMenu
- Return the value of the
onmouseup
property.
- getOnmouseup() -
Method in class javax.faces.component.html.HtmlSelectOneRadio
- Return the value of the
onmouseup
property.
- getOnreset() -
Method in class javax.faces.component.html.HtmlForm
- Return the value of the
onreset
property.
- getOnselect() -
Method in class javax.faces.component.html.HtmlCommandButton
- Return the value of the
onselect
property.
- getOnselect() -
Method in class javax.faces.component.html.HtmlInputSecret
- Return the value of the
onselect
property.
- getOnselect() -
Method in class javax.faces.component.html.HtmlInputText
- Return the value of the
onselect
property.
- getOnselect() -
Method in class javax.faces.component.html.HtmlInputTextarea
- Return the value of the
onselect
property.
- getOnselect() -
Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
- Return the value of the
onselect
property.
- getOnselect() -
Method in class javax.faces.component.html.HtmlSelectManyCheckbox
- Return the value of the
onselect
property.
- getOnselect() -
Method in class javax.faces.component.html.HtmlSelectManyListbox
- Return the value of the
onselect
property.
- getOnselect() -
Method in class javax.faces.component.html.HtmlSelectManyMenu
- Return the value of the
onselect
property.
- getOnselect() -
Method in class javax.faces.component.html.HtmlSelectOneListbox
- Return the value of the
onselect
property.
- getOnselect() -
Method in class javax.faces.component.html.HtmlSelectOneMenu
- Return the value of the
onselect
property.
- getOnselect() -
Method in class javax.faces.component.html.HtmlSelectOneRadio
- Return the value of the
onselect
property.
- getOnsubmit() -
Method in class javax.faces.component.html.HtmlForm
- Return the value of the
onsubmit
property.
- getOperationName() -
Method in interface javax.xml.rpc.Call
- Gets the name of the operation to be invoked using this
Call
instance.
- getOrdinal() -
Method in class javax.faces.application.FacesMessage.Severity
- Return the ordinal value of this
FacesMessage.Severity
instance.
- getOrdinal() -
Method in class javax.faces.event.PhaseId
- Return the ordinal value of this
PhaseId
instance.
- getOrganization() -
Method in interface javax.xml.registry.infomodel.User
- Gets the Organization that this User is affiliated with.
- getOrigin() -
Method in interface javax.management.j2ee.statistics.JMSConsumerStats
- Returns a string that encapsulates the identity of a message origin
- getOut() -
Method in class javax.servlet.jsp.JspContext
- The current value of the out object (a JspWriter).
- getOutputParams() -
Method in interface javax.xml.rpc.Call
- Returns a
Map
of {name, value} for the output parameters of
the last invoked operation.
- getOutputStream() -
Method in class javax.activation.DataHandler
- Get an OutputStream for this DataHandler to allow overwriting
the underlying data.
- getOutputStream() -
Method in interface javax.activation.DataSource
- This method returns an
OutputStream
where the
data can be written and throws the appropriate exception if it can
not do so.
- getOutputStream() -
Method in class javax.activation.FileDataSource
- This method will return an OutputStream representing the
the data and will throw an IOException if it can
not do so.
- getOutputStream() -
Method in class javax.activation.URLDataSource
- The getOutputStream method from the URL.
- getOutputStream() -
Method in class javax.mail.internet.MimePartDataSource
- DataSource method to return an output stream.
- getOutputStream() -
Method in class javax.mail.util.ByteArrayDataSource
- Return an OutputStream for the data.
- getOutputStream() -
Method in interface javax.servlet.ServletResponse
- Returns a
ServletOutputStream
suitable for writing binary
data in the response.
- getOutputStream() -
Method in class javax.servlet.ServletResponseWrapper
- The default behavior of this method is to return getOutputStream()
on the wrapped response object.
- getOutputValues() -
Method in interface javax.xml.rpc.Call
- Returns a
List
values for the output parameters
of the last invoked operation.
- getPage() -
Method in class javax.servlet.jsp.PageContext
- The current value of the page object (In a Servlet environment,
this is an instance of javax.servlet.Servlet).
- getPageContext(Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean) -
Method in class javax.servlet.jsp.JspFactory
-
obtains an instance of an implementation dependent
javax.servlet.jsp.PageContext abstract class for the calling Servlet
and currently pending request and response.
- getParameter(String) -
Method in class javax.activation.MimeType
- Retrieve the value associated with the given name, or null if there
is no current association.
- getParameter(String) -
Method in class javax.mail.internet.ContentDisposition
- Return the specified parameter value.
- getParameter(String) -
Method in class javax.mail.internet.ContentType
- Return the specified parameter value.
- getParameter(String) -
Method in interface javax.servlet.ServletRequest
- Returns the value of a request parameter as a
String
,
or null
if the parameter does not exist.
- getParameter(String) -
Method in class javax.servlet.ServletRequestWrapper
- The default behavior of this method is to return getParameter(String name)
on the wrapped request object.
- getParameterList() -
Method in class javax.mail.internet.ContentDisposition
- Return a ParameterList object that holds all the available
parameters.
- getParameterList() -
Method in class javax.mail.internet.ContentType
- Return a ParameterList object that holds all the available
parameters.
- getParameterMap() -
Method in interface javax.servlet.ServletRequest
- Returns a java.util.Map of the parameters of this request.
- getParameterMap() -
Method in class javax.servlet.ServletRequestWrapper
- The default behavior of this method is to return getParameterMap()
on the wrapped request object.
- getParameterNames() -
Method in interface javax.servlet.ServletRequest
- Returns an
Enumeration
of String
objects containing the names of the parameters contained
in this request.
- getParameterNames() -
Method in class javax.servlet.ServletRequestWrapper
- The default behavior of this method is to return getParameterNames()
on the wrapped request object.
- getParameters() -
Method in class javax.activation.MimeType
- Retrieve this object's parameter list.
- getParameters() -
Method in interface javax.interceptor.InvocationContext
- Returns the parameters that will be used to invoke
the business method.
- getParameterTypeByName(String) -
Method in interface javax.xml.rpc.Call
- Gets the XML type of a parameter by name
- getParameterValues(String) -
Method in interface javax.servlet.ServletRequest
- Returns an array of
String
objects containing
all of the values the given request parameter has, or
null
if the parameter does not exist.
- getParameterValues(String) -
Method in class javax.servlet.ServletRequestWrapper
- The default behavior of this method is to return getParameterValues(String name)
on the wrapped request object.
- getParamTypes() -
Method in class javax.el.MethodInfo
- Returns the parameter types of the method
- getParent() -
Method in class javax.faces.component.UIComponent
- Return the parent
UIComponent
of this
UIComponent
, if any.
- getParent() -
Method in class javax.faces.component.UIComponentBase
-
- getParent() -
Method in class javax.faces.webapp.UIComponentClassicTagBase
- Return the
Tag
that is the parent of this instance.
- getParent() -
Method in class javax.mail.BodyPart
- Return the containing
Multipart
object,
or null
if not known.
- getParent() -
Method in class javax.mail.Folder
- Returns the parent folder of this folder.
- getParent() -
Method in class javax.mail.Multipart
- Return the
Part
that contains this Multipart
object, or null
if not known.
- getParent() -
Method in interface javax.servlet.jsp.tagext.SimpleTag
- Returns the parent of this tag, for collaboration purposes.
- getParent() -
Method in class javax.servlet.jsp.tagext.SimpleTagSupport
- Returns the parent of this tag, for collaboration purposes.
- getParent() -
Method in interface javax.servlet.jsp.tagext.Tag
- Get the parent (closest enclosing tag handler) for this tag handler.
- getParent() -
Method in class javax.servlet.jsp.tagext.TagAdapter
- Returns the parent of this tag, which is always
getAdaptee().getParent().
- getParent() -
Method in class javax.servlet.jsp.tagext.TagSupport
- The Tag instance most closely enclosing this tag instance.
- getParent() -
Method in interface javax.xml.registry.infomodel.Concept
- Gets the parent Concept or ClassificationScheme for this object.
- getParent() -
Method in class javax.xml.stream.util.EventReaderDelegate
- Get the parent of this instance.
- getParent() -
Method in class javax.xml.stream.util.StreamReaderDelegate
- Get the parent of this instance.
- getParentConcept() -
Method in interface javax.xml.registry.infomodel.Concept
- Gets the parent Concept or null if parent is a ClassificationScheme.
- getParentElement() -
Method in interface javax.xml.soap.Node
- Returns the parent element of this
Node
object.
- getParentOrganization() -
Method in interface javax.xml.registry.infomodel.Organization
- Gets the parent (container) organization.
- getParentTargetModuleID() -
Method in interface javax.enterprise.deploy.spi.TargetModuleID
- Retrieve the identifier of the parent
object of this deployed module.
- getParentUIComponentClassicTagBase(PageContext) -
Static method in class javax.faces.webapp.UIComponentClassicTagBase
- Locate and return the nearest enclosing
UIComponentClassicTagBase
if any; otherwise, return null
.
- getParentUIComponentTag(PageContext) -
Static method in class javax.faces.webapp.UIComponentTag
- Deprecated. Locate and return the nearest enclosing
UIComponentTag
if any; otherwise, return null
.
- getPart() -
Method in class javax.mail.MessageContext
- Return the Part that contains the content.
- getPassiveCount() -
Method in interface javax.management.j2ee.statistics.StatefulSessionBeanStats
- Number of beans that are in the passive state.
- getPassword() -
Method in class javax.mail.PasswordAuthentication
-
- getPassword() -
Method in class javax.mail.URLName
- Returns the password of this URLName.
- getPassword() -
Method in class javax.resource.spi.security.PasswordCredential
- Returns the user password.
- getPasswordAuthentication() -
Method in class javax.mail.Authenticator
- Called when password authentication is needed.
- getPasswordAuthentication(URLName) -
Method in class javax.mail.Session
- Return any saved PasswordAuthentication for this (store or transport)
URLName.
- getPath() -
Method in class javax.servlet.http.Cookie
- Returns the path on the server
to which the browser returns this cookie.
- getPath() -
Method in class javax.servlet.jsp.tagext.TagFileInfo
- Where to find the .tag file implementing this action.
- getPath() -
Method in interface javax.xml.registry.infomodel.Concept
- Gets the canonical path representation for this Concept.
- getPathInfo() -
Method in interface javax.servlet.http.HttpServletRequest
- Returns any extra path information associated with
the URL the client sent when it made this request.
- getPathInfo() -
Method in class javax.servlet.http.HttpServletRequestWrapper
- The default behavior of this method is to return getPathInfo()
on the wrapped request object.
- getPathTranslated() -
Method in interface javax.servlet.http.HttpServletRequest
- Returns any extra path information after the servlet name
but before the query string, and translates it to a real
path.
- getPathTranslated() -
Method in class javax.servlet.http.HttpServletRequestWrapper
- The default behavior of this method is to return getPathTranslated()
on the wrapped request object.
- getPattern() -
Method in class javax.faces.convert.DateTimeConverter
- Return the format pattern to be used when formatting and
parsing dates and times.
- getPattern() -
Method in class javax.faces.convert.NumberConverter
- Return the format pattern to be used when formatting and
parsing numbers.
- getPattern() -
Method in class javax.mail.search.StringTerm
- Return the string to match with.
- getPayload() -
Method in interface javax.xml.ws.LogicalMessage
- Gets the message payload as an XML source, may be called
multiple times on the same LogicalMessage instance, always
returns a new Source that may be used to retrieve the entire
message payload.
- getPayload(JAXBContext) -
Method in interface javax.xml.ws.LogicalMessage
- Gets the message payload as a JAXB object.
- getPendingMessageCount() -
Method in interface javax.management.j2ee.statistics.JMSEndpointStats
- Number of pending messages.
- getPendingMessageCount() -
Method in interface javax.management.j2ee.statistics.JMSSessionStats
- Number of pending messages.
- getPermanentFlags() -
Method in class javax.mail.Folder
- Get the permanent flags supported by this Folder.
- getPersistenceProviderClassName() -
Method in interface javax.persistence.spi.PersistenceUnitInfo
- Returns the fully qualified name of the persistence provider
implementation class.
- getPersistenceUnitName() -
Method in interface javax.persistence.spi.PersistenceUnitInfo
- Returns the name of the persistence unit.
- getPersistenceUnitRootUrl() -
Method in interface javax.persistence.spi.PersistenceUnitInfo
- Returns the URL for the jar file or directory that is the
root of the persistence unit.
- getPersonal() -
Method in class javax.mail.internet.InternetAddress
- Get the personal name.
- getPersonalNamespaces() -
Method in class javax.mail.Store
- Return a set of folders representing the personal namespaces
for the current user.
- getPersonName() -
Method in interface javax.xml.registry.infomodel.User
- Returns the name of this User.
- getPhaseId() -
Method in class javax.faces.event.FacesEvent
- Return the identifier of the request processing phase during
which this event should be delivered.
- getPhaseId() -
Method in class javax.faces.event.PhaseEvent
- Return the
PhaseId
representing the current request
processing lifecycle phase.
- getPhaseId() -
Method in interface javax.faces.event.PhaseListener
- Return the identifier of the request processing phase during
which this listener is interested in processing
PhaseEvent
events.
- getPhaseListeners() -
Method in class javax.faces.lifecycle.Lifecycle
- Return the set of registered
PhaseListener
s for this
Lifecycle
instance.
- getPIData() -
Method in class javax.xml.stream.util.StreamReaderDelegate
-
- getPIData() -
Method in interface javax.xml.stream.XMLStreamReader
- Get the data section of a processing instruction
- getPITarget() -
Method in class javax.xml.stream.util.StreamReaderDelegate
-
- getPITarget() -
Method in interface javax.xml.stream.XMLStreamReader
- Get the target of a processing instruction
- getPolicyConfiguration(String, boolean) -
Method in class javax.security.jacc.PolicyConfigurationFactory
- This method is used to obtain an instance of the provider specific
class that implements the PolicyConfiguration interface that
corresponds to the identified policy context within the provider.
- getPolicyConfigurationFactory() -
Static method in class javax.security.jacc.PolicyConfigurationFactory
- This static method uses a system property to find and instantiate
(via a public constructor) a provider specific factory implementation
class.
- getPooledCount() -
Method in interface javax.management.j2ee.statistics.EntityBeanStats
- Number of beans in the pooled state.
- getPoolSize() -
Method in interface javax.management.j2ee.statistics.JCAConnectionPoolStats
- The size of the connection pool
- getPoolSize() -
Method in interface javax.management.j2ee.statistics.JDBCConnectionPoolStats
- Size of the connection pool.
- getPort() -
Method in class javax.mail.URLName
- Returns the port number of this URLName.
- getPort(QName, Class) -
Method in interface javax.xml.rpc.Service
- The getPort method returns either an instance of a generated
stub implementation class or a dynamic proxy.
- getPort(Class) -
Method in interface javax.xml.rpc.Service
- The getPort method returns either an instance of a generated
stub implementation class or a dynamic proxy.
- getPort(QName, Class<T>) -
Method in class javax.xml.ws.Service
- The getPort method returns a stub.
- getPort(Class<T>) -
Method in class javax.xml.ws.Service
- The getPort method returns a stub.
- getPort(QName, Class<T>) -
Method in class javax.xml.ws.spi.ServiceDelegate
- The getPort method returns a stub.
- getPort(Class<T>) -
Method in class javax.xml.ws.spi.ServiceDelegate
- The getPort method returns a stub.
- getPortName() -
Method in interface javax.xml.ws.handler.PortInfo
- Gets the qualified name of the WSDL port being accessed.
- getPorts() -
Method in interface javax.xml.rpc.Service
- Returns an
Iterator
for the list of
QName
s of service endpoints grouped by this
service
- getPorts() -
Method in class javax.xml.ws.Service
- Returns an
Iterator
for the list of
QName
s of service endpoints grouped by this
service
- getPorts() -
Method in class javax.xml.ws.spi.ServiceDelegate
- Returns an
Iterator
for the list of
QName
s of service endpoints grouped by this
service
- getPortTypeName() -
Method in interface javax.xml.rpc.Call
- Gets the qualified name of the port type.
- getPos() -
Method in exception javax.mail.internet.AddressException
- Get the position with the reference string where the error was
detected (-1 if not relevant).
- getPosition() -
Method in interface javax.mail.internet.SharedInputStream
- Return the current position in the InputStream, as an
offset from the beginning of the InputStream.
- getPosition() -
Method in class javax.mail.util.SharedByteArrayInputStream
- Return the current position in the InputStream, as an
offset from the beginning of the InputStream.
- getPosition() -
Method in class javax.mail.util.SharedFileInputStream
- Return the current position in the InputStream, as an
offset from the beginning of the InputStream.
- getPostalAddress() -
Method in interface javax.xml.registry.infomodel.Organization
- Gets the Address for this Organization.
- getPostalAddresses() -
Method in interface javax.xml.registry.infomodel.User
- Gets the postal address for this User.
- getPostalCode() -
Method in interface javax.xml.registry.infomodel.PostalAddress
- Returns the postal or zip code.
- getPostalScheme() -
Method in interface javax.xml.registry.infomodel.PostalAddress
- Returns a user-defined postal scheme for codifying the attributes of PostalAddress.
- getPreamble() -
Method in class javax.mail.internet.MimeMultipart
- Get the preamble text, if any, that appears before the
first body part of this multipart.
- getPreferredCommands(String) -
Method in class javax.activation.CommandMap
- Get the preferred command list from a MIME Type.
- getPreferredCommands(String, DataSource) -
Method in class javax.activation.CommandMap
- Get the preferred command list from a MIME Type.
- getPreferredCommands() -
Method in class javax.activation.DataHandler
- Return the preferred commands for this type of data.
- getPreferredCommands(String) -
Method in class javax.activation.MailcapCommandMap
- Get the preferred command list for a MIME Type.
- getPrefix() -
Method in interface javax.xml.soap.Name
- Returns the prefix that was specified when this
Name
object
was initialized.
- getPrefix() -
Method in interface javax.xml.stream.events.Namespace
- Gets the prefix, returns "" if this is a default
namespace declaration.
- getPrefix() -
Method in class javax.xml.stream.util.StreamReaderDelegate
-
- getPrefix(String) -
Method in interface javax.xml.stream.XMLEventWriter
- Gets the prefix the uri is bound to
- getPrefix() -
Method in interface javax.xml.stream.XMLStreamReader
- Returns the prefix of the current event or null if the event does not have a prefix
- getPrefix(String) -
Method in interface javax.xml.stream.XMLStreamWriter
- Gets the prefix the uri is bound to
- getPrefixString() -
Method in class javax.servlet.jsp.tagext.TagLibraryInfo
- The prefix assigned to this taglib from the taglib directive
- getPreviousOut() -
Method in class javax.faces.webapp.UIComponentClassicTagBase
- Get the
JspWriter
from our BodyContent
.
- getPreviousOut() -
Method in class javax.servlet.jsp.tagext.BodyTagSupport
- Get surrounding out JspWriter.
- getPrimaryContact() -
Method in interface javax.xml.registry.infomodel.Organization
- Gets the primary Contact for this Organization.
- getPrimaryKey() -
Method in interface javax.ejb.EJBLocalObject
- Obtain the primary key of the EJB local object.
- getPrimaryKey() -
Method in interface javax.ejb.EJBObject
- Obtain the primary key of the EJB object.
- getPrimaryKey() -
Method in interface javax.ejb.EntityContext
- Obtain the primary key of the EJB object that is currently
associated with this instance.
- getPrimaryKeyClass() -
Method in interface javax.ejb.EJBMetaData
- Obtain the Class object for the enterprise Bean's primary key class.
- getPrimaryType() -
Method in class javax.activation.MimeType
- Retrieve the primary type of this object.
- getPrimaryType() -
Method in class javax.mail.internet.ContentType
- Return the primary type.
- getPriority() -
Method in interface javax.jms.MessageProducer
- Gets the producer's default priority.
- getProcessedDTD() -
Method in interface javax.xml.stream.events.DTD
- Returns an implementation defined representation of the DTD.
- getProducers() -
Method in interface javax.management.j2ee.statistics.JMSSessionStats
- Returns an array of JMSProducerStats that provide statistics about the message
producers associated with the referencing JMS session statistics.
- getProductVersion() -
Method in interface javax.enterprise.deploy.spi.factories.DeploymentFactory
- Provide a string identifying version of this vendor's
DeploymentManager.
- getProperties() -
Method in class javax.mail.Session
- Returns the Properties object associated with this Session
- getProperties() -
Method in interface javax.persistence.spi.PersistenceUnitInfo
- Returns properties object.
- getProperties() -
Method in class javax.xml.registry.ConnectionFactory
- Gets the Properties used during createConnection
and createFederatedConnection calls.
- getProperties() -
Method in class javax.xml.ws.Endpoint
- Returns the property bag for this
Endpoint
instance.
- getProperty(String) -
Method in class javax.mail.Session
- Returns the value of the specified property.
- getProperty(String) -
Method in class javax.xml.bind.Binder
- Get the particular property in the underlying implementation of
Binder.
- getProperty(String) -
Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- Default implementation of the getProperty method handles
the four defined properties in Marshaller.
- getProperty(String) -
Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- Default implementation of the getProperty method always
throws PropertyException since there are no required
properties.
- getProperty(String) -
Method in interface javax.xml.bind.Marshaller
- Get the particular property in the underlying implementation of
Marshaller.
- getProperty(String) -
Method in interface javax.xml.bind.Unmarshaller
- Get the particular property in the underlying implementation of
Unmarshaller.
- getProperty(String) -
Method in interface javax.xml.bind.Validator
- Deprecated. since JAXB2.0
- getProperty(String) -
Method in interface javax.xml.rpc.Call
- Gets the value of a named property.
- getProperty(String) -
Method in interface javax.xml.rpc.handler.MessageContext
- Gets the value of a specific property from the
MessageContext
- getProperty(String) -
Method in class javax.xml.soap.SOAPMessage
- Retrieves value of the specified property.
- getProperty(String) -
Method in class javax.xml.stream.util.EventReaderDelegate
-
- getProperty(String) -
Method in class javax.xml.stream.util.StreamReaderDelegate
-
- getProperty(String) -
Method in interface javax.xml.stream.XMLEventReader
- Get the value of a feature/property from the underlying implementation
- getProperty(String) -
Method in class javax.xml.stream.XMLInputFactory
- Get the value of a feature/property from the underlying implementation
- getProperty(String) -
Method in class javax.xml.stream.XMLOutputFactory
- Get a feature/property on the underlying implementation
- getProperty(String) -
Method in interface javax.xml.stream.XMLStreamReader
- Get the value of a feature/property from the underlying implementation
- getProperty(String) -
Method in interface javax.xml.stream.XMLStreamWriter
- Get the value of a feature/property from the underlying implementation
- getPropertyNames() -
Method in interface javax.jms.Message
- Returns an
Enumeration
of all the property names.
- getPropertyNames() -
Method in interface javax.xml.rpc.Call
- Gets the names of configurable properties supported by
this
Call
object.
- getPropertyNames() -
Method in interface javax.xml.rpc.handler.MessageContext
- Returns an Iterator view of the names of the properties
in this
MessageContext
- getPropertyResolver() -
Method in class javax.faces.application.Application
- Deprecated. This has been replaced by
Application.getELResolver()
.
- getPropertyType() -
Method in class javax.el.BeanELResolver.BeanProperty
-
- getProtocol() -
Method in class javax.mail.Provider
- Returns the protocol supported by this Provider
- getProtocol() -
Method in class javax.mail.URLName
- Returns the protocol of this URLName.
- getProtocol() -
Method in interface javax.servlet.ServletRequest
- Returns the name and version of the protocol the request uses
in the form protocol/majorVersion.minorVersion, for
example, HTTP/1.1.
- getProtocol() -
Method in class javax.servlet.ServletRequestWrapper
- The default behavior of this method is to return getProtocol()
on the wrapped request object.
- getProvider(String) -
Method in class javax.mail.Session
- Returns the default Provider for the protocol
specified.
- getProviderMajorVersion() -
Method in interface javax.jms.ConnectionMetaData
- Gets the JMS provider major version number.
- getProviderMinorVersion() -
Method in interface javax.jms.ConnectionMetaData
- Gets the JMS provider minor version number.
- getProviders() -
Method in class javax.mail.Session
- This method returns an array of all the implementations installed
via the javamail.
- getProviderVersion() -
Method in interface javax.jms.ConnectionMetaData
- Gets the JMS provider version.
- getProvidingOrganization() -
Method in interface javax.xml.registry.infomodel.Service
- Gets the Organization that provides this service.
- getPublicId() -
Method in interface javax.xml.stream.events.EntityDeclaration
- The entity's public identifier, or null if none was given
- getPublicId() -
Method in interface javax.xml.stream.events.NotationDeclaration
- The notation's public identifier, or null if none was given.
- getPublicId() -
Method in interface javax.xml.stream.Location
- Returns the public ID of the XML
- getQualifiedName() -
Method in interface javax.xml.soap.Name
- Gets the namespace-qualified name of the XML name that this
Name
object represents.
- getQueryString() -
Method in interface javax.servlet.http.HttpServletRequest
- Returns the query string that is contained in the request
URL after the path.
- getQueryString() -
Method in class javax.servlet.http.HttpServletRequestWrapper
- The default behavior of this method is to return getQueryString()
on the wrapped request object.
- getQueue() -
Method in interface javax.jms.QueueBrowser
- Gets the queue associated with this queue browser.
- getQueue() -
Method in interface javax.jms.QueueReceiver
- Gets the
Queue
associated with this queue receiver.
- getQueue() -
Method in interface javax.jms.QueueSender
- Gets the queue associated with this
QueueSender
.
- getQueueName() -
Method in interface javax.jms.Queue
- Gets the name of this queue.
- getQueueSession() -
Method in interface javax.jms.XAQueueSession
- Gets the queue session associated with this
XAQueueSession
.
- getQuota(String) -
Method in interface javax.mail.QuotaAwareStore
- Get the quotas for the named quota root.
- getRawContent() -
Method in class javax.xml.soap.AttachmentPart
- Gets the content of this
AttachmentPart
object as an
InputStream as if a call had been made to getContent
and no
DataContentHandler
had been registered for the
content-type
of this AttachmentPart
.
- getRawContentBytes() -
Method in class javax.xml.soap.AttachmentPart
- Gets the content of this
AttachmentPart
object as a
byte[] array as if a call had been made to getContent
and no
DataContentHandler
had been registered for the
content-type
of this AttachmentPart
.
- getRawInputStream() -
Method in class javax.mail.internet.MimeBodyPart
- Return an InputStream to the raw data with any Content-Transfer-Encoding
intact.
- getRawInputStream() -
Method in class javax.mail.internet.MimeMessage
- Return an InputStream to the raw data with any Content-Transfer-Encoding
intact.
- getReader() -
Method in class javax.servlet.jsp.tagext.BodyContent
- Return the value of this BodyContent as a Reader.
- getReader() -
Method in interface javax.servlet.ServletRequest
- Retrieves the body of the request as character data using
a
BufferedReader
.
- getReader() -
Method in class javax.servlet.ServletRequestWrapper
- The default behavior of this method is to return getReader()
on the wrapped request object.
- getReadMethod() -
Method in class javax.el.BeanELResolver.BeanProperty
-
- getReadyCount() -
Method in interface javax.management.j2ee.statistics.EntityBeanStats
- Number of beans in the ready state.
- getRealPath(String) -
Method in interface javax.servlet.ServletContext
- Returns a
String
containing the real path
for a given virtual path.
- getRealPath(String) -
Method in interface javax.servlet.ServletRequest
- Deprecated. As of Version 2.1 of the Java Servlet API,
use
ServletContext.getRealPath(java.lang.String)
instead.
- getRealPath(String) -
Method in class javax.servlet.ServletRequestWrapper
- The default behavior of this method is to return getRealPath(String path)
on the wrapped request object.
- getReceivedDate() -
Method in class javax.mail.internet.MimeMessage
- Returns the Date on this message was received.
- getReceivedDate() -
Method in class javax.mail.Message
- Get the date this message was received.
- getRecipients(Message.RecipientType) -
Method in class javax.mail.internet.MimeMessage
- Returns the recepients specified by the type.
- getRecipients(Message.RecipientType) -
Method in class javax.mail.Message
- Get all the recipient addresses of the given type.
- getRecipientType() -
Method in class javax.mail.search.RecipientStringTerm
- Return the type of recipient to match with.
- getRecipientType() -
Method in class javax.mail.search.RecipientTerm
- Return the type of recipient to match with.
- getRecordFactory() -
Method in interface javax.resource.cci.ConnectionFactory
- Gets a RecordFactory instance.
- getRecordName() -
Method in interface javax.resource.cci.Record
- Gets the name of the Record.
- getRecordShortDescription() -
Method in interface javax.resource.cci.Record
- Gets a short description string for the Record.
- getRef() -
Method in exception javax.mail.internet.AddressException
- Get the string that was being parsed when the error was detected
(null if not relevant).
- getRef() -
Method in class javax.mail.URLName
- Returns the reference of this URLName.
- getReference(Class<T>, Object) -
Method in interface javax.persistence.EntityManager
- Get an instance, whose state may be lazily fetched.
- getRegisteredEncodingStyleURIs() -
Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
- Returns a list of registered encodingStyle URIs in this
TypeMappingRegistry
instance.
- getRegistryObject() -
Method in interface javax.xml.registry.infomodel.AuditableEvent
- Gets the RegistryObject associated with this AuditableEvent.
- getRegistryObject() -
Method in interface javax.xml.registry.infomodel.ExternalIdentifier
- Gets the parent RegistryObject for this ExternalIdentifier.
- getRegistryObject(String, String) -
Method in interface javax.xml.registry.QueryManager
- Gets the RegistryObject specified by the Id and type of object.
- getRegistryObject(String) -
Method in interface javax.xml.registry.QueryManager
- Gets the RegistryObject specified by the Id.
- getRegistryObjects() -
Method in interface javax.xml.registry.infomodel.RegistryPackage
- Gets the collection of member RegistryObjects of this RegistryPackage.
- getRegistryObjects(Collection) -
Method in interface javax.xml.registry.QueryManager
- Gets the specified RegistryObjects.
- getRegistryObjects(Collection, String) -
Method in interface javax.xml.registry.QueryManager
- Gets the specified RegistryObjects.
- getRegistryObjects() -
Method in interface javax.xml.registry.QueryManager
- Gets the RegistryObjects owned by the caller.
- getRegistryObjects(String) -
Method in interface javax.xml.registry.QueryManager
- Gets the RegistryObjects owned by the caller, that are of the specified type.
- getRegistryPackages() -
Method in interface javax.xml.registry.infomodel.RegistryObject
- Returns the Package associated with this object.
- getRegistryService() -
Method in interface javax.xml.registry.Connection
- Gets the RegistryService interface associated with the Connection.
- getRegistryService() -
Method in interface javax.xml.registry.LifeCycleManager
- Returns the parent RegistryService that created this object.
- getRegistryService() -
Method in interface javax.xml.registry.QueryManager
- Returns the parent RegistryService that created this object.
- getRel() -
Method in class javax.faces.component.html.HtmlCommandLink
- Return the value of the
rel
property.
- getRel() -
Method in class javax.faces.component.html.HtmlOutputLink
- Return the value of the
rel
property.
- getRelay() -
Method in interface javax.xml.soap.SOAPHeaderElement
- Returns the boolean value of the relay attribute for this
SOAPHeaderElement
- getReliableURN() -
Method in class javax.servlet.jsp.tagext.TagLibraryInfo
- The "reliable" URN indicated in the TLD (the uri element).
- getRemainder() -
Method in class javax.mail.internet.HeaderTokenizer
- Return the rest of the Header.
- getRemaining() -
Method in class javax.servlet.jsp.JspWriter
- This method returns the number of unused bytes in the buffer.
- getRemoteAddr() -
Method in interface javax.servlet.ServletRequest
- Returns the Internet Protocol (IP) address of the client
or last proxy that sent the request.
- getRemoteAddr() -
Method in class javax.servlet.ServletRequestWrapper
- The default behavior of this method is to return getRemoteAddr()
on the wrapped request object.
- getRemoteHost() -
Method in interface javax.servlet.ServletRequest
- Returns the fully qualified name of the client
or the last proxy that sent the request.
- getRemoteHost() -
Method in class javax.servlet.ServletRequestWrapper
- The default behavior of this method is to return getRemoteHost()
on the wrapped request object.
- getRemoteInterfaceClass() -
Method in interface javax.ejb.EJBMetaData
- Obtain the Class object for the enterprise Bean's remote interface.
- getRemotePort() -
Method in interface javax.servlet.ServletRequest
- Returns the Internet Protocol (IP) source port of the client
or last proxy that sent the request.
- getRemotePort() -
Method in class javax.servlet.ServletRequestWrapper
- The default behavior of this method is to return
getRemotePort() on the wrapped request object.
- getRemoteUser() -
Method in class javax.faces.context.ExternalContext
- Return the login name of the user making the current request
if any; otherwise, return
null
.
- getRemoteUser() -
Method in interface javax.servlet.http.HttpServletRequest
- Returns the login of the user making this request, if the
user has been authenticated, or
null
if the user
has not been authenticated.
- getRemoteUser() -
Method in class javax.servlet.http.HttpServletRequestWrapper
- The default behavior of this method is to return getRemoteUser()
on the wrapped request object.
- getRemoveCount() -
Method in interface javax.management.j2ee.statistics.EJBStats
- Number of times remove was called.
- getRenderer(FacesContext) -
Method in class javax.faces.component.UIComponent
- Convenience method to return the
Renderer
instance
associated with this component, if any; otherwise, return
null
.
- getRenderer(FacesContext) -
Method in class javax.faces.component.UIComponentBase
-
- getRenderer(String, String) -
Method in class javax.faces.render.RenderKit
- Return the
Renderer
instance most recently registered for
the specified component family
and
rendererType
, if any; otherwise, return
null
.
- getRendererType() -
Method in class javax.faces.component.UIComponent
- Return the
Renderer
type for this UIComponent
(if any).
- getRendererType() -
Method in class javax.faces.component.UIComponentBase
-
- getRendererType() -
Method in class javax.faces.webapp.UIComponentTagBase
- Return the
rendererType
property that selects the
Renderer
to be used for encoding this component, or
null
to ask the component to render itself directly.
- getRenderKit() -
Method in class javax.faces.context.FacesContext
- Return the
RenderKit
instance for the render kit identifier
specified on our UIViewRoot
, if there is one.
- getRenderKit(FacesContext, String) -
Method in class javax.faces.render.RenderKitFactory
- Return a
RenderKit
instance for the specified render
kit identifier, possibly customized based on dynamic
characteristics of the specified FacesContext
, if
non-null
.
- getRenderKitId() -
Method in class javax.faces.component.UIViewRoot
- Return the render kit identifier of the
RenderKit
associated with this view.
- getRenderKitIds() -
Method in class javax.faces.render.RenderKitFactory
- Return an
Iterator
over the set of render kit
identifiers registered with this factory.
- getRenderResponse() -
Method in class javax.faces.context.FacesContext
- Return
true
if the renderResponse()
method has been called for the current request.
- getRendersChildren() -
Method in class javax.faces.component.UIComponent
- Return a flag indicating whether this component is responsible
for rendering its child components.
- getRendersChildren() -
Method in class javax.faces.component.UIComponentBase
-
- getRendersChildren() -
Method in class javax.faces.render.Renderer
- Return a flag indicating whether this
Renderer
is responsible
for rendering the children the component it is asked to render.
- getReplacementText() -
Method in interface javax.xml.stream.events.EntityDeclaration
- The replacement text of the entity.
- getReplyTo() -
Method in class javax.mail.internet.MimeMessage
- Return the value of the RFC 822 "Reply-To" header field.
- getReplyTo() -
Method in class javax.mail.Message
- Get the addresses to which replies should be directed.
- getRepositoryItem() -
Method in interface javax.xml.registry.infomodel.ExtrinsicObject
- Gets the repository item for this object.
- getRepresentationClass() -
Method in class javax.activation.ActivationDataFlavor
- Return the representation class.
- getRequest() -
Method in class javax.faces.context.ExternalContext
- Return the environment-specific object instance for the current
request.
- getRequest() -
Method in class javax.servlet.jsp.PageContext
- The current value of the request object (a ServletRequest).
- getRequest() -
Method in class javax.servlet.ServletRequestWrapper
- Return the wrapped request object.
- getRequestCharacterEncoding() -
Method in class javax.faces.context.ExternalContext
- Return the character encoding currently being used
to interpret this request.
- getRequestContentType() -
Method in class javax.faces.context.ExternalContext
- Return the MIME Content-Type for this request.
- getRequestContext() -
Method in interface javax.xml.ws.BindingProvider
- Get the context that is used to initialize the message context
for request messages.
- getRequestContextPath() -
Method in class javax.faces.context.ExternalContext
- Return the portion of the request URI that identifies the web
application context for this request.
- getRequestCookieMap() -
Method in class javax.faces.context.ExternalContext
- Return an immutable
Map
whose keys are the set of
cookie names included in the current request, and whose
values (of type javax.servlet.http.Cookie
)
are the first (or only) cookie for each cookie name
returned by the underlying request.
- getRequestDispatcher(String) -
Method in interface javax.servlet.ServletContext
- Returns a
RequestDispatcher
object that acts
as a wrapper for the resource located at the given path.
- getRequestDispatcher(String) -
Method in interface javax.servlet.ServletRequest
- Returns a
RequestDispatcher
object that acts as a wrapper for
the resource located at the given path.
- getRequestDispatcher(String) -
Method in class javax.servlet.ServletRequestWrapper
- The default behavior of this method is to return getRequestDispatcher(String path)
on the wrapped request object.
- getRequestedSessionId() -
Method in interface javax.servlet.http.HttpServletRequest
- Returns the session ID specified by the client.
- getRequestedSessionId() -
Method in class javax.servlet.http.HttpServletRequestWrapper
- The default behavior of this method is to return getRequestedSessionId()
on the wrapped request object.
- getRequestHeaderMap() -
Method in class javax.faces.context.ExternalContext
- Return an immutable
Map
whose keys are the set of
request header names included in the current request, and whose
values (of type String) are the first (or only) value for each
header name returned by the underlying request.
- getRequestHeaderValuesMap() -
Method in class javax.faces.context.ExternalContext
- Return an immutable
Map
whose keys are the set of
request header names included in the current request, and whose
values (of type String[]) are all of the value for each
header name returned by the underlying request.
- getRequestId() -
Method in exception javax.xml.registry.JAXRException
-
- getRequestId() -
Method in interface javax.xml.registry.JAXRResponse
- Returns the unique id for the request that generated this response.
- getRequestingPort() -
Method in class javax.mail.Authenticator
-
- getRequestingPrompt() -
Method in class javax.mail.Authenticator
-
- getRequestingProtocol() -
Method in class javax.mail.Authenticator
- Give the protocol that's requesting the connection.
- getRequestingSite() -
Method in class javax.mail.Authenticator
-
- getRequestLocale() -
Method in class javax.faces.context.ExternalContext
- Return the preferred
Locale
in which the client
will accept content.
- getRequestLocales() -
Method in class javax.faces.context.ExternalContext
- Return an
Iterator
over the preferred
Locale
s specified in the request, in decreasing
order of preference.
- getRequestMap() -
Method in class javax.faces.context.ExternalContext
- Return a mutable
Map
representing the request
scope attributes for the current application.
- getRequestParameterMap() -
Method in class javax.faces.context.ExternalContext
- Return an immutable
Map
whose keys are the set of
request parameters names included in the current request, and whose
values (of type String) are the first (or only) value for each
parameter name returned by the underlying request.
- getRequestParameterNames() -
Method in class javax.faces.context.ExternalContext
- Return an
Iterator
over the names of all request
parameters included in the current request.
- getRequestParameterValuesMap() -
Method in class javax.faces.context.ExternalContext
- Return an immutable
Map
whose keys are the set of
request parameters names included in the current request, and whose
values (of type String[]) are all of the values for each
parameter name returned by the underlying request.
- getRequestPathInfo() -
Method in class javax.faces.context.ExternalContext
- Return the extra path information (if any) included in the
request URI; otherwise, return
null
.
- getRequestServletPath() -
Method in class javax.faces.context.ExternalContext
- Return the servlet path information (if any) included in the
request URI; otherwise, return
null
.
- getRequestURI() -
Method in interface javax.servlet.http.HttpServletRequest
- Returns the part of this request's URL from the protocol
name up to the query string in the first line of the HTTP request.
- getRequestURI() -
Method in class javax.servlet.http.HttpServletRequestWrapper
- The default behavior of this method is to return getRequestURI()
on the wrapped request object.
- getRequestURI() -
Method in class javax.servlet.jsp.ErrorData
- Returns the request URI.
- getRequestURL() -
Method in interface javax.servlet.http.HttpServletRequest
- Reconstructs the URL the client used to make the request.
- getRequestURL() -
Method in class javax.servlet.http.HttpServletRequestWrapper
- The default behavior of this method is to return getRequestURL()
on the wrapped request object.
- getRequestURL(HttpServletRequest) -
Static method in class javax.servlet.http.HttpUtils
- Deprecated. Reconstructs the URL the client used to make the request,
using information in the
HttpServletRequest
object.
- getRequiredMessage() -
Method in class javax.faces.component.UIInput
- If there has been a call to
UIInput.setRequiredMessage(java.lang.String)
on this
instance, return the message.
- getRequiredVersion() -
Method in class javax.servlet.jsp.tagext.TagLibraryInfo
- A string describing the required version of the JSP container.
- getResource(String) -
Method in class javax.faces.context.ExternalContext
- Return a
URL
for the application resource mapped to the
specified path, if it exists; otherwise, return null
.
- getResource(String) -
Method in interface javax.servlet.ServletContext
- Returns a URL to the resource that is mapped to a specified
path.
- getResource(Object) -
Method in interface javax.transaction.TransactionSynchronizationRegistry
- Get an object from the Map of resources being managed for
the transaction bound to the current thread at the time this
method is called.
- getResourceAdapter() -
Method in interface javax.resource.spi.ResourceAdapterAssociation
- Get the associated
ResourceAdapter
object.
- getResourceAsStream(String) -
Method in class javax.faces.context.ExternalContext
- Return an
InputStream
for an application resource
mapped to the specified path, if it exists; otherwise, return
null
.
- getResourceAsStream(String) -
Method in interface javax.servlet.ServletContext
- Returns the resource located at the named path as
an
InputStream
object.
- getResourceBundle(FacesContext, String) -
Method in class javax.faces.application.Application
- Find a
ResourceBundle
as defined in the
application configuration resources under the specified name.
- getResourcePaths(String) -
Method in class javax.faces.context.ExternalContext
- Return the
Set
of resource paths for all application
resources whose resource path starts with the specified argument.
- getResourcePaths(String) -
Method in interface javax.servlet.ServletContext
- Returns a directory-like listing of all the paths to resources within the web application whose longest sub-path
matches the supplied path argument.
- getResourceURL(FacesContext, String) -
Method in class javax.faces.application.ViewHandler
- Return a URL suitable for rendering (after optional encoding
perfomed by the
encodeResourceURL()
method of
ExternalContext
) that selects the specifed web application
resource.
- getResourceURL(FacesContext, String) -
Method in class javax.faces.application.ViewHandlerWrapper
- The default behavior of this method is to
call
ViewHandler.getResourceURL(javax.faces.context.FacesContext, String)
on the wrapped ViewHandler
object.
- getResponse() -
Method in class javax.faces.context.ExternalContext
- Return the environment-specific object instance for the current
response.
- getResponse() -
Method in class javax.servlet.jsp.PageContext
- The current value of the response object (a ServletResponse).
- getResponse() -
Method in class javax.servlet.ServletResponseWrapper
- Return the wrapped ServletResponse object.
- getResponseCharacterEncoding() -
Method in class javax.faces.context.ExternalContext
- Returns the name of the character encoding (MIME charset) used for
the body sent in this response.
- getResponseComplete() -
Method in class javax.faces.context.FacesContext
- Return
true
if the responseComplete()
method has been called for the current request.
- getResponseContentType() -
Method in class javax.faces.context.ExternalContext
- Return the MIME Content-Type for this response.
- getResponseContext() -
Method in interface javax.xml.ws.BindingProvider
- Get the context that resulted from processing a response message.
- getResponseStateManager() -
Method in class javax.faces.render.RenderKit
- Return an instance of
ResponseStateManager
to handle
rendering technology specific state management decisions.
- getResponseStream() -
Method in class javax.faces.context.FacesContext
- Return the
ResponseStream
to which components should
direct their binary output.
- getResponseWriter() -
Method in class javax.faces.context.FacesContext
- Return the
ResponseWriter
to which components should
direct their character-based output.
- getResult() -
Method in interface javax.xml.bind.UnmarshallerHandler
- Obtains the unmarshalled result.
- getResult() -
Method in class javax.xml.bind.util.JAXBResult
- Gets the unmarshalled object created by the transformation.
- getResult() -
Method in class javax.xml.soap.SAAJResult
-
- getResultList() -
Method in interface javax.persistence.Query
- Execute a SELECT query and return the query results
as a List.
- getResultSetInfo() -
Method in interface javax.resource.cci.Connection
- Gets the information on the ResultSet functionality supported by
a connected EIS instance.
- getResultTargetModuleIDs() -
Method in interface javax.enterprise.deploy.spi.status.ProgressObject
- Retrieve the list of TargetModuleIDs successfully
processed or created by the associated DeploymentManager
operation.
- getReturnType() -
Method in class javax.el.MethodInfo
- Returns the return type of the method
- getReturnType() -
Method in interface javax.xml.rpc.Call
- Gets the return type for a specific operation
- getRev() -
Method in class javax.faces.component.html.HtmlCommandLink
- Return the value of the
rev
property.
- getRev() -
Method in class javax.faces.component.html.HtmlOutputLink
- Return the value of the
rev
property.
- getRole() -
Method in interface javax.xml.soap.SOAPHeaderElement
- Returns the value of the Role attribute of this
SOAPHeaderElement
.
- getRoles() -
Method in interface javax.xml.rpc.handler.HandlerChain
- Gets SOAP actor roles registered for this HandlerChain at
this SOAP node.
- getRoles() -
Method in interface javax.xml.rpc.handler.soap.SOAPMessageContext
- Gets the SOAP actor roles associated with an execution
of the HandlerChain and its contained Handler instances.
- getRoles() -
Method in interface javax.xml.ws.handler.soap.SOAPMessageContext
- Gets the SOAP actor roles associated with an execution
of the handler chain.
- getRoles() -
Method in interface javax.xml.ws.soap.SOAPBinding
- Gets the roles played by the SOAP binding instance.
- getRollbackOnly() -
Method in interface javax.ejb.EJBContext
- Test if the transaction has been marked for rollback only.
- getRollbackOnly() -
Method in interface javax.persistence.EntityTransaction
- Determine whether the current transaction has been marked
for rollback.
- getRollbackOnly() -
Method in interface javax.transaction.TransactionSynchronizationRegistry
- Get the rollbackOnly status of the transaction bound to the
current thread at the time this method is called.
- getRolledbackCount() -
Method in interface javax.management.j2ee.statistics.JTAStats
- Number of rolled-back transactions.
- getRoot() -
Method in interface javax.enterprise.deploy.model.DDBean
- Return the root element for this DDBean.
- getRootCause() -
Method in exception javax.servlet.jsp.el.ELException
- Deprecated. Returns the root cause.
- getRootCause() -
Method in exception javax.servlet.jsp.JspException
- Deprecated. As of JSP 2.1, replaced by
Throwable.getCause()
- getRootCause() -
Method in exception javax.servlet.ServletException
- Returns the exception that caused this servlet exception.
- getRootOrganization() -
Method in interface javax.xml.registry.infomodel.Organization
- Gets the root organization.
- getRowClasses() -
Method in class javax.faces.component.html.HtmlDataTable
- Return the value of the
rowClasses
property.
- getRowClasses() -
Method in class javax.faces.component.html.HtmlPanelGrid
- Return the value of the
rowClasses
property.
- getRowCount() -
Method in class javax.faces.component.UIData
- Return the number of rows in the underlying data model.
- getRowCount() -
Method in class javax.faces.model.ArrayDataModel
- If there is
wrappedData
available, return the
length of the array.
- getRowCount() -
Method in class javax.faces.model.DataModel
- Return the number of rows of data objects represented by this
DataModel
.
- getRowCount() -
Method in class javax.faces.model.ListDataModel
- If there is
wrappedData
available, return the
length of the list.
- getRowCount() -
Method in class javax.faces.model.ResultDataModel
- If there is
wrappedData
available, return the
length of the array returned by calling getRows()
on the underlying Result
.
- getRowCount() -
Method in class javax.faces.model.ResultSetDataModel
- Return -1, since
ResultSet
does not provide a
standard way to determine the number of available rows without
scrolling through the entire ResultSet
, and this can
be very expensive if the number of rows is large.
- getRowCount() -
Method in class javax.faces.model.ScalarDataModel
- If there is
wrappedData
available, return 1.
- getRowData() -
Method in class javax.faces.component.UIData
- Return the data object representing the data for the currently
selected row index, if any.
- getRowData() -
Method in class javax.faces.model.ArrayDataModel
- If row data is available, return the array element at the index
specified by
rowIndex
.
- getRowData() -
Method in class javax.faces.model.DataModel
- Return an object representing the data for the currenty selected
row index.
- getRowData() -
Method in class javax.faces.model.DataModelEvent
- Return the object representing the data for the specified row index,
or
null
for no associated row data.
- getRowData() -
Method in class javax.faces.model.ListDataModel
- If row data is available, return the array element at the index
specified by
rowIndex
.
- getRowData() -
Method in class javax.faces.model.ResultDataModel
- If row data is available, return the
SortedMap
array
element at the index specified by rowIndex
of the
array returned by calling getRows()
on the underlying
Result
.
- getRowData() -
Method in class javax.faces.model.ResultSetDataModel
- If row data is available, return a
Map
representing
the values of the columns for the row specified by rowIndex
,
keyed by the corresponding column names.
- getRowData() -
Method in class javax.faces.model.ScalarDataModel
- If wrapped data is available, return the wrapped data instance.
- getRowIndex() -
Method in class javax.faces.component.UIData
- Return the zero-relative index of the currently selected row.
- getRowIndex() -
Method in class javax.faces.model.ArrayDataModel
-
- getRowIndex() -
Method in class javax.faces.model.DataModel
- Return the zero-relative index of the currently selected row.
- getRowIndex() -
Method in class javax.faces.model.DataModelEvent
- Return the row index for this event, or -1 for no specific row.
- getRowIndex() -
Method in class javax.faces.model.ListDataModel
-
- getRowIndex() -
Method in class javax.faces.model.ResultDataModel
-
- getRowIndex() -
Method in class javax.faces.model.ResultSetDataModel
-
- getRowIndex() -
Method in class javax.faces.model.ScalarDataModel
-
- getRows() -
Method in class javax.faces.component.html.HtmlInputTextarea
- Return the value of the
rows
property.
- getRows() -
Method in class javax.faces.component.UIData
- Return the number of rows to be displayed, or zero for all
remaining rows in the table.
- getRules() -
Method in class javax.faces.component.html.HtmlDataTable
- Return the value of the
rules
property.
- getRules() -
Method in class javax.faces.component.html.HtmlPanelGrid
- Return the value of the
rules
property.
- getRunningModules(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 running
on the associated server or servers.
- getSchema() -
Method in class javax.xml.bind.Binder
- Gets the last
Schema
object (including null) set by the
Binder.setSchema(Schema)
method.
- getSchema() -
Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
- getSchema() -
Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
- getSchema() -
Method in interface javax.xml.bind.Marshaller
- Get the JAXP 1.3
Schema
object
being used to perform marshal-time validation.
- getSchema() -
Method in interface javax.xml.bind.Unmarshaller
- Get the JAXP 1.3
Schema
object
being used to perform unmarshal-time validation.
- getSchemaLocation() -
Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- Convenience method for getting the current schemaLocation.
- getSchemaType() -
Method in interface javax.xml.stream.events.XMLEvent
- This method is provided for implementations to provide
optional type information about the associated event.
- getScheme() -
Method in interface javax.servlet.ServletRequest
- Returns the name of the scheme used to make this request,
for example,
http
, https
, or ftp
.
- getScheme() -
Method in class javax.servlet.ServletRequestWrapper
- The default behavior of this method is to return getScheme()
on the wrapped request object.
- getScope() -
Method in class javax.servlet.jsp.tagext.TagVariableInfo
- The body of the <scope> element.
- getScope() -
Method in class javax.servlet.jsp.tagext.VariableInfo
- Returns the lexical scope of the variable.
- getScope() -
Method in class javax.xml.bind.JAXBElement
- Returns scope of xml element declaration.
- getScope(String) -
Method in interface javax.xml.ws.handler.MessageContext
- Gets the scope of a property.
- getSecure() -
Method in class javax.servlet.http.Cookie
- Returns
true
if the browser is sending cookies
only over a secure protocol, or false
if the
browser can send cookies using any protocol.
- getSelectedValues() -
Method in class javax.faces.component.UISelectMany
- Return the currently selected values, or
null
if there
are no currently selected values.
- getSelectItems() -
Method in class javax.faces.model.SelectItemGroup
- Return the set of subordinate
SelectItem
s for this group.
- getSender() -
Method in class javax.mail.internet.MimeMessage
- Returns the value of the RFC 822 "Sender" header field.
- getSentDate() -
Method in class javax.mail.internet.MimeMessage
- Returns the value of the RFC 822 "Date" field.
- getSentDate() -
Method in class javax.mail.Message
- Get the date this message was sent.
- getSentMailCount() -
Method in interface javax.management.j2ee.statistics.JavaMailStats
- The number of mail messages sent.
- getSeparator() -
Method in class javax.mail.Folder
- Return the delimiter character that separates this Folder's pathname
from the names of immediate subfolders.
- getSerializer(Class, QName) -
Method in interface javax.xml.rpc.encoding.TypeMapping
- Gets the SerializerFactory registered for the specified
pair of Java type and XML data type.
- getSerializerAs(String) -
Method in interface javax.xml.rpc.encoding.SerializerFactory
- Returns a Serializer for the specified XML processing
mechanism type.
- getServerInfo() -
Method in interface javax.servlet.ServletContext
- Returns the name and version of the servlet container on which
the servlet is running.
- getServerName() -
Method in interface javax.servlet.ServletRequest
- Returns the host name of the server to which the request was sent.
- getServerName() -
Method in class javax.servlet.ServletRequestWrapper
- The default behavior of this method is to return getServerName()
on the wrapped request object.
- getServerPort() -
Method in interface javax.servlet.ServletRequest
- Returns the port number to which the request was sent.
- getServerPort() -
Method in class javax.servlet.ServletRequestWrapper
- The default behavior of this method is to return getServerPort()
on the wrapped request object.
- getServerSession() -
Method in interface javax.jms.ServerSessionPool
- Return a server session from the pool.
- getServerSessionPool() -
Method in interface javax.jms.ConnectionConsumer
- Gets the server session pool associated with this connection consumer.
- getService() -
Method in interface javax.xml.registry.infomodel.ServiceBinding
- Gets the parent service for which this is a binding.
- getServiceBinding() -
Method in interface javax.xml.registry.infomodel.SpecificationLink
- Gets the parent ServiceBinding for this SpecificationLink.
- getServiceBindings() -
Method in interface javax.xml.registry.infomodel.Service
- Gets all children ServiceBindings.
- getServiceName() -
Method in interface javax.xml.rpc.Service
- Gets the name of this service.
- getServiceName() -
Method in interface javax.xml.ws.handler.PortInfo
- Gets the qualified name of the WSDL service name containing
the port being accessed.
- getServiceName() -
Method in class javax.xml.ws.Service
- Gets the name of this service.
- getServiceName() -
Method in class javax.xml.ws.spi.ServiceDelegate
- Gets the name of this service.
- getServices() -
Method in interface javax.xml.registry.infomodel.Organization
- Gets all children Services.
- getServiceTime() -
Method in interface javax.management.j2ee.statistics.ServletStats
- Execution times for the methods.
- getServlet(String) -
Method in interface javax.servlet.ServletContext
- Deprecated. As of Java Servlet API 2.1, with no direct replacement.
This method was originally defined to retrieve a servlet
from a ServletContext
. In this version, this method
always returns null
and remains only to preserve
binary compatibility. This method will be permanently removed
in a future version of the Java Servlet API.
In lieu of this method, servlets can share information using the
ServletContext
class and can perform shared business logic
by invoking methods on common non-servlet classes.
- getServlet() -
Method in exception javax.servlet.UnavailableException
- Deprecated. As of Java Servlet API 2.2, with no replacement.
Returns the servlet that is reporting its unavailability.
- getServletConfig() -
Method in class javax.faces.webapp.FacesServlet
- Return the
ServletConfig
instance for this servlet.
- getServletConfig() -
Method in class javax.servlet.GenericServlet
- Returns this servlet's
ServletConfig
object.
- getServletConfig() -
Method in class javax.servlet.jsp.PageContext
- The ServletConfig instance.
- getServletConfig() -
Method in interface javax.servlet.Servlet
- Returns a
ServletConfig
object, which contains
initialization and startup parameters for this servlet.
- getServletContext() -
Method in interface javax.servlet.FilterConfig
- Returns a reference to the
ServletContext
in which the caller
is executing.
- getServletContext() -
Method in class javax.servlet.GenericServlet
- Returns a reference to the
ServletContext
in which this servlet
is running.
- getServletContext() -
Method in interface javax.servlet.http.HttpSession
- Returns the ServletContext to which this session belongs.
- getServletContext() -
Method in class javax.servlet.jsp.PageContext
- The ServletContext instance.
- getServletContext() -
Method in interface javax.servlet.ServletConfig
- Returns a reference to the
ServletContext
in which the caller
is executing.
- getServletContext() -
Method in class javax.servlet.ServletContextEvent
- Return the ServletContext that changed.
- getServletContext() -
Method in class javax.servlet.ServletRequestEvent
- Returns the ServletContext of this web application.
- getServletContext() -
Method in interface javax.xml.rpc.server.ServletEndpointContext
- The method
getServletContext
returns the
ServletContex
t associated with the web
application that contain this endpoint.
- getServletContextName() -
Method in interface javax.servlet.ServletContext
- Returns the name of this web application corresponding to this ServletContext as specified in the deployment
descriptor for this web application by the display-name element.
- getServletInfo() -
Method in class javax.faces.webapp.FacesServlet
- Return information about this Servlet.
- getServletInfo() -
Method in class javax.servlet.GenericServlet
- Returns information about the servlet, such as
author, version, and copyright.
- getServletInfo() -
Method in interface javax.servlet.Servlet
- Returns information about the servlet, such
as author, version, and copyright.
- getServletName() -
Method in class javax.servlet.GenericServlet
- Returns the name of this servlet instance.
- getServletName() -
Method in class javax.servlet.jsp.ErrorData
- Returns the name of the servlet invoked.
- getServletName() -
Method in interface javax.servlet.ServletConfig
- Returns the name of this servlet instance.
- getServletNames() -
Method in interface javax.servlet.ServletContext
- Deprecated. As of Java Servlet API 2.1, with no replacement.
This method was originally defined to return an
Enumeration
of all the servlet names known to this context. In this version,
this method always returns an empty Enumeration
and
remains only to preserve binary compatibility. This method will
be permanently removed in a future version of the Java Servlet API.
- getServletPath() -
Method in interface javax.servlet.http.HttpServletRequest
- Returns the part of this request's URL that calls
the servlet.
- getServletPath() -
Method in class javax.servlet.http.HttpServletRequestWrapper
- The default behavior of this method is to return getServletPath()
on the wrapped request object.
- getServletRequest() -
Method in class javax.servlet.ServletRequestEvent
- Returns the ServletRequest that is changing.
- getServlets() -
Method in interface javax.servlet.ServletContext
- Deprecated. As of Java Servlet API 2.0, with no replacement.
This method was originally defined to return an Enumeration
of all the servlets known to this servlet context. In this
version, this method always returns an empty enumeration and
remains only to preserve binary compatibility. This method
will be permanently removed in a future version of the Java
Servlet API.
- getSession(boolean) -
Method in class javax.faces.context.ExternalContext
- If the
create
parameter is true
,
create (if necessary) and return a session instance associated
with the current request.
- getSession() -
Method in interface javax.jms.ServerSession
- Return the
ServerSession
's Session
.
- getSession() -
Method in interface javax.jms.XASession
- Gets the session associated with this
XASession
.
- getSession() -
Method in class javax.mail.MessageContext
- Return the Session we're operating in.
- getSession(boolean) -
Method in interface javax.servlet.http.HttpServletRequest
- Returns the current
HttpSession
associated with this request or, if there is no
current session and create
is true, returns
a new session.
- getSession() -
Method in interface javax.servlet.http.HttpServletRequest
- Returns the current session associated with this request,
or if the request does not have a session, creates one.
- getSession(boolean) -
Method in class javax.servlet.http.HttpServletRequestWrapper
- The default behavior of this method is to return getSession(boolean create)
on the wrapped request object.
- getSession() -
Method in class javax.servlet.http.HttpServletRequestWrapper
- The default behavior of this method is to return getSession()
on the wrapped request object.
- getSession() -
Method in class javax.servlet.http.HttpSessionBindingEvent
- Return the session that changed.
- getSession(String) -
Method in interface javax.servlet.http.HttpSessionContext
- Deprecated. As of Java Servlet API 2.1 with
no replacement. This method must
return null and will be removed in
a future version of this API.
- getSession() -
Method in class javax.servlet.http.HttpSessionEvent
- Return the session that changed.
- getSession() -
Method in class javax.servlet.jsp.PageContext
- The current value of the session object (an HttpSession).
- getSessionContext() -
Method in interface javax.servlet.http.HttpSession
- Deprecated. As of Version 2.1, this method is
deprecated and has no replacement.
It will be removed in a future
version of the Java Servlet API.
- getSessionMap() -
Method in class javax.faces.context.ExternalContext
- Return a mutable
Map
representing the session
scope attributes for the current application.
- getSessions() -
Method in interface javax.management.j2ee.statistics.JMSConnectionStats
- Returns an array of JMSSessionStats that provide statistics
about the sessions associated with the referencing JMSConnectionStats.
- getSeverity() -
Method in class javax.faces.application.FacesMessage
- Return the severity level.
- getSeverity() -
Method in class javax.xml.bind.helpers.ValidationEventImpl
-
- getSeverity() -
Method in interface javax.xml.bind.ValidationEvent
- Retrieve the severity code for this warning/error.
- getShape() -
Method in class javax.faces.component.html.HtmlCommandLink
- Return the value of the
shape
property.
- getShape() -
Method in class javax.faces.component.html.HtmlOutputLink
- Return the value of the
shape
property.
- getSharedNamespaces() -
Method in class javax.mail.Store
- Return a set of folders representing the shared namespaces.
- getShort(String) -
Method in interface javax.jms.MapMessage
- Returns the
short
value with the specified name.
- getShortName() -
Method in class javax.servlet.jsp.tagext.TagLibraryInfo
- The preferred short name (prefix) as indicated in the TLD.
- getShortProperty(String) -
Method in interface javax.jms.Message
- Returns the value of the
short
property with the specified
name.
- getSingleResult() -
Method in interface javax.persistence.Query
- Execute a SELECT query that returns a single result.
- getSize() -
Method in class javax.faces.component.html.HtmlInputSecret
- Return the value of the
size
property.
- getSize() -
Method in class javax.faces.component.html.HtmlInputText
- Return the value of the
size
property.
- getSize() -
Method in class javax.faces.component.html.HtmlSelectManyListbox
- Return the value of the
size
property.
- getSize() -
Method in class javax.faces.component.html.HtmlSelectOneListbox
- Return the value of the
size
property.
- getSize() -
Method in class javax.mail.internet.MimeBodyPart
- Return the size of the content of this body part in bytes.
- getSize() -
Method in class javax.mail.internet.MimeMessage
- Return the size of the content of this message in bytes.
- getSize() -
Method in interface javax.mail.Part
- Return the size of the content of this part in bytes.
- getSize() -
Method in class javax.xml.soap.AttachmentPart
- Returns the number of bytes in this
AttachmentPart
object.
- getSlot(String) -
Method in interface javax.xml.registry.infomodel.ExtensibleObject
- Gets the slot specified by slotName.
- getSlots() -
Method in interface javax.xml.registry.infomodel.ExtensibleObject
- Returns the Slots associated with this object.
- getSlotType() -
Method in interface javax.xml.registry.infomodel.Slot
- Gets the slotType for this Slot.
- getSmallIcon() -
Method in class javax.servlet.jsp.tagext.TagInfo
- Get the path to the small icon.
- getSOAPBody() -
Method in class javax.xml.soap.SOAPMessage
- Gets the SOAP Body contained in this
SOAPMessage
object.
- getSOAPFactory() -
Method in interface javax.xml.ws.soap.SOAPBinding
- Gets the SAAJ
SOAPFactory
instance used by this SOAP binding.
- getSOAPHeader() -
Method in class javax.xml.soap.SOAPMessage
- Gets the SOAP Header contained in this
SOAPMessage
object.
- getSOAPPart() -
Method in class javax.xml.soap.SOAPMessage
- Gets the SOAP part of this
SOAPMessage
object.
- getSourceObject() -
Method in interface javax.xml.registry.infomodel.Association
- Gets the Object that is the source of this Association.
- getSpecificationLinks() -
Method in interface javax.xml.registry.infomodel.ServiceBinding
- Gets all children SpecificationLinks.
- getSpecificationObject() -
Method in interface javax.xml.registry.infomodel.SpecificationLink
- Gets the specification object for this object.
- getSpecificationVersion() -
Method in class javax.servlet.jsp.JspEngineInfo
- Return the version number of the JSP specification that is supported by
this JSP engine.
- getSpecVersion() -
Method in interface javax.resource.cci.ResourceAdapterMetaData
- Returns a string representation of the version of the
connector architecture specification that is supported by
the resource adapter.
- getStability() -
Method in interface javax.xml.registry.infomodel.RegistryEntry
- Gets the stability indicator for the RegistryEntry within the Registry.
- getStartDuration() -
Method in class javax.resource.spi.work.WorkEvent
- Return the start interval duration.
- getStartTime() -
Method in interface javax.management.j2ee.statistics.Statistic
- The time of the first measurement represented as a long, whose value is the number of milliseconds since January 1, 1970, 00:00:00.
- getState() -
Method in interface javax.enterprise.deploy.spi.status.DeploymentStatus
- Retrieve the StateType value.
- getState() -
Method in class javax.faces.application.StateManager.SerializedView
- Deprecated.
- getState(FacesContext, String) -
Method in class javax.faces.render.ResponseStateManager
- The implementation must inspect the current request and return
an Object representing the tree structure and component state
passed in to a previous invocation of
ResponseStateManager.writeState(javax.faces.context.FacesContext,java.lang.Object)
.
- getStateManager() -
Method in class javax.faces.application.Application
- Return the
StateManager
instance that will be utilized
during the Restore View and Render Response
phases of the request processing lifecycle.
- getStateOrProvince() -
Method in interface javax.xml.registry.infomodel.PostalAddress
- Returns the state or province.
- getStateType(int) -
Static method in class javax.enterprise.deploy.shared.StateType
- Return an object of the specified value.
- getStatistic(String) -
Method in interface javax.management.j2ee.statistics.Stats
- Get a Statistic by name.
- getStatisticNames() -
Method in interface javax.management.j2ee.statistics.Stats
- Returns an array of Strings which are the names of the attributes from the specific Stats submodel that this object supports.
- getStatistics() -
Method in interface javax.management.j2ee.statistics.Stats
- Returns an array containing all of the Statistic objects supported by this Stats object.
- getStatus() -
Method in interface javax.transaction.Transaction
- Obtain the status of the transaction associated with the target
Transaction object.
- getStatus() -
Method in interface javax.transaction.TransactionManager
- Obtain the status of the transaction associated with the current thread.
- getStatus() -
Method in interface javax.transaction.UserTransaction
- Obtain the status of the transaction associated with the current thread.
- getStatus() -
Method in interface javax.xml.registry.infomodel.RegistryEntry
- Gets the life cycle status of the RegistryEntry within the registry.
- getStatus() -
Method in exception javax.xml.registry.JAXRException
-
- getStatus() -
Method in interface javax.xml.registry.JAXRResponse
- Returns the status for this response.
- getStatusCode() -
Method in class javax.servlet.jsp.ErrorData
- Returns the status code of the error.
- getStatusCode() -
Method in exception javax.xml.ws.http.HTTPException
- Gets the HTTP status code.
- getStore() -
Method in class javax.mail.Folder
- Returns the Store that owns this Folder object.
- getStore() -
Method in class javax.mail.Session
- Get a Store object that implements this user's desired Store
protocol.
- getStore(String) -
Method in class javax.mail.Session
- Get a Store object that implements the specified protocol.
- getStore(URLName) -
Method in class javax.mail.Session
- Get a Store object for the given URLName.
- getStore(Provider) -
Method in class javax.mail.Session
- Get an instance of the store specified by Provider.
- getStore() -
Method in exception javax.mail.StoreClosedException
- Returns the dead Store object
- getStreet() -
Method in interface javax.xml.registry.infomodel.PostalAddress
- Returns the street name.
- getStreetNumber() -
Method in interface javax.xml.registry.infomodel.PostalAddress
- Returns the street number.
- getString(String) -
Method in interface javax.jms.MapMessage
- Returns the
String
value with the specified name.
- getString() -
Method in class javax.servlet.jsp.tagext.BodyContent
- Return the value of the BodyContent as a String.
- getStringProperty(String) -
Method in interface javax.jms.Message
- Returns the value of the
String
property with the specified
name.
- getStringTable() -
Method in class javax.enterprise.deploy.shared.ActionType
- Returns the string table for class ActionType
- getStringTable() -
Method in class javax.enterprise.deploy.shared.CommandType
- Returns the string table for class CommandType
- getStringTable() -
Method in class javax.enterprise.deploy.shared.DConfigBeanVersionType
- Returns the string table for class DConfigBeanVersionType
- getStringTable() -
Method in class javax.enterprise.deploy.shared.ModuleType
- Returns the string table for class ModuleType
- getStringTable() -
Method in class javax.enterprise.deploy.shared.StateType
- Returns the string table for class StateType
- getStructure() -
Method in class javax.faces.application.StateManager.SerializedView
- Deprecated.
- getStyle() -
Method in class javax.faces.component.html.HtmlCommandButton
- Return the value of the
style
property.
- getStyle() -
Method in class javax.faces.component.html.HtmlCommandLink
- Return the value of the
style
property.
- getStyle() -
Method in class javax.faces.component.html.HtmlDataTable
- Return the value of the
style
property.
- getStyle() -
Method in class javax.faces.component.html.HtmlForm
- Return the value of the
style
property.
- getStyle() -
Method in class javax.faces.component.html.HtmlGraphicImage
- Return the value of the
style
property.
- getStyle() -
Method in class javax.faces.component.html.HtmlInputSecret
- Return the value of the
style
property.
- getStyle() -
Method in class javax.faces.component.html.HtmlInputText
- Return the value of the
style
property.
- getStyle() -
Method in class javax.faces.component.html.HtmlInputTextarea
- Return the value of the
style
property.
- getStyle() -
Method in class javax.faces.component.html.HtmlMessage
- Return the value of the
style
property.
- getStyle() -
Method in class javax.faces.component.html.HtmlMessages
- Return the value of the
style
property.
- getStyle() -
Method in class javax.faces.component.html.HtmlOutputFormat
- Return the value of the
style
property.
- getStyle() -
Method in class javax.faces.component.html.HtmlOutputLabel
- Return the value of the
style
property.
- getStyle() -
Method in class javax.faces.component.html.HtmlOutputLink
- Return the value of the
style
property.
- getStyle() -
Method in class javax.faces.component.html.HtmlOutputText
- Return the value of the
style
property.
- getStyle() -
Method in class javax.faces.component.html.HtmlPanelGrid
- Return the value of the
style
property.
- getStyle() -
Method in class javax.faces.component.html.HtmlPanelGroup
- Return the value of the
style
property.
- getStyle() -
Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
- Return the value of the
style
property.
- getStyle() -
Method in class javax.faces.component.html.HtmlSelectManyCheckbox
- Return the value of the
style
property.
- getStyle() -
Method in class javax.faces.component.html.HtmlSelectManyListbox
- Return the value of the
style
property.
- getStyle() -
Method in class javax.faces.component.html.HtmlSelectManyMenu
- Return the value of the
style
property.
- getStyle() -
Method in class javax.faces.component.html.HtmlSelectOneListbox
- Return the value of the
style
property.
- getStyle() -
Method in class javax.faces.component.html.HtmlSelectOneMenu
- Return the value of the
style
property.
- getStyle() -
Method in class javax.faces.component.html.HtmlSelectOneRadio
- Return the value of the
style
property.
- getStyleClass() -
Method in class javax.faces.component.html.HtmlCommandButton
- Return the value of the
styleClass
property.
- getStyleClass() -
Method in class javax.faces.component.html.HtmlCommandLink
- Return the value of the
styleClass
property.
- getStyleClass() -
Method in class javax.faces.component.html.HtmlDataTable
- Return the value of the
styleClass
property.
- getStyleClass() -
Method in class javax.faces.component.html.HtmlForm
- Return the value of the
styleClass
property.
- getStyleClass() -
Method in class javax.faces.component.html.HtmlGraphicImage
- Return the value of the
styleClass
property.
- getStyleClass() -
Method in class javax.faces.component.html.HtmlInputSecret
- Return the value of the
styleClass
property.
- getStyleClass() -
Method in class javax.faces.component.html.HtmlInputText
- Return the value of the
styleClass
property.
- getStyleClass() -
Method in class javax.faces.component.html.HtmlInputTextarea
- Return the value of the
styleClass
property.
- getStyleClass() -
Method in class javax.faces.component.html.HtmlMessage
- Return the value of the
styleClass
property.
- getStyleClass() -
Method in class javax.faces.component.html.HtmlMessages
- Return the value of the
styleClass
property.
- getStyleClass() -
Method in class javax.faces.component.html.HtmlOutputFormat
- Return the value of the
styleClass
property.
- getStyleClass() -
Method in class javax.faces.component.html.HtmlOutputLabel
- Return the value of the
styleClass
property.
- getStyleClass() -
Method in class javax.faces.component.html.HtmlOutputLink
- Return the value of the
styleClass
property.
- getStyleClass() -
Method in class javax.faces.component.html.HtmlOutputText
- Return the value of the
styleClass
property.
- getStyleClass() -
Method in class javax.faces.component.html.HtmlPanelGrid
- Return the value of the
styleClass
property.
- getStyleClass() -
Method in class javax.faces.component.html.HtmlPanelGroup
- Return the value of the
styleClass
property.
- getStyleClass() -
Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
- Return the value of the
styleClass
property.
- getStyleClass() -
Method in class javax.faces.component.html.HtmlSelectManyCheckbox
- Return the value of the
styleClass
property.
- getStyleClass() -
Method in class javax.faces.component.html.HtmlSelectManyListbox
- Return the value of the
styleClass
property.
- getStyleClass() -
Method in class javax.faces.component.html.HtmlSelectManyMenu
- Return the value of the
styleClass
property.
- getStyleClass() -
Method in class javax.faces.component.html.HtmlSelectOneListbox
- Return the value of the
styleClass
property.
- getStyleClass() -
Method in class javax.faces.component.html.HtmlSelectOneMenu
- Return the value of the
styleClass
property.
- getStyleClass() -
Method in class javax.faces.component.html.HtmlSelectOneRadio
- Return the value of the
styleClass
property.
- getSubject() -
Method in class javax.mail.internet.MimeMessage
- Returns the value of the "Subject" header field.
- getSubject() -
Method in class javax.mail.Message
- Get the subject of this message.
- getSubmittedValue() -
Method in interface javax.faces.component.EditableValueHolder
- Return the submittedValue value of this component.
- getSubmittedValue() -
Method in class javax.faces.component.UIInput
- Return the submittedValue value of this
UIInput
component.
- getSubmittingOrganization() -
Method in interface javax.xml.registry.infomodel.RegistryObject
- Gets the Organization that submitted this RegistryObject.
- getSubType() -
Method in class javax.activation.MimeType
- Retrieve the subtype of this object.
- getSubType() -
Method in class javax.mail.internet.ContentType
- Return the subType.
- getSummary() -
Method in class javax.faces.application.FacesMessage
- Return the localized summary text.
- getSummary() -
Method in class javax.faces.component.html.HtmlDataTable
- Return the value of the
summary
property.
- getSummary() -
Method in class javax.faces.component.html.HtmlPanelGrid
- Return the value of the
summary
property.
- getSupportedEncodings() -
Method in interface javax.xml.rpc.encoding.TypeMapping
- Returns the encodingStyle URIs (as String[]) supported by
this TypeMapping instance.
- getSupportedLocales() -
Method in interface javax.enterprise.deploy.spi.DeploymentManager
- Returns an array of supported locales for this implementation.
- getSupportedLocales() -
Method in class javax.faces.application.Application
- Return an
Iterator
over the supported
Locale
s for this appication.
- getSupportedMechanismTypes() -
Method in interface javax.xml.rpc.encoding.DeserializerFactory
- Returns a list of all XML processing mechanism types
supported by this DeserializerFactory.
- getSupportedMechanismTypes() -
Method in interface javax.xml.rpc.encoding.SerializerFactory
- Returns a list of all XML processing mechanism types
supported by this SerializerFactory.
- getSystemFlags() -
Method in class javax.mail.Flags
- Return all the system flags in this Flags object.
- getSystemId() -
Method in interface javax.xml.stream.events.EntityDeclaration
- The entity's system identifier.
- getSystemId() -
Method in interface javax.xml.stream.events.NotationDeclaration
- The notation's system identifier, or null if none was given.
- getSystemId() -
Method in interface javax.xml.stream.events.StartDocument
- Returns the system ID of the XML data
- getSystemId() -
Method in interface javax.xml.stream.Location
- Returns the system ID of the XML
- getTabindex() -
Method in class javax.faces.component.html.HtmlCommandButton
- Return the value of the
tabindex
property.
- getTabindex() -
Method in class javax.faces.component.html.HtmlCommandLink
- Return the value of the
tabindex
property.
- getTabindex() -
Method in class javax.faces.component.html.HtmlInputSecret
- Return the value of the
tabindex
property.
- getTabindex() -
Method in class javax.faces.component.html.HtmlInputText
- Return the value of the
tabindex
property.
- getTabindex() -
Method in class javax.faces.component.html.HtmlInputTextarea
- Return the value of the
tabindex
property.
- getTabindex() -
Method in class javax.faces.component.html.HtmlOutputLabel
- Return the value of the
tabindex
property.
- getTabindex() -
Method in class javax.faces.component.html.HtmlOutputLink
- Return the value of the
tabindex
property.
- getTabindex() -
Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
- Return the value of the
tabindex
property.
- getTabindex() -
Method in class javax.faces.component.html.HtmlSelectManyCheckbox
- Return the value of the
tabindex
property.
- getTabindex() -
Method in class javax.faces.component.html.HtmlSelectManyListbox
- Return the value of the
tabindex
property.
- getTabindex() -
Method in class javax.faces.component.html.HtmlSelectManyMenu
- Return the value of the
tabindex
property.
- getTabindex() -
Method in class javax.faces.component.html.HtmlSelectOneListbox
- Return the value of the
tabindex
property.
- getTabindex() -
Method in class javax.faces.component.html.HtmlSelectOneMenu
- Return the value of the
tabindex
property.
- getTabindex() -
Method in class javax.faces.component.html.HtmlSelectOneRadio
- Return the value of the
tabindex
property.
- getTag(String) -
Method in class javax.servlet.jsp.tagext.TagLibraryInfo
- Get the TagInfo for a given tag name, looking through all the
tags in this tag library.
- getTagClassName() -
Method in class javax.servlet.jsp.tagext.TagInfo
- Name of the class that provides the handler for this tag.
- getTagExtraInfo() -
Method in class javax.servlet.jsp.tagext.TagInfo
- The instance (if any) for extra tag information.
- getTagFile(String) -
Method in class javax.servlet.jsp.tagext.TagLibraryInfo
- Get the TagFileInfo for a given tag name, looking through all the
tag files in this tag library.
- getTagFiles() -
Method in class javax.servlet.jsp.tagext.TagLibraryInfo
- An array describing the tag files that are defined in this tag library.
- getTagInfo() -
Method in class javax.servlet.jsp.tagext.TagExtraInfo
- Get the TagInfo for this class.
- getTagInfo() -
Method in class javax.servlet.jsp.tagext.TagFileInfo
- Returns information about this tag, parsed from the directives
in the tag file.
- getTagLibrary() -
Method in class javax.servlet.jsp.tagext.TagInfo
- The instance of TabLibraryInfo we belong to.
- getTagLibraryInfos() -
Method in class javax.servlet.jsp.tagext.TagLibraryInfo
- Returns an array of TagLibraryInfo objects representing the entire set
of tag libraries (including this TagLibraryInfo) imported by taglib
directives in the translation unit that references this
TagLibraryInfo.
- getTagName() -
Method in class javax.servlet.jsp.tagext.TagInfo
- The name of the Tag.
- getTags() -
Method in class javax.servlet.jsp.tagext.TagLibraryInfo
- An array describing the tags that are defined in this tag library.
- getTagVariableInfos() -
Method in class javax.servlet.jsp.tagext.TagInfo
- Get TagVariableInfo objects associated with this TagInfo.
- getTarget() -
Method in interface javax.enterprise.deploy.spi.TargetModuleID
- Retrieve the name of the target server.
- getTarget() -
Method in class javax.faces.component.html.HtmlCommandLink
- Return the value of the
target
property.
- getTarget() -
Method in class javax.faces.component.html.HtmlForm
- Return the value of the
target
property.
- getTarget() -
Method in class javax.faces.component.html.HtmlOutputLink
- Return the value of the
target
property.
- getTarget() -
Method in interface javax.interceptor.InvocationContext
- Returns the target instance.
- getTarget() -
Method in interface javax.xml.stream.events.ProcessingInstruction
- The target section of the processing instruction
- getTargetBinding() -
Method in interface javax.xml.registry.infomodel.ServiceBinding
- Gets the next ServiceBinding in case there is a redirection from
one service provider to another service provider.
- getTargetEndpointAddress() -
Method in interface javax.xml.rpc.Call
- Gets the address of a target service endpoint.
- getTargetModuleID() -
Method in class javax.enterprise.deploy.spi.status.ProgressEvent
- Retrieve the TargetModuleID for this event
- getTargetObject() -
Method in interface javax.xml.registry.infomodel.Association
- Gets the Object that is the target of this Association.
- getTargets() -
Method in interface javax.enterprise.deploy.spi.DeploymentManager
- Retrieve the list of deployment targets supported by
this DeploymentManager.
- getTelephoneNumbers(String) -
Method in interface javax.xml.registry.infomodel.Organization
- Gets the telephone numbers for this User that match the specified telephone number type.
- getTelephoneNumbers(String) -
Method in interface javax.xml.registry.infomodel.User
- Gets the telephone numbers for this User that match the specified telephone number type.
- getTerm() -
Method in class javax.mail.search.NotTerm
- Return the term to negate.
- getTerms() -
Method in class javax.mail.search.AndTerm
- Return the search terms.
- getTerms() -
Method in class javax.mail.search.OrTerm
- Return the search terms.
- getTestSet() -
Method in class javax.mail.search.FlagTerm
- Return true if testing whether the flags are set.
- getText() -
Method in interface javax.enterprise.deploy.model.DDBean
- Returns the XML text for by this bean.
- getText(String) -
Method in interface javax.enterprise.deploy.model.DDBean
- Return a list of text values for a given XPath in the
deployment descriptor.
- getText(String) -
Method in interface javax.enterprise.deploy.model.DeployableObject
- Return the XML content associated with the XPath
from a deployment descriptor.
- getText(ModuleType, String) -
Method in interface javax.enterprise.deploy.model.J2eeApplicationObject
- Return the text value from the XPath; search only the
deployment descriptors of the specified type.
- getText() -
Method in interface javax.jms.TextMessage
- Gets the string containing this message's data.
- getText() -
Method in interface javax.xml.stream.events.Comment
- Return the string data of the comment, returns empty string if it
does not exist
- getText() -
Method in class javax.xml.stream.util.StreamReaderDelegate
-
- getText() -
Method in interface javax.xml.stream.XMLStreamReader
- Returns the current value of the parse event as a string,
this returns the string value of a CHARACTERS event,
returns the value of a COMMENT, the replacement value
for an ENTITY_REFERENCE, the string value of a CDATA section,
the string value for a SPACE event,
or the String value of the internal subset of the DTD.
- getTextCharacters(int, char[], int, int) -
Method in class javax.xml.stream.util.StreamReaderDelegate
-
- getTextCharacters() -
Method in class javax.xml.stream.util.StreamReaderDelegate
-
- getTextCharacters() -
Method in interface javax.xml.stream.XMLStreamReader
- Returns an array which contains the characters from this event.
- getTextCharacters(int, char[], int, int) -
Method in interface javax.xml.stream.XMLStreamReader
- Gets the the text associated with a CHARACTERS, SPACE or CDATA event.
- getTextLength() -
Method in class javax.xml.stream.util.StreamReaderDelegate
-
- getTextLength() -
Method in interface javax.xml.stream.XMLStreamReader
- Returns the length of the sequence of characters for this
Text event within the text character array.
- getTextStart() -
Method in class javax.xml.stream.util.StreamReaderDelegate
-
- getTextStart() -
Method in interface javax.xml.stream.XMLStreamReader
- Returns the offset into the text character array where the first
character (of this text event) is stored.
- getThrowable() -
Method in class javax.servlet.jsp.ErrorData
- Returns the Throwable that caused the error.
- getTimer() -
Method in interface javax.ejb.TimerHandle
- Obtain a reference to the timer represented by this handle.
- getTimeRemaining() -
Method in interface javax.ejb.Timer
- Get the number of milliseconds that will elapse before the next
scheduled timer expiration.
- getTimers() -
Method in interface javax.ejb.TimerService
- Get all the active timers associated with this bean.
- getTimerService() -
Method in interface javax.ejb.EJBContext
- Get access to the EJB Timer Service.
- getTimestamp() -
Method in interface javax.xml.registry.infomodel.AuditableEvent
- Gets the Timestamp for when this event occurred.
- getTimeStyle() -
Method in class javax.faces.convert.DateTimeConverter
- Return the style to be used to format or parse times.
- getTimeToLive() -
Method in interface javax.jms.MessageProducer
- Gets the default length of time in milliseconds from its dispatch time
that a produced message should be retained by the message system.
- getTimeZone() -
Method in class javax.faces.convert.DateTimeConverter
- Return the
TimeZone
used to interpret a time value.
- getTitle() -
Method in class javax.faces.component.html.HtmlCommandButton
- Return the value of the
title
property.
- getTitle() -
Method in class javax.faces.component.html.HtmlCommandLink
- Return the value of the
title
property.
- getTitle() -
Method in class javax.faces.component.html.HtmlDataTable
- Return the value of the
title
property.
- getTitle() -
Method in class javax.faces.component.html.HtmlForm
- Return the value of the
title
property.
- getTitle() -
Method in class javax.faces.component.html.HtmlGraphicImage
- Return the value of the
title
property.
- getTitle() -
Method in class javax.faces.component.html.HtmlInputSecret
- Return the value of the
title
property.
- getTitle() -
Method in class javax.faces.component.html.HtmlInputText
- Return the value of the
title
property.
- getTitle() -
Method in class javax.faces.component.html.HtmlInputTextarea
- Return the value of the
title
property.
- getTitle() -
Method in class javax.faces.component.html.HtmlMessage
- Return the value of the
title
property.
- getTitle() -
Method in class javax.faces.component.html.HtmlMessages
- Return the value of the
title
property.
- getTitle() -
Method in class javax.faces.component.html.HtmlOutputFormat
- Return the value of the
title
property.
- getTitle() -
Method in class javax.faces.component.html.HtmlOutputLabel
- Return the value of the
title
property.
- getTitle() -
Method in class javax.faces.component.html.HtmlOutputLink
- Return the value of the
title
property.
- getTitle() -
Method in class javax.faces.component.html.HtmlOutputText
- Return the value of the
title
property.
- getTitle() -
Method in class javax.faces.component.html.HtmlPanelGrid
- Return the value of the
title
property.
- getTitle() -
Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
- Return the value of the
title
property.
- getTitle() -
Method in class javax.faces.component.html.HtmlSelectManyCheckbox
- Return the value of the
title
property.
- getTitle() -
Method in class javax.faces.component.html.HtmlSelectManyListbox
- Return the value of the
title
property.
- getTitle() -
Method in class javax.faces.component.html.HtmlSelectManyMenu
- Return the value of the
title
property.
- getTitle() -
Method in class javax.faces.component.html.HtmlSelectOneListbox
- Return the value of the
title
property.
- getTitle() -
Method in class javax.faces.component.html.HtmlSelectOneMenu
- Return the value of the
title
property.
- getTitle() -
Method in class javax.faces.component.html.HtmlSelectOneRadio
- Return the value of the
title
property.
- getTopic() -
Method in interface javax.jms.TopicPublisher
- Gets the topic associated with this
TopicPublisher
.
- getTopic() -
Method in interface javax.jms.TopicSubscriber
- Gets the
Topic
associated with this subscriber.
- getTopicName() -
Method in interface javax.jms.Topic
- Gets the name of this topic.
- getTopicSession() -
Method in interface javax.jms.XATopicSession
- Gets the topic session associated with this
XATopicSession
.
- getTotalTime() -
Method in interface javax.management.j2ee.statistics.TimeStatistic
- This is the sum total of time taken to complete every invocation of this operation since the beginning of this measurement.
- getTransacted() -
Method in interface javax.jms.Session
- Indicates whether the session is in transacted mode.
- getTransacted() -
Method in interface javax.jms.XASession
- Indicates whether the session is in transacted mode.
- getTransaction() -
Method in interface javax.persistence.EntityManager
- Returns the resource-level transaction object.
- getTransaction() -
Method in interface javax.transaction.TransactionManager
- Get the transaction object that represents the transaction
context of the calling thread.
- getTransactionKey() -
Method in interface javax.transaction.TransactionSynchronizationRegistry
- Return an opaque object to represent the transaction bound to the
current thread at the time this method is called.
- getTransactionStatus() -
Method in interface javax.transaction.TransactionSynchronizationRegistry
- Return the status of the transaction bound to the
current thread at the time this method is called.
- getTransactionTimeout() -
Method in class javax.resource.spi.work.ExecutionContext
- Get the transaction timeout value for a imported transaction.
- getTransactionTimeout() -
Method in interface javax.transaction.xa.XAResource
- Obtains the current transaction timeout value set for this
XAResource instance.
- getTransactionType() -
Method in interface javax.persistence.spi.PersistenceUnitInfo
- Returns the transaction type of the entity managers created by the
EntityManagerFactory.
- getTransferData(DataFlavor, DataSource) -
Method in interface javax.activation.DataContentHandler
- Returns an object which represents the data to be transferred.
- getTransferData(DataFlavor) -
Method in class javax.activation.DataHandler
- Returns an object that represents the data to be
transferred.
- getTransferDataFlavors() -
Method in interface javax.activation.DataContentHandler
- Returns an array of DataFlavor objects indicating the flavors the
data can be provided in.
- getTransferDataFlavors() -
Method in class javax.activation.DataHandler
- Return the DataFlavors in which this data is available.
- getTransport() -
Method in class javax.mail.Session
- Get a Transport object that implements this user's desired
Transport protcol.
- getTransport(String) -
Method in class javax.mail.Session
- Get a Transport object that implements the specified protocol.
- getTransport(URLName) -
Method in class javax.mail.Session
- Get a Transport object for the given URLName.
- getTransport(Provider) -
Method in class javax.mail.Session
- Get an instance of the transport specified in the Provider.
- getTransport(Address) -
Method in class javax.mail.Session
- Get a Transport object that can transport a Message to the
specified address type.
- getTreeStructureToRestore(FacesContext, String) -
Method in class javax.faces.render.ResponseStateManager
- Deprecated. This method has been replaced by
ResponseStateManager.getState(javax.faces.context.FacesContext, java.lang.String)
.
The default implementation returns null
.
- getTreeStructureToSave(FacesContext) -
Method in class javax.faces.application.StateManager
- Deprecated. the distinction between tree structure and component
state is now an implementation detail. The default
implementation returns
null
.
- getTreeStructureToSave(FacesContext) -
Method in class javax.faces.application.StateManagerWrapper
- The default behavior of this method is to
call
StateManager.getTreeStructureToSave(javax.faces.context.FacesContext)
on the wrapped StateManager
object.
- getType(ELContext, Object, Object) -
Method in class javax.el.ArrayELResolver
- If the base object is an array, returns the most general acceptable type
for a value in this array.
- getType(ELContext, Object, Object) -
Method in class javax.el.BeanELResolver
- If the base object is not
null
, returns the most
general acceptable type that can be set on this bean property.
- getType(ELContext, Object, Object) -
Method in class javax.el.CompositeELResolver
- For a given
base
and property
, attempts to
identify the most general type that is acceptable for an object to be
passed as the value
parameter in a future call
to the CompositeELResolver.setValue(javax.el.ELContext, java.lang.Object, java.lang.Object, java.lang.Object)
method.
- getType(ELContext, Object, Object) -
Method in class javax.el.ELResolver
- For a given
base
and property
, attempts to
identify the most general type that is acceptable for an object to be
passed as the value
parameter in a future call
to the ELResolver.setValue(javax.el.ELContext, java.lang.Object, java.lang.Object, java.lang.Object)
method.
- getType(ELContext, Object, Object) -
Method in class javax.el.ListELResolver
- If the base object is a list, returns the most general acceptable type
for a value in this list.
- getType(ELContext, Object, Object) -
Method in class javax.el.MapELResolver
- If the base object is a map, returns the most general acceptable type
for a value in this map.
- getType(ELContext, Object, Object) -
Method in class javax.el.ResourceBundleELResolver
- If the base object is an instance of
ResourceBundle
,
return null
, since the resolver is read only.
- getType(ELContext) -
Method in class javax.el.ValueExpression
- Evaluates the expression relative to the provided context, and
returns the most general type that is acceptable for an object to be
passed as the
value
parameter in a future call
to the ValueExpression.setValue(javax.el.ELContext, java.lang.Object)
method.
- getType() -
Method in interface javax.enterprise.deploy.model.DDBeanRoot
- Return the ModuleType of deployment descriptor.
- getType() -
Method in interface javax.enterprise.deploy.model.DeployableObject
- Return the ModuleType of deployment descriptor (i.e., EAR,
JAR, WAR, RAR) this deployable object represents.
- getType() -
Method in class javax.faces.component.html.HtmlCommandButton
- Return the value of the
type
property.
- getType() -
Method in class javax.faces.component.html.HtmlCommandLink
- Return the value of the
type
property.
- getType() -
Method in class javax.faces.component.html.HtmlOutputLink
- Return the value of the
type
property.
- getType() -
Method in class javax.faces.convert.DateTimeConverter
- Return the type of value to be formatted or parsed.
- getType() -
Method in class javax.faces.convert.NumberConverter
- Return the number type to be used when formatting and parsing numbers.
- getType(FacesContext) -
Method in class javax.faces.el.MethodBinding
- Deprecated. Return the Java class representing the return type from the
method identified by this method binding expression.
- getType(Object, Object) -
Method in class javax.faces.el.PropertyResolver
- Deprecated. Return the
java.lang.Class
representing the type
of the specified property.
- getType(Object, int) -
Method in class javax.faces.el.PropertyResolver
- Deprecated. Return the
java.lang.Class
representing the type of
the specified index.
- getType(FacesContext) -
Method in class javax.faces.el.ValueBinding
- Deprecated. Return the type of the property represented by this
ValueBinding
, relative to the specified FacesContext
.
- getType() -
Method in class javax.mail.Address
- Return a type string that identifies this address type.
- getType() -
Method in class javax.mail.event.ConnectionEvent
- Return the type of this event
- getType() -
Method in class javax.mail.event.FolderEvent
- Return the type of this event.
- getType() -
Method in class javax.mail.event.MessageCountEvent
- Return the type of this event.
- getType() -
Method in class javax.mail.event.TransportEvent
- Return the type of this event.
- getType() -
Method in class javax.mail.Folder
- Returns the type of this Folder, that is, whether this folder can hold
messages or subfolders or both.
- getType() -
Method in class javax.mail.internet.HeaderTokenizer.Token
- Return the type of the token.
- getType() -
Method in class javax.mail.internet.InternetAddress
- Return the type of this address.
- getType() -
Method in class javax.mail.internet.NewsAddress
- Return the type of this address.
- getType() -
Method in class javax.mail.Provider
- Returns the type of this Provider
- getType() -
Method in class javax.resource.spi.work.WorkEvent
- Return the type of this event.
- getType(ELContext, Object, Object) -
Method in class javax.servlet.jsp.el.ImplicitObjectELResolver
- If the base object is
null
, and the property matches
the name of a JSP implicit object, returns null
to
indicate that no types are ever accepted to setValue()
.
- getType(ELContext, Object, Object) -
Method in class javax.servlet.jsp.el.ScopedAttributeELResolver
- If the base object is
null
, returns
Object.class
to indicate that any type is valid to
set for a scoped attribute.
- getType() -
Method in interface javax.xml.registry.infomodel.EmailAddress
- Gets the type for this object.
- getType() -
Method in interface javax.xml.registry.infomodel.PostalAddress
- Returns the type of address (for example, "headquarters") as a String.
- getType() -
Method in interface javax.xml.registry.infomodel.TelephoneNumber
- The type of telephone number (for example, "fax").
- getType() -
Method in interface javax.xml.registry.infomodel.User
- Gets the type for this User.
- getType() -
Method in interface javax.xml.registry.Query
- Gets the type of Query (for example, QUERY_TYPE_SQL).
- getTypeMapping(String) -
Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
- Returns the registered
TypeMapping
for the specified
encodingStyle URI.
- getTypeMappingRegistry() -
Method in interface javax.xml.rpc.Service
- Gets the
TypeMappingRegistry
for this
Service
object.
- getTypeName() -
Method in class javax.servlet.jsp.tagext.TagAttributeInfo
- The type (as a String) of this attribute.
- getUID(Message) -
Method in interface javax.mail.UIDFolder
- Get the UID for the specified message.
- getUIDValidity() -
Method in interface javax.mail.UIDFolder
- Returns the UIDValidity value associated with this folder.
- getUnavailableSeconds() -
Method in exception javax.servlet.UnavailableException
- Returns the number of seconds the servlet expects to
be temporarily unavailable.
- getUnit() -
Method in interface javax.management.j2ee.statistics.Statistic
- The unit of measurement for this Statistic.
- getUnmarshallerHandler() -
Method in interface javax.xml.bind.Unmarshaller
- Get an unmarshaller handler object that can be used as a component in
an XML pipeline.
- getUnreadMessageCount() -
Method in class javax.mail.Folder
- Get the total number of unread messages in this Folder.
- getUpperBound() -
Method in interface javax.management.j2ee.statistics.BoundaryStatistic
- The upper limit of the value of this attribute.
- getUpTime() -
Method in interface javax.management.j2ee.statistics.JVMStats
- Amount of time the JVM has been running.
- getURI() -
Method in class javax.servlet.jsp.tagext.TagLibraryInfo
- The value of the uri attribute from the taglib directive for
this library.
- getURI() -
Method in interface javax.xml.soap.Name
- Returns the URI of the namespace for the XML
name that this
Name
object represents.
- getURL() -
Method in class javax.activation.URLDataSource
- Return the URL used to create this DataSource.
- getUrl() -
Method in class javax.faces.component.UIGraphic
- Return the image URL for this
UIGraphic
.
- getURL() -
Method in class javax.mail.URLName
- Constructs a URL from the URLName.
- getURL() -
Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
-
- getURL() -
Method in interface javax.xml.bind.ValidationEventLocator
- Return the name of the XML source as a URL if available
- getUrl() -
Method in interface javax.xml.registry.infomodel.TelephoneNumber
- Gets the URL that can dial this number electronically.
- getUrl() -
Method in interface javax.xml.registry.infomodel.User
- Gets the URL to the web page for this User.
- getURLName() -
Method in class javax.mail.Folder
- Return a URLName representing this folder.
- getURLName() -
Method in class javax.mail.Service
- Return a URLName representing this service.
- getUsageDescription() -
Method in interface javax.xml.registry.infomodel.SpecificationLink
- Gets the description of usage parameters.
- getUsageParameters() -
Method in interface javax.xml.registry.infomodel.SpecificationLink
- Gets any usage parameters.
- getUsemap() -
Method in class javax.faces.component.html.HtmlGraphicImage
- Return the value of the
usemap
property.
- getUser() -
Method in interface javax.xml.registry.infomodel.AuditableEvent
- Gets the User associated with this object.
- getUserFlags() -
Method in class javax.mail.Flags
- Return all the user flags in this Flags object.
- getUserName() -
Method in class javax.mail.PasswordAuthentication
-
- getUsername() -
Method in class javax.mail.URLName
- Returns the user name of this URLName.
- getUserName() -
Method in interface javax.resource.cci.ConnectionMetaData
- Returns the user name for an active connection as known to
the underlying EIS instance.
- getUserName() -
Method in interface javax.resource.spi.ManagedConnectionMetaData
- Returns name of the user associated with the ManagedConnection
instance.
- getUserName() -
Method in class javax.resource.spi.security.PasswordCredential
- Returns the user name.
- getUserNamespaces(String) -
Method in class javax.mail.Store
- Return a set of folders representing the namespaces for
user
.
- getUserPrincipal() -
Method in class javax.faces.context.ExternalContext
- Return the
Principal
object containing the name of
the current authenticated user, if any; otherwise, return
null
.
- getUserPrincipal() -
Method in interface javax.servlet.http.HttpServletRequest
- Returns a
java.security.Principal
object containing
the name of the current authenticated user.
- getUserPrincipal() -
Method in class javax.servlet.http.HttpServletRequestWrapper
- The default behavior of this method is to return getUserPrincipal()
on the wrapped request object.
- getUserPrincipal() -
Method in interface javax.xml.rpc.server.ServletEndpointContext
- Returns a
java.security.Principal
instance that
contains the name of the authenticated user for the current
method invocation on the endpoint instance.
- getUserPrincipal() -
Method in interface javax.xml.ws.WebServiceContext
- Returns the Principal that identifies the sender
of the request currently being serviced.
- getUsers() -
Method in interface javax.xml.registry.infomodel.Organization
- Gets the Collection of Users affiliated with this Organization.
- getUserTransaction() -
Method in interface javax.ejb.EJBContext
- Obtain the transaction demarcation interface.
- getUserVersion() -
Method in interface javax.xml.registry.infomodel.Versionable
- Gets the user-specified revision number for this version of the Versionable object.
- getUseTime() -
Method in interface javax.management.j2ee.statistics.JCAConnectionStats
- Returns the time spent using a connection
- getUseTime() -
Method in interface javax.management.j2ee.statistics.JDBCConnectionStats
- Time spent using a connection.
- getValidateURI() -
Method in interface javax.xml.registry.infomodel.URIValidator
- Gets whether to do URI validation for this object.
- getValidator() -
Method in interface javax.faces.component.EditableValueHolder
- Deprecated.
EditableValueHolder.getValidators()
should be used instead.
- getValidator() -
Method in class javax.faces.component.UIInput
- Deprecated.
UIInput.getValidators()
should be used instead.
- getValidatorIds() -
Method in class javax.faces.application.Application
- Return an
Iterator
over the set of currently registered
validator ids for this Application
.
- getValidatorMessage() -
Method in class javax.faces.component.UIInput
- If there has been a call to
UIInput.setRequiredMessage(java.lang.String)
on this
instance, return the message.
- getValidators() -
Method in interface javax.faces.component.EditableValueHolder
- Return the set of registered
Validator
s for this
component instance.
- getValidators() -
Method in class javax.faces.component.UIInput
- Return the set of registered
Validator
s for this
UIInput
instance.
- getValidSentAddresses() -
Method in class javax.mail.event.TransportEvent
- Return the addresses to which this message was sent succesfully.
- getValidSentAddresses() -
Method in exception javax.mail.SendFailedException
- Return the addresses to which this message was sent succesfully.
- getValidUnsentAddresses() -
Method in class javax.mail.event.TransportEvent
- Return the addresses that are valid but to which this message
was not sent.
- getValidUnsentAddresses() -
Method in exception javax.mail.SendFailedException
- Return the addresses that are valid but to which this message
was not sent.
- getValue(ELContext, Object, Object) -
Method in class javax.el.ArrayELResolver
- If the base object is a Java language array, returns the value at the
given index.
- getValue(ELContext, Object, Object) -
Method in class javax.el.BeanELResolver
- If the base object is not
null
, returns the current
value of the given property on this bean.
- getValue(ELContext, Object, Object) -
Method in class javax.el.CompositeELResolver
- Attempts to resolve the given
property
object on the given
base
object by querying all component resolvers.
- getValue(ELContext, Object, Object) -
Method in class javax.el.ELResolver
- Attempts to resolve the given
property
object on the given
base
object.
- getValue(ELContext, Object, Object) -
Method in class javax.el.ListELResolver
- If the base object is a list, returns the value at the given index.
- getValue(ELContext, Object, Object) -
Method in class javax.el.MapELResolver
- If the base object is a map, returns the value associated with the
given key, as specified by the
property
argument.
- getValue(ELContext, Object, Object) -
Method in class javax.el.ResourceBundleELResolver
- If the base object is an instance of
ResourceBundle
,
the provided property will first be coerced to a String
.
- getValue(ELContext) -
Method in class javax.el.ValueExpression
- Evaluates the expression relative to the provided context, and
returns the resulting value.
- getValue() -
Method in class javax.enterprise.deploy.shared.ActionType
- Returns this enumeration value's integer value.
- getValue() -
Method in class javax.enterprise.deploy.shared.CommandType
- Returns this enumeration value's integer value.
- getValue() -
Method in class javax.enterprise.deploy.shared.DConfigBeanVersionType
- Returns this enumeration value's integer value.
- getValue() -
Method in class javax.enterprise.deploy.shared.ModuleType
- Returns this enumeration value's integer value.
- getValue() -
Method in class javax.enterprise.deploy.shared.StateType
- Returns this enumeration value's integer value.
- getValue() -
Method in class javax.faces.component.UICommand
- Returns the
value
property of the
UICommand
.
- getValue() -
Method in class javax.faces.component.UIData
- Return the value of the UIData.
- getValue() -
Method in class javax.faces.component.UIGraphic
- Returns the
value
property of the
UIGraphic
.
- getValue() -
Method in class javax.faces.component.UIOutput
-
- getValue() -
Method in class javax.faces.component.UIParameter
- Returns the
value
property of the
UIParameter
.
- getValue() -
Method in class javax.faces.component.UISelectItem
- Returns the
value
property of the
UISelectItem
.
- getValue() -
Method in class javax.faces.component.UISelectItems
- Returns the
value
property of the
UISelectItems
.
- getValue() -
Method in interface javax.faces.component.ValueHolder
- Gets the value of this
UIComponent
.
- getValue(Object, Object) -
Method in class javax.faces.el.PropertyResolver
- Deprecated. Return the value of the specified property from the specified
base object.
- getValue(Object, int) -
Method in class javax.faces.el.PropertyResolver
- Deprecated. Return the value at the specified index of the specified
base object.
- getValue(FacesContext) -
Method in class javax.faces.el.ValueBinding
- Deprecated. Return the value of the property represented by this
ValueBinding
, relative to the specified FacesContext
.
- getValue() -
Method in class javax.faces.model.SelectItem
- Return the value of this item, to be delivered to the model
if this item is selected by the user.
- getValue() -
Method in class javax.mail.Header
- Returns the value of this header.
- getValue() -
Method in class javax.mail.internet.HeaderTokenizer.Token
- Returns the value of the token just read.
- getValue() -
Method in class javax.mail.internet.InternetHeaders.InternetHeader
- Return the "value" part of the header line.
- getValue() -
Method in class javax.servlet.http.Cookie
- Returns the value of the cookie.
- getValue(String) -
Method in interface javax.servlet.http.HttpSession
- Deprecated. As of Version 2.2, this method is
replaced by
HttpSession.getAttribute(java.lang.String)
.
- getValue() -
Method in class javax.servlet.http.HttpSessionBindingEvent
- Returns the value of the attribute that has been added, removed or replaced.
- getValue(ELContext, Object, Object) -
Method in class javax.servlet.jsp.el.ImplicitObjectELResolver
- If the base object is
null
, and the property matches
the name of a JSP implicit object, returns the implicit object.
- getValue(ELContext, Object, Object) -
Method in class javax.servlet.jsp.el.ScopedAttributeELResolver
- If the base object is
null
, searches the page,
request, session and application scopes for an attribute with
the given name and returns it, or null
if no
attribute exists with the current name.
- getValue(String) -
Method in class javax.servlet.jsp.tagext.TagSupport
- Get a the value associated with a key.
- getValue() -
Method in class javax.servlet.ServletContextAttributeEvent
- Returns the value of the attribute that has been added, removed, or replaced.
- getValue() -
Method in class javax.servlet.ServletRequestAttributeEvent
- Returns the value of the attribute that has been added, removed or
replaced.
- getValue() -
Method in class javax.xml.bind.JAXBElement
- Return the content model and attribute values for this element.
- getValue(Object) -
Static method in class javax.xml.bind.JAXBIntrospector
- Get the element value of a JAXB element.
- getValue() -
Method in interface javax.xml.registry.infomodel.Classification
- Gets the taxonomy value for this Classification.
- getValue() -
Method in interface javax.xml.registry.infomodel.Concept
- Gets the value (usually a code in a taxonomy) associated with this Concept.
- getValue() -
Method in interface javax.xml.registry.infomodel.ExternalIdentifier
- Gets the value of an ExternalIdentifier.
- getValue() -
Method in interface javax.xml.registry.infomodel.InternationalString
- Gets the String value for the Locale returned by Locale.getDefault().
- getValue(Locale) -
Method in interface javax.xml.registry.infomodel.InternationalString
- Gets the String value for the specified Locale.
- getValue() -
Method in interface javax.xml.registry.infomodel.LocalizedString
- Get the String value for this object.
- getValue() -
Method in class javax.xml.soap.MimeHeader
- Returns the value of this
MimeHeader
object.
- getValue() -
Method in interface javax.xml.soap.Node
- Returns the value of this node if this is a
Text
node or the
value of the immediate child of this node otherwise.
- getValue() -
Method in interface javax.xml.stream.events.Attribute
- Gets the normalized value of this attribute
- getValueBinding(String) -
Method in class javax.faces.component.UIComponent
- Deprecated. This has been replaced by
UIComponent.getValueExpression(java.lang.String)
.
- getValueBinding(String) -
Method in class javax.faces.component.UIComponentBase
- Deprecated. This has been replaced by
UIComponentBase.getValueExpression(java.lang.String)
.
- getValueBinding(String) -
Method in class javax.faces.component.UIGraphic
- Deprecated. This has been replaced by
UIGraphic.getValueExpression(java.lang.String)
.
- getValueBinding(String) -
Method in class javax.faces.component.UISelectBoolean
- Deprecated. This has been replaced by
UISelectBoolean.getValueExpression(java.lang.String)
.
- getValueBinding(String) -
Method in class javax.faces.component.UISelectMany
- Deprecated. this has been replaced by
UISelectMany.getValueExpression(java.lang.String)
.
- getValueChangeListener() -
Method in interface javax.faces.component.EditableValueHolder
- Deprecated. Use
EditableValueHolder.getValueChangeListeners()
instead.
- getValueChangeListener() -
Method in class javax.faces.component.UIInput
-
- getValueChangeListeners() -
Method in interface javax.faces.component.EditableValueHolder
- Return the set of registered
ValueChangeListener
s for this
component instance.
- getValueChangeListeners() -
Method in class javax.faces.component.UIInput
- Return the set of registered
ValueChangeListener
s for this
UIInput
instance.
- getValueExpression(String) -
Method in class javax.faces.component.UIComponent
- Return the
ValueExpression
used to calculate the value for the
specified attribute or property name, if any.
- getValueExpression(String) -
Method in class javax.faces.component.UIComponentBase
Return the ValueExpression
used to calculate the value for the
specified attribute or property name, if any.
- getValueExpression(String) -
Method in class javax.faces.component.UIGraphic
- Return any
ValueExpression
set for value
if a
ValueExpression
for url
is requested; otherwise,
perform the default superclass processing for this method.
- getValueExpression(String) -
Method in class javax.faces.component.UISelectBoolean
- Return any
ValueExpression
set for value
if a ValueExpression
for selected
is
requested; otherwise, perform the default superclass processing
for this method.
- getValueExpression(String) -
Method in class javax.faces.component.UISelectMany
- Return any
ValueExpression
set for value
if a
ValueExpression
for selectedValues
is requested;
otherwise, perform the default superclass processing for this method.
- getValueNames() -
Method in interface javax.servlet.http.HttpSession
- Deprecated. As of Version 2.2, this method is
replaced by
HttpSession.getAttributeNames()
- getValues() -
Method in class javax.servlet.jsp.tagext.TagSupport
- Enumerate the keys for the values kept by this tag handler.
- getValues() -
Method in interface javax.xml.registry.infomodel.Slot
- Gets the values for this Slot.
- getValueType() -
Method in interface javax.xml.registry.infomodel.ClassificationScheme
- Gets the value type for this object.
- getVar() -
Method in class javax.faces.component.UIData
- Return the request-scope attribute under which the data object
for the current row will be exposed when iterating.
- getVariableInfo(TagData) -
Method in class javax.servlet.jsp.tagext.TagExtraInfo
- information on scripting variables defined by the tag associated with
this TagExtraInfo instance.
- getVariableInfo(TagData) -
Method in class javax.servlet.jsp.tagext.TagInfo
- Information on the scripting objects created by this tag at runtime.
- getVariableMapper() -
Method in class javax.el.ELContext
- Retrieves the
VariableMapper
associated with this
ELContext
.
- getVariableResolver() -
Method in class javax.faces.application.Application
- Deprecated. This has been replaced by
Application.getELResolver()
.
- getVariableResolver() -
Method in class javax.servlet.jsp.JspContext
- Deprecated. As of JSP 2.1, replaced by
ELContext.getELResolver()
,
which can be obtained by
jspContext.getELContext().getELResolver()
.
- getVarName() -
Method in class javax.servlet.jsp.tagext.VariableInfo
- Returns the name of the scripting variable.
- getVendor() -
Method in class javax.mail.Provider
- Returns name of vendor associated with this implementation or null
- getVersion() -
Method in class javax.mail.Provider
- Returns version of this implementation or null if no version
- getVersion() -
Method in class javax.servlet.http.Cookie
- Returns the version of the protocol this cookie complies
with.
- getVersion() -
Method in interface javax.xml.registry.CapabilityProfile
- Gets the JAXR specification version supported by the JAXR provider.
- getVersion() -
Method in interface javax.xml.stream.events.StartDocument
- Returns the version of XML of this XML stream
- getVersion() -
Method in class javax.xml.stream.util.StreamReaderDelegate
-
- getVersion() -
Method in interface javax.xml.stream.XMLStreamReader
- Get the xml version declared on the xml declaration
Returns null if none was declared
- getViewHandler() -
Method in class javax.faces.application.Application
- Return the
ViewHandler
instance that will be utilized
during the Restore View and Render Response
phases of the request processing lifecycle.
- getViewId() -
Method in exception javax.faces.application.ViewExpiredException
- Return the view identifier of this exception, or
null
if the
view identifier is nonexistent or unknown.
- getViewId() -
Method in class javax.faces.component.UIViewRoot
- Return the view identifier for this view.
- getViewRoot() -
Method in class javax.faces.context.FacesContext
- Return the root component that is associated with the this request.
- getVisibleNamespacePrefixes() -
Method in interface javax.xml.soap.SOAPElement
- Returns an
Iterator
over the namespace prefix
String
s visible to this element.
- getWaitingThreadCount() -
Method in interface javax.management.j2ee.statistics.JCAConnectionPoolStats
- The number of threads waiting for a connection
- getWaitingThreadCount() -
Method in interface javax.management.j2ee.statistics.JDBCConnectionPoolStats
- Number of threads waiting for a connection.
- getWaitTime() -
Method in interface javax.management.j2ee.statistics.JCAConnectionStats
- Returns the time spent waiting for a connection to be available
- getWaitTime() -
Method in interface javax.management.j2ee.statistics.JDBCConnectionStats
- Time spent waiting for a connection to be available.
- getWarnClass() -
Method in class javax.faces.component.html.HtmlMessage
- Return the value of the
warnClass
property.
- getWarnClass() -
Method in class javax.faces.component.html.HtmlMessages
- Return the value of the
warnClass
property.
- getWarnings() -
Method in interface javax.resource.cci.Interaction
- Gets the first ResourceWarning from the chain of warnings
associated with this Interaction instance.
- getWarnStyle() -
Method in class javax.faces.component.html.HtmlMessage
- Return the value of the
warnStyle
property.
- getWarnStyle() -
Method in class javax.faces.component.html.HtmlMessages
- Return the value of the
warnStyle
property.
- getWebURL() -
Method in interface javax.enterprise.deploy.spi.TargetModuleID
- If this TargetModulID represents a web
module retrieve the URL for it.
- getWidth() -
Method in class javax.faces.component.html.HtmlDataTable
- Return the value of the
width
property.
- getWidth() -
Method in class javax.faces.component.html.HtmlGraphicImage
- Return the value of the
width
property.
- getWidth() -
Method in class javax.faces.component.html.HtmlPanelGrid
- Return the value of the
width
property.
- getWork() -
Method in class javax.resource.spi.work.WorkEvent
- Return the
Work
instance which is the cause of the event.
- getWorkManager() -
Method in interface javax.resource.spi.BootstrapContext
- Provides a handle to a
WorkManager
instance.
- getWrapped() -
Method in class javax.faces.application.StateManagerWrapper
-
- getWrapped() -
Method in class javax.faces.application.ViewHandlerWrapper
-
- getWrapped() -
Method in class javax.faces.context.ResponseWriterWrapper
-
- getWrappedData() -
Method in class javax.faces.model.ArrayDataModel
-
- getWrappedData() -
Method in class javax.faces.model.DataModel
- Return the object representing the data wrapped by this
DataModel
, if any.
- getWrappedData() -
Method in class javax.faces.model.ListDataModel
-
- getWrappedData() -
Method in class javax.faces.model.ResultDataModel
-
- getWrappedData() -
Method in class javax.faces.model.ResultSetDataModel
-
- getWrappedData() -
Method in class javax.faces.model.ScalarDataModel
-
- getWriteMethod() -
Method in class javax.el.BeanELResolver.BeanProperty
-
- getWriter() -
Method in interface javax.servlet.ServletResponse
- Returns a
PrintWriter
object that
can send character text to the client.
- getWriter() -
Method in class javax.servlet.ServletResponseWrapper
- The default behavior of this method is to return getWriter()
on the wrapped response object.
- getWSDLDocumentLocation() -
Method in interface javax.xml.rpc.Service
- Gets the location of the WSDL document for this Service.
- getWSDLDocumentLocation() -
Method in class javax.xml.ws.Service
- Gets the location of the WSDL document for this Service.
- getWSDLDocumentLocation() -
Method in class javax.xml.ws.spi.ServiceDelegate
- Gets the location of the WSDL document for this Service.
- getXAResource() -
Method in interface javax.jms.XASession
- Returns an XA resource to the caller.
- getXAResource() -
Method in interface javax.resource.spi.ManagedConnection
- Returns an
javax.transaction.xa.XAresource
instance.
- getXAResources(ActivationSpec[]) -
Method in interface javax.resource.spi.ResourceAdapter
- This method is called by the application server during crash recovery.
- getXATerminator() -
Method in interface javax.resource.spi.BootstrapContext
- Provides a handle to a
XATerminator
instance.
- getXid() -
Method in class javax.resource.spi.work.ExecutionContext
-
- getXMLNode(Object) -
Method in class javax.xml.bind.Binder
- Gets the XML element associated with the given JAXB object.
- getXMLReader() -
Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- Obtains a configured XMLReader.
- getXMLReporter() -
Method in class javax.xml.stream.XMLInputFactory
- The reporter that will be set on any XMLStreamReader or XMLEventReader created
by this factory instance.
- getXMLResolver() -
Method in class javax.xml.stream.XMLInputFactory
- The resolver that will be set on any XMLStreamReader or XMLEventReader created
by this factory instance.
- getXpath() -
Method in interface javax.enterprise.deploy.model.DDBean
- Returns the original xpath string provided by the DConfigBean.
- getXpath() -
Method in interface javax.enterprise.deploy.model.DDBeanRoot
- Return the XPath for this standard bean.
- getXpaths() -
Method in interface javax.enterprise.deploy.spi.DConfigBean
- Return a list of XPaths designating the deployment descriptor
information this DConfigBean requires.
- GT -
Static variable in class javax.mail.search.ComparisonTerm
-
H
- Handle - Interface in javax.ejb
- The Handle interface is implemented by all EJB object handles.
- HandleDelegate - Interface in javax.ejb.spi
- The HandleDelegate interface is implemented by the EJB container.
- handleEvent(ValidationEvent) -
Method in class javax.xml.bind.helpers.DefaultValidationEventHandler
-
- handleEvent(ValidationEvent) -
Method in class javax.xml.bind.util.ValidationEventCollector
-
- handleEvent(ValidationEvent) -
Method in interface javax.xml.bind.ValidationEventHandler
- Receive notification of a validation warning or error.
- handleFault(MessageContext) -
Method in class javax.xml.rpc.handler.GenericHandler
- The
handleFault
method processes the SOAP faults
based on the SOAP message processing model.
- handleFault(MessageContext) -
Method in interface javax.xml.rpc.handler.Handler
- The
handleFault
method processes the SOAP faults
based on the SOAP message processing model.
- handleFault(MessageContext) -
Method in interface javax.xml.rpc.handler.HandlerChain
- The
handleFault
method initiates the SOAP
fault processing for this handler chain.
- handleFault(C) -
Method in interface javax.xml.ws.handler.Handler
- The
handleFault
method is invoked for fault message
processing.
- handleMessage(C) -
Method in interface javax.xml.ws.handler.Handler
- The
handleMessage
method is invoked for normal processing
of inbound and outbound messages.
- handleNavigation(FacesContext, String, String) -
Method in class javax.faces.application.NavigationHandler
- Perform navigation processing based on the state information
in the specified
FacesContext
, plus the outcome string
returned by an executed application action.
- handlePageException(Exception) -
Method in class javax.servlet.jsp.PageContext
-
This method is intended to process an unhandled 'page' level
exception by forwarding the exception to the specified
error page for this JSP.
- handlePageException(Throwable) -
Method in class javax.servlet.jsp.PageContext
-
This method is intended to process an unhandled 'page' level
exception by forwarding the exception to the specified
error page for this JSP.
- handleProgressEvent(ProgressEvent) -
Method in interface javax.enterprise.deploy.spi.status.ProgressListener
- Invoked when a deployment progress event occurs.
- Handler - Interface in javax.xml.rpc.handler
- The
javax.xml.rpc.handler.Handler
interface is
required to be implemented by a SOAP message handler. - Handler<C extends MessageContext> - Interface in javax.xml.ws.handler
- The
Handler
interface
is the base interface for JAX-WS handlers. - HandlerChain - Annotation Type in javax.jws
- Associates the Web Service with an externally defined handler chain.
- HandlerChain - Interface in javax.xml.rpc.handler
- The
javax.xml.rpc.handler.HandlerChain
represents
a list of handlers. - handleRequest(MessageContext) -
Method in class javax.xml.rpc.handler.GenericHandler
- The
handleRequest
method processes the request
SOAP message.
- handleRequest(MessageContext) -
Method in interface javax.xml.rpc.handler.Handler
- The
handleRequest
method processes the request
message.
- handleRequest(MessageContext) -
Method in interface javax.xml.rpc.handler.HandlerChain
- The
handleRequest
method initiates the request
processing for this handler chain.
- handleResponse(MessageContext) -
Method in class javax.xml.rpc.handler.GenericHandler
- The
handleResponse
method processes the response
message.
- handleResponse(MessageContext) -
Method in interface javax.xml.rpc.handler.Handler
- The
handleResponse
method processes the response
SOAP message.
- handleResponse(MessageContext) -
Method in interface javax.xml.rpc.handler.HandlerChain
- The
handleResponse
method initiates the response
processing for this handler chain.
- handleResponse(Response<T>) -
Method in interface javax.xml.ws.AsyncHandler
- Called when the response to an asynchronous operation is available.
- HandlerInfo - Class in javax.xml.rpc.handler
- The
javax.xml.rpc.handler.HandlerInfo
represents
information about a handler in the HandlerChain. - HandlerInfo() -
Constructor for class javax.xml.rpc.handler.HandlerInfo
- Default constructor
- HandlerInfo(Class, Map, QName[]) -
Constructor for class javax.xml.rpc.handler.HandlerInfo
- Constructor for HandlerInfo
- HandlerRegistry - Interface in javax.xml.rpc.handler
- The
javax.xml.rpc.handler.HandlerRegistry
provides support for the programmatic configuration of
handlers in a HandlerRegistry
. - HandlerResolver - Interface in javax.xml.ws.handler
HandlerResolver
is an interface implemented
by an application to get control over the handler chain
set on proxy/dispatch objects at the time of their creation.- handlesURI(String) -
Method in interface javax.enterprise.deploy.spi.factories.DeploymentFactory
- Tests whether this factory can create a DeploymentManager
object based on the specificed URI.
- hasBinding() -
Method in class javax.faces.webapp.UIComponentClassicTagBase
- Return
true
if this component has a
non-null
binding attribute.
- hasBinding() -
Method in class javax.faces.webapp.UIComponentELTag
-
- hasBinding() -
Method in class javax.faces.webapp.UIComponentTag
- Deprecated.
- hasDetail() -
Method in interface javax.xml.soap.SOAPFault
- Returns true if this
SOAPFault
has a Detail
subelement and false otherwise.
- hasDynamicAttributes() -
Method in class javax.servlet.jsp.tagext.TagInfo
- Get dynamicAttributes associated with this TagInfo.
- hasEvents() -
Method in class javax.xml.bind.util.ValidationEventCollector
- Returns true if this event collector contains at least one
ValidationEvent.
- hasFault() -
Method in interface javax.xml.soap.SOAPBody
- Indicates whether a
SOAPFault
object exists in this
SOAPBody
object.
- hashCode() -
Method in class javax.el.Expression
- Returns the hash code for this
Expression
.
- hashCode() -
Method in class javax.faces.validator.DoubleRangeValidator
-
- hashCode() -
Method in class javax.faces.validator.LengthValidator
-
- hashCode() -
Method in class javax.faces.validator.LongRangeValidator
-
- hashCode() -
Method in class javax.mail.Flags
- Compute a hash code for this Flags object.
- hashCode() -
Method in class javax.mail.internet.InternetAddress
- Compute a hash code for the address.
- hashCode() -
Method in class javax.mail.internet.NewsAddress
- Compute a hash code for the address.
- hashCode() -
Method in class javax.mail.search.AddressTerm
- Compute a hashCode for this object.
- hashCode() -
Method in class javax.mail.search.AndTerm
- Compute a hashCode for this object.
- hashCode() -
Method in class javax.mail.search.ComparisonTerm
- Compute a hashCode for this object.
- hashCode() -
Method in class javax.mail.search.DateTerm
- Compute a hashCode for this object.
- hashCode() -
Method in class javax.mail.search.FlagTerm
- Compute a hashCode for this object.
- hashCode() -
Method in class javax.mail.search.HeaderTerm
- Compute a hashCode for this object.
- hashCode() -
Method in class javax.mail.search.IntegerComparisonTerm
- Compute a hashCode for this object.
- hashCode() -
Method in class javax.mail.search.NotTerm
- Compute a hashCode for this object.
- hashCode() -
Method in class javax.mail.search.OrTerm
- Compute a hashCode for this object.
- hashCode() -
Method in class javax.mail.search.RecipientStringTerm
- Compute a hashCode for this object.
- hashCode() -
Method in class javax.mail.search.RecipientTerm
- Compute a hashCode for this object.
- hashCode() -
Method in class javax.mail.search.StringTerm
- Compute a hashCode for this object.
- hashCode() -
Method in class javax.mail.URLName
- Compute the hash code for this URLName.
- hashCode() -
Method in interface javax.resource.cci.Record
- Returns the hash code for the Record instance.
- hashCode() -
Method in interface javax.resource.spi.ConnectionRequestInfo
- Returns the hashCode of the ConnectionRequestInfo.
- hashCode() -
Method in interface javax.resource.spi.ManagedConnectionFactory
- Returns the hash code for the ManagedConnectionFactory
- hashCode() -
Method in interface javax.resource.spi.security.GenericCredential
- Deprecated. Returns the hash code for this GenericCredential
- hashCode() -
Method in class javax.resource.spi.security.PasswordCredential
- Returns the hash code for this PasswordCredential
- hashCode() -
Method in class javax.security.jacc.EJBMethodPermission
- Returns the hash code value for this EJBMethodPermission.
- hashCode() -
Method in class javax.security.jacc.EJBRoleRefPermission
- Returns the hash code value for this EJBRoleRefPermission.
- hashCode() -
Method in class javax.security.jacc.WebResourcePermission
- Returns the hash code value for this WebResourcePermission.
- hashCode() -
Method in class javax.security.jacc.WebRoleRefPermission
- Returns the hash code value for this WebRoleRefPermission.
- hashCode() -
Method in class javax.security.jacc.WebUserDataPermission
- Returns the hash code value for this WebUserDataPermission.
- hasName() -
Method in class javax.xml.stream.util.StreamReaderDelegate
-
- hasName() -
Method in interface javax.xml.stream.XMLStreamReader
- returns true if the current event has a name (is a START_ELEMENT or END_ELEMENT)
returns false otherwise
- hasNewMessages() -
Method in class javax.mail.Folder
- Returns true if this Folder has new messages since the last time
this indication was reset.
- hasNext() -
Method in class javax.xml.stream.util.EventReaderDelegate
-
- hasNext() -
Method in class javax.xml.stream.util.StreamReaderDelegate
-
- hasNext() -
Method in interface javax.xml.stream.XMLEventReader
- Check if there are more events.
- hasNext() -
Method in interface javax.xml.stream.XMLStreamReader
- Returns true if there are more parsing events and false
if there are no more events.
- hasText() -
Method in class javax.xml.stream.util.StreamReaderDelegate
-
- hasText() -
Method in interface javax.xml.stream.XMLStreamReader
- Return true if the current event has text, false otherwise
The following events have text:
CHARACTERS,DTD ,ENTITY_REFERENCE, COMMENT, SPACE
- Header - Class in javax.mail
- The Header class stores a name/value pair to represent headers.
- Header(String, String) -
Constructor for class javax.mail.Header
- Construct a Header object.
- headerName -
Variable in class javax.mail.search.HeaderTerm
- The name of the header.
- headers -
Variable in class javax.mail.internet.InternetHeaders
- The actual list of Headers, including placeholder entries.
- headers -
Variable in class javax.mail.internet.MimeBodyPart
- The InternetHeaders object that stores all the headers
of this body part.
- headers -
Variable in class javax.mail.internet.MimeMessage
- The InternetHeaders object that stores the header
of this message.
- HeaderTerm - Class in javax.mail.search
- This class implements comparisons for Message headers.
- HeaderTerm(String, String) -
Constructor for class javax.mail.search.HeaderTerm
- Constructor.
- HeaderTokenizer - Class in javax.mail.internet
- This class tokenizes RFC822 and MIME headers into the basic
symbols specified by RFC822 and MIME.
- HeaderTokenizer(String, String, boolean) -
Constructor for class javax.mail.internet.HeaderTokenizer
- Constructor that takes a rfc822 style header.
- HeaderTokenizer(String, String) -
Constructor for class javax.mail.internet.HeaderTokenizer
- Constructor.
- HeaderTokenizer(String) -
Constructor for class javax.mail.internet.HeaderTokenizer
- Constructor.
- HeaderTokenizer.Token - Class in javax.mail.internet
- The Token class represents tokens returned by the
HeaderTokenizer.
- HeaderTokenizer.Token(int, String) -
Constructor for class javax.mail.internet.HeaderTokenizer.Token
- Constructor.
- HeuristicCommitException - Exception in javax.transaction
- This exception is thrown by the rollback operation on a resource to
report that a heuristic decision was made and that all relevant updates
have been committed.
- HeuristicCommitException() -
Constructor for exception javax.transaction.HeuristicCommitException
-
- HeuristicCommitException(String) -
Constructor for exception javax.transaction.HeuristicCommitException
-
- HeuristicMixedException - Exception in javax.transaction
- This exception is thrown to report that a heuristic decision was made and
that some relevant updates have been committed and others have been
rolled back.
- HeuristicMixedException() -
Constructor for exception javax.transaction.HeuristicMixedException
-
- HeuristicMixedException(String) -
Constructor for exception javax.transaction.HeuristicMixedException
-
- HeuristicRollbackException - Exception in javax.transaction
- This exception is thrown by the commit operation to report that a heuristic
decision was made and that all relevant updates have been rolled back.
- HeuristicRollbackException() -
Constructor for exception javax.transaction.HeuristicRollbackException
-
- HeuristicRollbackException(String) -
Constructor for exception javax.transaction.HeuristicRollbackException
-
- HexBinaryAdapter - Class in javax.xml.bind.annotation.adapters
XmlAdapter
for xs:hexBinary.- HexBinaryAdapter() -
Constructor for class javax.xml.bind.annotation.adapters.HexBinaryAdapter
-
- Holder - Interface in javax.xml.rpc.holders
- The
java.xml.rpc.holders.Holder
interface represents
the base interface for both standard and generated
Holder
classes. - Holder<T> - Class in javax.xml.ws
- Holds a value of type
T
. - Holder() -
Constructor for class javax.xml.ws.Holder
- Creates a new holder with a
null
value.
- Holder(T) -
Constructor for class javax.xml.ws.Holder
- Create a new holder with the specified value.
- HOLDS_FOLDERS -
Static variable in class javax.mail.Folder
- This folder can contain other folders
- HOLDS_MESSAGES -
Static variable in class javax.mail.Folder
- This folder can contain messages
- HomeHandle - Interface in javax.ejb
- The HomeHandle interface is implemented by all home object handles.
- host -
Variable in class javax.mail.internet.NewsAddress
-
- HTML_BASIC_RENDER_KIT -
Static variable in class javax.faces.render.RenderKitFactory
- The render kit identifier of the default
RenderKit
instance
for this JavaServer Faces implementation.
- HtmlColumn - Class in javax.faces.component.html
- Represents a column that will be rendered
in an HTML
table
element. - HtmlColumn() -
Constructor for class javax.faces.component.html.HtmlColumn
-
- HtmlCommandButton - Class in javax.faces.component.html
- Represents an HTML
input
element
for a button of type submit
or reset
. - HtmlCommandButton() -
Constructor for class javax.faces.component.html.HtmlCommandButton
-
- HtmlCommandLink - Class in javax.faces.component.html
- Represents an HTML
a
element for a hyperlink that acts
like a submit button. - HtmlCommandLink() -
Constructor for class javax.faces.component.html.HtmlCommandLink
-
- HtmlDataTable - Class in javax.faces.component.html
- Represents a set of repeating data (segregated into
columns by child UIColumn components) that will
be rendered in an HTML
table
element. - HtmlDataTable() -
Constructor for class javax.faces.component.html.HtmlDataTable
-
- HtmlForm - Class in javax.faces.component.html
- Represents an HTML
form
element. - HtmlForm() -
Constructor for class javax.faces.component.html.HtmlForm
-
- HtmlGraphicImage - Class in javax.faces.component.html
- Represents an HTML
img
element, used to retrieve
and render a graphical image. - HtmlGraphicImage() -
Constructor for class javax.faces.component.html.HtmlGraphicImage
-
- HtmlInputHidden - Class in javax.faces.component.html
- Represents an HTML
input
element
of type hidden
. - HtmlInputHidden() -
Constructor for class javax.faces.component.html.HtmlInputHidden
-
- HtmlInputSecret - Class in javax.faces.component.html
- Represents an HTML
input
element
of type password
. - HtmlInputSecret() -
Constructor for class javax.faces.component.html.HtmlInputSecret
-
- HtmlInputText - Class in javax.faces.component.html
- Represents an HTML
input
element
of type text
. - HtmlInputText() -
Constructor for class javax.faces.component.html.HtmlInputText
-
- HtmlInputTextarea - Class in javax.faces.component.html
- Represents an HTML
textarea
element. - HtmlInputTextarea() -
Constructor for class javax.faces.component.html.HtmlInputTextarea
-
- HtmlMessage - Class in javax.faces.component.html
- By default, the
rendererType
property must be set to "javax.faces.Message
". - HtmlMessage() -
Constructor for class javax.faces.component.html.HtmlMessage
-
- HtmlMessages - Class in javax.faces.component.html
- By default, the
rendererType
property must be set to "javax.faces.Messages
". - HtmlMessages() -
Constructor for class javax.faces.component.html.HtmlMessages
-
- HtmlOutputFormat - Class in javax.faces.component.html
- Represents a component that looks up a localized message in a
resource bundle, optionally uses it as a
MessageFormat
pattern string and substitutes in
parameter values from nested UIParameter components, and
renders the result. - HtmlOutputFormat() -
Constructor for class javax.faces.component.html.HtmlOutputFormat
-
- HtmlOutputLabel - Class in javax.faces.component.html
- Represents an HTML
label
element, used to define
an accessible label for a corresponding input element. - HtmlOutputLabel() -
Constructor for class javax.faces.component.html.HtmlOutputLabel
-
- HtmlOutputLink - Class in javax.faces.component.html
- Represents an HTML
a
(hyperlink) element that may be
used to link to an arbitrary URL defined by the value
property. - HtmlOutputLink() -
Constructor for class javax.faces.component.html.HtmlOutputLink
-
- HtmlOutputText - Class in javax.faces.component.html
- Renders the component value as text, optionally wrapping in a
span
element if I18N attributes, CSS styles or style
classes are specified. - HtmlOutputText() -
Constructor for class javax.faces.component.html.HtmlOutputText
-
- HtmlPanelGrid - Class in javax.faces.component.html
- Renders child components in a table, starting a new
row after the specified number of columns.
- HtmlPanelGrid() -
Constructor for class javax.faces.component.html.HtmlPanelGrid
-
- HtmlPanelGroup - Class in javax.faces.component.html
- Causes all child components of this component
to be rendered.
- HtmlPanelGroup() -
Constructor for class javax.faces.component.html.HtmlPanelGroup
-
- HtmlSelectBooleanCheckbox - Class in javax.faces.component.html
- Represents an HTML
input
element
of type checkbox
. - HtmlSelectBooleanCheckbox() -
Constructor for class javax.faces.component.html.HtmlSelectBooleanCheckbox
-
- HtmlSelectManyCheckbox - Class in javax.faces.component.html
- Represents a multiple-selection component that is rendered
as a set of HTML
input
elements of type
checkbox
. - HtmlSelectManyCheckbox() -
Constructor for class javax.faces.component.html.HtmlSelectManyCheckbox
-
- HtmlSelectManyListbox - Class in javax.faces.component.html
- Represents a multiple-selection component that is rendered
as an HTML
select
element, showing either all
available options or the specified number of options. - HtmlSelectManyListbox() -
Constructor for class javax.faces.component.html.HtmlSelectManyListbox
-
- HtmlSelectManyMenu - Class in javax.faces.component.html
- Represents a multiple-selection component that is rendered
as an HTML
select
element, showing a single
available option at a time. - HtmlSelectManyMenu() -
Constructor for class javax.faces.component.html.HtmlSelectManyMenu
-
- HtmlSelectOneListbox - Class in javax.faces.component.html
- Represents a single-selection component that is rendered
as an HTML
select
element, showing either all
available options or the specified number of options. - HtmlSelectOneListbox() -
Constructor for class javax.faces.component.html.HtmlSelectOneListbox
-
- HtmlSelectOneMenu - Class in javax.faces.component.html
- Represents a single-selection component that is rendered
as an HTML
select
element, showing a single
available option at a time. - HtmlSelectOneMenu() -
Constructor for class javax.faces.component.html.HtmlSelectOneMenu
-
- HtmlSelectOneRadio - Class in javax.faces.component.html
- Represents a single-selection component that is rendered
as a set of HTML
input
elements of type
radio
. - HtmlSelectOneRadio() -
Constructor for class javax.faces.component.html.HtmlSelectOneRadio
-
- HTTP_BINDING -
Static variable in interface javax.xml.ws.http.HTTPBinding
- A constant representing the identity of the XML/HTTP binding.
- HTTP_REQUEST_HEADERS -
Static variable in interface javax.xml.ws.handler.MessageContext
- Standard property: HTTP request headers.
- HTTP_REQUEST_METHOD -
Static variable in interface javax.xml.ws.handler.MessageContext
- Standard property: HTTP request method.
- HTTP_RESPONSE_CODE -
Static variable in interface javax.xml.ws.handler.MessageContext
- Standard property: HTTP response status code.
- HTTP_RESPONSE_HEADERS -
Static variable in interface javax.xml.ws.handler.MessageContext
- Standard property: HTTP response headers.
- HTTPBinding - Interface in javax.xml.ws.http
- The
HTTPBinding
interface is an
abstraction for the XML/HTTP binding. - HTTPException - Exception in javax.xml.ws.http
- The
HTTPException
exception represents a
XML/HTTP fault. - HTTPException(int) -
Constructor for exception javax.xml.ws.http.HTTPException
- Constructor for the HTTPException
- HttpJspPage - Interface in javax.servlet.jsp
- The HttpJspPage interface describes the interaction that a JSP Page
Implementation Class must satisfy when using the HTTP protocol.
- HttpServlet - Class in javax.servlet.http
- Provides an abstract class to be subclassed to create
an HTTP servlet suitable for a Web site.
- HttpServlet() -
Constructor for class javax.servlet.http.HttpServlet
- Does nothing, because this is an abstract class.
- HttpServletRequest - Interface in javax.servlet.http
- Extends the
ServletRequest
interface
to provide request information for HTTP servlets. - HttpServletRequestWrapper - Class in javax.servlet.http
- Provides a convenient implementation of the HttpServletRequest interface that
can be subclassed by developers wishing to adapt the request to a Servlet.
- HttpServletRequestWrapper(HttpServletRequest) -
Constructor for class javax.servlet.http.HttpServletRequestWrapper
- Constructs a request object wrapping the given request.
- HttpServletResponse - Interface in javax.servlet.http
- Extends the
ServletResponse
interface to provide HTTP-specific
functionality in sending a response. - HttpServletResponseWrapper - Class in javax.servlet.http
- Provides a convenient implementation of the HttpServletResponse interface that
can be subclassed by developers wishing to adapt the response from a Servlet.
- HttpServletResponseWrapper(HttpServletResponse) -
Constructor for class javax.servlet.http.HttpServletResponseWrapper
- Constructs a response adaptor wrapping the given response.
- HttpSession - Interface in javax.servlet.http
- Provides a way to identify a user across more than one page
request or visit to a Web site and to store information about that user.
- HttpSessionActivationListener - Interface in javax.servlet.http
- Objects that are bound to a session may listen to container
events notifying them that sessions will be passivated and that
session will be activated.
- HttpSessionAttributeListener - Interface in javax.servlet.http
- This listener interface can be implemented in order to
get notifications of changes to the attribute lists of sessions within
this web application.
- HttpSessionBindingEvent - Class in javax.servlet.http
- Events of this type are either sent to an object that implements
HttpSessionBindingListener
when it is bound or
unbound from a session, or to a HttpSessionAttributeListener
that has been configured in the deployment descriptor when any attribute is
bound, unbound or replaced in a session. - HttpSessionBindingEvent(HttpSession, String) -
Constructor for class javax.servlet.http.HttpSessionBindingEvent
- Constructs an event that notifies an object that it
has been bound to or unbound from a session.
- HttpSessionBindingEvent(HttpSession, String, Object) -
Constructor for class javax.servlet.http.HttpSessionBindingEvent
- Constructs an event that notifies an object that it
has been bound to or unbound from a session.
- HttpSessionBindingListener - Interface in javax.servlet.http
- Causes an object to be notified when it is bound to
or unbound from a session.
- HttpSessionContext - Interface in javax.servlet.http
- Deprecated. As of Java(tm) Servlet API 2.1
for security reasons, with no replacement.
This interface will be removed in a future
version of this API.
- HttpSessionEvent - Class in javax.servlet.http
- This is the class representing event notifications for
changes to sessions within a web application.
- HttpSessionEvent(HttpSession) -
Constructor for class javax.servlet.http.HttpSessionEvent
- Construct a session event from the given source.
- HttpSessionListener - Interface in javax.servlet.http
- Implementations of this interface are notified of changes to the
list of active sessions in a web application.
- HttpUtils - Class in javax.servlet.http
- Deprecated. As of Java(tm) Servlet API 2.3.
These methods were only useful
with the default encoding and have been moved
to the request interfaces.
- HttpUtils() -
Constructor for class javax.servlet.http.HttpUtils
- Deprecated. Constructs an empty
HttpUtils
object.
I
- Id - Annotation Type in javax.persistence
- Specifies the primary key property or field of an entity.
- id -
Variable in class javax.resource.spi.ConnectionEvent
- Type of the event
- ID -
Static variable in class javax.servlet.jsp.tagext.TagAttributeInfo
- "id" is wired in to be ID.
- id -
Variable in class javax.servlet.jsp.tagext.TagSupport
- The value of the id attribute of this tag; or null.
- IdClass - Annotation Type in javax.persistence
- Specifies a composite primary key class that is mapped to
multiple fields or properties of the entity.
- ignoreCase -
Variable in class javax.mail.search.StringTerm
- Ignore case when comparing?
- IllegalStateException - Exception in javax.jms
- This exception is thrown when a method is
invoked at an illegal or inappropriate time or if the provider is
not in an appropriate state for the requested operation.
- IllegalStateException(String, String) -
Constructor for exception javax.jms.IllegalStateException
- Constructs an
IllegalStateException
with the specified reason
and error code.
- IllegalStateException(String) -
Constructor for exception javax.jms.IllegalStateException
- Constructs an
IllegalStateException
with the specified
reason.
- IllegalStateException - Exception in javax.resource.spi
- An
IllegalStateException
is thrown from a method if the callee (resource
adapter or application server for system contracts) is in an illegal or
inappropriate state for the method invocation. - IllegalStateException() -
Constructor for exception javax.resource.spi.IllegalStateException
- Constructs a new instance with null as its detail message.
- IllegalStateException(String) -
Constructor for exception javax.resource.spi.IllegalStateException
- Constructs a new instance with the specified detail message.
- IllegalStateException(Throwable) -
Constructor for exception javax.resource.spi.IllegalStateException
- Constructs a new throwable with the specified cause.
- IllegalStateException(String, Throwable) -
Constructor for exception javax.resource.spi.IllegalStateException
- Constructs a new throwable with the specified detail message and cause.
- IllegalStateException(String, String) -
Constructor for exception javax.resource.spi.IllegalStateException
- Constructs a new throwable with the specified detail message and
an error code.
- IllegalWriteException - Exception in javax.mail
- The exception thrown when a write is attempted on a read-only attribute
of any Messaging object.
- IllegalWriteException() -
Constructor for exception javax.mail.IllegalWriteException
- Constructs a IllegalWriteException with no detail message.
- IllegalWriteException(String) -
Constructor for exception javax.mail.IllegalWriteException
- Constructs a IllegalWriteException with the specified detail message.
- IMMEDIATE -
Static variable in interface javax.resource.spi.work.WorkManager
- A constant to indicate timeout duration.
- ImplicitObjectELResolver - Class in javax.servlet.jsp.el
- Defines variable resolution behavior for the EL implicit objects
defined in the JSP specification.
- ImplicitObjectELResolver() -
Constructor for class javax.servlet.jsp.el.ImplicitObjectELResolver
-
- implies(Permission) -
Method in class javax.security.jacc.EJBMethodPermission
- Determines if the argument Permission is "implied by" this
EJBMethodPermission.
- implies(Permission) -
Method in class javax.security.jacc.EJBRoleRefPermission
- Determines if the argument Permission is "implied by" this
EJBRoleRefPermission.
- implies(Permission) -
Method in class javax.security.jacc.WebResourcePermission
- Determines if the argument Permission is "implied by" this
WebResourcePermission.
- implies(Permission) -
Method in class javax.security.jacc.WebRoleRefPermission
- Determines if the argument Permission is "implied by" this
WebRoleRefPermission.
- implies(Permission) -
Method in class javax.security.jacc.WebUserDataPermission
- Determines if the argument Permission is "implied by" this
WebUserDataPermission.
- in -
Variable in class javax.mail.util.SharedFileInputStream
- The file containing the data.
- IN -
Static variable in class javax.xml.rpc.ParameterMode
- IN mode for parameter passing
- INBOUND_MESSAGE_ATTACHMENTS -
Static variable in interface javax.xml.ws.handler.MessageContext
- Standard property: Map of attachments to a message for the inbound
message, key is the MIME Content-ID, value is a DataHandler.
- include(String) -
Method in class javax.servlet.jsp.PageContext
-
Causes the resource specified to be processed as part of the current
ServletRequest and ServletResponse being processed by the calling Thread.
- include(String, boolean) -
Method in class javax.servlet.jsp.PageContext
-
Causes the resource specified to be processed as part of the current
ServletRequest and ServletResponse being processed by the calling Thread.
- include(ServletRequest, ServletResponse) -
Method in interface javax.servlet.RequestDispatcher
- Includes the content of a resource (servlet, JSP page,
HTML file) in the response.
- INDEFINITE -
Static variable in interface javax.resource.spi.work.WorkManager
- A constant to indicate timeout duration.
- IndexedRecord - Interface in javax.resource.cci
- IndexedRecord represents an ordered collection of record elements
based on the
java.util.List
interface. - info -
Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
- Information (documentation) for this TLD.
- Inheritance - Annotation Type in javax.persistence
- Defines the inheritance strategy to be used for an entity class
hierarchy.
- InheritanceType - Enum in javax.persistence
- Defines inheritance strategy options.
- Init - Annotation Type in javax.ejb
- Designates a method of a session bean that corresponds to the
create method of an adapted Home interface or an adapted Local
Home interface.
- init(ServletConfig) -
Method in class javax.faces.webapp.FacesServlet
- Acquire the factory instances we will require.
- init(FilterConfig) -
Method in interface javax.servlet.Filter
- Called by the web container to indicate to a filter that it is being placed into
service.
- init(ServletConfig) -
Method in class javax.servlet.GenericServlet
- Called by the servlet container to indicate to a servlet that the
servlet is being placed into service.
- init() -
Method in class javax.servlet.GenericServlet
- A convenience method which can be overridden so that there's no need
to call
super.init(config)
.
- init(ServletConfig) -
Method in interface javax.servlet.Servlet
- Called by the servlet container to indicate to a servlet that the
servlet is being placed into service.
- init(HandlerInfo) -
Method in class javax.xml.rpc.handler.GenericHandler
- The
init
method to enable the Handler instance to
initialize itself.
- init(HandlerInfo) -
Method in interface javax.xml.rpc.handler.Handler
- The
init
method enables the Handler instance to
initialize itself.
- init(Map) -
Method in interface javax.xml.rpc.handler.HandlerChain
- Initializes the configuration for a HandlerChain.
- init(Object) -
Method in interface javax.xml.rpc.server.ServiceLifecycle
- Used for initialization of a service endpoint.
- initCause(Throwable) -
Method in exception javax.xml.registry.JAXRException
- Initializes the cause of this throwable to the specified value.
- initCause(Throwable) -
Method in exception javax.xml.soap.SOAPException
- Initializes the
cause
field of this SOAPException
object with the given Throwable
object.
- initialize(Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean) -
Method in class javax.servlet.jsp.PageContext
-
The initialize method is called to initialize an uninitialized PageContext
so that it may be used by a JSP Implementation class to service an
incoming request and response within it's _jspService() method.
- InitParam - Annotation Type in javax.jws.soap
- Deprecated. As of JSR-181 2.0 with no replacement.
- initView(FacesContext) -
Method in class javax.faces.application.ViewHandler
- Initialize the view for the request processing lifecycle.
- initView(FacesContext) -
Method in class javax.faces.application.ViewHandlerWrapper
- The default behavior of this method is to
call
ViewHandler.initView(javax.faces.context.FacesContext)
on the wrapped ViewHandler
object.
- INLINE -
Static variable in interface javax.mail.Part
- This part should be presented inline.
- INOUT -
Static variable in class javax.xml.rpc.ParameterMode
- INOUT mode for parameter passing
- insertsAreDetected(int) -
Method in interface javax.resource.cci.ResultSetInfo
- Indicates whether or not a visible row insert can be detected
by calling ResultSet.rowInserted.
- inService() -
Method in interface javax.security.jacc.PolicyConfiguration
- This method is used to determine if the policy context whose interface is
this PolicyConfiguration Object is in the "inService" state.
- inService(String) -
Method in class javax.security.jacc.PolicyConfigurationFactory
- This method determines if the identified policy context
exists with state "inService" in the Policy provider
associated with the factory.
- INTEGER_ID -
Static variable in class javax.faces.convert.IntegerConverter
- The message identifier of the
FacesMessage
to be created if
the conversion to Integer
fails.
- IntegerComparisonTerm - Class in javax.mail.search
- This class implements comparisons for integers.
- IntegerComparisonTerm(int, int) -
Constructor for class javax.mail.search.IntegerComparisonTerm
-
- IntegerConverter - Class in javax.faces.convert
Converter
implementation for java.lang.Integer
(and int primitive) values.- IntegerConverter() -
Constructor for class javax.faces.convert.IntegerConverter
-
- IntegerWrapperHolder - Class in javax.xml.rpc.holders
-
- IntegerWrapperHolder() -
Constructor for class javax.xml.rpc.holders.IntegerWrapperHolder
-
- IntegerWrapperHolder(Integer) -
Constructor for class javax.xml.rpc.holders.IntegerWrapperHolder
-
- Interaction - Interface in javax.resource.cci
- The
javax.resource.cci.Interaction
enables a component to
execute EIS functions. - InteractionSpec - Interface in javax.resource.cci
- An InteractionSpec holds properties for driving an Interaction
with an EIS instance.
- Interceptors - Annotation Type in javax.interceptor
- Declares an ordered list of interceptors for a class or method.
- INTERNAL -
Static variable in exception javax.resource.spi.work.WorkException
- Indicates an internal error condition.
- INTERNATIONAL_STRING -
Static variable in interface javax.xml.registry.LifeCycleManager
-
- InternationalString - Interface in javax.xml.registry.infomodel
- This interface represents a String that has been internationalized into several Locales.
- InternetAddress - Class in javax.mail.internet
- This class represents an Internet email address using the syntax
of RFC822.
- InternetAddress() -
Constructor for class javax.mail.internet.InternetAddress
- Default constructor.
- InternetAddress(String) -
Constructor for class javax.mail.internet.InternetAddress
- Constructor.
- InternetAddress(String, boolean) -
Constructor for class javax.mail.internet.InternetAddress
- Parse the given string and create an InternetAddress.
- InternetAddress(String, String) -
Constructor for class javax.mail.internet.InternetAddress
- Construct an InternetAddress given the address and personal name.
- InternetAddress(String, String, String) -
Constructor for class javax.mail.internet.InternetAddress
- Construct an InternetAddress given the address and personal name.
- InternetHeaders - Class in javax.mail.internet
- InternetHeaders is a utility class that manages RFC822 style
headers.
- InternetHeaders() -
Constructor for class javax.mail.internet.InternetHeaders
- Create an empty InternetHeaders object.
- InternetHeaders(InputStream) -
Constructor for class javax.mail.internet.InternetHeaders
- Read and parse the given RFC822 message stream till the
blank line separating the header from the body.
- InternetHeaders.InternetHeader - Class in javax.mail.internet
- An individual internet header.
- InternetHeaders.InternetHeader(String) -
Constructor for class javax.mail.internet.InternetHeaders.InternetHeader
- Constructor that takes a line and splits out
the header name.
- InternetHeaders.InternetHeader(String, String) -
Constructor for class javax.mail.internet.InternetHeaders.InternetHeader
- Constructor that takes a header name and value.
- IntHolder - Class in javax.xml.rpc.holders
-
- IntHolder() -
Constructor for class javax.xml.rpc.holders.IntHolder
-
- IntHolder(int) -
Constructor for class javax.xml.rpc.holders.IntHolder
-
- invalid -
Variable in class javax.mail.event.TransportEvent
-
- invalid -
Variable in exception javax.mail.SendFailedException
-
- INVALID_MESSAGE_ID -
Static variable in class javax.faces.component.UISelectMany
- The message identifier of the
FacesMessage
to be created if
a value not matching the available options is specified.
- INVALID_MESSAGE_ID -
Static variable in class javax.faces.component.UISelectOne
- The message identifier of the
FacesMessage
to be created if
a value not matching the available options is specified.
- invalidate() -
Method in interface javax.servlet.http.HttpSession
- Invalidates this session then unbinds any objects bound
to it.
- InvalidClientIDException - Exception in javax.jms
- This exception must be thrown when a
client attempts to set a connection's client ID to a value that
is rejected by a provider.
- InvalidClientIDException(String, String) -
Constructor for exception javax.jms.InvalidClientIDException
- Constructs an
InvalidClientIDException
with the specified
reason and error code.
- InvalidClientIDException(String) -
Constructor for exception javax.jms.InvalidClientIDException
- Constructs an
InvalidClientIDException
with the specified
reason.
- InvalidDestinationException - Exception in javax.jms
- This exception must be thrown when a
destination either is not understood by a provider or is no
longer valid.
- InvalidDestinationException(String, String) -
Constructor for exception javax.jms.InvalidDestinationException
- Constructs an
InvalidDestinationException
with the specified
reason and error code.
- InvalidDestinationException(String) -
Constructor for exception javax.jms.InvalidDestinationException
- Constructs an
InvalidDestinationException
with the specified
reason.
- InvalidModuleException - Exception in javax.enterprise.deploy.spi.exceptions
- This exception is to report an invalid J2EE deployment
module type.
- InvalidModuleException(String) -
Constructor for exception javax.enterprise.deploy.spi.exceptions.InvalidModuleException
- Creates an new InvalidModuleException object.
- InvalidPropertyException - Exception in javax.resource.spi
- This exception is thrown to indicate invalid configuration
property settings.
- InvalidPropertyException() -
Constructor for exception javax.resource.spi.InvalidPropertyException
- Create a InvalidPropertyException.
- InvalidPropertyException(String) -
Constructor for exception javax.resource.spi.InvalidPropertyException
- Create a InvalidPropertyException.
- InvalidPropertyException(Throwable) -
Constructor for exception javax.resource.spi.InvalidPropertyException
- Constructs a new throwable with the specified cause.
- InvalidPropertyException(String, Throwable) -
Constructor for exception javax.resource.spi.InvalidPropertyException
- Constructs a new throwable with the specified detail message and cause.
- InvalidPropertyException(String, String) -
Constructor for exception javax.resource.spi.InvalidPropertyException
- Constructs a new throwable with the specified detail message and
an error code.
- InvalidRequestException - Exception in javax.xml.registry
- This exception is thrown when a JAXR client attempts to invoke an API method
that is not valid for some reason.
- InvalidRequestException() -
Constructor for exception javax.xml.registry.InvalidRequestException
- Constructs a
JAXRException
object with no
reason or embedded Throwable.
- InvalidRequestException(String) -
Constructor for exception javax.xml.registry.InvalidRequestException
- Constructs a
JAXRException
object with the given
String
as the reason for the exception being thrown.
- InvalidRequestException(String, Throwable) -
Constructor for exception javax.xml.registry.InvalidRequestException
- 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.
- InvalidRequestException(Throwable) -
Constructor for exception javax.xml.registry.InvalidRequestException
- Constructs a
JAXRException
object initialized
with the given Throwable
object.
- InvalidSelectorException - Exception in javax.jms
- This exception must be thrown when a
JMS client attempts to give a provider a message selector with
invalid syntax.
- InvalidSelectorException(String, String) -
Constructor for exception javax.jms.InvalidSelectorException
- Constructs an
InvalidSelectorException
with the specified
reason and error code.
- InvalidSelectorException(String) -
Constructor for exception javax.jms.InvalidSelectorException
- Constructs an
InvalidSelectorException
with the specified
reason.
- InvalidTransactionException - Exception in javax.transaction
- This exception indicates that the request carried an invalid transaction
context.
- InvalidTransactionException() -
Constructor for exception javax.transaction.InvalidTransactionException
-
- InvalidTransactionException(String) -
Constructor for exception javax.transaction.InvalidTransactionException
-
- InvocationContext - Interface in javax.interceptor
- Context information passed to AroundInvoke and
Interceptor-class lifecycle callback methods.
- invoke(ELContext, Object[]) -
Method in class javax.el.MethodExpression
- If a String literal is specified as the expression, returns the
String literal coerced to the expected return type of the method
signature.
- invoke(FacesContext, Object[]) -
Method in class javax.faces.el.MethodBinding
- Deprecated. Return the return value (if any) resulting from a call to the
method identified by this method binding expression, passing it
the specified parameters, relative to the specified
FacesContext
.
- invoke(ObjectName, String, Object[], String[]) -
Method in interface javax.management.j2ee.Management
- Invokes an operation on a managed object.
- invoke(Writer) -
Method in class javax.servlet.jsp.tagext.JspFragment
- Executes the fragment and directs all output to the given Writer,
or the JspWriter returned by the getOut() method of the JspContext
associated with the fragment if out is null.
- invoke(Object[]) -
Method in interface javax.xml.rpc.Call
- Invokes a specific operation using a synchronous request-response
interaction mode.
- invoke(QName, Object[]) -
Method in interface javax.xml.rpc.Call
- Invokes a specific operation using a synchronous request-response
interaction mode.
- invoke(T) -
Method in interface javax.xml.ws.Dispatch
- Invoke a service operation synchronously.
- invoke(T) -
Method in interface javax.xml.ws.Provider
- Invokes an operation occording to the contents of the request
message.
- INVOKE_APPLICATION -
Static variable in class javax.faces.event.PhaseId
- Identifier that indicates an interest in events queued for
the Invoke Application phase of the request
processing lifecycle.
- invokeAsync(T) -
Method in interface javax.xml.ws.Dispatch
- Invoke a service operation asynchronously.
- invokeAsync(T, AsyncHandler<T>) -
Method in interface javax.xml.ws.Dispatch
- Invoke a service operation asynchronously.
- invokeContextCallback(FacesContext, UIComponent) -
Method in interface javax.faces.component.ContextCallback
- This method will be called by an implementation of
UIComponent.invokeOnComponent(javax.faces.context.FacesContext, java.lang.String, javax.faces.component.ContextCallback)
and must be passed the component
with the clientId
given as an argument to
invokeOnComponent
.
- invokeOnComponent(FacesContext, String, ContextCallback) -
Method in class javax.faces.component.UIComponent
- Starting at this component in the View hierarchy, search for a
component with a
clientId
equal to the argument
clientId
and, if found, call the ContextCallback.invokeContextCallback(javax.faces.context.FacesContext, javax.faces.component.UIComponent)
method on the argument
callback
, passing the current FacesContext
and the found component as arguments.
- invokeOnComponent(FacesContext, String, ContextCallback) -
Method in class javax.faces.component.UIComponentBase
Starting at this component in the View hierarchy, search for a
component with a clientId
equal to the argument
clientId
and, if found, call the ContextCallback.invokeContextCallback(javax.faces.context.FacesContext, javax.faces.component.UIComponent)
method on the argument
callback
, passing the current FacesContext
and the found component as arguments.
- invokeOnComponent(FacesContext, String, ContextCallback) -
Method in class javax.faces.component.UIData
- Override behavior from
UIComponentBase.invokeOnComponent(javax.faces.context.FacesContext, java.lang.String, javax.faces.component.ContextCallback)
to provide special care for
positioning the data properly before finding the component and
invoking the callback on it.
- invokeOneWay(Object[]) -
Method in interface javax.xml.rpc.Call
- Invokes a remote method using the one-way interaction mode.
- invokeOneWay(T) -
Method in interface javax.xml.ws.Dispatch
- Invokes a service operation using the one-way
interaction mode.
- IS_COALESCING -
Static variable in class javax.xml.stream.XMLInputFactory
- The property that requires the parser to coalesce adjacent character data sections
- IS_NAMESPACE_AWARE -
Static variable in class javax.xml.stream.XMLInputFactory
- The property used to turn on/off namespace support,
this is to support XML 1.0 documents,
only the true setting must be supported
- IS_REPAIRING_NAMESPACES -
Static variable in class javax.xml.stream.XMLOutputFactory
- Property used to set prefix defaulting on the output side
- IS_REPLACING_ENTITY_REFERENCES -
Static variable in class javax.xml.stream.XMLInputFactory
- Requires the parser to replace internal
entity references with their replacement
text and report them as characters
- IS_SUPPORTING_EXTERNAL_ENTITIES -
Static variable in class javax.xml.stream.XMLInputFactory
- The property that requires the parser to resolve external parsed entities
- IS_VALIDATING -
Static variable in class javax.xml.stream.XMLInputFactory
- The property used to turn on/off implementation specific validation
- isActive() -
Method in interface javax.persistence.EntityTransaction
- Indicate whether a transaction is in progress.
- isAddEvent() -
Method in class javax.enterprise.deploy.model.XpathEvent
- Is this an add event?
- isAppropriateListener(FacesListener) -
Method in class javax.faces.event.ActionEvent
-
- isAppropriateListener(FacesListener) -
Method in class javax.faces.event.FacesEvent
- Return
true
if this FacesListener
is an instance
of a listener class that this event supports.
- isAppropriateListener(FacesListener) -
Method in class javax.faces.event.ValueChangeEvent
-
- isAttribute() -
Method in interface javax.xml.stream.events.XMLEvent
- A utility function to check if this event is an Attribute.
- isAttributeSpecified(int) -
Method in class javax.xml.stream.util.StreamReaderDelegate
-
- isAttributeSpecified(int) -
Method in interface javax.xml.stream.XMLStreamReader
- Returns a boolean which indicates if this
attribute was created by default
- isAutoFlush() -
Method in class javax.servlet.jsp.JspWriter
- This method indicates whether the JspWriter is autoFlushing.
- isAvailable() -
Method in exception javax.xml.registry.JAXRException
- Returns true if a response is available, false otherwise.
- isAvailable() -
Method in interface javax.xml.registry.JAXRResponse
- Returns true if a response is available, false otherwise.
- isCallerInRole(Identity) -
Method in interface javax.ejb.EJBContext
- Deprecated. Use boolean isCallerInRole(String roleName) instead.
- isCallerInRole(String) -
Method in interface javax.ejb.EJBContext
- Test if the caller has a given security role.
- isCancelSupported() -
Method in interface javax.enterprise.deploy.spi.status.ProgressObject
- Tests whether the vendor supports a cancel
opertation for deployment activities.
- isCData() -
Method in interface javax.xml.stream.events.Characters
- Returns true if this is a CData section.
- isChangeEvent() -
Method in class javax.enterprise.deploy.model.XpathEvent
- Is this a change event?
- isCharacters() -
Method in interface javax.xml.stream.events.XMLEvent
- A utility function to check if this event is Characters.
- isCharacters() -
Method in class javax.xml.stream.util.StreamReaderDelegate
-
- isCharacters() -
Method in interface javax.xml.stream.XMLStreamReader
- Returns true if the cursor points to a character data event
- isClosed() -
Method in interface javax.xml.registry.Connection
- Indicated whether this Connection has been closed or not.
- isComment() -
Method in interface javax.xml.soap.Text
- Retrieves whether this
Text
object represents a comment.
- isCommitted() -
Method in interface javax.servlet.ServletResponse
- Returns a boolean indicating if the response has been
committed.
- isCommitted() -
Method in class javax.servlet.ServletResponseWrapper
- The default behavior of this method is to return isCommitted()
on the wrapped response object.
- isComplete() -
Method in class javax.mail.internet.MimeMultipart
- Return true if the final boundary line for this
multipart was seen.
- isCompleted() -
Method in interface javax.enterprise.deploy.spi.status.DeploymentStatus
- A convience method to report if the operation is
in the completed state.
- isConfirmed() -
Method in interface javax.xml.registry.infomodel.Association
- Determines whether an Association has been confirmed completely.
- isConfirmedBySourceOwner() -
Method in interface javax.xml.registry.infomodel.Association
- Determines whether an Association has been confirmed by the owner of the source object.
- isConfirmedByTargetOwner() -
Method in interface javax.xml.registry.infomodel.Association
- Determines whether an Association has been confirmed by the owner of the target object.
- isConnected() -
Method in class javax.mail.Service
- Is this service currently connected?
- isDataFlavorSupported(DataFlavor) -
Method in class javax.activation.DataHandler
- Returns whether the specified data flavor is supported
for this object.
- isDConfigBeanVersionSupported(DConfigBeanVersionType) -
Method in interface javax.enterprise.deploy.spi.DeploymentManager
- Returns 'true' if the configuration beans support the J2EE platform
version specified.
- isDefaultNamespaceDeclaration() -
Method in interface javax.xml.stream.events.Namespace
- returns true if this attribute declares the default namespace
- isDeferredMethod() -
Method in class javax.servlet.jsp.tagext.TagAttributeInfo
- Returns
true
if this attribute is to be passed a
MethodExpression
so that expression evaluation
can be deferred.
- isDeferredValue() -
Method in class javax.servlet.jsp.tagext.TagAttributeInfo
- Returns
true
if this attribute is to be passed a
ValueExpression
so that expression evaluation
can be deferred.
- isDeliveryTransacted(Method) -
Method in interface javax.resource.spi.endpoint.MessageEndpointFactory
- This is used to find out whether message deliveries to a target method
on a message listener interface that is implemented by a message
endpoint will be transacted or not.
- isDisabled() -
Method in class javax.faces.component.html.HtmlCommandButton
- Return the value of the
disabled
property.
- isDisabled() -
Method in class javax.faces.component.html.HtmlCommandLink
- Return the value of the
disabled
property.
- isDisabled() -
Method in class javax.faces.component.html.HtmlInputSecret
- Return the value of the
disabled
property.
- isDisabled() -
Method in class javax.faces.component.html.HtmlInputText
- Return the value of the
disabled
property.
- isDisabled() -
Method in class javax.faces.component.html.HtmlInputTextarea
- Return the value of the
disabled
property.
- isDisabled() -
Method in class javax.faces.component.html.HtmlOutputLink
- Return the value of the
disabled
property.
- isDisabled() -
Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
- Return the value of the
disabled
property.
- isDisabled() -
Method in class javax.faces.component.html.HtmlSelectManyCheckbox
- Return the value of the
disabled
property.
- isDisabled() -
Method in class javax.faces.component.html.HtmlSelectManyListbox
- Return the value of the
disabled
property.
- isDisabled() -
Method in class javax.faces.component.html.HtmlSelectManyMenu
- Return the value of the
disabled
property.
- isDisabled() -
Method in class javax.faces.component.html.HtmlSelectOneListbox
- Return the value of the
disabled
property.
- isDisabled() -
Method in class javax.faces.component.html.HtmlSelectOneMenu
- Return the value of the
disabled
property.
- isDisabled() -
Method in class javax.faces.component.html.HtmlSelectOneRadio
- Return the value of the
disabled
property.
- isDisabled() -
Method in class javax.faces.model.SelectItem
- Return the disabled flag for this item, which should modify the
rendered output to make this item unavailable for selection by the user
if set to
true
.
- isElement(Object) -
Method in class javax.xml.bind.JAXBIntrospector
- Return true iff
object
represents a JAXB element.
- isEmpty() -
Method in class javax.activation.MimeTypeParameterList
- Determine whether or not this list is empty.
- isEndDocument() -
Method in interface javax.xml.stream.events.XMLEvent
- A utility function to check if this event is an EndDocument.
- isEndElement() -
Method in interface javax.xml.stream.events.XMLEvent
- A utility function to check if this event is a EndElement.
- isEndElement() -
Method in class javax.xml.stream.util.StreamReaderDelegate
-
- isEndElement() -
Method in interface javax.xml.stream.XMLStreamReader
- Returns true if the cursor points to an end tag (otherwise false)
- isEntityReference() -
Method in interface javax.xml.stream.events.XMLEvent
- A utility function to check if this event is an EntityReference.
- isEscape() -
Method in class javax.faces.component.html.HtmlOutputFormat
- Return the value of the
escape
property.
- isEscape() -
Method in class javax.faces.component.html.HtmlOutputLabel
- Return the value of the
escape
property.
- isEscape() -
Method in class javax.faces.component.html.HtmlOutputText
- Return the value of the
escape
property.
- isEscape() -
Method in class javax.faces.model.SelectItem
- Getter for property escape.
- isExpunged() -
Method in class javax.mail.Message
- Checks whether this message is expunged.
- isExternal() -
Method in interface javax.xml.registry.infomodel.Classification
- Returns true if this is an external classification.
- isExternal() -
Method in interface javax.xml.registry.infomodel.ClassificationScheme
- Determines whether this ClassificationScheme is an external ClassificationScheme
or an internal ClassificationScheme.
- isExtramural() -
Method in interface javax.xml.registry.infomodel.Association
- Determines whether an Association is extramural or not.
- isFailed() -
Method in interface javax.enterprise.deploy.spi.status.DeploymentStatus
- A convience method to report if the operation is
in the failed state.
- isFormattedOutput() -
Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- Convenience method for getting the formatted output flag.
- isFragment() -
Method in class javax.servlet.jsp.tagext.TagAttributeInfo
- Whether this attribute is of type JspFragment.
- isFragment() -
Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- Convenience method for getting the fragment flag.
- isGlobalOnly() -
Method in class javax.faces.component.UIMessages
- Return the flag indicating whether only global messages (that
is, messages with no associated client identifier) should be
rendered.
- isGlobalScope() -
Method in class javax.xml.bind.JAXBElement
- Returns true iff this xml element declaration is global.
- isGroup() -
Method in class javax.mail.internet.InternetAddress
- Indicates whether this address is an RFC 822 group address.
- isGroupingUsed() -
Method in class javax.faces.convert.NumberConverter
- Return
true
if getAsString
should include
grouping separators if necessary.
- isIdentical(EJBLocalObject) -
Method in interface javax.ejb.EJBLocalObject
- Test if a given EJB local object is identical to the invoked EJB
local object.
- isIdentical(EJBObject) -
Method in interface javax.ejb.EJBObject
- Test if a given EJB object is identical to the invoked EJB object.
- isIgnorableWhiteSpace() -
Method in interface javax.xml.stream.events.Characters
- Return true if this is ignorableWhiteSpace.
- isImmediate() -
Method in interface javax.faces.component.ActionSource
- Return a flag indicating that the default
ActionListener
provided by the JavaServer Faces implementation should be executed
immediately (that is, during Apply Request Values phase
of the request processing lifecycle), rather than waiting until the
Invoke Application phase.
- isImmediate() -
Method in interface javax.faces.component.EditableValueHolder
- Return the "immediate" state for this component.
- isImmediate() -
Method in class javax.faces.component.UICommand
-
- isImmediate() -
Method in class javax.faces.component.UIInput
-
- isIntegerOnly() -
Method in class javax.faces.convert.NumberConverter
- Return
true
if only the integer portion of the given
value should be returned from getAsObject()
.
- isIsmap() -
Method in class javax.faces.component.html.HtmlGraphicImage
- Return the value of the
ismap
property.
- isItemDisabled() -
Method in class javax.faces.component.UISelectItem
- Return the disabled setting for this selection item.
- isItemEscaped() -
Method in class javax.faces.component.UISelectItem
- Return the escape setting for the label of this selection item.
- isLiteralText() -
Method in class javax.el.Expression
- Returns whether this expression was created from only literal text.
- isLocaleSupported(Locale) -
Method in interface javax.enterprise.deploy.spi.DeploymentManager
- Reports if this implementation supports the designated locale.
- isLocalValueSet() -
Method in interface javax.faces.component.EditableValueHolder
- Return the "local value set" state for this component.
- isLocalValueSet() -
Method in class javax.faces.component.UIInput
- Return the "local value set" state for this component.
- isMimeType(String) -
Method in class javax.mail.internet.MimeBodyPart
- Is this Part of the specified MIME type?
- isMimeType(String) -
Method in class javax.mail.internet.MimeMessage
- Is this Part of the specified MIME type?
- isMimeType(String) -
Method in interface javax.mail.Part
- Is this Part of the specified MIME type?
- isMimeTypeEqual(String) -
Method in class javax.activation.ActivationDataFlavor
- Is the string representation of the MIME type passed in equivalent
to the MIME type of this DataFlavor.
- isMTOMEnabled() -
Method in interface javax.xml.ws.soap.SOAPBinding
- Returns
true
if the use of MTOM is enabled.
- isNamespace() -
Method in interface javax.xml.stream.events.XMLEvent
- A utility function to check if this event is a Namespace.
- isNew() -
Method in interface javax.servlet.http.HttpSession
- Returns
true
if the client does not yet know about the
session or if the client chooses not to join the session.
- isNil() -
Method in class javax.xml.bind.JAXBElement
- Returns true iff this element instance content model
is nil.
- isOpaque() -
Method in interface javax.xml.registry.infomodel.ExtrinsicObject
- Determines whether the ExtrinsicObject is opaque (not readable) by the registry operator.
- isOpen() -
Method in class javax.mail.Folder
- Indicates whether this Folder is in the 'open' state.
- isOpen() -
Method in interface javax.persistence.EntityManager
- Determine whether the EntityManager is open.
- isOpen() -
Method in interface javax.persistence.EntityManagerFactory
- Indicates whether or not this factory is open.
- isParameterAndReturnSpecRequired(QName) -
Method in interface javax.xml.rpc.Call
- Indicates whether
addParameter
and
setReturnType
methods
are to be invoked to specify the parameter and return type
specification for a specific operation.
- isPartialResponse() -
Method in interface javax.xml.registry.BulkResponse
- Determines whether the response is a partial response due to large result set.
- isPermanent() -
Method in exception javax.servlet.UnavailableException
- Returns a
boolean
indicating
whether the servlet is permanently unavailable.
- isPostback(FacesContext) -
Method in class javax.faces.render.ResponseStateManager
- Return true if the current request is a postback.
- isPrependId() -
Method in class javax.faces.component.UIForm
-
- isProcessingInstruction() -
Method in interface javax.xml.stream.events.XMLEvent
- A utility function to check if this event is a ProcessingInstruction.
- isPropertyResolved() -
Method in class javax.el.ELContext
- Returns whether an
ELResolver
has successfully resolved a
given (base, property) pair.
- isPropertySupported(String) -
Method in class javax.xml.stream.XMLInputFactory
- Query the set of properties that this factory supports.
- isPropertySupported(String) -
Method in class javax.xml.stream.XMLOutputFactory
- Query the set of properties that this factory supports.
- isPublished() -
Method in class javax.xml.ws.Endpoint
- Returns true if the endpoint is in the published state.
- isReadOnly(ELContext, Object, Object) -
Method in class javax.el.ArrayELResolver
- If the base object is a Java language array, returns whether a call to
ArrayELResolver.setValue(javax.el.ELContext, java.lang.Object, java.lang.Object, java.lang.Object)
will always fail.
- isReadOnly() -
Method in class javax.el.BeanELResolver.BeanProperty
-
- isReadOnly(ELContext, Object, Object) -
Method in class javax.el.BeanELResolver
- If the base object is not
null
, returns whether a call
to BeanELResolver.setValue(javax.el.ELContext, java.lang.Object, java.lang.Object, java.lang.Object)
will always fail.
- isReadOnly(ELContext, Object, Object) -
Method in class javax.el.CompositeELResolver
- For a given
base
and property
, attempts to
determine whether a call to CompositeELResolver.setValue(javax.el.ELContext, java.lang.Object, java.lang.Object, java.lang.Object)
will always fail.
- isReadOnly(ELContext, Object, Object) -
Method in class javax.el.ELResolver
- For a given
base
and property
, attempts to
determine whether a call to ELResolver.setValue(javax.el.ELContext, java.lang.Object, java.lang.Object, java.lang.Object)
will always fail.
- isReadOnly(ELContext, Object, Object) -
Method in class javax.el.ListELResolver
- If the base object is a list, returns whether a call to
ListELResolver.setValue(javax.el.ELContext, java.lang.Object, java.lang.Object, java.lang.Object)
will always fail.
- isReadOnly(ELContext, Object, Object) -
Method in class javax.el.MapELResolver
- If the base object is a map, returns whether a call to
MapELResolver.setValue(javax.el.ELContext, java.lang.Object, java.lang.Object, java.lang.Object)
will always fail.
- isReadOnly(ELContext, Object, Object) -
Method in class javax.el.ResourceBundleELResolver
- If the base object is not null and an instanceof
ResourceBundle
,
return true
.
- isReadOnly(ELContext) -
Method in class javax.el.ValueExpression
- Evaluates the expression relative to the provided context, and
returns
true
if a call to ValueExpression.setValue(javax.el.ELContext, java.lang.Object)
will
always fail.
- isReadonly() -
Method in class javax.faces.component.html.HtmlCommandButton
- Return the value of the
readonly
property.
- isReadonly() -
Method in class javax.faces.component.html.HtmlInputSecret
- Return the value of the
readonly
property.
- isReadonly() -
Method in class javax.faces.component.html.HtmlInputText
- Return the value of the
readonly
property.
- isReadonly() -
Method in class javax.faces.component.html.HtmlInputTextarea
- Return the value of the
readonly
property.
- isReadonly() -
Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
- Return the value of the
readonly
property.
- isReadonly() -
Method in class javax.faces.component.html.HtmlSelectManyCheckbox
- Return the value of the
readonly
property.
- isReadonly() -
Method in class javax.faces.component.html.HtmlSelectManyListbox
- Return the value of the
readonly
property.
- isReadonly() -
Method in class javax.faces.component.html.HtmlSelectManyMenu
- Return the value of the
readonly
property.
- isReadonly() -
Method in class javax.faces.component.html.HtmlSelectOneListbox
- Return the value of the
readonly
property.
- isReadonly() -
Method in class javax.faces.component.html.HtmlSelectOneMenu
- Return the value of the
readonly
property.
- isReadonly() -
Method in class javax.faces.component.html.HtmlSelectOneRadio
- Return the value of the
readonly
property.
- isReadOnly(Object, Object) -
Method in class javax.faces.el.PropertyResolver
- Deprecated. Checks if the specified property is read-only.
- isReadOnly(Object, int) -
Method in class javax.faces.el.PropertyResolver
- Deprecated. Checks if the specified index is read-only.
- isReadOnly(FacesContext) -
Method in class javax.faces.el.ValueBinding
- Deprecated. Return
true
if the specified property of the specified
property is known to be immutable; otherwise, return
false
.
- isReadOnly(ELContext, Object, Object) -
Method in class javax.servlet.jsp.el.ImplicitObjectELResolver
- If the base object is
null
, and the property matches
the name of a JSP implicit object, returns true
to indicate that implicit objects cannot be overwritten.
- isReadOnly(ELContext, Object, Object) -
Method in class javax.servlet.jsp.el.ScopedAttributeELResolver
- If the base object is
null
, returns false
to indicate that scoped attributes are never read-only.
- isRedeploySupported() -
Method in interface javax.enterprise.deploy.spi.DeploymentManager
- This method designates whether this platform vendor provides
application redeployment functionality.
- isRedisplay() -
Method in class javax.faces.component.html.HtmlInputSecret
- Return the value of the
redisplay
property.
- isRegistered(ObjectName) -
Method in interface javax.management.j2ee.Management
- Checks whether a managed object, identified by its object name, is already registered
with the MEJB.
- isRegistered(Class, QName) -
Method in interface javax.xml.rpc.encoding.TypeMapping
- Checks whether or not type mapping between specified XML
type and Java type is registered.
- isRemoved() -
Method in class javax.mail.event.MessageCountEvent
- Indicates whether this event is the result of an explicit
expunge by this client, or due to an expunge from external
sources.
- isRemoveEvent() -
Method in class javax.enterprise.deploy.model.XpathEvent
- Is this a remove event?
- isRendered() -
Method in class javax.faces.component.UIComponent
- Return
true
if this component (and its children)
should be rendered during the Render Response phase
of the request processing lifecycle.
- isRendered() -
Method in class javax.faces.component.UIComponentBase
-
- isRequestedSessionIdFromCookie() -
Method in interface javax.servlet.http.HttpServletRequest
- Checks whether the requested session ID came in as a cookie.
- isRequestedSessionIdFromCookie() -
Method in class javax.servlet.http.HttpServletRequestWrapper
- The default behavior of this method is to return isRequestedSessionIdFromCookie()
on the wrapped request object.
- isRequestedSessionIdFromURL() -
Method in interface javax.servlet.http.HttpServletRequest
- Checks whether the requested session ID came in as part of the
request URL.
- isRequestedSessionIdFromUrl() -
Method in interface javax.servlet.http.HttpServletRequest
- Deprecated. As of Version 2.1 of the Java Servlet
API, use
HttpServletRequest.isRequestedSessionIdFromURL()
instead.
- isRequestedSessionIdFromURL() -
Method in class javax.servlet.http.HttpServletRequestWrapper
- The default behavior of this method is to return isRequestedSessionIdFromURL()
on the wrapped request object.
- isRequestedSessionIdFromUrl() -
Method in class javax.servlet.http.HttpServletRequestWrapper
- The default behavior of this method is to return isRequestedSessionIdFromUrl()
on the wrapped request object.
- isRequestedSessionIdValid() -
Method in interface javax.servlet.http.HttpServletRequest
- Checks whether the requested session ID is still valid.
- isRequestedSessionIdValid() -
Method in class javax.servlet.http.HttpServletRequestWrapper
- The default behavior of this method is to return isRequestedSessionIdValid()
on the wrapped request object.
- isRequired() -
Method in interface javax.faces.component.EditableValueHolder
- Return the "required field" state for this component.
- isRequired() -
Method in class javax.faces.component.UIInput
- Return the "required field" state for this component.
- isRequired() -
Method in class javax.servlet.jsp.tagext.TagAttributeInfo
- Whether this attribute is required.
- isRowAvailable() -
Method in class javax.faces.component.UIData
- Return a flag indicating whether there is
rowData
available at the current rowIndex
.
- isRowAvailable() -
Method in class javax.faces.model.ArrayDataModel
- Return
true
if there is wrappedData
available, and the current value of rowIndex
is greater
than or equal to zero, and less than the length of the array.
- isRowAvailable() -
Method in class javax.faces.model.DataModel
- Return a flag indicating whether there is
rowData
available at the current rowIndex
.
- isRowAvailable() -
Method in class javax.faces.model.ListDataModel
- Return
true
if there is wrappedData
available, and the current value of rowIndex
is greater
than or equal to zero, and less than the size of the list.
- isRowAvailable() -
Method in class javax.faces.model.ResultDataModel
- Return
true
if there is wrappedData
available, and the current value of rowIndex
is greater
than or equal to zero, and less than the length of the array returned
by calling getRows()
on the underlying Result
.
- isRowAvailable() -
Method in class javax.faces.model.ResultSetDataModel
- Return
true
if there is wrappedData
available, and the result of calling absolute()
on the
underlying ResultSet
, passing the current value of
rowIndex
plus one (to account for the fact that
ResultSet
uses one-relative indexing), returns
true
.
- isRowAvailable() -
Method in class javax.faces.model.ScalarDataModel
- Return
true
if there is wrappedData
available, and the current value of rowIndex
is zero.
- isRunning() -
Method in interface javax.enterprise.deploy.spi.status.DeploymentStatus
- A convience method to report if the operation is
in the running state.
- isSameRM(XAResource) -
Method in interface javax.transaction.xa.XAResource
- This method is called to determine if the resource manager
instance represented by the target object is the same as the
resouce manager instance represented by the parameter xares.
- isSavingStateInClient(FacesContext) -
Method in class javax.faces.application.StateManager
-
- isSavingStateInClient(FacesContext) -
Method in class javax.faces.application.StateManagerWrapper
- The default behavior of this method is to
call
StateManager.isSavingStateInClient(javax.faces.context.FacesContext)
on the wrapped StateManager
object.
- isSecure() -
Method in interface javax.servlet.ServletRequest
- Returns a boolean indicating whether this request was made using a
secure channel, such as HTTPS.
- isSecure() -
Method in class javax.servlet.ServletRequestWrapper
- The default behavior of this method is to return isSecure()
on the wrapped request object.
- isSelected() -
Method in class javax.faces.component.UISelectBoolean
- Return the local value of the selected state of this component.
- isSession() -
Method in interface javax.ejb.EJBMetaData
- Test if the enterprise Bean's type is "session".
- isSet(Flags.Flag) -
Method in class javax.mail.internet.MimeMessage
- Check whether the flag specified in the
flag
argument is set in this message.
- isSet(Flags.Flag) -
Method in class javax.mail.Message
- Check whether the flag specified in the
flag
argument is set in this message.
- isShowDetail() -
Method in class javax.faces.component.UIMessage
- Return the flag indicating whether the
detail
property of the associated message(s) should be displayed.
- isShowDetail() -
Method in class javax.faces.component.UIMessages
- Return the flag indicating whether the
detail
property of the associated message(s) should be displayed.
- isShowSummary() -
Method in class javax.faces.component.UIMessage
- Return the flag indicating whether the
summary
property of the associated message(s) should be displayed.
- isShowSummary() -
Method in class javax.faces.component.UIMessages
- Return the flag indicating whether the
summary
property of the associated message(s) should be displayed.
- isSpecified() -
Method in interface javax.xml.stream.events.Attribute
- A flag indicating whether this attribute was actually
specified in the start-tag of its element, or was defaulted from the schema.
- isStandalone() -
Method in interface javax.xml.stream.events.StartDocument
- Returns if this XML is standalone
- isStandalone() -
Method in class javax.xml.stream.util.StreamReaderDelegate
-
- isStandalone() -
Method in interface javax.xml.stream.XMLStreamReader
- Get the standalone declaration from the xml declaration
- isStartDocument() -
Method in interface javax.xml.stream.events.XMLEvent
- A utility function to check if this event is a StartDocument.
- isStartElement() -
Method in interface javax.xml.stream.events.XMLEvent
- A utility function to check if this event is a StartElement.
- isStartElement() -
Method in class javax.xml.stream.util.StreamReaderDelegate
-
- isStartElement() -
Method in interface javax.xml.stream.XMLStreamReader
- Returns true if the cursor points to a start tag (otherwise false)
- isStatelessSession() -
Method in interface javax.ejb.EJBMetaData
- Test if the enterprise Bean's type is "stateless session".
- isStopSupported() -
Method in interface javax.enterprise.deploy.spi.status.ProgressObject
- Tests whether the vendor supports a stop
opertation for deployment activities.
- isSubmitted() -
Method in class javax.faces.component.UIForm
- Returns the current value of the
submitted
property.
- isSubscribed() -
Method in class javax.mail.Folder
- Returns true if this Folder is subscribed.
- isSuppressed() -
Method in class javax.faces.webapp.UIComponentTag
- Deprecated.
- isSynchronous() -
Method in interface javax.xml.registry.Connection
- Indicates whether a client uses synchronous communication with JAXR provider or not.
- isTooltip() -
Method in class javax.faces.component.html.HtmlMessage
- Return the value of the
tooltip
property.
- isTooltip() -
Method in class javax.faces.component.html.HtmlMessages
- Return the value of the
tooltip
property.
- isTransactional() -
Method in interface javax.management.j2ee.statistics.JMSConnectionStats
- Returns the transactional state of this JMS connection.
- isTransient() -
Method in interface javax.faces.component.StateHolder
- If true, the Object implementing this interface must not
participate in state saving or restoring.
- isTransient() -
Method in class javax.faces.component.UIComponentBase
-
- isTransient() -
Method in class javax.faces.convert.DateTimeConverter
-
- isTransient() -
Method in class javax.faces.convert.EnumConverter
-
- isTransient() -
Method in class javax.faces.convert.NumberConverter
-
- isTransient() -
Method in class javax.faces.event.MethodExpressionActionListener
-
- isTransient() -
Method in class javax.faces.event.MethodExpressionValueChangeListener
-
- isTransient() -
Method in class javax.faces.validator.DoubleRangeValidator
-
- isTransient() -
Method in class javax.faces.validator.LengthValidator
-
- isTransient() -
Method in class javax.faces.validator.LongRangeValidator
-
- isTransient() -
Method in class javax.faces.validator.MethodExpressionValidator
-
- isTypeSubstituted() -
Method in class javax.xml.bind.JAXBElement
- Returns true iff this xml element instance's value has a different
type than xml element declaration's declared type.
- isUserInRole(String) -
Method in class javax.faces.context.ExternalContext
- Return
true
if the currently authenticated user is
included in the specified role.
- isUserInRole(String) -
Method in interface javax.servlet.http.HttpServletRequest
- Returns a boolean indicating whether the authenticated user is included
in the specified logical "role".
- isUserInRole(String) -
Method in class javax.servlet.http.HttpServletRequestWrapper
- The default behavior of this method is to return isUserInRole(String role)
on the wrapped request object.
- isUserInRole(String) -
Method in interface javax.xml.rpc.server.ServletEndpointContext
- Returns a boolean indicating whether the authenticated user
for the current method invocation on the endpoint instance
is included in the specified logical "role".
- isUserInRole(String) -
Method in interface javax.xml.ws.WebServiceContext
- Returns a boolean indicating whether the
authenticated user is included in the specified
logical role.
- isValid() -
Method in interface javax.faces.component.EditableValueHolder
- Return a flag indicating whether the local value of this component
is valid (no conversion error has occurred).
- isValid() -
Method in class javax.faces.component.UIInput
-
- isValid(TagData) -
Method in class javax.servlet.jsp.tagext.TagExtraInfo
- Translation-time validation of the attributes.
- isValid(TagData) -
Method in class javax.servlet.jsp.tagext.TagInfo
- Translation-time validation of the attributes.
- isValidating() -
Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- Indicates whether or not the Unmarshaller is configured to validate
during unmarshal operations.
- isValidating() -
Method in interface javax.xml.bind.Unmarshaller
- Deprecated. since JAXB2.0, please see
Unmarshaller.getSchema()
- isValueReference(String) -
Static method in class javax.faces.webapp.UIComponentTag
- Deprecated. Return
true
if the specified value conforms to the
syntax requirements of a value binding expression.
- isWhiteSpace(char) -
Static method in class javax.xml.bind.annotation.adapters.CollapsedStringAdapter
- returns true if the specified char is a white space character.
- isWhiteSpace() -
Method in interface javax.xml.stream.events.Characters
- Returns true if this set of Characters
is all whitespace.
- isWhiteSpace() -
Method in class javax.xml.stream.util.StreamReaderDelegate
-
- isWhiteSpace() -
Method in interface javax.xml.stream.XMLStreamReader
- Returns true if the cursor points to a character data event
that consists of all whitespace
- isWhiteSpaceExceptSpace(char) -
Static method in class javax.xml.bind.annotation.adapters.NormalizedStringAdapter
- Returns true if the specified char is a white space character
but not 0x20.
- isXOPPackage() -
Method in class javax.xml.bind.attachment.AttachmentMarshaller
- Read-only property that returns true if JAXB marshaller should enable XOP creation.
- isXOPPackage() -
Method in class javax.xml.bind.attachment.AttachmentUnmarshaller
- Read-only property that returns true if JAXB unmarshaller needs to perform XOP processing.
- itemExists(String) -
Method in interface javax.jms.MapMessage
- Indicates whether an item exists in this
MapMessage
object.
- IterationTag - Interface in javax.servlet.jsp.tagext
- The IterationTag interface extends Tag by defining one additional
method that controls the reevaluation of its body.
J
- J2eeApplicationObject - Interface in javax.enterprise.deploy.model
- J2eeApplicationObject is an interface that represents a J2EE
application (EAR); it maintains a DeployableObject for each
module in the archive.
- javaCharset(String) -
Static method in class javax.mail.internet.MimeUtility
- Convert a MIME charset name into a valid Java charset name.
- JavaMailStats - Interface in javax.management.j2ee.statistics
- Specifies the statistics provided by a JavaMail resource.
- javax.activation - package javax.activation
- The JavaBeans(TM) Activation Framework is used by the JavaMail(TM)
API to manage MIME data.
- javax.annotation - package javax.annotation
- This package defines the common annotations.
- javax.annotation.security - package javax.annotation.security
- This package contains the security common annotations.
- javax.ejb - package javax.ejb
- The javax.ejb package contains the Enterprise JavaBeans classes
and interfaces that define the contracts between the enterprise bean
and its clients and between the enterprise bean and the EJB container.
- javax.ejb.spi - package javax.ejb.spi
- The javax.ejb.spi package defines interfaces that are implemented by
the EJB container.
- javax.el - package javax.el
- Provides the API for the Unified Expression Language shared by
the JSP 2.1 and JSF 1.2 technologies.
- javax.enterprise.deploy.model - package javax.enterprise.deploy.model
- Provides Tool Vendor implementation classes.
- javax.enterprise.deploy.model.exceptions - package javax.enterprise.deploy.model.exceptions
- Provides Tool Vendor exception implementation classes.
- javax.enterprise.deploy.shared - package javax.enterprise.deploy.shared
- Provides shared objects for Tool Vendor and Product Vendor implementation classes.
- javax.enterprise.deploy.shared.factories - package javax.enterprise.deploy.shared.factories
- Provides shared factory manager object for Tool Vendor and Product Vendor implementation classes.
- javax.enterprise.deploy.spi - package javax.enterprise.deploy.spi
- Provides J2EE Product Vendor implementation classes.
- javax.enterprise.deploy.spi.exceptions - package javax.enterprise.deploy.spi.exceptions
- Provides J2EE Product Vendor deployment exception implementation classes.
- javax.enterprise.deploy.spi.factories - package javax.enterprise.deploy.spi.factories
- Provides J2EE Product Vendor deployment factory implementation classes.
- javax.enterprise.deploy.spi.status - package javax.enterprise.deploy.spi.status
- Provides J2EE Product Vendor deployment status implementation classes.
- javax.faces - package javax.faces
- Top level classes for the JavaServer(tm) Faces API.
- javax.faces.application - package javax.faces.application
- APIs that are used to link an application's business logic objects to
JavaServer Faces, as well as convenient pluggable mechanisms to manage
the execution of an application that is based on JavaServer Faces.
- javax.faces.component - package javax.faces.component
- Fundamental APIs for user interface components.
- javax.faces.component.html - package javax.faces.component.html
- Specialized user interface component classes for HTML.
- javax.faces.context - package javax.faces.context
- Classes and interfaces defining per-request state information.
- javax.faces.convert - package javax.faces.convert
- Contains classes and interfaces defining converters.
- javax.faces.el - package javax.faces.el
- DEPRECATED Classes and interfaces for evaluating and
processing reference expressions.
- javax.faces.event - package javax.faces.event
- Interfaces describing events and event listeners, and concrete event
implementation classes.
- javax.faces.lifecycle - package javax.faces.lifecycle
- Classes and interfaces defining lifecycle management for the
JavaServer Faces implementation.
- javax.faces.model - package javax.faces.model
- Standard model data beans for JavaServer Faces.
- javax.faces.render - package javax.faces.render
- Classes and interfaces defining the rendering model.
- javax.faces.validator - package javax.faces.validator
- Interface defining the validator model, and concrete validator
implementation classes.
- javax.faces.webapp - package javax.faces.webapp
- Classes required for integration of JavaServer Faces into web applications,
including a standard servlet, base classes for JSP custom component tags,
and concrete tag implementations for core tags.
- javax.interceptor - package javax.interceptor
- The javax.interceptor package contains classes and interfaces for
use with EJB interceptors.
- javax.jms - package javax.jms
-
The Java Message Service (JMS) API provides a common way for Java programs to create,
send, receive and read an enterprise messaging system's messages.
- javax.jws - package javax.jws
-
- javax.jws.soap - package javax.jws.soap
-
- javax.mail - package javax.mail
- Classes modeling a mail system.
- javax.mail.event - package javax.mail.event
- Listeners and events for the JavaMail API.
- javax.mail.internet - package javax.mail.internet
- Classes specific to Internet mail systems.
- javax.mail.search - package javax.mail.search
- Message search terms for the JavaMail API.
- javax.mail.util - package javax.mail.util
- Utility classes.
- javax.management.j2ee - package javax.management.j2ee
- Provides the J2EE Management Enterprise Bean component (MEJB) interfaces.
- javax.management.j2ee.statistics - package javax.management.j2ee.statistics
- Provides the standard interfaces for accessing performance data from
J2EE managed objects
Package Specification
JSR 77, J2EE Management
Related Documentation
For overviews, tutorials, examples, guides, and tool documentation, please see:
J2EE Tools
javax.persistence - package javax.persistence
- The javax.persistence package contains the classes and interfaces that
define the contracts between a persistence provider and the managed
classes and the clients of the Java Persistence API.
- javax.persistence.spi - package javax.persistence.spi
- The javax.persistence.spi package defines the classes and interfaces
that are implemented by the persistence provider and the Java EE
container for use by the container, provider, and/or Persistence
bootstrap class in deployment and bootstrapping.
- javax.resource - package javax.resource
- The javax.resource package is the top-level package for the J2EE Connector
API specification.
- javax.resource.cci - package javax.resource.cci
- The javax.resource.cci package contains API specification for the Common
Client Interface (CCI).
- javax.resource.spi - package javax.resource.spi
- The javax.resource.spi package contains APIs for the system
contracts defined in the J2EE Connector Architecture specification.
- javax.resource.spi.endpoint - package javax.resource.spi.endpoint
- This package contains system contracts for service endpoint interactions.
- javax.resource.spi.security - package javax.resource.spi.security
- The javax.resource.spi.security package contains APIs for the security
management contract.
- javax.resource.spi.work - package javax.resource.spi.work
- This package contains APIs for the work management contract.
- javax.security.jacc - package javax.security.jacc
- This package contains the Java Authorization Contract for Containers API
- javax.servlet - package javax.servlet
- The javax.servlet package contains a number of classes and interfaces that
describe and define the contracts between a servlet class and the
runtime environment provided for an instance of such a class by a
conforming servlet container.
- javax.servlet.http - package javax.servlet.http
- The javax.servlet.http package contains a number of classes and interfaces
that describe and define the contracts between a servlet class
running under the HTTP protocol and the runtime environment provided
for an instance of such a class by a conforming servlet container.
- javax.servlet.jsp - package javax.servlet.jsp
- Classes and interfaces for the Core JSP 2.1 API.
- javax.servlet.jsp.el - package javax.servlet.jsp.el
- Provides the
ELResolver
classes that define the
object resolution rules that must be supported by a JSP container
with the new unified Expression Language. - javax.servlet.jsp.tagext - package javax.servlet.jsp.tagext
- Classes and interfaces for the definition of JavaServer Pages Tag Libraries.
- javax.transaction - package javax.transaction
- Provides the API that defines the contract between the transaction
manager and the various parties involved in a distributed transaction
namely : resource manager, application, and application server.
- javax.transaction.xa - package javax.transaction.xa
- Provides the API that defines the contract between the transaction
manager and the resource manager, which allows the transaction
manager to enlist and delist resource objects (supplied by the
resource manager driver) in JTA transactions.
- javax.xml.bind - package javax.xml.bind
-
Provides a runtime binding framework for client applications including
unmarshalling, marshalling, and validation capabilities.
- javax.xml.bind.annotation - package javax.xml.bind.annotation
-
Defines annotations for customizing Java program elements to XML Schema mapping.
- javax.xml.bind.annotation.adapters - package javax.xml.bind.annotation.adapters
-
XmlAdapter
and its spec-defined
sub-classes to allow arbitrary Java classes to be used with JAXB. - javax.xml.bind.attachment - package javax.xml.bind.attachment
-
This package is implemented by a MIME-based package processor that
enables the interpretation and creation of optimized binary data
within an MIME-based package format.
- javax.xml.bind.helpers - package javax.xml.bind.helpers
-
JAXB Provider Use Only: Provides partial default implementations for
some of the javax.xml.bind interfaces.
- javax.xml.bind.util - package javax.xml.bind.util
-
Useful client utility classes.
- javax.xml.registry - package javax.xml.registry
- This package and its sub-packages describe the API classes and interfaces
for the JAXR API.
- javax.xml.registry.infomodel - package javax.xml.registry.infomodel
- This package describes the information model for the JAXR
API.
- javax.xml.rpc - package javax.xml.rpc
- This package contains the core JAX-RPC APIs for the client
programming model.
- javax.xml.rpc.encoding - package javax.xml.rpc.encoding
- This package defines APIs for the extensible type mapping framework.
- javax.xml.rpc.handler - package javax.xml.rpc.handler
- This package defines APIs for SOAP Message Handlers
- javax.xml.rpc.handler.soap - package javax.xml.rpc.handler.soap
- This package defines APIs for SOAP Message Handlers
- javax.xml.rpc.holders - package javax.xml.rpc.holders
- This package contains the standard Java Holder classes.
- javax.xml.rpc.server - package javax.xml.rpc.server
- This package defines APIs for the servlet based JAX-RPC endpoint model.
- javax.xml.rpc.soap - package javax.xml.rpc.soap
- This package defines APIs specific to the SOAP binding.
- javax.xml.soap - package javax.xml.soap
- Provides the API for creating and building SOAP messages.
- javax.xml.stream - package javax.xml.stream
-
- javax.xml.stream.events - package javax.xml.stream.events
-
- javax.xml.stream.util - package javax.xml.stream.util
-
- javax.xml.ws - package javax.xml.ws
- This package contains the core JAX-WS APIs.
- javax.xml.ws.handler - package javax.xml.ws.handler
- This package defines APIs for message handlers.
- javax.xml.ws.handler.soap - package javax.xml.ws.handler.soap
- This package defines APIs for SOAP message handlers.
- javax.xml.ws.http - package javax.xml.ws.http
- This package defines APIs specific to the HTTP binding.
- javax.xml.ws.soap - package javax.xml.ws.soap
- This package defines APIs specific to the SOAP binding.
- javax.xml.ws.spi - package javax.xml.ws.spi
- This package defines SPIs for JAX-WS 2.0.
- JAXB_CONTEXT_FACTORY -
Static variable in class javax.xml.bind.JAXBContext
- The name of the property that contains the name of the class capable
of creating new JAXBContext objects.
- JAXB_ENCODING -
Static variable in interface javax.xml.bind.Marshaller
- The name of the property used to specify the output encoding in
the marshalled XML data.
- JAXB_FORMATTED_OUTPUT -
Static variable in interface javax.xml.bind.Marshaller
- The name of the property used to specify whether or not the marshalled
XML data is formatted with linefeeds and indentation.
- JAXB_FRAGMENT -
Static variable in interface javax.xml.bind.Marshaller
- The name of the property used to specify whether or not the marshaller
will generate document level events (ie calling startDocument or endDocument).
- JAXB_NO_NAMESPACE_SCHEMA_LOCATION -
Static variable in interface javax.xml.bind.Marshaller
- The name of the property used to specify the
xsi:noNamespaceSchemaLocation attribute value to place in the marshalled
XML output.
- JAXB_SCHEMA_LOCATION -
Static variable in interface javax.xml.bind.Marshaller
- The name of the property used to specify the xsi:schemaLocation
attribute value to place in the marshalled XML output.
- JAXBContext - Class in javax.xml.bind
-
The JAXBContext class provides the client's entry point to the
JAXB API.
- JAXBContext() -
Constructor for class javax.xml.bind.JAXBContext
-
- JAXBElement<T> - Class in javax.xml.bind
- JAXB representation of an Xml Element.
- JAXBElement(QName, Class<T>, Class, T) -
Constructor for class javax.xml.bind.JAXBElement
- Construct an xml element instance.
- JAXBElement(QName, Class<T>, T) -
Constructor for class javax.xml.bind.JAXBElement
- Construct an xml element instance.
- JAXBElement.GlobalScope - Class in javax.xml.bind
- Designates global scope for an xml element.
- JAXBElement.GlobalScope() -
Constructor for class javax.xml.bind.JAXBElement.GlobalScope
-
- JAXBException - Exception in javax.xml.bind
- This is the root exception class for all JAXB exceptions.
- JAXBException(String) -
Constructor for exception javax.xml.bind.JAXBException
- Construct a JAXBException with the specified detail message.
- JAXBException(String, String) -
Constructor for exception javax.xml.bind.JAXBException
- Construct a JAXBException with the specified detail message and vendor
specific errorCode.
- JAXBException(Throwable) -
Constructor for exception javax.xml.bind.JAXBException
- Construct a JAXBException with a linkedException.
- JAXBException(String, Throwable) -
Constructor for exception javax.xml.bind.JAXBException
- Construct a JAXBException with the specified detail message and
linkedException.
- JAXBException(String, String, Throwable) -
Constructor for exception javax.xml.bind.JAXBException
- Construct a JAXBException with the specified detail message, vendor
specific errorCode, and linkedException.
- JAXBIntrospector - Class in javax.xml.bind
- Provide access to JAXB xml binding data for a JAXB object.
- JAXBIntrospector() -
Constructor for class javax.xml.bind.JAXBIntrospector
-
- JAXBResult - Class in javax.xml.bind.util
- JAXP
Result
implementation
that unmarshals a JAXB object. - JAXBResult(JAXBContext) -
Constructor for class javax.xml.bind.util.JAXBResult
- Creates a new instance that uses the specified
JAXBContext to unmarshal.
- JAXBResult(Unmarshaller) -
Constructor for class javax.xml.bind.util.JAXBResult
- Creates a new instance that uses the specified
Unmarshaller to unmarshal an object.
- JAXBSource - Class in javax.xml.bind.util
- JAXP
Source
implementation
that marshals a JAXB-generated object. - JAXBSource(JAXBContext, Object) -
Constructor for class javax.xml.bind.util.JAXBSource
- Creates a new
Source
for the given content object.
- JAXBSource(Marshaller, Object) -
Constructor for class javax.xml.bind.util.JAXBSource
- Creates a new
Source
for the given content object.
- JAXRException - Exception in javax.xml.registry
- Signals that a JAXR exception has occurred.
- JAXRException() -
Constructor for exception javax.xml.registry.JAXRException
- Constructs a
JAXRException
object with no
reason or embedded Throwable.
- JAXRException(String) -
Constructor for exception javax.xml.registry.JAXRException
- Constructs a
JAXRException
object with the given
String
as the reason for the exception being thrown.
- JAXRException(String, Throwable) -
Constructor for exception javax.xml.registry.JAXRException
- 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.
- JAXRException(Throwable) -
Constructor for exception javax.xml.registry.JAXRException
- Constructs a
JAXRException
object initialized
with the given Throwable
object.
- JAXRPCException - Exception in javax.xml.rpc
- The
javax.xml.rpc.JAXRPCException
is thrown from
the core JAX-RPC APIs to indicate an exception related to the
JAX-RPC runtime mechanisms. - JAXRPCException() -
Constructor for exception javax.xml.rpc.JAXRPCException
- Constructs a new exception with
null
as its
detail message.
- JAXRPCException(String) -
Constructor for exception javax.xml.rpc.JAXRPCException
- Constructs a new exception with the specified detail
message.
- JAXRPCException(String, Throwable) -
Constructor for exception javax.xml.rpc.JAXRPCException
- Constructs a new exception with the specified detail
message and cause.
- JAXRPCException(Throwable) -
Constructor for exception javax.xml.rpc.JAXRPCException
- Constructs a new JAXRPCException with the specified cause
and a detail message of (cause==null ?
- JAXRResponse - Interface in javax.xml.registry
- A JAXR requests' response.
- JAXWSPROVIDER_PROPERTY -
Static variable in class javax.xml.ws.spi.Provider
- A constant representing the property used to lookup the
name of a
Provider
implementation
class.
- JCAConnectionPoolStats - Interface in javax.management.j2ee.statistics
- Specifies the statistics provided by a JCA Connection Pool
- JCAConnectionStats - Interface in javax.management.j2ee.statistics
- Specifies the statistics provided by a JCA connection
- JCAStats - Interface in javax.management.j2ee.statistics
- Specifies statistics provided by a JCA resource
- JDBCConnectionPoolStats - Interface in javax.management.j2ee.statistics
- Specifies the statistics provided by a JDBC connection pool.
- JDBCConnectionStats - Interface in javax.management.j2ee.statistics
- Specifies the statistics provided by all (pooled and non-pooled) JDBC connections.
- JDBCStats - Interface in javax.management.j2ee.statistics
- Statistics provided by a JDBC resource
- JMSConnectionStats - Interface in javax.management.j2ee.statistics
- Specifies the statistics provided by a JMS connection
- JMSConsumerStats - Interface in javax.management.j2ee.statistics
- Specifies the statistics provided by a JMS message consumer
- JMSEndpointStats - Interface in javax.management.j2ee.statistics
- Specifies the statistics provided by a JMS message producer or a JMS message consumer.
- JMSException - Exception in javax.jms
- This is the root class of all JMS API exceptions.
- JMSException(String, String) -
Constructor for exception javax.jms.JMSException
- Constructs a
JMSException
with the specified reason and
error code.
- JMSException(String) -
Constructor for exception javax.jms.JMSException
- Constructs a
JMSException
with the specified reason and with
the error code defaulting to null.
- JMSProducerStats - Interface in javax.management.j2ee.statistics
- Specifies the statistics provided by a JMS message producer
- JMSSecurityException - Exception in javax.jms
- This exception must be thrown when a provider rejects a user
name/password submitted by a client.
- JMSSecurityException(String, String) -
Constructor for exception javax.jms.JMSSecurityException
- Constructs a
JMSSecurityException
with the specified
reason and error code.
- JMSSecurityException(String) -
Constructor for exception javax.jms.JMSSecurityException
- Constructs a
JMSSecurityException
with the specified
reason.
- JMSSessionStats - Interface in javax.management.j2ee.statistics
- Specifies the statistics provided by a JMS session.
- JMSStats - Interface in javax.management.j2ee.statistics
- Specifies the statistics provided by a JMS Resource
- JoinColumn - Annotation Type in javax.persistence
- Is used to specify a mapped column for joining an entity association.
- JoinColumns - Annotation Type in javax.persistence
- Defines mapping for the composite foreign keys.
- JoinTable - Annotation Type in javax.persistence
- This annotation is used in the mapping of associations.
- joinTransaction() -
Method in interface javax.persistence.EntityManager
- Indicate to the EntityManager that a JTA transaction is
active.
- JspApplicationContext - Interface in javax.servlet.jsp
- Stores application-scoped information relevant to JSP containers.
- JspContext - Class in javax.servlet.jsp
-
JspContext
serves as the base class for the
PageContext class and abstracts all information that is not specific
to servlets. - JspContext() -
Constructor for class javax.servlet.jsp.JspContext
- Sole constructor.
- jspDestroy() -
Method in interface javax.servlet.jsp.JspPage
- The jspDestroy() method is invoked when the JSP page is about to be
destroyed.
- JspEngineInfo - Class in javax.servlet.jsp
- The JspEngineInfo is an abstract class that provides information on the
current JSP engine.
- JspEngineInfo() -
Constructor for class javax.servlet.jsp.JspEngineInfo
- Sole constructor.
- JspException - Exception in javax.servlet.jsp
- A generic exception known to the JSP engine; uncaught
JspExceptions will result in an invocation of the errorpage
machinery.
- JspException() -
Constructor for exception javax.servlet.jsp.JspException
- Construct a JspException.
- JspException(String) -
Constructor for exception javax.servlet.jsp.JspException
- Constructs a new JSP exception with the
specified message.
- JspException(String, Throwable) -
Constructor for exception javax.servlet.jsp.JspException
- Constructs a new
JspException
with the specified detail
message and cause.
- JspException(Throwable) -
Constructor for exception javax.servlet.jsp.JspException
- Constructs a new
JspException
with the specified cause.
- JspFactory - Class in javax.servlet.jsp
-
The JspFactory is an abstract class that defines a number of factory
methods available to a JSP page at runtime for the purposes of creating
instances of various interfaces and classes used to support the JSP
implementation.
- JspFactory() -
Constructor for class javax.servlet.jsp.JspFactory
- Sole constructor.
- JspFragment - Class in javax.servlet.jsp.tagext
- Encapsulates a portion of JSP code in an object that
can be invoked as many times as needed.
- JspFragment() -
Constructor for class javax.servlet.jsp.tagext.JspFragment
-
- JspIdConsumer - Interface in javax.servlet.jsp.tagext
- This interface indicates to the container that a tag handler
wishes to be provided with a
compiler generated ID.
- jspInit() -
Method in interface javax.servlet.jsp.JspPage
- The jspInit() method is invoked when the JSP page is initialized.
- JspPage - Interface in javax.servlet.jsp
- The JspPage interface describes the generic interaction that a JSP Page
Implementation class must satisfy; pages that use the HTTP protocol
are described by the HttpJspPage interface.
- JspTag - Interface in javax.servlet.jsp.tagext
- Serves as a base class for Tag and SimpleTag.
- JspTagException - Exception in javax.servlet.jsp
- Exception to be used by a Tag Handler to indicate some unrecoverable
error.
- JspTagException(String) -
Constructor for exception javax.servlet.jsp.JspTagException
- Constructs a new JspTagException with the specified message.
- JspTagException() -
Constructor for exception javax.servlet.jsp.JspTagException
- Constructs a new JspTagException with no message.
- JspTagException(String, Throwable) -
Constructor for exception javax.servlet.jsp.JspTagException
- Constructs a new JspTagException when the JSP Tag
needs to throw an exception and include a message
about the "root cause" exception that interfered with its
normal operation, including a description message.
- JspTagException(Throwable) -
Constructor for exception javax.servlet.jsp.JspTagException
- Constructs a new JSP Tag exception when the JSP Tag
needs to throw an exception and include a message
about the "root cause" exception that interfered with its
normal operation.
- jspversion -
Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
- The version of the JSP specification this tag library is written to.
- JspWriter - Class in javax.servlet.jsp
-
The actions and template data in a JSP page is written using the
JspWriter object that is referenced by the implicit variable out which
is initialized automatically using methods in the PageContext object.
- JspWriter(int, boolean) -
Constructor for class javax.servlet.jsp.JspWriter
- Protected constructor.
- JTAStats - Interface in javax.management.j2ee.statistics
- Specifies the statistics provided by a JTA resource.
- JVMStats - Interface in javax.management.j2ee.statistics
- Specifies the statistics provided by a Java VM.
K
- Key - Interface in javax.xml.registry.infomodel
- Represents a unique key that identifies a RegistryObject.
- KEY -
Static variable in interface javax.xml.registry.LifeCycleManager
-
L
- LASTUID -
Static variable in interface javax.mail.UIDFolder
- This is a special value that can be used as the
end
parameter in getMessages(start, end)
, to denote the
last UID in this folder.
- LazyAssociatableConnectionManager - Interface in javax.resource.spi
- This is a mix-in interface that may be optionally implemented by a
ConnectionManager
implementation. - lazyEnlist(ManagedConnection) -
Method in interface javax.resource.spi.LazyEnlistableConnectionManager
- This method is called by a resource adapter (that is capable of
lazy transaction enlistment optimization) in order to lazily enlist
a connection object with a XA transaction.
- LazyEnlistableConnectionManager - Interface in javax.resource.spi
- This is a mix-in interface that may be optionally implemented by a
ConnectionManager
implementation. - LazyEnlistableManagedConnection - Interface in javax.resource.spi
- This is a mix-in interface that may be optionally implemented by a
ManagedConnection
implementation. - LE -
Static variable in class javax.mail.search.ComparisonTerm
-
- LengthValidator - Class in javax.faces.validator
- LengthValidator is a
Validator
that checks
the number of characters in the String representation of the value of the
associated component. - LengthValidator() -
Constructor for class javax.faces.validator.LengthValidator
- Construct a
Validator
with no preconfigured limits.
- LengthValidator(int) -
Constructor for class javax.faces.validator.LengthValidator
- Construct a
Validator
with the specified preconfigured
limit.
- LengthValidator(int, int) -
Constructor for class javax.faces.validator.LengthValidator
- Construct a
Validator
with the specified preconfigured
limits.
- Lifecycle - Class in javax.faces.lifecycle
- Lifecycle manages the
processing of the entire lifecycle of a particular JavaServer Faces
request.
- Lifecycle() -
Constructor for class javax.faces.lifecycle.Lifecycle
-
- LIFECYCLE_FACTORY -
Static variable in class javax.faces.FactoryFinder
- The property name for the
LifecycleFactory
class name.
- LIFECYCLE_ID_ATTR -
Static variable in class javax.faces.webapp.FacesServlet
- Context initialization parameter name for the lifecycle identifier
of the
Lifecycle
instance to be utilized.
- LifecycleFactory - Class in javax.faces.lifecycle
- LifecycleFactory is a factory object that creates
(if needed) and returns
Lifecycle
instances. - LifecycleFactory() -
Constructor for class javax.faces.lifecycle.LifecycleFactory
-
- LifeCycleManager - Interface in javax.xml.registry
- The LifeCycleManager interface is the main interface in the API for managing life cycle
operations on objects defined by the information model.
- limit -
Variable in class javax.mail.Quota.Resource
- The usage limit for the resource.
- linkConfiguration(PolicyConfiguration) -
Method in interface javax.security.jacc.PolicyConfiguration
- Creates a relationship between this configuration and another
such that they share the same principal-to-role mappings.
- list(String) -
Method in class javax.mail.Folder
- Returns a list of Folders belonging to this Folder's namespace
that match the specified pattern.
- list() -
Method in class javax.mail.Folder
- Convenience method that returns the list of folders under this
Folder.
- ListDataModel - Class in javax.faces.model
- ListDataModel is a convenience implementation of
DataModel
that wraps an List
of Java objects. - ListDataModel() -
Constructor for class javax.faces.model.ListDataModel
- Construct a new
ListDataModel
with no specified
wrapped data.
- ListDataModel(List) -
Constructor for class javax.faces.model.ListDataModel
- Construct a new
ListDataModel
wrapping the specified
list.
- ListELResolver - Class in javax.el
- Defines property resolution behavior on instances of
List
. - ListELResolver() -
Constructor for class javax.el.ListELResolver
- Creates a new read/write
ListELResolver
.
- ListELResolver(boolean) -
Constructor for class javax.el.ListELResolver
- Creates a new
ListELResolver
whose read-only status is
determined by the given parameter.
- ListenerRegistration - Interface in javax.management.j2ee
- ListenerRegistration defines the methods which clients of the MEJB
use to add and remove event listeners.
- listSubscribed(String) -
Method in class javax.mail.Folder
- Returns a list of subscribed Folders belonging to this Folder's
namespace that match the specified pattern.
- listSubscribed() -
Method in class javax.mail.Folder
- Convenience method that returns the list of subscribed folders
under this Folder.
- load(InputStream) -
Method in class javax.mail.internet.InternetHeaders
- Read and parse the given RFC822 message stream till the
blank line separating the header from the body.
- loadService(Class) -
Method in class javax.xml.rpc.ServiceFactory
- Create an instance of the generated service implementation class
for a given service interface, if available.
- loadService(URL, Class, Properties) -
Method in class javax.xml.rpc.ServiceFactory
- Create an instance of the generated service implementation class
for a given service interface, if available.
- loadService(URL, QName, Properties) -
Method in class javax.xml.rpc.ServiceFactory
- Create an instance of the generated service implementation
class for a given service, if available.
- Lob - Annotation Type in javax.persistence
- Specifies that a persistent property or field should be persisted
as a large object to a database-supported large object type.
- Local - Annotation Type in javax.ejb
- When used on the bean class, declares the local business interface(s)
for a session bean.
- LOCAL_TRANSACTION_COMMITTED -
Static variable in class javax.resource.spi.ConnectionEvent
- Event notification that a Resource Manager Local Transaction was
committed on the connection
- LOCAL_TRANSACTION_ROLLEDBACK -
Static variable in class javax.resource.spi.ConnectionEvent
- Event notification that a Resource Manager Local Transaction was
rolled back on the connection
- LOCAL_TRANSACTION_STARTED -
Static variable in class javax.resource.spi.ConnectionEvent
- Event notification that a Resource Manager Local Transaction was
started on the connection
- LocalHome - Annotation Type in javax.ejb
- Declares the Local Home or adapted Local Home interface
for a session bean.
- LOCALIZED_STRING -
Static variable in interface javax.xml.registry.LifeCycleManager
-
- LocalizedString - Interface in javax.xml.registry.infomodel
- This interface is used as a simple wrapper interface that associates a String with its Locale.
- LocalTransaction - Interface in javax.resource.cci
- The LocalTransaction defines a transaction demarcation interface for
resource manager local transactions.
- LocalTransaction - Interface in javax.resource.spi
- LocalTransaction interface provides support for transactions that
are managed internal to an EIS resource manager, and do not require
an external transaction manager.
- localTransactionCommitted(ConnectionEvent) -
Method in interface javax.resource.spi.ConnectionEventListener
- Notifies that a Resource Manager Local Transaction was committed
on the ManagedConnection instance.
- LocalTransactionException - Exception in javax.resource.spi
- A
LocalTransactionException
represents various
error conditions related to the local transaction management contract. - LocalTransactionException() -
Constructor for exception javax.resource.spi.LocalTransactionException
- Constructs a new instance with null as its detail message.
- LocalTransactionException(String) -
Constructor for exception javax.resource.spi.LocalTransactionException
- Constructs a new instance with the specified detail message.
- LocalTransactionException(Throwable) -
Constructor for exception javax.resource.spi.LocalTransactionException
- Constructs a new throwable with the specified cause.
- LocalTransactionException(String, Throwable) -
Constructor for exception javax.resource.spi.LocalTransactionException
- Constructs a new throwable with the specified detail message and cause.
- LocalTransactionException(String, String) -
Constructor for exception javax.resource.spi.LocalTransactionException
- Constructs a new throwable with the specified detail message and
an error code.
- localTransactionRolledback(ConnectionEvent) -
Method in interface javax.resource.spi.ConnectionEventListener
- Notifies that a Resource Manager Local Transaction was rolled back
on the ManagedConnection instance.
- localTransactionStarted(ConnectionEvent) -
Method in interface javax.resource.spi.ConnectionEventListener
- Notifies that a Resource Manager Local Transaction was started on
the ManagedConnection instance.
- Location - Interface in javax.xml.stream
- Provides information on the location of an event.
- location -
Variable in exception javax.xml.stream.XMLStreamException
-
- lock(Object, LockModeType) -
Method in interface javax.persistence.EntityManager
- Set the lock mode for an entity object contained
in the persistence context.
- LockModeType - Enum in javax.persistence
- Lock modes that can be specified by means of the
EntityManager.lock()
method. - log(String) -
Method in class javax.faces.context.ExternalContext
- Log the specified message to the application object.
- log(String, Throwable) -
Method in class javax.faces.context.ExternalContext
- Log the specified message and exception to the application object.
- log -
Static variable in class javax.faces.webapp.UIComponentTagBase
-
- log(String) -
Method in class javax.servlet.GenericServlet
- Writes the specified message to a servlet log file, prepended by the
servlet's name.
- log(String, Throwable) -
Method in class javax.servlet.GenericServlet
- Writes an explanatory message and a stack trace
for a given
Throwable
exception
to the servlet log file, prepended by the servlet's name.
- log(String) -
Method in interface javax.servlet.ServletContext
- Writes the specified message to a servlet log file, usually
an event log.
- log(Exception, String) -
Method in interface javax.servlet.ServletContext
- Deprecated. As of Java Servlet API 2.1, use
ServletContext.log(String message, Throwable throwable)
instead.
This method was originally defined to write an
exception's stack trace and an explanatory error message
to the servlet log file.
- log(String, Throwable) -
Method in interface javax.servlet.ServletContext
- Writes an explanatory message and a stack trace
for a given
Throwable
exception
to the servlet log file.
- LogicalHandler<C extends LogicalMessageContext> - Interface in javax.xml.ws.handler
- The
LogicalHandler
extends
Handler to provide typesafety for the message context parameter. - LogicalMessage - Interface in javax.xml.ws
- The
LogicalMessage
interface represents a
protocol agnostic XML message and contains methods that
provide access to the payload of the message. - LogicalMessageContext - Interface in javax.xml.ws.handler
- The
LogicalMessageContext
interface extends
MessageContext
to
provide access to a the contained message as a protocol neutral
LogicalMessage - LONG_ID -
Static variable in class javax.faces.convert.LongConverter
- The message identifier of the
FacesMessage
to be created if
the conversion to Long
fails.
- LongConverter - Class in javax.faces.convert
Converter
implementation for java.lang.Long
(and long primitive) values.- LongConverter() -
Constructor for class javax.faces.convert.LongConverter
-
- LongHolder - Class in javax.xml.rpc.holders
-
- LongHolder() -
Constructor for class javax.xml.rpc.holders.LongHolder
-
- LongHolder(long) -
Constructor for class javax.xml.rpc.holders.LongHolder
-
- LongRangeValidator - Class in javax.faces.validator
- LongRangeValidator is a
Validator
that checks
the value of the corresponding component against specified minimum and
maximum values. - LongRangeValidator() -
Constructor for class javax.faces.validator.LongRangeValidator
- Construct a
Validator
with no preconfigured limits.
- LongRangeValidator(long) -
Constructor for class javax.faces.validator.LongRangeValidator
- Construct a
Validator
with the specified preconfigured
limit.
- LongRangeValidator(long, long) -
Constructor for class javax.faces.validator.LongRangeValidator
- Construct a
Validator
with the specified preconfigured
limits.
- LongWrapperHolder - Class in javax.xml.rpc.holders
-
- LongWrapperHolder() -
Constructor for class javax.xml.rpc.holders.LongWrapperHolder
-
- LongWrapperHolder(Long) -
Constructor for class javax.xml.rpc.holders.LongWrapperHolder
-
- lookup(String) -
Method in interface javax.ejb.EJBContext
- Lookup a resource within the component's private naming context.
- LT -
Static variable in class javax.mail.search.ComparisonTerm
-
M
- MailcapCommandMap - Class in javax.activation
- MailcapCommandMap extends the CommandMap
abstract class.
- MailcapCommandMap() -
Constructor for class javax.activation.MailcapCommandMap
- The default Constructor.
- MailcapCommandMap(String) -
Constructor for class javax.activation.MailcapCommandMap
- Constructor that allows the caller to specify the path
of a mailcap file.
- MailcapCommandMap(InputStream) -
Constructor for class javax.activation.MailcapCommandMap
- Constructor that allows the caller to specify an InputStream
containing a mailcap file.
- MailDateFormat - Class in javax.mail.internet
- Formats and parses date specification based on the
draft-ietf-drums-msg-fmt-08 dated January 26, 2000.
- MailDateFormat() -
Constructor for class javax.mail.internet.MailDateFormat
-
- MailEvent - Class in javax.mail.event
- Common base class for mail events, defining the dispatch method.
- MailEvent(Object) -
Constructor for class javax.mail.event.MailEvent
-
- makeRegistrySpecificRequest(String) -
Method in interface javax.xml.registry.RegistryService
- Takes a String that is an XML request in a registry-specific
format, sends the request to the registry, and returns a String that is
the registry-specific XML response.
- ManagedConnection - Interface in javax.resource.spi
- ManagedConnection instance represents a physical connection
to the underlying EIS.
- ManagedConnectionFactory - Interface in javax.resource.spi
- ManagedConnectionFactory instance is a factory of both ManagedConnection
and EIS-specific connection factory instances.
- ManagedConnectionMetaData - Interface in javax.resource.spi
- The ManagedConnectionMetaData interface provides information about the
underlying EIS instance associated with a ManagedConnection instance.
- Management - Interface in javax.management.j2ee
- The Management interface provides the APIs to navigate and manipulate
managed objects.
- ManagementHome - Interface in javax.management.j2ee
- The required home interface for the J2EE Management EJB component (MEJB).
- ManyToMany - Annotation Type in javax.persistence
- Defines a many-valued association with many-to-many multiplicity.
- ManyToOne - Annotation Type in javax.persistence
- This annotation defines a single-valued association to another
entity class that has many-to-one multiplicity.
- MapELResolver - Class in javax.el
- Defines property resolution behavior on instances of
Map
. - MapELResolver() -
Constructor for class javax.el.MapELResolver
- Creates a new read/write
MapELResolver
.
- MapELResolver(boolean) -
Constructor for class javax.el.MapELResolver
- Creates a new
MapELResolver
whose read-only status is
determined by the given parameter.
- MapKey - Annotation Type in javax.persistence
- Is used to specify the map key for associations of type
Map
. - MapMessage - Interface in javax.jms
- A
MapMessage
object is used to send a set of name-value pairs. - MappedRecord - Interface in javax.resource.cci
- The interface
javax.resource.cci.MappedRecord
is
used for key-value map based representation of record elements. - MappedSuperclass - Annotation Type in javax.persistence
- Designates a class whose mapping information is applied
to the entities that inherit from it.
- mark(int) -
Method in class javax.mail.util.SharedFileInputStream
- See the general contract of the
mark
method of InputStream
.
- markSupported() -
Method in class javax.mail.util.SharedFileInputStream
- Tests if this input stream supports the
mark
and reset
methods.
- marshal(String) -
Method in class javax.xml.bind.annotation.adapters.CollapsedStringAdapter
- No-op.
- marshal(byte[]) -
Method in class javax.xml.bind.annotation.adapters.HexBinaryAdapter
-
- marshal(String) -
Method in class javax.xml.bind.annotation.adapters.NormalizedStringAdapter
- No-op.
- marshal(BoundType) -
Method in class javax.xml.bind.annotation.adapters.XmlAdapter
- Convert a bound type to a value type.
- marshal(ElementT, ValidationEventHandler) -
Method in interface javax.xml.bind.annotation.DomHandler
- This method is called when a JAXB provider needs to marshal an element
to XML.
- marshal(Element, ValidationEventHandler) -
Method in class javax.xml.bind.annotation.W3CDomHandler
-
- marshal(Object, XmlNode) -
Method in class javax.xml.bind.Binder
- Marshal a JAXB object tree to a new XML document.
- marshal(Object, OutputStream) -
Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
- marshal(Object, Writer) -
Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
- marshal(Object, ContentHandler) -
Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
- marshal(Object, Node) -
Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
- marshal(Object, XMLEventWriter) -
Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
- marshal(Object, XMLStreamWriter) -
Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
- marshal(Object, Result) -
Method in interface javax.xml.bind.Marshaller
- Marshal the content tree rooted at jaxbElement into the specified
javax.xml.transform.Result.
- marshal(Object, OutputStream) -
Method in interface javax.xml.bind.Marshaller
- Marshal the content tree rooted at jaxbElement into an output stream.
- marshal(Object, Writer) -
Method in interface javax.xml.bind.Marshaller
- Marshal the content tree rooted at jaxbElement into a Writer.
- marshal(Object, ContentHandler) -
Method in interface javax.xml.bind.Marshaller
- Marshal the content tree rooted at jaxbElement into SAX2 events.
- marshal(Object, Node) -
Method in interface javax.xml.bind.Marshaller
- Marshal the content tree rooted at jaxbElement into a DOM tree.
- marshal(Object, XMLStreamWriter) -
Method in interface javax.xml.bind.Marshaller
- Marshal the content tree rooted at jaxbElement into a
XMLStreamWriter
.
- marshal(Object, XMLEventWriter) -
Method in interface javax.xml.bind.Marshaller
- Marshal the content tree rooted at jaxbElement into a
XMLEventWriter
.
- MarshalException - Exception in javax.xml.bind
- This exception indicates that an error has occurred while performing
a marshal operation that the provider is unable to recover from.
- MarshalException(String) -
Constructor for exception javax.xml.bind.MarshalException
- Construct a MarshalException with the specified detail message.
- MarshalException(String, String) -
Constructor for exception javax.xml.bind.MarshalException
- Construct a MarshalException with the specified detail message and vendor
specific errorCode.
- MarshalException(Throwable) -
Constructor for exception javax.xml.bind.MarshalException
- Construct a MarshalException with a linkedException.
- MarshalException(String, Throwable) -
Constructor for exception javax.xml.bind.MarshalException
- Construct a MarshalException with the specified detail message and
linkedException.
- MarshalException(String, String, Throwable) -
Constructor for exception javax.xml.bind.MarshalException
- Construct a MarshalException with the specified detail message, vendor
specific errorCode, and linkedException.
- Marshaller - Interface in javax.xml.bind
-
The Marshaller class is responsible for governing the process
of serializing Java content trees back into XML data.
- Marshaller.Listener - Class in javax.xml.bind
-
Register an instance of an implementation of this class with a
Marshaller
to externally listen
for marshal events. - Marshaller.Listener() -
Constructor for class javax.xml.bind.Marshaller.Listener
-
- match(MimeType) -
Method in class javax.activation.MimeType
- Determine if the primary and sub type of this object is
the same as what is in the given type.
- match(String) -
Method in class javax.activation.MimeType
- Determine if the primary and sub type of this object is
the same as the content type described in rawdata.
- match(ContentType) -
Method in class javax.mail.internet.ContentType
- Match with the specified ContentType object.
- match(String) -
Method in class javax.mail.internet.ContentType
- Match with the specified content-type string.
- match(SearchTerm) -
Method in class javax.mail.Message
- Apply the specified Search criterion to this message.
- match(Address) -
Method in class javax.mail.search.AddressStringTerm
- Check whether the address pattern specified in the constructor is
a substring of the string representation of the given Address
object.
- match(Address) -
Method in class javax.mail.search.AddressTerm
- Match against the argument Address.
- match(Message) -
Method in class javax.mail.search.AndTerm
- The AND operation.
- match(Message) -
Method in class javax.mail.search.BodyTerm
- The match method.
- match(Date) -
Method in class javax.mail.search.DateTerm
- The date comparison method.
- match(Message) -
Method in class javax.mail.search.FlagTerm
- The comparison method.
- match(Message) -
Method in class javax.mail.search.FromStringTerm
- Check whether the address string specified in the constructor is
a substring of the From address of this Message.
- match(Message) -
Method in class javax.mail.search.FromTerm
- The address comparator.
- match(Message) -
Method in class javax.mail.search.HeaderTerm
- The header match method.
- match(int) -
Method in class javax.mail.search.IntegerComparisonTerm
-
- match(Message) -
Method in class javax.mail.search.MessageIDTerm
- The match method.
- match(Message) -
Method in class javax.mail.search.MessageNumberTerm
- The match method.
- match(Message) -
Method in class javax.mail.search.NotTerm
-
- match(Message) -
Method in class javax.mail.search.OrTerm
- The OR operation.
- match(Message) -
Method in class javax.mail.search.ReceivedDateTerm
- The match method.
- match(Message) -
Method in class javax.mail.search.RecipientStringTerm
- Check whether the address specified in the constructor is
a substring of the recipient address of this Message.
- match(Message) -
Method in class javax.mail.search.RecipientTerm
- The match method.
- match(Message) -
Method in class javax.mail.search.SearchTerm
- This method applies a specific match criterion to the given
message and returns the result.
- match(Message) -
Method in class javax.mail.search.SentDateTerm
- The match method.
- match(Message) -
Method in class javax.mail.search.SizeTerm
- The match method.
- match(String) -
Method in class javax.mail.search.StringTerm
-
- match(Message) -
Method in class javax.mail.search.SubjectTerm
- The match method.
- matchManagedConnections(Set, Subject, ConnectionRequestInfo) -
Method in interface javax.resource.spi.ManagedConnectionFactory
- Returns a matched connection from the candidate set of connections.
- MAXBQUALSIZE -
Static variable in interface javax.transaction.xa.Xid
- Maximum number of bytes returned by getBqual.
- MAXGTRIDSIZE -
Static variable in interface javax.transaction.xa.Xid
- Maximum number of bytes returned by getGtrid.
- MAXIMUM_MESSAGE_ID -
Static variable in class javax.faces.validator.DoubleRangeValidator
- The message identifier of the
FacesMessage
to be created if the maximum value check fails.
- MAXIMUM_MESSAGE_ID -
Static variable in class javax.faces.validator.LengthValidator
- The message identifier of the
FacesMessage
to be created if
the maximum length check fails.
- MAXIMUM_MESSAGE_ID -
Static variable in class javax.faces.validator.LongRangeValidator
- The message identifier of the
FacesMessage
to be created if
the maximum value check fails.
- merge(T) -
Method in interface javax.persistence.EntityManager
- Merge the state of the given entity into the
current persistence context.
- Message - Interface in javax.jms
- The
Message
interface is the root interface of all JMS
messages. - message -
Variable in class javax.mail.event.StoreEvent
- The message text to be presented to the user.
- Message - Class in javax.mail
- This class models an email message.
- Message() -
Constructor for class javax.mail.Message
- No-arg version of the constructor.
- Message(Folder, int) -
Constructor for class javax.mail.Message
- Constructor that takes a Folder and a message number.
- Message(Session) -
Constructor for class javax.mail.Message
- Constructor that takes a Session.
- Message.RecipientType - Class in javax.mail
- This inner class defines the types of recipients allowed by
the Message class.
- Message.RecipientType(String) -
Constructor for class javax.mail.Message.RecipientType
- Constructor for use by subclasses.
- MESSAGE_DELIVERED -
Static variable in class javax.mail.event.TransportEvent
- Message has been successfully delivered to all recipients by the
transport firing this event. validSent[] contains all the addresses
this transport sent to successfully. validUnsent[] and invalid[]
should be null,
- MESSAGE_NOT_DELIVERED -
Static variable in class javax.mail.event.TransportEvent
- Message was not sent for some reason. validSent[] should be null.
- MESSAGE_OUTBOUND_PROPERTY -
Static variable in interface javax.xml.ws.handler.MessageContext
- Standard property: message direction,
true
for
outbound messages, false
for inbound.
- MESSAGE_PARTIALLY_DELIVERED -
Static variable in class javax.mail.event.TransportEvent
- Message was successfully sent to some recipients but not to all.
- MessageAware - Interface in javax.mail
- An interface optionally implemented by
DataSources
to
supply information to a DataContentHandler
about the
message context in which the data content object is operating. - messageChanged(MessageChangedEvent) -
Method in interface javax.mail.event.MessageChangedListener
- Invoked when a message is changed.
- MessageChangedEvent - Class in javax.mail.event
- This class models Message change events.
- MessageChangedEvent(Object, int, Message) -
Constructor for class javax.mail.event.MessageChangedEvent
- Constructor.
- MessageChangedListener - Interface in javax.mail.event
- This is the Listener interface for MessageChanged events
- MessageConsumer - Interface in javax.jms
- A client uses a
MessageConsumer
object to receive messages
from a destination. - MessageContext - Class in javax.mail
- The context in which a piece of Message content is contained.
- MessageContext(Part) -
Constructor for class javax.mail.MessageContext
- Create a MessageContext object describing the context of the given Part.
- MessageContext - Interface in javax.xml.rpc.handler
- The interface
MessageContext
abstracts the message
context that is processed by a handler in the handle
method. - MessageContext - Interface in javax.xml.ws.handler
- The interface
MessageContext
abstracts the message
context that is processed by a handler in the handle
method. - MessageContext.Scope - Enum in javax.xml.ws.handler
- Property scope.
- MessageCountAdapter - Class in javax.mail.event
- The adapter which receives MessageCount events.
- MessageCountAdapter() -
Constructor for class javax.mail.event.MessageCountAdapter
-
- MessageCountEvent - Class in javax.mail.event
- This class notifies changes in the number of messages in a folder.
- MessageCountEvent(Folder, int, boolean, Message[]) -
Constructor for class javax.mail.event.MessageCountEvent
- Constructor.
- MessageCountListener - Interface in javax.mail.event
- This is the Listener interface for MessageCount events.
- messageDelivered(TransportEvent) -
Method in class javax.mail.event.TransportAdapter
-
- messageDelivered(TransportEvent) -
Method in interface javax.mail.event.TransportListener
- Invoked when a Message is succesfully delivered.
- MessageDriven - Annotation Type in javax.ejb
- Component-defining annotation for a message driven bean.
- MessageDrivenBean - Interface in javax.ejb
- The MessageDrivenBean interface is implemented by every message-driven
enterprise Bean class.
- MessageDrivenBeanStats - Interface in javax.management.j2ee.statistics
- Specifies the statistics provided by a message driven bean.
- MessageDrivenContext - Interface in javax.ejb
- The MessageDrivenContext interface provides access to the runtime
message-driven context that the container provides for a message-driven
enterprise Bean instance.
- MessageEndpoint - Interface in javax.resource.spi.endpoint
- This defines a contract for a message endpoint.
- MessageEndpointFactory - Interface in javax.resource.spi.endpoint
- This serves as a factory for creating message endpoints.
- MessageEOFException - Exception in javax.jms
- This exception must be thrown when an unexpected
end of stream has been reached when a
StreamMessage
or
BytesMessage
is being read. - MessageEOFException(String, String) -
Constructor for exception javax.jms.MessageEOFException
- Constructs a
MessageEOFException
with the specified
reason and error code.
- MessageEOFException(String) -
Constructor for exception javax.jms.MessageEOFException
- Constructs a
MessageEOFException
with the specified
reason.
- MessageFactory - Class in javax.xml.soap
- A factory for creating
SOAPMessage
objects. - MessageFactory() -
Constructor for class javax.xml.soap.MessageFactory
-
- MessageFormatException - Exception in javax.jms
- This exception must be thrown when a JMS client
attempts to use a data type not supported by a message or attempts to
read data in a message as the wrong type.
- MessageFormatException(String, String) -
Constructor for exception javax.jms.MessageFormatException
- Constructs a
MessageFormatException
with the specified
reason and error code.
- MessageFormatException(String) -
Constructor for exception javax.jms.MessageFormatException
- Constructs a
MessageFormatException
with the specified
reason.
- MessageIDTerm - Class in javax.mail.search
- This term models the RFC822 "MessageId" - a message-id for
Internet messages that is supposed to be unique per message.
- MessageIDTerm(String) -
Constructor for class javax.mail.search.MessageIDTerm
- Constructor.
- MessageListener - Interface in javax.jms
- A
MessageListener
object is used to receive asynchronously
delivered messages. - MessageListener - Interface in javax.resource.cci
- This serves as a request-response message listener type that message
endpoints (message-driven beans) may implement.
- messageNotDelivered(TransportEvent) -
Method in class javax.mail.event.TransportAdapter
-
- messageNotDelivered(TransportEvent) -
Method in interface javax.mail.event.TransportListener
- Invoked when a Message is not delivered.
- MessageNotReadableException - Exception in javax.jms
- This exception must be thrown when a JMS client attempts to read a
write-only message.
- MessageNotReadableException(String, String) -
Constructor for exception javax.jms.MessageNotReadableException
- Constructs a
MessageNotReadableException
with the specified
reason and error code.
- MessageNotReadableException(String) -
Constructor for exception javax.jms.MessageNotReadableException
- Constructs a
MessageNotReadableException
with the specified
reason.
- MessageNotWriteableException - Exception in javax.jms
- This exception must be thrown when a JMS client attempts to write to a
read-only message.
- MessageNotWriteableException(String, String) -
Constructor for exception javax.jms.MessageNotWriteableException
- Constructs a
MessageNotWriteableException
with the specified
reason and error code.
- MessageNotWriteableException(String) -
Constructor for exception javax.jms.MessageNotWriteableException
- Constructs a
MessageNotWriteableException
with the specified
reason.
- MessageNumberTerm - Class in javax.mail.search
- This class implements comparisons for Message numbers.
- MessageNumberTerm(int) -
Constructor for class javax.mail.search.MessageNumberTerm
- Constructor.
- messagePartiallyDelivered(TransportEvent) -
Method in class javax.mail.event.TransportAdapter
-
- messagePartiallyDelivered(TransportEvent) -
Method in interface javax.mail.event.TransportListener
- Invoked when a Message is partially delivered.
- MessageProducer - Interface in javax.jms
- A client uses a
MessageProducer
object to send messages to a
destination. - MessageRemovedException - Exception in javax.mail
- The exception thrown when an invalid method is invoked on an expunged
Message.
- MessageRemovedException() -
Constructor for exception javax.mail.MessageRemovedException
- Constructs a MessageRemovedException with no detail message.
- MessageRemovedException(String) -
Constructor for exception javax.mail.MessageRemovedException
- Constructs a MessageRemovedException with the specified detail message.
- messagesAdded(MessageCountEvent) -
Method in class javax.mail.event.MessageCountAdapter
-
- messagesAdded(MessageCountEvent) -
Method in interface javax.mail.event.MessageCountListener
- Invoked when messages are added into a folder.
- messagesRemoved(MessageCountEvent) -
Method in class javax.mail.event.MessageCountAdapter
-
- messagesRemoved(MessageCountEvent) -
Method in interface javax.mail.event.MessageCountListener
- Invoked when messages are removed (expunged) from a folder.
- MessagingException - Exception in javax.mail
- The base class for all exceptions thrown by the Messaging classes
- MessagingException() -
Constructor for exception javax.mail.MessagingException
- Constructs a MessagingException with no detail message.
- MessagingException(String) -
Constructor for exception javax.mail.MessagingException
- Constructs a MessagingException with the specified detail message.
- MessagingException(String, Exception) -
Constructor for exception javax.mail.MessagingException
- Constructs a MessagingException with the specified
Exception and detail message.
- MethodBinding - Class in javax.faces.el
- Deprecated. This has been replaced by
MethodExpression
. - MethodBinding() -
Constructor for class javax.faces.el.MethodBinding
- Deprecated.
- MethodExpression - Class in javax.el
- An
Expression
that refers to a method on an object. - MethodExpression() -
Constructor for class javax.el.MethodExpression
-
- MethodExpressionActionListener - Class in javax.faces.event
- MethodExpressionActionListener is an
ActionListener
that
wraps a MethodExpression
. - MethodExpressionActionListener() -
Constructor for class javax.faces.event.MethodExpressionActionListener
-
- MethodExpressionActionListener(MethodExpression) -
Constructor for class javax.faces.event.MethodExpressionActionListener
- Construct a
ValueChangeListener
that contains a MethodExpression
.
- MethodExpressionValidator - Class in javax.faces.validator
- MethodExpressionValidator is a
Validator
that
wraps a MethodExpression
, and it performs validation by executing
a method on an object identified by the MethodExpression
. - MethodExpressionValidator() -
Constructor for class javax.faces.validator.MethodExpressionValidator
-
- MethodExpressionValidator(MethodExpression) -
Constructor for class javax.faces.validator.MethodExpressionValidator
- Construct a
Validator
that contains a MethodExpression
.
- MethodExpressionValueChangeListener - Class in javax.faces.event
- MethodExpressionValueChangeListener is a
ValueChangeListener
that
wraps a MethodExpression
. - MethodExpressionValueChangeListener() -
Constructor for class javax.faces.event.MethodExpressionValueChangeListener
-
- MethodExpressionValueChangeListener(MethodExpression) -
Constructor for class javax.faces.event.MethodExpressionValueChangeListener
- Construct a
ValueChangeListener
that contains a MethodExpression
.
- MethodInfo - Class in javax.el
- Holds information about a method that a
MethodExpression
evaluated to. - MethodInfo(String, Class<?>, Class<?>[]) -
Constructor for class javax.el.MethodInfo
- Creates a new instance of
MethodInfo
with the given
information.
- MethodNotFoundException - Exception in javax.el
- Thrown when a method could not be found while evaluating a
MethodExpression
. - MethodNotFoundException() -
Constructor for exception javax.el.MethodNotFoundException
- Creates a
MethodNotFoundException
with no detail message.
- MethodNotFoundException(String) -
Constructor for exception javax.el.MethodNotFoundException
- Creates a
MethodNotFoundException
with the provided
detail message.
- MethodNotFoundException(Throwable) -
Constructor for exception javax.el.MethodNotFoundException
- Creates a
MethodNotFoundException
with the given root
cause.
- MethodNotFoundException(String, Throwable) -
Constructor for exception javax.el.MethodNotFoundException
- Creates a
MethodNotFoundException
with the given detail
message and root cause.
- MethodNotFoundException - Exception in javax.faces.el
- Deprecated. This has been replaced by
MethodNotFoundException
. - MethodNotFoundException() -
Constructor for exception javax.faces.el.MethodNotFoundException
- Deprecated. Construct a new exception with no detail message or root cause.
- MethodNotFoundException(String) -
Constructor for exception javax.faces.el.MethodNotFoundException
- Deprecated. Construct a new exception with the specified detail message and
no root cause.
- MethodNotFoundException(Throwable) -
Constructor for exception javax.faces.el.MethodNotFoundException
- Deprecated. Construct a new exception with the specified root cause.
- MethodNotFoundException(String, Throwable) -
Constructor for exception javax.faces.el.MethodNotFoundException
- Deprecated. Construct a new exception with the specified detail message and
root cause.
- MethodNotSupportedException - Exception in javax.mail
- The exception thrown when a method is not supported by the
implementation
- MethodNotSupportedException() -
Constructor for exception javax.mail.MethodNotSupportedException
- Constructs a MethodNotSupportedException with no detail message.
- MethodNotSupportedException(String) -
Constructor for exception javax.mail.MethodNotSupportedException
- Constructs a MethodNotSupportedException with the specified detail message.
- MIME -
Static variable in class javax.mail.internet.HeaderTokenizer
- MIME specials
- MimeBodyPart - Class in javax.mail.internet
- This class represents a MIME body part.
- MimeBodyPart() -
Constructor for class javax.mail.internet.MimeBodyPart
- An empty MimeBodyPart object is created.
- MimeBodyPart(InputStream) -
Constructor for class javax.mail.internet.MimeBodyPart
- Constructs a MimeBodyPart by reading and parsing the data from
the specified input stream.
- MimeBodyPart(InternetHeaders, byte[]) -
Constructor for class javax.mail.internet.MimeBodyPart
- Constructs a MimeBodyPart using the given header and
content bytes.
- mimeCharset(String) -
Static method in class javax.mail.internet.MimeUtility
- Convert a java charset into its MIME charset name.
- MimeHeader - Class in javax.xml.soap
- An object that stores a MIME header name and its value.
- MimeHeader(String, String) -
Constructor for class javax.xml.soap.MimeHeader
- Constructs a
MimeHeader
object initialized with the given
name and value.
- MimeHeaders - Class in javax.xml.soap
- A container for
MimeHeader
objects, which represent
the MIME headers present in a MIME part of a message. - MimeHeaders() -
Constructor for class javax.xml.soap.MimeHeaders
- Constructs a default
MimeHeaders
object initialized with
an empty Vector
object.
- MimeMessage - Class in javax.mail.internet
- This class represents a MIME style email message.
- MimeMessage(Session) -
Constructor for class javax.mail.internet.MimeMessage
- Default constructor.
- MimeMessage(Session, InputStream) -
Constructor for class javax.mail.internet.MimeMessage
- Constructs a MimeMessage by reading and parsing the data from the
specified MIME InputStream.
- MimeMessage(MimeMessage) -
Constructor for class javax.mail.internet.MimeMessage
- Constructs a new MimeMessage with content initialized from the
source
MimeMessage.
- MimeMessage(Folder, int) -
Constructor for class javax.mail.internet.MimeMessage
- Constructs an empty MimeMessage object with the given Folder
and message number.
- MimeMessage(Folder, InputStream, int) -
Constructor for class javax.mail.internet.MimeMessage
- Constructs a MimeMessage by reading and parsing the data from the
specified MIME InputStream.
- MimeMessage(Folder, InternetHeaders, byte[], int) -
Constructor for class javax.mail.internet.MimeMessage
- Constructs a MimeMessage from the given InternetHeaders object
and content.
- MimeMessage.RecipientType - Class in javax.mail.internet
- This inner class extends the javax.mail.Message.RecipientType
class to add additional RecipientTypes.
- MimeMessage.RecipientType(String) -
Constructor for class javax.mail.internet.MimeMessage.RecipientType
-
- MimeMultipart - Class in javax.mail.internet
- The MimeMultipart class is an implementation of the abstract Multipart
class that uses MIME conventions for the multipart data.
- MimeMultipart() -
Constructor for class javax.mail.internet.MimeMultipart
- Default constructor.
- MimeMultipart(String) -
Constructor for class javax.mail.internet.MimeMultipart
- Construct a MimeMultipart object of the given subtype.
- MimeMultipart(DataSource) -
Constructor for class javax.mail.internet.MimeMultipart
- Constructs a MimeMultipart object and its bodyparts from the
given DataSource.
- MimePart - Interface in javax.mail.internet
- The MimePart interface models an Entity as defined
by MIME (RFC2045, Section 2.4).
- MimePartDataSource - Class in javax.mail.internet
- A utility class that implements a DataSource out of
a MimePart.
- MimePartDataSource(MimePart) -
Constructor for class javax.mail.internet.MimePartDataSource
- Constructor, that constructs a DataSource from a MimePart.
- MimeType - Class in javax.activation
- A Multipurpose Internet Mail Extension (MIME) type, as defined
in RFC 2045 and 2046.
- MimeType() -
Constructor for class javax.activation.MimeType
- Default constructor.
- MimeType(String) -
Constructor for class javax.activation.MimeType
- Constructor that builds a MimeType from a String.
- MimeType(String, String) -
Constructor for class javax.activation.MimeType
- Constructor that builds a MimeType with the given primary and sub type
but has an empty parameter list.
- MimeTypeParameterList - Class in javax.activation
- A parameter list of a MimeType
as defined in RFC 2045 and 2046.
- MimeTypeParameterList() -
Constructor for class javax.activation.MimeTypeParameterList
- Default constructor.
- MimeTypeParameterList(String) -
Constructor for class javax.activation.MimeTypeParameterList
- Constructs a new MimeTypeParameterList with the passed in data.
- MimeTypeParseException - Exception in javax.activation
- A class to encapsulate MimeType parsing related exceptions.
- MimeTypeParseException() -
Constructor for exception javax.activation.MimeTypeParseException
- Constructs a MimeTypeParseException with no specified detail message.
- MimeTypeParseException(String) -
Constructor for exception javax.activation.MimeTypeParseException
- Constructs a MimeTypeParseException with the specified detail message.
- MimetypesFileTypeMap - Class in javax.activation
- This class extends FileTypeMap and provides data typing of files
via their file extension.
- MimetypesFileTypeMap() -
Constructor for class javax.activation.MimetypesFileTypeMap
- The default constructor.
- MimetypesFileTypeMap(String) -
Constructor for class javax.activation.MimetypesFileTypeMap
- Construct a MimetypesFileTypeMap with programmatic entries
added from the named file.
- MimetypesFileTypeMap(InputStream) -
Constructor for class javax.activation.MimetypesFileTypeMap
- Construct a MimetypesFileTypeMap with programmatic entries
added from the InputStream.
- MimeUtility - Class in javax.mail.internet
- This is a utility class that provides various MIME related
functionality.
- MINIMUM_MESSAGE_ID -
Static variable in class javax.faces.validator.DoubleRangeValidator
- The message identifier of the
FacesMessage
to be created if the minimum value check fails.
- MINIMUM_MESSAGE_ID -
Static variable in class javax.faces.validator.LengthValidator
- The message identifier of the
FacesMessage
to be created if
the minimum length check fails.
- MINIMUM_MESSAGE_ID -
Static variable in class javax.faces.validator.LongRangeValidator
- The message identifier of the
FacesMessage
to be created if
the minimum value check fails.
- mode -
Variable in class javax.mail.Folder
- The open mode of this folder.
- modified -
Variable in class javax.mail.internet.MimeMessage
- A flag indicating whether the message has been modified.
- ModuleType - Class in javax.enterprise.deploy.shared
- Class ModuleTypes defines enumeration values for the J2EE
module types.
- ModuleType(int) -
Constructor for class javax.enterprise.deploy.shared.ModuleType
- Construct a new enumeration value with the given integer value.
- msg -
Variable in class javax.mail.event.MessageChangedEvent
- The message that changed.
- msg -
Variable in class javax.mail.event.TransportEvent
-
- msgnum -
Variable in class javax.mail.Message
- The number of this message within its folder, or zero if
the message was not retrieved from a folder.
- msgs -
Variable in class javax.mail.event.MessageCountEvent
- The messages.
- Multipart - Class in javax.mail
- Multipart is a container that holds multiple body parts.
- Multipart() -
Constructor for class javax.mail.Multipart
- Default constructor.
- MultipartDataSource - Interface in javax.mail
- MultipartDataSource is a
DataSource
that contains body
parts.
N
- name -
Variable in class javax.mail.Header
- The name of the header.
- name -
Variable in class javax.mail.Quota.Resource
- The name of the resource.
- name -
Variable in class javax.xml.bind.JAXBElement
- xml element tag name
- Name - Interface in javax.xml.soap
- A representation of an XML name.
- NamedNativeQueries - Annotation Type in javax.persistence
- Is used to specify an array of native SQL named queries.
- NamedNativeQuery - Annotation Type in javax.persistence
- Is used to specify a native SQL named query.
- NamedQueries - Annotation Type in javax.persistence
- Specifies an array of named Java Persistence query language queries.
- NamedQuery - Annotation Type in javax.persistence
- Is used to specify a named query in the Java Persistence query language,
which is a static query expressed in metadata.
- Namespace - Interface in javax.xml.stream.events
- An interface that contains information about a namespace.
- NAMESPACE -
Static variable in interface javax.xml.stream.XMLStreamConstants
- Indicates the event is a namespace declaration
- NamespaceConstants - Class in javax.xml.rpc
- Constants used in JAX-RPC for namespace prefixes and URIs
- NamespaceConstants() -
Constructor for class javax.xml.rpc.NamespaceConstants
-
- NamingContainer - Interface in javax.faces.component
- NamingContainer is an interface that must be
implemented by any
UIComponent
that wants to be a naming
container. - NavigationHandler - Class in javax.faces.application
- A NavigationHandler is passed the outcome string
returned by an application action invoked for this application, and will
use this (along with related state information) to choose the view to
be displayed next.
- NavigationHandler() -
Constructor for class javax.faces.application.NavigationHandler
-
- NE -
Static variable in class javax.mail.search.ComparisonTerm
-
- NESTED -
Static variable in class javax.servlet.jsp.tagext.VariableInfo
- Scope information that scripting variable is visible only within the
start/end tags.
- nested -
Variable in exception javax.xml.stream.XMLStreamException
-
- newFolder -
Variable in class javax.mail.event.FolderEvent
- The folder that represents the new name, in case of a RENAMED event.
- newInstance(String) -
Static method in class javax.xml.bind.JAXBContext
-
Obtain a new instance of a JAXBContext class.
- newInstance(String, ClassLoader) -
Static method in class javax.xml.bind.JAXBContext
-
Obtain a new instance of a JAXBContext class.
- newInstance(String, ClassLoader, Map<String, ?>) -
Static method in class javax.xml.bind.JAXBContext
-
Obtain a new instance of a JAXBContext class.
- newInstance(Class...) -
Static method in class javax.xml.bind.JAXBContext
-
Obtain a new instance of a JAXBContext class.
- newInstance(Class[], Map<String, ?>) -
Static method in class javax.xml.bind.JAXBContext
-
Obtain a new instance of a JAXBContext class.
- newInstance() -
Static method in class javax.xml.registry.ConnectionFactory
- Creates a default
ConnectionFactory
object.
- newInstance() -
Static method in class javax.xml.rpc.ServiceFactory
- Gets an instance of the
ServiceFactory
Only one copy of a factory exists and is returned to the
application each time this method is called.
- newInstance() -
Static method in class javax.xml.soap.MessageFactory
- Creates a new
MessageFactory
object that is an instance
of the default implementation (SOAP 1.1),
This method uses the following ordered lookup procedure to determine the MessageFactory implementation class to load:
Use the javax.xml.soap.MessageFactory system property.
- newInstance(String) -
Static method in class javax.xml.soap.MessageFactory
- Creates a new
MessageFactory
object that is an instance
of the specified implementation.
- newInstance() -
Static method in class javax.xml.soap.SOAPConnectionFactory
- Creates an instance of the default
SOAPConnectionFactory
object.
- newInstance() -
Static method in class javax.xml.soap.SOAPElementFactory
- Deprecated. Creates a new instance of
SOAPElementFactory
.
- newInstance() -
Static method in class javax.xml.soap.SOAPFactory
- Creates a new
SOAPFactory
object that is an instance of
the default implementation (SOAP 1.1),
This method uses the following ordered lookup procedure to determine the SOAPFactory implementation class to load:
Use the javax.xml.soap.SOAPFactory system property.
- newInstance(String) -
Static method in class javax.xml.soap.SOAPFactory
- Creates a new
SOAPFactory
object that is an instance of
the specified implementation, this method uses the SAAJMetaFactory to
locate the implementation class and create the SOAPFactory instance.
- newInstance() -
Method in interface javax.xml.stream.util.XMLEventAllocator
- This method creates an instance of the XMLEventAllocator.
- newInstance() -
Static method in class javax.xml.stream.XMLEventFactory
- Create a new instance of the factory
- newInstance(String, ClassLoader) -
Static method in class javax.xml.stream.XMLEventFactory
- Create a new instance of the factory
- newInstance() -
Static method in class javax.xml.stream.XMLInputFactory
- Create a new instance of the factory.
- newInstance(String, ClassLoader) -
Static method in class javax.xml.stream.XMLInputFactory
- Create a new instance of the factory
- newInstance() -
Static method in class javax.xml.stream.XMLOutputFactory
- Create a new instance of the factory.
- newInstance(String, ClassLoader) -
Static method in class javax.xml.stream.XMLOutputFactory
- Create a new instance of the factory
- newLine() -
Method in class javax.servlet.jsp.JspWriter
- Write a line separator.
- newMessageFactory(String) -
Method in class javax.xml.soap.SAAJMetaFactory
- Creates a
MessageFactory
object for
the given String
protocol.
- NewsAddress - Class in javax.mail.internet
- This class models an RFC1036 newsgroup address.
- NewsAddress() -
Constructor for class javax.mail.internet.NewsAddress
- Default constructor.
- NewsAddress(String) -
Constructor for class javax.mail.internet.NewsAddress
- Construct a NewsAddress with the given newsgroup.
- NewsAddress(String, String) -
Constructor for class javax.mail.internet.NewsAddress
- Construct a NewsAddress with the given newsgroup and host.
- newsgroup -
Variable in class javax.mail.internet.NewsAddress
-
- NEWSGROUPS -
Static variable in class javax.mail.internet.MimeMessage.RecipientType
- The "Newsgroup" (Usenet news) recipients.
- newSOAPFactory(String) -
Method in class javax.xml.soap.SAAJMetaFactory
- Creates a
SOAPFactory
object for
the given String
protocol.
- newStream(long, long) -
Method in interface javax.mail.internet.SharedInputStream
- Return a new InputStream representing a subset of the data
from this InputStream, starting at
start
(inclusive)
up to end
(exclusive).
- newStream(long, long) -
Method in class javax.mail.util.SharedByteArrayInputStream
- Return a new InputStream representing a subset of the data
from this InputStream, starting at
start
(inclusive)
up to end
(exclusive).
- newStream(long, long) -
Method in class javax.mail.util.SharedFileInputStream
- Return a new InputStream representing a subset of the data
from this InputStream, starting at
start
(inclusive)
up to end
(exclusive).
- next() -
Method in class javax.mail.internet.HeaderTokenizer
- Parses the next token from this String.
- next() -
Method in class javax.xml.stream.util.EventReaderDelegate
-
- next() -
Method in class javax.xml.stream.util.StreamReaderDelegate
-
- next() -
Method in interface javax.xml.stream.XMLStreamReader
- Get next parsing event - a processor may return all contiguous
character data in a single chunk, or it may split it into several chunks.
- nextEvent() -
Method in class javax.xml.stream.util.EventReaderDelegate
-
- nextEvent() -
Method in interface javax.xml.stream.XMLEventReader
- Get the next XMLEvent
- nextTag() -
Method in class javax.xml.stream.util.EventReaderDelegate
-
- nextTag() -
Method in class javax.xml.stream.util.StreamReaderDelegate
-
- nextTag() -
Method in interface javax.xml.stream.XMLEventReader
- Skips any insignificant space events until a START_ELEMENT or
END_ELEMENT is reached.
- nextTag() -
Method in interface javax.xml.stream.XMLStreamReader
- Skips any white space (isWhiteSpace() returns true), COMMENT,
or PROCESSING_INSTRUCTION,
until a START_ELEMENT or END_ELEMENT is reached.
- nil -
Variable in class javax.xml.bind.JAXBElement
- true iff the xml element instance has xsi:nil="true".
- NO_BUFFER -
Static variable in class javax.servlet.jsp.JspWriter
- Constant indicating that the Writer is not buffering output.
- Node - Interface in javax.xml.soap
- A representation of a node (element) in an XML document.
- NON_PERSISTENT -
Static variable in interface javax.jms.DeliveryMode
- This is the lowest-overhead delivery mode because it does not require
that the message be logged to stable storage.
- NonUniqueResultException - Exception in javax.persistence
- Thrown by the persistence provider when
getSingleResult()
is executed on a query and there is more
than one result from the query. - NonUniqueResultException() -
Constructor for exception javax.persistence.NonUniqueResultException
- Constructs a new
NonUniqueResultException
exception
with null
as its detail message.
- NonUniqueResultException(String) -
Constructor for exception javax.persistence.NonUniqueResultException
- Constructs a new
NonUniqueResultException
exception
with the specified detail message.
- NoResultException - Exception in javax.persistence
- Thrown by the persistence provider when
getSingleResult()
is executed on a query
and there is no result to return. - NoResultException() -
Constructor for exception javax.persistence.NoResultException
- Constructs a new
NoResultException
exception
with null
as its detail message.
- NoResultException(String) -
Constructor for exception javax.persistence.NoResultException
- Constructs a new
NoResultException
exception
with the specified detail message.
- NormalizedStringAdapter - Class in javax.xml.bind.annotation.adapters
XmlAdapter
to handle xs:normalizedString.- NormalizedStringAdapter() -
Constructor for class javax.xml.bind.annotation.adapters.NormalizedStringAdapter
-
- normalizeMimeType(String) -
Method in class javax.activation.ActivationDataFlavor
- Deprecated.
- normalizeMimeTypeParameter(String, String) -
Method in class javax.activation.ActivationDataFlavor
- Deprecated.
- NoSuchEJBException - Exception in javax.ejb
- A NoSuchEJBException is thrown if an attempt is made to invoke
a method on an object that no longer exists.
- NoSuchEJBException() -
Constructor for exception javax.ejb.NoSuchEJBException
- Constructs a NoSuchEJBException with no detail message.
- NoSuchEJBException(String) -
Constructor for exception javax.ejb.NoSuchEJBException
- Constructs a NoSuchEJBException with the specified
detail message.
- NoSuchEJBException(String, Exception) -
Constructor for exception javax.ejb.NoSuchEJBException
- Constructs a NoSuchEJBException with the specified
detail message and a nested exception.
- NoSuchEntityException - Exception in javax.ejb
- The NoSuchEntityException exception is thrown by an Entity Bean
instance to its container to report that the invoked business method
or callback method could not be completed because of the underlying
entity was removed from the database.
- NoSuchEntityException() -
Constructor for exception javax.ejb.NoSuchEntityException
- Constructs a NoSuchEntityException with no detail message.
- NoSuchEntityException(String) -
Constructor for exception javax.ejb.NoSuchEntityException
- Constructs a NoSuchEntityException with the specified
detailed message.
- NoSuchEntityException(Exception) -
Constructor for exception javax.ejb.NoSuchEntityException
- Constructs a NoSuchEntityException that embeds the originally
thrown exception.
- NoSuchObjectLocalException - Exception in javax.ejb
- A NoSuchObjectLocalException is thrown if an attempt is made to invoke
a method on an object that no longer exists.
- NoSuchObjectLocalException() -
Constructor for exception javax.ejb.NoSuchObjectLocalException
- Constructs a NoSuchObjectLocalException with no detail message.
- NoSuchObjectLocalException(String) -
Constructor for exception javax.ejb.NoSuchObjectLocalException
- Constructs a NoSuchObjectLocalException with the specified
detail message.
- NoSuchObjectLocalException(String, Exception) -
Constructor for exception javax.ejb.NoSuchObjectLocalException
- Constructs a NoSuchObjectLocalException with the specified
detail message and a nested exception.
- NoSuchProviderException - Exception in javax.mail
- This exception is thrown when Session attempts to instantiate a
Provider that doesn't exist.
- NoSuchProviderException() -
Constructor for exception javax.mail.NoSuchProviderException
- Constructor.
- NoSuchProviderException(String) -
Constructor for exception javax.mail.NoSuchProviderException
- Constructor.
- NOT_IN_RANGE_MESSAGE_ID -
Static variable in class javax.faces.validator.DoubleRangeValidator
- The message identifier of the
FacesMessage
to be created if
the maximum or minimum value check fails, and both the maximum
and minimum values for this validator have been set.
- NOT_IN_RANGE_MESSAGE_ID -
Static variable in class javax.faces.validator.LongRangeValidator
- The message identifier of the
FacesMessage
to be created if
the maximum or minimum value check fails, and both the maximum
and minimum values for this validator have been set.
- NOT_IN_RANGE_MESSAGE_ID -
Static variable in interface javax.faces.validator.Validator
- Deprecated. Use
DoubleRangeValidator.NOT_IN_RANGE_MESSAGE_ID
or
LongRangeValidator.NOT_IN_RANGE_MESSAGE_ID
instead.
- NOTATION_DECLARATION -
Static variable in interface javax.xml.stream.XMLStreamConstants
- Indicates a Notation
- NotationDeclaration - Interface in javax.xml.stream.events
- An interface for handling Notation Declarations
Receive notification of a notation declaration event.
- NOTICE -
Static variable in class javax.mail.event.StoreEvent
- Indicates that this message is a NOTICE.
- NotIdentifiableEvent - Interface in javax.xml.bind
- This event indicates that a problem was encountered resolving an ID/IDREF.
- NotIdentifiableEventImpl - Class in javax.xml.bind.helpers
- Default implementation of the NotIdentifiableEvent interface.
- NotIdentifiableEventImpl(int, String, ValidationEventLocator) -
Constructor for class javax.xml.bind.helpers.NotIdentifiableEventImpl
- Create a new NotIdentifiableEventImpl.
- NotIdentifiableEventImpl(int, String, ValidationEventLocator, Throwable) -
Constructor for class javax.xml.bind.helpers.NotIdentifiableEventImpl
- Create a new NotIdentifiableEventImpl.
- notification(StoreEvent) -
Method in interface javax.mail.event.StoreListener
- Invoked when the Store generates a notification event.
- notifyConnectionListeners(int) -
Method in class javax.mail.Folder
- Notify all ConnectionListeners.
- notifyConnectionListeners(int) -
Method in class javax.mail.Service
- Notify all ConnectionListeners.
- notifyDDChange(XpathEvent) -
Method in interface javax.enterprise.deploy.spi.DConfigBean
- A notification that the DDBean provided in the
event has changed and this bean or its child beans need
to reevaluate themselves.
- notifyFolderListeners(int) -
Method in class javax.mail.Folder
- Notify all FolderListeners registered on this Folder and
this folder's Store.
- notifyFolderListeners(int, Folder) -
Method in class javax.mail.Store
- Notify all FolderListeners.
- notifyFolderRenamedListeners(Folder) -
Method in class javax.mail.Folder
- Notify all FolderListeners registered on this Folder and
this folder's Store about the renaming of this folder.
- notifyFolderRenamedListeners(Folder, Folder) -
Method in class javax.mail.Store
- Notify all FolderListeners about the renaming of a folder.
- notifyMessageAddedListeners(Message[]) -
Method in class javax.mail.Folder
- Notify all MessageCountListeners about the addition of messages
into this folder.
- notifyMessageChangedListeners(int, Message) -
Method in class javax.mail.Folder
- Notify all MessageChangedListeners.
- notifyMessageRemovedListeners(boolean, Message[]) -
Method in class javax.mail.Folder
- Notify all MessageCountListeners about the removal of messages
from this Folder.
- notifyStoreListeners(int, String) -
Method in class javax.mail.Store
- Notify all StoreListeners.
- notifyTransportListeners(int, Address[], Address[], Address[], Message) -
Method in class javax.mail.Transport
- Notify all TransportListeners.
- NotSupportedException - Exception in javax.resource
- A
NotSupportedException
is thrown to indicate that
callee (resource adapter
or application server for system contracts) cannot execute an operation
because the operation is not a supported feature. - NotSupportedException() -
Constructor for exception javax.resource.NotSupportedException
- Constructs a new instance with null as its detail message.
- NotSupportedException(String) -
Constructor for exception javax.resource.NotSupportedException
- Constructs a new instance with the specified detail message.
- NotSupportedException(Throwable) -
Constructor for exception javax.resource.NotSupportedException
- Constructs a new throwable with the specified cause.
- NotSupportedException(String, Throwable) -
Constructor for exception javax.resource.NotSupportedException
- Constructs a new throwable with the specified detail message and cause.
- NotSupportedException(String, String) -
Constructor for exception javax.resource.NotSupportedException
- Constructs a new throwable with the specified detail message and
error code.
- NotSupportedException - Exception in javax.transaction
- NotSupportedException exception indicates that the request cannot be
executed because the operation is not a supported feature.
- NotSupportedException() -
Constructor for exception javax.transaction.NotSupportedException
-
- NotSupportedException(String) -
Constructor for exception javax.transaction.NotSupportedException
-
- NotTerm - Class in javax.mail.search
- This class implements the logical NEGATION operator.
- NotTerm(SearchTerm) -
Constructor for class javax.mail.search.NotTerm
-
- NSPREFIX_SCHEMA_XSD -
Static variable in class javax.xml.rpc.NamespaceConstants
- Namespace prefix for XML schema XSD
- NSPREFIX_SCHEMA_XSI -
Static variable in class javax.xml.rpc.NamespaceConstants
- Namespace prefix for XML Schema XSI
- NSPREFIX_SOAP_ENCODING -
Static variable in class javax.xml.rpc.NamespaceConstants
- Namespace prefix for SOAP Encoding
- NSPREFIX_SOAP_ENVELOPE -
Static variable in class javax.xml.rpc.NamespaceConstants
- Namespace prefix for SOAP Envelope
- NSURI_SCHEMA_XSD -
Static variable in class javax.xml.rpc.NamespaceConstants
- Namespace URI for XML Schema XSD
- NSURI_SCHEMA_XSI -
Static variable in class javax.xml.rpc.NamespaceConstants
- Namespace URI for XML Schema XSI
- NSURI_SOAP_ENCODING -
Static variable in class javax.xml.rpc.NamespaceConstants
- Nameapace URI for SOAP 1.1 Encoding
- NSURI_SOAP_ENVELOPE -
Static variable in class javax.xml.rpc.NamespaceConstants
- Nameapace URI for SOAP 1.1 Envelope
- NSURI_SOAP_NEXT_ACTOR -
Static variable in class javax.xml.rpc.NamespaceConstants
- Nameapace URI for SOAP 1.1 next actor role
- number -
Variable in class javax.mail.search.IntegerComparisonTerm
- The number.
- NUMBER_ID -
Static variable in class javax.faces.convert.NumberConverter
- The message identifier of the
FacesMessage
to be created if
the conversion to Number
fails.
- NumberConverter - Class in javax.faces.convert
Converter
implementation for java.lang.Number
values.- NumberConverter() -
Constructor for class javax.faces.convert.NumberConverter
-
O
- ObjectHolder - Class in javax.xml.rpc.holders
-
- ObjectHolder() -
Constructor for class javax.xml.rpc.holders.ObjectHolder
-
- ObjectHolder(Object) -
Constructor for class javax.xml.rpc.holders.ObjectHolder
-
- ObjectMessage - Interface in javax.jms
- An
ObjectMessage
object is used to send a message that contains
a serializable object in the Java programming language ("Java object"). - ObjectNotFoundException - Exception in javax.ejb
- The ObjectNotFoundException exception is thrown by a finder method to
indicate that the specified EJB object does not exist.
- ObjectNotFoundException() -
Constructor for exception javax.ejb.ObjectNotFoundException
- Constructs an ObjectNotFoundException with no detail message.
- ObjectNotFoundException(String) -
Constructor for exception javax.ejb.ObjectNotFoundException
- Constructs an ObjectNotFoundException with the specified
detail message.
- OneToMany - Annotation Type in javax.persistence
- Defines a many-valued association with one-to-many multiplicity.
- OneToOne - Annotation Type in javax.persistence
- This annotation defines a single-valued association to
another entity that has one-to-one multiplicity.
- Oneway - Annotation Type in javax.jws
- Indicates that the given @WebMethod has only an input message and no output.
- onException(JMSException) -
Method in interface javax.jms.ExceptionListener
- Notifies user of a JMS exception.
- onMessage(Message) -
Method in interface javax.jms.MessageListener
- Passes a message to the listener.
- onMessage(Record) -
Method in interface javax.resource.cci.MessageListener
- This method allows an EIS to call a message endpoint using a
request-response style communication.
- open(int) -
Method in class javax.mail.Folder
- Open this Folder.
- opened(ConnectionEvent) -
Method in class javax.mail.event.ConnectionAdapter
-
- OPENED -
Static variable in class javax.mail.event.ConnectionEvent
- A connection was opened.
- opened(ConnectionEvent) -
Method in interface javax.mail.event.ConnectionListener
- Invoked when a Store/Folder/Transport is opened.
- OPERATION_STYLE_PROPERTY -
Static variable in interface javax.xml.rpc.Call
- Standard property for operation style.
- OperationUnsupportedException - Exception in javax.enterprise.deploy.spi.exceptions
- This exception is to report that the method
called is not supported by this implementation.
- OperationUnsupportedException(String) -
Constructor for exception javax.enterprise.deploy.spi.exceptions.OperationUnsupportedException
- Creates an new OperationUnsupportedException object.
- OPERATOR_SLOT -
Static variable in interface javax.xml.registry.infomodel.Slot
- Name for pre-defined Slot used in Organization and ClassificationScheme by JAXR UDDI provider.
- OptimisticLockException - Exception in javax.persistence
- Thrown by the persistence provider when an optimistic locking conflict
occurs.
- OptimisticLockException() -
Constructor for exception javax.persistence.OptimisticLockException
- Constructs a new
OptimisticLockException
exception
with null
as its detail message.
- OptimisticLockException(String) -
Constructor for exception javax.persistence.OptimisticLockException
- Constructs a new
OptimisticLockException
exception
with the specified detail message.
- OptimisticLockException(String, Throwable) -
Constructor for exception javax.persistence.OptimisticLockException
- Constructs a new
OptimisticLockException
exception
with the specified detail message and cause.
- OptimisticLockException(Throwable) -
Constructor for exception javax.persistence.OptimisticLockException
- Constructs a new
OptimisticLockException
exception
with the specified cause.
- OptimisticLockException(Object) -
Constructor for exception javax.persistence.OptimisticLockException
- Constructs a new
OptimisticLockException
exception
with the specified entity.
- OptimisticLockException(String, Throwable, Object) -
Constructor for exception javax.persistence.OptimisticLockException
- Constructs a new
OptimisticLockException
exception
with the specified detail message, cause, and entity.
- OR_ALL_KEYS -
Static variable in interface javax.xml.registry.FindQualifier
-
- OR_LIKE_KEYS -
Static variable in interface javax.xml.registry.FindQualifier
-
- OrderBy - Annotation Type in javax.persistence
- This annotation specifies the ordering of the elements of a
collection valued association at the point when the association
is retrieved.
- Organization - Interface in javax.xml.registry.infomodel
- Organization instances provide information on organizations such as a Submitting Organization.
- ORGANIZATION -
Static variable in interface javax.xml.registry.LifeCycleManager
-
- OrTerm - Class in javax.mail.search
- This class implements the logical OR operator on individual SearchTerms.
- OrTerm(SearchTerm, SearchTerm) -
Constructor for class javax.mail.search.OrTerm
- Constructor that takes two operands.
- OrTerm(SearchTerm[]) -
Constructor for class javax.mail.search.OrTerm
- Constructor that takes an array of SearchTerms.
- othersDeletesAreVisible(int) -
Method in interface javax.resource.cci.ResultSetInfo
- Indicates whether deletes made by others are visible.
- othersInsertsAreVisible(int) -
Method in interface javax.resource.cci.ResultSetInfo
- Indicates whether inserts made by others are visible.
- othersUpdatesAreVisible(int) -
Method in interface javax.resource.cci.ResultSetInfo
- Indicates whether updates made by others are visible.
- OUT -
Static variable in class javax.servlet.jsp.PageContext
- Name used to store current JspWriter in PageContext name table.
- OUT -
Static variable in class javax.xml.rpc.ParameterMode
- OUT mode for parameter passing
- OUTBOUND_MESSAGE_ATTACHMENTS -
Static variable in interface javax.xml.ws.handler.MessageContext
- Standard property: Map of attachments to a message for the outbound
message, key is the MIME Content-ID, value is a DataHandler.
- ownDeletesAreVisible(int) -
Method in interface javax.resource.cci.ResultSetInfo
-
- ownInsertsAreVisible(int) -
Method in interface javax.resource.cci.ResultSetInfo
-
- ownUpdatesAreVisible(int) -
Method in interface javax.resource.cci.ResultSetInfo
-
P
- PAGE -
Static variable in class javax.servlet.jsp.PageContext
- Name used to store the Servlet in this PageContext's nametables.
- PAGE_SCOPE -
Static variable in class javax.servlet.jsp.PageContext
- Page scope: (this is the default) the named reference remains available
in this PageContext until the return from the current Servlet.service()
invocation.
- pageContext -
Variable in class javax.faces.webapp.UIComponentClassicTagBase
- The JSP
PageContext
for the page we are embedded in.
- PageContext - Class in javax.servlet.jsp
-
PageContext extends JspContext to provide useful context information for
when JSP technology is used in a Servlet environment.
- PageContext() -
Constructor for class javax.servlet.jsp.PageContext
- Sole constructor.
- PAGECONTEXT -
Static variable in class javax.servlet.jsp.PageContext
- Name used to store this PageContext in it's own name table.
- pageContext -
Variable in class javax.servlet.jsp.tagext.TagSupport
- The PageContext.
- PageData - Class in javax.servlet.jsp.tagext
- Translation-time information on a JSP page.
- PageData() -
Constructor for class javax.servlet.jsp.tagext.PageData
- Sole constructor.
- ParameterList - Class in javax.mail.internet
- This class holds MIME parameters (attribute-value pairs).
- ParameterList() -
Constructor for class javax.mail.internet.ParameterList
- No-arg Constructor.
- ParameterList(String) -
Constructor for class javax.mail.internet.ParameterList
- Constructor that takes a parameter-list string.
- ParameterMode - Class in javax.xml.rpc
- The
javax.xml.rpc.ParameterMode
is a type-safe
enumeration for parameter mode. - parent -
Variable in class javax.mail.BodyPart
- The
Multipart
object containing this BodyPart
,
if known.
- parent -
Variable in class javax.mail.Multipart
- The
Part
containing this Multipart
,
if known.
- parse(String) -
Method in class javax.activation.MimeTypeParameterList
- A routine for parsing the parameter list out of a String.
- parse(String) -
Static method in class javax.mail.internet.InternetAddress
- Parse the given comma separated sequence of addresses into
InternetAddress objects.
- parse(String, boolean) -
Static method in class javax.mail.internet.InternetAddress
- Parse the given sequence of addresses into InternetAddress
objects.
- parse(String, ParsePosition) -
Method in class javax.mail.internet.MailDateFormat
- Parses the given date in the format specified by
draft-ietf-drums-msg-fmt-08 in the current TimeZone.
- parse(InputStream) -
Method in class javax.mail.internet.MimeMessage
- Parse the InputStream setting the
headers
and
content
fields appropriately.
- parse() -
Method in class javax.mail.internet.MimeMultipart
- Parse the InputStream from our DataSource, constructing the
appropriate MimeBodyParts.
- parse(String) -
Static method in class javax.mail.internet.NewsAddress
- Parse the given comma separated sequence of newsgroup into
NewsAddress objects.
- parseAnySimpleType(String) -
Static method in class javax.xml.bind.DatatypeConverter
-
Return a string containing the lexical representation of the
simple type.
- parseAnySimpleType(String) -
Method in interface javax.xml.bind.DatatypeConverterInterface
-
Return a string containing the lexical representation of the
simple type.
- parseBase64Binary(String) -
Static method in class javax.xml.bind.DatatypeConverter
-
Converts the string argument into an array of bytes.
- parseBase64Binary(String) -
Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts the string argument into an array of bytes.
- parseBoolean(String) -
Static method in class javax.xml.bind.DatatypeConverter
-
Converts the string argument into a boolean value.
- parseBoolean(String) -
Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts the string argument into a boolean value.
- parseByte(String) -
Static method in class javax.xml.bind.DatatypeConverter
-
Converts the string argument into a byte value.
- parseByte(String) -
Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts the string argument into a byte value.
- ParseConversionEvent - Interface in javax.xml.bind
- This event indicates that a problem was encountered while converting a
string from the XML data into a value of the target Java data type.
- ParseConversionEventImpl - Class in javax.xml.bind.helpers
- Default implementation of the ParseConversionEvent interface.
- ParseConversionEventImpl(int, String, ValidationEventLocator) -
Constructor for class javax.xml.bind.helpers.ParseConversionEventImpl
- Create a new ParseConversionEventImpl.
- ParseConversionEventImpl(int, String, ValidationEventLocator, Throwable) -
Constructor for class javax.xml.bind.helpers.ParseConversionEventImpl
- Create a new ParseConversionEventImpl.
- parsed -
Variable in class javax.mail.internet.MimeMultipart
- Have we parsed the data from our InputStream yet?
- parseDate(String) -
Static method in class javax.xml.bind.DatatypeConverter
-
Converts the string argument into a Calendar value.
- parseDate(String) -
Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts the string argument into a Calendar value.
- parseDateTime(String) -
Static method in class javax.xml.bind.DatatypeConverter
-
Converts the string argument into a Calendar value.
- parseDateTime(String) -
Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts the string argument into a Calendar value.
- parseDecimal(String) -
Static method in class javax.xml.bind.DatatypeConverter
-
Converts the string argument into a BigDecimal value.
- parseDecimal(String) -
Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts the string argument into a BigDecimal value.
- parseDouble(String) -
Static method in class javax.xml.bind.DatatypeConverter
-
Converts the string argument into a double value.
- parseDouble(String) -
Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts the string argument into a double value.
- ParseException - Exception in javax.mail.internet
- The exception thrown due to an error in parsing RFC822
or MIME headers
- ParseException() -
Constructor for exception javax.mail.internet.ParseException
- Constructs a ParseException with no detail message.
- ParseException(String) -
Constructor for exception javax.mail.internet.ParseException
- Constructs a ParseException with the specified detail message.
- parseExpression(String, Class, FunctionMapper) -
Method in class javax.servlet.jsp.el.ExpressionEvaluator
- Deprecated. Prepare an expression for later evaluation.
- parseFloat(String) -
Static method in class javax.xml.bind.DatatypeConverter
-
Converts the string argument into a float value.
- parseFloat(String) -
Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts the string argument into a float value.
- parseHeader(String, boolean) -
Static method in class javax.mail.internet.InternetAddress
- Parse the given sequence of addresses into InternetAddress
objects.
- parseHexBinary(String) -
Static method in class javax.xml.bind.DatatypeConverter
-
Converts the string argument into an array of bytes.
- parseHexBinary(String) -
Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts the string argument into an array of bytes.
- parseInt(String) -
Static method in class javax.xml.bind.DatatypeConverter
-
Convert the string argument into an int value.
- parseInt(String) -
Method in interface javax.xml.bind.DatatypeConverterInterface
-
Convert the string argument into an int value.
- parseInteger(String) -
Static method in class javax.xml.bind.DatatypeConverter
-
Convert the string argument into a BigInteger value.
- parseInteger(String) -
Method in interface javax.xml.bind.DatatypeConverterInterface
-
Convert the string argument into a BigInteger value.
- parseLong(String) -
Static method in class javax.xml.bind.DatatypeConverter
-
Converts the string argument into a long value.
- parseLong(String) -
Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts the string argument into a long value.
- parsePostData(int, ServletInputStream) -
Static method in class javax.servlet.http.HttpUtils
- Deprecated. Parses data from an HTML form that the client sends to
the server using the HTTP POST method and the
application/x-www-form-urlencoded MIME type.
- parseQName(String, NamespaceContext) -
Static method in class javax.xml.bind.DatatypeConverter
-
Converts the string argument into a byte value.
- parseQName(String, NamespaceContext) -
Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts the string argument into a QName value.
- parseQueryString(String) -
Static method in class javax.servlet.http.HttpUtils
- Deprecated. Parses a query string passed from the client to the
server and builds a
HashTable
object
with key-value pairs.
- parseShort(String) -
Static method in class javax.xml.bind.DatatypeConverter
-
Converts the string argument into a short value.
- parseShort(String) -
Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts the string argument into a short value.
- parseString(String) -
Method in class javax.mail.URLName
- Method which does all of the work of parsing the string.
- parseString(String) -
Static method in class javax.xml.bind.DatatypeConverter
-
Convert the lexical XSD string argument into a String value.
- parseString(String) -
Method in interface javax.xml.bind.DatatypeConverterInterface
-
Convert the string argument into a string.
- parseTime(String) -
Static method in class javax.xml.bind.DatatypeConverter
-
Converts the string argument into a Calendar value.
- parseTime(String) -
Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts the string argument into a Calendar value.
- parseUnsignedInt(String) -
Static method in class javax.xml.bind.DatatypeConverter
-
Converts the string argument into a long value.
- parseUnsignedInt(String) -
Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts the string argument into a long value.
- parseUnsignedShort(String) -
Static method in class javax.xml.bind.DatatypeConverter
-
Converts the string argument into an int value.
- parseUnsignedShort(String) -
Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts the string argument into an int value.
- part -
Variable in class javax.mail.internet.MimePartDataSource
- The MimePart that provides the data for this DataSource.
- Part - Interface in javax.mail
- The
Part
interface is the common base interface for
Messages and BodyParts. - parts -
Variable in class javax.mail.Multipart
- Vector of BodyPart objects.
- PASSWORD_PROPERTY -
Static variable in interface javax.xml.rpc.Call
- Standard property: Password for authentication
Type:
java.lang.String
- PASSWORD_PROPERTY -
Static variable in interface javax.xml.rpc.Stub
- Standard property: Password for authentication.
- PASSWORD_PROPERTY -
Static variable in interface javax.xml.ws.BindingProvider
- Standard property: Password for authentication.
- PasswordAuthentication - Class in javax.mail
- The class PasswordAuthentication is a data holder that is used by
Authenticator.
- PasswordAuthentication(String, String) -
Constructor for class javax.mail.PasswordAuthentication
- Initialize a new PasswordAuthentication
- PasswordCredential - Class in javax.resource.spi.security
- The class PasswordCredential acts as a holder for username and
password.
- PasswordCredential(String, char[]) -
Constructor for class javax.resource.spi.security.PasswordCredential
- Creates a new
PasswordCredential
object from the given
user name and password.
- PATH_INFO -
Static variable in interface javax.xml.ws.handler.MessageContext
- Standard property: Request Path Info
Type: String
- pattern -
Variable in class javax.mail.search.StringTerm
- The pattern.
- PATTERN_ID -
Static variable in class javax.faces.convert.NumberConverter
- The message identifier of the
FacesMessage
to be created if
the conversion to Number
fails.
- peek() -
Method in class javax.mail.internet.HeaderTokenizer
- Peek at the next token, without actually removing the token
from the parse stream.
- peek() -
Method in class javax.xml.stream.util.EventReaderDelegate
-
- peek() -
Method in interface javax.xml.stream.XMLEventReader
- Check the next XMLEvent without reading it from the stream.
- PERCENT_ID -
Static variable in class javax.faces.convert.NumberConverter
- The message identifier of the
FacesMessage
to be created if
the conversion to Number
fails.
- PermitAll - Annotation Type in javax.annotation.security
- Specifies that all security roles are allowed to invoke the specified
method(s) i.e that the specified method(s) are "unchecked".
- persist(Object) -
Method in interface javax.persistence.EntityManager
- Make an entity instance managed and persistent.
- Persistence - Class in javax.persistence
- Bootstrap class that is used to obtain an
EntityManagerFactory
. - Persistence() -
Constructor for class javax.persistence.Persistence
-
- PERSISTENCE_PROVIDER -
Static variable in class javax.persistence.Persistence
-
- PersistenceContext - Annotation Type in javax.persistence
- Expresses a dependency on an
EntityManager
persistence context. - PersistenceContexts - Annotation Type in javax.persistence
- Declares one or more
PersistenceContext
annotations. - PersistenceContextType - Enum in javax.persistence
- Specifies whether a transaction-scoped or extended
persistence context is to be used in
PersistenceContext
. - PersistenceException - Exception in javax.persistence
- Thrown by the persistence provider when a problem occurs.
- PersistenceException() -
Constructor for exception javax.persistence.PersistenceException
- Constructs a new
PersistenceException
exception
with null
as its detail message.
- PersistenceException(String) -
Constructor for exception javax.persistence.PersistenceException
- Constructs a new
PersistenceException
exception
with the specified detail message.
- PersistenceException(String, Throwable) -
Constructor for exception javax.persistence.PersistenceException
- Constructs a new
PersistenceException
exception
with the specified detail message and cause.
- PersistenceException(Throwable) -
Constructor for exception javax.persistence.PersistenceException
- Constructs a new
PersistenceException
exception
with the specified cause.
- PersistenceProperty - Annotation Type in javax.persistence
- Describes a single container or persistence provider property.
- PersistenceProvider - Interface in javax.persistence.spi
- Interface implemented by a persistence provider.
- PersistenceUnit - Annotation Type in javax.persistence
- Expresses a dependency on an
EntityManagerFactory
. - PersistenceUnitInfo - Interface in javax.persistence.spi
- Interface implemented by the container and used by the persistence provider
when creating an
EntityManagerFactory
. - PersistenceUnits - Annotation Type in javax.persistence
- Declares one or more
PersistenceUnit
annotations. - PersistenceUnitTransactionType - Enum in javax.persistence.spi
- This enum class defines whether the entity managers created by the
EntityManagerFactory
will be
JTA or resource-local entity managers. - PERSISTENT -
Static variable in interface javax.jms.DeliveryMode
- This delivery mode instructs the JMS provider to log the message to stable
storage as part of the client's send operation.
- PERSON_NAME -
Static variable in interface javax.xml.registry.LifeCycleManager
-
- personal -
Variable in class javax.mail.internet.InternetAddress
- The personal name.
- PersonName - Interface in javax.xml.registry.infomodel
- Represents a person's name.
- PhaseEvent - Class in javax.faces.event
- PhaseEvent represents the beginning or ending of
processing for a particular phase of the request processing lifecycle,
for the request encapsulated by the specified
FacesContext
. - PhaseEvent(FacesContext, PhaseId, Lifecycle) -
Constructor for class javax.faces.event.PhaseEvent
- Construct a new event object from the specified parameters.
- PhaseId - Class in javax.faces.event
- Typesafe enumeration of the legal values that may be returned by the
getPhaseId()
method of the FacesEvent
interface. - PhaseListener - Interface in javax.faces.event
- An interface implemented by objects that wish to be notified at
the beginning and ending of processing for each standard phase of the
request processing lifecycle.
- PolicyConfiguration - Interface in javax.security.jacc
- The methods of this interface are used by containers to
create policy statements in a Policy provider.
- PolicyConfigurationFactory - Class in javax.security.jacc
- Abstract factory and finder class for obtaining
the instance of the class that implements the PolicyConfigurationFactory
of a provider.
- PolicyConfigurationFactory() -
Constructor for class javax.security.jacc.PolicyConfigurationFactory
-
- PolicyContext - Class in javax.security.jacc
- This utility class is used by containers to communicate policy context
identifiers and other policy relevant context to
Policy
providers. - PolicyContextException - Exception in javax.security.jacc
- This checked exception is thrown by implementations of the
javax.security.jacc.PolicyConfiguration
Interface, the
javax.security.jacc.PolicyConfigurationFactory
abstract class,
the javax.security.jacc.PolicyContext
utility class, and
implementations of the
javax.security.jacc.PolicyContextException
Interface. - PolicyContextException() -
Constructor for exception javax.security.jacc.PolicyContextException
- Constructs a new PolicyContextException with
null
as its detail message.
- PolicyContextException(String) -
Constructor for exception javax.security.jacc.PolicyContextException
- Constructs a new PolicyContextException with the specified detail message
- PolicyContextException(String, Throwable) -
Constructor for exception javax.security.jacc.PolicyContextException
- Constructs a new PolicyContextException with the specified detail message
and cause.
- PolicyContextException(Throwable) -
Constructor for exception javax.security.jacc.PolicyContextException
- Constructs a new PolicyContextException with the specified cause.
- PolicyContextHandler - Interface in javax.security.jacc
- This interface defines the methods that must be implemented by handlers
that are to be registered and activated by the
PolicyContext
class. - popBody() -
Method in class javax.servlet.jsp.JspContext
- Return the previous JspWriter "out" saved by the matching
pushBody(), and update the value of the "out" attribute in
the page scope attribute namespace of the JspContext.
- PortInfo - Interface in javax.xml.ws.handler
- The
PortInfo
interface is used by a
HandlerResolver
to query information about
the port it is being asked to create a handler chain for. - pos -
Variable in exception javax.mail.internet.AddressException
- The index in the string where the error occurred, or -1 if not known.
- PostActivate - Annotation Type in javax.ejb
- Designates a method to receive a callback after a stateful session
bean has been activated.
- POSTAL_ADDRESS -
Static variable in interface javax.xml.registry.LifeCycleManager
-
- PostalAddress - Interface in javax.xml.registry.infomodel
- PostalAddress is a simple re-usable entity class that defines attributes of a postal Address.
- PostConstruct - Annotation Type in javax.annotation
- The PostConstruct annotation is used on a method that needs to be executed
after dependency injection is done to perform any initialization.
- PostLoad - Annotation Type in javax.persistence
- Is used to specify callback methods for the corresponding
lifecycle event.
- PostPersist - Annotation Type in javax.persistence
- Is used to specify callback methods for the corresponding
lifecycle event.
- PostRemove - Annotation Type in javax.persistence
- Is used to specify callback methods for the corresponding
lifecycle event.
- PostUpdate - Annotation Type in javax.persistence
- Is used to specify callback methods for the corresponding
lifecycle event.
- PreDestroy - Annotation Type in javax.annotation
- The PreDestroy annotation is used on methods as a callback notification to
signal that the instance is in the process of being removed by the
container.
- PreencodedMimeBodyPart - Class in javax.mail.internet
- A MimeBodyPart that handles data that has already been encoded.
- PreencodedMimeBodyPart(String) -
Constructor for class javax.mail.internet.PreencodedMimeBodyPart
- Create a PreencodedMimeBodyPart that assumes the data is
encoded using the specified encoding.
- prefix -
Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
- The prefix assigned to this taglib from the taglib directive.
- prepare(Xid) -
Method in interface javax.resource.spi.XATerminator
- Ask the resource manager to prepare for a transaction commit
of the transaction specified in xid.
- prepare(Xid) -
Method in interface javax.transaction.xa.XAResource
- Ask the resource manager to prepare for a transaction commit
of the transaction specified in xid.
- PrePassivate - Annotation Type in javax.ejb
- Designates a method to receive a callback before a stateful session
bean is passivated.
- PrePersist - Annotation Type in javax.persistence
- Is used to specify callback methods for the corresponding
lifecycle event.
- PreRemove - Annotation Type in javax.persistence
- Is used to specify callback methods for the corresponding
lifecycle event.
- PreUpdate - Annotation Type in javax.persistence
- Is used to specify callback methods for the corresponding
lifecycle event.
- PrimaryKeyJoinColumn - Annotation Type in javax.persistence
- This annotation specifies a primary key column that is used
as a foreign key to join to another table.
- PrimaryKeyJoinColumns - Annotation Type in javax.persistence
- This annotation groups
PrimaryKeyJoinColumn
annotations. - print(boolean) -
Method in class javax.servlet.jsp.JspWriter
- Print a boolean value.
- print(char) -
Method in class javax.servlet.jsp.JspWriter
- Print a character.
- print(int) -
Method in class javax.servlet.jsp.JspWriter
- Print an integer.
- print(long) -
Method in class javax.servlet.jsp.JspWriter
- Print a long integer.
- print(float) -
Method in class javax.servlet.jsp.JspWriter
- Print a floating-point number.
- print(double) -
Method in class javax.servlet.jsp.JspWriter
- Print a double-precision floating-point number.
- print(char[]) -
Method in class javax.servlet.jsp.JspWriter
- Print an array of characters.
- print(String) -
Method in class javax.servlet.jsp.JspWriter
- Print a string.
- print(Object) -
Method in class javax.servlet.jsp.JspWriter
- Print an object.
- print(String) -
Method in class javax.servlet.ServletOutputStream
- Writes a
String
to the client,
without a carriage return-line feed (CRLF)
character at the end.
- print(boolean) -
Method in class javax.servlet.ServletOutputStream
- Writes a
boolean
value to the client,
with no carriage return-line feed (CRLF)
character at the end.
- print(char) -
Method in class javax.servlet.ServletOutputStream
- Writes a character to the client,
with no carriage return-line feed (CRLF)
at the end.
- print(int) -
Method in class javax.servlet.ServletOutputStream
- Writes an int to the client,
with no carriage return-line feed (CRLF)
at the end.
- print(long) -
Method in class javax.servlet.ServletOutputStream
- Writes a
long
value to the client,
with no carriage return-line feed (CRLF) at the end.
- print(float) -
Method in class javax.servlet.ServletOutputStream
- Writes a
float
value to the client,
with no carriage return-line feed (CRLF) at the end.
- print(double) -
Method in class javax.servlet.ServletOutputStream
- Writes a
double
value to the client,
with no carriage return-line feed (CRLF) at the end.
- printAnySimpleType(String) -
Static method in class javax.xml.bind.DatatypeConverter
-
Converts a string value into a string.
- printAnySimpleType(String) -
Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts a string value into a string.
- printBase64Binary(byte[]) -
Static method in class javax.xml.bind.DatatypeConverter
-
Converts an array of bytes into a string.
- printBase64Binary(byte[]) -
Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts an array of bytes into a string.
- printBoolean(boolean) -
Static method in class javax.xml.bind.DatatypeConverter
-
Converts a boolean value into a string.
- printBoolean(boolean) -
Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts a boolean value into a string.
- printByte(byte) -
Static method in class javax.xml.bind.DatatypeConverter
-
Converts a byte value into a string.
- printByte(byte) -
Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts a byte value into a string.
- PrintConversionEvent - Interface in javax.xml.bind
- This event indicates that a problem was encountered while converting data
from the Java content tree into its lexical representation.
- PrintConversionEventImpl - Class in javax.xml.bind.helpers
- Default implementation of the PrintConversionEvent interface.
- PrintConversionEventImpl(int, String, ValidationEventLocator) -
Constructor for class javax.xml.bind.helpers.PrintConversionEventImpl
- Create a new PrintConversionEventImpl.
- PrintConversionEventImpl(int, String, ValidationEventLocator, Throwable) -
Constructor for class javax.xml.bind.helpers.PrintConversionEventImpl
- Create a new PrintConversionEventImpl.
- printDate(Calendar) -
Static method in class javax.xml.bind.DatatypeConverter
-
Converts a Calendar value into a string.
- printDate(Calendar) -
Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts a Calendar value into a string.
- printDateTime(Calendar) -
Static method in class javax.xml.bind.DatatypeConverter
-
Converts a Calendar value into a string.
- printDateTime(Calendar) -
Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts a Calendar value into a string.
- printDecimal(BigDecimal) -
Static method in class javax.xml.bind.DatatypeConverter
-
Converts a BigDecimal value into a string.
- printDecimal(BigDecimal) -
Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts a BigDecimal value into a string.
- printDouble(double) -
Static method in class javax.xml.bind.DatatypeConverter
-
Converts a double value into a string.
- printDouble(double) -
Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts a double value into a string.
- printFloat(float) -
Static method in class javax.xml.bind.DatatypeConverter
-
Converts a float value into a string.
- printFloat(float) -
Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts a float value into a string.
- printHexBinary(byte[]) -
Static method in class javax.xml.bind.DatatypeConverter
-
Converts an array of bytes into a string.
- printHexBinary(byte[]) -
Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts an array of bytes into a string.
- printInt(int) -
Static method in class javax.xml.bind.DatatypeConverter
-
Converts an int value into a string.
- printInt(int) -
Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts an int value into a string.
- printInteger(BigInteger) -
Static method in class javax.xml.bind.DatatypeConverter
-
Converts a BigInteger value into a string.
- printInteger(BigInteger) -
Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts a BigInteger value into a string.
- println() -
Method in class javax.servlet.jsp.JspWriter
- Terminate the current line by writing the line separator string.
- println(boolean) -
Method in class javax.servlet.jsp.JspWriter
- Print a boolean value and then terminate the line.
- println(char) -
Method in class javax.servlet.jsp.JspWriter
- Print a character and then terminate the line.
- println(int) -
Method in class javax.servlet.jsp.JspWriter
- Print an integer and then terminate the line.
- println(long) -
Method in class javax.servlet.jsp.JspWriter
- Print a long integer and then terminate the line.
- println(float) -
Method in class javax.servlet.jsp.JspWriter
- Print a floating-point number and then terminate the line.
- println(double) -
Method in class javax.servlet.jsp.JspWriter
- Print a double-precision floating-point number and then terminate the
line.
- println(char[]) -
Method in class javax.servlet.jsp.JspWriter
- Print an array of characters and then terminate the line.
- println(String) -
Method in class javax.servlet.jsp.JspWriter
- Print a String and then terminate the line.
- println(Object) -
Method in class javax.servlet.jsp.JspWriter
- Print an Object and then terminate the line.
- println() -
Method in class javax.servlet.ServletOutputStream
- Writes a carriage return-line feed (CRLF)
to the client.
- println(String) -
Method in class javax.servlet.ServletOutputStream
- Writes a
String
to the client,
followed by a carriage return-line feed (CRLF).
- println(boolean) -
Method in class javax.servlet.ServletOutputStream
- Writes a
boolean
value to the client,
followed by a
carriage return-line feed (CRLF).
- println(char) -
Method in class javax.servlet.ServletOutputStream
- Writes a character to the client, followed by a carriage
return-line feed (CRLF).
- println(int) -
Method in class javax.servlet.ServletOutputStream
- Writes an int to the client, followed by a
carriage return-line feed (CRLF) character.
- println(long) -
Method in class javax.servlet.ServletOutputStream
- Writes a
long
value to the client, followed by a
carriage return-line feed (CRLF).
- println(float) -
Method in class javax.servlet.ServletOutputStream
- Writes a
float
value to the client,
followed by a carriage return-line feed (CRLF).
- println(double) -
Method in class javax.servlet.ServletOutputStream
- Writes a
double
value to the client,
followed by a carriage return-line feed (CRLF).
- printLong(long) -
Static method in class javax.xml.bind.DatatypeConverter
-
Converts A long value into a string.
- printLong(long) -
Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts a long value into a string.
- printQName(QName, NamespaceContext) -
Static method in class javax.xml.bind.DatatypeConverter
-
Converts a QName instance into a string.
- printQName(QName, NamespaceContext) -
Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts a QName instance into a string.
- printShort(short) -
Static method in class javax.xml.bind.DatatypeConverter
-
Converts a short value into a string.
- printShort(short) -
Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts a short value into a string.
- printStackTrace(PrintStream) -
Method in exception javax.ejb.EJBException
- Prints the composite message and the embedded stack trace to
the specified stream
ps
.
- printStackTrace() -
Method in exception javax.ejb.EJBException
- Prints the composite message to
System.err
.
- printStackTrace(PrintWriter) -
Method in exception javax.ejb.EJBException
- Prints the composite message and the embedded stack trace to
the specified print writer
pw
.
- printStackTrace(PrintStream) -
Method in exception javax.xml.bind.JAXBException
- Prints this JAXBException and its stack trace (including the stack trace
of the linkedException if it is non-null) to the PrintStream.
- printStackTrace() -
Method in exception javax.xml.bind.JAXBException
- Prints this JAXBException and its stack trace (including the stack trace
of the linkedException if it is non-null) to System.err.
- printStackTrace(PrintWriter) -
Method in exception javax.xml.bind.JAXBException
- Prints this JAXBException and its stack trace (including the stack trace
of the linkedException if it is non-null) to the PrintWriter.
- printStackTrace(PrintStream) -
Method in exception javax.xml.bind.TypeConstraintException
- Prints this TypeConstraintException and its stack trace (including the stack trace
of the linkedException if it is non-null) to the PrintStream.
- printStackTrace() -
Method in exception javax.xml.bind.TypeConstraintException
- Prints this TypeConstraintException and its stack trace (including the stack trace
of the linkedException if it is non-null) to System.err.
- printString(String) -
Static method in class javax.xml.bind.DatatypeConverter
-
Converts the string argument into a string.
- printString(String) -
Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts the string argument into a string.
- printTime(Calendar) -
Static method in class javax.xml.bind.DatatypeConverter
-
Converts a Calendar value into a string.
- printTime(Calendar) -
Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts a Calendar value into a string.
- printUnsignedInt(long) -
Static method in class javax.xml.bind.DatatypeConverter
-
Converts a long value into a string.
- printUnsignedInt(long) -
Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts a long value into a string.
- printUnsignedShort(int) -
Static method in class javax.xml.bind.DatatypeConverter
-
Converts an int value into a string.
- printUnsignedShort(int) -
Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts an int value into a string.
- proceed() -
Method in interface javax.interceptor.InvocationContext
- Proceed to the next entry in the interceptor chain.
- PROCESS_VALIDATIONS -
Static variable in class javax.faces.event.PhaseId
- Identifier that indicates an interest in events queued for
the Process Validations phase of the request
processing lifecycle.
- processAction(ActionEvent) -
Method in interface javax.faces.event.ActionListener
- Invoked when the action described by the specified
ActionEvent
occurs.
- processAction(ActionEvent) -
Method in class javax.faces.event.MethodExpressionActionListener
-
- processApplication(FacesContext) -
Method in class javax.faces.component.UIViewRoot
- Broadcast any events that have been queued for the Invoke
Application phase of the request processing lifecycle
and to clear out any events for later phases if the event processing
for this phase caused
FacesContext.renderResponse()
or
FacesContext.responseComplete()
to be called.
- processDecodes(FacesContext) -
Method in class javax.faces.component.UIComponent
- Perform the component tree processing required by the
Apply Request Values phase of the request processing
lifecycle for all facets of this component, all children of this
component, and this component itself, as follows.
- processDecodes(FacesContext) -
Method in class javax.faces.component.UIComponentBase
-
- processDecodes(FacesContext) -
Method in class javax.faces.component.UIData
- Override the default
UIComponentBase.processDecodes(javax.faces.context.FacesContext)
processing to perform the following steps.
- processDecodes(FacesContext) -
Method in class javax.faces.component.UIForm
- Override
UIComponent.processDecodes(javax.faces.context.FacesContext)
to ensure that the
form is decoded before its children.
- processDecodes(FacesContext) -
Method in class javax.faces.component.UIInput
- Specialized decode behavior on top of that provided by the
superclass.
- processDecodes(FacesContext) -
Method in class javax.faces.component.UIViewRoot
- Override the default
UIComponentBase.processDecodes(javax.faces.context.FacesContext)
behavior to broadcast any queued events after the default
processing has been completed and to clear out any events
for later phases if the event processing for this phase caused FacesContext.renderResponse()
or FacesContext.responseComplete()
to be called.
- PROCESSING_INSTRUCTION -
Static variable in interface javax.xml.stream.XMLStreamConstants
- Indicates an event is a processing instruction
- ProcessingInstruction - Interface in javax.xml.stream.events
- An interface that describes the data found in processing instructions
- processListener(FacesListener) -
Method in class javax.faces.event.ActionEvent
-
- processListener(FacesListener) -
Method in class javax.faces.event.FacesEvent
- Broadcast this
FacesEvent
to the specified
FacesListener
, by whatever mechanism is appropriate.
- processListener(FacesListener) -
Method in class javax.faces.event.ValueChangeEvent
-
- processRestoreState(FacesContext, Object) -
Method in class javax.faces.component.UIComponent
- Perform the component tree processing required by the
Restore View phase of the request processing
lifecycle for all facets of this component, all children of this
component, and this component itself, as follows.
- processRestoreState(FacesContext, Object) -
Method in class javax.faces.component.UIComponentBase
-
- processSaveState(FacesContext) -
Method in class javax.faces.component.UIComponent
- Perform the component tree processing required by the state
saving portion of the Render Response phase of the
request processing lifecycle for all facets of this component,
all children of this component, and this component itself, as
follows.
- processSaveState(FacesContext) -
Method in class javax.faces.component.UIComponentBase
-
- processUpdates(FacesContext) -
Method in class javax.faces.component.UIComponent
- Perform the component tree processing required by the
Update Model Values phase of the request processing
lifecycle for all facets of this component, all children of this
component, and this component itself, as follows.
- processUpdates(FacesContext) -
Method in class javax.faces.component.UIComponentBase
-
- processUpdates(FacesContext) -
Method in class javax.faces.component.UIData
- Override the default
UIComponentBase.processUpdates(javax.faces.context.FacesContext)
processing to perform the following steps.
- processUpdates(FacesContext) -
Method in class javax.faces.component.UIForm
- Override
UIComponent.processUpdates(javax.faces.context.FacesContext)
to ensure that the
children of this UIForm
instance are only processed
if UIForm.isSubmitted()
returns true
.
- processUpdates(FacesContext) -
Method in class javax.faces.component.UIInput
- In addition to the standard
processUpdates
behavior
inherited from UIComponentBase
, calls
updateModel()
.
- processUpdates(FacesContext) -
Method in class javax.faces.component.UIViewRoot
- Override the default
UIComponentBase
behavior to broadcast
any queued events after the default processing has been completed
and to clear out any events for later phases if the event processing
for this phase caused FacesContext.renderResponse()
or
FacesContext.responseComplete()
to be called.
- processValidators(FacesContext) -
Method in class javax.faces.component.UIComponent
- Perform the component tree processing required by the
Process Validations phase of the request processing
lifecycle for all facets of this component, all children of this
component, and this component itself, as follows.
- processValidators(FacesContext) -
Method in class javax.faces.component.UIComponentBase
-
- processValidators(FacesContext) -
Method in class javax.faces.component.UIData
- Override the default
UIComponentBase.processValidators(javax.faces.context.FacesContext)
processing to perform the following steps.
- processValidators(FacesContext) -
Method in class javax.faces.component.UIForm
- Override
UIComponent.processValidators(javax.faces.context.FacesContext)
to ensure that
the children of this UIForm
instance are only
processed if UIForm.isSubmitted()
returns true
.
- processValidators(FacesContext) -
Method in class javax.faces.component.UIInput
- In addition to the standard
processValidators
behavior
inherited from UIComponentBase
, calls validate()
if the immediate
property is false (which is the
default); if the component is invalid afterwards, calls
FacesContext.renderResponse()
.
- processValidators(FacesContext) -
Method in class javax.faces.component.UIViewRoot
- Override the default
UIComponentBase.processValidators(javax.faces.context.FacesContext)
behavior to broadcast any queued events after the default
processing has been completed and to clear out any events
for later phases if the event processing for this phase caused FacesContext.renderResponse()
or FacesContext.responseComplete()
to be called.
- processValueChange(ValueChangeEvent) -
Method in class javax.faces.event.MethodExpressionValueChangeListener
-
- processValueChange(ValueChangeEvent) -
Method in interface javax.faces.event.ValueChangeListener
- Invoked when the value change described by the specified
ValueChangeEvent
occurs.
- ProgressEvent - Class in javax.enterprise.deploy.spi.status
- An event which indicates that a deployment
status change has occurred.
- ProgressEvent(Object, TargetModuleID, DeploymentStatus) -
Constructor for class javax.enterprise.deploy.spi.status.ProgressEvent
- Creates a new object representing a deployment
progress event.
- ProgressListener - Interface in javax.enterprise.deploy.spi.status
- The listener interface for receiving deployment
progress events.
- ProgressObject - Interface in javax.enterprise.deploy.spi.status
- The ProgressObject interface tracks and reports
the progress of the deployment activities,
distribute, start, stop, undeploy.
- PropertyException - Exception in javax.xml.bind
- This exception indicates that an error was encountered while getting or
setting a property.
- PropertyException(String) -
Constructor for exception javax.xml.bind.PropertyException
- Construct a PropertyException with the specified detail message.
- PropertyException(String, String) -
Constructor for exception javax.xml.bind.PropertyException
- Construct a PropertyException with the specified detail message and
vendor specific errorCode.
- PropertyException(Throwable) -
Constructor for exception javax.xml.bind.PropertyException
- Construct a PropertyException with a linkedException.
- PropertyException(String, Throwable) -
Constructor for exception javax.xml.bind.PropertyException
- Construct a PropertyException with the specified detail message and
linkedException.
- PropertyException(String, String, Throwable) -
Constructor for exception javax.xml.bind.PropertyException
- Construct a PropertyException with the specified detail message, vendor
specific errorCode, and linkedException.
- PropertyException(String, Object) -
Constructor for exception javax.xml.bind.PropertyException
- Construct a PropertyException whose message field is set based on the
name of the property and value.toString().
- propertyExists(String) -
Method in interface javax.jms.Message
- Indicates whether a property value exists.
- PropertyNotFoundException - Exception in javax.el
- Thrown when a property could not be found while evaluating a
ValueExpression
or MethodExpression
. - PropertyNotFoundException() -
Constructor for exception javax.el.PropertyNotFoundException
- Creates a
PropertyNotFoundException
with no detail message.
- PropertyNotFoundException(String) -
Constructor for exception javax.el.PropertyNotFoundException
- Creates a
PropertyNotFoundException
with the provided
detail message.
- PropertyNotFoundException(Throwable) -
Constructor for exception javax.el.PropertyNotFoundException
- Creates a
PropertyNotFoundException
with the given root
cause.
- PropertyNotFoundException(String, Throwable) -
Constructor for exception javax.el.PropertyNotFoundException
- Creates a
PropertyNotFoundException
with the given detail
message and root cause.
- PropertyNotFoundException - Exception in javax.faces.el
- Deprecated. This has been replaced by
PropertyNotFoundException
. - PropertyNotFoundException() -
Constructor for exception javax.faces.el.PropertyNotFoundException
- Deprecated. Construct a new exception with no detail message or root cause.
- PropertyNotFoundException(String) -
Constructor for exception javax.faces.el.PropertyNotFoundException
- Deprecated. Construct a new exception with the specified detail message and
no root cause.
- PropertyNotFoundException(Throwable) -
Constructor for exception javax.faces.el.PropertyNotFoundException
- Deprecated. Construct a new exception with the specified root cause.
- PropertyNotFoundException(String, Throwable) -
Constructor for exception javax.faces.el.PropertyNotFoundException
- Deprecated. Construct a new exception with the specified detail message and
root cause.
- PropertyNotWritableException - Exception in javax.el
- Thrown when a property could not be written to while setting the
value on a
ValueExpression
. - PropertyNotWritableException() -
Constructor for exception javax.el.PropertyNotWritableException
- Creates a
PropertyNotWritableException
with no detail
message.
- PropertyNotWritableException(String) -
Constructor for exception javax.el.PropertyNotWritableException
- Creates a
PropertyNotWritableException
with the
provided detail message.
- PropertyNotWritableException(Throwable) -
Constructor for exception javax.el.PropertyNotWritableException
- Creates a
PropertyNotWritableException
with the given root
cause.
- PropertyNotWritableException(String, Throwable) -
Constructor for exception javax.el.PropertyNotWritableException
- Creates a
PropertyNotWritableException
with the given
detail message and root cause.
- PropertyResolver - Class in javax.faces.el
- Deprecated. This has been replaced by
ELResolver
. - PropertyResolver() -
Constructor for class javax.faces.el.PropertyResolver
- Deprecated.
- protocolConnect(String, int, String, String) -
Method in class javax.mail.Service
- The service implementation should override this method to
perform the actual protocol-specific connection attempt.
- ProtocolException - Exception in javax.xml.ws
- The
ProtocolException
class is a
base class for exceptions related to a specific protocol binding. - ProtocolException() -
Constructor for exception javax.xml.ws.ProtocolException
- Constructs a new protocol exception with null as its detail message.
- ProtocolException(String) -
Constructor for exception javax.xml.ws.ProtocolException
- Constructs a new protocol exception with the specified detail message.
- ProtocolException(String, Throwable) -
Constructor for exception javax.xml.ws.ProtocolException
- Constructs a new runtime exception with the specified detail message and
cause.
- ProtocolException(Throwable) -
Constructor for exception javax.xml.ws.ProtocolException
- Constructs a new runtime exception with the specified cause and a detail
message of (cause==null ?
- Provider - Class in javax.mail
- The Provider is a class that describes a protocol
implementation.
- Provider(Provider.Type, String, String, String, String) -
Constructor for class javax.mail.Provider
- Create a new provider of the specified type for the specified
protocol.
- Provider<T> - Interface in javax.xml.ws
- Service endpoints may implement the
Provider
interface as a dynamic alternative to an SEI. - Provider - Class in javax.xml.ws.spi
- Service provider for
ServiceDelegate
and
Endpoint
objects. - Provider() -
Constructor for class javax.xml.ws.spi.Provider
- Creates a new instance of Provider
- provider() -
Static method in class javax.xml.ws.spi.Provider
- Creates a new provider object.
- Provider.Type - Class in javax.mail
- This inner class defines the Provider type.
- providers -
Static variable in class javax.persistence.Persistence
-
- publish(Message) -
Method in interface javax.jms.TopicPublisher
- Publishes a message to the topic.
- publish(Message, int, int, long) -
Method in interface javax.jms.TopicPublisher
- Publishes a message to the topic, specifying delivery mode,
priority, and time to live.
- publish(Topic, Message) -
Method in interface javax.jms.TopicPublisher
- Publishes a message to a topic for an unidentified message producer.
- publish(Topic, Message, int, int, long) -
Method in interface javax.jms.TopicPublisher
- Publishes a message to a topic for an unidentified message
producer, specifying delivery mode, priority and time to live.
- publish(String) -
Method in class javax.xml.ws.Endpoint
- Publishes this endpoint at the given address.
- publish(String, Object) -
Static method in class javax.xml.ws.Endpoint
- Creates and publishes an endpoint for the specified implementor
object at the given address.
- publish(Object) -
Method in class javax.xml.ws.Endpoint
- Publishes this endpoint at the provided server context.
- pushBody(Writer) -
Method in class javax.servlet.jsp.JspContext
- Return a new JspWriter object that sends output to the
provided Writer.
- pushBody() -
Method in class javax.servlet.jsp.PageContext
- Return a new BodyContent object, save the current "out" JspWriter,
and update the value of the "out" attribute in the page scope
attribute namespace of the PageContext.
- putContext(Class, Object) -
Method in class javax.el.ELContext
- Associates a context object with this
ELContext
.
- putResource(Object, Object) -
Method in interface javax.transaction.TransactionSynchronizationRegistry
- Add or replace an object in the Map of resources being managed for
the transaction bound to the current thread at the time this
method is called.
- putValue(String, Object) -
Method in interface javax.servlet.http.HttpSession
- Deprecated. As of Version 2.2, this method is
replaced by
HttpSession.setAttribute(java.lang.String, java.lang.Object)
Q
- QNameHolder - Class in javax.xml.rpc.holders
-
- QNameHolder() -
Constructor for class javax.xml.rpc.holders.QNameHolder
-
- QNameHolder(QName) -
Constructor for class javax.xml.rpc.holders.QNameHolder
-
- Query - Interface in javax.persistence
- Interface used to control query execution.
- Query - Interface in javax.xml.registry
- The Query interface encapsulates a query in a declarative query language.
- QUERY_STRING -
Static variable in interface javax.xml.ws.handler.MessageContext
- Standard property: Query string for request.
- QUERY_TYPE_EBXML_FILTER_QUERY -
Static variable in interface javax.xml.registry.Query
- An OASIS ebXML Registry XML Filter Query type.
- QUERY_TYPE_SQL -
Static variable in interface javax.xml.registry.Query
- An SQL query type.
- QUERY_TYPE_XQUERY -
Static variable in interface javax.xml.registry.Query
- A W3C XQuery type.
- QueryHint - Annotation Type in javax.persistence
- An implementation-specific
Query
hint. - QueryManager - Interface in javax.xml.registry
- This is the common base interface for all QueryManagers in the API.
- queryNames(ObjectName, QueryExp) -
Method in interface javax.management.j2ee.Management
- Gets the names of managed objects controlled by the MEJB.
- queue() -
Method in class javax.faces.event.FacesEvent
- Convenience method to queue this event for broadcast at the end
of the current request processing lifecycle phase.
- Queue - Interface in javax.jms
- A
Queue
object encapsulates a provider-specific queue name. - QueueBrowser - Interface in javax.jms
- A client uses a
QueueBrowser
object to look at messages on a
queue without removing them. - QueueConnection - Interface in javax.jms
- A
QueueConnection
object is an active connection to a
point-to-point JMS provider. - QueueConnectionFactory - Interface in javax.jms
- A client uses a
QueueConnectionFactory
object to create
QueueConnection
objects with a point-to-point JMS provider. - queueEvent(FacesEvent) -
Method in class javax.faces.component.UICommand
- Intercept
queueEvent
and, for ActionEvent
s,
mark the phaseId for the event to be
PhaseId.APPLY_REQUEST_VALUES
if the
immediate
flag is true,
PhaseId.INVOKE_APPLICATION
otherwise.
- queueEvent(FacesEvent) -
Method in class javax.faces.component.UIComponent
- Queue an event for broadcast at the end of the current request
processing lifecycle phase.
- queueEvent(FacesEvent) -
Method in class javax.faces.component.UIComponentBase
-
- queueEvent(FacesEvent) -
Method in class javax.faces.component.UIData
- Override the default
UIComponentBase.queueEvent(javax.faces.event.FacesEvent)
processing
to wrap any queued events in a wrapper so that we can reset the current
row index in broadcast()
.
- queueEvent(FacesEvent) -
Method in class javax.faces.component.UIViewRoot
- Override the default
UIComponentBase.queueEvent(javax.faces.event.FacesEvent)
behavior to
accumulate the queued events for later broadcaster.
- queueEvent(MailEvent, Vector) -
Method in class javax.mail.Service
- Add the event and vector of listeners to the queue to be delivered.
- QueueReceiver - Interface in javax.jms
- A client uses a
QueueReceiver
object to receive messages that
have been delivered to a queue. - QueueRequestor - Class in javax.jms
- The
QueueRequestor
helper class simplifies
making service requests. - QueueRequestor(QueueSession, Queue) -
Constructor for class javax.jms.QueueRequestor
- Constructor for the
QueueRequestor
class.
- QueueSender - Interface in javax.jms
- A client uses a
QueueSender
object to send messages to a queue. - QueueSession - Interface in javax.jms
- A
QueueSession
object provides methods for creating
QueueReceiver
, QueueSender
,
QueueBrowser
, and TemporaryQueue
objects. - Quota - Class in javax.mail
- This class represents a set of quotas for a given quota root.
- Quota(String) -
Constructor for class javax.mail.Quota
- Create a Quota object for the named quotaroot with no associated
resources.
- Quota.Resource - Class in javax.mail
- An individual resource in a quota root.
- Quota.Resource(String, long, long) -
Constructor for class javax.mail.Quota.Resource
- Construct a Resource object with the given name,
usage, and limit.
- QuotaAwareStore - Interface in javax.mail
- An interface implemented by Stores that support quotas.
- quotaRoot -
Variable in class javax.mail.Quota
- The name of the quota root.
- quote(String, String) -
Static method in class javax.mail.internet.MimeUtility
- A utility method to quote a word, if the word contains any
characters from the specified 'specials' list.
- QUOTEDSTRING -
Static variable in class javax.mail.internet.HeaderTokenizer.Token
- Token type indicating a quoted string.
R
- RangeStatistic - Interface in javax.management.j2ee.statistics
- Specifies standard measurements of the lowest and highest values an attribute has held as well as its current value.
- RAR -
Static variable in class javax.enterprise.deploy.shared.ModuleType
- The module is an Connector archive.
- read() -
Method in class javax.mail.util.SharedFileInputStream
- See the general contract of the
read
method of InputStream
.
- read(byte[], int, int) -
Method in class javax.mail.util.SharedFileInputStream
- Reads bytes from this stream into the specified byte array,
starting at the given offset.
- read(InputStream) -
Method in interface javax.resource.cci.Streamable
- Read data from an InputStream and initialize fields of a
Streamable object.
- READ_ONLY -
Static variable in class javax.mail.Folder
- The Folder is read only.
- READ_WRITE -
Static variable in class javax.mail.Folder
- The state and contents of this folder can be modified.
- readBoolean() -
Method in interface javax.jms.BytesMessage
- Reads a
boolean
from the bytes message stream.
- readBoolean() -
Method in interface javax.jms.StreamMessage
- Reads a
boolean
from the stream message.
- readByte() -
Method in interface javax.jms.BytesMessage
- Reads a signed 8-bit value from the bytes message stream.
- readByte() -
Method in interface javax.jms.StreamMessage
- Reads a
byte
value from the stream message.
- readBytes(byte[]) -
Method in interface javax.jms.BytesMessage
- Reads a byte array from the bytes message stream.
- readBytes(byte[], int) -
Method in interface javax.jms.BytesMessage
- Reads a portion of the bytes message stream.
- readBytes(byte[]) -
Method in interface javax.jms.StreamMessage
- Reads a byte array field from the stream message into the
specified
byte[]
object (the read buffer).
- readChar() -
Method in interface javax.jms.BytesMessage
- Reads a Unicode character value from the bytes message stream.
- readChar() -
Method in interface javax.jms.StreamMessage
- Reads a Unicode character value from the stream message.
- readDouble() -
Method in interface javax.jms.BytesMessage
- Reads a
double
from the bytes message stream.
- readDouble() -
Method in interface javax.jms.StreamMessage
- Reads a
double
from the stream message.
- readEJBHome(ObjectInputStream) -
Method in interface javax.ejb.spi.HandleDelegate
- Deserialize the EJBHome reference corresponding to a HomeHandle.
- readEJBObject(ObjectInputStream) -
Method in interface javax.ejb.spi.HandleDelegate
- Deserialize the EJBObject reference corresponding to a Handle.
- readExternal(ObjectInput) -
Method in class javax.activation.MimeType
- The object implements the readExternal method to restore its
contents by calling the methods of DataInput for primitive
types and readObject for objects, strings and arrays.
- readFloat() -
Method in interface javax.jms.BytesMessage
- Reads a
float
from the bytes message stream.
- readFloat() -
Method in interface javax.jms.StreamMessage
- Reads a
float
from the stream message.
- readInt() -
Method in interface javax.jms.BytesMessage
- Reads a signed 32-bit integer from the bytes message stream.
- readInt() -
Method in interface javax.jms.StreamMessage
- Reads a 32-bit integer from the stream message.
- readLine(byte[], int, int) -
Method in class javax.servlet.ServletInputStream
- Reads the input stream, one line at a time.
- readLong() -
Method in interface javax.jms.BytesMessage
- Reads a signed 64-bit integer from the bytes message stream.
- readLong() -
Method in interface javax.jms.StreamMessage
- Reads a 64-bit integer from the stream message.
- readObject() -
Method in interface javax.jms.StreamMessage
- Reads an object from the stream message.
- ReadOnlyFolderException - Exception in javax.mail
- This exception is thrown when an attempt is made to open a folder
read-write access when the folder is marked read-only.
- ReadOnlyFolderException(Folder) -
Constructor for exception javax.mail.ReadOnlyFolderException
- Constructs a MessagingException with the specified folder.
- ReadOnlyFolderException(Folder, String) -
Constructor for exception javax.mail.ReadOnlyFolderException
- Constructs a MessagingException with the specified folder and
the specified detail message.
- readResolve() -
Method in class javax.mail.internet.MimeMessage.RecipientType
-
- readResolve() -
Method in class javax.mail.Message.RecipientType
- When deserializing a RecipientType, we need to make sure to
return only one of the known static final instances defined
in this class.
- readShort() -
Method in interface javax.jms.BytesMessage
- Reads a signed 16-bit number from the bytes message stream.
- readShort() -
Method in interface javax.jms.StreamMessage
- Reads a 16-bit integer from the stream message.
- readString() -
Method in interface javax.jms.StreamMessage
- Reads a
String
from the stream message.
- readUnsignedByte() -
Method in interface javax.jms.BytesMessage
- Reads an unsigned 8-bit number from the bytes message stream.
- readUnsignedShort() -
Method in interface javax.jms.BytesMessage
- Reads an unsigned 16-bit number from the bytes message stream.
- readUTF() -
Method in interface javax.jms.BytesMessage
- Reads a string that has been encoded using a modified UTF-8
format from the bytes message stream.
- receive() -
Method in interface javax.jms.MessageConsumer
- Receives the next message produced for this message consumer.
- receive(long) -
Method in interface javax.jms.MessageConsumer
- Receives the next message that arrives within the specified
timeout interval.
- ReceivedDateTerm - Class in javax.mail.search
- This class implements comparisons for the Message Received date
- ReceivedDateTerm(int, Date) -
Constructor for class javax.mail.search.ReceivedDateTerm
- Constructor.
- receiveNoWait() -
Method in interface javax.jms.MessageConsumer
- Receives the next message if one is immediately available.
- RECENT -
Static variable in class javax.mail.Flags.Flag
- This message is recent.
- RecipientStringTerm - Class in javax.mail.search
- This class implements string comparisons for the Recipient Address
headers.
- RecipientStringTerm(Message.RecipientType, String) -
Constructor for class javax.mail.search.RecipientStringTerm
- Constructor.
- RecipientTerm - Class in javax.mail.search
- This class implements comparisons for the Recipient Address headers.
- RecipientTerm(Message.RecipientType, Address) -
Constructor for class javax.mail.search.RecipientTerm
- Constructor.
- Record - Interface in javax.resource.cci
- The
javax.resource.cci.Record
interface is the base
interface for the representation of an input or output to the
execute methods defined on an Interaction. - RecordFactory - Interface in javax.resource.cci
- The RecordFactory interface is used for creating MappedRecord and
IndexedRecord instances.
- recover() -
Method in interface javax.jms.Session
- Stops message delivery in this session, and restarts message delivery
with the oldest unacknowledged message.
- recover(int) -
Method in interface javax.resource.spi.XATerminator
- Obtains a list of prepared transaction branches from a resource
manager.
- recover(int) -
Method in interface javax.transaction.xa.XAResource
- Obtains a list of prepared transaction branches from a resource
manager.
- recycleNode() -
Method in interface javax.xml.soap.Node
- Notifies the implementation that this
Node
object is no longer being used by the application and that the
implementation is free to reuse this object for nodes that may
be created later.
- REDEPLOY -
Static variable in class javax.enterprise.deploy.shared.CommandType
- The DeploymentManger action operation being processed is redeploy.
- redeploy(TargetModuleID[], File, File) -
Method in interface javax.enterprise.deploy.spi.DeploymentManager
- (optional)
The redeploy method provides a means for updating currently
deployed J2EE applications.
- redeploy(TargetModuleID[], InputStream, InputStream) -
Method in interface javax.enterprise.deploy.spi.DeploymentManager
- (optional)
The redeploy method provides a means for updating currently
deployed J2EE applications.
- redirect(String) -
Method in class javax.faces.context.ExternalContext
- Redirect a request to the specified URL, and cause the
responseComplete()
method to be called on the
FacesContext
instance for the current request.
- ref -
Variable in exception javax.mail.internet.AddressException
- The string being parsed.
- Referenceable - Interface in javax.resource
- The Referenceable interface extends the javax.naming.Referenceable
interface.
- ReferenceSyntaxException - Exception in javax.faces.el
- Deprecated. This has been replaced by
ELException
. - ReferenceSyntaxException() -
Constructor for exception javax.faces.el.ReferenceSyntaxException
- Deprecated. Construct a new exception with no detail message or root cause.
- ReferenceSyntaxException(String) -
Constructor for exception javax.faces.el.ReferenceSyntaxException
- Deprecated. Construct a new exception with the specified detail message and
no root cause.
- ReferenceSyntaxException(Throwable) -
Constructor for exception javax.faces.el.ReferenceSyntaxException
- Deprecated. Construct a new exception with the specified root cause.
- ReferenceSyntaxException(String, Throwable) -
Constructor for exception javax.faces.el.ReferenceSyntaxException
- Deprecated. Construct a new exception with the specified detail message and
root cause.
- refresh(Object) -
Method in interface javax.persistence.EntityManager
- Refresh the state of the instance from the database,
overwriting changes made to the entity, if any.
- register(Class, QName, SerializerFactory, DeserializerFactory) -
Method in interface javax.xml.rpc.encoding.TypeMapping
- Registers SerializerFactory and DeserializerFactory for a
specific type mapping between an XML type and Java type.
- register(String, TypeMapping) -
Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
- Registers a
TypeMapping
instance with the
TypeMappingRegistry
.
- registerDefault(TypeMapping) -
Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
- Registers the
TypeMapping
instance that is default
for all encoding styles supported by the
TypeMappingRegistry
.
- registerDeploymentFactory(DeploymentFactory) -
Method in class javax.enterprise.deploy.shared.factories.DeploymentFactoryManager
- Registers a DeploymentFactory so it will be able to handle
requests.
- registerHandler(String, PolicyContextHandler, boolean) -
Static method in class javax.security.jacc.PolicyContext
- Authorization protected method used to register a container specific
PolicyContext
handler.
- registerInterposedSynchronization(Synchronization) -
Method in interface javax.transaction.TransactionSynchronizationRegistry
- Register a Synchronization instance with special ordering
semantics.
- registerSynchronization(Synchronization) -
Method in interface javax.transaction.Transaction
- Register a synchronization object for the transaction currently
associated with the target object.
- REGISTRY_ENTRY -
Static variable in interface javax.xml.registry.LifeCycleManager
-
- REGISTRY_PACKAGE -
Static variable in interface javax.xml.registry.LifeCycleManager
-
- RegistryEntry - Interface in javax.xml.registry.infomodel
- The RegistryEntry interface is a base interface for interfaces in the model that require additional metadata beyond what is provided by the RegistryObject interface.
- RegistryException - Exception in javax.xml.registry
- This is the common base class for all Exceptions that are detected on the registry
provider side rather than the JAXR client side.
- RegistryException() -
Constructor for exception javax.xml.registry.RegistryException
- Constructs a
JAXRException
object with no
reason or embedded Throwable.
- RegistryException(String) -
Constructor for exception javax.xml.registry.RegistryException
- Constructs a
JAXRException
object with the given
String
as the reason for the exception being thrown.
- RegistryException(String, Throwable) -
Constructor for exception javax.xml.registry.RegistryException
- 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.
- RegistryException(Throwable) -
Constructor for exception javax.xml.registry.RegistryException
- Constructs a
JAXRException
object initialized
with the given Throwable
object.
- RegistryObject - Interface in javax.xml.registry.infomodel
- The RegistryObject class is an abstract base class used by most classes in the model.
- RegistryPackage - Interface in javax.xml.registry.infomodel
- RegistryPackage instances are RegistryEntries that group logically related
RegistryEntries together.
- RegistryService - Interface in javax.xml.registry
- This is the principal interface implemented by a JAXR provider.
- release() -
Method in interface javax.enterprise.deploy.spi.DeploymentManager
- The release method is the mechanism by which the tool signals
to the DeploymentManager that the tool does not need it to
continue running connected to the platform.
- release() -
Method in class javax.faces.context.FacesContext
- Release any resources associated with this
FacesContext
instance.
- release() -
Method in class javax.faces.webapp.AttributeTag
- Deprecated. Release references to any acquired resources.
- release() -
Method in class javax.faces.webapp.ConverterTag
- Deprecated. Release references to any acquired resources.
- release() -
Method in class javax.faces.webapp.FacetTag
- Release any resources allocated by this tag instance.
- release() -
Method in class javax.faces.webapp.UIComponentClassicTagBase
- Release any resources allocated during the execution of this
tag handler.
- release() -
Method in class javax.faces.webapp.UIComponentELTag
- Release any resources allocated during the execution of this
tag handler.
- release() -
Method in class javax.faces.webapp.UIComponentTag
- Deprecated. Release any resources allocated during the execution of this
tag handler.
- release() -
Method in class javax.faces.webapp.ValidatorTag
- Deprecated. Release references to any acquired resources.
- release() -
Method in interface javax.resource.spi.endpoint.MessageEndpoint
- This method may be called by the resource adapter to indicate that it
no longer needs a proxy endpoint instance.
- release() -
Method in interface javax.resource.spi.work.Work
- The
WorkManager
might call this method to hint the
active Work
instance to complete execution as soon as
possible.
- release() -
Method in class javax.servlet.jsp.PageContext
-
This method shall "reset" the internal state of a PageContext, releasing
all internal references, and preparing the PageContext for potential
reuse by a later invocation of initialize().
- release() -
Method in class javax.servlet.jsp.tagext.BodyTagSupport
- Release state.
- release() -
Method in interface javax.servlet.jsp.tagext.Tag
- Called on a Tag handler to release state.
- release() -
Method in class javax.servlet.jsp.tagext.TagAdapter
- Must not be called.
- release() -
Method in class javax.servlet.jsp.tagext.TagLibraryValidator
- Release any data kept by this instance for validation purposes.
- release() -
Method in class javax.servlet.jsp.tagext.TagSupport
- Release state.
- RELEASED -
Static variable in class javax.enterprise.deploy.shared.StateType
- The DeploymentManager is running in discommected mode.
- releaseFactories() -
Static method in class javax.faces.FactoryFinder
- Release any references to factory instances associated with the
class loader for the calling web application.
- releasePageContext(PageContext) -
Method in class javax.servlet.jsp.JspFactory
-
called to release a previously allocated PageContext object.
- Remote - Annotation Type in javax.ejb
- Declares the remote business interface(s) for a session bean.
- RemoteHome - Annotation Type in javax.ejb
- Declares the Remote Home or adapted Remote Home interface
for a session bean.
- remove(String) -
Method in class javax.activation.MimeTypeParameterList
- Remove any value associated with the given name.
- remove(Handle) -
Method in interface javax.ejb.EJBHome
- Remove an EJB object identified by its handle.
- remove(Object) -
Method in interface javax.ejb.EJBHome
- Remove an EJB object identified by its primary key.
- remove(Object) -
Method in interface javax.ejb.EJBLocalHome
- Remove an EJB object identified by its primary key.
- remove() -
Method in interface javax.ejb.EJBLocalObject
- Remove the EJB local object.
- remove() -
Method in interface javax.ejb.EJBObject
- Remove the EJB object.
- Remove - Annotation Type in javax.ejb
- Applied to a business method of a stateful session bean class.
- remove(Flags.Flag) -
Method in class javax.mail.Flags
- Remove the specified system flag from this Flags object.
- remove(String) -
Method in class javax.mail.Flags
- Remove the specified user flag from this Flags object.
- remove(Flags) -
Method in class javax.mail.Flags
- Remove all flags in the given Flags object from this
Flags object.
- remove(String) -
Method in class javax.mail.internet.ParameterList
- Removes the specified parameter from this ParameterList.
- remove(Object) -
Method in interface javax.persistence.EntityManager
- Remove the entity instance.
- remove() -
Method in class javax.xml.stream.util.EventReaderDelegate
-
- removeActionListener(ActionListener) -
Method in interface javax.faces.component.ActionSource
- Remove an existing
ActionListener
(if any) from the set of
listeners interested in being notified when ActionEvent
s
occur.
- removeActionListener(ActionListener) -
Method in class javax.faces.component.UICommand
-
- removeAllAttachments() -
Method in class javax.xml.soap.SOAPMessage
- Removes all
AttachmentPart
objects that have been added
to this SOAPMessage
object.
- removeAllFaultSubcodes() -
Method in interface javax.xml.soap.SOAPFault
- Removes any Subcodes that may be contained by this
SOAPFault
.
- removeAllHeaders() -
Method in class javax.xml.soap.MimeHeaders
- Removes all the header entries from this
MimeHeaders
object.
- removeAllMimeHeaders() -
Method in class javax.xml.soap.AttachmentPart
- Removes all the MIME header entries.
- removeAllMimeHeaders() -
Method in class javax.xml.soap.SOAPPart
- Removes all the
MimeHeader
objects for this
SOAPEnvelope
object.
- removeAllParameters() -
Method in interface javax.xml.rpc.Call
- Removes all specified parameters from this
Call
instance.
- removeAssociation(Association) -
Method in interface javax.xml.registry.infomodel.RegistryObject
- Removes specified Association from this object.
- removeAssociations(Collection) -
Method in interface javax.xml.registry.infomodel.RegistryObject
- Removes specified Associations from this object.
- removeAttachments(MimeHeaders) -
Method in class javax.xml.soap.SOAPMessage
- Removes all the
AttachmentPart
objects that have header
entries that match the specified headers.
- removeAttribute(String) -
Method in interface javax.servlet.http.HttpSession
- Removes the object bound with the specified name from
this session.
- removeAttribute(String) -
Method in class javax.servlet.jsp.JspContext
- Remove the object reference associated with the given name
from all scopes.
- removeAttribute(String, int) -
Method in class javax.servlet.jsp.JspContext
- Remove the object reference associated with the specified name
in the given scope.
- removeAttribute(String) -
Method in interface javax.servlet.ServletContext
- Removes the attribute with the given name from
the servlet context.
- removeAttribute(String) -
Method in interface javax.servlet.ServletRequest
- Removes an attribute from this request.
- removeAttribute(String) -
Method in class javax.servlet.ServletRequestWrapper
- The default behavior of this method is to call removeAttribute(String name)
on the wrapped request object.
- removeAttribute(Name) -
Method in interface javax.xml.soap.SOAPElement
- Removes the attribute with the specified name.
- removeAttribute(QName) -
Method in interface javax.xml.soap.SOAPElement
- Removes the attribute with the specified qname.
- removeBodyPart(BodyPart) -
Method in class javax.mail.Multipart
- Remove the specified part from the multipart message.
- removeBodyPart(int) -
Method in class javax.mail.Multipart
- Remove the part at specified location (starting from 0).
- removeChildConcept(Concept) -
Method in interface javax.xml.registry.infomodel.ClassificationScheme
- Removes a child Concept.
- removeChildConcept(Concept) -
Method in interface javax.xml.registry.infomodel.Concept
- Removes a child Concept.
- removeChildConcepts(Collection) -
Method in interface javax.xml.registry.infomodel.ClassificationScheme
- Removes a Collection of children Concepts.
- removeChildConcepts(Collection) -
Method in interface javax.xml.registry.infomodel.Concept
- Removes a Collection of children Concepts.
- removeChildOrganization(Organization) -
Method in interface javax.xml.registry.infomodel.Organization
- Removes a child Organization.
- removeChildOrganizations(Collection) -
Method in interface javax.xml.registry.infomodel.Organization
- Removes a Collection of children Organizations.
- removeClassification(Classification) -
Method in interface javax.xml.registry.infomodel.RegistryObject
- Removes specified Classification from this object.
- removeClassifications(Collection) -
Method in interface javax.xml.registry.infomodel.RegistryObject
- Removes specified Classifications from this object.
- removeConnectionEventListener(ConnectionEventListener) -
Method in interface javax.resource.spi.ManagedConnection
- Removes an already registered connection event listener from the
ManagedConnection instance.
- removeConnectionListener(ConnectionListener) -
Method in class javax.mail.Folder
- Remove a Connection event listener.
- removeConnectionListener(ConnectionListener) -
Method in class javax.mail.Service
- Remove a Connection event listener.
- removeContents() -
Method in interface javax.xml.soap.SOAPElement
- Detaches all children of this
SOAPElement
.
- REMOVED -
Static variable in class javax.mail.event.MessageCountEvent
- The messages were removed from their folder
- removed -
Variable in class javax.mail.event.MessageCountEvent
- If true, this event is the result of an explicit
expunge by this client, and the messages in this
folder have been renumbered to account for this.
- removeDataModelListener(DataModelListener) -
Method in class javax.faces.model.DataModel
- Remove an existing
DataModelListener
from the set
interested in notifications from this DataModel
.
- removeDConfigBean(DConfigBean) -
Method in interface javax.enterprise.deploy.spi.DConfigBean
- Remove a child DConfigBean from this bean.
- removeDConfigBean(DConfigBeanRoot) -
Method in interface javax.enterprise.deploy.spi.DeploymentConfiguration
- Remove the root DConfigBean and all its children.
- removeDeserializer(Class, QName) -
Method in interface javax.xml.rpc.encoding.TypeMapping
- Removes the DeserializerFactory registered for the specified
pair of Java type and XML data type.
- removeELContextListener(ELContextListener) -
Method in class javax.faces.application.Application
- Remove the argument
listener
from the list of
ELContextListener
s.
- RemoveException - Exception in javax.ejb
- The RemoveException exception is thrown at an attempt to remove
an EJB object when the enterprise Bean or the container does not allow
the EJB object to be removed.
- RemoveException() -
Constructor for exception javax.ejb.RemoveException
- Constructs an RemoveException with no detail message.
- RemoveException(String) -
Constructor for exception javax.ejb.RemoveException
- Constructs an RemoveException with the specified
detail message.
- removeExcludedPolicy() -
Method in interface javax.security.jacc.PolicyConfiguration
- Used to remove any excluded policy statements from this
PolicyConfiguration.
- removeExternalIdentifier(ExternalIdentifier) -
Method in interface javax.xml.registry.infomodel.RegistryObject
- Removes specified ExternalIdentifier as an external identifier from this object.
- removeExternalIdentifiers(Collection) -
Method in interface javax.xml.registry.infomodel.RegistryObject
- Removes specified ExternalIdentifiers as an external identifiers from this object.
- removeExternalLink(ExternalLink) -
Method in interface javax.xml.registry.infomodel.RegistryObject
- Removes specified ExternalLink from this object.
- removeExternalLinks(Collection) -
Method in interface javax.xml.registry.infomodel.RegistryObject
- Removes specified ExternalLinks from this object.
- removeFacesListener(FacesListener) -
Method in class javax.faces.component.UIComponent
- Remove the specified
FacesListener
from the set of listeners
registered to receive event notifications from this UIComponent
.
- removeFacesListener(FacesListener) -
Method in class javax.faces.component.UIComponentBase
- Remove the specified
FacesListener
from the set of listeners
registered to receive event notifications from this UIComponent
.
- removeFolderListener(FolderListener) -
Method in class javax.mail.Folder
- Remove a Folder event listener.
- removeFolderListener(FolderListener) -
Method in class javax.mail.Store
- Remove a listener for Folder events.
- removeHeader(String) -
Method in class javax.mail.internet.InternetHeaders
- Remove all header entries that match the given name
- removeHeader(String) -
Method in class javax.mail.internet.MimeBodyPart
- Remove all headers with this name.
- removeHeader(String) -
Method in class javax.mail.internet.MimeMessage
- Remove all headers with this name.
- removeHeader(String) -
Method in interface javax.mail.Part
- Remove all headers with this name.
- removeHeader(String) -
Method in class javax.xml.soap.MimeHeaders
- Remove all
MimeHeader
objects whose name matches the
given name.
- removeLocalizedString(LocalizedString) -
Method in interface javax.xml.registry.infomodel.InternationalString
- Removes a LocalizedString from this object.
- removeLocalizedStrings(Collection) -
Method in interface javax.xml.registry.infomodel.InternationalString
- Removes specified LocalizedStrings to this object.
- removeMessageChangedListener(MessageChangedListener) -
Method in class javax.mail.Folder
- Remove a MessageChanged listener.
- removeMessageCountListener(MessageCountListener) -
Method in class javax.mail.Folder
- Remove a MessageCount listener.
- removeMimeHeader(String) -
Method in class javax.xml.soap.AttachmentPart
- Removes all MIME headers that match the given name.
- removeMimeHeader(String) -
Method in class javax.xml.soap.SOAPPart
- Removes all MIME headers that match the given name.
- removeNamespaceDeclaration(String) -
Method in interface javax.xml.soap.SOAPElement
- Removes the namespace declaration corresponding to the given prefix.
- removeNotificationListener(ObjectName, NotificationListener) -
Method in interface javax.management.j2ee.ListenerRegistration
- Remove a listener from a registered managed object.
- removeParameter(String) -
Method in class javax.activation.MimeType
- Remove any value associated with the given name.
- removePhaseListener(PhaseListener) -
Method in class javax.faces.component.UIViewRoot
-
- removePhaseListener(PhaseListener) -
Method in class javax.faces.lifecycle.Lifecycle
- Deregister an existing
PhaseListener
instance that is no
longer interested in being notified before and after the processing
for standard phases of the request processing lifecycle.
- removeProgressListener(ProgressListener) -
Method in interface javax.enterprise.deploy.spi.status.ProgressObject
- Remove a ProgressObject listener.
- removeProperty(String) -
Method in interface javax.xml.rpc.Call
- Removes a named property.
- removeProperty(String) -
Method in interface javax.xml.rpc.handler.MessageContext
- Removes a property (name-value pair) from the
MessageContext
- removePropertyChangeListener(PropertyChangeListener) -
Method in interface javax.enterprise.deploy.spi.DConfigBean
- Unregister a property listener for this bean.
- removeRegistryObject(RegistryObject) -
Method in interface javax.xml.registry.infomodel.RegistryPackage
- Removes a child RegistryObject from membership.
- removeRegistryObjects(Collection) -
Method in interface javax.xml.registry.infomodel.RegistryPackage
- Removes a Collection of children RegistryObjects from membership.
- removeRole(String) -
Method in interface javax.security.jacc.PolicyConfiguration
- Used to remove a role and all its permissions from this
PolicyConfiguration.
- removeSerializer(Class, QName) -
Method in interface javax.xml.rpc.encoding.TypeMapping
- Removes the SerializerFactory registered for the specified
pair of Java type and XML data type.
- removeService(Service) -
Method in interface javax.xml.registry.infomodel.Organization
- Removes a Service from this object.
- removeServiceBinding(ServiceBinding) -
Method in interface javax.xml.registry.infomodel.Service
- Removes a child ServiceBinding.
- removeServiceBindings(Collection) -
Method in interface javax.xml.registry.infomodel.Service
- Removes a Collection of children ServiceBindings.
- removeServices(Collection) -
Method in interface javax.xml.registry.infomodel.Organization
- Removes a Collection of children Services from this object.
- removeSlot(String) -
Method in interface javax.xml.registry.infomodel.ExtensibleObject
- Removes a Slot from this object.
- removeSlots(Collection) -
Method in interface javax.xml.registry.infomodel.ExtensibleObject
- Removes specified Slots from this object.
- removeSpecificationLink(SpecificationLink) -
Method in interface javax.xml.registry.infomodel.ServiceBinding
- Removes a child SpecificationLink.
- removeSpecificationLinks(Collection) -
Method in interface javax.xml.registry.infomodel.ServiceBinding
- Removes a Collection of children SpecificationLinks.
- removeStoreListener(StoreListener) -
Method in class javax.mail.Store
- Remove a listener for Store events.
- removeTransportListener(TransportListener) -
Method in class javax.mail.Transport
- Remove a listener for Transport events.
- removeTypeMapping(TypeMapping) -
Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
- Removes a
TypeMapping
from the TypeMappingRegistry.
- removeUncheckedPolicy() -
Method in interface javax.security.jacc.PolicyConfiguration
- Used to remove any unchecked policy statements from this
PolicyConfiguration.
- removeUser(User) -
Method in interface javax.xml.registry.infomodel.Organization
- Removes a User.
- removeUsers(Collection) -
Method in interface javax.xml.registry.infomodel.Organization
- Removes a Collection of Users.
- removeValidator(Validator) -
Method in interface javax.faces.component.EditableValueHolder
- Remove a
Validator
instance from the set associated with
this component, if it was previously associated.
- removeValidator(Validator) -
Method in class javax.faces.component.UIInput
- Remove a
Validator
instance from the set associated with
this UIInput
, if it was previously associated.
- removeValue(String) -
Method in interface javax.servlet.http.HttpSession
- Deprecated. As of Version 2.2, this method is
replaced by
HttpSession.removeAttribute(java.lang.String)
- removeValue(String) -
Method in class javax.servlet.jsp.tagext.TagSupport
- Remove a value associated with a key.
- removeValueChangeListener(ValueChangeListener) -
Method in interface javax.faces.component.EditableValueHolder
- Remove an existing
ValueChangeListener
(if any) from the
set of listeners interested in being notified when
ValueChangeEvent
s occur.
- removeValueChangeListener(ValueChangeListener) -
Method in class javax.faces.component.UIInput
- Remove an existing
ValueChangeListener
(if any) from the
set of listeners interested in being notified when
ValueChangeEvent
s occur.
- removeXpathListener(String, XpathListener) -
Method in interface javax.enterprise.deploy.model.DDBean
- Unregister a listener for a specific XPath.
- removeXpathListener(ModuleType, String, XpathListener) -
Method in interface javax.enterprise.deploy.model.J2eeApplicationObject
- Unregister the listener for an XPath.
- RENAMED -
Static variable in class javax.mail.event.FolderEvent
- The folder was renamed.
- renameTo(Folder) -
Method in class javax.mail.Folder
- Rename this Folder.
- render(FacesContext) -
Method in class javax.faces.lifecycle.Lifecycle
- Execute the Render Response phase of the request
processing lifecycle, unless the
responseComplete()
method has been called on the FacesContext
instance
associated with the current request.
- RENDER_KIT_FACTORY -
Static variable in class javax.faces.FactoryFinder
- The property name for the
RenderKitFactory
class name.
- RENDER_KIT_ID_PARAM -
Static variable in class javax.faces.render.ResponseStateManager
- The name of the request parameter used by the default
implementation of
ViewHandler.calculateRenderKitId(javax.faces.context.FacesContext)
to
derive a RenderKit ID.
- RENDER_RESPONSE -
Static variable in class javax.faces.event.PhaseId
- Identifier for the Render Response phase of the
request processing lifecycle.
- Renderer - Class in javax.faces.render
- A Renderer converts the internal representation of
UIComponent
s into the output stream (or writer) associated with
the response we are creating for a particular request. - Renderer() -
Constructor for class javax.faces.render.Renderer
-
- RenderKit - Class in javax.faces.render
- RenderKit represents a collection of
Renderer
instances that, together, know how to render
JavaServer Faces UIComponent
instances for a specific
client. - RenderKit() -
Constructor for class javax.faces.render.RenderKit
-
- RenderKitFactory - Class in javax.faces.render
- RenderKitFactory is a factory object that registers
and returns
RenderKit
instances. - RenderKitFactory() -
Constructor for class javax.faces.render.RenderKitFactory
-
- renderResponse() -
Method in class javax.faces.context.FacesContext
- Signal the JavaServer faces implementation that, as soon as the
current phase of the request processing lifecycle has been completed,
control should be passed to the Render Response phase,
bypassing any phases that have not been executed yet.
- renderView(FacesContext, UIViewRoot) -
Method in class javax.faces.application.ViewHandler
- Perform whatever actions are required to render the response
view to the response object associated with the
current
FacesContext
.
- renderView(FacesContext, UIViewRoot) -
Method in class javax.faces.application.ViewHandlerWrapper
- The default behavior of this method is to
call
ViewHandler.renderView(javax.faces.context.FacesContext, javax.faces.component.UIViewRoot)
on the wrapped ViewHandler
object.
- reply(boolean) -
Method in class javax.mail.internet.MimeMessage
- Get a new Message suitable for a reply to this message.
- reply(boolean) -
Method in class javax.mail.Message
- Get a new Message suitable for a reply to this message.
- report(String, String, Object, Location) -
Method in interface javax.xml.stream.XMLReporter
- Report the desired message in an application specific format.
- REPORTER -
Static variable in class javax.xml.stream.XMLInputFactory
- The property used to
set/get the implementation of the XMLReporter interface
- request(Message) -
Method in class javax.jms.QueueRequestor
- Sends a request and waits for a reply.
- request(Message) -
Method in class javax.jms.TopicRequestor
- Sends a request and waits for a reply.
- REQUEST -
Static variable in class javax.servlet.jsp.PageContext
- Name used to store ServletRequest in PageContext name table.
- REQUEST_SCOPE -
Static variable in class javax.servlet.jsp.PageContext
- Request scope: the named reference remains available from the
ServletRequest associated with the Servlet until the current request
is completed.
- REQUEST_TIME_VALUE -
Static variable in class javax.servlet.jsp.tagext.TagData
- Distinguished value for an attribute to indicate its value
is a request-time expression (which is not yet available because
TagData instances are used at translation-time).
- requestDestroyed(ServletRequestEvent) -
Method in interface javax.servlet.ServletRequestListener
- The request is about to go out of scope of the web application.
- RequestDispatcher - Interface in javax.servlet
- Defines an object that receives requests from the client
and sends them to any resource (such as a servlet,
HTML file, or JSP file) on the server.
- requestInitialized(ServletRequestEvent) -
Method in interface javax.servlet.ServletRequestListener
- The request is about to come into scope of the web application.
- requestPasswordAuthentication(InetAddress, int, String, String, String) -
Method in class javax.mail.Session
- Call back to the application to get the needed user name and password.
- RequestWrapper - Annotation Type in javax.xml.ws
- Used to annotate methods in the Service Endpoint Interface with the request
wrapper bean to be used at runtime.
- require(int, String, String) -
Method in class javax.xml.stream.util.StreamReaderDelegate
-
- require(int, String, String) -
Method in interface javax.xml.stream.XMLStreamReader
- Test if the current event is of the given type and if the namespace and name match the current
namespace and name of the current event.
- REQUIRED_MESSAGE_ID -
Static variable in class javax.faces.component.UIInput
- The message identifier of the
FacesMessage
to be created if
a required check fails.
- reset() -
Method in interface javax.jms.BytesMessage
- Puts the message body in read-only mode and repositions the stream of
bytes to the beginning.
- reset() -
Method in interface javax.jms.StreamMessage
- Puts the message body in read-only mode and repositions the stream
to the beginning.
- reset() -
Method in class javax.mail.util.SharedFileInputStream
- See the general contract of the
reset
method of InputStream
.
- reset() -
Method in interface javax.servlet.ServletResponse
- Clears any data that exists in the buffer as well as the status code and
headers.
- reset() -
Method in class javax.servlet.ServletResponseWrapper
- The default behavior of this method is to call reset()
on the wrapped response object.
- reset() -
Method in class javax.xml.bind.util.ValidationEventCollector
- Clear all collected errors and warnings.
- resetBuffer() -
Method in interface javax.servlet.ServletResponse
- Clears the content of the underlying buffer in the response without
clearing headers or status code.
- resetBuffer() -
Method in class javax.servlet.ServletResponseWrapper
- The default behavior of this method is to call resetBuffer()
on the wrapped response object.
- resetValue() -
Method in class javax.faces.component.UIInput
- Convenience method to reset this component's value to the
un-initialized state.
- RESOLVABLE_AT_DESIGN_TIME -
Static variable in class javax.el.ELResolver
- The attribute name of the named attribute in the
FeatureDescriptor
that specifies whether the
variable or property can be resolved at runtime.
- resolveEntity(String, String, String, String) -
Method in interface javax.xml.stream.XMLResolver
- Retrieves a resource.
- resolveFunction(String, String) -
Method in class javax.el.FunctionMapper
- Resolves the specified prefix and local name into a
java.lang.Method
.
- resolveFunction(String, String) -
Method in interface javax.servlet.jsp.el.FunctionMapper
- Deprecated. Resolves the specified local name and prefix into a Java.lang.Method.
- RESOLVER -
Static variable in class javax.xml.stream.XMLInputFactory
- The property used to set/get the implementation of the XMLResolver
- resolveVariable(String) -
Method in class javax.el.VariableMapper
-
- resolveVariable(FacesContext, String) -
Method in class javax.faces.el.VariableResolver
- Deprecated. Resolve the specified variable name, and return the corresponding
object, if any; otherwise, return
null
.
- resolveVariable(String) -
Method in interface javax.servlet.jsp.el.VariableResolver
- Deprecated. Resolves the specified variable.
- Resource - Annotation Type in javax.annotation
- The Resource annotation marks a resource that is needed
by the application.
- Resource.AuthenticationType - Enum in javax.annotation
- The two possible authentication types for a resource.
- ResourceAdapter - Interface in javax.resource.spi
- This represents a resource adapter instance and contains operations for
lifecycle management and message endpoint setup.
- ResourceAdapterAssociation - Interface in javax.resource.spi
- This interface specifies the methods to associate a
ResourceAdapter
object with other objects that
implement this interface like
ManagedConnectionFactory
and ActivationSpec
. - ResourceAdapterInternalException - Exception in javax.resource.spi
- A
ResourceAdapterInternalException
indicates any
system-level error conditions related to a resource adapter. - ResourceAdapterInternalException() -
Constructor for exception javax.resource.spi.ResourceAdapterInternalException
- Constructs a new instance with null as its detail message.
- ResourceAdapterInternalException(String) -
Constructor for exception javax.resource.spi.ResourceAdapterInternalException
- Constructs a new instance with the specified detail message.
- ResourceAdapterInternalException(Throwable) -
Constructor for exception javax.resource.spi.ResourceAdapterInternalException
- Constructs a new throwable with the specified cause.
- ResourceAdapterInternalException(String, Throwable) -
Constructor for exception javax.resource.spi.ResourceAdapterInternalException
- Constructs a new throwable with the specified detail message and cause.
- ResourceAdapterInternalException(String, String) -
Constructor for exception javax.resource.spi.ResourceAdapterInternalException
- Constructs a new throwable with the specified detail message and
an error code.
- ResourceAdapterMetaData - Interface in javax.resource.cci
- The interface
javax.resource.cci.ResourceAdapterMetaData
provides information about capabilities of a resource adapter
implementation. - ResourceAllocationException - Exception in javax.jms
- This exception is thrown when a provider is unable to allocate the
resources required by a method.
- ResourceAllocationException(String, String) -
Constructor for exception javax.jms.ResourceAllocationException
- Constructs a
ResourceAllocationException
with the specified
reason and error code.
- ResourceAllocationException(String) -
Constructor for exception javax.jms.ResourceAllocationException
- Constructs a
ResourceAllocationException
with the specified
reason.
- ResourceAllocationException - Exception in javax.resource.spi
- A
ResourceAllocationException
can be thrown by an
application server or
resource adapter to indicate any failure to allocate system resources
(example: threads, physical connections). - ResourceAllocationException() -
Constructor for exception javax.resource.spi.ResourceAllocationException
- Constructs a new instance with null as its detail message.
- ResourceAllocationException(String) -
Constructor for exception javax.resource.spi.ResourceAllocationException
- Constructs a new instance with the specified detail message.
- ResourceAllocationException(Throwable) -
Constructor for exception javax.resource.spi.ResourceAllocationException
- Constructs a new throwable with the specified cause.
- ResourceAllocationException(String, Throwable) -
Constructor for exception javax.resource.spi.ResourceAllocationException
- Constructs a new throwable with the specified detail message and cause.
- ResourceAllocationException(String, String) -
Constructor for exception javax.resource.spi.ResourceAllocationException
- Constructs a new throwable with the specified detail message and
an error code.
- ResourceBundleELResolver - Class in javax.el
- Defines property resolution behavior on instances of
ResourceBundle
. - ResourceBundleELResolver() -
Constructor for class javax.el.ResourceBundleELResolver
-
- ResourceException - Exception in javax.resource
- This is the root interface of the exception hierarchy defined
for the Connector architecture.
- ResourceException() -
Constructor for exception javax.resource.ResourceException
- Constructs a new instance with null as its detail message.
- ResourceException(String) -
Constructor for exception javax.resource.ResourceException
- Constructs a new instance with the specified detail message.
- ResourceException(Throwable) -
Constructor for exception javax.resource.ResourceException
- Constructs a new throwable with the specified cause.
- ResourceException(String, Throwable) -
Constructor for exception javax.resource.ResourceException
- Constructs a new throwable with the specified detail message and cause.
- ResourceException(String, String) -
Constructor for exception javax.resource.ResourceException
- Create a new throwable with the specified message and error code.
- Resources - Annotation Type in javax.annotation
- This class is used to allow multiple resources declarations.
- resources -
Variable in class javax.mail.Quota
- The set of resources associated with this quota root.
- ResourceWarning - Exception in javax.resource.cci
- A
ResourceWarning
provides information on warnings related to
execution of an interaction with an EIS. - ResourceWarning() -
Constructor for exception javax.resource.cci.ResourceWarning
- Constructs a new instance with null as its detail message.
- ResourceWarning(String) -
Constructor for exception javax.resource.cci.ResourceWarning
- Constructs a new instance with the specified detail message.
- ResourceWarning(Throwable) -
Constructor for exception javax.resource.cci.ResourceWarning
- Constructs a new throwable with the specified cause.
- ResourceWarning(String, Throwable) -
Constructor for exception javax.resource.cci.ResourceWarning
- Constructs a new throwable with the specified detail message and cause.
- ResourceWarning(String, String) -
Constructor for exception javax.resource.cci.ResourceWarning
- Constructs a new throwable with the specified detail message and
an error code.
- RESPONSE -
Static variable in class javax.servlet.jsp.PageContext
- Name used to store ServletResponse in PageContext name table.
- Response<T> - Interface in javax.xml.ws
- The
Response
interface provides methods used to obtain the
payload and context of a message sent in response to an operation
invocation. - responseComplete() -
Method in class javax.faces.context.FacesContext
- Signal the JavaServer Faces implementation that the HTTP response
for this request has already been generated (such as an HTTP redirect),
and that the request processing lifecycle should be terminated as soon
as the current phase is completed.
- ResponseStateManager - Class in javax.faces.render
- ResponseStateManager is the helper class to
StateManager
that knows the specific
rendering technology being used to generate the response. - ResponseStateManager() -
Constructor for class javax.faces.render.ResponseStateManager
-
- ResponseStream - Class in javax.faces.context
- ResponseStream is an interface describing an adapter
to an underlying output mechanism for binary output.
- ResponseStream() -
Constructor for class javax.faces.context.ResponseStream
-
- ResponseWrapper - Annotation Type in javax.xml.ws
- Used to annotate methods in the Service Endpoint Interface with the response
wrapper bean to be used at runtime.
- ResponseWriter - Class in javax.faces.context
- ResponseWriter is an abstract class describing an
adapter to an underlying output mechanism for character-based output.
- ResponseWriter() -
Constructor for class javax.faces.context.ResponseWriter
-
- ResponseWriterWrapper - Class in javax.faces.context
- Provides a simple implementation of
ResponseWriter
that
can be subclassed by developers wishing to provide specialized
behavior to an existing ResponseWriter
instance. - ResponseWriterWrapper() -
Constructor for class javax.faces.context.ResponseWriterWrapper
-
- restore(InputStream) -
Method in interface javax.enterprise.deploy.spi.DeploymentConfiguration
- Restore from disk to a full set of configuration beans previously
stored.
- RESTORE_VIEW -
Static variable in class javax.faces.event.PhaseId
- Identifier that indicates an interest in events queued for
the Restore View phase of the request
processing lifecycle.
- restoreAttachedState(FacesContext, Object) -
Static method in class javax.faces.component.UIComponentBase
- This method is called by
UIComponent
subclasses that
need to restore the objects they saved using UIComponentBase.saveAttachedState(javax.faces.context.FacesContext, java.lang.Object)
.
- restoreComponentState(FacesContext, UIViewRoot, String) -
Method in class javax.faces.application.StateManager
- Deprecated. the distinction between tree structure and component
state is now an implementation detail. The default
implementation does nothing.
- restoreComponentState(FacesContext, UIViewRoot, String) -
Method in class javax.faces.application.StateManagerWrapper
- The default behavior of this method is to
call
StateManager.restoreComponentState(javax.faces.context.FacesContext, javax.faces.component.UIViewRoot, String)
on the wrapped StateManager
object.
- restoreDConfigBean(InputStream, DDBeanRoot) -
Method in interface javax.enterprise.deploy.spi.DeploymentConfiguration
- Restore from disk to instantated objects all the DConfigBeans
associated with a specific deployment descriptor.
- restoreState(FacesContext, Object) -
Method in class javax.faces.component.html.HtmlColumn
-
- restoreState(FacesContext, Object) -
Method in class javax.faces.component.html.HtmlCommandButton
-
- restoreState(FacesContext, Object) -
Method in class javax.faces.component.html.HtmlCommandLink
-
- restoreState(FacesContext, Object) -
Method in class javax.faces.component.html.HtmlDataTable
-
- restoreState(FacesContext, Object) -
Method in class javax.faces.component.html.HtmlForm
-
- restoreState(FacesContext, Object) -
Method in class javax.faces.component.html.HtmlGraphicImage
-
- restoreState(FacesContext, Object) -
Method in class javax.faces.component.html.HtmlInputHidden
-
- restoreState(FacesContext, Object) -
Method in class javax.faces.component.html.HtmlInputSecret
-
- restoreState(FacesContext, Object) -
Method in class javax.faces.component.html.HtmlInputText
-
- restoreState(FacesContext, Object) -
Method in class javax.faces.component.html.HtmlInputTextarea
-
- restoreState(FacesContext, Object) -
Method in class javax.faces.component.html.HtmlMessage
-
- restoreState(FacesContext, Object) -
Method in class javax.faces.component.html.HtmlMessages
-
- restoreState(FacesContext, Object) -
Method in class javax.faces.component.html.HtmlOutputFormat
-
- restoreState(FacesContext, Object) -
Method in class javax.faces.component.html.HtmlOutputLabel
-
- restoreState(FacesContext, Object) -
Method in class javax.faces.component.html.HtmlOutputLink
-
- restoreState(FacesContext, Object) -
Method in class javax.faces.component.html.HtmlOutputText
-
- restoreState(FacesContext, Object) -
Method in class javax.faces.component.html.HtmlPanelGrid
-
- restoreState(FacesContext, Object) -
Method in class javax.faces.component.html.HtmlPanelGroup
-
- restoreState(FacesContext, Object) -
Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
-
- restoreState(FacesContext, Object) -
Method in class javax.faces.component.html.HtmlSelectManyCheckbox
-
- restoreState(FacesContext, Object) -
Method in class javax.faces.component.html.HtmlSelectManyListbox
-
- restoreState(FacesContext, Object) -
Method in class javax.faces.component.html.HtmlSelectManyMenu
-
- restoreState(FacesContext, Object) -
Method in class javax.faces.component.html.HtmlSelectOneListbox
-
- restoreState(FacesContext, Object) -
Method in class javax.faces.component.html.HtmlSelectOneMenu
-
- restoreState(FacesContext, Object) -
Method in class javax.faces.component.html.HtmlSelectOneRadio
-
- restoreState(FacesContext, Object) -
Method in interface javax.faces.component.StateHolder
- Perform any processing required to restore the state from the
entries in the state Object.
- restoreState(FacesContext, Object) -
Method in class javax.faces.component.UICommand
-
- restoreState(FacesContext, Object) -
Method in class javax.faces.component.UIComponentBase
-
- restoreState(FacesContext, Object) -
Method in class javax.faces.component.UIData
-
- restoreState(FacesContext, Object) -
Method in class javax.faces.component.UIGraphic
-
- restoreState(FacesContext, Object) -
Method in class javax.faces.component.UIInput
-
- restoreState(FacesContext, Object) -
Method in class javax.faces.component.UIMessage
-
- restoreState(FacesContext, Object) -
Method in class javax.faces.component.UIMessages
-
- restoreState(FacesContext, Object) -
Method in class javax.faces.component.UIOutput
-
- restoreState(FacesContext, Object) -
Method in class javax.faces.component.UIParameter
-
- restoreState(FacesContext, Object) -
Method in class javax.faces.component.UISelectItem
-
- restoreState(FacesContext, Object) -
Method in class javax.faces.component.UISelectItems
-
- restoreState(FacesContext, Object) -
Method in class javax.faces.component.UIViewRoot
-
- restoreState(FacesContext, Object) -
Method in class javax.faces.convert.DateTimeConverter
-
- restoreState(FacesContext, Object) -
Method in class javax.faces.convert.EnumConverter
-
- restoreState(FacesContext, Object) -
Method in class javax.faces.convert.NumberConverter
-
- restoreState(FacesContext, Object) -
Method in class javax.faces.event.MethodExpressionActionListener
-
- restoreState(FacesContext, Object) -
Method in class javax.faces.event.MethodExpressionValueChangeListener
-
- restoreState(FacesContext, Object) -
Method in class javax.faces.validator.DoubleRangeValidator
-
- restoreState(FacesContext, Object) -
Method in class javax.faces.validator.LengthValidator
-
- restoreState(FacesContext, Object) -
Method in class javax.faces.validator.LongRangeValidator
-
- restoreState(FacesContext, Object) -
Method in class javax.faces.validator.MethodExpressionValidator
-
- restoreTreeStructure(FacesContext, String, String) -
Method in class javax.faces.application.StateManager
- Deprecated. the distinction between tree structure and component
state is now an implementation detail. The default
implementation returns
null
.
- restoreTreeStructure(FacesContext, String, String) -
Method in class javax.faces.application.StateManagerWrapper
- The default behavior of this method is to
call
StateManager.restoreTreeStructure(javax.faces.context.FacesContext, String, String)
on the wrapped StateManager
object.
- restoreView(FacesContext, String, String) -
Method in class javax.faces.application.StateManager
- Restore the tree structure and the component state of the view
for the specified
viewId
, in an implementation dependent
manner, and return the restored UIViewRoot
.
- restoreView(FacesContext, String, String) -
Method in class javax.faces.application.StateManagerWrapper
- The default behavior of this method is to
call
StateManager.restoreView(javax.faces.context.FacesContext, String, String)
on the wrapped StateManager
object.
- restoreView(FacesContext, String) -
Method in class javax.faces.application.ViewHandler
- Perform whatever actions are required to restore the view
associated with the specified
FacesContext
and
viewId
.
- restoreView(FacesContext, String) -
Method in class javax.faces.application.ViewHandlerWrapper
- The default behavior of this method is to
call
ViewHandler.restoreView(javax.faces.context.FacesContext, String)
on the wrapped ViewHandler
object.
- ResultDataModel - Class in javax.faces.model
- ResultDataModel is a convenience implementation of
DataModel
that wraps a JSTL Result
object, typically
representing the results of executing an SQL query via JSTL tags. - ResultDataModel() -
Constructor for class javax.faces.model.ResultDataModel
- Construct a new
ResultDataModel
with no specified
wrapped data.
- ResultDataModel(Result) -
Constructor for class javax.faces.model.ResultDataModel
- Construct a new
ResultDataModel
wrapping the specified
Result
.
- ResultSet - Interface in javax.resource.cci
- A ResultSet represents tabular data that is retrieved from an EIS
instance by the execution of an Interaction..
- ResultSetDataModel - Class in javax.faces.model
- ResultSetDataModel is a convenience implementation of
DataModel
that wraps a ResultSet
of Java objects. - ResultSetDataModel() -
Constructor for class javax.faces.model.ResultSetDataModel
- Construct a new
ResultSetDataModel
with no specified
wrapped data.
- ResultSetDataModel(ResultSet) -
Constructor for class javax.faces.model.ResultSetDataModel
- Construct a new
ResultSetDataModel
wrapping the specified
ResultSet
.
- ResultSetInfo - Interface in javax.resource.cci
- The interface
javax.resource.cci.ResultSetInfo
provides
information on the support provided for ResultSet by a connected
EIS instance. - resume(Transaction) -
Method in interface javax.transaction.TransactionManager
- Resume the transaction context association of the calling thread
with the transaction represented by the supplied Transaction object.
- RFC822 -
Static variable in class javax.mail.internet.HeaderTokenizer
- RFC822 specials
- RolesAllowed - Annotation Type in javax.annotation.security
- Specifies the list of roles permitted to access method(s) in an application.
- rollback() -
Method in interface javax.jms.Session
- Rolls back any messages done in this transaction and releases any locks
currently held.
- rollback() -
Method in interface javax.jms.XASession
- Throws a
TransactionInProgressException
, since it should
not be called for an XASession
object.
- rollback() -
Method in interface javax.persistence.EntityTransaction
- Roll back the current transaction
- rollback() -
Method in interface javax.resource.cci.LocalTransaction
- Rollbacks the current resource manager local transaction.
- rollback() -
Method in interface javax.resource.spi.LocalTransaction
- Rollback a local transaction
- rollback(Xid) -
Method in interface javax.resource.spi.XATerminator
- Informs the resource manager to roll back work done on behalf
of a transaction branch.
- rollback() -
Method in interface javax.transaction.Transaction
- Rollback the transaction represented by this Transaction object.
- rollback() -
Method in interface javax.transaction.TransactionManager
- Roll back the transaction associated with the current thread.
- rollback() -
Method in interface javax.transaction.UserTransaction
- Roll back the transaction associated with the current thread.
- rollback(Xid) -
Method in interface javax.transaction.xa.XAResource
- Informs the resource manager to roll back work done on behalf
of a transaction branch.
- RollbackException - Exception in javax.persistence
- Thrown by the persistence provider when the
EntityTransaction.commit()
fails. - RollbackException() -
Constructor for exception javax.persistence.RollbackException
- Constructs a new
RollbackException
exception
with null
as its detail message.
- RollbackException(String) -
Constructor for exception javax.persistence.RollbackException
- Constructs a new
RollbackException
exception
with the specified detail message.
- RollbackException(String, Throwable) -
Constructor for exception javax.persistence.RollbackException
- Constructs a new
RollbackException
exception
with the specified detail message and cause.
- RollbackException(Throwable) -
Constructor for exception javax.persistence.RollbackException
- Constructs a new
RollbackException
exception
with the specified cause.
- RollbackException - Exception in javax.transaction
- RollbackException exception is thrown when the transaction has been
marked for rollback only or the transaction has been rolled back
instead of committed.
- RollbackException() -
Constructor for exception javax.transaction.RollbackException
-
- RollbackException(String) -
Constructor for exception javax.transaction.RollbackException
-
- rowSelected(DataModelEvent) -
Method in interface javax.faces.model.DataModelListener
- Notification that a particular row index, with the associated
row data, has been selected for processing.
- run() -
Method in interface javax.jms.Session
- Optional operation, intended to be used only by Application Servers,
not by ordinary JMS clients.
- RunAs - Annotation Type in javax.annotation.security
- Defines the identity of the application during execution in a J2EE
container.
- RUNNING -
Static variable in class javax.enterprise.deploy.shared.StateType
- The action operation is running normally.
S
- SAAJMetaFactory - Class in javax.xml.soap
- The access point for the implementation classes of the factories defined in the
SAAJ API.
- SAAJMetaFactory() -
Constructor for class javax.xml.soap.SAAJMetaFactory
-
- SAAJResult - Class in javax.xml.soap
- Acts as a holder for the results of a JAXP transformation or a JAXB
marshalling, in the form of a SAAJ tree.
- SAAJResult() -
Constructor for class javax.xml.soap.SAAJResult
- Creates a
SAAJResult
that will present results in the form
of a SAAJ tree that supports the default (SOAP 1.1) protocol.
- SAAJResult(String) -
Constructor for class javax.xml.soap.SAAJResult
- Creates a
SAAJResult
that will present results in the form
of a SAAJ tree that supports the specified protocol.
- SAAJResult(SOAPMessage) -
Constructor for class javax.xml.soap.SAAJResult
- Creates a
SAAJResult
that will write the results into the
SOAPPart
of the supplied SOAPMessage
.
- SAAJResult(SOAPElement) -
Constructor for class javax.xml.soap.SAAJResult
- Creates a
SAAJResult
that will write the results as a
child node of the SOAPElement
specified.
- save(OutputStream) -
Method in interface javax.enterprise.deploy.spi.DeploymentConfiguration
- Save to disk the current set configuration beans created for
this deployable module.
- saveAssociations(Collection, boolean) -
Method in interface javax.xml.registry.BusinessLifeCycleManager
- Saves the specified Association instances.
- saveAttachedState(FacesContext, Object) -
Static method in class javax.faces.component.UIComponentBase
- This method is called by
UIComponent
subclasses that
want to save one or more attached objects.
- saveChanges() -
Method in class javax.mail.internet.MimeMessage
- Updates the appropriate header fields of this message to be
consistent with the message's contents.
- saveChanges() -
Method in class javax.mail.Message
- Save any changes made to this message into the message-store
when the containing folder is closed, if the message is contained
in a folder.
- saveChanges() -
Method in class javax.xml.soap.SOAPMessage
- Updates this
SOAPMessage
object with all the changes that
have been made to it.
- saveClassificationSchemes(Collection) -
Method in interface javax.xml.registry.BusinessLifeCycleManager
- Saves the specified ClassificationScheme instances.
- saveConcepts(Collection) -
Method in interface javax.xml.registry.BusinessLifeCycleManager
- Saves the specified Concepts.
- saved -
Variable in class javax.mail.internet.MimeMessage
- Does the
saveChanges
method need to be called on
this message?
- saveDConfigBean(OutputStream, DConfigBeanRoot) -
Method in interface javax.enterprise.deploy.spi.DeploymentConfiguration
- Save to disk all the configuration beans associated with
a particular deployment descriptor file.
- SaveException - Exception in javax.xml.registry
- A RegistryException that occurs during a save action.
- SaveException() -
Constructor for exception javax.xml.registry.SaveException
- Constructs a
JAXRException
object with no
reason or embedded Throwable.
- SaveException(String) -
Constructor for exception javax.xml.registry.SaveException
- Constructs a
JAXRException
object with the given
String
as the reason for the exception being thrown.
- SaveException(String, Throwable) -
Constructor for exception javax.xml.registry.SaveException
- Constructs a
JAXRException
object with the given
String
as the reason for the exception being thrown
and the given Throwable
object as an embedded
Throwable.
- SaveException(Throwable) -
Constructor for exception javax.xml.registry.SaveException
- Constructs a
JAXRException
object initialized
with the given Throwable
object.
- saveFile(File) -
Method in class javax.mail.internet.MimeBodyPart
- Save the contents of this part in the specified file.
- saveFile(String) -
Method in class javax.mail.internet.MimeBodyPart
- Save the contents of this part in the specified file.
- saveObjects(Collection) -
Method in interface javax.xml.registry.LifeCycleManager
- Saves one or more Objects to the registry.
- saveOrganizations(Collection) -
Method in interface javax.xml.registry.BusinessLifeCycleManager
- Saves the specified Organizations.
- saveRequired() -
Method in class javax.xml.soap.SOAPMessage
- Indicates whether this
SOAPMessage
object needs to have
the method saveChanges
called on it.
- saveSerializedView(FacesContext) -
Method in class javax.faces.application.StateManager
- Deprecated. this has been replaced by
StateManager.saveView(javax.faces.context.FacesContext)
. The
default implementation returns null
.
- saveSerializedView(FacesContext) -
Method in class javax.faces.application.StateManagerWrapper
- The default behavior of this method is to
call
StateManager.saveSerializedView(javax.faces.context.FacesContext)
on the wrapped StateManager
object.
- saveServiceBindings(Collection) -
Method in interface javax.xml.registry.BusinessLifeCycleManager
- Saves the specified ServiceBindings.
- saveServices(Collection) -
Method in interface javax.xml.registry.BusinessLifeCycleManager
- Saves the specified Services.
- saveState(FacesContext) -
Method in class javax.faces.component.html.HtmlColumn
-
- saveState(FacesContext) -
Method in class javax.faces.component.html.HtmlCommandButton
-
- saveState(FacesContext) -
Method in class javax.faces.component.html.HtmlCommandLink
-
- saveState(FacesContext) -
Method in class javax.faces.component.html.HtmlDataTable
-
- saveState(FacesContext) -
Method in class javax.faces.component.html.HtmlForm
-
- saveState(FacesContext) -
Method in class javax.faces.component.html.HtmlGraphicImage
-
- saveState(FacesContext) -
Method in class javax.faces.component.html.HtmlInputHidden
-
- saveState(FacesContext) -
Method in class javax.faces.component.html.HtmlInputSecret
-
- saveState(FacesContext) -
Method in class javax.faces.component.html.HtmlInputText
-
- saveState(FacesContext) -
Method in class javax.faces.component.html.HtmlInputTextarea
-
- saveState(FacesContext) -
Method in class javax.faces.component.html.HtmlMessage
-
- saveState(FacesContext) -
Method in class javax.faces.component.html.HtmlMessages
-
- saveState(FacesContext) -
Method in class javax.faces.component.html.HtmlOutputFormat
-
- saveState(FacesContext) -
Method in class javax.faces.component.html.HtmlOutputLabel
-
- saveState(FacesContext) -
Method in class javax.faces.component.html.HtmlOutputLink
-
- saveState(FacesContext) -
Method in class javax.faces.component.html.HtmlOutputText
-
- saveState(FacesContext) -
Method in class javax.faces.component.html.HtmlPanelGrid
-
- saveState(FacesContext) -
Method in class javax.faces.component.html.HtmlPanelGroup
-
- saveState(FacesContext) -
Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
-
- saveState(FacesContext) -
Method in class javax.faces.component.html.HtmlSelectManyCheckbox
-
- saveState(FacesContext) -
Method in class javax.faces.component.html.HtmlSelectManyListbox
-
- saveState(FacesContext) -
Method in class javax.faces.component.html.HtmlSelectManyMenu
-
- saveState(FacesContext) -
Method in class javax.faces.component.html.HtmlSelectOneListbox
-
- saveState(FacesContext) -
Method in class javax.faces.component.html.HtmlSelectOneMenu
-
- saveState(FacesContext) -
Method in class javax.faces.component.html.HtmlSelectOneRadio
-
- saveState(FacesContext) -
Method in interface javax.faces.component.StateHolder
- Gets the state of the instance as a
Serializable
Object.
- saveState(FacesContext) -
Method in class javax.faces.component.UICommand
-
- saveState(FacesContext) -
Method in class javax.faces.component.UIComponentBase
-
- saveState(FacesContext) -
Method in class javax.faces.component.UIData
-
- saveState(FacesContext) -
Method in class javax.faces.component.UIGraphic
-
- saveState(FacesContext) -
Method in class javax.faces.component.UIInput
-
- saveState(FacesContext) -
Method in class javax.faces.component.UIMessage
-
- saveState(FacesContext) -
Method in class javax.faces.component.UIMessages
-
- saveState(FacesContext) -
Method in class javax.faces.component.UIOutput
-
- saveState(FacesContext) -
Method in class javax.faces.component.UIParameter
-
- saveState(FacesContext) -
Method in class javax.faces.component.UISelectItem
-
- saveState(FacesContext) -
Method in class javax.faces.component.UISelectItems
-
- saveState(FacesContext) -
Method in class javax.faces.component.UIViewRoot
-
- saveState(FacesContext) -
Method in class javax.faces.convert.DateTimeConverter
-
- saveState(FacesContext) -
Method in class javax.faces.convert.EnumConverter
-
- saveState(FacesContext) -
Method in class javax.faces.convert.NumberConverter
-
- saveState(FacesContext) -
Method in class javax.faces.event.MethodExpressionActionListener
-
- saveState(FacesContext) -
Method in class javax.faces.event.MethodExpressionValueChangeListener
-
- saveState(FacesContext) -
Method in class javax.faces.validator.DoubleRangeValidator
-
- saveState(FacesContext) -
Method in class javax.faces.validator.LengthValidator
-
- saveState(FacesContext) -
Method in class javax.faces.validator.LongRangeValidator
-
- saveState(FacesContext) -
Method in class javax.faces.validator.MethodExpressionValidator
-
- saveView(FacesContext) -
Method in class javax.faces.application.StateManager
- Return an opaque
Object
containing sufficient
information for this same instance to restore the state of the
current UIViewRoot
on a subsequent request.
- saveView(FacesContext) -
Method in class javax.faces.application.StateManagerWrapper
- The default behavior of this method is to
call
StateManager.saveView(javax.faces.context.FacesContext)
on the wrapped StateManager
object.
- SC_ACCEPTED -
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (202) indicating that a request was accepted for
processing, but was not completed.
- SC_BAD_GATEWAY -
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (502) indicating that the HTTP server received an
invalid response from a server it consulted when acting as a
proxy or gateway.
- SC_BAD_REQUEST -
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (400) indicating the request sent by the client was
syntactically incorrect.
- SC_CONFLICT -
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (409) indicating that the request could not be
completed due to a conflict with the current state of the
resource.
- SC_CONTINUE -
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (100) indicating the client can continue.
- SC_CREATED -
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (201) indicating the request succeeded and created
a new resource on the server.
- SC_EXPECTATION_FAILED -
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (417) indicating that the server could not meet the
expectation given in the Expect request header.
- SC_FORBIDDEN -
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (403) indicating the server understood the request
but refused to fulfill it.
- SC_FOUND -
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (302) indicating that the resource reside
temporarily under a different URI.
- SC_GATEWAY_TIMEOUT -
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (504) indicating that the server did not receive
a timely response from the upstream server while acting as
a gateway or proxy.
- SC_GONE -
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (410) indicating that the resource is no longer
available at the server and no forwarding address is known.
- SC_HTTP_VERSION_NOT_SUPPORTED -
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (505) indicating that the server does not support
or refuses to support the HTTP protocol version that was used
in the request message.
- SC_INTERNAL_SERVER_ERROR -
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (500) indicating an error inside the HTTP server
which prevented it from fulfilling the request.
- SC_LENGTH_REQUIRED -
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (411) indicating that the request cannot be handled
without a defined
Content-Length
.
- SC_METHOD_NOT_ALLOWED -
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (405) indicating that the method specified in the
Request-Line
is not allowed for the resource
identified by the Request-URI
.
- SC_MOVED_PERMANENTLY -
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (301) indicating that the resource has permanently
moved to a new location, and that future references should use a
new URI with their requests.
- SC_MOVED_TEMPORARILY -
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (302) indicating that the resource has temporarily
moved to another location, but that future references should
still use the original URI to access the resource.
- SC_MULTIPLE_CHOICES -
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (300) indicating that the requested resource
corresponds to any one of a set of representations, each with
its own specific location.
- SC_NO_CONTENT -
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (204) indicating that the request succeeded but that
there was no new information to return.
- SC_NON_AUTHORITATIVE_INFORMATION -
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (203) indicating that the meta information presented
by the client did not originate from the server.
- SC_NOT_ACCEPTABLE -
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (406) indicating that the resource identified by the
request is only capable of generating response entities which have
content characteristics not acceptable according to the accept
headers sent in the request.
- SC_NOT_FOUND -
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (404) indicating that the requested resource is not
available.
- SC_NOT_IMPLEMENTED -
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (501) indicating the HTTP server does not support
the functionality needed to fulfill the request.
- SC_NOT_MODIFIED -
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (304) indicating that a conditional GET operation
found that the resource was available and not modified.
- SC_OK -
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (200) indicating the request succeeded normally.
- SC_PARTIAL_CONTENT -
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (206) indicating that the server has fulfilled
the partial GET request for the resource.
- SC_PAYMENT_REQUIRED -
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (402) reserved for future use.
- SC_PRECONDITION_FAILED -
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (412) indicating that the precondition given in one
or more of the request-header fields evaluated to false when it
was tested on the server.
- SC_PROXY_AUTHENTICATION_REQUIRED -
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (407) indicating that the client MUST first
authenticate itself with the proxy.
- SC_REQUEST_ENTITY_TOO_LARGE -
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (413) indicating that the server is refusing to process
the request because the request entity is larger than the server is
willing or able to process.
- SC_REQUEST_TIMEOUT -
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (408) indicating that the client did not produce a
request within the time that the server was prepared to wait.
- SC_REQUEST_URI_TOO_LONG -
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (414) indicating that the server is refusing to service
the request because the
Request-URI
is longer
than the server is willing to interpret.
- SC_REQUESTED_RANGE_NOT_SATISFIABLE -
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (416) indicating that the server cannot serve the
requested byte range.
- SC_RESET_CONTENT -
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (205) indicating that the agent SHOULD reset
the document view which caused the request to be sent.
- SC_SEE_OTHER -
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (303) indicating that the response to the request
can be found under a different URI.
- SC_SERVICE_UNAVAILABLE -
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (503) indicating that the HTTP server is
temporarily overloaded, and unable to handle the request.
- SC_SWITCHING_PROTOCOLS -
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (101) indicating the server is switching protocols
according to Upgrade header.
- SC_TEMPORARY_REDIRECT -
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (307) indicating that the requested resource
resides temporarily under a different URI.
- SC_UNAUTHORIZED -
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (401) indicating that the request requires HTTP
authentication.
- SC_UNSUPPORTED_MEDIA_TYPE -
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (415) indicating that the server is refusing to service
the request because the entity of the request is in a format not
supported by the requested resource for the requested method.
- SC_USE_PROXY -
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (305) indicating that the requested resource
MUST be accessed through the proxy given by the
Location
field.
- ScalarDataModel - Class in javax.faces.model
- ScalarDataModel is a convenience implementation of
DataModel
that wraps an individual Java object. - ScalarDataModel() -
Constructor for class javax.faces.model.ScalarDataModel
- Construct a new
ScalarDataModel
with no specified
wrapped data.
- ScalarDataModel(Object) -
Constructor for class javax.faces.model.ScalarDataModel
- Construct a new
ScalarDataModel
wrapping the specified
scalar object.
- scheduleWork(Work) -
Method in interface javax.resource.spi.work.WorkManager
- Accepts a
Work
instance for processing.
- scheduleWork(Work, long, ExecutionContext, WorkListener) -
Method in interface javax.resource.spi.work.WorkManager
- Accepts a
Work
instance for processing.
- SchemaOutputResolver - Class in javax.xml.bind
- Controls where a JAXB implementation puts the generates
schema files.
- SchemaOutputResolver() -
Constructor for class javax.xml.bind.SchemaOutputResolver
-
- scope -
Variable in class javax.xml.bind.JAXBElement
- Scope of xml element declaration representing this xml element instance.
- ScopedAttributeELResolver - Class in javax.servlet.jsp.el
- Defines variable resolution behavior for scoped attributes.
- ScopedAttributeELResolver() -
Constructor for class javax.servlet.jsp.el.ScopedAttributeELResolver
-
- search(SearchTerm) -
Method in class javax.mail.Folder
- Search this Folder for messages matching the specified
search criterion.
- search(SearchTerm, Message[]) -
Method in class javax.mail.Folder
- Search the given array of messages for those that match the
specified search criterion.
- SearchException - Exception in javax.mail.search
- The exception thrown when a Search expression could not be handled.
- SearchException() -
Constructor for exception javax.mail.search.SearchException
- Constructs a SearchException with no detail message.
- SearchException(String) -
Constructor for exception javax.mail.search.SearchException
- Constructs a SearchException with the specified detail message.
- SearchTerm - Class in javax.mail.search
- Search criteria are expressed as a tree of search-terms, forming
a parse-tree for the search expression.
- SearchTerm() -
Constructor for class javax.mail.search.SearchTerm
-
- SecondaryTable - Annotation Type in javax.persistence
- This annotation is used to specify a secondary table for
the annotated entity class.
- SecondaryTables - Annotation Type in javax.persistence
- This annotation is used to specify multiple secondary tables
for an entity.
- SecurityException - Exception in javax.resource.spi
- A
SecurityException
indicates error conditions
related to the security
contract between an application server and resource adapter. - SecurityException() -
Constructor for exception javax.resource.spi.SecurityException
- Constructs a new instance with null as its detail message.
- SecurityException(String) -
Constructor for exception javax.resource.spi.SecurityException
- Constructs a new instance with the specified detail message.
- SecurityException(Throwable) -
Constructor for exception javax.resource.spi.SecurityException
- Constructs a new throwable with the specified cause.
- SecurityException(String, Throwable) -
Constructor for exception javax.resource.spi.SecurityException
- Constructs a new throwable with the specified detail message and cause.
- SecurityException(String, String) -
Constructor for exception javax.resource.spi.SecurityException
- Constructs a new throwable with the specified detail message and
an error code.
- SEEN -
Static variable in class javax.mail.Flags.Flag
- This message is seen.
- SelectItem - Class in javax.faces.model
- SelectItem represents a single item in the
list of supported items associated with a
UISelectMany
or UISelectOne
component. - SelectItem() -
Constructor for class javax.faces.model.SelectItem
- Construct a
SelectItem
with no initialized property
values.
- SelectItem(Object) -
Constructor for class javax.faces.model.SelectItem
- Construct a
SelectItem
with the specified value.
- SelectItem(Object, String) -
Constructor for class javax.faces.model.SelectItem
- Construct a
SelectItem
with the specified value and
label.
- SelectItem(Object, String, String) -
Constructor for class javax.faces.model.SelectItem
- Construct a
SelectItem
instance with the specified
value, label and description.
- SelectItem(Object, String, String, boolean) -
Constructor for class javax.faces.model.SelectItem
- Construct a
SelectItem
instance with the specified
property values.
- SelectItem(Object, String, String, boolean, boolean) -
Constructor for class javax.faces.model.SelectItem
- Construct a
SelectItem
instance with the specified
property values.
- SelectItemGroup - Class in javax.faces.model
- SelectItemGroup is a subclass of
SelectItem
that
identifies a set of options that will be made available as a subordinate
"submenu" or "options list", depending upon the requirements of the
UISelectMany
or UISelectOne
renderer that is actually used. - SelectItemGroup() -
Constructor for class javax.faces.model.SelectItemGroup
- Construct a
SelectItemGroup
with no initialized property
values.
- SelectItemGroup(String) -
Constructor for class javax.faces.model.SelectItemGroup
- Construct a
SelectItemGroup
with the specified label
and no associated selectItem
s.
- SelectItemGroup(String, String, boolean, SelectItem[]) -
Constructor for class javax.faces.model.SelectItemGroup
- Construct a
SelectItemGroup
with the specified
properties.
- send(Message) -
Method in interface javax.jms.MessageProducer
- Sends a message using the
MessageProducer
's
default delivery mode, priority, and time to live.
- send(Message, int, int, long) -
Method in interface javax.jms.MessageProducer
- Sends a message to the destination, specifying delivery mode, priority, and
time to live.
- send(Destination, Message) -
Method in interface javax.jms.MessageProducer
- Sends a message to a destination for an unidentified message producer.
- send(Destination, Message, int, int, long) -
Method in interface javax.jms.MessageProducer
- Sends a message to a destination for an unidentified message producer,
specifying delivery mode, priority and time to live.
- send(Message) -
Method in interface javax.jms.QueueSender
- Sends a message to the queue.
- send(Message, int, int, long) -
Method in interface javax.jms.QueueSender
- Sends a message to the queue, specifying delivery mode, priority, and
time to live.
- send(Queue, Message) -
Method in interface javax.jms.QueueSender
- Sends a message to a queue for an unidentified message producer.
- send(Queue, Message, int, int, long) -
Method in interface javax.jms.QueueSender
- Sends a message to a queue for an unidentified message producer,
specifying delivery mode, priority and time to live.
- send(Message) -
Static method in class javax.mail.Transport
- Send a message.
- send(Message, Address[]) -
Static method in class javax.mail.Transport
- Send the message to the specified addresses, ignoring any
recipients specified in the message itself.
- sendError(int, String) -
Method in interface javax.servlet.http.HttpServletResponse
- Sends an error response to the client using the specified
status.
- sendError(int) -
Method in interface javax.servlet.http.HttpServletResponse
- Sends an error response to the client using the specified status
code and clearing the buffer.
- sendError(int, String) -
Method in class javax.servlet.http.HttpServletResponseWrapper
- The default behavior of this method is to call sendError(int sc, String msg)
on the wrapped response object.
- sendError(int) -
Method in class javax.servlet.http.HttpServletResponseWrapper
- The default behavior of this method is to call sendError(int sc)
on the wrapped response object.
- SendFailedException - Exception in javax.mail
- This exception is thrown when the message cannot be sent.
- SendFailedException() -
Constructor for exception javax.mail.SendFailedException
- Constructs a SendFailedException with no detail message.
- SendFailedException(String) -
Constructor for exception javax.mail.SendFailedException
- Constructs a SendFailedException with the specified detail message.
- SendFailedException(String, Exception) -
Constructor for exception javax.mail.SendFailedException
- Constructs a SendFailedException with the specified
Exception and detail message.
- SendFailedException(String, Exception, Address[], Address[], Address[]) -
Constructor for exception javax.mail.SendFailedException
- Constructs a SendFailedException with the specified string
and the specified address objects.
- sendMessage(Message, Address[]) -
Method in class javax.mail.Transport
- Send the Message to the specified list of addresses.
- sendRedirect(String) -
Method in interface javax.servlet.http.HttpServletResponse
- Sends a temporary redirect response to the client using the
specified redirect location URL.
- sendRedirect(String) -
Method in class javax.servlet.http.HttpServletResponseWrapper
- The default behavior of this method is to return sendRedirect(String location)
on the wrapped response object.
- SentDateTerm - Class in javax.mail.search
- This class implements comparisons for the Message SentDate.
- SentDateTerm(int, Date) -
Constructor for class javax.mail.search.SentDateTerm
- Constructor.
- SEPARATOR_CHAR -
Static variable in interface javax.faces.component.NamingContainer
- The separator character used in component identifiers to demarcate
navigation to a child naming container.
- SequenceGenerator - Annotation Type in javax.persistence
- This annotation defines a primary key generator that may
be referenced by name when a generator element is specified
for the
GeneratedValue
annotation. - SerializationContext - Interface in javax.xml.rpc.encoding
- The javax.xml.rpc.encoding.SerializationContext interface is
implemented by the JAX-RPC runtime system in an XML processing
mechanism specific manner.
- Serializer - Interface in javax.xml.rpc.encoding
- The javax.xml.rpc.encoding.Serializer interface defines the
base interface for serializers.
- SerializerFactory - Interface in javax.xml.rpc.encoding
- The javax.xml.rpc.encoding.SerializerFactory is a factory of
the serializers.
- ServerSession - Interface in javax.jms
- A
ServerSession
object is an application server object that
is used by a server to associate a thread with a JMS session (optional). - ServerSessionPool - Interface in javax.jms
- A
ServerSessionPool
object is an object implemented by an
application server to provide a pool of ServerSession
objects
for processing the messages of a ConnectionConsumer
(optional). - service(ServletRequest, ServletResponse) -
Method in class javax.faces.webapp.FacesServlet
- Process an incoming request, and create the corresponding
response, by executing the request processing lifecycle.
- Service - Class in javax.mail
- An abstract class that contains the functionality
common to messaging services, such as stores and transports.
- Service(Session, URLName) -
Constructor for class javax.mail.Service
- Constructor.
- service(ServletRequest, ServletResponse) -
Method in class javax.servlet.GenericServlet
- Called by the servlet container to allow the servlet to respond to
a request.
- service(HttpServletRequest, HttpServletResponse) -
Method in class javax.servlet.http.HttpServlet
- Receives standard HTTP requests from the public
service
method and dispatches
them to the do
XXX methods defined in
this class.
- service(ServletRequest, ServletResponse) -
Method in class javax.servlet.http.HttpServlet
- Dispatches client requests to the protected
service
method.
- service(ServletRequest, ServletResponse) -
Method in interface javax.servlet.Servlet
- Called by the servlet container to allow the servlet to respond to
a request.
- Service - Interface in javax.xml.registry.infomodel
- Service instances are RegistryObjects that provide information on services
(for example, web services) offered by an Organization.
- SERVICE -
Static variable in interface javax.xml.registry.LifeCycleManager
-
- Service - Interface in javax.xml.rpc
Service
class acts as a factory of the following:
Dynamic proxy for the target service endpoint.- Service - Class in javax.xml.ws
Service
objects provide the client view of a Web service.- Service(URL, QName) -
Constructor for class javax.xml.ws.Service
-
- Service.Mode - Enum in javax.xml.ws
- The orientation of a dynamic client or service.
- SERVICE_BINDING -
Static variable in interface javax.xml.registry.LifeCycleManager
-
- SERVICE_SUBSET -
Static variable in interface javax.xml.registry.FindQualifier
- Maps to UDDI serviceSubset.
- ServiceBinding - Interface in javax.xml.registry.infomodel
- ServiceBinding instances are RegistryObjects that represent technical information on a specific way to access a specific interface offered by a Service instance.
- ServiceDelegate - Class in javax.xml.ws.spi
- Service delegates are used internally by
Service
objects
to allow pluggability of JAX-WS implementations. - ServiceDelegate() -
Constructor for class javax.xml.ws.spi.ServiceDelegate
-
- ServiceException - Exception in javax.xml.rpc
- The
javax.xml.rpc.ServiceException
is thrown from the
methods in the javax.xml.rpc.Service
interface and
ServiceFactory
class. - ServiceException() -
Constructor for exception javax.xml.rpc.ServiceException
- Constructs a new exception with
null
as its
detail message.
- ServiceException(String) -
Constructor for exception javax.xml.rpc.ServiceException
- Constructs a new exception with the specified detail
message.
- ServiceException(String, Throwable) -
Constructor for exception javax.xml.rpc.ServiceException
- Constructs a new exception with the specified detail
message and cause.
- ServiceException(Throwable) -
Constructor for exception javax.xml.rpc.ServiceException
- Constructs a new exception with the specified cause
and a detail message of (cause==null ?
- ServiceFactory - Class in javax.xml.rpc
- The
javax.xml.rpc.ServiceFactory
is an abstract class
that provides a factory for the creation of instances of the type
javax.xml.rpc.Service
. - ServiceFactory() -
Constructor for class javax.xml.rpc.ServiceFactory
-
- SERVICEFACTORY_PROPERTY -
Static variable in class javax.xml.rpc.ServiceFactory
- A constant representing the property used to lookup the
name of a
ServiceFactory
implementation
class.
- ServiceLifecycle - Interface in javax.xml.rpc.server
- The
javax.xml.rpc.server.ServiceLifecycle
defines
a lifecycle interface for a JAX-RPC service endpoint. - ServiceMode - Annotation Type in javax.xml.ws
- Used to indicate whether a Provider implementation wishes to work
with entire protocol messages or just with protocol message payloads.
- Servlet - Interface in javax.servlet
- Defines methods that all servlets must implement.
- SERVLET_CONTEXT -
Static variable in interface javax.xml.ws.handler.MessageContext
- Standard property: servlet context object.
- SERVLET_REQUEST -
Static variable in interface javax.xml.ws.handler.MessageContext
- Standard property: servlet request object.
- SERVLET_RESPONSE -
Static variable in interface javax.xml.ws.handler.MessageContext
- Standard property: servlet response object.
- ServletConfig - Interface in javax.servlet
- A servlet configuration object used by a servlet container
to pass information to a servlet during initialization.
- ServletContext - Interface in javax.servlet
- Defines a set of methods that a servlet uses to communicate with its
servlet container, for example, to get the MIME type of a file, dispatch
requests, or write to a log file.
- ServletContextAttributeEvent - Class in javax.servlet
- This is the event class for notifications about changes to the attributes of the
servlet context of a web application.
- ServletContextAttributeEvent(ServletContext, String, Object) -
Constructor for class javax.servlet.ServletContextAttributeEvent
- Construct a ServletContextAttributeEvent from the given context for the
given attribute name and attribute value.
- ServletContextAttributeListener - Interface in javax.servlet
- Implementations of this interface receive notifications of
changes to the attribute list on the servlet context of a web application.
- ServletContextEvent - Class in javax.servlet
- This is the event class for notifications about changes to
the servlet context of a web application.
- ServletContextEvent(ServletContext) -
Constructor for class javax.servlet.ServletContextEvent
- Construct a ServletContextEvent from the given context.
- ServletContextListener - Interface in javax.servlet
- Implementations of this interface receive notifications about
changes to the servlet context of the web application they are
part of.
- ServletEndpointContext - Interface in javax.xml.rpc.server
- The
ServletEndpointContext
provides an endpoint
context maintained by the underlying servlet container based
JAX-RPC runtime system. - ServletException - Exception in javax.servlet
- Defines a general exception a servlet can throw when it
encounters difficulty.
- ServletException() -
Constructor for exception javax.servlet.ServletException
- Constructs a new servlet exception.
- ServletException(String) -
Constructor for exception javax.servlet.ServletException
- Constructs a new servlet exception with the
specified message.
- ServletException(String, Throwable) -
Constructor for exception javax.servlet.ServletException
- Constructs a new servlet exception when the servlet
needs to throw an exception and include a message
about the "root cause" exception that interfered with its
normal operation, including a description message.
- ServletException(Throwable) -
Constructor for exception javax.servlet.ServletException
- Constructs a new servlet exception when the servlet
needs to throw an exception and include a message
about the "root cause" exception that interfered with its
normal operation.
- ServletInputStream - Class in javax.servlet
- Provides an input stream for reading binary data from a client
request, including an efficient
readLine
method
for reading data one line at a time. - ServletInputStream() -
Constructor for class javax.servlet.ServletInputStream
- Does nothing, because this is an abstract class.
- ServletOutputStream - Class in javax.servlet
- Provides an output stream for sending binary data to the
client.
- ServletOutputStream() -
Constructor for class javax.servlet.ServletOutputStream
- Does nothing, because this is an abstract class.
- ServletRequest - Interface in javax.servlet
- Defines an object to provide client request information to a servlet.
- ServletRequestAttributeEvent - Class in javax.servlet
- This is the event class for notifications of changes to the
attributes of the servlet request in an application.
- ServletRequestAttributeEvent(ServletContext, ServletRequest, String, Object) -
Constructor for class javax.servlet.ServletRequestAttributeEvent
- Construct a ServletRequestAttributeEvent giving the servlet context
of this web application, the ServletRequest whose attributes are
changing and the name and value of the attribute.
- ServletRequestAttributeListener - Interface in javax.servlet
- A ServletRequestAttributeListener can be implemented by the
developer interested in being notified of request attribute
changes.
- ServletRequestEvent - Class in javax.servlet
- Events of this kind indicate lifecycle
events for a ServletRequest.
- ServletRequestEvent(ServletContext, ServletRequest) -
Constructor for class javax.servlet.ServletRequestEvent
- Construct a ServletRequestEvent for the given ServletContext
and ServletRequest.
- ServletRequestListener - Interface in javax.servlet
- A ServletRequestListener can be implemented by the developer
interested in being notified of requests coming in and out of
scope in a web component.
- ServletRequestWrapper - Class in javax.servlet
- Provides a convenient implementation of the ServletRequest interface that
can be subclassed by developers wishing to adapt the request to a Servlet.
- ServletRequestWrapper(ServletRequest) -
Constructor for class javax.servlet.ServletRequestWrapper
- Creates a ServletRequest adaptor wrapping the given request object.
- ServletResponse - Interface in javax.servlet
- Defines an object to assist a servlet in sending a response to the client.
- ServletResponseWrapper - Class in javax.servlet
- Provides a convenient implementation of the ServletResponse interface that
can be subclassed by developers wishing to adapt the response from a Servlet.
- ServletResponseWrapper(ServletResponse) -
Constructor for class javax.servlet.ServletResponseWrapper
- Creates a ServletResponse adaptor wrapping the given response object.
- ServletStats - Interface in javax.management.j2ee.statistics
- Specifies the statistics provided by a Servlet.
- Session - Interface in javax.jms
- A
Session
object is a single-threaded context for producing and consuming
messages. - session -
Variable in class javax.mail.Message
- The Session object for this Message
- session -
Variable in class javax.mail.Service
- The session from which this service was created.
- Session - Class in javax.mail
- The Session class represents a mail session and is not subclassed.
- SESSION -
Static variable in class javax.servlet.jsp.PageContext
- Name used to store HttpSession in PageContext name table.
- SESSION_MAINTAIN_PROPERTY -
Static variable in interface javax.xml.rpc.Call
- Standard property: This boolean property is used by a service
client to indicate whether or not it wants to participate in
a session with a service endpoint.
- SESSION_MAINTAIN_PROPERTY -
Static variable in interface javax.xml.rpc.Stub
- Standard property: This boolean property is used by a service
client to indicate whether or not it wants to participate in
a session with a service endpoint.
- SESSION_MAINTAIN_PROPERTY -
Static variable in interface javax.xml.ws.BindingProvider
- Standard property: This boolean property is used by a service
client to indicate whether or not it wants to participate in
a session with a service endpoint.
- SESSION_SCOPE -
Static variable in class javax.servlet.jsp.PageContext
- Session scope (only valid if this page participates in a session):
the named reference remains available from the HttpSession (if any)
associated with the Servlet until the HttpSession is invalidated.
- SESSION_TRANSACTED -
Static variable in interface javax.jms.Session
- This value is returned from the method
getAcknowledgeMode
if the session is transacted.
- SessionBean - Interface in javax.ejb
- The SessionBean interface is implemented by every session enterprise Bean
class.
- SessionBeanStats - Interface in javax.management.j2ee.statistics
- Specifies the statistics provided by session beans of both stateful and stateless types.
- SessionContext - Interface in javax.ejb
- The SessionContext interface provides access to the runtime session context
that the container provides for a session enterprise Bean instance.
- sessionCreated(HttpSessionEvent) -
Method in interface javax.servlet.http.HttpSessionListener
- Notification that a session was created.
- sessionDestroyed(HttpSessionEvent) -
Method in interface javax.servlet.http.HttpSessionListener
- Notification that a session is about to be invalidated.
- sessionDidActivate(HttpSessionEvent) -
Method in interface javax.servlet.http.HttpSessionActivationListener
- Notification that the session has just been activated.
- SessionSynchronization - Interface in javax.ejb
- The SessionSynchronization interface allows a session Bean instance
to be notified by its container of transaction boundaries.
- sessionWillPassivate(HttpSessionEvent) -
Method in interface javax.servlet.http.HttpSessionActivationListener
- Notification that the session is about to be passivated.
- set(String, String) -
Method in class javax.activation.MimeTypeParameterList
- Set the value to be associated with the given name, replacing
any previous association.
- set(String, String) -
Method in class javax.mail.internet.ParameterList
- Set a parameter.
- set(String, String, String) -
Method in class javax.mail.internet.ParameterList
- Set a parameter.
- set -
Variable in class javax.mail.search.FlagTerm
- Indicates whether to test for the presence or
absence of the specified Flag.
- setAccept(String) -
Method in class javax.faces.component.html.HtmlForm
- Set the value of the
accept
property.
- setAcceptcharset(String) -
Method in class javax.faces.component.html.HtmlForm
- Set the value of the
acceptcharset
property.
- setAccesskey(String) -
Method in class javax.faces.component.html.HtmlCommandButton
- Set the value of the
accesskey
property.
- setAccesskey(String) -
Method in class javax.faces.component.html.HtmlCommandLink
- Set the value of the
accesskey
property.
- setAccesskey(String) -
Method in class javax.faces.component.html.HtmlInputSecret
- Set the value of the
accesskey
property.
- setAccesskey(String) -
Method in class javax.faces.component.html.HtmlInputText
- Set the value of the
accesskey
property.
- setAccesskey(String) -
Method in class javax.faces.component.html.HtmlInputTextarea
- Set the value of the
accesskey
property.
- setAccesskey(String) -
Method in class javax.faces.component.html.HtmlOutputLabel
- Set the value of the
accesskey
property.
- setAccesskey(String) -
Method in class javax.faces.component.html.HtmlOutputLink
- Set the value of the
accesskey
property.
- setAccesskey(String) -
Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
- Set the value of the
accesskey
property.
- setAccesskey(String) -
Method in class javax.faces.component.html.HtmlSelectManyCheckbox
- Set the value of the
accesskey
property.
- setAccesskey(String) -
Method in class javax.faces.component.html.HtmlSelectManyListbox
- Set the value of the
accesskey
property.
- setAccesskey(String) -
Method in class javax.faces.component.html.HtmlSelectManyMenu
- Set the value of the
accesskey
property.
- setAccesskey(String) -
Method in class javax.faces.component.html.HtmlSelectOneListbox
- Set the value of the
accesskey
property.
- setAccesskey(String) -
Method in class javax.faces.component.html.HtmlSelectOneMenu
- Set the value of the
accesskey
property.
- setAccesskey(String) -
Method in class javax.faces.component.html.HtmlSelectOneRadio
- Set the value of the
accesskey
property.
- setAccessURI(String) -
Method in interface javax.xml.registry.infomodel.ServiceBinding
- Sets the URI that gives access to the service via this binding.
- setAction(MethodBinding) -
Method in interface javax.faces.component.ActionSource
- Deprecated. This has been replaced by
ActionSource2.setActionExpression(javax.el.MethodExpression)
.
- setAction(MethodBinding) -
Method in class javax.faces.component.UICommand
- Deprecated. This has been replaced by
UICommand.setActionExpression(javax.el.MethodExpression)
.
- setActionExpression(MethodExpression) -
Method in interface javax.faces.component.ActionSource2
- Set the
MethodExpression
pointing at the appication
action to be invoked, if this UIComponent
is activated by
the user, during the Apply Request Values or Invoke
Application phase of the request processing lifecycle,
depending on the value of the immediate
property.
- setActionExpression(MethodExpression) -
Method in class javax.faces.component.UICommand
-
- setActionListener(ActionListener) -
Method in class javax.faces.application.Application
- Set the default
ActionListener
to be registered for all
ActionSource
components.
- setActionListener(MethodBinding) -
Method in interface javax.faces.component.ActionSource
- Deprecated. This has been replaced by
ActionSource.addActionListener(javax.faces.event.ActionListener)
.
- setActionListener(MethodBinding) -
Method in class javax.faces.component.UICommand
- Deprecated. This has been replaced by
UICommand.addActionListener(javax.faces.event.ActionListener)
.
- setActor(String) -
Method in interface javax.xml.soap.SOAPHeaderElement
- Sets the actor associated with this
SOAPHeaderElement
object to the specified actor.
- setAdapter(XmlAdapter) -
Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
- setAdapter(Class<A>, A) -
Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
- setAdapter(XmlAdapter) -
Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
- setAdapter(Class<A>, A) -
Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
- setAdapter(XmlAdapter) -
Method in interface javax.xml.bind.Marshaller
- Associates a configured instance of
XmlAdapter
with this marshaller.
- setAdapter(Class<A>, A) -
Method in interface javax.xml.bind.Marshaller
- Associates a configured instance of
XmlAdapter
with this marshaller.
- setAdapter(XmlAdapter) -
Method in interface javax.xml.bind.Unmarshaller
- Associates a configured instance of
XmlAdapter
with this unmarshaller.
- setAdapter(Class<A>, A) -
Method in interface javax.xml.bind.Unmarshaller
- Associates a configured instance of
XmlAdapter
with this unmarshaller.
- setAddress(String) -
Method in class javax.mail.internet.InternetAddress
- Set the email address.
- setAddress(String) -
Method in interface javax.xml.registry.infomodel.EmailAddress
- Sets the email address for this object.
- setAfterPhaseListener(MethodExpression) -
Method in class javax.faces.component.UIViewRoot
- Allow an arbitrary method to be called for the "afterPhase"
event as the UIViewRoot runs through its lifecycle.
- setAlt(String) -
Method in class javax.faces.component.html.HtmlCommandButton
- Set the value of the
alt
property.
- setAlt(String) -
Method in class javax.faces.component.html.HtmlGraphicImage
- Set the value of the
alt
property.
- setAlt(String) -
Method in class javax.faces.component.html.HtmlInputSecret
- Set the value of the
alt
property.
- setAlt(String) -
Method in class javax.faces.component.html.HtmlInputText
- Set the value of the
alt
property.
- setApplication(Application) -
Method in class javax.faces.application.ApplicationFactory
- Replace the
Application
instance that will be
returned for this web application.
- setAreaCode(String) -
Method in interface javax.xml.registry.infomodel.TelephoneNumber
- Sets the area code.
- setAssociations(Collection) -
Method in interface javax.xml.registry.infomodel.RegistryObject
- Replaces all previous Associations from this object with
specified Associations.
- setAssociationType(Concept) -
Method in interface javax.xml.registry.infomodel.Association
- Sets the association type for this Association.
- setAttachmentMarshaller(AttachmentMarshaller) -
Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
- setAttachmentMarshaller(AttachmentMarshaller) -
Method in interface javax.xml.bind.Marshaller
- Associate a context that enables binary data within an XML document
to be transmitted as XML-binary optimized attachment.
- setAttachmentUnmarshaller(AttachmentUnmarshaller) -
Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
- setAttachmentUnmarshaller(AttachmentUnmarshaller) -
Method in interface javax.xml.bind.Unmarshaller
- Associate a context that resolves cid's, content-id URIs, to
binary data passed as attachments.
- setAttribute(ObjectName, Attribute) -
Method in interface javax.management.j2ee.Management
- Sets the value of a specific attribute of a named managed object.
- setAttribute(String, Object) -
Method in interface javax.servlet.http.HttpSession
- Binds an object to this session, using the name specified.
- setAttribute(String, Object) -
Method in class javax.servlet.jsp.JspContext
- Register the name and value specified with page scope semantics.
- setAttribute(String, Object, int) -
Method in class javax.servlet.jsp.JspContext
- Register the name and value specified with appropriate
scope semantics.
- setAttribute(String, Object) -
Method in class javax.servlet.jsp.tagext.TagData
- Set the value of an attribute.
- setAttribute(String, Object) -
Method in interface javax.servlet.ServletContext
- Binds an object to a given attribute name in this servlet context.
- setAttribute(String, Object) -
Method in interface javax.servlet.ServletRequest
- Stores an attribute in this request.
- setAttribute(String, Object) -
Method in class javax.servlet.ServletRequestWrapper
- The default behavior of this method is to return setAttribute(String name, Object o)
on the wrapped request object.
- setAttributes(ObjectName, AttributeList) -
Method in interface javax.management.j2ee.Management
- Sets the values of several attributes of a named managed object.
- setAutocomplete(String) -
Method in class javax.faces.component.html.HtmlInputSecret
- Set the value of the
autocomplete
property.
- setAutocomplete(String) -
Method in class javax.faces.component.html.HtmlInputText
- Set the value of the
autocomplete
property.
- setBase64Content(InputStream, String) -
Method in class javax.xml.soap.AttachmentPart
- Sets the content of this attachment part from the Base64 source
InputStream
and sets the value of the
Content-Type
header to the value contained in
contentType
, This method would first decode the base64
input and write the resulting raw bytes to the attachment.
- setBeforePhaseListener(MethodExpression) -
Method in class javax.faces.component.UIViewRoot
- Allow an arbitrary method to be called for the "beforePhase"
event as the UIViewRoot runs through its lifecycle.
- setBgcolor(String) -
Method in class javax.faces.component.html.HtmlDataTable
- Set the value of the
bgcolor
property.
- setBgcolor(String) -
Method in class javax.faces.component.html.HtmlPanelGrid
- Set the value of the
bgcolor
property.
- setBinding(String) -
Method in class javax.faces.webapp.ConverterTag
- Deprecated. Set the expression that will be used to create a
ValueExpression
that references a backing bean property of the Converter
instance to
be created.
- setBinding(ValueExpression) -
Method in class javax.faces.webapp.UIComponentELTag
- Set the value expression for our component.
- setBinding(String) -
Method in class javax.faces.webapp.UIComponentTag
- Deprecated. Set the value binding expression for our component.
- setBinding(String) -
Method in class javax.faces.webapp.ValidatorTag
- Deprecated. Set the expression that will be used to create a
ValueExpression
that references a backing bean property of the Validator
instance to
be created.
- setBodyContent(BodyContent) -
Method in class javax.faces.webapp.UIComponentClassicTagBase
- Set the
bodyContent
for this tag handler.
- setBodyContent(BodyContent) -
Method in interface javax.servlet.jsp.tagext.BodyTag
- Set the bodyContent property.
- setBodyContent(BodyContent) -
Method in class javax.servlet.jsp.tagext.BodyTagSupport
- Prepare for evaluation of the body: stash the bodyContent away.
- setBoolean(String, boolean) -
Method in interface javax.jms.MapMessage
- Sets a
boolean
value with the specified name into the Map.
- setBooleanProperty(String, boolean) -
Method in interface javax.jms.Message
- Sets a
boolean
property value with the specified name into
the message.
- setBorder(int) -
Method in class javax.faces.component.html.HtmlDataTable
- Set the value of the
border
property.
- setBorder(int) -
Method in class javax.faces.component.html.HtmlPanelGrid
- Set the value of the
border
property.
- setBorder(int) -
Method in class javax.faces.component.html.HtmlSelectManyCheckbox
- Set the value of the
border
property.
- setBorder(int) -
Method in class javax.faces.component.html.HtmlSelectOneRadio
- Set the value of the
border
property.
- setBufferSize(int) -
Method in interface javax.servlet.ServletResponse
- Sets the preferred buffer size for the body of the response.
- setBufferSize(int) -
Method in class javax.servlet.ServletResponseWrapper
- The default behavior of this method is to call setBufferSize(int size)
on the wrapped response object.
- setBuilder(DocumentBuilder) -
Method in class javax.xml.bind.annotation.W3CDomHandler
-
- setByte(String, byte) -
Method in interface javax.jms.MapMessage
- Sets a
byte
value with the specified name into the Map.
- setByteProperty(String, byte) -
Method in interface javax.jms.Message
- Sets a
byte
property value with the specified name into
the message.
- setBytes(String, byte[]) -
Method in interface javax.jms.MapMessage
- Sets a byte array value with the specified name into the Map.
- setBytes(String, byte[], int, int) -
Method in interface javax.jms.MapMessage
- Sets a portion of the byte array value with the specified name into the
Map.
- setCalendar(Calendar) -
Method in class javax.mail.internet.MailDateFormat
- Don't allow setting the calendar
- setCaptionClass(String) -
Method in class javax.faces.component.html.HtmlDataTable
- Set the value of the
captionClass
property.
- setCaptionClass(String) -
Method in class javax.faces.component.html.HtmlPanelGrid
- Set the value of the
captionClass
property.
- setCaptionStyle(String) -
Method in class javax.faces.component.html.HtmlDataTable
- Set the value of the
captionStyle
property.
- setCaptionStyle(String) -
Method in class javax.faces.component.html.HtmlPanelGrid
- Set the value of the
captionStyle
property.
- setCellpadding(String) -
Method in class javax.faces.component.html.HtmlDataTable
- Set the value of the
cellpadding
property.
- setCellpadding(String) -
Method in class javax.faces.component.html.HtmlPanelGrid
- Set the value of the
cellpadding
property.
- setCellspacing(String) -
Method in class javax.faces.component.html.HtmlDataTable
- Set the value of the
cellspacing
property.
- setCellspacing(String) -
Method in class javax.faces.component.html.HtmlPanelGrid
- Set the value of the
cellspacing
property.
- setChangeEvent(PropertyChangeEvent) -
Method in class javax.enterprise.deploy.model.XpathEvent
-
- setChar(String, char) -
Method in interface javax.jms.MapMessage
- Sets a Unicode character value with the specified name into the Map.
- setCharacterEncoding(String) -
Method in interface javax.servlet.ServletRequest
- Overrides the name of the character encoding used in the body of this
request.
- setCharacterEncoding(String) -
Method in class javax.servlet.ServletRequestWrapper
- The default behavior of this method is to set the character encoding
on the wrapped request object.
- setCharacterEncoding(String) -
Method in interface javax.servlet.ServletResponse
- Sets the character encoding (MIME charset) of the response
being sent to the client, for example, to UTF-8.
- setCharacterEncoding(String) -
Method in class javax.servlet.ServletResponseWrapper
- The default behavior of this method is to call setCharacterEncoding(String charset)
on the wrapped response object.
- setCharset(String) -
Method in class javax.faces.component.html.HtmlCommandLink
- Set the value of the
charset
property.
- setCharset(String) -
Method in class javax.faces.component.html.HtmlOutputLink
- Set the value of the
charset
property.
- setCharsetName(String) -
Method in interface javax.xml.registry.infomodel.LocalizedString
- Set the canonical name for the charset for this object.
- setCity(String) -
Method in interface javax.xml.registry.infomodel.PostalAddress
- Sets the city.
- setClassifications(Collection) -
Method in interface javax.xml.registry.infomodel.RegistryObject
- Replaces all previous Classifications with specified
Classifications.
- setClassificationScheme(ClassificationScheme) -
Method in interface javax.xml.registry.infomodel.Classification
- Sets the ClassificationScheme for this external classification.
- setClassifiedObject(RegistryObject) -
Method in interface javax.xml.registry.infomodel.Classification
- Sets the object that is being classified.
- setClientID(String) -
Method in interface javax.jms.Connection
- Sets the client identifier for this connection.
- setCols(int) -
Method in class javax.faces.component.html.HtmlInputTextarea
- Set the value of the
cols
property.
- setColumnClasses(String) -
Method in class javax.faces.component.html.HtmlDataTable
- Set the value of the
columnClasses
property.
- setColumnClasses(String) -
Method in class javax.faces.component.html.HtmlPanelGrid
- Set the value of the
columnClasses
property.
- setColumnNumber(int) -
Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
- Set the columnNumber field on this event locator.
- setColumns(int) -
Method in class javax.faces.component.html.HtmlPanelGrid
- Set the value of the
columns
property.
- setCommandContext(String, DataHandler) -
Method in interface javax.activation.CommandObject
- Initialize the Command with the verb it is requested to handle
and the DataHandler that describes the data it will
operate on.
- setCommandMap(CommandMap) -
Method in class javax.activation.DataHandler
- Set the CommandMap for use by this DataHandler.
- setComment(String) -
Method in class javax.servlet.http.Cookie
- Specifies a comment that describes a cookie's purpose.
- setConcept(Concept) -
Method in interface javax.xml.registry.infomodel.Classification
- Sets the concept for this internal classification.
- setConnected(boolean) -
Method in class javax.mail.Service
- Set the connection state of this service.
- setConnectionHandle(Object) -
Method in class javax.resource.spi.ConnectionEvent
- Set the connection handle.
- setContent(Object, String) -
Method in class javax.mail.internet.MimeBodyPart
- A convenience method for setting this body part's content.
- setContent(Multipart) -
Method in class javax.mail.internet.MimeBodyPart
- This method sets the body part's content to a Multipart object.
- setContent(Object, String) -
Method in class javax.mail.internet.MimeMessage
- A convenience method for setting this Message's content.
- setContent(Multipart) -
Method in class javax.mail.internet.MimeMessage
- This method sets the Message's content to a Multipart object.
- setContent(Object, String) -
Method in interface javax.mail.Part
- A convenience method for setting this part's content.
- setContent(Multipart) -
Method in interface javax.mail.Part
- This method sets the given Multipart object as this message's
content.
- setContent(Object, String) -
Method in class javax.xml.soap.AttachmentPart
- Sets the content of this attachment part to that of the given
Object
and sets the value of the Content-Type
header to the given type.
- setContent(Source) -
Method in class javax.xml.soap.SOAPPart
- Sets the content of the
SOAPEnvelope
object with the data
from the given Source
object.
- setContentDescription(String) -
Method in class javax.xml.soap.SOAPMessage
- Sets the description of this
SOAPMessage
object's
content with the given description.
- setContentID(String) -
Method in class javax.mail.internet.MimeBodyPart
- Set the "Content-ID" header field of this body part.
- setContentID(String) -
Method in class javax.mail.internet.MimeMessage
- Set the "Content-ID" header field of this Message.
- setContentId(String) -
Method in class javax.xml.soap.AttachmentPart
- Sets the MIME header whose name is "Content-ID" with the given value.
- setContentId(String) -
Method in class javax.xml.soap.SOAPPart
- Sets the value of the MIME header named "Content-Id"
to the given
String
.
- setContentLanguage(String[]) -
Method in class javax.mail.internet.MimeBodyPart
- Set the Content-Language header of this MimePart.
- setContentLanguage(String[]) -
Method in class javax.mail.internet.MimeMessage
- Set the "Content-Language" header of this MimePart.
- setContentLanguage(String[]) -
Method in interface javax.mail.internet.MimePart
- Set the Content-Language header of this MimePart.
- setContentLength(int) -
Method in interface javax.servlet.ServletResponse
- Sets the length of the content body in the response
In HTTP servlets, this method sets the HTTP Content-Length header.
- setContentLength(int) -
Method in class javax.servlet.ServletResponseWrapper
- The default behavior of this method is to call setContentLength(int len)
on the wrapped response object.
- setContentLocation(String) -
Method in class javax.xml.soap.AttachmentPart
- Sets the MIME header whose name is "Content-Location" with the given value.
- setContentLocation(String) -
Method in class javax.xml.soap.SOAPPart
- Sets the value of the MIME header "Content-Location"
to the given
String
.
- setContentMD5(String) -
Method in class javax.mail.internet.MimeBodyPart
- Set the "Content-MD5" header field of this body part.
- setContentMD5(String) -
Method in class javax.mail.internet.MimeMessage
- Set the "Content-MD5" header field of this Message.
- setContentMD5(String) -
Method in interface javax.mail.internet.MimePart
- Set the Content-MD5 of this part.
- setContentType(String) -
Method in interface javax.servlet.ServletResponse
- Sets the content type of the response being sent to
the client, if the response has not been committed yet.
- setContentType(String) -
Method in class javax.servlet.ServletResponseWrapper
- The default behavior of this method is to call setContentType(String type)
on the wrapped response object.
- setContentType(String) -
Method in class javax.xml.soap.AttachmentPart
- Sets the MIME header whose name is "Content-Type" with the given value.
- setContextID(String) -
Static method in class javax.security.jacc.PolicyContext
- Authorization protected method used to modify the value of the
policy context identifier associated with the thread on which
this method is called.
- setConverter(Converter) -
Method in class javax.faces.component.UIOutput
-
- setConverter(Converter) -
Method in interface javax.faces.component.ValueHolder
- Set the
Converter
(if any)
that is registered for this UIComponent
.
- setConverterId(String) -
Method in class javax.faces.webapp.ConverterTag
- Deprecated. Set the identifer of the
Converter
instance to be created.
- setConverterMessage(String) -
Method in class javax.faces.component.UIInput
- Override any
ValueExpression
set for the "converterMessage"
with the literal argument provided to this method.
- setCoords(String) -
Method in class javax.faces.component.html.HtmlCommandLink
- Set the value of the
coords
property.
- setCoords(String) -
Method in class javax.faces.component.html.HtmlOutputLink
- Set the value of the
coords
property.
- setCountry(String) -
Method in interface javax.xml.registry.infomodel.PostalAddress
- Sets the country.
- setCountryCode(String) -
Method in interface javax.xml.registry.infomodel.TelephoneNumber
- Sets country code.
- setCredentials(Set) -
Method in interface javax.xml.registry.Connection
- Sets the Credentials associated with this client.
- setCurrencyCode(String) -
Method in class javax.faces.convert.NumberConverter
- Set the ISO 4217 currency code used by
getAsString()
with a type
of currency
.
- setCurrencySymbol(String) -
Method in class javax.faces.convert.NumberConverter
- Set the currency symbol used by
getAsString()
with a type
of currency
.
- setCurrentInstance(FacesContext) -
Static method in class javax.faces.context.FacesContext
- Set the
FacesContext
instance for the request that is
being processed by the current thread.
- setDataContentHandlerFactory(DataContentHandlerFactory) -
Static method in class javax.activation.DataHandler
- Sets the DataContentHandlerFactory.
- setDataHandler(DataHandler) -
Method in class javax.mail.internet.MimeBodyPart
- This method provides the mechanism to set this body part's content.
- setDataHandler(DataHandler) -
Method in class javax.mail.internet.MimeMessage
- This method provides the mechanism to set this part's content.
- setDataHandler(DataHandler) -
Method in interface javax.mail.Part
- This method provides the mechanism to set this part's content.
- setDataHandler(DataHandler) -
Method in class javax.xml.soap.AttachmentPart
- Sets the given
DataHandler
object as the data handler
for this AttachmentPart
object.
- setDataModel(DataModel) -
Method in class javax.faces.component.UIData
- Set the internal DataModel.
- setDatatypeConverter(DatatypeConverterInterface) -
Static method in class javax.xml.bind.DatatypeConverter
- This method is for JAXB provider use only.
- setDateHeader(String, long) -
Method in interface javax.servlet.http.HttpServletResponse
- Sets a response header with the given name and
date-value.
- setDateHeader(String, long) -
Method in class javax.servlet.http.HttpServletResponseWrapper
- The default behavior of this method is to call setDateHeader(String name, long date)
on the wrapped response object.
- setDateStyle(String) -
Method in class javax.faces.convert.DateTimeConverter
- Set the style to be used to format or parse dates.
- setDConfigBeanVersion(DConfigBeanVersionType) -
Method in interface javax.enterprise.deploy.spi.DeploymentManager
- Set the configuration beans to be used to the J2EE platform
version specificed.
- setDebug(boolean) -
Method in class javax.mail.Session
- Set the debug setting for this Session.
- setDebugOut(PrintStream) -
Method in class javax.mail.Session
- Set the stream to be used for debugging output for this session.
- setDefaultCommandMap(CommandMap) -
Static method in class javax.activation.CommandMap
- Set the default CommandMap.
- setDefaultFactory(JspFactory) -
Static method in class javax.servlet.jsp.JspFactory
-
set the default factory for this implementation.
- setDefaultFileTypeMap(FileTypeMap) -
Static method in class javax.activation.FileTypeMap
- Sets the default FileTypeMap for the system.
- setDefaultLocale(Locale) -
Method in class javax.faces.application.Application
- Set the default
Locale
for this application.
- setDefaultNamespace(String) -
Method in interface javax.xml.stream.XMLEventWriter
- Binds a URI to the default namespace
This URI is bound
in the scope of the current START_ELEMENT / END_ELEMENT pair.
- setDefaultNamespace(String) -
Method in interface javax.xml.stream.XMLStreamWriter
- Binds a URI to the default namespace
This URI is bound
in the scope of the current START_ELEMENT / END_ELEMENT pair.
- setDefaultRenderKitId(String) -
Method in class javax.faces.application.Application
- Set the
renderKitId
to be used to render this
application.
- setDeliveryMode(int) -
Method in interface javax.jms.MessageProducer
- Sets the producer's default delivery mode.
- setDescription(String) -
Method in class javax.faces.model.SelectItem
- Set the description of this item, for use in development tools.
- setDescription(String) -
Method in class javax.mail.internet.MimeBodyPart
- Set the "Content-Description" header field for this body part.
- setDescription(String, String) -
Method in class javax.mail.internet.MimeBodyPart
- Set the "Content-Description" header field for this body part.
- setDescription(String) -
Method in class javax.mail.internet.MimeMessage
- Set the "Content-Description" header field for this Message.
- setDescription(String, String) -
Method in class javax.mail.internet.MimeMessage
- Set the "Content-Description" header field for this Message.
- setDescription(String) -
Method in interface javax.mail.Part
- Set a description String for this part.
- setDescription(InternationalString) -
Method in interface javax.xml.registry.infomodel.RegistryObject
- Sets the context independent textual description for this object.
- setDetail(String) -
Method in class javax.faces.application.FacesMessage
- Set the localized detail text.
- setDir(String) -
Method in class javax.faces.component.html.HtmlCommandButton
- Set the value of the
dir
property.
- setDir(String) -
Method in class javax.faces.component.html.HtmlCommandLink
- Set the value of the
dir
property.
- setDir(String) -
Method in class javax.faces.component.html.HtmlDataTable
- Set the value of the
dir
property.
- setDir(String) -
Method in class javax.faces.component.html.HtmlForm
- Set the value of the
dir
property.
- setDir(String) -
Method in class javax.faces.component.html.HtmlGraphicImage
- Set the value of the
dir
property.
- setDir(String) -
Method in class javax.faces.component.html.HtmlInputSecret
- Set the value of the
dir
property.
- setDir(String) -
Method in class javax.faces.component.html.HtmlInputText
- Set the value of the
dir
property.
- setDir(String) -
Method in class javax.faces.component.html.HtmlInputTextarea
- Set the value of the
dir
property.
- setDir(String) -
Method in class javax.faces.component.html.HtmlMessage
- Set the value of the
dir
property.
- setDir(String) -
Method in class javax.faces.component.html.HtmlMessages
- Set the value of the
dir
property.
- setDir(String) -
Method in class javax.faces.component.html.HtmlOutputFormat
- Set the value of the
dir
property.
- setDir(String) -
Method in class javax.faces.component.html.HtmlOutputLabel
- Set the value of the
dir
property.
- setDir(String) -
Method in class javax.faces.component.html.HtmlOutputLink
- Set the value of the
dir
property.
- setDir(String) -
Method in class javax.faces.component.html.HtmlOutputText
- Set the value of the
dir
property.
- setDir(String) -
Method in class javax.faces.component.html.HtmlPanelGrid
- Set the value of the
dir
property.
- setDir(String) -
Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
- Set the value of the
dir
property.
- setDir(String) -
Method in class javax.faces.component.html.HtmlSelectManyCheckbox
- Set the value of the
dir
property.
- setDir(String) -
Method in class javax.faces.component.html.HtmlSelectManyListbox
- Set the value of the
dir
property.
- setDir(String) -
Method in class javax.faces.component.html.HtmlSelectManyMenu
- Set the value of the
dir
property.
- setDir(String) -
Method in class javax.faces.component.html.HtmlSelectOneListbox
- Set the value of the
dir
property.
- setDir(String) -
Method in class javax.faces.component.html.HtmlSelectOneMenu
- Set the value of the
dir
property.
- setDir(String) -
Method in class javax.faces.component.html.HtmlSelectOneRadio
- Set the value of the
dir
property.
- setDisabled(boolean) -
Method in class javax.faces.component.html.HtmlCommandButton
- Set the value of the
disabled
property.
- setDisabled(boolean) -
Method in class javax.faces.component.html.HtmlCommandLink
- Set the value of the
disabled
property.
- setDisabled(boolean) -
Method in class javax.faces.component.html.HtmlInputSecret
- Set the value of the
disabled
property.
- setDisabled(boolean) -
Method in class javax.faces.component.html.HtmlInputText
- Set the value of the
disabled
property.
- setDisabled(boolean) -
Method in class javax.faces.component.html.HtmlInputTextarea
- Set the value of the
disabled
property.
- setDisabled(boolean) -
Method in class javax.faces.component.html.HtmlOutputLink
- Set the value of the
disabled
property.
- setDisabled(boolean) -
Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
- Set the value of the
disabled
property.
- setDisabled(boolean) -
Method in class javax.faces.component.html.HtmlSelectManyCheckbox
- Set the value of the
disabled
property.
- setDisabled(boolean) -
Method in class javax.faces.component.html.HtmlSelectManyListbox
- Set the value of the
disabled
property.
- setDisabled(boolean) -
Method in class javax.faces.component.html.HtmlSelectManyMenu
- Set the value of the
disabled
property.
- setDisabled(boolean) -
Method in class javax.faces.component.html.HtmlSelectOneListbox
- Set the value of the
disabled
property.
- setDisabled(boolean) -
Method in class javax.faces.component.html.HtmlSelectOneMenu
- Set the value of the
disabled
property.
- setDisabled(boolean) -
Method in class javax.faces.component.html.HtmlSelectOneRadio
- Set the value of the
disabled
property.
- setDisabled(boolean) -
Method in class javax.faces.model.SelectItem
- Set the disabled flag for this item, which should modify the
rendered output to make this item unavailable for selection by the user
if set to
true
.
- setDisabledClass(String) -
Method in class javax.faces.component.html.HtmlSelectManyCheckbox
- Set the value of the
disabledClass
property.
- setDisabledClass(String) -
Method in class javax.faces.component.html.HtmlSelectManyListbox
- Set the value of the
disabledClass
property.
- setDisabledClass(String) -
Method in class javax.faces.component.html.HtmlSelectManyMenu
- Set the value of the
disabledClass
property.
- setDisabledClass(String) -
Method in class javax.faces.component.html.HtmlSelectOneListbox
- Set the value of the
disabledClass
property.
- setDisabledClass(String) -
Method in class javax.faces.component.html.HtmlSelectOneMenu
- Set the value of the
disabledClass
property.
- setDisabledClass(String) -
Method in class javax.faces.component.html.HtmlSelectOneRadio
- Set the value of the
disabledClass
property.
- setDisableMessageID(boolean) -
Method in interface javax.jms.MessageProducer
- Sets whether message IDs are disabled.
- setDisableMessageTimestamp(boolean) -
Method in interface javax.jms.MessageProducer
- Sets whether message timestamps are disabled.
- setDisposition(String) -
Method in class javax.mail.internet.ContentDisposition
- Set the disposition.
- setDisposition(String) -
Method in class javax.mail.internet.MimeBodyPart
- Set the "Content-Disposition" header field of this body part.
- setDisposition(String) -
Method in class javax.mail.internet.MimeMessage
- Set the "Content-Disposition" header field of this Message.
- setDisposition(String) -
Method in interface javax.mail.Part
- Set the disposition of this part.
- setDomain(String) -
Method in class javax.servlet.http.Cookie
- Specifies the domain within which this cookie should be presented.
- setDouble(String, double) -
Method in interface javax.jms.MapMessage
- Sets a
double
value with the specified name into the Map.
- setDoubleProperty(String, double) -
Method in interface javax.jms.Message
- Sets a
double
property value with the specified name into
the message.
- setDynamicAttribute(String, String, Object) -
Method in interface javax.servlet.jsp.tagext.DynamicAttributes
- Called when a tag declared to accept dynamic attributes is passed
an attribute that is not declared in the Tag Library Descriptor.
- setElementQName(QName) -
Method in interface javax.xml.soap.SOAPElement
- Changes the name of this
Element
to newName
if
possible.
- setEmailAddresses(Collection) -
Method in interface javax.xml.registry.infomodel.User
- Sets the Collection of EmailAddress instances for this User.
- setEnabledClass(String) -
Method in class javax.faces.component.html.HtmlSelectManyCheckbox
- Set the value of the
enabledClass
property.
- setEnabledClass(String) -
Method in class javax.faces.component.html.HtmlSelectManyListbox
- Set the value of the
enabledClass
property.
- setEnabledClass(String) -
Method in class javax.faces.component.html.HtmlSelectManyMenu
- Set the value of the
enabledClass
property.
- setEnabledClass(String) -
Method in class javax.faces.component.html.HtmlSelectOneListbox
- Set the value of the
enabledClass
property.
- setEnabledClass(String) -
Method in class javax.faces.component.html.HtmlSelectOneMenu
- Set the value of the
enabledClass
property.
- setEnabledClass(String) -
Method in class javax.faces.component.html.HtmlSelectOneRadio
- Set the value of the
enabledClass
property.
- setEncoding(String) -
Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- Convenience method for setting the output encoding.
- setEncodingStyle(String) -
Method in interface javax.xml.soap.SOAPElement
- Sets the encoding style for this
SOAPElement
object
to one specified.
- setEnctype(String) -
Method in class javax.faces.component.html.HtmlForm
- Set the value of the
enctype
property.
- setEntityContext(EntityContext) -
Method in interface javax.ejb.EntityBean
- Set the associated entity context.
- setErrorClass(String) -
Method in class javax.faces.component.html.HtmlMessage
- Set the value of the
errorClass
property.
- setErrorClass(String) -
Method in class javax.faces.component.html.HtmlMessages
- Set the value of the
errorClass
property.
- setErrorCode(String) -
Method in exception javax.resource.ResourceException
- Set the error code.
- setErrorObjectKey(Key) -
Method in exception javax.xml.registry.RegistryException
- Sets the Key to the first object that encountered an error in the registry.
- setErrorStyle(String) -
Method in class javax.faces.component.html.HtmlMessage
- Set the value of the
errorStyle
property.
- setErrorStyle(String) -
Method in class javax.faces.component.html.HtmlMessages
- Set the value of the
errorStyle
property.
- setEscape(boolean) -
Method in class javax.faces.component.html.HtmlOutputFormat
- Set the value of the
escape
property.
- setEscape(boolean) -
Method in class javax.faces.component.html.HtmlOutputLabel
- Set the value of the
escape
property.
- setEscape(boolean) -
Method in class javax.faces.component.html.HtmlOutputText
- Set the value of the
escape
property.
- setEscape(boolean) -
Method in class javax.faces.model.SelectItem
- Setter for property escape.
- setEventAllocator(XMLEventAllocator) -
Method in class javax.xml.stream.XMLInputFactory
- Set a user defined event allocator for events
- setEventHandler(ValidationEventHandler) -
Method in class javax.xml.bind.Binder
- Allow an application to register a ValidationEventHandler.
- setEventHandler(ValidationEventHandler) -
Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
- setEventHandler(ValidationEventHandler) -
Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- Allow an application to register a validation event handler.
- setEventHandler(ValidationEventHandler) -
Method in interface javax.xml.bind.Marshaller
- Allow an application to register a validation event handler.
- setEventHandler(ValidationEventHandler) -
Method in interface javax.xml.bind.Unmarshaller
- Allow an application to register a ValidationEventHandler.
- setEventHandler(ValidationEventHandler) -
Method in interface javax.xml.bind.Validator
- Deprecated. since JAXB2.0
- setExceptionListener(ExceptionListener) -
Method in interface javax.jms.Connection
- Sets an exception listener for this connection.
- setExecutor(Executor) -
Method in class javax.xml.ws.Endpoint
- Sets the executor for this
Endpoint
instance.
- setExecutor(Executor) -
Method in class javax.xml.ws.Service
- Sets the executor for this
Service
instance.
- setExecutor(Executor) -
Method in class javax.xml.ws.spi.ServiceDelegate
- Sets the executor for this
Service
instance.
- setExpiration(Date) -
Method in interface javax.xml.registry.infomodel.RegistryEntry
- Sets the expirationDate.
- setExpunged(boolean) -
Method in class javax.mail.Message
- Sets the expunged flag for this Message.
- setExtension(String) -
Method in interface javax.xml.registry.infomodel.TelephoneNumber
- Sets the internal extension.
- setExternalIdentifiers(Collection) -
Method in interface javax.xml.registry.infomodel.RegistryObject
- Replaces all previous external identifiers with specified
Collection of ExternalIdentifiers as an external identifier.
- setExternalLinks(Collection) -
Method in interface javax.xml.registry.infomodel.RegistryObject
- Replaces all previous ExternalLinks with specified
ExternalLinks.
- setExternalURI(String) -
Method in interface javax.xml.registry.infomodel.ExternalLink
- Sets URI for an external resource.
- setFactory(String, String) -
Static method in class javax.faces.FactoryFinder
- This method will store the argument
factoryName/implName
mapping in such a way that
FactoryFinder.getFactory(java.lang.String)
will find this mapping when searching for a
match.
- setFatalClass(String) -
Method in class javax.faces.component.html.HtmlMessage
- Set the value of the
fatalClass
property.
- setFatalClass(String) -
Method in class javax.faces.component.html.HtmlMessages
- Set the value of the
fatalClass
property.
- setFatalStyle(String) -
Method in class javax.faces.component.html.HtmlMessage
- Set the value of the
fatalStyle
property.
- setFatalStyle(String) -
Method in class javax.faces.component.html.HtmlMessages
- Set the value of the
fatalStyle
property.
- setFaultActor(String) -
Method in interface javax.xml.soap.SOAPFault
- Sets this
SOAPFault
object with the given fault actor.
- setFaultCode(Name) -
Method in interface javax.xml.soap.SOAPFault
- Sets this
SOAPFault
object with the given fault code.
- setFaultCode(QName) -
Method in interface javax.xml.soap.SOAPFault
- Sets this
SOAPFault
object with the given fault code.
- setFaultCode(String) -
Method in interface javax.xml.soap.SOAPFault
- Sets this
SOAPFault
object with the give fault code.
- setFaultNode(String) -
Method in interface javax.xml.soap.SOAPFault
- Creates or replaces any existing Node element value for
this
SOAPFault
object.
- setFaultRole(String) -
Method in interface javax.xml.soap.SOAPFault
- Creates or replaces any existing Role element value for
this
SOAPFault
object.
- setFaultString(String) -
Method in interface javax.xml.soap.SOAPFault
- Sets the fault string for this
SOAPFault
object
to the given string.
- setFaultString(String, Locale) -
Method in interface javax.xml.soap.SOAPFault
- Sets the fault string for this
SOAPFault
object
to the given string and localized to the given locale.
- setFileName(String) -
Method in class javax.mail.internet.MimeBodyPart
- Set the filename associated with this body part, if possible.
- setFileName(String) -
Method in class javax.mail.internet.MimeMessage
- Set the filename associated with this part, if possible.
- setFileName(String) -
Method in interface javax.mail.Part
- Set the filename associated with this part, if possible.
- setFileTypeMap(FileTypeMap) -
Method in class javax.activation.FileDataSource
- Set the FileTypeMap to use with this FileDataSource
- setFirst(int) -
Method in class javax.faces.component.UIData
- Set the zero-relative row number of the first row to be
displayed.
- setFirstName(String) -
Method in interface javax.xml.registry.infomodel.PersonName
- Sets the first name for this Person.
- setFirstResult(int) -
Method in interface javax.persistence.Query
- Set the position of the first result to retrieve.
- setFlag(Flags.Flag, boolean) -
Method in class javax.mail.Message
- Set the specified flag on this message to the specified value.
- setFlags(Message[], Flags, boolean) -
Method in class javax.mail.Folder
- Set the specified flags on the messages specified in the array.
- setFlags(int, int, Flags, boolean) -
Method in class javax.mail.Folder
- Set the specified flags on the messages numbered from start
through end, both start and end inclusive.
- setFlags(int[], Flags, boolean) -
Method in class javax.mail.Folder
- Set the specified flags on the messages whose message numbers
are in the array.
- setFlags(Flags, boolean) -
Method in class javax.mail.internet.MimeMessage
- Set the flags for this message.
- setFlags(Flags, boolean) -
Method in class javax.mail.Message
- Set the specified flags on this message to the specified value.
- setFloat(String, float) -
Method in interface javax.jms.MapMessage
- Sets a
float
value with the specified name into the Map.
- setFloatProperty(String, float) -
Method in interface javax.jms.Message
- Sets a
float
property value with the specified name into
the message.
- setFlushMode(FlushModeType) -
Method in interface javax.persistence.EntityManager
- Set the flush mode that applies to all objects contained
in the persistence context.
- setFlushMode(FlushModeType) -
Method in interface javax.persistence.Query
- Set the flush mode type to be used for the query execution.
- setFooter(UIComponent) -
Method in class javax.faces.component.UIColumn
- Set the footer facet of the column.
- setFooter(UIComponent) -
Method in class javax.faces.component.UIData
- Set the footer facet of this component.
- setFooterClass(String) -
Method in class javax.faces.component.html.HtmlColumn
- Set the value of the
footerClass
property.
- setFooterClass(String) -
Method in class javax.faces.component.html.HtmlDataTable
- Set the value of the
footerClass
property.
- setFooterClass(String) -
Method in class javax.faces.component.html.HtmlPanelGrid
- Set the value of the
footerClass
property.
- setFor(String) -
Method in class javax.faces.component.html.HtmlOutputLabel
- Set the value of the
for
property.
- setFor(String) -
Method in class javax.faces.component.UIMessage
- Set the client identifier of the component for which this
component represents associated message(s) (if any).
- setFormattedOutput(boolean) -
Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- Convenience method for setting the formatted output flag.
- setFragment(boolean) -
Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- Convenience method for setting the fragment flag.
- setFrame(String) -
Method in class javax.faces.component.html.HtmlDataTable
- Set the value of the
frame
property.
- setFrame(String) -
Method in class javax.faces.component.html.HtmlPanelGrid
- Set the value of the
frame
property.
- setFrom(Address) -
Method in class javax.mail.internet.MimeMessage
- Set the RFC 822 "From" header field.
- setFrom() -
Method in class javax.mail.internet.MimeMessage
- Set the RFC 822 "From" header field using the value of the
InternetAddress.getLocalAddress
method.
- setFrom() -
Method in class javax.mail.Message
- Set the "From" attribute in this Message.
- setFrom(Address) -
Method in class javax.mail.Message
- Set the "From" attribute in this Message.
- setFullName(String) -
Method in interface javax.xml.registry.infomodel.PersonName
- Sets the fully formatted name for this person.
- setGlobalOnly(boolean) -
Method in class javax.faces.component.UIMessages
- Set the flag indicating whether only global messages (that is,
messages with no associated client identifier) should be rendered.
- setGroupingUsed(boolean) -
Method in class javax.faces.convert.NumberConverter
- Set the flag indicating whether
getAsString()
should
include grouping separators if necessary.
- setHandlerChain(QName, List) -
Method in interface javax.xml.rpc.handler.HandlerRegistry
- Sets the handler chain for the specified service endpoint
as a
java.util.List
.
- setHandlerChain(List<Handler>) -
Method in interface javax.xml.ws.Binding
- Sets the handler chain for the protocol binding instance.
- setHandlerClass(Class) -
Method in class javax.xml.rpc.handler.HandlerInfo
- Sets the Handler class
- setHandlerConfig(Map) -
Method in class javax.xml.rpc.handler.HandlerInfo
- Sets the Handler configuration as
java.util.Map
- setHandlerData(Object) -
Static method in class javax.security.jacc.PolicyContext
- Authorization protected method that may be used to associate a
thread-scoped handler data object with the PolicyContext.
- setHandlerResolver(HandlerResolver) -
Method in class javax.xml.ws.Service
- Sets the
HandlerResolver
for this Service
instance.
- setHandlerResolver(HandlerResolver) -
Method in class javax.xml.ws.spi.ServiceDelegate
- Sets the
HandlerResolver
for this Service
instance.
- setHeader(UIComponent) -
Method in class javax.faces.component.UIColumn
- Set the header facet of the column.
- setHeader(UIComponent) -
Method in class javax.faces.component.UIData
- Set the header facet of this component.
- setHeader(String, String) -
Method in class javax.mail.internet.InternetHeaders
- Change the first header line that matches name
to have value, adding a new header if no existing header
matches.
- setHeader(String, String) -
Method in class javax.mail.internet.MimeBodyPart
- Set the value for this header_name.
- setHeader(String, String) -
Method in class javax.mail.internet.MimeMessage
- Set the value for this header_name.
- setHeader(String, String) -
Method in interface javax.mail.Part
- Set the value for this header_name.
- setHeader(String, String) -
Method in interface javax.servlet.http.HttpServletResponse
- Sets a response header with the given name and value.
- setHeader(String, String) -
Method in class javax.servlet.http.HttpServletResponseWrapper
- The default behavior of this method is to return setHeader(String name, String value)
on the wrapped response object.
- setHeader(String, String) -
Method in class javax.xml.soap.MimeHeaders
- Replaces the current value of the first header entry whose name matches
the given name with the given value, adding a new header if no existing header
name matches.
- setHeaderClass(String) -
Method in class javax.faces.component.html.HtmlColumn
- Set the value of the
headerClass
property.
- setHeaderClass(String) -
Method in class javax.faces.component.html.HtmlDataTable
- Set the value of the
headerClass
property.
- setHeaderClass(String) -
Method in class javax.faces.component.html.HtmlPanelGrid
- Set the value of the
headerClass
property.
- setHeaders(QName[]) -
Method in class javax.xml.rpc.handler.HandlerInfo
- Sets the header blocks processed by this Handler.
- setHeight(String) -
Method in class javax.faces.component.html.HtmlGraphicImage
- Set the value of the
height
property.
- setHint(String, Object) -
Method in interface javax.persistence.Query
- Set an implementation-specific hint.
- setHost(String) -
Method in class javax.mail.internet.NewsAddress
- Set the host.
- setHreflang(String) -
Method in class javax.faces.component.html.HtmlCommandLink
- Set the value of the
hreflang
property.
- setHreflang(String) -
Method in class javax.faces.component.html.HtmlOutputLink
- Set the value of the
hreflang
property.
- setHumanPresentableName(String) -
Method in class javax.activation.ActivationDataFlavor
- Set the human presentable name.
- setId(String) -
Method in class javax.faces.component.UIComponent
- Set the component identifier of this
UIComponent
(if any).
- setId(String) -
Method in class javax.faces.component.UIComponentBase
-
- setId(String) -
Method in class javax.faces.webapp.UIComponentClassicTagBase
- Set the component identifier for our component.
- setId(String) -
Method in class javax.faces.webapp.UIComponentTagBase
- Set the component identifier for the component corresponding
to this tag instance.
- setId(String) -
Method in class javax.servlet.jsp.tagext.TagSupport
- Set the id attribute for this tag.
- setId(String) -
Method in interface javax.xml.registry.infomodel.Key
- Sets the unique id associated with this key.
- setIdentificationScheme(ClassificationScheme) -
Method in interface javax.xml.registry.infomodel.ExternalIdentifier
- Sets the ClassificationScheme that is used as the identification scheme
for identifying this object.
- setImage(String) -
Method in class javax.faces.component.html.HtmlCommandButton
- Set the value of the
image
property.
- setImmediate(boolean) -
Method in interface javax.faces.component.ActionSource
- Set the "immediate execution" flag for this
UIComponent
.
- setImmediate(boolean) -
Method in interface javax.faces.component.EditableValueHolder
- Set the "immediate" state for this component.
- setImmediate(boolean) -
Method in class javax.faces.component.UICommand
-
- setImmediate(boolean) -
Method in class javax.faces.component.UIInput
-
- setInfoClass(String) -
Method in class javax.faces.component.html.HtmlMessage
- Set the value of the
infoClass
property.
- setInfoClass(String) -
Method in class javax.faces.component.html.HtmlMessages
- Set the value of the
infoClass
property.
- setInfoStyle(String) -
Method in class javax.faces.component.html.HtmlMessage
- Set the value of the
infoStyle
property.
- setInfoStyle(String) -
Method in class javax.faces.component.html.HtmlMessages
- Set the value of the
infoStyle
property.
- setInitParameters(Map<String, Object>) -
Method in class javax.servlet.jsp.tagext.TagLibraryValidator
- Set the init data in the TLD for this validator.
- setInt(String, int) -
Method in interface javax.jms.MapMessage
- Sets an
int
value with the specified name into the Map.
- setIntegerOnly(boolean) -
Method in class javax.faces.convert.NumberConverter
- Set to
true
if only the integer portion of the given
value should be returned from getAsObject()
.
- setIntHeader(String, int) -
Method in interface javax.servlet.http.HttpServletResponse
- Sets a response header with the given name and
integer value.
- setIntHeader(String, int) -
Method in class javax.servlet.http.HttpServletResponseWrapper
- The default behavior of this method is to call setIntHeader(String name, int value)
on the wrapped response object.
- setIntProperty(String, int) -
Method in interface javax.jms.Message
- Sets an
int
property value with the specified name into
the message.
- setInvalidPropertyDescriptors(PropertyDescriptor[]) -
Method in exception javax.resource.spi.InvalidPropertyException
- Set a list of invalid properties.
- setIsmap(boolean) -
Method in class javax.faces.component.html.HtmlGraphicImage
- Set the value of the
ismap
property.
- setItemDescription(String) -
Method in class javax.faces.component.UISelectItem
- Set the description for this selection item.
- setItemDisabled(boolean) -
Method in class javax.faces.component.UISelectItem
- Set the disabled value for this selection item.
- setItemEscaped(boolean) -
Method in class javax.faces.component.UISelectItem
- Set the escape value for the label of this selection item.
- setItemLabel(String) -
Method in class javax.faces.component.UISelectItem
- Set the localized label for this selection item.
- setItemValue(Object) -
Method in class javax.faces.component.UISelectItem
- Set the server value for this selection item.
- setJMSCorrelationID(String) -
Method in interface javax.jms.Message
- Sets the correlation ID for the message.
- setJMSCorrelationIDAsBytes(byte[]) -
Method in interface javax.jms.Message
- Sets the correlation ID as an array of bytes for the message.
- setJMSDeliveryMode(int) -
Method in interface javax.jms.Message
- Sets the
DeliveryMode
value for this message.
- setJMSDestination(Destination) -
Method in interface javax.jms.Message
- Sets the
Destination
object for this message.
- setJMSExpiration(long) -
Method in interface javax.jms.Message
- Sets the message's expiration value.
- setJMSMessageID(String) -
Method in interface javax.jms.Message
- Sets the message ID.
- setJMSPriority(int) -
Method in interface javax.jms.Message
- Sets the priority level for this message.
- setJMSRedelivered(boolean) -
Method in interface javax.jms.Message
- Specifies whether this message is being redelivered.
- setJMSReplyTo(Destination) -
Method in interface javax.jms.Message
- Sets the
Destination
object to which a reply to this
message should be sent.
- setJMSTimestamp(long) -
Method in interface javax.jms.Message
- Sets the message timestamp.
- setJMSType(String) -
Method in interface javax.jms.Message
- Sets the message type.
- setJspBody(JspFragment) -
Method in interface javax.servlet.jsp.tagext.SimpleTag
- Provides the body of this tag as a JspFragment object, able to be
invoked zero or more times by the tag handler.
- setJspBody(JspFragment) -
Method in class javax.servlet.jsp.tagext.SimpleTagSupport
- Stores the provided JspFragment.
- setJspContext(JspContext) -
Method in interface javax.servlet.jsp.tagext.SimpleTag
- Called by the container to provide this tag handler with
the
JspContext
for this invocation.
- setJspContext(JspContext) -
Method in class javax.servlet.jsp.tagext.SimpleTagSupport
- Stores the provided JSP context in the private jspContext field.
- setJspId(String) -
Method in class javax.faces.webapp.UIComponentClassicTagBase
- Defined on
JspIdConsumer
.
- setJspId(String) -
Method in interface javax.servlet.jsp.tagext.JspIdConsumer
- Called by the container generated code to set a value for the
jspId attribute.
- setKey(Key) -
Method in interface javax.xml.registry.infomodel.RegistryObject
- Sets the key representing the universally unique ID (UUID) for this object.
- setLabel(String) -
Method in class javax.faces.component.html.HtmlCommandButton
- Set the value of the
label
property.
- setLabel(String) -
Method in class javax.faces.component.html.HtmlInputSecret
- Set the value of the
label
property.
- setLabel(String) -
Method in class javax.faces.component.html.HtmlInputText
- Set the value of the
label
property.
- setLabel(String) -
Method in class javax.faces.component.html.HtmlInputTextarea
- Set the value of the
label
property.
- setLabel(String) -
Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
- Set the value of the
label
property.
- setLabel(String) -
Method in class javax.faces.component.html.HtmlSelectManyCheckbox
- Set the value of the
label
property.
- setLabel(String) -
Method in class javax.faces.component.html.HtmlSelectManyListbox
- Set the value of the
label
property.
- setLabel(String) -
Method in class javax.faces.component.html.HtmlSelectManyMenu
- Set the value of the
label
property.
- setLabel(String) -
Method in class javax.faces.component.html.HtmlSelectOneListbox
- Set the value of the
label
property.
- setLabel(String) -
Method in class javax.faces.component.html.HtmlSelectOneMenu
- Set the value of the
label
property.
- setLabel(String) -
Method in class javax.faces.component.html.HtmlSelectOneRadio
- Set the value of the
label
property.
- setLabel(String) -
Method in class javax.faces.model.SelectItem
- Set the label of this item, to be rendered visibly for the user.
- setLang(String) -
Method in class javax.faces.component.html.HtmlCommandButton
- Set the value of the
lang
property.
- setLang(String) -
Method in class javax.faces.component.html.HtmlCommandLink
- Set the value of the
lang
property.
- setLang(String) -
Method in class javax.faces.component.html.HtmlDataTable
- Set the value of the
lang
property.
- setLang(String) -
Method in class javax.faces.component.html.HtmlForm
- Set the value of the
lang
property.
- setLang(String) -
Method in class javax.faces.component.html.HtmlGraphicImage
- Set the value of the
lang
property.
- setLang(String) -
Method in class javax.faces.component.html.HtmlInputSecret
- Set the value of the
lang
property.
- setLang(String) -
Method in class javax.faces.component.html.HtmlInputText
- Set the value of the
lang
property.
- setLang(String) -
Method in class javax.faces.component.html.HtmlInputTextarea
- Set the value of the
lang
property.
- setLang(String) -
Method in class javax.faces.component.html.HtmlMessage
- Set the value of the
lang
property.
- setLang(String) -
Method in class javax.faces.component.html.HtmlMessages
- Set the value of the
lang
property.
- setLang(String) -
Method in class javax.faces.component.html.HtmlOutputFormat
- Set the value of the
lang
property.
- setLang(String) -
Method in class javax.faces.component.html.HtmlOutputLabel
- Set the value of the
lang
property.
- setLang(String) -
Method in class javax.faces.component.html.HtmlOutputLink
- Set the value of the
lang
property.
- setLang(String) -
Method in class javax.faces.component.html.HtmlOutputText
- Set the value of the
lang
property.
- setLang(String) -
Method in class javax.faces.component.html.HtmlPanelGrid
- Set the value of the
lang
property.
- setLang(String) -
Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
- Set the value of the
lang
property.
- setLang(String) -
Method in class javax.faces.component.html.HtmlSelectManyCheckbox
- Set the value of the
lang
property.
- setLang(String) -
Method in class javax.faces.component.html.HtmlSelectManyListbox
- Set the value of the
lang
property.
- setLang(String) -
Method in class javax.faces.component.html.HtmlSelectManyMenu
- Set the value of the
lang
property.
- setLang(String) -
Method in class javax.faces.component.html.HtmlSelectOneListbox
- Set the value of the
lang
property.
- setLang(String) -
Method in class javax.faces.component.html.HtmlSelectOneMenu
- Set the value of the
lang
property.
- setLang(String) -
Method in class javax.faces.component.html.HtmlSelectOneRadio
- Set the value of the
lang
property.
- setLastName(String) -
Method in interface javax.xml.registry.infomodel.PersonName
- Sets the last name (surname) for this Person.
- setLayout(String) -
Method in class javax.faces.component.html.HtmlMessages
- Set the value of the
layout
property.
- setLayout(String) -
Method in class javax.faces.component.html.HtmlPanelGroup
- Set the value of the
layout
property.
- setLayout(String) -
Method in class javax.faces.component.html.HtmlSelectManyCheckbox
- Set the value of the
layout
property.
- setLayout(String) -
Method in class javax.faces.component.html.HtmlSelectOneRadio
- Set the value of the
layout
property.
- setLineNumber(int) -
Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
- Set the lineNumber field on this event locator.
- setLinkedException(Exception) -
Method in exception javax.jms.JMSException
- Adds a linked
Exception
.
- setLinkedException(Exception) -
Method in exception javax.resource.ResourceException
- Deprecated. J2SE release 1.4 supports a chained exception facility
that allows any throwable to know about another throwable, if any,
that caused it to get thrown. Refer to
getCause
and
initCause
methods of the
java.lang.Throwable
class.
- setLinkedException(Throwable) -
Method in class javax.xml.bind.helpers.ValidationEventImpl
- Set the linked exception field of this event.
- setLinkedException(Throwable) -
Method in exception javax.xml.bind.JAXBException
- Add a linked Exception.
- setLinkedException(Throwable) -
Method in exception javax.xml.bind.TypeConstraintException
- Add a linked Exception.
- setLinkedWarning(ResourceWarning) -
Method in exception javax.resource.cci.ResourceWarning
- Deprecated. J2SE release 1.4 supports a chained exception facility
that allows any throwable to know about another throwable, if any,
that caused it to get thrown. Refer to
getCause
and
initCause
methods of the
java.lang.Throwable
class.
- setListener(Marshaller.Listener) -
Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
- setListener(Unmarshaller.Listener) -
Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
- setListener(Marshaller.Listener) -
Method in interface javax.xml.bind.Marshaller
-
Register marshal event callback
Marshaller.Listener
with this Marshaller
.
- setListener(Unmarshaller.Listener) -
Method in interface javax.xml.bind.Unmarshaller
-
Register unmarshal event callback
Unmarshaller.Listener
with this Unmarshaller
.
- setLocale(Locale) -
Method in class javax.el.ELContext
- Set the
Locale
for this instance.
- setLocale(Locale) -
Method in interface javax.enterprise.deploy.spi.DeploymentManager
- Set the active locale for this implementation of
javax.enterprise.deploy.spi subpackages to run.
- setLocale(Locale) -
Method in class javax.faces.component.UIViewRoot
- Set the
Locale
to be used in localizing the
response being created for this view.
- setLocale(Locale) -
Method in class javax.faces.convert.DateTimeConverter
- Set the
Locale
to be used when parsing or formatting
dates and times.
- setLocale(Locale) -
Method in class javax.faces.convert.NumberConverter
- Set the
Locale
to be used when parsing numbers.
- setLocale(Locale) -
Method in interface javax.servlet.ServletResponse
- Sets the locale of the response, if the response has not been
committed yet.
- setLocale(Locale) -
Method in class javax.servlet.ServletResponseWrapper
- The default behavior of this method is to call setLocale(Locale loc)
on the wrapped response object.
- setLocale(Locale) -
Method in interface javax.xml.registry.infomodel.LocalizedString
- Set the Locale for this object.
- setLocalValueSet(boolean) -
Method in interface javax.faces.component.EditableValueHolder
- Sets the "local value set" state for this component.
- setLocalValueSet(boolean) -
Method in class javax.faces.component.UIInput
- Sets the "local value set" state for this component.
- setLocation(Location) -
Method in class javax.xml.stream.XMLEventFactory
- This method allows setting of the Location on each event that
is created by this factory.
- setLocator(ValidationEventLocator) -
Method in class javax.xml.bind.helpers.ValidationEventImpl
- Set the locator object for this event.
- setLogWriter(PrintWriter) -
Method in interface javax.resource.spi.ManagedConnection
- Sets the log writer for this ManagedConnection instance.
- setLogWriter(PrintWriter) -
Method in interface javax.resource.spi.ManagedConnectionFactory
- Set the log writer for this ManagedConnectionFactory instance.
- setLong(String, long) -
Method in interface javax.jms.MapMessage
- Sets a
long
value with the specified name into the Map.
- setLongdesc(String) -
Method in class javax.faces.component.html.HtmlGraphicImage
- Set the value of the
longdesc
property.
- setLongProperty(String, long) -
Method in interface javax.jms.Message
- Sets a
long
property value with the specified name into
the message.
- setMajorVersion(int) -
Method in interface javax.xml.registry.infomodel.Versionable
- Sets the major revision number for this version of the Versionable object.
- setManagedConnectionFactory(ManagedConnectionFactory) -
Method in class javax.resource.spi.security.PasswordCredential
- Sets the target ManagedConenctionFactory instance for which the user
name and password has been set by the application server.
- setMaxAge(int) -
Method in class javax.servlet.http.Cookie
- Sets the maximum age of the cookie in seconds.
- setMaxFractionDigits(int) -
Method in class javax.faces.convert.NumberConverter
- Set the maximum number of digits
getAsString()
should
render in the fraction portion of the result.
- setMaximum(double) -
Method in class javax.faces.validator.DoubleRangeValidator
- Set the maximum value to be enforced by this
Validator
.
- setMaximum(int) -
Method in class javax.faces.validator.LengthValidator
- Set the maximum length to be enforced by this
Validator
.
- setMaximum(long) -
Method in class javax.faces.validator.LongRangeValidator
- Set the maximum value to be enforced by this
Validator
.
- setMaxInactiveInterval(int) -
Method in interface javax.servlet.http.HttpSession
- Specifies the time, in seconds, between client requests before the
servlet container will invalidate this session.
- setMaxIntegerDigits(int) -
Method in class javax.faces.convert.NumberConverter
- Set the maximum number of digits
getAsString()
should
render in the integer portion of the result.
- setMaxlength(int) -
Method in class javax.faces.component.html.HtmlInputSecret
- Set the value of the
maxlength
property.
- setMaxlength(int) -
Method in class javax.faces.component.html.HtmlInputText
- Set the value of the
maxlength
property.
- setMaxResults(int) -
Method in interface javax.persistence.Query
- Set the maximum number of results to retrieve.
- setMessage(String) -
Method in class javax.xml.bind.helpers.ValidationEventImpl
- Set the message field of this event.
- setMessage(SOAPMessage) -
Method in interface javax.xml.rpc.handler.soap.SOAPMessageContext
- Sets the SOAPMessage in this message context
- setMessage(SOAPMessage) -
Method in interface javax.xml.ws.handler.soap.SOAPMessageContext
- Sets the SOAPMessage in this message context
- setMessageBundle(String) -
Method in class javax.faces.application.Application
- Set the fully qualified class name of the
ResourceBundle
to be used for JavaServer Faces messages for this application.
- setMessageDrivenContext(MessageDrivenContext) -
Method in interface javax.ejb.MessageDrivenBean
- Set the associated message-driven context.
- setMessageListener(MessageListener) -
Method in interface javax.jms.MessageConsumer
- Sets the message consumer's
MessageListener
.
- setMessageListener(MessageListener) -
Method in interface javax.jms.Session
- Sets the session's distinguished message listener (optional).
- setMessageNumber(int) -
Method in class javax.mail.Message
- Set the Message number for this Message.
- setMetadata(List<Source>) -
Method in class javax.xml.ws.Endpoint
- Sets the metadata for this endpoint.
- setMiddleName(String) -
Method in interface javax.xml.registry.infomodel.PersonName
- Sets the middle name for this Person.
- setMimeHeader(String, String) -
Method in class javax.xml.soap.AttachmentPart
- Changes the first header entry that matches the given name
to the given value, adding a new header if no existing header
matches.
- setMimeHeader(String, String) -
Method in class javax.xml.soap.SOAPPart
- Changes the first header entry that matches the given header name
so that its value is the given value, adding a new header with the
given name and value if no
existing header is a match.
- setMimeType(String) -
Method in interface javax.xml.registry.infomodel.ExtrinsicObject
- Sets the mime type associated with this object.
- setMinFractionDigits(int) -
Method in class javax.faces.convert.NumberConverter
- Set the minimum number of digits
getAsString()
should
render in the fraction portion of the result.
- setMinimum(double) -
Method in class javax.faces.validator.DoubleRangeValidator
- Set the minimum value to be enforced by this
Validator
.
- setMinimum(int) -
Method in class javax.faces.validator.LengthValidator
- Set the minimum length to be enforced by this
Validator
.
- setMinimum(long) -
Method in class javax.faces.validator.LongRangeValidator
- Set the minimum value to be enforced by this
Validator
.
- setMinIntegerDigits(int) -
Method in class javax.faces.convert.NumberConverter
- Set the minimum number of digits
getAsString()
should
render in the integer portion of the result.
- setMinorVersion(int) -
Method in interface javax.xml.registry.infomodel.Versionable
- Sets the minor revision number for this version of the Versionable object.
- setMTOMEnabled(boolean) -
Method in interface javax.xml.ws.soap.SOAPBinding
- Enables or disables use of MTOM.
- setMultipartDataSource(MultipartDataSource) -
Method in class javax.mail.Multipart
- Setup this Multipart object from the given MultipartDataSource.
- setMustUnderstand(boolean) -
Method in interface javax.xml.soap.SOAPHeaderElement
- Sets the mustUnderstand attribute for this
SOAPHeaderElement
object to be either true or false.
- setName(String) -
Method in class javax.faces.component.UIParameter
- Set the optional parameter name for this parameter.
- setName(String) -
Method in class javax.faces.webapp.AttributeTag
- Deprecated. Set the attribute name.
- setName(String) -
Method in class javax.faces.webapp.FacetTag
- Set the name to be assigned to this facet.
- setName(String) -
Method in class javax.mail.util.ByteArrayDataSource
- Set the name of the data.
- setName(InternationalString) -
Method in interface javax.xml.registry.infomodel.RegistryObject
- Sets user-friendly name of object in repository.
- setName(String) -
Method in interface javax.xml.registry.infomodel.Slot
- Sets the name for this Slot.
- setNamespaceContext(NamespaceContext) -
Method in interface javax.xml.stream.XMLEventWriter
- Sets the current namespace context for prefix and uri bindings.
- setNamespaceContext(NamespaceContext) -
Method in interface javax.xml.stream.XMLStreamWriter
- Sets the current namespace context for prefix and uri bindings.
- setNavigationHandler(NavigationHandler) -
Method in class javax.faces.application.Application
- Set the
NavigationHandler
instance that will be passed
the outcome returned by any invoked application action for this
web application.
- setNewsgroup(String) -
Method in class javax.mail.internet.NewsAddress
- Set the newsgroup.
- setNextException(Exception) -
Method in exception javax.mail.MessagingException
- Add an exception to the end of the chain.
- setNil(boolean) -
Method in class javax.xml.bind.JAXBElement
- Set whether this element has nil content.
- setNode(Node) -
Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
- Set the Node field on this event locator.
- setNoNSSchemaLocation(String) -
Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- Convenience method for setting the noNamespaceSchemaLocation.
- setNumber(String) -
Method in interface javax.xml.registry.infomodel.TelephoneNumber
- Sets the telephone number suffix, not including the country or area code.
- setNumberFormat(NumberFormat) -
Method in class javax.mail.internet.MailDateFormat
- Don't allow setting the NumberFormat
- setObject(String, Object) -
Method in interface javax.jms.MapMessage
- Sets an object value with the specified name into the Map.
- setObject(Serializable) -
Method in interface javax.jms.ObjectMessage
- Sets the serializable object containing this message's data.
- setObject(Object) -
Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
- Set the Object field on this event locator.
- setObjectProperty(String, Object) -
Method in interface javax.jms.Message
- Sets a Java object property value with the specified name into the
message.
- setOffset(int) -
Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
- Set the offset field on this event locator.
- setOnblur(String) -
Method in class javax.faces.component.html.HtmlCommandButton
- Set the value of the
onblur
property.
- setOnblur(String) -
Method in class javax.faces.component.html.HtmlCommandLink
- Set the value of the
onblur
property.
- setOnblur(String) -
Method in class javax.faces.component.html.HtmlInputSecret
- Set the value of the
onblur
property.
- setOnblur(String) -
Method in class javax.faces.component.html.HtmlInputText
- Set the value of the
onblur
property.
- setOnblur(String) -
Method in class javax.faces.component.html.HtmlInputTextarea
- Set the value of the
onblur
property.
- setOnblur(String) -
Method in class javax.faces.component.html.HtmlOutputLabel
- Set the value of the
onblur
property.
- setOnblur(String) -
Method in class javax.faces.component.html.HtmlOutputLink
- Set the value of the
onblur
property.
- setOnblur(String) -
Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
- Set the value of the
onblur
property.
- setOnblur(String) -
Method in class javax.faces.component.html.HtmlSelectManyCheckbox
- Set the value of the
onblur
property.
- setOnblur(String) -
Method in class javax.faces.component.html.HtmlSelectManyListbox
- Set the value of the
onblur
property.
- setOnblur(String) -
Method in class javax.faces.component.html.HtmlSelectManyMenu
- Set the value of the
onblur
property.
- setOnblur(String) -
Method in class javax.faces.component.html.HtmlSelectOneListbox
- Set the value of the
onblur
property.
- setOnblur(String) -
Method in class javax.faces.component.html.HtmlSelectOneMenu
- Set the value of the
onblur
property.
- setOnblur(String) -
Method in class javax.faces.component.html.HtmlSelectOneRadio
- Set the value of the
onblur
property.
- setOnchange(String) -
Method in class javax.faces.component.html.HtmlCommandButton
- Set the value of the
onchange
property.
- setOnchange(String) -
Method in class javax.faces.component.html.HtmlInputSecret
- Set the value of the
onchange
property.
- setOnchange(String) -
Method in class javax.faces.component.html.HtmlInputText
- Set the value of the
onchange
property.
- setOnchange(String) -
Method in class javax.faces.component.html.HtmlInputTextarea
- Set the value of the
onchange
property.
- setOnchange(String) -
Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
- Set the value of the
onchange
property.
- setOnchange(String) -
Method in class javax.faces.component.html.HtmlSelectManyCheckbox
- Set the value of the
onchange
property.
- setOnchange(String) -
Method in class javax.faces.component.html.HtmlSelectManyListbox
- Set the value of the
onchange
property.
- setOnchange(String) -
Method in class javax.faces.component.html.HtmlSelectManyMenu
- Set the value of the
onchange
property.
- setOnchange(String) -
Method in class javax.faces.component.html.HtmlSelectOneListbox
- Set the value of the
onchange
property.
- setOnchange(String) -
Method in class javax.faces.component.html.HtmlSelectOneMenu
- Set the value of the
onchange
property.
- setOnchange(String) -
Method in class javax.faces.component.html.HtmlSelectOneRadio
- Set the value of the
onchange
property.
- setOnclick(String) -
Method in class javax.faces.component.html.HtmlCommandButton
- Set the value of the
onclick
property.
- setOnclick(String) -
Method in class javax.faces.component.html.HtmlCommandLink
- Set the value of the
onclick
property.
- setOnclick(String) -
Method in class javax.faces.component.html.HtmlDataTable
- Set the value of the
onclick
property.
- setOnclick(String) -
Method in class javax.faces.component.html.HtmlForm
- Set the value of the
onclick
property.
- setOnclick(String) -
Method in class javax.faces.component.html.HtmlGraphicImage
- Set the value of the
onclick
property.
- setOnclick(String) -
Method in class javax.faces.component.html.HtmlInputSecret
- Set the value of the
onclick
property.
- setOnclick(String) -
Method in class javax.faces.component.html.HtmlInputText
- Set the value of the
onclick
property.
- setOnclick(String) -
Method in class javax.faces.component.html.HtmlInputTextarea
- Set the value of the
onclick
property.
- setOnclick(String) -
Method in class javax.faces.component.html.HtmlOutputLabel
- Set the value of the
onclick
property.
- setOnclick(String) -
Method in class javax.faces.component.html.HtmlOutputLink
- Set the value of the
onclick
property.
- setOnclick(String) -
Method in class javax.faces.component.html.HtmlPanelGrid
- Set the value of the
onclick
property.
- setOnclick(String) -
Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
- Set the value of the
onclick
property.
- setOnclick(String) -
Method in class javax.faces.component.html.HtmlSelectManyCheckbox
- Set the value of the
onclick
property.
- setOnclick(String) -
Method in class javax.faces.component.html.HtmlSelectManyListbox
- Set the value of the
onclick
property.
- setOnclick(String) -
Method in class javax.faces.component.html.HtmlSelectManyMenu
- Set the value of the
onclick
property.
- setOnclick(String) -
Method in class javax.faces.component.html.HtmlSelectOneListbox
- Set the value of the
onclick
property.
- setOnclick(String) -
Method in class javax.faces.component.html.HtmlSelectOneMenu
- Set the value of the
onclick
property.
- setOnclick(String) -
Method in class javax.faces.component.html.HtmlSelectOneRadio
- Set the value of the
onclick
property.
- setOndblclick(String) -
Method in class javax.faces.component.html.HtmlCommandButton
- Set the value of the
ondblclick
property.
- setOndblclick(String) -
Method in class javax.faces.component.html.HtmlCommandLink
- Set the value of the
ondblclick
property.
- setOndblclick(String) -
Method in class javax.faces.component.html.HtmlDataTable
- Set the value of the
ondblclick
property.
- setOndblclick(String) -
Method in class javax.faces.component.html.HtmlForm
- Set the value of the
ondblclick
property.
- setOndblclick(String) -
Method in class javax.faces.component.html.HtmlGraphicImage
- Set the value of the
ondblclick
property.
- setOndblclick(String) -
Method in class javax.faces.component.html.HtmlInputSecret
- Set the value of the
ondblclick
property.
- setOndblclick(String) -
Method in class javax.faces.component.html.HtmlInputText
- Set the value of the
ondblclick
property.
- setOndblclick(String) -
Method in class javax.faces.component.html.HtmlInputTextarea
- Set the value of the
ondblclick
property.
- setOndblclick(String) -
Method in class javax.faces.component.html.HtmlOutputLabel
- Set the value of the
ondblclick
property.
- setOndblclick(String) -
Method in class javax.faces.component.html.HtmlOutputLink
- Set the value of the
ondblclick
property.
- setOndblclick(String) -
Method in class javax.faces.component.html.HtmlPanelGrid
- Set the value of the
ondblclick
property.
- setOndblclick(String) -
Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
- Set the value of the
ondblclick
property.
- setOndblclick(String) -
Method in class javax.faces.component.html.HtmlSelectManyCheckbox
- Set the value of the
ondblclick
property.
- setOndblclick(String) -
Method in class javax.faces.component.html.HtmlSelectManyListbox
- Set the value of the
ondblclick
property.
- setOndblclick(String) -
Method in class javax.faces.component.html.HtmlSelectManyMenu
- Set the value of the
ondblclick
property.
- setOndblclick(String) -
Method in class javax.faces.component.html.HtmlSelectOneListbox
- Set the value of the
ondblclick
property.
- setOndblclick(String) -
Method in class javax.faces.component.html.HtmlSelectOneMenu
- Set the value of the
ondblclick
property.
- setOndblclick(String) -
Method in class javax.faces.component.html.HtmlSelectOneRadio
- Set the value of the
ondblclick
property.
- setOnfocus(String) -
Method in class javax.faces.component.html.HtmlCommandButton
- Set the value of the
onfocus
property.
- setOnfocus(String) -
Method in class javax.faces.component.html.HtmlCommandLink
- Set the value of the
onfocus
property.
- setOnfocus(String) -
Method in class javax.faces.component.html.HtmlInputSecret
- Set the value of the
onfocus
property.
- setOnfocus(String) -
Method in class javax.faces.component.html.HtmlInputText
- Set the value of the
onfocus
property.
- setOnfocus(String) -
Method in class javax.faces.component.html.HtmlInputTextarea
- Set the value of the
onfocus
property.
- setOnfocus(String) -
Method in class javax.faces.component.html.HtmlOutputLabel
- Set the value of the
onfocus
property.
- setOnfocus(String) -
Method in class javax.faces.component.html.HtmlOutputLink
- Set the value of the
onfocus
property.
- setOnfocus(String) -
Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
- Set the value of the
onfocus
property.
- setOnfocus(String) -
Method in class javax.faces.component.html.HtmlSelectManyCheckbox
- Set the value of the
onfocus
property.
- setOnfocus(String) -
Method in class javax.faces.component.html.HtmlSelectManyListbox
- Set the value of the
onfocus
property.
- setOnfocus(String) -
Method in class javax.faces.component.html.HtmlSelectManyMenu
- Set the value of the
onfocus
property.
- setOnfocus(String) -
Method in class javax.faces.component.html.HtmlSelectOneListbox
- Set the value of the
onfocus
property.
- setOnfocus(String) -
Method in class javax.faces.component.html.HtmlSelectOneMenu
- Set the value of the
onfocus
property.
- setOnfocus(String) -
Method in class javax.faces.component.html.HtmlSelectOneRadio
- Set the value of the
onfocus
property.
- setOnkeydown(String) -
Method in class javax.faces.component.html.HtmlCommandButton
- Set the value of the
onkeydown
property.
- setOnkeydown(String) -
Method in class javax.faces.component.html.HtmlCommandLink
- Set the value of the
onkeydown
property.
- setOnkeydown(String) -
Method in class javax.faces.component.html.HtmlDataTable
- Set the value of the
onkeydown
property.
- setOnkeydown(String) -
Method in class javax.faces.component.html.HtmlForm
- Set the value of the
onkeydown
property.
- setOnkeydown(String) -
Method in class javax.faces.component.html.HtmlGraphicImage
- Set the value of the
onkeydown
property.
- setOnkeydown(String) -
Method in class javax.faces.component.html.HtmlInputSecret
- Set the value of the
onkeydown
property.
- setOnkeydown(String) -
Method in class javax.faces.component.html.HtmlInputText
- Set the value of the
onkeydown
property.
- setOnkeydown(String) -
Method in class javax.faces.component.html.HtmlInputTextarea
- Set the value of the
onkeydown
property.
- setOnkeydown(String) -
Method in class javax.faces.component.html.HtmlOutputLabel
- Set the value of the
onkeydown
property.
- setOnkeydown(String) -
Method in class javax.faces.component.html.HtmlOutputLink
- Set the value of the
onkeydown
property.
- setOnkeydown(String) -
Method in class javax.faces.component.html.HtmlPanelGrid
- Set the value of the
onkeydown
property.
- setOnkeydown(String) -
Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
- Set the value of the
onkeydown
property.
- setOnkeydown(String) -
Method in class javax.faces.component.html.HtmlSelectManyCheckbox
- Set the value of the
onkeydown
property.
- setOnkeydown(String) -
Method in class javax.faces.component.html.HtmlSelectManyListbox
- Set the value of the
onkeydown
property.
- setOnkeydown(String) -
Method in class javax.faces.component.html.HtmlSelectManyMenu
- Set the value of the
onkeydown
property.
- setOnkeydown(String) -
Method in class javax.faces.component.html.HtmlSelectOneListbox
- Set the value of the
onkeydown
property.
- setOnkeydown(String) -
Method in class javax.faces.component.html.HtmlSelectOneMenu
- Set the value of the
onkeydown
property.
- setOnkeydown(String) -
Method in class javax.faces.component.html.HtmlSelectOneRadio
- Set the value of the
onkeydown
property.
- setOnkeypress(String) -
Method in class javax.faces.component.html.HtmlCommandButton
- Set the value of the
onkeypress
property.
- setOnkeypress(String) -
Method in class javax.faces.component.html.HtmlCommandLink
- Set the value of the
onkeypress
property.
- setOnkeypress(String) -
Method in class javax.faces.component.html.HtmlDataTable
- Set the value of the
onkeypress
property.
- setOnkeypress(String) -
Method in class javax.faces.component.html.HtmlForm
- Set the value of the
onkeypress
property.
- setOnkeypress(String) -
Method in class javax.faces.component.html.HtmlGraphicImage
- Set the value of the
onkeypress
property.
- setOnkeypress(String) -
Method in class javax.faces.component.html.HtmlInputSecret
- Set the value of the
onkeypress
property.
- setOnkeypress(String) -
Method in class javax.faces.component.html.HtmlInputText
- Set the value of the
onkeypress
property.
- setOnkeypress(String) -
Method in class javax.faces.component.html.HtmlInputTextarea
- Set the value of the
onkeypress
property.
- setOnkeypress(String) -
Method in class javax.faces.component.html.HtmlOutputLabel
- Set the value of the
onkeypress
property.
- setOnkeypress(String) -
Method in class javax.faces.component.html.HtmlOutputLink
- Set the value of the
onkeypress
property.
- setOnkeypress(String) -
Method in class javax.faces.component.html.HtmlPanelGrid
- Set the value of the
onkeypress
property.
- setOnkeypress(String) -
Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
- Set the value of the
onkeypress
property.
- setOnkeypress(String) -
Method in class javax.faces.component.html.HtmlSelectManyCheckbox
- Set the value of the
onkeypress
property.
- setOnkeypress(String) -
Method in class javax.faces.component.html.HtmlSelectManyListbox
- Set the value of the
onkeypress
property.
- setOnkeypress(String) -
Method in class javax.faces.component.html.HtmlSelectManyMenu
- Set the value of the
onkeypress
property.
- setOnkeypress(String) -
Method in class javax.faces.component.html.HtmlSelectOneListbox
- Set the value of the
onkeypress
property.
- setOnkeypress(String) -
Method in class javax.faces.component.html.HtmlSelectOneMenu
- Set the value of the
onkeypress
property.
- setOnkeypress(String) -
Method in class javax.faces.component.html.HtmlSelectOneRadio
- Set the value of the
onkeypress
property.
- setOnkeyup(String) -
Method in class javax.faces.component.html.HtmlCommandButton
- Set the value of the
onkeyup
property.
- setOnkeyup(String) -
Method in class javax.faces.component.html.HtmlCommandLink
- Set the value of the
onkeyup
property.
- setOnkeyup(String) -
Method in class javax.faces.component.html.HtmlDataTable
- Set the value of the
onkeyup
property.
- setOnkeyup(String) -
Method in class javax.faces.component.html.HtmlForm
- Set the value of the
onkeyup
property.
- setOnkeyup(String) -
Method in class javax.faces.component.html.HtmlGraphicImage
- Set the value of the
onkeyup
property.
- setOnkeyup(String) -
Method in class javax.faces.component.html.HtmlInputSecret
- Set the value of the
onkeyup
property.
- setOnkeyup(String) -
Method in class javax.faces.component.html.HtmlInputText
- Set the value of the
onkeyup
property.
- setOnkeyup(String) -
Method in class javax.faces.component.html.HtmlInputTextarea
- Set the value of the
onkeyup
property.
- setOnkeyup(String) -
Method in class javax.faces.component.html.HtmlOutputLabel
- Set the value of the
onkeyup
property.
- setOnkeyup(String) -
Method in class javax.faces.component.html.HtmlOutputLink
- Set the value of the
onkeyup
property.
- setOnkeyup(String) -
Method in class javax.faces.component.html.HtmlPanelGrid
- Set the value of the
onkeyup
property.
- setOnkeyup(String) -
Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
- Set the value of the
onkeyup
property.
- setOnkeyup(String) -
Method in class javax.faces.component.html.HtmlSelectManyCheckbox
- Set the value of the
onkeyup
property.
- setOnkeyup(String) -
Method in class javax.faces.component.html.HtmlSelectManyListbox
- Set the value of the
onkeyup
property.
- setOnkeyup(String) -
Method in class javax.faces.component.html.HtmlSelectManyMenu
- Set the value of the
onkeyup
property.
- setOnkeyup(String) -
Method in class javax.faces.component.html.HtmlSelectOneListbox
- Set the value of the
onkeyup
property.
- setOnkeyup(String) -
Method in class javax.faces.component.html.HtmlSelectOneMenu
- Set the value of the
onkeyup
property.
- setOnkeyup(String) -
Method in class javax.faces.component.html.HtmlSelectOneRadio
- Set the value of the
onkeyup
property.
- setOnmousedown(String) -
Method in class javax.faces.component.html.HtmlCommandButton
- Set the value of the
onmousedown
property.
- setOnmousedown(String) -
Method in class javax.faces.component.html.HtmlCommandLink
- Set the value of the
onmousedown
property.
- setOnmousedown(String) -
Method in class javax.faces.component.html.HtmlDataTable
- Set the value of the
onmousedown
property.
- setOnmousedown(String) -
Method in class javax.faces.component.html.HtmlForm
- Set the value of the
onmousedown
property.
- setOnmousedown(String) -
Method in class javax.faces.component.html.HtmlGraphicImage
- Set the value of the
onmousedown
property.
- setOnmousedown(String) -
Method in class javax.faces.component.html.HtmlInputSecret
- Set the value of the
onmousedown
property.
- setOnmousedown(String) -
Method in class javax.faces.component.html.HtmlInputText
- Set the value of the
onmousedown
property.
- setOnmousedown(String) -
Method in class javax.faces.component.html.HtmlInputTextarea
- Set the value of the
onmousedown
property.
- setOnmousedown(String) -
Method in class javax.faces.component.html.HtmlOutputLabel
- Set the value of the
onmousedown
property.
- setOnmousedown(String) -
Method in class javax.faces.component.html.HtmlOutputLink
- Set the value of the
onmousedown
property.
- setOnmousedown(String) -
Method in class javax.faces.component.html.HtmlPanelGrid
- Set the value of the
onmousedown
property.
- setOnmousedown(String) -
Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
- Set the value of the
onmousedown
property.
- setOnmousedown(String) -
Method in class javax.faces.component.html.HtmlSelectManyCheckbox
- Set the value of the
onmousedown
property.
- setOnmousedown(String) -
Method in class javax.faces.component.html.HtmlSelectManyListbox
- Set the value of the
onmousedown
property.
- setOnmousedown(String) -
Method in class javax.faces.component.html.HtmlSelectManyMenu
- Set the value of the
onmousedown
property.
- setOnmousedown(String) -
Method in class javax.faces.component.html.HtmlSelectOneListbox
- Set the value of the
onmousedown
property.
- setOnmousedown(String) -
Method in class javax.faces.component.html.HtmlSelectOneMenu
- Set the value of the
onmousedown
property.
- setOnmousedown(String) -
Method in class javax.faces.component.html.HtmlSelectOneRadio
- Set the value of the
onmousedown
property.
- setOnmousemove(String) -
Method in class javax.faces.component.html.HtmlCommandButton
- Set the value of the
onmousemove
property.
- setOnmousemove(String) -
Method in class javax.faces.component.html.HtmlCommandLink
- Set the value of the
onmousemove
property.
- setOnmousemove(String) -
Method in class javax.faces.component.html.HtmlDataTable
- Set the value of the
onmousemove
property.
- setOnmousemove(String) -
Method in class javax.faces.component.html.HtmlForm
- Set the value of the
onmousemove
property.
- setOnmousemove(String) -
Method in class javax.faces.component.html.HtmlGraphicImage
- Set the value of the
onmousemove
property.
- setOnmousemove(String) -
Method in class javax.faces.component.html.HtmlInputSecret
- Set the value of the
onmousemove
property.
- setOnmousemove(String) -
Method in class javax.faces.component.html.HtmlInputText
- Set the value of the
onmousemove
property.
- setOnmousemove(String) -
Method in class javax.faces.component.html.HtmlInputTextarea
- Set the value of the
onmousemove
property.
- setOnmousemove(String) -
Method in class javax.faces.component.html.HtmlOutputLabel
- Set the value of the
onmousemove
property.
- setOnmousemove(String) -
Method in class javax.faces.component.html.HtmlOutputLink
- Set the value of the
onmousemove
property.
- setOnmousemove(String) -
Method in class javax.faces.component.html.HtmlPanelGrid
- Set the value of the
onmousemove
property.
- setOnmousemove(String) -
Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
- Set the value of the
onmousemove
property.
- setOnmousemove(String) -
Method in class javax.faces.component.html.HtmlSelectManyCheckbox
- Set the value of the
onmousemove
property.
- setOnmousemove(String) -
Method in class javax.faces.component.html.HtmlSelectManyListbox
- Set the value of the
onmousemove
property.
- setOnmousemove(String) -
Method in class javax.faces.component.html.HtmlSelectManyMenu
- Set the value of the
onmousemove
property.
- setOnmousemove(String) -
Method in class javax.faces.component.html.HtmlSelectOneListbox
- Set the value of the
onmousemove
property.
- setOnmousemove(String) -
Method in class javax.faces.component.html.HtmlSelectOneMenu
- Set the value of the
onmousemove
property.
- setOnmousemove(String) -
Method in class javax.faces.component.html.HtmlSelectOneRadio
- Set the value of the
onmousemove
property.
- setOnmouseout(String) -
Method in class javax.faces.component.html.HtmlCommandButton
- Set the value of the
onmouseout
property.
- setOnmouseout(String) -
Method in class javax.faces.component.html.HtmlCommandLink
- Set the value of the
onmouseout
property.
- setOnmouseout(String) -
Method in class javax.faces.component.html.HtmlDataTable
- Set the value of the
onmouseout
property.
- setOnmouseout(String) -
Method in class javax.faces.component.html.HtmlForm
- Set the value of the
onmouseout
property.
- setOnmouseout(String) -
Method in class javax.faces.component.html.HtmlGraphicImage
- Set the value of the
onmouseout
property.
- setOnmouseout(String) -
Method in class javax.faces.component.html.HtmlInputSecret
- Set the value of the
onmouseout
property.
- setOnmouseout(String) -
Method in class javax.faces.component.html.HtmlInputText
- Set the value of the
onmouseout
property.
- setOnmouseout(String) -
Method in class javax.faces.component.html.HtmlInputTextarea
- Set the value of the
onmouseout
property.
- setOnmouseout(String) -
Method in class javax.faces.component.html.HtmlOutputLabel
- Set the value of the
onmouseout
property.
- setOnmouseout(String) -
Method in class javax.faces.component.html.HtmlOutputLink
- Set the value of the
onmouseout
property.
- setOnmouseout(String) -
Method in class javax.faces.component.html.HtmlPanelGrid
- Set the value of the
onmouseout
property.
- setOnmouseout(String) -
Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
- Set the value of the
onmouseout
property.
- setOnmouseout(String) -
Method in class javax.faces.component.html.HtmlSelectManyCheckbox
- Set the value of the
onmouseout
property.
- setOnmouseout(String) -
Method in class javax.faces.component.html.HtmlSelectManyListbox
- Set the value of the
onmouseout
property.
- setOnmouseout(String) -
Method in class javax.faces.component.html.HtmlSelectManyMenu
- Set the value of the
onmouseout
property.
- setOnmouseout(String) -
Method in class javax.faces.component.html.HtmlSelectOneListbox
- Set the value of the
onmouseout
property.
- setOnmouseout(String) -
Method in class javax.faces.component.html.HtmlSelectOneMenu
- Set the value of the
onmouseout
property.
- setOnmouseout(String) -
Method in class javax.faces.component.html.HtmlSelectOneRadio
- Set the value of the
onmouseout
property.
- setOnmouseover(String) -
Method in class javax.faces.component.html.HtmlCommandButton
- Set the value of the
onmouseover
property.
- setOnmouseover(String) -
Method in class javax.faces.component.html.HtmlCommandLink
- Set the value of the
onmouseover
property.
- setOnmouseover(String) -
Method in class javax.faces.component.html.HtmlDataTable
- Set the value of the
onmouseover
property.
- setOnmouseover(String) -
Method in class javax.faces.component.html.HtmlForm
- Set the value of the
onmouseover
property.
- setOnmouseover(String) -
Method in class javax.faces.component.html.HtmlGraphicImage
- Set the value of the
onmouseover
property.
- setOnmouseover(String) -
Method in class javax.faces.component.html.HtmlInputSecret
- Set the value of the
onmouseover
property.
- setOnmouseover(String) -
Method in class javax.faces.component.html.HtmlInputText
- Set the value of the
onmouseover
property.
- setOnmouseover(String) -
Method in class javax.faces.component.html.HtmlInputTextarea
- Set the value of the
onmouseover
property.
- setOnmouseover(String) -
Method in class javax.faces.component.html.HtmlOutputLabel
- Set the value of the
onmouseover
property.
- setOnmouseover(String) -
Method in class javax.faces.component.html.HtmlOutputLink
- Set the value of the
onmouseover
property.
- setOnmouseover(String) -
Method in class javax.faces.component.html.HtmlPanelGrid
- Set the value of the
onmouseover
property.
- setOnmouseover(String) -
Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
- Set the value of the
onmouseover
property.
- setOnmouseover(String) -
Method in class javax.faces.component.html.HtmlSelectManyCheckbox
- Set the value of the
onmouseover
property.
- setOnmouseover(String) -
Method in class javax.faces.component.html.HtmlSelectManyListbox
- Set the value of the
onmouseover
property.
- setOnmouseover(String) -
Method in class javax.faces.component.html.HtmlSelectManyMenu
- Set the value of the
onmouseover
property.
- setOnmouseover(String) -
Method in class javax.faces.component.html.HtmlSelectOneListbox
- Set the value of the
onmouseover
property.
- setOnmouseover(String) -
Method in class javax.faces.component.html.HtmlSelectOneMenu
- Set the value of the
onmouseover
property.
- setOnmouseover(String) -
Method in class javax.faces.component.html.HtmlSelectOneRadio
- Set the value of the
onmouseover
property.
- setOnmouseup(String) -
Method in class javax.faces.component.html.HtmlCommandButton
- Set the value of the
onmouseup
property.
- setOnmouseup(String) -
Method in class javax.faces.component.html.HtmlCommandLink
- Set the value of the
onmouseup
property.
- setOnmouseup(String) -
Method in class javax.faces.component.html.HtmlDataTable
- Set the value of the
onmouseup
property.
- setOnmouseup(String) -
Method in class javax.faces.component.html.HtmlForm
- Set the value of the
onmouseup
property.
- setOnmouseup(String) -
Method in class javax.faces.component.html.HtmlGraphicImage
- Set the value of the
onmouseup
property.
- setOnmouseup(String) -
Method in class javax.faces.component.html.HtmlInputSecret
- Set the value of the
onmouseup
property.
- setOnmouseup(String) -
Method in class javax.faces.component.html.HtmlInputText
- Set the value of the
onmouseup
property.
- setOnmouseup(String) -
Method in class javax.faces.component.html.HtmlInputTextarea
- Set the value of the
onmouseup
property.
- setOnmouseup(String) -
Method in class javax.faces.component.html.HtmlOutputLabel
- Set the value of the
onmouseup
property.
- setOnmouseup(String) -
Method in class javax.faces.component.html.HtmlOutputLink
- Set the value of the
onmouseup
property.
- setOnmouseup(String) -
Method in class javax.faces.component.html.HtmlPanelGrid
- Set the value of the
onmouseup
property.
- setOnmouseup(String) -
Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
- Set the value of the
onmouseup
property.
- setOnmouseup(String) -
Method in class javax.faces.component.html.HtmlSelectManyCheckbox
- Set the value of the
onmouseup
property.
- setOnmouseup(String) -
Method in class javax.faces.component.html.HtmlSelectManyListbox
- Set the value of the
onmouseup
property.
- setOnmouseup(String) -
Method in class javax.faces.component.html.HtmlSelectManyMenu
- Set the value of the
onmouseup
property.
- setOnmouseup(String) -
Method in class javax.faces.component.html.HtmlSelectOneListbox
- Set the value of the
onmouseup
property.
- setOnmouseup(String) -
Method in class javax.faces.component.html.HtmlSelectOneMenu
- Set the value of the
onmouseup
property.
- setOnmouseup(String) -
Method in class javax.faces.component.html.HtmlSelectOneRadio
- Set the value of the
onmouseup
property.
- setOnreset(String) -
Method in class javax.faces.component.html.HtmlForm
- Set the value of the
onreset
property.
- setOnselect(String) -
Method in class javax.faces.component.html.HtmlCommandButton
- Set the value of the
onselect
property.
- setOnselect(String) -
Method in class javax.faces.component.html.HtmlInputSecret
- Set the value of the
onselect
property.
- setOnselect(String) -
Method in class javax.faces.component.html.HtmlInputText
- Set the value of the
onselect
property.
- setOnselect(String) -
Method in class javax.faces.component.html.HtmlInputTextarea
- Set the value of the
onselect
property.
- setOnselect(String) -
Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
- Set the value of the
onselect
property.
- setOnselect(String) -
Method in class javax.faces.component.html.HtmlSelectManyCheckbox
- Set the value of the
onselect
property.
- setOnselect(String) -
Method in class javax.faces.component.html.HtmlSelectManyListbox
- Set the value of the
onselect
property.
- setOnselect(String) -
Method in class javax.faces.component.html.HtmlSelectManyMenu
- Set the value of the
onselect
property.
- setOnselect(String) -
Method in class javax.faces.component.html.HtmlSelectOneListbox
- Set the value of the
onselect
property.
- setOnselect(String) -
Method in class javax.faces.component.html.HtmlSelectOneMenu
- Set the value of the
onselect
property.
- setOnselect(String) -
Method in class javax.faces.component.html.HtmlSelectOneRadio
- Set the value of the
onselect
property.
- setOnsubmit(String) -
Method in class javax.faces.component.html.HtmlForm
- Set the value of the
onsubmit
property.
- setOpaque(boolean) -
Method in interface javax.xml.registry.infomodel.ExtrinsicObject
- Sets whether the ExtrinsicObject is opaque (not readable) by the registry.
- setOperationName(QName) -
Method in interface javax.xml.rpc.Call
- Sets the name of the operation to be invoked using this
Call
instance.
- setPageContext(PageContext) -
Method in class javax.faces.webapp.UIComponentClassicTagBase
- Set the
PageContext
of the page containing this
tag instance.
- setPageContext(PageContext) -
Method in interface javax.servlet.jsp.tagext.Tag
- Set the current page context.
- setPageContext(PageContext) -
Method in class javax.servlet.jsp.tagext.TagAdapter
- Must not be called.
- setPageContext(PageContext) -
Method in class javax.servlet.jsp.tagext.TagSupport
- Set the page context.
- setParameter(String, String) -
Method in class javax.activation.MimeType
- Set the value to be associated with the given name, replacing
any previous association.
- setParameter(String, String) -
Method in class javax.mail.internet.ContentDisposition
- Set the specified parameter.
- setParameter(String, String) -
Method in class javax.mail.internet.ContentType
- Set the specified parameter.
- setParameter(String, Object) -
Method in interface javax.persistence.Query
- Bind an argument to a named parameter.
- setParameter(String, Date, TemporalType) -
Method in interface javax.persistence.Query
- Bind an instance of java.util.Date to a named parameter.
- setParameter(String, Calendar, TemporalType) -
Method in interface javax.persistence.Query
- Bind an instance of java.util.Calendar to a named parameter.
- setParameter(int, Object) -
Method in interface javax.persistence.Query
- Bind an argument to a positional parameter.
- setParameter(int, Date, TemporalType) -
Method in interface javax.persistence.Query
- Bind an instance of java.util.Date to a positional parameter.
- setParameter(int, Calendar, TemporalType) -
Method in interface javax.persistence.Query
- Bind an instance of java.util.Calendar to a positional parameter.
- setParameterList(ParameterList) -
Method in class javax.mail.internet.ContentDisposition
- Set a new ParameterList.
- setParameterList(ParameterList) -
Method in class javax.mail.internet.ContentType
- Set a new ParameterList.
- setParameters(Object[]) -
Method in interface javax.interceptor.InvocationContext
- Sets the parameters that will be used to invoke the
business method.
- setParent(UIComponent) -
Method in class javax.faces.component.UIComponent
- Set the parent
UIComponent
of this
UIComponent
.
- setParent(UIComponent) -
Method in class javax.faces.component.UIComponentBase
-
- setParent(Tag) -
Method in class javax.faces.webapp.UIComponentClassicTagBase
- Set the
Tag
that is the parent of this instance.
- setParent(Part) -
Method in class javax.mail.Multipart
- Set the parent of this
Multipart
to be the specified
Part
.
- setParent(JspTag) -
Method in interface javax.servlet.jsp.tagext.SimpleTag
- Sets the parent of this tag, for collaboration purposes.
- setParent(JspTag) -
Method in class javax.servlet.jsp.tagext.SimpleTagSupport
- Sets the parent of this tag, for collaboration purposes.
- setParent(Tag) -
Method in interface javax.servlet.jsp.tagext.Tag
- Set the parent (closest enclosing tag handler) of this tag handler.
- setParent(Tag) -
Method in class javax.servlet.jsp.tagext.TagAdapter
- Must not be called.
- setParent(Tag) -
Method in class javax.servlet.jsp.tagext.TagSupport
- Set the nesting tag of this tag.
- setParent(XMLEventReader) -
Method in class javax.xml.stream.util.EventReaderDelegate
- Set the parent of this instance.
- setParent(XMLStreamReader) -
Method in class javax.xml.stream.util.StreamReaderDelegate
- Set the parent of this instance.
- setParentElement(SOAPElement) -
Method in interface javax.xml.soap.Node
- Sets the parent of this
Node
object to the given
SOAPElement
object.
- setPasswordAuthentication(URLName, PasswordAuthentication) -
Method in class javax.mail.Session
- Save a PasswordAuthentication for this (store or transport) URLName.
- setPath(String) -
Method in class javax.servlet.http.Cookie
- Specifies a path for the cookie
to which the client should return the cookie.
- setPattern(String) -
Method in class javax.faces.convert.DateTimeConverter
- Set the format pattern to be used when formatting and parsing
dates and times.
- setPattern(String) -
Method in class javax.faces.convert.NumberConverter
- Set the format pattern to be used when formatting and parsing
numbers.
- setPayload(Source) -
Method in interface javax.xml.ws.LogicalMessage
- Sets the message payload
- setPayload(Object, JAXBContext) -
Method in interface javax.xml.ws.LogicalMessage
- Sets the message payload
- setPersonal(String, String) -
Method in class javax.mail.internet.InternetAddress
- Set the personal name.
- setPersonal(String) -
Method in class javax.mail.internet.InternetAddress
- Set the personal name.
- setPersonName(PersonName) -
Method in interface javax.xml.registry.infomodel.User
- Sets the name of this User.
- setPhaseId(PhaseId) -
Method in class javax.faces.event.FacesEvent
- Set the
PhaseId
during which this event will be
delivered.
- setPortTypeName(QName) -
Method in interface javax.xml.rpc.Call
- Sets the qualified name of the port type.
- setPostalAddress(PostalAddress) -
Method in interface javax.xml.registry.infomodel.Organization
- Sets the address for this Organization.
- setPostalAddresses(Collection) -
Method in interface javax.xml.registry.infomodel.User
- Sets the addresses for this User.
- setPostalCode(String) -
Method in interface javax.xml.registry.infomodel.PostalAddress
- Sets the postal or zip code.
- setPostalScheme(ClassificationScheme) -
Method in interface javax.xml.registry.infomodel.PostalAddress
- Sets a user-defined postal scheme for codifying the attributes of PostalAddress.
- setPreamble(String) -
Method in class javax.mail.internet.MimeMultipart
- Set the preamble text to be included before the first
body part.
- setPrefix(String, String) -
Method in interface javax.xml.stream.XMLEventWriter
- Sets the prefix the uri is bound to.
- setPrefix(String, String) -
Method in interface javax.xml.stream.XMLStreamWriter
- Sets the prefix the uri is bound to.
- setPrependId(boolean) -
Method in class javax.faces.component.UIForm
-
- setPrimaryContact(User) -
Method in interface javax.xml.registry.infomodel.Organization
- Sets the primary contact for this Organization.
- setPrimaryType(String) -
Method in class javax.activation.MimeType
- Set the primary type for this object to the given String.
- setPrimaryType(String) -
Method in class javax.mail.internet.ContentType
- Set the primary type.
- setPriority(int) -
Method in interface javax.jms.MessageProducer
- Sets the producer's default priority.
- setProperties(UIComponent) -
Method in class javax.faces.webapp.UIComponentClassicTagBase
- Override properties and attributes of the specified component,
if the corresponding properties of this tag handler instance were
explicitly set.
- setProperties(UIComponent) -
Method in class javax.faces.webapp.UIComponentELTag
- Override properties and attributes of the specified component,
if the corresponding properties of this tag handler instance were
explicitly set.
- setProperties(UIComponent) -
Method in class javax.faces.webapp.UIComponentTag
- Deprecated.
- setProperties(Properties) -
Method in class javax.xml.registry.ConnectionFactory
- Sets the Properties used during createConnection
and createFederatedConnection calls.
- setProperties(Map<String, Object>) -
Method in class javax.xml.ws.Endpoint
- Sets the property bag for this
Endpoint
instance.
- setProperty(String, Object) -
Method in class javax.xml.bind.Binder
- Set the particular property in the underlying implementation of
Binder.
- setProperty(String, Object) -
Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- Default implementation of the setProperty method handles
the four defined properties in Marshaller.
- setProperty(String, Object) -
Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- Default implementation of the setProperty method always
throws PropertyException since there are no required
properties.
- setProperty(String, Object) -
Method in interface javax.xml.bind.Marshaller
- Set the particular property in the underlying implementation of
Marshaller.
- setProperty(String, Object) -
Method in interface javax.xml.bind.Unmarshaller
- Set the particular property in the underlying implementation of
Unmarshaller.
- setProperty(String, Object) -
Method in interface javax.xml.bind.Validator
- Deprecated. since JAXB2.0
- setProperty(String, Object) -
Method in interface javax.xml.rpc.Call
- Sets the value for a named property.
- setProperty(String, Object) -
Method in interface javax.xml.rpc.handler.MessageContext
- Sets the name and value of a property associated with the
MessageContext
.
- setProperty(String, Object) -
Method in class javax.xml.soap.SOAPMessage
- Associates the specified value with the specified property.
- setProperty(String, Object) -
Method in class javax.xml.stream.XMLInputFactory
- Allows the user to set specific feature/property on the underlying implementation.
- setProperty(String, Object) -
Method in class javax.xml.stream.XMLOutputFactory
- Allows the user to set specific features/properties on the underlying implementation.
- setPropertyResolved(boolean) -
Method in class javax.el.ELContext
- Called to indicate that a
ELResolver
has successfully
resolved a given (base, property) pair.
- setPropertyResolver(PropertyResolver) -
Method in class javax.faces.application.Application
- Deprecated. The recommended way to affect the execution of the EL
is to provide an
<el-resolver>
element at the
right place in the application configuration resources which will
be considered in the normal course of expression evaluation.
This method now will cause the argument resolver
to
be wrapped inside an implementation of ELResolver
and
exposed to the EL resolution system as if the user had called
Application.addELResolver(javax.el.ELResolver)
.
- setProtocolForAddress(String, String) -
Method in class javax.mail.Session
- Set the default transport protocol to use for addresses of
the specified type.
- setProvider(Provider) -
Method in class javax.mail.Session
- Set the passed Provider to be the default implementation
for the protocol in Provider.protocol overriding any previous values.
- setProvidingOrganization(Organization) -
Method in interface javax.xml.registry.infomodel.Service
- Sets the Organization that provides this service.
- setQuota(Quota) -
Method in interface javax.mail.QuotaAwareStore
- Set the quotas for the quota root specified in the quota argument.
- setRawContent(InputStream, String) -
Method in class javax.xml.soap.AttachmentPart
- Sets the content of this attachment part to that contained by the
InputStream
content
and sets the value of the
Content-Type
header to the value contained in
contentType
.
- setRawContentBytes(byte[], int, int, String) -
Method in class javax.xml.soap.AttachmentPart
- Sets the content of this attachment part to that contained by the
byte[]
array content
and sets the value of the
Content-Type
header to the value contained in
contentType
.
- setReadonly(boolean) -
Method in class javax.faces.component.html.HtmlCommandButton
- Set the value of the
readonly
property.
- setReadonly(boolean) -
Method in class javax.faces.component.html.HtmlInputSecret
- Set the value of the
readonly
property.
- setReadonly(boolean) -
Method in class javax.faces.component.html.HtmlInputText
- Set the value of the
readonly
property.
- setReadonly(boolean) -
Method in class javax.faces.component.html.HtmlInputTextarea
- Set the value of the
readonly
property.
- setReadonly(boolean) -
Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
- Set the value of the
readonly
property.
- setReadonly(boolean) -
Method in class javax.faces.component.html.HtmlSelectManyCheckbox
- Set the value of the
readonly
property.
- setReadonly(boolean) -
Method in class javax.faces.component.html.HtmlSelectManyListbox
- Set the value of the
readonly
property.
- setReadonly(boolean) -
Method in class javax.faces.component.html.HtmlSelectManyMenu
- Set the value of the
readonly
property.
- setReadonly(boolean) -
Method in class javax.faces.component.html.HtmlSelectOneListbox
- Set the value of the
readonly
property.
- setReadonly(boolean) -
Method in class javax.faces.component.html.HtmlSelectOneMenu
- Set the value of the
readonly
property.
- setReadonly(boolean) -
Method in class javax.faces.component.html.HtmlSelectOneRadio
- Set the value of the
readonly
property.
- setRecipient(Message.RecipientType, Address) -
Method in class javax.mail.Message
- Set the recipient address.
- setRecipients(Message.RecipientType, Address[]) -
Method in class javax.mail.internet.MimeMessage
- Set the specified recipient type to the given addresses.
- setRecipients(Message.RecipientType, String) -
Method in class javax.mail.internet.MimeMessage
- Set the specified recipient type to the given addresses.
- setRecipients(Message.RecipientType, Address[]) -
Method in class javax.mail.Message
- Set the recipient addresses.
- setRecordName(String) -
Method in interface javax.resource.cci.Record
- Sets the name of the Record.
- setRecordShortDescription(String) -
Method in interface javax.resource.cci.Record
- Sets a short description string for the Record.
- setRedisplay(boolean) -
Method in class javax.faces.component.html.HtmlInputSecret
- Set the value of the
redisplay
property.
- setReference(Reference) -
Method in interface javax.resource.Referenceable
- Sets the Reference instance.
- setRel(String) -
Method in class javax.faces.component.html.HtmlCommandLink
- Set the value of the
rel
property.
- setRel(String) -
Method in class javax.faces.component.html.HtmlOutputLink
- Set the value of the
rel
property.
- setRelay(boolean) -
Method in interface javax.xml.soap.SOAPHeaderElement
- Sets the relay attribute for this
SOAPHeaderElement
to be
either true or false.
- setRendered(boolean) -
Method in class javax.faces.component.UIComponent
- Set the
rendered
property of this
UIComponent
.
- setRendered(boolean) -
Method in class javax.faces.component.UIComponentBase
-
- setRendered(ValueExpression) -
Method in class javax.faces.webapp.UIComponentELTag
- Set an override for the rendered attribute.
- setRendered(String) -
Method in class javax.faces.webapp.UIComponentTag
- Deprecated. Set an override for the rendered attribute.
- setRendererType(String) -
Method in class javax.faces.component.UIComponent
- Set the
Renderer
type for this UIComponent
,
or null
for components that render themselves.
- setRendererType(String) -
Method in class javax.faces.component.UIComponentBase
-
- setRenderKitId(String) -
Method in class javax.faces.component.UIViewRoot
- Set the render kit identifier of the
RenderKit
associated with this view.
- setReplyTo(Address[]) -
Method in class javax.mail.internet.MimeMessage
- Set the RFC 822 "Reply-To" header field.
- setReplyTo(Address[]) -
Method in class javax.mail.Message
- Set the addresses to which replies should be directed.
- setRepositoryItem(DataHandler) -
Method in interface javax.xml.registry.infomodel.ExtrinsicObject
- Sets the repository item for this object.
- setRequest(Object) -
Method in class javax.faces.context.ExternalContext
- Set the environment-specific request to be returned by
subsequent calls to
ExternalContext.getRequest()
.
- setRequest(ServletRequest) -
Method in class javax.servlet.ServletRequestWrapper
- Sets the request object being wrapped.
- setRequestCharacterEncoding(String) -
Method in class javax.faces.context.ExternalContext
- Overrides the name of the character
encoding used in the body of this request.
- setRequired(boolean) -
Method in interface javax.faces.component.EditableValueHolder
- Set the "required field" state for this component.
- setRequired(boolean) -
Method in class javax.faces.component.UIInput
- Set the "required field" state for this component.
- setRequiredMessage(String) -
Method in class javax.faces.component.UIInput
- Override any
ValueExpression
set for the "requiredMessage"
with the literal argument provided to this method.
- setResourceAdapter(ResourceAdapter) -
Method in interface javax.resource.spi.ResourceAdapterAssociation
- Associate this object with a
ResourceAdapter
object.
- setResourceLimit(String, long) -
Method in class javax.mail.Quota
- Set a resource limit for this quota root.
- setResponse(Object) -
Method in class javax.faces.context.ExternalContext
- Set the environment-specific response to be returned by
subsequent calls to
ExternalContext.getResponse()
.
- setResponse(ServletResponse) -
Method in class javax.servlet.ServletResponseWrapper
- Sets the response being wrapped.
- setResponseCharacterEncoding(String) -
Method in class javax.faces.context.ExternalContext
- Sets the character encoding (MIME charset) of the response being sent
to the client, for example, to UTF-8.
- setResponseStream(ResponseStream) -
Method in class javax.faces.context.FacesContext
- Set the
ResponseStream
to which components should
direct their binary output.
- setResponseWriter(ResponseWriter) -
Method in class javax.faces.context.FacesContext
- Set the
ResponseWriter
to which components should
direct their character-based output.
- setReturnType(QName) -
Method in interface javax.xml.rpc.Call
- Sets the return type for a specific operation.
- setReturnType(QName, Class) -
Method in interface javax.xml.rpc.Call
- Sets the return type for a specific operation.
- setRev(String) -
Method in class javax.faces.component.html.HtmlCommandLink
- Set the value of the
rev
property.
- setRev(String) -
Method in class javax.faces.component.html.HtmlOutputLink
- Set the value of the
rev
property.
- setRole(String) -
Method in interface javax.xml.soap.SOAPHeaderElement
- Sets the
Role
associated with this SOAPHeaderElement
object to the specified Role
.
- setRoles(String[]) -
Method in interface javax.xml.rpc.handler.HandlerChain
- Sets SOAP Actor roles for this
HandlerChain
.
- setRoles(Set<String>) -
Method in interface javax.xml.ws.soap.SOAPBinding
- Sets the roles played by the SOAP binding instance.
- setRollbackOnly() -
Method in interface javax.ejb.EJBContext
- Mark the current transaction for rollback.
- setRollbackOnly() -
Method in interface javax.persistence.EntityTransaction
- Mark the current transaction so that the only possible
outcome of the transaction is for the transaction to be
rolled back.
- setRollbackOnly() -
Method in interface javax.transaction.Transaction
- Modify the transaction associated with the target object such that
the only possible outcome of the transaction is to roll back the
transaction.
- setRollbackOnly() -
Method in interface javax.transaction.TransactionManager
- Modify the transaction associated with the current thread such that
the only possible outcome of the transaction is to roll back the
transaction.
- setRollbackOnly() -
Method in interface javax.transaction.TransactionSynchronizationRegistry
- Set the rollbackOnly status of the transaction bound to the
current thread at the time this method is called.
- setRollbackOnly() -
Method in interface javax.transaction.UserTransaction
- Modify the transaction associated with the current thread such that
the only possible outcome of the transaction is to roll back the
transaction.
- setRowClasses(String) -
Method in class javax.faces.component.html.HtmlDataTable
- Set the value of the
rowClasses
property.
- setRowClasses(String) -
Method in class javax.faces.component.html.HtmlPanelGrid
- Set the value of the
rowClasses
property.
- setRowIndex(int) -
Method in class javax.faces.component.UIData
- Set the zero relative index of the current row, or -1 to indicate that
no row is currently selected, by implementing the following algorithm.
- setRowIndex(int) -
Method in class javax.faces.model.ArrayDataModel
-
- setRowIndex(int) -
Method in class javax.faces.model.DataModel
- Set the zero-relative index of the currently selected row, or -1
to indicate that we are not positioned on a row.
- setRowIndex(int) -
Method in class javax.faces.model.ListDataModel
-
- setRowIndex(int) -
Method in class javax.faces.model.ResultDataModel
-
- setRowIndex(int) -
Method in class javax.faces.model.ResultSetDataModel
-
- setRowIndex(int) -
Method in class javax.faces.model.ScalarDataModel
-
- setRows(int) -
Method in class javax.faces.component.html.HtmlInputTextarea
- Set the value of the
rows
property.
- setRows(int) -
Method in class javax.faces.component.UIData
- Set the number of rows to be displayed, or zero for all
remaining rows in the table.
- setRules(String) -
Method in class javax.faces.component.html.HtmlDataTable
- Set the value of the
rules
property.
- setRules(String) -
Method in class javax.faces.component.html.HtmlPanelGrid
- Set the value of the
rules
property.
- setSchema(Schema) -
Method in class javax.xml.bind.Binder
- Specifies whether marshal, unmarshal and update methods
performs validation on their XML content.
- setSchema(Schema) -
Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
- setSchema(Schema) -
Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
- setSchema(Schema) -
Method in interface javax.xml.bind.Marshaller
- Specify the JAXP 1.3
Schema
object that should be used to validate subsequent marshal operations
against.
- setSchema(Schema) -
Method in interface javax.xml.bind.Unmarshaller
- Specify the JAXP 1.3
Schema
object that should be used to validate subsequent unmarshal operations
against.
- setSchemaLocation(String) -
Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- Convenience method for setting the schemaLocation.
- setScope(String, MessageContext.Scope) -
Method in interface javax.xml.ws.handler.MessageContext
- Sets the scope of a property.
- setSecure(boolean) -
Method in class javax.servlet.http.Cookie
- Indicates to the browser whether the cookie should only be sent
using a secure protocol, such as HTTPS or SSL.
- setSelected(boolean) -
Method in class javax.faces.component.UISelectBoolean
- Set the local value of the selected state of this component.
- setSelectedValues(Object[]) -
Method in class javax.faces.component.UISelectMany
- Set the currently selected values, or
null
to indicate
that there are no currently selected values.
- setSelectItems(SelectItem[]) -
Method in class javax.faces.model.SelectItemGroup
- Set the set of subordinate
SelectItem
s for this group.
- setSender(Address) -
Method in class javax.mail.internet.MimeMessage
- Set the RFC 822 "Sender" header field.
- setSentDate(Date) -
Method in class javax.mail.internet.MimeMessage
- Set the RFC 822 "Date" header field.
- setSentDate(Date) -
Method in class javax.mail.Message
- Set the sent date of this message.
- setSessionContext(SessionContext) -
Method in interface javax.ejb.SessionBean
- Set the associated session context.
- setSeverity(FacesMessage.Severity) -
Method in class javax.faces.application.FacesMessage
- Set the severity level.
- setSeverity(int) -
Method in class javax.xml.bind.helpers.ValidationEventImpl
- Set the severity field of this event.
- setShape(String) -
Method in class javax.faces.component.html.HtmlCommandLink
- Set the value of the
shape
property.
- setShape(String) -
Method in class javax.faces.component.html.HtmlOutputLink
- Set the value of the
shape
property.
- setShort(String, short) -
Method in interface javax.jms.MapMessage
- Sets a
short
value with the specified name into the Map.
- setShortProperty(String, short) -
Method in interface javax.jms.Message
- Sets a
short
property value with the specified name into
the message.
- setShowDetail(boolean) -
Method in class javax.faces.component.UIMessage
- Set the flag indicating whether the
detail
property
of the associated message(s) should be displayed.
- setShowDetail(boolean) -
Method in class javax.faces.component.UIMessages
- Set the flag indicating whether the
detail
property
of the associated message(s) should be displayed.
- setShowSummary(boolean) -
Method in class javax.faces.component.UIMessage
- Set the flag indicating whether the
summary
property
of the associated message(s) should be displayed.
- setShowSummary(boolean) -
Method in class javax.faces.component.UIMessages
- Set the flag indicating whether the
summary
property
of the associated message(s) should be displayed.
- setSize(int) -
Method in class javax.faces.component.html.HtmlInputSecret
- Set the value of the
size
property.
- setSize(int) -
Method in class javax.faces.component.html.HtmlInputText
- Set the value of the
size
property.
- setSize(int) -
Method in class javax.faces.component.html.HtmlSelectManyListbox
- Set the value of the
size
property.
- setSize(int) -
Method in class javax.faces.component.html.HtmlSelectOneListbox
- Set the value of the
size
property.
- setSlotType(String) -
Method in interface javax.xml.registry.infomodel.Slot
- Sets the slotType for this Slot.
- setSourceObject(RegistryObject) -
Method in interface javax.xml.registry.infomodel.Association
- Sets the Object that is the source of this Association.
- setSpecificationObject(RegistryObject) -
Method in interface javax.xml.registry.infomodel.SpecificationLink
- Sets the specification object for this object.
- setStability(int) -
Method in interface javax.xml.registry.infomodel.RegistryEntry
- Sets the stability indicator for the RegistryEntry.
- setStateManager(StateManager) -
Method in class javax.faces.application.Application
- Set the
StateManager
instance that will be utilized
during the Restore View and Render Response
phases of the request processing lifecycle.
- setStateOrProvince(String) -
Method in interface javax.xml.registry.infomodel.PostalAddress
- Sets the state or province.
- setStatus(int) -
Method in interface javax.servlet.http.HttpServletResponse
- Sets the status code for this response.
- setStatus(int, String) -
Method in interface javax.servlet.http.HttpServletResponse
- Deprecated. As of version 2.1, due to ambiguous meaning of the
message parameter. To set a status code
use
setStatus(int)
, to send an error with a description
use sendError(int, String)
.
Sets the status code and message for this response.
- setStatus(int) -
Method in class javax.servlet.http.HttpServletResponseWrapper
- The default behavior of this method is to call setStatus(int sc)
on the wrapped response object.
- setStatus(int, String) -
Method in class javax.servlet.http.HttpServletResponseWrapper
- The default behavior of this method is to call setStatus(int sc, String sm)
on the wrapped response object.
- setStreet(String) -
Method in interface javax.xml.registry.infomodel.PostalAddress
- Sets the street name.
- setStreetNumber(String) -
Method in interface javax.xml.registry.infomodel.PostalAddress
- Sets the street number.
- setString(String, String) -
Method in interface javax.jms.MapMessage
- Sets a
String
value with the specified name into the Map.
- setStringProperty(String, String) -
Method in interface javax.jms.Message
- Sets a
String
property value with the specified name into
the message.
- setStyle(String) -
Method in class javax.faces.component.html.HtmlCommandButton
- Set the value of the
style
property.
- setStyle(String) -
Method in class javax.faces.component.html.HtmlCommandLink
- Set the value of the
style
property.
- setStyle(String) -
Method in class javax.faces.component.html.HtmlDataTable
- Set the value of the
style
property.
- setStyle(String) -
Method in class javax.faces.component.html.HtmlForm
- Set the value of the
style
property.
- setStyle(String) -
Method in class javax.faces.component.html.HtmlGraphicImage
- Set the value of the
style
property.
- setStyle(String) -
Method in class javax.faces.component.html.HtmlInputSecret
- Set the value of the
style
property.
- setStyle(String) -
Method in class javax.faces.component.html.HtmlInputText
- Set the value of the
style
property.
- setStyle(String) -
Method in class javax.faces.component.html.HtmlInputTextarea
- Set the value of the
style
property.
- setStyle(String) -
Method in class javax.faces.component.html.HtmlMessage
- Set the value of the
style
property.
- setStyle(String) -
Method in class javax.faces.component.html.HtmlMessages
- Set the value of the
style
property.
- setStyle(String) -
Method in class javax.faces.component.html.HtmlOutputFormat
- Set the value of the
style
property.
- setStyle(String) -
Method in class javax.faces.component.html.HtmlOutputLabel
- Set the value of the
style
property.
- setStyle(String) -
Method in class javax.faces.component.html.HtmlOutputLink
- Set the value of the
style
property.
- setStyle(String) -
Method in class javax.faces.component.html.HtmlOutputText
- Set the value of the
style
property.
- setStyle(String) -
Method in class javax.faces.component.html.HtmlPanelGrid
- Set the value of the
style
property.
- setStyle(String) -
Method in class javax.faces.component.html.HtmlPanelGroup
- Set the value of the
style
property.
- setStyle(String) -
Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
- Set the value of the
style
property.
- setStyle(String) -
Method in class javax.faces.component.html.HtmlSelectManyCheckbox
- Set the value of the
style
property.
- setStyle(String) -
Method in class javax.faces.component.html.HtmlSelectManyListbox
- Set the value of the
style
property.
- setStyle(String) -
Method in class javax.faces.component.html.HtmlSelectManyMenu
- Set the value of the
style
property.
- setStyle(String) -
Method in class javax.faces.component.html.HtmlSelectOneListbox
- Set the value of the
style
property.
- setStyle(String) -
Method in class javax.faces.component.html.HtmlSelectOneMenu
- Set the value of the
style
property.
- setStyle(String) -
Method in class javax.faces.component.html.HtmlSelectOneRadio
- Set the value of the
style
property.
- setStyleClass(String) -
Method in class javax.faces.component.html.HtmlCommandButton
- Set the value of the
styleClass
property.
- setStyleClass(String) -
Method in class javax.faces.component.html.HtmlCommandLink
- Set the value of the
styleClass
property.
- setStyleClass(String) -
Method in class javax.faces.component.html.HtmlDataTable
- Set the value of the
styleClass
property.
- setStyleClass(String) -
Method in class javax.faces.component.html.HtmlForm
- Set the value of the
styleClass
property.
- setStyleClass(String) -
Method in class javax.faces.component.html.HtmlGraphicImage
- Set the value of the
styleClass
property.
- setStyleClass(String) -
Method in class javax.faces.component.html.HtmlInputSecret
- Set the value of the
styleClass
property.
- setStyleClass(String) -
Method in class javax.faces.component.html.HtmlInputText
- Set the value of the
styleClass
property.
- setStyleClass(String) -
Method in class javax.faces.component.html.HtmlInputTextarea
- Set the value of the
styleClass
property.
- setStyleClass(String) -
Method in class javax.faces.component.html.HtmlMessage
- Set the value of the
styleClass
property.
- setStyleClass(String) -
Method in class javax.faces.component.html.HtmlMessages
- Set the value of the
styleClass
property.
- setStyleClass(String) -
Method in class javax.faces.component.html.HtmlOutputFormat
- Set the value of the
styleClass
property.
- setStyleClass(String) -
Method in class javax.faces.component.html.HtmlOutputLabel
- Set the value of the
styleClass
property.
- setStyleClass(String) -
Method in class javax.faces.component.html.HtmlOutputLink
- Set the value of the
styleClass
property.
- setStyleClass(String) -
Method in class javax.faces.component.html.HtmlOutputText
- Set the value of the
styleClass
property.
- setStyleClass(String) -
Method in class javax.faces.component.html.HtmlPanelGrid
- Set the value of the
styleClass
property.
- setStyleClass(String) -
Method in class javax.faces.component.html.HtmlPanelGroup
- Set the value of the
styleClass
property.
- setStyleClass(String) -
Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
- Set the value of the
styleClass
property.
- setStyleClass(String) -
Method in class javax.faces.component.html.HtmlSelectManyCheckbox
- Set the value of the
styleClass
property.
- setStyleClass(String) -
Method in class javax.faces.component.html.HtmlSelectManyListbox
- Set the value of the
styleClass
property.
- setStyleClass(String) -
Method in class javax.faces.component.html.HtmlSelectManyMenu
- Set the value of the
styleClass
property.
- setStyleClass(String) -
Method in class javax.faces.component.html.HtmlSelectOneListbox
- Set the value of the
styleClass
property.
- setStyleClass(String) -
Method in class javax.faces.component.html.HtmlSelectOneMenu
- Set the value of the
styleClass
property.
- setStyleClass(String) -
Method in class javax.faces.component.html.HtmlSelectOneRadio
- Set the value of the
styleClass
property.
- setSubject(String) -
Method in class javax.mail.internet.MimeMessage
- Set the "Subject" header field.
- setSubject(String, String) -
Method in class javax.mail.internet.MimeMessage
- Set the "Subject" header field.
- setSubject(String) -
Method in class javax.mail.Message
- Set the subject of this message.
- setSubmitted(boolean) -
Method in class javax.faces.component.UIForm
- If this
UIForm
instance (as
opposed to other forms in the page) is experiencing a submit
during this request processing lifecycle, this method must be
called, with true
as the argument, during the UIComponent.decode(javax.faces.context.FacesContext)
for this UIForm
instance.
- setSubmittedValue(Object) -
Method in interface javax.faces.component.EditableValueHolder
- Set the submittedValue value of this component.
- setSubmittedValue(Object) -
Method in class javax.faces.component.UIInput
- Set the submittedValue value of this
UIInput
component.
- setSubscribed(boolean) -
Method in class javax.mail.Folder
- Subscribe or unsubscribe this Folder.
- setSubType(String) -
Method in class javax.activation.MimeType
- Set the subtype for this object to the given String.
- setSubType(String) -
Method in class javax.mail.internet.ContentType
- Set the subType.
- setSubType(String) -
Method in class javax.mail.internet.MimeMultipart
- Set the subtype.
- setSummary(String) -
Method in class javax.faces.application.FacesMessage
- Set the localized summary text.
- setSummary(String) -
Method in class javax.faces.component.html.HtmlDataTable
- Set the value of the
summary
property.
- setSummary(String) -
Method in class javax.faces.component.html.HtmlPanelGrid
- Set the value of the
summary
property.
- setSupportedEncodings(String[]) -
Method in interface javax.xml.rpc.encoding.TypeMapping
- Sets the encodingStyle URIs supported by this TypeMapping
instance.
- setSupportedLocales(Collection<Locale>) -
Method in class javax.faces.application.Application
- Set the
Locale
instances representing the supported
Locale
s for this application.
- setSynchronous(boolean) -
Method in interface javax.xml.registry.Connection
- Sets whether the client uses synchronous communication or not.
- setTabindex(String) -
Method in class javax.faces.component.html.HtmlCommandButton
- Set the value of the
tabindex
property.
- setTabindex(String) -
Method in class javax.faces.component.html.HtmlCommandLink
- Set the value of the
tabindex
property.
- setTabindex(String) -
Method in class javax.faces.component.html.HtmlInputSecret
- Set the value of the
tabindex
property.
- setTabindex(String) -
Method in class javax.faces.component.html.HtmlInputText
- Set the value of the
tabindex
property.
- setTabindex(String) -
Method in class javax.faces.component.html.HtmlInputTextarea
- Set the value of the
tabindex
property.
- setTabindex(String) -
Method in class javax.faces.component.html.HtmlOutputLabel
- Set the value of the
tabindex
property.
- setTabindex(String) -
Method in class javax.faces.component.html.HtmlOutputLink
- Set the value of the
tabindex
property.
- setTabindex(String) -
Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
- Set the value of the
tabindex
property.
- setTabindex(String) -
Method in class javax.faces.component.html.HtmlSelectManyCheckbox
- Set the value of the
tabindex
property.
- setTabindex(String) -
Method in class javax.faces.component.html.HtmlSelectManyListbox
- Set the value of the
tabindex
property.
- setTabindex(String) -
Method in class javax.faces.component.html.HtmlSelectManyMenu
- Set the value of the
tabindex
property.
- setTabindex(String) -
Method in class javax.faces.component.html.HtmlSelectOneListbox
- Set the value of the
tabindex
property.
- setTabindex(String) -
Method in class javax.faces.component.html.HtmlSelectOneMenu
- Set the value of the
tabindex
property.
- setTabindex(String) -
Method in class javax.faces.component.html.HtmlSelectOneRadio
- Set the value of the
tabindex
property.
- setTagExtraInfo(TagExtraInfo) -
Method in class javax.servlet.jsp.tagext.TagInfo
- Set the instance for extra tag information.
- setTagInfo(TagInfo) -
Method in class javax.servlet.jsp.tagext.TagExtraInfo
- Set the TagInfo for this class.
- setTagLibrary(TagLibraryInfo) -
Method in class javax.servlet.jsp.tagext.TagInfo
- Set the TagLibraryInfo property.
- setTarget(String) -
Method in class javax.faces.component.html.HtmlCommandLink
- Set the value of the
target
property.
- setTarget(String) -
Method in class javax.faces.component.html.HtmlForm
- Set the value of the
target
property.
- setTarget(String) -
Method in class javax.faces.component.html.HtmlOutputLink
- Set the value of the
target
property.
- setTargetBinding(ServiceBinding) -
Method in interface javax.xml.registry.infomodel.ServiceBinding
- Sets the next ServiceBinding in case there is a redirection.
- setTargetEndpointAddress(String) -
Method in interface javax.xml.rpc.Call
- Sets the address of the target service endpoint.
- setTargetObject(RegistryObject) -
Method in interface javax.xml.registry.infomodel.Association
- Sets the Object that is the target of this Association.
- setTelephoneNumbers(Collection) -
Method in interface javax.xml.registry.infomodel.Organization
- Sets the various telephone numbers for this user.
- setTelephoneNumbers(Collection) -
Method in interface javax.xml.registry.infomodel.User
- Sets the various telephone numbers for this user.
- setText(String) -
Method in interface javax.jms.TextMessage
- Sets the string containing this message's data.
- setText(String) -
Method in class javax.mail.internet.MimeBodyPart
- Convenience method that sets the given String as this
part's content, with a MIME type of "text/plain".
- setText(String, String) -
Method in class javax.mail.internet.MimeBodyPart
- Convenience method that sets the given String as this part's
content, with a MIME type of "text/plain" and the specified
charset.
- setText(String, String, String) -
Method in class javax.mail.internet.MimeBodyPart
- Convenience method that sets the given String as this part's
content, with a primary MIME type of "text" and the specified
MIME subtype.
- setText(String) -
Method in class javax.mail.internet.MimeMessage
- Convenience method that sets the given String as this
part's content, with a MIME type of "text/plain".
- setText(String, String) -
Method in class javax.mail.internet.MimeMessage
- Convenience method that sets the given String as this part's
content, with a MIME type of "text/plain" and the specified
charset.
- setText(String, String, String) -
Method in class javax.mail.internet.MimeMessage
- Convenience method that sets the given String as this part's
content, with a primary MIME type of "text" and the specified
MIME subtype.
- setText(String) -
Method in interface javax.mail.internet.MimePart
- Convenience method that sets the given String as this
part's content, with a MIME type of "text/plain".
- setText(String, String) -
Method in interface javax.mail.internet.MimePart
- Convenience method that sets the given String as this part's
content, with a MIME type of "text/plain" and the specified
charset.
- setText(String, String, String) -
Method in interface javax.mail.internet.MimePart
- Convenience method that sets the given String as this part's
content, with a primary MIME type of "text" and the specified
MIME subtype.
- setText(String) -
Method in interface javax.mail.Part
- A convenience method that sets the given String as this
part's content with a MIME type of "text/plain".
- setTimeStyle(String) -
Method in class javax.faces.convert.DateTimeConverter
- Set the style to be used to format or parse times.
- setTimeToLive(long) -
Method in interface javax.jms.MessageProducer
- Sets the default length of time in milliseconds from its dispatch time
that a produced message should be retained by the message system.
- setTimeZone(TimeZone) -
Method in class javax.faces.convert.DateTimeConverter
- Set the
TimeZone
used to interpret a time value.
- setTitle(String) -
Method in class javax.faces.component.html.HtmlCommandButton
- Set the value of the
title
property.
- setTitle(String) -
Method in class javax.faces.component.html.HtmlCommandLink
- Set the value of the
title
property.
- setTitle(String) -
Method in class javax.faces.component.html.HtmlDataTable
- Set the value of the
title
property.
- setTitle(String) -
Method in class javax.faces.component.html.HtmlForm
- Set the value of the
title
property.
- setTitle(String) -
Method in class javax.faces.component.html.HtmlGraphicImage
- Set the value of the
title
property.
- setTitle(String) -
Method in class javax.faces.component.html.HtmlInputSecret
- Set the value of the
title
property.
- setTitle(String) -
Method in class javax.faces.component.html.HtmlInputText
- Set the value of the
title
property.
- setTitle(String) -
Method in class javax.faces.component.html.HtmlInputTextarea
- Set the value of the
title
property.
- setTitle(String) -
Method in class javax.faces.component.html.HtmlMessage
- Set the value of the
title
property.
- setTitle(String) -
Method in class javax.faces.component.html.HtmlMessages
- Set the value of the
title
property.
- setTitle(String) -
Method in class javax.faces.component.html.HtmlOutputFormat
- Set the value of the
title
property.
- setTitle(String) -
Method in class javax.faces.component.html.HtmlOutputLabel
- Set the value of the
title
property.
- setTitle(String) -
Method in class javax.faces.component.html.HtmlOutputLink
- Set the value of the
title
property.
- setTitle(String) -
Method in class javax.faces.component.html.HtmlOutputText
- Set the value of the
title
property.
- setTitle(String) -
Method in class javax.faces.component.html.HtmlPanelGrid
- Set the value of the
title
property.
- setTitle(String) -
Method in class javax.faces.component.html.HtmlSelectBooleanCheckbox
- Set the value of the
title
property.
- setTitle(String) -
Method in class javax.faces.component.html.HtmlSelectManyCheckbox
- Set the value of the
title
property.
- setTitle(String) -
Method in class javax.faces.component.html.HtmlSelectManyListbox
- Set the value of the
title
property.
- setTitle(String) -
Method in class javax.faces.component.html.HtmlSelectManyMenu
- Set the value of the
title
property.
- setTitle(String) -
Method in class javax.faces.component.html.HtmlSelectOneListbox
- Set the value of the
title
property.
- setTitle(String) -
Method in class javax.faces.component.html.HtmlSelectOneMenu
- Set the value of the
title
property.
- setTitle(String) -
Method in class javax.faces.component.html.HtmlSelectOneRadio
- Set the value of the
title
property.
- setTooltip(boolean) -
Method in class javax.faces.component.html.HtmlMessage
- Set the value of the
tooltip
property.
- setTooltip(boolean) -
Method in class javax.faces.component.html.HtmlMessages
- Set the value of the
tooltip
property.
- setTransactionTimeout(long) -
Method in class javax.resource.spi.work.ExecutionContext
- Set the transaction timeout value for a imported transaction.
- setTransactionTimeout(int) -
Method in interface javax.transaction.TransactionManager
- Modify the timeout value that is associated with transactions started
by the current thread with the begin method.
- setTransactionTimeout(int) -
Method in interface javax.transaction.UserTransaction
- Modify the timeout value that is associated with transactions started
by the current thread with the begin method.
- setTransactionTimeout(int) -
Method in interface javax.transaction.xa.XAResource
- Sets the current transaction timeout value for this
XAResource
instance.
- setTransient(boolean) -
Method in interface javax.faces.component.StateHolder
- Denotes whether or not the Object implementing this interface must
or must not participate in state saving or restoring.
- setTransient(boolean) -
Method in class javax.faces.component.UIComponentBase
-
- setTransient(boolean) -
Method in class javax.faces.convert.DateTimeConverter
-
- setTransient(boolean) -
Method in class javax.faces.convert.EnumConverter
-
- setTransient(boolean) -
Method in class javax.faces.convert.NumberConverter
-
- setTransient(boolean) -
Method in class javax.faces.event.MethodExpressionActionListener
-
- setTransient(boolean) -
Method in class javax.faces.event.MethodExpressionValueChangeListener
-
- setTransient(boolean) -
Method in class javax.faces.validator.DoubleRangeValidator
-
- setTransient(boolean) -
Method in class javax.faces.validator.LengthValidator
-
- setTransient(boolean) -
Method in class javax.faces.validator.LongRangeValidator
-
- setTransient(boolean) -
Method in class javax.faces.validator.MethodExpressionValidator
-
- setType(String) -
Method in class javax.faces.component.html.HtmlCommandButton
- Set the value of the
type
property.
- setType(String) -
Method in class javax.faces.component.html.HtmlCommandLink
- Set the value of the
type
property.
- setType(String) -
Method in class javax.faces.component.html.HtmlOutputLink
- Set the value of the
type
property.
- setType(String) -
Method in class javax.faces.convert.DateTimeConverter
- Set the type of value to be formatted or parsed.
- setType(String) -
Method in class javax.faces.convert.NumberConverter
- Set the number type to be used when formatting and parsing numbers.
- setType(String) -
Method in interface javax.xml.registry.infomodel.EmailAddress
- Sets the type for this object.
- setType(String) -
Method in interface javax.xml.registry.infomodel.PostalAddress
- Sets the type of address (for example, "headquarters") as a String.
- setType(String) -
Method in interface javax.xml.registry.infomodel.TelephoneNumber
- Sets the type of telephone number (for example, "fax").
- setType(String) -
Method in interface javax.xml.registry.infomodel.User
- Sets the type for this User.
- setupResponseWriter() -
Method in class javax.faces.webapp.UIComponentClassicTagBase
- Set up the
ResponseWriter
for the
current response, if this has not been done already.
- setUrl(String) -
Method in class javax.faces.component.UIGraphic
- Set the image URL for this
UIGraphic
.
- setURL(URL) -
Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
- Set the URL field on this event locator.
- setUrl(String) -
Method in interface javax.xml.registry.infomodel.TelephoneNumber
- Sets the URL that can dial this number electronically.
- setUrl(URL) -
Method in interface javax.xml.registry.infomodel.User
- Sets the URL to the web page for this User.
- setURLName(URLName) -
Method in class javax.mail.Service
- Set the URLName representing this service.
- setUsageDescription(InternationalString) -
Method in interface javax.xml.registry.infomodel.SpecificationLink
- Sets the description of usage parameters.
- setUsageParameters(Collection) -
Method in interface javax.xml.registry.infomodel.SpecificationLink
- Sets any usage parameters.
- setUsemap(String) -
Method in class javax.faces.component.html.HtmlGraphicImage
- Set the value of the
usemap
property.
- setUserVersion(String) -
Method in interface javax.xml.registry.infomodel.Versionable
- Sets the user specified revision number for this version of the Versionable object.
- setValid(boolean) -
Method in interface javax.faces.component.EditableValueHolder
- Set a flag indicating whether the local value of this component
is valid (no conversion error has occurred).
- setValid(boolean) -
Method in class javax.faces.component.UIInput
-
- setValidateURI(boolean) -
Method in interface javax.xml.registry.infomodel.URIValidator
- Sets whether to do URI validation for this object.
- setValidating(boolean) -
Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- Specifies whether or not the Unmarshaller should validate during
unmarshal operations.
- setValidating(boolean) -
Method in interface javax.xml.bind.Unmarshaller
- Deprecated. since JAXB2.0, please see
Unmarshaller.setSchema(javax.xml.validation.Schema)
- setValidator(MethodBinding) -
Method in interface javax.faces.component.EditableValueHolder
- Deprecated. Use
EditableValueHolder.addValidator(javax.faces.validator.Validator)
instead, obtaining the
argument Validator
by creating an instance of MethodExpressionValidator
.
- setValidator(MethodBinding) -
Method in class javax.faces.component.UIInput
- Deprecated. Use
UIInput.addValidator(javax.faces.validator.Validator)
instead, obtaining the
argument Validator
by creating an instance of MethodExpressionValidator
.
- setValidatorId(String) -
Method in class javax.faces.webapp.ValidatorTag
- Deprecated. Set the identifer of the
Validator
instance to be created.
- setValidatorMessage(String) -
Method in class javax.faces.component.UIInput
- Override any
ValueExpression
set for the "validatorMessage"
with the literal argument provided to this method.
- setValue(ELContext, Object, Object, Object) -
Method in class javax.el.ArrayELResolver
- If the base object is a Java language array, attempts to set the
value at the given index with the given value.
- setValue(ELContext, Object, Object, Object) -
Method in class javax.el.BeanELResolver
- If the base object is not
null
, attempts to set the
value of the given property on this bean.
- setValue(ELContext, Object, Object, Object) -
Method in class javax.el.CompositeELResolver
- Attempts to set the value of the given
property
object on the given base
object.
- setValue(ELContext, Object, Object, Object) -
Method in class javax.el.ELResolver
- Attempts to set the value of the given
property
object on the given base
object.
- setValue(ELContext, Object, Object, Object) -
Method in class javax.el.ListELResolver
- If the base object is a list, attempts to set the value at the
given index with the given value.
- setValue(ELContext, Object, Object, Object) -
Method in class javax.el.MapELResolver
- If the base object is a map, attempts to set the value associated with
the given key, as specified by the
property
argument.
- setValue(ELContext, Object, Object, Object) -
Method in class javax.el.ResourceBundleELResolver
- If the base object is a ResourceBundle, throw a
PropertyNotWritableException
.
- setValue(ELContext, Object) -
Method in class javax.el.ValueExpression
- Evaluates the expression relative to the provided context, and
sets the result to the provided value.
- setValue(Object) -
Method in class javax.faces.component.UICommand
- Sets the
value
property of the UICommand
.
- setValue(Object) -
Method in class javax.faces.component.UIData
- Set the value of the
UIData
.
- setValue(Object) -
Method in class javax.faces.component.UIGraphic
- Sets the
value
property of the UIGraphic
.
- setValue(Object) -
Method in class javax.faces.component.UIInput
-
- setValue(Object) -
Method in class javax.faces.component.UIOutput
-
- setValue(Object) -
Method in class javax.faces.component.UIParameter
- Sets the
value
property of the\
UIParameter
.
- setValue(Object) -
Method in class javax.faces.component.UISelectItem
- Sets the
value
property of the
UISelectItem
.
- setValue(Object) -
Method in class javax.faces.component.UISelectItems
- Sets the
value
property of the
UISelectItems
.
- setValue(Object) -
Method in interface javax.faces.component.ValueHolder
- Set the value of this
UIComponent
(if any).
- setValue(Object, Object, Object) -
Method in class javax.faces.el.PropertyResolver
- Deprecated. Set the specified value of the specified property on
the specified base object.
- setValue(Object, int, Object) -
Method in class javax.faces.el.PropertyResolver
- Deprecated. Set the value at the specified index of the specified
base object.
- setValue(FacesContext, Object) -
Method in class javax.faces.el.ValueBinding
- Deprecated. Set the value of the property represented by this
ValueBinding
, relative to the specified FacesContext
.
- setValue(Object) -
Method in class javax.faces.model.SelectItem
- Set the value of this item, to be delivered to the model
if this item is selected by this user.
- setValue(String) -
Method in class javax.faces.webapp.AttributeTag
- Deprecated. Set the attribute value.
- setValue(String) -
Method in class javax.servlet.http.Cookie
- Assigns a new value to a cookie after the cookie is created.
- setValue(ELContext, Object, Object, Object) -
Method in class javax.servlet.jsp.el.ImplicitObjectELResolver
- If the base object is
null
, and the property matches
the name of a JSP implicit object, throws
PropertyNotWritableException
to indicate that implicit
objects cannot be overwritten.
- setValue(ELContext, Object, Object, Object) -
Method in class javax.servlet.jsp.el.ScopedAttributeELResolver
- If the base object is
null
, sets an existing scoped
attribute to the new value, or creates a new scoped attribute if one
does not exist by this name.
- setValue(String, Object) -
Method in class javax.servlet.jsp.tagext.TagSupport
- Associate a value with a String key.
- setValue(T) -
Method in class javax.xml.bind.JAXBElement
- Set the content model and attributes of this xml element.
- setValue(String) -
Method in interface javax.xml.registry.infomodel.Classification
- Sets the taxonomy value for this external Classification.
- setValue(String) -
Method in interface javax.xml.registry.infomodel.Concept
- Sets the value (usually a taxonomy value) associated with this Concept.
- setValue(String) -
Method in interface javax.xml.registry.infomodel.ExternalIdentifier
- Sets the value of an ExternalIdentifier.
- setValue(String) -
Method in interface javax.xml.registry.infomodel.InternationalString
- Sets the String value for the Locale returned by Locale.getDefault().
- setValue(Locale, String) -
Method in interface javax.xml.registry.infomodel.InternationalString
- Sets the String value for the specified Locale.
- setValue(String) -
Method in interface javax.xml.registry.infomodel.LocalizedString
- Set the String value for the specified object.
- setValue(String) -
Method in interface javax.xml.soap.Node
- If this is a Text node then this method will set its value,
otherwise it sets the value of the immediate (Text) child of this node.
- setValueBinding(String, ValueBinding) -
Method in class javax.faces.component.UIComponent
- Deprecated. This has been replaced by
UIComponent.setValueExpression(java.lang.String, javax.el.ValueExpression)
.
- setValueBinding(String, ValueBinding) -
Method in class javax.faces.component.UIComponentBase
- Deprecated. This has been replaced by
UIComponentBase.setValueExpression(java.lang.String, javax.el.ValueExpression)
.
- setValueBinding(String, ValueBinding) -
Method in class javax.faces.component.UIData
- Deprecated. This has been replaced by
UIData.setValueExpression(java.lang.String, javax.el.ValueExpression)
.
- setValueBinding(String, ValueBinding) -
Method in class javax.faces.component.UIGraphic
- Deprecated. This has been replaced by
UIGraphic.setValueExpression(java.lang.String, javax.el.ValueExpression)
.
- setValueBinding(String, ValueBinding) -
Method in class javax.faces.component.UISelectBoolean
- Deprecated. This has been replaced by
UISelectBoolean.setValueExpression(java.lang.String, javax.el.ValueExpression)
.
- setValueBinding(String, ValueBinding) -
Method in class javax.faces.component.UISelectMany
- Deprecated. This has been replaced by
UISelectMany.setValueExpression(java.lang.String, javax.el.ValueExpression)
.
- setValueChangeListener(MethodBinding) -
Method in interface javax.faces.component.EditableValueHolder
- Deprecated. Use
EditableValueHolder.addValueChangeListener(javax.faces.event.ValueChangeListener)
instead, obtaining the
argument ValueChangeListener
by creating an instance of MethodExpressionValueChangeListener
.
- setValueChangeListener(MethodBinding) -
Method in class javax.faces.component.UIInput
- Deprecated. Use
UIInput.addValueChangeListener(javax.faces.event.ValueChangeListener)
instead, obtaining the
argument ValueChangeListener
by creating an instance of MethodExpressionValueChangeListener
.
- setValueExpression(String, ValueExpression) -
Method in class javax.faces.component.UIComponent
- Set the
ValueExpression
used to calculate the value
for the specified attribute or property name, if any.
- setValueExpression(String, ValueExpression) -
Method in class javax.faces.component.UIComponentBase
Set the ValueExpression
used to calculate the value
for the specified attribute or property name, if any.
- setValueExpression(String, ValueExpression) -
Method in class javax.faces.component.UIData
- Set the
ValueExpression
used to calculate the value for the
specified attribute or property name, if any.
- setValueExpression(String, ValueExpression) -
Method in class javax.faces.component.UIGraphic
- Store any
ValueExpression
specified for url
under
value
instead; otherwise, perform the default superclass
processing for this method.
- setValueExpression(String, ValueExpression) -
Method in class javax.faces.component.UISelectBoolean
- Store any
ValueExpression
specified for selected
under value
instead; otherwise, perform the default
superclass processing for this method.
- setValueExpression(String, ValueExpression) -
Method in class javax.faces.component.UISelectMany
- Store any
ValueExpression
specified for
selectedValues
under value
instead;
otherwise, perform the default superclass processing for this method.
- setValues(Collection) -
Method in interface javax.xml.registry.infomodel.Slot
- Sets the values for this Slot.
- setValueType(int) -
Method in interface javax.xml.registry.infomodel.ClassificationScheme
- Sets the value type for this object.
- setVar(String) -
Method in class javax.faces.component.UIData
- Set the request-scope attribute under which the data object
for the current row wil be exposed when iterating.
- setVariable(String, ValueExpression) -
Method in class javax.el.VariableMapper
- Assign a ValueExpression to an EL variable, replacing
any previously assignment to the same variable.
- setVariableResolver(VariableResolver) -
Method in class javax.faces.application.Application
- Deprecated. The recommended way to affect the execution of the EL
is to provide an
<el-resolver>
element at the
right place in the application configuration resources which will
be considered in the normal course of expression evaluation.
This method now will cause the argument resolver
to
be wrapped inside an implementation of ELResolver
and
exposed to the EL resolution system as if the user had called
Application.addELResolver(javax.el.ELResolver)
.
- setVersion(int) -
Method in class javax.servlet.http.Cookie
- Sets the version of the cookie protocol this cookie complies
with.
- setViewHandler(ViewHandler) -
Method in class javax.faces.application.Application
- Set the
ViewHandler
instance that will be utilized
during the Restore View and Render Response
phases of the request processing lifecycle.
- setViewId(String) -
Method in class javax.faces.component.UIViewRoot
- Set the view identifier for this view.
- setViewRoot(UIViewRoot) -
Method in class javax.faces.context.FacesContext
- Set the root component that is associated with this request.
- setWarnClass(String) -
Method in class javax.faces.component.html.HtmlMessage
- Set the value of the
warnClass
property.
- setWarnClass(String) -
Method in class javax.faces.component.html.HtmlMessages
- Set the value of the
warnClass
property.
- setWarnStyle(String) -
Method in class javax.faces.component.html.HtmlMessage
- Set the value of the
warnStyle
property.
- setWarnStyle(String) -
Method in class javax.faces.component.html.HtmlMessages
- Set the value of the
warnStyle
property.
- setWidth(String) -
Method in class javax.faces.component.html.HtmlDataTable
- Set the value of the
width
property.
- setWidth(String) -
Method in class javax.faces.component.html.HtmlGraphicImage
- Set the value of the
width
property.
- setWidth(String) -
Method in class javax.faces.component.html.HtmlPanelGrid
- Set the value of the
width
property.
- setWrappedData(Object) -
Method in class javax.faces.model.ArrayDataModel
-
- setWrappedData(Object) -
Method in class javax.faces.model.DataModel
- Set the object representing the data collection wrapped by this
DataModel
.
- setWrappedData(Object) -
Method in class javax.faces.model.ListDataModel
-
- setWrappedData(Object) -
Method in class javax.faces.model.ResultDataModel
-
- setWrappedData(Object) -
Method in class javax.faces.model.ResultSetDataModel
-
- setWrappedData(Object) -
Method in class javax.faces.model.ScalarDataModel
-
- setXid(Xid) -
Method in class javax.resource.spi.work.ExecutionContext
- set a transaction context.
- setXMLReporter(XMLReporter) -
Method in class javax.xml.stream.XMLInputFactory
- The reporter that will be set on any XMLStreamReader or XMLEventReader created
by this factory instance.
- setXMLResolver(XMLResolver) -
Method in class javax.xml.stream.XMLInputFactory
- The resolver that will be set on any XMLStreamReader or XMLEventReader created
by this factory instance.
- SEVERITY_ERROR -
Static variable in class javax.faces.application.FacesMessage
- Message severity level indicating that an error has
occurred.
- SEVERITY_FATAL -
Static variable in class javax.faces.application.FacesMessage
- Message severity level indicating that a serious error has
occurred.
- SEVERITY_INFO -
Static variable in class javax.faces.application.FacesMessage
- Message severity level indicating an informational message
rather than an error.
- SEVERITY_WARN -
Static variable in class javax.faces.application.FacesMessage
- Message severity level indicating that an error might have
occurred.
- SharedByteArrayInputStream - Class in javax.mail.util
- A ByteArrayInputStream that implements the SharedInputStream interface,
allowing the underlying byte array to be shared between multiple readers.
- SharedByteArrayInputStream(byte[]) -
Constructor for class javax.mail.util.SharedByteArrayInputStream
- Create a SharedByteArrayInputStream representing the entire
byte array.
- SharedByteArrayInputStream(byte[], int, int) -
Constructor for class javax.mail.util.SharedByteArrayInputStream
- Create a SharedByteArrayInputStream representing the part
of the byte array from
offset
for length
bytes.
- SharedFileInputStream - Class in javax.mail.util
- A
SharedFileInputStream
is a
BufferedInputStream
that buffers
data from the file and supports the mark
and reset
methods. - SharedFileInputStream(File) -
Constructor for class javax.mail.util.SharedFileInputStream
- Creates a
SharedFileInputStream
for the file.
- SharedFileInputStream(String) -
Constructor for class javax.mail.util.SharedFileInputStream
- Creates a
SharedFileInputStream
for the named file
- SharedFileInputStream(File, int) -
Constructor for class javax.mail.util.SharedFileInputStream
- Creates a
SharedFileInputStream
with the specified buffer size.
- SharedFileInputStream(String, int) -
Constructor for class javax.mail.util.SharedFileInputStream
- Creates a
SharedFileInputStream
with the specified buffer size.
- SharedInputStream - Interface in javax.mail.internet
- An InputStream that is backed by data that can be shared by multiple
readers may implement this interface.
- SharingViolationException - Exception in javax.resource.spi
- This is thrown to indicate a connection sharing violation.
- SharingViolationException() -
Constructor for exception javax.resource.spi.SharingViolationException
- Constructs a new instance with null as its detail message.
- SharingViolationException(String) -
Constructor for exception javax.resource.spi.SharingViolationException
- Constructs a new instance with the specified detail message.
- SharingViolationException(Throwable) -
Constructor for exception javax.resource.spi.SharingViolationException
- Constructs a new throwable with the specified cause.
- SharingViolationException(String, Throwable) -
Constructor for exception javax.resource.spi.SharingViolationException
- Constructs a new throwable with the specified detail message and cause.
- SharingViolationException(String, String) -
Constructor for exception javax.resource.spi.SharingViolationException
- Constructs a new throwable with the specified detail message and
error code.
- SHORT_ID -
Static variable in class javax.faces.convert.ShortConverter
- The message identifier of the
FacesMessage
to be created if
the conversion to Short
fails.
- ShortConverter - Class in javax.faces.convert
Converter
implementation for java.lang.Short
(and short primitive) values.- ShortConverter() -
Constructor for class javax.faces.convert.ShortConverter
-
- ShortHolder - Class in javax.xml.rpc.holders
-
- ShortHolder() -
Constructor for class javax.xml.rpc.holders.ShortHolder
-
- ShortHolder(short) -
Constructor for class javax.xml.rpc.holders.ShortHolder
-
- shortname -
Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
- The preferred short name (prefix) as indicated in the TLD.
- ShortWrapperHolder - Class in javax.xml.rpc.holders
-
- ShortWrapperHolder() -
Constructor for class javax.xml.rpc.holders.ShortWrapperHolder
-
- ShortWrapperHolder(Short) -
Constructor for class javax.xml.rpc.holders.ShortWrapperHolder
-
- SimpleTag - Interface in javax.servlet.jsp.tagext
- Interface for defining Simple Tag Handlers.
- SimpleTagSupport - Class in javax.servlet.jsp.tagext
- A base class for defining tag handlers implementing SimpleTag.
- SimpleTagSupport() -
Constructor for class javax.servlet.jsp.tagext.SimpleTagSupport
- Sole constructor.
- SingleThreadModel - Interface in javax.servlet
- Deprecated. As of Java Servlet API 2.4, with no direct
replacement.
- size() -
Method in class javax.activation.MimeTypeParameterList
- Return the number of name-value pairs in this list.
- size() -
Method in class javax.mail.internet.ParameterList
- Return the number of parameters in this list.
- SizeTerm - Class in javax.mail.search
- This class implements comparisons for Message sizes.
- SizeTerm(int, int) -
Constructor for class javax.mail.search.SizeTerm
- Constructor.
- skip(long) -
Method in class javax.mail.util.SharedFileInputStream
- See the general contract of the
skip
method of InputStream
.
- SKIP_BODY -
Static variable in interface javax.servlet.jsp.tagext.Tag
- Skip body evaluation.
- SKIP_PAGE -
Static variable in interface javax.servlet.jsp.tagext.Tag
- Skip the rest of the page.
- SkipPageException - Exception in javax.servlet.jsp
- Exception to indicate the calling page must cease evaluation.
- SkipPageException() -
Constructor for exception javax.servlet.jsp.SkipPageException
- Creates a SkipPageException with no message.
- SkipPageException(String) -
Constructor for exception javax.servlet.jsp.SkipPageException
- Creates a SkipPageException with the provided message.
- SkipPageException(String, Throwable) -
Constructor for exception javax.servlet.jsp.SkipPageException
- Creates a SkipPageException with the provided message and root cause.
- SkipPageException(Throwable) -
Constructor for exception javax.servlet.jsp.SkipPageException
- Creates a SkipPageException with the provided root cause.
- Slot - Interface in javax.xml.registry.infomodel
- Slot instances provide a dynamic way to add arbitrary attributes to
RegistryObject instances.
- SLOT -
Static variable in interface javax.xml.registry.LifeCycleManager
-
- SOAP11HTTP_BINDING -
Static variable in interface javax.xml.ws.soap.SOAPBinding
- A constant representing the identity of the SOAP 1.1 over HTTP binding.
- SOAP11HTTP_MTOM_BINDING -
Static variable in interface javax.xml.ws.soap.SOAPBinding
- A constant representing the identity of the SOAP 1.1 over HTTP binding
with MTOM enabled by default.
- SOAP12HTTP_BINDING -
Static variable in interface javax.xml.ws.soap.SOAPBinding
- A constant representing the identity of the SOAP 1.2 over HTTP binding.
- SOAP12HTTP_MTOM_BINDING -
Static variable in interface javax.xml.ws.soap.SOAPBinding
- A constant representing the identity of the SOAP 1.2 over HTTP binding
with MTOM enabled by default.
- SOAP_1_1_CONTENT_TYPE -
Static variable in interface javax.xml.soap.SOAPConstants
- The media type of the
Content-Type
MIME header in SOAP 1.1.
- SOAP_1_1_PROTOCOL -
Static variable in interface javax.xml.soap.SOAPConstants
- Used to create
MessageFactory
instances that create
SOAPMessages
whose behavior supports the SOAP 1.1 specification.
- SOAP_1_2_CONTENT_TYPE -
Static variable in interface javax.xml.soap.SOAPConstants
- The media type of the
Content-Type
MIME header in SOAP 1.2.
- SOAP_1_2_PROTOCOL -
Static variable in interface javax.xml.soap.SOAPConstants
- Used to create
MessageFactory
instances that create
SOAPMessages
whose behavior supports the SOAP 1.2
specification
- SOAP_ARRAY -
Static variable in class javax.xml.rpc.encoding.XMLType
- The name of the
SOAP-ENC:Array
type.
- SOAP_BASE64 -
Static variable in class javax.xml.rpc.encoding.XMLType
- The name of the
SOAP-ENC:base64
type.
- SOAP_BOOLEAN -
Static variable in class javax.xml.rpc.encoding.XMLType
- The name of the
SOAP-ENC:boolean
type.
- SOAP_BYTE -
Static variable in class javax.xml.rpc.encoding.XMLType
- The name of the
SOAP-ENC:byte
type.
- SOAP_DATAENCODINGUNKNOWN_FAULT -
Static variable in interface javax.xml.soap.SOAPConstants
- SOAP 1.2 DataEncodingUnknown Fault
- SOAP_DOUBLE -
Static variable in class javax.xml.rpc.encoding.XMLType
- The name of the
SOAP-ENC:double
type.
- SOAP_ENV_PREFIX -
Static variable in interface javax.xml.soap.SOAPConstants
- The default namespace prefix for http://www.w3.org/2003/05/soap-envelope
- SOAP_FLOAT -
Static variable in class javax.xml.rpc.encoding.XMLType
- The name of the
SOAP-ENC:float
type.
- SOAP_INT -
Static variable in class javax.xml.rpc.encoding.XMLType
- The name of the
SOAP-ENC:int
type.
- SOAP_LONG -
Static variable in class javax.xml.rpc.encoding.XMLType
- The name of the
SOAP-ENC:long
type.
- SOAP_MUSTUNDERSTAND_FAULT -
Static variable in interface javax.xml.soap.SOAPConstants
- SOAP 1.2 MustUnderstand Fault
- SOAP_RECEIVER_FAULT -
Static variable in interface javax.xml.soap.SOAPConstants
- SOAP 1.2 Receiver Fault
- SOAP_SENDER_FAULT -
Static variable in interface javax.xml.soap.SOAPConstants
- SOAP 1.2 Sender Fault
- SOAP_SHORT -
Static variable in class javax.xml.rpc.encoding.XMLType
- The name of the
SOAP-ENC:short
type.
- SOAP_STRING -
Static variable in class javax.xml.rpc.encoding.XMLType
- The name of the
SOAP-ENC:string
type.
- SOAP_VERSIONMISMATCH_FAULT -
Static variable in interface javax.xml.soap.SOAPConstants
- SOAP 1.2 VersionMismatch Fault
- SOAPACTION_URI_PROPERTY -
Static variable in interface javax.xml.rpc.Call
- Standard property for SOAPAction.
- SOAPACTION_URI_PROPERTY -
Static variable in interface javax.xml.ws.BindingProvider
- Standard property for SOAPAction.
- SOAPACTION_USE_PROPERTY -
Static variable in interface javax.xml.rpc.Call
- Standard property for SOAPAction.
- SOAPACTION_USE_PROPERTY -
Static variable in interface javax.xml.ws.BindingProvider
- Standard property for SOAPAction.
- SOAPBinding - Annotation Type in javax.jws.soap
- Specifies the mapping of the Web Service onto the SOAP message protocol.
- SOAPBinding - Interface in javax.xml.ws.soap
- The
SOAPBinding
interface is an abstraction for
the SOAP binding. - SOAPBinding.ParameterStyle - Enum in javax.jws.soap
- The style of mapping parameters onto SOAP messages
- SOAPBinding.Style - Enum in javax.jws.soap
- The SOAP binding style
- SOAPBinding.Use - Enum in javax.jws.soap
- The SOAP binding use
- SOAPBody - Interface in javax.xml.soap
- An object that represents the contents of the SOAP body
element in a SOAP message.
- SOAPBodyElement - Interface in javax.xml.soap
- A
SOAPBodyElement
object represents the contents in
a SOAPBody
object. - SOAPConnection - Class in javax.xml.soap
- A point-to-point connection that a client can use for sending messages
directly to a remote party (represented by a URL, for instance).
- SOAPConnection() -
Constructor for class javax.xml.soap.SOAPConnection
-
- SOAPConnectionFactory - Class in javax.xml.soap
- A factory for creating
SOAPConnection
objects. - SOAPConnectionFactory() -
Constructor for class javax.xml.soap.SOAPConnectionFactory
-
- SOAPConstants - Interface in javax.xml.soap
- The definition of constants pertaining to the SOAP protocol.
- SOAPElement - Interface in javax.xml.soap
- An object representing an element of a SOAP message that is allowed but not
specifically prescribed by a SOAP specification.
- SOAPElementFactory - Class in javax.xml.soap
- Deprecated. - Use
javax.xml.soap.SOAPFactory
for creating SOAPElements. - SOAPEnvelope - Interface in javax.xml.soap
- The container for the SOAPHeader and SOAPBody portions of a
SOAPPart
object. - SOAPException - Exception in javax.xml.soap
- An exception that signals that a SOAP exception has occurred.
- SOAPException() -
Constructor for exception javax.xml.soap.SOAPException
- Constructs a
SOAPException
object with no
reason or embedded Throwable
object.
- SOAPException(String) -
Constructor for exception javax.xml.soap.SOAPException
- Constructs a
SOAPException
object with the given
String
as the reason for the exception being thrown.
- SOAPException(String, Throwable) -
Constructor for exception javax.xml.soap.SOAPException
- Constructs a
SOAPException
object with the given
String
as the reason for the exception being thrown
and the given Throwable
object as an embedded
exception.
- SOAPException(Throwable) -
Constructor for exception javax.xml.soap.SOAPException
- Constructs a
SOAPException
object initialized
with the given Throwable
object.
- SOAPFactory - Class in javax.xml.soap
SOAPFactory
is a factory for creating various objects
that exist in the SOAP XML tree.- SOAPFactory() -
Constructor for class javax.xml.soap.SOAPFactory
-
- SOAPFault - Interface in javax.xml.soap
- An element in the
SOAPBody
object that contains
error and/or status information. - SOAPFaultElement - Interface in javax.xml.soap
- A representation of the contents in
a
SOAPFault
object. - SOAPFaultException - Exception in javax.xml.rpc.soap
- The
SOAPFaultException
exception represents a
SOAP fault. - SOAPFaultException(QName, String, String, Detail) -
Constructor for exception javax.xml.rpc.soap.SOAPFaultException
- Constructor for the SOAPFaultException
- SOAPFaultException - Exception in javax.xml.ws.soap
- The
SOAPFaultException
exception represents a
SOAP 1.1 or 1.2 fault. - SOAPFaultException(SOAPFault) -
Constructor for exception javax.xml.ws.soap.SOAPFaultException
- Constructor for SOAPFaultException
- SOAPHandler<T extends SOAPMessageContext> - Interface in javax.xml.ws.handler.soap
- The
SOAPHandler
class extends Handler
to provide typesafety for the message context parameter and add a method
to obtain access to the headers that may be processed by the handler. - SOAPHeader - Interface in javax.xml.soap
- A representation of the SOAP header
element.
- SOAPHeaderElement - Interface in javax.xml.soap
- An object representing the contents in the SOAP header part of the
SOAP envelope.
- SOAPMessage - Class in javax.xml.soap
- The root class for all SOAP messages.
- SOAPMessage() -
Constructor for class javax.xml.soap.SOAPMessage
-
- SOAPMessageContext - Interface in javax.xml.rpc.handler.soap
- The interface
javax.xml.rpc.soap.SOAPMessageContext
provides access to the SOAP message for either RPC request or
response. - SOAPMessageContext - Interface in javax.xml.ws.handler.soap
- The interface
SOAPMessageContext
provides access to the SOAP message for either RPC request or
response. - SOAPMessageHandler - Annotation Type in javax.jws.soap
- Deprecated. As of JSR-181 2.0 with no replacement.
- SOAPMessageHandlers - Annotation Type in javax.jws.soap
- Deprecated. As of JSR-181 2.0 with no replacement.
- SOAPPart - Class in javax.xml.soap
- The container for the SOAP-specific portion of a
SOAPMessage
object. - SOAPPart() -
Constructor for class javax.xml.soap.SOAPPart
-
- SORT_BY_DATE_ASC -
Static variable in interface javax.xml.registry.FindQualifier
-
- SORT_BY_DATE_DESC -
Static variable in interface javax.xml.registry.FindQualifier
-
- SORT_BY_NAME_ASC -
Static variable in interface javax.xml.registry.FindQualifier
-
- SORT_BY_NAME_DESC -
Static variable in interface javax.xml.registry.FindQualifier
-
- SORT_CODE_SLOT -
Static variable in interface javax.xml.registry.infomodel.Slot
- Name for pre-defined Slot used in PostalAddress by JAXR UDDI provider.
- SOUNDEX -
Static variable in interface javax.xml.registry.FindQualifier
- Optional qualifier that allows matching strings by their sounds.
- SPACE -
Static variable in interface javax.xml.stream.XMLStreamConstants
- The characters are white space
(see [XML], 2.10 "White Space Handling").
- SPECIFICATION_LINK -
Static variable in interface javax.xml.registry.LifeCycleManager
-
- SpecificationLink - Interface in javax.xml.registry.infomodel
- A SpecificationLink provides the linkage between a ServiceBinding and one of its technical specifications that describes how to use the service using the ServiceBinding.
- SqlResultSetMapping - Annotation Type in javax.persistence
- This annotation is used to specify the mapping of the result
of a native SQL query.
- SqlResultSetMappings - Annotation Type in javax.persistence
- This annotation is used to define one or more
SqlResultSetMapping
. - STABILITY_DYNAMIC -
Static variable in interface javax.xml.registry.infomodel.RegistryEntry
- RegistryEntry may change at any time.
- STABILITY_DYNAMIC_COMPATIBLE -
Static variable in interface javax.xml.registry.infomodel.RegistryEntry
- RegistryEntry may change at any time, however the changes will be backward compatible.
- STABILITY_STATIC -
Static variable in interface javax.xml.registry.infomodel.RegistryEntry
- RegistryEntry will not change.
- standaloneSet() -
Method in interface javax.xml.stream.events.StartDocument
- Returns true if the standalone attribute was set in
the encoding declaration of the document.
- standaloneSet() -
Method in class javax.xml.stream.util.StreamReaderDelegate
-
- standaloneSet() -
Method in interface javax.xml.stream.XMLStreamReader
- Checks if standalone was set in the document
- START -
Static variable in class javax.enterprise.deploy.shared.CommandType
- The DeploymentManger action operation being processed is start.
- start(TargetModuleID[]) -
Method in interface javax.enterprise.deploy.spi.DeploymentManager
- Start the application running.
- start() -
Method in interface javax.jms.Connection
- Starts (or restarts) a connection's delivery of incoming messages.
- start() -
Method in interface javax.jms.ServerSession
- Cause the
Session
's run
method to be called
to process messages that were just assigned to it.
- start -
Variable in class javax.mail.util.SharedByteArrayInputStream
- Position within shared buffer that this stream starts at.
- start -
Variable in class javax.mail.util.SharedFileInputStream
- The file offset of the start of data in this subset of the file.
- start(BootstrapContext) -
Method in interface javax.resource.spi.ResourceAdapter
- This is called when a resource adapter instance is bootstrapped.
- start(Xid, int) -
Method in interface javax.transaction.xa.XAResource
- Starts work on behalf of a transaction branch specified in
xid
.
- START_DOCUMENT -
Static variable in interface javax.xml.stream.XMLStreamConstants
- Indicates an event is a start document
- START_ELEMENT -
Static variable in interface javax.xml.stream.XMLStreamConstants
- Indicates an event is a start element
- START_TIMED_OUT -
Static variable in exception javax.resource.spi.work.WorkException
- Indicates start timeout expiration.
- startDocument() -
Method in class javax.faces.context.ResponseWriter
- Write whatever text should begin a response.
- startDocument() -
Method in class javax.faces.context.ResponseWriterWrapper
- The default behavior of this method is to
call
ResponseWriter.startDocument()
on the wrapped ResponseWriter
object.
- StartDocument - Interface in javax.xml.stream.events
- An interface for the start document event
- startElement(String, UIComponent) -
Method in class javax.faces.context.ResponseWriter
- Write the start of an element, up to and including the
element name.
- startElement(String, UIComponent) -
Method in class javax.faces.context.ResponseWriterWrapper
- The default behavior of this method is to
call
ResponseWriter.startElement(String, javax.faces.component.UIComponent)
on the wrapped ResponseWriter
object.
- StartElement - Interface in javax.xml.stream.events
- The StartElement interface provides access to information about
start elements.
- startWork(Work) -
Method in interface javax.resource.spi.work.WorkManager
- Accepts a
Work
instance for processing.
- startWork(Work, long, ExecutionContext, WorkListener) -
Method in interface javax.resource.spi.work.WorkManager
- Accepts a
Work
instance for processing.
- STATE_SAVING_METHOD_CLIENT -
Static variable in class javax.faces.application.StateManager
- Constant value for the initialization parameter named by
the
STATE_SAVING_METHOD_PARAM_NAME
that indicates
state saving should take place on the client.
- STATE_SAVING_METHOD_PARAM_NAME -
Static variable in class javax.faces.application.StateManager
- The
ServletContext
init parameter consulted by
the StateManager
to tell where the state should be
saved.
- STATE_SAVING_METHOD_SERVER -
Static variable in class javax.faces.application.StateManager
- Constant value for the initialization parameter named by
the
STATE_SAVING_METHOD_PARAM_NAME
that indicates
state saving should take place on the server.
- Stateful - Annotation Type in javax.ejb
- Component-defining annotation for a stateful session bean.
- StatefulSessionBeanStats - Interface in javax.management.j2ee.statistics
- Specifies the statistics provided by a stateful session bean.
- StateHolder - Interface in javax.faces.component
- This interface is implemented by classes that need to save their
state between requests.
- Stateless - Annotation Type in javax.ejb
- Component-defining annotation for a stateless session bean.
- StatelessSessionBeanStats - Interface in javax.management.j2ee.statistics
- Specifies the statistics provided by a stateless session bean.
- StateManager - Class in javax.faces.application
- StateManager directs the process of saving and
restoring the view between requests.
- StateManager() -
Constructor for class javax.faces.application.StateManager
-
- StateManager.SerializedView - Class in javax.faces.application
- Deprecated. This class was not marked
Serializable
in the 1.0 version of the spec. It was also not a static inner
class, so it can't be made to be Serializable
.
Therefore, it is being deprecated in version 1.2 of the spec.
The replacement is to use an implementation dependent
Object
. - StateManager.SerializedView(Object, Object) -
Constructor for class javax.faces.application.StateManager.SerializedView
- Deprecated.
- StateManagerWrapper - Class in javax.faces.application
- Provides a simple implementation of
StateManager
that can
be subclassed by developers wishing to provide specialized behavior
to an existing StateManager
instance. - StateManagerWrapper() -
Constructor for class javax.faces.application.StateManagerWrapper
-
- StateType - Class in javax.enterprise.deploy.shared
- Class StateTypes defines enumeration values for the
DeploymentStatus object.
- StateType(int) -
Constructor for class javax.enterprise.deploy.shared.StateType
- Construct a new enumeration value with the given integer value.
- Statistic - Interface in javax.management.j2ee.statistics
- The Statistic model and its sub-models specify the data models which are requried to be used to provide the performance data described by the specific attributes in the Stats models.
- Stats - Interface in javax.management.j2ee.statistics
- The Stats model and its submodels specify performance data attributes for each of the specific managed object types.
- Status - Interface in javax.transaction
- The Status interface defines static variables used for transaction
status codes.
- STATUS_ACTIVE -
Static variable in interface javax.transaction.Status
- A transaction is associated with the target object and it is in the
active state.
- STATUS_APPROVED -
Static variable in interface javax.xml.registry.infomodel.RegistryEntry
- RegistryEntry has been submitted and approved.
- STATUS_COMMITTED -
Static variable in interface javax.transaction.Status
- A transaction is associated with the target object and it has been
committed.
- STATUS_COMMITTING -
Static variable in interface javax.transaction.Status
- A transaction is associated with the target object and it is in the
process of committing.
- STATUS_DEPRECATED -
Static variable in interface javax.xml.registry.infomodel.RegistryEntry
- RegistryEntry has been deprecated.
- STATUS_FAILURE -
Static variable in interface javax.xml.registry.JAXRResponse
- Status indicating a failure response.
- STATUS_MARKED_ROLLBACK -
Static variable in interface javax.transaction.Status
- A transaction is associated with the target object and it has been
marked for rollback, perhaps as a result of a setRollbackOnly operation.
- STATUS_NO_TRANSACTION -
Static variable in interface javax.transaction.Status
- No transaction is currently associated with the target object.
- STATUS_PREPARED -
Static variable in interface javax.transaction.Status
- A transaction is associated with the target object and it has been
prepared.
- STATUS_PREPARING -
Static variable in interface javax.transaction.Status
- A transaction is associated with the target object and it is in the
process of preparing.
- STATUS_ROLLEDBACK -
Static variable in interface javax.transaction.Status
- A transaction is associated with the target object and the outcome
has been determined to be rollback.
- STATUS_ROLLING_BACK -
Static variable in interface javax.transaction.Status
- A transaction is associated with the target object and it is in the
process of rolling back.
- STATUS_SUBMITTED -
Static variable in interface javax.xml.registry.infomodel.RegistryEntry
- RegistryEntry has been submitted.
- STATUS_SUCCESS -
Static variable in interface javax.xml.registry.JAXRResponse
- Status indicating a successful response.
- STATUS_UNAVAILABLE -
Static variable in interface javax.xml.registry.JAXRResponse
- Status indicating that the results are currently unavailable.
- STATUS_UNKNOWN -
Static variable in interface javax.transaction.Status
- A transaction is associated with the target object but its
current status cannot be determined.
- STATUS_WARNING -
Static variable in interface javax.xml.registry.JAXRResponse
- Status indicating a successful response that included at least one warning.
- STATUS_WITHDRAWN -
Static variable in interface javax.xml.registry.infomodel.RegistryEntry
- RegistryEntry has been withdrawn by the submitter.
- STOP -
Static variable in class javax.enterprise.deploy.shared.ActionType
- A stop operation is being preformed on the DeploymentManager
action command.
- STOP -
Static variable in class javax.enterprise.deploy.shared.CommandType
- The DeploymentManger action operation being processed is stop.
- stop(TargetModuleID[]) -
Method in interface javax.enterprise.deploy.spi.DeploymentManager
- Stop the application running.
- stop() -
Method in interface javax.enterprise.deploy.spi.status.ProgressObject
- (optional)
A stop request on an in-process operation allows the
operation on the current TargetModuleID to run to completion but
does not process any of the remaining unprocessed TargetModuleID
objects.
- stop() -
Method in interface javax.jms.Connection
- Temporarily stops a connection's delivery of incoming messages.
- stop() -
Method in interface javax.resource.spi.ResourceAdapter
- This is called when a resource adapter instance is undeployed or
during application server shutdown.
- stop() -
Method in class javax.xml.ws.Endpoint
- Stops publishing this endpoint.
- store -
Variable in class javax.mail.Folder
- The parent store.
- STORE -
Static variable in class javax.mail.Provider.Type
-
- Store - Class in javax.mail
- An abstract class that models a message store and its
access protocol, for storing and retrieving messages.
- Store(Session, URLName) -
Constructor for class javax.mail.Store
- Constructor.
- StoreClosedException - Exception in javax.mail
- This exception is thrown when a method is invoked on a Messaging object
and the Store that owns that object has died due to some reason.
- StoreClosedException(Store) -
Constructor for exception javax.mail.StoreClosedException
- Constructor
- StoreClosedException(Store, String) -
Constructor for exception javax.mail.StoreClosedException
- Constructor
- StoreEvent - Class in javax.mail.event
- This class models notifications from the Store connection.
- StoreEvent(Store, int, String) -
Constructor for class javax.mail.event.StoreEvent
- Constructor.
- StoreListener - Interface in javax.mail.event
- This is the Listener interface for Store Notifications.
- Streamable - Interface in javax.resource.cci
- Streamable interface enables a resource adapter to extract data from
an input Record or set data into an output Record as a stream of
bytes.
- StreamFilter - Interface in javax.xml.stream
- This interface declares a simple filter interface that one can
create to filter XMLStreamReaders
- StreamMessage - Interface in javax.jms
- A
StreamMessage
object is used to send a stream of primitive
types in the Java programming language. - StreamReaderDelegate - Class in javax.xml.stream.util
- This is the base class for deriving an XMLStreamReader filter
This class is designed to sit between an XMLStreamReader and an
application's XMLStreamReader.
- StreamReaderDelegate() -
Constructor for class javax.xml.stream.util.StreamReaderDelegate
- Construct an empty filter with no parent.
- StreamReaderDelegate(XMLStreamReader) -
Constructor for class javax.xml.stream.util.StreamReaderDelegate
- Construct an filter with the specified parent.
- STRING_ID -
Static variable in class javax.faces.convert.BigDecimalConverter
- The message identifier of the
FacesMessage
to be created if
the conversion of the BigDecimal
value to
String
fails.
- STRING_ID -
Static variable in class javax.faces.convert.BigIntegerConverter
- The message identifier of the
FacesMessage
to be created if
the conversion of the BigInteger
value to
String
fails.
- STRING_ID -
Static variable in class javax.faces.convert.BooleanConverter
- The message identifier of the
FacesMessage
to be created if
the conversion of the Boolean
value to
String
fails.
- STRING_ID -
Static variable in class javax.faces.convert.ByteConverter
- The message identifier of the
FacesMessage
to be created if
the conversion of the Byte
value to
String
fails.
- STRING_ID -
Static variable in class javax.faces.convert.CharacterConverter
- The message identifier of the
FacesMessage
to be created if
the conversion of the Character
value to
String
fails.
- STRING_ID -
Static variable in class javax.faces.convert.DateTimeConverter
- The message identifier of the
FacesMessage
to be created if
the conversion of the DateTime
value to
String
fails.
- STRING_ID -
Static variable in class javax.faces.convert.DoubleConverter
- The message identifier of the
FacesMessage
to be created if
the conversion of the Double
value to
String
fails.
- STRING_ID -
Static variable in class javax.faces.convert.FloatConverter
- The message identifier of the
FacesMessage
to be created if
the conversion of the Float
value to
String
fails.
- STRING_ID -
Static variable in class javax.faces.convert.IntegerConverter
- The message identifier of the
FacesMessage
to be created if
the conversion of the Integer
value to
String
fails.
- STRING_ID -
Static variable in class javax.faces.convert.LongConverter
- The message identifier of the
FacesMessage
to be created if
the conversion of the Long
value to
String
fails.
- STRING_ID -
Static variable in class javax.faces.convert.NumberConverter
- The message identifier of the
FacesMessage
to be created if
the conversion of the Number
value to
String
fails.
- STRING_ID -
Static variable in class javax.faces.convert.ShortConverter
- The message identifier of the
FacesMessage
to be created if
the conversion of the Short
value to
String
fails.
- StringHolder - Class in javax.xml.rpc.holders
-
- StringHolder() -
Constructor for class javax.xml.rpc.holders.StringHolder
-
- StringHolder(String) -
Constructor for class javax.xml.rpc.holders.StringHolder
-
- StringTerm - Class in javax.mail.search
- This class implements the match method for Strings.
- StringTerm(String) -
Constructor for class javax.mail.search.StringTerm
-
- StringTerm(String, boolean) -
Constructor for class javax.mail.search.StringTerm
-
- Stub - Interface in javax.xml.rpc
- The interface
javax.xml.rpc.Stub
is the common base interface
for the stub classes. - SubjectTerm - Class in javax.mail.search
- This class implements comparisons for the Message Subject header.
- SubjectTerm(String) -
Constructor for class javax.mail.search.SubjectTerm
- Constructor.
- SUPPORT_DTD -
Static variable in class javax.xml.stream.XMLInputFactory
- The property that requires the parser to support DTDs
- supports(String) -
Method in interface javax.security.jacc.PolicyContextHandler
- This public method returns a boolean result indicating whether or
not the handler supports the context object identified by the
(case-sensitive) key value.
- supportsExecuteWithInputAndOutputRecord() -
Method in interface javax.resource.cci.ResourceAdapterMetaData
- Returns true if the implementation class for the Interaction
interface implements public boolean execute(InteractionSpec
ispec, Record input, Record output) method; otherwise the
method returns false.
- supportsExecuteWithInputRecordOnly() -
Method in interface javax.resource.cci.ResourceAdapterMetaData
- Returns true if the implementation class for the Interaction
interface implements public Record execute(InteractionSpec
ispec, Record input) method; otherwise the method returns
false.
- supportsLocalTransactionDemarcation() -
Method in interface javax.resource.cci.ResourceAdapterMetaData
- Returns true if the resource adapter implements the LocalTransaction
interface and supports local transaction demarcation on the
underlying EIS instance through the LocalTransaction interface.
- supportsResultSetType(int) -
Method in interface javax.resource.cci.ResultSetInfo
- Indicates whether or not a resource adapter supports a type
of ResultSet.
- supportsResultTypeConcurrency(int, int) -
Method in interface javax.resource.cci.ResultSetInfo
- Indicates whether or not a resource adapter supports the
concurrency type in combination with the given ResultSet type/
- suspend() -
Method in interface javax.transaction.TransactionManager
- Suspend the transaction currently associated with the calling
thread and return a Transaction object that represents the
transaction context being suspended.
- SYNC_RECEIVE -
Static variable in interface javax.resource.cci.InteractionSpec
- The execution of an Interaction results in a synchronous
receive of an output Record.
- SYNC_SEND -
Static variable in interface javax.resource.cci.InteractionSpec
- Interaction Verb type: The execution of an Interaction does only a
send to the target EIS instance.
- SYNC_SEND_RECEIVE -
Static variable in interface javax.resource.cci.InteractionSpec
- Interaction Verb type: The execution of an Interaction sends a
request to the EIS instance and receives response synchronously.
- Synchronization - Interface in javax.transaction
- The transaction manager supports a synchronization mechanism
that allows the interested party to be notified before and
after the transaction completes.
- SystemException - Exception in javax.transaction
- The SystemException is thrown by the transaction manager to
indicate that it has encountered an unexpected error condition
that prevents future transaction services from proceeding.
- SystemException() -
Constructor for exception javax.transaction.SystemException
-
- SystemException(String) -
Constructor for exception javax.transaction.SystemException
- Create a SystemException with a given string.
- SystemException(int) -
Constructor for exception javax.transaction.SystemException
- Create a SystemException with a given error code.
T
- Table - Annotation Type in javax.persistence
- This annotation specifies the primary table for the annotated
entity.
- TableGenerator - Annotation Type in javax.persistence
- This annotation defines a primary key generator that may be
referenced by name when a generator element is specified for
the
GeneratedValue
annotation. - Tag - Interface in javax.servlet.jsp.tagext
- The interface of a classic tag handler that does not want to manipulate
its body.
- TagAdapter - Class in javax.servlet.jsp.tagext
- Wraps any SimpleTag and exposes it using a Tag interface.
- TagAdapter(SimpleTag) -
Constructor for class javax.servlet.jsp.tagext.TagAdapter
- Creates a new TagAdapter that wraps the given SimpleTag and
returns the parent tag when getParent() is called.
- TagAttributeInfo - Class in javax.servlet.jsp.tagext
- Information on the attributes of a Tag, available at translation time.
- TagAttributeInfo(String, boolean, String, boolean) -
Constructor for class javax.servlet.jsp.tagext.TagAttributeInfo
- Constructor for TagAttributeInfo.
- TagAttributeInfo(String, boolean, String, boolean, boolean) -
Constructor for class javax.servlet.jsp.tagext.TagAttributeInfo
- JSP 2.0 Constructor for TagAttributeInfo.
- TagAttributeInfo(String, boolean, String, boolean, boolean, String, boolean, boolean, String, String) -
Constructor for class javax.servlet.jsp.tagext.TagAttributeInfo
- JSP 2.1 Constructor for TagAttributeInfo.
- TagData - Class in javax.servlet.jsp.tagext
- The (translation-time only) attribute/value information for a tag instance.
- TagData(Object[][]) -
Constructor for class javax.servlet.jsp.tagext.TagData
- Constructor for TagData.
- TagData(Hashtable<String, Object>) -
Constructor for class javax.servlet.jsp.tagext.TagData
- Constructor for a TagData.
- TagExtraInfo - Class in javax.servlet.jsp.tagext
- Optional class provided by the tag library author to describe additional
translation-time information not described in the TLD.
- TagExtraInfo() -
Constructor for class javax.servlet.jsp.tagext.TagExtraInfo
- Sole constructor.
- TagFileInfo - Class in javax.servlet.jsp.tagext
- Tag information for a tag file in a Tag Library;
This class is instantiated from the Tag Library Descriptor file (TLD)
and is available only at translation time.
- TagFileInfo(String, String, TagInfo) -
Constructor for class javax.servlet.jsp.tagext.TagFileInfo
- Constructor for TagFileInfo from data in the JSP 2.0 format for TLD.
- tagFiles -
Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
- An array describing the tag files that are defined in this tag library.
- TagInfo - Class in javax.servlet.jsp.tagext
- Tag information for a tag in a Tag Library;
This class is instantiated from the Tag Library Descriptor file (TLD)
and is available only at translation time.
- TagInfo(String, String, String, String, TagLibraryInfo, TagExtraInfo, TagAttributeInfo[]) -
Constructor for class javax.servlet.jsp.tagext.TagInfo
- Constructor for TagInfo from data in the JSP 1.1 format for TLD.
- TagInfo(String, String, String, String, TagLibraryInfo, TagExtraInfo, TagAttributeInfo[], String, String, String, TagVariableInfo[]) -
Constructor for class javax.servlet.jsp.tagext.TagInfo
- Constructor for TagInfo from data in the JSP 1.2 format for TLD.
- TagInfo(String, String, String, String, TagLibraryInfo, TagExtraInfo, TagAttributeInfo[], String, String, String, TagVariableInfo[], boolean) -
Constructor for class javax.servlet.jsp.tagext.TagInfo
- Constructor for TagInfo from data in the JSP 2.0 format for TLD.
- TagLibraryInfo - Class in javax.servlet.jsp.tagext
- Translation-time information associated with a taglib directive, and its
underlying TLD file.
- TagLibraryInfo(String, String) -
Constructor for class javax.servlet.jsp.tagext.TagLibraryInfo
- Constructor.
- TagLibraryValidator - Class in javax.servlet.jsp.tagext
- Translation-time validator class for a JSP page.
- TagLibraryValidator() -
Constructor for class javax.servlet.jsp.tagext.TagLibraryValidator
- Sole constructor.
- tags -
Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
- An array describing the tags that are defined in this tag library.
- TagSupport - Class in javax.servlet.jsp.tagext
- A base class for defining new tag handlers implementing Tag.
- TagSupport() -
Constructor for class javax.servlet.jsp.tagext.TagSupport
- Default constructor, all subclasses are required to define only
a public constructor with the same signature, and to call the
superclass constructor.
- TagVariableInfo - Class in javax.servlet.jsp.tagext
- Variable information for a tag in a Tag Library;
This class is instantiated from the Tag Library Descriptor file (TLD)
and is available only at translation time.
- TagVariableInfo(String, String, String, boolean, int) -
Constructor for class javax.servlet.jsp.tagext.TagVariableInfo
- Constructor for TagVariableInfo.
- Target - Interface in javax.enterprise.deploy.spi
- A Target interface represents a single logical
core server of one instance of a J2EE platform
product.
- TargetException - Exception in javax.enterprise.deploy.spi.exceptions
- This exception is to report bad target designators.
- TargetException(String) -
Constructor for exception javax.enterprise.deploy.spi.exceptions.TargetException
- Creates an new TargetException object.
- TargetModuleID - Interface in javax.enterprise.deploy.spi
- A TargetModuleID interface represents a unique
identifier for a deployed application module.
- TELEPHONE_NUMBER -
Static variable in interface javax.xml.registry.LifeCycleManager
-
- TelephoneNumber - Interface in javax.xml.registry.infomodel
- A simple re-usable entity class that defines attributes of a telephone number.
- Temporal - Annotation Type in javax.persistence
- This annotation must be specified for persistent fields
or properties of type
Date
and Calendar
. - TemporalType - Enum in javax.persistence
- Type used to indicate a specific mapping of
Date
or Calendar
. - TemporaryQueue - Interface in javax.jms
- A
TemporaryQueue
object is a unique Queue
object
created for the duration of a Connection
. - TemporaryTopic - Interface in javax.jms
- A
TemporaryTopic
object is a unique Topic
object
created for the duration of a Connection
. - term -
Variable in class javax.mail.search.NotTerm
- The search term to negate.
- terms -
Variable in class javax.mail.search.AndTerm
- The array of terms on which the AND operator should be
applied.
- terms -
Variable in class javax.mail.search.OrTerm
- The array of terms on which the OR operator should
be applied.
- Text - Interface in javax.xml.soap
- A representation of a node whose value is text.
- TextMessage - Interface in javax.jms
- A
TextMessage
object is used to send a message containing a
java.lang.String
. - TIME_ID -
Static variable in class javax.faces.convert.DateTimeConverter
- The message identifier of the
FacesMessage
to be created if
the conversion to Time
fails.
- TimedObject - Interface in javax.ejb
- The TimedObject interface contains the callback method that
is used to deliver timer expiration notifications.
- Timeout - Annotation Type in javax.ejb
- Designates a method on a stateless session bean class or
message driven bean class that should receive EJB timer expirations
for that bean.
- Timer - Interface in javax.ejb
- The Timer interface contains information about a timer
that was created through the EJB Timer Service.
- TimerHandle - Interface in javax.ejb
- The TimerHandle interface is implemented by all EJB timer handles.
- TimerService - Interface in javax.ejb
- The TimerService interface provides enterprise bean components
with access to the container-provided Timer Service.
- TimeStatistic - Interface in javax.management.j2ee.statistics
- Specifies standard timing measurements.
- tlibversion -
Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
- The version of the tag library.
- TMENDRSCAN -
Static variable in interface javax.transaction.xa.XAResource
- Ends a recovery scan.
- TMFAIL -
Static variable in interface javax.transaction.xa.XAResource
- Disassociates the caller and marks the transaction branch
rollback-only.
- TMJOIN -
Static variable in interface javax.transaction.xa.XAResource
- Caller is joining existing transaction branch.
- TMNOFLAGS -
Static variable in interface javax.transaction.xa.XAResource
- Use TMNOFLAGS to indicate no flags value is selected.
- TMONEPHASE -
Static variable in interface javax.transaction.xa.XAResource
- Caller is using one-phase optimization.
- TMRESUME -
Static variable in interface javax.transaction.xa.XAResource
- Caller is resuming association with a suspended
transaction branch.
- TMSTARTRSCAN -
Static variable in interface javax.transaction.xa.XAResource
- Starts a recovery scan.
- TMSUCCESS -
Static variable in interface javax.transaction.xa.XAResource
- Disassociates caller from a transaction branch.
- TMSUSPEND -
Static variable in interface javax.transaction.xa.XAResource
- Caller is suspending (not ending) its association with
a transaction branch.
- TO -
Static variable in class javax.mail.Message.RecipientType
- The "To" (primary) recipients.
- Topic - Interface in javax.jms
- A
Topic
object encapsulates a provider-specific topic name. - TopicConnection - Interface in javax.jms
- A
TopicConnection
object is an active connection to a
publish/subscribe JMS provider. - TopicConnectionFactory - Interface in javax.jms
- A client uses a
TopicConnectionFactory
object to create
TopicConnection
objects with a publish/subscribe JMS provider. - TopicPublisher - Interface in javax.jms
- A client uses a
TopicPublisher
object to publish messages on a
topic. - TopicRequestor - Class in javax.jms
- The
TopicRequestor
helper class simplifies
making service requests. - TopicRequestor(TopicSession, Topic) -
Constructor for class javax.jms.TopicRequestor
- Constructor for the
TopicRequestor
class.
- TopicSession - Interface in javax.jms
- A
TopicSession
object provides methods for creating
TopicPublisher
, TopicSubscriber
, and
TemporaryTopic
objects. - TopicSubscriber - Interface in javax.jms
- A client uses a
TopicSubscriber
object to receive messages that
have been published to a topic. - toString() -
Method in class javax.activation.MimeType
- Return the String representation of this object.
- toString() -
Method in class javax.activation.MimeTypeParameterList
- Return a string representation of this object.
- toString() -
Method in class javax.enterprise.deploy.shared.ActionType
- Return the string name of this ActionType or the
integer value if outside the bounds of the table
- toString() -
Method in class javax.enterprise.deploy.shared.CommandType
- Return the string name of this CommandType or the
integer value if outside the bounds of the table
- toString() -
Method in class javax.enterprise.deploy.shared.DConfigBeanVersionType
- Return the string name of this DConfigBeanVersionType or the
integer value if outside the bounds of the table
- toString() -
Method in class javax.enterprise.deploy.shared.ModuleType
- Return the string name of this ModuleType or the
integer value if outside the bounds of the table
- toString() -
Method in class javax.enterprise.deploy.shared.StateType
- Return the string name of this StateType or the
integer value if outside the bounds of the table
- toString() -
Method in interface javax.enterprise.deploy.spi.TargetModuleID
- Retrieve the identifier representing
the deployed module.
- toString() -
Method in class javax.faces.application.FacesMessage.Severity
- Return a String representation of this
FacesMessage.Severity
instance.
- toString() -
Method in class javax.faces.event.PhaseId
- Return a String representation of this
PhaseId
instance.
- toString() -
Method in interface javax.jms.Queue
- Returns a string representation of this object.
- toString() -
Method in interface javax.jms.Topic
- Returns a string representation of this object.
- toString() -
Method in class javax.mail.Address
- Return a String representation of this address object.
- toString() -
Method in class javax.mail.Folder
- override the default toString(), it will return the String
from Folder.getFullName() or if that is null, it will use
the default toString() behavior.
- toString() -
Method in exception javax.mail.internet.AddressException
-
- toString() -
Method in class javax.mail.internet.ContentDisposition
- Retrieve a RFC2045 style string representation of
this ContentDisposition.
- toString() -
Method in class javax.mail.internet.ContentType
- Retrieve a RFC2045 style string representation of
this Content-Type.
- toString() -
Method in class javax.mail.internet.InternetAddress
- Convert this address into a RFC 822 / RFC 2047 encoded address.
- toString(Address[]) -
Static method in class javax.mail.internet.InternetAddress
- Convert the given array of InternetAddress objects into
a comma separated sequence of address strings.
- toString(Address[], int) -
Static method in class javax.mail.internet.InternetAddress
- Convert the given array of InternetAddress objects into
a comma separated sequence of address strings.
- toString() -
Method in class javax.mail.internet.NewsAddress
- Convert this address into a RFC 1036 address.
- toString(Address[]) -
Static method in class javax.mail.internet.NewsAddress
- Convert the given array of NewsAddress objects into
a comma separated sequence of address strings.
- toString() -
Method in class javax.mail.internet.ParameterList
- Convert this ParameterList into a MIME String.
- toString(int) -
Method in class javax.mail.internet.ParameterList
- Convert this ParameterList into a MIME String.
- toString() -
Method in class javax.mail.Message.RecipientType
-
- toString() -
Method in exception javax.mail.MessagingException
- Override toString method to provide information on
nested exceptions.
- toString() -
Method in class javax.mail.Provider
- Overrides Object.toString()
- toString() -
Method in class javax.mail.Provider.Type
-
- toString() -
Method in class javax.mail.Service
- Return
getURLName.toString()
if this service has a URLName,
otherwise it will return the default toString
.
- toString() -
Method in class javax.mail.URLName
- Constructs a string representation of this URLName.
- toString() -
Method in class javax.servlet.jsp.tagext.TagAttributeInfo
- Returns a String representation of this TagAttributeInfo, suitable
for debugging purposes.
- toString() -
Method in class javax.xml.bind.helpers.ValidationEventImpl
- Returns a string representation of this object in a format
helpful to debugging.
- toString() -
Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
- Returns a string representation of this object in a format
helpful to debugging.
- toString() -
Method in exception javax.xml.bind.JAXBException
- Returns a short description of this JAXBException.
- toString() -
Method in exception javax.xml.bind.TypeConstraintException
- Returns a short description of this TypeConstraintException.
- toString() -
Method in interface javax.xml.registry.Query
- Returns the String representing the query.
- toString() -
Method in class javax.xml.rpc.ParameterMode
- Returns a
String
describing this ParameterMode
object.
- toUnicodeString() -
Method in class javax.mail.internet.InternetAddress
- Returns a properly formatted address (RFC 822 syntax) of
Unicode characters.
- toXML() -
Method in interface javax.xml.registry.infomodel.RegistryObject
- Returns a registry provider specific XML representation of this Object.
- Transaction - Interface in javax.transaction
- The Transaction interface allows operations to be performed against
the transaction in the target Transaction object.
- TransactionAttribute - Annotation Type in javax.ejb
- When applied at the TYPE-level, designates the default transaction attribute
for all business methods of the session or message driven bean.
- TransactionAttributeType - Enum in javax.ejb
-
- TransactionInProgressException - Exception in javax.jms
- This exception is thrown when an
operation is invalid because a transaction is in progress.
- TransactionInProgressException(String, String) -
Constructor for exception javax.jms.TransactionInProgressException
- Constructs a
TransactionInProgressException
with the
specified reason and error code.
- TransactionInProgressException(String) -
Constructor for exception javax.jms.TransactionInProgressException
- Constructs a
TransactionInProgressException
with the
specified reason.
- TransactionManagement - Annotation Type in javax.ejb
- Declares whether a session bean or message driven bean has
container managed transactions or bean managed transactions.
- TransactionManagementType - Enum in javax.ejb
-
- TransactionManager - Interface in javax.transaction
- The TransactionManager interface defines the methods that allow an
application server to manage transaction boundaries.
- TransactionRequiredException - Exception in javax.persistence
- Thrown by the persistence provider when a transaction is required but is not
active.
- TransactionRequiredException() -
Constructor for exception javax.persistence.TransactionRequiredException
- Constructs a new
TransactionRequiredException
exception
with null
as its detail message.
- TransactionRequiredException(String) -
Constructor for exception javax.persistence.TransactionRequiredException
- Constructs a new
TransactionRequiredException
exception
with the specified detail message.
- TransactionRequiredException - Exception in javax.transaction
- This exception indicates that a request carried a null transaction context,
but the target object requires an activate transaction.
- TransactionRequiredException() -
Constructor for exception javax.transaction.TransactionRequiredException
-
- TransactionRequiredException(String) -
Constructor for exception javax.transaction.TransactionRequiredException
-
- TransactionRequiredLocalException - Exception in javax.ejb
- This exception indicates that a request carried a null transaction context,
but the target object requires an active transaction.
- TransactionRequiredLocalException() -
Constructor for exception javax.ejb.TransactionRequiredLocalException
- Constructs a TransactionRequiredLocalException with no detail message.
- TransactionRequiredLocalException(String) -
Constructor for exception javax.ejb.TransactionRequiredLocalException
- Constructs an TransactionRequiredLocalException with the specified
detailed message.
- TransactionRolledBackException - Exception in javax.jms
- This exception must be thrown when a
call to
Session.commit
results in a rollback of the current
transaction. - TransactionRolledBackException(String, String) -
Constructor for exception javax.jms.TransactionRolledBackException
- Constructs a
TransactionRolledBackException
with the
specified reason and error code.
- TransactionRolledBackException(String) -
Constructor for exception javax.jms.TransactionRolledBackException
- Constructs a
TransactionRolledBackException
with the
specified reason.
- TransactionRolledbackException - Exception in javax.transaction
- This exception indicates that the transaction associated with processing
of the request has been rolled back, or marked to roll back.
- TransactionRolledbackException() -
Constructor for exception javax.transaction.TransactionRolledbackException
-
- TransactionRolledbackException(String) -
Constructor for exception javax.transaction.TransactionRolledbackException
-
- TransactionRolledbackLocalException - 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.
- TransactionRolledbackLocalException() -
Constructor for exception javax.ejb.TransactionRolledbackLocalException
- Constructs a TransactionRolledbackLocalException with no detail message.
- TransactionRolledbackLocalException(String) -
Constructor for exception javax.ejb.TransactionRolledbackLocalException
- Constructs a TransactionRolledbackLocalException with the specified
detailed message.
- TransactionRolledbackLocalException(String, Exception) -
Constructor for exception javax.ejb.TransactionRolledbackLocalException
- Constructs a TransactionRolledbackLocalException with the specified
detail message and a nested exception.
- TransactionSynchronizationRegistry - Interface in javax.transaction
- This interface is intended for use by system level application server
components such as persistence managers, resource adapters, as well as
EJB and Web application components.
- transform(ClassLoader, String, Class<?>, ProtectionDomain, byte[]) -
Method in interface javax.persistence.spi.ClassTransformer
- Invoked when a class is being loaded or redefined.
- Transient - Annotation Type in javax.persistence
- This annotation specifies that the property or field is
not persistent.
- TRANSPORT -
Static variable in class javax.mail.Provider.Type
-
- Transport - Class in javax.mail
- An abstract class that models a message transport.
- Transport(Session, URLName) -
Constructor for class javax.mail.Transport
- Constructor.
- TransportAdapter - Class in javax.mail.event
- The adapter which receives Transport events.
- TransportAdapter() -
Constructor for class javax.mail.event.TransportAdapter
-
- TransportEvent - Class in javax.mail.event
- This class models Transport events.
- TransportEvent(Transport, int, Address[], Address[], Address[], Message) -
Constructor for class javax.mail.event.TransportEvent
- Constructor.
- TransportListener - Interface in javax.mail.event
- This is the Listener interface for Transport events
- TryCatchFinally - Interface in javax.servlet.jsp.tagext
- The auxiliary interface of a Tag, IterationTag or BodyTag tag
handler that wants additional hooks for managing resources.
- TX_CONCURRENT_WORK_DISALLOWED -
Static variable in exception javax.resource.spi.work.WorkException
- Indicates that concurrent work within a transaction is
disallowed.
- TX_RECREATE_FAILED -
Static variable in exception javax.resource.spi.work.WorkException
- Indicates a failure in recreating the specified transaction context.
- TYPE -
Static variable in class javax.el.ELResolver
- The attribute name of the named attribute in the
FeatureDescriptor
that specifies the runtime type of
the variable or property.
- type -
Variable in class javax.mail.event.ConnectionEvent
- The event type.
- type -
Variable in class javax.mail.event.FolderEvent
- The event type.
- type -
Variable in class javax.mail.event.MessageChangedEvent
- The event type.
- type -
Variable in class javax.mail.event.MessageCountEvent
- The event type.
- type -
Variable in class javax.mail.event.StoreEvent
- The event type.
- type -
Variable in class javax.mail.event.TransportEvent
- The event type.
- type -
Variable in class javax.mail.Message.RecipientType
- The type of recipient, usually the name of a corresponding
Internet standard header.
- type -
Variable in class javax.mail.search.RecipientTerm
- The recipient type.
- TYPE_MESSAGE_ID -
Static variable in class javax.faces.validator.DoubleRangeValidator
- The message identifier of the
FacesMessage
to be created if the current value of this component is not of the
correct type.
- TYPE_MESSAGE_ID -
Static variable in class javax.faces.validator.LongRangeValidator
- The message identifier of the
FacesMessage
to be created if
the current value of this component is not of the correct type.
- TypeConstraintException - Exception in javax.xml.bind
- This exception indicates that a violation of a dynamically checked type
constraint was detected.
- TypeConstraintException(String) -
Constructor for exception javax.xml.bind.TypeConstraintException
- Construct a TypeConstraintException with the specified detail message.
- TypeConstraintException(String, String) -
Constructor for exception javax.xml.bind.TypeConstraintException
- Construct a TypeConstraintException with the specified detail message and vendor
specific errorCode.
- TypeConstraintException(Throwable) -
Constructor for exception javax.xml.bind.TypeConstraintException
- Construct a TypeConstraintException with a linkedException.
- TypeConstraintException(String, Throwable) -
Constructor for exception javax.xml.bind.TypeConstraintException
- Construct a TypeConstraintException with the specified detail message and
linkedException.
- TypeConstraintException(String, String, Throwable) -
Constructor for exception javax.xml.bind.TypeConstraintException
- Construct a TypeConstraintException with the specified detail message,
vendor specific errorCode, and linkedException.
- TypeMapping - Interface in javax.xml.rpc.encoding
- The
javax.xml.rpc.encoding.TypeMapping
is the base
interface for the representation of a type mapping. - TypeMappingRegistry - Interface in javax.xml.rpc.encoding
- The interface
javax.xml.rpc.encoding.TypeMappingRegistry
defines a registry of TypeMapping instances for various encoding
styles.
U
- UIColumn - Class in javax.faces.component
- UIColumn is a
UIComponent
that represents
a single column of data within a parent UIData
component. - UIColumn() -
Constructor for class javax.faces.component.UIColumn
- Create a new
UIColumn
instance with default property
values.
- UICommand - Class in javax.faces.component
- UICommand is a
UIComponent
that represents
a user interface component which, when activated by the user, triggers
an application specific "command" or "action". - UICommand() -
Constructor for class javax.faces.component.UICommand
- Create a new
UICommand
instance with default property
values.
- UIComponent - Class in javax.faces.component
- UIComponent is the base class for all user interface
components in JavaServer Faces.
- UIComponent() -
Constructor for class javax.faces.component.UIComponent
-
- UIComponentBase - Class in javax.faces.component
- UIComponentBase is a convenience base class that
implements the default concrete behavior of all methods defined by
UIComponent
. - UIComponentBase() -
Constructor for class javax.faces.component.UIComponentBase
-
- UIComponentBodyTag - Class in javax.faces.webapp
- Deprecated. All component tags now implement
BodyTag
.
This class has been replaced by UIComponentELTag
. - UIComponentBodyTag() -
Constructor for class javax.faces.webapp.UIComponentBodyTag
- Deprecated.
- UIComponentClassicTagBase - Class in javax.faces.webapp
UIComponentTagBase
is the base class
for all JSP tags that use the "classic" JSP tag interface that
correspond to a UIComponent
instance in
the view.- UIComponentClassicTagBase() -
Constructor for class javax.faces.webapp.UIComponentClassicTagBase
-
- UIComponentELTag - Class in javax.faces.webapp
UIComponentELTag
specializes its superclass to allow for
properties that take their values from EL API expressions.- UIComponentELTag() -
Constructor for class javax.faces.webapp.UIComponentELTag
-
- UIComponentTag - Class in javax.faces.webapp
- Deprecated. Use of this class has been replaced with
UIComponentELTag
, which extends
UIComponentClassicTagBase
to add properties that use the
EL API introduced as part of JSP 2.1. - UIComponentTag() -
Constructor for class javax.faces.webapp.UIComponentTag
- Deprecated.
- UIComponentTagBase - Class in javax.faces.webapp
UIComponentTagBase
is the base class
for all JSP tags that correspond to a UIComponent
instance in the view.- UIComponentTagBase() -
Constructor for class javax.faces.webapp.UIComponentTagBase
-
- UID -
Static variable in class javax.mail.UIDFolder.FetchProfileItem
- UID is a fetch profile item that can be included in a
FetchProfile
during a fetch request to a Folder.
- UIData - Class in javax.faces.component
- UIData is a
UIComponent
that supports
data binding to a collection of data objects represented by a
DataModel
instance, which is the current value of this component
itself (typically established via a ValueExpression
). - UIData() -
Constructor for class javax.faces.component.UIData
- Create a new
UIData
instance with default property
values.
- UIDFolder - Interface in javax.mail
- The
UIDFolder
interface is implemented by Folders
that can support the "disconnected" mode of operation, by providing
unique-ids for messages in the folder. - UIDFolder.FetchProfileItem - Class in javax.mail
- A fetch profile item for fetching UIDs.
- UIDFolder.FetchProfileItem(String) -
Constructor for class javax.mail.UIDFolder.FetchProfileItem
-
- UIForm - Class in javax.faces.component
- UIForm is a
UIComponent
that represents an
input form to be presented to the user, and whose child components represent
(among other things) the input fields to be included when the form is
submitted. - UIForm() -
Constructor for class javax.faces.component.UIForm
- Create a new
UIForm
instance with default property
values.
- UIGraphic - Class in javax.faces.component
- UIGraphic is a
UIComponent
that displays
a graphical image to the user. - UIGraphic() -
Constructor for class javax.faces.component.UIGraphic
- Create a new
UIGraphic
instance with default property
values.
- UIInput - Class in javax.faces.component
- UIInput is a
UIComponent
that represents
a component that both displays output to the user (like
UIOutput
components do) and processes request parameters on the
subsequent request that need to be decoded. - UIInput() -
Constructor for class javax.faces.component.UIInput
- Create a new
UIInput
instance with default property
values.
- UIMessage - Class in javax.faces.component
- This component is responsible for displaying messages for a specific
UIComponent
, identified by a clientId
. - UIMessage() -
Constructor for class javax.faces.component.UIMessage
- Create a new
UIMessage
instance with default property
values.
- UIMessages - Class in javax.faces.component
- The renderer for this component is responsible for obtaining the
messages from the
FacesContext
and displaying them to the
user. - UIMessages() -
Constructor for class javax.faces.component.UIMessages
- Create a new
UIMessages
instance with default property
values.
- UINamingContainer - Class in javax.faces.component
- UINamingContainer is a convenience base class for
components that wish to implement
NamingContainer
functionality. - UINamingContainer() -
Constructor for class javax.faces.component.UINamingContainer
- Create a new
UINamingContainer
instance with default property
values.
- UIOutput - Class in javax.faces.component
- UIOutput is a
UIComponent
that has a
value, optionally retrieved from a model tier bean via a value
expression, that is displayed to the user. - UIOutput() -
Constructor for class javax.faces.component.UIOutput
- Create a new
UIOutput
instance with default property
values.
- UIPanel - Class in javax.faces.component
- UIPanel is a
UIComponent
that manages the
layout of its child components. - UIPanel() -
Constructor for class javax.faces.component.UIPanel
- Create a new
UIPanel
instance with default property
values.
- UIParameter - Class in javax.faces.component
- UIParameter is a
UIComponent
that represents
an optionally named configuration parameter for a parent component. - UIParameter() -
Constructor for class javax.faces.component.UIParameter
- Create a new
UIParameter
instance with default property
values.
- UISelectBoolean - Class in javax.faces.component
- UISelectBoolean is a
UIComponent
that
represents a single boolean (true
or false
) value. - UISelectBoolean() -
Constructor for class javax.faces.component.UISelectBoolean
- Create a new
UISelectBoolean
instance with default
property values.
- UISelectItem - Class in javax.faces.component
- UISelectItem is a component that may be nested
inside a
UISelectMany
or UISelectOne
component, and
causes the addition of a SelectItem
instance to the list of
available options for the parent component. - UISelectItem() -
Constructor for class javax.faces.component.UISelectItem
- Create a new
UISelectItem
instance with default property
values.
- UISelectItems - Class in javax.faces.component
- UISelectItems is a component that may be nested
inside a
UISelectMany
or UISelectOne
component, and
causes the addition of one or more SelectItem
instances to the
list of available options in the parent component. - UISelectItems() -
Constructor for class javax.faces.component.UISelectItems
- Create a new
UISelectItems
instance with default property
values.
- UISelectMany - Class in javax.faces.component
- UISelectMany is a
UIComponent
that represents
the user's choice of a zero or more items from among a discrete set of
available options. - UISelectMany() -
Constructor for class javax.faces.component.UISelectMany
- Create a new
UISelectMany
instance with default property
values.
- UISelectOne - Class in javax.faces.component
- UISelectOne is a
UIComponent
that represents
the user's choice of zero or one items from among a discrete set of
available options. - UISelectOne() -
Constructor for class javax.faces.component.UISelectOne
- Create a new
UISelectOne
instance with default property
values.
- UIViewRoot - Class in javax.faces.component
- UIViewRoot is the UIComponent that represents the
root of the UIComponent tree.
- UIViewRoot() -
Constructor for class javax.faces.component.UIViewRoot
- Create a new
UIViewRoot
instance with default property
values.
- UnavailableException - Exception in javax.resource.spi
- This is thrown to indicate that a service is unavailable.
- UnavailableException() -
Constructor for exception javax.resource.spi.UnavailableException
- Constructs a new instance with null as its detail message.
- UnavailableException(String) -
Constructor for exception javax.resource.spi.UnavailableException
- Constructs a new instance with the specified detail message.
- UnavailableException(Throwable) -
Constructor for exception javax.resource.spi.UnavailableException
- Constructs a new throwable with the specified cause.
- UnavailableException(String, Throwable) -
Constructor for exception javax.resource.spi.UnavailableException
- Constructs a new throwable with the specified detail message and cause.
- UnavailableException(String, String) -
Constructor for exception javax.resource.spi.UnavailableException
- Constructs a new throwable with the specified detail message and
an error code.
- UnavailableException - Exception in javax.servlet
- Defines an exception that a servlet or filter throws to indicate
that it is permanently or temporarily unavailable.
- UnavailableException(Servlet, String) -
Constructor for exception javax.servlet.UnavailableException
- Deprecated. As of Java Servlet API 2.2, use
UnavailableException.UnavailableException(String)
instead.
- UnavailableException(int, Servlet, String) -
Constructor for exception javax.servlet.UnavailableException
- Deprecated. As of Java Servlet API 2.2, use
UnavailableException.UnavailableException(String, int)
instead.
- UnavailableException(String) -
Constructor for exception javax.servlet.UnavailableException
- Constructs a new exception with a descriptive
message indicating that the servlet is permanently
unavailable.
- UnavailableException(String, int) -
Constructor for exception javax.servlet.UnavailableException
- Constructs a new exception with a descriptive message
indicating that the servlet is temporarily unavailable
and giving an estimate of how long it will be unavailable.
- UNBOUNDED_BUFFER -
Static variable in class javax.servlet.jsp.JspWriter
- Constant indicating that the Writer is buffered and is unbounded; this
is used in BodyContent.
- unConfirmAssociation(Association) -
Method in interface javax.xml.registry.BusinessLifeCycleManager
- Undoes a previous confirmation of this Association by the User associated with the caller.
- UNDEFINED -
Static variable in exception javax.resource.spi.work.WorkException
- Undefined error code.
- UNDEPLOY -
Static variable in class javax.enterprise.deploy.shared.CommandType
- The DeploymentManger action operation being processed is undeploy.
- undeploy(TargetModuleID[]) -
Method in interface javax.enterprise.deploy.spi.DeploymentManager
- Remove the application from the target server.
- unDeprecateObjects(Collection) -
Method in interface javax.xml.registry.LifeCycleManager
- Undeprecates one or more previously deprecated objects.
- UnexpectedObjectException - Exception in javax.xml.registry
- This exception is thrown when the JAXR provider finds a Object that is
out-of-place or of the wrong type within the context of a user request.
- UnexpectedObjectException() -
Constructor for exception javax.xml.registry.UnexpectedObjectException
- Constructs a
JAXRException
object with no
reason or embedded Throwable.
- UnexpectedObjectException(String) -
Constructor for exception javax.xml.registry.UnexpectedObjectException
- Constructs a
JAXRException
object with the given
String
as the reason for the exception being thrown.
- UnexpectedObjectException(String, Throwable) -
Constructor for exception javax.xml.registry.UnexpectedObjectException
- 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.
- UnexpectedObjectException(Throwable) -
Constructor for exception javax.xml.registry.UnexpectedObjectException
- Constructs a
JAXRException
object initialized
with the given Throwable
object.
- unfold(String) -
Static method in class javax.mail.internet.MimeUtility
- Unfold a folded header.
- UNIQUE_ID_PREFIX -
Static variable in class javax.faces.component.UIViewRoot
- The prefix that will be used for identifiers generated
by the
createUniqueId()
method.
- UNIQUE_ID_PREFIX -
Static variable in class javax.faces.webapp.UIComponentClassicTagBase
- Used as the prefix for ids.
- UniqueConstraint - Annotation Type in javax.persistence
- This annotation is used to specify that a unique constraint
is to be included in the generated DDL for a primary or secondary table.
- UNKNOWN -
Static variable in interface javax.resource.spi.work.WorkManager
- A constant to indicate an unknown start delay duration or other unknown
values.
- unmarshal(String) -
Method in class javax.xml.bind.annotation.adapters.CollapsedStringAdapter
- Removes leading and trailing whitespaces of the string
given as the parameter, then truncate any
sequnce of tab, CR, LF, and SP by a single whitespace character ' '.
- unmarshal(String) -
Method in class javax.xml.bind.annotation.adapters.HexBinaryAdapter
-
- unmarshal(String) -
Method in class javax.xml.bind.annotation.adapters.NormalizedStringAdapter
- Removes leading and trailing whitespaces of the string
given as the parameter, then replace
any tab, CR, and LF by a whitespace character ' '.
- unmarshal(ValueType) -
Method in class javax.xml.bind.annotation.adapters.XmlAdapter
- Convert a value type to a bound type.
- unmarshal(XmlNode) -
Method in class javax.xml.bind.Binder
- Unmarshal XML infoset view to a JAXB object tree.
- unmarshal(XmlNode, Class<T>) -
Method in class javax.xml.bind.Binder
- Unmarshal XML root element by provided declaredType
to a JAXB object tree.
- unmarshal(Source) -
Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
- unmarshal(XMLReader, InputSource) -
Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- Unmarshals an object by using the specified XMLReader and the InputSource.
- unmarshal(InputSource) -
Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
- unmarshal(URL) -
Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
- unmarshal(File) -
Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
- unmarshal(InputStream) -
Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
- unmarshal(Reader) -
Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
- unmarshal(XMLEventReader) -
Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
- unmarshal(XMLStreamReader) -
Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
- unmarshal(Node, Class<T>) -
Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
- unmarshal(Source, Class<T>) -
Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
- unmarshal(XMLStreamReader, Class<T>) -
Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
- unmarshal(XMLEventReader, Class<T>) -
Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
- unmarshal(File) -
Method in interface javax.xml.bind.Unmarshaller
- Unmarshal XML data from the specified file and return the resulting
content tree.
- unmarshal(InputStream) -
Method in interface javax.xml.bind.Unmarshaller
- Unmarshal XML data from the specified InputStream and return the
resulting content tree.
- unmarshal(Reader) -
Method in interface javax.xml.bind.Unmarshaller
- Unmarshal XML data from the specified Reader and return the
resulting content tree.
- unmarshal(URL) -
Method in interface javax.xml.bind.Unmarshaller
- Unmarshal XML data from the specified URL and return the resulting
content tree.
- unmarshal(InputSource) -
Method in interface javax.xml.bind.Unmarshaller
- Unmarshal XML data from the specified SAX InputSource and return the
resulting content tree.
- unmarshal(Node) -
Method in interface javax.xml.bind.Unmarshaller
- Unmarshal global XML data from the specified DOM tree and return the resulting
content tree.
- unmarshal(Node, Class<T>) -
Method in interface javax.xml.bind.Unmarshaller
- Unmarshal XML data by JAXB mapped declaredType
and return the resulting content tree.
- unmarshal(Source) -
Method in interface javax.xml.bind.Unmarshaller
- Unmarshal XML data from the specified XML Source and return the
resulting content tree.
- unmarshal(Source, Class<T>) -
Method in interface javax.xml.bind.Unmarshaller
- Unmarshal XML data from the specified XML Source by declaredType and return the
resulting content tree.
- unmarshal(XMLStreamReader) -
Method in interface javax.xml.bind.Unmarshaller
- Unmarshal XML data from the specified pull parser and return the
resulting content tree.
- unmarshal(XMLStreamReader, Class<T>) -
Method in interface javax.xml.bind.Unmarshaller
- Unmarshal root element to JAXB mapped declaredType
and return the resulting content tree.
- unmarshal(XMLEventReader) -
Method in interface javax.xml.bind.Unmarshaller
- Unmarshal XML data from the specified pull parser and return the
resulting content tree.
- unmarshal(XMLEventReader, Class<T>) -
Method in interface javax.xml.bind.Unmarshaller
- Unmarshal root element to JAXB mapped declaredType
and return the resulting content tree.
- UnmarshalException - Exception in javax.xml.bind
- This exception indicates that an error has occurred while performing
an unmarshal operation that prevents the JAXB Provider from completing
the operation.
- UnmarshalException(String) -
Constructor for exception javax.xml.bind.UnmarshalException
- Construct an UnmarshalException with the specified detail message.
- UnmarshalException(String, String) -
Constructor for exception javax.xml.bind.UnmarshalException
- Construct an UnmarshalException with the specified detail message and vendor
specific errorCode.
- UnmarshalException(Throwable) -
Constructor for exception javax.xml.bind.UnmarshalException
- Construct an UnmarshalException with a linkedException.
- UnmarshalException(String, Throwable) -
Constructor for exception javax.xml.bind.UnmarshalException
- Construct an UnmarshalException with the specified detail message and
linkedException.
- UnmarshalException(String, String, Throwable) -
Constructor for exception javax.xml.bind.UnmarshalException
- Construct an UnmarshalException with the specified detail message, vendor
specific errorCode, and linkedException.
- Unmarshaller - Interface in javax.xml.bind
- The Unmarshaller class governs the process of deserializing XML
data into newly created Java content trees, optionally validating the XML
data as it is unmarshalled.
- Unmarshaller.Listener - Class in javax.xml.bind
-
Register an instance of an implementation of this class with
Unmarshaller
to externally listen
for unmarshal events. - Unmarshaller.Listener() -
Constructor for class javax.xml.bind.Unmarshaller.Listener
-
- UnmarshallerHandler - Interface in javax.xml.bind
- Unmarshaller implemented as SAX ContentHandler.
- unregisterTypeMapping(String) -
Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
- Unregisters a TypeMapping instance, if present, from the
specified encodingStyleURI.
- unsetEntityContext() -
Method in interface javax.ejb.EntityBean
- Unset the associated entity context.
- unsubscribe(String) -
Method in interface javax.jms.Session
- Unsubscribes a durable subscription that has been created by a client.
- unsubscribe(String) -
Method in interface javax.jms.TopicSession
- Unsubscribes a durable subscription that has been created by a client.
- UnsupportedCapabilityException - Exception in javax.xml.registry
- This exception must be thrown when a JAXR client attempts to invoke an API method
that is not supported by the capability profile that is supported by the
JAXR provider.
- UnsupportedCapabilityException() -
Constructor for exception javax.xml.registry.UnsupportedCapabilityException
- Constructs a
JAXRException
object with no
reason or embedded Throwable.
- UnsupportedCapabilityException(String) -
Constructor for exception javax.xml.registry.UnsupportedCapabilityException
- Constructs a
JAXRException
object with the given
String
as the reason for the exception being thrown.
- UnsupportedCapabilityException(String, Throwable) -
Constructor for exception javax.xml.registry.UnsupportedCapabilityException
- 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.
- UnsupportedCapabilityException(Throwable) -
Constructor for exception javax.xml.registry.UnsupportedCapabilityException
- Constructs a
JAXRException
object initialized
with the given Throwable
object.
- UnsupportedDataTypeException - Exception in javax.activation
- Signals that the requested operation does not support the
requested data type.
- UnsupportedDataTypeException() -
Constructor for exception javax.activation.UnsupportedDataTypeException
- Constructs an UnsupportedDataTypeException with no detail
message.
- UnsupportedDataTypeException(String) -
Constructor for exception javax.activation.UnsupportedDataTypeException
- Constructs an UnsupportedDataTypeException with the specified
message.
- UPDATE_MESSAGE_ID -
Static variable in class javax.faces.component.UIInput
- The message identifier of the
FacesMessage
to be created if
a model update error occurs, and the thrown exception has
no message.
- UPDATE_MODEL_VALUES -
Static variable in class javax.faces.event.PhaseId
- Identifier that indicates an interest in events queued for
the Update Model Values phase of the request
processing lifecycle.
- updateHeaders() -
Method in class javax.mail.internet.MimeBodyPart
- Examine the content of this body part and update the appropriate
MIME headers.
- updateHeaders() -
Method in class javax.mail.internet.MimeMessage
- Called by the
saveChanges
method to actually
update the MIME headers.
- updateHeaders() -
Method in class javax.mail.internet.MimeMultipart
- Update headers.
- updateHeaders() -
Method in class javax.mail.internet.PreencodedMimeBodyPart
- Force the
Content-Transfer-Encoding
header to use
the encoding that was specified when this object was created.
- updateJAXB(XmlNode) -
Method in class javax.xml.bind.Binder
- Takes an XML node and updates its associated JAXB object and its descendants.
- updateMessageID() -
Method in class javax.mail.internet.MimeMessage
- Update the Message-ID header.
- updateModel(FacesContext) -
Method in class javax.faces.component.UIInput
- Perform the following algorithm to update the model data
associated with this
UIInput
, if any, as appropriate.
- updatesAreDetected(int) -
Method in interface javax.resource.cci.ResultSetInfo
- Indicates whether or not a visible row update can be detected
by calling the method
ResultSet.rowUpdated
.
- updateXML(Object) -
Method in class javax.xml.bind.Binder
- Takes an JAXB object and updates
its associated XML node and its descendants.
- updateXML(Object, XmlNode) -
Method in class javax.xml.bind.Binder
- Changes in JAXB object tree are updated in its associated XML parse tree.
- uri -
Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
- The value of the uri attribute from the taglib directive for
this library.
- URI_NS_SOAP_1_1_ENVELOPE -
Static variable in interface javax.xml.soap.SOAPConstants
- The namespace identifier for the SOAP 1.1 envelope.
- URI_NS_SOAP_1_2_ENCODING -
Static variable in interface javax.xml.soap.SOAPConstants
- The namespace identifier for the SOAP 1.2 encoding.
- URI_NS_SOAP_1_2_ENVELOPE -
Static variable in interface javax.xml.soap.SOAPConstants
- The namespace identifier for the SOAP 1.2 envelope.
- URI_NS_SOAP_ENCODING -
Static variable in interface javax.xml.soap.SOAPConstants
- The namespace identifier for the SOAP 1.1 encoding.
- URI_NS_SOAP_ENVELOPE -
Static variable in interface javax.xml.soap.SOAPConstants
- The namespace identifier for the SOAP 1.1 envelope, All SOAPElements in this
namespace are defined by the SOAP 1.1 specification.
- URI_SOAP_1_2_ROLE_NEXT -
Static variable in interface javax.xml.soap.SOAPConstants
- The URI identifying the next application processing a SOAP request as the intended
role for a SOAP 1.2 header entry (see section 2.2 of part 1 of the SOAP 1.2
specification).
- URI_SOAP_1_2_ROLE_NONE -
Static variable in interface javax.xml.soap.SOAPConstants
- The URI specifying the role None in SOAP 1.2.
- URI_SOAP_1_2_ROLE_ULTIMATE_RECEIVER -
Static variable in interface javax.xml.soap.SOAPConstants
- The URI identifying the ultimate receiver of the SOAP 1.2 message.
- URI_SOAP_ACTOR_NEXT -
Static variable in interface javax.xml.soap.SOAPConstants
- The URI identifying the next application processing a SOAP request as the intended
actor for a SOAP 1.1 header entry (see section 4.2.2 of the SOAP 1.1 specification).
- URIValidator - Interface in javax.xml.registry.infomodel
- Defines common behavior expected of any class that validates URIs.
- url -
Variable in class javax.mail.Service
- The
URLName
of this service.
- URLDataSource - Class in javax.activation
- The URLDataSource class provides an object that wraps a
URL
object in a DataSource interface. - URLDataSource(URL) -
Constructor for class javax.activation.URLDataSource
- URLDataSource constructor.
- URLName - Class in javax.mail
- The name of a URL.
- URLName(String, String, int, String, String, String) -
Constructor for class javax.mail.URLName
- Creates a URLName object from the specified protocol,
host, port number, file, username, and password.
- URLName(URL) -
Constructor for class javax.mail.URLName
- Construct a URLName from a java.net.URL object.
- URLName(String) -
Constructor for class javax.mail.URLName
- Construct a URLName from the string.
- URLStats - Interface in javax.management.j2ee.statistics
- Specifies the statistics provided by a URL resource.
- urn -
Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
- The "reliable" URN indicated in the TLD.
- usage -
Variable in class javax.mail.Quota.Resource
- The current usage of the resource.
- USER -
Static variable in class javax.mail.Flags.Flag
- A special flag that indicates that this folder supports
user defined flags.
- User - Interface in javax.xml.registry.infomodel
- User instances are RegistryObjects that are used to provide information about registered users within the registry.
- USER -
Static variable in interface javax.xml.registry.LifeCycleManager
-
- USERNAME_PROPERTY -
Static variable in interface javax.xml.rpc.Call
- Standard property: User name for authentication
Type:
java.lang.String
- USERNAME_PROPERTY -
Static variable in interface javax.xml.rpc.Stub
- Standard property: User name for authentication.
- USERNAME_PROPERTY -
Static variable in interface javax.xml.ws.BindingProvider
- Standard property: User name for authentication.
- UserTransaction - Interface in javax.transaction
- The UserTransaction interface defines the methods that allow an
application to explicitly manage transaction boundaries.
V
- V1_3 -
Static variable in class javax.enterprise.deploy.shared.DConfigBeanVersionType
- J2EE Platform version 1.3
- V1_3_1 -
Static variable in class javax.enterprise.deploy.shared.DConfigBeanVersionType
- J2EE Platform version 1.3.1
THIS CONSTANT SHOULD NEVER BE USED.
- V1_4 -
Static variable in class javax.enterprise.deploy.shared.DConfigBeanVersionType
- J2EE Platform version 1.4
- V5 -
Static variable in class javax.enterprise.deploy.shared.DConfigBeanVersionType
- Java EE Platform version 5
- validate(FacesContext) -
Method in class javax.faces.component.UIInput
- Perform the following algorithm to validate the local value of
this
UIInput
.
- validate(FacesContext, UIComponent, Object) -
Method in class javax.faces.validator.DoubleRangeValidator
-
- validate(FacesContext, UIComponent, Object) -
Method in class javax.faces.validator.LengthValidator
-
- validate(FacesContext, UIComponent, Object) -
Method in class javax.faces.validator.LongRangeValidator
-
- validate(FacesContext, UIComponent, Object) -
Method in class javax.faces.validator.MethodExpressionValidator
-
- validate(FacesContext, UIComponent, Object) -
Method in interface javax.faces.validator.Validator
- Perform the correctness checks implemented by this
Validator
against the specified UIComponent
.
- validate() -
Method in class javax.mail.internet.InternetAddress
- Validate that this address conforms to the syntax rules of
RFC 822.
- validate() -
Method in interface javax.resource.spi.ActivationSpec
- This method may be called by a deployment tool to validate the overall
activation configuration information provided by the endpoint deployer.
- validate(TagData) -
Method in class javax.servlet.jsp.tagext.TagExtraInfo
- Translation-time validation of the attributes.
- validate(TagData) -
Method in class javax.servlet.jsp.tagext.TagInfo
- Translation-time validation of the attributes.
- validate(String, String, PageData) -
Method in class javax.servlet.jsp.tagext.TagLibraryValidator
- Validate a JSP page.
- validate(Object) -
Method in interface javax.xml.bind.Validator
- Deprecated. since JAXB2.0
- validateRoot(Object) -
Method in interface javax.xml.bind.Validator
- Deprecated. since JAXB2.0
- validateValue(FacesContext, Object) -
Method in class javax.faces.component.UIInput
- Set the "valid" property according to the below algorithm.
- validateValue(FacesContext, Object) -
Method in class javax.faces.component.UISelectMany
- In addition to the standard validation behavior inherited from
UIInput
, ensure that any specified values are equal to one of
the available options.
- validateValue(FacesContext, Object) -
Method in class javax.faces.component.UISelectOne
- In addition to the standard validation behavior inherited from
UIInput
, ensure that any specified value is equal to one of
the available options.
- validating -
Variable in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- whether or not the unmarshaller will validate
- ValidatingManagedConnectionFactory - Interface in javax.resource.spi
- This interface is implemented by a
ManagedConnectionFactory
instance that supports the ability to validate
ManagedConnection
objects. - ValidationEvent - Interface in javax.xml.bind
- This event indicates that a problem was encountered while validating the
incoming XML data during an unmarshal operation, while performing
on-demand validation of the Java content tree, or while marshalling the
Java content tree back to XML data.
- ValidationEventCollector - Class in javax.xml.bind.util
ValidationEventHandler
implementation that collects all events.- ValidationEventCollector() -
Constructor for class javax.xml.bind.util.ValidationEventCollector
-
- ValidationEventHandler - Interface in javax.xml.bind
- A basic event handler interface for validation errors.
- ValidationEventImpl - Class in javax.xml.bind.helpers
- Default implementation of the ValidationEvent interface.
- ValidationEventImpl(int, String, ValidationEventLocator) -
Constructor for class javax.xml.bind.helpers.ValidationEventImpl
- Create a new ValidationEventImpl.
- ValidationEventImpl(int, String, ValidationEventLocator, Throwable) -
Constructor for class javax.xml.bind.helpers.ValidationEventImpl
- Create a new ValidationEventImpl.
- ValidationEventLocator - Interface in javax.xml.bind
- Encapsulate the location of a ValidationEvent.
- ValidationEventLocatorImpl - Class in javax.xml.bind.helpers
- Default implementation of the ValidationEventLocator interface.
- ValidationEventLocatorImpl() -
Constructor for class javax.xml.bind.helpers.ValidationEventLocatorImpl
- Creates an object with all fields unavailable.
- ValidationEventLocatorImpl(Locator) -
Constructor for class javax.xml.bind.helpers.ValidationEventLocatorImpl
- Constructs an object from an org.xml.sax.Locator.
- ValidationEventLocatorImpl(SAXParseException) -
Constructor for class javax.xml.bind.helpers.ValidationEventLocatorImpl
- Constructs an object from the location information of a SAXParseException.
- ValidationEventLocatorImpl(Node) -
Constructor for class javax.xml.bind.helpers.ValidationEventLocatorImpl
- Constructs an object that points to a DOM Node.
- ValidationEventLocatorImpl(Object) -
Constructor for class javax.xml.bind.helpers.ValidationEventLocatorImpl
- Constructs an object that points to a JAXB content object.
- ValidationException - Exception in javax.xml.bind
- This exception indicates that an error has occurred while performing
a validate operation.
- ValidationException(String) -
Constructor for exception javax.xml.bind.ValidationException
- Construct an ValidationException with the specified detail message.
- ValidationException(String, String) -
Constructor for exception javax.xml.bind.ValidationException
- Construct an ValidationException with the specified detail message and vendor
specific errorCode.
- ValidationException(Throwable) -
Constructor for exception javax.xml.bind.ValidationException
- Construct an ValidationException with a linkedException.
- ValidationException(String, Throwable) -
Constructor for exception javax.xml.bind.ValidationException
- Construct an ValidationException with the specified detail message and
linkedException.
- ValidationException(String, String, Throwable) -
Constructor for exception javax.xml.bind.ValidationException
- Construct an ValidationException with the specified detail message, vendor
specific errorCode, and linkedException.
- ValidationMessage - Class in javax.servlet.jsp.tagext
- A validation message from either TagLibraryValidator or TagExtraInfo.
- ValidationMessage(String, String) -
Constructor for class javax.servlet.jsp.tagext.ValidationMessage
- Create a ValidationMessage.
- Validator - Interface in javax.faces.validator
- A Validator implementation is a class that can
perform validation (correctness checks) on a
EditableValueHolder
. - Validator - Interface in javax.xml.bind
- Deprecated. since JAXB 2.0
- VALIDATOR_ID -
Static variable in class javax.faces.validator.DoubleRangeValidator
- The standard converter id for this converter.
- VALIDATOR_ID -
Static variable in class javax.faces.validator.LengthValidator
- The standard validator id for this validator.
- VALIDATOR_ID -
Static variable in class javax.faces.validator.LongRangeValidator
- The standard converter id for this converter.
- ValidatorELTag - Class in javax.faces.webapp
- ValidatorELTag is a base class for all JSP custom actions
that create and register a
Validator
instance on the
EditableValueHolder
associated with our most immediate surrounding instance
of a tag whose implementation class is a subclass of UIComponentTag
. - ValidatorELTag() -
Constructor for class javax.faces.webapp.ValidatorELTag
-
- ValidatorException - Exception in javax.faces.validator
- A ValidatorException is an exception
thrown by the
validate()
method of a
Validator
to indicate that validation failed. - ValidatorException(FacesMessage) -
Constructor for exception javax.faces.validator.ValidatorException
- Construct a new exception with the specified message and
no root cause.
- ValidatorException(FacesMessage, Throwable) -
Constructor for exception javax.faces.validator.ValidatorException
- Construct a new exception with the specified detail message and
root cause.
- ValidatorTag - Class in javax.faces.webapp
- Deprecated. This has been partially replaced by
ValidatorELTag
. The remainder of the functionality, namely, the
binding facility and the implementation of the ValidatorTag.createValidator()
method, is now an implementation detail. - ValidatorTag() -
Constructor for class javax.faces.webapp.ValidatorTag
- Deprecated.
- validSent -
Variable in class javax.mail.event.TransportEvent
-
- validSent -
Variable in exception javax.mail.SendFailedException
-
- validUnsent -
Variable in class javax.mail.event.TransportEvent
-
- validUnsent -
Variable in exception javax.mail.SendFailedException
-
- value -
Variable in class javax.mail.Header
- The value of the header.
- value -
Variable in class javax.xml.bind.JAXBElement
- xml element value.
- value -
Variable in class javax.xml.rpc.holders.BigDecimalHolder
-
- value -
Variable in class javax.xml.rpc.holders.BigIntegerHolder
-
- value -
Variable in class javax.xml.rpc.holders.BooleanHolder
-
- value -
Variable in class javax.xml.rpc.holders.BooleanWrapperHolder
-
- value -
Variable in class javax.xml.rpc.holders.ByteArrayHolder
-
- value -
Variable in class javax.xml.rpc.holders.ByteHolder
-
- value -
Variable in class javax.xml.rpc.holders.ByteWrapperHolder
-
- value -
Variable in class javax.xml.rpc.holders.CalendarHolder
-
- value -
Variable in class javax.xml.rpc.holders.DoubleHolder
-
- value -
Variable in class javax.xml.rpc.holders.DoubleWrapperHolder
-
- value -
Variable in class javax.xml.rpc.holders.FloatHolder
-
- value -
Variable in class javax.xml.rpc.holders.FloatWrapperHolder
-
- value -
Variable in class javax.xml.rpc.holders.IntegerWrapperHolder
-
- value -
Variable in class javax.xml.rpc.holders.IntHolder
-
- value -
Variable in class javax.xml.rpc.holders.LongHolder
-
- value -
Variable in class javax.xml.rpc.holders.LongWrapperHolder
-
- value -
Variable in class javax.xml.rpc.holders.ObjectHolder
-
- value -
Variable in class javax.xml.rpc.holders.QNameHolder
-
- value -
Variable in class javax.xml.rpc.holders.ShortHolder
-
- value -
Variable in class javax.xml.rpc.holders.ShortWrapperHolder
-
- value -
Variable in class javax.xml.rpc.holders.StringHolder
-
- value -
Variable in class javax.xml.ws.Holder
- The value contained in the holder.
- VALUE_TYPE_EMBEDDED_PATH -
Static variable in interface javax.xml.registry.infomodel.ClassificationScheme
- Each taxonomy value in ClassificationScheme embeds the full path from scheme to that Concept.
- VALUE_TYPE_NON_UNIQUE -
Static variable in interface javax.xml.registry.infomodel.ClassificationScheme
- Taxonomy values in ClassificationScheme may be repeated within the same scheme.
- VALUE_TYPE_UNIQUE -
Static variable in interface javax.xml.registry.infomodel.ClassificationScheme
- Each taxonomy value in ClassificationScheme is unique.
- ValueBinding - Class in javax.faces.el
- Deprecated. This has been replaced by
ValueExpression
. - ValueBinding() -
Constructor for class javax.faces.el.ValueBinding
- Deprecated.
- valueBound(HttpSessionBindingEvent) -
Method in interface javax.servlet.http.HttpSessionBindingListener
- Notifies the object that it is being bound to
a session and identifies the session.
- ValueChangeEvent - Class in javax.faces.event
- A
ValueChangeEvent
is a notification that the local value of
the source component has been change as a result of user interface
activity. - ValueChangeEvent(UIComponent, Object, Object) -
Constructor for class javax.faces.event.ValueChangeEvent
- Construct a new event object from the specified source component,
old value, and new value.
- ValueChangeListener - Interface in javax.faces.event
- A listener interface for receiving
ValueChangeEvent
s. - ValueExpression - Class in javax.el
- An
Expression
that can get or set a value. - ValueExpression() -
Constructor for class javax.el.ValueExpression
-
- ValueHolder - Interface in javax.faces.component
- ValueHolder is an interface that may be implemented
by any concrete
UIComponent
that wishes to support a local
value, as well as access data in the model tier via a value
expression, and support conversion
between String and the model tier data's native data type. - valueOf(String) -
Static method in enum javax.annotation.Resource.AuthenticationType
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum javax.ejb.TransactionAttributeType
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum javax.ejb.TransactionManagementType
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum javax.jws.soap.SOAPBinding.ParameterStyle
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum javax.jws.soap.SOAPBinding.Style
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum javax.jws.soap.SOAPBinding.Use
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum javax.jws.WebParam.Mode
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum javax.persistence.CascadeType
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum javax.persistence.DiscriminatorType
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum javax.persistence.EnumType
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum javax.persistence.FetchType
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum javax.persistence.FlushModeType
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum javax.persistence.GenerationType
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum javax.persistence.InheritanceType
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum javax.persistence.LockModeType
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum javax.persistence.PersistenceContextType
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum javax.persistence.spi.PersistenceUnitTransactionType
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum javax.persistence.TemporalType
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum javax.xml.bind.annotation.XmlAccessOrder
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum javax.xml.bind.annotation.XmlAccessType
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum javax.xml.bind.annotation.XmlNsForm
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum javax.xml.ws.handler.MessageContext.Scope
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum javax.xml.ws.Service.Mode
- Returns the enum constant of this type with the specified name.
- values() -
Static method in enum javax.annotation.Resource.AuthenticationType
- Returns an array containing the constants of this enum type, in
the order they're declared.
- values() -
Static method in enum javax.ejb.TransactionAttributeType
- Returns an array containing the constants of this enum type, in
the order they're declared.
- values() -
Static method in enum javax.ejb.TransactionManagementType
- Returns an array containing the constants of this enum type, in
the order they're declared.
- VALUES -
Static variable in class javax.faces.application.FacesMessage
- Immutable
List
of valid FacesMessage.Severity
instances, in ascending order of their ordinal value.
- VALUES -
Static variable in class javax.faces.event.PhaseId
- List of valid
PhaseId
instances, in ascending order
of their ordinal value.
- values() -
Static method in enum javax.jws.soap.SOAPBinding.ParameterStyle
- Returns an array containing the constants of this enum type, in
the order they're declared.
- values() -
Static method in enum javax.jws.soap.SOAPBinding.Style
- Returns an array containing the constants of this enum type, in
the order they're declared.
- values() -
Static method in enum javax.jws.soap.SOAPBinding.Use
- Returns an array containing the constants of this enum type, in
the order they're declared.
- values() -
Static method in enum javax.jws.WebParam.Mode
- Returns an array containing the constants of this enum type, in
the order they're declared.
- values() -
Static method in enum javax.persistence.CascadeType
- Returns an array containing the constants of this enum type, in
the order they're declared.
- values() -
Static method in enum javax.persistence.DiscriminatorType
- Returns an array containing the constants of this enum type, in
the order they're declared.
- values() -
Static method in enum javax.persistence.EnumType
- Returns an array containing the constants of this enum type, in
the order they're declared.
- values() -
Static method in enum javax.persistence.FetchType
- Returns an array containing the constants of this enum type, in
the order they're declared.
- values() -
Static method in enum javax.persistence.FlushModeType
- Returns an array containing the constants of this enum type, in
the order they're declared.
- values() -
Static method in enum javax.persistence.GenerationType
- Returns an array containing the constants of this enum type, in
the order they're declared.
- values() -
Static method in enum javax.persistence.InheritanceType
- Returns an array containing the constants of this enum type, in
the order they're declared.
- values() -
Static method in enum javax.persistence.LockModeType
- Returns an array containing the constants of this enum type, in
the order they're declared.
- values() -
Static method in enum javax.persistence.PersistenceContextType
- Returns an array containing the constants of this enum type, in
the order they're declared.
- values() -
Static method in enum javax.persistence.spi.PersistenceUnitTransactionType
- Returns an array containing the constants of this enum type, in
the order they're declared.
- values() -
Static method in enum javax.persistence.TemporalType
- Returns an array containing the constants of this enum type, in
the order they're declared.
- values() -
Static method in enum javax.xml.bind.annotation.XmlAccessOrder
- Returns an array containing the constants of this enum type, in
the order they're declared.
- values() -
Static method in enum javax.xml.bind.annotation.XmlAccessType
- Returns an array containing the constants of this enum type, in
the order they're declared.
- values() -
Static method in enum javax.xml.bind.annotation.XmlNsForm
- Returns an array containing the constants of this enum type, in
the order they're declared.
- values() -
Static method in enum javax.xml.ws.handler.MessageContext.Scope
- Returns an array containing the constants of this enum type, in
the order they're declared.
- values() -
Static method in enum javax.xml.ws.Service.Mode
- Returns an array containing the constants of this enum type, in
the order they're declared.
- VALUES_MAP -
Static variable in class javax.faces.application.FacesMessage
- Immutable
Map
of valid FacesMessage.Severity
instances, keyed by name.
- valueUnbound(HttpSessionBindingEvent) -
Method in interface javax.servlet.http.HttpSessionBindingListener
- Notifies the object that it is being unbound
from a session and identifies the session.
- VariableInfo - Class in javax.servlet.jsp.tagext
- Information on the scripting variables that are created/modified by
a tag (at run-time).
- VariableInfo(String, String, boolean, int) -
Constructor for class javax.servlet.jsp.tagext.VariableInfo
- Constructor
These objects can be created (at translation time) by the TagExtraInfo
instances.
- VariableMapper - Class in javax.el
- The interface to a map between EL variables and the EL expressions
they are associated with.
- VariableMapper() -
Constructor for class javax.el.VariableMapper
-
- VariableResolver - Class in javax.faces.el
- Deprecated. This has been replaced by
ELResolver
when operating with a null
base
argument. - VariableResolver() -
Constructor for class javax.faces.el.VariableResolver
- Deprecated.
- VariableResolver - Interface in javax.servlet.jsp.el
- Deprecated. As of JSP 2.1, replaced by
ELResolver
- Version - Annotation Type in javax.persistence
- This annotation specifies the version field or property of
an entity class that serves as its optimistic lock value.
- Versionable - Interface in javax.xml.registry.infomodel
- The Versionable interface defines the behavior common to classes that
are capable of creating versions of their instances.
- VERSIONABLE -
Static variable in interface javax.xml.registry.LifeCycleManager
-
- VIEW_STATE_PARAM -
Static variable in class javax.faces.render.ResponseStateManager
- Implementations must use this value as the name and id of the client
parameter in which to save the state between requests.
- ViewExpiredException - Exception in javax.faces.application
- Implementations must throw this
FacesException
when
attempting to restore the view StateManager.restoreView(javax.faces.context.FacesContext, String, String)
results in failure on postback. - ViewExpiredException() -
Constructor for exception javax.faces.application.ViewExpiredException
- Construct a new exception with no detail message or root cause.
- ViewExpiredException(String) -
Constructor for exception javax.faces.application.ViewExpiredException
- Construct a new exception with the specified view identifier.
- ViewExpiredException(String, String) -
Constructor for exception javax.faces.application.ViewExpiredException
- Construct a new exception with the specified detail message and
no root cause.
- ViewExpiredException(Throwable, String) -
Constructor for exception javax.faces.application.ViewExpiredException
- Construct a new exception with the specified root cause.
- ViewExpiredException(String, Throwable, String) -
Constructor for exception javax.faces.application.ViewExpiredException
- Construct a new exception with the specified detail message and
root cause.
- ViewHandler - Class in javax.faces.application
- ViewHandler is the pluggablity mechanism for
allowing implementations of or applications using the JavaServer
Faces specification to provide their own handling of the activities
in the Render Response and Restore View
phases of the request processing lifecycle.
- ViewHandler() -
Constructor for class javax.faces.application.ViewHandler
-
- ViewHandlerWrapper - Class in javax.faces.application
- Provides a simple implementation of
ViewHandler
that can
be subclassed by developers wishing to provide specialized behavior
to an existing ViewHandler
instance. - ViewHandlerWrapper() -
Constructor for class javax.faces.application.ViewHandlerWrapper
-
W
- W3CDomHandler - Class in javax.xml.bind.annotation
DomHandler
implementation for W3C DOM (org.w3c.dom
package.)- W3CDomHandler() -
Constructor for class javax.xml.bind.annotation.W3CDomHandler
- Default constructor.
- W3CDomHandler(DocumentBuilder) -
Constructor for class javax.xml.bind.annotation.W3CDomHandler
- Constructor that allows applications to specify which DOM implementation
to be used.
- WAR -
Static variable in class javax.enterprise.deploy.shared.ModuleType
- The module is an Web Application archive.
- WARNING -
Static variable in interface javax.xml.bind.ValidationEvent
- Conditions that are not errors or fatal errors as defined by the
XML 1.0 recommendation
- WebEndpoint - Annotation Type in javax.xml.ws
- Used to annotate the
getPortName()
methods of a generated service interface. - WebFault - Annotation Type in javax.xml.ws
- Used to annotate service specific exception classes to customize
to the local and namespace name of the fault element and the name
of the fault bean.
- WebMethod - Annotation Type in javax.jws
- Customizes a method that is exposed as a Web Service operation.
- WebParam - Annotation Type in javax.jws
- Customizes the mapping of an individual parameter to a Web Service message part and XML element.
- WebParam.Mode - Enum in javax.jws
- The direction in which the parameter flows
- WebResourcePermission - Class in javax.security.jacc
- Class for Servlet web resource permissions.
- WebResourcePermission(String, String) -
Constructor for class javax.security.jacc.WebResourcePermission
- Creates a new WebResourcePermission with the specified name and actions.
- WebResourcePermission(String, String[]) -
Constructor for class javax.security.jacc.WebResourcePermission
- Creates a new WebResourcePermission with name corresponding
to the URLPatternSpec, and actions composed from the array of HTTP
methods.
- WebResourcePermission(HttpServletRequest) -
Constructor for class javax.security.jacc.WebResourcePermission
- Creates a new WebResourcePermission from the HttpServletRequest
object.
- WebResult - Annotation Type in javax.jws
- Customizes the mapping of the return value to a WSDL part and XML element.
- WebRoleRefPermission - Class in javax.security.jacc
- Class for Servlet
isUserInRole (String reference)
permissions. - WebRoleRefPermission(String, String) -
Constructor for class javax.security.jacc.WebRoleRefPermission
- Creates a new WebRoleRefPermission with the specified name and actions.
- WebService - Annotation Type in javax.jws
- Marks a Java class as implementing a Web Service, or a Java interface as defining a Web Service interface.
- WebServiceClient - Annotation Type in javax.xml.ws
- Used to annotate a generated service interface.
- WebServiceContext - Interface in javax.xml.ws
- A
WebServiceContext
makes it possible for
a web service endpoint implementation class to access
message context and security information relative to
a request being served. - WebServiceException - Exception in javax.xml.ws
- The
WebServiceException
class is the base
exception class for all JAX-WS API runtime exceptions. - WebServiceException() -
Constructor for exception javax.xml.ws.WebServiceException
- Constructs a new exception with
null
as its
detail message.
- WebServiceException(String) -
Constructor for exception javax.xml.ws.WebServiceException
- Constructs a new exception with the specified detail
message.
- WebServiceException(String, Throwable) -
Constructor for exception javax.xml.ws.WebServiceException
- Constructs a new exception with the specified detail
message and cause.
- WebServiceException(Throwable) -
Constructor for exception javax.xml.ws.WebServiceException
- Constructs a new WebServiceException with the specified cause
and a detail message of (cause==null ?
- WebServicePermission - Class in javax.xml.ws
- This class defines web service permissions.
- WebServicePermission(String) -
Constructor for class javax.xml.ws.WebServicePermission
- Creates a new permission with the specified name.
- WebServicePermission(String, String) -
Constructor for class javax.xml.ws.WebServicePermission
- Creates a new permission with the specified name and actions.
- WebServiceProvider - Annotation Type in javax.xml.ws
- Used to annotate a Provider implementation class.
- WebServiceRef - Annotation Type in javax.xml.ws
- The
WebServiceRef
annotation is used to
define a reference to a web service and
(optionally) an injection target for it. - WebServiceRefs - Annotation Type in javax.xml.ws
- The
WebServiceRefs
annotation allows
multiple web service references to be declared at the
class level. - WebUserDataPermission - Class in javax.security.jacc
- Class for Servlet Web user data permissions.
- WebUserDataPermission(String, String) -
Constructor for class javax.security.jacc.WebUserDataPermission
- Creates a new WebUserDataPermission with the specified name and actions.
- WebUserDataPermission(String, String[], String) -
Constructor for class javax.security.jacc.WebUserDataPermission
- Creates a new WebUserDataPermission with name corresponding to the
URLPatternSpec, and actions composed from the array of HTTP methods
and the transport type.
- WebUserDataPermission(HttpServletRequest) -
Constructor for class javax.security.jacc.WebUserDataPermission
- Creates a new WebUserDataPermission from the HttpServletRequest
object.
- Work - Interface in javax.resource.spi.work
- This models a
Work
instance that would be executed by a
WorkManager
upon submission. - WORK_ACCEPTED -
Static variable in class javax.resource.spi.work.WorkEvent
- Indicates
Work
instance has been accepted.
- WORK_COMPLETED -
Static variable in class javax.resource.spi.work.WorkEvent
- Indicates
Work
instance has completed execution.
- WORK_REJECTED -
Static variable in class javax.resource.spi.work.WorkEvent
- Indicates
Work
instance has been rejected.
- WORK_STARTED -
Static variable in class javax.resource.spi.work.WorkEvent
- Indicates
Work
instance has started execution.
- workAccepted(WorkEvent) -
Method in class javax.resource.spi.work.WorkAdapter
- Invoked when a
Work
instance has been accepted.
- workAccepted(WorkEvent) -
Method in interface javax.resource.spi.work.WorkListener
- Invoked when a
Work
instance has been accepted.
- WorkAdapter - Class in javax.resource.spi.work
- This class is provided as a convenience for easily creating
WorkListener
instances by extending this class
and overriding only those methods of interest. - WorkAdapter() -
Constructor for class javax.resource.spi.work.WorkAdapter
-
- workCompleted(WorkEvent) -
Method in class javax.resource.spi.work.WorkAdapter
- Invoked when a
Work
instance has completed execution.
- workCompleted(WorkEvent) -
Method in interface javax.resource.spi.work.WorkListener
- Invoked when a
Work
instance has completed execution.
- WorkCompletedException - Exception in javax.resource.spi.work
- This exception is thrown by a
WorkManager
to indicate that
a submitted Work
instance has completed with an exception. - WorkCompletedException() -
Constructor for exception javax.resource.spi.work.WorkCompletedException
- Constructs a new instance with null as its detail message.
- WorkCompletedException(String) -
Constructor for exception javax.resource.spi.work.WorkCompletedException
- Constructs a new instance with the specified detail message.
- WorkCompletedException(Throwable) -
Constructor for exception javax.resource.spi.work.WorkCompletedException
- Constructs a new throwable with the specified cause.
- WorkCompletedException(String, Throwable) -
Constructor for exception javax.resource.spi.work.WorkCompletedException
- Constructs a new throwable with the specified detail message and cause.
- WorkCompletedException(String, String) -
Constructor for exception javax.resource.spi.work.WorkCompletedException
- Constructs a new throwable with the specified detail message and
an error code.
- WorkEvent - Class in javax.resource.spi.work
- This class models the various events that occur during the processing of
a
Work
instance. - WorkEvent(Object, int, Work, WorkException) -
Constructor for class javax.resource.spi.work.WorkEvent
- Constructor.
- WorkEvent(Object, int, Work, WorkException, long) -
Constructor for class javax.resource.spi.work.WorkEvent
- Constructor.
- WorkException - Exception in javax.resource.spi.work
- A common base class for all
Work
processing related exceptions. - WorkException() -
Constructor for exception javax.resource.spi.work.WorkException
- Constructs a new instance with null as its detail message.
- WorkException(String) -
Constructor for exception javax.resource.spi.work.WorkException
- Constructs a new instance with the specified detail message.
- WorkException(Throwable) -
Constructor for exception javax.resource.spi.work.WorkException
- Constructs a new throwable with the specified cause.
- WorkException(String, Throwable) -
Constructor for exception javax.resource.spi.work.WorkException
- Constructs a new throwable with the specified detail message and cause.
- WorkException(String, String) -
Constructor for exception javax.resource.spi.work.WorkException
- Constructs a new throwable with the specified detail message and
an error code.
- WorkListener - Interface in javax.resource.spi.work
- This models a
WorkListener
instance which would be notified
by the WorkManager
when the various Work
processing events (work accepted, work rejected, work started,
work completed) occur. - WorkManager - Interface in javax.resource.spi.work
- This interface models a
WorkManager
which provides a facility
to submit Work
instances for execution. - workRejected(WorkEvent) -
Method in class javax.resource.spi.work.WorkAdapter
- Invoked when a
Work
instance has been rejected.
- workRejected(WorkEvent) -
Method in interface javax.resource.spi.work.WorkListener
- Invoked when a
Work
instance has been rejected.
- WorkRejectedException - Exception in javax.resource.spi.work
- This exception is thrown by a
WorkManager
to indicate
that a submitted Work
instance has been rejected. - WorkRejectedException() -
Constructor for exception javax.resource.spi.work.WorkRejectedException
- Constructs a new instance with null as its detail message.
- WorkRejectedException(String) -
Constructor for exception javax.resource.spi.work.WorkRejectedException
- Constructs a new instance with the specified detail message.
- WorkRejectedException(Throwable) -
Constructor for exception javax.resource.spi.work.WorkRejectedException
- Constructs a new throwable with the specified cause.
- WorkRejectedException(String, Throwable) -
Constructor for exception javax.resource.spi.work.WorkRejectedException
- Constructs a new throwable with the specified detail message and cause.
- WorkRejectedException(String, String) -
Constructor for exception javax.resource.spi.work.WorkRejectedException
- Constructs a new throwable with the specified detail message and
an error code.
- workStarted(WorkEvent) -
Method in class javax.resource.spi.work.WorkAdapter
- Invoked when a
Work
instance has started execution.
- workStarted(WorkEvent) -
Method in interface javax.resource.spi.work.WorkListener
- Invoked when a
Work
instance has started execution.
- write(char[], int, int) -
Method in class javax.faces.context.ResponseWriterWrapper
- The default behavior of this method is to
call
Writer.write(char[], int, int)
on the wrapped ResponseWriter
object.
- write(OutputStream) -
Method in interface javax.resource.cci.Streamable
- Write fields of a Streamable object to an OutputStream
- WRITE_XML_DECLARATION -
Static variable in class javax.xml.soap.SOAPMessage
- Specifies whether the SOAP Message will contain an XML declaration when
it is sent.
- writeAsEncodedUnicode(Writer) -
Method in interface javax.xml.stream.events.XMLEvent
- This method will write the XMLEvent as per the XML 1.0 specification as Unicode characters.
- writeAttribute(String, Object, String) -
Method in class javax.faces.context.ResponseWriter
- Write an attribute name and corresponding value, after converting
that text to a String (if necessary), and after performing any escaping
appropriate for the markup language being rendered.
- writeAttribute(String, Object, String) -
Method in class javax.faces.context.ResponseWriterWrapper
- The default behavior of this method is to
call
ResponseWriter.writeAttribute(String, Object, String)
on the wrapped ResponseWriter
object.
- writeAttribute(String, String) -
Method in interface javax.xml.stream.XMLStreamWriter
- Writes an attribute to the output stream without
a prefix.
- writeAttribute(String, String, String, String) -
Method in interface javax.xml.stream.XMLStreamWriter
- Writes an attribute to the output stream
- writeAttribute(String, String, String) -
Method in interface javax.xml.stream.XMLStreamWriter
- Writes an attribute to the output stream
- writeBoolean(boolean) -
Method in interface javax.jms.BytesMessage
- Writes a
boolean
to the bytes message stream as a 1-byte
value.
- writeBoolean(boolean) -
Method in interface javax.jms.StreamMessage
- Writes a
boolean
to the stream message.
- writeByte(byte) -
Method in interface javax.jms.BytesMessage
- Writes a
byte
to the bytes message stream as a 1-byte
value.
- writeByte(byte) -
Method in interface javax.jms.StreamMessage
- Writes a
byte
to the stream message.
- writeBytes(byte[]) -
Method in interface javax.jms.BytesMessage
- Writes a byte array to the bytes message stream.
- writeBytes(byte[], int, int) -
Method in interface javax.jms.BytesMessage
- Writes a portion of a byte array to the bytes message stream.
- writeBytes(byte[]) -
Method in interface javax.jms.StreamMessage
- Writes a byte array field to the stream message.
- writeBytes(byte[], int, int) -
Method in interface javax.jms.StreamMessage
- Writes a portion of a byte array as a byte array field to the stream
message.
- writeCData(String) -
Method in interface javax.xml.stream.XMLStreamWriter
- Writes a CData section
- writeChar(char) -
Method in interface javax.jms.BytesMessage
- Writes a
char
to the bytes message stream as a 2-byte
value, high byte first.
- writeChar(char) -
Method in interface javax.jms.StreamMessage
- Writes a
char
to the stream message.
- writeCharacters(String) -
Method in interface javax.xml.stream.XMLStreamWriter
- Write text to the output
- writeCharacters(char[], int, int) -
Method in interface javax.xml.stream.XMLStreamWriter
- Write text to the output
- writeComment(Object) -
Method in class javax.faces.context.ResponseWriter
- Write a comment containing the specified text, after converting
that text to a String (if necessary), and after performing any escaping
appropriate for the markup language being rendered.
- writeComment(Object) -
Method in class javax.faces.context.ResponseWriterWrapper
- The default behavior of this method is to
call
ResponseWriter.writeComment(Object)
on the wrapped ResponseWriter
object.
- writeComment(String) -
Method in interface javax.xml.stream.XMLStreamWriter
- Writes an xml comment with the data enclosed
- writeDefaultNamespace(String) -
Method in interface javax.xml.stream.XMLStreamWriter
- Writes the default namespace to the stream
- writeDouble(double) -
Method in interface javax.jms.BytesMessage
- Converts the
double
argument to a long
using
the
doubleToLongBits
method in class Double
,
and then writes that long
value to the bytes message
stream as an 8-byte quantity, high byte first.
- writeDouble(double) -
Method in interface javax.jms.StreamMessage
- Writes a
double
to the stream message.
- writeDTD(String) -
Method in interface javax.xml.stream.XMLStreamWriter
- Write a DTD section.
- writeEJBHome(EJBHome, ObjectOutputStream) -
Method in interface javax.ejb.spi.HandleDelegate
- Serialize the EJBHome reference corresponding to a HomeHandle.
- writeEJBObject(EJBObject, ObjectOutputStream) -
Method in interface javax.ejb.spi.HandleDelegate
- Serialize the EJBObject reference corresponding to a Handle.
- writeEmptyElement(String, String) -
Method in interface javax.xml.stream.XMLStreamWriter
- Writes an empty element tag to the output
- writeEmptyElement(String, String, String) -
Method in interface javax.xml.stream.XMLStreamWriter
- Writes an empty element tag to the output
- writeEmptyElement(String) -
Method in interface javax.xml.stream.XMLStreamWriter
- Writes an empty element tag to the output
- writeEndDocument() -
Method in interface javax.xml.stream.XMLStreamWriter
- Closes any start tags and writes corresponding end tags.
- writeEndElement() -
Method in interface javax.xml.stream.XMLStreamWriter
- Writes an end tag to the output relying on the internal
state of the writer to determine the prefix and local name
of the event.
- writeEntityRef(String) -
Method in interface javax.xml.stream.XMLStreamWriter
- Writes an entity reference
- writeExternal(ObjectOutput) -
Method in class javax.activation.MimeType
- The object implements the writeExternal method to save its contents
by calling the methods of DataOutput for its primitive values or
calling the writeObject method of ObjectOutput for objects, strings
and arrays.
- writeFloat(float) -
Method in interface javax.jms.BytesMessage
- Converts the
float
argument to an int
using
the
floatToIntBits
method in class Float
,
and then writes that int
value to the bytes message
stream as a 4-byte quantity, high byte first.
- writeFloat(float) -
Method in interface javax.jms.StreamMessage
- Writes a
float
to the stream message.
- writeInt(int) -
Method in interface javax.jms.BytesMessage
- Writes an
int
to the bytes message stream as four bytes,
high byte first.
- writeInt(int) -
Method in interface javax.jms.StreamMessage
- Writes an
int
to the stream message.
- writeLong(long) -
Method in interface javax.jms.BytesMessage
- Writes a
long
to the bytes message stream as eight bytes,
high byte first.
- writeLong(long) -
Method in interface javax.jms.StreamMessage
- Writes a
long
to the stream message.
- writeNamespace(String, String) -
Method in interface javax.xml.stream.XMLStreamWriter
- Writes a namespace to the output stream
If the prefix argument to this method is the empty string,
"xmlns", or null this method will delegate to writeDefaultNamespace
- writeObject(Object) -
Method in interface javax.jms.BytesMessage
- Writes an object to the bytes message stream.
- writeObject(Object) -
Method in interface javax.jms.StreamMessage
- Writes an object to the stream message.
- writeOut(Writer) -
Method in class javax.servlet.jsp.tagext.BodyContent
- Write the contents of this BodyContent into a Writer.
- writeProcessingInstruction(String) -
Method in interface javax.xml.stream.XMLStreamWriter
- Writes a processing instruction
- writeProcessingInstruction(String, String) -
Method in interface javax.xml.stream.XMLStreamWriter
- Writes a processing instruction
- writeShort(short) -
Method in interface javax.jms.BytesMessage
- Writes a
short
to the bytes message stream as two bytes,
high byte first.
- writeShort(short) -
Method in interface javax.jms.StreamMessage
- Writes a
short
to the stream message.
- writeStartDocument() -
Method in interface javax.xml.stream.XMLStreamWriter
- Write the XML Declaration.
- writeStartDocument(String) -
Method in interface javax.xml.stream.XMLStreamWriter
- Write the XML Declaration.
- writeStartDocument(String, String) -
Method in interface javax.xml.stream.XMLStreamWriter
- Write the XML Declaration.
- writeStartElement(String) -
Method in interface javax.xml.stream.XMLStreamWriter
- Writes a start tag to the output.
- writeStartElement(String, String) -
Method in interface javax.xml.stream.XMLStreamWriter
- Writes a start tag to the output
- writeStartElement(String, String, String) -
Method in interface javax.xml.stream.XMLStreamWriter
- Writes a start tag to the output
- writeState(FacesContext, Object) -
Method in class javax.faces.application.StateManager
- Save the state represented in the specified state
Object
instance, in an implementation dependent
manner.
- writeState(FacesContext, StateManager.SerializedView) -
Method in class javax.faces.application.StateManager
- Deprecated. This method has been replaced by
StateManager.writeState(javax.faces.context.FacesContext,java.lang.Object)
.
The default implementation of this method does nothing.
- writeState(FacesContext, Object) -
Method in class javax.faces.application.StateManagerWrapper
- The default behavior of this method is to call
StateManager.writeState(javax.faces.context.FacesContext,
java.lang.Object)
on the wrapped StateManager
object.
- writeState(FacesContext, StateManager.SerializedView) -
Method in class javax.faces.application.StateManagerWrapper
- The default behavior of this method is to
call
StateManager.writeState(javax.faces.context.FacesContext, javax.faces.application.StateManager.SerializedView)
on the wrapped StateManager
object.
- writeState(FacesContext) -
Method in class javax.faces.application.ViewHandler
- Take any appropriate action to either immediately
write out the current state information (by calling
StateManager.writeState(javax.faces.context.FacesContext, java.lang.Object)
, or noting where state information
should later be written.
- writeState(FacesContext) -
Method in class javax.faces.application.ViewHandlerWrapper
- The default behavior of this method is to
call
ViewHandler.writeState(javax.faces.context.FacesContext)
on the wrapped ViewHandler
object.
- writeState(FacesContext, Object) -
Method in class javax.faces.render.ResponseStateManager
-
- writeState(FacesContext, StateManager.SerializedView) -
Method in class javax.faces.render.ResponseStateManager
- Deprecated. This method has been replaced by
ResponseStateManager.writeState(javax.faces.context.FacesContext,java.lang.Object)
.
The default implementation of this method does nothing.
- writeString(String) -
Method in interface javax.jms.StreamMessage
- Writes a
String
to the stream message.
- writeText(Object, String) -
Method in class javax.faces.context.ResponseWriter
- Write an object, after converting it to a String (if necessary),
and after performing any escaping appropriate for the markup language
being rendered.
- writeText(Object, UIComponent, String) -
Method in class javax.faces.context.ResponseWriter
- Write an object, after converting it to a String (if
necessary), and after performing any escaping appropriate for the
markup language being rendered.
- writeText(char[], int, int) -
Method in class javax.faces.context.ResponseWriter
- Write text from a character array, after any performing any
escaping appropriate for the markup language being rendered.
- writeText(Object, String) -
Method in class javax.faces.context.ResponseWriterWrapper
- The default behavior of this method is to
call
ResponseWriter.writeText(Object, String)
on the wrapped ResponseWriter
object.
- writeText(Object, UIComponent, String) -
Method in class javax.faces.context.ResponseWriterWrapper
- The default behavior of this method is to
call
ResponseWriter.writeText(Object, UIComponent, String)
on the wrapped ResponseWriter
object.
- writeText(char[], int, int) -
Method in class javax.faces.context.ResponseWriterWrapper
- The default behavior of this method is to
call
ResponseWriter.writeText(char[], int, int)
on the wrapped ResponseWriter
object.
- writeTo(Object, String, OutputStream) -
Method in interface javax.activation.DataContentHandler
- Convert the object to a byte stream of the specified MIME type
and write it to the output stream.
- writeTo(OutputStream) -
Method in class javax.activation.DataHandler
- Write the data to an
OutputStream
.
- writeTo(OutputStream) -
Method in class javax.mail.internet.MimeBodyPart
- Output the body part as an RFC 822 format stream.
- writeTo(OutputStream) -
Method in class javax.mail.internet.MimeMessage
- Output the message as an RFC 822 format stream.
- writeTo(OutputStream, String[]) -
Method in class javax.mail.internet.MimeMessage
- Output the message as an RFC 822 format stream, without
specified headers.
- writeTo(OutputStream) -
Method in class javax.mail.internet.MimeMultipart
- Iterates through all the parts and outputs each Mime part
separated by a boundary.
- writeTo(OutputStream) -
Method in class javax.mail.internet.PreencodedMimeBodyPart
- Output the body part as an RFC 822 format stream.
- writeTo(OutputStream) -
Method in class javax.mail.Multipart
- Output an appropriately encoded bytestream to the given
OutputStream.
- writeTo(OutputStream) -
Method in interface javax.mail.Part
- Output a bytestream for this Part.
- writeTo(OutputStream) -
Method in class javax.xml.soap.SOAPMessage
- Writes this
SOAPMessage
object to the given output
stream.
- writeURIAttribute(String, Object, String) -
Method in class javax.faces.context.ResponseWriter
- Write a URI attribute name and corresponding value, after converting
that text to a String (if necessary), and after performing any encoding
appropriate to the markup language being rendered.
- writeURIAttribute(String, Object, String) -
Method in class javax.faces.context.ResponseWriterWrapper
- The default behavior of this method is to
call
ResponseWriter.writeURIAttribute(String, Object, String)
on the wrapped ResponseWriter
object.
- writeUTF(String) -
Method in interface javax.jms.BytesMessage
- Writes a string to the bytes message stream using UTF-8 encoding in a
machine-independent manner.
- WSDL_DESCRIPTION -
Static variable in interface javax.xml.ws.handler.MessageContext
- Standard property: input source for WSDL document.
- WSDL_INTERFACE -
Static variable in interface javax.xml.ws.handler.MessageContext
- Standard property: name of wsdl interface (2.0) or port type (1.1).
- WSDL_OPERATION -
Static variable in interface javax.xml.ws.handler.MessageContext
- Standard property: name of WSDL operation.
- WSDL_PORT -
Static variable in class javax.xml.ws.Endpoint
- Standard property: name of WSDL port.
- WSDL_PORT -
Static variable in interface javax.xml.ws.handler.MessageContext
- Standard property: name of WSDL port.
- WSDL_SERVICE -
Static variable in class javax.xml.ws.Endpoint
- Standard property: name of WSDL service.
- WSDL_SERVICE -
Static variable in interface javax.xml.ws.handler.MessageContext
- Standard property: name of WSDL service.
X
- XA_HEURCOM -
Static variable in exception javax.transaction.xa.XAException
- The transaction branch has been heuristically committed.
- XA_HEURHAZ -
Static variable in exception javax.transaction.xa.XAException
- The transaction branch may have been heuristically completed.
- XA_HEURMIX -
Static variable in exception javax.transaction.xa.XAException
- The transaction branch has been heuristically committed and
rolled back.
- XA_HEURRB -
Static variable in exception javax.transaction.xa.XAException
- The transaction branch has been heuristically rolled back.
- XA_NOMIGRATE -
Static variable in exception javax.transaction.xa.XAException
- Resumption must occur where the suspension occurred.
- XA_OK -
Static variable in interface javax.transaction.xa.XAResource
- The transaction work has been prepared normally.
- XA_RBBASE -
Static variable in exception javax.transaction.xa.XAException
- The inclusive lower bound of the rollback codes.
- XA_RBCOMMFAIL -
Static variable in exception javax.transaction.xa.XAException
- Indicates that the rollback was caused by a communication failure.
- XA_RBDEADLOCK -
Static variable in exception javax.transaction.xa.XAException
- A deadlock was detected.
- XA_RBEND -
Static variable in exception javax.transaction.xa.XAException
- The inclusive upper bound of the rollback error code.
- XA_RBINTEGRITY -
Static variable in exception javax.transaction.xa.XAException
- A condition that violates the integrity of the resource was detected.
- XA_RBOTHER -
Static variable in exception javax.transaction.xa.XAException
- The resource manager rolled back the transaction branch for a reason
not on this list.
- XA_RBPROTO -
Static variable in exception javax.transaction.xa.XAException
- A protocol error occurred in the resource manager.
- XA_RBROLLBACK -
Static variable in exception javax.transaction.xa.XAException
- Indicates that the rollback was caused by an unspecified reason.
- XA_RBTIMEOUT -
Static variable in exception javax.transaction.xa.XAException
- A transaction branch took too long.
- XA_RBTRANSIENT -
Static variable in exception javax.transaction.xa.XAException
- May retry the transaction branch.
- XA_RDONLY -
Static variable in exception javax.transaction.xa.XAException
- The transaction branch was read-only and has been committed.
- XA_RDONLY -
Static variable in interface javax.transaction.xa.XAResource
- The transaction branch has been read-only and has been committed.
- XA_RETRY -
Static variable in exception javax.transaction.xa.XAException
- Routine returned with no effect and may be reissued.
- XAConnection - Interface in javax.jms
- The
XAConnection
interface extends the capability of
Connection
by providing an XASession
(optional). - XAConnectionFactory - Interface in javax.jms
- The
XAConnectionFactory
interface is a base interface for the
XAQueueConnectionFactory
and
XATopicConnectionFactory
interfaces. - XAER_ASYNC -
Static variable in exception javax.transaction.xa.XAException
- There is an asynchronous operation already outstanding.
- XAER_DUPID -
Static variable in exception javax.transaction.xa.XAException
- The XID already exists.
- XAER_INVAL -
Static variable in exception javax.transaction.xa.XAException
- Invalid arguments were given.
- XAER_NOTA -
Static variable in exception javax.transaction.xa.XAException
- The XID is not valid.
- XAER_OUTSIDE -
Static variable in exception javax.transaction.xa.XAException
- The resource manager is doing work outside a global transaction.
- XAER_PROTO -
Static variable in exception javax.transaction.xa.XAException
- Routine was invoked in an improper context.
- XAER_RMERR -
Static variable in exception javax.transaction.xa.XAException
- A resource manager error has occurred in the transaction branch.
- XAER_RMFAIL -
Static variable in exception javax.transaction.xa.XAException
- Resource manager is unavailable.
- XAException - Exception in javax.transaction.xa
- The XAException is thrown by the Resource Manager (RM) to inform the
Transaction Manager of an error encountered by the involved
transaction.
- XAException() -
Constructor for exception javax.transaction.xa.XAException
- Create an XAException.
- XAException(String) -
Constructor for exception javax.transaction.xa.XAException
- Create an XAException with a given string.
- XAException(int) -
Constructor for exception javax.transaction.xa.XAException
- Create an XAException with a given error code.
- XAQueueConnection - Interface in javax.jms
- An
XAQueueConnection
provides the same create options as
QueueConnection
(optional). - XAQueueConnectionFactory - Interface in javax.jms
- An
XAQueueConnectionFactory
provides the same create options as
a QueueConnectionFactory
(optional). - XAQueueSession - Interface in javax.jms
- An
XAQueueSession
provides a regular QueueSession
,
which can be used to
create QueueReceiver
, QueueSender
, and
QueueBrowser
objects (optional). - XAResource - Interface in javax.transaction.xa
- The XAResource interface is a Java mapping of the industry standard
XA interface based on the X/Open CAE Specification (Distributed
Transaction Processing: The XA Specification).
- XASession - Interface in javax.jms
- The
XASession
interface extends the capability of
Session
by adding access to a JMS provider's support for the
Java Transaction API (JTA) (optional). - XATerminator - Interface in javax.resource.spi
- The XATerminator interface is used for transaction completion and
crash recovery flows.
- XATopicConnection - Interface in javax.jms
- An
XATopicConnection
provides the same create options as
TopicConnection
(optional). - XATopicConnectionFactory - Interface in javax.jms
- An
XATopicConnectionFactory
provides the same create options as
a TopicConnectionFactory
(optional). - XATopicSession - Interface in javax.jms
- An
XATopicSession
provides a regular TopicSession
. - Xid - Interface in javax.transaction.xa
- The Xid interface is a Java mapping of the X/Open transaction identifier
XID structure.
- XmlAccessOrder - Enum in javax.xml.bind.annotation
- Used by XmlAccessorOrder to control the ordering of properties and
fields in a JAXB bound class.
- XmlAccessorOrder - Annotation Type in javax.xml.bind.annotation
- Controls the ordering of fields and properties in a class.
- XmlAccessorType - Annotation Type in javax.xml.bind.annotation
- Controls whether fields or Javabean properties are serialized by default.
- XmlAccessType - Enum in javax.xml.bind.annotation
- Used by XmlAccessorType to control serialization of fields or
properties.
- XmlAdapter<ValueType,BoundType> - Class in javax.xml.bind.annotation.adapters
- Adapts a Java type for custom marshaling.
- XmlAdapter() -
Constructor for class javax.xml.bind.annotation.adapters.XmlAdapter
- Do-nothing constructor for the derived classes.
- XmlAnyAttribute - Annotation Type in javax.xml.bind.annotation
-
Maps a JavaBean property to a map of wildcard attributes.
- XmlAnyElement - Annotation Type in javax.xml.bind.annotation
- Maps a JavaBean property to XML infoset representation and/or JAXB element.
- XmlAttachmentRef - Annotation Type in javax.xml.bind.annotation
- Marks a field/property that its XML form is a uri reference to mime content.
- XmlAttribute - Annotation Type in javax.xml.bind.annotation
-
Maps a JavaBean property to a XML attribute.
- XmlElement - Annotation Type in javax.xml.bind.annotation
- Maps a JavaBean property to a XML element derived from property name.
- XmlElement.DEFAULT - Class in javax.xml.bind.annotation
- Used in
XmlElement.type()
to
signal that the type be inferred from the signature
of the property. - XmlElement.DEFAULT() -
Constructor for class javax.xml.bind.annotation.XmlElement.DEFAULT
-
- XmlElementDecl - Annotation Type in javax.xml.bind.annotation
- Maps a factory method to a XML element.
- XmlElementDecl.GLOBAL - Class in javax.xml.bind.annotation
- Used in
XmlElementDecl.scope()
to
signal that the declaration is in the global scope. - XmlElementDecl.GLOBAL() -
Constructor for class javax.xml.bind.annotation.XmlElementDecl.GLOBAL
-
- XmlElementRef - Annotation Type in javax.xml.bind.annotation
-
Maps a JavaBean property to a XML element derived from property's type.
- XmlElementRef.DEFAULT - Class in javax.xml.bind.annotation
- Used in
XmlElementRef.type()
to
signal that the type be inferred from the signature
of the property. - XmlElementRef.DEFAULT() -
Constructor for class javax.xml.bind.annotation.XmlElementRef.DEFAULT
-
- XmlElementRefs - Annotation Type in javax.xml.bind.annotation
- Marks a property that refers to classes with
XmlElement
or JAXBElement. - XmlElements - Annotation Type in javax.xml.bind.annotation
-
A container for multiple @
XmlElement
annotations. - XmlElementWrapper - Annotation Type in javax.xml.bind.annotation
- Generates a wrapper element around XML representation.
- XmlEnum - Annotation Type in javax.xml.bind.annotation
-
Maps an enum type
Enum
to XML representation. - XmlEnumValue - Annotation Type in javax.xml.bind.annotation
- Maps an enum constant in
Enum
type to XML representation. - XMLEvent - Interface in javax.xml.stream.events
- This is the base event interface for handling markup events.
- XMLEventAllocator - Interface in javax.xml.stream.util
- This interface defines a class that allows a user to register
a way to allocate events given an XMLStreamReader.
- XMLEventConsumer - Interface in javax.xml.stream.util
- This interface defines an event consumer interface.
- XMLEventFactory - Class in javax.xml.stream
- This interface defines a utility class for creating instances of
XMLEvents
- XMLEventFactory() -
Constructor for class javax.xml.stream.XMLEventFactory
-
- XMLEventReader - Interface in javax.xml.stream
- This is the top level interface for parsing XML Events.
- XMLEventWriter - Interface in javax.xml.stream
- This is the top level interface for writing XML documents.
- XmlID - Annotation Type in javax.xml.bind.annotation
-
Maps a JavaBean property to XML ID.
- XmlIDREF - Annotation Type in javax.xml.bind.annotation
-
Maps a JavaBean property to XML IDREF.
- XmlInlineBinaryData - Annotation Type in javax.xml.bind.annotation
- Disable consideration of XOP encoding for datatypes that are bound to
base64-encoded binary data in XML.
- XMLInputFactory - Class in javax.xml.stream
- Defines an abstract implementation of a factory for getting streams.
- XMLInputFactory() -
Constructor for class javax.xml.stream.XMLInputFactory
-
- XmlJavaTypeAdapter - Annotation Type in javax.xml.bind.annotation.adapters
- Use an adapter that implements
XmlAdapter
for custom marshaling. - XmlJavaTypeAdapter.DEFAULT - Class in javax.xml.bind.annotation.adapters
- Used in
XmlJavaTypeAdapter.type()
to
signal that the type be inferred from the signature
of the field, property, parameter or the class. - XmlJavaTypeAdapter.DEFAULT() -
Constructor for class javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter.DEFAULT
-
- XmlJavaTypeAdapters - Annotation Type in javax.xml.bind.annotation.adapters
-
A container for multiple @
XmlJavaTypeAdapter
annotations. - XmlList - Annotation Type in javax.xml.bind.annotation
- Used to map a property to a list simple type.
- XmlMimeType - Annotation Type in javax.xml.bind.annotation
- Associates the MIME type that controls the XML representation of the property.
- XmlMixed - Annotation Type in javax.xml.bind.annotation
-
Annotate a JavaBean multi-valued property to support mixed content.
- XmlNs - Annotation Type in javax.xml.bind.annotation
-
Associates a namespace prefix with a XML namespace URI.
- XmlNsForm - Enum in javax.xml.bind.annotation
- Enumeration of XML Schema namespace qualifications.
- XMLOutputFactory - Class in javax.xml.stream
- Defines an abstract implementation of a factory for
getting XMLEventWriters and XMLStreamWriters.
- XMLOutputFactory() -
Constructor for class javax.xml.stream.XMLOutputFactory
-
- XmlRegistry - Annotation Type in javax.xml.bind.annotation
- Marks a class that has
XmlElementDecl
s. - XMLReporter - Interface in javax.xml.stream
- This interface is used to report non-fatal errors.
- XMLResolver - Interface in javax.xml.stream
- This interface is used to resolve resources during an XML parse.
- XmlRootElement - Annotation Type in javax.xml.bind.annotation
- Maps a class or an enum type to an XML element.
- XmlSchema - Annotation Type in javax.xml.bind.annotation
- Maps a package name to a XML namespace.
- XmlSchemaType - Annotation Type in javax.xml.bind.annotation
- Maps a Java type to a simple schema built-in type.
- XmlSchemaType.DEFAULT - Class in javax.xml.bind.annotation
- Used in
XmlSchemaType.type()
to
signal that the type be inferred from the signature
of the property. - XmlSchemaType.DEFAULT() -
Constructor for class javax.xml.bind.annotation.XmlSchemaType.DEFAULT
-
- XmlSchemaTypes - Annotation Type in javax.xml.bind.annotation
-
A container for multiple @
XmlSchemaType
annotations. - XMLStreamConstants - Interface in javax.xml.stream
- This interface declares the constants used in this API.
- XMLStreamException - Exception in javax.xml.stream
- The base exception for unexpected processing errors.
- XMLStreamException() -
Constructor for exception javax.xml.stream.XMLStreamException
- Default constructor
- XMLStreamException(String) -
Constructor for exception javax.xml.stream.XMLStreamException
- Construct an exception with the assocated message.
- XMLStreamException(Throwable) -
Constructor for exception javax.xml.stream.XMLStreamException
- Construct an exception with the assocated exception
- XMLStreamException(String, Throwable) -
Constructor for exception javax.xml.stream.XMLStreamException
- Construct an exception with the assocated message and exception
- XMLStreamException(String, Location, Throwable) -
Constructor for exception javax.xml.stream.XMLStreamException
- Construct an exception with the assocated message, exception and location.
- XMLStreamException(String, Location) -
Constructor for exception javax.xml.stream.XMLStreamException
- Construct an exception with the assocated message, exception and location.
- XMLStreamReader - Interface in javax.xml.stream
- The XMLStreamReader interface allows forward, read-only access to XML.
- XMLStreamWriter - Interface in javax.xml.stream
- The XMLStreamWriter interface specifies how to write XML.
- XmlTransient - Annotation Type in javax.xml.bind.annotation
-
Prevents the mapping of a JavaBean property to XML representation.
- XmlType - Annotation Type in javax.xml.bind.annotation
-
Maps a class or an enum type to a XML Schema type.
- XMLType - Class in javax.xml.rpc.encoding
- Constants for common XML Schema and SOAP 1.1 types.
- XMLType() -
Constructor for class javax.xml.rpc.encoding.XMLType
-
- XmlType.DEFAULT - Class in javax.xml.bind.annotation
- Used in
XmlType.factoryClass()
to
signal that either factory mehod is not used or
that it's in the class with this XmlType
itself. - XmlType.DEFAULT() -
Constructor for class javax.xml.bind.annotation.XmlType.DEFAULT
-
- XmlValue - Annotation Type in javax.xml.bind.annotation
-
Enables mapping a class to a XML Schema complex type with a
simpleContent or a XML Schema simple type.
- XpathEvent - Class in javax.enterprise.deploy.model
- An Event class describing ConfigBeans being added/subtracted
from a server configuration.
- XpathEvent(DDBean, Object) -
Constructor for class javax.enterprise.deploy.model.XpathEvent
- A description of a change in the ConfigBean tree.
- XpathListener - Interface in javax.enterprise.deploy.model
- The listener interface for receiving XpathEvents
- XSD_BASE64 -
Static variable in class javax.xml.rpc.encoding.XMLType
- The name of the
xsd:base64Binary
type.
- XSD_BOOLEAN -
Static variable in class javax.xml.rpc.encoding.XMLType
- The name of the
xsd:boolean
type.
- XSD_BYTE -
Static variable in class javax.xml.rpc.encoding.XMLType
- The name of the
xsd:byte
type.
- XSD_DATETIME -
Static variable in class javax.xml.rpc.encoding.XMLType
- The name of the
xsd:dateTime
type.
- XSD_DECIMAL -
Static variable in class javax.xml.rpc.encoding.XMLType
- The name of the
xsd:decimal
type.
- XSD_DOUBLE -
Static variable in class javax.xml.rpc.encoding.XMLType
- The name of the
xsd:double
type.
- XSD_FLOAT -
Static variable in class javax.xml.rpc.encoding.XMLType
- The name of the
xsd:float
type.
- XSD_HEXBINARY -
Static variable in class javax.xml.rpc.encoding.XMLType
- The name of the
xsd:hexBinary
type.
- XSD_INT -
Static variable in class javax.xml.rpc.encoding.XMLType
- The name of the
xsd:int
type.
- XSD_INTEGER -
Static variable in class javax.xml.rpc.encoding.XMLType
- The name of the
xsd:integer
type.
- XSD_LONG -
Static variable in class javax.xml.rpc.encoding.XMLType
- The name of the
xsd:long
type.
- XSD_QNAME -
Static variable in class javax.xml.rpc.encoding.XMLType
- The name of the
xsd:QName
type.
- XSD_SHORT -
Static variable in class javax.xml.rpc.encoding.XMLType
- The name of the
xsd:short
type.
- XSD_STRING -
Static variable in class javax.xml.rpc.encoding.XMLType
- The name of the
xsd:string
type.
_
- _getProperty(String) -
Method in interface javax.xml.rpc.Stub
- Gets the value of a specific configuration property.
- _getPropertyNames() -
Method in interface javax.xml.rpc.Stub
- Returns an
Iterato
view of the names of the properties
that can be configured on this stub instance.
- _jspService(HttpServletRequest, HttpServletResponse) -
Method in interface javax.servlet.jsp.HttpJspPage
- The _jspService()method corresponds to the body of the JSP page.
- _setProperty(String, Object) -
Method in interface javax.xml.rpc.Stub
- Sets the name and value of a configuration property
for this Stub instance.
A B C D E F G H I J K L M N O P Q R S T U V W X _
Submit a bug or feature Copyright 2006 Sun Microsystems, Inc. All rights reserved.