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