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

A

AbortedException - Exception in javax.enterprise.concurrent
Exception indicating that the result of a task cannot be retrieved because the task failed to run for some reason other than being cancelled.
AbortedException() - Constructor for exception javax.enterprise.concurrent.AbortedException
Constructs an AbortedException with null as its detail message.
AbortedException(String, Throwable) - Constructor for exception javax.enterprise.concurrent.AbortedException
Constructs an AbortedException exception with the specified detail message and cause.
AbortedException(String) - Constructor for exception javax.enterprise.concurrent.AbortedException
Constructs an AbortedException exception with the specified detail message.
AbortedException(Throwable) - Constructor for exception javax.enterprise.concurrent.AbortedException
Constructs an AbortedException exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
abs(Expression<N>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression that returns the absolute value of its argument.
ABS_URI - Static variable in class org.apache.jasper.runtime.TldScanner
The types of URI one may specify for a tag library
AbsolutePath - Class in org.apache.taglibs.standard.extra.spath
Represents an absolute SPath expression.
AbsolutePath(RelativePath) - Constructor for class org.apache.taglibs.standard.extra.spath.AbsolutePath
Constructs a new AbsolutePath object based on a RelativePath.
absolutePath() - Method in class org.apache.taglibs.standard.extra.spath.SPathParser
 
AbstractClearableCredential - Class in javax.security.enterprise.credential
AbstractClearableCredential contains behavior common to Credential implementations that can be meaningfully cleared.
AbstractClearableCredential() - Constructor for class javax.security.enterprise.credential.AbstractClearableCredential
 
AbstractMarshallerImpl - Class in javax.xml.bind.helpers
Partial default Marshaller implementation.
AbstractMarshallerImpl() - Constructor for class javax.xml.bind.helpers.AbstractMarshallerImpl
 
AbstractQuery<T> - Interface in javax.persistence.criteria
The AbstractQuery interface defines functionality that is common to both top-level queries and subqueries.
AbstractUnmarshallerImpl - Class in javax.xml.bind.helpers
Partial default Unmarshaller implementation.
AbstractUnmarshallerImpl() - Constructor for class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
Access - Annotation Type in javax.persistence
Used to specify an access type to be applied to an entity class, mapped superclass, or embeddable class, or to a specific attribute of such a class.
AccessLocalException - Exception in javax.ejb
An AccessLocalException is thrown to indicate that the caller does not have permission to call the method.
AccessLocalException() - Constructor for exception javax.ejb.AccessLocalException
Constructs an AccessLocalException with no detail message.
AccessLocalException(String) - Constructor for exception javax.ejb.AccessLocalException
Constructs an AccessLocalException with the specified detail message.
AccessLocalException(String, Exception) - Constructor for exception javax.ejb.AccessLocalException
Constructs an AccessLocalException with the specified detail message and a nested exception.
AccessTimeout - Annotation Type in javax.ejb
Specifies the amount of time in a given time unit that a concurrent access attempt should block before timing out.
AccessType - Enum in javax.persistence
Used with the Access annotation to specify an access type to be applied to an entity class, mapped superclass, or embeddable class, or to a specific attribute of such a class.
acknowledge() - Method in interface javax.jms.JMSContext
Acknowledges all messages consumed by the JMSContext's session.
acknowledge() - Method in interface javax.jms.Message
Acknowledges all consumed messages of the session of this consumed message.
Action - Annotation Type in javax.xml.ws
The Action annotation allows explicit association of a WS-Addressing Action message addressing property with input, output, and fault messages of the mapped WSDL operation.
Activation - Annotation Type in javax.resource.spi
Designates a JavaBean as an ActivationSpec.
ActivationConfigProperty - Annotation Type in javax.ejb
Used to provide information to the deployer about the configuration of a message driven bean in its operational environment.
ActivationSpec - Interface in javax.resource.spi
This interface serves as a marker.
ADAPTERS - Static variable in class javax.json.bind.JsonbConfig
Property used to specify custom mapping adapters for generic types.
adaptFromJson(Adapted) - Method in interface javax.json.bind.adapter.JsonbAdapter
This method is used on deserialization only.
adaptToJson(Original) - Method in interface javax.json.bind.adapter.JsonbAdapter
This method is used on serialization only.
add(int, int) - Static method in class org.apache.taglibs.standard.lang.jstl.test.StaticFunctionTests
 
add_escapes(String) - Method in exception org.apache.taglibs.standard.extra.spath.ParseException
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
add_escapes(String) - Method in exception org.apache.taglibs.standard.lang.jstl.parser.ParseException
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
addAssociation(Association) - Method in interface javax.xml.registry.infomodel.RegistryObject
Adds specified Association to use this object as source.
addAssociations(Collection) - Method in interface javax.xml.registry.infomodel.RegistryObject
Adds specified Associations to use this object as source.
addAttachmentPart(AttachmentPart) - Method in class javax.xml.soap.SOAPMessage
Adds the given AttachmentPart object to this SOAPMessage object.
addAttribute(Name, String) - Method in interface javax.xml.soap.SOAPElement
Adds an attribute with the specified name and value to this SOAPElement object.
addAttribute(QName, String) - Method in interface javax.xml.soap.SOAPElement
Adds an attribute with the specified name and value to this SOAPElement object.
addAttribute(String, String) - Method in class org.apache.jasper.xmlparser.TreeNode
Add an attribute to this node, replacing any existing attribute with the same name.
addAttributeNodes(String...) - Method in interface javax.persistence.EntityGraph
Add one or more attribute nodes to the entity graph.
addAttributeNodes(Attribute<T, ?>...) - Method in interface javax.persistence.EntityGraph
Add one or more attribute nodes to the entity graph.
addAttributeNodes(String...) - Method in interface javax.persistence.Subgraph
Add one or more attribute nodes to the entity graph.
addAttributeNodes(Attribute<T, ?>...) - Method in interface javax.persistence.Subgraph
Add one or more attribute nodes to the entity graph.
addBody() - Method in interface javax.xml.soap.SOAPEnvelope
Creates a SOAPBody object and sets it as the SOAPBody object for this SOAPEnvelope object.
addBodyElement(Name) - Method in interface javax.xml.soap.SOAPBody
Creates a new SOAPBodyElement object with the specified name and adds it to this SOAPBody object.
addBodyElement(QName) - Method in interface javax.xml.soap.SOAPBody
Creates a new SOAPBodyElement object with the specified QName and adds it to this SOAPBody object.
addChild(TreeNode) - Method in class org.apache.jasper.xmlparser.TreeNode
Add a new child node to this node.
addChildConcept(Concept) - Method in interface javax.xml.registry.infomodel.ClassificationScheme
Adds a child Concept.
addChildConcept(Concept) - Method in interface javax.xml.registry.infomodel.Concept
Adds a child Concept.
addChildConcepts(Collection) - Method in interface javax.xml.registry.infomodel.ClassificationScheme
Adds a Collection of Concept children.
addChildConcepts(Collection) - Method in interface javax.xml.registry.infomodel.Concept
Adds a Collection of Concept children.
addChildElement(Name) - Method in interface javax.xml.soap.SOAPElement
Creates a new SOAPElement object initialized with the given Name object and adds the new element to this SOAPElement object.
addChildElement(QName) - Method in interface javax.xml.soap.SOAPElement
Creates a new SOAPElement object initialized with the given QName object and adds the new element to this SOAPElement object.
addChildElement(String) - Method in interface javax.xml.soap.SOAPElement
Creates a new SOAPElement object initialized with the specified local name and adds the new element to this SOAPElement object.
addChildElement(String, String) - Method in interface javax.xml.soap.SOAPElement
Creates a new SOAPElement object initialized with the specified local name and prefix and adds the new element to this SOAPElement object.
addChildElement(String, String, String) - Method in interface javax.xml.soap.SOAPElement
Creates a new SOAPElement object initialized with the specified local name, prefix, and URI and adds the new element to this SOAPElement object.
addChildElement(SOAPElement) - Method in interface javax.xml.soap.SOAPElement
Add a SOAPElement as a child of this SOAPElement instance.
addChildOrganization(Organization) - Method in interface javax.xml.registry.infomodel.Organization
Adds a child Organization.
addChildOrganizations(Collection) - Method in interface javax.xml.registry.infomodel.Organization
Adds a Collection of Organization children.
addClassification(Classification) - Method in interface javax.xml.registry.infomodel.RegistryObject
Adds specified Classification to this object.
addClassifications(Collection) - Method in interface javax.xml.registry.infomodel.RegistryObject
Adds specified Classifications to this object.
addConnectionEventListener(ConnectionEventListener) - Method in interface javax.resource.spi.ManagedConnection
Adds a connection event listener to the ManagedConnection instance.
addCookie(Cookie) - Method in interface javax.servlet.http.HttpServletResponse
Adds the specified cookie to the response.
addCookie(Cookie) - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to call addCookie(Cookie cookie) on the wrapped response object.
addDateHeader(String, long) - Method in interface javax.servlet.http.HttpServletResponse
Adds a response header with the given name and date-value.
addDateHeader(String, long) - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to call addDateHeader(String name, long date) on the wrapped response object.
addDependant(String) - Method in class org.apache.jasper.compiler.PageInfo
 
addDetail() - Method in interface javax.xml.soap.SOAPFault
Creates an optional Detail object and sets it as the Detail object for this SOAPFault object.
addDetailEntry(Name) - Method in interface javax.xml.soap.Detail
Creates a new DetailEntry object with the given name and adds it to this Detail object.
addDetailEntry(QName) - Method in interface javax.xml.soap.Detail
Creates a new DetailEntry object with the given QName and adds it to this Detail object.
addDocument(Document) - Method in interface javax.xml.soap.SOAPBody
Adds the root node of the DOM Document to this SOAPBody object.
addELContextListener(ELContextListener) - Method in interface javax.servlet.jsp.JspApplicationContext
Registers a ELContextListeners so that context objects can be added whenever a new ELContext is created.
addELContextListener(ELContextListener) - Method in class org.apache.jasper.runtime.JspApplicationContextImpl
 
addELResolver(ELResolver) - Method in interface javax.servlet.jsp.JspApplicationContext
Adds an ELResolver to affect the way EL variables and properties are resolved for EL expressions appearing in JSP pages and tag files.
addELResolver(ELResolver) - Method in class org.apache.jasper.runtime.JspApplicationContextImpl
 
addEndpoint(Class<?>) - Method in interface javax.websocket.server.ServerContainer
Deploys the given annotated endpoint into this ServerContainer during the initialization phase of deploying the application.
addEndpoint(ServerEndpointConfig) - Method in interface javax.websocket.server.ServerContainer
 
addEscapes(String) - Static method in error org.apache.taglibs.standard.extra.spath.TokenMgrError
Replaces unprintable characters by their espaced (or unicode escaped) equivalents in the given string
addEscapes(String) - Static method in error org.apache.taglibs.standard.lang.jstl.parser.TokenMgrError
Replaces unprintable characters by their espaced (or unicode escaped) equivalents in the given string
AddExpression() - Method in class org.apache.taglibs.standard.lang.jstl.parser.ELParser
 
addExternalIdentifier(ExternalIdentifier) - Method in interface javax.xml.registry.infomodel.RegistryObject
Adds specified ExternalIdentifier as an external identifier to this object.
addExternalIdentifiers(Collection) - Method in interface javax.xml.registry.infomodel.RegistryObject
Adds specified ExternalIdentifiers as an external identifiers to this object.
addExternalLink(ExternalLink) - Method in interface javax.xml.registry.infomodel.RegistryObject
Adds specified ExternalLink to this object.
addExternalLinks(Collection) - Method in interface javax.xml.registry.infomodel.RegistryObject
Adds specified ExternalLinks to this object.
addFault() - Method in interface javax.xml.soap.SOAPBody
Creates a new SOAPFault object and adds it to this SOAPBody object.
addFault(Name, String, Locale) - Method in interface javax.xml.soap.SOAPBody
Creates a new SOAPFault object and adds it to this SOAPBody object.
addFault(QName, String, Locale) - Method in interface javax.xml.soap.SOAPBody
Creates a new SOAPFault object and adds it to this SOAPBody object.
addFault(Name, String) - Method in interface javax.xml.soap.SOAPBody
Creates a new SOAPFault object and adds it to this SOAPBody object.
addFault(QName, String) - Method in interface javax.xml.soap.SOAPBody
Creates a new SOAPFault object and adds it to this SOAPBody object.
addFaultReasonText(String, Locale) - Method in interface javax.xml.soap.SOAPFault
Appends or replaces a Reason Text item containing the specified text message and an xml:lang derived from locale.
addFile(String) - Method in class org.apache.jasper.compiler.SmapStratum
Adds record of a new file, by filename.
addFile(String, String) - Method in class org.apache.jasper.compiler.SmapStratum
Adds record of a new file, by filename and path.
addFilter(String, String) - Method in interface javax.servlet.ServletContext
Adds the filter with the given name and class name to this servlet context.
addFilter(String, Filter) - Method in interface javax.servlet.ServletContext
Registers the given filter instance with this ServletContext under the given filterName.
addFilter(String, Class<? extends Filter>) - Method in interface javax.servlet.ServletContext
Adds the filter with the given name and class type to this servlet context.
addFilter(String, String, String, Map<String, String>) - Method in class org.apache.jasper.servlet.JspCServletContext
Adds the filter with the given name, description, and class name to this servlet context.
addFilter(String, String) - Method in class org.apache.jasper.servlet.JspCServletContext
 
addFilter(String, Filter) - Method in class org.apache.jasper.servlet.JspCServletContext
 
addFilter(String, Class<? extends Filter>) - Method in class org.apache.jasper.servlet.JspCServletContext
 
addHeader(String, String) - Method in interface javax.servlet.http.HttpServletResponse
Adds a response header with the given name and value.
addHeader(String, String) - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to return addHeader(String name, String value) on the wrapped response object.
addHeader(String, String) - Method in interface javax.servlet.http.PushBuilder
Add a request header to be used for the push.
addHeader(String, String) - Method in class javax.xml.soap.MimeHeaders
Adds a MimeHeader object with the specified name and value to this MimeHeaders object's list of headers.
addHeader() - Method in interface javax.xml.soap.SOAPEnvelope
Creates a SOAPHeader object and sets it as the SOAPHeader object for this SOAPEnvelope object.
addHeaderElement(Name) - Method in interface javax.xml.soap.SOAPHeader
Creates a new SOAPHeaderElement object initialized with the specified name and adds it to this SOAPHeader object.
addHeaderElement(QName) - Method in interface javax.xml.soap.SOAPHeader
Creates a new SOAPHeaderElement object initialized with the specified qname and adds it to this SOAPHeader object.
addImport(String) - Method in class org.apache.jasper.compiler.PageInfo
 
addImports(List<String>) - Method in class org.apache.jasper.compiler.PageInfo
 
addIntHeader(String, int) - Method in interface javax.servlet.http.HttpServletResponse
Adds a response header with the given name and integer value.
addIntHeader(String, int) - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to call addIntHeader(String name, int value) on the wrapped response object.
addJspFile(String, String) - Method in interface javax.servlet.ServletContext
Adds the servlet with the given jsp file to this servlet context.
addKeySubgraph(Attribute<T, X>) - Method in interface javax.persistence.EntityGraph
Add a node to the graph that corresponds to a map key that is a managed type.
addKeySubgraph(Attribute<T, X>, Class<? extends X>) - Method in interface javax.persistence.EntityGraph
Add a node to the graph that corresponds to a map key that is a managed type with inheritance.
addKeySubgraph(String) - Method in interface javax.persistence.EntityGraph
Add a node to the graph that corresponds to a map key that is a managed type.
addKeySubgraph(String, Class<X>) - Method in interface javax.persistence.EntityGraph
Add a node to the graph that corresponds to a map key that is a managed type with inheritance.
addKeySubgraph(Attribute<T, X>) - Method in interface javax.persistence.Subgraph
Add a node to the graph that corresponds to a map key that is a managed type.
addKeySubgraph(Attribute<T, X>, Class<? extends X>) - Method in interface javax.persistence.Subgraph
Add a node to the graph that corresponds to a map key that is a managed type with inheritance.
addKeySubgraph(String) - Method in interface javax.persistence.Subgraph
Add a node to the graph that corresponds to a map key that is a managed type.
addKeySubgraph(String, Class<X>) - Method in interface javax.persistence.Subgraph
Add a node to the graph that corresponds to a map key that is a managed type with inheritance.
addLineData(int, String, int, int, int) - Method in class org.apache.jasper.compiler.SmapStratum
Adds complete information about a simple line mapping.
addListener(AsyncListener) - Method in interface javax.servlet.AsyncContext
Registers the given AsyncListener with the most recent asynchronous cycle that was started by a call to one of the ServletRequest.startAsync() methods.
addListener(AsyncListener, ServletRequest, ServletResponse) - Method in interface javax.servlet.AsyncContext
Registers the given AsyncListener with the most recent asynchronous cycle that was started by a call to one of the ServletRequest.startAsync() methods.
addListener(String) - Method in interface javax.servlet.ServletContext
Adds the listener with the given class name to this ServletContext.
addListener(T) - Method in interface javax.servlet.ServletContext
Adds the given listener to this ServletContext.
addListener(Class<? extends EventListener>) - Method in interface javax.servlet.ServletContext
Adds a listener of the given class type to this ServletContext.
addListener(String) - Method in class org.apache.jasper.servlet.JspCServletContext
 
addListener(T) - Method in class org.apache.jasper.servlet.JspCServletContext
 
addListener(Class<? extends EventListener>) - Method in class org.apache.jasper.servlet.JspCServletContext
 
addLocalizedString(LocalizedString) - Method in interface javax.xml.registry.infomodel.InternationalString
Adds a LocalizedString to this object.
addLocalizedStrings(Collection) - Method in interface javax.xml.registry.infomodel.InternationalString
Adds many LocalizedStrings to this object.
addMapping(String...) - Method in interface javax.servlet.ServletRegistration
Adds a servlet mapping with the given URL patterns for the Servlet represented by this ServletRegistration.
addMappingForServletNames(EnumSet<DispatcherType>, boolean, String...) - Method in interface javax.servlet.FilterRegistration
Adds a filter mapping with the given servlet names and dispatcher types for the Filter represented by this FilterRegistration.
addMappingForUrlPatterns(EnumSet<DispatcherType>, boolean, String...) - Method in interface javax.servlet.FilterRegistration
Adds a filter mapping with the given url patterns and dispatcher types for the Filter represented by this FilterRegistration.
addMessageHandler(MessageHandler) - Method in interface javax.websocket.Session
Register to handle to incoming messages in this conversation.
addMessageHandler(Class<T>, MessageHandler.Whole<T>) - Method in interface javax.websocket.Session
Register to handle to incoming messages in this conversation.
addMessageHandler(Class<T>, MessageHandler.Partial<T>) - Method in interface javax.websocket.Session
Register to handle to incoming messages in this conversation.
addMimeHeader(String, String) - Method in class javax.xml.soap.AttachmentPart
Adds a MIME header with the specified name and value to this AttachmentPart object.
addMimeHeader(String, String) - Method in class javax.xml.soap.SOAPPart
Creates a MimeHeader object with the specified name and value and adds it to this SOAPPart object.
addMtomAttachment(DataHandler, String, String) - Method in class javax.xml.bind.attachment.AttachmentMarshaller
Consider MIME content data for optimized binary storage as an attachment.
addMtomAttachment(byte[], int, int, String, String, String) - Method in class javax.xml.bind.attachment.AttachmentMarshaller
Consider binary data for optimized binary storage as an attachment.
addNamedEntityGraph(String, EntityGraph<T>) - Method in interface javax.persistence.EntityManagerFactory
Add a named copy of the EntityGraph to the EntityManagerFactory.
addNamedQuery(String, Query) - Method in interface javax.persistence.EntityManagerFactory
Define the query, typed query, or stored procedure query as a named query such that future query objects can be created from it using the createNamedQuery or createNamedStoredProcedureQuery method.
addNamespace(String, String) - Method in class org.apache.taglibs.standard.tag.common.xml.JSTLXPathNamespaceContext
Populate map of Prefix and NameSpace URI's entries
addNamespaceDeclaration(String, String) - Method in interface javax.xml.soap.SOAPElement
Adds a namespace declaration with the specified prefix and URI to this SOAPElement object.
addNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) - Method in interface javax.management.j2ee.ListenerRegistration
Add a listener to a registered managed object.
addNotUnderstoodHeaderElement(QName) - Method in interface javax.xml.soap.SOAPHeader
Creates a new NotUnderstood SOAPHeaderElement object initialized with the specified name and adds it to this SOAPHeader object.
addParam(Object) - Method in class org.apache.taglibs.standard.tag.common.fmt.MessageSupport
Adds an argument (for parametric replacement) to this tag's message.
addParameter(String, QName, ParameterMode) - Method in interface javax.xml.rpc.Call
Adds a parameter type and mode for a specific operation.
addParameter(String, QName, Class, ParameterMode) - Method in interface javax.xml.rpc.Call
Adds a parameter type and mode for a specific operation.
addParameter(String, String) - Method in class org.apache.taglibs.standard.tag.common.core.ImportSupport
 
addParameter(String, String) - Method in interface org.apache.taglibs.standard.tag.common.core.ParamParent
Adds a parameter to this tag's URL.
addParameter(String, String) - Method in class org.apache.taglibs.standard.tag.common.core.ParamSupport.ParamManager
Adds a new parameter to the list.
addParameter(String, String) - Method in class org.apache.taglibs.standard.tag.common.core.RedirectSupport
 
addParameter(String, String) - Method in class org.apache.taglibs.standard.tag.common.core.UrlSupport
 
addParameter(String, Object) - Method in class org.apache.taglibs.standard.tag.common.xml.TransformSupport
Sets (adds) a transformation parameter on our transformer.
addPort(QName, String, String) - Method in class javax.xml.ws.Service
Creates a new port for the service.
addPort(QName, String, String) - Method in class javax.xml.ws.spi.ServiceDelegate
Creates a new port for the service.
addPrefix(String) - Method in class org.apache.jasper.compiler.PageInfo
 
addPrefixMapping(String, String) - Method in class org.apache.jasper.compiler.PageInfo
 
addRegistryObject(RegistryObject) - Method in interface javax.xml.registry.infomodel.RegistryPackage
Adds a child RegistryObject as member.
addRegistryObjects(Collection) - Method in interface javax.xml.registry.infomodel.RegistryPackage
Adds a Collection of RegistryObject children as members.
addResponseHeader(String, String) - Method in class javax.xml.ws.spi.http.HttpExchange
Adds a response header with the given name and value.
address(String) - Method in class javax.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
Sets the address to the W3CEndpointReference instance's wsa:Address.
ADDRESS_LINES_SLOT - Static variable in interface javax.xml.registry.infomodel.Slot
Name for pre-defined Slot used in PostalAddress by JAXR UDDI provider.
Addressing - Annotation Type in javax.xml.ws.soap
This annotation represents the use of WS-Addressing with either the SOAP 1.1/HTTP or SOAP 1.2/HTTP binding.
AddressingFeature - Class in javax.xml.ws.soap
AddressingFeature represents the use of WS-Addressing with either the SOAP 1.1/HTTP or SOAP 1.2/HTTP binding.
AddressingFeature() - Constructor for class javax.xml.ws.soap.AddressingFeature
Creates and configures an AddressingFeature with the use of addressing requirements.
AddressingFeature(boolean) - Constructor for class javax.xml.ws.soap.AddressingFeature
Creates and configures an AddressingFeature with the use of addressing requirements.
AddressingFeature(boolean, boolean) - Constructor for class javax.xml.ws.soap.AddressingFeature
Creates and configures an AddressingFeature with the use of addressing requirements.
AddressingFeature(boolean, boolean, AddressingFeature.Responses) - Constructor for class javax.xml.ws.soap.AddressingFeature
Creates and configures an AddressingFeature with the use of addressing requirements.
AddressingFeature.Responses - Enum in javax.xml.ws.soap
If addressing is enabled, this property determines if endpoint requires the use of only anonymous responses, or only non-anonymous responses, or all.
addService(Service) - Method in interface javax.xml.registry.infomodel.Organization
Adds a child Service.
addServiceBinding(ServiceBinding) - Method in interface javax.xml.registry.infomodel.Service
Adds a child ServiceBinding.
addServiceBindings(Collection) - Method in interface javax.xml.registry.infomodel.Service
Adds a Collection of ServiceBinding children.
addServices(Collection) - Method in interface javax.xml.registry.infomodel.Organization
Adds a Collection of Service children.
addServlet(String, String) - Method in interface javax.servlet.ServletContext
Adds the servlet with the given name and class name to this servlet context.
addServlet(String, Servlet) - Method in interface javax.servlet.ServletContext
Registers the given servlet instance with this ServletContext under the given servletName.
addServlet(String, Class<? extends Servlet>) - Method in interface javax.servlet.ServletContext
Adds the servlet with the given name and class type to this servlet context.
addServlet(String, String, String, Map<String, String>, int) - Method in class org.apache.jasper.servlet.JspCServletContext
 
addServlet(String, String) - Method in class org.apache.jasper.servlet.JspCServletContext
 
addServlet(String, Servlet) - Method in class org.apache.jasper.servlet.JspCServletContext
 
addServlet(String, Class<? extends Servlet>) - Method in class org.apache.jasper.servlet.JspCServletContext
 
addServletMapping(String, String[]) - Method in class org.apache.jasper.servlet.JspCServletContext
Adds servlet mappings from the given url patterns to the servlet with the given servlet name to this servlet context.
addSlot(Slot) - Method in interface javax.xml.registry.infomodel.ExtensibleObject
Adds a Slot to this object.
addSlots(Collection) - Method in interface javax.xml.registry.infomodel.ExtensibleObject
Adds more Slots to this object.
addSmap(String, String) - Method in class org.apache.jasper.compiler.SmapGenerator
Adds the given string as an embedded SMAP with the given stratum name.
addSpecificationLink(SpecificationLink) - Method in interface javax.xml.registry.infomodel.ServiceBinding
Adds a child SpecificationLink.
addSpecificationLinks(Collection) - Method in interface javax.xml.registry.infomodel.ServiceBinding
Adds a Collection of SpecificationLink children.
addSQLParameter(Object) - Method in interface javax.servlet.jsp.jstl.sql.SQLExecutionTag
Adds a PreparedStatement parameter value.
addSQLParameter(Object) - Method in class org.apache.taglibs.standard.tag.common.sql.QueryTagSupport
Called by nested parameter elements to add PreparedStatement parameter values.
addSQLParameter(Object) - Method in class org.apache.taglibs.standard.tag.common.sql.UpdateTagSupport
Called by nested parameter elements to add PreparedStatement parameter values.
addStratum(SmapStratum, boolean) - Method in class org.apache.jasper.compiler.SmapGenerator
Adds the given SmapStratum object, representing a Stratum with logically associated FileSection and LineSection blocks, to the current SmapGenerator.
addSubclassSubgraph(Class<? extends T>) - Method in interface javax.persistence.EntityGraph
Add additional attributes to this entity graph that correspond to attributes of subclasses of this EntityGraph's entity type.
addSubgraph(Attribute<T, X>) - Method in interface javax.persistence.EntityGraph
Add a node to the graph that corresponds to a managed type.
addSubgraph(Attribute<T, X>, Class<? extends X>) - Method in interface javax.persistence.EntityGraph
Add a node to the graph that corresponds to a managed type with inheritance.
addSubgraph(String) - Method in interface javax.persistence.EntityGraph
Add a node to the graph that corresponds to a managed type.
addSubgraph(String, Class<X>) - Method in interface javax.persistence.EntityGraph
Add a node to the graph that corresponds to a managed type with inheritance.
addSubgraph(Attribute<T, X>) - Method in interface javax.persistence.Subgraph
Add a node to the graph that corresponds to a managed type.
addSubgraph(Attribute<T, X>, Class<? extends X>) - Method in interface javax.persistence.Subgraph
Add a node to the graph that corresponds to a managed type with inheritance.
addSubgraph(String) - Method in interface javax.persistence.Subgraph
Add a node to the graph that corresponds to a managed type.
addSubgraph(String, Class<X>) - Method in interface javax.persistence.Subgraph
Add a node to the graph that corresponds to a managed type with inheritance.
addSwaRefAttachment(DataHandler) - Method in class javax.xml.bind.attachment.AttachmentMarshaller
Add MIME data as an attachment and return attachment's content-id, cid.
addSymbol(String) - Method in class org.apache.jasper.xmlparser.SymbolTable
Adds the specified symbol to the symbol table and returns a reference to the unique symbol.
addSymbol(char[], int, int) - Method in class org.apache.jasper.xmlparser.SymbolTable
Adds the specified symbol to the symbol table and returns a reference to the unique symbol.
addTaglib(String, TagLibraryInfo) - Method in class org.apache.jasper.compiler.PageInfo
 
addTaglib(String, TagLibraryInfoImpl) - Method in class org.apache.jasper.JspCompilationContext
Adds the given tag library with the given URI to the context-wide tag library cache.
addTextNode(String) - Method in interface javax.xml.soap.SOAPElement
Creates a new Text object initialized with the given String and adds it to this SOAPElement object.
addTransformer(ClassTransformer) - Method in interface javax.persistence.spi.PersistenceUnitInfo
Add a transformer supplied by the provider that will be called for every new class definition or class redefinition that gets loaded by the loader returned by the PersistenceUnitInfo.getClassLoader() method.
addUpgradeHeaderElement(Iterator<String>) - Method in interface javax.xml.soap.SOAPHeader
Creates a new Upgrade SOAPHeaderElement object initialized with the specified List of supported SOAP URIs and adds it to this SOAPHeader object.
addUpgradeHeaderElement(String[]) - Method in interface javax.xml.soap.SOAPHeader
Creates a new Upgrade SOAPHeaderElement object initialized with the specified array of supported SOAP URIs and adds it to this SOAPHeader object.
addUpgradeHeaderElement(String) - Method in interface javax.xml.soap.SOAPHeader
Creates a new Upgrade SOAPHeaderElement object initialized with the specified supported SOAP URI and adds it to this SOAPHeader object.
addUser(User) - Method in interface javax.xml.registry.infomodel.Organization
Adds a User.
addUsers(Collection) - Method in interface javax.xml.registry.infomodel.Organization
Adds a Collection of Users.
addWrapper(String, JspServletWrapper) - Method in class org.apache.jasper.compiler.JspRuntimeContext
Add a new JspServletWrapper.
adjustBeginLineColumn(int, int) - Method in class org.apache.taglibs.standard.extra.spath.ASCII_CharStream
Method to adjust line and column numbers for the start of a token.
adjustBeginLineColumn(int, int) - Method in class org.apache.taglibs.standard.extra.spath.ASCII_UCodeESC_CharStream
Method to adjust line and column numbers for the start of a token.
adjustBeginLineColumn(int, int) - Method in class org.apache.taglibs.standard.lang.jstl.parser.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
adjustBytecodeTime(String, long) - Method in class org.apache.jasper.compiler.JspRuntimeContext
 
AdministeredObject - Annotation Type in javax.resource.spi
Designates a JavaBean as an administered object.Administered objects are specific to a messaging style or message provider.
AdministeredObjectDefinition - Annotation Type in javax.resource
Annotation used to define a Connector administered object to be registered in JNDI.
AdministeredObjectDefinitions - Annotation Type in javax.resource
Declares one or more AdministeredObjectDefinition annotations.
AfterBegin - Annotation Type in javax.ejb
Designate a stateful session bean method to receive the after begin session synchronization callback.
afterBegin() - Method in interface javax.ejb.SessionSynchronization
The afterBegin method notifies a stateful session bean instance that a new transaction has started, and that the subsequent business methods on the instance will be invoked in the context of the transaction.
AfterCompletion - Annotation Type in javax.ejb
Designate a stateful session bean method to receive the after completion session synchronization callback.
afterCompletion(boolean) - Method in interface javax.ejb.SessionSynchronization
The afterCompletion method notifies a stateful session bean instance that a transaction commit protocol has completed, and tells the instance whether the transaction has been committed or rolled back.
afterCompletion(int) - Method in interface javax.transaction.Synchronization
This method is called by the transaction manager after the transaction is committed or rolled back.
afterDelivery() - Method in interface javax.resource.spi.endpoint.MessageEndpoint
This is called by a resource adapter after a message is delivered.
afterMarshal(Object) - Method in class javax.xml.bind.Marshaller.Listener
Callback method invoked after marshalling source to XML.
afterResponse(HandshakeResponse) - Method in class javax.websocket.ClientEndpointConfig.Configurator
This method is called by the implementation after it has received a handshake response from the server as a result of a handshake interaction it initiated.
afterUnmarshal(Object, Object) - Method in class javax.xml.bind.Unmarshaller.Listener
Callback method invoked after unmarshalling XML data into target.
aggregateParams(String) - Method in class org.apache.taglibs.standard.tag.common.core.ParamSupport.ParamManager
Produces a new URL with the stored parameters, in the appropriate order.
alias(String) - Method in interface javax.persistence.criteria.Selection
Assigns an alias to the selection item.
all(Subquery<Y>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an all expression over the subquery results.
allocateConnection(ManagedConnectionFactory, ConnectionRequestInfo) - Method in interface javax.resource.spi.ConnectionManager
The method allocateConnection gets called by the resource adapter's connection factory instance.
ALT_DD_ATTR - Static variable in class org.apache.jasper.Constants
 
and(Expression<Boolean>, Expression<Boolean>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a conjunction of the given boolean expressions.
and(Predicate...) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a conjunction of the given restriction predicates.
AND1 - Static variable in interface org.apache.taglibs.standard.lang.jstl.parser.ELParserConstants
 
AND2 - Static variable in interface org.apache.taglibs.standard.lang.jstl.parser.ELParserConstants
 
AND_ALL_KEYS - Static variable in interface javax.xml.registry.FindQualifier
 
AndExpression() - Method in class org.apache.taglibs.standard.lang.jstl.parser.ELParser
 
AndOperator - Class in org.apache.taglibs.standard.lang.jstl
The implementation of the and operator
AndOperator() - Constructor for class org.apache.taglibs.standard.lang.jstl.AndOperator
Constructor
ANY - Static variable in class javax.json.bind.config.PropertyOrderStrategy
Using this strategy, the order of properties is not guaranteed to retain any order.
any(Subquery<Y>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an any expression over the subquery results.
APP_NAME - Static variable in class javax.ejb.embeddable.EJBContainer
Standard property name for specifying the application name of the EJB modules executing within the embeddable container.
append(char) - Method in class org.apache.jasper.xmlparser.XMLStringBuffer
append
append(String) - Method in class org.apache.jasper.xmlparser.XMLStringBuffer
append
append(char[], int, int) - Method in class org.apache.jasper.xmlparser.XMLStringBuffer
append
append(XMLString) - Method in class org.apache.jasper.xmlparser.XMLStringBuffer
append
appendFaultSubcode(QName) - Method in interface javax.xml.soap.SOAPFault
Adds a Subcode to the end of the sequence of Subcodes contained by this SOAPFault.
APPLICATION - Static variable in class javax.interceptor.Interceptor.Priority
Start of range for interceptors defined by applications.
APPLICATION - Static variable in class javax.servlet.jsp.PageContext
Name used to store ServletContext in PageContext name table.
APPLICATION_SCOPE - Static variable in class javax.servlet.jsp.PageContext
Application scope: named reference remains available in the ServletContext until it is reclaimed.
APPLICATION_SCOPE - Static variable in class org.apache.taglibs.standard.tlv.JstlBaseTLV
 
ApplicationException - Annotation Type in javax.ejb
Applied to an exception to denote that it is an application exception and should be reported to the client directly (i.e., unwrapped).
ApplicationServerInternalException - Exception in javax.resource.spi
An ApplicationServerInternalException is thrown by an application server to indicate error conditions specific to an application server.
ApplicationServerInternalException() - Constructor for exception javax.resource.spi.ApplicationServerInternalException
Constructs a new instance with null as its detail message.
ApplicationServerInternalException(String) - Constructor for exception javax.resource.spi.ApplicationServerInternalException
Constructs a new instance with the specified detail message.
ApplicationServerInternalException(Throwable) - Constructor for exception javax.resource.spi.ApplicationServerInternalException
Constructs a new throwable with the specified cause.
ApplicationServerInternalException(String, Throwable) - Constructor for exception javax.resource.spi.ApplicationServerInternalException
Constructs a new throwable with the specified detail message and cause.
ApplicationServerInternalException(String, String) - Constructor for exception javax.resource.spi.ApplicationServerInternalException
Constructs a new throwable with the specified detail message and an error code.
apply(Node.Nodes, ErrorDispatcher, PageInfo) - Method in class org.apache.jasper.compiler.TagPluginManager
 
apply(Object, Object, Object, Logger) - Method in class org.apache.taglibs.standard.lang.jstl.AndOperator
Applies the operator to the given value
apply(Object, Object, Object, Logger) - Method in class org.apache.taglibs.standard.lang.jstl.ArithmeticOperator
Applies the operator to the given value
apply(double, double, Logger) - Method in class org.apache.taglibs.standard.lang.jstl.ArithmeticOperator
Applies the operator to the given double values, returning a double
apply(long, long, Logger) - Method in class org.apache.taglibs.standard.lang.jstl.ArithmeticOperator
Applies the operator to the given double values, returning a double
apply(Object, Object, Object, Logger) - Method in class org.apache.taglibs.standard.lang.jstl.BinaryOperator
Applies the operator to the given pair of values
apply(Object, Object, Object, Logger) - Method in class org.apache.taglibs.standard.lang.jstl.DivideOperator
Applies the operator to the given value
apply(Object, Object, Logger) - Method in class org.apache.taglibs.standard.lang.jstl.EmptyOperator
Applies the operator to the given value
apply(Object, Object, Object, Logger) - Method in class org.apache.taglibs.standard.lang.jstl.EqualityOperator
Applies the operator to the given value
apply(boolean, Logger) - Method in class org.apache.taglibs.standard.lang.jstl.EqualityOperator
Applies the operator given the fact that the two elements are equal.
apply(boolean, Logger) - Method in class org.apache.taglibs.standard.lang.jstl.EqualsOperator
Applies the operator given the fact that the two elements are equal.
apply(Object, Object, Object, Logger) - Method in class org.apache.taglibs.standard.lang.jstl.GreaterThanOperator
Applies the operator to the given value
apply(double, double, Logger) - Method in class org.apache.taglibs.standard.lang.jstl.GreaterThanOperator
Applies the operator to the given double values
apply(long, long, Logger) - Method in class org.apache.taglibs.standard.lang.jstl.GreaterThanOperator
Applies the operator to the given long values
apply(String, String, Logger) - Method in class org.apache.taglibs.standard.lang.jstl.GreaterThanOperator
Applies the operator to the given String values
apply(Object, Object, Object, Logger) - Method in class org.apache.taglibs.standard.lang.jstl.GreaterThanOrEqualsOperator
Applies the operator to the given value
apply(double, double, Logger) - Method in class org.apache.taglibs.standard.lang.jstl.GreaterThanOrEqualsOperator
Applies the operator to the given double values
apply(long, long, Logger) - Method in class org.apache.taglibs.standard.lang.jstl.GreaterThanOrEqualsOperator
Applies the operator to the given long values
apply(String, String, Logger) - Method in class org.apache.taglibs.standard.lang.jstl.GreaterThanOrEqualsOperator
Applies the operator to the given String values
apply(Object, Object, Object, Logger) - Method in class org.apache.taglibs.standard.lang.jstl.IntegerDivideOperator
Applies the operator to the given value
apply(Object, Object, Object, Logger) - Method in class org.apache.taglibs.standard.lang.jstl.LessThanOperator
Applies the operator to the given value
apply(double, double, Logger) - Method in class org.apache.taglibs.standard.lang.jstl.LessThanOperator
Applies the operator to the given double values
apply(long, long, Logger) - Method in class org.apache.taglibs.standard.lang.jstl.LessThanOperator
Applies the operator to the given long values
apply(String, String, Logger) - Method in class org.apache.taglibs.standard.lang.jstl.LessThanOperator
Applies the operator to the given String values
apply(Object, Object, Object, Logger) - Method in class org.apache.taglibs.standard.lang.jstl.LessThanOrEqualsOperator
Applies the operator to the given value
apply(double, double, Logger) - Method in class org.apache.taglibs.standard.lang.jstl.LessThanOrEqualsOperator
Applies the operator to the given double values
apply(long, long, Logger) - Method in class org.apache.taglibs.standard.lang.jstl.LessThanOrEqualsOperator
Applies the operator to the given long values
apply(String, String, Logger) - Method in class org.apache.taglibs.standard.lang.jstl.LessThanOrEqualsOperator
Applies the operator to the given String values
apply(double, double, Logger) - Method in class org.apache.taglibs.standard.lang.jstl.MinusOperator
Applies the operator to the given double values, returning a double
apply(long, long, Logger) - Method in class org.apache.taglibs.standard.lang.jstl.MinusOperator
Applies the operator to the given double values, returning a double
apply(Object, Object, Object, Logger) - Method in class org.apache.taglibs.standard.lang.jstl.ModulusOperator
Applies the operator to the given value
apply(double, double, Logger) - Method in class org.apache.taglibs.standard.lang.jstl.MultiplyOperator
Applies the operator to the given double values, returning a double
apply(long, long, Logger) - Method in class org.apache.taglibs.standard.lang.jstl.MultiplyOperator
Applies the operator to the given double values, returning a double
apply(boolean, Logger) - Method in class org.apache.taglibs.standard.lang.jstl.NotEqualsOperator
Applies the operator given the fact that the two elements are equal.
apply(Object, Object, Logger) - Method in class org.apache.taglibs.standard.lang.jstl.NotOperator
Applies the operator to the given value
apply(Object, Object, Object, Logger) - Method in class org.apache.taglibs.standard.lang.jstl.OrOperator
Applies the operator to the given value
apply(double, double, Logger) - Method in class org.apache.taglibs.standard.lang.jstl.PlusOperator
Applies the operator to the given double values, returning a double
apply(long, long, Logger) - Method in class org.apache.taglibs.standard.lang.jstl.PlusOperator
Applies the operator to the given double values, returning a double
apply(Object, Object, Object, Logger) - Method in class org.apache.taglibs.standard.lang.jstl.RelationalOperator
Applies the operator to the given value
apply(double, double, Logger) - Method in class org.apache.taglibs.standard.lang.jstl.RelationalOperator
Applies the operator to the given double values
apply(long, long, Logger) - Method in class org.apache.taglibs.standard.lang.jstl.RelationalOperator
Applies the operator to the given long values
apply(String, String, Logger) - Method in class org.apache.taglibs.standard.lang.jstl.RelationalOperator
Applies the operator to the given String values
apply(Object, Object, Logger) - Method in class org.apache.taglibs.standard.lang.jstl.UnaryMinusOperator
Applies the operator to the given value
apply(Object, Object, Logger) - Method in class org.apache.taglibs.standard.lang.jstl.UnaryOperator
Applies the operator to the given value
applyArithmeticOperator(Object, Object, ArithmeticOperator, Logger) - Static method in class org.apache.taglibs.standard.lang.jstl.Coercions
Performs all of the necessary type conversions, then calls on the appropriate operator.
applyEqualityOperator(Object, Object, EqualityOperator, Logger) - Static method in class org.apache.taglibs.standard.lang.jstl.Coercions
Performs all of the necessary type conversions, then calls on the appropriate operator.
applyRelationalOperator(Object, Object, RelationalOperator, Logger) - Static method in class org.apache.taglibs.standard.lang.jstl.Coercions
Performs all of the necessary type conversions, then calls on the appropriate operator.
ARITH_ERROR - Static variable in class org.apache.taglibs.standard.lang.jstl.Constants
 
ARITH_OP_BAD_TYPE - Static variable in class org.apache.taglibs.standard.lang.jstl.Constants
 
ARITH_OP_NULL - Static variable in class org.apache.taglibs.standard.lang.jstl.Constants
 
ArithmeticOperator - Class in org.apache.taglibs.standard.lang.jstl
This is the superclass for all binary arithmetic operators
ArithmeticOperator() - Constructor for class org.apache.taglibs.standard.lang.jstl.ArithmeticOperator
 
AroundConstruct - Annotation Type in javax.interceptor
Designates an interceptor method that receives a callback when the target class constructor is invoked.
AroundInvoke - Annotation Type in javax.interceptor
Defines an interceptor method that interposes on business methods.
AroundTimeout - Annotation Type in javax.interceptor
Defines an interceptor method that interposes on timeout methods.
array(Selection<?>...) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an array-valued selection item.
ArraySuffix - Class in org.apache.taglibs.standard.lang.jstl
Represents an operator that obtains a Map entry, an indexed value, a property value, or an indexed property value of an object.
ArraySuffix(Expression) - Constructor for class org.apache.taglibs.standard.lang.jstl.ArraySuffix
Constructor
ArraySuffix() - Method in class org.apache.taglibs.standard.lang.jstl.parser.ELParser
 
as(Class<X>) - Method in interface javax.persistence.criteria.Expression
Perform a typecast upon the expression, returning a new expression object.
asc(Expression<?>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an ordering by the ascending value of the expression.
ASCII_CharStream - Class in org.apache.taglibs.standard.extra.spath
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
ASCII_CharStream(Reader, int, int, int) - Constructor for class org.apache.taglibs.standard.extra.spath.ASCII_CharStream
 
ASCII_CharStream(Reader, int, int) - Constructor for class org.apache.taglibs.standard.extra.spath.ASCII_CharStream
 
ASCII_CharStream(InputStream, int, int, int) - Constructor for class org.apache.taglibs.standard.extra.spath.ASCII_CharStream
 
ASCII_CharStream(InputStream, int, int) - Constructor for class org.apache.taglibs.standard.extra.spath.ASCII_CharStream
 
ASCII_UCodeESC_CharStream - Class in org.apache.taglibs.standard.extra.spath
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (with java-like unicode escape processing).
ASCII_UCodeESC_CharStream(Reader, int, int, int) - Constructor for class org.apache.taglibs.standard.extra.spath.ASCII_UCodeESC_CharStream
 
ASCII_UCodeESC_CharStream(Reader, int, int) - Constructor for class org.apache.taglibs.standard.extra.spath.ASCII_UCodeESC_CharStream
 
ASCII_UCodeESC_CharStream(InputStream, int, int, int) - Constructor for class org.apache.taglibs.standard.extra.spath.ASCII_UCodeESC_CharStream
 
ASCII_UCodeESC_CharStream(InputStream, int, int) - Constructor for class org.apache.taglibs.standard.extra.spath.ASCII_UCodeESC_CharStream
 
ASCIIReader - Class in org.apache.jasper.xmlparser
A simple ASCII byte reader.
ASCIIReader(InputStream, int) - Constructor for class org.apache.jasper.xmlparser.ASCIIReader
Constructs an ASCII reader from the specified input stream and buffer size.
associateConnection(Object, ManagedConnectionFactory, ConnectionRequestInfo) - Method in interface javax.resource.spi.LazyAssociatableConnectionManager
This method is called by a resource adapter (that is capable of lazy connection association optimization) in order to lazily associate a connection object with a ManagedConnection instance.
associateConnection(Object) - Method in interface javax.resource.spi.ManagedConnection
Used typically by the container to change the association of an application-level connection handle with a ManagedConnection instance.
Association - Interface in javax.xml.registry.infomodel
A RegistryObject instance may be associated with zero or more RegistryObject instances.
ASSOCIATION - Static variable in interface javax.xml.registry.LifeCycleManager
Constant representing the javax.xml.registry.infomodel.Association interface.
AssociationOverride - Annotation Type in javax.persistence
Used to override a mapping for an entity relationship.
AssociationOverrides - Annotation Type in javax.persistence
Used to override mappings of multiple relationship properties or fields.
ASYNC_CONTEXT_PATH - Static variable in interface javax.servlet.AsyncContext
The name of the request attribute under which the original context path is made available to the target of a AsyncContext.dispatch(String) or AsyncContext.dispatch(ServletContext,String)
ASYNC_MAPPING - Static variable in interface javax.servlet.AsyncContext
The name of the request attribute under which the original HttpServletMapping is made available to the target of a AsyncContext.dispatch(String) or AsyncContext.dispatch(ServletContext,String)
ASYNC_PATH_INFO - Static variable in interface javax.servlet.AsyncContext
The name of the request attribute under which the original path info is made available to the target of a AsyncContext.dispatch(String) or AsyncContext.dispatch(ServletContext,String)
ASYNC_QUERY_STRING - Static variable in interface javax.servlet.AsyncContext
The name of the request attribute under which the original query string is made available to the target of a AsyncContext.dispatch(String) or AsyncContext.dispatch(ServletContext,String)
ASYNC_REQUEST_URI - Static variable in interface javax.servlet.AsyncContext
The name of the request attribute under which the original request URI is made available to the target of a AsyncContext.dispatch(String) or AsyncContext.dispatch(ServletContext,String)
ASYNC_SERVLET_PATH - Static variable in interface javax.servlet.AsyncContext
The name of the request attribute under which the original servlet path is made available to the target of a AsyncContext.dispatch(String) or AsyncContext.dispatch(ServletContext,String)
AsyncContext - Interface in javax.servlet
Class representing the execution context for an asynchronous operation that was initiated on a ServletRequest.
AsyncEvent - Class in javax.servlet
Event that gets fired when the asynchronous operation initiated on a ServletRequest (via a call to ServletRequest.startAsync() or ServletRequest.startAsync(ServletRequest, ServletResponse)) has completed, timed out, or produced an error.
AsyncEvent(AsyncContext) - Constructor for class javax.servlet.AsyncEvent
Constructs an AsyncEvent from the given AsyncContext.
AsyncEvent(AsyncContext, ServletRequest, ServletResponse) - Constructor for class javax.servlet.AsyncEvent
Constructs an AsyncEvent from the given AsyncContext, ServletRequest, and ServletResponse.
AsyncEvent(AsyncContext, Throwable) - Constructor for class javax.servlet.AsyncEvent
Constructs an AsyncEvent from the given AsyncContext and Throwable.
AsyncEvent(AsyncContext, ServletRequest, ServletResponse, Throwable) - Constructor for class javax.servlet.AsyncEvent
Constructs an AsyncEvent from the given AsyncContext, ServletRequest, ServletResponse, and Throwable.
AsyncHandler<T> - Interface in javax.xml.ws
The AsyncHandler interface is implemented by clients that wish to receive callback notification of the completion of service endpoint operations invoked asynchronously.
Asynchronous - Annotation Type in javax.ejb
Used to mark a session bean method as an asynchronous method or to designate all business methods of a session bean class as asynchronous.
AsyncListener - Interface in javax.servlet
Listener that will be notified in the event that an asynchronous operation initiated on a ServletRequest to which the listener had been added has completed, timed out, or resulted in an error.
AsyncResult<V> - Class in javax.ejb
Wraps the result of an asynchronous method call as a Future object, preserving compatability with the business interface signature.
AsyncResult(V) - Constructor for class javax.ejb.AsyncResult
Creates a AsyncResult instance to wrap the result of an asynchronous method call
AT - Static variable in interface org.apache.taglibs.standard.extra.spath.SPathParserConstants
 
AT_BEGIN - Static variable in class javax.servlet.jsp.tagext.VariableInfo
Scope information that scripting variable is visible after start tag.
AT_END - Static variable in class javax.servlet.jsp.tagext.VariableInfo
Scope information that scripting variable is visible after end tag.
AttachmentMarshaller - Class in javax.xml.bind.attachment
Enable JAXB marshalling to optimize storage of binary data.
AttachmentMarshaller() - Constructor for class javax.xml.bind.attachment.AttachmentMarshaller
 
AttachmentPart - Class in javax.xml.soap
A single attachment to a SOAPMessage object.
AttachmentPart() - Constructor for class javax.xml.soap.AttachmentPart
 
AttachmentUnmarshaller - Class in javax.xml.bind.attachment
Enables JAXB unmarshalling of a root document containing optimized binary data formats.
AttachmentUnmarshaller() - Constructor for class javax.xml.bind.attachment.AttachmentUnmarshaller
 
Attribute<X,Y> - Interface in javax.persistence.metamodel
Represents an attribute of a Java type.
attribute(QName, String) - Method in class javax.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
Adds an extension attribute to the W3CEndpointReference instance's wsa:EndpointReference element.
Attribute.PersistentAttributeType - Enum in javax.persistence.metamodel
 
ATTRIBUTE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
ATTRIBUTE_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
ATTRIBUTE_EVALUATION_EXCEPTION - Static variable in class org.apache.taglibs.standard.lang.jstl.Constants
 
ATTRIBUTE_PARSE_EXCEPTION - Static variable in class org.apache.taglibs.standard.lang.jstl.Constants
 
attributeAdded(HttpSessionBindingEvent) - Method in interface javax.servlet.http.HttpSessionAttributeListener
Receives notification that an attribute has been added to a session.
attributeAdded(ServletContextAttributeEvent) - Method in interface javax.servlet.ServletContextAttributeListener
Receives notification that an attribute has been added to the ServletContext.
attributeAdded(ServletRequestAttributeEvent) - Method in interface javax.servlet.ServletRequestAttributeListener
Receives notification that an attribute has been added to the ServletRequest.
AttributeConverter<X,Y> - Interface in javax.persistence
A class that implements this interface can be used to convert entity attribute state into database column representation and back again.
AttributeNode<T> - Interface in javax.persistence
Represents an attribute node of an entity graph.
AttributeOverride - Annotation Type in javax.persistence
Used to override the mapping of a Basic (whether explicit or default) property or field or Id property or field.
AttributeOverrides - Annotation Type in javax.persistence
Used to override mappings of multiple properties or fields.
AttributePredicate - Class in org.apache.taglibs.standard.extra.spath
Represents a predicate expression concerning a single attribute.
AttributePredicate(String, String) - Constructor for class org.apache.taglibs.standard.extra.spath.AttributePredicate
Constructs a new AttributePredicate, given an attribute name and a target literal (with which to test equality).
attributePredicate() - Method in class org.apache.taglibs.standard.extra.spath.SPathParser
 
attributeRemoved(HttpSessionBindingEvent) - Method in interface javax.servlet.http.HttpSessionAttributeListener
Receives notification that an attribute has been removed from a session.
attributeRemoved(ServletContextAttributeEvent) - Method in interface javax.servlet.ServletContextAttributeListener
Receives notification that an attribute has been removed from the ServletContext.
attributeRemoved(ServletRequestAttributeEvent) - Method in interface javax.servlet.ServletRequestAttributeListener
Receives notification that an attribute has been removed from the ServletRequest.
attributeReplaced(HttpSessionBindingEvent) - Method in interface javax.servlet.http.HttpSessionAttributeListener
Receives notification that an attribute has been replaced in a session.
attributeReplaced(ServletContextAttributeEvent) - Method in interface javax.servlet.ServletContextAttributeListener
 
attributeReplaced(ServletRequestAttributeEvent) - Method in interface javax.servlet.ServletRequestAttributeListener
Receives notification that an attribute has been replaced on the ServletRequest.
attributes - Variable in class org.apache.jasper.xmlparser.TreeNode
The attributes of this node, keyed by attribute name, Instantiated only if required.
AttrValueExpression() - Method in class org.apache.taglibs.standard.lang.jstl.parser.ELParser
 
AttrValueString() - Method in class org.apache.taglibs.standard.lang.jstl.parser.ELParser
 
AUDITABLE_EVENT - Static variable in interface javax.xml.registry.LifeCycleManager
Constant representing the javax.xml.registry.infomodel.AuditableEvent interface.
AuditableEvent - Interface in javax.xml.registry.infomodel
AuditableEvent instances provide a long term record of events that effect a change of state in a RegistryObject.
authenticate(HttpServletRequest, HttpServletResponse, AuthenticationParameters) - Method in interface javax.security.enterprise.SecurityContext
Signal to the container (programmatically trigger) that it should start or continue a web/HTTP based authentication dialog with the caller.
authenticate(HttpServletResponse) - Method in interface javax.servlet.http.HttpServletRequest
Use the container login mechanism configured for the ServletContext to authenticate the user making this request.
authenticate(HttpServletResponse) - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to call authenticate on the wrapped request object.
AuthenticationException - Exception in javax.security.enterprise
A generic authentication exception.
AuthenticationException() - Constructor for exception javax.security.enterprise.AuthenticationException
Constructs a new AuthenticationException exception with null as its detail message.
AuthenticationException(String) - Constructor for exception javax.security.enterprise.AuthenticationException
Constructs a new AuthenticationException exception with the specified detail message.
AuthenticationException(String, Throwable) - Constructor for exception javax.security.enterprise.AuthenticationException
Constructs a new AuthenticationException exception with the specified detail message and cause.
AuthenticationException(Throwable) - Constructor for exception javax.security.enterprise.AuthenticationException
Constructs a new AuthenticationException exception with the specified cause.
AuthenticationMechanism - Annotation Type in javax.resource.spi
 
AuthenticationMechanism.CredentialInterface - Enum in javax.resource.spi
An enumerated type that represents the various interfaces that a resource adapter may support for the representation of the credentials.
AuthenticationParameters - Class in javax.security.enterprise.authentication.mechanism.http
Parameters that are provided along with an authentication request.
AuthenticationParameters() - Constructor for class javax.security.enterprise.authentication.mechanism.http.AuthenticationParameters
 
AuthenticationStatus - Enum in javax.security.enterprise
The AuthenticationStatus is used as a return value by primarily the HttpAuthenticationMechanism to indicate the result (status) of the authentication process.
AUTHORIZED_NAME_SLOT - Static variable in interface javax.xml.registry.infomodel.Slot
Name for pre-defined Slot used in Organization and ClassificationScheme by JAXR UDDI provider.
AUTO_ACKNOWLEDGE - Static variable in interface javax.jms.JMSContext
With this session mode, the JMSContext's session automatically acknowledges a client's receipt of a message either when the session has successfully returned from a call to receive or when the message listener the session has called to process the message successfully returns.
AUTO_ACKNOWLEDGE - Static variable in interface javax.jms.Session
With this acknowledgment mode, the session automatically acknowledges a client's receipt of a message either when the session has successfully returned from a call to receive or when the message listener the session has called to process the message successfully returns.
AutoApplySession - Annotation Type in javax.security.enterprise.authentication.mechanism.http
The AutoApplySession annotation provides an application the ability to declaratively designate that an authentication mechanism uses the javax.servlet.http.registerSession and auto applies this for every request.
autoFlush - Variable in class javax.servlet.jsp.JspWriter
Whether the JspWriter is autoflushing.
avg(Expression<N>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an aggregate expression applying the avg operation.

B

backup(int) - Method in class org.apache.taglibs.standard.extra.spath.ASCII_CharStream
 
backup(int) - Method in class org.apache.taglibs.standard.extra.spath.ASCII_UCodeESC_CharStream
 
backup(int) - Method in class org.apache.taglibs.standard.lang.jstl.parser.SimpleCharStream
 
BAD_IMPLICIT_OBJECT - Static variable in class org.apache.taglibs.standard.lang.jstl.Constants
 
BAD_INDEX_VALUE - Static variable in class org.apache.taglibs.standard.lang.jstl.Constants
 
BADLY_ESCAPED_STRING_LITERAL - Static variable in interface org.apache.taglibs.standard.lang.jstl.parser.ELParserConstants
 
BASE_64 - Static variable in class javax.json.bind.config.BinaryDataStrategy
Using this strategy, binary data is encoded using the Base64 encoding scheme as specified in RFC 4648 and RFC 2045.
BASE_64_URL - Static variable in class javax.json.bind.config.BinaryDataStrategy
Using this strategy, binary data is encoded using the "URL and Filename safe Base64 Alphabet" as specified in Table 2 of RFC 4648.
basename - Variable in class org.apache.taglibs.standard.tag.common.fmt.BundleSupport
 
basename - Variable in class org.apache.taglibs.standard.tag.common.fmt.SetBundleSupport
 
Basic - Annotation Type in javax.persistence
The simplest type of mapping to a database column.
BASIC_AUTH - Static variable in interface javax.servlet.http.HttpServletRequest
String identifier for Basic authentication.
BasicAuthenticationCredential - Class in javax.security.enterprise.credential
BasicAuthenticationCredential extends UsernamePasswordCredential to represent credentials used by HTTP Basic Authentication.
BasicAuthenticationCredential(String) - Constructor for class javax.security.enterprise.credential.BasicAuthenticationCredential
Constructor
BasicAuthenticationMechanismDefinition - Annotation Type in javax.security.enterprise.authentication.mechanism.http
Annotation used to define a container authentication mechanism that implements the HTTP basic access authentication protocol as defined by the Servlet spec (13.6.1) and make that implementation available as an enabled CDI bean.
BasicType<X> - Interface in javax.persistence.metamodel
Instances of the type BasicType represent basic types (including temporal and enumerated types).
Bean1 - Class in org.apache.taglibs.standard.lang.jstl.test
This is a test bean with a set of properties
Bean1() - Constructor for class org.apache.taglibs.standard.lang.jstl.test.Bean1
Constructor
Bean2 - Class in org.apache.taglibs.standard.lang.jstl.test
This is a test bean that holds a single String
Bean2(String) - Constructor for class org.apache.taglibs.standard.lang.jstl.test.Bean2
Constructor
Bean2Editor - Class in org.apache.taglibs.standard.lang.jstl.test
PropertyEditor for parsing Bean2
Bean2Editor() - Constructor for class org.apache.taglibs.standard.lang.jstl.test.Bean2Editor
 
BeanInfoIndexedProperty - Class in org.apache.taglibs.standard.lang.jstl
This contains the information for one indexed property in a BeanInfo - IndexedPropertyDescriptor, read method, and write method.
BeanInfoIndexedProperty(Method, Method, IndexedPropertyDescriptor) - Constructor for class org.apache.taglibs.standard.lang.jstl.BeanInfoIndexedProperty
Constructor
BeanInfoManager - Class in org.apache.taglibs.standard.lang.jstl
Manages the BeanInfo for one class - contains the BeanInfo, and also a mapping from property name to BeanInfoProperty.
BeanInfoProperty - Class in org.apache.taglibs.standard.lang.jstl
This contains the information for one property in a BeanInfo - PropertyDescriptor, read method, and write method.
BeanInfoProperty(Method, Method, PropertyDescriptor) - Constructor for class org.apache.taglibs.standard.lang.jstl.BeanInfoProperty
Constructor
BeforeCompletion - Annotation Type in javax.ejb
Designate a stateful session bean method to receive the before completion session synchronization callback.
beforeCompletion() - Method in interface javax.ejb.SessionSynchronization
The beforeCompletion method notifies a stateful session bean instance that a transaction is about to be committed.
beforeCompletion() - Method in interface javax.transaction.Synchronization
The beforeCompletion method is called by the transaction manager prior to the start of the two-phase transaction commit process.
beforeDelivery(Method) - Method in interface javax.resource.spi.endpoint.MessageEndpoint
This is called by a resource adapter before a message is delivered.
beforeMarshal(Object) - Method in class javax.xml.bind.Marshaller.Listener
Callback method invoked before marshalling from source to XML.
beforeRequest(Map<String, List<String>>) - Method in class javax.websocket.ClientEndpointConfig.Configurator
This method is called by the implementation after it has formulated the handshake request that will be used to initiate the connection to the server, but before it has sent any part of the request.
beforeUnmarshal(Object, Object) - Method in class javax.xml.bind.Unmarshaller.Listener
Callback method invoked before unmarshalling into target.
begin() - Method in interface javax.persistence.EntityTransaction
Start a resource transaction.
begin() - Method in interface javax.resource.cci.LocalTransaction
Begins a local transaction on an EIS instance.
begin() - Method in interface javax.resource.spi.LocalTransaction
Begin a local transaction
begin - Variable in class javax.servlet.jsp.jstl.core.LoopTagSupport
Starting index ('begin' attribute)
begin() - Method in interface javax.transaction.TransactionManager
Create a new transaction and associate it with the current thread.
begin() - Method in interface javax.transaction.UserTransaction
Create a new transaction and associate it with the current thread.
beginColumn - Variable in class org.apache.taglibs.standard.extra.spath.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginColumn - Variable in class org.apache.taglibs.standard.lang.jstl.parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginLine - Variable in class org.apache.taglibs.standard.extra.spath.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginLine - Variable in class org.apache.taglibs.standard.lang.jstl.parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginSpecified - Variable in class javax.servlet.jsp.jstl.core.LoopTagSupport
Boolean flag indicating whether 'begin' was specified.
BeginToken() - Method in class org.apache.taglibs.standard.extra.spath.ASCII_CharStream
 
BeginToken() - Method in class org.apache.taglibs.standard.extra.spath.ASCII_UCodeESC_CharStream
 
BeginToken() - Method in class org.apache.taglibs.standard.lang.jstl.parser.SimpleCharStream
 
between(Expression<? extends Y>, Expression<? extends Y>, Expression<? extends Y>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is between the second and third arguments in value.
between(Expression<? extends Y>, Y, Y) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is between the second and third arguments in value.
BigDecimalHolder - Class in javax.xml.rpc.holders
 
BigDecimalHolder() - Constructor for class javax.xml.rpc.holders.BigDecimalHolder
 
BigDecimalHolder(BigDecimal) - Constructor for class javax.xml.rpc.holders.BigDecimalHolder
 
BigIntegerHolder - Class in javax.xml.rpc.holders
 
BigIntegerHolder() - Constructor for class javax.xml.rpc.holders.BigIntegerHolder
 
BigIntegerHolder(BigInteger) - Constructor for class javax.xml.rpc.holders.BigIntegerHolder
 
BINARY_DATA_STRATEGY - Static variable in class javax.json.bind.JsonbConfig
Property used to specify custom binary data strategy.
BinaryDataStrategy - Class in javax.json.bind.config
Specifies predefined binary data handling strategies.
BinaryOperator - Class in org.apache.taglibs.standard.lang.jstl
This is the superclass for all binary operators
BinaryOperator() - Constructor for class org.apache.taglibs.standard.lang.jstl.BinaryOperator
Constructor
BinaryOperatorExpression - Class in org.apache.taglibs.standard.lang.jstl
An expression representing a binary operator on a value
BinaryOperatorExpression(Expression, List, List) - Constructor for class org.apache.taglibs.standard.lang.jstl.BinaryOperatorExpression
Constructor
Bindable<T> - Interface in javax.persistence.metamodel
Instances of the type Bindable represent object or attribute types that can be bound into a Path.
Bindable.BindableType - Enum in javax.persistence.metamodel
 
Binder<XmlNode> - Class in javax.xml.bind
Enable synchronization between XML infoset nodes and JAXB objects representing same XML document.
Binder() - Constructor for class javax.xml.bind.Binder
 
Binding - Interface in javax.xml.ws
The Binding interface is the base interface for JAX-WS protocol bindings.
BindingProvider - Interface in javax.xml.ws
The BindingProvider interface provides access to the protocol binding and associated context objects for request and response message processing.
BindingType - Annotation Type in javax.xml.ws
The BindingType annotation is used to specify the binding to use for a web service endpoint implementation class.
body - Variable in class org.apache.jasper.xmlparser.TreeNode
The body text associated with this node (if any).
BODY_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
BODY_CONTENT_EMPTY - Static variable in class javax.servlet.jsp.tagext.TagInfo
Static constant for getBodyContent() when it is empty.
BODY_CONTENT_JSP - Static variable in class javax.servlet.jsp.tagext.TagInfo
Static constant for getBodyContent() when it is JSP.
BODY_CONTENT_SCRIPTLESS - Static variable in class javax.servlet.jsp.tagext.TagInfo
Static constant for getBodyContent() when it is scriptless.
BODY_CONTENT_TAG_DEPENDENT - Static variable in class javax.servlet.jsp.tagext.TagInfo
Static constant for getBodyContent() when it is Tag dependent.
BodyContent - Class in javax.servlet.jsp.tagext
An encapsulation of the evaluation of the body of an action so it is available to a tag handler.
BodyContent(JspWriter) - Constructor for class javax.servlet.jsp.tagext.BodyContent
Protected constructor.
bodyContent - Variable in class javax.servlet.jsp.tagext.BodyTagSupport
The current BodyContent for this BodyTag.
BodyContentImpl - Class in org.apache.jasper.runtime
Write text to a character-output stream, buffering characters so as to provide for the efficient writing of single characters, arrays, and strings.
BodyContentImpl(JspWriter) - Constructor for class org.apache.jasper.runtime.BodyContentImpl
Constructor.
BodyTag - Interface in javax.servlet.jsp.tagext
The BodyTag interface extends IterationTag by defining additional methods that let a tag handler manipulate the content of evaluating its body.
BodyTagSupport - Class in javax.servlet.jsp.tagext
A base class for defining tag handlers implementing BodyTag.
BodyTagSupport() - Constructor for class javax.servlet.jsp.tagext.BodyTagSupport
Default constructor, all subclasses are required to only define a public constructor with the same signature, and to call the superclass constructor.
BOOLEAN_TO_CHARACTER - Static variable in class org.apache.taglibs.standard.lang.jstl.Constants
 
BOOLEAN_TO_NUMBER - Static variable in class org.apache.taglibs.standard.lang.jstl.Constants
 
BooleanHolder - Class in javax.xml.rpc.holders
 
BooleanHolder() - Constructor for class javax.xml.rpc.holders.BooleanHolder
 
BooleanHolder(boolean) - Constructor for class javax.xml.rpc.holders.BooleanHolder
 
BooleanLiteral - Class in org.apache.taglibs.standard.lang.jstl
An expression representing a boolean literal value
BooleanLiteral(String) - Constructor for class org.apache.taglibs.standard.lang.jstl.BooleanLiteral
Constructor
BooleanLiteral() - Method in class org.apache.taglibs.standard.lang.jstl.parser.ELParser
 
booleanValue(String) - Static method in class org.apache.jasper.compiler.JspUtil
Convert a String value to 'boolean'.
booleanValueOf(Node, String) - Method in class org.apache.taglibs.standard.tag.common.xml.XPathUtil
Evaluate an XPath expression to a boolean value.
BooleanWrapperHolder - Class in javax.xml.rpc.holders
 
BooleanWrapperHolder() - Constructor for class javax.xml.rpc.holders.BooleanWrapperHolder
 
BooleanWrapperHolder(Boolean) - Constructor for class javax.xml.rpc.holders.BooleanWrapperHolder
 
BootstrapContext - Interface in javax.resource.spi
This provides a mechanism to pass a bootstrap context to a resource adapter instance when it is bootstrapped.
BoundaryStatistic - Interface in javax.management.j2ee.statistics
Specifies standard measurements of the upper and lower limits of the value of an attribute.
BoundedRangeStatistic - Interface in javax.management.j2ee.statistics
The BoundedRangeStatistic model aggregates the attributes of RangeStatistic and BoundaryStatistic and provides standard measurements of a range that has fixed limits.
bufferSize - Variable in class javax.servlet.jsp.JspWriter
The size of the buffer used by the JspWriter.
bufpos - Variable in class org.apache.taglibs.standard.extra.spath.ASCII_CharStream
 
bufpos - Variable in class org.apache.taglibs.standard.extra.spath.ASCII_UCodeESC_CharStream
 
bufpos - Variable in class org.apache.taglibs.standard.lang.jstl.parser.SimpleCharStream
 
build() - Method in interface javax.json.bind.JsonbBuilder
Returns a new instance of Jsonb based on the parameters and configuration specified previously in this builder.
build() - Method in class javax.websocket.ClientEndpointConfig.Builder
Builds a configuration object using the attributes set on this builder.
build() - Method in class javax.websocket.server.ServerEndpointConfig.Builder
Builds the configuration object using the current attributes that have been set on this builder object.
build() - Method in class javax.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
Builds a W3CEndpointReference from the accumulated properties set on this W3CEndpointReferenceBuilder instance.
BulkResponse - Interface in javax.xml.registry
Contains the response of a method in the API that performs a bulk operation and returns a bulk response.
bundleAttrValue - Variable in class org.apache.taglibs.standard.tag.common.fmt.MessageSupport
 
bundleSpecified - Variable in class org.apache.taglibs.standard.tag.common.fmt.MessageSupport
 
BundleSupport - Class in org.apache.taglibs.standard.tag.common.fmt
Support for tag handlers for <bundle>, the resource bundle loading tag in JSTL 1.0.
BundleSupport() - Constructor for class org.apache.taglibs.standard.tag.common.fmt.BundleSupport
 
BundleTag - Class in org.apache.taglibs.standard.tag.el.fmt
A handler for <bundle> that accepts attributes as Strings and evaluates them as expressions at runtime.
BundleTag() - Constructor for class org.apache.taglibs.standard.tag.el.fmt.BundleTag
Constructs a new BundleTag.
BundleTag - Class in org.apache.taglibs.standard.tag.rt.fmt
A handler for <bundle> that supports rtexprvalue-based attributes.
BundleTag() - Constructor for class org.apache.taglibs.standard.tag.rt.fmt.BundleTag
 
BusinessLifeCycleManager - Interface in javax.xml.registry
The BusinessLifeCycleManager interface, which is exposed by the Registry Service, implements the life cycle management functionality of the Registry as part of a business level API.
BusinessQueryManager - Interface in javax.xml.registry
The BusinessQueryManager interface, which is exposed by the Registry Service, implements the business style query interface.
BYTE - Static variable in class javax.json.bind.config.BinaryDataStrategy
Using this strategy, binary data is encoded as a byte array.
ByteArrayHolder - Class in javax.xml.rpc.holders
 
ByteArrayHolder() - Constructor for class javax.xml.rpc.holders.ByteArrayHolder
 
ByteArrayHolder(byte[]) - Constructor for class javax.xml.rpc.holders.ByteArrayHolder
 
ByteHolder - Class in javax.xml.rpc.holders
 
ByteHolder() - Constructor for class javax.xml.rpc.holders.ByteHolder
 
ByteHolder(byte) - Constructor for class javax.xml.rpc.holders.ByteHolder
 
byteOut - Variable in class org.apache.jasper.runtime.JspWriterImpl
 
BytesMessage - Interface in javax.jms
A BytesMessage object is used to send a message containing a stream of uninterpreted bytes.
ByteWrapperHolder - Class in javax.xml.rpc.holders
 
ByteWrapperHolder() - Constructor for class javax.xml.rpc.holders.ByteWrapperHolder
 
ByteWrapperHolder(Byte) - Constructor for class javax.xml.rpc.holders.ByteWrapperHolder
 
ByteWriter - Interface in org.glassfish.jsp.api
This interface defines additional functionalities a web container can provide for the response writer.

C

Cache - Interface in javax.persistence
Interface used to interact with the second-level cache.
Cacheable - Annotation Type in javax.persistence
Specifies whether an entity should be cached if caching is enabled when the value of the persistence.xml caching element is ENABLE_SELECTIVE or DISABLE_SELECTIVE.
CacheRetrieveMode - Enum in javax.persistence
Used as the value of the javax.persistence.cache.retrieveMode property to specify the behavior when data is retrieved by the find methods and by queries.
CacheStoreMode - Enum in javax.persistence
Used as the value of the javax.persistence.cache.storeMode property to specify the behavior when data is read from the database and when data is committed into the database.
CalendarHolder - Class in javax.xml.rpc.holders
 
CalendarHolder() - Constructor for class javax.xml.rpc.holders.CalendarHolder
 
CalendarHolder(Calendar) - Constructor for class javax.xml.rpc.holders.CalendarHolder
 
Call - Interface in javax.xml.rpc
The javax.xml.rpc.Call interface provides support for the dynamic invocation of a service endpoint.
call(SOAPMessage, Object) - Method in class javax.xml.soap.SOAPConnection
Sends the given message to the specified endpoint and blocks until it has returned the response.
CallerOnlyCredential - Class in javax.security.enterprise.credential
CallerOnlyCredential represents a credential that only contains a caller name and no secret of any kind.
CallerOnlyCredential(String) - Constructor for class javax.security.enterprise.credential.CallerOnlyCredential
 
CallerPrincipal - Class in javax.security.enterprise
Principal that represents the caller principal associated with the invocation being processed by the container (e.g.
CallerPrincipal(String) - Constructor for class javax.security.enterprise.CallerPrincipal
 
canBeRequestTime() - Method in class javax.servlet.jsp.tagext.TagAttributeInfo
Whether this attribute has been specified in the TLD as rtexprvalue.
cancel(boolean) - Method in class javax.ejb.AsyncResult
This method should not be called.
cancel() - Method in interface javax.ejb.Timer
Cause the timer and all its associated expiration notifications to be cancelled.
canFlush() - Method in class org.apache.jasper.runtime.ServletResponseWrapperInclude
Indicates whether or not the wrapped JspWriter can be flushed.
CANT_FIND_INDEX - Static variable in class org.apache.taglibs.standard.lang.jstl.Constants
 
CANT_GET_INDEXED_PROPERTY - Static variable in class org.apache.taglibs.standard.lang.jstl.Constants
 
CANT_GET_INDEXED_VALUE_OF_NULL - Static variable in class org.apache.taglibs.standard.lang.jstl.Constants
 
CANT_GET_NULL_INDEX - Static variable in class org.apache.taglibs.standard.lang.jstl.Constants
 
CANT_GET_PROPERTY_OF_NULL - Static variable in class org.apache.taglibs.standard.lang.jstl.Constants
 
CapabilityProfile - Interface in javax.xml.registry
Provides information about the capabilities of a JAXR provider.
CascadeType - Enum in javax.persistence
Defines the set of cascadable operations that are propagated to the associated entity.
CASE_INSENSITIVE - Static variable in interface javax.json.bind.config.PropertyNamingStrategy
Using this strategy, the serialization will be same as identity.
CASE_SENSITIVE_MATCH - Static variable in interface javax.xml.registry.FindQualifier
Specifies a hint to queries that they should case-sensitive match when comparing String values.
CatchTag - Class in org.apache.taglibs.standard.tag.common.core
Tag handler for <catch> in JSTL 1.0.
CatchTag() - Constructor for class org.apache.taglibs.standard.tag.common.core.CatchTag
 
cause - Variable in exception javax.xml.registry.JAXRException
The Throwable that caused this JAXRException to occur.
ch - Variable in class org.apache.jasper.xmlparser.XMLString
The character array.
changeSessionId() - Method in interface javax.servlet.http.HttpServletRequest
Change the session id of the current session associated with this request and return the new session id.
changeSessionId() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return changeSessionId() on the wrapped request object.
CHARACTER_SET_ENCODING - Static variable in class javax.xml.soap.SOAPMessage
Specifies the character type encoding for the SOAP Message.
characters - Variable in class org.apache.jasper.xmlparser.SymbolTable.Entry
Symbol characters.
characters(char[], int, int) - Method in class org.apache.taglibs.standard.extra.spath.SPathFilter
Filter for characters().
charArrayWriter - Variable in class org.apache.jasper.compiler.Jsr199JavaCompiler
 
charEncoding - Variable in class org.apache.taglibs.standard.tag.common.core.ImportSupport
 
charEncoding - Variable in class org.apache.taglibs.standard.tag.common.fmt.RequestEncodingSupport
 
checkAttributes(String, Node, JspUtil.ValidAttribute[], ErrorDispatcher) - Static method in class org.apache.jasper.compiler.JspUtil
Checks if all mandatory attributes are present and if all attributes present have valid names.
checkOrigin(String) - Method in class javax.websocket.server.ServerEndpointConfig.Configurator
Check the value of the Origin header (See Origin Header) the client passed during the opening handshake.
checkScope(String, Node, ErrorDispatcher) - Static method in class org.apache.jasper.compiler.JspUtil
Checks to see if the given scope is valid.
children - Variable in class org.apache.jasper.xmlparser.TreeNode
The children of this node, instantiated only if required.
Choose - Class in org.apache.jasper.tagplugins.jstl
 
Choose() - Constructor for class org.apache.jasper.tagplugins.jstl.Choose
 
ChooseTag - Class in org.apache.taglibs.standard.tag.common.core
Tag handler for <choose> in JSTL.
ChooseTag() - Constructor for class org.apache.taglibs.standard.tag.common.core.ChooseTag
 
CHUNKSIZE - Static variable in class org.apache.jasper.compiler.JspUtil
 
classFiles - Variable in class org.apache.jasper.compiler.Jsr199JavaCompiler
 
Classification - Interface in javax.xml.registry.infomodel
The Classification interface is used to classify RegistryObject instances.
CLASSIFICATION - Static variable in interface javax.xml.registry.LifeCycleManager
Constant representing the javax.xml.registry.infomodel.Classification interface.
CLASSIFICATION_SCHEME - Static variable in interface javax.xml.registry.LifeCycleManager
Constant representing the javax.xml.registry.infomodel.ClassificationScheme interface.
ClassificationScheme - Interface in javax.xml.registry.infomodel
A ClassificationScheme instance represents a taxonomy that may be used to classify or categorize RegistryObject instances.
ClassInfo(String, SmapStratum) - Constructor for class org.apache.jasper.compiler.SmapUtil.ClassInfo
 
ClassTransformer - Interface in javax.persistence.spi
A persistence provider supplies an instance of this interface to the PersistenceUnitInfo.addTransformer method.
cleanClientSubject() - Method in interface javax.security.enterprise.authentication.mechanism.http.HttpMessageContext
Convenience method to clean the subject associated with this context.
cleanClientSubject() - Method in class javax.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
cleanSubject(HttpServletRequest, HttpServletResponse, HttpMessageContext) - Method in interface javax.security.enterprise.authentication.mechanism.http.HttpAuthenticationMechanism
Remove mechanism specific principals and credentials from the subject and any other state the mechanism might have used.
cleanup() - Method in interface javax.resource.spi.ManagedConnection
Application server calls this method to force any cleanup on the ManagedConnection instance.
clear() - Method in interface javax.persistence.EntityManager
Clear the persistence context, causing all managed entities to become detached.
clear() - Method in class javax.security.enterprise.credential.AbstractClearableCredential
 
clear() - Method in interface javax.security.enterprise.credential.Credential
Clears the credential.
clear() - Method in class javax.security.enterprise.credential.Password
Securely clears the password value.
clear() - Method in class javax.servlet.jsp.JspWriter
Clear the contents of the buffer.
clear() - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
Removes all registered TypeMappings and encodingStyleURIs from this TypeMappingRegistry.
clear() - Method in class org.apache.jasper.runtime.BodyContentImpl
Clear the contents of the buffer.
clear() - Method in class org.apache.jasper.runtime.JspWriterImpl
Discard the output buffer.
clear() - Method in class org.apache.jasper.xmlparser.XMLString
Resets all of the values to their defaults.
clear() - Method in class org.apache.jasper.xmlparser.XMLStringBuffer
Clears the string buffer.
clear() - Method in class org.apache.taglibs.standard.lang.jstl.EnumeratedMap
 
clearBody() - Method in interface javax.jms.Message
Clears out the message body.
clearBody() - Method in class javax.servlet.jsp.tagext.BodyContent
Clear the body without throwing any exceptions.
clearBuffer() - Method in class javax.servlet.jsp.JspWriter
Clears the current contents of the buffer.
clearBuffer() - Method in class org.apache.jasper.runtime.BodyContentImpl
Clears the current contents of the buffer.
clearBuffer() - Method in class org.apache.jasper.runtime.JspWriterImpl
 
clearCachedProviders() - Method in interface javax.persistence.spi.PersistenceProviderResolver
Clear cache of providers.
clearContent() - Method in class javax.xml.soap.AttachmentPart
Clears out the content of this AttachmentPart object.
clearCredential() - Method in class javax.security.enterprise.credential.AbstractClearableCredential
Invokes the specific subclass to securely clear the credential value.
clearCredential() - Method in class javax.security.enterprise.credential.UsernamePasswordCredential
 
clearProperties() - Method in interface javax.jms.JMSProducer
Clears any message properties set on this JMSProducer
clearProperties() - Method in interface javax.jms.Message
Clears a message's properties.
clearTagFileJarUrls() - Method in class org.apache.jasper.JspCompilationContext
Clears the context-wide mappings from JAR packaged tag file paths to their corresponding URLs.
clearTaglibs() - Method in class org.apache.jasper.JspCompilationContext
Clears the context-wide tag library cache.
clearWarnings() - Method in interface javax.resource.cci.Interaction
Clears all the warning reported by this Interaction instance.
CLIENT_ACKNOWLEDGE - Static variable in interface javax.jms.JMSContext
With this session mode, the client acknowledges a consumed message by calling the message's acknowledge method.
CLIENT_ACKNOWLEDGE - Static variable in interface javax.jms.Session
With this acknowledgment mode, the client acknowledges a consumed message by calling the message's acknowledge method.
CLIENT_CERT_AUTH - Static variable in interface javax.servlet.http.HttpServletRequest
String identifier for Client Certificate authentication.
ClientEndpoint - Annotation Type in javax.websocket
The ClientEndpoint annotation a class level annotation is used to denote that a POJO is a web socket client and can be deployed as such.
ClientEndpointConfig - Interface in javax.websocket
The ClientEndpointConfig is a special kind of endpoint configuration object that contains web socket configuration information specific only to client endpoints.
ClientEndpointConfig.Builder - Class in javax.websocket
The ClientEndpointConfig.Builder is a class used for creating ClientEndpointConfig objects for the purposes of deploying a client endpoint.
ClientEndpointConfig.Configurator - Class in javax.websocket
The Configurator class may be extended by developers who want to provide custom configuration algorithms, such as intercepting the opening handshake, or providing arbitrary methods and algorithms that can be accessed from each endpoint instance configured with this configurator.
clone() - Method in interface javax.resource.cci.Record
Creates and returns a copy of this object.
clone() - Method in class javax.servlet.http.Cookie
Overrides the standard java.lang.Object.clone method to return a copy of this Cookie.
close() - Method in class javax.ejb.embeddable.EJBContainer
Shutdown an embeddable EJBContainer instance.
close() - Method in interface javax.jms.Connection
Closes the connection.
close() - Method in interface javax.jms.ConnectionConsumer
Closes the connection consumer.
close() - Method in interface javax.jms.JMSConsumer
Closes the JMSConsumer.
close() - Method in interface javax.jms.JMSContext
Closes the JMSContext
close() - Method in interface javax.jms.MessageConsumer
Closes the message consumer.
close() - Method in interface javax.jms.MessageProducer
Closes the message producer.
close() - Method in interface javax.jms.QueueBrowser
Closes the QueueBrowser.
close() - Method in class javax.jms.QueueRequestor
Closes the QueueRequestor and its session.
close() - Method in interface javax.jms.Session
Closes the session.
close() - Method in class javax.jms.TopicRequestor
Closes the TopicRequestor and its session.
close() - Method in interface javax.persistence.EntityManager
Close an application-managed entity manager.
close() - Method in interface javax.persistence.EntityManagerFactory
Close the factory, releasing any resources that it holds.
close() - Method in interface javax.resource.cci.Connection
Initiates close of the connection handle at the application level.
close() - Method in interface javax.resource.cci.Interaction
Closes the current Interaction and release all the resources held for this instance by the resource adapter.
close() - Method in class javax.servlet.jsp.JspWriter
Close the stream, flushing it first.
close() - Method in interface javax.websocket.Session
Close the current conversation with a normal status code and no reason phrase.
close(CloseReason) - Method in interface javax.websocket.Session
Close the current conversation, giving a reason for the closure.
close() - Method in interface javax.xml.registry.Connection
Closes a Connection when it is no longer needed.
close() - Method in class javax.xml.soap.SOAPConnection
Closes this SOAPConnection object.
close(MessageContext) - Method in interface javax.xml.ws.handler.Handler
Called at the conclusion of a message exchange pattern just prior to the JAX-WS runtime dispatching a message, fault or exception.
close() - Method in class javax.xml.ws.spi.http.HttpExchange
This must be called to end an exchange.
close() - Method in class org.apache.jasper.compiler.ServletWriter
 
close() - Method in class org.apache.jasper.runtime.BodyContentImpl
Close the stream, flushing it first.
close() - Method in class org.apache.jasper.runtime.JspWriterImpl
Close the stream.
close() - Method in class org.apache.jasper.xmlparser.ASCIIReader
Close the stream.
close() - Method in class org.apache.jasper.xmlparser.UCSReader
Close the stream.
close() - Method in class org.apache.jasper.xmlparser.UTF8Reader
Close the stream.
CloseReason - Class in javax.websocket
A class encapsulating the reason why a web socket has been closed, or why it is being asked to close.
CloseReason(CloseReason.CloseCode, String) - Constructor for class javax.websocket.CloseReason
Creates a reason for closing a web socket connection with the given code and reason phrase.
CloseReason.CloseCode - Interface in javax.websocket
A marker interface for the close codes.
CloseReason.CloseCodes - Enum in javax.websocket
An Enumeration of status codes for a web socket close that are defined in the specification.
coalesce(Expression<? extends Y>, Expression<? extends Y>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression that returns null if all its arguments evaluate to null, and the value of the first non-null argument otherwise.
coalesce(Expression<? extends Y>, Y) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression that returns null if all its arguments evaluate to null, and the value of the first non-null argument otherwise.
coalesce() - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a coalesce expression.
coerce(Class, String) - Static method in class org.apache.jasper.compiler.JspUtil
 
coerce(String, Class<T>) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
coerce(Object, Class, Logger) - Static method in class org.apache.taglibs.standard.lang.jstl.Coercions
Coerces the given value to the specified class.
coerce(Object, Class) - Static method in class org.apache.taglibs.standard.lang.support.ExpressionEvaluatorManager
Performs a type conversion according to the EL's rules.
COERCE_TO_BOOLEAN - Static variable in class org.apache.taglibs.standard.lang.jstl.Constants
 
COERCE_TO_CHARACTER - Static variable in class org.apache.taglibs.standard.lang.jstl.Constants
 
COERCE_TO_NUMBER - Static variable in class org.apache.taglibs.standard.lang.jstl.Constants
 
COERCE_TO_OBJECT - Static variable in class org.apache.taglibs.standard.lang.jstl.Constants
 
coerceToBoolean(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
 
coerceToBoolean(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
coerceToBoolean(Object, Logger) - Static method in class org.apache.taglibs.standard.lang.jstl.Coercions
Coerces a value to a Boolean
coerceToByte(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
 
coerceToByte(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
coerceToChar(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
 
coerceToChar(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
coerceToCharacter(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
 
coerceToCharacter(Object, Logger) - Static method in class org.apache.taglibs.standard.lang.jstl.Coercions
Coerces a value to a Character
coerceToDouble(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
 
coerceToDouble(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
coerceToEnum(String, String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
 
coerceToFloat(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
 
coerceToFloat(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
coerceToInt(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
 
coerceToInt(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
coerceToInteger(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
 
coerceToInteger(Object, Logger) - Static method in class org.apache.taglibs.standard.lang.jstl.Coercions
Coerces a value to an Integer, returning null if the coercion isn't possible.
coerceToLong(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
 
coerceToLong(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
coerceToObject(Object, Class, Logger) - Static method in class org.apache.taglibs.standard.lang.jstl.Coercions
Coerces a value to the specified Class that is not covered by any of the above cases
coerceToPrimitiveBoolean(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
 
coerceToPrimitiveByte(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
 
coerceToPrimitiveDouble(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
 
coerceToPrimitiveFloat(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
 
coerceToPrimitiveLong(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
 
coerceToPrimitiveNumber(Object, Class, Logger) - Static method in class org.apache.taglibs.standard.lang.jstl.Coercions
Coerces a value to the given primitive number class
coerceToPrimitiveShort(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
 
coerceToShort(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
 
coerceToShort(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
coerceToString(Object, Logger) - Static method in class org.apache.taglibs.standard.lang.jstl.Coercions
Coerces the specified value to a String
Coercions - Class in org.apache.taglibs.standard.lang.jstl
This class contains the logic for coercing data types before operators are applied to them.
Coercions() - Constructor for class org.apache.taglibs.standard.lang.jstl.Coercions
 
CollapsedStringAdapter - Class in javax.xml.bind.annotation.adapters
Built-in XmlAdapter to handle xs:token and its derived types.
CollapsedStringAdapter() - Constructor for class javax.xml.bind.annotation.adapters.CollapsedStringAdapter
 
CollectionAttribute<X,E> - Interface in javax.persistence.metamodel
Instances of the type CollectionAttribute represent persistent java.util.Collection-valued attributes.
CollectionJoin<Z,E> - Interface in javax.persistence.criteria
The CollectionJoin interface is the type of the result of joining to a collection over an association or element collection that has been specified as a java.util.Collection.
CollectionTable - Annotation Type in javax.persistence
Specifies the table that is used for the mapping of collections of basic or embeddable types.
COLON - Static variable in interface org.apache.taglibs.standard.extra.spath.SPathParserConstants
 
COLON - Static variable in interface org.apache.taglibs.standard.lang.jstl.parser.ELParserConstants
 
Column - Annotation Type in javax.persistence
Specifies the mapped column for a persistent property or field.
ColumnResult - Annotation Type in javax.persistence
Used in conjunction with the SqlResultSetMapping annotation or ConstructorResult annotation to map a column of the SELECT list of a SQL query.
COMBINE_CLASSIFICATIONS - Static variable in interface javax.xml.registry.FindQualifier
Maps to UDDI combineCategoryBags.
COMBINING_CHAR - Static variable in interface org.apache.taglibs.standard.extra.spath.SPathParserConstants
 
COMMA - Static variable in interface org.apache.taglibs.standard.lang.jstl.parser.ELParserConstants
 
CommException - Exception in javax.resource.spi
This indicates errors related to failed or interrupted communication with an EIS instance.
CommException() - Constructor for exception javax.resource.spi.CommException
Constructs a new instance with null as its detail message.
CommException(String) - Constructor for exception javax.resource.spi.CommException
Constructs a new instance with the specified detail message.
CommException(Throwable) - Constructor for exception javax.resource.spi.CommException
Constructs a new throwable with the specified cause.
CommException(String, Throwable) - Constructor for exception javax.resource.spi.CommException
Constructs a new throwable with the specified detail message and cause.
CommException(String, String) - Constructor for exception javax.resource.spi.CommException
Constructs a new throwable with the specified detail message and an error code.
commit() - Method in interface javax.jms.JMSContext
Commits all messages done in this transaction and releases any locks currently held.
commit() - Method in interface javax.jms.Session
Commits all messages done in this transaction and releases any locks currently held.
commit() - Method in interface javax.jms.XAJMSContext
Throws a TransactionInProgressRuntimeException, since it should not be called for an XAJMSContext object.
commit() - Method in interface javax.jms.XASession
Throws a TransactionInProgressException, since it should not be called for an XASession object.
commit() - Method in interface javax.persistence.EntityTransaction
Commit the current resource transaction, writing any unflushed changes to the database.
commit() - Method in interface javax.resource.cci.LocalTransaction
Commits the current local transaction and release all locks held by the underlying EIS instance.
commit() - Method in interface javax.resource.spi.LocalTransaction
Commit a local transaction
commit(Xid, boolean) - Method in interface javax.resource.spi.XATerminator
Commits the global transaction specified by xid.
commit() - Method in interface javax.transaction.Transaction
Complete the transaction represented by this Transaction object.
commit() - Method in interface javax.transaction.TransactionManager
Complete the transaction associated with the current thread.
commit() - Method in interface javax.transaction.UserTransaction
Complete the transaction associated with the current thread.
CommonAbstractCriteria - Interface in javax.persistence.criteria
The CommonAbstractCriteria interface defines functionality that is common to both top-level criteria queries and subqueries as well as to update and delete criteria operations.
COMPARABLE_ERROR - Static variable in class org.apache.taglibs.standard.lang.jstl.Constants
 
compareTo(String) - Method in class javax.security.enterprise.credential.Password
 
compareTo(String, String) - Method in class javax.security.enterprise.credential.UsernamePasswordCredential
 
compile(boolean) - Method in class org.apache.jasper.compiler.Compiler
Compile the jsp file from the current engine context.
compile(String, Node.Nodes) - Method in class org.apache.jasper.compiler.Jsr199JavaCompiler
 
compile(String, Node.Nodes) - Method in class org.apache.jasper.compiler.NullJavaCompiler
 
compile() - Method in class org.apache.jasper.JspCompilationContext
 
compile(String) - Method in class org.apache.taglibs.standard.tag.common.xml.JSTLXPathImpl
Compile an XPath expression for later evaluation.
Compiler - Class in org.apache.jasper.compiler
Main JSP compiler class.
Compiler(JspCompilationContext, JspServletWrapper) - Constructor for class org.apache.jasper.compiler.Compiler
 
Compiler(JspCompilationContext, JspServletWrapper, boolean) - Constructor for class org.apache.jasper.compiler.Compiler
 
complete() - Method in interface javax.servlet.AsyncContext
Completes the asynchronous operation that was started on the request that was used to initialze this AsyncContext, closing the response that was used to initialize this AsyncContext.
CompletionListener - Interface in javax.jms
A CompletionListener is implemented by the application and may be specified when a message is sent asynchronously.
ComplexValue - Class in org.apache.taglibs.standard.lang.jstl
Represents a dynamic value, which consists of a prefix and an optional set of ValueSuffix elements.
ComplexValue(Expression, List) - Constructor for class org.apache.taglibs.standard.lang.jstl.ComplexValue
Constructor
CompoundSelection<X> - Interface in javax.persistence.criteria
The CompoundSelection interface defines a compound selection item (tuple, array, or result of constructor).
concat(Expression<String>, Expression<String>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression for string concatenation.
concat(Expression<String>, String) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression for string concatenation.
concat(String, Expression<String>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression for string concatenation.
concatenate(Compiler, Node.Nodes) - Static method in class org.apache.jasper.compiler.TextOptimizer
 
Concept - Interface in javax.xml.registry.infomodel
The Concept interface is used to represent taxonomy elements and their structural relationship with each other in order to describe an internal taxonomy.
CONCEPT - Static variable in interface javax.xml.registry.LifeCycleManager
Constant representing the javax.xml.registry.infomodel.Concept interface.
ConcurrencyManagement - Annotation Type in javax.ejb
Declares a singleton session bean's concurrency management type.
ConcurrencyManagementType - Enum in javax.ejb
Used to specify the value of the ConcurrencyManagement annotation for a singleton session bean.
ConcurrentAccessException - Exception in javax.ejb
A ConcurrentAccessException indicates that the client has attempted an invocation on a stateful session bean or singleton bean while another invocation is in progress and such concurrent access is not allowed.
ConcurrentAccessException() - Constructor for exception javax.ejb.ConcurrentAccessException
Constructs an ConcurrentAccessException with no detail message.
ConcurrentAccessException(String) - Constructor for exception javax.ejb.ConcurrentAccessException
Constructs an ConcurrentAccessException with the specified detailed message.
ConcurrentAccessException(String, Exception) - Constructor for exception javax.ejb.ConcurrentAccessException
Constructs an ConcurrentAccessException with the specified detail message and a nested exception.
ConcurrentAccessTimeoutException - Exception in javax.ejb
This exception indicates that an attempt to concurrently access a stateful session or singleton bean method resulted in a timeout.
ConcurrentAccessTimeoutException() - Constructor for exception javax.ejb.ConcurrentAccessTimeoutException
 
ConcurrentAccessTimeoutException(String) - Constructor for exception javax.ejb.ConcurrentAccessTimeoutException
 
condition() - Method in class javax.servlet.jsp.jstl.core.ConditionalTagSupport
Subclasses implement this method to compute the boolean result of the conditional action.
condition() - Method in class org.apache.taglibs.standard.tag.common.core.OtherwiseTag
 
condition() - Method in class org.apache.taglibs.standard.tag.common.xml.IfTag
 
condition() - Method in class org.apache.taglibs.standard.tag.common.xml.WhenTag
 
condition() - Method in class org.apache.taglibs.standard.tag.el.core.IfTag
 
condition() - Method in class org.apache.taglibs.standard.tag.el.core.WhenTag
 
condition() - Method in class org.apache.taglibs.standard.tag.rt.core.IfTag
 
condition() - Method in class org.apache.taglibs.standard.tag.rt.core.WhenTag
 
ConditionalTagSupport - Class in javax.servlet.jsp.jstl.core
Abstract class that facilitates implementation of conditional actions where the boolean result is exposed as a JSP scoped variable.
ConditionalTagSupport() - Constructor for class javax.servlet.jsp.jstl.core.ConditionalTagSupport
Base constructor to initialize local state.
Config - Class in javax.servlet.jsp.jstl.core
Class supporting access to configuration settings.
Config() - Constructor for class javax.servlet.jsp.jstl.core.Config
 
CONFIG - Static variable in class javax.servlet.jsp.PageContext
Name used to store ServletConfig in PageContext name table.
config - Variable in class org.apache.taglibs.standard.tlv.JstlBaseTLV
 
ConfigProperty - Annotation Type in javax.resource.spi
Designates a JavaBean property as a configuration property
configurator(ClientEndpointConfig.Configurator) - Method in class javax.websocket.ClientEndpointConfig.Builder
Sets the configurator object for the configuration this builder will build.
Configurator() - Constructor for class javax.websocket.ClientEndpointConfig.Configurator
 
configurator(ServerEndpointConfig.Configurator) - Method in class javax.websocket.server.ServerEndpointConfig.Builder
Sets the custom configurator to use on the configuration object built by this builder.
Configurator() - Constructor for class javax.websocket.server.ServerEndpointConfig.Configurator
 
confirmAssociation(Association) - Method in interface javax.xml.registry.BusinessLifeCycleManager
Confirms this Association by the User associated with the caller.
conjunction() - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a conjunction (with zero conjuncts).
Connection - Interface in javax.jms
A Connection object is a client's active connection to its JMS provider.
Connection - Interface in javax.resource.cci
A Connection represents an application-level handle that is used by a client to access the underlying physical connection.
Connection - Interface in javax.xml.registry
This class represents a connection between a JAXR client and a JAXR provider.
CONNECTION_CLOSED - Static variable in class javax.resource.spi.ConnectionEvent
Event notification that an application component has closed the connection
CONNECTION_ERROR_OCCURRED - Static variable in class javax.resource.spi.ConnectionEvent
Event notification that an error occurred on the connection.
connectionClosed(ConnectionEvent) - Method in interface javax.resource.spi.ConnectionEventListener
Notifies that an application component has closed the connection.
ConnectionConsumer - Interface in javax.jms
For application servers, Connection objects provide a special facility for creating a ConnectionConsumer (optional).
ConnectionDefinition - Annotation Type in javax.resource.spi
Defines a set of connection interfaces and classes pertaining to a particular connection type.
ConnectionDefinitions - Annotation Type in javax.resource.spi
Defines a set of connection definitions that the JavaBean, that has been annotated with this annotation, is a part of.
connectionErrorOccurred(ConnectionEvent) - Method in interface javax.resource.spi.ConnectionEventListener
Notifies a connection related error.
ConnectionEvent - Class in javax.resource.spi
The ConnectionEvent class provides information about the source of a connection related event.A ConnectionEvent instance contains the following information: Type of the connection event ManagedConnection instance that generated the connection event.
ConnectionEvent(ManagedConnection, int) - Constructor for class javax.resource.spi.ConnectionEvent
Construct a ConnectionEvent object.
ConnectionEvent(ManagedConnection, int, Exception) - Constructor for class javax.resource.spi.ConnectionEvent
Construct a ConnectionEvent object.
ConnectionEventListener - Interface in javax.resource.spi
The ConnectionEventListener interface provides an event callback mechanism to enable an application server to receive notifications from a ManagedConnection instance.
ConnectionFactory - Interface in javax.jms
A ConnectionFactory object encapsulates a set of connection configuration parameters that has been defined by an administrator.
ConnectionFactory - Interface in javax.resource.cci
ConnectionFactory provides an interface for getting connection to an EIS instance.
ConnectionFactory - Class in javax.xml.registry
This is the abstract base class for factory classes for creating a JAXR connection.
ConnectionFactory() - Constructor for class javax.xml.registry.ConnectionFactory
 
ConnectionFactoryDefinition - Annotation Type in javax.resource
Annotation used to define a Connector Connection Factory resource to be registered in JNDI.
ConnectionFactoryDefinitions - Annotation Type in javax.resource
Declares one or more ConnectionFactoryDefinition annotations.
ConnectionManager - Interface in javax.resource.spi
ConnectionManager interface provides a hook for the resource adapter to pass a connection request to the application server.
ConnectionMetaData - Interface in javax.jms
A ConnectionMetaData object provides information describing the Connection object.
ConnectionMetaData - Interface in javax.resource.cci
The interface ConnectionMetaData provides information about an EIS instance connected through a Connection instance.
ConnectionRequestInfo - Interface in javax.resource.spi
The ConnectionRequestInfo interface enables a resource adapter to pass its own request specific data structure across the connection request flow.
ConnectionSpec - Interface in javax.resource.cci
ConnectionSpec is used by an application component to pass connection request-specific properties to the ConnectionFactory.
Connector - Annotation Type in javax.resource.spi
The Connector annotation is a component-defining annotation and it can be used by the resource adapter developer to specify that the JavaBean is a resource adapter JavaBean.
connectToServer(Object, URI) - Method in interface javax.websocket.WebSocketContainer
Connect the supplied annotated endpoint instance to its server.
connectToServer(Class<?>, URI) - Method in interface javax.websocket.WebSocketContainer
Connect the supplied annotated endpoint to its server.
connectToServer(Endpoint, ClientEndpointConfig, URI) - Method in interface javax.websocket.WebSocketContainer
Connect the supplied programmatic client endpoint instance to its server with the given configuration.
connectToServer(Class<? extends Endpoint>, ClientEndpointConfig, URI) - Method in interface javax.websocket.WebSocketContainer
Connect the supplied programmatic endpoint to its server with the given configuration.
Constants - Class in org.apache.jasper
Some constants and other global data that are used by the compiler and the runtime.
Constants() - Constructor for class org.apache.jasper.Constants
 
Constants - Class in org.apache.taglibs.standard.lang.jstl
This contains all of the non-public constants, including messsage strings read from the resource file.
Constants() - Constructor for class org.apache.taglibs.standard.lang.jstl.Constants
 
ConstraintMode - Enum in javax.persistence
Used to control the application of a constraint.
construct(Class<Y>, Selection<?>...) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a selection item corresponding to a constructor.
ConstructorResult - Annotation Type in javax.persistence
Used in conjunction with the SqlResultSetMapping annotation to map the SELECT clause of a SQL query to a constructor.
ContainerProvider - Class in javax.websocket
Provider class that allows the developer to get a reference to the implementation of the WebSocketContainer.
ContainerProvider() - Constructor for class javax.websocket.ContainerProvider
 
contains(Class, Object) - Method in interface javax.persistence.Cache
Whether the cache contains data for the given entity.
contains(Object) - Method in interface javax.persistence.EntityManager
Check if the instance is a managed entity instance belonging to the current persistence context.
contains(String, String) - Static method in class org.apache.taglibs.standard.functions.Functions
 
containsHeader(String) - Method in interface javax.servlet.http.HttpServletResponse
Returns a boolean indicating whether the named response header has already been set.
containsHeader(String) - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to call containsHeader(String name) on the wrapped response object.
containsIgnoreCase(String, String) - Static method in class org.apache.taglibs.standard.functions.Functions
 
containsKey(Object) - Method in class org.apache.taglibs.standard.lang.jstl.EnumeratedMap
 
containsPrefix(String) - Method in class org.apache.jasper.compiler.PageInfo
 
containsProperty(String) - Method in interface javax.xml.rpc.handler.MessageContext
Returns true if the MessageContext contains a property with the specified name.
containsSymbol(String) - Method in class org.apache.jasper.xmlparser.SymbolTable
Returns true if the symbol table already contains the specified symbol.
containsSymbol(char[], int, int) - Method in class org.apache.jasper.xmlparser.SymbolTable
Returns true if the symbol table already contains the specified symbol.
containsValue(Object) - Method in class org.apache.taglibs.standard.lang.jstl.EnumeratedMap
 
context - Variable in class org.apache.taglibs.standard.tag.common.core.ImportSupport
 
context - Variable in class org.apache.taglibs.standard.tag.common.core.RedirectSupport
 
context - Variable in class org.apache.taglibs.standard.tag.common.core.UrlSupport
 
CONTEXT_SETUP_FAILED - Static variable in class javax.resource.spi.work.WorkContextErrorCodes
Indicates a failure in recreating the WorkContext instance.
CONTEXT_SETUP_UNSUPPORTED - Static variable in class javax.resource.spi.work.WorkContextErrorCodes
Indicates that the container cannot support recreating the WorkContext instance.
contextDestroyed(ServletContextEvent) - Method in interface javax.servlet.ServletContextListener
Receives notification that the ServletContext is about to be shut down.
contextInitialized(ServletContextEvent) - Method in interface javax.servlet.ServletContextListener
Receives notification that the web application initialization process is starting.
ContextService - Interface in javax.enterprise.concurrent
The ContextService provides methods for creating dynamic proxy objects (as defined by java.lang.reflect.Proxy) with the addition of context typically associated with applications executing in a Java™ EE environment.
contextSetupComplete() - Method in interface javax.resource.spi.work.WorkContextLifecycleListener
Invoked when the WorkContext instance was successfully set as the execution context for the Work instance.
contextSetupFailed(String) - Method in interface javax.resource.spi.work.WorkContextLifecycleListener
Invoked when the WorkContext instance was set as the execution context for the Work instance it was associated with.
Convert - Annotation Type in javax.persistence
Specifies the conversion of a Basic field or property.
convert(String, String, Class, Class) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
convert(TreeNode, Node) - Method in class org.apache.jasper.xmlparser.ParserUtils
Create and return a TreeNode that corresponds to the specified Node, including processing all of the attributes and children nodes.
Converter - Annotation Type in javax.persistence
Specifies that the annotated class is a converter and defines its scope.
Converts - Annotation Type in javax.persistence
Used to group Convert annotations.
convertToDatabaseColumn(X) - Method in interface javax.persistence.AttributeConverter
Converts the value stored in the entity attribute into the data representation to be stored in the database.
convertToEntityAttribute(Y) - Method in interface javax.persistence.AttributeConverter
Converts the data stored in the database column into the value to be stored in the entity attribute.
Cookie - Class in javax.servlet.http
Creates a cookie, a small amount of information sent by a servlet to a Web browser, saved by the browser, and later sent back to the server.
Cookie(String, String) - Constructor for class javax.servlet.http.Cookie
Constructs a cookie with the specified name and value.
correlate(Root<Y>) - Method in interface javax.persistence.criteria.Subquery
Create a subquery root correlated to a root of the enclosing query.
correlate(Join<X, Y>) - Method in interface javax.persistence.criteria.Subquery
Create a subquery join object correlated to a join object of the enclosing query.
correlate(CollectionJoin<X, Y>) - Method in interface javax.persistence.criteria.Subquery
Create a subquery collection join object correlated to a collection join object of the enclosing query.
correlate(SetJoin<X, Y>) - Method in interface javax.persistence.criteria.Subquery
Create a subquery set join object correlated to a set join object of the enclosing query.
correlate(ListJoin<X, Y>) - Method in interface javax.persistence.criteria.Subquery
Create a subquery list join object correlated to a list join object of the enclosing query.
correlate(MapJoin<X, K, V>) - Method in interface javax.persistence.criteria.Subquery
Create a subquery map join object correlated to a map join object of the enclosing query.
count(Expression<?>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an aggregate expression applying the count operation.
countAttachments() - Method in class javax.xml.soap.SOAPMessage
Gets a count of the number of attachments in this message.
countDistinct(Expression<?>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an aggregate expression applying the count distinct operation.
CountStatistic - Interface in javax.management.j2ee.statistics
Specifies standard count measurements.
cpath - Variable in class org.apache.jasper.compiler.Jsr199JavaCompiler
 
create() - Static method in interface javax.json.bind.JsonbBuilder
Create a new Jsonb instance using the default JsonbBuilder implementation provided as returned from JsonbProvider.provider() method.
create(JsonbConfig) - Static method in interface javax.json.bind.JsonbBuilder
Create a new Jsonb instance using the default JsonbBuilder implementation provided as returned from JsonbProvider.provider() method, configured with provided configuration.
create() - Method in class javax.json.bind.spi.JsonbProvider
Returns a new instance of JsonbBuilder class.
create() - Method in interface javax.management.j2ee.ManagementHome
Creates an MEJB session object which provides access to the J2EE Management Model
create() - Static method in class javax.websocket.ClientEndpointConfig.Builder
Creates a new builder object with no subprotocols, extensions, encoders, decoders and a null configurator.
create(Class<?>, String) - Static method in class javax.websocket.server.ServerEndpointConfig.Builder
Creates the builder with the mandatory information of the endpoint class (programmatic or annotated), the relative URI or URI-template to use, and with no subprotocols, extensions, encoders, decoders or custom configurator.
create(Name) - Method in class javax.xml.soap.SOAPElementFactory
Deprecated.
Use javax.xml.soap.SOAPFactory.createElement(javax.xml.soap.Name) instead
create(String) - Method in class javax.xml.soap.SOAPElementFactory
Deprecated.
Use javax.xml.soap.SOAPFactory.createElement(String localName) instead
create(String, String, String) - Method in class javax.xml.soap.SOAPElementFactory
Deprecated.
Use javax.xml.soap.SOAPFactory.createElement(String localName, String prefix, String uri) instead
create(Object) - Static method in class javax.xml.ws.Endpoint
Creates an endpoint with the specified implementor object.
create(Object, WebServiceFeature...) - Static method in class javax.xml.ws.Endpoint
Creates an endpoint with the specified implementor object and web service features.
create(String, Object) - Static method in class javax.xml.ws.Endpoint
Creates an endpoint with the specified binding type and implementor object.
create(String, Object, WebServiceFeature...) - Static method in class javax.xml.ws.Endpoint
Creates an endpoint with the specified binding type, implementor object, and web service features.
create(URL, QName) - Static method in class javax.xml.ws.Service
Creates a Service instance.
create(URL, QName, WebServiceFeature...) - Static method in class javax.xml.ws.Service
Creates a Service instance.
create(QName) - Static method in class javax.xml.ws.Service
Creates a Service instance.
create(QName, WebServiceFeature...) - Static method in class javax.xml.ws.Service
Creates a Service instance.
createAndPublishEndpoint(String, Object) - Method in class javax.xml.ws.spi.Provider
Creates and publishes an endpoint object with the specified address and implementation object.
createAndPublishEndpoint(String, Object, WebServiceFeature...) - Method in class javax.xml.ws.spi.Provider
Creates and publishes an endpoint object with the specified address, implementation object and web service features.
createApplicationScopeMap(PageContext) - Static method in class org.apache.taglibs.standard.lang.jstl.ImplicitObjects
Creates the Map that "wraps" application-scoped attributes
createAssociation(RegistryObject, Concept) - Method in interface javax.xml.registry.LifeCycleManager
Creates an Association instance using the specified parameters.
createAttachmentPart() - Method in class javax.xml.soap.SOAPMessage
Creates a new empty AttachmentPart object.
createAttachmentPart(DataHandler) - Method in class javax.xml.soap.SOAPMessage
Creates an AttachmentPart object and populates it using the given DataHandler object.
createAttachmentPart(Object, String) - Method in class javax.xml.soap.SOAPMessage
Creates an AttachmentPart object and populates it with the specified data of the specified content type.
createBean1() - Static method in class org.apache.taglibs.standard.lang.jstl.test.beans.Factory
 
createBean2() - Static method in class org.apache.taglibs.standard.lang.jstl.test.beans.Factory
 
createBean3() - Static method in class org.apache.taglibs.standard.lang.jstl.test.beans.Factory
 
createBean4() - Static method in class org.apache.taglibs.standard.lang.jstl.test.beans.Factory
 
createBean5() - Static method in class org.apache.taglibs.standard.lang.jstl.test.beans.Factory
 
createBean6() - Static method in class org.apache.taglibs.standard.lang.jstl.test.beans.Factory
 
createBean7() - Static method in class org.apache.taglibs.standard.lang.jstl.test.beans.Factory
 
createBinder(Class<T>) - Method in class javax.xml.bind.JAXBContext
Creates a Binder object that can be used for associative/in-place unmarshalling/marshalling.
createBinder() - Method in class javax.xml.bind.JAXBContext
Creates a Binder for W3C DOM.
createBrowser(Queue) - Method in interface javax.jms.JMSContext
Creates a QueueBrowser object to peek at the messages on the specified queue.
createBrowser(Queue, String) - Method in interface javax.jms.JMSContext
Creates a QueueBrowser object to peek at the messages on the specified queue using a message selector.
createBrowser(Queue) - Method in interface javax.jms.QueueSession
Creates a QueueBrowser object to peek at the messages on the specified queue.
createBrowser(Queue, String) - Method in interface javax.jms.QueueSession
Creates a QueueBrowser object to peek at the messages on the specified queue using a message selector.
createBrowser(Queue) - Method in interface javax.jms.Session
Creates a QueueBrowser object to peek at the messages on the specified queue.
createBrowser(Queue, String) - Method in interface javax.jms.Session
Creates a QueueBrowser object to peek at the messages on the specified queue using a message selector.
createBytesMessage() - Method in interface javax.jms.JMSContext
Creates a BytesMessage object.
createBytesMessage() - Method in interface javax.jms.Session
Creates a BytesMessage object.
createCalendarTimer(ScheduleExpression) - Method in interface javax.ejb.TimerService
Create a calendar-based timer based on the input schedule expression.
createCalendarTimer(ScheduleExpression, TimerConfig) - Method in interface javax.ejb.TimerService
Create a calendar-based timer based on the input schedule expression.
createCall(QName) - Method in interface javax.xml.rpc.Service
Creates a Call instance.
createCall(QName, QName) - Method in interface javax.xml.rpc.Service
Creates a Call instance.
createCall(QName, String) - Method in interface javax.xml.rpc.Service
Creates a Call instance.
createCall() - Method in interface javax.xml.rpc.Service
Creates a Call object not associated with specific operation or target service endpoint.
createClassification(ClassificationScheme, String, String) - Method in interface javax.xml.registry.LifeCycleManager
Creates a Classification instance for an external Classification using the specified String name and String value that identify a taxonomy element within the specified ClassificationScheme.
createClassification(ClassificationScheme, InternationalString, String) - Method in interface javax.xml.registry.LifeCycleManager
Creates a Classification instance for an external Classification using the specified InternationalString name and String value that identify a taxonomy element within the specified ClassificationScheme.
createClassification(Concept) - Method in interface javax.xml.registry.LifeCycleManager
Creates a Classification instance for an internal Classification using the specified Concept that identifies a taxonomy element within an internal ClassificationScheme.
createClassificationScheme(String, String) - Method in interface javax.xml.registry.LifeCycleManager
Creates a ClassificationScheme given the specified String parameters.
createClassificationScheme(InternationalString, InternationalString) - Method in interface javax.xml.registry.LifeCycleManager
Creates a ClassificationScheme given the specified InternationalString parameters.
createClassificationScheme(Concept) - Method in interface javax.xml.registry.LifeCycleManager
Creates a ClassificationScheme from a Concept that has no ClassificationScheme or parent Concept.
createCompiler(boolean) - Method in class org.apache.jasper.JspCompilationContext
Create a "Compiler" object.
createConcept(RegistryObject, String, String) - Method in interface javax.xml.registry.LifeCycleManager
Creates a Concept instance using the specified parameters, where the name is a String.
createConcept(RegistryObject, InternationalString, String) - Method in interface javax.xml.registry.LifeCycleManager
Creates a Concept instance using the specified parameters, where the name is an InternationalString.
createConnection() - Method in interface javax.jms.ConnectionFactory
Creates a connection with the default user identity.
createConnection(String, String) - Method in interface javax.jms.ConnectionFactory
Creates a connection with the specified user identity.
createConnection() - Method in class javax.xml.registry.ConnectionFactory
Create a named connection.
createConnection() - Method in class javax.xml.soap.SOAPConnectionFactory
Create a new SOAPConnection.
createConnectionConsumer(Destination, String, ServerSessionPool, int) - Method in interface javax.jms.Connection
Creates a connection consumer for this connection (optional operation) on the specific destination.
createConnectionConsumer(Queue, String, ServerSessionPool, int) - Method in interface javax.jms.QueueConnection
Creates a connection consumer for this connection (optional operation).
createConnectionConsumer(Topic, String, ServerSessionPool, int) - Method in interface javax.jms.TopicConnection
Creates a connection consumer for this connection (optional operation).
createConnectionFactory(ConnectionManager) - Method in interface javax.resource.spi.ManagedConnectionFactory
Creates a Connection Factory instance.
createConnectionFactory() - Method in interface javax.resource.spi.ManagedConnectionFactory
Creates a Connection Factory instance.
createConsumer(Destination) - Method in interface javax.jms.JMSContext
Creates a JMSConsumer for the specified destination.
createConsumer(Destination, String) - Method in interface javax.jms.JMSContext
Creates a JMSConsumer for the specified destination, using a message selector.
createConsumer(Destination, String, boolean) - Method in interface javax.jms.JMSContext
Creates a JMSConsumer for the specified destination, specifying a message selector and the noLocal parameter.
createConsumer(Destination) - Method in interface javax.jms.Session
Creates a MessageConsumer for the specified destination.
createConsumer(Destination, String) - Method in interface javax.jms.Session
Creates a MessageConsumer for the specified destination, using a message selector.
createConsumer(Destination, String, boolean) - Method in interface javax.jms.Session
Creates a MessageConsumer for the specified destination, specifying a message selector and the noLocal parameter.
createContainerEntityManagerFactory(PersistenceUnitInfo, Map) - Method in interface javax.persistence.spi.PersistenceProvider
Called by the container when an EntityManagerFactory is to be created.
createContext() - Method in interface javax.jms.ConnectionFactory
Creates a JMSContext with the default user identity and an unspecified sessionMode.
createContext(String, String) - Method in interface javax.jms.ConnectionFactory
Creates a JMSContext with the specified user identity and an unspecified sessionMode.
createContext(String, String, int) - Method in interface javax.jms.ConnectionFactory
Creates a JMSContext with the specified user identity and the specified session mode.
createContext(int) - Method in interface javax.jms.ConnectionFactory
Creates a JMSContext with the default user identity and the specified session mode.
createContext(int) - Method in interface javax.jms.JMSContext
Creates a new JMSContext with the specified session mode using the same connection as this JMSContext and creating a new session.
createContext(Class<?>[], Map<String, ?>) - Method in interface javax.xml.bind.JAXBContextFactory
Create a new instance of a JAXBContext class.
createContext(String, ClassLoader, Map<String, ?>) - Method in interface javax.xml.bind.JAXBContextFactory
Create a new instance of a JAXBContext class.
createContextualProxy(T, Class<T>) - Method in interface javax.enterprise.concurrent.ContextService
Creates a new contextual object proxy for the input object instance.
createContextualProxy(Object, Class<?>...) - Method in interface javax.enterprise.concurrent.ContextService
Creates a new contextual object proxy for the input object instance.
createContextualProxy(T, Map<String, String>, Class<T>) - Method in interface javax.enterprise.concurrent.ContextService
Creates a new contextual object proxy for the input object instance.
createContextualProxy(Object, Map<String, String>, Class<?>...) - Method in interface javax.enterprise.concurrent.ContextService
Creates a new contextual object proxy for the input object instance.
createCookieMap(PageContext) - Static method in class org.apache.taglibs.standard.lang.jstl.ImplicitObjects
Creates the Map that maps cookie name to the first matching Cookie in request.getCookies().
createCriteriaDelete(Class<T>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a CriteriaDelete query object to perform a bulk delete operation.
createCriteriaUpdate(Class<T>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a CriteriaUpdate query object to perform a bulk update operation.
createDetail() - Method in class javax.xml.soap.SOAPFactory
Creates a new Detail object which serves as a container for DetailEntry objects.
createDispatch(QName, Class<T>, Service.Mode) - Method in class javax.xml.ws.Service
Creates a Dispatch instance for use with objects of the client's choosing.
createDispatch(QName, Class<T>, Service.Mode, WebServiceFeature...) - Method in class javax.xml.ws.Service
Creates a Dispatch instance for use with objects of the client's choosing.
createDispatch(EndpointReference, Class<T>, Service.Mode, WebServiceFeature...) - Method in class javax.xml.ws.Service
Creates a Dispatch instance for use with objects of the client's choosing.
createDispatch(QName, JAXBContext, Service.Mode) - Method in class javax.xml.ws.Service
Creates a Dispatch instance for use with JAXB generated objects.
createDispatch(QName, JAXBContext, Service.Mode, WebServiceFeature...) - Method in class javax.xml.ws.Service
Creates a Dispatch instance for use with JAXB generated objects.
createDispatch(EndpointReference, JAXBContext, Service.Mode, WebServiceFeature...) - Method in class javax.xml.ws.Service
Creates a Dispatch instance for use with JAXB generated objects.
createDispatch(QName, Class<T>, Service.Mode) - Method in class javax.xml.ws.spi.ServiceDelegate
Creates a Dispatch instance for use with objects of the user's choosing.
createDispatch(QName, Class<T>, Service.Mode, WebServiceFeature...) - Method in class javax.xml.ws.spi.ServiceDelegate
Creates a Dispatch instance for use with objects of the user's choosing.
createDispatch(EndpointReference, Class<T>, Service.Mode, WebServiceFeature...) - Method in class javax.xml.ws.spi.ServiceDelegate
Creates a Dispatch instance for use with objects of the user's choosing.
createDispatch(QName, JAXBContext, Service.Mode) - Method in class javax.xml.ws.spi.ServiceDelegate
Creates a Dispatch instance for use with JAXB generated objects.
createDispatch(QName, JAXBContext, Service.Mode, WebServiceFeature...) - Method in class javax.xml.ws.spi.ServiceDelegate
Creates a Dispatch instance for use with JAXB generated objects.
createDispatch(EndpointReference, JAXBContext, Service.Mode, WebServiceFeature...) - Method in class javax.xml.ws.spi.ServiceDelegate
Creates a Dispatch instance for use with JAXB generated objects.
createDurableConnectionConsumer(Topic, String, String, ServerSessionPool, int) - Method in interface javax.jms.Connection
Creates a connection consumer for this connection (optional operation) on the specific topic using an unshared durable subscription with the specified name.
createDurableConnectionConsumer(Topic, String, String, ServerSessionPool, int) - Method in interface javax.jms.TopicConnection
Create a durable connection consumer for this connection (optional operation).
createDurableConsumer(Topic, String) - Method in interface javax.jms.JMSContext
Creates an unshared durable subscription on the specified topic (if one does not already exist) and creates a consumer on that durable subscription.
createDurableConsumer(Topic, String, String, boolean) - Method in interface javax.jms.JMSContext
Creates an unshared durable subscription on the specified topic (if one does not already exist), specifying a message selector and the noLocal parameter, and creates a consumer on that durable subscription.
createDurableConsumer(Topic, String) - Method in interface javax.jms.Session
Creates an unshared durable subscription on the specified topic (if one does not already exist) and creates a consumer on that durable subscription.
createDurableConsumer(Topic, String, String, boolean) - Method in interface javax.jms.Session
Creates an unshared durable subscription on the specified topic (if one does not already exist), specifying a message selector and the noLocal parameter, and creates a consumer on that durable subscription.
createDurableSubscriber(Topic, String) - Method in interface javax.jms.Session
Creates an unshared durable subscription on the specified topic (if one does not already exist) and creates a consumer on that durable subscription.
createDurableSubscriber(Topic, String, String, boolean) - Method in interface javax.jms.Session
Creates an unshared durable subscription on the specified topic (if one does not already exist), specifying a message selector and the noLocal parameter, and creates a consumer on that durable subscription.
createDurableSubscriber(Topic, String) - Method in interface javax.jms.TopicSession
Creates an unshared durable subscription on the specified topic (if one does not already exist) and creates a consumer on that durable subscription.
createDurableSubscriber(Topic, String, String, boolean) - Method in interface javax.jms.TopicSession
Creates an unshared durable subscription on the specified topic (if one does not already exist), specifying a message selector and the noLocal parameter, and creates a consumer on that durable subscription.
createEJBContainer() - Static method in class javax.ejb.embeddable.EJBContainer
Create and initialize an embeddable EJB container.
createEJBContainer(Map<?, ?>) - Static method in class javax.ejb.embeddable.EJBContainer
Create and initialize an embeddable EJB container with a set of configuration properties.
createEJBContainer(Map<?, ?>) - Method in interface javax.ejb.spi.EJBContainerProvider
Called by the embeddable container bootstrap process to find a suitable embeddable container implementation.
createELContext(ELResolver) - Method in class org.apache.jasper.runtime.JspApplicationContextImpl
 
createElement(Element) - Method in class javax.xml.soap.SOAPFactory
Creates a SOAPElement object from an existing DOM Element.
createElement(Name) - Method in class javax.xml.soap.SOAPFactory
Creates a SOAPElement object initialized with the given Name object.
createElement(QName) - Method in class javax.xml.soap.SOAPFactory
Creates a SOAPElement object initialized with the given QName object.
createElement(String) - Method in class javax.xml.soap.SOAPFactory
Creates a SOAPElement object initialized with the given local name.
createElement(String, String, String) - Method in class javax.xml.soap.SOAPFactory
Creates a new SOAPElement object with the given local name, prefix and uri.
createEmailAddress(String) - Method in interface javax.xml.registry.LifeCycleManager
Creates an EmailAddress instance using an address as the parameter.
createEmailAddress(String, String) - Method in interface javax.xml.registry.LifeCycleManager
Creates an EmailAddress instance using both an address and a type as parameters.
createEndpoint(XAResource) - Method in interface javax.resource.spi.endpoint.MessageEndpointFactory
This is used to create a message endpoint.
createEndpoint(XAResource, long) - Method in interface javax.resource.spi.endpoint.MessageEndpointFactory
This is used to create a message endpoint.
createEndpoint(String, Object) - Method in class javax.xml.ws.spi.Provider
Creates an endpoint object with the provided binding and implementation object.
createEndpoint(String, Object, WebServiceFeature...) - Method in class javax.xml.ws.spi.Provider
Creates an endpoint object with the provided binding, implementation object and web service features.
createEndpoint(String, Class<?>, Invoker, WebServiceFeature...) - Method in class javax.xml.ws.spi.Provider
Creates an endpoint object with the provided binding, implementation class, invoker and web service features.
createEntityGraph(Class<T>) - Method in interface javax.persistence.EntityManager
Return a mutable EntityGraph that can be used to dynamically create an EntityGraph.
createEntityGraph(String) - Method in interface javax.persistence.EntityManager
Return a mutable copy of the named EntityGraph.
createEntityManager() - Method in interface javax.persistence.EntityManagerFactory
Create a new application-managed EntityManager.
createEntityManager(Map) - Method in interface javax.persistence.EntityManagerFactory
Create a new application-managed EntityManager with the specified Map of properties.
createEntityManager(SynchronizationType) - Method in interface javax.persistence.EntityManagerFactory
Create a new JTA application-managed EntityManager with the specified synchronization type.
createEntityManager(SynchronizationType, Map) - Method in interface javax.persistence.EntityManagerFactory
Create a new JTA application-managed EntityManager with the specified synchronization type and map of properties.
createEntityManagerFactory(String) - Static method in class javax.persistence.Persistence
Create and return an EntityManagerFactory for the named persistence unit.
createEntityManagerFactory(String, Map) - Static method in class javax.persistence.Persistence
Create and return an EntityManagerFactory for the named persistence unit using the given properties.
createEntityManagerFactory(String, Map) - Method in interface javax.persistence.spi.PersistenceProvider
Called by Persistence class when an EntityManagerFactory is to be created.
CreateException - Exception in javax.ejb
The CreateException exception must be included in the throws clauses of all create methods defined in an enterprise bean's home or local home interface.
CreateException() - Constructor for exception javax.ejb.CreateException
Constructs a CreateException with no detail message.
CreateException(String) - Constructor for exception javax.ejb.CreateException
Constructs a CreateException with the specified detail message.
createExternalIdentifier(ClassificationScheme, String, String) - Method in interface javax.xml.registry.LifeCycleManager
Creates an ExternalIdentifier instance using the specified parameters, where the name is a String.
createExternalIdentifier(ClassificationScheme, InternationalString, String) - Method in interface javax.xml.registry.LifeCycleManager
Creates an ExternalIdentifier instance using the specified parameters, where the name is an InternationalString.
createExternalLink(String, String) - Method in interface javax.xml.registry.LifeCycleManager
Creates an ExternalLink instance using the specified parameters, where the description is a String.
createExternalLink(String, InternationalString) - Method in interface javax.xml.registry.LifeCycleManager
Creates an ExternalLink instance using the specified parameters, where the description is an InternationalString.
createExtrinsicObject(DataHandler) - Method in interface javax.xml.registry.LifeCycleManager
Creates an ExtrinsicObject instance using the specified parameters.
createFault(String, QName) - Method in class javax.xml.soap.SOAPFactory
Creates a new SOAPFault object initialized with the given reasonText and faultCode
createFault() - Method in class javax.xml.soap.SOAPFactory
Creates a new default SOAPFault object
createFederatedConnection(Collection) - Method in class javax.xml.registry.ConnectionFactory
Create a FederatedConnection.
createFilter(Class<T>) - Method in interface javax.servlet.ServletContext
Instantiates the given Filter class.
createFilter(Class<T>) - Method in class org.apache.jasper.servlet.JspCServletContext
 
createHeaderMap(PageContext) - Static method in class org.apache.taglibs.standard.lang.jstl.ImplicitObjects
Creates the Map that maps header name to single header value.
createHeadersMap(PageContext) - Static method in class org.apache.taglibs.standard.lang.jstl.ImplicitObjects
Creates the Map that maps header name to an array of header values.
createIndexedRecord(String) - Method in interface javax.resource.cci.RecordFactory
Creates a IndexedRecord.
createInitParamMap(PageContext) - Static method in class org.apache.taglibs.standard.lang.jstl.ImplicitObjects
Creates the Map that maps init parameter name to single init parameter value.
createInteraction() - Method in interface javax.resource.cci.Connection
Creates an Interaction associated with this Connection.
createInternationalString() - Method in interface javax.xml.registry.LifeCycleManager
Creates an empty InternationalString instance.
createInternationalString(String) - Method in interface javax.xml.registry.LifeCycleManager
Creates an InternationalString instance using a String parameter and the default Locale.
createInternationalString(Locale, String) - Method in interface javax.xml.registry.LifeCycleManager
Creates an InternationalString instance using the specified Locale and String parameters.
createIntervalTimer(long, long, TimerConfig) - Method in interface javax.ejb.TimerService
Create an interval timer whose first expiration occurs after a specified duration, and whose subsequent expirations occur after a specified interval.
createIntervalTimer(Date, long, TimerConfig) - Method in interface javax.ejb.TimerService
Create an interval timer whose first expiration occurs at a given point in time and whose subsequent expirations occur after a specified interval.
createJavacError(String, Node.Nodes, StringBuilder, int) - Static method in class org.apache.jasper.compiler.ErrorDispatcher
 
createJAXBIntrospector() - Method in class javax.xml.bind.JAXBContext
Creates a JAXBIntrospector object that can be used to introspect JAXB objects.
createKey(String) - Method in interface javax.xml.registry.LifeCycleManager
Creates a Key instance from an ID.
createListener(Class<T>) - Method in interface javax.servlet.AsyncContext
Instantiates the given AsyncListener class.
createListener(Class<T>) - Method in interface javax.servlet.ServletContext
Instantiates the given EventListener class.
createListener(Class<T>) - Method in class org.apache.jasper.servlet.JspCServletContext
 
createLocalizedString(Locale, String) - Method in interface javax.xml.registry.LifeCycleManager
Creates a LocalizedString instance using the specified Locale and String parameters.
createLocalizedString(Locale, String, String) - Method in interface javax.xml.registry.LifeCycleManager
Creates a LocalizedString instance using the specified Locale, String, and character set parameters.
createManagedConnection(Subject, ConnectionRequestInfo) - Method in interface javax.resource.spi.ManagedConnectionFactory
Creates a new physical connection to the underlying EIS resource manager.
createMapMessage() - Method in interface javax.jms.JMSContext
Creates a MapMessage object.
createMapMessage() - Method in interface javax.jms.Session
Creates a MapMessage object.
createMappedRecord(String) - Method in interface javax.resource.cci.RecordFactory
Creates a MappedRecord.
createMarshaller() - Method in class javax.xml.bind.JAXBContext
Create a Marshaller object that can be used to convert a java content tree into XML data.
createMessage() - Method in interface javax.jms.JMSContext
Creates a Message object.
createMessage() - Method in interface javax.jms.Session
Creates a Message object.
createMessage() - Method in class javax.xml.soap.MessageFactory
Creates a new SOAPMessage object with the default SOAPPart, SOAPEnvelope, SOAPBody, and SOAPHeader objects.
createMessage(MimeHeaders, InputStream) - Method in class javax.xml.soap.MessageFactory
Internalizes the contents of the given InputStream object into a new SOAPMessage object and returns the SOAPMessage object.
createName(String, String, String) - Method in interface javax.xml.soap.SOAPEnvelope
Creates a new Name object initialized with the given local name, namespace prefix, and namespace URI.
createName(String) - Method in interface javax.xml.soap.SOAPEnvelope
Creates a new Name object initialized with the given local name.
createName(String, String, String) - Method in class javax.xml.soap.SOAPFactory
Creates a new Name object initialized with the given local name, namespace prefix, and namespace URI.
createName(String) - Method in class javax.xml.soap.SOAPFactory
Creates a new Name object initialized with the given local name.
createNamedQuery(String) - Method in interface javax.persistence.EntityManager
Create an instance of Query for executing a named query (in the Java Persistence query language or in native SQL).
createNamedQuery(String, Class<T>) - Method in interface javax.persistence.EntityManager
Create an instance of TypedQuery for executing a Java Persistence query language named query.
createNamedStoredProcedureQuery(String) - Method in interface javax.persistence.EntityManager
Create an instance of StoredProcedureQuery for executing a stored procedure in the database.
createNativeQuery(String) - Method in interface javax.persistence.EntityManager
Create an instance of Query for executing a native SQL statement, e.g., for update or delete.
createNativeQuery(String, Class) - Method in interface javax.persistence.EntityManager
Create an instance of Query for executing a native SQL query.
createNativeQuery(String, String) - Method in interface javax.persistence.EntityManager
Create an instance of Query for executing a native SQL query.
createObject(String) - Method in interface javax.xml.registry.LifeCycleManager
Creates instances of information model interfaces (factory method).
createObjectMessage() - Method in interface javax.jms.JMSContext
Creates an ObjectMessage object.
createObjectMessage(Serializable) - Method in interface javax.jms.JMSContext
Creates an initialized ObjectMessage object.
createObjectMessage() - Method in interface javax.jms.Session
Creates an ObjectMessage object.
createObjectMessage(Serializable) - Method in interface javax.jms.Session
Creates an initialized ObjectMessage object.
createOrganization(String) - Method in interface javax.xml.registry.LifeCycleManager
Creates an Organization instance using the specified name, where the name is a String.
createOrganization(InternationalString) - Method in interface javax.xml.registry.LifeCycleManager
Creates an Organization instance using the specified name, where the name is an InternationalString.
createOutput(String, String) - Method in class javax.xml.bind.SchemaOutputResolver
Decides where the schema file (of the given namespace URI) will be written, and return it as a Result object.
createPageScopeMap(PageContext) - Static method in class org.apache.taglibs.standard.lang.jstl.ImplicitObjects
Creates the Map that "wraps" page-scoped attributes
createParamMap(PageContext) - Static method in class org.apache.taglibs.standard.lang.jstl.ImplicitObjects
Creates the Map that maps parameter name to single parameter value.
createParamsMap(PageContext) - Static method in class org.apache.taglibs.standard.lang.jstl.ImplicitObjects
Creates the Map that maps parameter name to an array of parameter values.
createParser() - Method in class org.apache.jasper.JspCompilationContext
Create a compiler object for parsing only.
createPersonName(String, String, String) - Method in interface javax.xml.registry.LifeCycleManager
Creates a PersonName instance using the specified first, middle, and last names.
createPersonName(String) - Method in interface javax.xml.registry.LifeCycleManager
Creates a PersonName instance using the specified full name.
createPostalAddress(String, String, String, String, String, String, String) - Method in interface javax.xml.registry.LifeCycleManager
Creates a PostalAddress instance using the specified parameters.
createProducer() - Method in interface javax.jms.JMSContext
Creates a new JMSProducer object which can be used to configure and send messages
createProducer(Destination) - Method in interface javax.jms.Session
Creates a MessageProducer to send messages to the specified destination.
createPublisher(Topic) - Method in interface javax.jms.TopicSession
Creates a publisher for the specified topic.
createQName(String, String) - Method in interface javax.xml.soap.SOAPElement
Creates a QName whose namespace URI is the one associated with the parameter, prefix, in the context of this SOAPElement.
createQuery() - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a CriteriaQuery object.
createQuery(Class<T>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a CriteriaQuery object with the specified result type.
createQuery(String) - Method in interface javax.persistence.EntityManager
Create an instance of Query for executing a Java Persistence query language statement.
createQuery(CriteriaQuery<T>) - Method in interface javax.persistence.EntityManager
Create an instance of TypedQuery for executing a criteria query.
createQuery(CriteriaUpdate) - Method in interface javax.persistence.EntityManager
Create an instance of Query for executing a criteria update query.
createQuery(CriteriaDelete) - Method in interface javax.persistence.EntityManager
Create an instance of Query for executing a criteria delete query.
createQuery(String, Class<T>) - Method in interface javax.persistence.EntityManager
Create an instance of TypedQuery for executing a Java Persistence query language statement.
createQuery(int, String) - Method in interface javax.xml.registry.DeclarativeQueryManager
Creates a Query object given a queryType (for example, QUERY_TYPE_SQL) and a String that represents a query in the syntax appropriate for queryType.
createQueue(String) - Method in interface javax.jms.JMSContext
Creates a Queue object which encapsulates a specified provider-specific queue name.
createQueue(String) - Method in interface javax.jms.QueueSession
Creates a queue identity given a Queue name.
createQueue(String) - Method in interface javax.jms.Session
Creates a Queue object which encapsulates a specified provider-specific queue name.
createQueueConnection() - Method in interface javax.jms.QueueConnectionFactory
Creates a queue connection with the default user identity.
createQueueConnection(String, String) - Method in interface javax.jms.QueueConnectionFactory
Creates a queue connection with the specified user identity.
createQueueSession(boolean, int) - Method in interface javax.jms.QueueConnection
Creates a QueueSession object, specifying transacted and acknowledgeMode.
createQueueSession(boolean, int) - Method in interface javax.jms.XAQueueConnection
Creates a QueueSession object.
createReceiver(Queue) - Method in interface javax.jms.QueueSession
Creates a QueueReceiver object to receive messages from the specified queue.
createReceiver(Queue, String) - Method in interface javax.jms.QueueSession
Creates a QueueReceiver object to receive messages from the specified queue using a message selector.
createRegistryPackage(String) - Method in interface javax.xml.registry.LifeCycleManager
Creates a RegistryPackage instance using the specified name, where the name is a String.
createRegistryPackage(InternationalString) - Method in interface javax.xml.registry.LifeCycleManager
Creates a RegistryPackage instance using the specified name, where the name is an InternationalString.
createRequestScopeMap(PageContext) - Static method in class org.apache.taglibs.standard.lang.jstl.ImplicitObjects
Creates the Map that "wraps" request-scoped attributes
createSender(Queue) - Method in interface javax.jms.QueueSession
Creates a QueueSender object to send messages to the specified queue.
createService(String) - Method in interface javax.xml.registry.LifeCycleManager
Creates a Service instance using the specified name, where the name is a String.
createService(InternationalString) - Method in interface javax.xml.registry.LifeCycleManager
Creates a Service instance using the specified name, where the name is an InternationalString.
createService(URL, QName) - Method in class javax.xml.rpc.ServiceFactory
Create a Service instance.
createService(QName) - Method in class javax.xml.rpc.ServiceFactory
Create a Service instance.
createServiceBinding() - Method in interface javax.xml.registry.LifeCycleManager
Creates an empty ServiceBinding instance.
createServiceDelegate(URL, QName, Class<? extends Service>) - Method in class javax.xml.ws.spi.Provider
Creates a service delegate object.
createServiceDelegate(URL, QName, Class<? extends Service>, WebServiceFeature...) - Method in class javax.xml.ws.spi.Provider
Creates a service delegate object.
createServlet(Class<T>) - Method in interface javax.servlet.ServletContext
Instantiates the given Servlet class.
createServlet(Class<T>) - Method in class org.apache.jasper.servlet.JspCServletContext
 
createSession(boolean, int) - Method in interface javax.jms.Connection
Creates a Session object, specifying transacted and acknowledgeMode.
createSession(int) - Method in interface javax.jms.Connection
Creates a Session object, specifying sessionMode.
createSession() - Method in interface javax.jms.Connection
Creates a Session object, specifying no arguments.
createSession(boolean, int) - Method in interface javax.jms.XAConnection
Creates an Session object.
createSessionScopeMap(PageContext) - Static method in class org.apache.taglibs.standard.lang.jstl.ImplicitObjects
Creates the Map that "wraps" session-scoped attributes
createSharedConnectionConsumer(Topic, String, String, ServerSessionPool, int) - Method in interface javax.jms.Connection
Creates a connection consumer for this connection (optional operation) on the specific topic using a shared non-durable subscription with the specified name.
createSharedConsumer(Topic, String) - Method in interface javax.jms.JMSContext
Creates a shared non-durable subscription with the specified name on the specified topic (if one does not already exist) and creates a consumer on that subscription.
createSharedConsumer(Topic, String, String) - Method in interface javax.jms.JMSContext
Creates a shared non-durable subscription with the specified name on the specified topic (if one does not already exist) specifying a message selector, and creates a consumer on that subscription.
createSharedConsumer(Topic, String) - Method in interface javax.jms.Session
Creates a shared non-durable subscription with the specified name on the specified topic (if one does not already exist) and creates a consumer on that subscription.
createSharedConsumer(Topic, String, String) - Method in interface javax.jms.Session
Creates a shared non-durable subscription with the specified name on the specified topic (if one does not already exist) specifying a message selector, and creates a consumer on that subscription.
createSharedDurableConnectionConsumer(Topic, String, String, ServerSessionPool, int) - Method in interface javax.jms.Connection
Creates a connection consumer for this connection (optional operation) on the specific topic using a shared durable subscription with the specified name.
createSharedDurableConsumer(Topic, String) - Method in interface javax.jms.JMSContext
Creates a shared durable subscription on the specified topic (if one does not already exist), specifying a message selector, and creates a consumer on that durable subscription.
createSharedDurableConsumer(Topic, String, String) - Method in interface javax.jms.JMSContext
Creates a shared durable subscription on the specified topic (if one does not already exist), specifying a message selector, and creates a consumer on that durable subscription.
createSharedDurableConsumer(Topic, String) - Method in interface javax.jms.Session
Creates a shared durable subscription on the specified topic (if one does not already exist), specifying a message selector and the noLocal parameter, and creates a consumer on that durable subscription.
createSharedDurableConsumer(Topic, String, String) - Method in interface javax.jms.Session
Creates a shared durable subscription on the specified topic (if one does not already exist), specifying a message selector, and creates a consumer on that durable subscription.
createSingleActionTimer(long, TimerConfig) - Method in interface javax.ejb.TimerService
Create a single-action timer that expires after a specified duration.
createSingleActionTimer(Date, TimerConfig) - Method in interface javax.ejb.TimerService
Create a single-action timer that expires at a given point in time.
createSlot(String, String, String) - Method in interface javax.xml.registry.LifeCycleManager
Creates a Slot instance using the specified parameters, where the value is a String.
createSlot(String, Collection, String) - Method in interface javax.xml.registry.LifeCycleManager
Creates a Slot instance using the specified parameters, where the value is a Collection of Strings.
createSpecificationLink() - Method in interface javax.xml.registry.LifeCycleManager
Creates an empty SpecificationLink instance.
createStoredProcedureQuery(String) - Method in interface javax.persistence.EntityManager
Create an instance of StoredProcedureQuery for executing a stored procedure in the database.
createStoredProcedureQuery(String, Class...) - Method in interface javax.persistence.EntityManager
Create an instance of StoredProcedureQuery for executing a stored procedure in the database.
createStoredProcedureQuery(String, String...) - Method in interface javax.persistence.EntityManager
Create an instance of StoredProcedureQuery for executing a stored procedure in the database.
createStreamMessage() - Method in interface javax.jms.JMSContext
Creates a StreamMessage object.
createStreamMessage() - Method in interface javax.jms.Session
Creates a StreamMessage object.
createSubscriber(Topic) - Method in interface javax.jms.TopicSession
Creates a nondurable subscriber to the specified topic.
createSubscriber(Topic, String, boolean) - Method in interface javax.jms.TopicSession
Creates a nondurable subscriber to the specified topic, using a message selector or specifying whether messages published by its own connection should be delivered to it.
createTagHandlerInstance(Class<T>) - Method in interface org.glassfish.jsp.api.ResourceInjector
Instantiates and injects the given tag handler class.
createTelephoneNumber() - Method in interface javax.xml.registry.LifeCycleManager
Creates an empty TelephoneNumber instance.
createTemporaryQueue() - Method in interface javax.jms.JMSContext
Creates a TemporaryQueue object.
createTemporaryQueue() - Method in interface javax.jms.QueueSession
Creates a TemporaryQueue object.
createTemporaryQueue() - Method in interface javax.jms.Session
Creates a TemporaryQueue object.
createTemporaryTopic() - Method in interface javax.jms.JMSContext
Creates a TemporaryTopic object.
createTemporaryTopic() - Method in interface javax.jms.Session
Creates a TemporaryTopic object.
createTemporaryTopic() - Method in interface javax.jms.TopicSession
Creates a TemporaryTopic object.
createTextMessage() - Method in interface javax.jms.JMSContext
Creates a TextMessage object.
createTextMessage(String) - Method in interface javax.jms.JMSContext
Creates an initialized TextMessage object.
createTextMessage() - Method in interface javax.jms.Session
Creates a TextMessage object.
createTextMessage(String) - Method in interface javax.jms.Session
Creates an initialized TextMessage object.
createTimer(long, Serializable) - Method in interface javax.ejb.TimerService
Create a single-action timer that expires after a specified duration.
createTimer(long, long, Serializable) - Method in interface javax.ejb.TimerService
Create an interval timer whose first expiration occurs after a specified duration, and whose subsequent expirations occur after a specified interval.
createTimer(Date, Serializable) - Method in interface javax.ejb.TimerService
Create a single-action timer that expires at a given point in time.
createTimer(Date, long, Serializable) - Method in interface javax.ejb.TimerService
Create an interval timer whose first expiration occurs at a given point in time and whose subsequent expirations occur after a specified interval.
createTimer() - Method in interface javax.resource.spi.BootstrapContext
Creates a new java.util.Timer instance.
createTopic(String) - Method in interface javax.jms.JMSContext
Creates a Topic object which encapsulates a specified provider-specific topic name.
createTopic(String) - Method in interface javax.jms.Session
Creates a Topic object which encapsulates a specified provider-specific topic name.
createTopic(String) - Method in interface javax.jms.TopicSession
Creates a topic identity given a Topic name.
createTopicConnection() - Method in interface javax.jms.TopicConnectionFactory
Creates a topic connection with the default user identity.
createTopicConnection(String, String) - Method in interface javax.jms.TopicConnectionFactory
Creates a topic connection with the specified user identity.
createTopicSession(boolean, int) - Method in interface javax.jms.TopicConnection
Creates a TopicSession object, specifying transacted and acknowledgeMode.
createTopicSession(boolean, int) - Method in interface javax.jms.XATopicConnection
Creates a TopicSession object.
createTupleQuery() - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a CriteriaQuery object that returns a tuple of objects as its result.
createTypedArray(String, Object, Method, String[], Class, Class) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
Create a typed array.
createTypeMapping() - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
Creates a new empty TypeMapping object.
createUnmarshalException(SAXException) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
Creates an UnmarshalException from a SAXException.
createUnmarshaller(ValidationEventHandler) - Method in interface javax.xml.bind.annotation.DomHandler
When a JAXB provider needs to unmarshal a part of a document into an infoset representation, it first calls this method to create a Result object.
createUnmarshaller(ValidationEventHandler) - Method in class javax.xml.bind.annotation.W3CDomHandler
 
createUnmarshaller() - Method in class javax.xml.bind.JAXBContext
Create an Unmarshaller object that can be used to convert XML data into a java content tree.
createUser() - Method in interface javax.xml.registry.LifeCycleManager
Creates an empty User instance.
createValidator() - Method in class javax.xml.bind.JAXBContext
Deprecated.
since JAXB2.0
createW3CEndpointReference(String, QName, QName, List<Element>, String, List<Element>) - Method in class javax.xml.ws.spi.Provider
Factory method to create a W3CEndpointReference.
createW3CEndpointReference(String, QName, QName, QName, List<Element>, String, List<Element>, List<Element>, Map<QName, String>) - Method in class javax.xml.ws.spi.Provider
Factory method to create a W3CEndpointReference.
createXAConnection() - Method in interface javax.jms.XAConnectionFactory
Creates an XAConnection with the default user identity.
createXAConnection(String, String) - Method in interface javax.jms.XAConnectionFactory
Creates an XAConnection with the specified user identity.
createXAContext() - Method in interface javax.jms.XAConnectionFactory
Creates a XAJMSContext with the default user identity
createXAContext(String, String) - Method in interface javax.jms.XAConnectionFactory
Creates a JMSContext with the specified user identity
createXAQueueConnection() - Method in interface javax.jms.XAQueueConnectionFactory
Creates an XA queue connection with the default user identity.
createXAQueueConnection(String, String) - Method in interface javax.jms.XAQueueConnectionFactory
Creates an XA queue connection with the specified user identity.
createXAQueueSession() - Method in interface javax.jms.XAQueueConnection
Creates an XAQueueSession object.
createXASession() - Method in interface javax.jms.XAConnection
Creates an XASession object.
createXATopicConnection() - Method in interface javax.jms.XATopicConnectionFactory
Creates an XA topic connection with the default user identity.
createXATopicConnection(String, String) - Method in interface javax.jms.XATopicConnectionFactory
Creates an XA topic connection with the specified user identity.
createXATopicSession() - Method in interface javax.jms.XATopicConnection
Creates an XATopicSession object.
credential(Credential) - Method in class javax.security.enterprise.authentication.mechanism.http.AuthenticationParameters
Sets the credential to be used by the authentication mechanism responding to the authenticate call in which these AuthenticationParameters are passed.
Credential - Interface in javax.security.enterprise.credential
Credential represents the credential the caller will use to authenticate.
CredentialValidationResult - Class in javax.security.enterprise.identitystore
CredentialValidationResult is the result from an attempt to validate an instance of Credential.
CredentialValidationResult(String) - Constructor for class javax.security.enterprise.identitystore.CredentialValidationResult
Constructor for a VALID result.
CredentialValidationResult(CallerPrincipal) - Constructor for class javax.security.enterprise.identitystore.CredentialValidationResult
Constructor for a VALID result.
CredentialValidationResult(String, Set<String>) - Constructor for class javax.security.enterprise.identitystore.CredentialValidationResult
Constructor for a VALID result.
CredentialValidationResult(CallerPrincipal, Set<String>) - Constructor for class javax.security.enterprise.identitystore.CredentialValidationResult
Constructor for a VALID result.
CredentialValidationResult(String, String, String, String, Set<String>) - Constructor for class javax.security.enterprise.identitystore.CredentialValidationResult
Constructor for a VALID result.
CredentialValidationResult(String, CallerPrincipal, String, String, Set<String>) - Constructor for class javax.security.enterprise.identitystore.CredentialValidationResult
Constructor for a VALID result.
CredentialValidationResult.Status - Enum in javax.security.enterprise.identitystore
 
CriteriaBuilder - Interface in javax.persistence.criteria
Used to construct criteria queries, compound selections, expressions, predicates, orderings.
CriteriaBuilder.Case<R> - Interface in javax.persistence.criteria
Interface used to build general case expressions.
CriteriaBuilder.Coalesce<T> - Interface in javax.persistence.criteria
Interface used to build coalesce expressions.
CriteriaBuilder.In<T> - Interface in javax.persistence.criteria
Interface used to build in predicates.
CriteriaBuilder.SimpleCase<C,R> - Interface in javax.persistence.criteria
Interface used to build simple case expressions.
CriteriaBuilder.Trimspec - Enum in javax.persistence.criteria
Used to specify how strings are trimmed.
CriteriaDelete<T> - Interface in javax.persistence.criteria
The CriteriaDelete interface defines functionality for performing bulk delete operations using the Criteria API
CriteriaQuery<T> - Interface in javax.persistence.criteria
The CriteriaQuery interface defines functionality that is specific to top-level queries.
CriteriaUpdate<T> - Interface in javax.persistence.criteria
The CriteriaUpdate interface defines functionality for performing bulk update operations using the Criteria API.
ctxt - Variable in class org.apache.jasper.compiler.Compiler
 
curChar - Variable in class org.apache.taglibs.standard.extra.spath.SPathParserTokenManager
 
curChar - Variable in class org.apache.taglibs.standard.lang.jstl.parser.ELParserTokenManager
 
currencyCode - Variable in class org.apache.taglibs.standard.tag.common.fmt.FormatNumberSupport
 
currencySymbol - Variable in class org.apache.taglibs.standard.tag.common.fmt.FormatNumberSupport
 
currentDate() - Method in interface javax.persistence.criteria.CriteriaBuilder
Create expression to return current date.
currentTime() - Method in interface javax.persistence.criteria.CriteriaBuilder
Create expression to return current time.
currentTimestamp() - Method in interface javax.persistence.criteria.CriteriaBuilder
Create expression to return current timestamp.
currentToken - Variable in exception org.apache.taglibs.standard.extra.spath.ParseException
This is the last token that has been consumed successfully.
currentToken - Variable in exception org.apache.taglibs.standard.lang.jstl.parser.ParseException
This is the last token that has been consumed successfully.
CustomFormAuthenticationMechanismDefinition - Annotation Type in javax.security.enterprise.authentication.mechanism.http
Annotation used to define a container authentication mechanism that implements authentication resembling Servlet FORM authentication (Servlet spec 13.6.3).

D

DASH - Static variable in interface org.apache.taglibs.standard.extra.spath.SPathParserConstants
 
DatabaseIdentityStoreDefinition - Annotation Type in javax.security.enterprise.identitystore
Annotation used to define a container-provided IdentityStore that stores caller credentials and identity attributes in a relational database, and make that implementation available as an enabled CDI bean.
DataBindingException - Exception in javax.xml.bind
Exception that represents a failure in a JAXB operation.
DataBindingException(String, Throwable) - Constructor for exception javax.xml.bind.DataBindingException
 
DataBindingException(Throwable) - Constructor for exception javax.xml.bind.DataBindingException
 
dataSource - Variable in class org.apache.taglibs.standard.tag.common.sql.SetDataSourceTagSupport
 
DataSourceDefinition - Annotation Type in javax.annotation.sql
Annotation used to define a container DataSource to be registered with JNDI.
DataSourceDefinitions - Annotation Type in javax.annotation.sql
Declares one or more DataSourceDefinition annotations.
dataSourceSpecified - Variable in class org.apache.taglibs.standard.tag.common.sql.QueryTagSupport
 
dataSourceSpecified - Variable in class org.apache.taglibs.standard.tag.common.sql.SetDataSourceTagSupport
 
dataSourceSpecified - Variable in class org.apache.taglibs.standard.tag.common.sql.TransactionTagSupport
 
dataSourceSpecified - Variable in class org.apache.taglibs.standard.tag.common.sql.UpdateTagSupport
 
DataSourceUtil - Class in org.apache.taglibs.standard.tag.common.sql
A simple DataSource utility for the standard DriverManager class.
DataSourceUtil() - Constructor for class org.apache.taglibs.standard.tag.common.sql.DataSourceUtil
 
DataSourceWrapper - Class in org.apache.taglibs.standard.tag.common.sql
A simple DataSource wrapper for the standard DriverManager class.
DataSourceWrapper() - Constructor for class org.apache.taglibs.standard.tag.common.sql.DataSourceWrapper
 
DatatypeConverter - Class in javax.xml.bind
The javaType binding declaration can be used to customize the binding of an XML schema datatype to a Java datatype.
DatatypeConverterInterface - Interface in javax.xml.bind
The DatatypeConverterInterface is for JAXB provider use only.
DATE_FORMAT - Static variable in class javax.json.bind.JsonbConfig
Property used to specify custom date format globally.
DateParamTag - Class in org.apache.taglibs.standard.tag.el.sql
Subclass for the JSTL library with EL support.
DateParamTag() - Constructor for class org.apache.taglibs.standard.tag.el.sql.DateParamTag
 
DateParamTag - Class in org.apache.taglibs.standard.tag.rt.sql
Subclass for the JSTL library with rtexprvalue support.
DateParamTag() - Constructor for class org.apache.taglibs.standard.tag.rt.sql.DateParamTag
 
DateParamTagSupport - Class in org.apache.taglibs.standard.tag.common.sql
Tag handler for <Param> in JSTL, used to set parameter values for a SQL statement.
DateParamTagSupport() - Constructor for class org.apache.taglibs.standard.tag.common.sql.DateParamTagSupport
 
dateStyle - Variable in class org.apache.taglibs.standard.tag.common.fmt.FormatDateSupport
 
dateStyle - Variable in class org.apache.taglibs.standard.tag.common.fmt.ParseDateSupport
 
dayOfMonth(String) - Method in class javax.ejb.ScheduleExpression
Set the day of the month attribute.
dayOfMonth(int) - Method in class javax.ejb.ScheduleExpression
Set the day of the month attribute.
dayOfWeek(String) - Method in class javax.ejb.ScheduleExpression
Set the day of the week attribute.
dayOfWeek(int) - Method in class javax.ejb.ScheduleExpression
Set the day of the week attribute.
debugStream - Variable in class org.apache.taglibs.standard.lang.jstl.parser.ELParserTokenManager
 
DECLARATION_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
DeclarativeQueryManager - Interface in javax.xml.registry
This interface provides the ability to execute declarative queries (e.g.
declaredType - Variable in class javax.xml.bind.JAXBElement
Java datatype binding for xml element declaration's type.
DeclareRoles - Annotation Type in javax.annotation.security
Used by application to declare security roles.
declareRoles(String...) - Method in interface javax.servlet.ServletContext
Declares role names that are tested using isUserInRole.
declareRoles(String...) - Method in class org.apache.jasper.servlet.JspCServletContext
 
DeclareTag - Class in org.apache.taglibs.standard.tag.common.core
Tag handler for <declaregt; in JSTL.
DeclareTag() - Constructor for class org.apache.taglibs.standard.tag.common.core.DeclareTag
 
DeclareTEI - Class in org.apache.taglibs.standard.tei
An implementation of TagExtraInfo provided for <declare>.
DeclareTEI() - Constructor for class org.apache.taglibs.standard.tei.DeclareTEI
 
decode(ByteBuffer) - Method in interface javax.websocket.Decoder.Binary
Decode the given bytes into an object of type T.
decode(InputStream) - Method in interface javax.websocket.Decoder.BinaryStream
Decode the given bytes read from the input stream into an object of type T.
decode(String) - Method in interface javax.websocket.Decoder.Text
Decode the given String into an object of type T.
decode(Reader) - Method in interface javax.websocket.Decoder.TextStream
Reads the websocket message from the implementation provided Reader and decodes it into an instance of the supplied object type.
DecodeException - Exception in javax.websocket
A general exception that occurs when trying to decode a custom object from a text or binary message.
DecodeException(ByteBuffer, String, Throwable) - Constructor for exception javax.websocket.DecodeException
Constructor with the binary data that could not be decoded, and the reason why it failed to be, and the cause.
DecodeException(String, String, Throwable) - Constructor for exception javax.websocket.DecodeException
Constructor with the text data that could not be decoded, and the reason why it failed to be, and the cause.
DecodeException(ByteBuffer, String) - Constructor for exception javax.websocket.DecodeException
Constructs a DecodedException with the given ByteBuffer that cannot be decoded, and reason why.
DecodeException(String, String) - Constructor for exception javax.websocket.DecodeException
Constructs a DecodedException with the given encoded string that cannot be decoded, and reason why.
Decoder - Interface in javax.websocket
The Decoder interface holds member interfaces that define how a developer can provide the web socket container a way web socket messages into developer defined custom objects.
Decoder.Binary<T> - Interface in javax.websocket
This interface defines how a custom object (of type T) is decoded from a web socket message in the form of a byte buffer.
Decoder.BinaryStream<T> - Interface in javax.websocket
This interface defines how a custom object is decoded from a web socket message in the form of a binary stream.
Decoder.Text<T> - Interface in javax.websocket
This interface defines how a custom object is decoded from a web socket message in the form of a string.
Decoder.TextStream<T> - Interface in javax.websocket
This interface defines how a custom object of type T is decoded from a web socket message in the form of a character stream.
decoders(List<Class<? extends Decoder>>) - Method in class javax.websocket.ClientEndpointConfig.Builder
Assign the list of decoder implementation classes the client will use.
decoders(List<Class<? extends Decoder>>) - Method in class javax.websocket.server.ServerEndpointConfig.Builder
Sets the decoder implementation classes to use in the configuration.
decTripCount() - Method in class org.apache.jasper.servlet.JspServletWrapper
 
def - Variable in class org.apache.taglibs.standard.tag.common.core.OutSupport
 
DEFAULT() - Constructor for class javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter.DEFAULT
 
DEFAULT() - Constructor for class javax.xml.bind.annotation.XmlElement.DEFAULT
 
DEFAULT() - Constructor for class javax.xml.bind.annotation.XmlElementRef.DEFAULT
 
DEFAULT() - Constructor for class javax.xml.bind.annotation.XmlSchemaType.DEFAULT
 
DEFAULT() - Constructor for class javax.xml.bind.annotation.XmlType.DEFAULT
 
DEFAULT - Static variable in interface org.apache.taglibs.standard.extra.spath.SPathParserConstants
 
DEFAULT - Static variable in interface org.apache.taglibs.standard.lang.jstl.parser.ELParserConstants
 
DEFAULT_BUFFER - Static variable in class javax.servlet.jsp.JspWriter
Constant indicating that the Writer is buffered and is using the implementation default buffer size.
DEFAULT_BUFFER_SIZE - Static variable in class org.apache.jasper.Constants
 
DEFAULT_BUFFER_SIZE - Static variable in class org.apache.jasper.xmlparser.ASCIIReader
Default byte buffer size (2048).
DEFAULT_BUFFER_SIZE - Static variable in class org.apache.jasper.xmlparser.UCSReader
Default byte buffer size (8192, larger than that of ASCIIReader since it's reasonable to surmise that the average UCS-4-encoded file should be 4 times as large as the average ASCII-encoded file).
DEFAULT_BUFFER_SIZE - Static variable in class org.apache.jasper.xmlparser.UTF8Reader
Default byte buffer size (2048).
DEFAULT_BUFFER_SIZE - Static variable in class org.apache.jasper.xmlparser.XMLEncodingDetector
 
DEFAULT_CHARSET_NAME - Static variable in interface javax.xml.registry.infomodel.LocalizedString
The default name returned by getCharsetName if no other name has explicitly been set.
DEFAULT_DELIVERY_DELAY - Static variable in interface javax.jms.Message
The message producer's default delivery delay is zero.
DEFAULT_DELIVERY_MODE - Static variable in interface javax.jms.Message
The message producer's default delivery mode is PERSISTENT.
DEFAULT_ENCODING - Static variable in class org.apache.taglibs.standard.tag.common.core.ImportSupport
Default character encoding for response.
DEFAULT_FORMAT - Static variable in annotation type javax.json.bind.annotation.JsonbDateFormat
Value that indicates the default format.
DEFAULT_IE_CLASS_ID - Static variable in class org.apache.jasper.JspC
 
DEFAULT_INITIAL_CAPACITY - Static variable in class org.apache.jasper.Constants
 
DEFAULT_LOCALE - Static variable in annotation type javax.json.bind.annotation.JsonbDateFormat
Value that indicates that default Locale.
DEFAULT_LOCALE - Static variable in annotation type javax.json.bind.annotation.JsonbNumberFormat
Value that indicates that default Locale.
DEFAULT_PRIORITY - Static variable in interface javax.jms.Message
The message producer's default priority is 4.
DEFAULT_SIZE - Static variable in class org.apache.jasper.xmlparser.XMLStringBuffer
Default buffer size (32).
DEFAULT_SOAP_PROTOCOL - Static variable in interface javax.xml.soap.SOAPConstants
The default protocol: SOAP 1.1 for backwards compatibility.
DEFAULT_TAG_BUFFER_SIZE - Static variable in class org.apache.jasper.Constants
Default size for the tag buffers.
DEFAULT_TIME_TO_LIVE - Static variable in interface javax.jms.Message
The message producer's default time to live is unlimited; the message never expires.
DEFAULT_VALIDATION_TYPES - Static variable in interface javax.security.enterprise.identitystore.IdentityStore
Default set of validation types.
DEFAULT_XMLDECL_BUFFER_SIZE - Static variable in class org.apache.jasper.xmlparser.XMLEncodingDetector
 
DefaultValidationEventHandler - Class in javax.xml.bind.helpers
JAXB 1.0 only default validation event handler.
DefaultValidationEventHandler() - Constructor for class javax.xml.bind.helpers.DefaultValidationEventHandler
 
deferredExpression - Variable in class javax.servlet.jsp.jstl.core.LoopTagSupport
The deferred expression if any
delete() - Method in interface javax.jms.TemporaryQueue
Deletes this temporary queue.
delete() - Method in interface javax.jms.TemporaryTopic
Deletes this temporary topic.
delete() - Method in interface javax.servlet.http.Part
Deletes the underlying storage for a file item, including deleting any associated temporary disk file.
deleteAssociations(Collection) - Method in interface javax.xml.registry.BusinessLifeCycleManager
Deletes the Associations corresponding to the specified Keys.
deleteClassificationSchemes(Collection) - Method in interface javax.xml.registry.BusinessLifeCycleManager
Deletes the ClassificationSchemes corresponding to the specified Keys.
deleteConcepts(Collection) - Method in interface javax.xml.registry.BusinessLifeCycleManager
Deletes the Concepts corresponding to the specified Keys.
DeleteException - Exception in javax.xml.registry
A RegistryException that occurs during a delete action.
DeleteException() - Constructor for exception javax.xml.registry.DeleteException
Constructs a JAXRException object with no reason or embedded Throwable.
DeleteException(String) - Constructor for exception javax.xml.registry.DeleteException
Constructs a JAXRException object with the given String as the reason for the exception being thrown.
DeleteException(String, Throwable) - Constructor for exception javax.xml.registry.DeleteException
Constructs a JAXRException object with the given String as the reason for the exception being thrown and the given Throwable object as an embedded Throwable.
DeleteException(Throwable) - Constructor for exception javax.xml.registry.DeleteException
Constructs a JAXRException object initialized with the given Throwable object.
deleteObjects(Collection) - Method in interface javax.xml.registry.LifeCycleManager
Deletes one or more previously submitted objects from the registry using the object keys.
deleteObjects(Collection, String) - Method in interface javax.xml.registry.LifeCycleManager
Deletes one or more previously submitted objects from the registry using the object keys and a specified objectType attribute.
deleteOrganizations(Collection) - Method in interface javax.xml.registry.BusinessLifeCycleManager
Deletes the organizations corresponding to the specified Keys.
deletesAreDetected(int) - Method in interface javax.resource.cci.ResultSetInfo
Indicates whether or not a visible row delete can be detected by calling ResultSet.rowDeleted.
deleteServiceBindings(Collection) - Method in interface javax.xml.registry.BusinessLifeCycleManager
Deletes the ServiceBindings corresponding to the specified Keys.
deleteServices(Collection) - Method in interface javax.xml.registry.BusinessLifeCycleManager
Deletes the services corresponding to the specified Keys.
delims - Variable in class javax.servlet.jsp.jstl.core.IteratedExpression
 
delims - Variable in class org.apache.taglibs.standard.tag.common.core.ForTokensSupport
 
delistResource(XAResource, int) - Method in interface javax.transaction.Transaction
Disassociate the resource specified from the transaction associated with the target Transaction object.
DeliveryMode - Interface in javax.jms
The delivery modes supported by the JMS API are PERSISTENT and NON_PERSISTENT.
DenyAll - Annotation Type in javax.annotation.security
Specifies that no security roles are allowed to invoke the specified method(s).
DependsOn - Annotation Type in javax.ejb
Used to express an initialization dependency between singleton components.
DeploymentException - Exception in javax.websocket
Checked exception indicating some kind of failure either to publish an endpoint on its server, or a failure to connect a client to its server.
DeploymentException(String) - Constructor for exception javax.websocket.DeploymentException
Creates a deployment exception with the given reason for the deployment failure.
DeploymentException(String, Throwable) - Constructor for exception javax.websocket.DeploymentException
Creates a deployment exception with the given reason for the deployment failure and wrapped cause of the failure.
deprecateObjects(Collection) - Method in interface javax.xml.registry.LifeCycleManager
Deprecates one or more previously submitted objects.
desc(Expression<?>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an ordering by the descending value of the expression.
description - Variable in class javax.resource.spi.work.HintsContext
 
DeserializationContext - Interface in javax.json.bind.serializer
Provides JSONB Mapper functionality on top of JSONP parser.
DeserializationContext - Interface in javax.xml.rpc.encoding
The javax.xml.rpc.encoding.DeserializationContext interface is implemented by the JAX-RPC runtime system in an XML processing mechanism specific manner.
deserialize(Class<T>, JsonParser) - Method in interface javax.json.bind.serializer.DeserializationContext
Deserialize JSON stream into instance of provided class using javax.json.stream.JsonParser.
deserialize(Type, JsonParser) - Method in interface javax.json.bind.serializer.DeserializationContext
Deserialize JSON stream into instance of provided class using javax.json.stream.JsonParser.
deserialize(JsonParser, DeserializationContext, Type) - Method in interface javax.json.bind.serializer.JsonbDeserializer
Deserialize JSON stream into object.
Deserializer - Interface in javax.xml.rpc.encoding
The javax.xml.rpc.encoding.Deserializer interface defines a base interface for deserializers.
DeserializerFactory - Interface in javax.xml.rpc.encoding
The javax.xml.rpc.encoding.DeserializerFactory is a factory of deserializers.
DESERIALIZERS - Static variable in class javax.json.bind.JsonbConfig
Property used to specify custom deserializers.
Destination - Interface in javax.jms
A Destination object encapsulates a provider-specific address.
destroy() - Method in interface javax.resource.spi.ManagedConnection
Destroys the physical connection to the underlying resource manager.
destroy() - Method in interface javax.servlet.Filter
Called by the web container to indicate to a filter that it is being taken out of service.
destroy() - Method in class javax.servlet.GenericServlet
Called by the servlet container to indicate to a servlet that the servlet is being taken out of service.
destroy() - Method in interface javax.servlet.http.HttpUpgradeHandler
It is called when the client is disconnected.
destroy() - Method in interface javax.servlet.Servlet
Called by the servlet container to indicate to a servlet that the servlet is being taken out of service.
destroy() - Method in interface javax.websocket.Decoder
This method is called when the decoder is about to be removed from service in order that any resources the decoder used may be closed gracefully.
destroy() - Method in interface javax.websocket.Encoder
This method is called when the encoder is about to be removed from service in order that any resources the encoder used may be closed gracefully.
destroy() - Method in class javax.xml.rpc.handler.GenericHandler
The destroy method indicates the end of lifecycle for a Handler instance.
destroy() - Method in interface javax.xml.rpc.handler.Handler
The destroy method indicates the end of lifecycle for a Handler instance.
destroy() - Method in interface javax.xml.rpc.handler.HandlerChain
Indicates the end of lifecycle for a HandlerChain.
destroy() - Method in interface javax.xml.rpc.server.ServiceLifecycle
JAX-RPC runtime system ends the lifecycle of a service endpoint instance by invoking the destroy method.
destroy() - Method in class org.apache.jasper.compiler.JspRuntimeContext
Process a "destory" event for this web application context.
destroy() - Method in class org.apache.jasper.runtime.HttpJspBase
 
destroy() - Method in class org.apache.jasper.servlet.JspServlet
 
destroy() - Method in class org.apache.jasper.servlet.JspServletWrapper
 
detach(Object) - Method in interface javax.persistence.EntityManager
Remove the given entity from the persistence context, causing a managed entity to become detached.
detachNode() - Method in interface javax.xml.soap.Node
Removes this Node object from the tree.
Detail - Interface in javax.xml.soap
A container for DetailEntry objects.
DetailEntry - Interface in javax.xml.soap
The content for a Detail object, giving details for a SOAPFault object.
diff(Expression<? extends N>, Expression<? extends N>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression that returns the difference between its arguments.
diff(Expression<? extends N>, N) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression that returns the difference between its arguments.
diff(N, Expression<? extends N>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression that returns the difference between its arguments.
DIGEST_AUTH - Static variable in interface javax.servlet.http.HttpServletRequest
String identifier for Digest authentication.
DIGIT - Static variable in interface org.apache.taglibs.standard.extra.spath.SPathParserConstants
 
DIGIT - Static variable in interface org.apache.taglibs.standard.lang.jstl.parser.ELParserConstants
 
DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
disable_tracing() - Method in class org.apache.taglibs.standard.extra.spath.SPathParser
 
disable_tracing() - Method in class org.apache.taglibs.standard.lang.jstl.parser.ELParser
 
discriminator - Variable in class org.apache.jasper.runtime.JspFragmentHelper
 
DiscriminatorColumn - Annotation Type in javax.persistence
Specifies the discriminator column for the SINGLE_TABLE and JOINED Inheritance mapping strategies.
DiscriminatorType - Enum in javax.persistence
Defines supported types of the discriminator column.
DiscriminatorValue - Annotation Type in javax.persistence
Specifies the value of the discriminator column for entities of the given type.
disjunction() - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a disjunction (with zero disjuncts).
dispatch() - Method in interface javax.servlet.AsyncContext
Dispatches the request and response objects of this AsyncContext to the servlet container.
dispatch(String) - Method in interface javax.servlet.AsyncContext
Dispatches the request and response objects of this AsyncContext to the given path.
dispatch(ServletContext, String) - Method in interface javax.servlet.AsyncContext
Dispatches the request and response objects of this AsyncContext to the given path scoped to the given context.
Dispatch<T> - Interface in javax.xml.ws
The Dispatch interface provides support for the dynamic invocation of a service endpoint operations.
DispatcherType - Enum in javax.servlet
Enumeration of filter dispatcher types.
DissociatableManagedConnection - Interface in javax.resource.spi
This is a mix-in interface that may be optionally implemented by a ManagedConnection implementation.
dissociateConnections() - Method in interface javax.resource.spi.DissociatableManagedConnection
This method is called by an application server (that is capable of lazy connection association optimization) in order to dissociate a ManagedConnection instance from all of its connection handles.
distinct(boolean) - Method in interface javax.persistence.criteria.AbstractQuery
Specify whether duplicate query results will be eliminated.
distinct(boolean) - Method in interface javax.persistence.criteria.CriteriaQuery
Specify whether duplicate query results will be eliminated.
distinct(boolean) - Method in interface javax.persistence.criteria.Subquery
Specify whether duplicate query results will be eliminated.
DistributableWork - Interface in javax.resource.spi.work
This models a Work instance that would be distributed by a DistributableWorkManager for execution in a remote DistributableWorkManager
DistributableWorkManager - Interface in javax.resource.spi.work
This interface models a WorkManager that supports distributed execution of Work instances.
DIVIDE1 - Static variable in interface org.apache.taglibs.standard.lang.jstl.parser.ELParserConstants
 
DIVIDE2 - Static variable in interface org.apache.taglibs.standard.lang.jstl.parser.ELParserConstants
 
DivideOperator - Class in org.apache.taglibs.standard.lang.jstl
The implementation of the divide operator
DivideOperator() - Constructor for class org.apache.taglibs.standard.lang.jstl.DivideOperator
Constructor
doAfterBody() - Method in class javax.servlet.jsp.jstl.core.LoopTagSupport
Continues the iteration when appropriate -- that is, if we (a) have more items and (b) don't run over our 'end' (given our 'step').
doAfterBody() - Method in class javax.servlet.jsp.tagext.BodyTagSupport
After the body evaluation: do not reevaluate and continue with the page.
doAfterBody() - Method in interface javax.servlet.jsp.tagext.IterationTag
Process body (re)evaluation.
doAfterBody() - Method in class javax.servlet.jsp.tagext.TagSupport
Default processing for a body.
DOBODY_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
doCatch(Throwable) - Method in class javax.servlet.jsp.jstl.core.LoopTagSupport
Rethrows the given Throwable.
doCatch(Throwable) - Method in interface javax.servlet.jsp.tagext.TryCatchFinally
Invoked if a Throwable occurs while evaluating the BODY inside a tag or in any of the following methods: Tag.doStartTag(), Tag.doEndTag(), IterationTag.doAfterBody() and BodyTag.doInitBody().
doCatch(Throwable) - Method in class org.apache.taglibs.standard.tag.common.core.CatchTag
 
doCatch(Throwable) - Method in class org.apache.taglibs.standard.tag.common.core.ImportSupport
 
doCatch(Throwable) - Method in class org.apache.taglibs.standard.tag.common.sql.QueryTagSupport
Just rethrows the Throwable.
doCatch(Throwable) - Method in class org.apache.taglibs.standard.tag.common.sql.TransactionTagSupport
Rollbacks the transaction and rethrows the Throwable.
doCatch(Throwable) - Method in class org.apache.taglibs.standard.tag.common.sql.UpdateTagSupport
Just rethrows the Throwable.
doDelete(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Called by the server (via the service method) to allow a servlet to handle a DELETE request.
doEndTag() - Method in class javax.servlet.jsp.tagext.BodyTagSupport
Default processing of the end tag returning EVAL_PAGE.
doEndTag() - Method in interface javax.servlet.jsp.tagext.Tag
Process the end tag for this instance.
doEndTag() - Method in class javax.servlet.jsp.tagext.TagAdapter
Must not be called.
doEndTag() - Method in class javax.servlet.jsp.tagext.TagSupport
Default processing of the end tag returning EVAL_PAGE.
doEndTag() - Method in class org.apache.taglibs.standard.tag.common.core.ImportSupport
 
doEndTag() - Method in class org.apache.taglibs.standard.tag.common.core.OutSupport
 
doEndTag() - Method in class org.apache.taglibs.standard.tag.common.core.ParamSupport
 
doEndTag() - Method in class org.apache.taglibs.standard.tag.common.core.RedirectSupport
 
doEndTag() - Method in class org.apache.taglibs.standard.tag.common.core.RemoveTag
 
doEndTag() - Method in class org.apache.taglibs.standard.tag.common.core.SetSupport
 
doEndTag() - Method in class org.apache.taglibs.standard.tag.common.core.UrlSupport
 
doEndTag() - Method in class org.apache.taglibs.standard.tag.common.fmt.BundleSupport
 
doEndTag() - Method in class org.apache.taglibs.standard.tag.common.fmt.FormatDateSupport
 
doEndTag() - Method in class org.apache.taglibs.standard.tag.common.fmt.FormatNumberSupport
 
doEndTag() - Method in class org.apache.taglibs.standard.tag.common.fmt.MessageSupport
 
doEndTag() - Method in class org.apache.taglibs.standard.tag.common.fmt.ParamSupport
 
doEndTag() - Method in class org.apache.taglibs.standard.tag.common.fmt.ParseDateSupport
 
doEndTag() - Method in class org.apache.taglibs.standard.tag.common.fmt.ParseNumberSupport
 
doEndTag() - Method in class org.apache.taglibs.standard.tag.common.fmt.RequestEncodingSupport
 
doEndTag() - Method in class org.apache.taglibs.standard.tag.common.fmt.SetBundleSupport
 
doEndTag() - Method in class org.apache.taglibs.standard.tag.common.fmt.SetLocaleSupport
 
doEndTag() - Method in class org.apache.taglibs.standard.tag.common.fmt.SetTimeZoneSupport
 
doEndTag() - Method in class org.apache.taglibs.standard.tag.common.fmt.TimeZoneSupport
 
doEndTag() - Method in class org.apache.taglibs.standard.tag.common.sql.DateParamTagSupport
 
doEndTag() - Method in class org.apache.taglibs.standard.tag.common.sql.ParamTagSupport
 
doEndTag() - Method in class org.apache.taglibs.standard.tag.common.sql.QueryTagSupport
Execute the SQL statement, set either through the sql attribute or as the body, and save the result as a variable named by the var attribute in the scope specified by the scope attribute, as an object that implements the Result interface.
doEndTag() - Method in class org.apache.taglibs.standard.tag.common.sql.TransactionTagSupport
Commits the transaction.
doEndTag() - Method in class org.apache.taglibs.standard.tag.common.sql.UpdateTagSupport
Execute the SQL statement, set either through the sql attribute or as the body, and save the result as a variable named by the var attribute in the scope specified by the scope attribute, as an object that implements the Result interface.
doEndTag() - Method in class org.apache.taglibs.standard.tag.common.xml.ParamSupport
 
doEndTag() - Method in class org.apache.taglibs.standard.tag.common.xml.ParseSupport
 
doEndTag() - Method in class org.apache.taglibs.standard.tag.common.xml.TransformSupport
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in interface javax.servlet.Filter
The doFilter method of the Filter is called by the container each time a request/response pair is passed through the chain due to a client request for a resource at the end of the chain.
doFilter(ServletRequest, ServletResponse) - Method in interface javax.servlet.FilterChain
Causes the next filter in the chain to be invoked, or if the calling filter is the last filter in the chain, causes the resource at the end of the chain to be invoked.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class javax.servlet.http.HttpFilter
The doFilter method of the Filter is called by the container each time a request/response pair is passed through the chain due to a client request for a resource at the end of the chain.
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class javax.servlet.http.HttpFilter
The doFilter method of the Filter is called by the container each time a request/response pair is passed through the chain due to a client request for a resource at the end of the chain.
doFinally() - Method in class javax.servlet.jsp.jstl.core.LoopTagSupport
Removes any attributes that this LoopTagSupport set.
doFinally() - Method in interface javax.servlet.jsp.tagext.TryCatchFinally
Invoked in all cases after doEndTag() for any class implementing Tag, IterationTag or BodyTag.
doFinally() - Method in class org.apache.taglibs.standard.tag.common.core.CatchTag
 
doFinally() - Method in class org.apache.taglibs.standard.tag.common.core.ImportSupport
 
doFinally() - Method in class org.apache.taglibs.standard.tag.common.sql.QueryTagSupport
Close the Connection, unless this action is used as part of a transaction.
doFinally() - Method in class org.apache.taglibs.standard.tag.common.sql.TransactionTagSupport
Restores the Connection to its initial state and closes it.
doFinally() - Method in class org.apache.taglibs.standard.tag.common.sql.UpdateTagSupport
Close the Connection, unless this action is used as part of a transaction.
doGet(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Called by the server (via the service method) to allow a servlet to handle a GET request.
doHead(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Receives an HTTP HEAD request from the protected service method and handles the request.
doInitBody() - Method in interface javax.servlet.jsp.tagext.BodyTag
Prepare for evaluation of the body.
doInitBody() - Method in class javax.servlet.jsp.tagext.BodyTagSupport
Prepare for evaluation of the body just before the first body evaluation: no action.
doJavaFile(boolean) - Method in class org.apache.jasper.compiler.Jsr199JavaCompiler
 
doJavaFile(boolean) - Method in class org.apache.jasper.compiler.NullJavaCompiler
 
DomHandler<ElementT,ResultT extends javax.xml.transform.Result> - Interface in javax.xml.bind.annotation
Converts an element (and its descendants) from/to DOM (or similar) representation.
Done() - Method in class org.apache.taglibs.standard.extra.spath.ASCII_CharStream
 
Done() - Method in class org.apache.taglibs.standard.extra.spath.ASCII_UCodeESC_CharStream
 
Done() - Method in class org.apache.taglibs.standard.lang.jstl.parser.SimpleCharStream
 
doNothing() - Method in interface javax.security.enterprise.authentication.mechanism.http.HttpMessageContext
Instructs the container to "do nothing".
doNothing() - Method in class javax.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
dontUseTagPlugin() - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
Abandon optimization for this tag handler, and instruct Jasper to generate the tag handler calls, as usual.
doOptions(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Called by the server (via the service method) to allow a servlet to handle a OPTIONS request.
doPost(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Called by the server (via the service method) to allow a servlet to handle a POST request.
doPut(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Called by the server (via the service method) to allow a servlet to handle a PUT request.
doStartTag() - Method in class javax.servlet.jsp.jstl.core.ConditionalTagSupport
Includes its body if condition() evaluates to true.
doStartTag() - Method in class javax.servlet.jsp.jstl.core.LoopTagSupport
Begins iterating by processing the first item.
doStartTag() - Method in class javax.servlet.jsp.tagext.BodyTagSupport
Default processing of the start tag returning EVAL_BODY_BUFFERED.
doStartTag() - Method in interface javax.servlet.jsp.tagext.Tag
Process the start tag for this instance.
doStartTag() - Method in class javax.servlet.jsp.tagext.TagAdapter
Must not be called.
doStartTag() - Method in class javax.servlet.jsp.tagext.TagSupport
Default processing of the start tag, returning SKIP_BODY.
doStartTag() - Method in class org.apache.taglibs.standard.extra.spath.SPathTag
 
doStartTag() - Method in class org.apache.taglibs.standard.tag.common.core.CatchTag
 
doStartTag() - Method in class org.apache.taglibs.standard.tag.common.core.ChooseTag
 
doStartTag() - Method in class org.apache.taglibs.standard.tag.common.core.ImportSupport
 
doStartTag() - Method in class org.apache.taglibs.standard.tag.common.core.OutSupport
 
doStartTag() - Method in class org.apache.taglibs.standard.tag.common.core.RedirectSupport
 
doStartTag() - Method in class org.apache.taglibs.standard.tag.common.core.UrlSupport
 
doStartTag() - Method in class org.apache.taglibs.standard.tag.common.core.WhenTagSupport
 
doStartTag() - Method in class org.apache.taglibs.standard.tag.common.fmt.BundleSupport
 
doStartTag() - Method in class org.apache.taglibs.standard.tag.common.fmt.MessageSupport
 
doStartTag() - Method in class org.apache.taglibs.standard.tag.common.fmt.TimeZoneSupport
 
doStartTag() - Method in class org.apache.taglibs.standard.tag.common.sql.DriverTag
 
doStartTag() - Method in class org.apache.taglibs.standard.tag.common.sql.QueryTagSupport
Prepares for execution by setting the initial state, such as getting the Connection
doStartTag() - Method in class org.apache.taglibs.standard.tag.common.sql.SetDataSourceTagSupport
 
doStartTag() - Method in class org.apache.taglibs.standard.tag.common.sql.TransactionTagSupport
Prepares for execution by setting the initial state, such as getting the Connection and preparing it for the transaction.
doStartTag() - Method in class org.apache.taglibs.standard.tag.common.sql.UpdateTagSupport
Prepares for execution by setting the initial state, such as getting the Connection
doStartTag() - Method in class org.apache.taglibs.standard.tag.common.xml.ExprSupport
 
doStartTag() - Method in class org.apache.taglibs.standard.tag.common.xml.SetTag
 
doStartTag() - Method in class org.apache.taglibs.standard.tag.common.xml.TransformSupport
 
doStartTag() - Method in class org.apache.taglibs.standard.tag.el.core.ForEachTag
 
doStartTag() - Method in class org.apache.taglibs.standard.tag.el.core.ForTokensTag
 
doStartTag() - Method in class org.apache.taglibs.standard.tag.el.core.ImportTag
 
doStartTag() - Method in class org.apache.taglibs.standard.tag.el.core.OutTag
 
doStartTag() - Method in class org.apache.taglibs.standard.tag.el.core.ParamTag
 
doStartTag() - Method in class org.apache.taglibs.standard.tag.el.core.RedirectTag
 
doStartTag() - Method in class org.apache.taglibs.standard.tag.el.core.SetTag
 
doStartTag() - Method in class org.apache.taglibs.standard.tag.el.core.UrlTag
 
doStartTag() - Method in class org.apache.taglibs.standard.tag.el.fmt.BundleTag
 
doStartTag() - Method in class org.apache.taglibs.standard.tag.el.fmt.FormatDateTag
 
doStartTag() - Method in class org.apache.taglibs.standard.tag.el.fmt.FormatNumberTag
 
doStartTag() - Method in class org.apache.taglibs.standard.tag.el.fmt.MessageTag
 
doStartTag() - Method in class org.apache.taglibs.standard.tag.el.fmt.ParamTag
 
doStartTag() - Method in class org.apache.taglibs.standard.tag.el.fmt.ParseDateTag
 
doStartTag() - Method in class org.apache.taglibs.standard.tag.el.fmt.ParseNumberTag
 
doStartTag() - Method in class org.apache.taglibs.standard.tag.el.fmt.RequestEncodingTag
 
doStartTag() - Method in class org.apache.taglibs.standard.tag.el.fmt.SetBundleTag
 
doStartTag() - Method in class org.apache.taglibs.standard.tag.el.fmt.SetLocaleTag
 
doStartTag() - Method in class org.apache.taglibs.standard.tag.el.fmt.SetTimeZoneTag
 
doStartTag() - Method in class org.apache.taglibs.standard.tag.el.fmt.TimeZoneTag
 
doStartTag() - Method in class org.apache.taglibs.standard.tag.el.sql.DateParamTag
 
doStartTag() - Method in class org.apache.taglibs.standard.tag.el.sql.ParamTag
 
doStartTag() - Method in class org.apache.taglibs.standard.tag.el.sql.QueryTag
 
doStartTag() - Method in class org.apache.taglibs.standard.tag.el.sql.SetDataSourceTag
 
doStartTag() - Method in class org.apache.taglibs.standard.tag.el.sql.TransactionTag
 
doStartTag() - Method in class org.apache.taglibs.standard.tag.el.sql.UpdateTag
 
doStartTag() - Method in class org.apache.taglibs.standard.tag.el.xml.ExprTag
 
doStartTag() - Method in class org.apache.taglibs.standard.tag.el.xml.ParamTag
 
doStartTag() - Method in class org.apache.taglibs.standard.tag.el.xml.ParseTag
 
doStartTag() - Method in class org.apache.taglibs.standard.tag.el.xml.TransformTag
 
doStartTag() - Method in class org.apache.taglibs.standard.tag.rt.sql.TransactionTag
 
DOT - Static variable in interface org.apache.taglibs.standard.extra.spath.SPathParserConstants
 
DOT - Static variable in interface org.apache.taglibs.standard.lang.jstl.parser.ELParserConstants
 
doTag() - Method in interface javax.servlet.jsp.tagext.SimpleTag
Called by the container to invoke this tag.
doTag() - Method in class javax.servlet.jsp.tagext.SimpleTagSupport
Default processing of the tag does nothing.
doTag(TagPluginContext) - Method in interface org.apache.jasper.compiler.tagplugin.TagPlugin
Generate codes for a custom tag.
doTag(TagPluginContext) - Method in class org.apache.jasper.tagplugins.jstl.Choose
 
doTag(TagPluginContext) - Method in class org.apache.jasper.tagplugins.jstl.ForEach
 
doTag(TagPluginContext) - Method in class org.apache.jasper.tagplugins.jstl.If
 
doTag(TagPluginContext) - Method in class org.apache.jasper.tagplugins.jstl.Otherwise
 
doTag(TagPluginContext) - Method in class org.apache.jasper.tagplugins.jstl.When
 
doTrace(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Called by the server (via the service method) to allow a servlet to handle a TRACE request.
DoubleHolder - Class in javax.xml.rpc.holders
 
DoubleHolder() - Constructor for class javax.xml.rpc.holders.DoubleHolder
 
DoubleHolder(double) - Constructor for class javax.xml.rpc.holders.DoubleHolder
 
DoubleWrapperHolder - Class in javax.xml.rpc.holders
 
DoubleWrapperHolder() - Constructor for class javax.xml.rpc.holders.DoubleWrapperHolder
 
DoubleWrapperHolder(Double) - Constructor for class javax.xml.rpc.holders.DoubleWrapperHolder
 
doWork(Work) - Method in interface javax.resource.spi.work.WorkManager
Accepts a Work instance for processing.
doWork(Work, long, ExecutionContext, WorkListener) - Method in interface javax.resource.spi.work.WorkManager
Accepts a Work instance for processing.
driverClassName - Variable in class org.apache.taglibs.standard.tag.common.sql.SetDataSourceTagSupport
 
DriverTag - Class in org.apache.taglibs.standard.tag.common.sql
Tag handler for <Driver> in JSTL, used to create a simple DataSource for prototyping.
DriverTag() - Constructor for class org.apache.taglibs.standard.tag.common.sql.DriverTag
 
DUPLICATE_CONTEXTS - Static variable in class javax.resource.spi.work.WorkContextErrorCodes
Indicates that there are more than one instance of a WorkContext type passed in by the Work instance.
DuplicateKeyException - Exception in javax.ejb
The DuplicateKeyException exception is thrown if an entity EJB object or EJB local object cannot be created because an object with the same key already exists.
DuplicateKeyException() - Constructor for exception javax.ejb.DuplicateKeyException
Constructs a DuplicateKeyException with no detail message.
DuplicateKeyException(String) - Constructor for exception javax.ejb.DuplicateKeyException
Constructs a DuplicateKeyException with the specified detail message.
DUPS_OK_ACKNOWLEDGE - Static variable in interface javax.jms.JMSContext
This session mode instructs the JMSContext's session to lazily acknowledge the delivery of messages.
DUPS_OK_ACKNOWLEDGE - Static variable in interface javax.jms.Session
This acknowledgment mode instructs the session to lazily acknowledge the delivery of messages.
DYNAMIC_SOAP_PROTOCOL - Static variable in interface javax.xml.soap.SOAPConstants
Used to create MessageFactory instances that create SOAPMessages whose concrete type is based on the Content-Type MIME header passed to the createMessage method.
DynamicAttributes - Interface in javax.servlet.jsp.tagext
For a tag to declare that it accepts dynamic attributes, it must implement this interface.

E

EISSystemException - Exception in javax.resource.spi
An EISSystemException is used to indicate any EIS specific system-level error conditions.
EISSystemException() - Constructor for exception javax.resource.spi.EISSystemException
Constructs a new instance with null as its detail message.
EISSystemException(String) - Constructor for exception javax.resource.spi.EISSystemException
Constructs a new instance with the specified detail message.
EISSystemException(Throwable) - Constructor for exception javax.resource.spi.EISSystemException
Constructs a new throwable with the specified cause.
EISSystemException(String, Throwable) - Constructor for exception javax.resource.spi.EISSystemException
Constructs a new throwable with the specified detail message and cause.
EISSystemException(String, String) - Constructor for exception javax.resource.spi.EISSystemException
Constructs a new throwable with the specified detail message and an error code.
EJB - Annotation Type in javax.ejb
Indicates a dependency on the local, no-interface, or remote view of an Enterprise JavaBean.
EJBAccessException - Exception in javax.ejb
This exception indicates that client access to a business method was denied.
EJBAccessException() - Constructor for exception javax.ejb.EJBAccessException
Constructs an EJBAccessException with no detail message.
EJBAccessException(String) - Constructor for exception javax.ejb.EJBAccessException
Constructs an EJBAccessException with the specified detailed message.
ejbActivate() - Method in interface javax.ejb.EntityBean
A container invokes this method when the instance is taken out of the pool of available instances to become associated with a specific EJB object.
ejbActivate() - Method in interface javax.ejb.SessionBean
The activate method is called when a stateful session bean instance is activated from its "passive" state.
EJBContainer - Class in javax.ejb.embeddable
Used to execute an EJB application in an embeddable container.
EJBContainer() - Constructor for class javax.ejb.embeddable.EJBContainer
 
EJBContainerProvider - Interface in javax.ejb.spi
The EJBContainerProvider SPI is used by the embeddable container bootstrap class to initialize a suitable embeddable container.
EJBContext - Interface in javax.ejb
The EJBContext interface provides an instance with access to the container-provided runtime context of an enterprise bean instance.
EJBException - Exception in javax.ejb
The EJBException is thrown to report that the invoked business method or callback method could not be completed because of an unexpected error (e.g.
EJBException() - Constructor for exception javax.ejb.EJBException
Constructs an EJBException with no detail message.
EJBException(String) - Constructor for exception javax.ejb.EJBException
Constructs an EJBException with the specified detailed message.
EJBException(Exception) - Constructor for exception javax.ejb.EJBException
Constructs an EJBException that embeds the originally thrown exception.
EJBException(String, Exception) - Constructor for exception javax.ejb.EJBException
Constructs an EJBException that embeds the originally thrown exception with the specified detail message.
EJBHome - Interface in javax.ejb
The EJBHome interface must be extended by all enterprise beans' remote home interfaces.
ejbLoad() - Method in interface javax.ejb.EntityBean
A container invokes this method to instruct the instance to synchronize its state by loading it state from the underlying database.
EJBLocalHome - Interface in javax.ejb
The EJBLocalHome interface must be extended by all enterprise beans' local home interfaces.
EJBLocalObject - Interface in javax.ejb
The EJBLocalObject interface must be extended by all enterprise beans' local interfaces.
EJBMetaData - Interface in javax.ejb
The EJBMetaData interface allows a client to obtain the enterprise bean's meta-data information.
EJBObject - Interface in javax.ejb
The EJBObject interface is extended by all enterprise beans' remote interfaces.
ejbPassivate() - Method in interface javax.ejb.EntityBean
A container invokes this method on an instance before the instance becomes disassociated with a specific EJB object.
ejbPassivate() - Method in interface javax.ejb.SessionBean
The passivate method is called before a stateful session bean instance enters the "passive" state.
ejbRemove() - Method in interface javax.ejb.EntityBean
A container invokes this method before it removes the EJB object that is currently associated with the instance.
ejbRemove() - Method in interface javax.ejb.MessageDrivenBean
A container invokes this method before it ends the life of the message-driven object.
ejbRemove() - Method in interface javax.ejb.SessionBean
A container invokes this method before it ends the life of the session object.
EJBs - Annotation Type in javax.ejb
Declares multiple EJB annotations.
EJBStats - Interface in javax.management.j2ee.statistics
Specifies statistics provided by all EJB component types.
ejbStore() - Method in interface javax.ejb.EntityBean
A container invokes this method to instruct the instance to synchronize its state by storing it to the underlying database.
ejbTimeout(Timer) - Method in interface javax.ejb.TimedObject
Invoked by the EJB container upon timer expiration.
EJBTransactionRequiredException - Exception in javax.ejb
This exception indicates that a request carried a null transaction context, but the target object requires an active transaction.
EJBTransactionRequiredException() - Constructor for exception javax.ejb.EJBTransactionRequiredException
Constructs an EJBTransactionRequiredException with no detail message.
EJBTransactionRequiredException(String) - Constructor for exception javax.ejb.EJBTransactionRequiredException
Constructs an EJBTransactionRequiredException with the specified detailed message.
EJBTransactionRolledbackException - Exception in javax.ejb
This exception is thrown to a remote client to indicate that the transaction associated with processing of the request has been rolled back, or marked to roll back.
EJBTransactionRolledbackException() - Constructor for exception javax.ejb.EJBTransactionRolledbackException
Constructs an EJBTransactionRolledbackException with no detail message.
EJBTransactionRolledbackException(String) - Constructor for exception javax.ejb.EJBTransactionRolledbackException
Constructs an EJBTransactionRolledbackException with the specified detailed message.
EJBTransactionRolledbackException(String, Exception) - Constructor for exception javax.ejb.EJBTransactionRolledbackException
Constructs an EJBTransactionRolledbackException with the specified detail message and a nested exception.
ELContextImpl - Class in org.apache.jasper.runtime
Concrete implementation of javax.el.ELContext.
ELContextImpl(ELResolver) - Constructor for class org.apache.jasper.runtime.ELContextImpl
Constructs a new ELContext associated with the given ELResolver.
Element - Interface in javax.xml.bind
This is an element marker interface.
element(Element) - Method in class javax.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
Adds an extension element to the W3CEndpointReference instance's wsa:EndpointReference element.
ELEMENT_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
ElementCollection - Annotation Type in javax.persistence
Specifies a collection of instances of a basic type or embeddable class.
ELEvaluator - Class in org.apache.taglibs.standard.lang.jstl
This is the main class for evaluating expression Strings.
ELEvaluator(VariableResolver) - Constructor for class org.apache.taglibs.standard.lang.jstl.ELEvaluator
Constructor
ELEvaluator(VariableResolver, boolean) - Constructor for class org.apache.taglibs.standard.lang.jstl.ELEvaluator
Constructor
ELException - Exception in javax.servlet.jsp.el
Deprecated.
As of JSP 2.1, replaced by javax.el.ELException
ELException() - Constructor for exception javax.servlet.jsp.el.ELException
Deprecated.
Creates an ELException with no detail message.
ELException(String) - Constructor for exception javax.servlet.jsp.el.ELException
Deprecated.
Creates an ELException with the provided detail message.
ELException(Throwable) - Constructor for exception javax.servlet.jsp.el.ELException
Deprecated.
Creates an ELException with the given root cause.
ELException(String, Throwable) - Constructor for exception javax.servlet.jsp.el.ELException
Deprecated.
Creates an ELException with the given detail message and root cause.
ELException - Exception in org.apache.taglibs.standard.lang.jstl
Represents any of the exception conditions that arise during the operation evaluation of the evaluator.
ELException() - Constructor for exception org.apache.taglibs.standard.lang.jstl.ELException
Constructor
ELException(String) - Constructor for exception org.apache.taglibs.standard.lang.jstl.ELException
Constructor
ELException(Throwable) - Constructor for exception org.apache.taglibs.standard.lang.jstl.ELException
Constructor
ELException(String, Throwable) - Constructor for exception org.apache.taglibs.standard.lang.jstl.ELException
Constructor
ELFunctionMapper - Class in org.apache.jasper.compiler
This class generates functions mappers for the EL expressions in the page.
ELFunctionMapper() - Constructor for class org.apache.jasper.compiler.ELFunctionMapper
 
ELParseException - Exception in javax.servlet.jsp.el
Deprecated.
As of JSP 2.1, replaced by javax.el.ELException
ELParseException() - Constructor for exception javax.servlet.jsp.el.ELParseException
Deprecated.
Creates an ELParseException with no detail message.
ELParseException(String) - Constructor for exception javax.servlet.jsp.el.ELParseException
Deprecated.
Creates an ELParseException with the provided detail message.
ELParser - Class in org.apache.jasper.compiler
This class implements a parser for EL expressions.
ELParser(String) - Constructor for class org.apache.jasper.compiler.ELParser
 
ELParser - Class in org.apache.taglibs.standard.lang.jstl.parser
Generated EL parser.
ELParser(InputStream) - Constructor for class org.apache.taglibs.standard.lang.jstl.parser.ELParser
 
ELParser(Reader) - Constructor for class org.apache.taglibs.standard.lang.jstl.parser.ELParser
 
ELParser(ELParserTokenManager) - Constructor for class org.apache.taglibs.standard.lang.jstl.parser.ELParser
 
ELParserConstants - Interface in org.apache.taglibs.standard.lang.jstl.parser
 
ELParserTokenManager - Class in org.apache.taglibs.standard.lang.jstl.parser
 
ELParserTokenManager(SimpleCharStream) - Constructor for class org.apache.taglibs.standard.lang.jstl.parser.ELParserTokenManager
 
ELParserTokenManager(SimpleCharStream, int) - Constructor for class org.apache.taglibs.standard.lang.jstl.parser.ELParserTokenManager
 
EMAIL_ADDRESS - Static variable in interface javax.xml.registry.LifeCycleManager
Constant representing the javax.xml.registry.infomodel.EmailAddress interface.
EmailAddress - Interface in javax.xml.registry.infomodel
Represents an email address.
Embeddable - Annotation Type in javax.persistence
Specifies a class whose instances are stored as an intrinsic part of an owning entity and share the identity of the entity.
embeddable(Class<X>) - Method in interface javax.persistence.metamodel.Metamodel
Return the metamodel embeddable type representing the embeddable class.
EmbeddableType<X> - Interface in javax.persistence.metamodel
Instances of the type EmbeddableType represent embeddable types.
Embedded - Annotation Type in javax.persistence
Specifies a persistent field or property of an entity whose value is an instance of an embeddable class.
EmbeddedId - Annotation Type in javax.persistence
Applied to a persistent field or property of an entity class or mapped superclass to denote a composite primary key that is an embeddable class.
EmbeddedServletOptions - Class in org.apache.jasper
A class to hold all init parameters specific to the JSP engine.
EmbeddedServletOptions(ServletConfig, ServletContext) - Constructor for class org.apache.jasper.EmbeddedServletOptions
Create an EmbeddedServletOptions object using data available from ServletConfig and ServletContext.
EMPTY - Static variable in interface org.apache.taglibs.standard.lang.jstl.parser.ELParserConstants
 
EMPTY_STRING_TO_CHARACTER - Static variable in class org.apache.taglibs.standard.lang.jstl.Constants
 
EmptyOperator - Class in org.apache.taglibs.standard.lang.jstl
The implementation of the empty operator
EmptyOperator() - Constructor for class org.apache.taglibs.standard.lang.jstl.EmptyOperator
Constructor
enable_tracing() - Method in class org.apache.taglibs.standard.extra.spath.SPathParser
 
enable_tracing() - Method in class org.apache.taglibs.standard.lang.jstl.parser.ELParser
 
enabled - Variable in class javax.xml.ws.WebServiceFeature
Specifies if the feature is enabled or disabled
encode(T) - Method in interface javax.websocket.Encoder.Binary
Encode the given object into a byte array.
encode(T, OutputStream) - Method in interface javax.websocket.Encoder.BinaryStream
Encode the given object into a binary stream written to the implementation provided OutputStream.
encode(T) - Method in interface javax.websocket.Encoder.Text
Encode the given object into a String.
encode(T, Writer) - Method in interface javax.websocket.Encoder.TextStream
Encode the given object to a character stream writing it to the supplied Writer.
encode - Variable in class org.apache.taglibs.standard.tag.common.core.ParamSupport
There used to be an 'encode' attribute; I've left this as a vestige in case custom subclasses want to use our functionality but NOT encode parameters.
EncodeException - Exception in javax.websocket
A general exception that occurs when trying to encode a custom object to a string or binary message.
EncodeException(Object, String) - Constructor for exception javax.websocket.EncodeException
Constructor with the object being encoded, and the reason why it failed to be.
EncodeException(Object, String, Throwable) - Constructor for exception javax.websocket.EncodeException
Constructor with the object being encoded, and the reason why it failed to be, and the cause.
Encoder - Interface in javax.websocket
The Encoder interface defines how developers can provide a way to convert their custom objects into web socket messages.
Encoder.Binary<T> - Interface in javax.websocket
This interface defines how to provide a way to convert a custom object into a binary message.
Encoder.BinaryStream<T> - Interface in javax.websocket
This interface may be implemented by encoding algorithms that want to write the encoded object to a binary stream.
Encoder.Text<T> - Interface in javax.websocket
This interface defines how to provide a way to convert a custom object into a text message.
Encoder.TextStream<T> - Interface in javax.websocket
This interface may be implemented by encoding algorithms that want to write the encoded object to a character stream.
encodeRedirectURL(String) - Method in interface javax.servlet.http.HttpServletResponse
Encodes the specified URL for use in the sendRedirect method or, if encoding is not needed, returns the URL unchanged.
encodeRedirectUrl(String) - Method in interface javax.servlet.http.HttpServletResponse
Deprecated.
As of version 2.1, use encodeRedirectURL(String url) instead
encodeRedirectURL(String) - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to return encodeRedirectURL(String url) on the wrapped response object.
encodeRedirectUrl(String) - Method in class javax.servlet.http.HttpServletResponseWrapper
Deprecated.
encoders(List<Class<? extends Encoder>>) - Method in class javax.websocket.ClientEndpointConfig.Builder
Assign the list of encoder implementation classes the client will use.
encoders(List<Class<? extends Encoder>>) - Method in class javax.websocket.server.ServerEndpointConfig.Builder
Sets the list of encoder implementation classes for this builder.
encodeURL(String) - Method in interface javax.servlet.http.HttpServletResponse
Encodes the specified URL by including the session ID, or, if encoding is not needed, returns the URL unchanged.
encodeUrl(String) - Method in interface javax.servlet.http.HttpServletResponse
Deprecated.
As of version 2.1, use encodeURL(String url) instead
encodeURL(String) - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to call encodeURL(String url) on the wrapped response object.
encodeUrl(String) - Method in class javax.servlet.http.HttpServletResponseWrapper
Deprecated.
ENCODING - Static variable in class javax.json.bind.JsonbConfig
The Jsonb serialization toJson() methods will default to this property for encoding of output JSON data.
EncodingMap - Class in org.apache.jasper.xmlparser
EncodingMap is a convenience class which handles conversions between IANA encoding names and Java encoding names, and vice versa.
EncodingMap() - Constructor for class org.apache.jasper.xmlparser.EncodingMap
Default constructor.
ENCODINGSTYLE_URI_PROPERTY - Static variable in interface javax.xml.rpc.Call
Standard property for encoding Style: Encoding style specified as a namespace URI.
end(Date) - Method in class javax.ejb.ScheduleExpression
Set the end date.
end - Variable in class javax.servlet.jsp.jstl.core.LoopTagSupport
Ending index of the iteration ('end' attribute).
END_BRACKET - Static variable in interface org.apache.taglibs.standard.extra.spath.SPathParserConstants
 
END_EXPRESSION - Static variable in interface org.apache.taglibs.standard.lang.jstl.parser.ELParserConstants
 
endColumn - Variable in class org.apache.taglibs.standard.extra.spath.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endColumn - Variable in class org.apache.taglibs.standard.lang.jstl.parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endElement(String, String, String) - Method in class org.apache.taglibs.standard.extra.spath.SPathFilter
Filter for endElement().
endLine - Variable in class org.apache.taglibs.standard.extra.spath.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endLine - Variable in class org.apache.taglibs.standard.lang.jstl.parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
Endpoint - Class in javax.websocket
The Web Socket Endpoint represents an object that can handle websocket conversations.
Endpoint() - Constructor for class javax.websocket.Endpoint
 
Endpoint - Class in javax.xml.ws
A Web service endpoint.
Endpoint() - Constructor for class javax.xml.ws.Endpoint
 
ENDPOINT_ADDRESS_PROPERTY - Static variable in interface javax.xml.rpc.Stub
Standard property: Target service endpoint address.
ENDPOINT_ADDRESS_PROPERTY - Static variable in interface javax.xml.ws.BindingProvider
Standard property: Target service endpoint address.
endpointActivation(MessageEndpointFactory, ActivationSpec) - Method in interface javax.resource.spi.ResourceAdapter
This is called during the activation of a message endpoint.
EndpointConfig - Interface in javax.websocket
The endpoint configuration contains all the information needed during the handshake process for this end point.
EndpointContext - Class in javax.xml.ws
EndpointContext allows multiple endpoints in an application to share any information.
EndpointContext() - Constructor for class javax.xml.ws.EndpointContext
 
endpointDeactivation(MessageEndpointFactory, ActivationSpec) - Method in interface javax.resource.spi.ResourceAdapter
This is called when a message endpoint is deactivated.
endpointName(QName) - Method in class javax.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
Sets the endpointName as wsam:ServiceName/@EndpointName in the wsa:Metadata element.
EndpointReference - Class in javax.xml.ws
This class represents an WS-Addressing EndpointReference which is a remote reference to a web service endpoint.
EndpointReference() - Constructor for class javax.xml.ws.EndpointReference
Default constructor.
endPrefixMapping(String) - Method in class org.apache.taglibs.standard.extra.spath.SPathFilter
Filter for endPrefixMapping().
endSpecified - Variable in class javax.servlet.jsp.jstl.core.LoopTagSupport
Boolean flag indicating whether 'end' was specified.
endsWith(String, String) - Static method in class org.apache.taglibs.standard.functions.Functions
 
enlistResource(XAResource) - Method in interface javax.transaction.Transaction
Enlist the resource specified with the transaction associated with the target Transaction object.
EnterpriseBean - Interface in javax.ejb
The EnterpriseBean interface is a common superinterface for the SessionBean, EntityBean and MessageDrivenBean interfaces.
Entity - Annotation Type in javax.persistence
Specifies that the class is an entity.
entity(Class<X>) - Method in interface javax.persistence.metamodel.Metamodel
Return the metamodel entity type representing the entity.
EntityBean - Interface in javax.ejb
The EntityBean interface is implemented by every entity bean class.
EntityBeanStats - Interface in javax.management.j2ee.statistics
Specifies statistics provided by entity beans.
EntityContext - Interface in javax.ejb
The EntityContext interface provides an instance with access to the container-provided runtime context of an entity bean instance.
EntityExistsException - Exception in javax.persistence
Thrown by the persistence provider when EntityManager.persist(Object) is called and the entity already exists.
EntityExistsException() - Constructor for exception javax.persistence.EntityExistsException
Constructs a new EntityExistsException exception with null as its detail message.
EntityExistsException(String) - Constructor for exception javax.persistence.EntityExistsException
Constructs a new EntityExistsException exception with the specified detail message.
EntityExistsException(String, Throwable) - Constructor for exception javax.persistence.EntityExistsException
Constructs a new EntityExistsException exception with the specified detail message and cause.
EntityExistsException(Throwable) - Constructor for exception javax.persistence.EntityExistsException
Constructs a new EntityExistsException exception with the specified cause.
EntityGraph<T> - Interface in javax.persistence
This type represents the root of an entity graph that will be used as a template to define the attribute nodes and boundaries of a graph of entities and entity relationships.
EntityListeners - Annotation Type in javax.persistence
Specifies the callback listener classes to be used for an entity or mapped superclass.
EntityManager - Interface in javax.persistence
Interface used to interact with the persistence context.
EntityManagerFactory - Interface in javax.persistence
Interface used to interact with the entity manager factory for the persistence unit.
EntityNotFoundException - Exception in javax.persistence
Thrown by the persistence provider when an entity reference obtained by EntityManager.getReference is accessed but the entity does not exist.
EntityNotFoundException() - Constructor for exception javax.persistence.EntityNotFoundException
Constructs a new EntityNotFoundException exception with null as its detail message.
EntityNotFoundException(String) - Constructor for exception javax.persistence.EntityNotFoundException
Constructs a new EntityNotFoundException exception with the specified detail message.
EntityResult - Annotation Type in javax.persistence
Used in conjunction with the SqlResultSetMapping annotation to map the SELECT clause of a SQL query to an entity result.
EntityTransaction - Interface in javax.persistence
Interface used to control transactions on resource-local entity managers.
EntityType<X> - Interface in javax.persistence.metamodel
Instances of the type EntityType represent entity types.
entry() - Method in interface javax.persistence.criteria.MapJoin
Create an expression that corresponds to the map entry.
Entry(String, SymbolTable.Entry) - Constructor for class org.apache.jasper.xmlparser.SymbolTable.Entry
Constructs a new entry from the specified symbol and next entry reference.
Entry(char[], int, int, SymbolTable.Entry) - Constructor for class org.apache.jasper.xmlparser.SymbolTable.Entry
Constructs a new entry from the specified symbol information and next entry reference.
entrySet() - Method in class org.apache.taglibs.standard.lang.jstl.EnumeratedMap
 
Enumerated - Annotation Type in javax.persistence
Specifies that a persistent property or field should be persisted as a enumerated type.
EnumeratedMap - Class in org.apache.taglibs.standard.lang.jstl
This is a Map implementation driven by a data source that only provides an enumeration of keys and a getValue(key) method.
EnumeratedMap() - Constructor for class org.apache.taglibs.standard.lang.jstl.EnumeratedMap
 
enumerateKeys() - Method in class org.apache.taglibs.standard.lang.jstl.EnumeratedMap
Returns an enumeration of the keys
EnumType - Enum in javax.persistence
Defines mapping for enumerated types.
EOF - Static variable in interface org.apache.taglibs.standard.extra.spath.SPathParserConstants
 
EOF - Static variable in interface org.apache.taglibs.standard.lang.jstl.parser.ELParserConstants
 
eol - Variable in exception org.apache.taglibs.standard.extra.spath.ParseException
The end of line string for this machine.
eol - Variable in exception org.apache.taglibs.standard.lang.jstl.parser.ParseException
The end of line string for this machine.
EQ1 - Static variable in interface org.apache.taglibs.standard.lang.jstl.parser.ELParserConstants
 
EQ2 - Static variable in interface org.apache.taglibs.standard.lang.jstl.parser.ELParserConstants
 
equal(Expression<?>, Expression<?>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing the arguments for equality.
equal(Expression<?>, Object) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing the arguments for equality.
EqualityExpression() - Method in class org.apache.taglibs.standard.lang.jstl.parser.ELParser
 
EqualityOperator - Class in org.apache.taglibs.standard.lang.jstl
This is the superclass for all equality operators (==, !=)
EqualityOperator() - Constructor for class org.apache.taglibs.standard.lang.jstl.EqualityOperator
 
equals(Object) - Method in interface javax.resource.cci.Record
Check if this instance is equal to another Record.
equals(Object) - Method in interface javax.resource.spi.ConnectionRequestInfo
Checks whether this instance is equal to another.
equals(Object) - Method in interface javax.resource.spi.ManagedConnectionFactory
Check if this ManagedConnectionFactory is equal to another ManagedConnectionFactory.
equals(Object) - Method in interface javax.resource.spi.security.GenericCredential
Deprecated.
Tests if this GenericCredential instance refers to the same entity as the supplied object.
equals(Object) - Method in class javax.resource.spi.security.PasswordCredential
Compares this PasswordCredential with the specified object for equality.
equals(Object) - Method in class javax.servlet.jsp.jstl.core.IndexedValueExpression
 
equals(Object) - Method in class javax.servlet.jsp.jstl.core.IteratedValueExpression
 
equals(char[], int, int) - Method in class org.apache.jasper.xmlparser.XMLString
Returns true if the contents of this XMLString structure and the specified array are equal.
equals(String) - Method in class org.apache.jasper.xmlparser.XMLString
Returns true if the contents of this XMLString structure and the specified string are equal.
EQUALS - Static variable in interface org.apache.taglibs.standard.extra.spath.SPathParserConstants
 
EqualsOperator - Class in org.apache.taglibs.standard.lang.jstl
The implementation of the equals operator
EqualsOperator() - Constructor for class org.apache.taglibs.standard.lang.jstl.EqualsOperator
Constructor
ERROR - Static variable in interface javax.xml.bind.ValidationEvent
Conditions that correspond to the definition of "error" in section 1.2 of the W3C XML 1.0 Recommendation
ERROR_EXCEPTION - Static variable in interface javax.servlet.RequestDispatcher
The name of the request attribute under which the exception object is propagated during an error dispatch
ERROR_EXCEPTION_TYPE - Static variable in interface javax.servlet.RequestDispatcher
The name of the request attribute under which the type of the exception object is propagated during an error dispatch
ERROR_GETTING_PROPERTY - Static variable in class org.apache.taglibs.standard.lang.jstl.Constants
 
ERROR_IN_EQUALS - Static variable in class org.apache.taglibs.standard.lang.jstl.Constants
 
ERROR_MESSAGE - Static variable in interface javax.servlet.RequestDispatcher
The name of the request attribute under which the exception message is propagated during an error dispatch
ERROR_REQUEST_URI - Static variable in interface javax.servlet.RequestDispatcher
The name of the request attribute under which the request URI whose processing caused the error is propagated during an error dispatch
ERROR_SERVLET_NAME - Static variable in interface javax.servlet.RequestDispatcher
The name of the request attribute under which the name of the servlet in which the error occurred is propagated during an error dispatch
ERROR_STATUS_CODE - Static variable in interface javax.servlet.RequestDispatcher
The name of the request attribute under which the response status is propagated during an error dispatch
errorCode - Variable in exception javax.transaction.SystemException
The error code with which to create the SystemException.
ErrorData - Class in javax.servlet.jsp
Contains information about an error, for error pages.
ErrorData(Throwable, int, String, String) - Constructor for class javax.servlet.jsp.ErrorData
Creates a new ErrorData object.
ErrorDispatcher - Class in org.apache.jasper.compiler
Class responsible for dispatching JSP parse and javac compilation errors to the configured error handler.
ErrorDispatcher(boolean) - Constructor for class org.apache.jasper.compiler.ErrorDispatcher
 
ErrorHandler - Interface in org.apache.jasper.compiler
Interface for handling JSP parse and javac compilation errors.
errorOnUndeclaredNamespace() - Method in class org.apache.jasper.compiler.JspProperty
 
errorOnUndeclaredNamespace() - Method in class org.apache.jasper.compiler.PageInfo
 
ESC - Static variable in class org.apache.jasper.Constants
A replacement char for "\$".
escapeQueryString(String) - Static method in class org.apache.jasper.compiler.JspUtil
 
escapeQueryString(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
Escape special shell characters.
escapeQuotes(char[]) - Static method in class org.apache.jasper.compiler.JspUtil
 
escapeXml(String) - Static method in class org.apache.jasper.compiler.JspUtil
Escape the 5 entities defined by XML.
escapeXml(String) - Static method in class org.apache.taglibs.standard.functions.Functions
 
escapeXml - Variable in class org.apache.taglibs.standard.tag.common.core.OutSupport
 
escapeXml(String) - Static method in class org.apache.taglibs.standard.tag.common.core.Util
Performs the following substring replacements (to facilitate output to XML/HTML pages): & -> & < -> < > -> > " -> " ' -> ' See also OutSupport.writeEscapedXml().
escapeXml - Variable in class org.apache.taglibs.standard.tag.common.xml.ExprSupport
 
ESCStr - Static variable in class org.apache.jasper.Constants
 
EVAL_BODY_AGAIN - Static variable in interface javax.servlet.jsp.tagext.IterationTag
Request the reevaluation of some body.
EVAL_BODY_BUFFERED - Static variable in interface javax.servlet.jsp.tagext.BodyTag
Request the creation of new buffer, a BodyContent on which to evaluate the body of this tag.
EVAL_BODY_INCLUDE - Static variable in interface javax.servlet.jsp.tagext.Tag
Evaluate body into existing out stream.
EVAL_BODY_TAG - Static variable in interface javax.servlet.jsp.tagext.BodyTag
Deprecated.
As of Java JSP API 1.2, use BodyTag.EVAL_BODY_BUFFERED or IterationTag.EVAL_BODY_AGAIN.
EVAL_PAGE - Static variable in interface javax.servlet.jsp.tagext.Tag
Continue evaluating the page.
evalNotNull(String, String, String, Class, Tag, PageContext) - Static method in class org.apache.taglibs.standard.tag.el.core.ExpressionUtil
Evaluates an expression if present, but does not allow the expression to evaluate to 'null', throwing a NullAttributeException if it does.
evaluate(VariableResolver) - Method in class javax.servlet.jsp.el.Expression
Deprecated.
Evaluates an expression that was previously prepared.
evaluate(String, Class, VariableResolver, FunctionMapper) - Method in class javax.servlet.jsp.el.ExpressionEvaluator
Deprecated.
Evaluates an expression.
evaluate(String, Class, VariableResolver, FunctionMapper) - Method in class org.apache.jasper.runtime.ExpressionEvaluatorImpl
 
evaluate(Object, Object, VariableResolver, Map, String, Logger) - Method in class org.apache.taglibs.standard.lang.jstl.ArraySuffix
Evaluates the expression in the given context, operating on the given value.
evaluate(Object, VariableResolver, Map, String, Logger) - Method in class org.apache.taglibs.standard.lang.jstl.BinaryOperatorExpression
Evaluates to the literal value
evaluate(Object, VariableResolver, Map, String, Logger) - Method in class org.apache.taglibs.standard.lang.jstl.ComplexValue
Evaluates by evaluating the prefix, then applying the suffixes
evaluate(String, Object, Class, Map, String) - Method in class org.apache.taglibs.standard.lang.jstl.ELEvaluator
Evaluates the given expression String
evaluate(String, String, Class, Tag, PageContext, Map, String) - Method in class org.apache.taglibs.standard.lang.jstl.Evaluator
Evaluates the expression at request time
evaluate(String, String, Class, Tag, PageContext) - Method in class org.apache.taglibs.standard.lang.jstl.Evaluator
Conduit to old-style call for convenience.
evaluate(Object, VariableResolver, Map, String, Logger) - Method in class org.apache.taglibs.standard.lang.jstl.Expression
Evaluates the expression in the given context
evaluate(Object, VariableResolver, Map, String, Logger) - Method in class org.apache.taglibs.standard.lang.jstl.ExpressionString
Evaluates the expression string by evaluating each element, converting it to a String (using toString, or "" for null values) and concatenating the results into a single String.
evaluate(Object, VariableResolver, Map, String, Logger) - Method in class org.apache.taglibs.standard.lang.jstl.FunctionInvocation
Evaluates by looking up the name in the VariableResolver
evaluate(Object, VariableResolver, Map, String, Logger) - Method in class org.apache.taglibs.standard.lang.jstl.Literal
Evaluates to the literal value
evaluate(Object, VariableResolver, Map, String, Logger) - Method in class org.apache.taglibs.standard.lang.jstl.NamedValue
Evaluates by looking up the name in the VariableResolver
evaluate(Object, VariableResolver, Map, String, Logger) - Method in class org.apache.taglibs.standard.lang.jstl.UnaryOperatorExpression
Evaluates to the literal value
evaluate(Object, Object, VariableResolver, Map, String, Logger) - Method in class org.apache.taglibs.standard.lang.jstl.ValueSuffix
Evaluates the expression in the given context, operating on the given value.
evaluate(String, String, Class, Tag, PageContext) - Method in interface org.apache.taglibs.standard.lang.support.ExpressionEvaluator
Evaluates the expression at request time.
evaluate(String, String, Class, Tag, PageContext) - Static method in class org.apache.taglibs.standard.lang.support.ExpressionEvaluatorManager
Invokes the evaluate() method on the "active" ExpressionEvaluator for the given pageContext.
evaluate(String, String, Class, PageContext) - Static method in class org.apache.taglibs.standard.lang.support.ExpressionEvaluatorManager
Invokes the evaluate() method on the "active" ExpressionEvaluator for the given pageContext.
evaluate(String, Object, QName) - Method in class org.apache.taglibs.standard.tag.common.xml.JSTLXPathImpl
Evaluate an XPath expression in the specified context and return the result as the specified type.
evaluate(String, Object) - Method in class org.apache.taglibs.standard.tag.common.xml.JSTLXPathImpl
Evaluate an XPath expression in the specified context and return the result as a String.
evaluate(String, InputSource, QName) - Method in class org.apache.taglibs.standard.tag.common.xml.JSTLXPathImpl
Evaluate an XPath expression in the context of the specified InputSource and return the result as the specified type.
evaluate(String, InputSource) - Method in class org.apache.taglibs.standard.tag.common.xml.JSTLXPathImpl
Evaluate an XPath expression in the context of the specified InputSource and return the result as a String.
evaluateExpression(String, Class, PageContext, ProtectedFunctionMapper) - Static method in class org.apache.jasper.runtime.PageContextImpl
Evaluates an EL expression
EvaluationTest - Class in org.apache.taglibs.standard.lang.jstl.test
This runs a series of tests specifically for the evaluator.
EvaluationTest() - Constructor for class org.apache.taglibs.standard.lang.jstl.test.EvaluationTest
Constructor
Evaluator - Class in org.apache.taglibs.standard.lang.jstl
This is the expression evaluator "adapter" that customizes it for use with the JSP Standard Tag Library.
Evaluator() - Constructor for class org.apache.taglibs.standard.lang.jstl.Evaluator
 
EVALUATOR_CLASS - Static variable in class org.apache.taglibs.standard.lang.support.ExpressionEvaluatorManager
 
EVENT_TYPE_CREATED - Static variable in interface javax.xml.registry.infomodel.AuditableEvent
An event where a RegistryObject is created.
EVENT_TYPE_DELETED - Static variable in interface javax.xml.registry.infomodel.AuditableEvent
An event where a RegistryObject is deleted.
EVENT_TYPE_DEPRECATED - Static variable in interface javax.xml.registry.infomodel.AuditableEvent
An event where a RegistryObject is deprecated.
EVENT_TYPE_UNDEPRECATED - Static variable in interface javax.xml.registry.infomodel.AuditableEvent
An event where a RegistryObject is undeprecated.
EVENT_TYPE_UPDATED - Static variable in interface javax.xml.registry.infomodel.AuditableEvent
An event where a RegistryObject is updated.
EVENT_TYPE_VERSIONED - Static variable in interface javax.xml.registry.infomodel.AuditableEvent
An event where a RegistryObject is versioned.
evict(Class, Object) - Method in interface javax.persistence.Cache
Remove the data for the given entity from the cache.
evict(Class) - Method in interface javax.persistence.Cache
Remove the data for entities of the specified class (and its subclasses) from the cache.
evictAll() - Method in interface javax.persistence.Cache
Clear the cache.
EXACT_NAME_MATCH - Static variable in interface javax.xml.registry.FindQualifier
Specifies a hint to queries that they should use exact (case-insensitive) match when comparing String values.
examineAllHeaderElements() - Method in interface javax.xml.soap.SOAPHeader
Returns an Iterator over all the SOAPHeaderElement objects in this SOAPHeader object.
examineHeaderElements(String) - Method in interface javax.xml.soap.SOAPHeader
Returns an Iterator over all the SOAPHeaderElement objects in this SOAPHeader object that have the specified actor.
examineMustUnderstandHeaderElements(String) - Method in interface javax.xml.soap.SOAPHeader
Returns an Iterator over all the SOAPHeaderElement objects in this SOAPHeader object that have the specified actor and that have a MustUnderstand attribute whose value is equivalent to true.
EXCEPTION - Static variable in class javax.servlet.jsp.PageContext
Name used to store uncaught exception in ServletRequest attribute list and PageContext name table.
EXCEPTION_ACCESSING_ARRAY - Static variable in class org.apache.taglibs.standard.lang.jstl.Constants
 
EXCEPTION_ACCESSING_LIST - Static variable in class org.apache.taglibs.standard.lang.jstl.Constants
 
EXCEPTION_GETTING_BEANINFO - Static variable in class org.apache.taglibs.standard.lang.jstl.Constants
 
ExceptionListener - Interface in javax.jms
If a JMS provider detects a serious problem with a Connection object, it informs the Connection object's ExceptionListener, if one has been registered.
ExcludeClassInterceptors - Annotation Type in javax.interceptor
Used to exclude class-level interceptors for the lifecycle callback method, business method, timeout method, or constructor to which it is applied.
ExcludeDefaultInterceptors - Annotation Type in javax.interceptor
Used to exclude default interceptors for a target class or for a lifecycle callback method, business method, timeout method, or constructor of a target class.
ExcludeDefaultListeners - Annotation Type in javax.persistence
Specifies that the invocation of default listeners is to be excluded for the entity class (or mapped superclass) and its subclasses.
ExcludeSuperclassListeners - Annotation Type in javax.persistence
Specifies that the invocation of superclass listeners is to be excluded for the entity class (or mapped superclass) and its subclasses.
excludeUnlistedClasses() - Method in interface javax.persistence.spi.PersistenceUnitInfo
Returns whether classes in the root of the persistence unit that have not been explicitly listed are to be included in the set of managed classes.
execute() - Method in interface javax.persistence.StoredProcedureQuery
Return true if the first result corresponds to a result set, and false if it is an update count or if there are no results other than through INOUT and OUT parameters, if any.
execute(InteractionSpec, Record, Record) - Method in interface javax.resource.cci.Interaction
Executes an interaction represented by the InteractionSpec.
execute(InteractionSpec, Record) - Method in interface javax.resource.cci.Interaction
Executes an interaction represented by the InteractionSpec.
execute() - Method in class org.apache.jasper.JspC
 
executeQuery(Query) - Method in interface javax.xml.registry.DeclarativeQueryManager
Executes a query as specified by query parameter.
executeUpdate() - Method in interface javax.persistence.Query
Execute an update or delete statement.
executeUpdate() - Method in interface javax.persistence.StoredProcedureQuery
Return the update count of -1 if there is no pending result or if the first result is not an update count.
ExecutionContext - Class in javax.resource.spi.work
This class models an execution context (transaction, security, etc) with which the Work instance must be executed.
ExecutionContext() - Constructor for class javax.resource.spi.work.ExecutionContext
 
exists(Subquery<?>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate testing the existence of a subquery result.
expandClassPath(List<String>) - Static method in class org.apache.jasper.compiler.JspUtil
Given a list of jar files, their manifest attribute Class-path are scanned, and jars specified there are added to the list.
expectedTokenSequences - Variable in exception org.apache.taglibs.standard.extra.spath.ParseException
Each entry in this array is an array of integers.
expectedTokenSequences - Variable in exception org.apache.taglibs.standard.lang.jstl.parser.ParseException
Each entry in this array is an array of integers.
EXPONENT - Static variable in interface org.apache.taglibs.standard.lang.jstl.parser.ELParserConstants
 
Expression<T> - Interface in javax.persistence.criteria
Type for query expressions.
Expression - Class in javax.servlet.jsp.el
Deprecated.
As of JSP 2.1, replaced by javax.el.ValueExpression
Expression() - Constructor for class javax.servlet.jsp.el.Expression
Deprecated.
 
expression() - Method in class org.apache.taglibs.standard.extra.spath.SPathParser
 
Expression - Class in org.apache.taglibs.standard.lang.jstl
The abstract class from which all expression types derive.
Expression() - Constructor for class org.apache.taglibs.standard.lang.jstl.Expression
 
Expression() - Method in class org.apache.taglibs.standard.lang.jstl.parser.ELParser
 
EXPRESSION_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
ExpressionEvaluator - Class in javax.servlet.jsp.el
Deprecated.
As of JSP 2.1, replaced by javax.el.ExpressionFactory
ExpressionEvaluator() - Constructor for class javax.servlet.jsp.el.ExpressionEvaluator
Deprecated.
 
ExpressionEvaluator - Interface in org.apache.taglibs.standard.lang.support
The interface for an expression-language validator and evaluator.
ExpressionEvaluatorImpl - Class in org.apache.jasper.runtime
This is the implementation of ExpreesioEvaluator using implementation of JSP2.1.
ExpressionEvaluatorImpl(PageContext) - Constructor for class org.apache.jasper.runtime.ExpressionEvaluatorImpl
Constructor
ExpressionEvaluatorManager - Class in org.apache.taglibs.standard.lang.support
A conduit to the JSTL EL.
ExpressionEvaluatorManager() - Constructor for class org.apache.taglibs.standard.lang.support.ExpressionEvaluatorManager
 
ExpressionString - Class in org.apache.taglibs.standard.lang.jstl
Represents an expression String consisting of a mixture of Strings and Expressions.
ExpressionString(Object[]) - Constructor for class org.apache.taglibs.standard.lang.jstl.ExpressionString
Constructor
ExpressionString() - Method in class org.apache.taglibs.standard.lang.jstl.parser.ELParser
Returns a String if the expression string is a single String, an Expression if the expression string is a single Expression, an ExpressionString if it's a mixture of both.
ExpressionUtil - Class in org.apache.taglibs.standard.tag.el.core
Contains some static utilities to facilitate common forms of expression evaluation.
ExpressionUtil() - Constructor for class org.apache.taglibs.standard.tag.el.core.ExpressionUtil
 
ExprSupport - Class in org.apache.taglibs.standard.tag.common.xml
Tag handler for <expr> in JSTL's XML library.
ExprSupport() - Constructor for class org.apache.taglibs.standard.tag.common.xml.ExprSupport
Constructs a new handler.
ExprTag - Class in org.apache.taglibs.standard.tag.el.xml
A handler for <out> that accepts attributes as Strings and evaluates them as expressions at runtime.
ExprTag() - Constructor for class org.apache.taglibs.standard.tag.el.xml.ExprTag
Constructs a new handler.
ExprTag - Class in org.apache.taglibs.standard.tag.rt.xml
A handler for <out> that supports rtexprvalue-based attributes.
ExprTag() - Constructor for class org.apache.taglibs.standard.tag.rt.xml.ExprTag
 
EXTENDER - Static variable in interface org.apache.taglibs.standard.extra.spath.SPathParserConstants
 
ExtensibleObject - Interface in javax.xml.registry.infomodel
An ExtensibleObject is one that allows itself to be extended by utilizing dynamically added Slots that add arbitrary attributes to the object on a per instance basis.
Extension - Interface in javax.websocket
A simple representation of a websocket extension as a name and map of extension parameters.
Extension.Parameter - Interface in javax.websocket
This member interface defines a single websocket extension parameter.
extensions(List<Extension>) - Method in class javax.websocket.ClientEndpointConfig.Builder
Set the extensions for the configuration this builder will build.
extensions(List<Extension>) - Method in class javax.websocket.server.ServerEndpointConfig.Builder
Sets the extensions to use in the configuration.
EXTERNAL_IDENTIFIER - Static variable in interface javax.xml.registry.LifeCycleManager
Constant representing the javax.xml.registry.infomodel.ExternalIdentifier interface.
EXTERNAL_LINK - Static variable in interface javax.xml.registry.LifeCycleManager
Constant representing the javax.xml.registry.infomodel.ExternalLink interface.
ExternalIdentifier - Interface in javax.xml.registry.infomodel
ExternalIdentifier instances provide the additional identifier information to RegistryObjects such as DUNS number, Social Security Number, or an alias name of the organization.
ExternalLink - Interface in javax.xml.registry.infomodel
ExternalLink instances model a named URI to content that may reside outside the registry.
extractAllHeaderElements() - Method in interface javax.xml.soap.SOAPHeader
Returns an Iterator over all the SOAPHeaderElement objects in this SOAPHeader object and detaches them from this SOAPHeader object.
extractContentAsDocument() - Method in interface javax.xml.soap.SOAPBody
Creates a new DOM Document and sets the first child of this SOAPBody as it's document element.
extractHeaderElements(String) - Method in interface javax.xml.soap.SOAPHeader
Returns an Iterator over all the SOAPHeaderElement objects in this SOAPHeader object that have the specified actor and detaches them from this SOAPHeader object.
EXTRINSIC_OBJECT - Static variable in interface javax.xml.registry.LifeCycleManager
Constant representing the javax.xml.registry.infomodel.ExternalLink interface.
ExtrinsicObject - Interface in javax.xml.registry.infomodel
ExtrinsicObjects provide metadata that describes submitted content whose type is not intrinsically known to the registry and therefore must be described by means of additional attributes (e.g., mime type).

F

Factory - Class in org.apache.taglibs.standard.lang.jstl.test.beans
A factory for generating the various beans
Factory() - Constructor for class org.apache.taglibs.standard.lang.jstl.test.beans.Factory
 
fail(String) - Method in class org.apache.taglibs.standard.tlv.JstlBaseTLV
 
failed - Variable in class org.apache.taglibs.standard.tlv.JstlBaseTLV
 
FALLBACK_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
FALSE - Static variable in class org.apache.taglibs.standard.lang.jstl.BooleanLiteral
 
FALSE - Static variable in interface org.apache.taglibs.standard.lang.jstl.parser.ELParserConstants
 
FATAL_ERROR - Static variable in interface javax.xml.bind.ValidationEvent
Conditions that correspond to the definition of "fatal error" in section 1.2 of the W3C XML 1.0 Recommendation
FaultAction - Annotation Type in javax.xml.ws
The FaultAction annotation is used inside an Action annotation to allow an explicit association of a WS-Addressing Action message addressing property with the fault messages of the WSDL operation mapped from the exception class.
fBuckets - Variable in class org.apache.jasper.xmlparser.SymbolTable
Buckets.
fBuffer - Variable in class org.apache.jasper.xmlparser.ASCIIReader
Byte buffer.
fBuffer - Variable in class org.apache.jasper.xmlparser.UCSReader
Byte buffer.
fBuffer - Variable in class org.apache.jasper.xmlparser.UTF8Reader
Byte buffer.
FederatedConnection - Interface in javax.xml.registry
Represents a single logical connection to a federation or group of registry providers.
fEncoding - Variable in class org.apache.jasper.xmlparser.UCSReader
 
Fetch<Z,X> - Interface in javax.persistence.criteria
Represents a join-fetched association or attribute.
fetch(SingularAttribute<? super X, Y>) - Method in interface javax.persistence.criteria.FetchParent
Create a fetch join to the specified single-valued attribute using an inner join.
fetch(SingularAttribute<? super X, Y>, JoinType) - Method in interface javax.persistence.criteria.FetchParent
Create a fetch join to the specified single-valued attribute using the given join type.
fetch(PluralAttribute<? super X, ?, Y>) - Method in interface javax.persistence.criteria.FetchParent
Create a fetch join to the specified collection-valued attribute using an inner join.
fetch(PluralAttribute<? super X, ?, Y>, JoinType) - Method in interface javax.persistence.criteria.FetchParent
Create a fetch join to the specified collection-valued attribute using the given join type.
fetch(String) - Method in interface javax.persistence.criteria.FetchParent
Create a fetch join to the specified attribute using an inner join.
fetch(String, JoinType) - Method in interface javax.persistence.criteria.FetchParent
Create a fetch join to the specified attribute using the given join type.
FetchParent<Z,X> - Interface in javax.persistence.criteria
Represents an element of the from clause which may function as the parent of Fetches.
FetchType - Enum in javax.persistence
Defines strategies for fetching data from the database.
fIANA2JavaMap - Static variable in class org.apache.jasper.xmlparser.EncodingMap
fIANA2JavaMap
FieldResult - Annotation Type in javax.persistence
Used in conjunction with the EntityResult annotation to map columns specified in the SELECT list of a SQL query to the properties or fields of an entity class.
Filter - Interface in javax.servlet
A filter is an object that performs filtering tasks on either the request to a resource (a servlet or static content), or on the response from a resource, or both.
filter - Variable in class org.apache.taglibs.standard.tag.common.xml.ParseSupport
 
FilterChain - Interface in javax.servlet
A FilterChain is an object provided by the servlet container to the developer giving a view into the invocation chain of a filtered request for a resource.
FilterConfig - Interface in javax.servlet
A filter configuration object used by a servlet container to pass information to a filter during initialization.
FilterRegistration - Interface in javax.servlet
Interface through which a Filter may be further configured.
FilterRegistration.Dynamic - Interface in javax.servlet
Interface through which a Filter registered via one of the addFilter methods on ServletContext may be further configured.
find(Class<T>, Object) - Method in interface javax.persistence.EntityManager
Find by primary key.
find(Class<T>, Object, Map<String, Object>) - Method in interface javax.persistence.EntityManager
Find by primary key, using the specified properties.
find(Class<T>, Object, LockModeType) - Method in interface javax.persistence.EntityManager
Find by primary key and lock.
find(Class<T>, Object, LockModeType, Map<String, Object>) - Method in interface javax.persistence.EntityManager
Find by primary key and lock, using the specified properties.
find(PageContext, String) - Static method in class javax.servlet.jsp.jstl.core.Config
Finds the value associated with a specific configuration setting identified by its context initialization parameter name.
findAncestorWithClass(JspTag, Class<?>) - Static method in class javax.servlet.jsp.tagext.SimpleTagSupport
Find the instance of a given class type that is closest to a given instance.
findAncestorWithClass(Tag, Class) - Static method in class javax.servlet.jsp.tagext.TagSupport
Find the instance of a given class type that is closest to a given instance.
findAssociations(Collection, String, String, Collection) - Method in interface javax.xml.registry.BusinessQueryManager
Finds all Association objects that match all of the criteria specified by the parameters of this call.
findAttribute(String) - Method in class javax.servlet.jsp.JspContext
Searches for the named attribute in page, request, session (if valid), and application scope(s) in order and returns the value associated or null.
findAttribute(String) - Method in class org.apache.jasper.runtime.JspContextWrapper
 
findAttribute(String) - Method in class org.apache.jasper.runtime.PageContextImpl
 
findAttribute(String) - Method in class org.apache.jasper.xmlparser.TreeNode
Return the value of the specified node attribute if it exists, or null otherwise.
findAttribute(String) - Method in class org.apache.taglibs.standard.lang.jstl.test.PageContextImpl
 
findAttributes() - Method in class org.apache.jasper.xmlparser.TreeNode
Return an Iterator of the attribute names of this node.
findCallerAssociations(Collection, Boolean, Boolean, Collection) - Method in interface javax.xml.registry.BusinessQueryManager
Finds all Association objects owned by the caller that match all of the criteria specified by the parameters of this call.
findChild(String) - Method in class org.apache.jasper.xmlparser.TreeNode
Return the first child node of this node with the specified name, if there is one; otherwise, return null.
findChildren() - Method in class org.apache.jasper.xmlparser.TreeNode
Return an Iterator of all children of this node.
findChildren(String) - Method in class org.apache.jasper.xmlparser.TreeNode
Return an Iterator over all children of this node that have the specified name.
findClass(String) - Method in class org.apache.jasper.servlet.JasperLoader
 
findClassificationSchemeByName(Collection, String) - Method in interface javax.xml.registry.BusinessQueryManager
Finds a ClassificationScheme by name based on the specified find qualifiers and name pattern.
findClassificationSchemes(Collection, Collection, Collection, Collection) - Method in interface javax.xml.registry.BusinessQueryManager
Finds all ClassificationScheme objects that match all of the criteria specified by the parameters of this call.
findConceptByPath(String) - Method in interface javax.xml.registry.BusinessQueryManager
Finds a Concept based on the path specified.
findConcepts(Collection, Collection, Collection, Collection, Collection) - Method in interface javax.xml.registry.BusinessQueryManager
Finds all Concept objects that match all of the criteria specified by the parameters of this call.
FinderException - Exception in javax.ejb
The FinderException exception must be included in the throws clause of every finder method of an entity bean's home or local home interface.
FinderException() - Constructor for exception javax.ejb.FinderException
Constructs an FinderException with no detail message.
FinderException(String) - Constructor for exception javax.ejb.FinderException
Constructs an FinderException with the specified detail message.
FindException - Exception in javax.xml.registry
A RegistryException that occurs during a find action.
FindException() - Constructor for exception javax.xml.registry.FindException
Constructs a JAXRException object with no reason or embedded Throwable.
FindException(String) - Constructor for exception javax.xml.registry.FindException
Constructs a JAXRException object with the given String as the reason for the exception being thrown.
FindException(String, Throwable) - Constructor for exception javax.xml.registry.FindException
Constructs a JAXRException object with the given String as the reason for the exception being thrown and the given Throwable object as an embedded Throwable.
FindException(Throwable) - Constructor for exception javax.xml.registry.FindException
Constructs a JAXRException object initialized with the given Throwable object.
findJspApplicationContext(ServletContext) - Static method in class org.apache.jasper.runtime.JspApplicationContextImpl
 
findJspProperty(String) - Method in class org.apache.jasper.compiler.JspConfig
Find a property that best matches the supplied resource.
findOrganizations(Collection, Collection, Collection, Collection, Collection, Collection) - Method in interface javax.xml.registry.BusinessQueryManager
Finds all Organization objects that match all of the criteria specified by the parameters of this call.
FindQualifier - Interface in javax.xml.registry
FindQualifier provides various constants that identify options that effect find method behavior.
findRegistryPackages(Collection, Collection, Collection, Collection) - Method in interface javax.xml.registry.BusinessQueryManager
Finds all RegistryPackage objects that match all of the criteria specified by the parameters of this call.
findServiceBindings(Key, Collection, Collection, Collection) - Method in interface javax.xml.registry.BusinessQueryManager
Finds all ServiceBinding objects that match all of the criteria specified by the parameters of this call.
findServices(Key, Collection, Collection, Collection, Collection) - Method in interface javax.xml.registry.BusinessQueryManager
Finds all Service objects that match all of the criteria specified by the parameters of this call.
fInputStream - Variable in class org.apache.jasper.xmlparser.ASCIIReader
Input stream.
fInputStream - Variable in class org.apache.jasper.xmlparser.UCSReader
Input stream.
fInputStream - Variable in class org.apache.jasper.xmlparser.UTF8Reader
Input stream.
FIRST_REQUEST_SEEN - Static variable in class org.apache.jasper.Constants
 
fJava2IANAMap - Static variable in class org.apache.jasper.xmlparser.EncodingMap
fJava2IANAMap
FloatHolder - Class in javax.xml.rpc.holders
 
FloatHolder() - Constructor for class javax.xml.rpc.holders.FloatHolder
 
FloatHolder(float) - Constructor for class javax.xml.rpc.holders.FloatHolder
 
FLOATING_POINT_LITERAL - Static variable in interface org.apache.taglibs.standard.lang.jstl.parser.ELParserConstants
 
FloatingPointLiteral - Class in org.apache.taglibs.standard.lang.jstl
An expression representing a floating point literal value.
FloatingPointLiteral(String) - Constructor for class org.apache.taglibs.standard.lang.jstl.FloatingPointLiteral
Constructor
FloatingPointLiteral() - Method in class org.apache.taglibs.standard.lang.jstl.parser.ELParser
 
FloatWrapperHolder - Class in javax.xml.rpc.holders
 
FloatWrapperHolder() - Constructor for class javax.xml.rpc.holders.FloatWrapperHolder
 
FloatWrapperHolder(Float) - Constructor for class javax.xml.rpc.holders.FloatWrapperHolder
 
flush() - Method in interface javax.persistence.EntityManager
Synchronize the persistence context to the underlying database.
flush() - Method in class javax.servlet.jsp.JspWriter
Flush the stream.
flush() - Method in class javax.servlet.jsp.tagext.BodyContent
Redefined flush() so it is not legal.
flush() - Method in class org.apache.jasper.runtime.JspWriterImpl
Flush the stream.
flushBatch() - Method in interface javax.websocket.RemoteEndpoint
This method is only used when batching is allowed for this RemoteEndpint.
flushBuffer() - Method in interface javax.servlet.ServletResponse
Forces any content in the buffer to be written to the client.
flushBuffer() - Method in class javax.servlet.ServletResponseWrapper
The default behavior of this method is to call flushBuffer() on the wrapped response object.
flushBuffer() - Method in class org.apache.jasper.runtime.JspWriterImpl
Flush the output buffer to the underlying character stream, without flushing the stream itself.
flushBuffer() - Method in class org.apache.jasper.runtime.ServletResponseWrapperInclude
Flush the wrapper around the JspWriter of the including page.
FlushModeType - Enum in javax.persistence
Flush mode setting.
FMT_FALLBACK_LOCALE - Static variable in class javax.servlet.jsp.jstl.core.Config
Name of configuration setting for fallback locale
FMT_LOCALE - Static variable in class javax.servlet.jsp.jstl.core.Config
Name of configuration setting for application- (as opposed to browser-) based preferred locale
FMT_LOCALIZATION_CONTEXT - Static variable in class javax.servlet.jsp.jstl.core.Config
Name of configuration setting for i18n localization context
FMT_TIME_ZONE - Static variable in class javax.servlet.jsp.jstl.core.Config
Name of localization setting for time zone
fOffset - Variable in class org.apache.jasper.xmlparser.UTF8Reader
Offset into buffer.
ForEach - Class in org.apache.jasper.tagplugins.jstl
 
ForEach() - Constructor for class org.apache.jasper.tagplugins.jstl.ForEach
 
ForEachSupport - Class in org.apache.taglibs.standard.tag.common.core
Support for tag handlers for <forEach>, the core iteration tag in JSTL 1.0.
ForEachSupport() - Constructor for class org.apache.taglibs.standard.tag.common.core.ForEachSupport
 
ForEachSupport.ForEachIterator - Interface in org.apache.taglibs.standard.tag.common.core
 
ForEachSupport.SimpleForEachIterator - Class in org.apache.taglibs.standard.tag.common.core
 
ForEachTag - Class in org.apache.taglibs.standard.tag.common.xml
Support for the XML library's <forEach> tag.
ForEachTag() - Constructor for class org.apache.taglibs.standard.tag.common.xml.ForEachTag
 
ForEachTag - Class in org.apache.taglibs.standard.tag.el.core
A handler for <forEach> that accepts attributes as Strings and evaluates them as expressions at runtime.
ForEachTag() - Constructor for class org.apache.taglibs.standard.tag.el.core.ForEachTag
 
ForEachTag - Class in org.apache.taglibs.standard.tag.rt.core
A handler for <forEach> that supports rtexprvalue-based attributes.
ForEachTag() - Constructor for class org.apache.taglibs.standard.tag.rt.core.ForEachTag
 
ForEachTEI - Class in org.apache.taglibs.standard.tei
An implementation of TagExtraInfo that implements validation for ForEachTag's attributes
ForEachTEI() - Constructor for class org.apache.taglibs.standard.tei.ForEachTEI
 
ForeignKey - Annotation Type in javax.persistence
Used to specify the handling of foreign key constraints when schema generation is in effect.
forget(Xid) - Method in interface javax.resource.spi.XATerminator
Tells the resource manager to forget about a heuristically completed transaction branch.
fork - Variable in class org.apache.jasper.EmbeddedServletOptions
Should Ant fork its java compiles of JSP pages.
FORM_AUTH - Static variable in interface javax.servlet.http.HttpServletRequest
String identifier for Form authentication.
FormatDateSupport - Class in org.apache.taglibs.standard.tag.common.fmt
Support for tag handlers for <formatDate>, the date and time formatting tag in JSTL 1.0.
FormatDateSupport() - Constructor for class org.apache.taglibs.standard.tag.common.fmt.FormatDateSupport
 
FormatDateTag - Class in org.apache.taglibs.standard.tag.el.fmt
A handler for <formatDate> that accepts attributes as Strings and evaluates them as expressions at runtime.
FormatDateTag() - Constructor for class org.apache.taglibs.standard.tag.el.fmt.FormatDateTag
Constructs a new FormatDateTag.
FormatDateTag - Class in org.apache.taglibs.standard.tag.rt.fmt
A handler for <formatDate> that supports rtexprvalue-based attributes.
FormatDateTag() - Constructor for class org.apache.taglibs.standard.tag.rt.fmt.FormatDateTag
 
FormatNumberSupport - Class in org.apache.taglibs.standard.tag.common.fmt
Support for tag handlers for <formatNumber>, the number formatting tag in JSTL 1.0.
FormatNumberSupport() - Constructor for class org.apache.taglibs.standard.tag.common.fmt.FormatNumberSupport
 
FormatNumberTag - Class in org.apache.taglibs.standard.tag.el.fmt
A handler for <formatNumber> that accepts attributes as Strings and evaluates them as expressions at runtime.
FormatNumberTag() - Constructor for class org.apache.taglibs.standard.tag.el.fmt.FormatNumberTag
Constructs a new FormatNumberTag.
FormatNumberTag - Class in org.apache.taglibs.standard.tag.rt.fmt
A handler for <formatNumber> that supports rtexprvalue-based attributes.
FormatNumberTag() - Constructor for class org.apache.taglibs.standard.tag.rt.fmt.FormatNumberTag
 
FORMATTING - Static variable in class javax.json.bind.JsonbConfig
Property used to specify whether or not the serialized JSON data is formatted with line feeds and indentation.
FormAuthenticationMechanismDefinition - Annotation Type in javax.security.enterprise.authentication.mechanism.http
Annotation used to define a container authentication mechanism that implements FORM authentication as defined by the Servlet spec (13.6.3) and make that implementation available as an enabled CDI bean.
ForTokensSupport - Class in org.apache.taglibs.standard.tag.common.core
Support for tag handlers for <forTokens>, the tokenizing iteration tag in JSTL 1.0.
ForTokensSupport() - Constructor for class org.apache.taglibs.standard.tag.common.core.ForTokensSupport
 
ForTokensTag - Class in org.apache.taglibs.standard.tag.el.core
A handler for <forTokens> that accepts attributes as Strings and evaluates them as expressions at runtime.
ForTokensTag() - Constructor for class org.apache.taglibs.standard.tag.el.core.ForTokensTag
 
ForTokensTag - Class in org.apache.taglibs.standard.tag.rt.core
A handler for <forTokens> that supports rtexprvalue-based attributes.
ForTokensTag() - Constructor for class org.apache.taglibs.standard.tag.rt.core.ForTokensTag
 
forward(String) - Method in interface javax.security.enterprise.authentication.mechanism.http.HttpMessageContext
Forwards to another resource (servlet, JSP file, or HTML file) on the server.
forward(String) - Method in class javax.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
forward(String) - Method in class javax.servlet.jsp.PageContext
This method is used to re-direct, or "forward" the current ServletRequest and ServletResponse to another active component in the application.
forward(ServletRequest, ServletResponse) - Method in interface javax.servlet.RequestDispatcher
Forwards a request from a servlet to another resource (servlet, JSP file, or HTML file) on the server.
forward(String) - Method in class org.apache.jasper.runtime.JspContextWrapper
 
forward(String) - Method in class org.apache.jasper.runtime.PageContextImpl
 
forward(String) - Method in class org.apache.taglibs.standard.lang.jstl.test.PageContextImpl
 
FORWARD_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
FORWARD_CONTEXT_PATH - Static variable in interface javax.servlet.RequestDispatcher
The name of the request attribute under which the original context path is made available to the target of a forward
FORWARD_MAPPING - Static variable in interface javax.servlet.RequestDispatcher
The name of the request attribute under which the original HttpServletMapping is made available to the target of a forward
FORWARD_PATH_INFO - Static variable in interface javax.servlet.RequestDispatcher
The name of the request attribute under which the original path info is made available to the target of a forward
FORWARD_QUERY_STRING - Static variable in interface javax.servlet.RequestDispatcher
The name of the request attribute under which the original query string is made available to the target of a forward
FORWARD_REQUEST_URI - Static variable in interface javax.servlet.RequestDispatcher
The name of the request attribute under which the original request URI is made available to the target of a forward
FORWARD_SEEN - Static variable in class org.apache.jasper.Constants
 
FORWARD_SERVLET_PATH - Static variable in interface javax.servlet.RequestDispatcher
The name of the request attribute under which the original servlet path is made available to the target of a forward
from(Class<X>) - Method in interface javax.persistence.criteria.AbstractQuery
Create and add a query root corresponding to the given entity, forming a cartesian product with any existing roots.
from(EntityType<X>) - Method in interface javax.persistence.criteria.AbstractQuery
Create and add a query root corresponding to the given entity, forming a cartesian product with any existing roots.
from(Class<T>) - Method in interface javax.persistence.criteria.CriteriaDelete
Create and add a query root corresponding to the entity that is the target of the delete.
from(EntityType<T>) - Method in interface javax.persistence.criteria.CriteriaDelete
Create and add a query root corresponding to the entity that is the target of the delete.
from(Class<T>) - Method in interface javax.persistence.criteria.CriteriaUpdate
Create and add a query root corresponding to the entity that is the target of the update.
from(EntityType<T>) - Method in interface javax.persistence.criteria.CriteriaUpdate
Create and add a query root corresponding to the entity that is the target of the update.
From<Z,X> - Interface in javax.persistence.criteria
Represents a bound type, usually an entity that appears in the from clause, but may also be an embeddable belonging to an entity in the from clause.
fromJson(String, Class<T>) - Method in interface javax.json.bind.Jsonb
Reads in a JSON data from the specified string and return the resulting content tree.
fromJson(String, Type) - Method in interface javax.json.bind.Jsonb
Reads in a JSON data from the specified string and return the resulting content tree.
fromJson(Reader, Class<T>) - Method in interface javax.json.bind.Jsonb
Reads in a JSON data from the specified Reader and return the resulting content tree.
fromJson(Reader, Type) - Method in interface javax.json.bind.Jsonb
Reads in a JSON data from the specified Reader and return the resulting content tree.
fromJson(InputStream, Class<T>) - Method in interface javax.json.bind.Jsonb
Reads in a JSON data from the specified InputStream and return the resulting content tree.
fromJson(InputStream, Type) - Method in interface javax.json.bind.Jsonb
Reads in a JSON data from the specified InputStream and return the resulting content tree.
fromLiteralValue(String) - Static method in class org.apache.taglibs.standard.lang.jstl.StringLiteral
Returns a StringLiteral with the given string value
fromToken(String) - Static method in class org.apache.taglibs.standard.lang.jstl.StringLiteral
Returns a StringLiteral parsed from the given token (enclosed by single or double quotes)
fTableSize - Variable in class org.apache.jasper.xmlparser.SymbolTable
 
function(String, Class<T>, Expression<?>...) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression for the execution of a database function.
FUNCTION_INVOCATION_ERROR - Static variable in class org.apache.taglibs.standard.lang.jstl.Constants
 
FunctionInfo - Class in javax.servlet.jsp.tagext
Information for a function in a Tag Library.
FunctionInfo(String, String, String) - Constructor for class javax.servlet.jsp.tagext.FunctionInfo
Constructor for FunctionInfo.
FunctionInvocation - Class in org.apache.taglibs.standard.lang.jstl
Represents a function call.
FunctionInvocation(String, List) - Constructor for class org.apache.taglibs.standard.lang.jstl.FunctionInvocation
Constructor
FunctionInvocation() - Method in class org.apache.taglibs.standard.lang.jstl.parser.ELParser
 
FunctionMapper - Interface in javax.servlet.jsp.el
Deprecated.
As of JSP 2.1, replaced by javax.el.FunctionMapper
functions - Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
An array describing the functions that are defined in this tag library.
Functions - Class in org.apache.taglibs.standard.functions
JSTL Functions
Functions() - Constructor for class org.apache.taglibs.standard.functions.Functions
 

G

gainPermission() - Method in class org.apache.taglibs.standard.tag.common.core.ChooseTag
Returns status indicating whether a subtag should run or not.
ge(Expression<? extends Number>, Expression<? extends Number>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is greater than or equal to the second.
ge(Expression<? extends Number>, Number) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is greater than or equal to the second.
GE1 - Static variable in interface org.apache.taglibs.standard.lang.jstl.parser.ELParserConstants
 
GE2 - Static variable in interface org.apache.taglibs.standard.lang.jstl.parser.ELParserConstants
 
generate(char[]) - Method in interface javax.security.enterprise.identitystore.PasswordHash
Generate an encoded password hash value for storage in a user's account.
generateAttribute(String) - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
Generate codesto evaluate value of a attribute in the custom tag The codes is a Java expression.
generateBody() - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
 
Generated - Annotation Type in javax.annotation
The Generated annotation is used to mark source code that has been generated.
generateDeclaration(String, String) - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
Generate a declaration in the of the generated class.
GeneratedValue - Annotation Type in javax.persistence
Provides for the specification of generation strategies for the values of primary keys.
generateImport(String) - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
Generate an import statement
generateJavaSource(String) - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
Generate Java source codes
generateLoginToken(CallerPrincipal, Set<String>) - Method in interface javax.security.enterprise.identitystore.RememberMeIdentityStore
Associates the given principal and groups with a token.
generateParseException() - Method in class org.apache.taglibs.standard.extra.spath.SPathParser
 
generateParseException() - Method in class org.apache.taglibs.standard.lang.jstl.parser.ELParser
 
generateSchema(String, Map) - Static method in class javax.persistence.Persistence
Create database schemas and/or tables and/or create DDL scripts as determined by the supplied properties.
generateSchema(PersistenceUnitInfo, Map) - Method in interface javax.persistence.spi.PersistenceProvider
Create database schemas and/or tables and/or create DDL scripts as determined by the supplied properties.
generateSchema(String, Map) - Method in interface javax.persistence.spi.PersistenceProvider
Create database schemas and/or tables and/or create DDL scripts as determined by the supplied properties.
generateSchema(SchemaOutputResolver) - Method in class javax.xml.bind.JAXBContext
Generates the schema documents for this context.
generateSmap(Node.Nodes) - Method in class org.apache.jasper.compiler.SmapUtil
Generates an appropriate SMAP representing the current compilation context.
generateWebMapping(String, JspCompilationContext) - Method in class org.apache.jasper.JspC
 
GenerationType - Enum in javax.persistence
Defines the types of primary key generation strategies.
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.
GenericFilter - Class in javax.servlet
Defines a generic, protocol-independent filter.
GenericFilter() - Constructor for class javax.servlet.GenericFilter
Does nothing.
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.
genStringAsByteArray() - Method in class org.apache.jasper.EmbeddedServletOptions
 
genStringAsByteArray() - Method in class org.apache.jasper.JspC
 
genStringAsByteArray() - Method in interface org.apache.jasper.Options
Are text strings to be generated as byte arrays, if the page is unbuffered?
genStringAsCharArray() - Method in class org.apache.jasper.EmbeddedServletOptions
Are Text strings to be generated as char arrays?
genStringAsCharArray() - Method in class org.apache.jasper.JspC
Indicates whether text strings are to be generated as char arrays.
genStringAsCharArray() - Method in interface org.apache.jasper.Options
Are Text strings to be generated as char arrays?
get() - Method in class javax.ejb.AsyncResult
This method should not be called.
get(long, TimeUnit) - Method in class javax.ejb.AsyncResult
This method should not be called.
get(SingularAttribute<? super X, Y>) - Method in interface javax.persistence.criteria.Path
Create a path corresponding to the referenced single-valued attribute.
get(PluralAttribute<X, C, E>) - Method in interface javax.persistence.criteria.Path
Create a path corresponding to the referenced collection-valued attribute.
get(MapAttribute<X, K, V>) - Method in interface javax.persistence.criteria.Path
Create a path corresponding to the referenced map-valued attribute.
get(String) - Method in interface javax.persistence.criteria.Path
Create a path corresponding to the referenced attribute.
get(TupleElement<X>) - Method in interface javax.persistence.Tuple
Get the value of the specified tuple element.
get(String, Class<X>) - Method in interface javax.persistence.Tuple
Get the value of the tuple element to which the specified alias has been assigned.
get(String) - Method in interface javax.persistence.Tuple
Get the value of the tuple element to which the specified alias has been assigned.
get(int, Class<X>) - Method in interface javax.persistence.Tuple
Get the value of the element at the specified position in the result tuple.
get(int) - Method in interface javax.persistence.Tuple
Get the value of the element at the specified position in the result tuple.
get(PageContext, String, int) - Static method in class javax.servlet.jsp.jstl.core.Config
Looks up a configuration variable in the given scope.
get(ServletRequest, String) - Static method in class javax.servlet.jsp.jstl.core.Config
Looks up a configuration variable in the "request" scope.
get(HttpSession, String) - Static method in class javax.servlet.jsp.jstl.core.Config
Looks up a configuration variable in the "session" scope.
get(ServletContext, String) - Static method in class javax.servlet.jsp.jstl.core.Config
Looks up a configuration variable in the "application" scope.
get(Object) - Method in class javax.xml.soap.SOAPConnection
Gets a message from a specific endpoint and blocks until it receives,
get(Class<T>) - Method in class org.apache.jasper.runtime.TagHandlerPool
Gets the next available tag handler from this tag handler pool, instantiating one if this tag handler pool is empty.
get(Object) - Method in class org.apache.taglibs.standard.lang.jstl.EnumeratedMap
 
GET_PROPERTY_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
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.
getActivationName() - Method in interface javax.resource.spi.endpoint.MessageEndpointFactory
Returns a unique name for the message endpoint deployment represented by the MessageEndpointFactory.
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 interface javax.xml.registry.infomodel.EmailAddress
Returns the email address for this object.
getAlias() - Method in interface javax.persistence.TupleElement
Return the alias assigned to the tuple element or null, if no alias has been assigned.
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.
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.
getAllTimers() - Method in interface javax.ejb.TimerService
Returns all active timers associated with the beans in the same module in which the caller bean is packaged.
getAnnotatedEndpointClasses(Set<Class<?>>) - Method in interface javax.websocket.server.ServerApplicationConfig
Return a set of annotated endpoint classes that the server container must deploy.
getApplicationData() - Method in interface javax.websocket.PongMessage
The application data inside the pong message from the peer.
getApplicationScopeMap() - Method in class org.apache.taglibs.standard.lang.jstl.ImplicitObjects
Returns the Map that "wraps" application-scoped attributes
getAreaCode() - Method in interface javax.xml.registry.infomodel.TelephoneNumber
Gets the area code.
getArgumentList() - Method in class org.apache.taglibs.standard.lang.jstl.FunctionInvocation
 
getAsMap() - Method in class javax.json.bind.JsonbConfig
Return all configuration properties as an unmodifiable map.
getAsMap() - Method in class org.apache.taglibs.standard.lang.jstl.EnumeratedMap
Converts the MapSource to a Map.
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.
getAsync() - Method in interface javax.jms.JMSProducer
If subsequent calls to send on this JMSProducer object have been configured to be asynchronous then this method returns the CompletionListener that has previously been configured.
getAsyncContext() - Method in class javax.servlet.AsyncEvent
Gets the AsyncContext from this AsyncEvent.
getAsyncContext() - Method in interface javax.servlet.ServletRequest
Gets the AsyncContext that was created or reinitialized by the most recent invocation of ServletRequest.startAsync() or ServletRequest.startAsync(ServletRequest,ServletResponse) on this request.
getAsyncContext() - Method in class javax.servlet.ServletRequestWrapper
Gets the AsyncContext that was created or reinitialized by the most recent invocation of ServletRequestWrapper.startAsync() or ServletRequestWrapper.startAsync(ServletRequest,ServletResponse) on the wrapped request.
getAsyncRemote() - Method in interface javax.websocket.Session
Return a reference a RemoteEndpoint object representing the peer of this conversation that is able to send messages asynchronously to the peer.
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() - Method in interface javax.persistence.criteria.Fetch
Return the metamodel attribute corresponding to the fetch join.
getAttribute() - Method in interface javax.persistence.criteria.Join
Return the metamodel attribute corresponding to the join.
getAttribute(String) - Method in interface javax.persistence.metamodel.ManagedType
Return the attribute of the managed type that corresponds to the specified name.
getAttribute(String) - Method in interface javax.servlet.http.HttpSession
Returns the object bound with the specified name in this session, or null if no object is bound under the name.
getAttribute(String) - Method in class javax.servlet.jsp.JspContext
Returns the object associated with the name in the page scope or null if not found.
getAttribute(String, int) - Method in class javax.servlet.jsp.JspContext
Return the object associated with the name in the specified scope or null if not found.
getAttribute(String) - Method in class javax.servlet.jsp.tagext.TagData
The value of the attribute.
getAttribute(String) - Method in interface javax.servlet.ServletContext
Returns the servlet container attribute with the given name, or null if there is no attribute by that name.
getAttribute(String) - Method in interface javax.servlet.ServletRequest
Returns the value of the named attribute as an Object, or null if no attribute of the given name exists.
getAttribute(String) - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to call getAttribute(String name) on the wrapped request object.
getAttribute(String) - Method in class javax.xml.ws.spi.http.HttpContext
Returns an attribute value for container's configuration and other data that can be used by jax-ws runtime.
getAttribute(String) - Method in class javax.xml.ws.spi.http.HttpExchange
Returns an attribute that is associated with this HttpExchange.
getAttribute(String) - Method in class org.apache.jasper.runtime.JspContextWrapper
 
getAttribute(String, int) - Method in class org.apache.jasper.runtime.JspContextWrapper
 
getAttribute(String) - Method in class org.apache.jasper.runtime.PageContextImpl
 
getAttribute(String, int) - Method in class org.apache.jasper.runtime.PageContextImpl
 
getAttribute(String) - Method in class org.apache.jasper.servlet.JspCServletContext
Return the specified context attribute, if any.
getAttribute(String) - Method in class org.apache.taglibs.standard.lang.jstl.test.PageContextImpl
 
getAttribute(String, int) - Method in class org.apache.taglibs.standard.lang.jstl.test.PageContextImpl
 
getAttributeName() - Method in interface javax.persistence.AttributeNode
Return the name of the attribute corresponding to the attribute node.
getAttributeNames() - Method in interface javax.servlet.http.HttpSession
Returns an Enumeration of String objects containing the names of all the objects bound to this session.
getAttributeNames() - Method in interface javax.servlet.ServletContext
Returns an Enumeration containing the attribute names available within this ServletContext.
getAttributeNames() - Method in interface javax.servlet.ServletRequest
Returns an Enumeration containing the names of the attributes available to this request.
getAttributeNames() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getAttributeNames() on the wrapped request object.
getAttributeNames() - Method in class javax.xml.ws.spi.http.HttpContext
Returns all attribute names for container's configuration and other data that can be used by jax-ws runtime.
getAttributeNames() - Method in class javax.xml.ws.spi.http.HttpExchange
Gives all the attribute names that are associated with this HttpExchange.
getAttributeNames() - Method in class org.apache.jasper.servlet.JspCServletContext
Return an enumeration of context attribute names.
getAttributeNamesInScope(int) - Method in class javax.servlet.jsp.JspContext
Enumerate all the attributes in a given scope.
getAttributeNamesInScope(int) - Method in class org.apache.jasper.runtime.JspContextWrapper
 
getAttributeNamesInScope(int) - Method in class org.apache.jasper.runtime.PageContextImpl
 
getAttributeNamesInScope(int) - Method in class org.apache.taglibs.standard.lang.jstl.test.PageContextImpl
 
getAttributeNodes() - Method in interface javax.persistence.EntityGraph
Return the attribute nodes of this entity that are included in the entity graph.
getAttributeNodes() - Method in interface javax.persistence.Subgraph
Return the attribute nodes corresponding to the attributes of this managed type that are included in the subgraph.
getAttributes(ObjectName, String[]) - Method in interface javax.management.j2ee.Management
Enables the values of several attributes of a named managed object.
getAttributes() - Method in interface javax.persistence.metamodel.ManagedType
Return the attributes of the managed type.
getAttributes() - Method in class javax.servlet.jsp.tagext.TagData
Enumerates the attributes.
getAttributes() - Method in class javax.servlet.jsp.tagext.TagInfo
Attribute information (in the TLD) on this tag.
getAttributesScope(String) - Method in class javax.servlet.jsp.JspContext
Get the scope where a given attribute is defined.
getAttributesScope(String) - Method in class org.apache.jasper.runtime.JspContextWrapper
 
getAttributesScope(String) - Method in class org.apache.jasper.runtime.PageContextImpl
 
getAttributesScope(String) - Method in class org.apache.taglibs.standard.lang.jstl.test.PageContextImpl
 
getAttributeString(String) - Method in class javax.servlet.jsp.tagext.TagData
Get the value for a given 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.
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.
getAuthParameters() - Method in interface javax.security.enterprise.authentication.mechanism.http.HttpMessageContext
Returns the parameters that were provided with the SecurityContext#authenticate(AuthParameters) call.
getAuthParameters() - Method in class javax.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
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.
getAutoFlush() - Method in class org.apache.jasper.compiler.PageInfo
 
getAutoStart() - Method in interface javax.jms.JMSContext
Returns whether the underlying connection used by this JMSContext will be started automatically when a consumer is created.
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.
getBasicRemote() - Method in interface javax.websocket.Session
Return a reference a RemoteEndpoint object representing the peer of this conversation that is able to send messages synchronously to the peer.
getBatchingAllowed() - Method in interface javax.websocket.RemoteEndpoint
Return whether the implementation is allowed to batch outgoing messages before sending.
getBean1() - Method in class org.apache.taglibs.standard.lang.jstl.test.Bean1
 
getBean2() - Method in class org.apache.taglibs.standard.lang.jstl.test.Bean1
 
getBeanClass() - Method in class org.apache.taglibs.standard.lang.jstl.BeanInfoManager
 
getBeanInfoIndexedProperty(Class, String, Logger) - Static method in class org.apache.taglibs.standard.lang.jstl.BeanInfoManager
Returns the BeanInfoIndexedProperty for the specified property in the given class, or null if not found.
getBeanInfoManager(Class) - Static method in class org.apache.taglibs.standard.lang.jstl.BeanInfoManager
Returns the BeanInfoManager for the specified class
getBeanInfoProperty(Class, String, Logger) - Static method in class org.apache.taglibs.standard.lang.jstl.BeanInfoManager
Returns the BeanInfoProperty for the specified property in the given class, or null if not found.
getBeanRepository() - Method in class org.apache.jasper.compiler.PageInfo
 
getBegin() - Method in interface javax.servlet.jsp.jstl.core.LoopTagStatus
Returns the value of the 'begin' attribute for the associated tag, or null if no 'begin' attribute was specified.
getBeginColumn() - Method in class org.apache.taglibs.standard.extra.spath.ASCII_CharStream
 
getBeginColumn() - Method in class org.apache.taglibs.standard.extra.spath.ASCII_UCodeESC_CharStream
 
getBeginColumn() - Method in class org.apache.taglibs.standard.lang.jstl.parser.SimpleCharStream
 
getBeginLine() - Method in class org.apache.taglibs.standard.extra.spath.ASCII_CharStream
 
getBeginLine() - Method in class org.apache.taglibs.standard.extra.spath.ASCII_UCodeESC_CharStream
 
getBeginLine() - Method in class org.apache.taglibs.standard.lang.jstl.parser.SimpleCharStream
 
getBindableJavaType() - Method in interface javax.persistence.metamodel.Bindable
Return the Java type of the represented object.
getBindableType() - Method in interface javax.persistence.metamodel.Bindable
Return the bindable type of the represented object.
getBinding() - Method in interface javax.xml.ws.BindingProvider
Get the Binding for this binding provider.
getBinding() - Method in class javax.xml.ws.Endpoint
Returns the binding for this endpoint.
getBindingID() - Method in interface javax.xml.ws.Binding
Get the URI for this binding instance.
getBindingID() - Method in interface javax.xml.ws.handler.PortInfo
Gets the URI identifying the binding used by the port being accessed.
getBody(Class<T>) - Method in interface javax.jms.Message
Returns the message body as an object of the specified type.
getBody() - Method in interface javax.xml.soap.SOAPEnvelope
Returns the SOAPBody object associated with this SOAPEnvelope object.
getBody() - Method in class org.apache.jasper.xmlparser.TreeNode
Return the body text associated with this node (if any).
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.
getBoolean(String) - Method in interface javax.jms.MapMessage
Returns the boolean value with the specified name.
getBoolean1() - Method in class org.apache.taglibs.standard.lang.jstl.test.Bean1
 
getBoolean2() - Method in class org.apache.taglibs.standard.lang.jstl.test.Bean1
 
getBooleanProperty(String) - Method in interface javax.jms.JMSProducer
Returns the message property with the specified name that has been set on this JMSProducer, converted to a boolean.
getBooleanProperty(String) - Method in interface javax.jms.Message
Returns the value of the boolean property with the specified name.
getBuffer() - Method in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
Gets the value of the buffer configuration, which specifies the default size of the response buffer for any JSP pages mapped to the JSP property group represented by this JspPropertyGroupDescriptor.
getBuffer() - Method in class org.apache.jasper.compiler.JspProperty
 
getBuffer() - Method in class org.apache.jasper.compiler.PageInfo
 
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.
getBufferValue() - Method in class org.apache.jasper.compiler.PageInfo
 
getBuilder() - Method in class javax.xml.bind.annotation.W3CDomHandler
 
getBulkResponse(String) - Method in interface javax.xml.registry.RegistryService
Returns the BulkResponse associated with specified requestId.
getBusinessLifeCycleManager() - Method in interface javax.xml.registry.RegistryService
Returns the BusinessLifeCycleManager object implemented by the JAXR provider.
getBusinessObject(Class<T>) - Method in interface javax.ejb.SessionContext
Obtain an object that can be used to invoke the current bean through a particular business interface view or its no-interface view.
getBusinessQueryManager() - Method in interface javax.xml.registry.RegistryService
Returns the BusinessQueryManager object implemented by the JAXR provider.
getByte(String) - Method in interface javax.jms.MapMessage
Returns the byte value with the specified name.
getByte1() - Method in class org.apache.taglibs.standard.lang.jstl.test.Bean1
 
getByte2() - Method in class org.apache.taglibs.standard.lang.jstl.test.Bean1
 
getBytecode(String) - Method in class org.apache.jasper.compiler.JspRuntimeContext
Retrieve the bytecode associated with the class
getBytecodeBirthTime(String) - Method in class org.apache.jasper.compiler.JspRuntimeContext
Retrieve the time the bytecode for a class was created
getBytecodes() - Method in class org.apache.jasper.compiler.JspRuntimeContext
Get the class-name to bytecode map
getByteProperty(String) - Method in interface javax.jms.JMSProducer
Returns the message property with the specified name that has been set on this JMSProducer, converted to a String.
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.
getBytes() - Method in exception javax.websocket.DecodeException
Return the ByteBuffer containing either the whole message, or the partial message, that could not be decoded, or null if this exception arose from a failure to decode a text message.
getCache() - Method in interface javax.persistence.EntityManagerFactory
Access the cache that is associated with the entity manager factory (the "second level cache").
getCaller() - Method in class javax.security.enterprise.credential.CallerOnlyCredential
 
getCaller() - Method in class javax.security.enterprise.credential.UsernamePasswordCredential
 
getCallerDn() - Method in class javax.security.enterprise.identitystore.CredentialValidationResult
Return the CallerPrincipal for the validated credential.
getCallerGroups() - Method in class javax.security.enterprise.identitystore.CredentialValidationResult
Determines the set of groups that the specified Caller is in, based on the associated identity store.
getCallerGroups(CredentialValidationResult) - Method in interface javax.security.enterprise.identitystore.IdentityStore
Returns groups for the caller, who is identified by the CallerPrincipal (and potentially other values) found in the validationResult parameter.
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.
getCallerPrincipal() - Method in interface javax.security.enterprise.authentication.mechanism.http.HttpMessageContext
Gets the Principal set by a call to notifyContainerAboutLogin().
getCallerPrincipal() - Method in class javax.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
getCallerPrincipal() - Method in class javax.security.enterprise.identitystore.CredentialValidationResult
Return the CallerPrincipal for the validated credential.
getCallerPrincipal() - Method in interface javax.security.enterprise.SecurityContext
Retrieve the platform-specific java.security.Principal that represents the name of authenticated caller, or null if the current caller is not authenticated.
getCallerUniqueId() - Method in class javax.security.enterprise.identitystore.CredentialValidationResult
Return a string that uniquely identifies this caller within the identity store (since the Principal name used may not be unique).
getCalls(QName) - Method in interface javax.xml.rpc.Service
Gets an array of preconfigured Call objects for invoking operations on the specified port.
getCanonicalName(Class) - Static method in class org.apache.jasper.compiler.JspUtil
Compute the canonical name from a Class instance.
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.
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 to be thrown.
getChar(String) - Method in interface javax.jms.MapMessage
Returns the Unicode character value with the specified name.
getChar1() - Method in class org.apache.taglibs.standard.lang.jstl.test.Bean1
 
getChar2() - Method in class org.apache.taglibs.standard.lang.jstl.test.Bean1
 
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.
getCharsetName() - Method in interface javax.xml.registry.infomodel.LocalizedString
Gets the canonical name for the charset for this object.
getCheckInterval() - Method in class org.apache.jasper.EmbeddedServletOptions
Background JSP compile thread check intervall
getCheckInterval() - Method in class org.apache.jasper.JspC
Background compilation check intervals in seconds
getCheckInterval() - Method in interface org.apache.jasper.Options
Background compile thread check interval in seconds
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.
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.
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.
getCity() - Method in interface javax.xml.registry.infomodel.PostalAddress
Returns the city.
getClassDebugInfo() - Method in class org.apache.jasper.EmbeddedServletOptions
Should class files be compiled with debug information?
getClassDebugInfo() - Method in class org.apache.jasper.JspC
 
getClassDebugInfo() - Method in interface org.apache.jasper.Options
Should we include debug information in compiled class?
getClassFileName() - Method in class org.apache.jasper.compiler.SmapUtil.ClassInfo
 
getClassFileName() - Method in class org.apache.jasper.JspCompilationContext
 
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.
getClassLastModified() - Method in class org.apache.jasper.compiler.Jsr199JavaCompiler
 
getClassLastModified() - Method in class org.apache.jasper.compiler.NullJavaCompiler
 
getClassLoader() - Method in interface javax.persistence.spi.PersistenceUnitInfo
Returns ClassLoader that the provider may use to load any classes, resources, or open URLs.
getClassLoader() - Method in interface javax.servlet.ServletContext
Gets the class loader of the web application represented by this ServletContext.
getClassLoader() - Method in class org.apache.jasper.JspCompilationContext
What class loader to use for loading classes while compiling this JSP?
getClassLoader() - Method in class org.apache.jasper.servlet.JspCServletContext
 
getClassName() - Method in class javax.servlet.jsp.tagext.TagVariableInfo
The body of the <variable-class> element.
getClassName() - Method in class javax.servlet.jsp.tagext.VariableInfo
Returns the type of this variable.
getClassName() - Method in interface javax.servlet.Registration
Gets the fully qualified class name of the Servlet or Filter that is represented by this Registration.
getClassName() - Method in class org.apache.jasper.compiler.SmapUtil.ClassInfo
 
getClassPath() - Method in class org.apache.jasper.compiler.JspRuntimeContext
The classpath that is passed off to the Java compiler.
getClassPath() - Method in class org.apache.jasper.EmbeddedServletOptions
What classpath should I use while compiling the servlets generated from JSP files?
getClassPath() - Method in class org.apache.jasper.JspC
 
getClassPath() - Method in class org.apache.jasper.JspCompilationContext
The classpath that is passed off to the Java compiler.
getClassPath() - Method in interface org.apache.jasper.Options
What classpath should I use while compiling the servlets generated from JSP files?
getClassType() - Method in interface javax.persistence.Subgraph
Return the type for which this subgraph was defined.
getClientID() - Method in interface javax.jms.Connection
Gets the client identifier for this connection.
getClientID() - Method in interface javax.jms.JMSContext
Gets the client identifier for the JMSContext's connection.
getClientSubject() - Method in interface javax.security.enterprise.authentication.mechanism.http.HttpMessageContext
Returns the subject for which authentication is to take place.
getClientSubject() - Method in class javax.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
getCloseCode(int) - Static method in enum javax.websocket.CloseReason.CloseCodes
Creates a CloseCode from the given int code number.
getCloseCode() - Method in class javax.websocket.CloseReason
The Close code associated with this CloseReason.
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.
getCode() - Method in interface javax.websocket.CloseReason.CloseCode
Returns the code number, for example the integer '1000' for normal closure.
getCode() - Method in enum javax.websocket.CloseReason.CloseCodes
Return the code number of this status code.
getCodeSource() - Method in class org.apache.jasper.compiler.JspRuntimeContext
Get the SecurityManager Policy CodeSource for this web applicaiton context.
getCollection(String, Class<E>) - Method in interface javax.persistence.metamodel.ManagedType
Return the Collection-valued attribute of the managed type that corresponds to the specified name and Java element type.
getCollection(String) - Method in interface javax.persistence.metamodel.ManagedType
Return the Collection-valued attribute of the managed type that corresponds to the specified name.
getCollection() - Method in interface javax.xml.registry.BulkResponse
Get the Collection of objects returned as a response of a bulk operation.
getCollectionType() - Method in interface javax.persistence.metamodel.PluralAttribute
Return the collection type.
getColumn() - Method in class org.apache.taglibs.standard.extra.spath.ASCII_CharStream
Deprecated. 
getColumn() - Method in class org.apache.taglibs.standard.extra.spath.ASCII_UCodeESC_CharStream
Deprecated. 
getColumn() - Method in class org.apache.taglibs.standard.lang.jstl.parser.SimpleCharStream
Deprecated. 
getColumnNames() - Method in interface javax.servlet.jsp.jstl.sql.Result
Returns the names of the columns in the result.
getColumnNames() - Method in class org.apache.taglibs.standard.tag.common.sql.ResultImpl
Returns an array of String objects.
getColumnNumber() - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
 
getColumnNumber() - Method in interface javax.xml.bind.ValidationEventLocator
Return the column number if available
getComment() - Method in class javax.servlet.http.Cookie
Returns the comment describing the purpose of this cookie, or null if the cookie has no comment.
getComment() - Method in interface javax.servlet.SessionCookieConfig
Gets the comment that will be assigned to any session tracking cookies created on behalf of the application represented by the ServletContext from which this SessionCookieConfig was acquired.
getCommittedCount() - Method in interface javax.management.j2ee.statistics.JTAStats
Number of committed transactions.
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.
getCompilationContext() - Method in class org.apache.jasper.compiler.Compiler
 
getCompiler() - Method in class org.apache.jasper.EmbeddedServletOptions
Compiler to use.
getCompiler() - Method in class org.apache.jasper.JspC
Compiler to use.
getCompiler() - Method in class org.apache.jasper.JspCompilationContext
 
getCompiler() - Method in interface org.apache.jasper.Options
Compiler to use.
getCompilerClassName() - Method in class org.apache.jasper.EmbeddedServletOptions
 
getCompilerClassName() - Method in class org.apache.jasper.JspC
 
getCompilerClassName() - Method in interface org.apache.jasper.Options
The name of class that implements JavaCompiler, used for Java compilations.
getCompilerSourceVM() - Method in class org.apache.jasper.EmbeddedServletOptions
 
getCompilerSourceVM() - Method in class org.apache.jasper.JspC
 
getCompilerSourceVM() - Method in interface org.apache.jasper.Options
Compiler source VM, e.g.
getCompilerTargetVM() - Method in class org.apache.jasper.EmbeddedServletOptions
 
getCompilerTargetVM() - Method in class org.apache.jasper.JspC
 
getCompilerTargetVM() - Method in interface org.apache.jasper.Options
The compiler target VM, e.g.
getCompoundSelectionItems() - Method in interface javax.persistence.criteria.Selection
Return the selection items composing a compound selection.
getConcept() - Method in interface javax.xml.registry.infomodel.Classification
Gets the Concept that is classifying the object.
getConfigurator() - Method in interface javax.websocket.ClientEndpointConfig
Return the custom configurator for this configuration.
getConfigurator() - Method in interface javax.websocket.server.ServerEndpointConfig
Return the ServerEndpointConfig.Configurator this configuration is using.
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.
getConnection() - Method in class org.apache.taglibs.standard.tag.common.sql.DataSourceWrapper
Returns a Connection using the DriverManager and all set properties.
getConnection(String, String) - Method in class org.apache.taglibs.standard.tag.common.sql.DataSourceWrapper
Always throws a SQLException.
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.
getConstantAttribute(String) - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
 
getConstructor() - Method in interface javax.interceptor.InvocationContext
Returns the constructor of the target class for which the AroundConstruct interceptor method was invoked.
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.
getContainer() - Method in class javax.websocket.ContainerProvider
Create a new instance of the the WebSocket container implementation.
getContainer() - Method in interface javax.websocket.Session
Return the container that this session is part of.
getContainingQuery() - Method in interface javax.persistence.criteria.Subquery
Return the query of which this is a subquery.
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.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".
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 ir is greater than Integer.MAX_VALUE.
getContentLength() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getContentLength() on the wrapped request object.
getContentLengthLong() - 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.
getContentLengthLong() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getContentLengthLong() 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".
getContentType() - Method in interface javax.servlet.http.Part
Gets the content type of this part.
getContentType() - Method in interface javax.servlet.ServletRequest
Returns the MIME type of the body of the request, or null if the type is not known.
getContentType() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getContentType() on the wrapped request object.
getContentType() - Method in interface javax.servlet.ServletResponse
Returns the content type used for the MIME body sent in this response.
getContentType() - Method in class javax.servlet.ServletResponseWrapper
The default behavior of this method is to return getContentType() on the wrapped response object.
getContentType() - Method in class javax.xml.soap.AttachmentPart
Gets the value of the MIME header whose name is "Content-Type".
getContentType() - Method in class org.apache.jasper.compiler.PageInfo
 
getContentType() - Method in class org.apache.jasper.JspCompilationContext
Get the content type of this JSP.
getContentTypeAttribute(String, String) - Static method in class org.apache.taglibs.standard.tag.common.core.Util
Get the value associated with a content-type attribute.
getContext() - Method in class javax.ejb.embeddable.EJBContainer
Retrieve a naming context for looking up references to session beans executing in the embeddable container.
getContext() - Method in interface javax.jms.XAJMSContext
Returns the JMSContext object associated with this XAJMSContext.
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.
getContext(String) - Method in class org.apache.jasper.servlet.JspCServletContext
Return the servlet context for the specified path.
getContext() - Method in class org.apache.taglibs.standard.tag.common.xml.ForEachTag
 
getContext(Tag) - Static method in class org.apache.taglibs.standard.tag.common.xml.XPathUtil
 
getContextData() - Method in interface javax.ejb.EJBContext
The getContextData method enables a business method, lifecycle callback method, or timeout method to retrieve any interceptor/webservices context associated with its invocation.
getContextData() - Method in interface javax.interceptor.InvocationContext
Enables an interceptor to retrieve or update the data associated with the invocation by another interceptor, business method, and/or webservices endpoint in the invocation chain.
getContextPath() - Method in interface javax.servlet.http.HttpServletRequest
Returns the portion of the request URI that indicates the context of the request.
getContextPath() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getContextPath() on the wrapped request object.
getContextPath() - Method in interface javax.servlet.ServletContext
Returns the context path of the web application.
getContextPath() - Method in class javax.xml.ws.spi.http.HttpExchange
Returns the context path of all the endpoints in an application.
getContextPath() - Method in class org.apache.jasper.servlet.JspCServletContext
Returns the context path of the web application.
getContextRelativePath(ServletRequest, String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
Convert a possibly relative resource path into a context-relative resource path that starts with a '/'.
getCookieMap() - Method in class org.apache.taglibs.standard.lang.jstl.ImplicitObjects
Returns the Map that maps cookie name to the first matching Cookie in request.getCookies().
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.
getCorrelatedJoins() - Method in interface javax.persistence.criteria.Subquery
Return the correlated joins of the subquery.
getCorrelationParent() - Method in interface javax.persistence.criteria.From
Returns the parent From object from which the correlated From object has been obtained through correlation (use of a Subquery correlate method).
getCount() - Method in interface javax.management.j2ee.statistics.CountStatistic
The count since the last reset.
getCount() - Method in interface javax.management.j2ee.statistics.TimeStatistic
Number of times the operation was invoked since the beginning of this measurement.
getCount() - Method in interface javax.servlet.jsp.jstl.core.LoopTagStatus
Retrieves the "count" of the current round of the iteration.
getCountry() - Method in interface javax.xml.registry.infomodel.PostalAddress
Returns the country.
getCountryCode() - Method in interface javax.xml.registry.infomodel.TelephoneNumber
Gets the country code.
getCreateCount() - Method in interface javax.management.j2ee.statistics.EJBStats
Number of times create was called.
getCreateCount() - Method in interface javax.management.j2ee.statistics.JCAConnectionPoolStats
The number of connections created
getCreateCount() - Method in interface javax.management.j2ee.statistics.JDBCConnectionPoolStats
Number of connections created.
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.
getCredential() - Method in class javax.security.enterprise.authentication.mechanism.http.AuthenticationParameters
The credential set as parameter in this instance.
getCredentialData() - Method in interface javax.resource.spi.security.GenericCredential
Deprecated.
Gets security data for a specific security mechanism represented by the GenericCredential.
getCredentials() - Method in interface javax.xml.registry.Connection
Gets the credentials associated with this client.
getCriteriaBuilder() - Method in interface javax.persistence.EntityManager
Return an instance of CriteriaBuilder for the creation of CriteriaQuery objects.
getCriteriaBuilder() - Method in interface javax.persistence.EntityManagerFactory
Return an instance of CriteriaBuilder for the creation of CriteriaQuery objects.
getCurrent() - Method in interface javax.management.j2ee.statistics.RangeStatistic
The current value of this attribute.
getCurrent() - Method in interface javax.servlet.jsp.jstl.core.LoopTag
Retrieves the current item in the iteration.
getCurrent() - Method in interface javax.servlet.jsp.jstl.core.LoopTagStatus
Retrieves the current item in the iteration.
getCurrent() - Method in class javax.servlet.jsp.jstl.core.LoopTagSupport
 
getDataHandler() - Method in class javax.xml.soap.AttachmentPart
Gets the DataHandler object for this AttachmentPart object.
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.
getDayOfMonth() - Method in class javax.ejb.ScheduleExpression
Return the value of the day of the month attribute.
getDayOfWeek() - Method in class javax.ejb.ScheduleExpression
Return the value of the day of the week attribute.
getDeclarativeQueryManager() - Method in interface javax.xml.registry.RegistryService
Returns the DeclarativeQueryManager object implemented by the JAXR provider.
getDeclare() - Method in class javax.servlet.jsp.tagext.TagVariableInfo
The body of the <declare> element.
getDeclare() - Method in class javax.servlet.jsp.tagext.VariableInfo
Returns whether this is a new variable.
getDeclaredAttribute(String) - Method in interface javax.persistence.metamodel.ManagedType
Return the attribute declared by the managed type that corresponds to the specified name.
getDeclaredAttributes() - Method in interface javax.persistence.metamodel.ManagedType
Return the attributes declared by the managed type.
getDeclaredCollection(String, Class<E>) - Method in interface javax.persistence.metamodel.ManagedType
Return the Collection-valued attribute declared by the managed type that corresponds to the specified name and Java element type.
getDeclaredCollection(String) - Method in interface javax.persistence.metamodel.ManagedType
Return the Collection-valued attribute declared by the managed type that corresponds to the specified name.
getDeclaredId(Class<Y>) - Method in interface javax.persistence.metamodel.IdentifiableType
Return the attribute that corresponds to the id attribute declared by the entity or mapped superclass.
getDeclaredList(String, Class<E>) - Method in interface javax.persistence.metamodel.ManagedType
Return the List-valued attribute declared by the managed type that corresponds to the specified name and Java element type.
getDeclaredList(String) - Method in interface javax.persistence.metamodel.ManagedType
Return the List-valued attribute declared by the managed type that corresponds to the specified name.
getDeclaredMap(String, Class<K>, Class<V>) - Method in interface javax.persistence.metamodel.ManagedType
Return the Map-valued attribute declared by the managed type that corresponds to the specified name and Java key and value types.
getDeclaredMap(String) - Method in interface javax.persistence.metamodel.ManagedType
Return the Map-valued attribute declared by the managed type that corresponds to the specified name.
getDeclaredPluralAttributes() - Method in interface javax.persistence.metamodel.ManagedType
Return all multi-valued attributes (Collection-, Set-, List-, and Map-valued attributes) declared by the managed type.
getDeclaredSet(String, Class<E>) - Method in interface javax.persistence.metamodel.ManagedType
Return the Set-valued attribute declared by the managed type that corresponds to the specified name and Java element type.
getDeclaredSet(String) - Method in interface javax.persistence.metamodel.ManagedType
Return the Set-valued attribute declared by the managed type that corresponds to the specified name.
getDeclaredSingularAttribute(String, Class<Y>) - Method in interface javax.persistence.metamodel.ManagedType
Return the single-valued attribute declared by the managed type that corresponds to the specified name and Java type.
getDeclaredSingularAttribute(String) - Method in interface javax.persistence.metamodel.ManagedType
Return the single-valued attribute declared by the managed type that corresponds to the specified name.
getDeclaredSingularAttributes() - Method in interface javax.persistence.metamodel.ManagedType
Return the single-valued attributes declared by the managed type.
getDeclaredType() - Method in class javax.xml.bind.JAXBElement
Returns the Java binding of the xml element declaration's type attribute.
getDeclaredVersion(Class<Y>) - Method in interface javax.persistence.metamodel.IdentifiableType
Return the attribute that corresponds to the version attribute declared by the entity or mapped superclass.
getDeclaringType() - Method in interface javax.persistence.metamodel.Attribute
Return the managed type representing the type in which the attribute was declared.
getDecoders() - Method in interface javax.websocket.EndpointConfig
Return the Decoder implementation classes configured.
getDefaultAsyncSendTimeout() - Method in interface javax.websocket.WebSocketContainer
Return the number of milliseconds the implementation will timeout attempting to send a websocket message for all RemoteEndpoints associated with this container.
getDefaultContentType() - Method in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
Gets the value of the default-content-type configuration, which specifies the default response content type for any JSP pages mapped to the JSP property group represented by this JspPropertyGroupDescriptor.
getDefaultContentType() - Method in class org.apache.jasper.compiler.JspProperty
 
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.
getDefaultMaxBinaryMessageBufferSize() - Method in interface javax.websocket.WebSocketContainer
Returns the default maximum size of incoming binary message that this container will buffer.
getDefaultMaxSessionIdleTimeout() - Method in interface javax.websocket.WebSocketContainer
Return the default time in milliseconds after which any web socket sessions in this container will be closed if it has been inactive.
getDefaultMaxTextMessageBufferSize() - Method in interface javax.websocket.WebSocketContainer
Returns the default maximum size of incoming text message that this container will buffer.
getDefaultPostalScheme() - Method in interface javax.xml.registry.RegistryService
Gets the default user-defined postal scheme for codifying the attributes of PostalAddress.
getDefaultSessionTrackingModes() - Method in interface javax.servlet.ServletContext
Gets the session tracking modes that are supported by default for this ServletContext.
getDefaultSessionTrackingModes() - Method in class org.apache.jasper.servlet.JspCServletContext
 
getDefaultTypeMapping() - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
Gets the registered default TypeMapping instance.
getDeferredSyntaxAllowedAsLiteral() - Method in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
Gets the value of the deferred-syntax-allowed-as-literal configuration, which specifies whether the character sequence "#{", which is normally reserved for Expression Language (EL) expressions, will cause a translation error if it appears as a String literal in any JSP pages mapped to the JSP property group represented by this JspPropertyGroupDescriptor.
getDeferredSyntaxAllowedAsLiteral() - Method in class org.apache.jasper.compiler.PageInfo
 
getDelegate() - Method in interface javax.persistence.EntityManager
Return the underlying provider object for the EntityManager, if available.
getDelims() - Method in class javax.servlet.jsp.jstl.core.LoopTagSupport
 
getDelims() - Method in class org.apache.taglibs.standard.tag.common.core.ForTokensSupport
 
getDeliveryDelay() - Method in interface javax.jms.JMSProducer
Gets the minimum length of time in milliseconds that must elapse after a message is sent before the JMS provider may deliver the message to a consumer.
getDeliveryDelay() - Method in interface javax.jms.MessageProducer
Gets the minimum length of time in milliseconds that must elapse after a message is sent before the JMS provider may deliver the message to a consumer.
getDeliveryMode() - Method in interface javax.jms.JMSProducer
Returns the delivery mode of messages that are sent using this JMSProducer
getDeliveryMode() - Method in interface javax.jms.MessageProducer
Gets the producer's default delivery mode.
getDependants() - Method in class org.apache.jasper.compiler.PageInfo
 
getDependants() - Method in interface org.apache.jasper.runtime.JspSourceDependent
Returns a list of files names that the current page has a source dependency on.
getDependants() - Method in class org.apache.jasper.servlet.JspServletWrapper
Get a list of files that the current page has source dependency on.
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.management.j2ee.statistics.Statistic
A human-readable description of the Statistic.
getDescription() - Method in class javax.resource.spi.work.HintsContext
Get the brief description of the role played by the WorkContext and any other related debugging information.
getDescription() - Method in class javax.resource.spi.work.SecurityContext
Get the brief description of the role played by the WorkContext and any other related debugging information.
getDescription() - Method in class javax.resource.spi.work.TransactionContext
Get the brief description of the role played by the WorkContext and any other related debugging information.
getDescription() - Method in interface javax.resource.spi.work.WorkContext
Get the brief description of the role played by the WorkContext and any other related debugging information.
getDescription() - Method in 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 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.
getDevelopment() - Method in class org.apache.jasper.EmbeddedServletOptions
Is Jasper being used in development mode?
getDevelopment() - Method in class org.apache.jasper.JspC
Is Jasper being used in development mode?
getDevelopment() - Method in interface org.apache.jasper.Options
Is Jasper being used in development mode?
getDevelopmentVersionNum() - Static method in class org.apache.taglibs.standard.Version
Development Drop Number.
getDieLevel() - Method in class org.apache.jasper.JspC
 
getDisableMessageID() - Method in interface javax.jms.JMSProducer
Gets an indication of whether message IDs are disabled.
getDisableMessageID() - Method in interface javax.jms.MessageProducer
Gets an indication of whether message IDs are disabled.
getDisableMessageTimestamp() - Method in interface javax.jms.JMSProducer
Gets an indication of whether message timestamps are disabled.
getDisableMessageTimestamp() - Method in interface javax.jms.MessageProducer
Gets an indication of whether message timestamps are disabled.
getDispatcherType() - Method in interface javax.servlet.ServletRequest
Gets the dispatcher type of this request.
getDispatcherType() - Method in class javax.servlet.ServletRequestWrapper
Gets the dispatcher type of the wrapped request.
getDisplayName() - Method in class javax.servlet.jsp.tagext.TagInfo
Get the displayName.
getDoctypeName() - Method in class org.apache.jasper.compiler.PageInfo
 
getDoctypePublic() - Method in class org.apache.jasper.compiler.PageInfo
 
getDoctypeSystem() - Method in class org.apache.jasper.compiler.PageInfo
 
getDomain() - Method in class javax.servlet.http.Cookie
Gets the domain name of this Cookie.
getDomain() - Method in interface javax.servlet.SessionCookieConfig
Gets the domain name that will be assigned to any session tracking cookies created on behalf of the application represented by the ServletContext from which this SessionCookieConfig was acquired.
getDouble(String) - Method in interface javax.jms.MapMessage
Returns the double value with the specified name.
getDouble1() - Method in class org.apache.taglibs.standard.lang.jstl.test.Bean1
 
getDouble2() - Method in class org.apache.taglibs.standard.lang.jstl.test.Bean1
 
getDoubleProperty(String) - Method in interface javax.jms.JMSProducer
Returns the message property with the specified name that has been set on this JMSProducer, converted to a double.
getDoubleProperty(String) - Method in interface javax.jms.Message
Returns the value of the double property with the specified name.
getDurableSubscriptionCount() - Method in interface javax.management.j2ee.statistics.JMSSessionStats
Number of durable subscriptions.
getEffectiveMajorVersion() - Method in interface javax.servlet.ServletContext
Gets the major version of the Servlet specification that the application represented by this ServletContext is based on.
getEffectiveMajorVersion() - Method in class org.apache.jasper.servlet.JspCServletContext
 
getEffectiveMinorVersion() - Method in interface javax.servlet.ServletContext
Gets the minor version of the Servlet specification that the application represented by this ServletContext is based on.
getEffectiveMinorVersion() - Method in class org.apache.jasper.servlet.JspCServletContext
 
getEffectiveSessionTrackingModes() - Method in interface javax.servlet.ServletContext
Gets the session tracking modes that are in effect for this ServletContext.
getEffectiveSessionTrackingModes() - Method in class org.apache.jasper.servlet.JspCServletContext
 
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.servlet.jsp.JspContext
Returns the ELContext associated with this JspContext.
getELContext() - Method in class org.apache.jasper.runtime.JspContextWrapper
 
getELContext() - Method in class org.apache.jasper.runtime.PageContextImpl
 
getELContext() - Method in class org.apache.taglibs.standard.lang.jstl.test.PageContextImpl
 
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.
getElements() - Method in interface javax.persistence.Tuple
Return the tuple elements.
getElements() - Method in class org.apache.taglibs.standard.lang.jstl.ExpressionString
 
getElementType() - Method in interface javax.persistence.metamodel.PluralAttribute
Return the type representing the element type of the collection.
getElIgnored() - Method in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
Gets the value of the el-ignored configuration, which specifies whether Expression Language (EL) evaluation is enabled for any JSP pages mapped to the JSP property group represented by this JspPropertyGroupDescriptor.
getELResolver() - Method in class org.apache.jasper.runtime.ELContextImpl
 
getELResolvers() - Method in class org.apache.jasper.runtime.JspApplicationContextImpl
 
getEmailAddresses() - Method in interface javax.xml.registry.infomodel.User
Gets the email addresses for this User.
getEmbeddables() - Method in interface javax.persistence.metamodel.Metamodel
Return the metamodel embeddable types.
getEmptyRoleSemantic() - Method in class javax.servlet.HttpConstraintElement
Gets the default authorization semantic.
getEnclosingWriter() - Method in class javax.servlet.jsp.tagext.BodyContent
Get the enclosing JspWriter.
getEncoders() - Method in interface javax.websocket.EndpointConfig
Return the Encoder implementation classes configured.
getEncoding() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
Convenience method for getting the current output encoding.
getEncoding(String, JarFile, JspCompilationContext, ErrorDispatcher) - Static method in class org.apache.jasper.xmlparser.XMLEncodingDetector
Autodetects the encoding of the XML document supplied by the given input stream.
getEncodingStyle() - Method in interface javax.xml.soap.SOAPElement
Returns the encoding style for this SOAPElement object.
getEnd() - Method in class javax.ejb.ScheduleExpression
Return the end date, if set; otherwise null.
getEnd() - Method in interface javax.servlet.jsp.jstl.core.LoopTagStatus
Returns the value of the 'end' attribute for the associated tag, or null if no 'end' attribute was specified.
getEndColumn() - Method in class org.apache.taglibs.standard.extra.spath.ASCII_CharStream
 
getEndColumn() - Method in class org.apache.taglibs.standard.extra.spath.ASCII_UCodeESC_CharStream
 
getEndColumn() - Method in class org.apache.taglibs.standard.lang.jstl.parser.SimpleCharStream
 
getEndLine() - Method in class org.apache.taglibs.standard.extra.spath.ASCII_CharStream
 
getEndLine() - Method in class org.apache.taglibs.standard.extra.spath.ASCII_UCodeESC_CharStream
 
getEndLine() - Method in class org.apache.taglibs.standard.lang.jstl.parser.SimpleCharStream
 
getEndpointClass() - Method in interface javax.resource.spi.endpoint.MessageEndpointFactory
Return the Class object corresponding to the message endpoint class.
getEndpointClass() - Method in interface javax.websocket.server.ServerEndpointConfig
Returns the Class of the endpoint this configuration is configuring.
getEndpointConfigs(Set<Class<? extends Endpoint>>) - Method in interface javax.websocket.server.ServerApplicationConfig
Return a set of ServerEndpointConfig instances that the server container will use to deploy the programmatic endpoints.
getEndpointInstance(Class<T>) - Method in class javax.websocket.server.ServerEndpointConfig.Configurator
This method is called by the container each time a new client connects to the logical endpoint this configurator configures.
getEndpointReference() - Method in interface javax.xml.ws.BindingProvider
Returns the EndpointReference associated with this BindingProvider instance.
getEndpointReference(Class<T>) - Method in interface javax.xml.ws.BindingProvider
Returns the EndpointReference associated with this BindingProvider instance.
getEndpointReference(Element...) - Method in class javax.xml.ws.Endpoint
Returns the EndpointReference associated with this Endpoint instance.
getEndpointReference(Class<T>, Element...) - Method in class javax.xml.ws.Endpoint
Returns the EndpointReference associated with this Endpoint instance.
getEndpointReference(Element...) - Method in interface javax.xml.ws.WebServiceContext
Returns the EndpointReference for this endpoint.
getEndpointReference(Class<T>, Element...) - Method in interface javax.xml.ws.WebServiceContext
Returns the EndpointReference associated with this endpoint.
getEndpoints() - Method in class javax.xml.ws.EndpointContext
This gives list of endpoints in an application.
getEngineInfo() - Method in class javax.servlet.jsp.JspFactory
called to get implementation-specific information on the current JSP engine.
getEngineInfo() - Method in class org.apache.jasper.runtime.JspFactoryImpl
 
getEntities() - Method in interface javax.persistence.metamodel.Metamodel
Return the metamodel entity types.
getEntity() - Method in exception javax.persistence.OptimisticLockException
Returns the entity that caused this exception.
getEntity() - Method in exception javax.persistence.PessimisticLockException
Returns the entity that caused this exception.
getEntityGraph(String) - Method in interface javax.persistence.EntityManager
Return a named EntityGraph.
getEntityGraphs(Class<T>) - Method in interface javax.persistence.EntityManager
Return all named EntityGraphs that have been defined for the provided class type.
getEntityManagerFactory() - Method in interface javax.persistence.EntityManager
Return the entity manager factory for the entity manager.
getEnumeration() - Method in interface javax.jms.QueueBrowser
Gets an enumeration for browsing the current queue messages in the order they would be received.
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.
getErrorCode() - Method in exception javax.jms.JMSException
Gets the vendor-specific error code.
getErrorCode() - Method in exception javax.jms.JMSRuntimeException
Returns 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.
getErrorDispatcher() - Method in class org.apache.jasper.compiler.Compiler
Gets the error dispatcher.
getErrorInGetter() - Method in class org.apache.taglibs.standard.lang.jstl.test.Bean1
 
getErrorMessage() - Method in class org.apache.jasper.compiler.JavacErrorDetail
Gets the compilation error message.
getErrorObjectKey() - Method in exception javax.xml.registry.RegistryException
Gets the Key to the first object that encountered an error in the registry.
getErrorOnUndeclaredNamespace() - Method in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
Gets the value of the error-on-undeclared-namespace configuration, which specifies whether an error will be raised at translation time if tag with an undeclared namespace is used in any JSP pages mapped to the JSP property group represented by this JspPropertyGroupDescriptor.
getErrorOnUseBeanInvalidClassAttribute() - Method in class org.apache.jasper.EmbeddedServletOptions
 
getErrorOnUseBeanInvalidClassAttribute() - Method in class org.apache.jasper.JspC
 
getErrorOnUseBeanInvalidClassAttribute() - Method in interface org.apache.jasper.Options
Returns true if Jasper issues a compilation error instead of a runtime Instantiation error if the class attribute specified in useBean action is invalid.
getErrorPage() - Method in class org.apache.jasper.compiler.PageInfo
 
getEvaluatorByName(String) - Static method in class org.apache.taglibs.standard.lang.support.ExpressionEvaluatorManager
Gets an ExpressionEvaluator from the cache, or seeds the cache if we haven't seen a particular ExpressionEvaluator before.
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.
getEventSet(String, Logger) - Method in class org.apache.taglibs.standard.lang.jstl.BeanInfoManager
Returns the EventSetDescriptor for the given event set name, or null if not found.
getEventType() - Method in interface javax.xml.registry.infomodel.AuditableEvent
Gets the type of this event.
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 class javax.websocket.SendResult
The problem sending the message.
getException() - Method in class org.apache.jasper.runtime.JspContextWrapper
 
getException() - Method in class org.apache.jasper.runtime.PageContextImpl
Returns the exception associated with this page context, if any.
getException() - Method in class org.apache.taglibs.standard.lang.jstl.test.PageContextImpl
 
getExceptionListener() - Method in interface javax.jms.Connection
Gets the ExceptionListener object for this connection.
getExceptionListener() - Method in interface javax.jms.JMSContext
Gets the ExceptionListener object for the JMSContext's connection.
getExceptions() - Method in interface javax.xml.registry.BulkResponse
Get the Collection of RegistryException instances in case of partial commit.
getExecutionProperties(Object) - Method in interface javax.enterprise.concurrent.ContextService
Gets the current execution properties on the context proxy instance.
getExecutionProperties() - Method in interface javax.enterprise.concurrent.ManagedTask
Provides additional information to the ManagedExecutorService or ManagedScheduledExecutorService when executing this task.
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.servlet.jsp.jstl.core.IndexedValueExpression
 
getExpectedType() - Method in class javax.servlet.jsp.jstl.core.IteratedValueExpression
 
getExpectedTypeName() - Method in class javax.servlet.jsp.tagext.TagAttributeInfo
Returns the name of the expected type (as a String) of this deferred value attribute.
getExpiration() - Method in interface javax.xml.registry.infomodel.RegistryEntry
Gets expirationDate attribute of the RegistryEntry within the Registry.
getExpiredMessageCount() - Method in interface javax.management.j2ee.statistics.JMSEndpointStats
Number of messages that expired before delivery.
getExpiredMessageCount() - Method in interface javax.management.j2ee.statistics.JMSSessionStats
Number of expired messages.
getExpr(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
 
getExpression() - Method in interface javax.persistence.criteria.CriteriaBuilder.In
Return the expression to be tested against the list of values.
getExpression() - Method in interface javax.persistence.criteria.CriteriaBuilder.SimpleCase
Return the expression to be tested against the conditions.
getExpression() - Method in interface javax.persistence.criteria.Order
Return the expression that is used for ordering.
getExpression() - Method in class org.apache.taglibs.standard.lang.jstl.BinaryOperatorExpression
 
getExpression() - Method in class org.apache.taglibs.standard.lang.jstl.UnaryOperatorExpression
 
getExpressionEvaluator() - Method in class javax.servlet.jsp.JspContext
Deprecated.
getExpressionEvaluator() - Method in class org.apache.jasper.runtime.JspContextWrapper
 
getExpressionEvaluator() - Method in class org.apache.jasper.runtime.PageContextImpl
Provides programmatic access to the ExpressionEvaluator.
getExpressionEvaluator() - Method in class org.apache.taglibs.standard.lang.jstl.test.PageContextImpl
 
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.
getExpressionFactory() - Method in class org.apache.jasper.runtime.JspApplicationContextImpl
 
getExpressions() - Method in interface javax.persistence.criteria.Predicate
Return the top-level conjuncts or disjuncts of the predicate.
getExpressions() - Method in class org.apache.taglibs.standard.lang.jstl.BinaryOperatorExpression
 
getExpressionString() - Method in class javax.servlet.jsp.jstl.core.IndexedValueExpression
 
getExpressionString() - Method in class javax.servlet.jsp.jstl.core.IteratedValueExpression
 
getExpressionString() - Method in class org.apache.taglibs.standard.lang.jstl.ArraySuffix
Returns the expression in the expression language syntax
getExpressionString() - Method in class org.apache.taglibs.standard.lang.jstl.BinaryOperatorExpression
Returns the expression in the expression language syntax
getExpressionString() - Method in class org.apache.taglibs.standard.lang.jstl.BooleanLiteral
Returns the expression in the expression language syntax
getExpressionString() - Method in class org.apache.taglibs.standard.lang.jstl.ComplexValue
Returns the expression in the expression language syntax
getExpressionString() - Method in class org.apache.taglibs.standard.lang.jstl.Expression
Returns the expression in the expression language syntax
getExpressionString() - Method in class org.apache.taglibs.standard.lang.jstl.ExpressionString
Returns the expression in the expression language syntax
getExpressionString() - Method in class org.apache.taglibs.standard.lang.jstl.FloatingPointLiteral
Returns the expression in the expression language syntax
getExpressionString() - Method in class org.apache.taglibs.standard.lang.jstl.FunctionInvocation
Returns the expression in the expression language syntax
getExpressionString() - Method in class org.apache.taglibs.standard.lang.jstl.IntegerLiteral
Returns the expression in the expression language syntax
getExpressionString() - Method in class org.apache.taglibs.standard.lang.jstl.NamedValue
Returns the expression in the expression language syntax
getExpressionString() - Method in class org.apache.taglibs.standard.lang.jstl.NullLiteral
Returns the expression in the expression language syntax
getExpressionString() - Method in class org.apache.taglibs.standard.lang.jstl.PropertySuffix
Returns the expression in the expression language syntax
getExpressionString() - Method in class org.apache.taglibs.standard.lang.jstl.StringLiteral
Returns the expression in the expression language syntax
getExpressionString() - Method in class org.apache.taglibs.standard.lang.jstl.UnaryOperatorExpression
Returns the expression in the expression language syntax
getExpressionString() - Method in class org.apache.taglibs.standard.lang.jstl.ValueSuffix
Returns the expression in the expression language syntax
getExprInXml(String) - Static method in class org.apache.jasper.compiler.JspUtil
Takes a potential expression and converts it into XML form
getExtends(boolean) - Method in class org.apache.jasper.compiler.PageInfo
Gets the value of the 'extends' page directive attribute.
getExtends() - Method in class org.apache.jasper.compiler.PageInfo
Gets the value of the 'extends' page directive attribute.
getExtension() - Method in interface javax.xml.registry.infomodel.TelephoneNumber
Gets the internal extension.
getExtension() - Method in class org.apache.jasper.compiler.JspPropertyGroup
 
getExtensions() - Method in interface javax.websocket.ClientEndpointConfig
Return the extensions, in order of preference, favorite first, that this client would like to use for its sessions.
getExtensions() - Method in interface javax.websocket.server.ServerEndpointConfig
Return the websocket extensions configured.
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.
getFailOnError() - Method in class org.apache.jasper.JspC
 
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.servlet.jsp.el.ImplicitObjectELResolver
If the base object is null, and the property matches the name of a JSP implicit object, returns an Iterator containing FeatureDescriptor objects with information about each JSP implicit object resolved by this resolver.
getFeatureDescriptors(ELContext, Object) - Method in class javax.servlet.jsp.el.ScopedAttributeELResolver
If the base object is null, returns an Iterator containing FeatureDescriptor objects with information about each scoped attribute resolved by this resolver.
getFetches() - Method in interface javax.persistence.criteria.FetchParent
Return the fetch joins that have been made from this type.
getFileSizeThreshold() - Method in class javax.servlet.MultipartConfigElement
Gets the size threshold after which files will be written to disk.
getFilterConfig() - Method in class javax.servlet.GenericFilter
Returns this servlet's ServletConfig object.
getFilterName() - Method in interface javax.servlet.FilterConfig
Returns the filter-name of this filter as defined in the deployment descriptor.
getFilterName() - Method in class javax.servlet.GenericFilter
Returns the name of this filter instance.
getFilterRegistration(String) - Method in interface javax.servlet.ServletContext
Gets the FilterRegistration corresponding to the filter with the given filterName.
getFilterRegistration(String) - Method in class org.apache.jasper.servlet.JspCServletContext
 
getFilterRegistrations() - Method in interface javax.servlet.ServletContext
Gets a (possibly empty) Map of the FilterRegistration objects (keyed by filter name) corresponding to all filters registered with this ServletContext.
getFilterRegistrations() - Method in class org.apache.jasper.servlet.JspCServletContext
 
getFirstName() - Method in interface javax.xml.registry.infomodel.PersonName
Gets the first name for this Person.
getFirstResult() - Method in interface javax.persistence.Query
The position of the first result the query object was set to retrieve.
getFloat(String) - Method in interface javax.jms.MapMessage
Returns the float value with the specified name.
getFloat1() - Method in class org.apache.taglibs.standard.lang.jstl.test.Bean1
 
getFloat2() - Method in class org.apache.taglibs.standard.lang.jstl.test.Bean1
 
getFloatProperty(String) - Method in interface javax.jms.JMSProducer
Returns the message property with the specified name that has been set on this JMSProducer, converted to a float.
getFloatProperty(String) - Method in interface javax.jms.Message
Returns the value of the float property with the specified name.
getFlushMode() - Method in interface javax.persistence.EntityManager
Get the flush mode that applies to all objects contained in the persistence context.
getFlushMode() - Method in interface javax.persistence.Query
Get the flush mode in effect for the query execution.
getFork() - Method in class org.apache.jasper.EmbeddedServletOptions
 
getFork() - Method in class org.apache.jasper.JspC
 
getFork() - Method in interface org.apache.jasper.Options
boolean flag to tell Ant whether to fork JSP page compilations.
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.
getFullClassName() - Method in class org.apache.jasper.JspCompilationContext
Full class name
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 org.apache.jasper.runtime.ELContextImpl
 
getFunctionName() - Method in class org.apache.taglibs.standard.lang.jstl.FunctionInvocation
 
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.
getGroupList() - Method in interface javax.persistence.criteria.AbstractQuery
Return a list of the grouping expressions.
getGroupRestriction() - Method in interface javax.persistence.criteria.AbstractQuery
Return the predicate that corresponds to the restriction(s) over the grouping items, or null if no restrictions have been specified.
getGroups() - Method in interface javax.security.enterprise.authentication.mechanism.http.HttpMessageContext
Gets the groups set by a call to notifyContainerAboutLogin().
getGroups() - Method in class javax.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
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.
getHandler() - Method in interface javax.security.enterprise.authentication.mechanism.http.HttpMessageContext
Returns the low level JSR 196 handler that the runtime provided when creating this HttpMessageContext, and which this context uses to communicate the authentication details to the runtime.
getHandler() - Method in class javax.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
getHandler() - Method in class org.apache.taglibs.standard.tlv.JstlBaseTLV
 
getHandler() - Method in class org.apache.taglibs.standard.tlv.JstlCoreTLV
 
getHandler() - Method in class org.apache.taglibs.standard.tlv.JstlFmtTLV
 
getHandler() - Method in class org.apache.taglibs.standard.tlv.JstlSqlTLV
 
getHandler() - Method in class org.apache.taglibs.standard.tlv.JstlXmlTLV
 
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
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(String) - Method in interface javax.servlet.http.HttpServletRequest
Returns the value of the specified request header as a String.
getHeader(String) - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getHeader(String name) on the wrapped request object.
getHeader(String) - Method in interface javax.servlet.http.HttpServletResponse
Gets the value of the response header with the given name.
getHeader(String) - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behaviour of this method is to call HttpServletResponse.getHeader(java.lang.String) on the wrapped response object.
getHeader(String) - Method in interface javax.servlet.http.Part
Returns the value of the specified mime header as a String.
getHeader(String) - Method in interface javax.servlet.http.PushBuilder
Return the header of the given name to be used for the push.
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.
getHeaderMap() - Method in class org.apache.taglibs.standard.lang.jstl.ImplicitObjects
Returns the Map that maps header name to a single header values.
getHeaderNames() - Method in interface javax.servlet.http.HttpServletRequest
Returns an enumeration of all the header names this request contains.
getHeaderNames() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getHeaderNames() on the wrapped request object.
getHeaderNames() - Method in interface javax.servlet.http.HttpServletResponse
Gets the names of the headers of this response.
getHeaderNames() - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behaviour of this method is to call HttpServletResponse.getHeaderNames() on the wrapped response object.
getHeaderNames() - Method in interface javax.servlet.http.Part
Gets the header names of this Part.
getHeaderNames() - Method in interface javax.servlet.http.PushBuilder
Return the set of header to be used for the push.
getHeaders(String) - Method in interface javax.servlet.http.HttpServletRequest
Returns all the values of the specified request header as an Enumeration of String objects.
getHeaders(String) - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getHeaders(String name) on the wrapped request object.
getHeaders(String) - Method in interface javax.servlet.http.HttpServletResponse
Gets the values of the response header with the given name.
getHeaders(String) - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behaviour of this method is to call HttpServletResponse.getHeaders(java.lang.String) on the wrapped response object.
getHeaders(String) - Method in interface javax.servlet.http.Part
Gets the values of the Part header with the given name.
getHeaders() - Method in interface javax.websocket.HandshakeResponse
Return the list of Http headers sent by the web socket server.
getHeaders() - Method in interface javax.websocket.server.HandshakeRequest
Return the read only Map of Http Headers that came with the handshake request.
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.
getHeadersMap() - Method in class org.apache.taglibs.standard.lang.jstl.ImplicitObjects
Returns the Map that maps header name to an array of header values.
getHeapSize() - Method in interface javax.management.j2ee.statistics.JVMStats
Size of the JVM's heap.
getHighWaterMark() - Method in interface javax.management.j2ee.statistics.RangeStatistic
The highest value this attribute has held since the beginning of the measurement.
getHints() - Method in interface javax.persistence.Query
Get the properties and hints and associated values that are in effect for the query instance.
getHints() - Method in class javax.resource.spi.work.HintsContext
 
getHomeHandle() - Method in interface javax.ejb.EJBHome
Obtain a handle for the remote home object.
getHomeInterfaceClass() - Method in interface javax.ejb.EJBMetaData
Obtain the class object for the enterprise bean's remote home interface.
getHour() - Method in class javax.ejb.ScheduleExpression
Return the value of the hour attribute.
getHttpContext() - Method in class javax.xml.ws.spi.http.HttpExchange
Returns a HttpContext for this exchange.
getHttpMethodConstraints() - Method in class javax.servlet.ServletSecurityElement
Gets the (possibly empty) collection of HTTP Method specific constraint elements.
getHttpServletMapping() - Method in interface javax.servlet.http.HttpServletRequest
Return the HttpServletMapping by which the HttpServlet for this HttpServletRequest was invoked.
getHttpServletMapping() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getServletMapping() on the wrapped request object.
getHttpSession() - Method in interface javax.websocket.server.HandshakeRequest
Return a reference to the HttpSession that the web socket handshake that started this conversation was part of, if the implementation is part of a Java EE web container.
getHttpSession() - Method in interface javax.xml.rpc.server.ServletEndpointContext
The getHttpSession method returns the current HTTP session (as a javax.servlet.http.HTTPSession).
getIANA2JavaMapping(String) - Static method in class org.apache.jasper.xmlparser.EncodingMap
Returns the Java encoding name for the specified IANA encoding name.
getId(Class<Y>) - Method in interface javax.persistence.metamodel.IdentifiableType
Return the attribute that corresponds to the id attribute of the entity or mapped superclass.
getId() - Method in class javax.resource.spi.ConnectionEvent
Get the type of event
getId() - Method in interface javax.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.websocket.Session
Returns a string containing the unique identifier assigned to this session.
getId() - Method in interface javax.xml.registry.infomodel.Key
Returns the unique Id of this key.
getID() - Method in class javax.xml.ws.RespectBindingFeature
Get the unique identifier for this WebServiceFeature.
getID() - Method in class javax.xml.ws.soap.AddressingFeature
Get the unique identifier for this WebServiceFeature.
getID() - Method in class javax.xml.ws.soap.MTOMFeature
Get the unique identifier for this WebServiceFeature.
getID() - Method in class javax.xml.ws.WebServiceFeature
Get the unique identifier for this WebServiceFeature.
getIdAttribute(TagAttributeInfo[]) - Static method in class javax.servlet.jsp.tagext.TagAttributeInfo
Convenience static method that goes through an array of TagAttributeInfo objects and looks for "id".
getIdClassAttributes() - Method in interface javax.persistence.metamodel.IdentifiableType
Return the attributes corresponding to the id class of the identifiable type.
getIdentificationScheme() - Method in interface javax.xml.registry.infomodel.ExternalIdentifier
Gets the ClassificationScheme that is used as the identification scheme for identifying this object.
getIdentifier(Object) - Method in interface javax.persistence.PersistenceUnitUtil
Return the id of the entity.
getIdentityName() - Method in interface javax.enterprise.concurrent.LastExecution
The name or ID of the identifiable object, as specified in the ManagedTask.IDENTITY_NAME execution property of the task if it also implements the ManagedTask interface.
getIdentityStoreId() - Method in class javax.security.enterprise.identitystore.CredentialValidationResult
Return the unique ID of the identity store used to validate the credentials.
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.
getIdType() - Method in interface javax.persistence.metamodel.IdentifiableType
Return the type that represents the type of the id.
getIeClassId() - Method in class org.apache.jasper.EmbeddedServletOptions
Class ID for use in the plugin tag when the browser is IE.
getIeClassId() - Method in class org.apache.jasper.JspC
Gets the class-id value that is sent to Internet Explorer when using tags.
getIeClassId() - Method in interface org.apache.jasper.Options
Class ID for use in the plugin tag when the browser is IE.
GetImage() - Method in class org.apache.taglibs.standard.extra.spath.ASCII_CharStream
 
GetImage() - Method in class org.apache.taglibs.standard.extra.spath.ASCII_UCodeESC_CharStream
 
GetImage() - Method in class org.apache.taglibs.standard.lang.jstl.parser.SimpleCharStream
 
getImplementor() - Method in class javax.xml.ws.Endpoint
Returns the implementation object for this endpoint.
getImplicitObjects(PageContext) - Static method in class org.apache.taglibs.standard.lang.jstl.ImplicitObjects
Finds the ImplicitObjects associated with the PageContext, creating it if it doesn't yet exist.
getImports() - Method in class org.apache.jasper.compiler.PageInfo
 
getIncludeCoda() - Method in class org.apache.jasper.compiler.JspProperty
 
getIncludeCoda() - Method in class org.apache.jasper.compiler.PageInfo
 
getIncludeCodas() - Method in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
Gets the include-coda configuration of the JSP property group represented by this JspPropertyGroupDescriptor.
getIncludePrelude() - Method in class org.apache.jasper.compiler.JspProperty
 
getIncludePrelude() - Method in class org.apache.jasper.compiler.PageInfo
 
getIncludePreludes() - Method in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
Gets the include-prelude configuration of the JSP property group represented by this JspPropertyGroupDescriptor.
getIndex() - Method in interface javax.servlet.jsp.jstl.core.LoopTagStatus
Retrieves the index of the current round of the iteration.
getIndex() - Method in class org.apache.taglibs.standard.lang.jstl.ArraySuffix
 
getIndexed1(int) - Method in class org.apache.taglibs.standard.lang.jstl.test.Bean1
 
getIndexedProperty(String, Logger) - Method in class org.apache.taglibs.standard.lang.jstl.BeanInfoManager
Returns the BeanInfoIndexedProperty for the given property name, or null if not found.
getIndexedPropertyDescriptor() - Method in class org.apache.taglibs.standard.lang.jstl.BeanInfoIndexedProperty
 
getInfo() - Method in interface javax.ejb.Timer
Get the information associated with the timer at the time of creation.
getInfo() - Method in class javax.ejb.TimerConfig
Return the info object made available to timer callbacks.
getInfo() - Method in class org.apache.jasper.compiler.PageInfo
 
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.
getInitialCapacity() - Method in class org.apache.jasper.EmbeddedServletOptions
Gets initial capacity of HashMap which maps JSPs to their corresponding servlets.
getInitialCapacity() - Method in class org.apache.jasper.JspC
Gets initial capacity of HashMap which maps JSPs to their corresponding servlets.
getInitialCapacity() - Method in interface org.apache.jasper.Options
Gets initial capacity of HashMap which maps JSPs to their corresponding servlets.
getInitParameter(String) - Method in interface javax.servlet.FilterConfig
Returns a String containing the value of the named initialization parameter, or null if the initialization parameter does not exist.
getInitParameter(String) - Method in class javax.servlet.GenericFilter
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.Registration
Gets the value of the initialization parameter with the given name that will be used to initialize the Servlet or Filter represented by this Registration object.
getInitParameter(String) - Method in interface javax.servlet.ServletConfig
Gets the value of the initialization parameter with the given name.
getInitParameter(String) - Method in interface javax.servlet.ServletContext
Returns a String containing the value of the named context-wide initialization parameter, or null if the parameter does not exist.
getInitParameter(String) - Method in class org.apache.jasper.servlet.JspCServletContext
Return the specified context initialization parameter.
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.GenericFilter
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.
getInitParameterNames() - Method in class org.apache.jasper.servlet.JspCServletContext
Return an enumeration of the names of context initialization parameters.
getInitParameters() - Method in class javax.servlet.jsp.tagext.TagLibraryValidator
Get the init parameters data as an immutable Map.
getInitParameters() - Method in interface javax.servlet.Registration
Gets an immutable (and possibly empty) Map containing the currently available initialization parameters that will be used to initialize the Servlet or Filter represented by this Registration object.
getInitParamMap() - Method in class org.apache.taglibs.standard.lang.jstl.ImplicitObjects
Returns the Map that maps init parameter name to a single init parameter values.
getInputStream() - Method in interface javax.servlet.http.Part
Gets the content of this part as an InputStream
getInputStream() - Method in interface javax.servlet.http.WebConnection
Returns an input stream for this web connection.
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.
getInputStream(String, JarFile, JspCompilationContext, ErrorDispatcher) - Static method in class org.apache.jasper.compiler.JspUtil
 
getInstalledExtensions() - Method in interface javax.websocket.WebSocketContainer
Return the set of Extensions installed in the container.
getInstance() - Static method in class org.apache.jasper.runtime.ProtectedFunctionMapper
Generated Servlet and Tag Handler implementations call this method to retrieve an instance of the ProtectedFunctionMapper.
getInt(String) - Method in interface javax.jms.MapMessage
Returns the int value with the specified name.
getInt(Integer) - Static method in class org.apache.taglibs.standard.lang.jstl.test.StaticFunctionTests
 
getInt1() - Method in class org.apache.taglibs.standard.lang.jstl.test.Bean1
 
getInt2() - Method in class org.apache.taglibs.standard.lang.jstl.test.Bean1
 
getInteger(int) - Static method in class org.apache.taglibs.standard.lang.jstl.test.StaticFunctionTests
 
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.JMSProducer
Returns the message property with the specified name that has been set on this JMSProducer, converted to a int.
getIntProperty(String) - Method in interface javax.jms.Message
Returns the value of the int property with the specified name.
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 or no-interface view type through which the current business method invocation was made.
getIsELIgnored() - Method in class org.apache.jasper.compiler.PageInfo
 
getIsErrorPage() - Method in class org.apache.jasper.compiler.PageInfo
 
getIsThreadSafe() - Method in class org.apache.jasper.compiler.PageInfo
 
getIsXml() - Method in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
Gets the value of the is-xml configuration, which specifies whether any JSP pages mapped to the JSP property group represented by this JspPropertyGroupDescriptor will be treated as JSP documents (XML syntax).
getItem(ELContext, int) - Method in class javax.servlet.jsp.jstl.core.IteratedExpression
Evaluates the stored ValueExpression and return the indexed item.
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.
getJava2IANAMapping(String) - Static method in class org.apache.jasper.xmlparser.EncodingMap
Returns the IANA encoding name for the specified Java encoding name.
getJavaEncoding(String) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
Gets the corresponding Java encoding name from an IANA name.
getJavaEncoding() - Method in class org.apache.jasper.EmbeddedServletOptions
 
getJavaEncoding() - Method in class org.apache.jasper.JspC
Returns the encoding to use for java files.
getJavaEncoding() - Method in interface org.apache.jasper.Options
Java platform encoding to generate the JSP page servlet.
getJavaFileManager(JavaFileManager) - Method in class org.apache.jasper.compiler.Jsr199JavaCompiler
 
getJavaFileName() - Method in class org.apache.jasper.compiler.JavacErrorDetail
Gets the name of the Java source file in which the compilation error occurred.
getJavaLine() - Method in class org.apache.jasper.compiler.ServletWriter
 
getJavaLineNumber() - Method in class org.apache.jasper.compiler.JavacErrorDetail
Gets the compilation error line number.
getJavaMember() - Method in interface javax.persistence.metamodel.Attribute
Return the java.lang.reflect.Member for the represented attribute.
getJavaPath() - Method in class org.apache.jasper.JspCompilationContext
Path of the Java file relative to the work directory.
getJavaType() - Method in interface javax.persistence.metamodel.Attribute
Return the Java type of the represented attribute.
getJavaType() - Method in interface javax.persistence.metamodel.Type
Return the represented Java type.
getJavaType() - Method in interface javax.persistence.TupleElement
Return the Java type of the tuple element.
getJavaWriter(String, String) - Method in class org.apache.jasper.compiler.Jsr199JavaCompiler
 
getJavaWriter(String, String) - Method in class org.apache.jasper.compiler.NullJavaCompiler
 
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.JMSProducer
Returns the JMSCorrelationID header value that has been set on this JMSProducer, as a String.
getJMSCorrelationID() - Method in interface javax.jms.Message
Gets the correlation ID for the message.
getJMSCorrelationIDAsBytes() - Method in interface javax.jms.JMSProducer
Returns the JMSCorrelationID header value that has been set on this JMSProducer, as an array of bytes.
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.
getJMSDeliveryTime() - Method in interface javax.jms.Message
Gets the message's delivery time value.
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 time.
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.JMSProducer
Returns the JMSReplyTo header value that has been set on this JMSProducer.
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.JMSProducer
Returns the JMSType header value that has been set on this JMSProducer.
getJMSType() - Method in interface javax.jms.Message
Gets the message type identifier supplied by the client when the message was sent.
getJMSVersion() - Method in interface javax.jms.ConnectionMetaData
Gets the JMS API version.
getJMSXPropertyNames() - Method in interface javax.jms.ConnectionMetaData
Gets an enumeration of the JMSX property names.
getJoins() - Method in interface javax.persistence.criteria.From
Return the joins that have been made from this bound type.
getJoinType() - Method in interface javax.persistence.criteria.Fetch
Return the join type used in the fetch join.
getJoinType() - Method in interface javax.persistence.criteria.Join
Return the join type.
getJspApplicationContext(ServletContext) - Method in class javax.servlet.jsp.JspFactory
Obtains the JspApplicationContext instance associated with the web application for the given ServletContext.
getJspApplicationContext(ServletContext) - Method in class org.apache.jasper.runtime.JspFactoryImpl
 
getJspBeginLineNumber() - Method in class org.apache.jasper.compiler.JavacErrorDetail
Gets the start line number (in the JSP file) of the JSP element responsible for the compilation error.
getJspBody() - Method in class javax.servlet.jsp.tagext.SimpleTagSupport
Returns the body passed in by the container via setJspBody.
getJSPCompilationErrors() - Method in class org.apache.jasper.JspC
Gets the list of JSP compilation errors caught during the most recent invocation of this instance's execute method when failOnError has been set to FALSE.
getJspCompilerPath() - Method in class org.apache.jasper.JspC
 
getJspCompilerPlugin() - Method in class org.apache.jasper.JspC
 
getJspConfig() - Method in class org.apache.jasper.EmbeddedServletOptions
 
getJspConfig() - Method in class org.apache.jasper.JspC
Obtain JSP configuration informantion specified in web.xml.
getJspConfig() - Method in interface org.apache.jasper.Options
Obtain JSP configuration informantion specified in web.xml.
getJspConfigDescriptor() - Method in interface javax.servlet.ServletContext
Gets the <jsp-config> related configuration that was aggregated from the web.xml and web-fragment.xml descriptor files of the web application represented by this ServletContext.
getJspConfigDescriptor() - Method in class org.apache.jasper.servlet.JspCServletContext
 
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.
getJspContext() - Method in class org.apache.jasper.runtime.JspFragmentHelper
 
getJspCount() - Method in class org.apache.jasper.compiler.JspRuntimeContext
Returns the number of JSPs for which JspServletWrappers exist, i.e., the number of JSPs that have been loaded into the webapp.
getJspCount() - Method in class org.apache.jasper.servlet.JspServlet
Returns the number of JSPs for which JspServletWrappers exist, i.e., the number of JSPs that have been loaded into the webapp with which this JspServlet is associated.
getJspEngineContext() - Method in class org.apache.jasper.servlet.JspServletWrapper
 
getJspErrorCount() - Method in class org.apache.jasper.servlet.JspServlet
Gets the number of errors triggered by JSP invocations.
getJspFile() - Method in class org.apache.jasper.compiler.PageInfo
 
getJspFile() - Method in class org.apache.jasper.JspCompilationContext
Path of the JSP URI.
getJspFile() - Method in class org.apache.jasper.servlet.JspServletWrapper
 
getJspFileName() - Method in class org.apache.jasper.compiler.JavacErrorDetail
Gets the name of the JSP file from which the Java source file was generated.
getJspLoader() - Method in class org.apache.jasper.JspCompilationContext
 
getJspProperty() - Method in class org.apache.jasper.compiler.JspPropertyGroup
 
getJspPropertyGroups() - Method in interface javax.servlet.descriptor.JspConfigDescriptor
Gets the <jsp-property-group> child elements of the <jsp-config> element represented by this JspConfigDescriptor.
getJspReloadCount() - Method in class org.apache.jasper.compiler.JspRuntimeContext
Gets the current value of the JSP reload counter.
getJspReloadCount() - Method in class org.apache.jasper.servlet.JspServlet
Gets the number of JSPs that have been reloaded.
getJtaDataSource() - Method in interface javax.persistence.spi.PersistenceUnitInfo
Returns the JTA-enabled data source to be used by the persistence provider.
getKeepGenerated() - Method in class org.apache.jasper.EmbeddedServletOptions
Are we keeping generated code around?
getKeepGenerated() - Method in class org.apache.jasper.JspC
 
getKeepGenerated() - Method in interface org.apache.jasper.Options
Are we keeping generated code around?
getKey() - Method in interface javax.xml.registry.infomodel.RegistryObject
Gets the key representing the universally unique ID (UUID) for this object.
getKeyJavaType() - Method in interface javax.persistence.metamodel.MapAttribute
Return the Java type of the map key.
getKeySubgraphs() - Method in interface javax.persistence.AttributeNode
Return the Map<Class, Subgraph> of subgraphs associated with this attribute node's map key.
getKeyType() - Method in interface javax.persistence.metamodel.MapAttribute
Return the type representing the key type of the map.
getLanguage(boolean) - Method in class org.apache.jasper.compiler.PageInfo
 
getLanguage() - Method in class org.apache.jasper.compiler.PageInfo
 
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.
getLastModificationTest() - Method in class org.apache.jasper.servlet.JspServletWrapper
 
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.
getLifeCycleManager() - Method in interface javax.xml.registry.infomodel.RegistryObject
Returns the LifeCycleManager that created this object.
getLine() - Method in class org.apache.taglibs.standard.extra.spath.ASCII_CharStream
Deprecated. 
getLine() - Method in class org.apache.taglibs.standard.extra.spath.ASCII_UCodeESC_CharStream
Deprecated. 
getLine() - Method in class org.apache.taglibs.standard.lang.jstl.parser.SimpleCharStream
Deprecated. 
getLineNumber() - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
 
getLineNumber() - Method in interface javax.xml.bind.ValidationEventLocator
Return the line number if available
getLinkedCause() - Method in exception javax.xml.rpc.JAXRPCException
Gets the Linked cause
getLinkedCause() - Method in exception javax.xml.rpc.ServiceException
Gets the Linked cause
getLinkedException() - Method in exception javax.jms.JMSException
Gets the exception linked to this one.
getLinkedException() - Method in exception javax.resource.ResourceException
Deprecated.
J2SE release 1.4 supports a chained exception facility that allows any throwable to know about another throwable, if any, that caused it to get thrown. Refer to getCause and initCause methods of the java.lang.Throwable class..
getLinkedException() - Method in class javax.xml.bind.helpers.ValidationEventImpl
 
getLinkedException() - Method in exception javax.xml.bind.JAXBException
Get the linked exception
getLinkedException() - Method in exception javax.xml.bind.TypeConstraintException
Get the linked exception
getLinkedException() - Method in interface javax.xml.bind.ValidationEvent
Retrieve the linked exception for this warning/error.
getLinkedObjects() - Method in interface javax.xml.registry.infomodel.ExternalLink
Gets the collection of RegistryObjects that are annotated by this ExternalLink.
getLinkedWarning() - Method in exception javax.resource.cci.ResourceWarning
Deprecated.
J2SE release 1.4 supports a chained exception facility that allows any throwable to know about another throwable, if any, that caused it to get thrown. Refer to getCause and initCause methods of the java.lang.Throwable class.
getList(String, Class<E>) - Method in interface javax.persistence.metamodel.ManagedType
Return the List-valued attribute of the managed type that corresponds to the specified name and Java element type.
getList(String) - Method in interface javax.persistence.metamodel.ManagedType
Return the List-valued attribute of the managed type that corresponds to the specified name.
getList1() - Method in class org.apache.taglibs.standard.lang.jstl.test.Bean1
 
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() - Method in class javax.xml.ws.spi.http.HttpExchange
Returns the unresolved local address on which the request was received.
getLocale() - Method in class javax.servlet.jsp.jstl.fmt.LocalizationContext
Gets the locale of this I18N localization context.
getLocale() - Method in interface javax.servlet.ServletRequest
Returns the preferred Locale that the client will accept content in, based on the Accept-Language header.
getLocale() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getLocale() on the wrapped request object.
getLocale() - Method in interface javax.servlet.ServletResponse
Returns the locale specified for this response using the ServletResponse.setLocale(java.util.Locale) method.
getLocale() - Method in class javax.servlet.ServletResponseWrapper
The default behavior of this method is to return getLocale() on the wrapped response object.
getLocale() - Method in interface javax.xml.registry.infomodel.LocalizedString
Get the Locale for this object.
getLocales() - Method in interface javax.servlet.ServletRequest
Returns an Enumeration of Locale objects indicating, in decreasing order starting with the preferred locale, the locales that are acceptable to the client based on the Accept-Language header.
getLocales() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getLocales() on the wrapped request object.
getLocalizationContext() - Method in class org.apache.taglibs.standard.tag.common.fmt.BundleSupport
 
getLocalizationContext(PageContext) - Static method in class org.apache.taglibs.standard.tag.common.fmt.BundleSupport
Gets the default I18N localization context.
getLocalizationContext(PageContext, String) - Static method in class org.apache.taglibs.standard.tag.common.fmt.BundleSupport
Gets the resource bundle with the given base name, whose locale is determined as follows: Check if a match exists between the ordered set of preferred locales and the available locales, for the given base name.
getLocalizedMessage(PageContext, String) - Static method in class javax.servlet.jsp.jstl.fmt.LocaleSupport
Retrieves the localized message corresponding to the given key.
getLocalizedMessage(PageContext, String, String) - Static method in class javax.servlet.jsp.jstl.fmt.LocaleSupport
Retrieves the localized message corresponding to the given key.
getLocalizedMessage(PageContext, String, Object[]) - Static method in class javax.servlet.jsp.jstl.fmt.LocaleSupport
Retrieves the localized message corresponding to the given key, and performs parametric replacement using the arguments specified via args.
getLocalizedMessage(PageContext, String, Object[], String) - Static method in class javax.servlet.jsp.jstl.fmt.LocaleSupport
Retrieves the localized message corresponding to the given key, and performs parametric replacement using the arguments specified via args.
getLocalizedString(Locale, String) - Method in interface javax.xml.registry.infomodel.InternationalString
Gets the LocalizedString for the specified Locale and charsetName.
getLocalizedStrings() - Method in interface javax.xml.registry.infomodel.InternationalString
Returns the LocalizedStrings associated with this object.
getLocalName() - Method in 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.
getLocalPart(String) - Method in class org.apache.taglibs.standard.tlv.JstlBaseTLV
 
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.
getLocation() - Method in class javax.servlet.MultipartConfigElement
Gets the directory location where files will be stored.
getLocation(String) - Method in class org.apache.jasper.runtime.TldScanner
Gets the 'location' of the TLD associated with the given taglib 'uri'.
getLocator() - Method in class javax.xml.bind.helpers.ValidationEventImpl
 
getLocator() - Method in interface javax.xml.bind.ValidationEvent
Retrieve the locator for this warning/error.
getLockMode(Object) - Method in interface javax.persistence.EntityManager
Get the current lock mode for the entity instance.
getLockMode() - Method in interface javax.persistence.Query
Get the current lock mode for the query.
getLoginTimeout() - Method in class org.apache.taglibs.standard.tag.common.sql.DataSourceWrapper
Always throws a SQLException.
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.
getLogWriter() - Method in class org.apache.taglibs.standard.tag.common.sql.DataSourceWrapper
Always throws a SQLException.
getLong(String) - Method in interface javax.jms.MapMessage
Returns the long value with the specified name.
getLong1() - Method in class org.apache.taglibs.standard.lang.jstl.test.Bean1
 
getLong2() - Method in class org.apache.taglibs.standard.lang.jstl.test.Bean1
 
getLongProperty(String) - Method in interface javax.jms.JMSProducer
Returns the message property with the specified name that has been set on this JMSProducer, converted to a long.
getLongProperty(String) - Method in interface javax.jms.Message
Returns the value of the long property with the specified name.
getLoopStatus() - Method in interface javax.servlet.jsp.jstl.core.LoopTag
Retrieves a 'status' object to provide information about the current round of the iteration.
getLoopStatus() - Method in class javax.servlet.jsp.jstl.core.LoopTagSupport
 
getLowerBound() - Method in interface javax.management.j2ee.statistics.BoundaryStatistic
The lower limit of the value of this attribute.The upper limit of the value of this attribute.
getLowWaterMark() - Method in interface javax.management.j2ee.statistics.RangeStatistic
The lowest value this attribute has held since the beginning of the measurement.
getMaintenanceVersionNum() - Static method in class org.apache.taglibs.standard.Version
Maintenance Drop Number.
getMajorVersion() - Method in interface javax.servlet.ServletContext
Returns the major version of the Servlet API that this servlet container supports.
getMajorVersion() - Method in interface javax.xml.registry.infomodel.Versionable
Gets the major revision number for this version of the Versionable object.
getMajorVersion() - Method in class org.apache.jasper.servlet.JspCServletContext
Return the Servlet API major version number.
getMajorVersionNum() - Static method in class org.apache.taglibs.standard.Version
Major version number.
getManagedClassNames() - Method in interface javax.persistence.spi.PersistenceUnitInfo
Returns the list of the names of the classes that the persistence provider must add to its set of managed classes.
getManagedConnectionFactory() - Method in interface javax.management.j2ee.statistics.JCAConnectionStats
Returns the associated JCAManagedConnectionFactory OBJECT_NAME
getManagedConnectionFactory() - Method in class javax.resource.spi.security.PasswordCredential
Gets the target ManagedConnectionFactory for which the user name and password has been set by the application server.
getManagedTaskListener() - Method in interface javax.enterprise.concurrent.ManagedTask
The ManagedTaskListener to receive notification of lifecycle events of this task.
getManagedTypes() - Method in interface javax.persistence.metamodel.Metamodel
Return the metamodel managed types.
getMap(String, Class<K>, Class<V>) - Method in interface javax.persistence.metamodel.ManagedType
Return the Map-valued attribute of the managed type that corresponds to the specified name and Java key and value types.
getMap(String) - Method in interface javax.persistence.metamodel.ManagedType
Return the Map-valued attribute of the managed type that corresponds to the specified name.
getMap1() - Method in class org.apache.taglibs.standard.lang.jstl.test.Bean1
 
getMapForFunction(String, Class<?>, String, Class<?>[]) - Static method in class org.apache.jasper.runtime.ProtectedFunctionMapper
Creates an instance for this class, and stores the Method for the given EL function prefix and name.
getMapNames() - Method in interface javax.jms.MapMessage
Returns an Enumeration of all the names in the MapMessage object.
getMappedFile() - Method in class org.apache.jasper.EmbeddedServletOptions
Are we supporting HTML mapped servlets?
getMappedFile() - Method in class org.apache.jasper.JspC
Are we supporting HTML mapped servlets?
getMappedFile() - Method in interface org.apache.jasper.Options
Are we supporting HTML mapped servlets?
getMappingFileNames() - Method in interface javax.persistence.spi.PersistenceUnitInfo
Returns the list of the names of the mapping files that the persistence provider must load to determine the mappings for the entity classes.
getMappingMatch() - Method in interface javax.servlet.http.HttpServletMapping
Return the MappingMatch for this instance
getMappings() - Method in interface javax.servlet.ServletRegistration
Gets the currently available mappings of the Servlet represented by this ServletRegistration.
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.
getMatchValue() - Method in interface javax.servlet.http.HttpServletMapping
Return the portion of the URI path that caused this request to be matched.
getMaxAge() - Method in class javax.servlet.http.Cookie
Gets the maximum age in seconds of this Cookie.
getMaxAge() - Method in interface javax.servlet.SessionCookieConfig
Gets the lifetime (in seconds) of the session tracking cookies created on behalf of the application represented by the ServletContext from which this SessionCookieConfig was acquired.
getMaxBinaryMessageBufferSize() - Method in interface javax.websocket.Session
The maximum length of incoming binary messages that this Session can buffer.
getMaxConnections() - Method in interface javax.resource.spi.ManagedConnectionMetaData
Returns maximum limit on number of active concurrent connections that an EIS instance can support across client processes.
getMaxFileSize() - Method in class javax.servlet.MultipartConfigElement
Gets the maximum size allowed for uploaded files.
getMaxIdleTimeout() - Method in interface javax.websocket.Session
Return the number of milliseconds before this conversation may be closed by the container if it is inactive, i.e.
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.
getMaxRequestSize() - Method in class javax.servlet.MultipartConfigElement
Gets the maximum size allowed for multipart/form-data requests.
getMaxResults() - Method in interface javax.persistence.Query
The maximum number of results the query object was set to retrieve.
getMaxTagNesting() - Method in class org.apache.jasper.compiler.PageInfo
 
getMaxTextMessageBufferSize() - Method in interface javax.websocket.Session
The maximum length of incoming text messages that this Session can buffer.
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.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 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.
getMessage(String) - Static method in class org.apache.jasper.compiler.Localizer
 
getMessage(String, String) - Static method in class org.apache.jasper.compiler.Localizer
 
getMessage(String, String, String) - Static method in class org.apache.jasper.compiler.Localizer
 
getMessage(String, String, String, String) - Static method in class org.apache.jasper.compiler.Localizer
 
getMessage(String, String, String, String, String) - Static method in class org.apache.jasper.compiler.Localizer
 
getMessage(String, Object[]) - Static method in class org.apache.jasper.compiler.Localizer
 
getMessage() - Method in exception org.apache.taglibs.standard.extra.spath.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - Method in error org.apache.taglibs.standard.extra.spath.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMessage() - Method in exception org.apache.taglibs.standard.lang.jstl.parser.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - Method in error org.apache.taglibs.standard.lang.jstl.parser.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMessage(String) - Static method in class org.apache.taglibs.standard.resources.Resources
Retrieves a message with no arguments.
getMessage(String, Object[]) - Static method in class org.apache.taglibs.standard.resources.Resources
Retrieves a message with arbitrarily many arguments.
getMessage(String, Object) - Static method in class org.apache.taglibs.standard.resources.Resources
Retrieves a message with one argument.
getMessage(String, Object, Object) - Static method in class org.apache.taglibs.standard.resources.Resources
Retrieves a message with two arguments.
getMessage(String, Object, Object, Object) - Static method in class org.apache.taglibs.standard.resources.Resources
Retrieves a message with three arguments.
getMessage(String, Object, Object, Object, Object) - Static method in class org.apache.taglibs.standard.resources.Resources
Retrieves a message with four arguments.
getMessage(String, Object, Object, Object, Object, Object) - Static method in class org.apache.taglibs.standard.resources.Resources
Retrieves a message with five arguments.
getMessage(String, Object, Object, Object, Object, Object, Object) - Static method in class org.apache.taglibs.standard.resources.Resources
Retrieves a message with six arguments.
getMessageContext() - Method in interface javax.ejb.SessionContext
Obtain a reference to the JAX-RPC MessageContext.
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 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.
getMessageHandlers() - Method in interface javax.websocket.Session
Return an unmodifiable copy of the set of MessageHandlers for this Session.
getMessageInfo() - Method in interface javax.security.enterprise.authentication.mechanism.http.HttpMessageContext
Returns the the low level JSR 196 message info instance for the current request.
getMessageInfo() - Method in class javax.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
getMessageListener() - Method in interface javax.jms.JMSConsumer
Gets the JMSConsumer's MessageListener.
getMessageListener() - Method in interface javax.jms.MessageConsumer
Gets the MessageConsumer's MessageListener.
getMessageListener() - Method in interface javax.jms.Session
Returns the session's distinguished message listener (optional).
getMessageSelector() - Method in interface javax.jms.JMSConsumer
Gets this JMSConsumer's message selector expression.
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.
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.jms.JMSContext
Gets the connection metadata for the JMSContext's 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.
getMetamodel() - Method in interface javax.persistence.EntityManager
Return an instance of Metamodel interface for access to the metamodel of the persistence unit.
getMetamodel() - Method in interface javax.persistence.EntityManagerFactory
Return an instance of Metamodel interface for access to the metamodel of the persistence unit.
getMethod() - Method in interface javax.interceptor.InvocationContext
Returns the method of the target class for which the interceptor was invoked.
getMethod() - Method in interface javax.servlet.http.HttpServletRequest
Returns the name of the HTTP method with which this request was made, for example, GET, POST, or PUT.
getMethod() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getMethod() on the wrapped request object.
getMethod() - Method in interface javax.servlet.http.PushBuilder
Return the method to be used for the push.
getMethodExpression(String, PageContext, FunctionMapper, Class, Class[]) - Static method in class org.apache.jasper.runtime.PageContextImpl
 
getMethodName() - Method in class javax.servlet.HttpMethodConstraintElement
Gets the HTTP method name.
getMethodNames() - Method in class javax.servlet.ServletSecurityElement
Gets the set of HTTP method names named by the HttpMethodConstraints.
getMethodReadyCount() - Method in interface javax.management.j2ee.statistics.SessionBeanStats
Number of beans in the method-ready state.
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(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.
getMimeType(String) - Method in class org.apache.jasper.servlet.JspCServletContext
Return the MIME type for the specified filename.
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.
getMinorVersion() - Method in class org.apache.jasper.servlet.JspCServletContext
Return the Servlet API minor version number.
getMinTime() - Method in interface javax.management.j2ee.statistics.TimeStatistic
The minimum amount of time taken to complete one invocation of this operation since the beginning of this measurement.
getMinute() - Method in class javax.ejb.ScheduleExpression
Return the value of the minute attribute.
getModel() - Method in interface javax.persistence.criteria.CollectionJoin
Return the metamodel representation for the collection attribute.
getModel() - Method in interface javax.persistence.criteria.ListJoin
Return the metamodel representation for the list attribute.
getModel() - Method in interface javax.persistence.criteria.MapJoin
Return the metamodel representation for the map attribute.
getModel() - Method in interface javax.persistence.criteria.Path
Return the bindable object that corresponds to the path expression.
getModel() - Method in interface javax.persistence.criteria.PluralJoin
Return the metamodel representation for the collection-valued attribute corresponding to the join.
getModel() - Method in interface javax.persistence.criteria.Root
Return the metamodel entity corresponding to the root.
getModel() - Method in interface javax.persistence.criteria.SetJoin
Return the metamodel representation for the set attribute.
getModificationTestInterval() - Method in class org.apache.jasper.EmbeddedServletOptions
Modification test interval.
getModificationTestInterval() - Method in class org.apache.jasper.JspC
Modification test interval.
getModificationTestInterval() - Method in interface org.apache.jasper.Options
Modification test interval.
getMonth() - Method in class javax.ejb.ScheduleExpression
Return the value of the month attribute.
getMustUnderstand() - Method in interface javax.xml.soap.SOAPHeaderElement
Returns the boolean value of the mustUnderstand attribute for this SOAPHeaderElement.
getName() - Method in interface javax.management.j2ee.statistics.Statistic
The name of this Statistic.
getName() - Method in interface javax.persistence.EntityGraph
Return the name of a named EntityGraph (an entity graph defined by means of the NamedEntityGraph annotation, XML descriptor element, or added by means of the addNamedEntityGraph method.
getName() - Method in interface javax.persistence.metamodel.Attribute
Return the name of the attribute.
getName() - Method in interface javax.persistence.metamodel.EntityType
Return the entity name.
getName() - Method in interface javax.persistence.Parameter
Return the parameter name, or null if the parameter is not a named parameter or no name has been assigned.
getName() - Method in interface javax.resource.spi.security.GenericCredential
Deprecated.
Returns the name of the resource principal associated with a GenericCredential instance.
getName() - Method in class javax.resource.spi.work.HintsContext
Get the associated name of the WorkContext.
getName() - Method in class javax.resource.spi.work.SecurityContext
Get the associated name of the WorkContext.
getName() - Method in class javax.resource.spi.work.TransactionContext
Get the associated name of the WorkContext.
getName() - Method in interface javax.resource.spi.work.WorkContext
Get the associated name of the WorkContext.
getName() - Method in class javax.security.enterprise.CallerPrincipal
The name of the caller
getName() - Method in class javax.servlet.http.Cookie
Returns the name of the cookie.
getName() - Method in class javax.servlet.http.HttpSessionBindingEvent
Returns the name with which the attribute is bound to or unbound from the session.
getName() - Method in interface javax.servlet.http.Part
Gets the name of this part
getName() - Method in class javax.servlet.jsp.tagext.FunctionInfo
The name of the function.
getName() - Method in class javax.servlet.jsp.tagext.TagAttributeInfo
The name of this attribute.
getName() - Method in class javax.servlet.jsp.tagext.TagFileInfo
The unique action name of this tag.
getName() - Method in interface javax.servlet.Registration
Gets the name of the Servlet or Filter that is represented by this Registration.
getName() - Method in class javax.servlet.ServletContextAttributeEvent
Gets the name of the ServletContext attribute that changed.
getName() - Method in class javax.servlet.ServletRequestAttributeEvent
Return the name of the attribute that changed on the ServletRequest.
getName() - Method in interface javax.servlet.SessionCookieConfig
Gets the name that will be assigned to any session tracking cookies created on behalf of the application represented by the ServletContext from which this SessionCookieConfig was acquired.
getName() - Method in interface javax.websocket.Extension
The name of the extension.
getName() - Method in interface javax.websocket.Extension.Parameter
Return the name of the extension parameter.
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 class org.apache.jasper.xmlparser.TreeNode
Return the name of this node.
getName() - Method in class org.apache.taglibs.standard.extra.spath.Step
Returns the Step's node name.
getName() - Method in class org.apache.taglibs.standard.lang.jstl.NamedValue
 
getName() - Method in class org.apache.taglibs.standard.lang.jstl.PropertySuffix
 
getNamedDispatcher(String) - Method in interface javax.servlet.ServletContext
Returns a RequestDispatcher object that acts as a wrapper for the named servlet.
getNamedDispatcher(String) - Method in class org.apache.jasper.servlet.JspCServletContext
Return a request dispatcher for the specified servlet name.
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.
getNamespaceContext() - Method in class org.apache.taglibs.standard.tag.common.xml.JSTLXPathImpl
Returns the current namespace context.
getNamespacePrefixes() - Method in interface javax.xml.soap.SOAPElement
Returns an Iterator over the namespace prefix Strings declared by this element.
getNamespaceURI(String) - Method in interface javax.xml.soap.SOAPElement
Returns the URI of the namespace that has the given prefix.
getNamespaceURI(String) - Method in class org.apache.taglibs.standard.tag.common.xml.JSTLXPathNamespaceContext
Get Namespace URI bound to a prefix in the current scope
getNegotiatedExtensions(List<Extension>, List<Extension>) - Method in class javax.websocket.server.ServerEndpointConfig.Configurator
Return the ordered list of extensions that t server endpoint will support given the requested extension list passed in, the empty list if none.
getNegotiatedExtensions() - Method in interface javax.websocket.Session
Return the list of extensions currently in use for this conversation.
getNegotiatedSubprotocol(List<String>, List<String>) - Method in class javax.websocket.server.ServerEndpointConfig.Configurator
Return the subprotocol the server endpoint has chosen from the requested list supplied by a client who wishes to connect, or none if there wasn't one this server endpoint liked.
getNegotiatedSubprotocol() - Method in interface javax.websocket.Session
Return the sub protocol agreed during the websocket handshake for this conversation.
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.
getNextRunTime(LastExecution, Date) - Method in interface javax.enterprise.concurrent.Trigger
Retrieve the next time that the task should run after.
getNextTimeout() - Method in interface javax.ejb.Timer
Get the point in time at which the next timer expiration is scheduled to occur.
getNextToken() - Method in class org.apache.taglibs.standard.extra.spath.SPathParser
 
getNextToken() - Method in class org.apache.taglibs.standard.extra.spath.SPathParserTokenManager
 
getNextToken() - Method in class org.apache.taglibs.standard.lang.jstl.parser.ELParser
 
getNextToken() - Method in class org.apache.taglibs.standard.lang.jstl.parser.ELParserTokenManager
 
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.
getNonCustomTagPrefix(String) - Method in class org.apache.jasper.compiler.PageInfo
 
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.
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.
getNoNSSchemaLocation() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
Convenience method for getting the current noNamespaceSchemaLocation.
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 exception javax.persistence.LockTimeoutException
Returns the object that caused this exception.
getObject() - Method in exception javax.websocket.EncodeException
Return the Object that could not be encoded.
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.JMSProducer
Returns the message property with the specified name that has been set on this JMSProducer, converted to objectified format.
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.xml.bind.helpers.ValidationEventLocatorImpl
 
getOffset() - Method in interface javax.xml.bind.ValidationEventLocator
Return the byte offset if available
getOmitXmlDecl() - Method in class org.apache.jasper.compiler.PageInfo
 
getOn() - Method in interface javax.persistence.criteria.Join
Return the predicate that corresponds to the ON restriction(s) on the join, or null if no ON condition has been specified.
getOpenSessions() - Method in interface javax.websocket.Session
Return a copy of the Set of all the open web socket sessions that represent connections to the same endpoint to which this session represents a connection.
getOperationName() - Method in interface javax.xml.rpc.Call
Gets the name of the operation to be invoked using this Call instance.
getOperator() - Method in interface javax.persistence.criteria.Predicate
Return the boolean operator for the predicate.
getOperator() - Method in class org.apache.taglibs.standard.lang.jstl.UnaryOperatorExpression
 
getOperators() - Method in class org.apache.taglibs.standard.lang.jstl.BinaryOperatorExpression
 
getOperators() - Method in class org.apache.taglibs.standard.lang.jstl.UnaryOperatorExpression
 
getOperatorSymbol() - Method in class org.apache.taglibs.standard.lang.jstl.AndOperator
Returns the symbol representing the operator
getOperatorSymbol() - Method in class org.apache.taglibs.standard.lang.jstl.BinaryOperator
Returns the symbol representing the operator
getOperatorSymbol() - Method in class org.apache.taglibs.standard.lang.jstl.DivideOperator
Returns the symbol representing the operator
getOperatorSymbol() - Method in class org.apache.taglibs.standard.lang.jstl.EmptyOperator
Returns the symbol representing the operator
getOperatorSymbol() - Method in class org.apache.taglibs.standard.lang.jstl.EqualsOperator
Returns the symbol representing the operator
getOperatorSymbol() - Method in class org.apache.taglibs.standard.lang.jstl.GreaterThanOperator
Returns the symbol representing the operator
getOperatorSymbol() - Method in class org.apache.taglibs.standard.lang.jstl.GreaterThanOrEqualsOperator
Returns the symbol representing the operator
getOperatorSymbol() - Method in class org.apache.taglibs.standard.lang.jstl.IntegerDivideOperator
Returns the symbol representing the operator
getOperatorSymbol() - Method in class org.apache.taglibs.standard.lang.jstl.LessThanOperator
Returns the symbol representing the operator
getOperatorSymbol() - Method in class org.apache.taglibs.standard.lang.jstl.LessThanOrEqualsOperator
Returns the symbol representing the operator
getOperatorSymbol() - Method in class org.apache.taglibs.standard.lang.jstl.MinusOperator
Returns the symbol representing the operator
getOperatorSymbol() - Method in class org.apache.taglibs.standard.lang.jstl.ModulusOperator
Returns the symbol representing the operator
getOperatorSymbol() - Method in class org.apache.taglibs.standard.lang.jstl.MultiplyOperator
Returns the symbol representing the operator
getOperatorSymbol() - Method in class org.apache.taglibs.standard.lang.jstl.NotEqualsOperator
Returns the symbol representing the operator
getOperatorSymbol() - Method in class org.apache.taglibs.standard.lang.jstl.NotOperator
Returns the symbol representing the operator
getOperatorSymbol() - Method in class org.apache.taglibs.standard.lang.jstl.OrOperator
Returns the symbol representing the operator
getOperatorSymbol() - Method in class org.apache.taglibs.standard.lang.jstl.PlusOperator
Returns the symbol representing the operator
getOperatorSymbol() - Method in class org.apache.taglibs.standard.lang.jstl.UnaryMinusOperator
Returns the symbol representing the operator
getOperatorSymbol() - Method in class org.apache.taglibs.standard.lang.jstl.UnaryOperator
Returns the symbol representing the operator
getOption(ServletConfig, String, String) - Static method in class org.apache.jasper.runtime.TagHandlerPool
 
getOptions() - Method in class org.apache.jasper.JspCompilationContext
Get hold of the Options object for this context.
getOrderList() - Method in interface javax.persistence.criteria.CriteriaQuery
Return the ordering expressions in order of precedence.
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).
getOut() - Method in class org.apache.jasper.runtime.JspContextWrapper
 
getOut() - Method in class org.apache.jasper.runtime.PageContextImpl
 
getOut() - Method in class org.apache.taglibs.standard.lang.jstl.test.PageContextImpl
 
getOutputDir() - Method in class org.apache.jasper.JspCompilationContext
The output directory to generate code into.
getOutputFile(String, URI) - Method in class org.apache.jasper.compiler.Jsr199JavaCompiler
 
getOutputParameterValue(int) - Method in interface javax.persistence.StoredProcedureQuery
Retrieve a value passed back from the procedure through an INOUT or OUT parameter.
getOutputParameterValue(String) - Method in interface javax.persistence.StoredProcedureQuery
Retrieve a value passed back from the procedure through an INOUT or OUT parameter.
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 interface javax.servlet.http.WebConnection
Returns an output stream for this web connection.
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.
getOutputStream() - Method in class org.apache.jasper.runtime.ServletResponseWrapperInclude
 
getOutputValues() - Method in interface javax.xml.rpc.Call
Returns a List values for the output parameters of the last invoked operation.
getPackageMap() - Method in class org.apache.jasper.compiler.JspRuntimeContext
The packageMap keeps track of the bytecode files in a package generated by a java compiler.
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).
getPage() - Method in class org.apache.jasper.runtime.JspContextWrapper
 
getPage() - Method in class org.apache.jasper.runtime.PageContextImpl
 
getPage() - Method in class org.apache.taglibs.standard.lang.jstl.test.PageContextImpl
 
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.
getPageContext(Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean) - Method in class org.apache.jasper.runtime.JspFactoryImpl
 
getPageEncoding() - Method in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
Gets the value of the page-encoding configuration, which specifies the default page encoding for any JSP pages mapped to the JSP property group represented by this JspPropertyGroupDescriptor.
getPageEncoding() - Method in class org.apache.jasper.compiler.JspProperty
 
getPageInfo() - Method in class org.apache.jasper.compiler.Compiler
Gets the info about the page under compilation
getPageScopeMap() - Method in class org.apache.taglibs.standard.lang.jstl.ImplicitObjects
Returns the Map that "wraps" page-scoped attributes
getParameter(String) - Method in interface javax.persistence.Query
Get the parameter object corresponding to the declared parameter of the given name.
getParameter(String, Class<T>) - Method in interface javax.persistence.Query
Get the parameter object corresponding to the declared parameter of the given name and type.
getParameter(int) - Method in interface javax.persistence.Query
Get the parameter object corresponding to the declared positional parameter with the given position.
getParameter(int, Class<T>) - Method in interface javax.persistence.Query
Get the parameter object corresponding to the declared positional parameter with the given position and type.
getParameter(String) - Method in interface javax.servlet.ServletRequest
Returns the value of a request parameter as a String, or null if the parameter does not exist.
getParameter(String) - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getParameter(String name) on the wrapped request object.
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.
getParameterMap() - Method in interface javax.websocket.server.HandshakeRequest
Return the request parameters associated with the request.
getParameterNames() - Method in interface javax.servlet.ServletRequest
Returns an Enumeration of String objects containing the names of the parameters contained in this request.
getParameterNames() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getParameterNames() on the wrapped request object.
getParameters() - Method in interface javax.interceptor.InvocationContext
Returns the parameter values that will be passed to the method or constructor of the target class.
getParameters() - Method in interface javax.persistence.criteria.CriteriaQuery
Return the parameters of the query.
getParameters() - Method in interface javax.persistence.Query
Get the parameter objects corresponding to the declared parameters of the query.
getParameters() - Method in interface javax.websocket.Extension
The extension parameters for this extension in the order they appear in the http headers.
getParameterType() - Method in interface javax.persistence.Parameter
Return the Java type of the parameter.
getParameterTypeByName(String) - Method in interface javax.xml.rpc.Call
Gets the XML type of a parameter by name
getParameterValue(Parameter<T>) - Method in interface javax.persistence.Query
Return the input value bound to the parameter.
getParameterValue(String) - Method in interface javax.persistence.Query
Return the input value bound to the named parameter.
getParameterValue(int) - Method in interface javax.persistence.Query
Return the input value bound to the positional parameter.
getParameterValues(String) - Method in interface javax.servlet.ServletRequest
Returns an array of String objects containing all of the values the given request parameter has, or null if the parameter does not exist.
getParameterValues(String) - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getParameterValues(String name) on the wrapped request object.
getParamMap() - Method in class org.apache.taglibs.standard.lang.jstl.ImplicitObjects
Returns the Map that maps parameter name to a single parameter values.
getParamsMap() - Method in class org.apache.taglibs.standard.lang.jstl.ImplicitObjects
Returns the Map that maps parameter name to an array of parameter values.
getParent() - Method in interface javax.persistence.criteria.Fetch
Return the parent of the fetched item.
getParent() - Method in interface javax.persistence.criteria.Join
Return the parent of the join.
getParent() - Method in interface javax.persistence.criteria.Subquery
Return the query of which this is a subquery.
getParent() - Method in interface javax.servlet.jsp.tagext.SimpleTag
Returns the parent of this tag, for collaboration purposes.
getParent() - Method in class javax.servlet.jsp.tagext.SimpleTagSupport
Returns the parent of this tag, for collaboration purposes.
getParent() - Method in interface javax.servlet.jsp.tagext.Tag
Get the parent (closest enclosing tag handler) for this tag handler.
getParent() - Method in class javax.servlet.jsp.tagext.TagAdapter
Returns the parent of this tag, which is always getAdaptee().getParent().
getParent() - Method in class javax.servlet.jsp.tagext.TagSupport
The Tag instance most closely enclosing this tag instance.
getParent() - Method in interface javax.xml.registry.infomodel.Concept
Gets the parent Concept or ClassificationScheme for this object.
getParentClassLoader() - Method in class org.apache.jasper.compiler.JspRuntimeContext
Get the parent class loader.
getParentConcept() - Method in interface javax.xml.registry.infomodel.Concept
Gets the parent Concept or null if parent is a ClassificationScheme.
getParentContext() - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
Get the PluginContext for the parent of this custom tag.
getParentElement() - Method in interface javax.xml.soap.Node
Returns the parent element of this Node object.
getParentLogger() - Method in class org.apache.taglibs.standard.tag.common.sql.DataSourceWrapper
Always throws a SQLFeatureNotSupportedException.
getParentOrganization() - Method in interface javax.xml.registry.infomodel.Organization
Gets the parent (container) organization.
getParentPath() - Method in interface javax.persistence.criteria.Path
Return the parent "node" in the path or null if no parent.
getParentTag() - Method in class org.apache.jasper.runtime.JspFragmentHelper
 
getPart(String) - Method in interface javax.servlet.http.HttpServletRequest
Gets the Part with the given name.
getPart(String) - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to call getPart on the wrapped request object.
getParts() - Method in interface javax.servlet.http.HttpServletRequest
Gets all the Part components of this request, provided that it is of type multipart/form-data.
getParts() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to call getParts on the wrapped request object.
getPassiveCount() - Method in interface javax.management.j2ee.statistics.StatefulSessionBeanStats
Number of beans that are in the passive state.
getPassword() - Method in class javax.resource.spi.security.PasswordCredential
Returns the user password.
getPassword() - Method in class javax.security.enterprise.credential.UsernamePasswordCredential
Determines the password.
getPasswordAsString() - Method in class javax.security.enterprise.credential.UsernamePasswordCredential
Determines the password.
getPath() - Method in class javax.servlet.http.Cookie
Returns the path on the server to which the browser returns this cookie.
getPath() - Method in interface javax.servlet.http.PushBuilder
Return the URI path to be used for the push.
getPath() - Method in class javax.servlet.jsp.tagext.TagFileInfo
Where to find the .tag file implementing this action.
getPath() - Method in interface javax.servlet.SessionCookieConfig
Gets the path that will be assigned to any session tracking cookies created on behalf of the application represented by the ServletContext from which this SessionCookieConfig was acquired.
getPath() - Method in interface javax.websocket.server.ServerEndpointConfig
Return the path for this endpoint configuration.
getPath() - Method in interface javax.xml.registry.infomodel.Concept
Gets the canonical path representation for this Concept.
getPath() - Method in class javax.xml.ws.spi.http.HttpContext
Returns the path for this context.
getPath() - Method in class org.apache.jasper.compiler.JspPropertyGroup
 
getPathInfo() - Method in interface javax.servlet.http.HttpServletRequest
Returns any extra path information associated with the URL the client sent when it made this request.
getPathInfo() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getPathInfo() on the wrapped request object.
getPathInfo() - Method in class javax.xml.ws.spi.http.HttpExchange
Returns the extra path information that follows the web service path but precedes the query string in the request URI and will start with a "/" character.
getPathParameters() - Method in interface javax.websocket.Session
Return a map of the path parameter names and values used associated with the request this session was opened under.
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 interface javax.servlet.http.HttpServletMapping
Return the String representation for the url-pattern for this mapping.
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.
getPermissionCollection() - Method in class org.apache.jasper.compiler.JspRuntimeContext
Get the SecurityManager PermissionCollection for this web application context.
getPermissions(CodeSource) - Method in class org.apache.jasper.servlet.JasperLoader
Get the Permissions for a CodeSource.
getPersistenceProviderClassName() - Method in interface javax.persistence.spi.PersistenceUnitInfo
Returns the fully qualified name of the persistence provider implementation class.
getPersistenceProviderResolver() - Static method in class javax.persistence.spi.PersistenceProviderResolverHolder
Returns the current persistence provider resolver.
getPersistenceProviders() - Method in interface javax.persistence.spi.PersistenceProviderResolver
Returns a list of the PersistenceProvider implementations available in the runtime environment.
getPersistenceType() - Method in interface javax.persistence.metamodel.Type
Return the persistence type.
getPersistenceUnitName() - Method in interface javax.persistence.spi.PersistenceUnitInfo
Returns the name of the persistence unit.
getPersistenceUnitRootUrl() - Method in interface javax.persistence.spi.PersistenceUnitInfo
Returns the URL for the jar file or directory that is the root of the persistence unit.
getPersistenceUnitUtil() - Method in interface javax.persistence.EntityManagerFactory
Return interface providing access to utility methods for the persistence unit.
getPersistenceUtil() - Static method in class javax.persistence.Persistence
Return the PersistenceUtil instance
getPersistenceXMLSchemaVersion() - Method in interface javax.persistence.spi.PersistenceUnitInfo
Returns the schema version of the persistence.xml file.
getPersistentAttributeType() - Method in interface javax.persistence.metamodel.Attribute
Return the persistent attribute type for the attribute.
getPersonName() - Method in interface javax.xml.registry.infomodel.User
Returns the name of this User.
getPluginAttribute(String) - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
Get the value of an attribute in the current tagplugin context.
getPluralAttributes() - Method in interface javax.persistence.metamodel.ManagedType
Return all multi-valued attributes (Collection-, Set-, List-, and Map-valued attributes) of the managed type.
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(QName, Class) - Method in interface javax.xml.rpc.Service
The getPort method returns either an instance of a generated stub implementation class or a dynamic proxy.
getPort(Class) - Method in interface javax.xml.rpc.Service
The getPort method returns either an instance of a generated stub implementation class or a dynamic proxy.
getPort(Class<T>, WebServiceFeature...) - Method in class javax.xml.ws.EndpointReference
The getPort method returns a proxy.
getPort(QName, Class<T>) - Method in class javax.xml.ws.Service
The getPort method returns a proxy.
getPort(QName, Class<T>, WebServiceFeature...) - Method in class javax.xml.ws.Service
The getPort method returns a proxy.
getPort(Class<T>) - Method in class javax.xml.ws.Service
The getPort method returns a proxy.
getPort(Class<T>, WebServiceFeature...) - Method in class javax.xml.ws.Service
The getPort method returns a proxy.
getPort(EndpointReference, Class<T>, WebServiceFeature...) - Method in class javax.xml.ws.Service
The getPort method returns a proxy.
getPort(EndpointReference, Class<T>, WebServiceFeature...) - Method in class javax.xml.ws.spi.Provider
The getPort method returns a proxy.
getPort(QName, Class<T>) - Method in class javax.xml.ws.spi.ServiceDelegate
The getPort method returns a proxy.
getPort(QName, Class<T>, WebServiceFeature...) - Method in class javax.xml.ws.spi.ServiceDelegate
The getPort method returns a proxy.
getPort(EndpointReference, Class<T>, WebServiceFeature...) - Method in class javax.xml.ws.spi.ServiceDelegate
The getPort method returns a proxy.
getPort(Class<T>) - Method in class javax.xml.ws.spi.ServiceDelegate
The getPort method returns a proxy.
getPort(Class<T>, WebServiceFeature...) - Method in class javax.xml.ws.spi.ServiceDelegate
The getPort method returns a proxy.
getPortName() - Method in interface javax.xml.ws.handler.PortInfo
Gets the qualified name of the WSDL port being accessed.
getPorts() - Method in interface javax.xml.rpc.Service
Returns an Iterator for the list of QNames of service endpoints grouped by this service
getPorts() - Method in class javax.xml.ws.Service
Returns an Iterator for the list of QNames of service endpoints grouped by this service
getPorts() - Method in class javax.xml.ws.spi.ServiceDelegate
Returns an Iterator for the list of QNames of service endpoints grouped by this service
getPortTypeName() - Method in interface javax.xml.rpc.Call
Gets the qualified name of the port type.
getPosition() - Method in interface javax.persistence.Parameter
Return the parameter position, or null if the parameter is not a positional parameter.
getPostalAddress() - Method in interface javax.xml.registry.infomodel.Organization
Gets the Address for this Organization.
getPostalAddresses() - Method in interface javax.xml.registry.infomodel.User
Gets the postal address for this User.
getPostalCode() - Method in interface javax.xml.registry.infomodel.PostalAddress
Returns the postal or zip code.
getPostalScheme() - Method in interface javax.xml.registry.infomodel.PostalAddress
Returns a user-defined postal scheme for codifying the attributes of PostalAddress.
getPoundAllowed() - Method in class org.apache.jasper.compiler.JspProperty
 
getPredicates() - Method in class org.apache.taglibs.standard.extra.spath.Step
Returns a list of this Step object's predicates.
getPreferredSubprotocols() - Method in interface javax.websocket.ClientEndpointConfig
Return the ordered list of sub protocols a client endpoint would like to use, in order of preference, favorite first that this client would like to use for its sessions.
getPrefix() - Method in interface javax.xml.soap.Name
Returns the prefix that was specified when this Name object was initialized.
getPrefix() - Method in class org.apache.taglibs.standard.lang.jstl.ComplexValue
 
getPrefix() - Method in class org.apache.taglibs.standard.tag.common.fmt.BundleSupport
 
getPrefix(String) - Method in class org.apache.taglibs.standard.tag.common.xml.JSTLXPathNamespaceContext
Get Prefix bound to Namespace URI in the current scope
getPrefixes(String) - Method in class org.apache.taglibs.standard.tag.common.xml.JSTLXPathNamespaceContext
Get all Prefixes bound to Namespace URI in the current scope
getPrefixString() - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
The prefix assigned to this taglib from the taglib directive
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.
getPrincipalsByType(Class<T>) - Method in interface javax.security.enterprise.SecurityContext
Retrieve all Principals of the given type from the authenticated caller's Subject, or an empty set if the current caller is not authenticated, or if the specified type isn't found in the Subject.
getPriority() - Method in interface javax.jms.JMSProducer
Return the priority of messages that are sent using this JMSProducer
getPriority() - Method in interface javax.jms.MessageProducer
Gets the producer's default priority.
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.
getProduct() - Static method in class org.apache.taglibs.standard.Version
Name of product
getProperties() - Method in interface javax.persistence.EntityManager
Get the properties and hints and associated values that are in effect for the entity manager.
getProperties() - Method in interface javax.persistence.EntityManagerFactory
Get the properties and associated values that are in effect for the entity manager factory.
getProperties() - Method in interface javax.persistence.spi.PersistenceUnitInfo
Returns a properties object.
getProperties() - Method in 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.json.bind.JsonbConfig
Return value of particular configuration 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 org.apache.jasper.EmbeddedServletOptions
 
getProperty(String, Logger) - Method in class org.apache.taglibs.standard.lang.jstl.BeanInfoManager
Returns the BeanInfoProperty for the given property name, or null if not found.
getPropertyDescriptor() - Method in class org.apache.taglibs.standard.lang.jstl.BeanInfoProperty
 
getPropertyNames() - Method in interface javax.jms.JMSProducer
Returns an unmodifiable Set view of the names of all the message properties that have been set on this JMSProducer.
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
getProtectionDomain() - Method in class org.apache.jasper.JspC
 
getProtocol() - Method in interface javax.servlet.ServletRequest
Returns the name and version of the protocol the request uses in the form protocol/majorVersion.minorVersion, for example, HTTP/1.1.
getProtocol() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getProtocol() on the wrapped request object.
getProtocol() - Method in class javax.xml.ws.spi.http.HttpExchange
Returns the protocol string from the request in the form protocol/majorVersion.minorVersion.
getProtocolVersion() - Method in interface javax.websocket.Session
Returns the version of the websocket protocol currently being used.
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.
getProviderUtil() - Method in interface javax.persistence.spi.PersistenceProvider
Return the utility interface implemented by the persistence provider.
getProviderVersion() - Method in interface javax.jms.ConnectionMetaData
Gets the JMS provider version.
getProvidingOrganization() - Method in interface javax.xml.registry.infomodel.Service
Gets the Organization that provides this service.
getQualifiedName() - Method in interface javax.xml.soap.Name
Gets the namespace-qualified name of the XML name that this Name object represents.
getQuery() - Method in exception javax.persistence.QueryTimeoutException
Returns the query that caused this exception.
getQueryString() - Method in interface javax.servlet.http.HttpServletRequest
Returns the query string that is contained in the request URL after the path.
getQueryString() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getQueryString() on the wrapped request object.
getQueryString() - Method in interface javax.servlet.http.PushBuilder
Return the query string to be used for the push.
getQueryString() - Method in interface javax.websocket.server.HandshakeRequest
Return the query string associated with the request.
getQueryString() - Method in interface javax.websocket.Session
Return the query string associated with the request this session was opened under.
getQueryString() - Method in class javax.xml.ws.spi.http.HttpExchange
Returns the query string that is contained in the request URI after the path.
getQueue() - Method in interface javax.jms.QueueBrowser
Gets the queue associated with this queue browser.
getQueue() - Method in interface javax.jms.QueueReceiver
Gets the Queue associated with this queue receiver.
getQueue() - Method in interface javax.jms.QueueSender
Gets the queue associated with this QueueSender.
getQueueName() - Method in interface javax.jms.Queue
Gets the name of this queue.
getQueueSession() - Method in interface javax.jms.XAQueueSession
Gets the queue session associated with this XAQueueSession.
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.
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.
getReader() - Method in class org.apache.jasper.runtime.BodyContentImpl
Return the value of this BodyJspWriter as a Reader.
getReadMethod(Class, String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
getReadMethod() - Method in class org.apache.taglibs.standard.lang.jstl.BeanInfoIndexedProperty
 
getReadMethod() - Method in class org.apache.taglibs.standard.lang.jstl.BeanInfoProperty
 
getReadyCount() - Method in interface javax.management.j2ee.statistics.EntityBeanStats
Number of beans in the ready state.
getRealPath(String) - Method in interface javax.servlet.ServletContext
Gets the real path corresponding to the given virtual path.
getRealPath(String) - Method in interface javax.servlet.ServletRequest
Deprecated.
As of Version 2.1 of the Java Servlet API, use ServletContext.getRealPath(java.lang.String) instead.
getRealPath(String) - Method in class javax.servlet.ServletRequestWrapper
Deprecated.
As of Version 2.1 of the Java Servlet API, use ServletContext.getRealPath(java.lang.String) instead
getRealPath(String) - Method in class org.apache.jasper.JspCompilationContext
Gets the actual path of a URI relative to the context of the compilation.
getRealPath(String) - Method in class org.apache.jasper.servlet.JspCServletContext
Return the real path for the specified context-relative virtual path.
getReasonPhrase() - Method in class javax.websocket.CloseReason
The reason phrase associated with this CloseReason.
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.
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.
getRelay() - Method in interface javax.xml.soap.SOAPHeaderElement
Returns the boolean value of the relay attribute for this SOAPHeaderElement
getReleaseVersionNum() - Static method in class org.apache.taglibs.standard.Version
Release Number.
getReliableURN() - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
The "reliable" URN indicated in the TLD (the uri element).
getRemaining() - Method in class javax.servlet.jsp.JspWriter
This method returns the number of unused bytes in the buffer.
getRemaining() - Method in class org.apache.jasper.runtime.BodyContentImpl
 
getRemaining() - Method in class org.apache.jasper.runtime.JspWriterImpl
 
getRemoteAddr() - Method in interface javax.servlet.ServletRequest
Returns the Internet Protocol (IP) address of the client or last proxy that sent the request.
getRemoteAddr() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getRemoteAddr() on the wrapped request object.
getRemoteAddress() - Method in class javax.xml.ws.spi.http.HttpExchange
Returns the unresolved address of the remote entity invoking this request.
getRemoteHost() - Method in interface javax.servlet.ServletRequest
Returns the fully qualified name of the client or the last proxy that sent the request.
getRemoteHost() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getRemoteHost() on the wrapped request object.
getRemoteInterfaceClass() - Method in interface javax.ejb.EJBMetaData
Obtain the class object for the enterprise bean's remote interface.
getRemotePort() - Method in interface javax.servlet.ServletRequest
Returns the Internet Protocol (IP) source port of the client or last proxy that sent the request.
getRemotePort() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getRemotePort() on the wrapped request object.
getRemoteUser() - Method in 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.
getRepositoryItem() - Method in interface javax.xml.registry.infomodel.ExtrinsicObject
Gets the repository item for this object.
getRequest() - Method in interface javax.security.enterprise.authentication.mechanism.http.HttpMessageContext
Returns the request object associated with the current request.
getRequest() - Method in class javax.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
getRequest() - Method in interface javax.servlet.AsyncContext
Gets the request that was used to initialize this AsyncContext by calling ServletRequest.startAsync() or ServletRequest.startAsync(ServletRequest, ServletResponse).
getRequest() - Method in class javax.servlet.jsp.PageContext
The current value of the request object (a ServletRequest).
getRequest() - Method in class javax.servlet.ServletRequestWrapper
Return the wrapped request object.
getRequest() - Method in class org.apache.jasper.runtime.JspContextWrapper
 
getRequest() - Method in class org.apache.jasper.runtime.PageContextImpl
 
getRequest() - Method in class org.apache.taglibs.standard.lang.jstl.test.PageContextImpl
 
getRequestBody() - Method in class javax.xml.ws.spi.http.HttpExchange
Returns a stream from which the request body can be read.
getRequestCharacterEncoding() - Method in interface javax.servlet.ServletContext
Gets the request character encoding that are supported by default for this ServletContext.
getRequestContext() - Method in interface javax.xml.ws.BindingProvider
Get the context that is used to initialize the message context for request messages.
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.
getRequestDispatcher(String) - Method in class org.apache.jasper.servlet.JspCServletContext
Return a request dispatcher for the specified context-relative path.
getRequestedSessionId() - Method in interface javax.servlet.http.HttpServletRequest
Returns the session ID specified by the client.
getRequestedSessionId() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getRequestedSessionId() on the wrapped request object.
getRequestHeader(String) - Method in class javax.xml.ws.spi.http.HttpExchange
Returns the value of the specified request header.
getRequestHeaders() - Method in class javax.xml.ws.spi.http.HttpExchange
Returns an immutable Map containing the HTTP headers that were included with this 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.
getRequestLocales(HttpServletRequest) - Static method in class org.apache.taglibs.standard.tag.common.core.Util
HttpServletRequest.getLocales() returns the server's default locale if the request did not specify a preferred language.
getRequestMethod() - Method in class javax.xml.ws.spi.http.HttpExchange
Get the HTTP request method
getRequestParameterMap() - Method in interface javax.websocket.Session
Return the request parameters associated with the request this session was opened under.
getRequestScopeMap() - Method in class org.apache.taglibs.standard.lang.jstl.ImplicitObjects
Returns the Map that "wraps" request-scoped attributes
getRequestURI() - Method in interface javax.servlet.http.HttpServletRequest
Returns the part of this request's URL from the protocol name up to the query string in the first line of the HTTP request.
getRequestURI() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getRequestURI() on the wrapped request object.
getRequestURI() - Method in class javax.servlet.jsp.ErrorData
Returns the request URI.
getRequestURI() - Method in interface javax.websocket.server.HandshakeRequest
Return the request URI of the handshake request.
getRequestURI() - Method in interface javax.websocket.Session
Return the URI under which this session was opened, including the query string if there is one.
getRequestURI() - Method in class javax.xml.ws.spi.http.HttpExchange
Returns the part of the request's URI from the protocol name up to the query string in the first line of the HTTP request.
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.
getRequiredVersion() - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
A string describing the required version of the JSP container.
getResource(String) - Method in interface javax.servlet.ServletContext
Returns a URL to the resource that is mapped to the given path.
getResource(Object) - Method in interface javax.transaction.TransactionSynchronizationRegistry
Get an object from the Map of resources being managed for the transaction bound to the current thread at the time this method is called.
getResource(String) - Method in class org.apache.jasper.JspCompilationContext
 
getResource(String) - Method in class org.apache.jasper.servlet.JspCServletContext
Return a URL object of a resource that is mapped to the specified context-relative path.
getResourceAdapter() - Method in interface javax.resource.spi.ResourceAdapterAssociation
Get the associated ResourceAdapter object.
getResourceAsStream(String) - Method in interface javax.servlet.ServletContext
Returns the resource located at the named path as an InputStream object.
getResourceAsStream(String) - Method in class org.apache.jasper.JspCompilationContext
Gets a resource as a stream, relative to the meanings of this context's implementation.
getResourceAsStream(String) - Method in class org.apache.jasper.servlet.JspCServletContext
Return an InputStream allowing access to the resource at the specified context-relative path.
getResourceBundle() - Method in class javax.servlet.jsp.jstl.fmt.LocalizationContext
Gets the resource bundle of this I18N localization context.
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.
getResourcePaths(String) - Method in class org.apache.jasper.JspCompilationContext
 
getResourcePaths(String) - Method in class org.apache.jasper.servlet.JspCServletContext
Return the set of resource paths for the "directory" at the specified context path.
getResponse() - Method in interface javax.security.enterprise.authentication.mechanism.http.HttpMessageContext
Returns the response object associated with the current request.
getResponse() - Method in class javax.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
getResponse() - Method in interface javax.servlet.AsyncContext
Gets the response that was used to initialize this AsyncContext by calling ServletRequest.startAsync() or ServletRequest.startAsync(ServletRequest, ServletResponse).
getResponse() - Method in class javax.servlet.jsp.PageContext
The current value of the response object (a ServletResponse).
getResponse() - Method in class javax.servlet.ServletResponseWrapper
Return the wrapped ServletResponse object.
getResponse() - Method in class org.apache.jasper.runtime.JspContextWrapper
 
getResponse() - Method in class org.apache.jasper.runtime.PageContextImpl
 
getResponse() - Method in class org.apache.taglibs.standard.lang.jstl.test.PageContextImpl
 
getResponseBody() - Method in class javax.xml.ws.spi.http.HttpExchange
Returns a stream to which the response body must be written.
getResponseCharacterEncoding() - Method in interface javax.servlet.ServletContext
Gets the response character encoding that are supported by default for this ServletContext.
getResponseContext() - Method in interface javax.xml.ws.BindingProvider
Get the context that resulted from processing a response message.
getResponseHeaders() - Method in class javax.xml.ws.spi.http.HttpExchange
Returns a mutable Map into which the HTTP response headers can be stored and which will be transmitted as part of this response.
getResponses() - Method in class javax.xml.ws.soap.AddressingFeature
If addressing is enabled, this property determines whether endpoint requires the use of anonymous responses, or non-anonymous responses, or all responses.
getRestriction() - Method in interface javax.persistence.criteria.CommonAbstractCriteria
Return the predicate that corresponds to the where clause restriction(s), or null if no restrictions have been specified.
getResult() - Method in interface javax.enterprise.concurrent.LastExecution
Result of the last execution.
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 an untyped List.
getResultList() - Method in interface javax.persistence.StoredProcedureQuery
Retrieve the list of results from the next result set.
getResultList() - Method in interface javax.persistence.TypedQuery
Execute a SELECT query and return the query results as a typed List.
getResultSetInfo() - Method in interface javax.resource.cci.Connection
Gets the information on the ResultSet functionality supported by a connected EIS instance.
getResultStream() - Method in interface javax.persistence.Query
Execute a SELECT query and return the query results as an untyped java.util.stream.Stream.
getResultStream() - Method in interface javax.persistence.TypedQuery
Execute a SELECT query and return the query results as a typed java.util.stream.Stream.
getResultType() - Method in interface javax.persistence.criteria.AbstractQuery
Return the result type of the query or subquery.
getReturnType() - Method in interface javax.xml.rpc.Call
Gets the return type for a specific operation
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.
getRolesAllowed() - Method in class javax.servlet.HttpConstraintElement
Gets the names of the authorized roles.
getRollbackOnly() - Method in interface javax.ejb.EJBContext
Test if the transaction has been marked for rollback only.
getRollbackOnly() - Method in interface javax.persistence.EntityTransaction
Determine whether the current resource transaction has been marked for rollback.
getRollbackOnly() - Method in interface javax.transaction.TransactionSynchronizationRegistry
Get the rollbackOnly status of the transaction bound to the current thread at the time this method is called.
getRolledbackCount() - Method in interface javax.management.j2ee.statistics.JTAStats
Number of rolled-back transactions.
getRoot() - Method in interface javax.persistence.criteria.CriteriaDelete
Return the query root.
getRoot() - Method in interface javax.persistence.criteria.CriteriaUpdate
Return the query root.
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.
getRootCause() - Method in exception org.apache.taglibs.standard.lang.jstl.ELException
Returns the root cause
getRootOrganization() - Method in interface javax.xml.registry.infomodel.Organization
Gets the root organization.
getRootPageContext(PageContext) - Static method in class org.apache.jasper.runtime.JspContextWrapper
 
getRoots() - Method in interface javax.persistence.criteria.AbstractQuery
Return the query roots.
getRowCount() - Method in interface javax.servlet.jsp.jstl.sql.Result
Returns the number of rows in the cached ResultSet
getRowCount() - Method in class org.apache.taglibs.standard.tag.common.sql.ResultImpl
Returns the number of rows in the cached ResultSet
getRows() - Method in interface javax.servlet.jsp.jstl.sql.Result
Returns the result of the query as an array of SortedMap objects.
getRows() - Method in class org.apache.taglibs.standard.tag.common.sql.ResultImpl
Returns an array of SortedMap objects.
getRowsByIndex() - Method in interface javax.servlet.jsp.jstl.sql.Result
Returns the result of the query as an array of arrays.
getRowsByIndex() - Method in class org.apache.taglibs.standard.tag.common.sql.ResultImpl
Returns an array of Object[] objects.
getRunAsRole() - Method in interface javax.servlet.ServletRegistration
Gets the name of the runAs role of the Servlet represented by this ServletRegistration.
getRunEnd() - Method in interface javax.enterprise.concurrent.LastExecution
The last time in which the task was completed.
getRunStart() - Method in interface javax.enterprise.concurrent.LastExecution
The last time in which the task started running.
getRuntimeContext() - Method in class org.apache.jasper.JspCompilationContext
 
getSampleMethodMap() - Static method in class org.apache.taglibs.standard.lang.jstl.test.StaticFunctionTests
 
getSaveBytecode() - Method in class org.apache.jasper.EmbeddedServletOptions
 
getSaveBytecode() - Method in class org.apache.jasper.JspC
 
getSaveBytecode() - Method in interface org.apache.jasper.Options
If class files are generated as byte arrays, should they be saved to disk at the end of compilations?
getSchedule() - Method in interface javax.ejb.Timer
Get the schedule expression corresponding to this timer.
getScheduledStart() - Method in interface javax.enterprise.concurrent.LastExecution
The last time in which task was scheduled to run.
getSchema() - Method in class javax.xml.bind.Binder
Gets the last Schema object (including null) set by the Binder.setSchema(Schema) method.
getSchema() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
 
getSchema() - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
getSchema() - Method in interface javax.xml.bind.Marshaller
Get the JAXP 1.3 Schema object being used to perform marshal-time validation.
getSchema() - Method in interface javax.xml.bind.Unmarshaller
Get the JAXP 1.3 Schema object being used to perform unmarshal-time validation.
getSchemaLocation() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
Convenience method for getting the current schemaLocation.
getScheme() - Method in interface javax.servlet.ServletRequest
Returns the name of the scheme used to make this request, for example, http, https, or ftp.
getScheme() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getScheme() on the wrapped request object.
getScheme() - Method in class javax.xml.ws.spi.http.HttpExchange
Returns the name of the scheme used to make this request, for example: http, or https.
getScope() - Method in 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.
getScope(String) - Static method in class org.apache.taglibs.standard.tag.common.core.Util
 
getScratchDir() - Method in class org.apache.jasper.EmbeddedServletOptions
What is my scratch dir?
getScratchDir() - Method in class org.apache.jasper.JspC
 
getScratchDir() - Method in interface org.apache.jasper.Options
What is my scratch dir?
getScriptingInvalid() - Method in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
Gets the value of the scripting-invalid configuration, which specifies whether scripting is enabled for any JSP pages mapped to the JSP property group represented by this JspPropertyGroupDescriptor.
getSecond() - Method in class javax.ejb.ScheduleExpression
Return the value of the second attribute.
getSecure() - Method in class javax.servlet.http.Cookie
Returns true if the browser is sending cookies only over a secure protocol, or false if the browser can send cookies using any protocol.
getSelection() - Method in interface javax.persistence.criteria.AbstractQuery
Return the selection of the query, or null if no selection has been set.
getSelection() - Method in interface javax.persistence.criteria.Subquery
Return the selection expression.
getSendErrorToClient() - Method in class org.apache.jasper.EmbeddedServletOptions
Should errors be sent to client or thrown into stderr?
getSendErrorToClient() - Method in class org.apache.jasper.JspC
 
getSendErrorToClient() - Method in interface org.apache.jasper.Options
Should errors be sent to client or thrown into stderr?
getSendStream() - Method in interface javax.websocket.RemoteEndpoint.Basic
Opens an output stream on which a binary message may be sent.
getSendTimeout() - Method in interface javax.websocket.RemoteEndpoint.Async
Return the number of milliseconds the implementation will timeout attempting to send a websocket message.
getSendWriter() - Method in interface javax.websocket.RemoteEndpoint.Basic
Opens an character stream on which a text message may be sent.
getSentMailCount() - Method in interface javax.management.j2ee.statistics.JavaMailStats
The number of mail messages sent.
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.
getServerInfo() - Method in class org.apache.jasper.servlet.JspCServletContext
Return descriptive information about this server.
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.
getServlet() - Method in class org.apache.jasper.runtime.PageContextImpl
 
getServlet(String) - Method in class org.apache.jasper.servlet.JspCServletContext
Deprecated.
This method has been deprecated with no replacement
getServlet() - Method in class org.apache.jasper.servlet.JspServletWrapper
 
getServletClassLastModifiedTime() - Method in class org.apache.jasper.servlet.JspServletWrapper
Gets the last-modified time of the servlet class file associated with this JspServletWrapper.
getServletClassName() - Method in class org.apache.jasper.JspCompilationContext
Just the class name (does not include package name) of the generated class.
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.
getServletConfig() - Method in class org.apache.jasper.runtime.JspContextWrapper
 
getServletConfig() - Method in class org.apache.jasper.runtime.PageContextImpl
 
getServletConfig() - Method in class org.apache.taglibs.standard.lang.jstl.test.PageContextImpl
 
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.GenericFilter
Returns a reference to the ServletContext in which this filter is running.
getServletContext() - Method in class javax.servlet.GenericServlet
Returns a reference to the ServletContext in which this servlet is running.
getServletContext() - Method in interface javax.servlet.http.HttpSession
Returns the ServletContext to which this session belongs.
getServletContext() - Method in class javax.servlet.jsp.PageContext
The ServletContext instance.
getServletContext() - Method in interface javax.servlet.ServletConfig
Returns a reference to the ServletContext in which the caller is executing.
getServletContext() - Method in class javax.servlet.ServletContextEvent
Return the ServletContext that changed.
getServletContext() - Method in interface javax.servlet.ServletRequest
Gets the servlet context to which this ServletRequest was last dispatched.
getServletContext() - Method in class javax.servlet.ServletRequestEvent
Returns the ServletContext of this web application.
getServletContext() - Method in class javax.servlet.ServletRequestWrapper
Gets the servlet context to which the wrapped servlet request was last dispatched.
getServletContext() - Method in interface javax.xml.rpc.server.ServletEndpointContext
The method getServletContext returns the ServletContext associated with the web application that contain this endpoint.
getServletContext() - Method in class org.apache.jasper.JspCompilationContext
 
getServletContext() - Method in class org.apache.jasper.runtime.JspContextWrapper
 
getServletContext() - Method in class org.apache.jasper.runtime.PageContextImpl
 
getServletContext() - Method in class org.apache.jasper.servlet.JspServletWrapper
 
getServletContext() - Method in class org.apache.taglibs.standard.lang.jstl.test.PageContextImpl
 
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.
getServletContextName() - Method in class org.apache.jasper.servlet.JspCServletContext
Return the name of this servlet context.
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.
getServletInfo() - Method in class org.apache.jasper.runtime.HttpJspBase
 
getServletJavaFileName() - Method in class org.apache.jasper.JspCompilationContext
Full path name of the Java file into which the servlet is being generated.
getServletName() - Method in class javax.servlet.GenericServlet
Returns the name of this servlet instance.
getServletName() - Method in interface javax.servlet.http.HttpServletMapping
Return the String representation for the servlet-name for this mapping.
getServletName() - Method in class javax.servlet.jsp.ErrorData
Returns the name of the servlet invoked.
getServletName() - Method in interface javax.servlet.ServletConfig
Returns the name of this servlet instance.
getServletNameMappings() - Method in interface javax.servlet.FilterRegistration
Gets the currently available servlet name mappings of the Filter represented by this FilterRegistration.
getServletNames() - Method in interface javax.servlet.ServletContext
Deprecated.
As of Java Servlet API 2.1, with no replacement.

This method was originally defined to return an Enumeration of all the servlet names known to this context. In this version, this method always returns an empty Enumeration and remains only to preserve binary compatibility. This method will be permanently removed in a future version of the Java Servlet API.

getServletNames() - Method in class org.apache.jasper.servlet.JspCServletContext
Deprecated.
This method has been deprecated with no replacement
getServletPackageName() - Method in class org.apache.jasper.JspCompilationContext
Package name for the generated class is make up of the base package name, which is user settable, and the derived package name.
getServletPath() - Method in interface javax.servlet.http.HttpServletRequest
Returns the part of this request's URL that calls the servlet.
getServletPath() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getServletPath() on the wrapped request object.
getServletRegistration(String) - Method in interface javax.servlet.ServletContext
Gets the ServletRegistration corresponding to the servlet with the given servletName.
getServletRegistration(String) - Method in class org.apache.jasper.servlet.JspCServletContext
 
getServletRegistrations() - Method in interface javax.servlet.ServletContext
Gets a (possibly empty) Map of the ServletRegistration objects (keyed by servlet name) corresponding to all servlets registered with this ServletContext.
getServletRegistrations() - Method in class org.apache.jasper.servlet.JspCServletContext
 
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.

getServlets() - Method in class org.apache.jasper.servlet.JspCServletContext
Deprecated.
This method has been deprecated with no replacement
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(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).
getSession() - Method in exception javax.websocket.SessionException
Return the Session on which the problem occurred.
getSession() - Method in class org.apache.jasper.compiler.PageInfo
 
getSession() - Method in class org.apache.jasper.runtime.JspContextWrapper
 
getSession() - Method in class org.apache.jasper.runtime.PageContextImpl
 
getSession() - Method in class org.apache.taglibs.standard.lang.jstl.test.PageContextImpl
 
getSessionContext() - Method in interface javax.servlet.http.HttpSession
Deprecated.
As of Version 2.1, this method is deprecated and has no replacement. It will be removed in a future version of the Java Servlet API.
getSessionCookieConfig() - Method in interface javax.servlet.ServletContext
Gets the SessionCookieConfig object through which various properties of the session tracking cookies created on behalf of this ServletContext may be configured.
getSessionCookieConfig() - Method in class org.apache.jasper.servlet.JspCServletContext
 
getSessionId() - Method in interface javax.servlet.http.PushBuilder
Return the SessionID to be used for the push.
getSessionMode() - Method in interface javax.jms.JMSContext
Returns the session mode of the JMSContext's session.
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.
getSessionScopeMap() - Method in class org.apache.taglibs.standard.lang.jstl.ImplicitObjects
Returns the Map that "wraps" session-scoped attributes
getSessionTimeout() - Method in interface javax.servlet.ServletContext
Gets the session timeout in minutes that are supported by default for this ServletContext.
getSet(String, Class<E>) - Method in interface javax.persistence.metamodel.ManagedType
Return the Set-valued attribute of the managed type that corresponds to the specified name and Java element type.
getSet(String) - Method in interface javax.persistence.metamodel.ManagedType
Return the Set-valued attribute of the managed type that corresponds to the specified name.
getSeverity() - Method in class javax.xml.bind.helpers.ValidationEventImpl
 
getSeverity() - Method in interface javax.xml.bind.ValidationEvent
Retrieve the severity code for this warning/error.
getSharedCacheMode() - Method in interface javax.persistence.spi.PersistenceUnitInfo
Returns the specification of how the provider must use a second-level cache for the persistence unit.
getSharedConnection() - Method in class org.apache.taglibs.standard.tag.common.sql.TransactionTagSupport
Called by nested parameter elements to get a reference to the Connection.
getShort(String) - Method in interface javax.jms.MapMessage
Returns the short value with the specified name.
getShort1() - Method in class org.apache.taglibs.standard.lang.jstl.test.Bean1
 
getShort2() - Method in class org.apache.taglibs.standard.lang.jstl.test.Bean1
 
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.JMSProducer
Returns the message property with the specified name that has been set on this JMSProducer, converted to a short.
getShortProperty(String) - Method in interface javax.jms.Message
Returns the value of the short property with the specified name.
getSingleResult() - Method in interface javax.persistence.Query
Execute a SELECT query that returns a single untyped result.
getSingleResult() - Method in interface javax.persistence.StoredProcedureQuery
Retrieve a single result from the next result set.
getSingleResult() - Method in interface javax.persistence.TypedQuery
Execute a SELECT query that returns a single result.
getSingularAttribute(String, Class<Y>) - Method in interface javax.persistence.metamodel.ManagedType
Return the single-valued attribute of the managed type that corresponds to the specified name and Java type.
getSingularAttribute(String) - Method in interface javax.persistence.metamodel.ManagedType
Return the single-valued attribute of the managed type that corresponds to the specified name.
getSingularAttributes() - Method in interface javax.persistence.metamodel.ManagedType
Return the single-valued attributes of the managed type.
getSize() - Method in interface javax.servlet.http.Part
Returns the size of this fille.
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.
getSmap() - Method in class org.apache.jasper.compiler.SmapUtil.ClassInfo
 
getSmapStratum() - Method in class org.apache.jasper.compiler.SmapUtil.ClassInfo
 
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.
getStart() - Method in class javax.ejb.ScheduleExpression
Return the start date, if set; otherwise null.
getStartDuration() - Method in class javax.resource.spi.work.WorkEvent
Return the start interval duration.
getStartTime() - Method in interface javax.management.j2ee.statistics.Statistic
The time of the first measurement represented as a long, whose value is the number of milliseconds since January 1, 1970, 00:00:00.
getStateOrProvince() - Method in interface javax.xml.registry.infomodel.PostalAddress
Returns the state or province.
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 class javax.security.enterprise.identitystore.CredentialValidationResult
Determines the validation status.
getStatus() - Method in interface javax.servlet.http.HttpServletResponse
Gets the current status code of this response.
getStatus() - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behaviour of this method is to call HttpServletResponse.getStatus() on the wrapped response object.
getStatus() - Method in interface javax.transaction.Transaction
Obtain the status of the transaction associated with the target Transaction object.
getStatus() - Method in interface javax.transaction.TransactionManager
Obtain the status of the transaction associated with the current thread.
getStatus() - Method in interface javax.transaction.UserTransaction
Obtain the status of the transaction associated with the current thread.
getStatus() - Method in 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.
getStep() - Method in interface javax.servlet.jsp.jstl.core.LoopTagStatus
Returns the value of the 'step' attribute for the associated tag, or null if no 'step' attribute was specified.
getSteps() - Method in class org.apache.taglibs.standard.extra.spath.AbsolutePath
 
getSteps() - Method in class org.apache.taglibs.standard.extra.spath.Path
Retrives an ordered list of Step objects representing this expression.
getSteps() - Method in class org.apache.taglibs.standard.extra.spath.RelativePath
 
getStratumName() - Method in class org.apache.jasper.compiler.SmapStratum
Returns the name of the stratum.
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.
getString() - Method in class org.apache.jasper.compiler.SmapGenerator
 
getString() - Method in class org.apache.jasper.compiler.SmapStratum
Returns the given stratum as a String: a StratumSection, followed by at least one FileSection and at least one LineSection.
getString() - Method in class org.apache.jasper.compiler.SmapStratum.LineInfo
Retrieves the current LineInfo as a String, print all values only when appropriate (but LineInfoID if and only if it's been specified, as its necessity is sensitive to context).
getString() - Method in class org.apache.jasper.runtime.BodyContentImpl
Return the value of the BodyJspWriter as a String.
getString1() - Method in class org.apache.taglibs.standard.lang.jstl.test.Bean1
 
getString2() - Method in class org.apache.taglibs.standard.lang.jstl.test.Bean1
 
getStringArray1() - Method in class org.apache.taglibs.standard.lang.jstl.test.Bean1
 
getStringProperty(String) - Method in interface javax.jms.JMSProducer
Returns the message property with the specified name that has been set on this JMSProducer, converted to a String.
getStringProperty(String) - Method in interface javax.jms.Message
Returns the value of the String property with the specified name.
getStringResource(String) - Static method in class org.apache.taglibs.standard.lang.jstl.Constants
 
getStyle(String, String) - Static method in class org.apache.taglibs.standard.tag.common.core.Util
 
getSubgraphs() - Method in interface javax.persistence.AttributeNode
Return the Map<Class, Subgraph> of subgraphs associated with this attribute node.
getSubmittedFileName() - Method in interface javax.servlet.http.Part
Gets the file name specified by the client
getSubmittingOrganization() - Method in interface javax.xml.registry.infomodel.RegistryObject
Gets the Organization that submitted this RegistryObject.
getSubprotocols() - Method in interface javax.websocket.server.ServerEndpointConfig
Return the websocket subprotocols configured.
GetSuffix(int) - Method in class org.apache.taglibs.standard.extra.spath.ASCII_CharStream
 
GetSuffix(int) - Method in class org.apache.taglibs.standard.extra.spath.ASCII_UCodeESC_CharStream
 
GetSuffix(int) - Method in class org.apache.taglibs.standard.lang.jstl.parser.SimpleCharStream
 
getSuffixes() - Method in class org.apache.taglibs.standard.lang.jstl.ComplexValue
 
getSupertype() - Method in interface javax.persistence.metamodel.IdentifiableType
Return the identifiable type that corresponds to the most specific mapped superclass or entity extended by the entity or mapped superclass.
getSuppliedRequest() - Method in class javax.servlet.AsyncEvent
Gets the ServletRequest from this AsyncEvent.
getSuppliedResponse() - Method in class javax.servlet.AsyncEvent
Gets the ServletResponse from this AsyncEvent.
getSupportedEncodings() - Method in interface javax.xml.rpc.encoding.TypeMapping
Returns the encodingStyle URIs (as String[]) supported by this TypeMapping instance.
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.
getSystemClassPath() - Method in class org.apache.jasper.EmbeddedServletOptions
Gets the system class path.
getSystemClassPath() - Method in class org.apache.jasper.JspC
Gets the system class path.
getSystemClassPath() - Method in interface org.apache.jasper.Options
Gets the system class path.
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.
getTagFileJarUrl() - Method in class org.apache.jasper.JspCompilationContext
Returns the JAR file in which the tag file for which this JspCompilationContext was created is packaged, or null if this JspCompilationContext does not correspond to a tag file, or if the corresponding tag file is not packaged in a JAR.
getTagFileJarUrls() - Method in class org.apache.jasper.JspCompilationContext
Gets the context-wide mappings from JAR packaged tag file paths to their corresponfing URLs.
getTagFiles() - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
An array describing the tag files that are defined in this tag library.
getTagHandlerClassName(String, ErrorDispatcher) - Static method in class org.apache.jasper.compiler.JspUtil
Gets the fully-qualified class name of the tag handler corresponding to the given tag file path.
getTagHandlerPool(ServletConfig) - Static method in class org.apache.jasper.runtime.TagHandlerPool
 
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.
getTagInfo() - Method in class org.apache.jasper.JspCompilationContext
 
getTaglib(String) - Method in class org.apache.jasper.compiler.PageInfo
 
getTaglibLocation() - Method in interface javax.servlet.descriptor.TaglibDescriptor
Gets the location of the tag library represented by this TaglibDescriptor.
getTagLibrary() - Method in class javax.servlet.jsp.tagext.TagInfo
The instance of TabLibraryInfo we belong to.
getTagLibraryInfos() - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
Returns an array of TagLibraryInfo objects representing the entire set of tag libraries (including this TagLibraryInfo) imported by taglib directives in the translation unit that references this TagLibraryInfo.
getTagLibraryInfos() - Method in class org.apache.jasper.compiler.TagLibraryInfoImpl
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.
getTagLibraryValidator() - Method in class org.apache.jasper.compiler.TagLibraryInfoImpl
The instance (if any) for the TagLibraryValidator class.
getTaglibs() - Method in interface javax.servlet.descriptor.JspConfigDescriptor
Gets the <taglib> child elements of the <jsp-config> element represented by this JspConfigDescriptor.
getTaglibs() - Method in class org.apache.jasper.compiler.PageInfo
 
getTaglibs() - Method in class org.apache.jasper.JspCompilationContext
Gets the context-wide tag library cache.
getTaglibURI() - Method in interface javax.servlet.descriptor.TaglibDescriptor
Gets the unique identifier of the tag library represented by this TaglibDescriptor.
getTagName() - Method in class javax.servlet.jsp.tagext.TagInfo
The name of the Tag.
getTagPluginManager() - Method in class org.apache.jasper.EmbeddedServletOptions
 
getTagPluginManager() - Method in class org.apache.jasper.JspC
 
getTagPluginManager() - Method in interface org.apache.jasper.Options
Obtain a Tag Plugin Manager
getTagPoolSize() - Method in class org.apache.jasper.JspC
 
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.interceptor.InvocationContext
Returns the target instance.
getTargetBinding() - Method in interface javax.xml.registry.infomodel.ServiceBinding
Gets the next ServiceBinding in case there is a redirection from one service provider to another service provider.
getTargetEndpointAddress() - Method in interface javax.xml.rpc.Call
Gets the address of a target service endpoint.
getTargetObject() - Method in interface javax.xml.registry.infomodel.Association
Gets the Object that is the target of this Association.
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.
getTemporaryVariableName() - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
 
getText() - Method in interface javax.jms.TextMessage
Gets the string containing this message's data.
getText() - Method in exception javax.websocket.DecodeException
Return the encoded string that is either the whole message, or the partial message that could not be decoded, or null if this exception arose from a failure to decode a binary message..
getThreshold() - Method in class javax.xml.ws.soap.MTOMFeature
Gets the threshold value used to determine when binary data should be sent as an attachment.
getThrowable() - Method in class javax.servlet.AsyncEvent
Gets the Throwable from this AsyncEvent.
getThrowable() - Method in class javax.servlet.jsp.ErrorData
Returns the Throwable that caused the error.
getThrowable(ServletRequest) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
Returns the value of the javax.servlet.error.exception request attribute value, if present, otherwise the value of the javax.servlet.jsp.jspException request attribute value.
getTimeout() - Method in interface javax.servlet.AsyncContext
Gets the timeout (in milliseconds) for this AsyncContext.
getTimer() - Method in interface javax.ejb.TimerHandle
Obtain a reference to the timer represented by this handle.
getTimer() - Method in interface javax.interceptor.InvocationContext
Returns the timer object associated with a timeout method invocation on the target class, or a null value for interceptor method types other than AroundTimeout.
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
Returns all 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.
getTimeToLive() - Method in interface javax.jms.JMSProducer
Returns the time to live of messages that are sent using this JMSProducer.
getTimeToLive() - Method in interface javax.jms.MessageProducer
Gets the default length of time in milliseconds from its dispatch time that a produced message should be retained by the message system.
getTimezone() - Method in class javax.ejb.ScheduleExpression
Return the timezone, if set; otherwise null.
getTimeZone() - Method in class org.apache.taglibs.standard.tag.common.fmt.TimeZoneSupport
 
getTldLocation(String) - Method in class org.apache.jasper.JspCompilationContext
Gets the 'location' of the TLD associated with the given taglib 'uri'.
getTldScanner() - Method in class org.apache.jasper.EmbeddedServletOptions
 
getTldScanner() - Method in class org.apache.jasper.JspC
 
getTldScanner() - Method in interface org.apache.jasper.Options
The cache for the location of the TLD's for the various tag libraries 'exposed' by the web application.
getToken() - Method in class javax.security.enterprise.credential.RememberMeCredential
Determines the token value to compare for authentication.
getToken(int) - Method in class org.apache.taglibs.standard.extra.spath.SPathParser
 
getToken(int) - Method in class org.apache.taglibs.standard.lang.jstl.parser.ELParser
 
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.
getTrailerFields() - Method in interface javax.servlet.http.HttpServletRequest
Get the request trailer fields.
getTrailerFields() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to call getTrailerFields on the wrapped request object.
getTrailerFields() - Method in interface javax.servlet.http.HttpServletResponse
Gets the supplier of trailer headers.
getTrailerFields() - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behaviour of this method is to call HttpServletResponse.getTrailerFields() on the wrapped response object.
getTransacted() - Method in interface javax.jms.JMSContext
Indicates whether the JMSContext's session is in transacted mode.
getTransacted() - Method in interface javax.jms.Session
Indicates whether the session is in transacted mode.
getTransacted() - Method in interface javax.jms.XAJMSContext
Returns whether the session is in transacted mode; this method always returns true.
getTransacted() - Method in interface javax.jms.XASession
Indicates whether the session is in transacted mode.
getTransaction() - Method in interface javax.persistence.EntityManager
Return the resource-level EntityTransaction object.
getTransaction() - Method in interface javax.transaction.TransactionManager
Get the transaction object that represents the transaction context of the calling thread.
getTransactionKey() - Method in interface javax.transaction.TransactionSynchronizationRegistry
Return an opaque object to represent the transaction bound to the current thread at the time this method is called.
getTransactionStatus() - Method in interface javax.transaction.TransactionSynchronizationRegistry
Return the status of the transaction bound to the current thread at the time this method is called.
getTransactionSupport() - Method in interface javax.resource.spi.TransactionSupport
Get the level of transaction support, supported by the ManagedConnectionFactory.
getTransactionSynchronizationRegistry() - Method in interface javax.resource.spi.BootstrapContext
Provides a handle to a TransactionSynchronization instance.
getTransactionTimeout() - Method in class javax.resource.spi.work.ExecutionContext
Get the transaction timeout value for a imported transaction.
getTransactionType() - Method in interface javax.persistence.spi.PersistenceUnitInfo
Returns the transaction type of the entity managers created by the EntityManagerFactory.
getTransportGuarantee() - Method in class javax.servlet.HttpConstraintElement
Gets the data protection requirement (i.e., whether or not SSL/TLS is required) that must be satisfied by the transport connection.
getTrimDirectiveWhitespaces() - Method in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
Gets the value of the trim-directive-whitespaces configuration, which specifies whether template text containing only whitespaces must be removed from the response output of any JSP pages mapped to the JSP property group represented by this JspPropertyGroupDescriptor.
getTrimDirectiveWhitespaces() - Method in class org.apache.jasper.compiler.PageInfo
 
getTrimSpaces() - Method in class org.apache.jasper.compiler.JspProperty
 
getTrimSpaces() - Method in class org.apache.jasper.EmbeddedServletOptions
Should white spaces between directives or actions be trimmed?
getTrimSpaces() - Method in class org.apache.jasper.JspC
 
getTrimSpaces() - Method in interface org.apache.jasper.Options
Should white spaces between directives or actions be trimmed?
getType() - Method in interface javax.persistence.metamodel.SingularAttribute
Return the type that represents the type of the attribute.
getType() - Method in class javax.resource.spi.work.WorkEvent
Return the type of this event.
getType(ELContext, Object, Object) - Method in class javax.servlet.jsp.el.ImplicitObjectELResolver
If the base object is null, and the property matches the name of a JSP implicit object, returns null to indicate that no types are ever accepted to setValue().
getType(ELContext, Object, Object) - Method in class javax.servlet.jsp.el.ScopedAttributeELResolver
If the base object is null, returns Object.class to indicate that any type is valid to set for a scoped attribute.
getType(ELContext) - Method in class javax.servlet.jsp.jstl.core.IndexedValueExpression
 
getType(ELContext) - Method in class javax.servlet.jsp.jstl.core.IteratedValueExpression
 
getType() - Method in 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.
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.
getUpdateCount() - Method in interface javax.persistence.StoredProcedureQuery
Return the update count or -1 if there is no pending result or if the next result is not an update count.
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.
getURI(String) - Method in class org.apache.jasper.compiler.PageInfo
 
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.
getUrlPatternMappings() - Method in interface javax.servlet.FilterRegistration
Gets the currently available URL pattern mappings of the Filter represented by this FilterRegistration.
getUrlPatterns() - Method in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
Gets the URL patterns of the JSP property group represented by this JspPropertyGroupDescriptor.
getUsageDescription() - Method in interface javax.xml.registry.infomodel.SpecificationLink
Gets the description of usage parameters.
getUsageParameters() - Method in interface javax.xml.registry.infomodel.SpecificationLink
Gets any usage parameters.
getUsePrecompiled() - Method in class org.apache.jasper.EmbeddedServletOptions
Returns the value of the usePrecompiled (or use-precompiled) init param.
getUsePrecompiled() - Method in class org.apache.jasper.JspC
 
getUsePrecompiled() - Method in interface org.apache.jasper.Options
Returns the value of the usePrecompiled (or use-precompiled) init param.
getUser() - Method in interface javax.xml.registry.infomodel.AuditableEvent
Gets the User associated with this object.
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.
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.websocket.server.HandshakeRequest
Return the authenticated user or null if no user is authenticated for this handshake.
getUserPrincipal() - Method in interface javax.websocket.Session
Return the authenticated user for this Session or null if no user is authenticated for this session.
getUserPrincipal() - Method in interface javax.xml.rpc.server.ServletEndpointContext
Returns a java.security.Principal instance that contains the name of the authenticated user for the current method invocation on the endpoint instance.
getUserPrincipal() - Method in class javax.xml.ws.spi.http.HttpExchange
Returns the Principal that represents the authenticated user for this HttpExchange.
getUserPrincipal() - Method in interface javax.xml.ws.WebServiceContext
Returns the Principal that identifies the sender of the request currently being serviced.
getUserProperties() - Method in interface javax.websocket.EndpointConfig
This method returns a modifiable Map that the developer may use to store application specific information relating to the endpoint that uses this configuration instance.
getUserProperties() - Method in interface javax.websocket.Session
While the session is open, this method returns a Map that the developer may use to store application specific information relating to this session instance.
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.
getValidationMode() - Method in interface javax.persistence.spi.PersistenceUnitInfo
Returns the validation mode to be used by the persistence provider for the persistence unit.
getValue() - Method in class javax.security.enterprise.credential.Password
Determines the password value.
getValue() - Method in class javax.servlet.http.Cookie
Gets the current value of this Cookie.
getValue(String) - Method in interface javax.servlet.http.HttpSession
Deprecated.
As of Version 2.2, this method is replaced by HttpSession.getAttribute(java.lang.String).
getValue() - Method in class javax.servlet.http.HttpSessionBindingEvent
Returns the value of the attribute that has been added, removed or replaced.
getValue(ELContext, Object, Object) - Method in class javax.servlet.jsp.el.ImplicitObjectELResolver
If the base object is null, and the property matches the name of a JSP implicit object, returns the implicit object.
getValue(ELContext, Object, Object) - Method in class javax.servlet.jsp.el.ScopedAttributeELResolver
If the base object is null, searches the page, request, session and application scopes for an attribute with the given name and returns it, or null if no attribute exists with the current name.
getValue(ELContext) - Method in class javax.servlet.jsp.jstl.core.IndexedValueExpression
 
getValue(ELContext) - Method in class javax.servlet.jsp.jstl.core.IteratedValueExpression
 
getValue(String) - Method in class javax.servlet.jsp.tagext.TagSupport
Get a the value associated with a key.
getValue() - Method in class javax.servlet.ServletContextAttributeEvent
Gets the value of the ServletContext attribute that changed.
getValue() - Method in class javax.servlet.ServletRequestAttributeEvent
Returns the value of the attribute that has been added, removed or replaced.
getValue() - Method in interface javax.websocket.Extension.Parameter
Return the value of the extension parameter.
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(Object) - Method in class org.apache.taglibs.standard.lang.jstl.EnumeratedMap
Returns the value associated with the given key, or null if not found.
getValue() - Method in class org.apache.taglibs.standard.lang.jstl.Literal
 
getValue() - Method in class org.apache.taglibs.standard.lang.jstl.test.Bean2
 
getValue() - Method in class org.apache.taglibs.standard.lang.jstl.test.beans.PublicBean1
 
getValue() - Method in class org.apache.taglibs.standard.lang.jstl.test.beans.PublicBean2a
 
getValue() - Method in interface org.apache.taglibs.standard.lang.jstl.test.beans.PublicInterface2
 
getValueExpression() - Method in class javax.servlet.jsp.jstl.core.IteratedExpression
 
getValueExpression(String, PageContext, Class, FunctionMapper) - Static method in class org.apache.jasper.runtime.PageContextImpl
 
getValueFromBeanInfoPropertyEditor(Class, String, String, Class) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
getValueFromPropertyEditorManager(Class, String, String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
getValueFromToken(String) - Static method in class org.apache.taglibs.standard.lang.jstl.StringLiteral
Parses the given token into the literal value
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.
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.
getVariableInfo(TagData) - Method in class org.apache.taglibs.standard.tei.DeclareTEI
 
getVariableMapper() - Method in class org.apache.jasper.runtime.ELContextImpl
 
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().
getVariableResolver() - Method in class org.apache.jasper.runtime.JspContextWrapper
 
getVariableResolver() - Method in class org.apache.jasper.runtime.PageContextImpl
 
getVariableResolver() - Method in class org.apache.taglibs.standard.lang.jstl.test.PageContextImpl
 
getVariableValue(String, String, String) - Method in class org.apache.taglibs.standard.tag.common.xml.JSTLXPathVariableResolver
Retrieve an XPath's variable value using JSTL's custom variable-mapping rules
getVarName() - Method in class javax.servlet.jsp.tagext.VariableInfo
Returns the name of the scripting variable.
getVersion(Class<Y>) - Method in interface javax.persistence.metamodel.IdentifiableType
Return the attribute that corresponds to the version attribute of the entity or mapped superclass.
getVersion() - Method in class javax.servlet.http.Cookie
Returns the version of the protocol this cookie complies with.
getVersion() - Method in interface javax.xml.registry.CapabilityProfile
Gets the JAXR specification version supported by the JAXR provider.
getVersion() - Static method in class org.apache.taglibs.standard.Version
Get the basic version string for the current release.
getVirtualServerName() - Method in interface javax.servlet.ServletContext
Returns the configuration name of the logical host on which the ServletContext is deployed.
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.
getWarnings() - Method in interface javax.resource.cci.Interaction
Gets the first ResourceWarning from the chain of warnings associated with this Interaction instance.
getWebSocketContainer() - Static method in class javax.websocket.ContainerProvider
Obtain a new instance of a WebSocketContainer.
getWork() - Method in class javax.resource.spi.work.WorkEvent
Return the Work instance which is the cause of the event.
getWorkContexts() - Method in interface javax.resource.spi.work.WorkContextProvider
Gets an list of WorkContexts that needs to be used by the WorkManager to set up the execution context while executing a Work instance.
getWorkManager() - Method in interface javax.resource.spi.BootstrapContext
Provides a handle to a WorkManager instance.
getWrapped() - Method in class javax.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
getWrapper(String) - Method in class org.apache.jasper.compiler.JspRuntimeContext
Get an already existing JspServletWrapper.
getWriteMethod(Class, String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
getWriteMethod() - Method in class org.apache.taglibs.standard.lang.jstl.BeanInfoIndexedProperty
 
getWriteMethod() - Method in class org.apache.taglibs.standard.lang.jstl.BeanInfoProperty
 
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.
getWriter() - Method in class org.apache.jasper.JspCompilationContext
Where is the servlet being generated?
getWriter() - Method in class org.apache.jasper.runtime.ServletResponseWrapperInclude
Returns a wrapper around the JspWriter of the including page.
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.XAJMSContext
Returns an XAResource to the caller.
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.
getXPathFunctionResolver() - Method in class org.apache.taglibs.standard.tag.common.xml.JSTLXPathImpl
Returns the current function resolver.
getXPathVariableResolver() - Method in class org.apache.taglibs.standard.tag.common.xml.JSTLXPathImpl
Returns the current variable resolver.
getYear() - Method in class javax.ejb.ScheduleExpression
Return the value of the year attribute.
GLOBAL() - Constructor for class javax.xml.bind.annotation.XmlElementDecl.GLOBAL
 
GlobalScope() - Constructor for class javax.xml.bind.JAXBElement.GlobalScope
 
greaterThan(Expression<? extends Y>, Expression<? extends Y>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is greater than the second.
greaterThan(Expression<? extends Y>, Y) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is greater than the second.
GreaterThanOperator - Class in org.apache.taglibs.standard.lang.jstl
The implementation of the greater than operator
GreaterThanOperator() - Constructor for class org.apache.taglibs.standard.lang.jstl.GreaterThanOperator
Constructor
GreaterThanOrEqualsOperator - Class in org.apache.taglibs.standard.lang.jstl
The implementation of the greater than or equals operator
GreaterThanOrEqualsOperator() - Constructor for class org.apache.taglibs.standard.lang.jstl.GreaterThanOrEqualsOperator
Constructor
greaterThanOrEqualTo(Expression<? extends Y>, Expression<? extends Y>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is greater than or equal to the second.
greaterThanOrEqualTo(Expression<? extends Y>, Y) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is greater than or equal to the second.
greatest(Expression<X>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an aggregate expression for finding the greatest of the values (strings, dates, etc).
groupBy(Expression<?>...) - Method in interface javax.persistence.criteria.AbstractQuery
Specify the expressions that are used to form groups over the query results.
groupBy(List<Expression<?>>) - Method in interface javax.persistence.criteria.AbstractQuery
Specify the expressions that are used to form groups over the query results.
groupBy(Expression<?>...) - Method in interface javax.persistence.criteria.CriteriaQuery
Specify the expressions that are used to form groups over the query results.
groupBy(List<Expression<?>>) - Method in interface javax.persistence.criteria.CriteriaQuery
Specify the expressions that are used to form groups over the query results.
groupBy(Expression<?>...) - Method in interface javax.persistence.criteria.Subquery
Specify the expressions that are used to form groups over the subquery results.
groupBy(List<Expression<?>>) - Method in interface javax.persistence.criteria.Subquery
Specify the expressions that are used to form groups over the subquery results.
groupingUsedSpecified - Variable in class org.apache.taglibs.standard.tag.common.fmt.FormatNumberSupport
 
gt(Expression<? extends Number>, Expression<? extends Number>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is greater than the second.
gt(Expression<? extends Number>, Number) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is greater than the second.
GT1 - Static variable in interface org.apache.taglibs.standard.lang.jstl.parser.ELParserConstants
 
GT2 - Static variable in interface org.apache.taglibs.standard.lang.jstl.parser.ELParserConstants
 

H

Handle - Interface in javax.ejb
The Handle interface is implemented by all EJB object handles.
handle(HttpExchange) - Method in class javax.xml.ws.spi.http.HttpHandler
Handles a given request and generates an appropriate response.
HandleDelegate - Interface in javax.ejb.spi
The HandleDelegate interface is implemented by the EJB container.
handleEvent(ValidationEvent) - Method in class javax.xml.bind.helpers.DefaultValidationEventHandler
 
handleEvent(ValidationEvent) - Method in class javax.xml.bind.util.ValidationEventCollector
 
handleEvent(ValidationEvent) - Method in interface javax.xml.bind.ValidationEventHandler
Receive notification of a validation warning or error.
handleFault(MessageContext) - Method in class javax.xml.rpc.handler.GenericHandler
The handleFault method processes the SOAP faults based on the SOAP message processing model.
handleFault(MessageContext) - Method in interface javax.xml.rpc.handler.Handler
The handleFault method processes the SOAP faults based on the SOAP message processing model.
handleFault(MessageContext) - Method in interface javax.xml.rpc.handler.HandlerChain
The handleFault method initiates the SOAP fault processing for this handler chain.
handleFault(C) - Method in interface javax.xml.ws.handler.Handler
The handleFault method is invoked for fault message processing.
handleGetProperty(Object, String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
handleMessage(C) - Method in interface javax.xml.ws.handler.Handler
The handleMessage method is invoked for normal processing of inbound and outbound messages.
handlePageException(Exception) - Method in class javax.servlet.jsp.PageContext
This method is intended to process an unhandled 'page' level exception by forwarding the exception to the specified error page for this JSP.
handlePageException(Throwable) - Method in class javax.servlet.jsp.PageContext
This method is intended to process an unhandled 'page' level exception by forwarding the exception to the specified error page for this JSP.
handlePageException(Exception) - Method in class org.apache.jasper.runtime.JspContextWrapper
 
handlePageException(Throwable) - Method in class org.apache.jasper.runtime.JspContextWrapper
 
handlePageException(Exception) - Method in class org.apache.jasper.runtime.PageContextImpl
 
handlePageException(Throwable) - Method in class org.apache.jasper.runtime.PageContextImpl
 
handlePageException(Exception) - Method in class org.apache.taglibs.standard.lang.jstl.test.PageContextImpl
 
handlePageException(Throwable) - Method in class org.apache.taglibs.standard.lang.jstl.test.PageContextImpl
 
Handler - Interface in javax.xml.rpc.handler
The javax.xml.rpc.handler.Handler interface is required to be implemented by a SOAP message handler.
Handler<C extends MessageContext> - Interface in javax.xml.ws.handler
The Handler interface is the base interface for JAX-WS handlers.
handler - Variable in class javax.xml.ws.spi.http.HttpContext
The handler to set for this context.
HandlerChain - Annotation Type in javax.jws
Associates the Web Service with an externally defined handler chain.
HandlerChain - Interface in javax.xml.rpc.handler
The javax.xml.rpc.handler.HandlerChain represents a list of handlers.
handleRequest(MessageContext) - Method in class javax.xml.rpc.handler.GenericHandler
The handleRequest method processes the request SOAP message.
handleRequest(MessageContext) - Method in interface javax.xml.rpc.handler.Handler
The handleRequest method processes the request message.
handleRequest(MessageContext) - Method in interface javax.xml.rpc.handler.HandlerChain
The handleRequest method initiates the request processing for this handler chain.
handleResponse(MessageContext) - Method in class javax.xml.rpc.handler.GenericHandler
The handleResponse method processes the response message.
handleResponse(MessageContext) - Method in interface javax.xml.rpc.handler.Handler
The handleResponse method processes the response SOAP message.
handleResponse(MessageContext) - Method in interface javax.xml.rpc.handler.HandlerChain
The handleResponse method initiates the response processing for this handler chain.
handleResponse(Response<T>) - Method in interface javax.xml.ws.AsyncHandler
Called when the response to an asynchronous operation is available.
HandlerInfo - Class in javax.xml.rpc.handler
The javax.xml.rpc.handler.HandlerInfo represents information about a handler in the HandlerChain.
HandlerInfo() - Constructor for class javax.xml.rpc.handler.HandlerInfo
Default constructor
HandlerInfo(Class, Map, QName[]) - Constructor for class javax.xml.rpc.handler.HandlerInfo
Constructor for HandlerInfo
HandlerRegistry - Interface in javax.xml.rpc.handler
The javax.xml.rpc.handler.HandlerRegistry provides support for the programmatic configuration of handlers in a HandlerRegistry.
HandlerResolver - Interface in javax.xml.ws.handler
HandlerResolver is an interface implemented by an application to get control over the handler chain set on proxy/dispatch objects at the time of their creation.
handleSetProperty(Object, String, Object) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
handleSetProperty(Object, String, int) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
handleSetProperty(Object, String, short) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
handleSetProperty(Object, String, long) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
handleSetProperty(Object, String, double) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
handleSetProperty(Object, String, float) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
handleSetProperty(Object, String, char) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
handleSetProperty(Object, String, byte) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
handleSetProperty(Object, String, boolean) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
handleSetPropertyExpression(Object, String, String, PageContext, ProtectedFunctionMapper) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
Use proprietaryEvaluate public static void handleSetPropertyExpression(Object bean, String prop, String expression, PageContext pageContext, VariableResolver variableResolver, FunctionMapper functionMapper ) throws JasperException { try { Method method = getWriteMethod(bean.getClass(), prop); method.invoke(bean, new Object[] { pageContext.getExpressionEvaluator().evaluate( expression, method.getParameterTypes()[0], variableResolver, functionMapper, null ) }); } catch (Exception ex) { throw new JasperException(ex); } }
HandlesTypes - Annotation Type in javax.servlet.annotation
This annotation is used to declare the class types that a ServletContainerInitializer can handle.
HandshakeRequest - Interface in javax.websocket.server
The handshake request represents the web socket defined Http GET request for the opening handshake of a web socket session.
HandshakeResponse - Interface in javax.websocket
The handshake response represents the web socket-defined Http response that is the response to the opening handshake request.
hasAccessToWebResource(String, String...) - Method in interface javax.security.enterprise.SecurityContext
Checks whether the caller has access to the provided "web resource" using the given methods, as specified by section 13.8 of the Servlet specification.
hasAttribute(Attributes, String) - Method in class org.apache.taglibs.standard.tlv.JstlBaseTLV
 
hasDanglingScope(Attributes) - Method in class org.apache.taglibs.standard.tlv.JstlBaseTLV
 
hasData() - Method in class org.apache.jasper.runtime.JspWriterImpl
 
hasData() - Method in class org.apache.jasper.runtime.ServletResponseWrapperInclude
Are there any data to be flushed ?
hasDetail() - Method in interface javax.xml.soap.SOAPFault
Returns true if this SOAPFault has a Detail subelement and false otherwise.
hasDynamicAttributes() - Method in class javax.servlet.jsp.tagext.TagInfo
Get dynamicAttributes associated with this TagInfo.
hasEmptyVar(Attributes) - Method in class org.apache.taglibs.standard.tlv.JstlBaseTLV
 
hasEvents() - Method in class javax.xml.bind.util.ValidationEventCollector
Returns true if this event collector contains at least one ValidationEvent.
hasFault() - Method in interface javax.xml.soap.SOAPBody
Indicates whether a SOAPFault object exists in this SOAPBody object.
hash(String) - Method in class org.apache.jasper.xmlparser.SymbolTable
Returns a hashcode value for the specified symbol.
hash(char[], int, int) - Method in class org.apache.jasper.xmlparser.SymbolTable
Returns a hashcode value for the specified symbol information.
hashCode() - Method in interface javax.resource.cci.Record
Returns the hash code for the Record instance.
hashCode() - Method in interface javax.resource.spi.ConnectionRequestInfo
Returns the hashCode of the ConnectionRequestInfo.
hashCode() - Method in interface javax.resource.spi.ManagedConnectionFactory
Returns the hash code for the ManagedConnectionFactory
hashCode() - Method in interface javax.resource.spi.security.GenericCredential
Deprecated.
Returns the hash code for this GenericCredential
hashCode() - Method in class javax.resource.spi.security.PasswordCredential
Returns the hash code for this PasswordCredential
hashCode() - Method in class javax.servlet.jsp.jstl.core.IndexedValueExpression
 
hashCode() - Method in class javax.servlet.jsp.jstl.core.IteratedValueExpression
 
hasJspRoot() - Method in class org.apache.jasper.compiler.PageInfo
 
hasMoreResults() - Method in interface javax.persistence.StoredProcedureQuery
Return true if the next result corresponds to a result set, and false if it is an update count or if there are no results other than through INOUT and OUT parameters, if any.
hasNext() - Method in class javax.servlet.jsp.jstl.core.LoopTagSupport
Returns information concerning the availability of more items over which to iterate.
hasNext() - Method in interface org.apache.taglibs.standard.tag.common.core.ForEachSupport.ForEachIterator
 
hasNext() - Method in class org.apache.taglibs.standard.tag.common.core.ForEachSupport
 
hasNext() - Method in class org.apache.taglibs.standard.tag.common.core.ForEachSupport.SimpleForEachIterator
 
hasNext() - Method in class org.apache.taglibs.standard.tag.common.core.ForTokensSupport
 
hasNext() - Method in class org.apache.taglibs.standard.tag.common.xml.ForEachTag
 
hasNoInvalidScope(Attributes) - Method in class org.apache.taglibs.standard.tlv.JstlBaseTLV
 
hasOriginalRequestAndResponse() - Method in interface javax.servlet.AsyncContext
Checks if this AsyncContext was initialized with the original or application-wrapped request and response objects.
hasSingleIdAttribute() - Method in interface javax.persistence.metamodel.IdentifiableType
Whether the identifiable type has a single id attribute.
hasTaglib(String) - Method in class org.apache.jasper.compiler.PageInfo
 
hasVersionAttribute() - Method in interface javax.persistence.metamodel.IdentifiableType
Whether the identifiable type has a version attribute.
having(Expression<Boolean>) - Method in interface javax.persistence.criteria.AbstractQuery
Specify a restriction over the groups of the query.
having(Predicate...) - Method in interface javax.persistence.criteria.AbstractQuery
Specify restrictions over the groups of the query according the conjunction of the specified restriction predicates.
having(Expression<Boolean>) - Method in interface javax.persistence.criteria.CriteriaQuery
Specify a restriction over the groups of the query.
having(Predicate...) - Method in interface javax.persistence.criteria.CriteriaQuery
Specify restrictions over the groups of the query according the conjunction of the specified restriction predicates.
having(Expression<Boolean>) - Method in interface javax.persistence.criteria.Subquery
Specify a restriction over the groups of the subquery.
having(Predicate...) - Method in interface javax.persistence.criteria.Subquery
Specify restrictions over the groups of the subquery according the conjunction of the specified restriction predicates.
HeuristicCommitException - Exception in javax.transaction
This exception is thrown by the rollback operation on a resource to report that a heuristic decision was made and that all relevant updates have been committed.
HeuristicCommitException() - Constructor for exception javax.transaction.HeuristicCommitException
 
HeuristicCommitException(String) - Constructor for exception javax.transaction.HeuristicCommitException
 
HeuristicMixedException - Exception in javax.transaction
This exception is thrown to report that a heuristic decision was made and that some relevant updates have been committed and others have been rolled back.
HeuristicMixedException() - Constructor for exception javax.transaction.HeuristicMixedException
 
HeuristicMixedException(String) - Constructor for exception javax.transaction.HeuristicMixedException
 
HeuristicRollbackException - Exception in javax.transaction
This exception is thrown by the commit operation to report that a heuristic decision was made and that all relevant updates have been rolled back.
HeuristicRollbackException() - Constructor for exception javax.transaction.HeuristicRollbackException
 
HeuristicRollbackException(String) - Constructor for exception javax.transaction.HeuristicRollbackException
 
HexBinaryAdapter - Class in javax.xml.bind.annotation.adapters
XmlAdapter for xs:hexBinary.
HexBinaryAdapter() - Constructor for class javax.xml.bind.annotation.adapters.HexBinaryAdapter
 
HIGHEST_SPECIAL - Static variable in class org.apache.taglibs.standard.tag.common.core.Util
 
highSurrogate(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
Returns the high surrogate of a supplemental character
HintsContext - Class in javax.resource.spi.work
A standard WorkContext that allows a Work instance to propagate quality-of-service (QoS) hints about the Work to the WorkManager.
HintsContext() - Constructor for class javax.resource.spi.work.HintsContext
 
Holder - Interface in javax.xml.rpc.holders
The java.xml.rpc.holders.Holder interface represents the base interface for both standard and generated Holder classes.
Holder<T> - Class in javax.xml.ws
Holds a value of type T.
Holder() - Constructor for class javax.xml.ws.Holder
Creates a new holder with a null value.
Holder(T) - Constructor for class javax.xml.ws.Holder
Create a new holder with the specified value.
HomeHandle - Interface in javax.ejb
The HomeHandle interface is implemented by all home object handles.
hour(String) - Method in class javax.ejb.ScheduleExpression
Set the hour attribute.
hour(int) - Method in class javax.ejb.ScheduleExpression
Set the hour attribute.
HTTP_BINDING - Static variable in interface javax.xml.ws.http.HTTPBinding
A constant representing the identity of the XML/HTTP binding.
HTTP_REQUEST_HEADERS - Static variable in interface javax.xml.ws.handler.MessageContext
Standard property: HTTP request headers.
HTTP_REQUEST_METHOD - Static variable in interface javax.xml.ws.handler.MessageContext
Standard property: HTTP request method.
HTTP_RESPONSE_CODE - Static variable in interface javax.xml.ws.handler.MessageContext
Standard property: HTTP response status code.
HTTP_RESPONSE_HEADERS - Static variable in interface javax.xml.ws.handler.MessageContext
Standard property: HTTP response headers.
HttpAuthenticationMechanism - Interface in javax.security.enterprise.authentication.mechanism.http
HttpAuthenticationMechanism is a mechanism for obtaining a caller's credentials in some way, using the HTTP protocol where necessary.
HTTPBinding - Interface in javax.xml.ws.http
The HTTPBinding interface is an abstraction for the XML/HTTP binding.
HttpConstraint - Annotation Type in javax.servlet.annotation
This annotation is used within the ServletSecurity annotation to represent the security constraints to be applied to all HTTP protocol methods for which a corresponding HttpMethodConstraint element does NOT occur within the ServletSecurity annotation.
HttpConstraintElement - Class in javax.servlet
Java Class representation of an HttpConstraint annotation value.
HttpConstraintElement() - Constructor for class javax.servlet.HttpConstraintElement
Constructs a default HTTP constraint element
HttpConstraintElement(ServletSecurity.EmptyRoleSemantic) - Constructor for class javax.servlet.HttpConstraintElement
Convenience constructor to establish EmptyRoleSemantic.DENY
HttpConstraintElement(ServletSecurity.TransportGuarantee, String...) - Constructor for class javax.servlet.HttpConstraintElement
Constructor to establish non-empty getRolesAllowed and/or TransportGuarantee.CONFIDENTIAL.
HttpConstraintElement(ServletSecurity.EmptyRoleSemantic, ServletSecurity.TransportGuarantee, String...) - Constructor for class javax.servlet.HttpConstraintElement
Constructor to establish all of getEmptyRoleSemantic, getRolesAllowed, and getTransportGuarantee.
HttpContext - Class in javax.xml.ws.spi.http
HttpContext represents a mapping between the root URI path of a web service to a HttpHandler which is invoked to handle requests destined for that path on the associated container.
HttpContext() - Constructor for class javax.xml.ws.spi.http.HttpContext
 
HTTPException - Exception in javax.xml.ws.http
The HTTPException exception represents a XML/HTTP fault.
HTTPException(int) - Constructor for exception javax.xml.ws.http.HTTPException
Constructor for the HTTPException
HttpExchange - Class in javax.xml.ws.spi.http
This class encapsulates a HTTP request received and a response to be generated in one exchange.
HttpExchange() - Constructor for class javax.xml.ws.spi.http.HttpExchange
 
HttpFilter - Class in javax.servlet.http
Provides an abstract class to be subclassed to create an HTTP filter suitable for a Web site.
HttpFilter() - Constructor for class javax.servlet.http.HttpFilter
Does nothing, because this is an abstract class.
HttpHandler - Class in javax.xml.ws.spi.http
A handler which is invoked to process HTTP requests.
HttpHandler() - Constructor for class javax.xml.ws.spi.http.HttpHandler
 
HttpJspBase - Class in org.apache.jasper.runtime
This is the super class of all JSP-generated servlets.
HttpJspBase() - Constructor for class org.apache.jasper.runtime.HttpJspBase
 
HttpJspPage - Interface in javax.servlet.jsp
The HttpJspPage interface describes the interaction that a JSP Page Implementation Class must satisfy when using the HTTP protocol.
HttpMessageContext - Interface in javax.security.enterprise.authentication.mechanism.http
HttpMessageContext contains all of the per-request state information and encapsulates the client request, server response, container handler for authentication callbacks, and the subject representing the caller.
HttpMessageContextWrapper - Class in javax.security.enterprise.authentication.mechanism.http
This class is an implementation of the HttpMessageContext interface that can be subclassed by developers wishing to provide extra or different functionality.
HttpMessageContextWrapper(HttpMessageContext) - Constructor for class javax.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
HttpMethodConstraint - Annotation Type in javax.servlet.annotation
This annotation is used within the ServletSecurity annotation to represent security constraints on specific HTTP protocol messages.
HttpMethodConstraintElement - Class in javax.servlet
Java Class represntation of an HttpMethodConstraint annotation value.
HttpMethodConstraintElement(String) - Constructor for class javax.servlet.HttpMethodConstraintElement
Constructs an instance with default HttpConstraintElement value.
HttpMethodConstraintElement(String, HttpConstraintElement) - Constructor for class javax.servlet.HttpMethodConstraintElement
Constructs an instance with specified HttpConstraintElement value.
HttpServlet - Class in javax.servlet.http
Provides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site.
HttpServlet() - Constructor for class javax.servlet.http.HttpServlet
Does nothing, because this is an abstract class.
HttpServletMapping - Interface in javax.servlet.http
Allows runtime discovery of the manner in which the HttpServlet for the current HttpServletRequest was invoked.
HttpServletRequest - Interface in javax.servlet.http
Extends the ServletRequest interface to provide request information for HTTP servlets.
HttpServletRequestWrapper - Class in javax.servlet.http
Provides a convenient implementation of the HttpServletRequest interface that can be subclassed by developers wishing to adapt the request to a Servlet.
HttpServletRequestWrapper(HttpServletRequest) - Constructor for class javax.servlet.http.HttpServletRequestWrapper
Constructs a request object wrapping the given request.
HttpServletResponse - Interface in javax.servlet.http
Extends the ServletResponse interface to provide HTTP-specific functionality in sending a response.
HttpServletResponseWrapper - Class in javax.servlet.http
Provides a convenient implementation of the HttpServletResponse interface that can be subclassed by developers wishing to adapt the response from a Servlet.
HttpServletResponseWrapper(HttpServletResponse) - Constructor for class javax.servlet.http.HttpServletResponseWrapper
Constructs a response adaptor wrapping the given response.
HttpSession - Interface in javax.servlet.http
Provides a way to identify a user across more than one page request or visit to a Web site and to store information about that user.
HttpSessionActivationListener - Interface in javax.servlet.http
Objects that are bound to a session may listen to container events notifying them that sessions will be passivated and that session will be activated.
HttpSessionAttributeListener - Interface in javax.servlet.http
Interface for receiving notification events about HttpSession attribute changes.
HttpSessionBindingEvent - Class in javax.servlet.http
Events of this type are either sent to an object that implements HttpSessionBindingListener when it is bound or unbound from a session, or to a HttpSessionAttributeListener that has been configured in the deployment descriptor when any attribute is bound, unbound or replaced in a session.
HttpSessionBindingEvent(HttpSession, String) - Constructor for class javax.servlet.http.HttpSessionBindingEvent
Constructs an event that notifies an object that it has been bound to or unbound from a session.
HttpSessionBindingEvent(HttpSession, String, Object) - Constructor for class javax.servlet.http.HttpSessionBindingEvent
Constructs an event that notifies an object that it has been bound to or unbound from a session.
HttpSessionBindingListener - Interface in javax.servlet.http
Causes an object to be notified when it is bound to or unbound from a session.
HttpSessionContext - Interface in javax.servlet.http
Deprecated.
As of Java(tm) Servlet API 2.1 for security reasons, with no replacement. This interface will be removed in a future version of this API.
HttpSessionEvent - Class in javax.servlet.http
This is the class representing event notifications for changes to sessions within a web application.
HttpSessionEvent(HttpSession) - Constructor for class javax.servlet.http.HttpSessionEvent
Construct a session event from the given source.
HttpSessionIdListener - Interface in javax.servlet.http
Interface for receiving notification events about HttpSession id changes.
HttpSessionListener - Interface in javax.servlet.http
Interface for receiving notification events about HttpSession lifecycle changes.
HttpUpgradeHandler - Interface in javax.servlet.http
This interface encapsulates the upgrade protocol processing.
HttpUtils - Class in javax.servlet.http
Deprecated.
As of Java(tm) Servlet API 2.3. These methods were only useful with the default encoding and have been moved to the request interfaces.
HttpUtils() - Constructor for class javax.servlet.http.HttpUtils
Deprecated.
Constructs an empty HttpUtils object.

I

i - Variable in class javax.servlet.jsp.jstl.core.IndexedValueExpression
 
i - Variable in class javax.servlet.jsp.jstl.core.IteratedValueExpression
 
Id - Annotation Type in javax.persistence
Specifies the primary key of an entity.
id - Variable in class javax.resource.spi.ConnectionEvent
Type of the event
ID - Static variable in class javax.servlet.jsp.tagext.TagAttributeInfo
"id" is wired in to be ID.
id - Variable in class javax.servlet.jsp.tagext.TagSupport
The value of the id attribute of this tag; or null.
ID - Static variable in class javax.xml.ws.RespectBindingFeature
Constant value identifying the RespectBindingFeature
ID - Static variable in class javax.xml.ws.soap.AddressingFeature
Constant value identifying the AddressingFeature
ID - Static variable in class javax.xml.ws.soap.MTOMFeature
Constant value identifying the MTOMFeature
IdClass - Annotation Type in javax.persistence
Specifies a composite primary key class that is mapped to multiple fields or properties of the entity.
IdentifiableType<X> - Interface in javax.persistence.metamodel
Instances of the type IdentifiableType represent entity or mapped superclass types.
Identifier() - Method in class org.apache.taglibs.standard.lang.jstl.parser.ELParser
 
IDENTIFIER - Static variable in interface org.apache.taglibs.standard.lang.jstl.parser.ELParserConstants
 
IDENTITY - Static variable in interface javax.json.bind.config.PropertyNamingStrategy
Using this strategy, the property name is unchanged.
IDENTITY_NAME - Static variable in interface javax.enterprise.concurrent.ManagedTask
Execution property to be returned in ManagedTask.getExecutionProperties() or ContextService.createContextualProxy() to provide a String that identifies the task.
IdentityStore - Interface in javax.security.enterprise.identitystore
IdentityStore is a mechanism for validating a caller's credentials and accessing a caller's identity attributes.
IdentityStore.ValidationType - Enum in javax.security.enterprise.identitystore
Determines the type of validation (operations) that should be done by this store.
IdentityStoreHandler - Interface in javax.security.enterprise.identitystore
IdentityStoreHandler is a mechanism for validating a caller's credentials, and accessing a caller's identity attributes, by consulting a set of one or more IdentityStores.
IdentityStorePermission - Class in javax.security.enterprise.identitystore
Class for IdentityStore permissions.
IdentityStorePermission(String) - Constructor for class javax.security.enterprise.identitystore.IdentityStorePermission
Create an IdentityStorePermission with the specified name.
IdentityStorePermission(String, String) - Constructor for class javax.security.enterprise.identitystore.IdentityStorePermission
Create an IdentityStorePermission with the specified name.
IE_PLUGIN_URL - Static variable in class org.apache.jasper.Constants
 
If - Class in org.apache.jasper.tagplugins.jstl
 
If() - Constructor for class org.apache.jasper.tagplugins.jstl.If
 
IfTag - Class in org.apache.taglibs.standard.tag.common.xml
Tag handler for <if> in JSTL's XML library.
IfTag() - Constructor for class org.apache.taglibs.standard.tag.common.xml.IfTag
 
IfTag - Class in org.apache.taglibs.standard.tag.el.core
Tag handler for <if> in JSTL's expression-evaluating library.
IfTag() - Constructor for class org.apache.taglibs.standard.tag.el.core.IfTag
 
IfTag - Class in org.apache.taglibs.standard.tag.rt.core
Tag handler for <if> in JSTL's rtexprvalue library.
IfTag() - Constructor for class org.apache.taglibs.standard.tag.rt.core.IfTag
 
ignorableWhitespace(char[], int, int) - Method in class org.apache.taglibs.standard.extra.spath.SPathFilter
Filter for ignoreableWhitespace().
ILLEGAL_CHARACTER - Static variable in interface org.apache.taglibs.standard.lang.jstl.parser.ELParserConstants
 
IllegalLoopbackException - Exception in javax.ejb
This exception indicates that an attempt was made to perform an illegal loopback invocation.
IllegalLoopbackException() - Constructor for exception javax.ejb.IllegalLoopbackException
 
IllegalLoopbackException(String) - Constructor for exception javax.ejb.IllegalLoopbackException
 
IllegalStateException - Exception in javax.jms
This exception is thrown when a method is invoked at an illegal or inappropriate time or if the provider is not in an appropriate state for the requested operation.
IllegalStateException(String, String) - Constructor for exception javax.jms.IllegalStateException
Constructs an IllegalStateException with the specified reason and error code.
IllegalStateException(String) - Constructor for exception javax.jms.IllegalStateException
Constructs an IllegalStateException with the specified reason.
IllegalStateException - Exception in javax.resource.spi
An IllegalStateException is thrown from a method if the callee (resource adapter or application server for system contracts) is in an illegal or inappropriate state for the method invocation.
IllegalStateException() - Constructor for exception javax.resource.spi.IllegalStateException
Constructs a new instance with null as its detail message.
IllegalStateException(String) - Constructor for exception javax.resource.spi.IllegalStateException
Constructs a new instance with the specified detail message.
IllegalStateException(Throwable) - Constructor for exception javax.resource.spi.IllegalStateException
Constructs a new throwable with the specified cause.
IllegalStateException(String, Throwable) - Constructor for exception javax.resource.spi.IllegalStateException
Constructs a new throwable with the specified detail message and cause.
IllegalStateException(String, String) - Constructor for exception javax.resource.spi.IllegalStateException
Constructs a new throwable with the specified detail message and an error code.
IllegalStateRuntimeException - Exception in javax.jms
This unchecked exception is thrown when a method is invoked at an illegal or inappropriate time or if the provider is not in an appropriate state for the requested operation, and the method signature does not permit a IllegalStateRuntimeException to be thrown.
IllegalStateRuntimeException(String) - Constructor for exception javax.jms.IllegalStateRuntimeException
Constructs a IllegalStateRuntimeException with the specified detail message
IllegalStateRuntimeException(String, String) - Constructor for exception javax.jms.IllegalStateRuntimeException
Constructs a IllegalStateRuntimeException with the specified detail message and error code.
IllegalStateRuntimeException(String, String, Throwable) - Constructor for exception javax.jms.IllegalStateRuntimeException
Constructs a IllegalStateRuntimeException with the specified detail message, error code and cause
image - Variable in class org.apache.taglibs.standard.extra.spath.Token
The string image of the token.
image - Variable in class org.apache.taglibs.standard.lang.jstl.parser.Token
The string image of the token.
IMMEDIATE - Static variable in interface javax.resource.spi.work.WorkManager
A constant to indicate timeout duration.
IMPL_OBJ_START - Static variable in interface org.apache.taglibs.standard.lang.jstl.parser.ELParserConstants
 
implementsByteWriter - Variable in class org.apache.jasper.runtime.JspWriterImpl
 
ImplicitObjectELResolver - Class in javax.servlet.jsp.el
Defines variable resolution behavior for the EL implicit objects defined in the JSP specification.
ImplicitObjectELResolver() - Constructor for class javax.servlet.jsp.el.ImplicitObjectELResolver
 
ImplicitObjects - Class in org.apache.taglibs.standard.lang.jstl
This class is used to generate the implicit Map and List objects that wrap various elements of the PageContext.
ImplicitObjects(PageContext) - Constructor for class org.apache.taglibs.standard.lang.jstl.ImplicitObjects
Constructor
ImportSupport - Class in org.apache.taglibs.standard.tag.common.core
Support for tag handlers for <import>, the general-purpose text-importing mechanism for JSTL 1.0.
ImportSupport() - Constructor for class org.apache.taglibs.standard.tag.common.core.ImportSupport
 
ImportTag - Class in org.apache.taglibs.standard.tag.el.core
A handler for <import> that accepts attributes as Strings and evaluates them as expressions at runtime.
ImportTag() - Constructor for class org.apache.taglibs.standard.tag.el.core.ImportTag
Constructs a new ImportTag.
ImportTag - Class in org.apache.taglibs.standard.tag.rt.core
A handler for <import> that supports rtexprvalue-based attributes.
ImportTag() - Constructor for class org.apache.taglibs.standard.tag.rt.core.ImportTag
 
ImportTEI - Class in org.apache.taglibs.standard.tei
An implementation of TagExtraInfo that implements validation for <c:import>'s attributes
ImportTEI() - Constructor for class org.apache.taglibs.standard.tei.ImportTEI
 
in(Expression<? extends T>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create predicate to test whether given expression is contained in a list of values.
in(Object...) - Method in interface javax.persistence.criteria.Expression
Create a predicate to test whether the expression is a member of the argument list.
in(Expression<?>...) - Method in interface javax.persistence.criteria.Expression
Create a predicate to test whether the expression is a member of the argument list.
in(Collection<?>) - Method in interface javax.persistence.criteria.Expression
Create a predicate to test whether the expression is a member of the collection.
in(Expression<Collection<?>>) - Method in interface javax.persistence.criteria.Expression
Create a predicate to test whether the expression is a member of the collection.
IN - Static variable in class javax.xml.rpc.ParameterMode
IN mode for parameter passing
IN_EXPRESSION - Static variable in interface org.apache.taglibs.standard.lang.jstl.parser.ELParserConstants
 
inactiveConnectionClosed(Object, ManagedConnectionFactory) - Method in interface javax.resource.spi.LazyAssociatableConnectionManager
This method is called by the resource adapter (that is capable of lazy connection association optimization) in order to notify the application server that a disassociated connection handle is closed.
INAPPROPRIATE_FUNCTION_ARG_COUNT - Static variable in class org.apache.taglibs.standard.lang.jstl.Constants
 
INBOUND_MESSAGE_ATTACHMENTS - Static variable in interface javax.xml.ws.handler.MessageContext
Standard property: Map of attachments to a message for the inbound message, key is the MIME Content-ID, value is a DataHandler.
INC_REQUEST_URI - Static variable in class org.apache.jasper.Constants
Servlet context and request attributes that the JSP engine uses.
INC_SERVLET_PATH - Static variable in class org.apache.jasper.Constants
 
include(String) - Method in class javax.servlet.jsp.PageContext
Causes the resource specified to be processed as part of the current ServletRequest and ServletResponse being processed by the calling Thread.
include(String, boolean) - Method in class javax.servlet.jsp.PageContext
Causes the resource specified to be processed as part of the current ServletRequest and ServletResponse being processed by the calling Thread.
include(ServletRequest, ServletResponse) - Method in interface javax.servlet.RequestDispatcher
Includes the content of a resource (servlet, JSP page, HTML file) in the response.
include(String) - Method in class org.apache.jasper.runtime.JspContextWrapper
 
include(String, boolean) - Method in class org.apache.jasper.runtime.JspContextWrapper
 
include(ServletRequest, ServletResponse, String, JspWriter, boolean) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
Perform a RequestDispatcher.include() operation, with optional flushing of the response beforehand.
include(String) - Method in class org.apache.jasper.runtime.PageContextImpl
 
include(String, boolean) - Method in class org.apache.jasper.runtime.PageContextImpl
 
include(String) - Method in class org.apache.taglibs.standard.lang.jstl.test.PageContextImpl
 
include(String, boolean) - Method in class org.apache.taglibs.standard.lang.jstl.test.PageContextImpl
 
INCLUDE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
INCLUDE_CONTEXT_PATH - Static variable in interface javax.servlet.RequestDispatcher
The name of the request attribute under which the context path of the target of an include is stored
INCLUDE_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
INCLUDE_MAPPING - Static variable in interface javax.servlet.RequestDispatcher
The name of the request attribute under which the HttpServletMapping of the target of an include is stored
INCLUDE_PATH_INFO - Static variable in interface javax.servlet.RequestDispatcher
The name of the request attribute under which the path info of the target of an include is stored
INCLUDE_QUERY_STRING - Static variable in interface javax.servlet.RequestDispatcher
The name of the request attribute under which the query string of the target of an include is stored
INCLUDE_REQUEST_URI - Static variable in interface javax.servlet.RequestDispatcher
The name of the request attribute under which the request URI of the target of an include is stored
INCLUDE_SERVLET_PATH - Static variable in interface javax.servlet.RequestDispatcher
The name of the request attribute under which the servlet path of the target of an include is stored
incrementJspReloadCount() - Method in class org.apache.jasper.compiler.JspRuntimeContext
Increments the JSP reload counter.
incrementRemoved() - Method in class org.apache.jasper.JspCompilationContext
 
incTripCount() - Method in class org.apache.jasper.servlet.JspServletWrapper
 
INDEFINITE - Static variable in interface javax.resource.spi.work.WorkManager
A constant to indicate timeout duration.
index() - Method in interface javax.persistence.criteria.ListJoin
Create an expression that corresponds to the index of the object in the referenced association or element collection.
Index - Annotation Type in javax.persistence
Used in schema generation to specify creation of an index.
IndexedRecord - Interface in javax.resource.cci
IndexedRecord represents an ordered collection of record elements based on the java.util.List interface.
IndexedValueExpression - Class in javax.servlet.jsp.jstl.core
 
IndexedValueExpression(ValueExpression, int) - Constructor for class javax.servlet.jsp.jstl.core.IndexedValueExpression
 
indexOf(String, String) - Static method in class org.apache.taglibs.standard.functions.Functions
 
info - Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
Information (documentation) for this TLD.
Inheritance - Annotation Type in javax.persistence
Specifies the inheritance strategy to be used for an entity class hierarchy.
InheritanceType - Enum in javax.persistence
Defines inheritance strategy options.
Init - Annotation Type in javax.ejb
Designates a method of a session bean that corresponds to a create<METHOD> method of an adapted home or local home interface (an interface that adapts an EJB 2.1 or earlier EJBHome or EJBLocalHome client view respectively).
init(FilterConfig) - Method in interface javax.servlet.Filter
Called by the web container to indicate to a filter that it is being placed into service.
init(FilterConfig) - Method in class javax.servlet.GenericFilter
Called by the servlet container to indicate to a filter that it is being placed into service.
init() - Method in class javax.servlet.GenericFilter
A convenience method which can be overridden so that there's no need to call super.init(config).
init(ServletConfig) - Method in class javax.servlet.GenericServlet
Called by the servlet container to indicate to a servlet that the servlet is being placed into service.
init() - Method in class javax.servlet.GenericServlet
A convenience method which can be overridden so that there's no need to call super.init(config).
init(WebConnection) - Method in interface javax.servlet.http.HttpUpgradeHandler
It is called once the HTTP Upgrade process has been completed and the upgraded connection is ready to start using the new protocol.
init(ServletConfig) - Method in interface javax.servlet.Servlet
Called by the servlet container to indicate to a servlet that the servlet is being placed into service.
init(EndpointConfig) - Method in interface javax.websocket.Decoder
This method is called with the endpoint configuration object of the endpoint this decoder is intended for when it is about to be brought into service.
init(EndpointConfig) - Method in interface javax.websocket.Encoder
This method is called with the endpoint configuration object of the endpoint this encoder is intended for when it is about to be brought into service.
init(HandlerInfo) - Method in class javax.xml.rpc.handler.GenericHandler
The init method to enable the Handler instance to initialize itself.
init(HandlerInfo) - Method in interface javax.xml.rpc.handler.Handler
The init method enables the Handler instance to initialize itself.
init(Map) - Method in interface javax.xml.rpc.handler.HandlerChain
Initializes the configuration for a HandlerChain.
init(Object) - Method in interface javax.xml.rpc.server.ServiceLifecycle
Used for initialization of a service endpoint.
init(JspCompilationContext, ErrorDispatcher, boolean) - Method in class org.apache.jasper.compiler.Jsr199JavaCompiler
 
init(JspCompilationContext, ErrorDispatcher, boolean) - Method in class org.apache.jasper.compiler.NullJavaCompiler
 
init(ServletConfig) - Method in class org.apache.jasper.runtime.HttpJspBase
 
init(ServletConfig) - Method in class org.apache.jasper.runtime.TagHandlerPool
 
init(ServletConfig) - Method in class org.apache.jasper.servlet.JspServlet
 
initCause(Throwable) - Method in exception javax.xml.registry.JAXRException
Initializes the cause of this throwable to the specified value.
initCause(Throwable) - Method in exception javax.xml.soap.SOAPException
Initializes the cause field of this SOAPException object with the given Throwable object.
initialize(Map<String, String>) - Method in interface javax.security.enterprise.identitystore.PasswordHash
Initialize the instance with the parameters it should use to generate and verify password hashes.
initialize(Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean) - Method in class javax.servlet.jsp.PageContext
The initialize method is called to initialize an uninitialized PageContext so that it may be used by a JSP Implementation class to service an incoming request and response within it's _jspService() method.
initialize(Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean) - Method in class org.apache.jasper.runtime.JspContextWrapper
 
initialize(Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean) - Method in class org.apache.jasper.runtime.PageContextImpl
 
initialize(Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean) - Method in class org.apache.taglibs.standard.lang.jstl.test.PageContextImpl
 
InitParam - Annotation Type in javax.jws.soap
Deprecated.
inject(WebServiceContext) - Method in class javax.xml.ws.spi.Invoker
JAX-WS runtimes calls this method to ask container to inject WebServiceContext on the endpoint instance.
INOUT - Static variable in class javax.xml.rpc.ParameterMode
INOUT mode for parameter passing
insertsAreDetected(int) - Method in interface javax.resource.cci.ResultSetInfo
Indicates whether or not a visible row insert can be detected by calling ResultSet.rowInserted.
installSmap() - Method in class org.apache.jasper.compiler.SmapUtil
 
INTEGER_LITERAL - Static variable in interface org.apache.taglibs.standard.lang.jstl.parser.ELParserConstants
 
IntegerDivideOperator - Class in org.apache.taglibs.standard.lang.jstl
The implementation of the integer divide operator
IntegerDivideOperator() - Constructor for class org.apache.taglibs.standard.lang.jstl.IntegerDivideOperator
Constructor
IntegerLiteral - Class in org.apache.taglibs.standard.lang.jstl
An expression representing an integer literal value.
IntegerLiteral(String) - Constructor for class org.apache.taglibs.standard.lang.jstl.IntegerLiteral
Constructor
IntegerLiteral() - Method in class org.apache.taglibs.standard.lang.jstl.parser.ELParser
 
integerOnlySpecified - Variable in class org.apache.taglibs.standard.tag.common.fmt.ParseNumberSupport
 
IntegerWrapperHolder - Class in javax.xml.rpc.holders
 
IntegerWrapperHolder() - Constructor for class javax.xml.rpc.holders.IntegerWrapperHolder
 
IntegerWrapperHolder(Integer) - Constructor for class javax.xml.rpc.holders.IntegerWrapperHolder
 
Interaction - Interface in javax.resource.cci
The javax.resource.cci.Interaction enables a component to execute EIS functions.
InteractionSpec - Interface in javax.resource.cci
An InteractionSpec holds properties for driving an Interaction with an EIS instance.
Interceptor - Annotation Type in javax.interceptor
Specifies that a class is an interceptor.
Interceptor.Priority - Class in javax.interceptor
Priorities that define the order in which interceptors are invoked.
InterceptorBinding - Annotation Type in javax.interceptor
Specifies that an annotation type is an interceptor binding type.
Interceptors - Annotation Type in javax.interceptor
Declares an ordered list of interceptors for a target class, or for a method or a constructor of a target class.
interfaceName(QName) - Method in class javax.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
Sets the interfaceName as the wsam:InterfaceName element in the wsa:Metadata element.
INTERNAL - Static variable in exception javax.resource.spi.work.WorkException
Indicates an internal error condition.
INTERNATIONAL_STRING - Static variable in interface javax.xml.registry.LifeCycleManager
Constant representing the javax.xml.registry.infomodel.InternationalString interface.
InternationalString - Interface in javax.xml.registry.infomodel
This interface represents a String that has been internationalized into several Locales.
interpreterCall(boolean, String, Class, String, String, String, String[]) - Static method in class org.apache.jasper.compiler.JspUtil
Produces a String representing a call to the EL interpreter.
IntHolder - Class in javax.xml.rpc.holders
 
IntHolder() - Constructor for class javax.xml.rpc.holders.IntHolder
 
IntHolder(int) - Constructor for class javax.xml.rpc.holders.IntHolder
 
introspect(Object, ServletRequest) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
introspecthelper(Object, String, String, ServletRequest, String, boolean) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
INVALID_RESULT - Static variable in class javax.security.enterprise.identitystore.CredentialValidationResult
 
invalidate() - Method in interface javax.servlet.http.HttpSession
Invalidates this session then unbinds any objects bound to it.
InvalidClientIDException - Exception in javax.jms
This exception must be thrown when a client attempts to set a connection's client ID to a value that is rejected by a provider.
InvalidClientIDException(String, String) - Constructor for exception javax.jms.InvalidClientIDException
Constructs an InvalidClientIDException with the specified reason and error code.
InvalidClientIDException(String) - Constructor for exception javax.jms.InvalidClientIDException
Constructs an InvalidClientIDException with the specified reason.
InvalidClientIDRuntimeException - Exception in javax.jms
This unchecked exception must be thrown when a client attempts to set a connection's client ID to a value that is rejected by a provider, and the method signature does not permit a InvalidClientIDException to be thrown.
InvalidClientIDRuntimeException(String) - Constructor for exception javax.jms.InvalidClientIDRuntimeException
Constructs a InvalidClientIDRuntimeException with the specified detail message
InvalidClientIDRuntimeException(String, String) - Constructor for exception javax.jms.InvalidClientIDRuntimeException
Constructs a InvalidClientIDRuntimeException with the specified detail message and error code.
InvalidClientIDRuntimeException(String, String, Throwable) - Constructor for exception javax.jms.InvalidClientIDRuntimeException
Constructs a InvalidClientIDRuntimeException with the specified detail message, error code and cause
InvalidDestinationException - Exception in javax.jms
This exception must be thrown when a destination either is not understood by a provider or is no longer valid.
InvalidDestinationException(String, String) - Constructor for exception javax.jms.InvalidDestinationException
Constructs an InvalidDestinationException with the specified reason and error code.
InvalidDestinationException(String) - Constructor for exception javax.jms.InvalidDestinationException
Constructs an InvalidDestinationException with the specified reason.
InvalidDestinationRuntimeException - Exception in javax.jms
This unchecked exception must be thrown when a destination either is not understood by a provider or is no longer valid, and the method signature does not permit a InvalidDestinationException to be thrown.
InvalidDestinationRuntimeException(String) - Constructor for exception javax.jms.InvalidDestinationRuntimeException
Constructs a InvalidDestinationRuntimeException with the specified detail message
InvalidDestinationRuntimeException(String, String) - Constructor for exception javax.jms.InvalidDestinationRuntimeException
Constructs a InvalidDestinationRuntimeException with the specified detail message and error code.
InvalidDestinationRuntimeException(String, String, Throwable) - Constructor for exception javax.jms.InvalidDestinationRuntimeException
Constructs a InvalidDestinationRuntimeException with the specified detail message, error code and cause
InvalidPropertyException - Exception in javax.resource.spi
This exception is thrown to indicate invalid configuration property settings.
InvalidPropertyException() - Constructor for exception javax.resource.spi.InvalidPropertyException
Create a InvalidPropertyException.
InvalidPropertyException(String) - Constructor for exception javax.resource.spi.InvalidPropertyException
Create a InvalidPropertyException.
InvalidPropertyException(Throwable) - Constructor for exception javax.resource.spi.InvalidPropertyException
Constructs a new throwable with the specified cause.
InvalidPropertyException(String, Throwable) - Constructor for exception javax.resource.spi.InvalidPropertyException
Constructs a new throwable with the specified detail message and cause.
InvalidPropertyException(String, String) - Constructor for exception javax.resource.spi.InvalidPropertyException
Constructs a new throwable with the specified detail message and an error code.
InvalidRequestException - Exception in javax.xml.registry
This exception is thrown when a JAXR client attempts to invoke an API method that is not valid for some reason.
InvalidRequestException() - Constructor for exception javax.xml.registry.InvalidRequestException
Constructs a JAXRException object with no reason or embedded Throwable.
InvalidRequestException(String) - Constructor for exception javax.xml.registry.InvalidRequestException
Constructs a JAXRException object with the given String as the reason for the exception being thrown.
InvalidRequestException(String, Throwable) - Constructor for exception javax.xml.registry.InvalidRequestException
Constructs a JAXRException object with the given String as the reason for the exception being thrown and the given Throwable object as an embedded Throwable.
InvalidRequestException(Throwable) - Constructor for exception javax.xml.registry.InvalidRequestException
Constructs a JAXRException object initialized with the given Throwable object.
InvalidSelectorException - Exception in javax.jms
This exception must be thrown when a JMS client attempts to give a provider a message selector with invalid syntax.
InvalidSelectorException(String, String) - Constructor for exception javax.jms.InvalidSelectorException
Constructs an InvalidSelectorException with the specified reason and error code.
InvalidSelectorException(String) - Constructor for exception javax.jms.InvalidSelectorException
Constructs an InvalidSelectorException with the specified reason.
InvalidSelectorRuntimeException - Exception in javax.jms
This unchecked exception must be thrown when a JMS client attempts to give a provider a message selector with invalid syntax, and the method signature does not permit a InvalidSelectorException to be thrown.
InvalidSelectorRuntimeException(String) - Constructor for exception javax.jms.InvalidSelectorRuntimeException
Constructs a InvalidSelectorRuntimeException with the specified detail message
InvalidSelectorRuntimeException(String, String) - Constructor for exception javax.jms.InvalidSelectorRuntimeException
Constructs a InvalidSelectorRuntimeException with the specified detail message and error code.
InvalidSelectorRuntimeException(String, String, Throwable) - Constructor for exception javax.jms.InvalidSelectorRuntimeException
Constructs a InvalidSelectorRuntimeException with the specified detail message, error code and cause
InvalidTransactionException - Exception in javax.transaction
This exception indicates that the request carried an invalid transaction context.
InvalidTransactionException() - Constructor for exception javax.transaction.InvalidTransactionException
 
InvalidTransactionException(String) - Constructor for exception javax.transaction.InvalidTransactionException
 
InvocationContext - Interface in javax.interceptor
Exposes contextual information about the intercepted invocation and operations that enable interceptor methods to control the behavior of the invocation chain.
invoke(ObjectName, String, Object[], String[]) - Method in interface javax.management.j2ee.Management
Invokes an operation on a managed object.
invoke(Writer) - Method in class javax.servlet.jsp.tagext.JspFragment
Executes the fragment and directs all output to the given Writer, or the JspWriter returned by the getOut() method of the JspContext associated with the fragment if out is null.
invoke(Object[]) - Method in interface javax.xml.rpc.Call
Invokes a specific operation using a synchronous request-response interaction mode.
invoke(QName, Object[]) - Method in interface javax.xml.rpc.Call
Invokes a specific operation using a synchronous request-response interaction mode.
invoke(T) - Method in interface javax.xml.ws.Dispatch
Invoke a service operation synchronously.
invoke(T) - Method in interface javax.xml.ws.Provider
Invokes an operation according to the contents of the request message.
invoke(Method, Object...) - Method in class javax.xml.ws.spi.Invoker
JAX-WS runtime calls this method to do the actual web service invocation on endpoint instance.
INVOKE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
invokeAsync(T) - Method in interface javax.xml.ws.Dispatch
Invoke a service operation asynchronously.
invokeAsync(T, AsyncHandler<T>) - Method in interface javax.xml.ws.Dispatch
Invoke a service operation asynchronously.
invokeOneWay(Object[]) - Method in interface javax.xml.rpc.Call
Invokes a remote method using the one-way interaction mode.
invokeOneWay(T) - Method in interface javax.xml.ws.Dispatch
Invokes a service operation using the one-way interaction mode.
Invoker - Class in javax.xml.ws.spi
Invoker hides the detail of calling into application endpoint implementation.
Invoker() - Constructor for class javax.xml.ws.spi.Invoker
 
IS_SECURITY_ENABLED - Static variable in class org.apache.jasper.Constants
Has security been turned on?
isAbsoluteUrl(String) - Static method in class org.apache.taglibs.standard.tag.common.core.ImportSupport
Returns true if our current URL is absolute, false otherwise.
isActive() - Method in interface javax.persistence.EntityTransaction
Indicate whether a resource transaction is in progress.
isAscending() - Method in interface javax.persistence.criteria.Order
Whether ascending ordering is in effect.
isAssociation() - Method in interface javax.persistence.metamodel.Attribute
Is the attribute an association.
isAsyncStarted() - Method in interface javax.servlet.ServletRequest
Checks if this request has been put into asynchronous mode.
isAsyncStarted() - Method in class javax.servlet.ServletRequestWrapper
Checks if the wrapped request has been put into asynchronous mode.
isAsyncSupported() - Method in interface javax.servlet.ServletRequest
Checks if this request supports asynchronous operation.
isAsyncSupported() - Method in class javax.servlet.ServletRequestWrapper
Checks if the wrapped request supports asynchronous operation.
isAttributeSpecified(String) - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
 
isAuthenticationRequest() - Method in interface javax.security.enterprise.authentication.mechanism.http.HttpMessageContext
Checks if the current call to an authentication mechanism is the result from the application calling SecurityContext.authenticate(HttpServletRequest, HttpServletResponse, AuthenticationParameters)
isAuthenticationRequest() - Method in class javax.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
isAutoFlush() - Method in class javax.servlet.jsp.JspWriter
This method indicates whether the JspWriter is autoFlushing.
isAutoFlush() - Method in class org.apache.jasper.compiler.PageInfo
 
isAvailable() - Method in exception javax.xml.registry.JAXRException
Returns true if a response is available, false otherwise.
isAvailable() - Method in interface javax.xml.registry.JAXRResponse
Returns true if a response is available, false otherwise.
isBodyAssignableTo(Class) - Method in interface javax.jms.Message
Returns whether the message body is capable of being assigned to the specified type.
isBound(Parameter<?>) - Method in interface javax.persistence.Query
Return a boolean indicating whether a value has been bound to the parameter.
isCalendarTimer() - Method in interface javax.ejb.Timer
Return whether this timer is a calendar-based timer.
isCallerInRole(Identity) - Method in interface javax.ejb.EJBContext
Deprecated.
Use boolean isCallerInRole(String roleName) instead.
isCallerInRole(String) - Method in interface javax.ejb.EJBContext
Test if the caller has a given security role.
isCallerInRole(String) - Method in interface javax.security.enterprise.SecurityContext
Checks whether the authenticated caller is included in the specified logical application "role".
isCancelled() - Method in class javax.ejb.AsyncResult
This method should not be called.
isCleared() - Method in class javax.security.enterprise.credential.AbstractClearableCredential
 
isCleared() - Method in interface javax.security.enterprise.credential.Credential
Determines whether the credential value has been securely cleared.
isClosed() - Method in interface javax.xml.registry.Connection
Indicated whether this Connection has been closed or not.
isCollection() - Method in interface javax.persistence.metamodel.Attribute
Is the attribute collection-valued (represents a Collection, Set, List, or Map).
isComment() - Method in interface javax.xml.soap.Text
Retrieves whether this Text object represents a comment.
isCommitted() - Method in interface javax.servlet.ServletResponse
Returns a boolean indicating if the response has been committed.
isCommitted() - Method in class javax.servlet.ServletResponseWrapper
The default behavior of this method is to return isCommitted() on the wrapped response object.
isCompoundSelection() - Method in interface javax.persistence.criteria.Selection
Whether the selection item is a compound selection.
isConfirmed() - Method in interface javax.xml.registry.infomodel.Association
Determines whether an Association has been confirmed completely.
isConfirmedBySourceOwner() - Method in interface javax.xml.registry.infomodel.Association
Determines whether an Association has been confirmed by the owner of the source object.
isConfirmedByTargetOwner() - Method in interface javax.xml.registry.infomodel.Association
Determines whether an Association has been confirmed by the owner of the target object.
isConstantAttribute(String) - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
 
isContent(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
Returns true if the specified character can be considered content.
isContextSupported(Class<? extends WorkContext>) - Method in interface javax.resource.spi.BootstrapContext
A resource adapter can check an application server's support for a particular WorkContext type through this method.
isCoreTag(String, String, String) - Method in class org.apache.taglibs.standard.tlv.JstlBaseTLV
 
isCorrelated() - Method in interface javax.persistence.criteria.From
Whether the From object has been obtained as a result of correlation (use of a Subquery correlate method).
isCurrentThreadShutdown() - Static method in class javax.enterprise.concurrent.ManagedExecutors
Utility method for checking the isShutdown() value of the current thread if it is a ManageableThread created from ManagedThreadFactory.newThread() .
isDefaultBufferNone() - Method in class org.apache.jasper.EmbeddedServletOptions
 
isDefaultBufferNone() - Method in class org.apache.jasper.JspC
 
isDefaultBufferNone() - Method in interface org.apache.jasper.Options
If the buffer attribute for the page directive is not specified, is the default "none"?
isDeferredMethod() - Method in class javax.servlet.jsp.tagext.TagAttributeInfo
Returns true if this attribute is to be passed a MethodExpression so that expression evaluation can be deferred.
isDeferredSyntaxAllowedAsLiteral() - Method in class org.apache.jasper.compiler.PageInfo
 
isDeferredValue() - Method in class javax.servlet.jsp.tagext.TagAttributeInfo
Returns true if this attribute is to be passed a ValueExpression so that expression evaluation can be deferred.
isDeliveryTransacted(Method) - Method in interface javax.resource.spi.endpoint.MessageEndpointFactory
This is used to find out whether message deliveries to a target method on a message listener interface that is implemented by a message endpoint or a target method in the Class returned by the getBeanClass method, will be transacted or not.
isDepthUnlimited() - Method in class org.apache.taglibs.standard.extra.spath.Step
Returns true if the Step's depth is unlimited, false otherwise.
isDifferentFiles(DataInput, DataInput) - Static method in class org.apache.taglibs.standard.lang.jstl.test.EvaluationTest
Performs a line-by-line comparison of the two files, returning true if the files are different, false if not.
isDifferentFiles(File, File) - Static method in class org.apache.taglibs.standard.lang.jstl.test.EvaluationTest
Performs a line-by-line comparison of the two files, returning true if the files are different, false if not.
isDifferentFiles(DataInput, DataInput) - Static method in class org.apache.taglibs.standard.lang.jstl.test.ParserTest
Performs a line-by-line comparison of the two files, returning true if the files are different, false if not.
isDifferentFiles(File, File) - Static method in class org.apache.taglibs.standard.lang.jstl.test.ParserTest
Performs a line-by-line comparison of the two files, returning true if the files are different, false if not.
isDistinct() - Method in interface javax.persistence.criteria.AbstractQuery
Return whether duplicate query results must be eliminated or retained.
isDone() - Method in class javax.ejb.AsyncResult
This method should not be called.
isElement(Object) - Method in class javax.xml.bind.JAXBIntrospector
Return true if object represents a JAXB element.
isELIgnored() - Method in class org.apache.jasper.compiler.JspProperty
 
isELIgnored() - Method in class org.apache.jasper.compiler.PageInfo
 
isEmpty(Expression<C>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate that tests whether a collection is empty.
isEmpty() - Method in class org.apache.taglibs.standard.lang.jstl.EnumeratedMap
 
isEnabled() - Method in class javax.xml.ws.WebServiceFeature
Returns true if this feature is enabled.
isErrorPage() - Method in class org.apache.jasper.compiler.PageInfo
 
isErrorPage() - Method in class org.apache.jasper.JspCompilationContext
Are we processing something that has been declared as an errorpage?
isExpression(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
Checks if the token is a runtime expression.
isExternal() - Method in interface javax.xml.registry.infomodel.Classification
Returns true if this is an external classification.
isExternal() - Method in interface javax.xml.registry.infomodel.ClassificationScheme
Determines whether this ClassificationScheme is an external ClassificationScheme or an internal ClassificationScheme.
isExternal() - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
Returns true if the current entity being scanned is external.
isExtramural() - Method in interface javax.xml.registry.infomodel.Association
Determines whether an Association is extramural or not.
isFalse(Expression<Boolean>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate testing for a false value.
isFinished() - Method in class javax.servlet.ServletInputStream
Returns true when all the data from the stream has been read else it returns false.
isFirst() - Method in interface javax.servlet.jsp.jstl.core.LoopTagStatus
Returns information about whether the current round of the iteration is the first one.
isFloatingPointString(Object) - Static method in class org.apache.taglibs.standard.lang.jstl.Coercions
Returns true if the given string might contain a floating point number - i.e., it contains ".", "e", or "E"
isFloatingPointType(Object) - Static method in class org.apache.taglibs.standard.lang.jstl.Coercions
Returns true if the given Object is of a floating point type
isFloatingPointType(Class) - Static method in class org.apache.taglibs.standard.lang.jstl.Coercions
Returns true if the given class is of a floating point type
isFmtTag(String, String, String) - Method in class org.apache.taglibs.standard.tlv.JstlBaseTLV
 
isFormattedOutput() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
Convenience method for getting the formatted output flag.
isFragment() - Method in class javax.servlet.jsp.tagext.TagAttributeInfo
Whether this attribute is of type JspFragment.
isFragment() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
Convenience method for getting the fragment flag.
isGlobalScope() - Method in class javax.xml.bind.JAXBElement
Returns true iff this xml element declaration is global.
isGroupingUsed - Variable in class org.apache.taglibs.standard.tag.common.fmt.FormatNumberSupport
 
isHighSurrogate(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
Returns whether the given character is a high surrogate
isHttpOnly() - Method in class javax.servlet.http.Cookie
Checks whether this Cookie has been marked as HttpOnly.
isHttpOnly() - Method in interface javax.servlet.SessionCookieConfig
Checks if the session tracking cookies created on behalf of the application represented by the ServletContext from which this SessionCookieConfig was acquired will be marked as HttpOnly.
isId() - Method in interface javax.persistence.metamodel.SingularAttribute
Is the attribute an id attribute.
isIdentical(EJBLocalObject) - Method in interface javax.ejb.EJBLocalObject
Test if a given EJB local object is identical to the invoked EJB local object.
isIdentical(EJBObject) - Method in interface javax.ejb.EJBObject
Test if a given EJB object is identical to the invoked EJB object.
isIntegerOnly - Variable in class org.apache.taglibs.standard.tag.common.fmt.ParseNumberSupport
 
isIntegerType(Object) - Static method in class org.apache.taglibs.standard.lang.jstl.Coercions
Returns true if the given Object is of an integer type
isIntegerType(Class) - Static method in class org.apache.taglibs.standard.lang.jstl.Coercions
Returns true if the given class is of an integer type
isInvalid(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
Returns true if the specified character is invalid.
isJavaKeyword(String) - Static method in class org.apache.jasper.compiler.JspUtil
Test whether the argument is a Java keyword
isJoinedToTransaction() - Method in interface javax.persistence.EntityManager
Determine whether the entity manager is joined to the current transaction.
isJspPage(String) - Method in class org.apache.jasper.compiler.JspConfig
To find out if an uri matches an url pattern in jsp config.
isJspPrefixHijacked() - Method in class org.apache.jasper.compiler.PageInfo
 
isJspTag(String, String, String) - Method in class org.apache.taglibs.standard.tlv.JstlBaseTLV
 
isLast() - Method in interface javax.servlet.jsp.jstl.core.LoopTagStatus
Returns information about whether the current round of the iteration is the last one.
isLimitedByMaxRows() - Method in interface javax.servlet.jsp.jstl.sql.Result
Returns true if the query was limited by a maximum row setting
isLimitedByMaxRows() - Method in class org.apache.taglibs.standard.tag.common.sql.ResultImpl
Returns true of the query was limited by a maximum row setting
isLiteralText() - Method in class javax.servlet.jsp.jstl.core.IndexedValueExpression
 
isLiteralText() - Method in class javax.servlet.jsp.jstl.core.IteratedValueExpression
 
isLoaded(Object, String) - Method in interface javax.persistence.PersistenceUnitUtil
Determine the load state of a given persistent attribute of an entity belonging to the persistence unit.
isLoaded(Object) - Method in interface javax.persistence.PersistenceUnitUtil
Determine the load state of an entity belonging to the persistence unit.
isLoaded(Object, String) - Method in interface javax.persistence.PersistenceUtil
Determine the load state of a given persistent attribute.
isLoaded(Object) - Method in interface javax.persistence.PersistenceUtil
Determine the load state of an entity.
isLoaded(Object) - Method in interface javax.persistence.spi.ProviderUtil
If the provider determines that the entity has been provided by itself and that the state of all attributes for which FetchType.EAGER has been specified have been loaded, this method returns LoadState.LOADED.
isLoadedWithoutReference(Object, String) - Method in interface javax.persistence.spi.ProviderUtil
If the provider determines that the entity has been provided by itself and that the state of the specified attribute has been loaded, this method returns LoadState.LOADED.
isLoadedWithReference(Object, String) - Method in interface javax.persistence.spi.ProviderUtil
If the provider determines that the entity has been provided by itself and that the state of the specified attribute has been loaded, this method returns LoadState.LOADED.
isLoggingError() - Method in class org.apache.taglibs.standard.lang.jstl.Logger
Returns true if the application should even bother to try logging an error.
isLoggingWarning() - Method in class org.apache.taglibs.standard.lang.jstl.Logger
Returns true if the application should even bother to try logging a warning.
isLowSurrogate(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
Returns whether the given character is a low surrogate
isMarkup(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
Returns true if the specified character can be considered markup.
isMatchingAttribute(Attributes) - Method in class org.apache.taglibs.standard.extra.spath.AttributePredicate
Returns true if the given SAX AttributeList is suitable, given our attribute name and target; returns false otherwise.
isMatchingName(String, String) - Method in class org.apache.taglibs.standard.extra.spath.Step
Returns true if the given name matches the Step object's name, taking into account the Step object's wildcards; returns false otherwise.
isMember(Expression<E>, Expression<C>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate that tests whether an element is a member of a collection.
isMember(E, Expression<C>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate that tests whether an element is a member of a collection.
isMTOMEnabled() - Method in interface javax.xml.ws.soap.SOAPBinding
Returns true if the use of MTOM is enabled.
isMutable() - Method in class org.apache.taglibs.standard.lang.jstl.EnumeratedMap
Returns true if it is possible for this data source to change
isName(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
Returns true if the specified character is a valid name character as defined by production [4] in the XML 1.0 specification.
isNameStart(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
Returns true if the specified character is a valid name start character as defined by production [5] in the XML 1.0 specification.
isNCName(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
Returns true if the specified character is a valid NCName character as defined by production [5] in Namespaces in XML recommendation.
isNCNameStart(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
Returns true if the specified character is a valid NCName start character as defined by production [4] in Namespaces in XML recommendation.
isNegated() - Method in interface javax.persistence.criteria.Predicate
Whether the predicate has been created from another predicate by applying the Predicate.not() method or the CriteriaBuilder.not() method.
isNew() - Method in interface javax.servlet.http.HttpSession
Returns true if the client does not yet know about the session or if the client chooses not to join the session.
isNewAuthentication() - Method in class javax.security.enterprise.authentication.mechanism.http.AuthenticationParameters
Whether a new authentication dialog is required.
isNil() - Method in class javax.xml.bind.JAXBElement
Returns true iff this element instance content model is nil.
isNotEmpty(Expression<C>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate that tests whether a collection is not empty.
isNotMember(Expression<E>, Expression<C>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate that tests whether an element is not a member of a collection.
isNotMember(E, Expression<C>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate that tests whether an element is not a member of a collection.
isNotNull(Expression<?>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate to test whether the expression is not null.
isNotNull() - Method in interface javax.persistence.criteria.Expression
Create a predicate to test whether the expression is not null.
isNull(Expression<?>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate to test whether the expression is null.
isNull() - Method in interface javax.persistence.criteria.Expression
Create a predicate to test whether the expression is null.
isOK() - Method in class javax.websocket.SendResult
Determines if this result is ok or not.
isOpaque() - Method in interface javax.xml.registry.infomodel.ExtrinsicObject
Determines whether the ExtrinsicObject is opaque (not readable) by the registry operator.
isOpen() - Method in interface javax.persistence.EntityManager
Determine whether the entity manager is open.
isOpen() - Method in interface javax.persistence.EntityManagerFactory
Indicates whether the factory is open.
isOpen() - Method in interface javax.websocket.Session
Return true if and only if the underlying socket is open.
isOptional() - Method in interface javax.persistence.metamodel.SingularAttribute
Can the attribute be null.
isOutDated() - Method in class org.apache.jasper.compiler.Compiler
This is a protected method intended to be overridden by subclasses of Compiler.
isOutDated(boolean) - Method in class org.apache.jasper.compiler.Compiler
Determine if a compilation is necessary by checking the time stamp of the JSP page with that of the corresponding .class or .java file.
isPackageProtectionEnabled() - Static method in class org.apache.jasper.security.SecurityUtil
Return the SecurityManager only if Security is enabled AND package protection mechanism is enabled.
isParameterAndReturnSpecRequired(QName) - Method in interface javax.xml.rpc.Call
Indicates whether addParameter and setReturnType methods are to be invoked to specify the parameter and return type specification for a specific operation.
isPartialResponse() - Method in interface javax.xml.registry.BulkResponse
Determines whether the response is a partial response due to large result set.
isPermanent() - Method in exception javax.servlet.UnavailableException
Returns a boolean indicating whether the servlet is permanently unavailable.
isPersistent() - Method in interface javax.ejb.Timer
Return whether this timer has persistent semantics.
isPersistent() - Method in class javax.ejb.TimerConfig
Return whether the timer is persistent.
isPluginDeclared(String) - Method in class org.apache.jasper.compiler.PageInfo
Check if the plugin ID has been previously declared.
isPoolingEnabled() - Method in class org.apache.jasper.EmbeddedServletOptions
 
isPoolingEnabled() - Method in class org.apache.jasper.JspC
 
isPoolingEnabled() - Method in interface org.apache.jasper.Options
Returns true if tag handler pooling is enabled, false otherwise.
isProtected() - Method in interface javax.security.enterprise.authentication.mechanism.http.HttpMessageContext
Checks if the currently requested resource is protected or not.
isProtected() - Method in class javax.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
isPrototypeMode() - Method in class org.apache.jasper.JspCompilationContext
True if we are compiling a tag file in prototype mode.
isPubid(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
Returns true if the specified character is a valid Pubid character as defined by production [13] in the XML 1.0 specification.
isPublished() - Method in class javax.xml.ws.Endpoint
Returns true if the endpoint is in the published state.
isReadOnly(ELContext, Object, Object) - Method in class javax.servlet.jsp.el.ImplicitObjectELResolver
If the base object is null, and the property matches the name of a JSP implicit object, returns true to indicate that implicit objects cannot be overwritten.
isReadOnly(ELContext, Object, Object) - Method in class javax.servlet.jsp.el.ScopedAttributeELResolver
If the base object is null, returns false to indicate that scoped attributes are never read-only.
isReadOnly(ELContext) - Method in class javax.servlet.jsp.jstl.core.IndexedValueExpression
 
isReadOnly(ELContext) - Method in class javax.servlet.jsp.jstl.core.IteratedValueExpression
 
isReady() - Method in class javax.servlet.ServletInputStream
Returns true if data can be read without blocking else returns false.
isReady() - Method in class javax.servlet.ServletOutputStream
This method can be used to determine if data can be written without blocking.
isRegistered(ObjectName) - Method in interface javax.management.j2ee.Management
Checks whether a managed object, identified by its object name, is already registered with the MEJB.
isRegistered(Class, QName) - Method in interface javax.xml.rpc.encoding.TypeMapping
Checks whether or not type mapping between specified XML type and Java type is registered.
isRegisterSession() - Method in interface javax.security.enterprise.authentication.mechanism.http.HttpMessageContext
Check if the runtime has been asked to register an authentication session duing the current request.
isRegisterSession() - Method in class javax.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
isRememberMe() - Method in class javax.security.enterprise.authentication.mechanism.http.AuthenticationParameters
Whether "remember me" should be used.
isRemoved() - Method in class org.apache.jasper.JspCompilationContext
 
isRequestedSessionIdFromCookie() - Method in interface javax.servlet.http.HttpServletRequest
Checks whether the requested session ID was conveyed to the server as an HTTP cookie.
isRequestedSessionIdFromCookie() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return isRequestedSessionIdFromCookie() on the wrapped request object.
isRequestedSessionIdFromURL() - Method in interface javax.servlet.http.HttpServletRequest
Checks whether the requested session ID was conveyed to the server as part of the request URL.
isRequestedSessionIdFromUrl() - Method in interface javax.servlet.http.HttpServletRequest
Deprecated.
As of Version 2.1 of the Java Servlet API, use HttpServletRequest.isRequestedSessionIdFromURL() instead.
isRequestedSessionIdFromURL() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return isRequestedSessionIdFromURL() on the wrapped request object.
isRequestedSessionIdFromUrl() - Method in class javax.servlet.http.HttpServletRequestWrapper
Deprecated.
As of Version 4.0 of the Java Servlet API, use HttpServletRequestWrapper.isRequestedSessionIdFromURL() instead.
isRequestedSessionIdValid() - Method in interface javax.servlet.http.HttpServletRequest
Checks whether the requested session ID is still valid.
isRequestedSessionIdValid() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return isRequestedSessionIdValid() on the wrapped request object.
isRequired() - Method in class javax.servlet.jsp.tagext.TagAttributeInfo
Whether this attribute is required.
isRequired() - Method in class javax.xml.ws.soap.AddressingFeature
If addressing is enabled, this property determines whether the endpoint requires WS-Addressing.
isScriptingInvalid() - Method in class org.apache.jasper.compiler.JspProperty
 
isScriptingInvalid() - Method in class org.apache.jasper.compiler.PageInfo
 
isScriptless() - Method in class org.apache.jasper.compiler.PageInfo
 
isScriptless() - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
 
isSecure() - Method in interface javax.servlet.ServletRequest
Returns a boolean indicating whether this request was made using a secure channel, such as HTTPS.
isSecure() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return isSecure() on the wrapped request object.
isSecure() - Method in interface javax.servlet.SessionCookieConfig
Checks if the session tracking cookies created on behalf of the application represented by the ServletContext from which this SessionCookieConfig was acquired will be marked as secure even if the request that initiated the corresponding session is using plain HTTP instead of HTTPS.
isSecure() - Method in interface javax.websocket.Session
Return true if and only if the underlying socket is using a secure transport.
isSession() - Method in interface javax.ejb.EJBMetaData
Test if the enterprise bean's type is "session".
isSession() - Method in class org.apache.jasper.compiler.PageInfo
 
isShutdown() - Method in interface javax.enterprise.concurrent.ManageableThread
This method is used by the application component provider to check whether a thread created by the newThread method of ManagedThreadFactory has been marked for shut down.
isSmapDumped() - Method in class org.apache.jasper.EmbeddedServletOptions
Should SMAP info for JSR45 debugging be dumped to a file?
isSmapDumped() - Method in class org.apache.jasper.JspC
Should SMAP info for JSR45 debugging be dumped to a file?
isSmapDumped() - Method in interface org.apache.jasper.Options
Indicates whether SMAP info for JSR45 debugging should be dumped to a file.
isSmapSuppressed() - Method in class org.apache.jasper.EmbeddedServletOptions
Is the generation of SMAP info for JSR45 debuggin suppressed?
isSmapSuppressed() - Method in class org.apache.jasper.JspC
Is the generation of SMAP info for JSR45 debugging suppressed?
isSmapSuppressed() - Method in interface org.apache.jasper.Options
Is the generation of SMAP info for JSR45 debugging suppressed?
isSpace(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
Returns true if the specified character is a space character as defined by production [3] in the XML 1.0 specification.
isSpecified(TagData, String) - Static method in class org.apache.taglibs.standard.tei.Util
Returns true if the given attribute name is specified, false otherwise.
isSpecified(TagData, String) - Method in class org.apache.taglibs.standard.tlv.JstlBaseTLV
 
isSqlTag(String, String, String) - Method in class org.apache.taglibs.standard.tlv.JstlBaseTLV
 
isStatelessSession() - Method in interface javax.ejb.EJBMetaData
Test if the enterprise bean's type is "stateless session".
isSupplemental(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
Returns true if the specified character is a supplemental character.
isSynchronous() - Method in interface javax.xml.registry.Connection
Indicates whether a client uses synchronous communication with JAXR provider or not.
isTag(String, String, String, String) - Method in class org.apache.taglibs.standard.tlv.JstlBaseTLV
 
isTagFile() - Method in class org.apache.jasper.JspCompilationContext
 
isTagFile() - Method in class org.apache.jasper.servlet.JspServletWrapper
 
isThreadSafe() - Method in class org.apache.jasper.compiler.PageInfo
 
isTrailerFieldsReady() - Method in interface javax.servlet.http.HttpServletRequest
Return a boolean indicating whether trailer fields are ready to read using HttpServletRequest.getTrailerFields().
isTrailerFieldsReady() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to call isTrailerFieldsReady on the wrapped request object.
isTransactional() - Method in interface javax.management.j2ee.statistics.JMSConnectionStats
Returns the transactional state of this JMS connection.
isTrimDirectiveWhitespaces() - Method in class org.apache.jasper.compiler.PageInfo
 
isTrue(Expression<Boolean>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate testing for a true value.
isTypeSubstituted() - Method in class javax.xml.bind.JAXBElement
Returns true iff this xml element instance's value has a different type than xml element declaration's declared type.
isUserInRole(String) - Method in interface javax.servlet.http.HttpServletRequest
Returns a boolean indicating whether the authenticated user is included in the specified logical "role".
isUserInRole(String) - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return isUserInRole(String role) on the wrapped request object.
isUserInRole(String) - Method in interface javax.websocket.server.HandshakeRequest
Checks whether the current user is in the given role.
isUserInRole(String) - Method in interface javax.xml.rpc.server.ServletEndpointContext
Returns a boolean indicating whether the authenticated user for the current method invocation on the endpoint instance is included in the specified logical "role".
isUserInRole(String) - Method in class javax.xml.ws.spi.http.HttpExchange
Indicates whether an authenticated user is included in the specified logical "role".
isUserInRole(String) - Method in interface javax.xml.ws.WebServiceContext
Returns a boolean indicating whether the authenticated user is included in the specified logical role.
isValid() - Method in interface javax.security.enterprise.credential.Credential
Determines whether the credential is valid.
isValid(TagData) - Method in class javax.servlet.jsp.tagext.TagExtraInfo
Translation-time validation of the attributes.
isValid(TagData) - Method in class javax.servlet.jsp.tagext.TagInfo
Translation-time validation of the attributes.
isValid(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
Returns true if the specified character is valid.
isValid(TagData) - Method in class org.apache.taglibs.standard.tei.ForEachTEI
 
isValid(TagData) - Method in class org.apache.taglibs.standard.tei.ImportTEI
 
isValid(TagData) - Method in class org.apache.taglibs.standard.tei.XmlParseTEI
 
isValid(TagData) - Method in class org.apache.taglibs.standard.tei.XmlTransformTEI
 
isValidating() - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
Indicates whether or not the Unmarshaller is configured to validate during unmarshal operations.
isValidating() - Method in interface javax.xml.bind.Unmarshaller
Deprecated.
since JAXB2.0, please see Unmarshaller.getSchema()
isValidationEnabled() - Method in class org.apache.jasper.EmbeddedServletOptions
 
isValidationEnabled() - Method in class org.apache.jasper.JspC
 
isValidationEnabled() - Method in interface org.apache.jasper.Options
 
isValidIANAEncoding(String) - Static method in class org.apache.jasper.xmlparser.XMLChar
Returns true if the encoding name is a valid IANA encoding.
isValidJavaEncoding(String) - Static method in class org.apache.jasper.xmlparser.XMLChar
Returns true if the encoding name is a valid Java encoding.
isValidName(String) - Static method in class org.apache.jasper.xmlparser.XMLChar
Check to see if a string is a valid Name according to [5] in the XML 1.0 Recommendation
isValidNCName(String) - Static method in class org.apache.jasper.xmlparser.XMLChar
Check to see if a string is a valid NCName according to [4] from the XML Namespaces 1.0 Recommendation
isValidNmtoken(String) - Static method in class org.apache.jasper.xmlparser.XMLChar
Check to see if a string is a valid Nmtoken according to [7] in the XML 1.0 Recommendation
isVersion() - Method in interface javax.persistence.metamodel.SingularAttribute
Is the attribute a version attribute.
isVisible(Field) - Method in interface javax.json.bind.config.PropertyVisibilityStrategy
Responds whether the given field should be considered as the JsonbProperty.
isVisible(Method) - Method in interface javax.json.bind.config.PropertyVisibilityStrategy
Responds whether the given method should be considered as the JsonbProperty.
isWhiteSpace(char) - Static method in class javax.xml.bind.annotation.adapters.CollapsedStringAdapter
returns true if the specified char is a white space character.
isWhiteSpaceExceptSpace(char) - Static method in class javax.xml.bind.annotation.adapters.NormalizedStringAdapter
Returns true if the specified char is a white space character but not 0x20.
isWrapperFor(ServletRequest) - Method in class javax.servlet.ServletRequestWrapper
Checks (recursively) if this ServletRequestWrapper wraps the given ServletRequest instance.
isWrapperFor(Class<?>) - Method in class javax.servlet.ServletRequestWrapper
Checks (recursively) if this ServletRequestWrapper wraps a ServletRequest of the given class type.
isWrapperFor(ServletResponse) - Method in class javax.servlet.ServletResponseWrapper
Checks (recursively) if this ServletResponseWrapper wraps the given ServletResponse instance.
isWrapperFor(Class<?>) - Method in class javax.servlet.ServletResponseWrapper
Checks (recursively) if this ServletResponseWrapper wraps a ServletResponse of the given class type.
isWrapperFor(Class<?>) - Method in class org.apache.taglibs.standard.tag.common.sql.DataSourceWrapper
Always return false.
isXml() - Method in class org.apache.jasper.compiler.JspProperty
 
isXmlTag(String, String, String) - Method in class org.apache.taglibs.standard.tlv.JstlBaseTLV
 
isXOPPackage() - Method in class javax.xml.bind.attachment.AttachmentMarshaller
Read-only property that returns true if JAXB marshaller should enable XOP creation.
isXOPPackage() - Method in class javax.xml.bind.attachment.AttachmentUnmarshaller
Read-only property that returns true if JAXB unmarshaller needs to perform XOP processing.
isXpoweredBy() - Method in class org.apache.jasper.EmbeddedServletOptions
Is generation of X-Powered-By response header enabled/disabled?
isXpoweredBy() - Method in class org.apache.jasper.JspC
 
isXpoweredBy() - Method in interface org.apache.jasper.Options
Is generation of X-Powered-By response header enabled/disabled?
itemExists(String) - Method in interface javax.jms.MapMessage
Indicates whether an item exists in this MapMessage object.
itemId - Variable in class javax.servlet.jsp.jstl.core.LoopTagSupport
Attribute-exposing control
items - Variable in class org.apache.taglibs.standard.tag.common.core.ForEachSupport
 
items - Variable in class org.apache.taglibs.standard.tag.common.core.ForTokensSupport
 
IteratedExpression - Class in javax.servlet.jsp.jstl.core
 
IteratedExpression(ValueExpression, String) - Constructor for class javax.servlet.jsp.jstl.core.IteratedExpression
 
iteratedExpression - Variable in class javax.servlet.jsp.jstl.core.IteratedValueExpression
 
IteratedValueExpression - Class in javax.servlet.jsp.jstl.core
 
IteratedValueExpression(IteratedExpression, int) - Constructor for class javax.servlet.jsp.jstl.core.IteratedValueExpression
 
IterationTag - Interface in javax.servlet.jsp.tagext
The IterationTag interface extends Tag by defining one additional method that controls the reevaluation of its body.

J

JasperException - Exception in org.apache.jasper
Base class for all exceptions generated by the JSP engine.
JasperException(String) - Constructor for exception org.apache.jasper.JasperException
 
JasperException(String, Throwable) - Constructor for exception org.apache.jasper.JasperException
Creates a JasperException with the embedded exception and the reason for throwing a JasperException
JasperException(Throwable) - Constructor for exception org.apache.jasper.JasperException
Creates a JasperException with the embedded exception
JasperLoader - Class in org.apache.jasper.servlet
Class loader for loading servlet class files (corresponding to JSP files) and tag handler class files (corresponding to tag files).
JasperLoader(URL[], ClassLoader, PermissionCollection, CodeSource, Map<String, byte[]>) - Constructor for class org.apache.jasper.servlet.JasperLoader
 
java.xml.bind.tests - package java.xml.bind.tests
 
javacError(JavacErrorDetail[]) - Method in class org.apache.jasper.compiler.ErrorDispatcher
 
javacError(String, Exception) - Method in class org.apache.jasper.compiler.ErrorDispatcher
 
javacError(JavacErrorDetail[]) - Method in interface org.apache.jasper.compiler.ErrorHandler
Processes the given javac compilation errors.
javacError(String, Exception) - Method in interface org.apache.jasper.compiler.ErrorHandler
Processes the given javac error report and exception.
JavacErrorDetail - Class in org.apache.jasper.compiler
Class providing details about a javac compilation error.
JavacErrorDetail(String, int, StringBuilder) - Constructor for class org.apache.jasper.compiler.JavacErrorDetail
Constructor.
JavacErrorDetail(String, int, String, int, StringBuilder) - Constructor for class org.apache.jasper.compiler.JavacErrorDetail
Constructor.
javaEncoding - Variable in class org.apache.jasper.compiler.Jsr199JavaCompiler
 
javaFileName - Variable in class org.apache.jasper.compiler.Jsr199JavaCompiler
 
JavaMailStats - Interface in javax.management.j2ee.statistics
Specifies the statistics provided by a JavaMail resource.
javax.annotation - package javax.annotation
This package defines the common annotations.
javax.annotation.security - package javax.annotation.security
This package contains the security common annotations.
javax.annotation.sql - package javax.annotation.sql
 
javax.ejb - package javax.ejb
 
javax.ejb.embeddable - package javax.ejb.embeddable
 
javax.ejb.spi - package javax.ejb.spi
 
javax.enterprise.concurrent - package javax.enterprise.concurrent
Classes and interfaces for concurrent programming in Java EE™ applications.
javax.interceptor - package javax.interceptor
 
javax.jms - package javax.jms
 
javax.json.bind - package javax.json.bind
Provides JSON Binding API, which enables binding Java objects from and to JSON documents.
javax.json.bind.adapter - package javax.json.bind.adapter
Defines adapter related classes.
javax.json.bind.annotation - package javax.json.bind.annotation
Defines annotations for customizing the mapping between Java program elements and JSON documents.
javax.json.bind.config - package javax.json.bind.config
Defines strategies and policies for customizing the mapping between Java program elements and JSON documents.
javax.json.bind.serializer - package javax.json.bind.serializer
Defines serializer depending classes.
javax.json.bind.spi - package javax.json.bind.spi
Service Provider Interface (SPI) to plug in implementations of JSON Binding API JsonbBuilder objects.
javax.jws - package javax.jws
This package defines annotations for light-weight web services programming model.
javax.jws.soap - package javax.jws.soap
This package defines annotations for SOAP binding definition within light-weight web services programming model.
javax.management.j2ee - package javax.management.j2ee
 
javax.management.j2ee.statistics - package javax.management.j2ee.statistics
 
javax.persistence - package javax.persistence
Java Persistence is the API for the management for persistence and object/relational mapping.
javax.persistence.criteria - package javax.persistence.criteria
Java Persistence Criteria API
javax.persistence.metamodel - package javax.persistence.metamodel
Java Persistence Metamodel API
javax.persistence.spi - package javax.persistence.spi
SPI for Java Persistence providers
javax.resource - package javax.resource
 
javax.resource.cci - package javax.resource.cci
 
javax.resource.spi - package javax.resource.spi
 
javax.resource.spi.endpoint - package javax.resource.spi.endpoint
 
javax.resource.spi.security - package javax.resource.spi.security
 
javax.resource.spi.work - package javax.resource.spi.work
 
javax.security.enterprise - package javax.security.enterprise
The main Java EE Security API package.
javax.security.enterprise.authentication.mechanism.http - package javax.security.enterprise.authentication.mechanism.http
The HTTP authentication mechanism API package.
javax.security.enterprise.credential - package javax.security.enterprise.credential
The Identity Store Credential API package.
javax.security.enterprise.identitystore - package javax.security.enterprise.identitystore
The identity store API package.
javax.servlet - package javax.servlet
 
javax.servlet.annotation - package javax.servlet.annotation
 
javax.servlet.descriptor - package javax.servlet.descriptor
 
javax.servlet.http - package javax.servlet.http
 
javax.servlet.jsp - package javax.servlet.jsp
 
javax.servlet.jsp.el - package javax.servlet.jsp.el
 
javax.servlet.jsp.jstl.core - package javax.servlet.jsp.jstl.core
 
javax.servlet.jsp.jstl.fmt - package javax.servlet.jsp.jstl.fmt
 
javax.servlet.jsp.jstl.sql - package javax.servlet.jsp.jstl.sql
 
javax.servlet.jsp.jstl.tlv - package javax.servlet.jsp.jstl.tlv
 
javax.servlet.jsp.tagext - package javax.servlet.jsp.tagext
 
javax.transaction - package javax.transaction
 
javax.websocket - package javax.websocket
This package contains all the Jakartq WebSocket APIs common to both the client and server side.
javax.websocket.server - package javax.websocket.server
This package contains all the Jakarta WebSocket APIs used only by server side applications.
javax.xml.bind - package javax.xml.bind
Provides a runtime binding framework for client applications including unmarshalling, marshalling, and validation capabilities.
javax.xml.bind.annotation - package javax.xml.bind.annotation
Defines annotations for customizing Java program elements to XML Schema mapping.
javax.xml.bind.annotation.adapters - package javax.xml.bind.annotation.adapters
XmlAdapter and its spec-defined sub-classes to allow arbitrary Java classes to be used with JAXB.
javax.xml.bind.attachment - package javax.xml.bind.attachment
This package is implemented by a MIME-based package processor that enables the interpretation and creation of optimized binary data within an MIME-based package format.
javax.xml.bind.helpers - package javax.xml.bind.helpers
JAXB Provider Use Only: Provides partial default implementations for some of the javax.xml.bind interfaces.
javax.xml.bind.util - package javax.xml.bind.util
Useful client utility classes.
javax.xml.registry - package javax.xml.registry
This package and its sub-packages describe the API classes and interfaces for the JAXR API.
javax.xml.registry.infomodel - package javax.xml.registry.infomodel
This package describes the information model for the JAXR API.
javax.xml.rpc - package javax.xml.rpc
 
javax.xml.rpc.encoding - package javax.xml.rpc.encoding
 
javax.xml.rpc.handler - package javax.xml.rpc.handler
 
javax.xml.rpc.handler.soap - package javax.xml.rpc.handler.soap
 
javax.xml.rpc.holders - package javax.xml.rpc.holders
 
javax.xml.rpc.server - package javax.xml.rpc.server
 
javax.xml.rpc.soap - package javax.xml.rpc.soap
 
javax.xml.soap - package javax.xml.soap
Provides the API for creating and building SOAP messages.
javax.xml.ws - package javax.xml.ws
This package contains the core JAX-WS APIs.
javax.xml.ws.handler - package javax.xml.ws.handler
This package defines APIs for message handlers.
javax.xml.ws.handler.soap - package javax.xml.ws.handler.soap
This package defines APIs for SOAP message handlers.
javax.xml.ws.http - package javax.xml.ws.http
This package defines APIs specific to the HTTP binding.
javax.xml.ws.soap - package javax.xml.ws.soap
This package defines APIs specific to the SOAP binding.
javax.xml.ws.spi - package javax.xml.ws.spi
This package defines SPIs for JAX-WS.
javax.xml.ws.spi.http - package javax.xml.ws.spi.http
Provides HTTP SPI that is used for portable deployment of JAX-WS web services in containers(for e.g.
javax.xml.ws.wsaddressing - package javax.xml.ws.wsaddressing
This package defines APIs related to WS-Addressing.
JAXB - Class in javax.xml.bind
Class that defines convenience methods for common, simple use of JAXB.
JAXB_CONTEXT_FACTORY - Static variable in class javax.xml.bind.JAXBContext
The name of the property that contains the name of the class capable of creating new JAXBContext objects.
JAXB_ENCODING - Static variable in interface javax.xml.bind.Marshaller
The name of the property used to specify the output encoding in the marshalled XML data.
JAXB_FORMATTED_OUTPUT - Static variable in interface javax.xml.bind.Marshaller
The name of the property used to specify whether or not the marshalled XML data is formatted with linefeeds and indentation.
JAXB_FRAGMENT - Static variable in interface javax.xml.bind.Marshaller
The name of the property used to specify whether or not the marshaller will generate document level events (ie calling startDocument or endDocument).
JAXB_NO_NAMESPACE_SCHEMA_LOCATION - Static variable in interface javax.xml.bind.Marshaller
The name of the property used to specify the xsi:noNamespaceSchemaLocation attribute value to place in the marshalled XML output.
JAXB_SCHEMA_LOCATION - Static variable in interface javax.xml.bind.Marshaller
The name of the property used to specify the xsi:schemaLocation attribute value to place in the marshalled XML output.
JAXBContext - Class in javax.xml.bind
The JAXBContext class provides the client's entry point to the JAXB API.
JAXBContext() - Constructor for class javax.xml.bind.JAXBContext
 
JAXBContextFactory - Interface in javax.xml.bind
Factory that creates new JAXBContext instances.
JAXBElement<T> - Class in javax.xml.bind
JAXB representation of an Xml Element.
JAXBElement(QName, Class<T>, Class, T) - Constructor for class javax.xml.bind.JAXBElement
Construct an xml element instance.
JAXBElement(QName, Class<T>, T) - Constructor for class javax.xml.bind.JAXBElement
Construct an xml element instance.
JAXBElement.GlobalScope - Class in javax.xml.bind
Designates global scope for an xml element.
JAXBException - Exception in javax.xml.bind
This is the root exception class for all JAXB exceptions.
JAXBException(String) - Constructor for exception javax.xml.bind.JAXBException
Construct a JAXBException with the specified detail message.
JAXBException(String, String) - Constructor for exception javax.xml.bind.JAXBException
Construct a JAXBException with the specified detail message and vendor specific errorCode.
JAXBException(Throwable) - Constructor for exception javax.xml.bind.JAXBException
Construct a JAXBException with a linkedException.
JAXBException(String, Throwable) - Constructor for exception javax.xml.bind.JAXBException
Construct a JAXBException with the specified detail message and linkedException.
JAXBException(String, String, Throwable) - Constructor for exception javax.xml.bind.JAXBException
Construct a JAXBException with the specified detail message, vendor specific errorCode, and linkedException.
JAXBIntrospector - Class in javax.xml.bind
Provide access to JAXB xml binding data for a JAXB object.
JAXBIntrospector() - Constructor for class javax.xml.bind.JAXBIntrospector
 
JAXBPermission - Class in javax.xml.bind
This class is for JAXB permissions.
JAXBPermission(String) - Constructor for class javax.xml.bind.JAXBPermission
Creates a new JAXBPermission with the specified name.
JAXBResult - Class in javax.xml.bind.util
JAXP Result implementation that unmarshals a JAXB object.
JAXBResult(JAXBContext) - Constructor for class javax.xml.bind.util.JAXBResult
Creates a new instance that uses the specified JAXBContext to unmarshal.
JAXBResult(Unmarshaller) - Constructor for class javax.xml.bind.util.JAXBResult
Creates a new instance that uses the specified Unmarshaller to unmarshal an object.
JAXBSource - Class in javax.xml.bind.util
JAXP Source implementation that marshals a JAXB-generated object.
JAXBSource(JAXBContext, Object) - Constructor for class javax.xml.bind.util.JAXBSource
Creates a new Source for the given content object.
JAXBSource(Marshaller, Object) - Constructor for class javax.xml.bind.util.JAXBSource
Creates a new Source for the given content object.
JAXRException - Exception in javax.xml.registry
Signals that a JAXR exception has occurred.
JAXRException() - Constructor for exception javax.xml.registry.JAXRException
Constructs a JAXRException object with no reason or embedded Throwable.
JAXRException(String) - Constructor for exception javax.xml.registry.JAXRException
Constructs a JAXRException object with the given String as the reason for the exception being thrown.
JAXRException(String, Throwable) - Constructor for exception javax.xml.registry.JAXRException
Constructs a JAXRException object with the given String as the reason for the exception being thrown and the given Throwable object as an embedded Throwable.
JAXRException(Throwable) - Constructor for exception javax.xml.registry.JAXRException
Constructs a JAXRException object initialized with the given Throwable object.
JAXRPCException - Exception in javax.xml.rpc
The javax.xml.rpc.JAXRPCException is thrown from the core JAX-RPC APIs to indicate an exception related to the JAX-RPC runtime mechanisms.
JAXRPCException() - Constructor for exception javax.xml.rpc.JAXRPCException
Constructs a new exception with null as its detail message.
JAXRPCException(String) - Constructor for exception javax.xml.rpc.JAXRPCException
Constructs a new exception with the specified detail message.
JAXRPCException(String, Throwable) - Constructor for exception javax.xml.rpc.JAXRPCException
Constructs a new exception with the specified detail message and cause.
JAXRPCException(Throwable) - Constructor for exception javax.xml.rpc.JAXRPCException
Constructs a new JAXRPCException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
JAXRResponse - Interface in javax.xml.registry
A JAXR requests' response.
JCAConnectionPoolStats - Interface in javax.management.j2ee.statistics
Specifies the statistics provided by a JCA Connection Pool
JCAConnectionStats - Interface in javax.management.j2ee.statistics
Specifies the statistics provided by a JCA connection
JCAStats - Interface in javax.management.j2ee.statistics
Specifies statistics provided by a JCA resource
JDBCConnectionPoolStats - Interface in javax.management.j2ee.statistics
Specifies the statistics provided by a JDBC connection pool.
JDBCConnectionStats - Interface in javax.management.j2ee.statistics
Specifies the statistics provided by all (pooled and non-pooled) JDBC connections.
JDBCStats - Interface in javax.management.j2ee.statistics
Statistics provided by a JDBC resource
jdbcURL - Variable in class org.apache.taglibs.standard.tag.common.sql.SetDataSourceTagSupport
 
jj_nt - Variable in class org.apache.taglibs.standard.extra.spath.SPathParser
 
jj_nt - Variable in class org.apache.taglibs.standard.lang.jstl.parser.ELParser
 
jjnewLexState - Static variable in class org.apache.taglibs.standard.lang.jstl.parser.ELParserTokenManager
 
jjstrLiteralImages - Static variable in class org.apache.taglibs.standard.extra.spath.SPathParserTokenManager
 
jjstrLiteralImages - Static variable in class org.apache.taglibs.standard.lang.jstl.parser.ELParserTokenManager
 
JMSConnectionFactory - Annotation Type in javax.jms
This annotation may be used on a field to specify the JNDI lookup name of a javax.jms.ConnectionFactory to be used when injecting a javax.jms.JMSContext object.
JMSConnectionFactoryDefinition - Annotation Type in javax.jms
An application may use this annotation to specify a JMS ConnectionFactory resource that it requires in its operational environment.
JMSConnectionFactoryDefinitions - Annotation Type in javax.jms
Specifies one or more JMSConnectionFactoryDefinition annotations.
JMSConnectionStats - Interface in javax.management.j2ee.statistics
Specifies the statistics provided by a JMS connection
JMSConsumer - Interface in javax.jms
A client using the simplified JMS API introduced for JMS 2.0 uses a JMSConsumer object to receive messages from a queue or topic.
JMSConsumerStats - Interface in javax.management.j2ee.statistics
Specifies the statistics provided by a JMS message consumer
JMSContext - Interface in javax.jms
A JMSContext is the main interface in the simplified JMS API introduced for JMS 2.0.
JMSDestinationDefinition - Annotation Type in javax.jms
An application may use this annotation to specify a JMS Destination resource that it requires in its operational environment.
JMSDestinationDefinitions - Annotation Type in javax.jms
Specifies one or more JMSDestinationDefinition annotations.
JMSEndpointStats - Interface in javax.management.j2ee.statistics
Specifies the statistics provided by a JMS message producer or a JMS message consumer.
JMSException - Exception in javax.jms
This is the root class of all checked exceptions in the JMS API.
JMSException(String, String) - Constructor for exception javax.jms.JMSException
Constructs a JMSException with the specified reason and error code.
JMSException(String) - Constructor for exception javax.jms.JMSException
Constructs a JMSException with the specified reason and with the error code defaulting to null.
JMSPasswordCredential - Annotation Type in javax.jms
This annotation may be used to specify the userName and password to be used when injecting a javax.jms.JMSContext object.
JMSProducer - Interface in javax.jms
A JMSProducer is a simple object used to send messages on behalf of a JMSContext.
JMSProducerStats - Interface in javax.management.j2ee.statistics
Specifies the statistics provided by a JMS message producer
JMSRuntimeException - Exception in javax.jms
This is the root class of all unchecked exceptions in the JMS API.
JMSRuntimeException(String, String) - Constructor for exception javax.jms.JMSRuntimeException
Constructs a JMSRuntimeException with the specified detail message and error code.
JMSRuntimeException(String) - Constructor for exception javax.jms.JMSRuntimeException
Constructs a JMSRuntimeException with the specified detail message
JMSRuntimeException(String, String, Throwable) - Constructor for exception javax.jms.JMSRuntimeException
Constructs a JMSRuntimeException with the specified detail message, error code and cause
JMSSecurityException - Exception in javax.jms
This exception must be thrown when a provider rejects a user name/password submitted by a client.
JMSSecurityException(String, String) - Constructor for exception javax.jms.JMSSecurityException
Constructs a JMSSecurityException with the specified reason and error code.
JMSSecurityException(String) - Constructor for exception javax.jms.JMSSecurityException
Constructs a JMSSecurityException with the specified reason.
JMSSecurityRuntimeException - Exception in javax.jms
This unchecked exception must be thrown when a provider rejects a user name/password submitted by a client, or for any case where a security restriction prevents a method from completing, and the method signature does not permit a JMSSecurityException to be thrown.
JMSSecurityRuntimeException(String) - Constructor for exception javax.jms.JMSSecurityRuntimeException
Constructs a JMSSecurityRuntimeException with the specified detail message
JMSSecurityRuntimeException(String, String) - Constructor for exception javax.jms.JMSSecurityRuntimeException
Constructs a JMSSecurityRuntimeException with the specified detail message and error code.
JMSSecurityRuntimeException(String, String, Throwable) - Constructor for exception javax.jms.JMSSecurityRuntimeException
Constructs a JMSSecurityRuntimeException with the specified detail message, error code and cause
JMSSessionMode - Annotation Type in javax.jms
This annotation may be used to specify the session mode to be used when injecting a javax.jms.JMSContext object.
JMSSessionStats - Interface in javax.management.j2ee.statistics
Specifies the statistics provided by a JMS session.
JMSStats - Interface in javax.management.j2ee.statistics
Specifies the statistics provided by a JMS Resource
join(SingularAttribute<? super X, Y>) - Method in interface javax.persistence.criteria.From
Create an inner join to the specified single-valued attribute.
join(SingularAttribute<? super X, Y>, JoinType) - Method in interface javax.persistence.criteria.From
Create a join to the specified single-valued attribute using the given join type.
join(CollectionAttribute<? super X, Y>) - Method in interface javax.persistence.criteria.From
Create an inner join to the specified Collection-valued attribute.
join(SetAttribute<? super X, Y>) - Method in interface javax.persistence.criteria.From
Create an inner join to the specified Set-valued attribute.
join(ListAttribute<? super X, Y>) - Method in interface javax.persistence.criteria.From
Create an inner join to the specified List-valued attribute.
join(MapAttribute<? super X, K, V>) - Method in interface javax.persistence.criteria.From
Create an inner join to the specified Map-valued attribute.
join(CollectionAttribute<? super X, Y>, JoinType) - Method in interface javax.persistence.criteria.From
Create a join to the specified Collection-valued attribute using the given join type.
join(SetAttribute<? super X, Y>, JoinType) - Method in interface javax.persistence.criteria.From
Create a join to the specified Set-valued attribute using the given join type.
join(ListAttribute<? super X, Y>, JoinType) - Method in interface javax.persistence.criteria.From
Create a join to the specified List-valued attribute using the given join type.
join(MapAttribute<? super X, K, V>, JoinType) - Method in interface javax.persistence.criteria.From
Create a join to the specified Map-valued attribute using the given join type.
join(String) - Method in interface javax.persistence.criteria.From
Create an inner join to the specified attribute.
join(String, JoinType) - Method in interface javax.persistence.criteria.From
Create a join to the specified attribute using the given join type.
Join<Z,X> - Interface in javax.persistence.criteria
A join to an entity, embeddable, or basic type.
join(String[], String) - Static method in class org.apache.taglibs.standard.functions.Functions
 
joinCollection(String) - Method in interface javax.persistence.criteria.From
Create an inner join to the specified Collection-valued attribute.
joinCollection(String, JoinType) - Method in interface javax.persistence.criteria.From
Create a join to the specified Collection-valued attribute using the given join type.
JoinColumn - Annotation Type in javax.persistence
Specifies a column for joining an entity association or element collection.
JoinColumns - Annotation Type in javax.persistence
Specifies the mapping for composite foreign keys.
joinList(String) - Method in interface javax.persistence.criteria.From
Create an inner join to the specified List-valued attribute.
joinList(String, JoinType) - Method in interface javax.persistence.criteria.From
Create a join to the specified List-valued attribute using the given join type.
joinMap(String) - Method in interface javax.persistence.criteria.From
Create an inner join to the specified Map-valued attribute.
joinMap(String, JoinType) - Method in interface javax.persistence.criteria.From
Create a join to the specified Map-valued attribute using the given join type.
joinSet(String) - Method in interface javax.persistence.criteria.From
Create an inner join to the specified Set-valued attribute.
joinSet(String, JoinType) - Method in interface javax.persistence.criteria.From
Create a join to the specified Set-valued attribute using the given join type.
JoinTable - Annotation Type in javax.persistence
Specifies the mapping of associations.
joinTransaction() - Method in interface javax.persistence.EntityManager
Indicate to the entity manager that a JTA transaction is active and join the persistence context to it.
JoinType - Enum in javax.persistence.criteria
Defines the three types of joins.
Jsonb - Interface in javax.json.bind
Jsonb provides an abstraction over the JSON Binding framework operations:
JsonbAdapter<Original,Adapted> - Interface in javax.json.bind.adapter
Allows to define custom mapping for given java type.
JsonbAnnotation - Annotation Type in javax.json.bind.annotation
Marks any relevant JSON Binding annotations.
JsonbBuilder - Interface in javax.json.bind
JsonbBuilder class provides the client's entry point to the JSON Binding API.
JsonbConfig - Class in javax.json.bind
Supported Properties
JsonbConfig() - Constructor for class javax.json.bind.JsonbConfig
 
JsonbCreator - Annotation Type in javax.json.bind.annotation
This annotation identifies the custom constructor or factory method to use when creating an instance of the associated class.
JsonbDateFormat - Annotation Type in javax.json.bind.annotation
Annotation provides way how to set custom date format to field or JavaBean property.
JsonbDeserializer<T> - Interface in javax.json.bind.serializer
Interface representing a custom deserializer for a given type.
JsonbException - Exception in javax.json.bind
Root class for all JSON Binding exceptions.
JsonbException(String) - Constructor for exception javax.json.bind.JsonbException
Constructs a new runtime exception with the specified detail message.
JsonbException(String, Throwable) - Constructor for exception javax.json.bind.JsonbException
Constructs a new runtime exception with the specified detail message and cause.
JsonbNillable - Annotation Type in javax.json.bind.annotation
Specifies how fields having null values are serialized into JSON.
JsonbNumberFormat - Annotation Type in javax.json.bind.annotation
Annotation provides way how to set custom number format to field or JavaBean property.
JsonbProperty - Annotation Type in javax.json.bind.annotation
Allows customization of field (or JavaBean property) name.This name is used either in serialization or in deserialization.
JsonbPropertyOrder - Annotation Type in javax.json.bind.annotation
Specifies order in which properties are serialized.
JsonbProvider - Class in javax.json.bind.spi
Service provider for JSON Binding implementations.
JsonbProvider() - Constructor for class javax.json.bind.spi.JsonbProvider
Protected constructor.
JsonbSerializer<T> - Interface in javax.json.bind.serializer
Interface representing a custom serializer for given type.
JsonbTransient - Annotation Type in javax.json.bind.annotation
Prevents mapping of a Java Bean property, field or type to JSON representation.
JsonbTypeAdapter - Annotation Type in javax.json.bind.annotation
Annotation provides way how to set custom JsonbAdapter to field or JavaBean property.
JsonbTypeDeserializer - Annotation Type in javax.json.bind.annotation
Annotation provides way how to set custom JsonbDeserializer to field or JavaBean property.
JsonbTypeSerializer - Annotation Type in javax.json.bind.annotation
Annotation provides way how to set custom JsonbSerializer to field or JavaBean property.
JsonbVisibility - Annotation Type in javax.json.bind.annotation
Annotation provides way how to customize visibility strategy of the JSON Binding.
JSP - Variable in class org.apache.taglibs.standard.tlv.JstlBaseTLV
 
JSP_ATTRIBUTE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_ATTRIBUTE_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_BODY_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_DECLARATION_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_DOBODY_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_ELEMENT_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_ERROR_HANDLED - Static variable in class org.apache.jasper.Constants
 
JSP_EXPRESSION_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_FALLBACK_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_FILE - Static variable in class org.apache.jasper.Constants
FIXME Request attribute for <jsp-file> element of a servlet definition.
JSP_FORWARD_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_GET_PROPERTY_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_INCLUDE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_INCLUDE_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_INVOKE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_NAME - Static variable in class org.apache.jasper.Constants
The name of the JSP engine.
JSP_OUTPUT_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_PACKAGE_NAME - Static variable in class org.apache.jasper.Constants
The default package name for compiled jsp pages.
JSP_PAGE_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_PARAM_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_PARAMS_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_PLUGIN_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_PROPERTY_GROUPS_CONTEXT_ATTRIBUTE - Static variable in class org.apache.jasper.Constants
 
JSP_RESOURCE_INJECTOR_CONTEXT_ATTRIBUTE - Static variable in class org.apache.jasper.Constants
 
JSP_ROOT_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_SCRIPTLET_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_SERVLET_BASE - Static variable in class org.apache.jasper.Constants
The base class of the generated servlets.
JSP_SET_PROPERTY_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_TAG_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_TAGFILE_JAR_URLS_CACHE - Static variable in class org.apache.jasper.Constants
 
JSP_TAGLIB_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_TAGLIBRARY_CACHE - Static variable in class org.apache.jasper.Constants
 
JSP_TEXT_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_TEXT_ACTION_END - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_TLD_URI_TO_LOCATION_MAP - Static variable in class org.apache.jasper.Constants
 
JSP_URI - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_USE_BEAN_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_VARIABLE_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_VERSION_2_0 - Static variable in class org.apache.jasper.Constants
 
JSP_VERSION_2_1 - Static variable in class org.apache.jasper.Constants
 
JspApplicationContext - Interface in javax.servlet.jsp
Stores application-scoped information relevant to JSP containers.
JspApplicationContextImpl - Class in org.apache.jasper.runtime
 
JspApplicationContextImpl(ServletContext) - Constructor for class org.apache.jasper.runtime.JspApplicationContextImpl
 
JspC - Class in org.apache.jasper
Shell for the jspc compiler.
JspC() - Constructor for class org.apache.jasper.JspC
 
JspCompilationContext - Class in org.apache.jasper
A place holder for various things that are used through out the JSP engine.
JspCompilationContext(String, boolean, Options, ServletContext, JspServletWrapper, JspRuntimeContext) - Constructor for class org.apache.jasper.JspCompilationContext
 
JspCompilationContext(String, TagInfo, Options, ServletContext, JspServletWrapper, JspRuntimeContext, URL) - Constructor for class org.apache.jasper.JspCompilationContext
 
JspConfig - Class in org.apache.jasper.compiler
Handles the jsp-config element in WEB_INF/web.xml.
JspConfig(ServletContext) - Constructor for class org.apache.jasper.compiler.JspConfig
 
JspConfigDescriptor - Interface in javax.servlet.descriptor
This interface provides access to the <jsp-config> related configuration of a web application.
JspContext - Class in javax.servlet.jsp
JspContext serves as the base class for the PageContext class and abstracts all information that is not specific to servlets.
JspContext() - Constructor for class javax.servlet.jsp.JspContext
Sole constructor.
jspContext - Variable in class org.apache.jasper.runtime.JspFragmentHelper
 
JspContextWrapper - Class in org.apache.jasper.runtime
Implementation of a JSP Context Wrapper.
JspContextWrapper(JspContext, ArrayList<String>, ArrayList<String>, ArrayList<String>, Map<String, String>) - Constructor for class org.apache.jasper.runtime.JspContextWrapper
 
JspCServletContext - Class in org.apache.jasper.servlet
Simple ServletContext implementation without HTTP-specific methods.
JspCServletContext(PrintWriter, URL) - Constructor for class org.apache.jasper.servlet.JspCServletContext
Create a new instance of this ServletContext implementation.
jspDestroy() - Method in interface javax.servlet.jsp.JspPage
The jspDestroy() method is invoked when the JSP page is about to be destroyed.
jspDestroy() - Method in class org.apache.jasper.runtime.HttpJspBase
 
jspDestroyedEvent(String) - Method in interface org.glassfish.jsp.api.JspProbeEmitter
 
JspEngineInfo - Class in javax.servlet.jsp
The JspEngineInfo is an abstract class that provides information on the current JSP engine.
JspEngineInfo() - Constructor for class javax.servlet.jsp.JspEngineInfo
Sole constructor.
jspError(String) - Method in class org.apache.jasper.compiler.ErrorDispatcher
 
jspError(Mark, String) - Method in class org.apache.jasper.compiler.ErrorDispatcher
 
jspError(Mark, Exception) - Method in class org.apache.jasper.compiler.ErrorDispatcher
 
jspError(Node, String) - Method in class org.apache.jasper.compiler.ErrorDispatcher
 
jspError(String, String...) - Method in class org.apache.jasper.compiler.ErrorDispatcher
 
jspError(Mark, String, String...) - Method in class org.apache.jasper.compiler.ErrorDispatcher
 
jspError(Node, String, String...) - Method in class org.apache.jasper.compiler.ErrorDispatcher
 
jspError(Exception) - Method in class org.apache.jasper.compiler.ErrorDispatcher
 
jspError(String, String, Exception) - Method in class org.apache.jasper.compiler.ErrorDispatcher
 
jspError(Node, String, String, Exception) - Method in class org.apache.jasper.compiler.ErrorDispatcher
 
jspError(String, int, int, String, Exception) - Method in interface org.apache.jasper.compiler.ErrorHandler
Processes the given JSP parse error.
jspError(String, Exception) - Method in interface org.apache.jasper.compiler.ErrorHandler
Processes the given JSP parse error.
jspErrorEvent(String) - Method in interface org.glassfish.jsp.api.JspProbeEmitter
 
JspException - Exception in javax.servlet.jsp
A generic exception known to the JSP engine; uncaught JspExceptions will result in an invocation of the errorpage machinery.
JspException() - Constructor for exception javax.servlet.jsp.JspException
Construct a JspException.
JspException(String) - Constructor for exception javax.servlet.jsp.JspException
Constructs a new JSP exception with the specified message.
JspException(String, Throwable) - Constructor for exception javax.servlet.jsp.JspException
Constructs a new JspException with the specified detail message and cause.
JspException(Throwable) - Constructor for exception javax.servlet.jsp.JspException
Constructs a new JspException with the specified cause.
JspFactory - Class in javax.servlet.jsp
The JspFactory is an abstract class that defines a number of factory methods available to a JSP page at runtime for the purposes of creating instances of various interfaces and classes used to support the JSP implementation.
JspFactory() - Constructor for class javax.servlet.jsp.JspFactory
Sole constructor.
JspFactoryImpl - Class in org.apache.jasper.runtime
Implementation of JspFactory.
JspFactoryImpl() - Constructor for class org.apache.jasper.runtime.JspFactoryImpl
 
JspFragment - Class in javax.servlet.jsp.tagext
Encapsulates a portion of JSP code in an object that can be invoked as many times as needed.
JspFragment() - Constructor for class javax.servlet.jsp.tagext.JspFragment
 
JspFragmentHelper - Class in org.apache.jasper.runtime
Helper class from which all Jsp Fragment helper classes extend.
JspFragmentHelper(int, JspContext, JspTag) - Constructor for class org.apache.jasper.runtime.JspFragmentHelper
 
JspIdConsumer - Interface in javax.servlet.jsp.tagext
This interface indicates to the container that a tag handler wishes to be provided with a compiler generated ID.
jspInit() - Method in interface javax.servlet.jsp.JspPage
The jspInit() method is invoked when the JSP page is initialized.
jspInit() - Method in class org.apache.jasper.runtime.HttpJspBase
 
jspLoadedEvent(String) - Method in interface org.glassfish.jsp.api.JspProbeEmitter
 
JspPage - Interface in javax.servlet.jsp
The JspPage interface describes the generic interaction that a JSP Page Implementation class must satisfy; pages that use the HTTP protocol are described by the HttpJspPage interface.
JspProbeEmitter - Interface in org.glassfish.jsp.api
Interface for triggering events useful for monitoring.
JspProperty - Class in org.apache.jasper.compiler
 
JspProperty(String, String, String, String, String, String, List<String>, List<String>, String, String, String) - Constructor for class org.apache.jasper.compiler.JspProperty
 
JspPropertyGroup - Class in org.apache.jasper.compiler
 
JspPropertyGroup(String, String, JspProperty) - Constructor for class org.apache.jasper.compiler.JspPropertyGroup
 
JspPropertyGroupDescriptor - Interface in javax.servlet.descriptor
This interface provides access to the <jsp-property-group> related configuration of a web application.
jspReloadedEvent(String) - Method in interface org.glassfish.jsp.api.JspProbeEmitter
 
JspRuntimeContext - Class in org.apache.jasper.compiler
Class for tracking JSP compile time file dependencies when the &060;%@include file="..."%&062; directive is used.
JspRuntimeContext(ServletContext, Options) - Constructor for class org.apache.jasper.compiler.JspRuntimeContext
Create a JspRuntimeContext for a web application context.
JspRuntimeLibrary - Class in org.apache.jasper.runtime
Bunch of util methods that are used by code generated for useBean, getProperty and setProperty.
JspRuntimeLibrary() - Constructor for class org.apache.jasper.runtime.JspRuntimeLibrary
 
JspServlet - Class in org.apache.jasper.servlet
The JSP engine (a.k.a Jasper).
JspServlet() - Constructor for class org.apache.jasper.servlet.JspServlet
 
JspServletWrapper - Class in org.apache.jasper.servlet
The JSP engine (a.k.a Jasper).
JspServletWrapper(ServletContext, Options, String, TagInfo, JspRuntimeContext, URL) - Constructor for class org.apache.jasper.servlet.JspServletWrapper
 
JspSourceDependent - Interface in org.apache.jasper.runtime
Interface for tracking the source files dependencies, for the purpose of compiling out of date pages.
JspTag - Interface in javax.servlet.jsp.tagext
Serves as a base class for Tag and SimpleTag.
JspTagException - Exception in javax.servlet.jsp
Exception to be used by a Tag Handler to indicate some unrecoverable error.
JspTagException(String) - Constructor for exception javax.servlet.jsp.JspTagException
Constructs a new JspTagException with the specified message.
JspTagException() - Constructor for exception javax.servlet.jsp.JspTagException
Constructs a new JspTagException with no message.
JspTagException(String, Throwable) - Constructor for exception javax.servlet.jsp.JspTagException
Constructs a new JspTagException when the JSP Tag needs to throw an exception and include a message about the "root cause" exception that interfered with its normal operation, including a description message.
JspTagException(Throwable) - Constructor for exception javax.servlet.jsp.JspTagException
Constructs a new JSP Tag exception when the JSP Tag needs to throw an exception and include a message about the "root cause" exception that interfered with its normal operation.
JspUtil - Class in org.apache.jasper.compiler
This class has all the utility method(s).
JspUtil() - Constructor for class org.apache.jasper.compiler.JspUtil
 
JspUtil.ValidAttribute - Class in org.apache.jasper.compiler
 
jspversion - Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
The version of the JSP specification this tag library is written to.
JspWriter - Class in javax.servlet.jsp
The actions and template data in a JSP page is written using the JspWriter object that is referenced by the implicit variable out which is initialized automatically using methods in the PageContext object.
JspWriter(int, boolean) - Constructor for class javax.servlet.jsp.JspWriter
Protected constructor.
JspWriterImpl - Class in org.apache.jasper.runtime
Write text to a character-output stream, buffering characters so as to provide for the efficient writing of single characters, arrays, and strings.
JspWriterImpl() - Constructor for class org.apache.jasper.runtime.JspWriterImpl
 
JspWriterImpl(ServletResponse) - Constructor for class org.apache.jasper.runtime.JspWriterImpl
Create a buffered character-output stream that uses a default-sized output buffer.
JspWriterImpl(ServletResponse, int, boolean) - Constructor for class org.apache.jasper.runtime.JspWriterImpl
Create a new buffered character-output stream that uses an output buffer of the given size.
Jsr199JavaCompiler - Class in org.apache.jasper.compiler
Invoke Java Compiler per JSR 199, using in-memory storage for both the input Java source and the generated bytecodes.
Jsr199JavaCompiler() - Constructor for class org.apache.jasper.compiler.Jsr199JavaCompiler
 
Jsr199JavaCompiler.BytecodeFile - Class in org.apache.jasper.compiler
 
JstlBaseTLV - Class in org.apache.taglibs.standard.tlv
A base class to support SAX-based validation in JSTL.
JstlBaseTLV() - Constructor for class org.apache.taglibs.standard.tlv.JstlBaseTLV
 
JstlCoreTLV - Class in org.apache.taglibs.standard.tlv
A SAX-based TagLibraryValidator for the core JSTL tag library.
JstlCoreTLV() - Constructor for class org.apache.taglibs.standard.tlv.JstlCoreTLV
 
JstlEntityResolver(PageContext) - Constructor for class org.apache.taglibs.standard.tag.common.xml.ParseSupport.JstlEntityResolver
 
JstlFmtTLV - Class in org.apache.taglibs.standard.tlv
A SAX-based TagLibraryValidator for the JSTL i18n-capable formatting library.
JstlFmtTLV() - Constructor for class org.apache.taglibs.standard.tlv.JstlFmtTLV
 
JstlSqlTLV - Class in org.apache.taglibs.standard.tlv
A SAX-based TagLibraryValidator for the JSTL SQL tag library.
JstlSqlTLV() - Constructor for class org.apache.taglibs.standard.tlv.JstlSqlTLV
 
JSTLVariableResolver - Class in org.apache.taglibs.standard.lang.jstl
This is the JSTL-specific implementation of VariableResolver.
JSTLVariableResolver() - Constructor for class org.apache.taglibs.standard.lang.jstl.JSTLVariableResolver
 
JstlXmlTLV - Class in org.apache.taglibs.standard.tlv
A SAX-based TagLibraryValidator for the JSTL XML library.
JstlXmlTLV() - Constructor for class org.apache.taglibs.standard.tlv.JstlXmlTLV
 
JSTLXPathConstants - Class in org.apache.taglibs.standard.tag.common.xml
This class is added to provide support for a generic Object type in return type arguement for XPath's evaluate instance method.
JSTLXPathFactory - Class in org.apache.taglibs.standard.tag.common.xml
This factory class is added to provide access to our own implementation of XPath, so that we can support a generic Object type in return type arguement for XPath's evaluate instance method.
JSTLXPathFactory() - Constructor for class org.apache.taglibs.standard.tag.common.xml.JSTLXPathFactory
 
JSTLXPathImpl - Class in org.apache.taglibs.standard.tag.common.xml
The JSTLXPathImpl class provides implementation for the methods defined in javax.xml.xpath.XPath interface.
JSTLXPathNamespaceContext - Class in org.apache.taglibs.standard.tag.common.xml
Implemenation of XML Namespace context processing given a URI or prefix
JSTLXPathNamespaceContext() - Constructor for class org.apache.taglibs.standard.tag.common.xml.JSTLXPathNamespaceContext
No-arg constructor which would create empty HashMap of namespaces
JSTLXPathNamespaceContext(HashMap) - Constructor for class org.apache.taglibs.standard.tag.common.xml.JSTLXPathNamespaceContext
 
JSTLXPathVariableResolver - Class in org.apache.taglibs.standard.tag.common.xml
The XPathVariableResolver implementation provides access to user XPath variables.
JSTLXPathVariableResolver(PageContext) - Constructor for class org.apache.taglibs.standard.tag.common.xml.JSTLXPathVariableResolver
 
JTAStats - Interface in javax.management.j2ee.statistics
Specifies the statistics provided by a JTA resource.
JVMStats - Interface in javax.management.j2ee.statistics
Specifies the statistics provided by a Java VM.

K

K - Static variable in class org.apache.jasper.Constants
Default size of the JSP buffer.
keepGenerated() - Method in class org.apache.jasper.JspCompilationContext
Are we keeping generated code around?
key() - Method in interface javax.persistence.criteria.MapJoin
Create a path expression that corresponds to the map key.
Key - Interface in javax.xml.registry.infomodel
Represents a unique key that identifies a RegistryObject.
KEY - Static variable in interface javax.xml.registry.LifeCycleManager
Constant representing the javax.xml.registry.infomodel.Key interface.
keyAttrValue - Variable in class org.apache.taglibs.standard.tag.common.fmt.MessageSupport
 
keys(M) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression that returns the keys of a map.
keySet() - Method in class org.apache.taglibs.standard.lang.jstl.EnumeratedMap
 
keySpecified - Variable in class org.apache.taglibs.standard.tag.common.fmt.MessageSupport
 
kind - Variable in class org.apache.taglibs.standard.extra.spath.Token
An integer that describes the kind of this token.
kind - Variable in class org.apache.taglibs.standard.lang.jstl.parser.Token
An integer that describes the kind of this token.

L

lastElementId - Variable in class org.apache.taglibs.standard.tlv.JstlBaseTLV
 
LastExecution - Interface in javax.enterprise.concurrent
Contains information about the last execution of a task.
LazyAssociatableConnectionManager - Interface in javax.resource.spi
This is a mix-in interface that may be optionally implemented by a ConnectionManager implementation.
lazyEnlist(ManagedConnection) - Method in interface javax.resource.spi.LazyEnlistableConnectionManager
This method is called by a resource adapter (that is capable of lazy transaction enlistment optimization) in order to lazily enlist a connection object with a XA transaction.
LazyEnlistableConnectionManager - Interface in javax.resource.spi
This is a mix-in interface that may be optionally implemented by a ConnectionManager implementation.
LazyEnlistableManagedConnection - Interface in javax.resource.spi
This is a mix-in interface that may be optionally implemented by a ManagedConnection implementation.
LBRACKET - Static variable in interface org.apache.taglibs.standard.lang.jstl.parser.ELParserConstants
 
LdapIdentityStoreDefinition - Annotation Type in javax.security.enterprise.identitystore
Annotation used to define a container-provided IdentityStore that stores caller credentials and identity attributes (together caller identities) in an LDAP store, and make that implementation available as an enabled CDI bean.
LdapIdentityStoreDefinition.LdapSearchScope - Enum in javax.security.enterprise.identitystore
Enum representing LDAP search scope values.
le(Expression<? extends Number>, Expression<? extends Number>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is less than or equal to the second.
le(Expression<? extends Number>, Number) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is less than or equal to the second.
LE1 - Static variable in interface org.apache.taglibs.standard.lang.jstl.parser.ELParserConstants
 
LE2 - Static variable in interface org.apache.taglibs.standard.lang.jstl.parser.ELParserConstants
 
least(Expression<X>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an aggregate expression for finding the least of the values (strings, dates, etc).
length(Expression<String>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create expression to return length of a string.
length - Variable in class org.apache.jasper.xmlparser.XMLString
The length of characters from the offset.
length(Object) - Static method in class org.apache.taglibs.standard.functions.Functions
 
lessThan(Expression<? extends Y>, Expression<? extends Y>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is less than the second.
lessThan(Expression<? extends Y>, Y) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is less than the second.
LessThanOperator - Class in org.apache.taglibs.standard.lang.jstl
The implementation of the less than operator
LessThanOperator() - Constructor for class org.apache.taglibs.standard.lang.jstl.LessThanOperator
Constructor
LessThanOrEqualsOperator - Class in org.apache.taglibs.standard.lang.jstl
The implementation of the less than or equals operator
LessThanOrEqualsOperator() - Constructor for class org.apache.taglibs.standard.lang.jstl.LessThanOrEqualsOperator
Constructor
lessThanOrEqualTo(Expression<? extends Y>, Expression<? extends Y>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is less than or equal to the second.
lessThanOrEqualTo(Expression<? extends Y>, Y) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is less than or equal to the second.
LETTER - Static variable in interface org.apache.taglibs.standard.extra.spath.SPathParserConstants
 
LETTER - Static variable in interface org.apache.taglibs.standard.lang.jstl.parser.ELParserConstants
 
LEXICOGRAPHICAL - Static variable in class javax.json.bind.config.PropertyOrderStrategy
Using this strategy, the order of properties is lexicographical.
lexStateNames - Static variable in class org.apache.taglibs.standard.extra.spath.SPathParserTokenManager
 
lexStateNames - Static variable in class org.apache.taglibs.standard.lang.jstl.parser.ELParserTokenManager
 
LIBRARY_AFTER - Static variable in class javax.interceptor.Interceptor.Priority
Start of range for late interceptors defined by extension libraries.
LIBRARY_BEFORE - Static variable in class javax.interceptor.Interceptor.Priority
Start of range for early interceptors defined by extension libraries.
LifeCycleManager - Interface in javax.xml.registry
The LifeCycleManager interface is the main interface in the API for managing life cycle operations on objects defined by the information model.
like(Expression<String>, Expression<String>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the expression satisfies the given pattern.
like(Expression<String>, String) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the expression satisfies the given pattern.
like(Expression<String>, Expression<String>, Expression<Character>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the expression satisfies the given pattern.
like(Expression<String>, Expression<String>, char) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the expression satisfies the given pattern.
like(Expression<String>, String, Expression<Character>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the expression satisfies the given pattern.
like(Expression<String>, String, char) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the expression satisfies the given pattern.
LineInfo() - Constructor for class org.apache.jasper.compiler.SmapStratum.LineInfo
 
ListAttribute<X,E> - Interface in javax.persistence.metamodel
Instances of the type ListAttribute represent persistent javax.util.List-valued attributes.
Listener() - Constructor for class javax.xml.bind.Marshaller.Listener
 
Listener() - Constructor for class javax.xml.bind.Unmarshaller.Listener
 
ListenerRegistration - Interface in javax.management.j2ee
ListenerRegistration defines the methods which clients of the MEJB use to add and remove event listeners.
ListJoin<Z,E> - Interface in javax.persistence.criteria
The ListJoin interface is the type of the result of joining to a collection over an association or element collection that has been specified as a java.util.List.
literal(T) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression for a literal.
LITERAL - Static variable in interface org.apache.taglibs.standard.extra.spath.SPathParserConstants
 
Literal - Class in org.apache.taglibs.standard.lang.jstl
An expression representing a literal value
Literal(Object) - Constructor for class org.apache.taglibs.standard.lang.jstl.Literal
Constructor
Literal() - Method in class org.apache.taglibs.standard.lang.jstl.parser.ELParser
 
load() - Method in class org.apache.jasper.JspCompilationContext
 
loadClass(String) - Method in class org.apache.jasper.servlet.JasperLoader
Load the class with the specified name.
loadClass(String, boolean) - Method in class org.apache.jasper.servlet.JasperLoader
Load the class with the specified name, searching using the following algorithm until it finds and returns the class.
loadService(Class) - Method in class javax.xml.rpc.ServiceFactory
Create an instance of the generated service implementation class for a given service interface, if available.
loadService(URL, Class, Properties) - Method in class javax.xml.rpc.ServiceFactory
Create an instance of the generated service implementation class for a given service interface, if available.
loadService(URL, QName, Properties) - Method in class javax.xml.rpc.ServiceFactory
Create an instance of the generated service implementation class for a given service, if available.
LoadState - Enum in javax.persistence.spi
Load states returned by the ProviderUtil SPI methods.
loadTagFile() - Method in class org.apache.jasper.servlet.JspServletWrapper
Compile (if needed) and load a tag file
loadTagFilePrototype() - Method in class org.apache.jasper.servlet.JspServletWrapper
Compile and load a prototype for the Tag file.
Lob - Annotation Type in javax.persistence
Specifies that a persistent property or field should be persisted as a large object to a database-supported large object type.
Local - Annotation Type in javax.ejb
Declares the local business interface(s) for a session bean.
LOCAL_TRANSACTION_COMMITTED - Static variable in class javax.resource.spi.ConnectionEvent
Event notification that a Resource Manager Local Transaction was committed on the connection
LOCAL_TRANSACTION_ROLLEDBACK - Static variable in class javax.resource.spi.ConnectionEvent
Event notification that a Resource Manager Local Transaction was rolled back on the connection
LOCAL_TRANSACTION_STARTED - Static variable in class javax.resource.spi.ConnectionEvent
Event notification that a Resource Manager Local Transaction was started on the connection
LocalBean - Annotation Type in javax.ejb
Designates that a session bean exposes a no-interface view.
LOCALE - Static variable in class javax.json.bind.JsonbConfig
Property used to specify locale globally.
LocaleSupport - Class in javax.servlet.jsp.jstl.fmt
Class which exposes the locale-determination logic for resource bundles through convenience methods.
LocaleSupport() - Constructor for class javax.servlet.jsp.jstl.fmt.LocaleSupport
 
LocalHome - Annotation Type in javax.ejb
Declares the local home or adapted local home interface for a session bean.
LocalizationContext - Class in javax.servlet.jsp.jstl.fmt
Class representing an I18N localization context.
LocalizationContext() - Constructor for class javax.servlet.jsp.jstl.fmt.LocalizationContext
Constructs an empty I18N localization context.
LocalizationContext(ResourceBundle, Locale) - Constructor for class javax.servlet.jsp.jstl.fmt.LocalizationContext
Constructs an I18N localization context from the given resource bundle and locale.
LocalizationContext(ResourceBundle) - Constructor for class javax.servlet.jsp.jstl.fmt.LocalizationContext
Constructs an I18N localization context from the given resource bundle.
LOCALIZED_STRING - Static variable in interface javax.xml.registry.LifeCycleManager
Constant representing the javax.xml.registry.infomodel.LocalizedString interface.
LocalizedString - Interface in javax.xml.registry.infomodel
This interface is used as a simple wrapper interface that associates a String with its Locale.
Localizer - Class in org.apache.jasper.compiler
Class responsible for converting error codes to corresponding localized error messages.
Localizer() - Constructor for class org.apache.jasper.compiler.Localizer
 
LocalTransaction - Interface in javax.resource.cci
The LocalTransaction defines a transaction demarcation interface for resource manager local transactions.
LocalTransaction - Interface in javax.resource.spi
LocalTransaction interface provides support for transactions that are managed internal to an EIS resource manager, and do not require an external transaction manager.
localTransactionCommitted(ConnectionEvent) - Method in interface javax.resource.spi.ConnectionEventListener
Notifies that a Resource Manager Local Transaction was committed on the ManagedConnection instance.
LocalTransactionException - Exception in javax.resource.spi
A LocalTransactionException represents various error conditions related to the local transaction management contract.
LocalTransactionException() - Constructor for exception javax.resource.spi.LocalTransactionException
Constructs a new instance with null as its detail message.
LocalTransactionException(String) - Constructor for exception javax.resource.spi.LocalTransactionException
Constructs a new instance with the specified detail message.
LocalTransactionException(Throwable) - Constructor for exception javax.resource.spi.LocalTransactionException
Constructs a new throwable with the specified cause.
LocalTransactionException(String, Throwable) - Constructor for exception javax.resource.spi.LocalTransactionException
Constructs a new throwable with the specified detail message and cause.
LocalTransactionException(String, String) - Constructor for exception javax.resource.spi.LocalTransactionException
Constructs a new throwable with the specified detail message and an error code.
localTransactionRolledback(ConnectionEvent) - Method in interface javax.resource.spi.ConnectionEventListener
Notifies that a Resource Manager Local Transaction was rolled back on the ManagedConnection instance.
localTransactionStarted(ConnectionEvent) - Method in interface javax.resource.spi.ConnectionEventListener
Notifies that a Resource Manager Local Transaction was started on the ManagedConnection instance.
locate(Expression<String>, Expression<String>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create expression to locate the position of one string within another, returning position of first character if found.
locate(Expression<String>, String) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create expression to locate the position of one string within another, returning position of first character if found.
locate(Expression<String>, Expression<String>, Expression<Integer>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create expression to locate the position of one string within another, returning position of first character if found.
locate(Expression<String>, String, int) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create expression to locate the position of one string within another, returning position of first character if found.
Lock - Annotation Type in javax.ejb
Declares a concurrency lock for a singleton session bean with container managed concurrency.
lock(Object, LockModeType) - Method in interface javax.persistence.EntityManager
Lock an entity instance that is contained in the persistence context with the specified lock mode type.
lock(Object, LockModeType, Map<String, Object>) - Method in interface javax.persistence.EntityManager
Lock an entity instance that is contained in the persistence context with the specified lock mode type and with specified properties.
LockModeType - Enum in javax.persistence
Lock modes can be specified by means of passing a LockModeType argument to one of the EntityManager methods that take locks (lock, find, or refresh) or to the Query.setLockMode() or TypedQuery.setLockMode() method.
LockTimeoutException - Exception in javax.persistence
Thrown by the persistence provider when an pessimistic locking conflict occurs that does not result in transaction rollback.
LockTimeoutException() - Constructor for exception javax.persistence.LockTimeoutException
Constructs a new LockTimeoutException exception with null as its detail message.
LockTimeoutException(String) - Constructor for exception javax.persistence.LockTimeoutException
Constructs a new LockTimeoutException exception with the specified detail message.
LockTimeoutException(String, Throwable) - Constructor for exception javax.persistence.LockTimeoutException
Constructs a new LockTimeoutException exception with the specified detail message and cause.
LockTimeoutException(Throwable) - Constructor for exception javax.persistence.LockTimeoutException
Constructs a new LockTimeoutException exception with the specified cause.
LockTimeoutException(Object) - Constructor for exception javax.persistence.LockTimeoutException
Constructs a new LockTimeoutException exception with the specified object.
LockTimeoutException(String, Throwable, Object) - Constructor for exception javax.persistence.LockTimeoutException
Constructs a new LockTimeoutException exception with the specified detail message, cause, and entity.
LockType - Enum in javax.ejb
Concurrency lock type for singleton beans with container-managed concurrency.
log(String) - Method in class javax.servlet.GenericServlet
Writes the specified message to a servlet log file, prepended by the servlet's name.
log(String, Throwable) - Method in class javax.servlet.GenericServlet
Writes an explanatory message and a stack trace for a given Throwable exception to the servlet log file, prepended by the servlet's name.
log(String) - Method in interface javax.servlet.ServletContext
Writes the specified message to a servlet log file, usually an event log.
log(Exception, String) - Method in interface javax.servlet.ServletContext
Deprecated.
As of Java Servlet API 2.1, use ServletContext.log(String message, Throwable throwable) instead.

This method was originally defined to write an exception's stack trace and an explanatory error message to the servlet log file.

log(String, Throwable) - Method in interface javax.servlet.ServletContext
Writes an explanatory message and a stack trace for a given Throwable exception to the servlet log file.
log(String) - Method in class org.apache.jasper.servlet.JspCServletContext
Log the specified message.
log(Exception, String) - Method in class org.apache.jasper.servlet.JspCServletContext
Deprecated.
Use log(String,Throwable) instead
log(String, Throwable) - Method in class org.apache.jasper.servlet.JspCServletContext
Log the specified message and exception.
logError(String, Throwable) - Method in class org.apache.taglibs.standard.lang.jstl.Logger
Logs an error
logError(String) - Method in class org.apache.taglibs.standard.lang.jstl.Logger
Logs an error
logError(Throwable) - Method in class org.apache.taglibs.standard.lang.jstl.Logger
Logs an error
logError(String, Object) - Method in class org.apache.taglibs.standard.lang.jstl.Logger
Logs an error
logError(String, Throwable, Object) - Method in class org.apache.taglibs.standard.lang.jstl.Logger
Logs an error
logError(String, Object, Object) - Method in class org.apache.taglibs.standard.lang.jstl.Logger
Logs an error
logError(String, Throwable, Object, Object) - Method in class org.apache.taglibs.standard.lang.jstl.Logger
Logs an error
logError(String, Object, Object, Object) - Method in class org.apache.taglibs.standard.lang.jstl.Logger
Logs an error
logError(String, Throwable, Object, Object, Object) - Method in class org.apache.taglibs.standard.lang.jstl.Logger
Logs an error
logError(String, Object, Object, Object, Object) - Method in class org.apache.taglibs.standard.lang.jstl.Logger
Logs an error
logError(String, Throwable, Object, Object, Object, Object) - Method in class org.apache.taglibs.standard.lang.jstl.Logger
Logs an error
logError(String, Object, Object, Object, Object, Object) - Method in class org.apache.taglibs.standard.lang.jstl.Logger
Logs an error
logError(String, Throwable, Object, Object, Object, Object, Object) - Method in class org.apache.taglibs.standard.lang.jstl.Logger
Logs an error
logError(String, Object, Object, Object, Object, Object, Object) - Method in class org.apache.taglibs.standard.lang.jstl.Logger
Logs an error
logError(String, Throwable, Object, Object, Object, Object, Object, Object) - Method in class org.apache.taglibs.standard.lang.jstl.Logger
Logs an error
Logger - Class in org.apache.taglibs.standard.lang.jstl
The evaluator may pass an instance of this class to operators and expressions during evaluation.
Logger(PrintStream) - Constructor for class org.apache.taglibs.standard.lang.jstl.Logger
Constructor
LogicalHandler<C extends LogicalMessageContext> - Interface in javax.xml.ws.handler
The LogicalHandler extends Handler to provide typesafety for the message context parameter.
LogicalMessage - Interface in javax.xml.ws
The LogicalMessage interface represents a protocol agnostic XML message and contains methods that provide access to the payload of the message.
LogicalMessageContext - Interface in javax.xml.ws.handler
The LogicalMessageContext interface extends MessageContext to provide access to a the contained message as a protocol neutral LogicalMessage
login(String, String) - Method in interface javax.servlet.http.HttpServletRequest
Validate the provided username and password in the password validation realm used by the web container login mechanism configured for the ServletContext.
login(String, String) - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to call login on the wrapped request object.
LoginToContinue - Annotation Type in javax.security.enterprise.authentication.mechanism.http
The LoginToContinue annotation provides an application the ability to declaratively add login to continue functionality to an authentication mechanism.
logout() - Method in interface javax.servlet.http.HttpServletRequest
Establish null as the value returned when getUserPrincipal, getRemoteUser, and getAuthType is called on the request.
logout() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to call login on the wrapped request object.
logWarning(String, Throwable) - Method in class org.apache.taglibs.standard.lang.jstl.Logger
Logs a warning
logWarning(String) - Method in class org.apache.taglibs.standard.lang.jstl.Logger
Logs a warning
logWarning(Throwable) - Method in class org.apache.taglibs.standard.lang.jstl.Logger
Logs a warning
logWarning(String, Object) - Method in class org.apache.taglibs.standard.lang.jstl.Logger
Logs a warning
logWarning(String, Throwable, Object) - Method in class org.apache.taglibs.standard.lang.jstl.Logger
Logs a warning
logWarning(String, Object, Object) - Method in class org.apache.taglibs.standard.lang.jstl.Logger
Logs a warning
logWarning(String, Throwable, Object, Object) - Method in class org.apache.taglibs.standard.lang.jstl.Logger
Logs a warning
logWarning(String, Object, Object, Object) - Method in class org.apache.taglibs.standard.lang.jstl.Logger
Logs a warning
logWarning(String, Throwable, Object, Object, Object) - Method in class org.apache.taglibs.standard.lang.jstl.Logger
Logs a warning
logWarning(String, Object, Object, Object, Object) - Method in class org.apache.taglibs.standard.lang.jstl.Logger
Logs a warning
logWarning(String, Throwable, Object, Object, Object, Object) - Method in class org.apache.taglibs.standard.lang.jstl.Logger
Logs a warning
logWarning(String, Object, Object, Object, Object, Object) - Method in class org.apache.taglibs.standard.lang.jstl.Logger
Logs a warning
logWarning(String, Throwable, Object, Object, Object, Object, Object) - Method in class org.apache.taglibs.standard.lang.jstl.Logger
Logs a warning
logWarning(String, Object, Object, Object, Object, Object, Object) - Method in class org.apache.taglibs.standard.lang.jstl.Logger
Logs a warning
logWarning(String, Throwable, Object, Object, Object, Object, Object, Object) - Method in class org.apache.taglibs.standard.lang.jstl.Logger
Logs a warning
LongHolder - Class in javax.xml.rpc.holders
 
LongHolder() - Constructor for class javax.xml.rpc.holders.LongHolder
 
LongHolder(long) - Constructor for class javax.xml.rpc.holders.LongHolder
 
LONGRUNNING_HINT - Static variable in interface javax.enterprise.concurrent.ManagedTask
Execution property to be returned in ManagedTask.getExecutionProperties() or ContextService.createContextualProxy() to provide hint about whether the task could take a long time to complete.
LONGRUNNING_HINT - Static variable in class javax.resource.spi.work.HintsContext
 
LongWrapperHolder - Class in javax.xml.rpc.holders
 
LongWrapperHolder() - Constructor for class javax.xml.rpc.holders.LongWrapperHolder
 
LongWrapperHolder(Long) - Constructor for class javax.xml.rpc.holders.LongWrapperHolder
 
lookingAhead - Variable in class org.apache.taglibs.standard.extra.spath.SPathParser
 
lookingAhead - Variable in class org.apache.taglibs.standard.lang.jstl.parser.ELParser
 
lookup(String) - Method in interface javax.ejb.EJBContext
Lookup a resource within the java: namespace.
LoopTag - Interface in javax.servlet.jsp.jstl.core
JSTL allows developers to write custom iteration tags by implementing the LoopTag interface.
LoopTagStatus - Interface in javax.servlet.jsp.jstl.core
Exposes the current status of an iteration.
LoopTagSupport - Class in javax.servlet.jsp.jstl.core
Base support class to facilitate implementation of iteration tags.
LoopTagSupport() - Constructor for class javax.servlet.jsp.jstl.core.LoopTagSupport
Constructs a new LoopTagSupport.
lower(Expression<String>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create expression for converting a string to lowercase.
LOWER_CASE_WITH_DASHES - Static variable in interface javax.json.bind.config.PropertyNamingStrategy
Using this strategy, the property name is transformed to lower case with dashes.
LOWER_CASE_WITH_UNDERSCORES - Static variable in interface javax.json.bind.config.PropertyNamingStrategy
Using this strategy, the property name is transformed to lower case with underscores.
lowSurrogate(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
Returns the low surrogate of a supplemental character
LPAREN - Static variable in interface org.apache.taglibs.standard.lang.jstl.parser.ELParserConstants
 
lt(Expression<? extends Number>, Expression<? extends Number>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is less than the second.
lt(Expression<? extends Number>, Number) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is less than the second.
LT1 - Static variable in interface org.apache.taglibs.standard.lang.jstl.parser.ELParserConstants
 
LT2 - Static variable in interface org.apache.taglibs.standard.lang.jstl.parser.ELParserConstants
 

M

main(String[]) - Static method in class org.apache.jasper.compiler.SmapGenerator
 
main(String[]) - Static method in class org.apache.jasper.JspC
 
main(String[]) - Static method in class org.apache.jasper.runtime.BodyContentImpl
 
main(String[]) - Static method in class org.apache.taglibs.standard.extra.spath.SPathParser
Simple command-line parser interface, primarily for testing.
main(String[]) - Static method in class org.apache.taglibs.standard.lang.jstl.parser.ELParser
 
main(String[]) - Static method in class org.apache.taglibs.standard.lang.jstl.test.EvaluationTest
Runs the evaluation test
main(String[]) - Static method in class org.apache.taglibs.standard.lang.jstl.test.ParserTest
Runs the parser test
main(String[]) - Static method in class org.apache.taglibs.standard.lang.jstl.test.StaticFunctionTests
 
main(String[]) - Static method in class org.apache.taglibs.standard.Version
Print the processor version to the command line.
makeJavaIdentifier(String) - Static method in class org.apache.jasper.compiler.JspUtil
Converts the given identifier to a legal Java identifier
makeJavaPackage(String) - Static method in class org.apache.jasper.compiler.JspUtil
Converts the given path to a Java package or fully-qualified class name
makeOutputDir(String) - Method in class org.apache.jasper.JspCompilationContext
 
makeRegistrySpecificRequest(String) - Method in interface javax.xml.registry.RegistryService
Takes a String that is an XML request in a registry-specific format, sends the request to the registry, and returns a String that is the registry-specific XML response.
makeXmlJavaIdentifier(String) - Static method in class org.apache.jasper.compiler.JspUtil
Converts the given Xml name to a legal Java identifier.
ManageableThread - Interface in javax.enterprise.concurrent
Interface to be implemented by the Java™ EE product providers on threads that are created by calling ThreadFactory.newThread(java.lang.Runnable).
ManagedBean - Annotation Type in javax.annotation
The ManagedBean annotation marks a POJO (Plain Old Java Object) as a ManagedBean.
ManagedConnection - Interface in javax.resource.spi
ManagedConnection instance represents a physical connection to the underlying EIS.
ManagedConnectionFactory - Interface in javax.resource.spi
ManagedConnectionFactory instance is a factory of both ManagedConnection and EIS-specific connection factory instances.
ManagedConnectionMetaData - Interface in javax.resource.spi
The ManagedConnectionMetaData interface provides information about the underlying EIS instance associated with a ManagedConnection instance.
ManagedExecutors - Class in javax.enterprise.concurrent
Utility methods for classes defined in this package.
ManagedExecutorService - Interface in javax.enterprise.concurrent
A manageable version of a ExecutorService.
ManagedScheduledExecutorService - Interface in javax.enterprise.concurrent
A manageable version of a ScheduledExecutorService.
managedTask(Runnable, ManagedTaskListener) - Static method in class javax.enterprise.concurrent.ManagedExecutors
Returns a Runnable object that also implements ManagedTask interface so it can receive notification of lifecycle events with the provided ManagedTaskListener when the task is submitted to a ManagedExecutorService or a ManagedScheduledExecutorService.
managedTask(Runnable, Map<String, String>, ManagedTaskListener) - Static method in class javax.enterprise.concurrent.ManagedExecutors
Returns a Runnable object that also implements ManagedTask interface so it can receive notification of lifecycle events with the provided ManagedTaskListener and to provide additional execution properties when the task is submitted to a ManagedExecutorService or a ManagedScheduledExecutorService.
managedTask(Callable<V>, ManagedTaskListener) - Static method in class javax.enterprise.concurrent.ManagedExecutors
Returns a Callable object that also implements ManagedTask interface so it can receive notification of lifecycle events with the provided ManagedTaskListener when the task is submitted to a ManagedExecutorService or a ManagedScheduledExecutorService.
managedTask(Callable<V>, Map<String, String>, ManagedTaskListener) - Static method in class javax.enterprise.concurrent.ManagedExecutors
Returns a Callable object that also implements ManagedTask interface so it can receive notification of lifecycle events with the provided ManagedTaskListener and to provide additional execution properties when the task is submitted to a ManagedExecutorService or a ManagedScheduledExecutorService.
ManagedTask - Interface in javax.enterprise.concurrent
A task submitted to an ManagedExecutorService or ManagedScheduledExecutorService can optionally implement this interface to provide identifying information about the task, to provide a ManagedTaskListener to get notification of lifecycle events of the task, or to provide additional execution properties.
ManagedTaskListener - Interface in javax.enterprise.concurrent
A ManagedTaskListener is used to monitor the state of a task's Future.
ManagedThreadFactory - Interface in javax.enterprise.concurrent
A manageable version of a ThreadFactory.
ManagedType<X> - Interface in javax.persistence.metamodel
Instances of the type ManagedType represent entity, mapped superclass, and embeddable types.
managedType(Class<X>) - Method in interface javax.persistence.metamodel.Metamodel
Return the metamodel managed type representing the entity, mapped superclass, or embeddable class.
Management - Interface in javax.management.j2ee
The Management interface provides the APIs to navigate and manipulate managed objects.
ManagementHome - Interface in javax.management.j2ee
The required home interface for the J2EE Management EJB component (MEJB).
mangleChar(char) - Static method in class org.apache.jasper.compiler.JspUtil
Mangle the specified character to create a legal Java class name.
ManyToMany - Annotation Type in javax.persistence
Specifies a many-valued association with many-to-many multiplicity.
ManyToOne - Annotation Type in javax.persistence
Specifies a single-valued association to another entity class that has many-to-one multiplicity.
map(Compiler, Node.Nodes) - Static method in class org.apache.jasper.compiler.ELFunctionMapper
Creates the functions mappers for all EL expressions in the JSP page.
MapAttribute<X,K,V> - Interface in javax.persistence.metamodel
Instances of the type MapAttribute represent persistent java.util.Map-valued attributes.
mapFunction(String, Class<?>, String, Class<?>[]) - Method in class org.apache.jasper.runtime.ProtectedFunctionMapper
Stores a mapping from the given EL function prefix and name to the given Java method.
MapJoin<Z,K,V> - Interface in javax.persistence.criteria
The MapJoin interface is the type of the result of joining to a collection over an association or element collection that has been specified as a java.util.Map.
MapKey - Annotation Type in javax.persistence
Specifies the map key for associations of type java.util.Map when the map key is itself the primary key or a persistent field or property of the entity that is the value of the map.
MapKeyClass - Annotation Type in javax.persistence
Specifies the type of the map key for associations of type java.util.Map.
MapKeyColumn - Annotation Type in javax.persistence
Specifies the mapping for the key column of a map whose map key is a basic type.
MapKeyEnumerated - Annotation Type in javax.persistence
Specifies the enum type for a map key whose basic type is an enumerated type.
MapKeyJoinColumn - Annotation Type in javax.persistence
Specifies a mapping to an entity that is a map key.
MapKeyJoinColumns - Annotation Type in javax.persistence
Supports composite map keys that reference entities.
MapKeyTemporal - Annotation Type in javax.persistence
This annotation must be specified for persistent map keys of type Date and Calendar.
MapMessage - Interface in javax.jms
A MapMessage object is used to send a set of name-value pairs.
MappedRecord - Interface in javax.resource.cci
The interface javax.resource.cci.MappedRecord is used for key-value map based representation of record elements.
MappedSuperclass - Annotation Type in javax.persistence
Designates a class whose mapping information is applied to the entities that inherit from it.
MappedSuperclassType<X> - Interface in javax.persistence.metamodel
Instances of the type MappedSuperclassType represent mapped superclass types.
MappingMatch - Enum in javax.servlet.http
Enumeration of Servlet mapping types.
MapsId - Annotation Type in javax.persistence
Designates a ManyToOne or OneToOne relationship attribute that provides the mapping for an EmbeddedId primary key, an attribute within an EmbeddedId primary key, or a simple primary key of the parent entity.
mark(int) - Method in class org.apache.jasper.xmlparser.ASCIIReader
Mark the present position in the stream.
mark(int) - Method in class org.apache.jasper.xmlparser.UCSReader
Mark the present position in the stream.
mark(int) - Method in class org.apache.jasper.xmlparser.UTF8Reader
Mark the present position in the stream.
markSupported() - Method in class org.apache.jasper.xmlparser.ASCIIReader
Tell whether this stream supports the mark() operation.
markSupported() - Method in class org.apache.jasper.xmlparser.UCSReader
Tell whether this stream supports the mark() operation.
markSupported() - Method in class org.apache.jasper.xmlparser.UTF8Reader
Tell whether this stream supports the mark() operation.
marshal(String) - Method in class javax.xml.bind.annotation.adapters.CollapsedStringAdapter
No-op.
marshal(byte[]) - Method in class javax.xml.bind.annotation.adapters.HexBinaryAdapter
 
marshal(String) - Method in class javax.xml.bind.annotation.adapters.NormalizedStringAdapter
No-op.
marshal(BoundType) - Method in class javax.xml.bind.annotation.adapters.XmlAdapter
Convert a bound type to a value type.
marshal(ElementT, ValidationEventHandler) - Method in interface javax.xml.bind.annotation.DomHandler
This method is called when a JAXB provider needs to marshal an element to XML.
marshal(Element, ValidationEventHandler) - Method in class javax.xml.bind.annotation.W3CDomHandler
 
marshal(Object, XmlNode) - Method in class javax.xml.bind.Binder
Marshal a JAXB object tree to a new XML document.
marshal(Object, OutputStream) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
 
marshal(Object, File) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
 
marshal(Object, Writer) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
 
marshal(Object, ContentHandler) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
 
marshal(Object, Node) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
 
marshal(Object, XMLEventWriter) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
 
marshal(Object, XMLStreamWriter) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
 
marshal(Object, File) - Static method in class javax.xml.bind.JAXB
Writes a Java object tree to XML and store it to the specified location.
marshal(Object, URL) - Static method in class javax.xml.bind.JAXB
Writes a Java object tree to XML and store it to the specified location.
marshal(Object, URI) - Static method in class javax.xml.bind.JAXB
Writes a Java object tree to XML and store it to the specified location.
marshal(Object, String) - Static method in class javax.xml.bind.JAXB
Writes a Java object tree to XML and store it to the specified location.
marshal(Object, OutputStream) - Static method in class javax.xml.bind.JAXB
Writes a Java object tree to XML and store it to the specified location.
marshal(Object, Writer) - Static method in class javax.xml.bind.JAXB
Writes a Java object tree to XML and store it to the specified location.
marshal(Object, Result) - Static method in class javax.xml.bind.JAXB
Writes a Java object tree to XML and store it to the specified location.
marshal(Object, Result) - Method in interface javax.xml.bind.Marshaller
Marshal the content tree rooted at jaxbElement into the specified javax.xml.transform.Result.
marshal(Object, OutputStream) - Method in interface javax.xml.bind.Marshaller
Marshal the content tree rooted at jaxbElement into an output stream.
marshal(Object, File) - Method in interface javax.xml.bind.Marshaller
Marshal the content tree rooted at jaxbElement into a file.
marshal(Object, Writer) - Method in interface javax.xml.bind.Marshaller
Marshal the content tree rooted at jaxbElement into a Writer.
marshal(Object, ContentHandler) - Method in interface javax.xml.bind.Marshaller
Marshal the content tree rooted at jaxbElement into SAX2 events.
marshal(Object, Node) - Method in interface javax.xml.bind.Marshaller
Marshal the content tree rooted at jaxbElement into a DOM tree.
marshal(Object, XMLStreamWriter) - Method in interface javax.xml.bind.Marshaller
Marshal the content tree rooted at jaxbElement into a XMLStreamWriter.
marshal(Object, XMLEventWriter) - Method in interface javax.xml.bind.Marshaller
Marshal the content tree rooted at jaxbElement into a XMLEventWriter.
MarshalException - Exception in javax.xml.bind
This exception indicates that an error has occurred while performing a marshal operation that the provider is unable to recover from.
MarshalException(String) - Constructor for exception javax.xml.bind.MarshalException
Construct a MarshalException with the specified detail message.
MarshalException(String, String) - Constructor for exception javax.xml.bind.MarshalException
Construct a MarshalException with the specified detail message and vendor specific errorCode.
MarshalException(Throwable) - Constructor for exception javax.xml.bind.MarshalException
Construct a MarshalException with a linkedException.
MarshalException(String, Throwable) - Constructor for exception javax.xml.bind.MarshalException
Construct a MarshalException with the specified detail message and linkedException.
MarshalException(String, String, Throwable) - Constructor for exception javax.xml.bind.MarshalException
Construct a MarshalException with the specified detail message, vendor specific errorCode, and linkedException.
Marshaller - Interface in javax.xml.bind
The Marshaller class is responsible for governing the process of serializing Java content trees back into XML data.
Marshaller.Listener - Class in javax.xml.bind
Register an instance of an implementation of this class with a Marshaller to externally listen for marshal events.
MASK_CONTENT - Static variable in class org.apache.jasper.xmlparser.XMLChar
Content character mask.
MASK_NAME - Static variable in class org.apache.jasper.xmlparser.XMLChar
Name character mask.
MASK_NAME_START - Static variable in class org.apache.jasper.xmlparser.XMLChar
Name start character mask.
MASK_NCNAME - Static variable in class org.apache.jasper.xmlparser.XMLChar
NCName character mask.
MASK_NCNAME_START - Static variable in class org.apache.jasper.xmlparser.XMLChar
NCName start character mask.
MASK_PUBID - Static variable in class org.apache.jasper.xmlparser.XMLChar
Pubid character mask.
MASK_SPACE - Static variable in class org.apache.jasper.xmlparser.XMLChar
Space character mask.
MASK_VALID - Static variable in class org.apache.jasper.xmlparser.XMLChar
Valid character mask.
matchManagedConnections(Set, Subject, ConnectionRequestInfo) - Method in interface javax.resource.spi.ManagedConnectionFactory
Returns a matched connection from the candidate set of connections.
max(Expression<N>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an aggregate expression applying the numerical max operation.
MAX_POOL_SIZE - Static variable in class org.apache.jasper.Constants
Default tag handler pool size.
maxFractionDigits - Variable in class org.apache.taglibs.standard.tag.common.fmt.FormatNumberSupport
 
maxFractionDigitsSpecified - Variable in class org.apache.taglibs.standard.tag.common.fmt.FormatNumberSupport
 
maxIntegerDigits - Variable in class org.apache.taglibs.standard.tag.common.fmt.FormatNumberSupport
 
maxIntegerDigitsSpecified - Variable in class org.apache.taglibs.standard.tag.common.fmt.FormatNumberSupport
 
maxRows - Variable in class org.apache.taglibs.standard.tag.common.sql.QueryTagSupport
 
maxRowsSpecified - Variable in class org.apache.taglibs.standard.tag.common.sql.QueryTagSupport
 
merge(T) - Method in interface javax.persistence.EntityManager
Merge the state of the given entity into the current persistence context.
mergeIntoWebXml() - Method in class org.apache.jasper.JspC
Include the generated web.xml inside the webapp's web.xml.
Message - Interface in javax.jms
The Message interface is the root interface of all JMS messages.
MESSAGE_OUTBOUND_PROPERTY - Static variable in interface javax.xml.ws.handler.MessageContext
Standard property: message direction, true for outbound messages, false for inbound.
MessageConsumer - Interface in javax.jms
A client uses a MessageConsumer object to receive messages from a destination.
MessageContext - Interface in javax.xml.rpc.handler
The interface MessageContext abstracts the message context that is processed by a handler in the handle method.
MessageContext - Interface in javax.xml.ws.handler
The interface MessageContext abstracts the message context that is processed by a handler in the handle method.
MessageContext.Scope - Enum in javax.xml.ws.handler
Property scope.
MessageDriven - Annotation Type in javax.ejb
Component-defining annotation for a message driven bean.
MessageDrivenBean - Interface in javax.ejb
The MessageDrivenBean interface defines methods that the EJB container uses to notify a message driven bean instance of the instance's life cycle events.
MessageDrivenBeanStats - Interface in javax.management.j2ee.statistics
Specifies the statistics provided by a message driven bean.
MessageDrivenContext - Interface in javax.ejb
The MessageDrivenContext interface provides access to the runtime message-driven context that the container provides for a message-driven bean instance.
MessageEndpoint - Interface in javax.resource.spi.endpoint
This defines a contract for a message endpoint.
MessageEndpointFactory - Interface in javax.resource.spi.endpoint
This serves as a factory for creating message endpoints.
MessageEOFException - Exception in javax.jms
This exception must be thrown when an unexpected end of stream has been reached when a StreamMessage or BytesMessage is being read.
MessageEOFException(String, String) - Constructor for exception javax.jms.MessageEOFException
Constructs a MessageEOFException with the specified reason and error code.
MessageEOFException(String) - Constructor for exception javax.jms.MessageEOFException
Constructs a MessageEOFException with the specified reason.
MessageFactory - Class in javax.xml.soap
A factory for creating SOAPMessage objects.
MessageFactory() - Constructor for class javax.xml.soap.MessageFactory
 
MessageFormatException - Exception in javax.jms
This exception must be thrown when a JMS client attempts to use a data type not supported by a message or attempts to read data in a message as the wrong type.
MessageFormatException(String, String) - Constructor for exception javax.jms.MessageFormatException
Constructs a MessageFormatException with the specified reason and error code.
MessageFormatException(String) - Constructor for exception javax.jms.MessageFormatException
Constructs a MessageFormatException with the specified reason.
MessageFormatRuntimeException - Exception in javax.jms
This unchecked exception must be thrown when a JMS application attempts to use a data type not supported by a message or attempts to read data in a message as the wrong type, and the method signature does not permit a MessageFormatException to be thrown.
MessageFormatRuntimeException(String) - Constructor for exception javax.jms.MessageFormatRuntimeException
Constructs a MessageFormatRuntimeException with the specified detail message
MessageFormatRuntimeException(String, String) - Constructor for exception javax.jms.MessageFormatRuntimeException
Constructs a MessageFormatRuntimeException with the specified detail message and error code.
MessageFormatRuntimeException(String, String, Throwable) - Constructor for exception javax.jms.MessageFormatRuntimeException
Constructs a MessageFormatRuntimeException with the specified detail message, error code and cause
MessageHandler - Interface in javax.websocket
Developers implement MessageHandlers in order to receive incoming messages during a web socket conversation.
MessageHandler.Partial<T> - Interface in javax.websocket
This kind of handler is notified by the implementation as it becomes ready to deliver parts of a whole message.
MessageHandler.Whole<T> - Interface in javax.websocket
This kind of handler is notified by the container on arrival of a complete message.
MessageListener - Interface in javax.jms
A MessageListener object is used to receive asynchronously delivered messages.
MessageListener - Interface in javax.resource.cci
This serves as a request-response message listener type that message endpoints (message-driven beans) may implement.
MessageNotReadableException - Exception in javax.jms
This exception must be thrown when a JMS client attempts to read a write-only message.
MessageNotReadableException(String, String) - Constructor for exception javax.jms.MessageNotReadableException
Constructs a MessageNotReadableException with the specified reason and error code.
MessageNotReadableException(String) - Constructor for exception javax.jms.MessageNotReadableException
Constructs a MessageNotReadableException with the specified reason.
MessageNotWriteableException - Exception in javax.jms
This exception must be thrown when a JMS client attempts to write to a read-only message.
MessageNotWriteableException(String, String) - Constructor for exception javax.jms.MessageNotWriteableException
Constructs a MessageNotWriteableException with the specified reason and error code.
MessageNotWriteableException(String) - Constructor for exception javax.jms.MessageNotWriteableException
Constructs a MessageNotWriteableException with the specified reason.
MessageNotWriteableRuntimeException - Exception in javax.jms
This unchecked exception must be thrown when a JMS client attempts to write to a read-only message.
MessageNotWriteableRuntimeException(String, String) - Constructor for exception javax.jms.MessageNotWriteableRuntimeException
Constructs a MessageNotWriteableRuntimeException with the specified reason and error code.
MessageNotWriteableRuntimeException(String) - Constructor for exception javax.jms.MessageNotWriteableRuntimeException
Constructs a MessageNotWriteableRuntimeException with the specified reason.
MessageNotWriteableRuntimeException(String, String, Throwable) - Constructor for exception javax.jms.MessageNotWriteableRuntimeException
Constructs a MessageNotWriteableRuntimeException with the specified detail message, error code and cause
MessageProducer - Interface in javax.jms
A client uses a MessageProducer object to send messages to a destination.
MessageSupport - Class in org.apache.taglibs.standard.tag.common.fmt
Support for tag handlers for <message>, the message formatting tag in JSTL 1.0.
MessageSupport() - Constructor for class org.apache.taglibs.standard.tag.common.fmt.MessageSupport
 
MessageTag - Class in org.apache.taglibs.standard.tag.el.fmt
A handler for <message> that accepts attributes as Strings and evaluates them as expressions at runtime.
MessageTag() - Constructor for class org.apache.taglibs.standard.tag.el.fmt.MessageTag
Constructs a new MessageTag.
MessageTag - Class in org.apache.taglibs.standard.tag.rt.fmt
A handler for <message> that supports rtexprvalue-based attributes.
MessageTag() - Constructor for class org.apache.taglibs.standard.tag.rt.fmt.MessageTag
 
messageVector - Variable in class org.apache.taglibs.standard.tlv.JstlBaseTLV
 
metadata(Element) - Method in class javax.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
Adds the metadataElement to the W3CEndpointReference instance's wsa:Metadata element.
Metamodel - Interface in javax.persistence.metamodel
Provides access to the metamodel of persistent entities in the persistence unit.
method(String) - Method in interface javax.servlet.http.PushBuilder
Set the method to be used for the push.
MimeHeader - Class in javax.xml.soap
An object that stores a MIME header name and its value.
MimeHeader(String, String) - Constructor for class javax.xml.soap.MimeHeader
Constructs a MimeHeader object initialized with the given name and value.
MimeHeaders - Class in javax.xml.soap
A container for MimeHeader objects, which represent the MIME headers present in a MIME part of a message.
MimeHeaders() - Constructor for class javax.xml.soap.MimeHeaders
Constructs a default MimeHeaders object initialized with an empty Vector object.
min(Expression<N>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an aggregate expression applying the numerical min operation.
minFractionDigits - Variable in class org.apache.taglibs.standard.tag.common.fmt.FormatNumberSupport
 
minFractionDigitsSpecified - Variable in class org.apache.taglibs.standard.tag.common.fmt.FormatNumberSupport
 
minIntegerDigits - Variable in class org.apache.taglibs.standard.tag.common.fmt.FormatNumberSupport
 
minIntegerDigitsSpecified - Variable in class org.apache.taglibs.standard.tag.common.fmt.FormatNumberSupport
 
MINUS - Static variable in interface org.apache.taglibs.standard.lang.jstl.parser.ELParserConstants
 
MinusOperator - Class in org.apache.taglibs.standard.lang.jstl
The implementation of the minus operator
MinusOperator() - Constructor for class org.apache.taglibs.standard.lang.jstl.MinusOperator
Constructor
minute(String) - Method in class javax.ejb.ScheduleExpression
Set the minute attribute.
minute(int) - Method in class javax.ejb.ScheduleExpression
Set the minute attribute.
mod(Expression<Integer>, Expression<Integer>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression that returns the modulus of its arguments.
mod(Expression<Integer>, Integer) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression that returns the modulus of its arguments.
mod(Integer, Expression<Integer>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression that returns the modulus of its arguments.
modifyHandshake(ServerEndpointConfig, HandshakeRequest, HandshakeResponse) - Method in class javax.websocket.server.ServerEndpointConfig.Configurator
Called by the container after it has formulated a handshake response resulting from a well-formed handshake request.
MODULES - Static variable in class javax.ejb.embeddable.EJBContainer
Standard property name for specifying the set of modules to be initialized.
MODULUS1 - Static variable in interface org.apache.taglibs.standard.lang.jstl.parser.ELParserConstants
 
MODULUS2 - Static variable in interface org.apache.taglibs.standard.lang.jstl.parser.ELParserConstants
 
ModulusOperator - Class in org.apache.taglibs.standard.lang.jstl
The implementation of the modulus operator
ModulusOperator() - Constructor for class org.apache.taglibs.standard.lang.jstl.ModulusOperator
Constructor
month(String) - Method in class javax.ejb.ScheduleExpression
Set the month attribute.
month(int) - Method in class javax.ejb.ScheduleExpression
Set the month attribute.
MTOM - Annotation Type in javax.xml.ws.soap
This feature represents the use of MTOM with a web service.
MTOMFeature - Class in javax.xml.ws.soap
This feature represents the use of MTOM with a web service.
MTOMFeature() - Constructor for class javax.xml.ws.soap.MTOMFeature
Create an MTOMFeature.
MTOMFeature(boolean) - Constructor for class javax.xml.ws.soap.MTOMFeature
Creates a MTOMFeature.
MTOMFeature(int) - Constructor for class javax.xml.ws.soap.MTOMFeature
Creates a MTOMFeature.
MTOMFeature(boolean, int) - Constructor for class javax.xml.ws.soap.MTOMFeature
Creates a MTOMFeature.
MultipartConfig - Annotation Type in javax.servlet.annotation
Annotation that may be specified on a Servlet class, indicating that instances of the Servlet expect requests that conform to the multipart/form-data MIME type.
MultipartConfigElement - Class in javax.servlet
Java Class represntation of an MultipartConfig annotation value.
MultipartConfigElement(String) - Constructor for class javax.servlet.MultipartConfigElement
Constructs an instance with defaults for all but location.
MultipartConfigElement(String, long, long, int) - Constructor for class javax.servlet.MultipartConfigElement
Constructs an instance with all values specified.
MultipartConfigElement(MultipartConfig) - Constructor for class javax.servlet.MultipartConfigElement
Constructs an instance from a MultipartConfig annotation value.
MULTIPLY - Static variable in interface org.apache.taglibs.standard.lang.jstl.parser.ELParserConstants
 
multiply(int, int) - Static method in class org.apache.taglibs.standard.lang.jstl.test.StaticFunctionTests
 
MultiplyExpression() - Method in class org.apache.taglibs.standard.lang.jstl.parser.ELParser
 
MultiplyOperator - Class in org.apache.taglibs.standard.lang.jstl
The implementation of the multiply operator
MultiplyOperator() - Constructor for class org.apache.taglibs.standard.lang.jstl.MultiplyOperator
Constructor
multiselect(Selection<?>...) - Method in interface javax.persistence.criteria.CriteriaQuery
Specify the selection items that are to be returned in the query result.
multiselect(List<Selection<?>>) - Method in interface javax.persistence.criteria.CriteriaQuery
Specify the selection items that are to be returned in the query result.
myAttributes - Variable in class org.apache.jasper.servlet.JspCServletContext
Servlet context attributes.
myLogWriter - Variable in class org.apache.jasper.servlet.JspCServletContext
The log writer we will write log messages to.
myResourceBaseURL - Variable in class org.apache.jasper.servlet.JspCServletContext
The base URL (document root) for this context.

N

name - Variable in class javax.resource.spi.work.HintsContext
 
name - Variable in class javax.xml.bind.JAXBElement
xml element tag name
Name - Interface in javax.xml.soap
A representation of an XML name.
name - Variable in class org.apache.jasper.xmlparser.TreeNode
The name of this node.
name - Variable in class org.apache.taglibs.standard.tag.common.core.ParamSupport
 
name - Variable in class org.apache.taglibs.standard.tag.common.xml.ParamSupport
 
NAME_HINT - Static variable in class javax.resource.spi.work.HintsContext
 
NAMED_VALUE_NOT_FOUND - Static variable in class org.apache.taglibs.standard.lang.jstl.Constants
 
NamedAttributeNode - Annotation Type in javax.persistence
A NamedAttributeNode is a member element of a NamedEntityGraph.
NamedEntityGraph - Annotation Type in javax.persistence
Used to specify the path and boundaries for a find operation or query.
NamedEntityGraphs - Annotation Type in javax.persistence
Used to group NamedEntityGraph annotations.
NamedNativeQueries - Annotation Type in javax.persistence
Specifies multiple native SQL named queries.
NamedNativeQuery - Annotation Type in javax.persistence
Specifies a named native SQL query.
NamedQueries - Annotation Type in javax.persistence
Specifies multiple named Java Persistence query language queries.
NamedQuery - Annotation Type in javax.persistence
Specifies a static, named query in the Java Persistence query language.
NamedStoredProcedureQueries - Annotation Type in javax.persistence
Specifies multiple named stored procedure queries.
NamedStoredProcedureQuery - Annotation Type in javax.persistence
Specifies and names a stored procedure, its parameters, and its result type.
NamedSubgraph - Annotation Type in javax.persistence
A NamedSubgraph is a member element of a NamedEntityGraph.
NamedValue - Class in org.apache.taglibs.standard.lang.jstl
Represents a name that can be used as the first element of a value.
NamedValue(String) - Constructor for class org.apache.taglibs.standard.lang.jstl.NamedValue
Constructor
NamedValue() - Method in class org.apache.taglibs.standard.lang.jstl.parser.ELParser
 
NamespaceConstants - Class in javax.xml.rpc
Constants used in JAX-RPC for namespace prefixes and URIs
NamespaceConstants() - Constructor for class javax.xml.rpc.NamespaceConstants
 
nameTest() - Method in class org.apache.taglibs.standard.extra.spath.SPathParser
 
NCNAME - Static variable in interface org.apache.taglibs.standard.extra.spath.SPathParserConstants
 
NCNAMECHAR - Static variable in interface org.apache.taglibs.standard.extra.spath.SPathParserConstants
 
NE1 - Static variable in interface org.apache.taglibs.standard.lang.jstl.parser.ELParserConstants
 
NE2 - Static variable in interface org.apache.taglibs.standard.lang.jstl.parser.ELParserConstants
 
neg(Expression<N>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression that returns the arithmetic negation of its argument.
NESTED - Static variable in class javax.servlet.jsp.tagext.VariableInfo
Scope information that scripting variable is visible only within the start/end tags.
newAuthentication(boolean) - Method in class javax.security.enterprise.authentication.mechanism.http.AuthenticationParameters
Signal to the authentication mechanism responding to the authenticate call in which these AuthenticationParameters are passed, that an explicit new authentication dialog is required, as opposed to continuing a potentially existing one.
newBuilder() - Static method in interface javax.json.bind.JsonbBuilder
Create a new JsonbBuilder instance as returned by the default JsonbProvider.provider() method.
newBuilder(String) - Static method in interface javax.json.bind.JsonbBuilder
Create a new JsonbBuilder instance as returned by JsonbProvider.provider(String) method.
newBuilder(JsonbProvider) - Static method in interface javax.json.bind.JsonbBuilder
Create a new JsonbBuilder instance as returned by provider#create call.
newInstance(String) - Static method in class javax.xml.bind.JAXBContext
Create a new instance of a JAXBContext class.
newInstance(String, ClassLoader) - Static method in class javax.xml.bind.JAXBContext
Create a new instance of a JAXBContext class.
newInstance(String, ClassLoader, Map<String, ?>) - Static method in class javax.xml.bind.JAXBContext
Create a new instance of a JAXBContext class.
newInstance(Class<?>...) - Static method in class javax.xml.bind.JAXBContext
Create a new instance of a JAXBContext class.
newInstance(Class<?>[], Map<String, ?>) - Static method in class javax.xml.bind.JAXBContext
Create a new instance of a JAXBContext class.
newInstance() - Static method in class javax.xml.registry.ConnectionFactory
Creates a default ConnectionFactory object.
newInstance() - Static method in class javax.xml.rpc.ServiceFactory
Gets an instance of the ServiceFactory
newInstance() - Static method in class javax.xml.soap.MessageFactory
Creates a new MessageFactory object that is an instance of the default implementation (SOAP 1.1).
newInstance(String) - Static method in class javax.xml.soap.MessageFactory
Creates a new MessageFactory object that is an instance of the specified implementation.
newInstance() - Static method in class javax.xml.soap.SOAPConnectionFactory
Creates an instance of the default SOAPConnectionFactory object.
newInstance() - Static method in class javax.xml.soap.SOAPElementFactory
Deprecated.
Creates a new instance of SOAPElementFactory.
newInstance() - Static method in class javax.xml.soap.SOAPFactory
Creates a new SOAPFactory object that is an instance of the default implementation (SOAP 1.1).
newInstance(String) - Static method in class javax.xml.soap.SOAPFactory
Creates a new SOAPFactory object that is an instance of the specified implementation, this method uses the SAAJMetaFactory to locate the implementation class and create the SOAPFactory instance.
newLine() - Method in class javax.servlet.jsp.JspWriter
Write a line separator.
newLine() - Method in class org.apache.jasper.runtime.BodyContentImpl
Write a line separator.
newLine() - Method in class org.apache.jasper.runtime.JspWriterImpl
Write a line separator.
newMessageFactory(String) - Method in class javax.xml.soap.SAAJMetaFactory
Creates a MessageFactory object for the given String protocol.
newPushBuilder() - Method in interface javax.servlet.http.HttpServletRequest
Instantiates a new instance of PushBuilder for issuing server push responses from the current request.
newPushBuilder() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to call newPushBuilder on the wrapped request object.
newSOAPFactory(String) - Method in class javax.xml.soap.SAAJMetaFactory
Creates a SOAPFactory object for the given String protocol.
newToken(int) - Static method in class org.apache.taglibs.standard.extra.spath.Token
Returns a new Token object, by default.
newToken(int) - Static method in class org.apache.taglibs.standard.lang.jstl.parser.Token
Returns a new Token object, by default.
newXPath() - Method in class org.apache.taglibs.standard.tag.common.xml.JSTLXPathFactory
 
next() - Method in class javax.servlet.jsp.jstl.core.LoopTagSupport
Returns the next object over which the tag should iterate.
next - Variable in class org.apache.jasper.xmlparser.SymbolTable.Entry
The next entry.
next - Variable in class org.apache.taglibs.standard.extra.spath.Token
A reference to the next regular (non-special) token from the input stream.
next - Variable in class org.apache.taglibs.standard.lang.jstl.parser.Token
A reference to the next regular (non-special) token from the input stream.
next() - Method in interface org.apache.taglibs.standard.tag.common.core.ForEachSupport.ForEachIterator
 
next() - Method in class org.apache.taglibs.standard.tag.common.core.ForEachSupport
 
next() - Method in class org.apache.taglibs.standard.tag.common.core.ForEachSupport.SimpleForEachIterator
 
next() - Method in class org.apache.taglibs.standard.tag.common.core.ForTokensSupport
 
next() - Method in class org.apache.taglibs.standard.tag.common.xml.ForEachTag
 
nextTemporaryVariableName() - Static method in class org.apache.jasper.compiler.JspUtil
Generates a new temporary variable name.
nil - Variable in class javax.xml.bind.JAXBElement
true iff the xml element instance has xsi:nil="true".
NO_BUFFER - Static variable in class javax.servlet.jsp.JspWriter
Constant indicating that the Writer is not buffering output.
NO_GETTER_METHOD - Static variable in class org.apache.taglibs.standard.lang.jstl.Constants
 
NO_LOCATION - Static variable in annotation type javax.xml.bind.annotation.XmlSchema
The default value of the XmlSchema.location() attribute, which indicates that the schema generator will generate components in this namespace.
NO_PROPERTY_EDITOR - Static variable in class org.apache.taglibs.standard.lang.jstl.Constants
 
NO_SUCH_PROPERTY - Static variable in class org.apache.taglibs.standard.lang.jstl.Constants
 
Node - Interface in javax.xml.soap
A representation of a node (element) in an XML document.
nodeMatchesStep(Step, String, String, String, Attributes) - Static method in class org.apache.taglibs.standard.extra.spath.SPathFilter
 
NoMoreTimeoutsException - Exception in javax.ejb
This exception indicates that a calendar-based timer will not result in any more timeouts.
NoMoreTimeoutsException() - Constructor for exception javax.ejb.NoMoreTimeoutsException
 
NoMoreTimeoutsException(String) - Constructor for exception javax.ejb.NoMoreTimeoutsException
 
NON_EXPRESSION_TEXT - Static variable in interface org.apache.taglibs.standard.lang.jstl.parser.ELParserConstants
 
NON_PERSISTENT - Static variable in interface javax.jms.DeliveryMode
This is the lowest-overhead delivery mode because it does not require that the message be logged to stable storage.
NonUniqueResultException - Exception in javax.persistence
Thrown by the persistence provider when Query.getSingleResult() or TypedQuery.getSingleResult() is executed on a query and there is more than one result from the query.
NonUniqueResultException() - Constructor for exception javax.persistence.NonUniqueResultException
Constructs a new NonUniqueResultException exception with null as its detail message.
NonUniqueResultException(String) - Constructor for exception javax.persistence.NonUniqueResultException
Constructs a new NonUniqueResultException exception with the specified detail message.
NoResultException - Exception in javax.persistence
Thrown by the persistence provider when Query.getSingleResult() or TypedQuery.getSingleResult()is executed on a query and there is no result to return.
NoResultException() - Constructor for exception javax.persistence.NoResultException
Constructs a new NoResultException exception with null as its detail message.
NoResultException(String) - Constructor for exception javax.persistence.NoResultException
Constructs a new NoResultException exception with the specified detail message.
NormalizedStringAdapter - Class in javax.xml.bind.annotation.adapters
XmlAdapter to handle xs:normalizedString.
NormalizedStringAdapter() - Constructor for class javax.xml.bind.annotation.adapters.NormalizedStringAdapter
 
NOROOT_REL_URI - Static variable in class org.apache.jasper.runtime.TldScanner
 
NoSuchEJBException - Exception in javax.ejb
A NoSuchEJBException is thrown if an attempt is made to invoke a business method on a stateful session or singleton object that no longer exists.
NoSuchEJBException() - Constructor for exception javax.ejb.NoSuchEJBException
Constructs a NoSuchEJBException with no detail message.
NoSuchEJBException(String) - Constructor for exception javax.ejb.NoSuchEJBException
Constructs a NoSuchEJBException with the specified detail message.
NoSuchEJBException(String, Exception) - Constructor for exception javax.ejb.NoSuchEJBException
Constructs a NoSuchEJBException with the specified detail message and a nested exception.
NoSuchEntityException - Exception in javax.ejb
The NoSuchEntityException exception is thrown by an entity bean instance to its container to report that the invoked business method or callback method could not be completed because of the underlying entity was removed from the database.
NoSuchEntityException() - Constructor for exception javax.ejb.NoSuchEntityException
Constructs a NoSuchEntityException with no detail message.
NoSuchEntityException(String) - Constructor for exception javax.ejb.NoSuchEntityException
Constructs a NoSuchEntityException with the specified detailed message.
NoSuchEntityException(Exception) - Constructor for exception javax.ejb.NoSuchEntityException
Constructs a NoSuchEntityException that embeds the originally thrown exception.
NoSuchObjectLocalException - Exception in javax.ejb
A NoSuchObjectLocalException is thrown if an attempt is made to invoke a method on a local object (local EJB object or timer) that no longer exists.
NoSuchObjectLocalException() - Constructor for exception javax.ejb.NoSuchObjectLocalException
Constructs a NoSuchObjectLocalException with no detail message.
NoSuchObjectLocalException(String) - Constructor for exception javax.ejb.NoSuchObjectLocalException
Constructs a NoSuchObjectLocalException with the specified detail message.
NoSuchObjectLocalException(String, Exception) - Constructor for exception javax.ejb.NoSuchObjectLocalException
Constructs a NoSuchObjectLocalException with the specified detail message and a nested exception.
not(Expression<Boolean>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a negation of the given restriction.
not() - Method in interface javax.persistence.criteria.Predicate
Create a negation of the predicate.
NOT1 - Static variable in interface org.apache.taglibs.standard.lang.jstl.parser.ELParserConstants
 
NOT2 - Static variable in interface org.apache.taglibs.standard.lang.jstl.parser.ELParserConstants
 
NOT_VALIDATED_RESULT - Static variable in class javax.security.enterprise.identitystore.CredentialValidationResult
 
notEqual(Expression<?>, Expression<?>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing the arguments for inequality.
notEqual(Expression<?>, Object) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing the arguments for inequality.
NotEqualsOperator - Class in org.apache.taglibs.standard.lang.jstl
The implementation of the not equals operator
NotEqualsOperator() - Constructor for class org.apache.taglibs.standard.lang.jstl.NotEqualsOperator
Constructor
NotIdentifiableEvent - Interface in javax.xml.bind
This event indicates that a problem was encountered resolving an ID/IDREF.
NotIdentifiableEventImpl - Class in javax.xml.bind.helpers
Default implementation of the NotIdentifiableEvent interface.
NotIdentifiableEventImpl(int, String, ValidationEventLocator) - Constructor for class javax.xml.bind.helpers.NotIdentifiableEventImpl
Create a new NotIdentifiableEventImpl.
NotIdentifiableEventImpl(int, String, ValidationEventLocator, Throwable) - Constructor for class javax.xml.bind.helpers.NotIdentifiableEventImpl
Create a new NotIdentifiableEventImpl.
notifyContainerAboutLogin(String, Set<String>) - Method in interface javax.security.enterprise.authentication.mechanism.http.HttpMessageContext
Asks the container to register the given caller name and groups in order to make them available to the application for use with SecurityContext.isCallerInRole(String) etc.
notifyContainerAboutLogin(Principal, Set<String>) - Method in interface javax.security.enterprise.authentication.mechanism.http.HttpMessageContext
Asks the container to register the given caller principal and groups in order to make them available to the application for use with SecurityContext.isCallerInRole(String) etc.
notifyContainerAboutLogin(CredentialValidationResult) - Method in interface javax.security.enterprise.authentication.mechanism.http.HttpMessageContext
Convenience method intended to pass the CredentialValidationResult result of an identity store directly on to the container.
notifyContainerAboutLogin(String, Set<String>) - Method in class javax.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
notifyContainerAboutLogin(Principal, Set<String>) - Method in class javax.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
notifyContainerAboutLogin(CredentialValidationResult) - Method in class javax.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
notLike(Expression<String>, Expression<String>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the expression does not satisfy the given pattern.
notLike(Expression<String>, String) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the expression does not satisfy the given pattern.
notLike(Expression<String>, Expression<String>, Expression<Character>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the expression does not satisfy the given pattern.
notLike(Expression<String>, Expression<String>, char) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the expression does not satisfy the given pattern.
notLike(Expression<String>, String, Expression<Character>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the expression does not satisfy the given pattern.
notLike(Expression<String>, String, char) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the expression does not satisfy the given pattern.
NotOperator - Class in org.apache.taglibs.standard.lang.jstl
The implementation of the not operator
NotOperator() - Constructor for class org.apache.taglibs.standard.lang.jstl.NotOperator
Constructor
NotSupportedException - Exception in javax.resource
A NotSupportedException is thrown to indicate that callee (resource adapter or application server for system contracts) cannot execute an operation because the operation is not a supported feature.
NotSupportedException() - Constructor for exception javax.resource.NotSupportedException
Constructs a new instance with null as its detail message.
NotSupportedException(String) - Constructor for exception javax.resource.NotSupportedException
Constructs a new instance with the specified detail message.
NotSupportedException(Throwable) - Constructor for exception javax.resource.NotSupportedException
Constructs a new throwable with the specified cause.
NotSupportedException(String, Throwable) - Constructor for exception javax.resource.NotSupportedException
Constructs a new throwable with the specified detail message and cause.
NotSupportedException(String, String) - Constructor for exception javax.resource.NotSupportedException
Constructs a new throwable with the specified detail message and error code.
NotSupportedException - Exception in javax.transaction
NotSupportedException exception indicates that the request cannot be executed because the operation is not a supported feature.
NotSupportedException() - Constructor for exception javax.transaction.NotSupportedException
 
NotSupportedException(String) - Constructor for exception javax.transaction.NotSupportedException
 
NS - Static variable in class javax.xml.ws.wsaddressing.W3CEndpointReference
Addressing namespace.
NS_PLUGIN_URL - Static variable in class org.apache.jasper.Constants
Default URLs to download the pluging for Netscape and IE.
NSPREFIX_SCHEMA_XSD - Static variable in class javax.xml.rpc.NamespaceConstants
Namespace prefix for XML schema XSD
NSPREFIX_SCHEMA_XSI - Static variable in class javax.xml.rpc.NamespaceConstants
Namespace prefix for XML Schema XSI
NSPREFIX_SOAP_ENCODING - Static variable in class javax.xml.rpc.NamespaceConstants
Namespace prefix for SOAP Encoding
NSPREFIX_SOAP_ENVELOPE - Static variable in class javax.xml.rpc.NamespaceConstants
Namespace prefix for SOAP Envelope
NSURI_SCHEMA_XSD - Static variable in class javax.xml.rpc.NamespaceConstants
Namespace URI for XML Schema XSD
NSURI_SCHEMA_XSI - Static variable in class javax.xml.rpc.NamespaceConstants
Namespace URI for XML Schema XSI
NSURI_SOAP_ENCODING - Static variable in class javax.xml.rpc.NamespaceConstants
Nameapace URI for SOAP 1.1 Encoding
NSURI_SOAP_ENVELOPE - Static variable in class javax.xml.rpc.NamespaceConstants
Nameapace URI for SOAP 1.1 Envelope
NSURI_SOAP_NEXT_ACTOR - Static variable in class javax.xml.rpc.NamespaceConstants
Nameapace URI for SOAP 1.1 next actor role
NSWILDCARD - Static variable in interface org.apache.taglibs.standard.extra.spath.SPathParserConstants
 
NULL - Static variable in interface org.apache.taglibs.standard.lang.jstl.parser.ELParserConstants
 
NULL_EXPRESSION_STRING - Static variable in class org.apache.taglibs.standard.lang.jstl.Constants
 
NULL_INDEX - Static variable in class org.apache.taglibs.standard.lang.jstl.Constants
 
NULL_TO_BOOLEAN - Static variable in class org.apache.taglibs.standard.lang.jstl.Constants
 
NULL_VALUES - Static variable in class javax.json.bind.JsonbConfig
Property used to specify null values serialization behavior.
NullAttributeException - Exception in org.apache.taglibs.standard.tag.common.core
NullAttributeException is a JspTagException that will be thrown by the JSTL RI handlers when a tag attribute illegally evaluates to 'null'.
NullAttributeException(String, String) - Constructor for exception org.apache.taglibs.standard.tag.common.core.NullAttributeException
Constructs a NullAttributeException with appropriate information.
nullif(Expression<Y>, Expression<?>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression that tests whether its argument are equal, returning null if they are and the value of the first expression if they are not.
nullif(Expression<Y>, Y) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression that tests whether its argument are equal, returning null if they are and the value of the first expression if they are not.
NullJavaCompiler - Class in org.apache.jasper.compiler
Java compiler for invoking JSP to java translation only.
NullJavaCompiler() - Constructor for class org.apache.jasper.compiler.NullJavaCompiler
 
nullLiteral(Class<T>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression for a null literal with the given type.
NullLiteral - Class in org.apache.taglibs.standard.lang.jstl
An expression representing a null literal value
NullLiteral() - Constructor for class org.apache.taglibs.standard.lang.jstl.NullLiteral
Constructor
NullLiteral() - Method in class org.apache.taglibs.standard.lang.jstl.parser.ELParser
 

O

OBJECT - Static variable in class org.apache.taglibs.standard.tag.common.xml.JSTLXPathConstants
 
ObjectHolder - Class in javax.xml.rpc.holders
 
ObjectHolder() - Constructor for class javax.xml.rpc.holders.ObjectHolder
 
ObjectHolder(Object) - Constructor for class javax.xml.rpc.holders.ObjectHolder
 
ObjectMessage - Interface in javax.jms
An ObjectMessage object is used to send a message that contains a serializable object in the Java programming language ("Java object").
ObjectNotFoundException - Exception in javax.ejb
The ObjectNotFoundException exception is thrown by a finder or select method to indicate that the specified EJB object or local object does not exist.
ObjectNotFoundException() - Constructor for exception javax.ejb.ObjectNotFoundException
Constructs an ObjectNotFoundException with no detail message.
ObjectNotFoundException(String) - Constructor for exception javax.ejb.ObjectNotFoundException
Constructs an ObjectNotFoundException with the specified detail message.
offset - Variable in class org.apache.jasper.xmlparser.XMLString
The offset into the character array.
on(Expression<Boolean>) - Method in interface javax.persistence.criteria.CollectionJoin
Modify the join to restrict the result according to the specified ON condition and return the join object.
on(Predicate...) - Method in interface javax.persistence.criteria.CollectionJoin
Modify the join to restrict the result according to the specified ON condition and return the join object.
on(Expression<Boolean>) - Method in interface javax.persistence.criteria.Join
Modify the join to restrict the result according to the specified ON condition and return the join object.
on(Predicate...) - Method in interface javax.persistence.criteria.Join
Modify the join to restrict the result according to the specified ON condition and return the join object.
on(Expression<Boolean>) - Method in interface javax.persistence.criteria.ListJoin
Modify the join to restrict the result according to the specified ON condition and return the join object.
on(Predicate...) - Method in interface javax.persistence.criteria.ListJoin
Modify the join to restrict the result according to the specified ON condition and return the join object.
on(Expression<Boolean>) - Method in interface javax.persistence.criteria.MapJoin
Modify the join to restrict the result according to the specified ON condition and return the join object.
on(Predicate...) - Method in interface javax.persistence.criteria.MapJoin
Modify the join to restrict the result according to the specified ON condition and return the join object.
on(Expression<Boolean>) - Method in interface javax.persistence.criteria.SetJoin
Modify the join to restrict the result according to the specified ON condition and return the join object.
on(Predicate...) - Method in interface javax.persistence.criteria.SetJoin
Modify the join to restrict the result according to the specified ON condition and return the join object.
onAllDataRead() - Method in interface javax.servlet.ReadListener
Invoked when all data for the current request has been read.
onClose(Session, CloseReason) - Method in class javax.websocket.Endpoint
This method is called immediately prior to the session with the remote peer being closed.
OnClose - Annotation Type in javax.websocket
This method level annotation can be used to decorate a Java method that wishes to be called when a web socket session is closing.
onComplete(AsyncEvent) - Method in interface javax.servlet.AsyncListener
Notifies this AsyncListener that an asynchronous operation has been completed.
onCompletion(Message) - Method in interface javax.jms.CompletionListener
Notifies the application that the message has been successfully sent
onDataAvailable() - Method in interface javax.servlet.ReadListener
When an instance of the ReadListener is registered with a ServletInputStream, this method will be invoked by the container the first time when it is possible to read data.
onError(AsyncEvent) - Method in interface javax.servlet.AsyncListener
Notifies this AsyncListener that an asynchronous operation has failed to complete.
onError(Throwable) - Method in interface javax.servlet.ReadListener
Invoked when an error occurs processing the request.
onError(Throwable) - Method in interface javax.servlet.WriteListener
Invoked when an error occurs writing data using the non-blocking APIs.
onError(Session, Throwable) - Method in class javax.websocket.Endpoint
Developers may implement this method when the web socket session creates some kind of error that is not modeled in the web socket protocol.
OnError - Annotation Type in javax.websocket
This method level annotation can be used to decorate a Java method that wishes to be called in order to handle errors.
OneToMany - Annotation Type in javax.persistence
Specifies a many-valued association with one-to-many multiplicity.
OneToOne - Annotation Type in javax.persistence
Specifies a single-valued association to another entity that has one-to-one multiplicity.
Oneway - Annotation Type in javax.jws
Indicates that the given @WebMethod has only an input message and no output.
onException(Message, Exception) - Method in interface javax.jms.CompletionListener
Notifies user that the specified exception was thrown while attempting to send the specified message.
onException(JMSException) - Method in interface javax.jms.ExceptionListener
Notifies user of a JMS exception.
onMessage(Message) - Method in interface javax.jms.MessageListener
Passes a message to the listener.
onMessage(Record) - Method in interface javax.resource.cci.MessageListener
This method allows an EIS to call a message endpoint using a request-response style communication.
onMessage(T, boolean) - Method in interface javax.websocket.MessageHandler.Partial
Called when the next part of a message has been fully received.
onMessage(T) - Method in interface javax.websocket.MessageHandler.Whole
Called when the message has been fully received.
OnMessage - Annotation Type in javax.websocket
This method level annotation can be used to make a Java method receive incoming web socket messages.
onOpen(Session, EndpointConfig) - Method in class javax.websocket.Endpoint
Developers must implement this method to be notified when a new conversation has just begun.
OnOpen - Annotation Type in javax.websocket
This method level annotation can be used to decorate a Java method that wishes to be called when a new web socket session is open.
onResult(SendResult) - Method in interface javax.websocket.SendHandler
Called once the message has been transmitted.
onStartAsync(AsyncEvent) - Method in interface javax.servlet.AsyncListener
Notifies this AsyncListener that a new asynchronous cycle is being initiated via a call to one of the ServletRequest.startAsync() methods.
onStartup(Set<Class<?>>, ServletContext) - Method in interface javax.servlet.ServletContainerInitializer
Notifies this ServletContainerInitializer of the startup of the application represented by the given ServletContext.
onStartup(Set<Class<?>>, ServletContext) - Method in class org.apache.jasper.runtime.TldScanner
 
onTimeout(AsyncEvent) - Method in interface javax.servlet.AsyncListener
Notifies this AsyncListener that an asynchronous operation has timed out.
onWritePossible() - Method in interface javax.servlet.WriteListener
When an instance of the WriteListener is registered with a ServletOutputStream, this method will be invoked by the container the first time when it is possible to write data.
openInputStream() - Method in class org.apache.jasper.compiler.Jsr199JavaCompiler.BytecodeFile
 
openOutputStream() - Method in class org.apache.jasper.compiler.Jsr199JavaCompiler.BytecodeFile
 
OPERATION_STYLE_PROPERTY - Static variable in interface javax.xml.rpc.Call
Standard property for operation style.
OPERATOR_SLOT - Static variable in interface javax.xml.registry.infomodel.Slot
Name for pre-defined Slot used in Organization and ClassificationScheme by JAXR UDDI provider.
OptimisticLockException - Exception in javax.persistence
Thrown by the persistence provider when an optimistic locking conflict occurs.
OptimisticLockException() - Constructor for exception javax.persistence.OptimisticLockException
Constructs a new OptimisticLockException exception with null as its detail message.
OptimisticLockException(String) - Constructor for exception javax.persistence.OptimisticLockException
Constructs a new OptimisticLockException exception with the specified detail message.
OptimisticLockException(String, Throwable) - Constructor for exception javax.persistence.OptimisticLockException
Constructs a new OptimisticLockException exception with the specified detail message and cause.
OptimisticLockException(Throwable) - Constructor for exception javax.persistence.OptimisticLockException
Constructs a new OptimisticLockException exception with the specified cause.
OptimisticLockException(Object) - Constructor for exception javax.persistence.OptimisticLockException
Constructs a new OptimisticLockException exception with the specified entity.
OptimisticLockException(String, Throwable, Object) - Constructor for exception javax.persistence.OptimisticLockException
Constructs a new OptimisticLockException exception with the specified detail message, cause, and entity.
optimizeLineSection() - Method in class org.apache.jasper.compiler.SmapStratum
Combines consecutive LineInfos wherever possible
OPTION_MAXSIZE - Static variable in class org.apache.jasper.runtime.TagHandlerPool
 
OPTION_TAGPOOL - Static variable in class org.apache.jasper.runtime.TagHandlerPool
 
options - Variable in class org.apache.jasper.compiler.Jsr199JavaCompiler
 
Options - Interface in org.apache.jasper
A class to hold all init parameters specific to the JSP engine.
or(Expression<Boolean>, Expression<Boolean>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a disjunction of the given boolean expressions.
or(Predicate...) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a disjunction of the given restriction predicates.
OR1 - Static variable in interface org.apache.taglibs.standard.lang.jstl.parser.ELParserConstants
 
OR2 - Static variable in interface org.apache.taglibs.standard.lang.jstl.parser.ELParserConstants
 
OR_ALL_KEYS - Static variable in interface javax.xml.registry.FindQualifier
Specifies a hint to queries that the candidate set of objects matching the query should include any object that is classified by any one of the taxonomy values specified in any of the Classification for the query.
OR_LIKE_KEYS - Static variable in interface javax.xml.registry.FindQualifier
Specifies a hint to queries that when multiple taxonomy values from the same ClassificationScheme are specified in the Classifications for the query then the candidate set of objects matching the query should include any object that is classified by any one of the taxonomy values.
Order - Interface in javax.persistence.criteria
An object that defines an ordering over the query results.
orderBy(Order...) - Method in interface javax.persistence.criteria.CriteriaQuery
Specify the ordering expressions that are used to order the query results.
orderBy(List<Order>) - Method in interface javax.persistence.criteria.CriteriaQuery
Specify the ordering expressions that are used to order the query results.
OrderBy - Annotation Type in javax.persistence
Specifies the ordering of the elements of a collection valued association or element collection at the point when the association or collection is retrieved.
OrderColumn - Annotation Type in javax.persistence
Specifies a column that is used to maintain the persistent order of a list.
ORDERED_LIBS - Static variable in interface javax.servlet.ServletContext
The name of the ServletContext attribute whose value (of type java.util.List<java.lang.String>) contains the list of names of JAR files in WEB-INF/lib ordered by their web fragment names (with possible exclusions if <absolute-ordering> without any <others/> is being used), or null if no absolute or relative ordering has been specified
OrExpression() - Method in class org.apache.taglibs.standard.lang.jstl.parser.ELParser
 
org.apache.jasper - package org.apache.jasper
 
org.apache.jasper.compiler - package org.apache.jasper.compiler
 
org.apache.jasper.compiler.tagplugin - package org.apache.jasper.compiler.tagplugin
 
org.apache.jasper.runtime - package org.apache.jasper.runtime
 
org.apache.jasper.security - package org.apache.jasper.security
 
org.apache.jasper.servlet - package org.apache.jasper.servlet
 
org.apache.jasper.tagplugins.jstl - package org.apache.jasper.tagplugins.jstl
 
org.apache.jasper.xmlparser - package org.apache.jasper.xmlparser
 
org.apache.taglibs.standard - package org.apache.taglibs.standard
 
org.apache.taglibs.standard.extra.spath - package org.apache.taglibs.standard.extra.spath
 
org.apache.taglibs.standard.functions - package org.apache.taglibs.standard.functions
 
org.apache.taglibs.standard.lang.jstl - package org.apache.taglibs.standard.lang.jstl
 
org.apache.taglibs.standard.lang.jstl.parser - package org.apache.taglibs.standard.lang.jstl.parser
 
org.apache.taglibs.standard.lang.jstl.test - package org.apache.taglibs.standard.lang.jstl.test
 
org.apache.taglibs.standard.lang.jstl.test.beans - package org.apache.taglibs.standard.lang.jstl.test.beans
 
org.apache.taglibs.standard.lang.support - package org.apache.taglibs.standard.lang.support
 
org.apache.taglibs.standard.resources - package org.apache.taglibs.standard.resources
 
org.apache.taglibs.standard.tag.common.core - package org.apache.taglibs.standard.tag.common.core
 
org.apache.taglibs.standard.tag.common.fmt - package org.apache.taglibs.standard.tag.common.fmt
 
org.apache.taglibs.standard.tag.common.sql - package org.apache.taglibs.standard.tag.common.sql
 
org.apache.taglibs.standard.tag.common.xml - package org.apache.taglibs.standard.tag.common.xml
 
org.apache.taglibs.standard.tag.el.core - package org.apache.taglibs.standard.tag.el.core
 
org.apache.taglibs.standard.tag.el.fmt - package org.apache.taglibs.standard.tag.el.fmt
 
org.apache.taglibs.standard.tag.el.sql - package org.apache.taglibs.standard.tag.el.sql
 
org.apache.taglibs.standard.tag.el.xml - package org.apache.taglibs.standard.tag.el.xml
 
org.apache.taglibs.standard.tag.rt.core - package org.apache.taglibs.standard.tag.rt.core
 
org.apache.taglibs.standard.tag.rt.fmt - package org.apache.taglibs.standard.tag.rt.fmt
 
org.apache.taglibs.standard.tag.rt.sql - package org.apache.taglibs.standard.tag.rt.sql
 
org.apache.taglibs.standard.tag.rt.xml - package org.apache.taglibs.standard.tag.rt.xml
 
org.apache.taglibs.standard.tei - package org.apache.taglibs.standard.tei
 
org.apache.taglibs.standard.tlv - package org.apache.taglibs.standard.tlv
 
org.glassfish.jsp.api - package org.glassfish.jsp.api
 
Organization - Interface in javax.xml.registry.infomodel
Organization instances provide information on organizations such as a Submitting Organization.
ORGANIZATION - Static variable in interface javax.xml.registry.LifeCycleManager
Constant representing the javax.xml.registry.infomodel.Organization interface.
orig - Variable in class javax.servlet.jsp.jstl.core.IndexedValueExpression
 
orig - Variable in class javax.servlet.jsp.jstl.core.IteratedExpression
 
OrOperator - Class in org.apache.taglibs.standard.lang.jstl
The implementation of the or operator
OrOperator() - Constructor for class org.apache.taglibs.standard.lang.jstl.OrOperator
Constructor
othersDeletesAreVisible(int) - Method in interface javax.resource.cci.ResultSetInfo
Indicates whether deletes made by others are visible.
othersInsertsAreVisible(int) - Method in interface javax.resource.cci.ResultSetInfo
Indicates whether inserts made by others are visible.
othersUpdatesAreVisible(int) - Method in interface javax.resource.cci.ResultSetInfo
Indicates whether updates made by others are visible.
otherwise(R) - Method in interface javax.persistence.criteria.CriteriaBuilder.Case
Add an "else" clause to the case expression.
otherwise(Expression<? extends R>) - Method in interface javax.persistence.criteria.CriteriaBuilder.Case
Add an "else" clause to the case expression.
otherwise(R) - Method in interface javax.persistence.criteria.CriteriaBuilder.SimpleCase
Add an "else" clause to the case expression.
otherwise(Expression<? extends R>) - Method in interface javax.persistence.criteria.CriteriaBuilder.SimpleCase
Add an "else" clause to the case expression.
Otherwise - Class in org.apache.jasper.tagplugins.jstl
 
Otherwise() - Constructor for class org.apache.jasper.tagplugins.jstl.Otherwise
 
OtherwiseTag - Class in org.apache.taglibs.standard.tag.common.core
Tag handler for <otherwise> in JSTL.
OtherwiseTag() - Constructor for class org.apache.taglibs.standard.tag.common.core.OtherwiseTag
 
OUT - Static variable in class javax.servlet.jsp.PageContext
Name used to store current JspWriter in PageContext name table.
OUT - Static variable in class javax.xml.rpc.ParameterMode
OUT mode for parameter passing
out(PageContext, boolean, Object) - Static method in class org.apache.taglibs.standard.tag.common.core.OutSupport
Outputs text to pageContext's current JspWriter.
OUTBOUND_MESSAGE_ATTACHMENTS - Static variable in interface javax.xml.ws.handler.MessageContext
Standard property: Map of attachments to a message for the outbound message, key is the MIME Content-ID, value is a DataHandler.
OUTPUT_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
OutSupport - Class in org.apache.taglibs.standard.tag.common.core
Support for handlers of the <out> tag, which simply evalutes and prints the result of the expression it's passed.
OutSupport() - Constructor for class org.apache.taglibs.standard.tag.common.core.OutSupport
Constructs a new handler.
OutTag - Class in org.apache.taglibs.standard.tag.el.core
A handler for <out>, which redirects the browser to a new URL.
OutTag() - Constructor for class org.apache.taglibs.standard.tag.el.core.OutTag
 
OutTag - Class in org.apache.taglibs.standard.tag.rt.core
Tag handler for <out> in JSTL's rtexprvalue library.
OutTag() - Constructor for class org.apache.taglibs.standard.tag.rt.core.OutTag
 
ownDeletesAreVisible(int) - Method in interface javax.resource.cci.ResultSetInfo
Indicates whether a ResultSet's own deletes are visible.
ownInsertsAreVisible(int) - Method in interface javax.resource.cci.ResultSetInfo
Indicates whether a ResultSet's own inserts are visible.
ownUpdatesAreVisible(int) - Method in interface javax.resource.cci.ResultSetInfo
Indicates whether a ResultSet's own updates are visible.

P

PAGE - Static variable in class javax.servlet.jsp.PageContext
Name used to store the Servlet in this PageContext's nametables.
PAGE_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
PAGE_SCOPE - Static variable in class javax.servlet.jsp.PageContext
Page scope: (this is the default) the named reference remains available in this PageContext until the return from the current Servlet.service() invocation.
PAGE_SCOPE - Static variable in class org.apache.taglibs.standard.tlv.JstlBaseTLV
 
PageContext - Class in javax.servlet.jsp
PageContext extends JspContext to provide useful context information for when JSP technology is used in a Servlet environment.
PageContext() - Constructor for class javax.servlet.jsp.PageContext
Sole constructor.
PAGECONTEXT - Static variable in class javax.servlet.jsp.PageContext
Name used to store this PageContext in it's own name table.
pageContext - Variable in class javax.servlet.jsp.tagext.TagSupport
The PageContext.
PageContextImpl - Class in org.apache.jasper.runtime
Implementation of the PageContext class from the JSP spec.
PageContextImpl - Class in org.apache.taglibs.standard.lang.jstl.test
This is a "dummy" implementation of PageContext whose only purpose is to serve the attribute getter/setter API's.
PageContextImpl() - Constructor for class org.apache.taglibs.standard.lang.jstl.test.PageContextImpl
Constructor
PageData - Class in javax.servlet.jsp.tagext
Translation-time information on a JSP page.
PageData() - Constructor for class javax.servlet.jsp.tagext.PageData
Sole constructor.
PageInfo - Class in org.apache.jasper.compiler
A repository for various info about the translation unit under compilation.
PARAM_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
parameter(Class<T>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a parameter expression.
parameter(Class<T>, String) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a parameter expression with the given name.
Parameter<T> - Interface in javax.persistence
Type for query parameter objects.
ParameterExpression<T> - Interface in javax.persistence.criteria
Type of criteria query parameter expressions.
ParameterMode - Enum in javax.persistence
Specifies the mode of a parameter of a stored procedure query.
ParameterMode - Class in javax.xml.rpc
The javax.xml.rpc.ParameterMode is a type-safe enumeration for parameter mode.
ParamManager() - Constructor for class org.apache.taglibs.standard.tag.common.core.ParamSupport.ParamManager
 
ParamParent - Interface in org.apache.taglibs.standard.tag.common.core
Interface for tag handlers implementing valid parent tags for <c:param>.
PARAMS_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
ParamSupport - Class in org.apache.taglibs.standard.tag.common.core
Support for tag handlers for <param>, the URL parameter subtag for <import> in JSTL 1.0.
ParamSupport() - Constructor for class org.apache.taglibs.standard.tag.common.core.ParamSupport
 
ParamSupport - Class in org.apache.taglibs.standard.tag.common.fmt
Support for tag handlers for <param>, the message argument subtag in JSTL 1.0 which supplies an argument for parametric replacement to its parent <message> tag.
ParamSupport() - Constructor for class org.apache.taglibs.standard.tag.common.fmt.ParamSupport
 
ParamSupport - Class in org.apache.taglibs.standard.tag.common.xml
Support for tag handlers for <param>, the XML parameter subtag for <transformt<.
ParamSupport() - Constructor for class org.apache.taglibs.standard.tag.common.xml.ParamSupport
 
ParamSupport.ParamManager - Class in org.apache.taglibs.standard.tag.common.core
Provides support for aggregating query parameters in URLs.
ParamTag - Class in org.apache.taglibs.standard.tag.el.core
A handler for <param> that accepts attributes as Strings and evaluates them as expressions at runtime.
ParamTag() - Constructor for class org.apache.taglibs.standard.tag.el.core.ParamTag
Constructs a new ParamTag.
ParamTag - Class in org.apache.taglibs.standard.tag.el.fmt
A handler for <param> that accepts message arguments as Strings and evaluates them as expressions at runtime.
ParamTag() - Constructor for class org.apache.taglibs.standard.tag.el.fmt.ParamTag
Constructs a new ParamTag.
ParamTag - Class in org.apache.taglibs.standard.tag.el.sql
Subclass for the JSTL library with EL support.
ParamTag() - Constructor for class org.apache.taglibs.standard.tag.el.sql.ParamTag
 
ParamTag - Class in org.apache.taglibs.standard.tag.el.xml
A handler for <param> that accepts attributes as Strings and evaluates them as expressions at runtime.
ParamTag() - Constructor for class org.apache.taglibs.standard.tag.el.xml.ParamTag
 
ParamTag - Class in org.apache.taglibs.standard.tag.rt.core
A handler for <param> that supports rtexprvalue-based attributes.
ParamTag() - Constructor for class org.apache.taglibs.standard.tag.rt.core.ParamTag
 
ParamTag - Class in org.apache.taglibs.standard.tag.rt.fmt
A handler for <param> that supports rtexprvalue-based message arguments.
ParamTag() - Constructor for class org.apache.taglibs.standard.tag.rt.fmt.ParamTag
 
ParamTag - Class in org.apache.taglibs.standard.tag.rt.sql
Subclass for the JSTL library with rtexprvalue support.
ParamTag() - Constructor for class org.apache.taglibs.standard.tag.rt.sql.ParamTag
 
ParamTag - Class in org.apache.taglibs.standard.tag.rt.xml
A handler for <param> that supports rtexprvalue-based attributes.
ParamTag() - Constructor for class org.apache.taglibs.standard.tag.rt.xml.ParamTag
 
ParamTagSupport - Class in org.apache.taglibs.standard.tag.common.sql
Tag handler for <Param> in JSTL, used to set parameter values for a SQL statement.
ParamTagSupport() - Constructor for class org.apache.taglibs.standard.tag.common.sql.ParamTagSupport
 
parent - Variable in class org.apache.jasper.xmlparser.TreeNode
The parent node of this node.
parentTag - Variable in class org.apache.jasper.runtime.JspFragmentHelper
 
parse(String) - Static method in class org.apache.jasper.compiler.ELParser
Parse an EL expression
PARSE_EXCEPTION - Static variable in class org.apache.taglibs.standard.lang.jstl.Constants
 
parseAndRender(String) - Method in class org.apache.taglibs.standard.lang.jstl.ELEvaluator
Parses the given expression string, then converts it back to a String in its canonical form.
parseAndRender(String) - Static method in class org.apache.taglibs.standard.lang.jstl.Evaluator
Parses the given attribute value, then converts it back to a String in its canonical form.
parseAnySimpleType(String) - Static method in class javax.xml.bind.DatatypeConverter
Return a string containing the lexical representation of the simple type.
parseAnySimpleType(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
Return a string containing the lexical representation of the simple type.
parseBase64Binary(String) - Static method in class javax.xml.bind.DatatypeConverter
Converts the string argument into an array of bytes.
parseBase64Binary(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
Converts the string argument into an array of bytes.
parseBoolean(String) - Static method in class javax.xml.bind.DatatypeConverter
Converts the string argument into a boolean value.
parseBoolean(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
Converts the string argument into a boolean value.
parseByte(String) - Static method in class javax.xml.bind.DatatypeConverter
Converts the string argument into a byte value.
parseByte(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
Converts the string argument into a byte value.
ParseConversionEvent - Interface in javax.xml.bind
This event indicates that a problem was encountered while converting a string from the XML data into a value of the target Java data type.
ParseConversionEventImpl - Class in javax.xml.bind.helpers
Default implementation of the ParseConversionEvent interface.
ParseConversionEventImpl(int, String, ValidationEventLocator) - Constructor for class javax.xml.bind.helpers.ParseConversionEventImpl
Create a new ParseConversionEventImpl.
ParseConversionEventImpl(int, String, ValidationEventLocator, Throwable) - Constructor for class javax.xml.bind.helpers.ParseConversionEventImpl
Create a new ParseConversionEventImpl.
parseDate(String) - Static method in class javax.xml.bind.DatatypeConverter
Converts the string argument into a Calendar value.
parseDate(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
Converts the string argument into a Calendar value.
ParseDateSupport - Class in org.apache.taglibs.standard.tag.common.fmt
Support for tag handlers for <parseDate>, the date and time parsing tag in JSTL 1.0.
ParseDateSupport() - Constructor for class org.apache.taglibs.standard.tag.common.fmt.ParseDateSupport
 
ParseDateTag - Class in org.apache.taglibs.standard.tag.el.fmt
A handler for <parseDate> that accepts attributes as Strings and evaluates them as expressions at runtime.
ParseDateTag() - Constructor for class org.apache.taglibs.standard.tag.el.fmt.ParseDateTag
Constructs a new ParseDateTag.
ParseDateTag - Class in org.apache.taglibs.standard.tag.rt.fmt
A handler for <parseDate> that supports rtexprvalue-based attributes.
ParseDateTag() - Constructor for class org.apache.taglibs.standard.tag.rt.fmt.ParseDateTag
 
parseDateTime(String) - Static method in class javax.xml.bind.DatatypeConverter
Converts the string argument into a Calendar value.
parseDateTime(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
Converts the string argument into a Calendar value.
parseDecimal(String) - Static method in class javax.xml.bind.DatatypeConverter
Converts the string argument into a BigDecimal value.
parseDecimal(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
Converts the string argument into a BigDecimal value.
parseDouble(String) - Static method in class javax.xml.bind.DatatypeConverter
Converts the string argument into a double value.
parseDouble(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
Converts the string argument into a double value.
ParseException - Exception in org.apache.taglibs.standard.extra.spath
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception org.apache.taglibs.standard.extra.spath.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception org.apache.taglibs.standard.extra.spath.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception org.apache.taglibs.standard.extra.spath.ParseException
 
ParseException - Exception in org.apache.taglibs.standard.lang.jstl.parser
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception org.apache.taglibs.standard.lang.jstl.parser.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception org.apache.taglibs.standard.lang.jstl.parser.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception org.apache.taglibs.standard.lang.jstl.parser.ParseException
 
parseExpression(String, Class, FunctionMapper) - Method in class javax.servlet.jsp.el.ExpressionEvaluator
Deprecated.
Prepare an expression for later evaluation.
parseExpression(String, Class, FunctionMapper) - Method in class org.apache.jasper.runtime.ExpressionEvaluatorImpl
 
parseExpressionString(String) - Method in class org.apache.taglibs.standard.lang.jstl.ELEvaluator
Gets the parsed form of the given expression string.
parseFloat(String) - Static method in class javax.xml.bind.DatatypeConverter
Converts the string argument into a float value.
parseFloat(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
Converts the string argument into a float value.
parseHexBinary(String) - Static method in class javax.xml.bind.DatatypeConverter
Converts the string argument into an array of bytes.
parseHexBinary(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
Converts the string argument into an array of bytes.
parseInt(String) - Static method in class javax.xml.bind.DatatypeConverter
Convert the string argument into an int value.
parseInt(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
Convert the string argument into an int value.
parseInteger(String) - Static method in class javax.xml.bind.DatatypeConverter
Convert the string argument into a BigInteger value.
parseInteger(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
Convert the string argument into a BigInteger value.
parseJavacMessage(Node.Nodes, String, String) - Static method in class org.apache.jasper.compiler.ErrorDispatcher
 
parseLocale - Variable in class org.apache.taglibs.standard.tag.common.fmt.ParseDateSupport
 
parseLocale - Variable in class org.apache.taglibs.standard.tag.common.fmt.ParseNumberSupport
 
parseLocale(String) - Static method in class org.apache.taglibs.standard.tag.common.fmt.SetLocaleSupport
See parseLocale(String, String) for details.
parseLocale(String, String) - Static method in class org.apache.taglibs.standard.tag.common.fmt.SetLocaleSupport
Parses the given locale string into its language and (optionally) country components, and returns the corresponding java.util.Locale object.
parseLong(String) - Static method in class javax.xml.bind.DatatypeConverter
Converts the string argument into a long value.
parseLong(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
Converts the string argument into a long value.
ParseNumberSupport - Class in org.apache.taglibs.standard.tag.common.fmt
Support for tag handlers for <parseNumber>, the number parsing tag in JSTL 1.0.
ParseNumberSupport() - Constructor for class org.apache.taglibs.standard.tag.common.fmt.ParseNumberSupport
 
ParseNumberTag - Class in org.apache.taglibs.standard.tag.el.fmt
A handler for <parseNumber> that accepts attributes as Strings and evaluates them as expressions at runtime.
ParseNumberTag() - Constructor for class org.apache.taglibs.standard.tag.el.fmt.ParseNumberTag
Constructs a new ParseNumberTag.
ParseNumberTag - Class in org.apache.taglibs.standard.tag.rt.fmt
A handler for <parseNumber> that supports rtexprvalue-based attributes.
ParseNumberTag() - Constructor for class org.apache.taglibs.standard.tag.rt.fmt.ParseNumberTag
 
parsePostData(int, ServletInputStream) - Static method in class javax.servlet.http.HttpUtils
Deprecated.
Parses data from an HTML form that the client sends to the server using the HTTP POST method and the application/x-www-form-urlencoded MIME type.
parseQName(String, NamespaceContext) - Static method in class javax.xml.bind.DatatypeConverter
Converts the string argument into a byte value.
parseQName(String, NamespaceContext) - Method in interface javax.xml.bind.DatatypeConverterInterface
Converts the string argument into a QName value.
parseQueryString(String) - Static method in class javax.servlet.http.HttpUtils
Deprecated.
Parses a query string passed from the client to the server and builds a HashTable object with key-value pairs.
ParserTest - Class in org.apache.taglibs.standard.lang.jstl.test
This runs a series of tests specifically for the parser.
ParserTest() - Constructor for class org.apache.taglibs.standard.lang.jstl.test.ParserTest
Constructor
ParserUtils - Class in org.apache.jasper.xmlparser
XML parsing utilities for processing web application deployment descriptor and tag library descriptor files.
ParserUtils() - Constructor for class org.apache.jasper.xmlparser.ParserUtils
 
ParserUtils(boolean) - Constructor for class org.apache.jasper.xmlparser.ParserUtils
 
parseShort(String) - Static method in class javax.xml.bind.DatatypeConverter
Converts the string argument into a short value.
parseShort(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
Converts the string argument into a short value.
parseString(String) - Static method in class javax.xml.bind.DatatypeConverter
Convert the lexical XSD string argument into a String value.
parseString(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
Convert the string argument into a string.
ParseSupport - Class in org.apache.taglibs.standard.tag.common.xml
Support for tag handlers for <parse>, the XML parsing tag.
ParseSupport() - Constructor for class org.apache.taglibs.standard.tag.common.xml.ParseSupport
 
ParseSupport.JstlEntityResolver - Class in org.apache.taglibs.standard.tag.common.xml
Lets us resolve relative external entities.
ParseTag - Class in org.apache.taglibs.standard.tag.el.xml
A handler for <parse> that accepts attributes as Strings and evaluates them as expressions at runtime.
ParseTag() - Constructor for class org.apache.taglibs.standard.tag.el.xml.ParseTag
Constructs a new ParseTag.
ParseTag - Class in org.apache.taglibs.standard.tag.rt.xml
A handler for <parse> that supports rtexprvalue-based attributes.
ParseTag() - Constructor for class org.apache.taglibs.standard.tag.rt.xml.ParseTag
 
parseTime(String) - Static method in class javax.xml.bind.DatatypeConverter
Converts the string argument into a Calendar value.
parseTime(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
Converts the string argument into a Calendar value.
parseUnsignedInt(String) - Static method in class javax.xml.bind.DatatypeConverter
Converts the string argument into a long value.
parseUnsignedInt(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
Converts the string argument into a long value.
parseUnsignedShort(String) - Static method in class javax.xml.bind.DatatypeConverter
Converts the string argument into an int value.
parseUnsignedShort(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
Converts the string argument into an int value.
parseXMLDocument(String, InputSource) - Method in class org.apache.jasper.xmlparser.ParserUtils
Parse the specified XML document, and return a TreeNode that corresponds to the root node of the document tree.
parseXMLDocument(String, InputSource, boolean) - Method in class org.apache.jasper.xmlparser.ParserUtils
Parse the specified XML document, and return a TreeNode that corresponds to the root node of the document tree.
parseXMLDocument(String, InputStream) - Method in class org.apache.jasper.xmlparser.ParserUtils
Parse the specified XML document, and return a TreeNode that corresponds to the root node of the document tree.
parseXMLDocument(String, InputStream, boolean) - Method in class org.apache.jasper.xmlparser.ParserUtils
Parse the specified XML document, and return a TreeNode that corresponds to the root node of the document tree.
Part - Interface in javax.servlet.http
This class represents a part or form item that was received within a multipart/form-data POST request.
Password - Class in javax.security.enterprise.credential
Represents a text-based password, and includes a built-in mechanism for securely clearing the value.
Password(char[]) - Constructor for class javax.security.enterprise.credential.Password
Constructor
Password(String) - Constructor for class javax.security.enterprise.credential.Password
Constructor
password - Variable in class org.apache.taglibs.standard.tag.common.sql.SetDataSourceTagSupport
 
PASSWORD_PROPERTY - Static variable in interface javax.xml.rpc.Call
Standard property: Password for authentication
PASSWORD_PROPERTY - Static variable in interface javax.xml.rpc.Stub
Standard property: Password for authentication.
PASSWORD_PROPERTY - Static variable in interface javax.xml.ws.BindingProvider
Standard property: Password for authentication.
PasswordCredential - Class in javax.resource.spi.security
The class PasswordCredential acts as a holder for username and password.
PasswordCredential(String, char[]) - Constructor for class javax.resource.spi.security.PasswordCredential
Creates a new PasswordCredential object from the given user name and password.
PasswordHash - Interface in javax.security.enterprise.identitystore
PasswordHash is an interface for objects that can generate and verify password hashes.
Path<X> - Interface in javax.persistence.criteria
Represents a simple or compound attribute path from a bound type or collection, and is a "primitive" expression.
path(String) - Method in interface javax.servlet.http.PushBuilder
Set the URI path to be used for the push.
Path - Class in org.apache.taglibs.standard.extra.spath
Represents a simple path (SPath) expression.
Path() - Constructor for class org.apache.taglibs.standard.extra.spath.Path
 
PATH_INFO - Static variable in interface javax.xml.ws.handler.MessageContext
Standard property: Request Path Info
PathParam - Annotation Type in javax.websocket.server
This annotation may be used to annotate method parameters on server endpoints where a URI-template has been used in the path-mapping of the ServerEndpoint annotation.
pattern - Variable in class org.apache.taglibs.standard.tag.common.fmt.FormatDateSupport
 
pattern - Variable in class org.apache.taglibs.standard.tag.common.fmt.FormatNumberSupport
 
pattern - Variable in class org.apache.taglibs.standard.tag.common.fmt.ParseDateSupport
 
pattern - Variable in class org.apache.taglibs.standard.tag.common.fmt.ParseNumberSupport
 
Pbkdf2PasswordHash - Interface in javax.security.enterprise.identitystore
This interface represents the built-in Pbkdf2PasswordHash implementation.
peekChar() - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
Returns the next character on the input.
PermitAll - Annotation Type in javax.annotation.security
Specifies that all security roles are allowed to invoke the specified method(s) — i.e., that the specified method(s) are "unchecked".
PermittedTaglibsTLV - Class in javax.servlet.jsp.jstl.tlv
A TagLibraryValidator class to allow a TLD to restrict what taglibs (in addition to itself) may be imported on a page where it's used.
PermittedTaglibsTLV() - Constructor for class javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV
 
persist(Object) - Method in interface javax.persistence.EntityManager
Make an instance managed and persistent.
Persistence - Class in javax.persistence
Bootstrap class that is used to obtain an EntityManagerFactory in Java SE environments.
Persistence() - Constructor for class javax.persistence.Persistence
 
PERSISTENCE_PROVIDER - Static variable in class javax.persistence.Persistence
Deprecated. 
PersistenceContext - Annotation Type in javax.persistence
Expresses a dependency on a container-managed EntityManager and its associated persistence context.
PersistenceContexts - Annotation Type in javax.persistence
Declares one or more PersistenceContext annotations.
PersistenceContextType - Enum in javax.persistence
Specifies whether a transaction-scoped or extended persistence context is to be used in PersistenceContext.
PersistenceException - Exception in javax.persistence
Thrown by the persistence provider when a problem occurs.
PersistenceException() - Constructor for exception javax.persistence.PersistenceException
Constructs a new PersistenceException exception with null as its detail message.
PersistenceException(String) - Constructor for exception javax.persistence.PersistenceException
Constructs a new PersistenceException exception with the specified detail message.
PersistenceException(String, Throwable) - Constructor for exception javax.persistence.PersistenceException
Constructs a new PersistenceException exception with the specified detail message and cause.
PersistenceException(Throwable) - Constructor for exception javax.persistence.PersistenceException
Constructs a new PersistenceException exception with the specified cause.
PersistenceProperty - Annotation Type in javax.persistence
Describes a single container or persistence provider property.
PersistenceProvider - Interface in javax.persistence.spi
Interface implemented by the persistence provider.
PersistenceProviderResolver - Interface in javax.persistence.spi
Determine the list of persistence providers available in the runtime environment.
PersistenceProviderResolverHolder - Class in javax.persistence.spi
Holds the global PersistenceProviderResolver instance.
PersistenceProviderResolverHolder() - Constructor for class javax.persistence.spi.PersistenceProviderResolverHolder
 
PersistenceUnit - Annotation Type in javax.persistence
Expresses a dependency on an EntityManagerFactory and its associated persistence unit.
PersistenceUnitInfo - Interface in javax.persistence.spi
Interface implemented by the container and used by the persistence provider when creating an EntityManagerFactory.
PersistenceUnits - Annotation Type in javax.persistence
Declares one or more PersistenceUnit annotations.
PersistenceUnitTransactionType - Enum in javax.persistence.spi
Specifies whether entity managers created by the EntityManagerFactory will be JTA or resource-local entity managers.
PersistenceUnitUtil - Interface in javax.persistence
Utility interface between the application and the persistence provider managing the persistence unit.
PersistenceUtil - Interface in javax.persistence
Utility interface between the application and the persistence provider(s).
PERSISTENT - Static variable in interface javax.jms.DeliveryMode
This delivery mode instructs the JMS provider to log the message to stable storage as part of the client's send operation.
PERSON_NAME - Static variable in interface javax.xml.registry.LifeCycleManager
Constant representing the javax.xml.registry.infomodel.PersonName interface.
PersonName - Interface in javax.xml.registry.infomodel
Represents a person's name.
PessimisticLockException - Exception in javax.persistence
Thrown by the persistence provider when an pessimistic locking conflict occurs.
PessimisticLockException() - Constructor for exception javax.persistence.PessimisticLockException
Constructs a new PessimisticLockException exception with null as its detail message.
PessimisticLockException(String) - Constructor for exception javax.persistence.PessimisticLockException
Constructs a new PessimisticLockException exception with the specified detail message.
PessimisticLockException(String, Throwable) - Constructor for exception javax.persistence.PessimisticLockException
Constructs a new PessimisticLockException exception with the specified detail message and cause.
PessimisticLockException(Throwable) - Constructor for exception javax.persistence.PessimisticLockException
Constructs a new PessimisticLockException exception with the specified cause.
PessimisticLockException(Object) - Constructor for exception javax.persistence.PessimisticLockException
Constructs a new PessimisticLockException exception with the specified entity.
PessimisticLockException(String, Throwable, Object) - Constructor for exception javax.persistence.PessimisticLockException
Constructs a new PessimisticLockException exception with the specified detail message, cause, and entity.
PessimisticLockScope - Enum in javax.persistence
Defines the values of the javax.persistence.lock.scope property for pessimistic locking.
PLATFORM_AFTER - Static variable in class javax.interceptor.Interceptor.Priority
Start of range for late interceptors defined by platform specifications.
PLATFORM_BEFORE - Static variable in class javax.interceptor.Interceptor.Priority
Start of range for early interceptors defined by platform specifications.
PLUGIN_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
PluralAttribute<X,C,E> - Interface in javax.persistence.metamodel
Instances of the type PluralAttribute represent persistent collection-valued attributes.
PluralAttribute.CollectionType - Enum in javax.persistence.metamodel
 
PluralJoin<Z,C,E> - Interface in javax.persistence.criteria
The PluralJoin interface defines functionality that is common to joins to all collection types.
PLUS - Static variable in interface org.apache.taglibs.standard.lang.jstl.parser.ELParserConstants
 
PlusOperator - Class in org.apache.taglibs.standard.lang.jstl
The implementation of the plus operator
PlusOperator() - Constructor for class org.apache.taglibs.standard.lang.jstl.PlusOperator
Constructor
PongMessage - Interface in javax.websocket
The PongMessage interface represents a web socket pong.
popBody() - Method in class javax.servlet.jsp.JspContext
Return the previous JspWriter "out" saved by the matching pushBody(), and update the value of the "out" attribute in the page scope attribute namespace of the JspContext.
popBody() - Method in class org.apache.jasper.runtime.JspContextWrapper
 
popBody() - Method in class org.apache.jasper.runtime.PageContextImpl
 
popIndent() - Method in class org.apache.jasper.compiler.ServletWriter
 
popPrefixMapping(String) - Method in class org.apache.jasper.compiler.PageInfo
 
PortInfo - Interface in javax.xml.ws.handler
The PortInfo interface is used by a HandlerResolver to query information about the port it is being asked to create a handler chain for.
PostActivate - Annotation Type in javax.ejb
Designates a method to receive a callback after a stateful session bean has been activated.
POSTAL_ADDRESS - Static variable in interface javax.xml.registry.LifeCycleManager
Constant representing the javax.xml.registry.infomodel.PostalAddress interface.
PostalAddress - Interface in javax.xml.registry.infomodel
PostalAddress is a simple re-usable entity class that defines attributes of a postal Address.
PostConstruct - Annotation Type in javax.annotation
The PostConstruct annotation is used on a method that needs to be executed after dependency injection is done to perform any initialization.
PostLoad - Annotation Type in javax.persistence
Specifies a callback method for the corresponding lifecycle event.
PostPersist - Annotation Type in javax.persistence
Specifies a callback method for the corresponding lifecycle event.
PostRemove - Annotation Type in javax.persistence
Specifies a callback method for the corresponding lifecycle event.
PostUpdate - Annotation Type in javax.persistence
Specifies a callback method for the corresponding lifecycle event.
PRECOMPILE - Static variable in class org.apache.jasper.Constants
The query parameter that causes the JSP engine to just pregenerated the servlet but not invoke it.
PreDestroy - Annotation Type in javax.annotation
The PreDestroy annotation is used on a method as a callback notification to signal that the instance is in the process of being removed by the container.
preDestroy(JspTag) - Method in interface org.glassfish.jsp.api.ResourceInjector
Invokes any @PreDestroy methods defined on the instance's class (and super-classes).
Predicate - Interface in javax.persistence.criteria
The type of a simple or compound predicate: a conjunction or disjunction of restrictions.
Predicate - Class in org.apache.taglibs.standard.extra.spath
Represents a simple predicate expression.
Predicate() - Constructor for class org.apache.taglibs.standard.extra.spath.Predicate
 
predicate() - Method in class org.apache.taglibs.standard.extra.spath.SPathParser
 
Predicate.BooleanOperator - Enum in javax.persistence.criteria
 
preferredSubprotocols(List<String>) - Method in class javax.websocket.ClientEndpointConfig.Builder
Set the preferred sub protocols for the configuration this builder will build.
prefix - Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
The prefix assigned to this taglib from the taglib directive.
prefix - Variable in class org.apache.taglibs.standard.tag.common.fmt.BundleSupport
 
prefix - Variable in class org.apache.taglibs.standard.tlv.JstlBaseTLV
 
prepare(Xid) - Method in interface javax.resource.spi.XATerminator
Ask the resource manager to prepare for a transaction commit of the transaction specified in xid.
prepare() - Method in class javax.servlet.jsp.jstl.core.LoopTagSupport
Prepares for a single tag invocation.
prepare() - Method in class org.apache.taglibs.standard.tag.common.core.ForEachSupport
 
prepare() - Method in class org.apache.taglibs.standard.tag.common.core.ForTokensSupport
 
prepare() - Method in class org.apache.taglibs.standard.tag.common.xml.ForEachTag
 
PrePassivate - Annotation Type in javax.ejb
Designates a method to receive a callback before a stateful session bean is passivated.
PrePersist - Annotation Type in javax.persistence
Specifies a callback method for the corresponding lifecycle event.
PreRemove - Annotation Type in javax.persistence
Specifies a callback method for the corresponding lifecycle event.
PreUpdate - Annotation Type in javax.persistence
Specifies a callback method for the corresponding lifecycle event.
PrimaryKeyJoinColumn - Annotation Type in javax.persistence
Specifies a primary key column that is used as a foreign key to join to another table.
PrimaryKeyJoinColumns - Annotation Type in javax.persistence
Groups PrimaryKeyJoinColumn annotations.
print(boolean) - Method in class javax.servlet.jsp.JspWriter
Print a boolean value.
print(char) - Method in class javax.servlet.jsp.JspWriter
Print a character.
print(int) - Method in class javax.servlet.jsp.JspWriter
Print an integer.
print(long) - Method in class javax.servlet.jsp.JspWriter
Print a long integer.
print(float) - Method in class javax.servlet.jsp.JspWriter
Print a floating-point number.
print(double) - Method in class javax.servlet.jsp.JspWriter
Print a double-precision floating-point number.
print(char[]) - Method in class javax.servlet.jsp.JspWriter
Print an array of characters.
print(String) - Method in class javax.servlet.jsp.JspWriter
Print a string.
print(Object) - Method in class javax.servlet.jsp.JspWriter
Print an object.
print(String) - Method in class javax.servlet.ServletOutputStream
Writes a String to the client, without a carriage return-line feed (CRLF) character at the end.
print(boolean) - Method in class javax.servlet.ServletOutputStream
Writes a boolean value to the client, with no carriage return-line feed (CRLF) character at the end.
print(char) - Method in class javax.servlet.ServletOutputStream
Writes a character to the client, with no carriage return-line feed (CRLF) at the end.
print(int) - Method in class javax.servlet.ServletOutputStream
Writes an int to the client, with no carriage return-line feed (CRLF) at the end.
print(long) - Method in class javax.servlet.ServletOutputStream
Writes a long value to the client, with no carriage return-line feed (CRLF) at the end.
print(float) - Method in class javax.servlet.ServletOutputStream
Writes a float value to the client, with no carriage return-line feed (CRLF) at the end.
print(double) - Method in class javax.servlet.ServletOutputStream
Writes a double value to the client, with no carriage return-line feed (CRLF) at the end.
print(char) - Method in class org.apache.jasper.compiler.ServletWriter
Prints the given char.
print(int) - Method in class org.apache.jasper.compiler.ServletWriter
Prints the given int.
print(String) - Method in class org.apache.jasper.compiler.ServletWriter
Prints the given string.
print(boolean) - Method in class org.apache.jasper.runtime.BodyContentImpl
Print a boolean value.
print(char) - Method in class org.apache.jasper.runtime.BodyContentImpl
Print a character.
print(int) - Method in class org.apache.jasper.runtime.BodyContentImpl
Print an integer.
print(long) - Method in class org.apache.jasper.runtime.BodyContentImpl
Print a long integer.
print(float) - Method in class org.apache.jasper.runtime.BodyContentImpl
Print a floating-point number.
print(double) - Method in class org.apache.jasper.runtime.BodyContentImpl
Print a double-precision floating-point number.
print(char[]) - Method in class org.apache.jasper.runtime.BodyContentImpl
Print an array of characters.
print(String) - Method in class org.apache.jasper.runtime.BodyContentImpl
Print a string.
print(Object) - Method in class org.apache.jasper.runtime.BodyContentImpl
Print an object.
print(boolean) - Method in class org.apache.jasper.runtime.JspWriterImpl
Print a boolean value.
print(char) - Method in class org.apache.jasper.runtime.JspWriterImpl
Print a character.
print(int) - Method in class org.apache.jasper.runtime.JspWriterImpl
Print an integer.
print(long) - Method in class org.apache.jasper.runtime.JspWriterImpl
Print a long integer.
print(float) - Method in class org.apache.jasper.runtime.JspWriterImpl
Print a floating-point number.
print(double) - Method in class org.apache.jasper.runtime.JspWriterImpl
Print a double-precision floating-point number.
print(char[]) - Method in class org.apache.jasper.runtime.JspWriterImpl
Print an array of characters.
print(String) - Method in class org.apache.jasper.runtime.JspWriterImpl
Print a string.
print(Object) - Method in class org.apache.jasper.runtime.JspWriterImpl
Print an object.
printAnySimpleType(String) - Static method in class javax.xml.bind.DatatypeConverter
Converts a string value into a string.
printAnySimpleType(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
Converts a string value into a string.
printBase64Binary(byte[]) - Static method in class javax.xml.bind.DatatypeConverter
Converts an array of bytes into a string.
printBase64Binary(byte[]) - Method in interface javax.xml.bind.DatatypeConverterInterface
Converts an array of bytes into a string.
printBoolean(boolean) - Static method in class javax.xml.bind.DatatypeConverter
Converts a boolean value into a string.
printBoolean(boolean) - Method in interface javax.xml.bind.DatatypeConverterInterface
Converts a boolean value into a string.
printByte(byte) - Static method in class javax.xml.bind.DatatypeConverter
Converts a byte value into a string.
printByte(byte) - Method in interface javax.xml.bind.DatatypeConverterInterface
Converts a byte value into a string.
printComment(Mark, Mark, char[]) - Method in class org.apache.jasper.compiler.ServletWriter
Print a standard comment for echo outputed chunk.
PrintConversionEvent - Interface in javax.xml.bind
This event indicates that a problem was encountered while converting data from the Java content tree into its lexical representation.
PrintConversionEventImpl - Class in javax.xml.bind.helpers
Default implementation of the PrintConversionEvent interface.
PrintConversionEventImpl(int, String, ValidationEventLocator) - Constructor for class javax.xml.bind.helpers.PrintConversionEventImpl
Create a new PrintConversionEventImpl.
PrintConversionEventImpl(int, String, ValidationEventLocator, Throwable) - Constructor for class javax.xml.bind.helpers.PrintConversionEventImpl
Create a new PrintConversionEventImpl.
printDate(Calendar) - Static method in class javax.xml.bind.DatatypeConverter
Converts a Calendar value into a string.
printDate(Calendar) - Method in interface javax.xml.bind.DatatypeConverterInterface
Converts a Calendar value into a string.
printDateTime(Calendar) - Static method in class javax.xml.bind.DatatypeConverter
Converts a Calendar value into a string.
printDateTime(Calendar) - Method in interface javax.xml.bind.DatatypeConverterInterface
Converts a Calendar value into a string.
printDecimal(BigDecimal) - Static method in class javax.xml.bind.DatatypeConverter
Converts a BigDecimal value into a string.
printDecimal(BigDecimal) - Method in interface javax.xml.bind.DatatypeConverterInterface
Converts a BigDecimal value into a string.
printDetails(Node) - Static method in class org.apache.taglibs.standard.tag.common.xml.XPathUtil
 
printDouble(double) - Static method in class javax.xml.bind.DatatypeConverter
Converts a double value into a string.
printDouble(double) - Method in interface javax.xml.bind.DatatypeConverterInterface
Converts a double value into a string.
printFloat(float) - Static method in class javax.xml.bind.DatatypeConverter
Converts a float value into a string.
printFloat(float) - Method in interface javax.xml.bind.DatatypeConverterInterface
Converts a float value into a string.
printHexBinary(byte[]) - Static method in class javax.xml.bind.DatatypeConverter
Converts an array of bytes into a string.
printHexBinary(byte[]) - Method in interface javax.xml.bind.DatatypeConverterInterface
Converts an array of bytes into a string.
printil(String) - Method in class org.apache.jasper.compiler.ServletWriter
Prints the current indention, and then the string, and a '\n'.
printin() - Method in class org.apache.jasper.compiler.ServletWriter
Prints the current indention
printin(String) - Method in class org.apache.jasper.compiler.ServletWriter
Prints the current indention, followed by the given string
printInt(int) - Static method in class javax.xml.bind.DatatypeConverter
Converts an int value into a string.
printInt(int) - Method in interface javax.xml.bind.DatatypeConverterInterface
Converts an int value into a string.
printInteger(BigInteger) - Static method in class javax.xml.bind.DatatypeConverter
Converts a BigInteger value into a string.
printInteger(BigInteger) - Method in interface javax.xml.bind.DatatypeConverterInterface
Converts a BigInteger value into a string.
println() - Method in class javax.servlet.jsp.JspWriter
Terminate the current line by writing the line separator string.
println(boolean) - Method in class javax.servlet.jsp.JspWriter
Print a boolean value and then terminate the line.
println(char) - Method in class javax.servlet.jsp.JspWriter
Print a character and then terminate the line.
println(int) - Method in class javax.servlet.jsp.JspWriter
Print an integer and then terminate the line.
println(long) - Method in class javax.servlet.jsp.JspWriter
Print a long integer and then terminate the line.
println(float) - Method in class javax.servlet.jsp.JspWriter
Print a floating-point number and then terminate the line.
println(double) - Method in class javax.servlet.jsp.JspWriter
Print a double-precision floating-point number and then terminate the line.
println(char[]) - Method in class javax.servlet.jsp.JspWriter
Print an array of characters and then terminate the line.
println(String) - Method in class javax.servlet.jsp.JspWriter
Print a String and then terminate the line.
println(Object) - Method in class javax.servlet.jsp.JspWriter
Print an Object and then terminate the line.
println() - Method in class javax.servlet.ServletOutputStream
Writes a carriage return-line feed (CRLF) to the client.
println(String) - Method in class javax.servlet.ServletOutputStream
Writes a String to the client, followed by a carriage return-line feed (CRLF).
println(boolean) - Method in class javax.servlet.ServletOutputStream
Writes a boolean value to the client, followed by a carriage return-line feed (CRLF).
println(char) - Method in class javax.servlet.ServletOutputStream
Writes a character to the client, followed by a carriage return-line feed (CRLF).
println(int) - Method in class javax.servlet.ServletOutputStream
Writes an int to the client, followed by a carriage return-line feed (CRLF) character.
println(long) - Method in class javax.servlet.ServletOutputStream
Writes a long value to the client, followed by a carriage return-line feed (CRLF).
println(float) - Method in class javax.servlet.ServletOutputStream
Writes a float value to the client, followed by a carriage return-line feed (CRLF).
println(double) - Method in class javax.servlet.ServletOutputStream
Writes a double value to the client, followed by a carriage return-line feed (CRLF).
println(String) - Method in class org.apache.jasper.compiler.ServletWriter
Prints the given string followed by '\n'
println() - Method in class org.apache.jasper.compiler.ServletWriter
Prints a '\n'
println() - Method in class org.apache.jasper.runtime.BodyContentImpl
Terminate the current line by writing the line separator string.
println(boolean) - Method in class org.apache.jasper.runtime.BodyContentImpl
Print a boolean value and then terminate the line.
println(char) - Method in class org.apache.jasper.runtime.BodyContentImpl
Print a character and then terminate the line.
println(int) - Method in class org.apache.jasper.runtime.BodyContentImpl
Print an integer and then terminate the line.
println(long) - Method in class org.apache.jasper.runtime.BodyContentImpl
Print a long integer and then terminate the line.
println(float) - Method in class org.apache.jasper.runtime.BodyContentImpl
Print a floating-point number and then terminate the line.
println(double) - Method in class org.apache.jasper.runtime.BodyContentImpl
Print a double-precision floating-point number and then terminate the line.
println(char[]) - Method in class org.apache.jasper.runtime.BodyContentImpl
Print an array of characters and then terminate the line.
println(String) - Method in class org.apache.jasper.runtime.BodyContentImpl
Print a String and then terminate the line.
println(Object) - Method in class org.apache.jasper.runtime.BodyContentImpl
Print an Object and then terminate the line.
println() - Method in class org.apache.jasper.runtime.JspWriterImpl
Terminate the current line by writing the line separator string.
println(boolean) - Method in class org.apache.jasper.runtime.JspWriterImpl
Print a boolean value and then terminate the line.
println(char) - Method in class org.apache.jasper.runtime.JspWriterImpl
Print a character and then terminate the line.
println(int) - Method in class org.apache.jasper.runtime.JspWriterImpl
Print an integer and then terminate the line.
println(long) - Method in class org.apache.jasper.runtime.JspWriterImpl
Print a long integer and then terminate the line.
println(float) - Method in class org.apache.jasper.runtime.JspWriterImpl
Print a floating-point number and then terminate the line.
println(double) - Method in class org.apache.jasper.runtime.JspWriterImpl
Print a double-precision floating-point number and then terminate the line.
println(char[]) - Method in class org.apache.jasper.runtime.JspWriterImpl
Print an array of characters and then terminate the line.
println(String) - Method in class org.apache.jasper.runtime.JspWriterImpl
Print a String and then terminate the line.
println(Object) - Method in class org.apache.jasper.runtime.JspWriterImpl
Print an Object and then terminate the line.
printLong(long) - Static method in class javax.xml.bind.DatatypeConverter
Converts A long value into a string.
printLong(long) - Method in interface javax.xml.bind.DatatypeConverterInterface
Converts a long value into a string.
printMultiLn(String) - Method in class org.apache.jasper.compiler.ServletWriter
Prints the given string.
printQName(QName, NamespaceContext) - Static method in class javax.xml.bind.DatatypeConverter
Converts a QName instance into a string.
printQName(QName, NamespaceContext) - Method in interface javax.xml.bind.DatatypeConverterInterface
Converts a QName instance into a string.
printShort(short) - Static method in class javax.xml.bind.DatatypeConverter
Converts a short value into a string.
printShort(short) - Method in interface javax.xml.bind.DatatypeConverterInterface
Converts a short value into a string.
printStackTrace(PrintStream) - Method in exception javax.xml.bind.JAXBException
Prints this JAXBException and its stack trace (including the stack trace of the linkedException if it is non-null) to the PrintStream.
printStackTrace() - Method in exception javax.xml.bind.JAXBException
Prints this JAXBException and its stack trace (including the stack trace of the linkedException if it is non-null) to System.err.
printStackTrace(PrintWriter) - Method in exception javax.xml.bind.JAXBException
Prints this JAXBException and its stack trace (including the stack trace of the linkedException if it is non-null) to the PrintWriter.
printStackTrace(PrintStream) - Method in exception javax.xml.bind.TypeConstraintException
Prints this TypeConstraintException and its stack trace (including the stack trace of the linkedException if it is non-null) to the PrintStream.
printStackTrace() - Method in exception javax.xml.bind.TypeConstraintException
Prints this TypeConstraintException and its stack trace (including the stack trace of the linkedException if it is non-null) to System.err.
printString(String) - Static method in class javax.xml.bind.DatatypeConverter
Converts the string argument into a string.
printString(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
Converts the string argument into a string.
printTime(Calendar) - Static method in class javax.xml.bind.DatatypeConverter
Converts a Calendar value into a string.
printTime(Calendar) - Method in interface javax.xml.bind.DatatypeConverterInterface
Converts a Calendar value into a string.
printUnsignedInt(long) - Static method in class javax.xml.bind.DatatypeConverter
Converts a long value into a string.
printUnsignedInt(long) - Method in interface javax.xml.bind.DatatypeConverterInterface
Converts a long value into a string.
printUnsignedShort(int) - Static method in class javax.xml.bind.DatatypeConverter
Converts an int value into a string.
printUnsignedShort(int) - Method in interface javax.xml.bind.DatatypeConverterInterface
Converts an int value into a string.
Priority - Annotation Type in javax.annotation
The Priority annotation can be applied to classes or parameters to indicate in what order they should be used.
priority() - Method in interface javax.security.enterprise.identitystore.IdentityStore
Determines the order of invocation for multiple IdentityStores.
PrivilegedGetTccl - Class in org.apache.jasper.security
 
PrivilegedGetTccl() - Constructor for class org.apache.jasper.security.PrivilegedGetTccl
 
PrivilegedSetTccl - Class in org.apache.jasper.security
 
PrivilegedSetTccl(ClassLoader) - Constructor for class org.apache.jasper.security.PrivilegedSetTccl
 
proceed() - Method in interface javax.interceptor.InvocationContext
Proceed to the next interceptor in the interceptor chain.
processingInstruction(String, String) - Method in class org.apache.taglibs.standard.extra.spath.SPathFilter
Filter for processingInstruction().
prod(Expression<? extends N>, Expression<? extends N>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression that returns the product of its arguments.
prod(Expression<? extends N>, N) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression that returns the product of its arguments.
prod(N, Expression<? extends N>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression that returns the product of its arguments.
property - Variable in class org.apache.taglibs.standard.tag.common.core.SetSupport
 
PROPERTY_EDITOR_ERROR - Static variable in class org.apache.taglibs.standard.lang.jstl.Constants
 
PROPERTY_NAMING_STRATEGY - Static variable in class javax.json.bind.JsonbConfig
Property used to specify custom naming strategy.
PROPERTY_ORDER_STRATEGY - Static variable in class javax.json.bind.JsonbConfig
Property used to specify custom order strategy.
PROPERTY_VISIBILITY_STRATEGY - Static variable in class javax.json.bind.JsonbConfig
Property used to specify custom visibility strategy.
PropertyException - Exception in javax.xml.bind
This exception indicates that an error was encountered while getting or setting a property.
PropertyException(String) - Constructor for exception javax.xml.bind.PropertyException
Construct a PropertyException with the specified detail message.
PropertyException(String, String) - Constructor for exception javax.xml.bind.PropertyException
Construct a PropertyException with the specified detail message and vendor specific errorCode.
PropertyException(Throwable) - Constructor for exception javax.xml.bind.PropertyException
Construct a PropertyException with a linkedException.
PropertyException(String, Throwable) - Constructor for exception javax.xml.bind.PropertyException
Construct a PropertyException with the specified detail message and linkedException.
PropertyException(String, String, Throwable) - Constructor for exception javax.xml.bind.PropertyException
Construct a PropertyException with the specified detail message, vendor specific errorCode, and linkedException.
PropertyException(String, Object) - Constructor for exception javax.xml.bind.PropertyException
Construct a PropertyException whose message field is set based on the name of the property and value.toString().
propertyExists(String) - Method in interface javax.jms.JMSProducer
Indicates whether a message property with the specified name has been set on this JMSProducer
propertyExists(String) - Method in interface javax.jms.Message
Indicates whether a property value exists.
PropertyNamingStrategy - Interface in javax.json.bind.config
Allows to define custom property naming strategy.
PropertyOrderStrategy - Class in javax.json.bind.config
Specifies predefined property order strategies.
PropertySuffix() - Method in class org.apache.taglibs.standard.lang.jstl.parser.ELParser
 
PropertySuffix - Class in org.apache.taglibs.standard.lang.jstl
Represents an operator that obtains the value of another value's property.
PropertySuffix(String) - Constructor for class org.apache.taglibs.standard.lang.jstl.PropertySuffix
Constructor
PropertyVisibilityStrategy - Interface in javax.json.bind.config
Provides mechanism how to define customized property visibility strategy.
ProtectedFunctionMapper - Class in org.apache.jasper.runtime
Maps EL functions to their Java method counterparts.
ProtocolException - Exception in javax.xml.ws
The ProtocolException class is a base class for exceptions related to a specific protocol binding.
ProtocolException() - Constructor for exception javax.xml.ws.ProtocolException
Constructs a new protocol exception with null as its detail message.
ProtocolException(String) - Constructor for exception javax.xml.ws.ProtocolException
Constructs a new protocol exception with the specified detail message.
ProtocolException(String, Throwable) - Constructor for exception javax.xml.ws.ProtocolException
Constructs a new runtime exception with the specified detail message and cause.
ProtocolException(Throwable) - Constructor for exception javax.xml.ws.ProtocolException
Constructs a new runtime exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
PROVIDER - Static variable in class javax.ejb.embeddable.EJBContainer
Standard property name for specifying the embeddable container implementation bootstrap class.
provider() - Static method in class javax.json.bind.spi.JsonbProvider
Creates a JSON Binding provider object by using the ServiceLoader.load(Class) method.
provider(String) - Static method in class javax.json.bind.spi.JsonbProvider
Creates a JSON Binding provider object by using the ServiceLoader.load(Class) method, matching providerName.
Provider<T> - Interface in javax.xml.ws
Service endpoints may implement the Provider interface as a dynamic alternative to an SEI.
Provider - Class in javax.xml.ws.spi
Service provider for ServiceDelegate and Endpoint objects.
Provider() - Constructor for class javax.xml.ws.spi.Provider
Creates a new instance of Provider
provider() - Static method in class javax.xml.ws.spi.Provider
Creates a new provider object.
providers - Static variable in class javax.persistence.Persistence
Deprecated. 
ProviderUtil - Interface in javax.persistence.spi
Utility interface implemented by the persistence provider.
PublicBean1 - Class in org.apache.taglibs.standard.lang.jstl.test.beans
A publicly-accessible bean
PublicBean1() - Constructor for class org.apache.taglibs.standard.lang.jstl.test.beans.PublicBean1
 
PublicBean1b - Class in org.apache.taglibs.standard.lang.jstl.test.beans
A public bean subclassing a private bean subclassing a public bean
PublicBean1b() - Constructor for class org.apache.taglibs.standard.lang.jstl.test.beans.PublicBean1b
 
PublicBean2a - Class in org.apache.taglibs.standard.lang.jstl.test.beans
A publicly-accessible implementation of a public interface
PublicBean2a() - Constructor for class org.apache.taglibs.standard.lang.jstl.test.beans.PublicBean2a
 
PublicInterface2 - Interface in org.apache.taglibs.standard.lang.jstl.test.beans
A publicly-accessible interface
publish(Message) - Method in interface javax.jms.TopicPublisher
Publishes a message to the topic.
publish(Message, int, int, long) - Method in interface javax.jms.TopicPublisher
Publishes a message to the topic, specifying delivery mode, priority, and time to live.
publish(Topic, Message) - Method in interface javax.jms.TopicPublisher
Publishes a message to a topic for an unidentified message producer.
publish(Topic, Message, int, int, long) - Method in interface javax.jms.TopicPublisher
Publishes a message to a topic for an unidentified message producer, specifying delivery mode, priority and time to live.
publish(String) - Method in class javax.xml.ws.Endpoint
Publishes this endpoint at the given address.
publish(String, Object) - Static method in class javax.xml.ws.Endpoint
Creates and publishes an endpoint for the specified implementor object at the given address.
publish(String, Object, WebServiceFeature...) - Static method in class javax.xml.ws.Endpoint
Creates and publishes an endpoint for the specified implementor object at the given address.
publish(Object) - Method in class javax.xml.ws.Endpoint
Publishes this endpoint at the provided server context.
publish(HttpContext) - Method in class javax.xml.ws.Endpoint
Publishes this endpoint at the provided server context.
push() - Method in interface javax.servlet.http.PushBuilder
Push a resource given the current state of the builder, the method must be non-blocking.
pushBody(Writer) - Method in class javax.servlet.jsp.JspContext
Return a new JspWriter object that sends output to the provided Writer.
pushBody() - Method in class javax.servlet.jsp.PageContext
Return a new BodyContent object, save the current "out" JspWriter, and update the value of the "out" attribute in the page scope attribute namespace of the PageContext.
pushBody() - Method in class org.apache.jasper.runtime.JspContextWrapper
 
pushBody(Writer) - Method in class org.apache.jasper.runtime.JspContextWrapper
 
pushBody() - Method in class org.apache.jasper.runtime.PageContextImpl
 
pushBody(Writer) - Method in class org.apache.jasper.runtime.PageContextImpl
 
PushBuilder - Interface in javax.servlet.http
Build a request to be pushed.
pushIndent() - Method in class org.apache.jasper.compiler.ServletWriter
 
pushPrefixMapping(String, String) - Method in class org.apache.jasper.compiler.PageInfo
 
put(Object, Object) - Method in class org.apache.taglibs.standard.lang.jstl.EnumeratedMap
 
putAll(Map) - Method in class org.apache.taglibs.standard.lang.jstl.EnumeratedMap
 
putIANA2JavaMapping(String, String) - Static method in class org.apache.jasper.xmlparser.EncodingMap
Adds an IANA to Java encoding name mapping.
putJava2IANAMapping(String, String) - Static method in class org.apache.jasper.xmlparser.EncodingMap
Adds a Java to IANA encoding name mapping.
putNonCustomTagPrefix(String, Mark) - Method in class org.apache.jasper.compiler.PageInfo
 
putResource(Object, Object) - Method in interface javax.transaction.TransactionSynchronizationRegistry
Add or replace an object in the Map of resources being managed for the transaction bound to the current thread at the time this method is called.
putValue(String, Object) - Method in interface javax.servlet.http.HttpSession
Deprecated.
As of Version 2.2, this method is replaced by HttpSession.setAttribute(java.lang.String, java.lang.Object)

Q

QNAME - Static variable in interface org.apache.taglibs.standard.extra.spath.SPathParserConstants
 
QNameHolder - Class in javax.xml.rpc.holders
 
QNameHolder() - Constructor for class javax.xml.rpc.holders.QNameHolder
 
QNameHolder(QName) - Constructor for class javax.xml.rpc.holders.QNameHolder
 
QualifiedName() - Method in class org.apache.taglibs.standard.lang.jstl.parser.ELParser
 
Query - Interface in javax.persistence
Interface used to control query execution.
Query - Interface in javax.xml.registry
The Query interface encapsulates a query in a declarative query language.
QUERY_STRING - Static variable in interface javax.xml.ws.handler.MessageContext
Standard property: Query string for request.
QUERY_TYPE_EBXML_FILTER_QUERY - Static variable in interface javax.xml.registry.Query
An OASIS ebXML Registry XML Filter Query type.
QUERY_TYPE_SQL - Static variable in interface javax.xml.registry.Query
An SQL query type.
QUERY_TYPE_XQUERY - Static variable in interface javax.xml.registry.Query
A W3C XQuery type.
QueryHint - Annotation Type in javax.persistence
Used to supply a query property or hint to the NamedQuery or NamedNativeQuery annotation.
QueryManager - Interface in javax.xml.registry
This is the common base interface for all QueryManagers in the API.
queryNames(ObjectName, QueryExp) - Method in interface javax.management.j2ee.Management
Gets the names of managed objects controlled by the MEJB.
queryString(String) - Method in interface javax.servlet.http.PushBuilder
Set the query string to be used for the push.
QueryTag - Class in org.apache.taglibs.standard.tag.el.sql
Subclass for the JSTL library with EL support.
QueryTag() - Constructor for class org.apache.taglibs.standard.tag.el.sql.QueryTag
Constructs a new QueryTag.
QueryTag - Class in org.apache.taglibs.standard.tag.rt.sql
Subclass for the JSTL library with rtexprvalue support.
QueryTag() - Constructor for class org.apache.taglibs.standard.tag.rt.sql.QueryTag
Constructs a new QueryTag.
QueryTagSupport - Class in org.apache.taglibs.standard.tag.common.sql
Tag handler for <Query> in JSTL.
QueryTagSupport() - Constructor for class org.apache.taglibs.standard.tag.common.sql.QueryTagSupport
 
QueryTimeoutException - Exception in javax.persistence
Thrown by the persistence provider when a query times out and only the statement is rolled back.
QueryTimeoutException() - Constructor for exception javax.persistence.QueryTimeoutException
Constructs a new QueryTimeoutException exception with null as its detail message.
QueryTimeoutException(String) - Constructor for exception javax.persistence.QueryTimeoutException
Constructs a new QueryTimeoutException exception with the specified detail message.
QueryTimeoutException(String, Throwable) - Constructor for exception javax.persistence.QueryTimeoutException
Constructs a new QueryTimeoutException exception with the specified detail message and cause.
QueryTimeoutException(Throwable) - Constructor for exception javax.persistence.QueryTimeoutException
Constructs a new QueryTimeoutException exception with the specified cause.
QueryTimeoutException(Query) - Constructor for exception javax.persistence.QueryTimeoutException
Constructs a new QueryTimeoutException exception with the specified query.
QueryTimeoutException(String, Throwable, Query) - Constructor for exception javax.persistence.QueryTimeoutException
Constructs a new QueryTimeoutException exception with the specified detail message, cause, and query.
Queue - Interface in javax.jms
A Queue object encapsulates a provider-specific queue name.
QueueBrowser - Interface in javax.jms
A client uses a QueueBrowser object to look at messages on a queue without removing them.
QueueConnection - Interface in javax.jms
A QueueConnection object is an active connection to a point-to-point JMS provider.
QueueConnectionFactory - Interface in javax.jms
A client uses a QueueConnectionFactory object to create QueueConnection objects with a point-to-point JMS provider.
QueueReceiver - Interface in javax.jms
A client uses a QueueReceiver object to receive messages that have been delivered to a queue.
QueueRequestor - Class in javax.jms
The QueueRequestor helper class simplifies making service requests.
QueueRequestor(QueueSession, Queue) - Constructor for class javax.jms.QueueRequestor
Constructor for the QueueRequestor class.
QueueSender - Interface in javax.jms
A client uses a QueueSender object to send messages to a queue.
QueueSession - Interface in javax.jms
A QueueSession object provides methods for creating QueueReceiver, QueueSender, QueueBrowser, and TemporaryQueue objects.
quot(Expression<? extends Number>, Expression<? extends Number>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression that returns the quotient of its arguments.
quot(Expression<? extends Number>, Number) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression that returns the quotient of its arguments.
quot(Number, Expression<? extends Number>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression that returns the quotient of its arguments.

R

RangeStatistic - Interface in javax.management.j2ee.statistics
Specifies standard measurements of the lowest and highest values an attribute has held as well as its current value.
rawDataSource - Variable in class org.apache.taglibs.standard.tag.common.sql.QueryTagSupport
 
rawDataSource - Variable in class org.apache.taglibs.standard.tag.common.sql.TransactionTagSupport
 
rawDataSource - Variable in class org.apache.taglibs.standard.tag.common.sql.UpdateTagSupport
 
rawItems - Variable in class org.apache.taglibs.standard.tag.common.core.ForEachSupport
 
RBRACKET - Static variable in interface org.apache.taglibs.standard.lang.jstl.parser.ELParserConstants
 
read(InputStream) - Method in interface javax.resource.cci.Streamable
Read data from an InputStream and initialize fields of a Streamable object.
read() - Method in class org.apache.jasper.xmlparser.ASCIIReader
Read a single character.
read(char[], int, int) - Method in class org.apache.jasper.xmlparser.ASCIIReader
Read characters into a portion of an array.
read() - Method in class org.apache.jasper.xmlparser.UCSReader
Read a single character.
read(char[], int, int) - Method in class org.apache.jasper.xmlparser.UCSReader
Read characters into a portion of an array.
read() - Method in class org.apache.jasper.xmlparser.UTF8Reader
Read a single character.
read(char[], int, int) - Method in class org.apache.jasper.xmlparser.UTF8Reader
Read characters into a portion of an array.
readBoolean() - Method in interface javax.jms.BytesMessage
Reads a boolean from the bytes message stream.
readBoolean() - Method in interface javax.jms.StreamMessage
Reads a boolean from the stream message.
readByte() - Method in interface javax.jms.BytesMessage
Reads a signed 8-bit value from the bytes message stream.
readByte() - Method in interface javax.jms.StreamMessage
Reads a byte value from the stream message.
readBytes(byte[]) - Method in interface javax.jms.BytesMessage
Reads a byte array from the bytes message stream.
readBytes(byte[], int) - Method in interface javax.jms.BytesMessage
Reads a portion of the bytes message stream.
readBytes(byte[]) - Method in interface javax.jms.StreamMessage
Reads a byte array field from the stream message into the specified byte[] object (the read buffer).
readChar() - Method in interface javax.jms.BytesMessage
Reads a Unicode character value from the bytes message stream.
readChar() - Method in interface javax.jms.StreamMessage
Reads a Unicode character value from the stream message.
readChar() - Method in class org.apache.taglibs.standard.extra.spath.ASCII_CharStream
 
readChar() - Method in class org.apache.taglibs.standard.extra.spath.ASCII_UCodeESC_CharStream
 
readChar() - Method in class org.apache.taglibs.standard.lang.jstl.parser.SimpleCharStream
 
readDouble() - Method in interface javax.jms.BytesMessage
Reads a double from the bytes message stream.
readDouble() - Method in interface javax.jms.StreamMessage
Reads a double from the stream message.
readEJBHome(ObjectInputStream) - Method in interface javax.ejb.spi.HandleDelegate
Deserialize the EJBHome reference corresponding to a HomeHandle.
readEJBObject(ObjectInputStream) - Method in interface javax.ejb.spi.HandleDelegate
Deserialize the EJBObject reference corresponding to a Handle.
readEndpointReference(Source) - Method in class javax.xml.ws.spi.Provider
read an EndpointReference from the infoset contained in eprInfoset.
readFloat() - Method in interface javax.jms.BytesMessage
Reads a float from the bytes message stream.
readFloat() - Method in interface javax.jms.StreamMessage
Reads a float from the stream message.
readFrom(Source) - Static method in class javax.xml.ws.EndpointReference
Factory method to read an EndpointReference from the infoset contained in eprInfoset.
readInt() - Method in interface javax.jms.BytesMessage
Reads a signed 32-bit integer from the bytes message stream.
readInt() - Method in interface javax.jms.StreamMessage
Reads a 32-bit integer from the stream message.
readLine(byte[], int, int) - Method in class javax.servlet.ServletInputStream
Reads the input stream, one line at a time.
ReadListener - Interface in javax.servlet
This class represents a call-back mechanism that will notify implementations as HTTP request data becomes available to be read without blocking.
readLong() - Method in interface javax.jms.BytesMessage
Reads a signed 64-bit integer from the bytes message stream.
readLong() - Method in interface javax.jms.StreamMessage
Reads a 64-bit integer from the stream message.
readObject() - Method in interface javax.jms.StreamMessage
Reads an object from the stream message.
readShort() - Method in interface javax.jms.BytesMessage
Reads a signed 16-bit number from the bytes message stream.
readShort() - Method in interface javax.jms.StreamMessage
Reads a 16-bit integer from the stream message.
readString() - Method in interface javax.jms.StreamMessage
Reads a String from the stream message.
readUnsignedByte() - Method in interface javax.jms.BytesMessage
Reads an unsigned 8-bit number from the bytes message stream.
readUnsignedShort() - Method in interface javax.jms.BytesMessage
Reads an unsigned 16-bit number from the bytes message stream.
readUTF() - Method in interface javax.jms.BytesMessage
Reads a string that has been encoded using a modified UTF-8 format from the bytes message stream.
ready() - Method in class org.apache.jasper.xmlparser.ASCIIReader
Tell whether this stream is ready to be read.
ready() - Method in class org.apache.jasper.xmlparser.UCSReader
Tell whether this stream is ready to be read.
ready() - Method in class org.apache.jasper.xmlparser.UTF8Reader
Tell whether this stream is ready to be read.
receive() - Method in interface javax.jms.JMSConsumer
Receives the next message produced for this JMSConsumer.
receive(long) - Method in interface javax.jms.JMSConsumer
Receives the next message that arrives within the specified timeout interval.
receive() - Method in interface javax.jms.MessageConsumer
Receives the next message produced for this message consumer.
receive(long) - Method in interface javax.jms.MessageConsumer
Receives the next message that arrives within the specified timeout interval.
receiveBody(Class<T>) - Method in interface javax.jms.JMSConsumer
Receives the next message produced for this JMSConsumer and returns its body as an object of the specified type.
receiveBody(Class<T>, long) - Method in interface javax.jms.JMSConsumer
Receives the next message produced for this JMSConsumer that arrives within the specified timeout period and returns its body as an object of the specified type.
receiveBodyNoWait(Class<T>) - Method in interface javax.jms.JMSConsumer
Receives the next message produced for this JMSConsumer if one is immediately available and returns its body as an object of the specified type.
receiveNoWait() - Method in interface javax.jms.JMSConsumer
Receives the next message if one is immediately available.
receiveNoWait() - Method in interface javax.jms.MessageConsumer
Receives the next message if one is immediately available.
Record - Interface in javax.resource.cci
The javax.resource.cci.Record interface is the base interface for the representation of an input or output to the execute methods defined on an Interaction.
RecordFactory - Interface in javax.resource.cci
The RecordFactory interface is used for creating MappedRecord and IndexedRecord instances.
recover() - Method in interface javax.jms.JMSContext
Stops message delivery in the JMSContext's session, and restarts message delivery with the oldest unacknowledged message.
recover() - Method in interface javax.jms.Session
Stops message delivery in this session, and restarts message delivery with the oldest unacknowledged message.
recover(int) - Method in interface javax.resource.spi.XATerminator
Obtains a list of prepared transaction branches from a resource manager.
recycleNode() - Method in interface javax.xml.soap.Node
Notifies the implementation that this Node object is no longer being used by the application and that the implementation is free to reuse this object for nodes that may be created later.
redirect(String) - Method in interface javax.security.enterprise.authentication.mechanism.http.HttpMessageContext
Sets the response status to SC_FOUND 302 (Found)
redirect(String) - Method in class javax.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
RedirectSupport - Class in org.apache.taglibs.standard.tag.common.core
Support for tag handlers for <redirect>, JSTL 1.0's tag for redirecting to a new URL (with optional query parameters).
RedirectSupport() - Constructor for class org.apache.taglibs.standard.tag.common.core.RedirectSupport
 
RedirectTag - Class in org.apache.taglibs.standard.tag.el.core
A handler for <redirect>, which redirects the browser to a new URL.
RedirectTag() - Constructor for class org.apache.taglibs.standard.tag.el.core.RedirectTag
Constructs a new URLEncodeTag.
RedirectTag - Class in org.apache.taglibs.standard.tag.rt.core
A handler for <redirect> that supports rtexprvalue-based attributes.
RedirectTag() - Constructor for class org.apache.taglibs.standard.tag.rt.core.RedirectTag
 
REFERENCE_PARAMETERS - Static variable in interface javax.xml.ws.handler.MessageContext
Standard property: WS Addressing Reference Parameters.
Referenceable - Interface in javax.resource
The Referenceable interface extends the javax.naming.Referenceable interface.
referenceParameter(Element) - Method in class javax.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
Adds the referenceParameter to the W3CEndpointReference instance wsa:ReferenceParameters element.
refresh(Object) - Method in interface javax.persistence.EntityManager
Refresh the state of the instance from the database, overwriting changes made to the entity, if any.
refresh(Object, Map<String, Object>) - Method in interface javax.persistence.EntityManager
Refresh the state of the instance from the database, using the specified properties, and overwriting changes made to the entity, if any.
refresh(Object, LockModeType) - Method in interface javax.persistence.EntityManager
Refresh the state of the instance from the database, overwriting changes made to the entity, if any, and lock it with respect to given lock mode type.
refresh(Object, LockModeType, Map<String, Object>) - Method in interface javax.persistence.EntityManager
Refresh the state of the instance from the database, overwriting changes made to the entity, if any, and lock it with respect to given lock mode type and with specified properties.
register(Class, QName, SerializerFactory, DeserializerFactory) - Method in interface javax.xml.rpc.encoding.TypeMapping
Registers SerializerFactory and DeserializerFactory for a specific type mapping between an XML type and Java type.
register(String, TypeMapping) - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
Registers a TypeMapping instance with the TypeMappingRegistry.
registerDefault(TypeMapping) - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
Registers the TypeMapping instance that is default for all encoding styles supported by the TypeMappingRegistry.
registerInterposedSynchronization(Synchronization) - Method in interface javax.transaction.TransactionSynchronizationRegistry
Register a Synchronization instance with special ordering semantics.
registerStoredProcedureParameter(int, Class, ParameterMode) - Method in interface javax.persistence.StoredProcedureQuery
Register a positional parameter.
registerStoredProcedureParameter(String, Class, ParameterMode) - Method in interface javax.persistence.StoredProcedureQuery
Register a named parameter.
registerSynchronization(Synchronization) - Method in interface javax.transaction.Transaction
Register a synchronization object for the transaction currently associated with the target object.
Registration - Interface in javax.servlet
Interface through which a Servlet or Filter may be further configured.
Registration.Dynamic - Interface in javax.servlet
Interface through which a Servlet or Filter registered via one of the addServlet or addFilter methods, respectively, on ServletContext may be further configured.
REGISTRY_ENTRY - Static variable in interface javax.xml.registry.LifeCycleManager
Constant representing the javax.xml.registry.infomodel.RegistryEntry interface.
REGISTRY_PACKAGE - Static variable in interface javax.xml.registry.LifeCycleManager
Constant representing the javax.xml.registry.infomodel.RegistryPackage interface.
RegistryEntry - Interface in javax.xml.registry.infomodel
The RegistryEntry interface is a base interface for interfaces in the model that require additional metadata beyond what is provided by the RegistryObject interface.
RegistryException - Exception in javax.xml.registry
This is the common base class for all Exceptions that are detected on the registry provider side rather than the JAXR client side.
RegistryException() - Constructor for exception javax.xml.registry.RegistryException
Constructs a JAXRException object with no reason or embedded Throwable.
RegistryException(String) - Constructor for exception javax.xml.registry.RegistryException
Constructs a JAXRException object with the given String as the reason for the exception being thrown.
RegistryException(String, Throwable) - Constructor for exception javax.xml.registry.RegistryException
Constructs a JAXRException object with the given String as the reason for the exception being thrown and the given Throwable object as an embedded Throwable.
RegistryException(Throwable) - Constructor for exception javax.xml.registry.RegistryException
Constructs a JAXRException object initialized with the given Throwable object.
RegistryObject - Interface in javax.xml.registry.infomodel
The RegistryObject class is an abstract base class used by most classes in the model.
RegistryPackage - Interface in javax.xml.registry.infomodel
RegistryPackage instances are RegistryEntries that group logically related RegistryEntries together.
RegistryService - Interface in javax.xml.registry
This is the principal interface implemented by a JAXR provider.
ReInit(Reader, int, int, int) - Method in class org.apache.taglibs.standard.extra.spath.ASCII_CharStream
 
ReInit(Reader, int, int) - Method in class org.apache.taglibs.standard.extra.spath.ASCII_CharStream
 
ReInit(InputStream, int, int, int) - Method in class org.apache.taglibs.standard.extra.spath.ASCII_CharStream
 
ReInit(InputStream, int, int) - Method in class org.apache.taglibs.standard.extra.spath.ASCII_CharStream
 
ReInit(Reader, int, int, int) - Method in class org.apache.taglibs.standard.extra.spath.ASCII_UCodeESC_CharStream
 
ReInit(Reader, int, int) - Method in class org.apache.taglibs.standard.extra.spath.ASCII_UCodeESC_CharStream
 
ReInit(InputStream, int, int, int) - Method in class org.apache.taglibs.standard.extra.spath.ASCII_UCodeESC_CharStream
 
ReInit(InputStream, int, int) - Method in class org.apache.taglibs.standard.extra.spath.ASCII_UCodeESC_CharStream
 
ReInit(InputStream) - Method in class org.apache.taglibs.standard.extra.spath.SPathParser
 
ReInit(Reader) - Method in class org.apache.taglibs.standard.extra.spath.SPathParser
 
ReInit(SPathParserTokenManager) - Method in class org.apache.taglibs.standard.extra.spath.SPathParser
 
ReInit(ASCII_UCodeESC_CharStream) - Method in class org.apache.taglibs.standard.extra.spath.SPathParserTokenManager
 
ReInit(ASCII_UCodeESC_CharStream, int) - Method in class org.apache.taglibs.standard.extra.spath.SPathParserTokenManager
 
ReInit(InputStream) - Method in class org.apache.taglibs.standard.lang.jstl.parser.ELParser
 
ReInit(Reader) - Method in class org.apache.taglibs.standard.lang.jstl.parser.ELParser
 
ReInit(ELParserTokenManager) - Method in class org.apache.taglibs.standard.lang.jstl.parser.ELParser
 
ReInit(SimpleCharStream) - Method in class org.apache.taglibs.standard.lang.jstl.parser.ELParserTokenManager
 
ReInit(SimpleCharStream, int) - Method in class org.apache.taglibs.standard.lang.jstl.parser.ELParserTokenManager
 
ReInit(Reader, int, int, int) - Method in class org.apache.taglibs.standard.lang.jstl.parser.SimpleCharStream
 
ReInit(Reader, int, int) - Method in class org.apache.taglibs.standard.lang.jstl.parser.SimpleCharStream
 
ReInit(Reader) - Method in class org.apache.taglibs.standard.lang.jstl.parser.SimpleCharStream
 
ReInit(InputStream, int, int, int) - Method in class org.apache.taglibs.standard.lang.jstl.parser.SimpleCharStream
 
ReInit(InputStream) - Method in class org.apache.taglibs.standard.lang.jstl.parser.SimpleCharStream
 
ReInit(InputStream, int, int) - Method in class org.apache.taglibs.standard.lang.jstl.parser.SimpleCharStream
 
RelationalExpression() - Method in class org.apache.taglibs.standard.lang.jstl.parser.ELParser
 
RelationalOperator - Class in org.apache.taglibs.standard.lang.jstl
This is the superclass for all relational operators (except == or !=)
RelationalOperator() - Constructor for class org.apache.taglibs.standard.lang.jstl.RelationalOperator
 
RelativePath - Class in org.apache.taglibs.standard.extra.spath
Represents a relative SPath expression.
RelativePath(Step, RelativePath) - Constructor for class org.apache.taglibs.standard.extra.spath.RelativePath
Constructs a new RelativePath object, based on a Step and another (possibly null) RelativePath.
relativePath() - Method in class org.apache.taglibs.standard.extra.spath.SPathParser
 
release() - Method in interface javax.resource.spi.endpoint.MessageEndpoint
This method may be called by the resource adapter to indicate that it no longer needs a proxy endpoint instance.
release() - Method in interface javax.resource.spi.work.Work
The WorkManager might call this method to hint the active Work instance to complete execution as soon as possible.
release() - Method in class javax.servlet.jsp.jstl.core.ConditionalTagSupport
Releases any resources this ConditionalTagSupport may have (or inherit).
release() - Method in class javax.servlet.jsp.jstl.core.LoopTagSupport
Releases any resources this LoopTagSupport may have (or inherit).
release() - Method in class javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV
 
release() - Method in class javax.servlet.jsp.PageContext
This method shall "reset" the internal state of a PageContext, releasing all internal references, and preparing the PageContext for potential reuse by a later invocation of initialize().
release() - Method in class javax.servlet.jsp.tagext.BodyTagSupport
Release state.
release() - Method in interface javax.servlet.jsp.tagext.Tag
Called on a Tag handler to release state.
release() - Method in class javax.servlet.jsp.tagext.TagAdapter
Must not be called.
release() - Method in class javax.servlet.jsp.tagext.TagLibraryValidator
Release any data kept by this instance for validation purposes.
release() - Method in class javax.servlet.jsp.tagext.TagSupport
Release state.
release() - Method in class org.apache.jasper.compiler.Jsr199JavaCompiler
 
release() - Method in class org.apache.jasper.compiler.NullJavaCompiler
 
release() - Method in class org.apache.jasper.runtime.JspContextWrapper
 
release() - Method in class org.apache.jasper.runtime.PageContextImpl
 
release() - Method in class org.apache.jasper.runtime.TagHandlerPool
Calls the release() method of all available tag handlers in this tag handler pool.
release() - Method in class org.apache.taglibs.standard.extra.spath.SPathTag
 
release() - Method in class org.apache.taglibs.standard.lang.jstl.test.PageContextImpl
 
release() - Method in class org.apache.taglibs.standard.tag.common.core.CatchTag
 
release() - Method in class org.apache.taglibs.standard.tag.common.core.ChooseTag
 
release() - Method in class org.apache.taglibs.standard.tag.common.core.ForEachSupport
 
release() - Method in class org.apache.taglibs.standard.tag.common.core.ForTokensSupport
 
release() - Method in class org.apache.taglibs.standard.tag.common.core.ImportSupport
 
release() - Method in class org.apache.taglibs.standard.tag.common.core.OutSupport
 
release() - Method in class org.apache.taglibs.standard.tag.common.core.ParamSupport
 
release() - Method in class org.apache.taglibs.standard.tag.common.core.RedirectSupport
 
release() - Method in class org.apache.taglibs.standard.tag.common.core.RemoveTag
 
release() - Method in class org.apache.taglibs.standard.tag.common.core.SetSupport
 
release() - Method in class org.apache.taglibs.standard.tag.common.core.UrlSupport
 
release() - Method in class org.apache.taglibs.standard.tag.common.fmt.BundleSupport
 
release() - Method in class org.apache.taglibs.standard.tag.common.fmt.FormatDateSupport
 
release() - Method in class org.apache.taglibs.standard.tag.common.fmt.FormatNumberSupport
 
release() - Method in class org.apache.taglibs.standard.tag.common.fmt.MessageSupport
 
release() - Method in class org.apache.taglibs.standard.tag.common.fmt.ParamSupport
 
release() - Method in class org.apache.taglibs.standard.tag.common.fmt.ParseDateSupport
 
release() - Method in class org.apache.taglibs.standard.tag.common.fmt.ParseNumberSupport
 
release() - Method in class org.apache.taglibs.standard.tag.common.fmt.RequestEncodingSupport
 
release() - Method in class org.apache.taglibs.standard.tag.common.fmt.SetBundleSupport
 
release() - Method in class org.apache.taglibs.standard.tag.common.fmt.SetLocaleSupport
 
release() - Method in class org.apache.taglibs.standard.tag.common.fmt.SetTimeZoneSupport
 
release() - Method in class org.apache.taglibs.standard.tag.common.fmt.TimeZoneSupport
 
release() - Method in class org.apache.taglibs.standard.tag.common.sql.SetDataSourceTagSupport
 
release() - Method in class org.apache.taglibs.standard.tag.common.sql.TransactionTagSupport
 
release() - Method in class org.apache.taglibs.standard.tag.common.xml.ExprSupport
 
release() - Method in class org.apache.taglibs.standard.tag.common.xml.ForEachTag
 
release() - Method in class org.apache.taglibs.standard.tag.common.xml.IfTag
 
release() - Method in class org.apache.taglibs.standard.tag.common.xml.ParamSupport
 
release() - Method in class org.apache.taglibs.standard.tag.common.xml.ParseSupport
 
release() - Method in class org.apache.taglibs.standard.tag.common.xml.SetTag
 
release() - Method in class org.apache.taglibs.standard.tag.common.xml.TransformSupport
 
release() - Method in class org.apache.taglibs.standard.tag.common.xml.WhenTag
 
release() - Method in class org.apache.taglibs.standard.tag.el.core.ForEachTag
 
release() - Method in class org.apache.taglibs.standard.tag.el.core.ForTokensTag
 
release() - Method in class org.apache.taglibs.standard.tag.el.core.IfTag
 
release() - Method in class org.apache.taglibs.standard.tag.el.core.ImportTag
 
release() - Method in class org.apache.taglibs.standard.tag.el.core.OutTag
 
release() - Method in class org.apache.taglibs.standard.tag.el.core.ParamTag
 
release() - Method in class org.apache.taglibs.standard.tag.el.core.RedirectTag
 
release() - Method in class org.apache.taglibs.standard.tag.el.core.SetTag
 
release() - Method in class org.apache.taglibs.standard.tag.el.core.UrlTag
 
release() - Method in class org.apache.taglibs.standard.tag.el.core.WhenTag
 
release() - Method in class org.apache.taglibs.standard.tag.el.fmt.BundleTag
 
release() - Method in class org.apache.taglibs.standard.tag.el.fmt.FormatDateTag
 
release() - Method in class org.apache.taglibs.standard.tag.el.fmt.FormatNumberTag
 
release() - Method in class org.apache.taglibs.standard.tag.el.fmt.MessageTag
 
release() - Method in class org.apache.taglibs.standard.tag.el.fmt.ParamTag
 
release() - Method in class org.apache.taglibs.standard.tag.el.fmt.ParseDateTag
 
release() - Method in class org.apache.taglibs.standard.tag.el.fmt.ParseNumberTag
 
release() - Method in class org.apache.taglibs.standard.tag.el.fmt.RequestEncodingTag
 
release() - Method in class org.apache.taglibs.standard.tag.el.fmt.SetBundleTag
 
release() - Method in class org.apache.taglibs.standard.tag.el.fmt.SetLocaleTag
 
release() - Method in class org.apache.taglibs.standard.tag.el.fmt.SetTimeZoneTag
 
release() - Method in class org.apache.taglibs.standard.tag.el.fmt.TimeZoneTag
 
release() - Method in class org.apache.taglibs.standard.tag.el.xml.ExprTag
 
release() - Method in class org.apache.taglibs.standard.tag.el.xml.ParamTag
 
release() - Method in class org.apache.taglibs.standard.tag.el.xml.ParseTag
 
release() - Method in class org.apache.taglibs.standard.tag.el.xml.TransformTag
 
release() - Method in class org.apache.taglibs.standard.tag.rt.core.IfTag
 
release() - Method in class org.apache.taglibs.standard.tag.rt.core.WhenTag
 
release() - Method in class org.apache.taglibs.standard.tlv.JstlBaseTLV
 
releasePageContext(PageContext) - Method in class javax.servlet.jsp.JspFactory
called to release a previously allocated PageContext object.
releasePageContext(PageContext) - Method in class org.apache.jasper.runtime.JspFactoryImpl
 
rememberMe(boolean) - Method in class javax.security.enterprise.authentication.mechanism.http.AuthenticationParameters
Signals that for this call to the authentication mechanism "remember me" should be applied, IFF the "remember me" feature is configured for the authentication mechanism responding to the authenticate call.
RememberMe - Annotation Type in javax.security.enterprise.authentication.mechanism.http
The RememberMe annotation provides an application the ability to declaratively designate that an authentication mechanism effectively "remembers" the authentication and auto applies this with every request.
RememberMeCredential - Class in javax.security.enterprise.credential
RememberMeCredential represents a credential presented as a token, for the explicit usage with the JSR 375 provided remember me function.
RememberMeCredential(String) - Constructor for class javax.security.enterprise.credential.RememberMeCredential
Constructor
RememberMeIdentityStore - Interface in javax.security.enterprise.identitystore
RememberMeIdentityStore is a mechanism for validating a caller's credentials and accessing a caller's identity attributes that's specifically tailored for the "remember me" feature.
Remote - Annotation Type in javax.ejb
Declares the remote business interface(s) for a session bean.
RemoteEndpoint - Interface in javax.websocket
The RemoteEndpoint object is supplied by the container and represents the 'other end' or peer of the Web Socket conversation.
RemoteEndpoint.Async - Interface in javax.websocket
This representation of the peer of a web socket conversation has the ability to send messages asynchronously.
RemoteEndpoint.Basic - Interface in javax.websocket
This representation of the peer of a web socket conversation has the ability to send messages synchronously.
RemoteHome - Annotation Type in javax.ejb
Declares the remote home interface or adapted remote home interface for a session bean.
remove(Handle) - Method in interface javax.ejb.EJBHome
Remove an EJB object identified by its handle.
remove(Object) - Method in interface javax.ejb.EJBHome
Remove an EJB object identified by its primary key.
remove(Object) - Method in interface javax.ejb.EJBLocalHome
Remove an EJB object identified by its primary key.
remove() - Method in interface javax.ejb.EJBLocalObject
Remove the EJB local object.
remove() - Method in interface javax.ejb.EJBObject
Remove the EJB object.
Remove - Annotation Type in javax.ejb
Applied to a business method of a stateful session bean class to indicate to the container that the stateful session bean is to be removed by the container after completion of the method.
remove(Object) - Method in interface javax.persistence.EntityManager
Remove the entity instance.
remove(PageContext, String, int) - Static method in class javax.servlet.jsp.jstl.core.Config
Removes a configuration variable from the given scope.
remove(ServletRequest, String) - Static method in class javax.servlet.jsp.jstl.core.Config
Removes a configuration variable from the "request" scope.
remove(HttpSession, String) - Static method in class javax.servlet.jsp.jstl.core.Config
Removes a configuration variable from the "session" scope.
remove(ServletContext, String) - Static method in class javax.servlet.jsp.jstl.core.Config
Removes a configuration variable from the "application" scope.
remove(Object) - Method in class org.apache.taglibs.standard.lang.jstl.EnumeratedMap
 
removeAllAttachments() - Method in class javax.xml.soap.SOAPMessage
Removes all AttachmentPart objects that have been added to this SOAPMessage object.
removeAllFaultSubcodes() - Method in interface javax.xml.soap.SOAPFault
Removes any Subcodes that may be contained by this SOAPFault.
removeAllHeaders() - Method in class javax.xml.soap.MimeHeaders
Removes all the header entries from this MimeHeaders object.
removeAllMimeHeaders() - Method in class javax.xml.soap.AttachmentPart
Removes all the MIME header entries.
removeAllMimeHeaders() - Method in class javax.xml.soap.SOAPPart
Removes all the MimeHeader objects for this SOAPEnvelope object.
removeAllParameters() - Method in interface javax.xml.rpc.Call
Removes all specified parameters from this Call instance.
removeAssociation(Association) - Method in interface javax.xml.registry.infomodel.RegistryObject
Removes specified Association from this object.
removeAssociations(Collection) - Method in interface javax.xml.registry.infomodel.RegistryObject
Removes specified Associations from this object.
removeAttachments(MimeHeaders) - Method in class javax.xml.soap.SOAPMessage
Removes all the AttachmentPart objects that have header entries that match the specified headers.
removeAttribute(String) - Method in interface javax.servlet.http.HttpSession
Removes the object bound with the specified name from this session.
removeAttribute(String) - Method in class javax.servlet.jsp.JspContext
Remove the object reference associated with the given name from all scopes.
removeAttribute(String, int) - Method in class javax.servlet.jsp.JspContext
Remove the object reference associated with the specified name in the given scope.
removeAttribute(String) - Method in interface javax.servlet.ServletContext
Removes the attribute with the given name from this ServletContext.
removeAttribute(String) - Method in interface javax.servlet.ServletRequest
Removes an attribute from this request.
removeAttribute(String) - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to call removeAttribute(String name) on the wrapped request object.
removeAttribute(Name) - Method in interface javax.xml.soap.SOAPElement
Removes the attribute with the specified name.
removeAttribute(QName) - Method in interface javax.xml.soap.SOAPElement
Removes the attribute with the specified qname.
removeAttribute(String) - Method in class org.apache.jasper.runtime.JspContextWrapper
 
removeAttribute(String, int) - Method in class org.apache.jasper.runtime.JspContextWrapper
 
removeAttribute(String, int) - Method in class org.apache.jasper.runtime.PageContextImpl
 
removeAttribute(String) - Method in class org.apache.jasper.runtime.PageContextImpl
 
removeAttribute(String) - Method in class org.apache.jasper.servlet.JspCServletContext
Remove the specified context attribute.
removeAttribute(String) - Method in class org.apache.jasper.xmlparser.TreeNode
Remove any existing value for the specified attribute name.
removeAttribute(String) - Method in class org.apache.taglibs.standard.lang.jstl.test.PageContextImpl
 
removeAttribute(String, int) - Method in class org.apache.taglibs.standard.lang.jstl.test.PageContextImpl
 
removeChildConcept(Concept) - Method in interface javax.xml.registry.infomodel.ClassificationScheme
Removes a child Concept.
removeChildConcept(Concept) - Method in interface javax.xml.registry.infomodel.Concept
Removes a child Concept.
removeChildConcepts(Collection) - Method in interface javax.xml.registry.infomodel.ClassificationScheme
Removes a Collection of children Concepts.
removeChildConcepts(Collection) - Method in interface javax.xml.registry.infomodel.Concept
Removes a Collection of children Concepts.
removeChildOrganization(Organization) - Method in interface javax.xml.registry.infomodel.Organization
Removes a child Organization.
removeChildOrganizations(Collection) - Method in interface javax.xml.registry.infomodel.Organization
Removes a Collection of children Organizations.
removeClassification(Classification) - Method in interface javax.xml.registry.infomodel.RegistryObject
Removes specified Classification from this object.
removeClassifications(Collection) - Method in interface javax.xml.registry.infomodel.RegistryObject
Removes specified Classifications from this object.
removeConnectionEventListener(ConnectionEventListener) - Method in interface javax.resource.spi.ManagedConnection
Removes an already registered connection event listener from the ManagedConnection instance.
removeContents() - Method in interface javax.xml.soap.SOAPElement
Detaches all children of this SOAPElement.
removeDeserializer(Class, QName) - Method in interface javax.xml.rpc.encoding.TypeMapping
Removes the DeserializerFactory registered for the specified pair of Java type and XML data type.
RemoveException - Exception in javax.ejb
The RemoveException is thrown at an attempt to remove an EJB object or local EJB object when the enterprise bean or the container does not allow the EJB object to be removed.
RemoveException() - Constructor for exception javax.ejb.RemoveException
Constructs an RemoveException with no detail message.
RemoveException(String) - Constructor for exception javax.ejb.RemoveException
Constructs an RemoveException with the specified detail message.
removeExternalIdentifier(ExternalIdentifier) - Method in interface javax.xml.registry.infomodel.RegistryObject
Removes specified ExternalIdentifier as an external identifier from this object.
removeExternalIdentifiers(Collection) - Method in interface javax.xml.registry.infomodel.RegistryObject
Removes specified ExternalIdentifiers as an external identifiers from this object.
removeExternalLink(ExternalLink) - Method in interface javax.xml.registry.infomodel.RegistryObject
Removes specified ExternalLink from this object.
removeExternalLinks(Collection) - Method in interface javax.xml.registry.infomodel.RegistryObject
Removes specified ExternalLinks from this object.
removeGeneratedClassFiles() - Method in class org.apache.jasper.compiler.Compiler
 
removeGeneratedFiles() - Method in class org.apache.jasper.compiler.Compiler
Remove generated files
removeHeader(String) - Method in interface javax.servlet.http.PushBuilder
Remove the named request header.
removeHeader(String) - Method in class javax.xml.soap.MimeHeaders
Remove all MimeHeader objects whose name matches the given name.
removeIANA2JavaMapping(String) - Static method in class org.apache.jasper.xmlparser.EncodingMap
Removes an IANA to Java encoding name mapping.
removeJava2IANAMapping(String) - Static method in class org.apache.jasper.xmlparser.EncodingMap
Removes a Java to IANA encoding name mapping.
removeJspApplicationContext(ServletContext) - Static method in class org.apache.jasper.runtime.JspApplicationContextImpl
 
removeLocalizedString(LocalizedString) - Method in interface javax.xml.registry.infomodel.InternationalString
Removes a LocalizedString from this object.
removeLocalizedStrings(Collection) - Method in interface javax.xml.registry.infomodel.InternationalString
Removes specified LocalizedStrings to this object.
removeLoginToken(String) - Method in interface javax.security.enterprise.identitystore.RememberMeIdentityStore
Dissociates the principal and groups that were associated with the token before and removes the token itself.
removeMessageHandler(MessageHandler) - Method in interface javax.websocket.Session
Remove the given MessageHandler from the set belonging to this session.
removeMimeHeader(String) - Method in class javax.xml.soap.AttachmentPart
Removes all MIME headers that match the given name.
removeMimeHeader(String) - Method in class javax.xml.soap.SOAPPart
Removes all MIME headers that match the given name.
removeNamespaceDeclaration(String) - Method in interface javax.xml.soap.SOAPElement
Removes the namespace declaration corresponding to the given prefix.
removeNode(TreeNode) - Method in class org.apache.jasper.xmlparser.TreeNode
Remove a child node from this node, if it is one.
removeNotificationListener(ObjectName, NotificationListener) - Method in interface javax.management.j2ee.ListenerRegistration
Remove a listener from a registered managed object.
removeProperty(String) - Method in interface javax.xml.rpc.Call
Removes a named property.
removeProperty(String) - Method in interface javax.xml.rpc.handler.MessageContext
Removes a property (name-value pair) from the MessageContext
removeQuotes(char[]) - Static method in class org.apache.jasper.compiler.JspUtil
 
removeRegistryObject(RegistryObject) - Method in interface javax.xml.registry.infomodel.RegistryPackage
Removes a child RegistryObject from membership.
removeRegistryObjects(Collection) - Method in interface javax.xml.registry.infomodel.RegistryPackage
Removes a Collection of children RegistryObjects from membership.
removeSerializer(Class, QName) - Method in interface javax.xml.rpc.encoding.TypeMapping
Removes the SerializerFactory registered for the specified pair of Java type and XML data type.
removeService(Service) - Method in interface javax.xml.registry.infomodel.Organization
Removes a Service from this object.
removeServiceBinding(ServiceBinding) - Method in interface javax.xml.registry.infomodel.Service
Removes a child ServiceBinding.
removeServiceBindings(Collection) - Method in interface javax.xml.registry.infomodel.Service
Removes a Collection of children ServiceBindings.
removeServices(Collection) - Method in interface javax.xml.registry.infomodel.Organization
Removes a Collection of children Services from this object.
removeSlot(String) - Method in interface javax.xml.registry.infomodel.ExtensibleObject
Removes a Slot from this object.
removeSlots(Collection) - Method in interface javax.xml.registry.infomodel.ExtensibleObject
Removes specified Slots from this object.
removeSpecificationLink(SpecificationLink) - Method in interface javax.xml.registry.infomodel.ServiceBinding
Removes a child SpecificationLink.
removeSpecificationLinks(Collection) - Method in interface javax.xml.registry.infomodel.ServiceBinding
Removes a Collection of children SpecificationLinks.
RemoveTag - Class in org.apache.taglibs.standard.tag.common.core
A handler for the <remove> tag, which removes the variable identified by 'var' (and 'scope', if present).
RemoveTag() - Constructor for class org.apache.taglibs.standard.tag.common.core.RemoveTag
Constructs a new handler.
removeTypeMapping(TypeMapping) - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
Removes a TypeMapping from the TypeMappingRegistry.
removeUser(User) - Method in interface javax.xml.registry.infomodel.Organization
Removes a User.
removeUsers(Collection) - Method in interface javax.xml.registry.infomodel.Organization
Removes a Collection of Users.
removeValue(String) - Method in interface javax.servlet.http.HttpSession
Deprecated.
As of Version 2.2, this method is replaced by HttpSession.removeAttribute(java.lang.String)
removeValue(String) - Method in class javax.servlet.jsp.tagext.TagSupport
Remove a value associated with a key.
removeWrapper(String) - Method in class org.apache.jasper.compiler.JspRuntimeContext
Remove a JspServletWrapper.
replace(String, char, String) - Static method in class org.apache.jasper.compiler.JspUtil
Replaces any occurrences of the character replace with the string with.
replace(String, String, String) - Static method in class org.apache.taglibs.standard.functions.Functions
 
request(Message) - Method in class javax.jms.QueueRequestor
Sends a request and waits for a reply.
request(Message) - Method in class javax.jms.TopicRequestor
Sends a request and waits for a reply.
REQUEST - Static variable in class javax.servlet.jsp.PageContext
Name used to store ServletRequest in PageContext name table.
REQUEST_CIPHER_SUITE - Static variable in class javax.xml.ws.spi.http.HttpExchange
Standard property: cipher suite value when the request is received over HTTPS
REQUEST_KEY_SIZE - Static variable in class javax.xml.ws.spi.http.HttpExchange
Standard property: bit size of the algorithm when the request is received over HTTPS
REQUEST_SCOPE - Static variable in class javax.servlet.jsp.PageContext
Request scope: the named reference remains available from the ServletRequest associated with the Servlet until the current request is completed.
REQUEST_SCOPE - Static variable in class org.apache.taglibs.standard.tlv.JstlBaseTLV
 
REQUEST_TIME_VALUE - Static variable in class javax.servlet.jsp.tagext.TagData
Distinguished value for an attribute to indicate its value is a request-time expression (which is not yet available because TagData instances are used at translation-time).
REQUEST_X509CERTIFICATE - Static variable in class javax.xml.ws.spi.http.HttpExchange
Standard property: A SSL certificate, if any, associated with the request
requestDestroyed(ServletRequestEvent) - Method in interface javax.servlet.ServletRequestListener
Receives notification that a ServletRequest is about to go out of scope of the web application.
RequestDispatcher - Interface in javax.servlet
Defines an object that receives requests from the client and sends them to any resource (such as a servlet, HTML file, or JSP file) on the server.
RequestEncodingSupport - Class in org.apache.taglibs.standard.tag.common.fmt
Support for tag handlers for <requestEncoding>, the tag for setting the request character encoding in JSTL 1.0.
RequestEncodingSupport() - Constructor for class org.apache.taglibs.standard.tag.common.fmt.RequestEncodingSupport
 
RequestEncodingTag - Class in org.apache.taglibs.standard.tag.el.fmt
A handler for <requestEncoding> that accepts attributes as Strings and evaluates them as expressions at runtime.
RequestEncodingTag() - Constructor for class org.apache.taglibs.standard.tag.el.fmt.RequestEncodingTag
Constructs a new RequestEncodingTag.
RequestEncodingTag - Class in org.apache.taglibs.standard.tag.rt.fmt
A handler for <requestEncoding> that supports rtexprvalue-based attributes.
RequestEncodingTag() - Constructor for class org.apache.taglibs.standard.tag.rt.fmt.RequestEncodingTag
 
requestInitialized(ServletRequestEvent) - Method in interface javax.servlet.ServletRequestListener
Receives notification that a ServletRequest is about to come into scope of the web application.
RequestWrapper - Annotation Type in javax.xml.ws
Used to annotate methods in the Service Endpoint Interface with the request wrapper bean to be used at runtime.
required - Variable in class javax.xml.ws.soap.AddressingFeature
If addressing is enabled, this property determines whether the endpoint requires WS-Addressing.
reset() - Method in interface javax.jms.BytesMessage
Puts the message body in read-only mode and repositions the stream of bytes to the beginning.
reset() - Method in interface javax.jms.StreamMessage
Puts the message body in read-only mode and repositions the stream to the beginning.
reset() - Method in interface javax.servlet.ServletResponse
Clears any data that exists in the buffer as well as the status code, headers.
reset() - Method in class javax.servlet.ServletResponseWrapper
The default behavior of this method is to call reset() on the wrapped response object.
reset() - Method in class javax.xml.bind.util.ValidationEventCollector
Clear all collected errors and warnings.
reset() - Method in class org.apache.jasper.xmlparser.ASCIIReader
Reset the stream.
reset() - Method in class org.apache.jasper.xmlparser.UCSReader
Reset the stream.
reset() - Method in class org.apache.jasper.xmlparser.UTF8Reader
Reset the stream.
reset() - Method in class org.apache.taglibs.standard.tag.common.xml.JSTLXPathImpl
Reset this XPath to its original configuration.
resetBuffer() - Method in interface javax.servlet.ServletResponse
Clears the content of the underlying buffer in the response without clearing headers or status code.
resetBuffer() - Method in class javax.servlet.ServletResponseWrapper
The default behavior of this method is to call resetBuffer() on the wrapped response object.
resetBuffer() - Method in class org.apache.jasper.runtime.ServletResponseWrapperInclude
Clears the output buffer of the JspWriter associated with the including page.
resetTemporaryVariableName() - Static method in class org.apache.jasper.compiler.JspUtil
Resets the temporary variable name.
resolveEntity(String, String) - Method in class org.apache.taglibs.standard.tag.common.xml.ParseSupport.JstlEntityResolver
 
resolveFunction(String, String) - Method in interface javax.servlet.jsp.el.FunctionMapper
Deprecated.
Resolves the specified local name and prefix into a Java.lang.Method.
resolveFunction(String, String) - Method in class org.apache.jasper.runtime.ProtectedFunctionMapper
Resolves the specified local name and prefix into a Java.lang.Method.
resolveRelativeUri(String) - Method in class org.apache.jasper.JspCompilationContext
Get the full value of a URI relative to this compilations context uses current file as the base.
resolveUrl(String, String, PageContext) - Static method in class org.apache.taglibs.standard.tag.common.core.UrlSupport
 
resolveVariable(String) - Method in interface javax.servlet.jsp.el.VariableResolver
Deprecated.
Resolves the specified variable.
resolveVariable(String) - Method in class org.apache.jasper.runtime.VariableMapperImpl
Resolves the specified variable within the given context.
resolveVariable(String) - Method in class org.apache.jasper.runtime.VariableResolverImpl
Resolves the specified variable within the given context.
resolveVariable(String, Object) - Method in class org.apache.taglibs.standard.lang.jstl.JSTLVariableResolver
Resolves the specified variable within the given context.
resolveVariable(String, Object) - Method in interface org.apache.taglibs.standard.lang.jstl.VariableResolver
Resolves the specified variable within the given context.
resolveVariable(QName) - Method in class org.apache.taglibs.standard.tag.common.xml.JSTLXPathVariableResolver
Find variable in set of variables
Resource - Annotation Type in javax.annotation
The Resource annotation marks a resource that is needed by the application.
Resource.AuthenticationType - Enum in javax.annotation
The two possible authentication types for a resource.
ResourceAdapter - Interface in javax.resource.spi
This represents a resource adapter instance and contains operations for lifecycle management and message endpoint setup.
ResourceAdapterAssociation - Interface in javax.resource.spi
This interface specifies the methods to associate a ResourceAdapter object with other objects that implement this interface like ManagedConnectionFactory and ActivationSpec.
ResourceAdapterInternalException - Exception in javax.resource.spi
A ResourceAdapterInternalException indicates any system-level error conditions related to a resource adapter.
ResourceAdapterInternalException() - Constructor for exception javax.resource.spi.ResourceAdapterInternalException
Constructs a new instance with null as its detail message.
ResourceAdapterInternalException(String) - Constructor for exception javax.resource.spi.ResourceAdapterInternalException
Constructs a new instance with the specified detail message.
ResourceAdapterInternalException(Throwable) - Constructor for exception javax.resource.spi.ResourceAdapterInternalException
Constructs a new throwable with the specified cause.
ResourceAdapterInternalException(String, Throwable) - Constructor for exception javax.resource.spi.ResourceAdapterInternalException
Constructs a new throwable with the specified detail message and cause.
ResourceAdapterInternalException(String, String) - Constructor for exception javax.resource.spi.ResourceAdapterInternalException
Constructs a new throwable with the specified detail message and an error code.
ResourceAdapterMetaData - Interface in javax.resource.cci
The interface javax.resource.cci.ResourceAdapterMetaData provides information about capabilities of a resource adapter implementation.
ResourceAllocationException - Exception in javax.jms
This exception is thrown when a provider is unable to allocate the resources required by a method.
ResourceAllocationException(String, String) - Constructor for exception javax.jms.ResourceAllocationException
Constructs a ResourceAllocationException with the specified reason and error code.
ResourceAllocationException(String) - Constructor for exception javax.jms.ResourceAllocationException
Constructs a ResourceAllocationException with the specified reason.
ResourceAllocationException - Exception in javax.resource.spi
A ResourceAllocationException can be thrown by an application server or resource adapter to indicate any failure to allocate system resources (example: threads, physical connections).
ResourceAllocationException() - Constructor for exception javax.resource.spi.ResourceAllocationException
Constructs a new instance with null as its detail message.
ResourceAllocationException(String) - Constructor for exception javax.resource.spi.ResourceAllocationException
Constructs a new instance with the specified detail message.
ResourceAllocationException(Throwable) - Constructor for exception javax.resource.spi.ResourceAllocationException
Constructs a new throwable with the specified cause.
ResourceAllocationException(String, Throwable) - Constructor for exception javax.resource.spi.ResourceAllocationException
Constructs a new throwable with the specified detail message and cause.
ResourceAllocationException(String, String) - Constructor for exception javax.resource.spi.ResourceAllocationException
Constructs a new throwable with the specified detail message and an error code.
ResourceAllocationRuntimeException - Exception in javax.jms
This unchecked exception is thrown when a provider is unable to allocate the resources required by a method.
ResourceAllocationRuntimeException(String, String) - Constructor for exception javax.jms.ResourceAllocationRuntimeException
Constructs a ResourceAllocationRuntimeException with the specified reason and error code.
ResourceAllocationRuntimeException(String) - Constructor for exception javax.jms.ResourceAllocationRuntimeException
Constructs a ResourceAllocationRuntimeException with the specified reason.
ResourceAllocationRuntimeException(String, String, Throwable) - Constructor for exception javax.jms.ResourceAllocationRuntimeException
Constructs a ResourceAllocationRuntimeException with the specified detail message, error code and cause
ResourceException - Exception in javax.resource
This is the root interface of the exception hierarchy defined for the Connector architecture.
ResourceException() - Constructor for exception javax.resource.ResourceException
Constructs a new instance with null as its detail message.
ResourceException(String) - Constructor for exception javax.resource.ResourceException
Constructs a new instance with the specified detail message.
ResourceException(Throwable) - Constructor for exception javax.resource.ResourceException
Constructs a new throwable with the specified cause.
ResourceException(String, Throwable) - Constructor for exception javax.resource.ResourceException
Constructs a new throwable with the specified detail message and cause.
ResourceException(String, String) - Constructor for exception javax.resource.ResourceException
Create a new throwable with the specified message and error code.
ResourceInjector - Interface in org.glassfish.jsp.api
Interface for injecting injectable resources into tag handler instances.
Resources - Annotation Type in javax.annotation
This class is used to allow multiple resources declarations.
Resources - Class in org.apache.taglibs.standard.resources
Provides locale-neutral access to string resources.
Resources() - Constructor for class org.apache.taglibs.standard.resources.Resources
 
ResourceWarning - Exception in javax.resource.cci
A ResourceWarning provides information on warnings related to execution of an interaction with an EIS.
ResourceWarning() - Constructor for exception javax.resource.cci.ResourceWarning
Constructs a new instance with null as its detail message.
ResourceWarning(String) - Constructor for exception javax.resource.cci.ResourceWarning
Constructs a new instance with the specified detail message.
ResourceWarning(Throwable) - Constructor for exception javax.resource.cci.ResourceWarning
Constructs a new throwable with the specified cause.
ResourceWarning(String, Throwable) - Constructor for exception javax.resource.cci.ResourceWarning
Constructs a new throwable with the specified detail message and cause.
ResourceWarning(String, String) - Constructor for exception javax.resource.cci.ResourceWarning
Constructs a new throwable with the specified detail message and an error code.
RespectBinding - Annotation Type in javax.xml.ws
This feature clarifies the use of the wsdl:binding in a JAX-WS runtime.
RespectBindingFeature - Class in javax.xml.ws
This feature clarifies the use of the wsdl:binding in a JAX-WS runtime.
RespectBindingFeature() - Constructor for class javax.xml.ws.RespectBindingFeature
Creates an RespectBindingFeature.
RespectBindingFeature(boolean) - Constructor for class javax.xml.ws.RespectBindingFeature
Creates an RespectBindingFeature
RESPONSE - Static variable in class javax.servlet.jsp.PageContext
Name used to store ServletResponse in PageContext name table.
Response<T> - Interface in javax.xml.ws
The Response interface provides methods used to obtain the payload and context of a message sent in response to an operation invocation.
responseNotFound() - Method in interface javax.security.enterprise.authentication.mechanism.http.HttpMessageContext
Sets the response status to 404 (not found).
responseNotFound() - Method in class javax.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
responseUnauthorized() - Method in interface javax.security.enterprise.authentication.mechanism.http.HttpMessageContext
Sets the response status to 401 (unauthorized).
responseUnauthorized() - Method in class javax.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
ResponseWrapper - Annotation Type in javax.xml.ws
Used to annotate methods in the Service Endpoint Interface with the response wrapper bean to be used at runtime.
Result - Interface in javax.servlet.jsp.jstl.sql
This interface represents the result of a <sql:query> action.
result - Variable in class org.apache.taglibs.standard.tag.common.xml.TransformSupport
 
ResultImpl - Class in org.apache.taglibs.standard.tag.common.sql
This class creates a cached version of a ResultSet.
ResultImpl(ResultSet, int, int) - Constructor for class org.apache.taglibs.standard.tag.common.sql.ResultImpl
This constructor reads the ResultSet and saves a cached copy.
ResultSet - Interface in javax.resource.cci
A ResultSet represents tabular data that is retrieved from an EIS instance by the execution of an Interaction..
ResultSetInfo - Interface in javax.resource.cci
The interface javax.resource.cci.ResultSetInfo provides information on the support provided for ResultSet by a connected EIS instance.
ResultSupport - Class in javax.servlet.jsp.jstl.sql
Supports the creation of a javax.servlet.jsp.jstl.sql.Result object from a source java.sql.ResultSet object.
ResultSupport() - Constructor for class javax.servlet.jsp.jstl.sql.ResultSupport
 
resume(Transaction) - Method in interface javax.transaction.TransactionManager
Resume the transaction context association of the calling thread with the transaction represented by the supplied Transaction object.
RetryableException - Interface in javax.resource.spi
A marker interface indicating that the Exception is transient.
RetryableUnavailableException - Exception in javax.resource.spi
A subclass of the UnavailableException that indicates that the rejection of the work submission is transient.
RetryableUnavailableException() - Constructor for exception javax.resource.spi.RetryableUnavailableException
Constructs a new instance with null as its detail message.
RetryableUnavailableException(String) - Constructor for exception javax.resource.spi.RetryableUnavailableException
Constructs a new instance with the specified detail message.
RetryableUnavailableException(Throwable) - Constructor for exception javax.resource.spi.RetryableUnavailableException
Constructs a new throwable with the specified cause.
RetryableUnavailableException(String, Throwable) - Constructor for exception javax.resource.spi.RetryableUnavailableException
Constructs a new throwable with the specified detail message and cause.
RetryableUnavailableException(String, String) - Constructor for exception javax.resource.spi.RetryableUnavailableException
Constructs a new throwable with the specified detail message and an error code.
RetryableWorkRejectedException - Exception in javax.resource.spi.work
A subclass of the WorkRejectedException that indicates that the the service unavailability is transient.
RetryableWorkRejectedException() - Constructor for exception javax.resource.spi.work.RetryableWorkRejectedException
Constructs a new instance with null as its detail message.
RetryableWorkRejectedException(String) - Constructor for exception javax.resource.spi.work.RetryableWorkRejectedException
Constructs a new instance with the specified detail message.
RetryableWorkRejectedException(Throwable) - Constructor for exception javax.resource.spi.work.RetryableWorkRejectedException
Constructs a new throwable with the specified cause.
RetryableWorkRejectedException(String, Throwable) - Constructor for exception javax.resource.spi.work.RetryableWorkRejectedException
Constructs a new throwable with the specified detail message and cause.
RetryableWorkRejectedException(String, String) - Constructor for exception javax.resource.spi.work.RetryableWorkRejectedException
Constructs a new throwable with the specified detail message and an error code.
reuse(JspTag) - Method in class org.apache.jasper.runtime.TagHandlerPool
Adds the given tag handler to this tag handler pool, unless this tag handler pool has already reached its capacity, in which case the tag handler's release() method is called.
REVERSE - Static variable in class javax.json.bind.config.PropertyOrderStrategy
Using this strategy, the order of properties is in reverse order to lexicographical order.
reverse() - Method in interface javax.persistence.criteria.Order
Switch the ordering.
RolesAllowed - Annotation Type in javax.annotation.security
Specifies the list of security roles permitted to access method(s) in an application.
rollback() - Method in interface javax.jms.JMSContext
Rolls back any messages done in this transaction and releases any locks currently held.
rollback() - Method in interface javax.jms.Session
Rolls back any messages done in this transaction and releases any locks currently held.
rollback() - Method in interface javax.jms.XAJMSContext
Throws a TransactionInProgressRuntimeException, since it should not be called for an XAJMSContext object.
rollback() - Method in interface javax.jms.XASession
Throws a TransactionInProgressException, since it should not be called for an XASession object.
rollback() - Method in interface javax.persistence.EntityTransaction
Roll back the current resource transaction.
rollback() - Method in interface javax.resource.cci.LocalTransaction
Rollbacks the current resource manager local transaction.
rollback() - Method in interface javax.resource.spi.LocalTransaction
Rollback a local transaction
rollback(Xid) - Method in interface javax.resource.spi.XATerminator
Informs the resource manager to roll back work done on behalf of a transaction branch.
rollback() - Method in interface javax.transaction.Transaction
Rollback the transaction represented by this Transaction object.
rollback() - Method in interface javax.transaction.TransactionManager
Roll back the transaction associated with the current thread.
rollback() - Method in interface javax.transaction.UserTransaction
Roll back the transaction associated with the current thread.
RollbackException - Exception in javax.persistence
Thrown by the persistence provider when EntityTransaction.commit() fails.
RollbackException() - Constructor for exception javax.persistence.RollbackException
Constructs a new RollbackException exception with null as its detail message.
RollbackException(String) - Constructor for exception javax.persistence.RollbackException
Constructs a new RollbackException exception with the specified detail message.
RollbackException(String, Throwable) - Constructor for exception javax.persistence.RollbackException
Constructs a new RollbackException exception with the specified detail message and cause.
RollbackException(Throwable) - Constructor for exception javax.persistence.RollbackException
Constructs a new RollbackException exception with the specified cause.
RollbackException - Exception in javax.transaction
RollbackException exception is thrown when the transaction has been marked for rollback only or the transaction has been rolled back instead of committed.
RollbackException() - Constructor for exception javax.transaction.RollbackException
 
RollbackException(String) - Constructor for exception javax.transaction.RollbackException
 
Root<X> - Interface in javax.persistence.criteria
A root type in the from clause.
ROOT_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
ROOT_REL_URI - Static variable in class org.apache.jasper.runtime.TldScanner
 
RPAREN - Static variable in interface org.apache.taglibs.standard.lang.jstl.parser.ELParserConstants
 
run() - Method in interface javax.jms.Session
Optional operation, intended to be used only by Application Servers, not by ordinary JMS clients.
run() - Method in class org.apache.jasper.compiler.JspRuntimeContext
The background thread that checks for changes to files included by a JSP and flags that a recompile is required.
run() - Method in class org.apache.jasper.security.PrivilegedGetTccl
 
run() - Method in class org.apache.jasper.security.PrivilegedSetTccl
 
RunAs - Annotation Type in javax.annotation.security
Defines the identity of the application during execution.
runTests(DataInput, PrintStream) - Static method in class org.apache.taglibs.standard.lang.jstl.test.EvaluationTest
Runs the tests, reading expressions from pIn and writing the results to pOut.
runTests(File, File) - Static method in class org.apache.taglibs.standard.lang.jstl.test.EvaluationTest
Runs the tests, reading from the given input file and writing to the given output file.
runTests(DataInput, PrintStream) - Static method in class org.apache.taglibs.standard.lang.jstl.test.ParserTest
Runs the tests, reading expressions from pIn and writing the results to pOut.
runTests(File, File) - Static method in class org.apache.taglibs.standard.lang.jstl.test.ParserTest
Runs the tests, reading from the given input file and writing to the given output file.

S

SAAJMetaFactory - Class in javax.xml.soap
The access point for the implementation classes of the factories defined in the SAAJ API.
SAAJMetaFactory() - Constructor for class javax.xml.soap.SAAJMetaFactory
 
SAAJResult - Class in javax.xml.soap
Acts as a holder for the results of a JAXP transformation or a JAXB marshalling, in the form of a SAAJ tree.
SAAJResult() - Constructor for class javax.xml.soap.SAAJResult
Creates a SAAJResult that will present results in the form of a SAAJ tree that supports the default (SOAP 1.1) protocol.
SAAJResult(String) - Constructor for class javax.xml.soap.SAAJResult
Creates a SAAJResult that will present results in the form of a SAAJ tree that supports the specified protocol.
SAAJResult(SOAPMessage) - Constructor for class javax.xml.soap.SAAJResult
Creates a SAAJResult that will write the results into the SOAPPart of the supplied SOAPMessage.
SAAJResult(SOAPElement) - Constructor for class javax.xml.soap.SAAJResult
Creates a SAAJResult that will write the results as a child node of the SOAPElement specified.
SampleTest - Class in java.xml.bind.tests
Sample test class
SampleTest() - Constructor for class java.xml.bind.tests.SampleTest
 
saveAssociations(Collection, boolean) - Method in interface javax.xml.registry.BusinessLifeCycleManager
Saves the specified Association instances.
saveBytecode(String, String) - Method in class org.apache.jasper.compiler.JspRuntimeContext
Save the bytecode for a class to disk.
saveChanges() - Method in class javax.xml.soap.SOAPMessage
Updates this SOAPMessage object with all the changes that have been made to it.
saveClassFile(String, String) - Method in class org.apache.jasper.compiler.Jsr199JavaCompiler
 
saveClassFile(String, String) - Method in class org.apache.jasper.compiler.NullJavaCompiler
 
saveClassificationSchemes(Collection) - Method in interface javax.xml.registry.BusinessLifeCycleManager
Saves the specified ClassificationScheme instances.
saveConcepts(Collection) - Method in interface javax.xml.registry.BusinessLifeCycleManager
Saves the specified Concepts.
SaveException - Exception in javax.xml.registry
A RegistryException that occurs during a save action.
SaveException() - Constructor for exception javax.xml.registry.SaveException
Constructs a JAXRException object with no reason or embedded Throwable.
SaveException(String) - Constructor for exception javax.xml.registry.SaveException
Constructs a JAXRException object with the given String as the reason for the exception being thrown.
SaveException(String, Throwable) - Constructor for exception javax.xml.registry.SaveException
Constructs a JAXRException object with the given String as the reason for the exception being thrown and the given Throwable object as an embedded Throwable.
SaveException(Throwable) - Constructor for exception javax.xml.registry.SaveException
Constructs a JAXRException object initialized with the given Throwable object.
saveObjects(Collection) - Method in interface javax.xml.registry.LifeCycleManager
Saves one or more Objects to the registry.
saveOrganizations(Collection) - Method in interface javax.xml.registry.BusinessLifeCycleManager
Saves the specified Organizations.
saveRequired() - Method in class javax.xml.soap.SOAPMessage
Indicates whether this SOAPMessage object needs to have the method saveChanges called on it.
saveServiceBindings(Collection) - Method in interface javax.xml.registry.BusinessLifeCycleManager
Saves the specified ServiceBindings.
saveServices(Collection) - Method in interface javax.xml.registry.BusinessLifeCycleManager
Saves the specified Services.
SC_ACCEPTED - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (202) indicating that a request was accepted for processing, but was not completed.
SC_BAD_GATEWAY - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (502) indicating that the HTTP server received an invalid response from a server it consulted when acting as a proxy or gateway.
SC_BAD_REQUEST - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (400) indicating the request sent by the client was syntactically incorrect.
SC_CONFLICT - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (409) indicating that the request could not be completed due to a conflict with the current state of the resource.
SC_CONTINUE - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (100) indicating the client can continue.
SC_CREATED - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (201) indicating the request succeeded and created a new resource on the server.
SC_EXPECTATION_FAILED - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (417) indicating that the server could not meet the expectation given in the Expect request header.
SC_FORBIDDEN - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (403) indicating the server understood the request but refused to fulfill it.
SC_FOUND - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (302) indicating that the resource reside temporarily under a different URI.
SC_GATEWAY_TIMEOUT - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (504) indicating that the server did not receive a timely response from the upstream server while acting as a gateway or proxy.
SC_GONE - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (410) indicating that the resource is no longer available at the server and no forwarding address is known.
SC_HTTP_VERSION_NOT_SUPPORTED - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (505) indicating that the server does not support or refuses to support the HTTP protocol version that was used in the request message.
SC_INTERNAL_SERVER_ERROR - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (500) indicating an error inside the HTTP server which prevented it from fulfilling the request.
SC_LENGTH_REQUIRED - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (411) indicating that the request cannot be handled without a defined Content-Length.
SC_METHOD_NOT_ALLOWED - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (405) indicating that the method specified in the Request-Line is not allowed for the resource identified by the Request-URI.
SC_MOVED_PERMANENTLY - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (301) indicating that the resource has permanently moved to a new location, and that future references should use a new URI with their requests.
SC_MOVED_TEMPORARILY - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (302) indicating that the resource has temporarily moved to another location, but that future references should still use the original URI to access the resource.
SC_MULTIPLE_CHOICES - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (300) indicating that the requested resource corresponds to any one of a set of representations, each with its own specific location.
SC_NO_CONTENT - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (204) indicating that the request succeeded but that there was no new information to return.
SC_NON_AUTHORITATIVE_INFORMATION - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (203) indicating that the meta information presented by the client did not originate from the server.
SC_NOT_ACCEPTABLE - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (406) indicating that the resource identified by the request is only capable of generating response entities which have content characteristics not acceptable according to the accept headers sent in the request.
SC_NOT_FOUND - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (404) indicating that the requested resource is not available.
SC_NOT_IMPLEMENTED - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (501) indicating the HTTP server does not support the functionality needed to fulfill the request.
SC_NOT_MODIFIED - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (304) indicating that a conditional GET operation found that the resource was available and not modified.
SC_OK - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (200) indicating the request succeeded normally.
SC_PARTIAL_CONTENT - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (206) indicating that the server has fulfilled the partial GET request for the resource.
SC_PAYMENT_REQUIRED - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (402) reserved for future use.
SC_PRECONDITION_FAILED - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (412) indicating that the precondition given in one or more of the request-header fields evaluated to false when it was tested on the server.
SC_PROXY_AUTHENTICATION_REQUIRED - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (407) indicating that the client MUST first authenticate itself with the proxy.
SC_REQUEST_ENTITY_TOO_LARGE - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (413) indicating that the server is refusing to process the request because the request entity is larger than the server is willing or able to process.
SC_REQUEST_TIMEOUT - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (408) indicating that the client did not produce a request within the time that the server was prepared to wait.
SC_REQUEST_URI_TOO_LONG - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (414) indicating that the server is refusing to service the request because the Request-URI is longer than the server is willing to interpret.
SC_REQUESTED_RANGE_NOT_SATISFIABLE - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (416) indicating that the server cannot serve the requested byte range.
SC_RESET_CONTENT - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (205) indicating that the agent SHOULD reset the document view which caused the request to be sent.
SC_SEE_OTHER - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (303) indicating that the response to the request can be found under a different URI.
SC_SERVICE_UNAVAILABLE - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (503) indicating that the HTTP server is temporarily overloaded, and unable to handle the request.
SC_SWITCHING_PROTOCOLS - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (101) indicating the server is switching protocols according to Upgrade header.
SC_TEMPORARY_REDIRECT - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (307) indicating that the requested resource resides temporarily under a different URI.
SC_UNAUTHORIZED - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (401) indicating that the request requires HTTP authentication.
SC_UNSUPPORTED_MEDIA_TYPE - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (415) indicating that the server is refusing to service the request because the entity of the request is in a format not supported by the requested resource for the requested method.
SC_USE_PROXY - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (305) indicating that the requested resource MUST be accessed through the proxy given by the Location field.
scanChar() - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
Returns the next character on the input.
scanData(String, XMLStringBuffer) - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
Scans a range of character data up to the specified delimiter, setting the fields of the XMLString structure, appropriately.
scanFiles(File) - Method in class org.apache.jasper.JspC
Locate all jsp files in the webapp.
scanLiteral(int, XMLString) - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
Scans a range of attribute value data, setting the fields of the XMLString structure, appropriately.
scanName() - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
Returns a string matching the Name production appearing immediately on the input as a symbol, or null if no Name string is present.
scanPseudoAttribute(boolean, XMLString) - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
Scans a pseudo attribute.
Schedule - Annotation Type in javax.ejb
Schedule a timer for automatic creation with a timeout schedule based on a cron-like time expression.
schedule(Runnable, Trigger) - Method in interface javax.enterprise.concurrent.ManagedScheduledExecutorService
Creates and executes a task based on a Trigger.
schedule(Callable<V>, Trigger) - Method in interface javax.enterprise.concurrent.ManagedScheduledExecutorService
Creates and executes a task based on a Trigger.
ScheduleExpression - Class in javax.ejb
A calendar-based timeout expression for an enterprise bean timer.
ScheduleExpression() - Constructor for class javax.ejb.ScheduleExpression
Create a schedule with the default values.
Schedules - Annotation Type in javax.ejb
Applied to a timer callback method to schedule multiple calendar-based timers for the method.
scheduleWork(Work) - Method in interface javax.resource.spi.work.WorkManager
Accepts a Work instance for processing.
scheduleWork(Work, long, ExecutionContext, WorkListener) - Method in interface javax.resource.spi.work.WorkManager
Accepts a Work instance for processing.
SCHEMA_LOCATION_JSP_20 - Static variable in class org.apache.jasper.Constants
 
SCHEMA_LOCATION_JSP_21 - Static variable in class org.apache.jasper.Constants
 
SCHEMA_LOCATION_WEBAPP_24 - Static variable in class org.apache.jasper.Constants
 
SCHEMA_LOCATION_WEBAPP_25 - Static variable in class org.apache.jasper.Constants
 
SchemaOutputResolver - Class in javax.xml.bind
Controls where a JAXB implementation puts the generates schema files.
SchemaOutputResolver() - Constructor for class javax.xml.bind.SchemaOutputResolver
 
scope - Variable in class javax.xml.bind.JAXBElement
Scope of xml element declaration representing this xml element instance.
SCOPE - Static variable in class org.apache.taglibs.standard.tlv.JstlBaseTLV
 
ScopedAttributeELResolver - Class in javax.servlet.jsp.el
Defines variable resolution behavior for scoped attributes.
ScopedAttributeELResolver() - Constructor for class javax.servlet.jsp.el.ScopedAttributeELResolver
 
ScriptFreeTLV - Class in javax.servlet.jsp.jstl.tlv
A TagLibraryValidator for enforcing restrictions against the use of JSP scripting elements.
ScriptFreeTLV() - Constructor for class javax.servlet.jsp.jstl.tlv.ScriptFreeTLV
Constructs a new validator instance.
SCRIPTLET_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
SEC_WEBSOCKET_ACCEPT - Static variable in interface javax.websocket.HandshakeResponse
The Sec-WebSocket-Accept header name.
SEC_WEBSOCKET_EXTENSIONS - Static variable in interface javax.websocket.server.HandshakeRequest
The Sec-WebSocket-Extensions header name
SEC_WEBSOCKET_KEY - Static variable in interface javax.websocket.server.HandshakeRequest
The Sec-WebSocket-Key header name
SEC_WEBSOCKET_PROTOCOL - Static variable in interface javax.websocket.server.HandshakeRequest
The Sec-WebSocket-Protocol header name
SEC_WEBSOCKET_VERSION - Static variable in interface javax.websocket.server.HandshakeRequest
The Sec-WebSocket-Version header name
second(String) - Method in class javax.ejb.ScheduleExpression
Set the second attribute.
second(int) - Method in class javax.ejb.ScheduleExpression
Set the second attribute.
SecondaryTable - Annotation Type in javax.persistence
Specifies a secondary table for the annotated entity class.
SecondaryTables - Annotation Type in javax.persistence
Specifies multiple secondary tables for an entity.
secureResponse(HttpServletRequest, HttpServletResponse, HttpMessageContext) - Method in interface javax.security.enterprise.authentication.mechanism.http.HttpAuthenticationMechanism
Secure the response, optionally.
SecurityClassLoad - Class in org.apache.jasper.security
Static class used to preload java classes when using the Java SecurityManager so that the defineClassInPackage RuntimePermission does not trigger an AccessControlException.
SecurityClassLoad() - Constructor for class org.apache.jasper.security.SecurityClassLoad
 
securityClassLoad(ClassLoader) - Static method in class org.apache.jasper.security.SecurityClassLoad
 
SecurityContext - Class in javax.resource.spi.work
A standard WorkContext that allows a Work instance to propagate security related context information from an EIS to an application server.
SecurityContext() - Constructor for class javax.resource.spi.work.SecurityContext
 
SecurityContext - Interface in javax.security.enterprise
The SecurityContext provides an access point for programmatic security; an injectable type that is intended to be used by application code to query and interact with the Java EE Security API.
SecurityException - Exception in javax.resource.spi
A SecurityException indicates error conditions related to the security contract between an application server and resource adapter.
SecurityException() - Constructor for exception javax.resource.spi.SecurityException
Constructs a new instance with null as its detail message.
SecurityException(String) - Constructor for exception javax.resource.spi.SecurityException
Constructs a new instance with the specified detail message.
SecurityException(Throwable) - Constructor for exception javax.resource.spi.SecurityException
Constructs a new throwable with the specified cause.
SecurityException(String, Throwable) - Constructor for exception javax.resource.spi.SecurityException
Constructs a new throwable with the specified detail message and cause.
SecurityException(String, String) - Constructor for exception javax.resource.spi.SecurityException
Constructs a new throwable with the specified detail message and an error code.
SecurityPermission - Annotation Type in javax.resource.spi
The SecurityPermission annotation can be used by the developer, as part of the Connector annotation, to specify the extended security permissions required by the resource adapter
SecurityUtil - Class in org.apache.jasper.security
Util class for Security related operations.
SecurityUtil() - Constructor for class org.apache.jasper.security.SecurityUtil
 
select(Selection<? extends T>) - Method in interface javax.persistence.criteria.CriteriaQuery
Specify the item that is to be returned in the query result.
select(Expression<T>) - Method in interface javax.persistence.criteria.Subquery
Specify the item that is to be returned as the subquery result.
selectCase(Expression<? extends C>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a simple case expression.
selectCase() - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a general case expression.
Selection<X> - Interface in javax.persistence.criteria
The Selection interface defines an item that is to be returned in a query result.
selectNodes(Node, String) - Method in class org.apache.taglibs.standard.tag.common.xml.XPathUtil
Evaluate an XPath expression to a List of nodes.
selectSingleNode(Node, String) - Method in class org.apache.taglibs.standard.tag.common.xml.XPathUtil
Evaluate an XPath expression to a single node.
send(Destination, Message) - Method in interface javax.jms.JMSProducer
Sends a message to the specified destination, using any send options, message properties and message headers that have been defined on this JMSProducer.
send(Destination, String) - Method in interface javax.jms.JMSProducer
Send a TextMessage with the specified body to the specified destination, using any send options, message properties and message headers that have been defined on this JMSProducer.
send(Destination, Map<String, Object>) - Method in interface javax.jms.JMSProducer
Send a MapMessage with the specified body to the specified destination, using any send options, message properties and message headers that have been defined on this JMSProducer.
send(Destination, byte[]) - Method in interface javax.jms.JMSProducer
Send a BytesMessage with the specified body to the specified destination, using any send options, message properties and message headers that have been defined on this JMSProducer.
send(Destination, Serializable) - Method in interface javax.jms.JMSProducer
Send an ObjectMessage with the specified body to the specified destination, using any send options, message properties and message headers that have been defined on this JMSProducer.
send(Message) - Method in interface javax.jms.MessageProducer
Sends a message using the MessageProducer's default delivery mode, priority, and time to live.
send(Message, int, int, long) - Method in interface javax.jms.MessageProducer
Sends a message, specifying delivery mode, priority, and time to live.
send(Destination, Message) - Method in interface javax.jms.MessageProducer
Sends a message to a destination for an unidentified message producer using the MessageProducer's default delivery mode, priority, and time to live.
send(Destination, Message, int, int, long) - Method in interface javax.jms.MessageProducer
Sends a message to a destination for an unidentified message producer, specifying delivery mode, priority and time to live.
send(Message, CompletionListener) - Method in interface javax.jms.MessageProducer
Sends a message using the MessageProducer's default delivery mode, priority, and time to live, performing part of the work involved in sending the message in a separate thread and notifying the specified CompletionListener when the operation has completed.
send(Message, int, int, long, CompletionListener) - Method in interface javax.jms.MessageProducer
Sends a message, specifying delivery mode, priority and time to live, performing part of the work involved in sending the message in a separate thread and notifying the specified CompletionListener when the operation has completed.
send(Destination, Message, CompletionListener) - Method in interface javax.jms.MessageProducer
Sends a message to a destination for an unidentified message producer, using the MessageProducer's default delivery mode, priority, and time to live, performing part of the work involved in sending the message in a separate thread and notifying the specified CompletionListener when the operation has completed.
send(Destination, Message, int, int, long, CompletionListener) - Method in interface javax.jms.MessageProducer
Sends a message to a destination for an unidentified message producer, specifying delivery mode, priority and time to live, performing part of the work involved in sending the message in a separate thread and notifying the specified CompletionListener when the operation has completed.
send(Message) - Method in interface javax.jms.QueueSender
Sends a message to the queue.
send(Message, int, int, long) - Method in interface javax.jms.QueueSender
Sends a message to the queue, specifying delivery mode, priority, and time to live.
send(Queue, Message) - Method in interface javax.jms.QueueSender
Sends a message to a queue for an unidentified message producer.
send(Queue, Message, int, int, long) - Method in interface javax.jms.QueueSender
Sends a message to a queue for an unidentified message producer, specifying delivery mode, priority and time to live.
sendBinary(ByteBuffer) - Method in interface javax.websocket.RemoteEndpoint.Async
Initiates the asynchronous transmission of a binary message.
sendBinary(ByteBuffer, SendHandler) - Method in interface javax.websocket.RemoteEndpoint.Async
Initiates the asynchronous transmission of a binary message.
sendBinary(ByteBuffer) - Method in interface javax.websocket.RemoteEndpoint.Basic
Send a binary message, returning when all of the message has been transmitted.
sendBinary(ByteBuffer, boolean) - Method in interface javax.websocket.RemoteEndpoint.Basic
Send a binary message in parts, blocking until all of the message has been transmitted.
sendError(int, String) - Method in interface javax.servlet.http.HttpServletResponse
Sends an error response to the client using the specified status and clears the buffer.
sendError(int) - Method in interface javax.servlet.http.HttpServletResponse
Sends an error response to the client using the specified status code and clears the buffer.
sendError(int, String) - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to call sendError(int sc, String msg) on the wrapped response object.
sendError(int) - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to call sendError(int sc) on the wrapped response object.
SendHandler - Interface in javax.websocket
A simple callback object for asynchronous sending of web socket messages.
sendObject(Object) - Method in interface javax.websocket.RemoteEndpoint.Async
Initiates the asynchronous transmission of a custom developer object.
sendObject(Object, SendHandler) - Method in interface javax.websocket.RemoteEndpoint.Async
Initiates the asynchronous transmission of a custom developer object.
sendObject(Object) - Method in interface javax.websocket.RemoteEndpoint.Basic
Sends a custom developer object, blocking until it has been transmitted.
sendPing(ByteBuffer) - Method in interface javax.websocket.RemoteEndpoint
Send a Ping message containing the given application data to the remote endpoint.
sendPong(ByteBuffer) - Method in interface javax.websocket.RemoteEndpoint
Allows the developer to send an unsolicited Pong message containing the given application data in order to serve as a unidirectional heartbeat for the session.
sendRedirect(String) - Method in interface javax.servlet.http.HttpServletResponse
Sends a temporary redirect response to the client using the specified redirect location URL and clears the buffer.
sendRedirect(String) - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to return sendRedirect(String location) on the wrapped response object.
SendResult - Class in javax.websocket
The result of asynchronously sending a web socket message.
SendResult(Throwable) - Constructor for class javax.websocket.SendResult
Construct a SendResult carrying an exception.
SendResult() - Constructor for class javax.websocket.SendResult
Construct a SendResult signifying a successful send carrying no exception.
sendText(String, SendHandler) - Method in interface javax.websocket.RemoteEndpoint.Async
Initiates the asynchronous transmission of a text message.
sendText(String) - Method in interface javax.websocket.RemoteEndpoint.Async
Initiates the asynchronous transmission of a text message.
sendText(String) - Method in interface javax.websocket.RemoteEndpoint.Basic
Send a text message, blocking until all of the message has been transmitted.
sendText(String, boolean) - Method in interface javax.websocket.RemoteEndpoint.Basic
Send a text message in parts, blocking until all of the message has been transmitted.
SequenceGenerator - Annotation Type in javax.persistence
Defines a primary key generator that may be referenced by name when a generator element is specified for the GeneratedValue annotation.
SequenceGenerators - Annotation Type in javax.persistence
Used to group SequenceGenerator annotations.
SerializationContext - Interface in javax.json.bind.serializer
Provides JSONB internals for custom serializers.
SerializationContext - Interface in javax.xml.rpc.encoding
The javax.xml.rpc.encoding.SerializationContext interface is implemented by the JAX-RPC runtime system in an XML processing mechanism specific manner.
serialize(T, JsonGenerator, SerializationContext) - Method in interface javax.json.bind.serializer.JsonbSerializer
Serializes object into JSON stream.
serialize(String, T, JsonGenerator) - Method in interface javax.json.bind.serializer.SerializationContext
Serializes arbitrary object to JSON, using current javax.json.stream.JsonGenerator instance.
serialize(T, JsonGenerator) - Method in interface javax.json.bind.serializer.SerializationContext
Serializes arbitrary object to JSON, using current javax.json.stream.JsonGenerator instance.
Serializer - Interface in javax.xml.rpc.encoding
The javax.xml.rpc.encoding.Serializer interface defines the base interface for serializers.
SerializerFactory - Interface in javax.xml.rpc.encoding
The javax.xml.rpc.encoding.SerializerFactory is a factory of the serializers.
SERIALIZERS - Static variable in class javax.json.bind.JsonbConfig
Property used to specify custom serializers.
ServerApplicationConfig - Interface in javax.websocket.server
Developers include implementations of ServerApplicationConfig in an archive containing websocket endpoints (WAR file, or JAR file within the WAR file) in order to specify the websocket endpoints within the archive the implementation must deploy.
ServerContainer - Interface in javax.websocket.server
The ServerContainer is the specialized view of the WebSocketContainer available in server-side deployments.
ServerEndpoint - Annotation Type in javax.websocket.server
This class level annotation declares that the class it decorates is a web socket endpoint that will be deployed and made available in the URI-space of a web socket server.
ServerEndpointConfig - Interface in javax.websocket.server
The ServerEndpointConfig is a special kind of endpoint configuration object that contains web socket configuration information specific only to server endpoints.
ServerEndpointConfig.Builder - Class in javax.websocket.server
The ServerEndpointConfig.Builder is a class used for creating ServerEndpointConfig.Builder objects for the purposes of deploying a server endpoint.
ServerEndpointConfig.Configurator - Class in javax.websocket.server
The ServerEndpointConfig.Configurator class may be extended by developers who want to provide custom configuration algorithms, such as intercepting the opening handshake, or providing arbitrary methods and algorithms that can be accessed from each endpoint instance configured with this configurator.
ServerSession - Interface in javax.jms
A ServerSession object is an application server object that is used by a server to associate a thread with a JMS session (optional).
ServerSessionPool - Interface in javax.jms
A ServerSessionPool object is an object implemented by an application server to provide a pool of ServerSession objects for processing the messages of a ConnectionConsumer (optional).
service(ServletRequest, ServletResponse) - Method in class javax.servlet.GenericServlet
Called by the servlet container to allow the servlet to respond to a request.
service(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Receives standard HTTP requests from the public service method and dispatches them to the doXXX methods defined in this class.
service(ServletRequest, ServletResponse) - Method in class javax.servlet.http.HttpServlet
Dispatches client requests to the protected service method.
service(ServletRequest, ServletResponse) - Method in interface javax.servlet.Servlet
Called by the servlet container to allow the servlet to respond to a request.
Service - Interface in javax.xml.registry.infomodel
Service instances are RegistryObjects that provide information on services (for example, web services) offered by an Organization.
SERVICE - Static variable in interface javax.xml.registry.LifeCycleManager
Constant representing the javax.xml.registry.infomodel.Service interface.
Service - Interface in javax.xml.rpc
Service class acts as a factory of the following: Dynamic proxy for the target service endpoint.
Service - Class in javax.xml.ws
Service objects provide the client view of a Web service.
Service(URL, QName) - Constructor for class javax.xml.ws.Service
Creates a Service.
Service(URL, QName, WebServiceFeature...) - Constructor for class javax.xml.ws.Service
Creates a Service.
service(HttpServletRequest, HttpServletResponse) - Method in class org.apache.jasper.runtime.HttpJspBase
Entry point into service.
service(HttpServletRequest, HttpServletResponse) - Method in class org.apache.jasper.servlet.JspServlet
 
service(HttpServletRequest, HttpServletResponse, boolean) - Method in class org.apache.jasper.servlet.JspServletWrapper
 
Service.Mode - Enum in javax.xml.ws
The orientation of a dynamic client or service.
SERVICE_BINDING - Static variable in interface javax.xml.registry.LifeCycleManager
Constant representing the javax.xml.registry.infomodel.ServiceBinding interface.
SERVICE_METHOD_NAME - Static variable in class org.apache.jasper.Constants
_jspService is the name of the method that is called by HttpJspBase.service().
SERVICE_SUBSET - Static variable in interface javax.xml.registry.FindQualifier
Maps to UDDI serviceSubset.
ServiceBinding - Interface in javax.xml.registry.infomodel
ServiceBinding instances are RegistryObjects that represent technical information on a specific way to access a specific interface offered by a Service instance.
ServiceDelegate - Class in javax.xml.ws.spi
Service delegates are used internally by Service objects to allow pluggability of JAX-WS implementations.
ServiceDelegate() - Constructor for class javax.xml.ws.spi.ServiceDelegate
Default constructor.
ServiceException - Exception in javax.xml.rpc
The javax.xml.rpc.ServiceException is thrown from the methods in the javax.xml.rpc.Service interface and ServiceFactory class.
ServiceException() - Constructor for exception javax.xml.rpc.ServiceException
Constructs a new exception with null as its detail message.
ServiceException(String) - Constructor for exception javax.xml.rpc.ServiceException
Constructs a new exception with the specified detail message.
ServiceException(String, Throwable) - Constructor for exception javax.xml.rpc.ServiceException
Constructs a new exception with the specified detail message and cause.
ServiceException(Throwable) - Constructor for exception javax.xml.rpc.ServiceException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
ServiceFactory - Class in javax.xml.rpc
The javax.xml.rpc.ServiceFactory is an abstract class that provides a factory for the creation of instances of the type javax.xml.rpc.Service.
ServiceFactory() - Constructor for class javax.xml.rpc.ServiceFactory
 
SERVICEFACTORY_PROPERTY - Static variable in class javax.xml.rpc.ServiceFactory
A constant representing the property used to lookup the name of a ServiceFactory implementation class.
ServiceLifecycle - Interface in javax.xml.rpc.server
The javax.xml.rpc.server.ServiceLifecycle defines a lifecycle interface for a JAX-RPC service endpoint.
ServiceMode - Annotation Type in javax.xml.ws
Used to indicate whether a Provider implementation wishes to work with entire protocol messages or just with protocol message payloads.
serviceName(QName) - Method in class javax.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
Sets the serviceName as the wsam:ServiceName element in the wsa:Metadata element.
Servlet - Interface in javax.servlet
Defines methods that all servlets must implement.
SERVLET_CLASS_LOADER - Static variable in class org.apache.jasper.Constants
FIXME ServletContext attribute for class loader.
SERVLET_CLASSPATH - Static variable in class org.apache.jasper.Constants
FIXME ServletContext attribute for classpath.
SERVLET_CONTENT_TYPE - Static variable in class org.apache.jasper.Constants
Default servlet content type.
SERVLET_CONTEXT - Static variable in interface javax.xml.ws.handler.MessageContext
Standard property: servlet context object.
SERVLET_REQUEST - Static variable in interface javax.xml.ws.handler.MessageContext
Standard property: servlet request object.
SERVLET_RESPONSE - Static variable in interface javax.xml.ws.handler.MessageContext
Standard property: servlet response object.
ServletConfig - Interface in javax.servlet
A servlet configuration object used by a servlet container to pass information to a servlet during initialization.
ServletContainerInitializer - Interface in javax.servlet
Interface which allows a library/runtime to be notified of a web application's startup phase and perform any required programmatic registration of servlets, filters, and listeners in response to it.
ServletContext - Interface in javax.servlet
Defines a set of methods that a servlet uses to communicate with its servlet container, for example, to get the MIME type of a file, dispatch requests, or write to a log file.
ServletContextAttributeEvent - Class in javax.servlet
Event class for notifications about changes to the attributes of the ServletContext of a web application.
ServletContextAttributeEvent(ServletContext, String, Object) - Constructor for class javax.servlet.ServletContextAttributeEvent
Constructs a ServletContextAttributeEvent from the given ServletContext, attribute name, and attribute value.
ServletContextAttributeListener - Interface in javax.servlet
Interface for receiving notification events about ServletContext attribute changes.
ServletContextEvent - Class in javax.servlet
This is the event class for notifications about changes to the servlet context of a web application.
ServletContextEvent(ServletContext) - Constructor for class javax.servlet.ServletContextEvent
Construct a ServletContextEvent from the given context.
ServletContextListener - Interface in javax.servlet
Interface for receiving notification events about ServletContext lifecycle changes.
ServletEndpointContext - Interface in javax.xml.rpc.server
The ServletEndpointContext provides an endpoint context maintained by the underlying servlet container based JAX-RPC runtime system.
ServletException - Exception in javax.servlet
Defines a general exception a servlet can throw when it encounters difficulty.
ServletException() - Constructor for exception javax.servlet.ServletException
Constructs a new servlet exception.
ServletException(String) - Constructor for exception javax.servlet.ServletException
Constructs a new servlet exception with the specified message.
ServletException(String, Throwable) - Constructor for exception javax.servlet.ServletException
Constructs a new servlet exception when the servlet needs to throw an exception and include a message about the "root cause" exception that interfered with its normal operation, including a description message.
ServletException(Throwable) - Constructor for exception javax.servlet.ServletException
Constructs a new servlet exception when the servlet needs to throw an exception and include a message about the "root cause" exception that interfered with its normal operation.
ServletInputStream - Class in javax.servlet
Provides an input stream for reading binary data from a client request, including an efficient readLine method for reading data one line at a time.
ServletInputStream() - Constructor for class javax.servlet.ServletInputStream
Does nothing, because this is an abstract class.
ServletOutputStream - Class in javax.servlet
Provides an output stream for sending binary data to the client.
ServletOutputStream() - Constructor for class javax.servlet.ServletOutputStream
Does nothing, because this is an abstract class.
ServletRegistration - Interface in javax.servlet
Interface through which a Servlet may be further configured.
ServletRegistration.Dynamic - Interface in javax.servlet
Interface through which a Servlet registered via one of the addServlet methods on ServletContext may be further configured.
ServletRequest - Interface in javax.servlet
Defines an object to provide client request information to a servlet.
ServletRequestAttributeEvent - Class in javax.servlet
This is the event class for notifications of changes to the attributes of the servlet request in an application.
ServletRequestAttributeEvent(ServletContext, ServletRequest, String, Object) - Constructor for class javax.servlet.ServletRequestAttributeEvent
Construct a ServletRequestAttributeEvent giving the servlet context of this web application, the ServletRequest whose attributes are changing and the name and value of the attribute.
ServletRequestAttributeListener - Interface in javax.servlet
Interface for receiving notification events about ServletRequest attribute changes.
ServletRequestEvent - Class in javax.servlet
Events of this kind indicate lifecycle events for a ServletRequest.
ServletRequestEvent(ServletContext, ServletRequest) - Constructor for class javax.servlet.ServletRequestEvent
Construct a ServletRequestEvent for the given ServletContext and ServletRequest.
ServletRequestListener - Interface in javax.servlet
Interface for receiving notification events about requests coming into and going out of scope of a web application.
ServletRequestWrapper - Class in javax.servlet
Provides a convenient implementation of the ServletRequest interface that can be subclassed by developers wishing to adapt the request to a Servlet.
ServletRequestWrapper(ServletRequest) - Constructor for class javax.servlet.ServletRequestWrapper
Creates a ServletRequest adaptor wrapping the given request object.
ServletResponse - Interface in javax.servlet
Defines an object to assist a servlet in sending a response to the client.
ServletResponseWrapper - Class in javax.servlet
Provides a convenient implementation of the ServletResponse interface that can be subclassed by developers wishing to adapt the response from a Servlet.
ServletResponseWrapper(ServletResponse) - Constructor for class javax.servlet.ServletResponseWrapper
Creates a ServletResponse adaptor wrapping the given response object.
ServletResponseWrapperInclude - Class in org.apache.jasper.runtime
ServletResponseWrapper used by the JSP 'include' action.
ServletResponseWrapperInclude(ServletResponse, JspWriter) - Constructor for class org.apache.jasper.runtime.ServletResponseWrapperInclude
 
ServletSecurity - Annotation Type in javax.servlet.annotation
This annotation is used on a Servlet implementation class to specify security constraints to be enforced by a Servlet container on HTTP protocol messages.
ServletSecurity.EmptyRoleSemantic - Enum in javax.servlet.annotation
Defines the access semantic to be applied to an empty rolesAllowed array.
ServletSecurity.TransportGuarantee - Enum in javax.servlet.annotation
Defines the data protection requirements that must be satisfied by the transport
ServletSecurityElement - Class in javax.servlet
Java Class representation of a ServletSecurity annotation value.
ServletSecurityElement() - Constructor for class javax.servlet.ServletSecurityElement
Constructs an instance using the default HttpConstraintElement value as the default Constraint element and with no HTTP Method specific constraint elements.
ServletSecurityElement(HttpConstraintElement) - Constructor for class javax.servlet.ServletSecurityElement
Constructs an instance with a default Constraint element and with no HTTP Method specific constraint elements.
ServletSecurityElement(Collection<HttpMethodConstraintElement>) - Constructor for class javax.servlet.ServletSecurityElement
Constructs an instance using the default HttpConstraintElement value as the default Constraint element and with a collection of HTTP Method specific constraint elements.
ServletSecurityElement(HttpConstraintElement, Collection<HttpMethodConstraintElement>) - Constructor for class javax.servlet.ServletSecurityElement
Constructs an instance with a default Constraint element and with a collection of HTTP Method specific constraint elements.
ServletSecurityElement(ServletSecurity) - Constructor for class javax.servlet.ServletSecurityElement
Constructs an instance from a ServletSecurity annotation value.
ServletStats - Interface in javax.management.j2ee.statistics
Specifies the statistics provided by a Servlet.
ServletWriter - Class in org.apache.jasper.compiler
This is what is used to generate servlets.
ServletWriter(PrintWriter) - Constructor for class org.apache.jasper.compiler.ServletWriter
 
Session - Interface in javax.jms
A Session object is a single-threaded context for producing and consuming messages.
SESSION - Static variable in class javax.servlet.jsp.PageContext
Name used to store HttpSession in PageContext name table.
Session - Interface in javax.websocket
A Web Socket session represents a conversation between two web socket endpoints.
SESSION_MAINTAIN_PROPERTY - Static variable in interface javax.xml.rpc.Call
Standard property: This boolean property is used by a service client to indicate whether or not it wants to participate in a session with a service endpoint.
SESSION_MAINTAIN_PROPERTY - Static variable in interface javax.xml.rpc.Stub
Standard property: This boolean property is used by a service client to indicate whether or not it wants to participate in a session with a service endpoint.
SESSION_MAINTAIN_PROPERTY - Static variable in interface javax.xml.ws.BindingProvider
Standard property: This boolean property is used by a service client to indicate whether or not it wants to participate in a session with a service endpoint.
SESSION_SCOPE - Static variable in class javax.servlet.jsp.PageContext
Session scope (only valid if this page participates in a session): the named reference remains available from the HttpSession (if any) associated with the Servlet until the HttpSession is invalidated.
SESSION_SCOPE - Static variable in class org.apache.taglibs.standard.tlv.JstlBaseTLV
 
SESSION_TRANSACTED - Static variable in interface javax.jms.JMSContext
This session mode instructs the JMSContext's session to deliver and consume messages in a local transaction which will be subsequently committed by calling commit or rolled back by calling rollback.
SESSION_TRANSACTED - Static variable in interface javax.jms.Session
This value may be passed as the argument to the method createSession(int sessionMode) on the Connection object to specify that the session should use a local transaction.
SessionBean - Interface in javax.ejb
The SessionBean interface defines methods that the EJB container uses to notify a session bean instance of the instance's life cycle events.
SessionBeanStats - Interface in javax.management.j2ee.statistics
Specifies the statistics provided by session beans of both stateful and stateless types.
SessionContext - Interface in javax.ejb
The SessionContext interface provides access to the runtime session context that the container provides for a session bean instance.
SessionCookieConfig - Interface in javax.servlet
Class that may be used to configure various properties of cookies used for session tracking purposes.
sessionCreated(HttpSessionEvent) - Method in interface javax.servlet.http.HttpSessionListener
Receives notification that a session has been created.
sessionDestroyed(HttpSessionEvent) - Method in interface javax.servlet.http.HttpSessionListener
Receives notification that a session is about to be invalidated.
sessionDidActivate(HttpSessionEvent) - Method in interface javax.servlet.http.HttpSessionActivationListener
Notification that the session has just been activated.
SessionException - Exception in javax.websocket
A SessionException represents a general exception type reporting problems occurring on a websocket session.
SessionException(String, Throwable, Session) - Constructor for exception javax.websocket.SessionException
Creates a new instance of this exception with the given message, the wrapped cause of the exception and the session with which the problem is associated.
sessionId(String) - Method in interface javax.servlet.http.PushBuilder
Set the SessionID to be used for the push.
sessionIdChanged(HttpSessionEvent, String) - Method in interface javax.servlet.http.HttpSessionIdListener
Receives notification that session id has been changed in a session.
SessionSynchronization - Interface in javax.ejb
The SessionSynchronization interface allows a stateful session bean instance to be notified by its container of transaction boundaries.
SessionTrackingMode - Enum in javax.servlet
Enumeration of session tracking modes.
sessionWillPassivate(HttpSessionEvent) - Method in interface javax.servlet.http.HttpSessionActivationListener
Notification that the session is about to be passivated.
set(SingularAttribute<? super T, Y>, X) - Method in interface javax.persistence.criteria.CriteriaUpdate
Update the value of the specified attribute.
set(SingularAttribute<? super T, Y>, Expression<? extends Y>) - Method in interface javax.persistence.criteria.CriteriaUpdate
Update the value of the specified attribute.
set(Path<Y>, X) - Method in interface javax.persistence.criteria.CriteriaUpdate
Update the value of the specified attribute.
set(Path<Y>, Expression<? extends Y>) - Method in interface javax.persistence.criteria.CriteriaUpdate
Update the value of the specified attribute.
set(String, Object) - Method in interface javax.persistence.criteria.CriteriaUpdate
Update the value of the specified attribute.
set(PageContext, String, Object, int) - Static method in class javax.servlet.jsp.jstl.core.Config
Sets the value of a configuration variable in the given scope.
set(ServletRequest, String, Object) - Static method in class javax.servlet.jsp.jstl.core.Config
Sets the value of a configuration variable in the "request" scope.
set(HttpSession, String, Object) - Static method in class javax.servlet.jsp.jstl.core.Config
Sets the value of a configuration variable in the "session" scope.
set(ServletContext, String, Object) - Static method in class javax.servlet.jsp.jstl.core.Config
Sets the value of a configuration variable in the "application" scope.
SET_PROPERTY_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
setAccessURI(String) - Method in interface javax.xml.registry.infomodel.ServiceBinding
Sets the URI that gives access to the service via this binding.
setActor(String) - Method in interface javax.xml.soap.SOAPHeaderElement
Sets the actor associated with this SOAPHeaderElement object to the specified actor.
setAdapter(XmlAdapter) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
 
setAdapter(Class<A>, A) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
 
setAdapter(XmlAdapter) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
setAdapter(Class<A>, A) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
setAdapter(XmlAdapter) - Method in interface javax.xml.bind.Marshaller
Associates a configured instance of XmlAdapter with this marshaller.
setAdapter(Class<A>, A) - Method in interface javax.xml.bind.Marshaller
Associates a configured instance of XmlAdapter with this marshaller.
setAdapter(XmlAdapter) - Method in interface javax.xml.bind.Unmarshaller
Associates a configured instance of XmlAdapter with this unmarshaller.
setAdapter(Class<A>, A) - Method in interface javax.xml.bind.Unmarshaller
Associates a configured instance of XmlAdapter with this unmarshaller.
setAddress(String) - Method in interface javax.xml.registry.infomodel.EmailAddress
Sets the email address for this object.
setAddWebXmlMappings(boolean) - Method in class org.apache.jasper.JspC
 
setAreaCode(String) - Method in interface javax.xml.registry.infomodel.TelephoneNumber
Sets the area code.
setArgs(String[]) - Method in class org.apache.jasper.JspC
 
setArgumentList(List) - Method in class org.apache.taglibs.standard.lang.jstl.FunctionInvocation
 
setAssociations(Collection) - Method in interface javax.xml.registry.infomodel.RegistryObject
Replaces all previous Associations from this object with specified Associations.
setAssociationType(Concept) - Method in interface javax.xml.registry.infomodel.Association
Sets the association type for this Association.
setAsText(String) - Method in class org.apache.taglibs.standard.lang.jstl.test.Bean2Editor
 
setAsync(CompletionListener) - Method in interface javax.jms.JMSProducer
Specifies whether subsequent calls to send on this JMSProducer object should be synchronous or asynchronous.
setAsyncSendTimeout(long) - Method in interface javax.websocket.WebSocketContainer
Sets the number of milliseconds the implementation will timeout attempting to send a websocket message for all RemoteEndpoints associated with this container.
setAsyncSupported(boolean) - Method in interface javax.servlet.Registration.Dynamic
Configures the Servlet or Filter represented by this dynamic Registration as supporting asynchronous operations or not.
setAttachmentMarshaller(AttachmentMarshaller) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
 
setAttachmentMarshaller(AttachmentMarshaller) - Method in interface javax.xml.bind.Marshaller
Associate a context that enables binary data within an XML document to be transmitted as XML-binary optimized attachment.
setAttachmentUnmarshaller(AttachmentUnmarshaller) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
setAttachmentUnmarshaller(AttachmentUnmarshaller) - Method in interface javax.xml.bind.Unmarshaller
Associate a context that resolves cid's, content-id URIs, to binary data passed as attachments.
setAttribute(ObjectName, Attribute) - Method in interface javax.management.j2ee.Management
Sets the value of a specific attribute of a named managed object.
SetAttribute<X,E> - Interface in javax.persistence.metamodel
Instances of the type SetAttribute represent persistent java.util.Set-valued attributes.
setAttribute(String, Object) - Method in interface javax.servlet.http.HttpSession
Binds an object to this session, using the name specified.
setAttribute(String, Object) - Method in class javax.servlet.jsp.JspContext
Register the name and value specified with page scope semantics.
setAttribute(String, Object, int) - Method in class javax.servlet.jsp.JspContext
Register the name and value specified with appropriate scope semantics.
setAttribute(String, Object) - Method in class javax.servlet.jsp.tagext.TagData
Set the value of an attribute.
setAttribute(String, Object) - Method in interface javax.servlet.ServletContext
Binds an object to a given attribute name in this ServletContext.
setAttribute(String, Object) - Method in interface javax.servlet.ServletRequest
Stores an attribute in this request.
setAttribute(String, Object) - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return setAttribute(String name, Object o) on the wrapped request object.
setAttribute(String, Object) - Method in class org.apache.jasper.runtime.JspContextWrapper
 
setAttribute(String, Object, int) - Method in class org.apache.jasper.runtime.JspContextWrapper
 
setAttribute(String, Object) - Method in class org.apache.jasper.runtime.PageContextImpl
 
setAttribute(String, Object, int) - Method in class org.apache.jasper.runtime.PageContextImpl
 
setAttribute(String, Object) - Method in class org.apache.jasper.servlet.JspCServletContext
Set or replace the specified context attribute.
setAttribute(String, Object) - Method in class org.apache.taglibs.standard.lang.jstl.test.PageContextImpl
 
setAttribute(String, Object, int) - Method in class org.apache.taglibs.standard.lang.jstl.test.PageContextImpl
 
setAttributes(ObjectName, AttributeList) - Method in interface javax.management.j2ee.Management
Sets the values of several attributes of a named managed object.
setAutoFlush(String, Node, ErrorDispatcher) - Method in class org.apache.jasper.compiler.PageInfo
 
setAutoStart(boolean) - Method in interface javax.jms.JMSContext
Specifies whether the underlying connection used by this JMSContext will be started automatically when a consumer is created.
setBase64Content(InputStream, String) - Method in class javax.xml.soap.AttachmentPart
Sets the content of this attachment part from the Base64 source InputStream and sets the value of the Content-Type header to the value contained in contentType, This method would first decode the base64 input and write the resulting raw bytes to the attachment.
setBasename(String) - Method in class org.apache.taglibs.standard.tag.el.fmt.BundleTag
 
setBasename(String) - Method in class org.apache.taglibs.standard.tag.el.fmt.SetBundleTag
 
setBasename(String) - Method in class org.apache.taglibs.standard.tag.rt.fmt.BundleTag
 
setBasename(String) - Method in class org.apache.taglibs.standard.tag.rt.fmt.SetBundleTag
 
setBatchingAllowed(boolean) - Method in interface javax.websocket.RemoteEndpoint
Indicate to the implementation that it is allowed to batch outgoing messages before sending.
setBean1(Bean1) - Method in class org.apache.taglibs.standard.lang.jstl.test.Bean1
 
setBean2(Bean1) - Method in class org.apache.taglibs.standard.lang.jstl.test.Bean1
 
setBegin(int) - Method in class org.apache.taglibs.standard.tag.common.xml.ForEachTag
 
setBegin(String) - Method in class org.apache.taglibs.standard.tag.el.core.ForEachTag
 
setBegin(String) - Method in class org.apache.taglibs.standard.tag.el.core.ForTokensTag
 
setBegin(int) - Method in class org.apache.taglibs.standard.tag.rt.core.ForEachTag
 
setBegin(int) - Method in class org.apache.taglibs.standard.tag.rt.core.ForTokensTag
 
setBody(String) - Method in class org.apache.jasper.xmlparser.TreeNode
Set the body text associated with this node (if any).
setBodyContent(BodyContent) - Method in interface javax.servlet.jsp.tagext.BodyTag
Set the bodyContent property.
setBodyContent(BodyContent) - Method in class javax.servlet.jsp.tagext.BodyTagSupport
Prepare for evaluation of the body: stash the bodyContent away.
setBoolean(String, boolean) - Method in interface javax.jms.MapMessage
Sets a boolean value with the specified name into the Map.
setBoolean1(boolean) - Method in class org.apache.taglibs.standard.lang.jstl.test.Bean1
 
setBoolean2(Boolean) - Method in class org.apache.taglibs.standard.lang.jstl.test.Bean1
 
setBooleanProperty(String, boolean) - Method in interface javax.jms.Message
Sets a boolean property value with the specified name into the message.
setBuffer(int) - Method in class org.apache.jasper.compiler.PageInfo
 
setBufferSize(int) - Method in interface javax.servlet.ServletResponse
Sets the preferred buffer size for the body of the response.
setBufferSize(int) - Method in class javax.servlet.ServletResponseWrapper
The default behavior of this method is to call setBufferSize(int size) on the wrapped response object.
setBufferValue(String, Node, ErrorDispatcher) - Method in class org.apache.jasper.compiler.PageInfo
 
setBuilder(DocumentBuilder) - Method in class javax.xml.bind.annotation.W3CDomHandler
 
setBundle(String) - Method in class org.apache.taglibs.standard.tag.el.fmt.MessageTag
 
setBundle(LocalizationContext) - Method in class org.apache.taglibs.standard.tag.rt.fmt.MessageTag
 
SetBundleSupport - Class in org.apache.taglibs.standard.tag.common.fmt
Support for tag handlers for <setBundle>, the JSTL 1.0 tag that loads a resource bundle and stores it in a scoped variable.
SetBundleSupport() - Constructor for class org.apache.taglibs.standard.tag.common.fmt.SetBundleSupport
 
SetBundleTag - Class in org.apache.taglibs.standard.tag.el.fmt
A handler for <setBundle> that accepts attributes as Strings and evaluates them as expressions at runtime.
SetBundleTag() - Constructor for class org.apache.taglibs.standard.tag.el.fmt.SetBundleTag
Constructs a new SetBundleTag.
SetBundleTag - Class in org.apache.taglibs.standard.tag.rt.fmt
A handler for <setBundle> that supports rtexprvalue-based attributes.
SetBundleTag() - Constructor for class org.apache.taglibs.standard.tag.rt.fmt.SetBundleTag
 
setByte(String, byte) - Method in interface javax.jms.MapMessage
Sets a byte value with the specified name into the Map.
setByte1(byte) - Method in class org.apache.taglibs.standard.lang.jstl.test.Bean1
 
setByte2(Byte) - Method in class org.apache.taglibs.standard.lang.jstl.test.Bean1
 
setBytecode(String, byte[]) - Method in class org.apache.jasper.compiler.JspRuntimeContext
Save the bytecode for the class in a map.
setByteProperty(String, byte) - Method in interface javax.jms.Message
Sets a byte property value with the specified name into the message.
setBytes(String, byte[]) - Method in interface javax.jms.MapMessage
Sets a byte array value with the specified name into the Map.
setBytes(String, byte[], int, int) - Method in interface javax.jms.MapMessage
Sets a portion of the byte array value with the specified name into the Map.
setChar(String, char) - Method in interface javax.jms.MapMessage
Sets a Unicode character value with the specified name into the Map.
setChar1(char) - Method in class org.apache.taglibs.standard.lang.jstl.test.Bean1
 
setChar2(Character) - Method in class org.apache.taglibs.standard.lang.jstl.test.Bean1
 
setCharacterEncoding(String) - Method in interface javax.servlet.ServletRequest
Overrides the name of the character encoding used in the body of this request.
setCharacterEncoding(String) - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to set the character encoding on the wrapped request object.
setCharacterEncoding(String) - Method in interface javax.servlet.ServletResponse
Sets the character encoding (MIME charset) of the response being sent to the client, for example, to UTF-8.
setCharacterEncoding(String) - Method in class javax.servlet.ServletResponseWrapper
The default behavior of this method is to call setCharacterEncoding(String charset) on the wrapped response object.
setCharEncoding(String) - Method in class org.apache.taglibs.standard.tag.el.core.ImportTag
 
setCharEncoding(String) - Method in class org.apache.taglibs.standard.tag.rt.core.ImportTag
 
setCharsetName(String) - Method in interface javax.xml.registry.infomodel.LocalizedString
Set the canonical name for the charset for this object.
setCity(String) - Method in interface javax.xml.registry.infomodel.PostalAddress
Sets the city.
setClassDebugInfo(boolean) - Method in class org.apache.jasper.JspC
 
setClassFileName(String) - Method in class org.apache.jasper.compiler.SmapUtil.ClassInfo
 
setClassifications(Collection) - Method in interface javax.xml.registry.infomodel.RegistryObject
Replaces all previous Classifications with specified Classifications.
setClassificationScheme(ClassificationScheme) - Method in interface javax.xml.registry.infomodel.Classification
Sets the ClassificationScheme for this external classification.
setClassifiedObject(RegistryObject) - Method in interface javax.xml.registry.infomodel.Classification
Sets the object that is being classified.
setClassLoader(URLClassLoader) - Method in class org.apache.jasper.JspCompilationContext
 
setClassName(String) - Method in class org.apache.jasper.JspC
Class name of the generated file ( without package ).
setClassPath(List<File>) - Method in class org.apache.jasper.compiler.Jsr199JavaCompiler
 
setClassPath(List<File>) - Method in class org.apache.jasper.compiler.NullJavaCompiler
 
setClassPath(String) - Method in class org.apache.jasper.JspC
 
setClassPath(String) - Method in class org.apache.jasper.JspCompilationContext
The classpath that is passed off to the Java compiler.
setCleared() - Method in class javax.security.enterprise.credential.AbstractClearableCredential
Specifies that the credential value has been securely cleared.
setClientID(String) - Method in interface javax.jms.Connection
Sets the client identifier for this connection.
setClientID(String) - Method in interface javax.jms.JMSContext
Sets the client identifier for the JMSContext's connection.
setColumnNumber(int) - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
Set the columnNumber field on this event locator.
setComment(String) - Method in class javax.servlet.http.Cookie
Specifies a comment that describes a cookie's purpose.
setComment(String) - Method in interface javax.servlet.SessionCookieConfig
Sets the comment that will be assigned to any session tracking cookies created on behalf of the application represented by the ServletContext from which this SessionCookieConfig was acquired.
setCompilationException(JasperException) - Method in class org.apache.jasper.servlet.JspServletWrapper
Sets the compilation exception for this JspServletWrapper.
setCompile(boolean) - Method in class org.apache.jasper.JspC
 
setCompiler(String) - Method in class org.apache.jasper.JspC
 
setCompilerSourceVM(String) - Method in class org.apache.jasper.JspC
 
setCompilerTargetVM(String) - Method in class org.apache.jasper.JspC
 
setConcept(Concept) - Method in interface javax.xml.registry.infomodel.Classification
Sets the concept for this internal classification.
setConnectionHandle(Object) - Method in class javax.resource.spi.ConnectionEvent
Set the connection handle.
setContent(Object, String) - Method in class javax.xml.soap.AttachmentPart
Sets the content of this attachment part to that of the given Object and sets the value of the Content-Type header to the given type.
setContent(Source) - Method in class javax.xml.soap.SOAPPart
Sets the content of the SOAPEnvelope object with the data from the given Source object.
setContentDescription(String) - Method in class javax.xml.soap.SOAPMessage
Sets the description of this SOAPMessage object's content with the given description.
setContentId(String) - Method in class javax.xml.soap.AttachmentPart
Sets the MIME header whose name is "Content-ID" with the given value.
setContentId(String) - Method in class javax.xml.soap.SOAPPart
Sets the value of the MIME header named "Content-Id" to the given String.
setContentLength(int) - Method in interface javax.servlet.ServletResponse
Sets the length of the content body in the response In HTTP servlets, this method sets the HTTP Content-Length header.
setContentLength(int) - Method in class javax.servlet.ServletResponseWrapper
The default behavior of this method is to call setContentLength(int len) on the wrapped response object.
setContentLengthLong(long) - Method in interface javax.servlet.ServletResponse
Sets the length of the content body in the response In HTTP servlets, this method sets the HTTP Content-Length header.
setContentLengthLong(long) - Method in class javax.servlet.ServletResponseWrapper
The default behavior of this method is to call setContentLengthLong(long len) on the wrapped response object.
setContentLocation(String) - Method in class javax.xml.soap.AttachmentPart
Sets the MIME header whose name is "Content-Location" with the given value.
setContentLocation(String) - Method in class javax.xml.soap.SOAPPart
Sets the value of the MIME header "Content-Location" to the given String.
setContentType(String) - Method in interface javax.servlet.ServletResponse
Sets the content type of the response being sent to the client, if the response has not been committed yet.
setContentType(String) - Method in class javax.servlet.ServletResponseWrapper
The default behavior of this method is to call setContentType(String type) on the wrapped response object.
setContentType(String) - Method in class javax.xml.soap.AttachmentPart
Sets the MIME header whose name is "Content-Type" with the given value.
setContentType(String) - Method in class org.apache.jasper.compiler.PageInfo
 
setContentType(String) - Method in class org.apache.jasper.JspCompilationContext
 
setContext(String) - Method in class org.apache.taglibs.standard.tag.el.core.ImportTag
 
setContext(String) - Method in class org.apache.taglibs.standard.tag.el.core.RedirectTag
 
setContext(String) - Method in class org.apache.taglibs.standard.tag.el.core.UrlTag
 
setContext(String) - Method in class org.apache.taglibs.standard.tag.rt.core.ImportTag
 
setContext(String) - Method in class org.apache.taglibs.standard.tag.rt.core.RedirectTag
 
setContext(String) - Method in class org.apache.taglibs.standard.tag.rt.core.UrlTag
 
setCountry(String) - Method in interface javax.xml.registry.infomodel.PostalAddress
Sets the country.
setCountryCode(String) - Method in interface javax.xml.registry.infomodel.TelephoneNumber
Sets country code.
setCredential(Credential) - Method in class javax.security.enterprise.authentication.mechanism.http.AuthenticationParameters
Sets the credential as parameter in this instance.
setCredentials(Set) - Method in interface javax.xml.registry.Connection
Sets the Credentials associated with this client.
setCurrencyCode(String) - Method in class org.apache.taglibs.standard.tag.el.fmt.FormatNumberTag
 
setCurrencyCode(String) - Method in class org.apache.taglibs.standard.tag.rt.fmt.FormatNumberTag
 
setCurrencySymbol(String) - Method in class org.apache.taglibs.standard.tag.el.fmt.FormatNumberTag
 
setCurrencySymbol(String) - Method in class org.apache.taglibs.standard.tag.rt.fmt.FormatNumberTag
 
setDataHandler(DataHandler) - Method in class javax.xml.soap.AttachmentPart
Sets the given DataHandler object as the data handler for this AttachmentPart object.
setDataSource(String) - Method in class org.apache.taglibs.standard.tag.el.sql.QueryTag
 
setDataSource(String) - Method in class org.apache.taglibs.standard.tag.el.sql.SetDataSourceTag
 
setDataSource(String) - Method in class org.apache.taglibs.standard.tag.el.sql.TransactionTag
 
setDataSource(String) - Method in class org.apache.taglibs.standard.tag.el.sql.UpdateTag
 
setDataSource(Object) - Method in class org.apache.taglibs.standard.tag.rt.sql.QueryTag
 
setDataSource(Object) - Method in class org.apache.taglibs.standard.tag.rt.sql.SetDataSourceTag
 
setDataSource(Object) - Method in class org.apache.taglibs.standard.tag.rt.sql.TransactionTag
Setter method for the SQL DataSource.
setDataSource(Object) - Method in class org.apache.taglibs.standard.tag.rt.sql.UpdateTag
Setter method for the SQL DataSource.
SetDataSourceTag - Class in org.apache.taglibs.standard.tag.el.sql
Tag handler for <SetDataSource> in JSTL, used to create a simple DataSource for prototyping.
SetDataSourceTag() - Constructor for class org.apache.taglibs.standard.tag.el.sql.SetDataSourceTag
 
SetDataSourceTag - Class in org.apache.taglibs.standard.tag.rt.sql
Tag handler for <Driver> in JSTL, used to create a simple DataSource for prototyping.
SetDataSourceTag() - Constructor for class org.apache.taglibs.standard.tag.rt.sql.SetDataSourceTag
 
SetDataSourceTagSupport - Class in org.apache.taglibs.standard.tag.common.sql
Tag handler for <SetDataSource> in JSTL, used to create a simple DataSource for prototyping.
SetDataSourceTagSupport() - Constructor for class org.apache.taglibs.standard.tag.common.sql.SetDataSourceTagSupport
 
setDatatypeConverter(DatatypeConverterInterface) - Static method in class javax.xml.bind.DatatypeConverter
This method is for JAXB provider use only.
setDateHeader(String, long) - Method in interface javax.servlet.http.HttpServletResponse
Sets a response header with the given name and date-value.
setDateHeader(String, long) - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to call setDateHeader(String name, long date) on the wrapped response object.
setDateStyle(String) - Method in class org.apache.taglibs.standard.tag.el.fmt.FormatDateTag
 
setDateStyle(String) - Method in class org.apache.taglibs.standard.tag.el.fmt.ParseDateTag
 
setDateStyle(String) - Method in class org.apache.taglibs.standard.tag.rt.fmt.FormatDateTag
 
setDateStyle(String) - Method in class org.apache.taglibs.standard.tag.rt.fmt.ParseDateTag
 
setDebug(boolean) - Method in class org.apache.jasper.compiler.Jsr199JavaCompiler
 
setDebug(boolean) - Method in class org.apache.jasper.compiler.NullJavaCompiler
 
setDebugStream(PrintStream) - Method in class org.apache.taglibs.standard.lang.jstl.parser.ELParserTokenManager
 
setDefault(String) - Method in class org.apache.taglibs.standard.tag.el.core.OutTag
 
setDefault(String) - Method in class org.apache.taglibs.standard.tag.rt.core.OutTag
 
setDefaultBufferNone(boolean) - Method in class org.apache.jasper.JspC
 
setDefaultFactory(JspFactory) - Static method in class javax.servlet.jsp.JspFactory
set the default factory for this implementation.
setDefaultMaxBinaryMessageBufferSize(int) - Method in interface javax.websocket.WebSocketContainer
Sets the default maximum size of incoming binary message that this container will buffer.
setDefaultMaxSessionIdleTimeout(long) - Method in interface javax.websocket.WebSocketContainer
Sets the default time in milliseconds after which any web socket sessions in this container will be closed if it has been inactive.
setDefaultMaxTextMessageBufferSize(int) - Method in interface javax.websocket.WebSocketContainer
Sets the maximum size of incoming text message that this container will buffer.
setDeferredSyntaxAllowedAsLiteral(String, Node, ErrorDispatcher, boolean) - Method in class org.apache.jasper.compiler.PageInfo
 
setDeferredSyntaxAllowedAsLiteral(boolean) - Method in class org.apache.jasper.compiler.PageInfo
 
setDelims(String) - Method in class org.apache.taglibs.standard.tag.el.core.ForTokensTag
 
setDelims(String) - Method in class org.apache.taglibs.standard.tag.rt.core.ForTokensTag
 
setDeliveryDelay(long) - Method in interface javax.jms.JMSProducer
Sets the minimum length of time in milliseconds that must elapse after a message is sent before the JMS provider may deliver the message to a consumer.
setDeliveryDelay(long) - Method in interface javax.jms.MessageProducer
Sets the minimum length of time in milliseconds that must elapse after a message is sent before the JMS provider may deliver the message to a consumer.
setDeliveryMode(int) - Method in interface javax.jms.JMSProducer
Specifies the delivery mode of messages that are sent using this JMSProducer
setDeliveryMode(int) - Method in interface javax.jms.MessageProducer
Sets the producer's default delivery mode.
setDescription(String) - Method in class javax.resource.spi.work.HintsContext
Set a brief description of the role played by the instance of HintsContext and any other related debugging information.
setDescription(InternationalString) - Method in interface javax.xml.registry.infomodel.RegistryObject
Sets the context independent textual description for this object.
setDisableMessageID(boolean) - Method in interface javax.jms.JMSProducer
Specifies whether message IDs may be disabled for messages that are sent using this JMSProducer
setDisableMessageID(boolean) - Method in interface javax.jms.MessageProducer
Specify whether message IDs may be disabled.
setDisableMessageTimestamp(boolean) - Method in interface javax.jms.JMSProducer
Specifies whether message timestamps may be disabled for messages that are sent using this JMSProducer.
setDisableMessageTimestamp(boolean) - Method in interface javax.jms.MessageProducer
Specify whether message timestamps may be disabled.
setDoc(Object) - Method in class org.apache.taglibs.standard.tag.rt.xml.ParseTag
 
setDoc(Object) - Method in class org.apache.taglibs.standard.tag.rt.xml.TransformTag
 
setDocSystemId(String) - Method in class org.apache.taglibs.standard.tag.rt.xml.TransformTag
 
setDoctypeName(String) - Method in class org.apache.jasper.compiler.PageInfo
 
setDoctypePublic(String) - Method in class org.apache.jasper.compiler.PageInfo
 
setDoctypeSystem(String) - Method in class org.apache.jasper.compiler.PageInfo
 
setDoEmbedded(boolean) - Method in class org.apache.jasper.compiler.SmapGenerator
Instructs the SmapGenerator whether to actually print any embedded SMAPs or not.
setDomain(String) - Method in class javax.servlet.http.Cookie
Specifies the domain within which this cookie should be presented.
setDomain(String) - Method in interface javax.servlet.SessionCookieConfig
Sets the domain name that will be assigned to any session tracking cookies created on behalf of the application represented by the ServletContext from which this SessionCookieConfig was acquired.
setDouble(String, double) - Method in interface javax.jms.MapMessage
Sets a double value with the specified name into the Map.
setDouble1(double) - Method in class org.apache.taglibs.standard.lang.jstl.test.Bean1
 
setDouble2(Double) - Method in class org.apache.taglibs.standard.lang.jstl.test.Bean1
 
setDoubleProperty(String, double) - Method in interface javax.jms.Message
Sets a double property value with the specified name into the message.
setDriver(String) - Method in class org.apache.taglibs.standard.tag.common.sql.DriverTag
 
setDriver(String) - Method in class org.apache.taglibs.standard.tag.el.sql.SetDataSourceTag
 
setDriver(String) - Method in class org.apache.taglibs.standard.tag.rt.sql.SetDataSourceTag
 
setDriverClassName(String) - Method in class org.apache.taglibs.standard.tag.common.sql.DataSourceWrapper
 
setDtdResourcePrefix(String) - Static method in class org.apache.jasper.JspC
Sets the path prefix for .dtd resources
setDtdResourcePrefix(String) - Static method in class org.apache.jasper.xmlparser.ParserUtils
Sets the path prefix URL for .dtd resources
setDynamicAttribute(String, String, Object) - Method in interface javax.servlet.jsp.tagext.DynamicAttributes
Called when a tag declared to accept dynamic attributes is passed an attribute that is not declared in the Tag Library Descriptor.
setElementQName(QName) - Method in interface javax.xml.soap.SOAPElement
Changes the name of this Element to newName if possible.
setElements(Object[]) - Method in class org.apache.taglibs.standard.lang.jstl.ExpressionString
 
setELIgnored(boolean) - Method in class org.apache.jasper.compiler.PageInfo
 
setEmailAddresses(Collection) - Method in interface javax.xml.registry.infomodel.User
Sets the Collection of EmailAddress instances for this User.
setEncoding(String) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
Convenience method for setting the output encoding.
setEncodingStyle(String) - Method in interface javax.xml.soap.SOAPElement
Sets the encoding style for this SOAPElement object to one specified.
setEnd(int) - Method in class org.apache.taglibs.standard.tag.common.xml.ForEachTag
 
setEnd(String) - Method in class org.apache.taglibs.standard.tag.el.core.ForEachTag
 
setEnd(String) - Method in class org.apache.taglibs.standard.tag.el.core.ForTokensTag
 
setEnd(int) - Method in class org.apache.taglibs.standard.tag.rt.core.ForEachTag
 
setEnd(int) - Method in class org.apache.taglibs.standard.tag.rt.core.ForTokensTag
 
setEndpointContext(EndpointContext) - Method in class javax.xml.ws.Endpoint
By setting a EndpointContext, JAX-WS runtime knows about addresses of other endpoints in an application.
setEntityContext(EntityContext) - Method in interface javax.ejb.EntityBean
Set the associated entity context.
setEntityResolver(EntityResolver) - Static method in class org.apache.jasper.xmlparser.ParserUtils
 
setErrorCode(String) - Method in exception javax.resource.ResourceException
Set the error code.
setErrorObjectKey(Key) - Method in exception javax.xml.registry.RegistryException
Sets the Key to the first object that encountered an error in the registry.
setErrorOnUndeclaredNamespace(boolean) - Method in class org.apache.jasper.compiler.PageInfo
 
setErrorOnUseBeanInvalidClassAttribute(boolean) - Method in class org.apache.jasper.EmbeddedServletOptions
 
setErrorOnUseBeanInvalidClassAttribute(boolean) - Method in class org.apache.jasper.JspC
 
setErrorPage(String) - Method in class org.apache.jasper.compiler.PageInfo
 
setErrorPage(boolean) - Method in class org.apache.jasper.JspCompilationContext
 
setEscapeXml(String) - Method in class org.apache.taglibs.standard.tag.el.core.OutTag
 
setEscapeXml(String) - Method in class org.apache.taglibs.standard.tag.el.xml.ExprTag
 
setEscapeXml(boolean) - Method in class org.apache.taglibs.standard.tag.rt.core.OutTag
 
setEscapeXml(boolean) - Method in class org.apache.taglibs.standard.tag.rt.xml.ExprTag
 
setEventHandler(ValidationEventHandler) - Method in class javax.xml.bind.Binder
Allow an application to register a ValidationEventHandler.
setEventHandler(ValidationEventHandler) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
 
setEventHandler(ValidationEventHandler) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
Allow an application to register a validation event handler.
setEventHandler(ValidationEventHandler) - Method in interface javax.xml.bind.Marshaller
Allow an application to register a validation event handler.
setEventHandler(ValidationEventHandler) - Method in interface javax.xml.bind.Unmarshaller
Allow an application to register a ValidationEventHandler.
setEventHandler(ValidationEventHandler) - Method in interface javax.xml.bind.Validator
Deprecated.
since JAXB2.0
setExceptionListener(ExceptionListener) - Method in interface javax.jms.Connection
Sets an exception listener for this connection.
setExceptionListener(ExceptionListener) - Method in interface javax.jms.JMSContext
Sets an exception listener for the JMSContext's connection.
setExecutor(Executor) - Method in class javax.xml.ws.Endpoint
Sets the executor for this Endpoint instance.
setExecutor(Executor) - Method in class javax.xml.ws.Service
Sets the executor for this Service instance.
setExecutor(Executor) - Method in class javax.xml.ws.spi.ServiceDelegate
Sets the executor for this Service instance.
setExpiration(Date) - Method in interface javax.xml.registry.infomodel.RegistryEntry
Sets the expirationDate.
setExpression(Expression) - Method in class org.apache.taglibs.standard.lang.jstl.BinaryOperatorExpression
 
setExpression(Expression) - Method in class org.apache.taglibs.standard.lang.jstl.UnaryOperatorExpression
 
setExpressionFactory(ExpressionFactory) - Method in class org.apache.jasper.runtime.JspApplicationContextImpl
 
setExpressions(List) - Method in class org.apache.taglibs.standard.lang.jstl.BinaryOperatorExpression
 
setExtdirs(String) - Method in class org.apache.jasper.compiler.Jsr199JavaCompiler
 
setExtdirs(String) - Method in class org.apache.jasper.compiler.NullJavaCompiler
 
setExtends(String, Node.PageDirective) - Method in class org.apache.jasper.compiler.PageInfo
 
setExtension(String) - Method in interface javax.xml.registry.infomodel.TelephoneNumber
Sets the internal extension.
setExternalIdentifiers(Collection) - Method in interface javax.xml.registry.infomodel.RegistryObject
Replaces all previous external identifiers with specified Collection of ExternalIdentifiers as an external identifier.
setExternalLinks(Collection) - Method in interface javax.xml.registry.infomodel.RegistryObject
Replaces all previous ExternalLinks with specified ExternalLinks.
setExternalURI(String) - Method in interface javax.xml.registry.infomodel.ExternalLink
Sets URI for an external resource.
setFailOnError(boolean) - Method in class org.apache.jasper.JspC
Set the option that throws an exception in case of a compilation error.
setFaultActor(String) - Method in interface javax.xml.soap.SOAPFault
Sets this SOAPFault object with the given fault actor.
setFaultCode(Name) - Method in interface javax.xml.soap.SOAPFault
Sets this SOAPFault object with the given fault code.
setFaultCode(QName) - Method in interface javax.xml.soap.SOAPFault
Sets this SOAPFault object with the given fault code.
setFaultCode(String) - Method in interface javax.xml.soap.SOAPFault
Sets this SOAPFault object with the give fault code.
setFaultNode(String) - Method in interface javax.xml.soap.SOAPFault
Creates or replaces any existing Node element value for this SOAPFault object.
setFaultRole(String) - Method in interface javax.xml.soap.SOAPFault
Creates or replaces any existing Role element value for this SOAPFault object.
setFaultString(String) - Method in interface javax.xml.soap.SOAPFault
Sets the fault string for this SOAPFault object to the given string.
setFaultString(String, Locale) - Method in interface javax.xml.soap.SOAPFault
Sets the fault string for this SOAPFault object to the given string and localized to the given locale.
setFilter(String) - Method in class org.apache.taglibs.standard.tag.el.xml.ParseTag
 
setFilter(XMLFilter) - Method in class org.apache.taglibs.standard.tag.rt.xml.ParseTag
 
setFirstName(String) - Method in interface javax.xml.registry.infomodel.PersonName
Sets the first name for this Person.
setFirstResult(int) - Method in interface javax.persistence.Query
Set the position of the first result to retrieve.
setFirstResult(int) - Method in interface javax.persistence.TypedQuery
Set the position of the first result to retrieve.
setFloat(String, float) - Method in interface javax.jms.MapMessage
Sets a float value with the specified name into the Map.
setFloat1(float) - Method in class org.apache.taglibs.standard.lang.jstl.test.Bean1
 
setFloat2(Float) - Method in class org.apache.taglibs.standard.lang.jstl.test.Bean1
 
setFloatProperty(String, float) - Method in interface javax.jms.Message
Sets a float property value with the specified name into the message.
setFlushMode(FlushModeType) - Method in interface javax.persistence.EntityManager
Set the flush mode that applies to all objects contained in the persistence context.
setFlushMode(FlushModeType) - Method in interface javax.persistence.Query
Set the flush mode type to be used for the query execution.
setFlushMode(FlushModeType) - Method in interface javax.persistence.StoredProcedureQuery
Set the flush mode type to be used for the query execution.
setFlushMode(FlushModeType) - Method in interface javax.persistence.TypedQuery
Set the flush mode type to be used for the query execution.
setFormattedOutput(boolean) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
Convenience method for setting the formatted output flag.
setFragment(boolean) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
Convenience method for setting the fragment flag.
setFullName(String) - Method in interface javax.xml.registry.infomodel.PersonName
Sets the fully formatted name for this person.
setFunctionMapper(FunctionMapper) - Method in class org.apache.jasper.runtime.ELContextImpl
 
setFunctionName(String) - Method in class org.apache.taglibs.standard.lang.jstl.FunctionInvocation
 
setGenStringAsByteArray(boolean) - Method in class org.apache.jasper.JspC
 
setGenStringAsCharArray(boolean) - Method in class org.apache.jasper.JspC
Determines whether text strings are to be generated as char arrays, which improves performance in some cases.
setGroupingUsed(String) - Method in class org.apache.taglibs.standard.tag.el.fmt.FormatNumberTag
 
setGroupingUsed(boolean) - Method in class org.apache.taglibs.standard.tag.rt.fmt.FormatNumberTag
 
setHandler(HttpHandler) - Method in class javax.xml.ws.spi.http.HttpContext
JAX-WS runtime sets its handler during Endpoint.publish(HttpContext) to handle HTTP requests for this context.
setHandlerChain(QName, List) - Method in interface javax.xml.rpc.handler.HandlerRegistry
Sets the handler chain for the specified service endpoint as a java.util.List.
setHandlerChain(List<Handler>) - Method in interface javax.xml.ws.Binding
Sets the handler chain for the protocol binding instance.
setHandlerClass(Class) - Method in class javax.xml.rpc.handler.HandlerInfo
Sets the Handler class
setHandlerConfig(Map) - Method in class javax.xml.rpc.handler.HandlerInfo
Sets the Handler configuration as java.util.Map
setHandlerResolver(HandlerResolver) - Method in class javax.xml.ws.Service
Sets the HandlerResolver for this Service instance.
setHandlerResolver(HandlerResolver) - Method in class javax.xml.ws.spi.ServiceDelegate
Sets the HandlerResolver for this Service instance.
setHasJspRoot(boolean) - Method in class org.apache.jasper.compiler.PageInfo
 
setHeader(String, String) - Method in interface javax.servlet.http.HttpServletResponse
Sets a response header with the given name and value.
setHeader(String, String) - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to return setHeader(String name, String value) on the wrapped response object.
setHeader(String, String) - Method in interface javax.servlet.http.PushBuilder
Set a request header to be used for the push.
setHeader(String, String) - Method in class javax.xml.soap.MimeHeaders
Replaces the current value of the first header entry whose name matches the given name with the given value, adding a new header if no existing header name matches.
setHeaders(QName[]) - Method in class javax.xml.rpc.handler.HandlerInfo
Sets the header blocks processed by this Handler.
setHint(String, Object) - Method in interface javax.persistence.Query
Set a query property or hint.
setHint(String, Object) - Method in interface javax.persistence.StoredProcedureQuery
Set a query property or hint.
setHint(String, Object) - Method in interface javax.persistence.TypedQuery
Set a query property or hint.
setHint(String, Serializable) - Method in class javax.resource.spi.work.HintsContext
Set a Hint and a related value.
setHttpOnly(boolean) - Method in class javax.servlet.http.Cookie
Marks or unmarks this Cookie as HttpOnly.
setHttpOnly(boolean) - Method in interface javax.servlet.SessionCookieConfig
Marks or unmarks the session tracking cookies created on behalf of the application represented by the ServletContext from which this SessionCookieConfig was acquired as HttpOnly.
setId(String) - Method in class javax.servlet.jsp.tagext.TagSupport
Set the id attribute for this tag.
setId(String) - Method in interface javax.xml.registry.infomodel.Key
Sets the unique id associated with this key.
setIdentificationScheme(ClassificationScheme) - Method in interface javax.xml.registry.infomodel.ExternalIdentifier
Sets the ClassificationScheme that is used as the identification scheme for identifying this object.
setIeClassId(String) - Method in class org.apache.jasper.JspC
Sets the class-id value to be sent to Internet Explorer when using tags.
setIgnoreJspFragmentErrors(boolean) - Method in class org.apache.jasper.JspC
 
setIncludeCoda(List<String>) - Method in class org.apache.jasper.compiler.PageInfo
 
setIncludePrelude(List<String>) - Method in class org.apache.jasper.compiler.PageInfo
 
setIndex(Expression) - Method in class org.apache.taglibs.standard.lang.jstl.ArraySuffix
 
setInfo(Serializable) - Method in class javax.ejb.TimerConfig
Set the info object made available to timer callbacks.
setInfo(String) - Method in class org.apache.jasper.compiler.PageInfo
 
setInitParameter(String, String) - Method in interface javax.servlet.Registration
Sets the initialization parameter with the given name and value on the Servlet or Filter that is represented by this Registration.
setInitParameter(String, String) - Method in interface javax.servlet.ServletContext
Sets the context initialization parameter with the given name and value on this ServletContext.
setInitParameter(String, String) - Method in class org.apache.jasper.servlet.JspCServletContext
 
setInitParameters(Map<String, Object>) - Method in class javax.servlet.jsp.jstl.tlv.ScriptFreeTLV
Sets the values of the initialization parameters, as supplied in the TLD.
setInitParameters(Map<String, Object>) - Method in class javax.servlet.jsp.tagext.TagLibraryValidator
Set the init data in the TLD for this validator.
setInitParameters(Map<String, String>) - Method in interface javax.servlet.Registration
Sets the given initialization parameters on the Servlet or Filter that is represented by this Registration.
setInputLineCount(int) - Method in class org.apache.jasper.compiler.SmapStratum.LineInfo
Sets InputLineCount.
setInputStartLine(int) - Method in class org.apache.jasper.compiler.SmapStratum.LineInfo
Sets InputStartLine.
setInt(String, int) - Method in interface javax.jms.MapMessage
Sets an int value with the specified name into the Map.
setInt1(int) - Method in class org.apache.taglibs.standard.lang.jstl.test.Bean1
 
setInt2(Integer) - Method in class org.apache.taglibs.standard.lang.jstl.test.Bean1
 
setIntegerOnly(String) - Method in class org.apache.taglibs.standard.tag.el.fmt.ParseNumberTag
 
setIntegerOnly(boolean) - Method in class org.apache.taglibs.standard.tag.rt.fmt.ParseNumberTag
 
setIntHeader(String, int) - Method in interface javax.servlet.http.HttpServletResponse
Sets a response header with the given name and integer value.
setIntHeader(String, int) - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to call setIntHeader(String name, int value) on the wrapped response object.
setIntProperty(String, int) - Method in interface javax.jms.Message
Sets an int property value with the specified name into the message.
setInvalidPropertyDescriptors(PropertyDescriptor[]) - Method in exception javax.resource.spi.InvalidPropertyException
Set a list of invalid properties.
setIsELIgnored(String, Node, ErrorDispatcher, boolean) - Method in class org.apache.jasper.compiler.PageInfo
 
setIsErrorPage(String, Node, ErrorDispatcher) - Method in class org.apache.jasper.compiler.PageInfo
 
setIsJspPrefixHijacked(boolean) - Method in class org.apache.jasper.compiler.PageInfo
 
setIsolation(String) - Method in class org.apache.taglibs.standard.tag.common.sql.TransactionTagSupport
Setter method for the transaction isolation level.
setIsolation(String) - Method in class org.apache.taglibs.standard.tag.el.sql.TransactionTag
 
setIsolation(String) - Method in class org.apache.taglibs.standard.tag.rt.sql.TransactionTag
Setter method for the Transaction Isolation level.
setIsThreadSafe(String, Node, ErrorDispatcher) - Method in class org.apache.jasper.compiler.PageInfo
 
setIsValidationEnabled(boolean) - Method in class org.apache.jasper.JspC
 
setItems(String) - Method in class org.apache.taglibs.standard.tag.el.core.ForEachTag
 
setItems(String) - Method in class org.apache.taglibs.standard.tag.el.core.ForTokensTag
 
setItems(Object) - Method in class org.apache.taglibs.standard.tag.rt.core.ForEachTag
 
setItems(Object) - Method in class org.apache.taglibs.standard.tag.rt.core.ForTokensTag
 
setJavaEncoding(String) - Method in class org.apache.jasper.JspC
Sets the encoding to use for java files.
setJdbcURL(String) - Method in class org.apache.taglibs.standard.tag.common.sql.DataSourceWrapper
 
setJdbcURL(String) - Method in class org.apache.taglibs.standard.tag.common.sql.DriverTag
 
setJMSCorrelationID(String) - Method in interface javax.jms.JMSProducer
Specifies that messages sent using this JMSProducer will have their JMSCorrelationID header value set to the specified correlation ID, where correlation ID is specified as a String.
setJMSCorrelationID(String) - Method in interface javax.jms.Message
Sets the correlation ID for the message.
setJMSCorrelationIDAsBytes(byte[]) - Method in interface javax.jms.JMSProducer
Specifies that messages sent using this JMSProducer will have their JMSCorrelationID header value set to the specified correlation ID, where correlation ID is specified as an array of bytes.
setJMSCorrelationIDAsBytes(byte[]) - Method in interface javax.jms.Message
Sets the correlation ID as an array of bytes for the message.
setJMSDeliveryMode(int) - Method in interface javax.jms.Message
Sets the DeliveryMode value for this message.
setJMSDeliveryTime(long) - Method in interface javax.jms.Message
Sets the message's delivery time value.
setJMSDestination(Destination) - Method in interface javax.jms.Message
Sets the Destination object for this message.
setJMSExpiration(long) - Method in interface javax.jms.Message
Sets the message's expiration value.
setJMSMessageID(String) - Method in interface javax.jms.Message
Sets the message ID.
setJMSPriority(int) - Method in interface javax.jms.Message
Sets the priority level for this message.
setJMSRedelivered(boolean) - Method in interface javax.jms.Message
Specifies whether this message is being redelivered.
setJMSReplyTo(Destination) - Method in interface javax.jms.JMSProducer
Specifies that messages sent using this JMSProducer will have their JMSReplyTo header value set to the specified Destination object.
setJMSReplyTo(Destination) - Method in interface javax.jms.Message
Sets the Destination object to which a reply to this message should be sent.
setJMSTimestamp(long) - Method in interface javax.jms.Message
Sets the message timestamp.
setJMSType(String) - Method in interface javax.jms.JMSProducer
Specifies that messages sent using this JMSProducer will have their JMSType header value set to the specified message type.
setJMSType(String) - Method in interface javax.jms.Message
Sets the message type.
SetJoin<Z,E> - Interface in javax.persistence.criteria
The SetJoin interface is the type of the result of joining to a collection over an association or element collection that has been specified as a java.util.Set.
setJspBody(JspFragment) - Method in interface javax.servlet.jsp.tagext.SimpleTag
Provides the body of this tag as a JspFragment object, able to be invoked zero or more times by the tag handler.
setJspBody(JspFragment) - Method in class javax.servlet.jsp.tagext.SimpleTagSupport
Stores the provided JspFragment.
setJspContext(JspContext) - Method in interface javax.servlet.jsp.tagext.SimpleTag
Called by the container to provide this tag handler with the JspContext for this invocation.
setJspContext(JspContext) - Method in class javax.servlet.jsp.tagext.SimpleTagSupport
Stores the provided JSP context in the private jspContext field.
setJspFiles(String) - Method in class org.apache.jasper.JspC
 
setJspId(String) - Method in interface javax.servlet.jsp.tagext.JspIdConsumer
Called by the container generated code to set a value for the jspId attribute.
setJspReloadCount(int) - Method in class org.apache.jasper.compiler.JspRuntimeContext
Resets the JSP reload counter.
setJspReloadCount(int) - Method in class org.apache.jasper.servlet.JspServlet
Resets the JSP reload counter.
setKey(Key) - Method in interface javax.xml.registry.infomodel.RegistryObject
Sets the key representing the universally unique ID (UUID) for this object.
setKey(String) - Method in class org.apache.taglibs.standard.tag.el.fmt.MessageTag
 
setKey(String) - Method in class org.apache.taglibs.standard.tag.rt.fmt.MessageTag
 
setLanguage(String, Node, ErrorDispatcher, boolean) - Method in class org.apache.jasper.compiler.PageInfo
 
setLastModificationTest(long) - Method in class org.apache.jasper.servlet.JspServletWrapper
 
setLastName(String) - Method in interface javax.xml.registry.infomodel.PersonName
Sets the last name (surname) for this Person.
setLineFileID(int) - Method in class org.apache.jasper.compiler.SmapStratum.LineInfo
Sets lineFileID.
setLineNumber(int) - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
Set the lineNumber field on this event locator.
setLinkedException(Exception) - Method in exception javax.jms.JMSException
Adds a linked Exception.
setLinkedException(Exception) - Method in exception javax.resource.ResourceException
Deprecated.
J2SE release 1.4 supports a chained exception facility that allows any throwable to know about another throwable, if any, that caused it to get thrown. Refer to getCause and initCause methods of the java.lang.Throwable class.
setLinkedException(Throwable) - Method in class javax.xml.bind.helpers.ValidationEventImpl
Set the linked exception field of this event.
setLinkedException(Throwable) - Method in exception javax.xml.bind.JAXBException
Add a linked Exception.
setLinkedException(Throwable) - Method in exception javax.xml.bind.TypeConstraintException
Add a linked Exception.
setLinkedWarning(ResourceWarning) - Method in exception javax.resource.cci.ResourceWarning
Deprecated.
J2SE release 1.4 supports a chained exception facility that allows any throwable to know about another throwable, if any, that caused it to get thrown. Refer to getCause and initCause methods of the java.lang.Throwable class.
setList1(List) - Method in class org.apache.taglibs.standard.lang.jstl.test.Bean1
 
setListener(Marshaller.Listener) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
 
setListener(Unmarshaller.Listener) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
setListener(Marshaller.Listener) - Method in interface javax.xml.bind.Marshaller
Register marshal event callback Marshaller.Listener with this Marshaller.
setListener(Unmarshaller.Listener) - Method in interface javax.xml.bind.Unmarshaller
Register unmarshal event callback Unmarshaller.Listener with this Unmarshaller.
setListErrors(boolean) - Method in class org.apache.jasper.JspC
 
setLoadOnStartup(int) - Method in interface javax.servlet.ServletRegistration.Dynamic
Sets the loadOnStartup priority on the Servlet represented by this dynamic ServletRegistration.
setLocale(Locale) - Method in interface javax.servlet.ServletResponse
Sets the locale of the response, if the response has not been committed yet.
setLocale(Locale) - Method in class javax.servlet.ServletResponseWrapper
The default behavior of this method is to call setLocale(Locale loc) on the wrapped response object.
setLocale(Locale) - Method in interface javax.xml.registry.infomodel.LocalizedString
Set the Locale for this object.
SetLocaleSupport - Class in org.apache.taglibs.standard.tag.common.fmt
Support for tag handlers for <setLocale>, the locale setting tag in JSTL 1.0.
SetLocaleSupport() - Constructor for class org.apache.taglibs.standard.tag.common.fmt.SetLocaleSupport
 
SetLocaleTag - Class in org.apache.taglibs.standard.tag.el.fmt
A handler for <setLocale> that accepts attributes as Strings and evaluates them as expressions at runtime.
SetLocaleTag() - Constructor for class org.apache.taglibs.standard.tag.el.fmt.SetLocaleTag
Constructs a new LocaleTag.
SetLocaleTag - Class in org.apache.taglibs.standard.tag.rt.fmt
A handler for <setLocale> that supports rtexprvalue-based attributes.
SetLocaleTag() - Constructor for class org.apache.taglibs.standard.tag.rt.fmt.SetLocaleTag
 
setLocator(ValidationEventLocator) - Method in class javax.xml.bind.helpers.ValidationEventImpl
Set the locator object for this event.
setLockMode(LockModeType) - Method in interface javax.persistence.Query
Set the lock mode type to be used for the query execution.
setLockMode(LockModeType) - Method in interface javax.persistence.TypedQuery
Set the lock mode type to be used for the query execution.
setLoginTimeout(int) - Method in class org.apache.taglibs.standard.tag.common.sql.DataSourceWrapper
Always throws a SQLException.
setLogWriter(PrintWriter) - Method in interface javax.resource.spi.ManagedConnection
Sets the log writer for this ManagedConnection instance.
setLogWriter(PrintWriter) - Method in interface javax.resource.spi.ManagedConnectionFactory
Set the log writer for this ManagedConnectionFactory instance.
setLogWriter(PrintWriter) - Method in class org.apache.taglibs.standard.tag.common.sql.DataSourceWrapper
Always throws a SQLException.
setLong(String, long) - Method in interface javax.jms.MapMessage
Sets a long value with the specified name into the Map.
setLong1(long) - Method in class org.apache.taglibs.standard.lang.jstl.test.Bean1
 
setLong2(Long) - Method in class org.apache.taglibs.standard.lang.jstl.test.Bean1
 
setLongProperty(String, long) - Method in interface javax.jms.Message
Sets a long property value with the specified name into the message.
setMajorVersion(int) - Method in interface javax.xml.registry.infomodel.Versionable
Sets the major revision number for this version of the Versionable object.
setManagedConnectionFactory(ManagedConnectionFactory) - Method in class javax.resource.spi.security.PasswordCredential
Sets the target ManagedConenctionFactory instance for which the user name and password has been set by the application server.
setMap1(Map) - Method in class org.apache.taglibs.standard.lang.jstl.test.Bean1
 
setMaxAge(int) - Method in class javax.servlet.http.Cookie
Sets the maximum age in seconds for this Cookie.
setMaxAge(int) - Method in interface javax.servlet.SessionCookieConfig
Sets the lifetime (in seconds) for the session tracking cookies created on behalf of the application represented by the ServletContext from which this SessionCookieConfig was acquired.
setMaxBinaryMessageBufferSize(int) - Method in interface javax.websocket.Session
Sets the maximum length of incoming binary messages that this Session can buffer.
setMaxFractionDigits(String) - Method in class org.apache.taglibs.standard.tag.el.fmt.FormatNumberTag
 
setMaxFractionDigits(int) - Method in class org.apache.taglibs.standard.tag.rt.fmt.FormatNumberTag
 
setMaxIdleTimeout(long) - Method in interface javax.websocket.Session
Set the non-zero number of milliseconds before this session will be closed by the container if it is inactive, ie no messages are either sent or received.
setMaxInactiveInterval(int) - Method in interface javax.servlet.http.HttpSession
Specifies the time, in seconds, between client requests before the servlet container will invalidate this session.
setMaxIntegerDigits(String) - Method in class org.apache.taglibs.standard.tag.el.fmt.FormatNumberTag
 
setMaxIntegerDigits(int) - Method in class org.apache.taglibs.standard.tag.rt.fmt.FormatNumberTag
 
setMaxResults(int) - Method in interface javax.persistence.Query
Set the maximum number of results to retrieve.
setMaxResults(int) - Method in interface javax.persistence.TypedQuery
Set the maximum number of results to retrieve.
setMaxRows(String) - Method in class org.apache.taglibs.standard.tag.el.sql.QueryTag
Query result can be limited by specifying the maximum number of rows returned.
setMaxRows(int) - Method in class org.apache.taglibs.standard.tag.rt.sql.QueryTag
Query result can be limited by specifying the maximum number of rows returned.
setMaxTagNesting(int) - Method in class org.apache.jasper.compiler.PageInfo
 
setMaxTextMessageBufferSize(int) - Method in interface javax.websocket.Session
Sets the maximum length of incoming text messages that this Session can buffer.
setMessage(String) - Method in class javax.xml.bind.helpers.ValidationEventImpl
Set the message field of this event.
setMessage(SOAPMessage) - Method in interface javax.xml.rpc.handler.soap.SOAPMessageContext
Sets the SOAPMessage in this message context
setMessage(SOAPMessage) - Method in interface javax.xml.ws.handler.soap.SOAPMessageContext
Sets the SOAPMessage in this message context
setMessageDrivenContext(MessageDrivenContext) - Method in interface javax.ejb.MessageDrivenBean
Set the associated message-driven context.
setMessageListener(MessageListener) - Method in interface javax.jms.JMSConsumer
Sets the JMSConsumer's MessageListener.
setMessageListener(MessageListener) - Method in interface javax.jms.MessageConsumer
Sets the MessageConsumer's MessageListener.
setMessageListener(MessageListener) - Method in interface javax.jms.Session
Sets the session's distinguished message listener (optional).
setMetadata(List<Source>) - Method in class javax.xml.ws.Endpoint
Sets the metadata for this endpoint.
setMethodVariable(PageContext, String, MethodExpression) - Static method in class org.apache.jasper.runtime.PageContextImpl
 
setMiddleName(String) - Method in interface javax.xml.registry.infomodel.PersonName
Sets the middle name for this Person.
setMimeHeader(String, String) - Method in class javax.xml.soap.AttachmentPart
Changes the first header entry that matches the given name to the given value, adding a new header if no existing header matches.
setMimeHeader(String, String) - Method in class javax.xml.soap.SOAPPart
Changes the first header entry that matches the given header name so that its value is the given value, adding a new header with the given name and value if no existing header is a match.
setMimeType(String) - Method in interface javax.xml.registry.infomodel.ExtrinsicObject
Sets the mime type associated with this object.
setMinFractionDigits(String) - Method in class org.apache.taglibs.standard.tag.el.fmt.FormatNumberTag
 
setMinFractionDigits(int) - Method in class org.apache.taglibs.standard.tag.rt.fmt.FormatNumberTag
 
setMinIntegerDigits(String) - Method in class org.apache.taglibs.standard.tag.el.fmt.FormatNumberTag
 
setMinIntegerDigits(int) - Method in class org.apache.taglibs.standard.tag.rt.fmt.FormatNumberTag
 
setMinorVersion(int) - Method in interface javax.xml.registry.infomodel.Versionable
Sets the minor revision number for this version of the Versionable object.
setMTOMEnabled(boolean) - Method in interface javax.xml.ws.soap.SOAPBinding
Enables or disables use of MTOM.
setMultipartConfig(MultipartConfigElement) - Method in interface javax.servlet.ServletRegistration.Dynamic
Sets the MultipartConfigElement to be applied to the mappings defined for this ServletRegistration.
setMustUnderstand(boolean) - Method in interface javax.xml.soap.SOAPHeaderElement
Sets the mustUnderstand attribute for this SOAPHeaderElement object to be either true or false.
setName(String) - Method in class javax.resource.spi.work.HintsContext
Set the associated name of the HintsContext.
setName(String) - Method in interface javax.servlet.SessionCookieConfig
Sets the name that will be assigned to any session tracking cookies created on behalf of the application represented by the ServletContext from which this SessionCookieConfig was acquired.
setName(InternationalString) - Method in interface javax.xml.registry.infomodel.RegistryObject
Sets user-friendly name of object in repository.
setName(String) - Method in interface javax.xml.registry.infomodel.Slot
Sets the name for this Slot.
setName(String) - Method in class org.apache.taglibs.standard.lang.jstl.PropertySuffix
 
setName(String) - Method in class org.apache.taglibs.standard.tag.el.core.ParamTag
 
setName(String) - Method in class org.apache.taglibs.standard.tag.el.xml.ParamTag
 
setName(String) - Method in class org.apache.taglibs.standard.tag.rt.core.ParamTag
 
setName(String) - Method in class org.apache.taglibs.standard.tag.rt.xml.ParamTag
 
setNamespaceContext(NamespaceContext) - Method in class org.apache.taglibs.standard.tag.common.xml.JSTLXPathImpl
Establishes a namespace context.
setNewAuthentication(boolean) - Method in class javax.security.enterprise.authentication.mechanism.http.AuthenticationParameters
Sets whether a new authentication dialog is required.
setNil(boolean) - Method in class javax.xml.bind.JAXBElement
Set whether this element has nil content.
setNode(Node) - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
Set the Node field on this event locator.
setNoGetter(String) - Method in class org.apache.taglibs.standard.lang.jstl.test.Bean1
 
setNoNSSchemaLocation(String) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
Convenience method for setting the noNamespaceSchemaLocation.
setNumber(String) - Method in interface javax.xml.registry.infomodel.TelephoneNumber
Sets the telephone number suffix, not including the country or area code.
setObject(String, Object) - Method in interface javax.jms.MapMessage
Sets an object value with the specified name into the Map.
setObject(Serializable) - Method in interface javax.jms.ObjectMessage
Sets the serializable object containing this message's data.
setObject(Object) - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
Set the Object field on this event locator.
setObjectProperty(String, Object) - Method in interface javax.jms.Message
Sets a Java object property value with the specified name into the message.
setOffset(int) - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
Set the offset field on this event locator.
setOmitXmlDecl(String) - Method in class org.apache.jasper.compiler.PageInfo
 
setOpaque(boolean) - Method in interface javax.xml.registry.infomodel.ExtrinsicObject
Sets whether the ExtrinsicObject is opaque (not readable) by the registry.
setOperationName(QName) - Method in interface javax.xml.rpc.Call
Sets the name of the operation to be invoked using this Call instance.
setOperator(UnaryOperator) - Method in class org.apache.taglibs.standard.lang.jstl.UnaryOperatorExpression
 
setOperators(List) - Method in class org.apache.taglibs.standard.lang.jstl.BinaryOperatorExpression
 
setOperators(List) - Method in class org.apache.taglibs.standard.lang.jstl.UnaryOperatorExpression
 
setOutputDir(String) - Method in class org.apache.jasper.JspC
 
setOutputFileName(String) - Method in class org.apache.jasper.compiler.SmapGenerator
Sets the filename (without path information) for the generated source file.
setOutputLineIncrement(int) - Method in class org.apache.jasper.compiler.SmapStratum.LineInfo
Sets OutputLineIncrement.
setOutputStartLine(int) - Method in class org.apache.jasper.compiler.SmapStratum.LineInfo
Sets OutputStartLine.
setPackage(String) - Method in class org.apache.jasper.JspC
 
setPageContext(PageContext) - Method in interface javax.servlet.jsp.tagext.Tag
Set the current page context.
setPageContext(PageContext) - Method in class javax.servlet.jsp.tagext.TagAdapter
Must not be called.
setPageContext(PageContext) - Method in class javax.servlet.jsp.tagext.TagSupport
Set the page context.
setPageInfo(PageInfo) - Method in class org.apache.jasper.compiler.Compiler
Sets the info about the page under compilation
setParameter(Parameter<T>, T) - Method in interface javax.persistence.Query
Bind the value of a Parameter object.
setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface javax.persistence.Query
Bind an instance of java.util.Calendar to a Parameter object.
setParameter(Parameter<Date>, Date, TemporalType) - Method in interface javax.persistence.Query
Bind an instance of java.util.Date to a Parameter object.
setParameter(String, Object) - Method in interface javax.persistence.Query
Bind an argument value to a named parameter.
setParameter(String, Calendar, TemporalType) - Method in interface javax.persistence.Query
Bind an instance of java.util.Calendar to a named parameter.
setParameter(String, Date, TemporalType) - Method in interface javax.persistence.Query
Bind an instance of java.util.Date to a named parameter.
setParameter(int, Object) - Method in interface javax.persistence.Query
Bind an argument value to a positional parameter.
setParameter(int, Calendar, TemporalType) - Method in interface javax.persistence.Query
Bind an instance of java.util.Calendar to a positional parameter.
setParameter(int, Date, TemporalType) - Method in interface javax.persistence.Query
Bind an instance of java.util.Date to a positional parameter.
setParameter(Parameter<T>, T) - Method in interface javax.persistence.StoredProcedureQuery
Bind the value of a Parameter object.
setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface javax.persistence.StoredProcedureQuery
Bind an instance of java.util.Calendar to a Parameter object.
setParameter(Parameter<Date>, Date, TemporalType) - Method in interface javax.persistence.StoredProcedureQuery
Bind an instance of java.util.Date to a Parameter object.
setParameter(String, Object) - Method in interface javax.persistence.StoredProcedureQuery
Bind an argument value to a named parameter.
setParameter(String, Calendar, TemporalType) - Method in interface javax.persistence.StoredProcedureQuery
Bind an instance of java.util.Calendar to a named parameter.
setParameter(String, Date, TemporalType) - Method in interface javax.persistence.StoredProcedureQuery
Bind an instance of java.util.Date to a named parameter.
setParameter(int, Object) - Method in interface javax.persistence.StoredProcedureQuery
Bind an argument value to a positional parameter.
setParameter(int, Calendar, TemporalType) - Method in interface javax.persistence.StoredProcedureQuery
Bind an instance of java.util.Calendar to a positional parameter.
setParameter(int, Date, TemporalType) - Method in interface javax.persistence.StoredProcedureQuery
Bind an instance of java.util.Date to a positional parameter.
setParameter(Parameter<T>, T) - Method in interface javax.persistence.TypedQuery
Bind the value of a Parameter object.
setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface javax.persistence.TypedQuery
Bind an instance of java.util.Calendar to a Parameter object.
setParameter(Parameter<Date>, Date, TemporalType) - Method in interface javax.persistence.TypedQuery
Bind an instance of java.util.Date to a Parameter object.
setParameter(String, Object) - Method in interface javax.persistence.TypedQuery
Bind an argument value to a named parameter.
setParameter(String, Calendar, TemporalType) - Method in interface javax.persistence.TypedQuery
Bind an instance of java.util.Calendar to a named parameter.
setParameter(String, Date, TemporalType) - Method in interface javax.persistence.TypedQuery
Bind an instance of java.util.Date to a named parameter.
setParameter(int, Object) - Method in interface javax.persistence.TypedQuery
Bind an argument value to a positional parameter.
setParameter(int, Calendar, TemporalType) - Method in interface javax.persistence.TypedQuery
Bind an instance of java.util.Calendar to a positional parameter.
setParameter(int, Date, TemporalType) - Method in interface javax.persistence.TypedQuery
Bind an instance of java.util.Date to a positional parameter.
setParameters(Object[]) - Method in interface javax.interceptor.InvocationContext
Sets the parameter values that will be passed to the method or constructor of the target class.
setParent(JspTag) - Method in interface javax.servlet.jsp.tagext.SimpleTag
Sets the parent of this tag, for collaboration purposes.
setParent(JspTag) - Method in class javax.servlet.jsp.tagext.SimpleTagSupport
Sets the parent of this tag, for collaboration purposes.
setParent(Tag) - Method in interface javax.servlet.jsp.tagext.Tag
Set the parent (closest enclosing tag handler) of this tag handler.
setParent(Tag) - Method in class javax.servlet.jsp.tagext.TagAdapter
Must not be called.
setParent(Tag) - Method in class javax.servlet.jsp.tagext.TagSupport
Set the nesting tag of this tag.
setParentElement(SOAPElement) - Method in interface javax.xml.soap.Node
Sets the parent of this Node object to the given SOAPElement object.
setParseLocale(String) - Method in class org.apache.taglibs.standard.tag.el.fmt.ParseDateTag
 
setParseLocale(String) - Method in class org.apache.taglibs.standard.tag.el.fmt.ParseNumberTag
 
setParseLocale(Object) - Method in class org.apache.taglibs.standard.tag.rt.fmt.ParseDateTag
 
setParseLocale(Object) - Method in class org.apache.taglibs.standard.tag.rt.fmt.ParseNumberTag
 
setPassword(String) - Method in class org.apache.taglibs.standard.tag.common.sql.DataSourceWrapper
 
setPassword(String) - Method in class org.apache.taglibs.standard.tag.el.sql.SetDataSourceTag
 
setPassword(String) - Method in class org.apache.taglibs.standard.tag.rt.sql.SetDataSourceTag
 
setPath(String) - Method in class javax.servlet.http.Cookie
Specifies a path for the cookie to which the client should return the cookie.
setPath(String) - Method in interface javax.servlet.SessionCookieConfig
Sets the path that will be assigned to any session tracking cookies created on behalf of the application represented by the ServletContext from which this SessionCookieConfig was acquired.
setPattern(String) - Method in class org.apache.taglibs.standard.tag.el.fmt.FormatDateTag
 
setPattern(String) - Method in class org.apache.taglibs.standard.tag.el.fmt.FormatNumberTag
 
setPattern(String) - Method in class org.apache.taglibs.standard.tag.el.fmt.ParseDateTag
 
setPattern(String) - Method in class org.apache.taglibs.standard.tag.el.fmt.ParseNumberTag
 
setPattern(String) - Method in class org.apache.taglibs.standard.tag.rt.fmt.FormatDateTag
 
setPattern(String) - Method in class org.apache.taglibs.standard.tag.rt.fmt.FormatNumberTag
 
setPattern(String) - Method in class org.apache.taglibs.standard.tag.rt.fmt.ParseDateTag
 
setPattern(String) - Method in class org.apache.taglibs.standard.tag.rt.fmt.ParseNumberTag
 
setPayload(Source) - Method in interface javax.xml.ws.LogicalMessage
Sets the message payload
setPayload(Object, JAXBContext) - Method in interface javax.xml.ws.LogicalMessage
Sets the message payload
setPersistenceProviderResolver(PersistenceProviderResolver) - Static method in class javax.persistence.spi.PersistenceProviderResolverHolder
Defines the persistence provider resolver used.
setPersistent(boolean) - Method in class javax.ejb.TimerConfig
Specify whether the timer is persistent.
setPersonName(PersonName) - Method in interface javax.xml.registry.infomodel.User
Sets the name of this User.
setPluginAttribute(String, Object) - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
Associate the attribute with a value in the current tagplugin context.
setPoolingEnabled(boolean) - Method in class org.apache.jasper.JspC
 
setPortTypeName(QName) - Method in interface javax.xml.rpc.Call
Sets the qualified name of the port type.
setPostalAddress(PostalAddress) - Method in interface javax.xml.registry.infomodel.Organization
Sets the address for this Organization.
setPostalAddresses(Collection) - Method in interface javax.xml.registry.infomodel.User
Sets the addresses for this User.
setPostalCode(String) - Method in interface javax.xml.registry.infomodel.PostalAddress
Sets the postal or zip code.
setPostalScheme(ClassificationScheme) - Method in interface javax.xml.registry.infomodel.PostalAddress
Sets a user-defined postal scheme for codifying the attributes of PostalAddress.
setPrefix(Expression) - Method in class org.apache.taglibs.standard.lang.jstl.ComplexValue
 
setPrefix(String) - Method in class org.apache.taglibs.standard.tag.el.fmt.BundleTag
 
setPrefix(String) - Method in class org.apache.taglibs.standard.tag.rt.fmt.BundleTag
 
setPrimaryContact(User) - Method in interface javax.xml.registry.infomodel.Organization
Sets the primary contact for this Organization.
setPriority(int) - Method in interface javax.jms.JMSProducer
Specifies the priority of messages that are sent using this JMSProducer
setPriority(int) - Method in interface javax.jms.MessageProducer
Sets the producer's default priority.
setProperties(Properties) - Method in class javax.xml.registry.ConnectionFactory
Sets the Properties used during createConnection and createFederatedConnection calls.
setProperties(Map<String, Object>) - Method in class javax.xml.ws.Endpoint
Sets the property bag for this Endpoint instance.
setProperty(String, boolean) - Method in interface javax.jms.JMSProducer
Specifies that messages sent using this JMSProducer will have the specified property set to the specified boolean value.
setProperty(String, byte) - Method in interface javax.jms.JMSProducer
Specifies that messages sent using this JMSProducer will have the specified property set to the specified byte value.
setProperty(String, short) - Method in interface javax.jms.JMSProducer
Specifies that messages sent using this JMSProducer will have the specified property set to the specified short value.
setProperty(String, int) - Method in interface javax.jms.JMSProducer
Specifies that messages sent using this JMSProducer will have the specified property set to the specified int value.
setProperty(String, long) - Method in interface javax.jms.JMSProducer
Specifies that messages sent using this JMSProducer will have the specified property set to the specified long value.
setProperty(String, float) - Method in interface javax.jms.JMSProducer
Specifies that messages sent using this JMSProducer will have the specified property set to the specified float value.
setProperty(String, double) - Method in interface javax.jms.JMSProducer
Specifies that messages sent using this JMSProducer will have the specified property set to the specified double value.
setProperty(String, String) - Method in interface javax.jms.JMSProducer
Specifies that messages sent using this JMSProducer will have the specified property set to the specified String value.
setProperty(String, Object) - Method in interface javax.jms.JMSProducer
Specifies that messages sent using this JMSProducer will have the specified property set to the specified Java object value.
setProperty(String, Object) - Method in class javax.json.bind.JsonbConfig
Set the particular configuration property to a new value.
setProperty(String, Object) - Method in interface javax.persistence.EntityManager
Set an entity manager property or hint.
setProperty(String, Object) - Method in class javax.xml.bind.Binder
Set the particular property in the underlying implementation of Binder.
setProperty(String, Object) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
Default implementation of the setProperty method handles the four defined properties in Marshaller.
setProperty(String, Object) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
Default implementation of the setProperty method always throws PropertyException since there are no required properties.
setProperty(String, Object) - Method in interface javax.xml.bind.Marshaller
Set the particular property in the underlying implementation of Marshaller.
setProperty(String, Object) - Method in interface javax.xml.bind.Unmarshaller
Set the particular property in the underlying implementation of Unmarshaller.
setProperty(String, Object) - Method in interface javax.xml.bind.Validator
Deprecated.
since JAXB2.0
setProperty(String, Object) - Method in interface javax.xml.rpc.Call
Sets the value for a named property.
setProperty(String, Object) - Method in interface javax.xml.rpc.handler.MessageContext
Sets the name and value of a property associated with the MessageContext.
setProperty(String, Object) - Method in class javax.xml.soap.SOAPMessage
Associates the specified value with the specified property.
setProperty(String, String) - Method in class org.apache.jasper.EmbeddedServletOptions
 
setProperty(String) - Method in class org.apache.taglibs.standard.tag.el.core.SetTag
 
setProperty(String) - Method in class org.apache.taglibs.standard.tag.rt.core.SetTag
 
setPrototypeMode(boolean) - Method in class org.apache.jasper.JspCompilationContext
 
setProvidingOrganization(Organization) - Method in interface javax.xml.registry.infomodel.Service
Sets the Organization that provides this service.
setRawContent(InputStream, String) - Method in class javax.xml.soap.AttachmentPart
Sets the content of this attachment part to that contained by the InputStream content and sets the value of the Content-Type header to the value contained in contentType.
setRawContentBytes(byte[], int, int, String) - Method in class javax.xml.soap.AttachmentPart
Sets the content of this attachment part to that contained by the byte[] array content and sets the value of the Content-Type header to the value contained in contentType.
setReadListener(ReadListener) - Method in class javax.servlet.ServletInputStream
Instructs the ServletInputStream to invoke the provided ReadListener when it is possible to read
setRecordName(String) - Method in interface javax.resource.cci.Record
Sets the name of the Record.
setRecordShortDescription(String) - Method in interface javax.resource.cci.Record
Sets a short description string for the Record.
setReference(Reference) - Method in interface javax.resource.Referenceable
Sets the Reference instance.
setRegisterSession(String, Set<String>) - Method in interface javax.security.enterprise.authentication.mechanism.http.HttpMessageContext
Asks the runtime to register an authentication session.
setRegisterSession(String, Set<String>) - Method in class javax.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
setRelay(boolean) - Method in interface javax.xml.soap.SOAPHeaderElement
Sets the relay attribute for this SOAPHeaderElement to be either true or false.
setReload(boolean) - Method in class org.apache.jasper.servlet.JspServletWrapper
 
setRememberMe(boolean) - Method in class javax.security.enterprise.authentication.mechanism.http.AuthenticationParameters
Sets whether "remember me" should be used.
setRepositoryItem(DataHandler) - Method in interface javax.xml.registry.infomodel.ExtrinsicObject
Sets the repository item for this object.
setRequest(HttpServletRequest) - Method in interface javax.security.enterprise.authentication.mechanism.http.HttpMessageContext
Sets the request object.
setRequest(HttpServletRequest) - Method in class javax.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
setRequest(ServletRequest) - Method in class javax.servlet.ServletRequestWrapper
Sets the request object being wrapped.
setRequestCharacterEncoding(String) - Method in interface javax.servlet.ServletContext
Sets the request character encoding for this ServletContext.
setResourceAdapter(ResourceAdapter) - Method in interface javax.resource.spi.ResourceAdapterAssociation
Associate this object with a ResourceAdapter object.
setResponse(HttpServletResponse) - Method in interface javax.security.enterprise.authentication.mechanism.http.HttpMessageContext
Set the response object.
setResponse(HttpServletResponse) - Method in class javax.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
setResponse(ServletResponse) - Method in class javax.servlet.ServletResponseWrapper
Sets the response being wrapped.
setResponseCharacterEncoding(String) - Method in interface javax.servlet.ServletContext
Sets the response character encoding for this ServletContext.
setResult(String) - Method in class org.apache.taglibs.standard.tag.el.xml.TransformTag
 
setResult(Result) - Method in class org.apache.taglibs.standard.tag.rt.xml.TransformTag
 
setReturnType(QName) - Method in interface javax.xml.rpc.Call
Sets the return type for a specific operation.
setReturnType(QName, Class) - Method in interface javax.xml.rpc.Call
Sets the return type for a specific operation.
setRole(String) - Method in interface javax.xml.soap.SOAPHeaderElement
Sets the Role associated with this SOAPHeaderElement object to the specified Role.
setRoles(String[]) - Method in interface javax.xml.rpc.handler.HandlerChain
Sets SOAP Actor roles for this HandlerChain.
setRoles(Set<String>) - Method in interface javax.xml.ws.soap.SOAPBinding
Sets the roles played by the SOAP binding instance.
setRollbackOnly() - Method in interface javax.ejb.EJBContext
Mark the current transaction for rollback.
setRollbackOnly() - Method in interface javax.persistence.EntityTransaction
Mark the current resource transaction so that the only possible outcome of the transaction is for the transaction to be rolled back.
setRollbackOnly() - Method in interface javax.transaction.Transaction
Modify the transaction associated with the target object such that the only possible outcome of the transaction is to roll back the transaction.
setRollbackOnly() - Method in interface javax.transaction.TransactionManager
Modify the transaction associated with the current thread such that the only possible outcome of the transaction is to roll back the transaction.
setRollbackOnly() - Method in interface javax.transaction.TransactionSynchronizationRegistry
Set the rollbackOnly status of the transaction bound to the current thread at the time this method is called.
setRollbackOnly() - Method in interface javax.transaction.UserTransaction
Modify the transaction associated with the current thread such that the only possible outcome of the transaction is to roll back the transaction.
setRunAsRole(String) - Method in interface javax.servlet.ServletRegistration.Dynamic
Sets the name of the runAs role for this ServletRegistration.
setSchema(Schema) - Method in class javax.xml.bind.Binder
Specifies whether marshal, unmarshal and update methods performs validation on their XML content.
setSchema(Schema) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
 
setSchema(Schema) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
setSchema(Schema) - Method in interface javax.xml.bind.Marshaller
Specify the JAXP 1.3 Schema object that should be used to validate subsequent marshal operations against.
setSchema(Schema) - Method in interface javax.xml.bind.Unmarshaller
Specify the JAXP 1.3 Schema object that should be used to validate subsequent unmarshal operations against.
setSchemaLocation(String) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
Convenience method for setting the schemaLocation.
setSchemaResourcePrefix(String) - Static method in class org.apache.jasper.JspC
Sets the path prefix for .xsd resources
setSchemaResourcePrefix(String) - Static method in class org.apache.jasper.xmlparser.ParserUtils
Sets the path prefix URL for .xsd resources
setScope(String) - Method in class javax.servlet.jsp.jstl.core.ConditionalTagSupport
Sets the 'scope' attribute.
setScope(String, MessageContext.Scope) - Method in interface javax.xml.ws.handler.MessageContext
Sets the scope of a property.
setScope(String) - Method in class org.apache.taglibs.standard.tag.common.core.ImportSupport
 
setScope(String) - Method in class org.apache.taglibs.standard.tag.common.core.RedirectSupport
 
setScope(String) - Method in class org.apache.taglibs.standard.tag.common.core.RemoveTag
 
setScope(String) - Method in class org.apache.taglibs.standard.tag.common.core.SetSupport
 
setScope(String) - Method in class org.apache.taglibs.standard.tag.common.core.UrlSupport
 
setScope(String) - Method in class org.apache.taglibs.standard.tag.common.fmt.FormatDateSupport
 
setScope(String) - Method in class org.apache.taglibs.standard.tag.common.fmt.FormatNumberSupport
 
setScope(String) - Method in class org.apache.taglibs.standard.tag.common.fmt.MessageSupport
 
setScope(String) - Method in class org.apache.taglibs.standard.tag.common.fmt.ParseDateSupport
 
setScope(String) - Method in class org.apache.taglibs.standard.tag.common.fmt.ParseNumberSupport
 
setScope(String) - Method in class org.apache.taglibs.standard.tag.common.fmt.SetBundleSupport
 
setScope(String) - Method in class org.apache.taglibs.standard.tag.common.fmt.SetLocaleSupport
 
setScope(String) - Method in class org.apache.taglibs.standard.tag.common.fmt.SetTimeZoneSupport
 
setScope(String) - Method in class org.apache.taglibs.standard.tag.common.sql.DriverTag
Setter method for the scope of the variable to hold the result.
setScope(String) - Method in class org.apache.taglibs.standard.tag.common.sql.QueryTagSupport
Setter method for the scope of the variable to hold the result.
setScope(String) - Method in class org.apache.taglibs.standard.tag.common.sql.SetDataSourceTagSupport
Setter method for the scope of the variable to hold the result.
setScope(String) - Method in class org.apache.taglibs.standard.tag.common.sql.UpdateTagSupport
Setter method for the scope of the variable to hold the result.
setScope(String) - Method in class org.apache.taglibs.standard.tag.common.xml.ParseSupport
 
setScope(String) - Method in class org.apache.taglibs.standard.tag.common.xml.SetTag
 
setScope(String) - Method in class org.apache.taglibs.standard.tag.common.xml.TransformSupport
 
setScopeDom(String) - Method in class org.apache.taglibs.standard.tag.common.xml.ParseSupport
 
setScriptingInvalid(boolean) - Method in class org.apache.jasper.compiler.PageInfo
 
setScriptless(boolean) - Method in class org.apache.jasper.compiler.PageInfo
 
setSecure(boolean) - Method in class javax.servlet.http.Cookie
Indicates to the browser whether the cookie should only be sent using a secure protocol, such as HTTPS or SSL.
setSecure(boolean) - Method in interface javax.servlet.SessionCookieConfig
Marks or unmarks the session tracking cookies created on behalf of the application represented by the ServletContext from which this SessionCookieConfig was acquired as secure.
setSelect(String) - Method in class org.apache.taglibs.standard.extra.spath.SPathTag
 
setSelect(String) - Method in class org.apache.taglibs.standard.tag.common.xml.ExprSupport
 
setSelect(String) - Method in class org.apache.taglibs.standard.tag.common.xml.ForEachTag
 
setSelect(String) - Method in class org.apache.taglibs.standard.tag.common.xml.IfTag
 
setSelect(String) - Method in class org.apache.taglibs.standard.tag.common.xml.SetTag
 
setSelect(String) - Method in class org.apache.taglibs.standard.tag.common.xml.WhenTag
 
setSendTimeout(long) - Method in interface javax.websocket.RemoteEndpoint.Async
Sets the number of milliseconds the implementation will timeout attempting to send a websocket message.
setServletClassLastModifiedTime(long) - Method in class org.apache.jasper.servlet.JspServletWrapper
Sets the last-modified time of the servlet class file associated with this JspServletWrapper.
setServletClassName(String) - Method in class org.apache.jasper.JspCompilationContext
 
setServletPackageName(String) - Method in class org.apache.jasper.JspCompilationContext
The package name into which the servlet class is generated.
setServletSecurity(ServletSecurityElement) - Method in interface javax.servlet.ServletRegistration.Dynamic
Sets the ServletSecurityElement to be applied to the mappings defined for this ServletRegistration.
setSession(String, Node, ErrorDispatcher) - Method in class org.apache.jasper.compiler.PageInfo
 
setSessionContext(SessionContext) - Method in interface javax.ejb.SessionBean
Set the associated session context.
setSessionTimeout(int) - Method in interface javax.servlet.ServletContext
Sets the session timeout in minutes for this ServletContext.
setSessionTrackingModes(Set<SessionTrackingMode>) - Method in interface javax.servlet.ServletContext
Sets the session tracking modes that are to become effective for this ServletContext.
setSessionTrackingModes(Set<SessionTrackingMode>) - Method in class org.apache.jasper.servlet.JspCServletContext
 
setSeverity(int) - Method in class javax.xml.bind.helpers.ValidationEventImpl
Set the severity field of this event.
setShort(String, short) - Method in interface javax.jms.MapMessage
Sets a short value with the specified name into the Map.
setShort1(short) - Method in class org.apache.taglibs.standard.lang.jstl.test.Bean1
 
setShort2(Short) - Method in class org.apache.taglibs.standard.lang.jstl.test.Bean1
 
setShortProperty(String, short) - Method in interface javax.jms.Message
Sets a short property value with the specified name into the message.
setSlotType(String) - Method in interface javax.xml.registry.infomodel.Slot
Sets the slotType for this Slot.
setSmap(String) - Method in class org.apache.jasper.compiler.SmapUtil.ClassInfo
 
setSmapDumped(boolean) - Method in class org.apache.jasper.JspC
Set smapSuppressed flag.
setSmapSuppressed(boolean) - Method in class org.apache.jasper.JspC
Set smapSuppressed flag.
setSourceObject(RegistryObject) - Method in interface javax.xml.registry.infomodel.Association
Sets the Object that is the source of this Association.
setSourceVM(String) - Method in class org.apache.jasper.compiler.Jsr199JavaCompiler
 
setSourceVM(String) - Method in class org.apache.jasper.compiler.NullJavaCompiler
 
setSpecificationObject(RegistryObject) - Method in interface javax.xml.registry.infomodel.SpecificationLink
Sets the specification object for this object.
setSql(String) - Method in class org.apache.taglibs.standard.tag.el.sql.QueryTag
Setter method for the SQL statement to use for the query.
setSql(String) - Method in class org.apache.taglibs.standard.tag.el.sql.UpdateTag
Setter method for the SQL statement to use for the query.
setSql(String) - Method in class org.apache.taglibs.standard.tag.rt.sql.QueryTag
Setter method for the SQL statement to use for the query.
setSql(String) - Method in class org.apache.taglibs.standard.tag.rt.sql.UpdateTag
Setter method for the SQL statement to use for the query.
setStability(int) - Method in interface javax.xml.registry.infomodel.RegistryEntry
Sets the stability indicator for the RegistryEntry.
setStartRow(String) - Method in class org.apache.taglibs.standard.tag.el.sql.QueryTag
The index of the first row returned can be specified using startRow.
setStartRow(int) - Method in class org.apache.taglibs.standard.tag.rt.sql.QueryTag
The index of the first row returned can be specified using startRow.
setStateOrProvince(String) - Method in interface javax.xml.registry.infomodel.PostalAddress
Sets the state or province.
setStatus(int) - Method in interface javax.servlet.http.HttpServletResponse
Sets the status code for this response.
setStatus(int, String) - Method in interface javax.servlet.http.HttpServletResponse
Deprecated.
As of version 2.1, due to ambiguous meaning of the message parameter. To set a status code use setStatus(int), to send an error with a description use sendError(int, String). Sets the status code and message for this response.
setStatus(int) - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to call setStatus(int sc) on the wrapped response object.
setStatus(int, String) - Method in class javax.servlet.http.HttpServletResponseWrapper
Deprecated.
As of version 2.1, due to ambiguous meaning of the message parameter. To set a status code use HttpServletResponseWrapper.setStatus(int), to send an error with a description use HttpServletResponseWrapper.sendError(int, String)
setStatus(int) - Method in class javax.xml.ws.spi.http.HttpExchange
Sets the HTTP status code for the response.
setStep(int) - Method in class org.apache.taglibs.standard.tag.common.xml.ForEachTag
 
setStep(String) - Method in class org.apache.taglibs.standard.tag.el.core.ForEachTag
 
setStep(String) - Method in class org.apache.taglibs.standard.tag.el.core.ForTokensTag
 
setStep(int) - Method in class org.apache.taglibs.standard.tag.rt.core.ForEachTag
 
setStep(int) - Method in class org.apache.taglibs.standard.tag.rt.core.ForTokensTag
 
setStreet(String) - Method in interface javax.xml.registry.infomodel.PostalAddress
Sets the street name.
setStreetNumber(String) - Method in interface javax.xml.registry.infomodel.PostalAddress
Sets the street number.
setString(String, String) - Method in interface javax.jms.MapMessage
Sets a String value with the specified name into the Map.
setString1(String) - Method in class org.apache.taglibs.standard.lang.jstl.test.Bean1
 
setString2(String) - Method in class org.apache.taglibs.standard.lang.jstl.test.Bean1
 
setStringArray1(String[]) - Method in class org.apache.taglibs.standard.lang.jstl.test.Bean1
 
setStringProperty(String, String) - Method in interface javax.jms.Message
Sets a String property value with the specified name into the message.
setSuffixes(List) - Method in class org.apache.taglibs.standard.lang.jstl.ComplexValue
 
SetSupport - Class in org.apache.taglibs.standard.tag.common.core
Support for handlers of the <set> tag.
SetSupport() - Constructor for class org.apache.taglibs.standard.tag.common.core.SetSupport
Constructs a new handler.
setSupportedEncodings(String[]) - Method in interface javax.xml.rpc.encoding.TypeMapping
Sets the encodingStyle URIs supported by this TypeMapping instance.
setSynchronous(boolean) - Method in interface javax.xml.registry.Connection
Sets whether the client uses synchronous communication or not.
setSystemClassPath(String) - Method in class org.apache.jasper.JspC
Sets the system class path.
setSystemId(String) - Method in class org.apache.taglibs.standard.tag.el.xml.ParseTag
 
setSystemId(String) - Method in class org.apache.taglibs.standard.tag.rt.xml.ParseTag
 
SetTag - Class in org.apache.taglibs.standard.tag.common.xml
Tag handler for <set> in JSTL's XML library.
SetTag() - Constructor for class org.apache.taglibs.standard.tag.common.xml.SetTag
Constructs a new handler.
SetTag - Class in org.apache.taglibs.standard.tag.el.core
A handler for <set>, which redirects the browser to a new URL.
SetTag() - Constructor for class org.apache.taglibs.standard.tag.el.core.SetTag
 
SetTag - Class in org.apache.taglibs.standard.tag.rt.core
Tag handler for <set> in JSTL's rtexprvalue library.
SetTag() - Constructor for class org.apache.taglibs.standard.tag.rt.core.SetTag
 
setTagExtraInfo(TagExtraInfo) - Method in class javax.servlet.jsp.tagext.TagInfo
Set the instance for extra tag information.
setTagInfo(TagInfo) - Method in class javax.servlet.jsp.tagext.TagExtraInfo
Set the TagInfo for this class.
setTagInfo(TagInfo) - Method in class org.apache.jasper.JspCompilationContext
 
setTagLibrary(TagLibraryInfo) - Method in class javax.servlet.jsp.tagext.TagInfo
Set the TagLibraryInfo property.
setTarget(String) - Method in class org.apache.taglibs.standard.tag.el.core.SetTag
 
setTarget(Object) - Method in class org.apache.taglibs.standard.tag.rt.core.SetTag
 
setTargetBinding(ServiceBinding) - Method in interface javax.xml.registry.infomodel.ServiceBinding
Sets the next ServiceBinding in case there is a redirection.
setTargetEndpointAddress(String) - Method in interface javax.xml.rpc.Call
Sets the address of the target service endpoint.
setTargetObject(RegistryObject) - Method in interface javax.xml.registry.infomodel.Association
Sets the Object that is the target of this Association.
setTargetVM(String) - Method in class org.apache.jasper.compiler.Jsr199JavaCompiler
 
setTargetVM(String) - Method in class org.apache.jasper.compiler.NullJavaCompiler
 
setTelephoneNumbers(Collection) - Method in interface javax.xml.registry.infomodel.Organization
Sets the various telephone numbers for this user.
setTelephoneNumbers(Collection) - Method in interface javax.xml.registry.infomodel.User
Sets the various telephone numbers for this user.
setTest(String) - Method in class org.apache.taglibs.standard.tag.el.core.IfTag
 
setTest(String) - Method in class org.apache.taglibs.standard.tag.el.core.WhenTag
 
setTest(boolean) - Method in class org.apache.taglibs.standard.tag.rt.core.IfTag
 
setTest(boolean) - Method in class org.apache.taglibs.standard.tag.rt.core.WhenTag
 
setText(String) - Method in interface javax.jms.TextMessage
Sets the string containing this message's data.
setTimeout(long) - Method in interface javax.servlet.AsyncContext
Sets the timeout (in milliseconds) for this AsyncContext.
setTimeStyle(String) - Method in class org.apache.taglibs.standard.tag.el.fmt.FormatDateTag
 
setTimeStyle(String) - Method in class org.apache.taglibs.standard.tag.el.fmt.ParseDateTag
 
setTimeStyle(String) - Method in class org.apache.taglibs.standard.tag.rt.fmt.FormatDateTag
 
setTimeStyle(String) - Method in class org.apache.taglibs.standard.tag.rt.fmt.ParseDateTag
 
setTimeToLive(long) - Method in interface javax.jms.JMSProducer
Specifies the time to live of messages that are sent using this JMSProducer.
setTimeToLive(long) - Method in interface javax.jms.MessageProducer
Sets the default length of time in milliseconds from its dispatch time that a produced message should be retained by the message system.
setTimeZone(String) - Method in class org.apache.taglibs.standard.tag.el.fmt.FormatDateTag
 
setTimeZone(String) - Method in class org.apache.taglibs.standard.tag.el.fmt.ParseDateTag
 
setTimeZone(Object) - Method in class org.apache.taglibs.standard.tag.rt.fmt.FormatDateTag
 
setTimeZone(Object) - Method in class org.apache.taglibs.standard.tag.rt.fmt.ParseDateTag
 
SetTimeZoneSupport - Class in org.apache.taglibs.standard.tag.common.fmt
Support for tag handlers for <setTimeZone>, the time zone setting tag in JSTL 1.0.
SetTimeZoneSupport() - Constructor for class org.apache.taglibs.standard.tag.common.fmt.SetTimeZoneSupport
 
SetTimeZoneTag - Class in org.apache.taglibs.standard.tag.el.fmt
A handler for <setTimeZone> that accepts attributes as Strings and evaluates them as expressions at runtime.
SetTimeZoneTag() - Constructor for class org.apache.taglibs.standard.tag.el.fmt.SetTimeZoneTag
Constructs a new TimeZoneTag.
SetTimeZoneTag - Class in org.apache.taglibs.standard.tag.rt.fmt
A handler for <setTimeZone> that supports rtexprvalue-based attributes.
SetTimeZoneTag() - Constructor for class org.apache.taglibs.standard.tag.rt.fmt.SetTimeZoneTag
 
setTrailerFields(Supplier<Map<String, String>>) - Method in interface javax.servlet.http.HttpServletResponse
Sets the supplier of trailer headers.
setTrailerFields(Supplier<Map<String, String>>) - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behaviour of this method is to call HttpServletResponse.setTrailerFields(java.util.function.Supplier<java.util.Map<java.lang.String, java.lang.String>>) on the wrapped response object.
setTransactionTimeout(long) - Method in class javax.resource.spi.work.ExecutionContext
Set the transaction timeout value for a imported transaction.
setTransactionTimeout(int) - Method in interface javax.transaction.TransactionManager
Modify the timeout value that is associated with transactions started by the current thread with the begin method.
setTransactionTimeout(int) - Method in interface javax.transaction.UserTransaction
Modify the timeout value that is associated with transactions started by the current thread with the begin method.
setTrimDirectiveWhitespaces(String, Node, ErrorDispatcher, boolean) - Method in class org.apache.jasper.compiler.PageInfo
 
setTrimDirectiveWhitespaces(boolean) - Method in class org.apache.jasper.compiler.PageInfo
 
setTrimSpaces(boolean) - Method in class org.apache.jasper.JspC
 
setType(String) - Method in interface javax.xml.registry.infomodel.EmailAddress
Sets the type for this object.
setType(String) - Method in interface javax.xml.registry.infomodel.PostalAddress
Sets the type of address (for example, "headquarters") as a String.
setType(String) - Method in interface javax.xml.registry.infomodel.TelephoneNumber
Sets the type of telephone number (for example, "fax").
setType(String) - Method in interface javax.xml.registry.infomodel.User
Sets the type for this User.
setType(String) - Method in class org.apache.taglibs.standard.tag.common.core.DeclareTag
 
setType(String) - Method in class org.apache.taglibs.standard.tag.el.fmt.FormatDateTag
 
setType(String) - Method in class org.apache.taglibs.standard.tag.el.fmt.FormatNumberTag
 
setType(String) - Method in class org.apache.taglibs.standard.tag.el.fmt.ParseDateTag
 
setType(String) - Method in class org.apache.taglibs.standard.tag.el.fmt.ParseNumberTag
 
setType(String) - Method in class org.apache.taglibs.standard.tag.el.sql.DateParamTag
 
setType(String) - Method in class org.apache.taglibs.standard.tag.rt.fmt.FormatDateTag
 
setType(String) - Method in class org.apache.taglibs.standard.tag.rt.fmt.FormatNumberTag
 
setType(String) - Method in class org.apache.taglibs.standard.tag.rt.fmt.ParseDateTag
 
setType(String) - Method in class org.apache.taglibs.standard.tag.rt.fmt.ParseNumberTag
 
setType(String) - Method in class org.apache.taglibs.standard.tag.rt.sql.DateParamTag
 
setupSecurityContext(CallbackHandler, Subject, Subject) - Method in class javax.resource.spi.work.SecurityContext
The container calls this method to set up the security Context for the Work instance.
setUriroot(String) - Method in class org.apache.jasper.JspC
Base dir for the webapp.
setURL(URL) - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
Set the URL field on this event locator.
setUrl(String) - Method in interface javax.xml.registry.infomodel.TelephoneNumber
Sets the URL that can dial this number electronically.
setUrl(URL) - Method in interface javax.xml.registry.infomodel.User
Sets the URL to the web page for this User.
setUrl(String) - Method in class org.apache.taglibs.standard.tag.el.core.ImportTag
 
setUrl(String) - Method in class org.apache.taglibs.standard.tag.el.core.RedirectTag
 
setUrl(String) - Method in class org.apache.taglibs.standard.tag.el.sql.SetDataSourceTag
 
setUrl(String) - Method in class org.apache.taglibs.standard.tag.rt.core.ImportTag
 
setUrl(String) - Method in class org.apache.taglibs.standard.tag.rt.core.RedirectTag
 
setUrl(String) - Method in class org.apache.taglibs.standard.tag.rt.sql.SetDataSourceTag
 
setUsageDescription(InternationalString) - Method in interface javax.xml.registry.infomodel.SpecificationLink
Sets the description of usage parameters.
setUsageParameters(Collection) - Method in interface javax.xml.registry.infomodel.SpecificationLink
Sets any usage parameters.
setUser(String) - Method in class org.apache.taglibs.standard.tag.el.sql.SetDataSourceTag
 
setUser(String) - Method in class org.apache.taglibs.standard.tag.rt.sql.SetDataSourceTag
 
setUserName(String) - Method in class org.apache.taglibs.standard.tag.common.sql.DataSourceWrapper
 
setUserName(String) - Method in class org.apache.taglibs.standard.tag.common.sql.DriverTag
 
setUserVersion(String) - Method in interface javax.xml.registry.infomodel.Versionable
Sets the user specified revision number for this version of the Versionable object.
setValidateURI(boolean) - Method in interface javax.xml.registry.infomodel.URIValidator
Sets whether to do URI validation for this object.
setValidateXml(boolean) - Method in class org.apache.jasper.JspC
 
setValidating(boolean) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
Specifies whether or not the Unmarshaller should validate during unmarshal operations.
setValidating(boolean) - Method in interface javax.xml.bind.Unmarshaller
Deprecated.
setValue(String) - Method in class javax.servlet.http.Cookie
Assigns a new value to this Cookie.
setValue(ELContext, Object, Object, Object) - Method in class javax.servlet.jsp.el.ImplicitObjectELResolver
If the base object is null, and the property matches the name of a JSP implicit object, throws PropertyNotWritableException to indicate that implicit objects cannot be overwritten.
setValue(ELContext, Object, Object, Object) - Method in class javax.servlet.jsp.el.ScopedAttributeELResolver
If the base object is null, sets an existing scoped attribute to the new value, or creates a new scoped attribute if one does not exist by this name.
setValue(ELContext, Object) - Method in class javax.servlet.jsp.jstl.core.IndexedValueExpression
 
setValue(ELContext, Object) - Method in class javax.servlet.jsp.jstl.core.IteratedValueExpression
 
setValue(String, Object) - Method in class javax.servlet.jsp.tagext.TagSupport
Associate a value with a String key.
setValue(T) - Method in class javax.xml.bind.JAXBElement
Set the content model and attributes of this xml element.
setValue(String) - Method in interface javax.xml.registry.infomodel.Classification
Sets the taxonomy value for this external Classification.
setValue(String) - Method in interface javax.xml.registry.infomodel.Concept
Sets the value (usually a taxonomy value) associated with this Concept.
setValue(String) - Method in interface javax.xml.registry.infomodel.ExternalIdentifier
Sets the value of an ExternalIdentifier.
setValue(String) - Method in interface javax.xml.registry.infomodel.InternationalString
Sets the String value for the Locale returned by Locale.getDefault().
setValue(Locale, String) - Method in interface javax.xml.registry.infomodel.InternationalString
Sets the String value for the specified Locale.
setValue(String) - Method in interface javax.xml.registry.infomodel.LocalizedString
Set the String value for the specified object.
setValue(String) - Method in interface javax.xml.soap.Node
If this is a Text node then this method will set its value, otherwise it sets the value of the immediate (Text) child of this node.
setValue(Object) - Method in class org.apache.taglibs.standard.lang.jstl.Literal
 
setValue(String) - Method in class org.apache.taglibs.standard.lang.jstl.test.Bean2
 
setValue(String) - Method in class org.apache.taglibs.standard.tag.el.core.OutTag
 
setValue(String) - Method in class org.apache.taglibs.standard.tag.el.core.ParamTag
 
setValue(String) - Method in class org.apache.taglibs.standard.tag.el.core.SetTag
 
setValue(String) - Method in class org.apache.taglibs.standard.tag.el.core.UrlTag
 
setValue(String) - Method in class org.apache.taglibs.standard.tag.el.fmt.FormatDateTag
 
setValue(String) - Method in class org.apache.taglibs.standard.tag.el.fmt.FormatNumberTag
 
setValue(String) - Method in class org.apache.taglibs.standard.tag.el.fmt.ParamTag
 
setValue(String) - Method in class org.apache.taglibs.standard.tag.el.fmt.ParseDateTag
 
setValue(String) - Method in class org.apache.taglibs.standard.tag.el.fmt.ParseNumberTag
 
setValue(String) - Method in class org.apache.taglibs.standard.tag.el.fmt.RequestEncodingTag
 
setValue(String) - Method in class org.apache.taglibs.standard.tag.el.fmt.SetLocaleTag
 
setValue(String) - Method in class org.apache.taglibs.standard.tag.el.fmt.SetTimeZoneTag
 
setValue(String) - Method in class org.apache.taglibs.standard.tag.el.fmt.TimeZoneTag
 
setValue(String) - Method in class org.apache.taglibs.standard.tag.el.sql.DateParamTag
 
setValue(String) - Method in class org.apache.taglibs.standard.tag.el.sql.ParamTag
 
setValue(String) - Method in class org.apache.taglibs.standard.tag.el.xml.ParamTag
 
setValue(Object) - Method in class org.apache.taglibs.standard.tag.rt.core.OutTag
 
setValue(String) - Method in class org.apache.taglibs.standard.tag.rt.core.ParamTag
 
setValue(Object) - Method in class org.apache.taglibs.standard.tag.rt.core.SetTag
 
setValue(String) - Method in class org.apache.taglibs.standard.tag.rt.core.UrlTag
 
setValue(Date) - Method in class org.apache.taglibs.standard.tag.rt.fmt.FormatDateTag
 
setValue(Object) - Method in class org.apache.taglibs.standard.tag.rt.fmt.FormatNumberTag
 
setValue(Object) - Method in class org.apache.taglibs.standard.tag.rt.fmt.ParamTag
 
setValue(String) - Method in class org.apache.taglibs.standard.tag.rt.fmt.ParseDateTag
 
setValue(String) - Method in class org.apache.taglibs.standard.tag.rt.fmt.ParseNumberTag
 
setValue(String) - Method in class org.apache.taglibs.standard.tag.rt.fmt.RequestEncodingTag
 
setValue(Object) - Method in class org.apache.taglibs.standard.tag.rt.fmt.SetLocaleTag
 
setValue(Object) - Method in class org.apache.taglibs.standard.tag.rt.fmt.SetTimeZoneTag
 
setValue(Object) - Method in class org.apache.taglibs.standard.tag.rt.fmt.TimeZoneTag
 
setValue(Date) - Method in class org.apache.taglibs.standard.tag.rt.sql.DateParamTag
 
setValue(Object) - Method in class org.apache.taglibs.standard.tag.rt.sql.ParamTag
 
setValue(Object) - Method in class org.apache.taglibs.standard.tag.rt.xml.ParamTag
 
setValues(Collection) - Method in interface javax.xml.registry.infomodel.Slot
Sets the values for this Slot.
setValues(char[], int, int) - Method in class org.apache.jasper.xmlparser.XMLString
Initializes the contents of the XMLString structure with the specified values.
setValues(XMLString) - Method in class org.apache.jasper.xmlparser.XMLString
Initializes the contents of the XMLString structure with copies of the given string structure.
setValueType(int) - Method in interface javax.xml.registry.infomodel.ClassificationScheme
Sets the value type for this object.
setValueVariable(PageContext, String, ValueExpression) - Static method in class org.apache.jasper.runtime.PageContextImpl
 
setVar(String) - Method in class javax.servlet.jsp.jstl.core.ConditionalTagSupport
Sets the 'var' attribute.
setVar(String) - Method in class javax.servlet.jsp.jstl.core.LoopTagSupport
Sets the 'var' attribute.
setVar(String) - Method in class org.apache.taglibs.standard.extra.spath.SPathTag
 
setVar(String) - Method in class org.apache.taglibs.standard.tag.common.core.CatchTag
 
setVar(String) - Method in class org.apache.taglibs.standard.tag.common.core.ImportSupport
 
setVar(String) - Method in class org.apache.taglibs.standard.tag.common.core.RedirectSupport
 
setVar(String) - Method in class org.apache.taglibs.standard.tag.common.core.RemoveTag
 
setVar(String) - Method in class org.apache.taglibs.standard.tag.common.core.SetSupport
 
setVar(String) - Method in class org.apache.taglibs.standard.tag.common.core.UrlSupport
 
setVar(String) - Method in class org.apache.taglibs.standard.tag.common.fmt.FormatDateSupport
 
setVar(String) - Method in class org.apache.taglibs.standard.tag.common.fmt.FormatNumberSupport
 
setVar(String) - Method in class org.apache.taglibs.standard.tag.common.fmt.MessageSupport
 
setVar(String) - Method in class org.apache.taglibs.standard.tag.common.fmt.ParseDateSupport
 
setVar(String) - Method in class org.apache.taglibs.standard.tag.common.fmt.ParseNumberSupport
 
setVar(String) - Method in class org.apache.taglibs.standard.tag.common.fmt.SetBundleSupport
 
setVar(String) - Method in class org.apache.taglibs.standard.tag.common.fmt.SetTimeZoneSupport
 
setVar(String) - Method in class org.apache.taglibs.standard.tag.common.sql.DriverTag
 
setVar(String) - Method in class org.apache.taglibs.standard.tag.common.sql.QueryTagSupport
Setter method for the name of the variable to hold the result.
setVar(String) - Method in class org.apache.taglibs.standard.tag.common.sql.SetDataSourceTagSupport
 
setVar(String) - Method in class org.apache.taglibs.standard.tag.common.sql.UpdateTagSupport
Setter method for the name of the variable to hold the result.
setVar(String) - Method in class org.apache.taglibs.standard.tag.common.xml.ParseSupport
 
setVar(String) - Method in class org.apache.taglibs.standard.tag.common.xml.SetTag
 
setVar(String) - Method in class org.apache.taglibs.standard.tag.common.xml.TransformSupport
 
setVarDom(String) - Method in class org.apache.taglibs.standard.tag.common.xml.ParseSupport
 
setVariable(String, ValueExpression) - Method in class org.apache.jasper.runtime.VariableMapperImpl
 
setVariableMapper(VariableMapper) - Method in class org.apache.jasper.runtime.ELContextImpl
 
setVariant(String) - Method in class org.apache.taglibs.standard.tag.el.fmt.SetLocaleTag
 
setVariant(String) - Method in class org.apache.taglibs.standard.tag.rt.fmt.SetLocaleTag
 
setVarReader(String) - Method in class org.apache.taglibs.standard.tag.common.core.ImportSupport
 
setVarStatus(String) - Method in class javax.servlet.jsp.jstl.core.LoopTagSupport
Sets the 'varStatus' attribute.
setVerbose(int) - Method in class org.apache.jasper.JspC
 
setVersion(int) - Method in class javax.servlet.http.Cookie
Sets the version of the cookie protocol that this Cookie complies with.
setWebXml(String) - Method in class org.apache.jasper.JspC
File where we generate a complete web.xml with the class definitions.
setWebXmlFragment(String) - Method in class org.apache.jasper.JspC
File where we generate a web.xml fragment with the class definitions.
setWriteListener(WriteListener) - Method in class javax.servlet.ServletOutputStream
Instructs the ServletOutputStream to invoke the provided WriteListener when it is possible to write
setWriter(ServletWriter) - Method in class org.apache.jasper.JspCompilationContext
 
setXid(Xid) - Method in class javax.resource.spi.work.ExecutionContext
set a transaction context.
setXml(String) - Method in class org.apache.taglibs.standard.tag.el.xml.ParseTag
 
setXml(String) - Method in class org.apache.taglibs.standard.tag.el.xml.TransformTag
 
setXml(Object) - Method in class org.apache.taglibs.standard.tag.rt.xml.ParseTag
 
setXml(Object) - Method in class org.apache.taglibs.standard.tag.rt.xml.TransformTag
 
setXmlSystemId(String) - Method in class org.apache.taglibs.standard.tag.el.xml.TransformTag
 
setXmlSystemId(String) - Method in class org.apache.taglibs.standard.tag.rt.xml.TransformTag
 
setXPathFunctionResolver(XPathFunctionResolver) - Method in class org.apache.taglibs.standard.tag.common.xml.JSTLXPathImpl
Establishes a function resolver.
setXPathVariableResolver(XPathVariableResolver) - Method in class org.apache.taglibs.standard.tag.common.xml.JSTLXPathImpl
Establishes a variable resolver.
setXpoweredBy(boolean) - Method in class org.apache.jasper.JspC
 
setXslt(String) - Method in class org.apache.taglibs.standard.tag.el.xml.TransformTag
 
setXslt(Object) - Method in class org.apache.taglibs.standard.tag.rt.xml.TransformTag
 
setXsltSystemId(String) - Method in class org.apache.taglibs.standard.tag.el.xml.TransformTag
 
setXsltSystemId(String) - Method in class org.apache.taglibs.standard.tag.rt.xml.TransformTag
 
SharedCacheMode - Enum in javax.persistence
Specifies how the provider must use a second-level cache for the persistence unit.
SharingViolationException - Exception in javax.resource.spi
This is thrown to indicate a connection sharing violation.
SharingViolationException() - Constructor for exception javax.resource.spi.SharingViolationException
Constructs a new instance with null as its detail message.
SharingViolationException(String) - Constructor for exception javax.resource.spi.SharingViolationException
Constructs a new instance with the specified detail message.
SharingViolationException(Throwable) - Constructor for exception javax.resource.spi.SharingViolationException
Constructs a new throwable with the specified cause.
SharingViolationException(String, Throwable) - Constructor for exception javax.resource.spi.SharingViolationException
Constructs a new throwable with the specified detail message and cause.
SharingViolationException(String, String) - Constructor for exception javax.resource.spi.SharingViolationException
Constructs a new throwable with the specified detail message and error code.
ShortHolder - Class in javax.xml.rpc.holders
 
ShortHolder() - Constructor for class javax.xml.rpc.holders.ShortHolder
 
ShortHolder(short) - Constructor for class javax.xml.rpc.holders.ShortHolder
 
shortname - Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
The preferred short name (prefix) as indicated in the TLD.
ShortWrapperHolder - Class in javax.xml.rpc.holders
 
ShortWrapperHolder() - Constructor for class javax.xml.rpc.holders.ShortWrapperHolder
 
ShortWrapperHolder(Short) - Constructor for class javax.xml.rpc.holders.ShortWrapperHolder
 
shouldCoerceToBoolean() - Method in class org.apache.taglibs.standard.lang.jstl.AndOperator
Returns true if the operator expects its arguments to be coerced to Booleans.
shouldCoerceToBoolean() - Method in class org.apache.taglibs.standard.lang.jstl.BinaryOperator
Returns true if the operator expects its arguments to be coerced to Booleans.
shouldCoerceToBoolean() - Method in class org.apache.taglibs.standard.lang.jstl.OrOperator
Returns true if the operator expects its arguments to be coerced to Booleans.
shouldEvaluate(Object) - Method in class org.apache.taglibs.standard.lang.jstl.AndOperator
Returns true if evaluation is necessary given the specified Left value.
shouldEvaluate(Object) - Method in class org.apache.taglibs.standard.lang.jstl.BinaryOperator
Returns true if evaluation is necessary given the specified Left value.
shouldEvaluate(Object) - Method in class org.apache.taglibs.standard.lang.jstl.OrOperator
Returns true if evaluation is necessary given the specified Left value.
SimpleCharStream - Class in org.apache.taglibs.standard.lang.jstl.parser
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleCharStream(Reader, int, int, int) - Constructor for class org.apache.taglibs.standard.lang.jstl.parser.SimpleCharStream
 
SimpleCharStream(Reader, int, int) - Constructor for class org.apache.taglibs.standard.lang.jstl.parser.SimpleCharStream
 
SimpleCharStream(Reader) - Constructor for class org.apache.taglibs.standard.lang.jstl.parser.SimpleCharStream
 
SimpleCharStream(InputStream, int, int, int) - Constructor for class org.apache.taglibs.standard.lang.jstl.parser.SimpleCharStream
 
SimpleCharStream(InputStream, int, int) - Constructor for class org.apache.taglibs.standard.lang.jstl.parser.SimpleCharStream
 
SimpleCharStream(InputStream) - Constructor for class org.apache.taglibs.standard.lang.jstl.parser.SimpleCharStream
 
SimpleForEachIterator(Iterator) - Constructor for class org.apache.taglibs.standard.tag.common.core.ForEachSupport.SimpleForEachIterator
 
SimpleTag - Interface in javax.servlet.jsp.tagext
Interface for defining Simple Tag Handlers.
SimpleTagSupport - Class in javax.servlet.jsp.tagext
A base class for defining tag handlers implementing SimpleTag.
SimpleTagSupport() - Constructor for class javax.servlet.jsp.tagext.SimpleTagSupport
Sole constructor.
SingleThreadModel - Interface in javax.servlet
Deprecated.
As of Java Servlet API 2.4, with no direct replacement.
Singleton - Annotation Type in javax.ejb
Component-defining annotation for a singleton session bean.
SINGLETON - Static variable in class org.apache.taglibs.standard.lang.jstl.AndOperator
 
SINGLETON - Static variable in class org.apache.taglibs.standard.lang.jstl.DivideOperator
 
SINGLETON - Static variable in class org.apache.taglibs.standard.lang.jstl.EmptyOperator
 
SINGLETON - Static variable in class org.apache.taglibs.standard.lang.jstl.EqualsOperator
 
SINGLETON - Static variable in class org.apache.taglibs.standard.lang.jstl.GreaterThanOperator
 
SINGLETON - Static variable in class org.apache.taglibs.standard.lang.jstl.GreaterThanOrEqualsOperator
 
SINGLETON - Static variable in class org.apache.taglibs.standard.lang.jstl.IntegerDivideOperator
 
SINGLETON - Static variable in class org.apache.taglibs.standard.lang.jstl.LessThanOperator
 
SINGLETON - Static variable in class org.apache.taglibs.standard.lang.jstl.LessThanOrEqualsOperator
 
SINGLETON - Static variable in class org.apache.taglibs.standard.lang.jstl.MinusOperator
 
SINGLETON - Static variable in class org.apache.taglibs.standard.lang.jstl.ModulusOperator
 
SINGLETON - Static variable in class org.apache.taglibs.standard.lang.jstl.MultiplyOperator
 
SINGLETON - Static variable in class org.apache.taglibs.standard.lang.jstl.NotEqualsOperator
 
SINGLETON - Static variable in class org.apache.taglibs.standard.lang.jstl.NotOperator
 
SINGLETON - Static variable in class org.apache.taglibs.standard.lang.jstl.NullLiteral
 
SINGLETON - Static variable in class org.apache.taglibs.standard.lang.jstl.OrOperator
 
SINGLETON - Static variable in class org.apache.taglibs.standard.lang.jstl.PlusOperator
 
SINGLETON - Static variable in class org.apache.taglibs.standard.lang.jstl.UnaryMinusOperator
 
SingularAttribute<X,T> - Interface in javax.persistence.metamodel
Instances of the type SingularAttribute represents persistent single-valued properties or fields.
size(Expression<C>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression that tests the size of a collection.
size(C) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression that tests the size of a collection.
size() - Method in class org.apache.taglibs.standard.lang.jstl.EnumeratedMap
 
skip(long) - Method in class org.apache.jasper.xmlparser.ASCIIReader
Skip characters.
skip(long) - Method in class org.apache.jasper.xmlparser.UCSReader
Skip characters.
skip(long) - Method in class org.apache.jasper.xmlparser.UTF8Reader
Skip characters.
SKIP_BODY - Static variable in interface javax.servlet.jsp.tagext.Tag
Skip body evaluation.
SKIP_PAGE - Static variable in interface javax.servlet.jsp.tagext.Tag
Skip the rest of the page.
skipChar(int) - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
Skips a character appearing immediately on the input.
SkipPageException - Exception in javax.servlet.jsp
Exception to indicate the calling page must cease evaluation.
SkipPageException() - Constructor for exception javax.servlet.jsp.SkipPageException
Creates a SkipPageException with no message.
SkipPageException(String) - Constructor for exception javax.servlet.jsp.SkipPageException
Creates a SkipPageException with the provided message.
SkipPageException(String, Throwable) - Constructor for exception javax.servlet.jsp.SkipPageException
Creates a SkipPageException with the provided message and root cause.
SkipPageException(Throwable) - Constructor for exception javax.servlet.jsp.SkipPageException
Creates a SkipPageException with the provided root cause.
skippedEntity(String) - Method in class org.apache.taglibs.standard.extra.spath.SPathFilter
Filter for skippedEntity().
SkippedException - Exception in javax.enterprise.concurrent
Exception indicating that the result of a value-producing task cannot be retrieved because the task run was skipped.
SkippedException() - Constructor for exception javax.enterprise.concurrent.SkippedException
Constructs an SkippedException with null as its detail message.
SkippedException(String) - Constructor for exception javax.enterprise.concurrent.SkippedException
Constructs an SkippedException exception with the specified detail message.
SkippedException(String, Throwable) - Constructor for exception javax.enterprise.concurrent.SkippedException
Constructs an SkippedException exception with the specified detail message and cause.
SkippedException(Throwable) - Constructor for exception javax.enterprise.concurrent.SkippedException
Constructs an SkippedException exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
skipRun(LastExecution, Date) - Method in interface javax.enterprise.concurrent.Trigger
Return true if this run instance should be skipped.
skipSpaces() - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
Skips space characters appearing immediately on the input.
skipString(String) - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
Skips the specified string appearing immediately on the input.
SLASH - Static variable in interface org.apache.taglibs.standard.extra.spath.SPathParserConstants
 
Slot - Interface in javax.xml.registry.infomodel
Slot instances provide a dynamic way to add arbitrary attributes to RegistryObject instances.
SLOT - Static variable in interface javax.xml.registry.LifeCycleManager
Constant representing the javax.xml.registry.infomodel.Slot interface.
SMAP_ENCODING - Static variable in class org.apache.jasper.compiler.SmapUtil
 
SmapGenerator - Class in org.apache.jasper.compiler
Represents a source map (SMAP), which serves to associate lines of the input JSP file(s) to lines in the generated servlet in the final .class file, according to the JSR-045 spec.
SmapGenerator() - Constructor for class org.apache.jasper.compiler.SmapGenerator
 
SmapStratum - Class in org.apache.jasper.compiler
Represents the line and file mappings associated with a JSR-045 "stratum".
SmapStratum(String) - Constructor for class org.apache.jasper.compiler.SmapStratum
Constructs a new SmapStratum object for the given stratum name (e.g., JSP).
SmapStratum.LineInfo - Class in org.apache.jasper.compiler
Represents a single LineSection in an SMAP, associated with a particular stratum.
SmapUtil - Class in org.apache.jasper.compiler
Contains static utilities for generating SMAP data based on the current version of Jasper.
SmapUtil.ClassInfo - Class in org.apache.jasper.compiler
 
SOAP11HTTP_BINDING - Static variable in interface javax.xml.ws.soap.SOAPBinding
A constant representing the identity of the SOAP 1.1 over HTTP binding.
SOAP11HTTP_MTOM_BINDING - Static variable in interface javax.xml.ws.soap.SOAPBinding
A constant representing the identity of the SOAP 1.1 over HTTP binding with MTOM enabled by default.
SOAP12HTTP_BINDING - Static variable in interface javax.xml.ws.soap.SOAPBinding
A constant representing the identity of the SOAP 1.2 over HTTP binding.
SOAP12HTTP_MTOM_BINDING - Static variable in interface javax.xml.ws.soap.SOAPBinding
A constant representing the identity of the SOAP 1.2 over HTTP binding with MTOM enabled by default.
SOAP_1_1_CONTENT_TYPE - Static variable in interface javax.xml.soap.SOAPConstants
The media type of the Content-Type MIME header in SOAP 1.1.
SOAP_1_1_PROTOCOL - Static variable in interface javax.xml.soap.SOAPConstants
Used to create MessageFactory instances that create SOAPMessages whose behavior supports the SOAP 1.1 specification.
SOAP_1_2_CONTENT_TYPE - Static variable in interface javax.xml.soap.SOAPConstants
The media type of the Content-Type MIME header in SOAP 1.2.
SOAP_1_2_PROTOCOL - Static variable in interface javax.xml.soap.SOAPConstants
Used to create MessageFactory instances that create SOAPMessages whose behavior supports the SOAP 1.2 specification
SOAP_ARRAY - Static variable in class javax.xml.rpc.encoding.XMLType
The name of the SOAP-ENC:Array type.
SOAP_BASE64 - Static variable in class javax.xml.rpc.encoding.XMLType
The name of the SOAP-ENC:base64 type.
SOAP_BOOLEAN - Static variable in class javax.xml.rpc.encoding.XMLType
The name of the SOAP-ENC:boolean type.
SOAP_BYTE - Static variable in class javax.xml.rpc.encoding.XMLType
The name of the SOAP-ENC:byte type.
SOAP_DATAENCODINGUNKNOWN_FAULT - Static variable in interface javax.xml.soap.SOAPConstants
SOAP 1.2 DataEncodingUnknown Fault
SOAP_DOUBLE - Static variable in class javax.xml.rpc.encoding.XMLType
The name of the SOAP-ENC:double type.
SOAP_ENV_PREFIX - Static variable in interface javax.xml.soap.SOAPConstants
The default namespace prefix for http://www.w3.org/2003/05/soap-envelope
SOAP_FLOAT - Static variable in class javax.xml.rpc.encoding.XMLType
The name of the SOAP-ENC:float type.
SOAP_INT - Static variable in class javax.xml.rpc.encoding.XMLType
The name of the SOAP-ENC:int type.
SOAP_LONG - Static variable in class javax.xml.rpc.encoding.XMLType
The name of the SOAP-ENC:long type.
SOAP_MUSTUNDERSTAND_FAULT - Static variable in interface javax.xml.soap.SOAPConstants
SOAP 1.2 MustUnderstand Fault
SOAP_RECEIVER_FAULT - Static variable in interface javax.xml.soap.SOAPConstants
SOAP 1.2 Receiver Fault
SOAP_SENDER_FAULT - Static variable in interface javax.xml.soap.SOAPConstants
SOAP 1.2 Sender Fault
SOAP_SHORT - Static variable in class javax.xml.rpc.encoding.XMLType
The name of the SOAP-ENC:short type.
SOAP_STRING - Static variable in class javax.xml.rpc.encoding.XMLType
The name of the SOAP-ENC:string type.
SOAP_VERSIONMISMATCH_FAULT - Static variable in interface javax.xml.soap.SOAPConstants
SOAP 1.2 VersionMismatch Fault
SOAPACTION_URI_PROPERTY - Static variable in interface javax.xml.rpc.Call
Standard property for SOAPAction.
SOAPACTION_URI_PROPERTY - Static variable in interface javax.xml.ws.BindingProvider
Standard property for SOAPAction.
SOAPACTION_USE_PROPERTY - Static variable in interface javax.xml.rpc.Call
Standard property for SOAPAction.
SOAPACTION_USE_PROPERTY - Static variable in interface javax.xml.ws.BindingProvider
Standard property for SOAPAction.
SOAPBinding - Annotation Type in javax.jws.soap
Specifies the mapping of the Web Service onto the SOAP message protocol.
SOAPBinding - Interface in javax.xml.ws.soap
The SOAPBinding interface is an abstraction for the SOAP binding.
SOAPBinding.ParameterStyle - Enum in javax.jws.soap
The style of mapping parameters onto SOAP messages
SOAPBinding.Style - Enum in javax.jws.soap
The SOAP binding style
SOAPBinding.Use - Enum in javax.jws.soap
The SOAP binding use
SOAPBody - Interface in javax.xml.soap
An object that represents the contents of the SOAP body element in a SOAP message.
SOAPBodyElement - Interface in javax.xml.soap
A SOAPBodyElement object represents the contents in a SOAPBody object.
SOAPConnection - Class in javax.xml.soap
A point-to-point connection that a client can use for sending messages directly to a remote party (represented by a URL, for instance).
SOAPConnection() - Constructor for class javax.xml.soap.SOAPConnection
 
SOAPConnectionFactory - Class in javax.xml.soap
A factory for creating SOAPConnection objects.
SOAPConnectionFactory() - Constructor for class javax.xml.soap.SOAPConnectionFactory
 
SOAPConstants - Interface in javax.xml.soap
The definition of constants pertaining to the SOAP protocol.
SOAPElement - Interface in javax.xml.soap
An object representing an element of a SOAP message that is allowed but not specifically prescribed by a SOAP specification.
SOAPElementFactory - Class in javax.xml.soap
Deprecated.
- Use javax.xml.soap.SOAPFactory for creating SOAPElements.
SOAPEnvelope - Interface in javax.xml.soap
The container for the SOAPHeader and SOAPBody portions of a SOAPPart object.
SOAPException - Exception in javax.xml.soap
An exception that signals that a SOAP exception has occurred.
SOAPException() - Constructor for exception javax.xml.soap.SOAPException
Constructs a SOAPException object with no reason or embedded Throwable object.
SOAPException(String) - Constructor for exception javax.xml.soap.SOAPException
Constructs a SOAPException object with the given String as the reason for the exception being thrown.
SOAPException(String, Throwable) - Constructor for exception javax.xml.soap.SOAPException
Constructs a SOAPException object with the given String as the reason for the exception being thrown and the given Throwable object as an embedded exception.
SOAPException(Throwable) - Constructor for exception javax.xml.soap.SOAPException
Constructs a SOAPException object initialized with the given Throwable object.
SOAPFactory - Class in javax.xml.soap
SOAPFactory is a factory for creating various objects that exist in the SOAP XML tree.
SOAPFactory() - Constructor for class javax.xml.soap.SOAPFactory
 
SOAPFault - Interface in javax.xml.soap
An element in the SOAPBody object that contains error and/or status information.
SOAPFaultElement - Interface in javax.xml.soap
A representation of the contents in a SOAPFault object.
SOAPFaultException - Exception in javax.xml.rpc.soap
The SOAPFaultException exception represents a SOAP fault.
SOAPFaultException(QName, String, String, Detail) - Constructor for exception javax.xml.rpc.soap.SOAPFaultException
Constructor for the SOAPFaultException
SOAPFaultException - Exception in javax.xml.ws.soap
The SOAPFaultException exception represents a SOAP 1.1 or 1.2 fault.
SOAPFaultException(SOAPFault) - Constructor for exception javax.xml.ws.soap.SOAPFaultException
Constructor for SOAPFaultException
SOAPHandler<T extends SOAPMessageContext> - Interface in javax.xml.ws.handler.soap
The SOAPHandler class extends Handler to provide typesafety for the message context parameter and add a method to obtain access to the headers that may be processed by the handler.
SOAPHeader - Interface in javax.xml.soap
A representation of the SOAP header element.
SOAPHeaderElement - Interface in javax.xml.soap
An object representing the contents in the SOAP header part of the SOAP envelope.
SOAPMessage - Class in javax.xml.soap
The root class for all SOAP messages.
SOAPMessage() - Constructor for class javax.xml.soap.SOAPMessage
 
SOAPMessageContext - Interface in javax.xml.rpc.handler.soap
The interface javax.xml.rpc.soap.SOAPMessageContext provides access to the SOAP message for either RPC request or response.
SOAPMessageContext - Interface in javax.xml.ws.handler.soap
The interface SOAPMessageContext provides access to the SOAP message for either RPC request or response.
SOAPMessageHandler - Annotation Type in javax.jws.soap
Deprecated.
SOAPMessageHandlers - Annotation Type in javax.jws.soap
Deprecated.
As of JSR-181 2.0 with no replacement.
SOAPPart - Class in javax.xml.soap
The container for the SOAP-specific portion of a SOAPMessage object.
SOAPPart() - Constructor for class javax.xml.soap.SOAPPart
 
some(Subquery<Y>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a some expression over the subquery results.
SORT_BY_DATE_ASC - Static variable in interface javax.xml.registry.FindQualifier
Specifies a hint to queries that they should sort results by creation/modification date in ascending order.
SORT_BY_DATE_DESC - Static variable in interface javax.xml.registry.FindQualifier
Specifies a hint to queries that they should sort results by creation/modification date in descending order.
SORT_BY_NAME_ASC - Static variable in interface javax.xml.registry.FindQualifier
Specifies a hint to queries that they should sort results by Name in ascending alpha-numeric order.
SORT_BY_NAME_DESC - Static variable in interface javax.xml.registry.FindQualifier
Specifies a hint to queries that they should sort results by Name in descending alpha-numeric order.
SORT_CODE_SLOT - Static variable in interface javax.xml.registry.infomodel.Slot
Name for pre-defined Slot used in PostalAddress by JAXR UDDI provider.
SOUNDEX - Static variable in interface javax.xml.registry.FindQualifier
Optional qualifier that allows matching strings by their sounds.
SPACES - Static variable in class org.apache.jasper.compiler.ServletWriter
 
SPathFilter - Class in org.apache.taglibs.standard.extra.spath
Filters a SAX stream based on a single supplied SPath expression.
SPathFilter(Path) - Constructor for class org.apache.taglibs.standard.extra.spath.SPathFilter
Constructs a new SPathFilter, given a Path.
SPathParser - Class in org.apache.taglibs.standard.extra.spath
 
SPathParser(String) - Constructor for class org.apache.taglibs.standard.extra.spath.SPathParser
 
SPathParser(InputStream) - Constructor for class org.apache.taglibs.standard.extra.spath.SPathParser
 
SPathParser(Reader) - Constructor for class org.apache.taglibs.standard.extra.spath.SPathParser
 
SPathParser(SPathParserTokenManager) - Constructor for class org.apache.taglibs.standard.extra.spath.SPathParser
 
SPathParserConstants - Interface in org.apache.taglibs.standard.extra.spath
 
SPathParserTokenManager - Class in org.apache.taglibs.standard.extra.spath
 
SPathParserTokenManager(ASCII_UCodeESC_CharStream) - Constructor for class org.apache.taglibs.standard.extra.spath.SPathParserTokenManager
 
SPathParserTokenManager(ASCII_UCodeESC_CharStream, int) - Constructor for class org.apache.taglibs.standard.extra.spath.SPathParserTokenManager
 
SPathTag - Class in org.apache.taglibs.standard.extra.spath
Tag handler that exposes SPath functionality.
SPathTag() - Constructor for class org.apache.taglibs.standard.extra.spath.SPathTag
Constructs a new handler.
specialCharactersRepresentation - Static variable in class org.apache.taglibs.standard.tag.common.core.Util
 
specialConstructor - Variable in exception org.apache.taglibs.standard.extra.spath.ParseException
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).
specialConstructor - Variable in exception org.apache.taglibs.standard.lang.jstl.parser.ParseException
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).
specialToken - Variable in class org.apache.taglibs.standard.extra.spath.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
specialToken - Variable in class org.apache.taglibs.standard.lang.jstl.parser.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
SPECIFICATION_LINK - Static variable in interface javax.xml.registry.LifeCycleManager
Constant representing the javax.xml.registry.infomodel.SpecificationLink interface.
SpecificationLink - Interface in javax.xml.registry.infomodel
A SpecificationLink provides the linkage between a ServiceBinding and one of its technical specifications that describes how to use the service using the ServiceBinding.
split(String, String) - Static method in class org.apache.taglibs.standard.functions.Functions
 
sql - Variable in class org.apache.taglibs.standard.tag.common.sql.QueryTagSupport
 
sql - Variable in class org.apache.taglibs.standard.tag.common.sql.UpdateTagSupport
 
SQL_DATA_SOURCE - Static variable in class javax.servlet.jsp.jstl.core.Config
Name of configuration setting for SQL data source
SQL_MAX_ROWS - Static variable in class javax.servlet.jsp.jstl.core.Config
Name of configuration setting for maximum number of rows to be included in SQL query result
SQLExecutionTag - Interface in javax.servlet.jsp.jstl.sql
This interface allows tag handlers implementing it to receive values for parameter markers in their SQL statements.
SqlResultSetMapping - Annotation Type in javax.persistence
Specifies the mapping of the result of a native SQL query or stored procedure.
SqlResultSetMappings - Annotation Type in javax.persistence
Is used to define one or more SqlResultSetMapping annotations.
sqrt(Expression<? extends Number>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression that returns the square root of its argument.
st - Variable in class org.apache.taglibs.standard.tag.common.core.ForTokensSupport
 
STABILITY_DYNAMIC - Static variable in interface javax.xml.registry.infomodel.RegistryEntry
RegistryEntry may change at any time.
STABILITY_DYNAMIC_COMPATIBLE - Static variable in interface javax.xml.registry.infomodel.RegistryEntry
RegistryEntry may change at any time, however the changes will be backward compatible.
STABILITY_STATIC - Static variable in interface javax.xml.registry.infomodel.RegistryEntry
RegistryEntry will not change.
STAR - Static variable in interface org.apache.taglibs.standard.extra.spath.SPathParserConstants
 
start(Date) - Method in class javax.ejb.ScheduleExpression
Set the start date.
start() - Method in interface javax.jms.Connection
Starts (or restarts) a connection's delivery of incoming messages.
start() - Method in interface javax.jms.JMSContext
Starts (or restarts) delivery of incoming messages by the JMSContext's connection.
start() - Method in interface javax.jms.ServerSession
Cause the Session's run method to be called to process messages that were just assigned to it.
start(BootstrapContext) - Method in interface javax.resource.spi.ResourceAdapter
This is called when a resource adapter instance is bootstrapped.
start(Runnable) - Method in interface javax.servlet.AsyncContext
Causes the container to dispatch a thread, possibly from a managed thread pool, to run the specified Runnable.
START_BRACKET - Static variable in interface org.apache.taglibs.standard.extra.spath.SPathParserConstants
 
START_EXPRESSION - Static variable in interface org.apache.taglibs.standard.lang.jstl.parser.ELParserConstants
 
START_TIMED_OUT - Static variable in exception javax.resource.spi.work.WorkException
Indicates start timeout expiration.
startAsync() - Method in interface javax.servlet.ServletRequest
Puts this request into asynchronous mode, and initializes its AsyncContext with the original (unwrapped) ServletRequest and ServletResponse objects.
startAsync(ServletRequest, ServletResponse) - Method in interface javax.servlet.ServletRequest
Puts this request into asynchronous mode, and initializes its AsyncContext with the given request and response objects.
startAsync() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to invoke ServletRequest.startAsync() on the wrapped request object.
startAsync(ServletRequest, ServletResponse) - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to invoke ServletRequest.startAsync(ServletRequest, ServletResponse) on the wrapped request object.
startDocument() - Method in class org.apache.taglibs.standard.extra.spath.SPathFilter
Resets state.
startElement(String, String, String, Attributes) - Method in class org.apache.taglibs.standard.extra.spath.SPathFilter
Filter for startElement().
startPrefixMapping(String, String) - Method in class org.apache.taglibs.standard.extra.spath.SPathFilter
Filter for startPrefixMapping().
startRow - Variable in class org.apache.taglibs.standard.tag.common.sql.QueryTagSupport
 
startsWith(String, String) - Static method in class org.apache.taglibs.standard.functions.Functions
 
Startup - Annotation Type in javax.ejb
Mark a singleton bean for eager initialization during the application startup sequence.
startWork(Work) - Method in interface javax.resource.spi.work.WorkManager
Accepts a Work instance for processing.
startWork(Work, long, ExecutionContext, WorkListener) - Method in interface javax.resource.spi.work.WorkManager
Accepts a Work instance for processing.
Stateful - Annotation Type in javax.ejb
Component-defining annotation for a stateful session bean.
StatefulSessionBeanStats - Interface in javax.management.j2ee.statistics
Specifies the statistics provided by a stateful session bean.
StatefulTimeout - Annotation Type in javax.ejb
Specifies the amount of time a stateful session bean can be idle (not receive any client invocations) before it is eligible for removal by the container.
Stateless - Annotation Type in javax.ejb
Component-defining annotation for a stateless session bean.
StatelessSessionBeanStats - Interface in javax.management.j2ee.statistics
Specifies the statistics provided by a stateless session bean.
staticFlag - Static variable in class org.apache.taglibs.standard.extra.spath.ASCII_CharStream
 
staticFlag - Static variable in class org.apache.taglibs.standard.extra.spath.ASCII_UCodeESC_CharStream
 
staticFlag - Static variable in class org.apache.taglibs.standard.lang.jstl.parser.SimpleCharStream
 
StaticFunctionTests - Class in org.apache.taglibs.standard.lang.jstl.test
This class contains some test functions.
StaticFunctionTests() - Constructor for class org.apache.taglibs.standard.lang.jstl.test.StaticFunctionTests
 
StaticMetamodel - Annotation Type in javax.persistence.metamodel
The StaticMetamodel annotation specifies that the class is a metamodel class that represents the entity, mapped superclass, or embeddable class designated by the value element.
Statistic - Interface in javax.management.j2ee.statistics
The Statistic model and its sub-models specify the data models which are requried to be used to provide the performance data described by the specific attributes in the Stats models.
Stats - Interface in javax.management.j2ee.statistics
The Stats model and its submodels specify performance data attributes for each of the specific managed object types.
Status - Interface in javax.transaction
The Status interface defines static variables used for transaction status codes.
STATUS_ACTIVE - Static variable in interface javax.transaction.Status
A transaction is associated with the target object and it is in the active state.
STATUS_APPROVED - Static variable in interface javax.xml.registry.infomodel.RegistryEntry
RegistryEntry has been submitted and approved.
STATUS_COMMITTED - Static variable in interface javax.transaction.Status
A transaction is associated with the target object and it has been committed.
STATUS_COMMITTING - Static variable in interface javax.transaction.Status
A transaction is associated with the target object and it is in the process of committing.
STATUS_DEPRECATED - Static variable in interface javax.xml.registry.infomodel.RegistryEntry
RegistryEntry has been deprecated.
STATUS_FAILURE - Static variable in interface javax.xml.registry.JAXRResponse
Status indicating a failure response.
STATUS_MARKED_ROLLBACK - Static variable in interface javax.transaction.Status
A transaction is associated with the target object and it has been marked for rollback, perhaps as a result of a setRollbackOnly operation.
STATUS_NO_TRANSACTION - Static variable in interface javax.transaction.Status
No transaction is currently associated with the target object.
STATUS_PREPARED - Static variable in interface javax.transaction.Status
A transaction is associated with the target object and it has been prepared.
STATUS_PREPARING - Static variable in interface javax.transaction.Status
A transaction is associated with the target object and it is in the process of preparing.
STATUS_ROLLEDBACK - Static variable in interface javax.transaction.Status
A transaction is associated with the target object and the outcome has been determined to be rollback.
STATUS_ROLLING_BACK - Static variable in interface javax.transaction.Status
A transaction is associated with the target object and it is in the process of rolling back.
STATUS_SUBMITTED - Static variable in interface javax.xml.registry.infomodel.RegistryEntry
RegistryEntry has been submitted.
STATUS_SUCCESS - Static variable in interface javax.xml.registry.JAXRResponse
Status indicating a successful response.
STATUS_UNAVAILABLE - Static variable in interface javax.xml.registry.JAXRResponse
Status indicating that the results are currently unavailable.
STATUS_UNKNOWN - Static variable in interface javax.transaction.Status
A transaction is associated with the target object but its current status cannot be determined.
STATUS_WARNING - Static variable in interface javax.xml.registry.JAXRResponse
Status indicating a successful response that included at least one warning.
STATUS_WITHDRAWN - Static variable in interface javax.xml.registry.infomodel.RegistryEntry
RegistryEntry has been withdrawn by the submitter.
statusId - Variable in class javax.servlet.jsp.jstl.core.LoopTagSupport
Attribute-exposing control
step - Variable in class javax.servlet.jsp.jstl.core.LoopTagSupport
Iteration step ('step' attribute)
step() - Method in class org.apache.taglibs.standard.extra.spath.SPathParser
 
Step - Class in org.apache.taglibs.standard.extra.spath
Represents a 'step' in an SPath expression.
Step(boolean, String, List) - Constructor for class org.apache.taglibs.standard.extra.spath.Step
Constructs a new Step object, given a name and a (possibly null) list of predicates.
steps - Variable in class org.apache.taglibs.standard.extra.spath.SPathFilter
The steps in the SPath expression we use for filtering.
stepSpecified - Variable in class javax.servlet.jsp.jstl.core.LoopTagSupport
Boolean flag indicating whether 'step' was specified.
stop() - Method in interface javax.jms.Connection
Temporarily stops a connection's delivery of incoming messages.
stop() - Method in interface javax.jms.JMSContext
Temporarily stops the delivery of incoming messages by the JMSContext's connection.
stop() - Method in interface javax.resource.spi.ResourceAdapter
This is called when a resource adapter instance is undeployed or during application server shutdown.
stop() - Method in class javax.xml.ws.Endpoint
Stops publishing this endpoint.
StoredProcedureParameter - Annotation Type in javax.persistence
Specifies a parameter of a named stored procedure query.
StoredProcedureQuery - Interface in javax.persistence
Interface used to control stored procedure query execution.
Streamable - Interface in javax.resource.cci
Streamable interface enables a resource adapter to extract data from an input Record or set data into an output Record as a stream of bytes.
StreamMessage - Interface in javax.jms
A StreamMessage object is used to send a stream of primitive types in the Java programming language.
STRICT_IJSON - Static variable in class javax.json.bind.JsonbConfig
Property used to specify strict I-JSON serialization compliance.
STRING_LITERAL - Static variable in interface org.apache.taglibs.standard.lang.jstl.parser.ELParserConstants
 
STRING_TO_BOOLEAN - Static variable in class org.apache.taglibs.standard.lang.jstl.Constants
 
STRING_TO_NUMBER_EXCEPTION - Static variable in class org.apache.taglibs.standard.lang.jstl.Constants
 
StringHolder - Class in javax.xml.rpc.holders
 
StringHolder() - Constructor for class javax.xml.rpc.holders.StringHolder
 
StringHolder(String) - Constructor for class javax.xml.rpc.holders.StringHolder
 
StringLiteral() - Method in class org.apache.taglibs.standard.lang.jstl.parser.ELParser
 
StringLiteral - Class in org.apache.taglibs.standard.lang.jstl
An expression representing a String literal value.
stripSession(String) - Static method in class org.apache.taglibs.standard.tag.common.core.ImportSupport
Strips a servlet session ID from url.
Stub - Interface in javax.xml.rpc
The interface javax.xml.rpc.Stub is the common base interface for the stub classes.
Subgraph<T> - Interface in javax.persistence
This type represents a subgraph for an attribute node that corresponds to a Managed Type.
subprotocols(List<String>) - Method in class javax.websocket.server.ServerEndpointConfig.Builder
Sets the subprotocols to use in the configuration.
subquery(Class<U>) - Method in interface javax.persistence.criteria.CommonAbstractCriteria
Create a subquery of the query.
Subquery<T> - Interface in javax.persistence.criteria
The Subquery interface defines functionality that is specific to subqueries.
substring(Expression<String>, Expression<Integer>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression for substring extraction.
substring(Expression<String>, int) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression for substring extraction.
substring(Expression<String>, Expression<Integer>, Expression<Integer>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression for substring extraction.
substring(Expression<String>, int, int) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression for substring extraction.
substring(String, int, int) - Static method in class org.apache.taglibs.standard.functions.Functions
 
substringAfter(String, String) - Static method in class org.apache.taglibs.standard.functions.Functions
 
substringBefore(String, String) - Static method in class org.apache.taglibs.standard.functions.Functions
 
subtagSucceeded() - Method in class org.apache.taglibs.standard.tag.common.core.ChooseTag
Called by a subtag to indicate that it plans to evaluate its body.
sum(Expression<N>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an aggregate expression applying the sum operation.
sum(Expression<? extends N>, Expression<? extends N>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression that returns the sum of its arguments.
sum(Expression<? extends N>, N) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression that returns the sum of its arguments.
sum(N, Expression<? extends N>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression that returns the sum of its arguments.
sumAsDouble(Expression<Float>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an aggregate expression applying the sum operation to a Float-valued expression, returning a Double result.
sumAsLong(Expression<Integer>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an aggregate expression applying the sum operation to an Integer-valued expression, returning a Long result.
supplemental(char, char) - Static method in class org.apache.jasper.xmlparser.XMLChar
Returns true the supplemental character corresponding to the given surrogates.
supportedTypeForEachIterator(Object) - Method in class org.apache.taglibs.standard.tag.common.core.ForEachSupport
 
supportsExecuteWithInputAndOutputRecord() - Method in interface javax.resource.cci.ResourceAdapterMetaData
Returns true if the implementation class for the Interaction interface implements public boolean execute(InteractionSpec ispec, Record input, Record output) method; otherwise the method returns false.
supportsExecuteWithInputRecordOnly() - Method in interface javax.resource.cci.ResourceAdapterMetaData
Returns true if the implementation class for the Interaction interface implements public Record execute(InteractionSpec ispec, Record input) method; otherwise the method returns false.
supportsLocalTransactionDemarcation() - Method in interface javax.resource.cci.ResourceAdapterMetaData
Returns true if the resource adapter implements the LocalTransaction interface and supports local transaction demarcation on the underlying EIS instance through the LocalTransaction interface.
supportsResultSetType(int) - Method in interface javax.resource.cci.ResultSetInfo
Indicates whether or not a resource adapter supports a type of ResultSet.
supportsResultTypeConcurrency(int, int) - Method in interface javax.resource.cci.ResultSetInfo
Indicates whether or not a resource adapter supports the concurrency type in combination with the given ResultSet type/
SUSPEND - Static variable in interface javax.enterprise.concurrent.ManagedTask
Constant for the "SUSPEND" value of the TRANSACTION execution property.
suspend() - Method in interface javax.transaction.TransactionManager
Suspend the transaction currently associated with the calling thread and return a Transaction object that represents the transaction context being suspended.
SwitchTo(int) - Method in class org.apache.taglibs.standard.extra.spath.SPathParserTokenManager
 
SwitchTo(int) - Method in class org.apache.taglibs.standard.lang.jstl.parser.ELParserTokenManager
 
symbol - Variable in class org.apache.jasper.xmlparser.SymbolTable.Entry
Symbol.
SymbolTable - Class in org.apache.jasper.xmlparser
This class is a symbol table implementation that guarantees that strings used as identifiers are unique references.
SymbolTable() - Constructor for class org.apache.jasper.xmlparser.SymbolTable
Constructs a symbol table with a default number of buckets.
SymbolTable(int) - Constructor for class org.apache.jasper.xmlparser.SymbolTable
Constructs a symbol table with a specified number of buckets.
SymbolTable.Entry - Class in org.apache.jasper.xmlparser
This class is a symbol table entry.
SYNC_RECEIVE - Static variable in interface javax.resource.cci.InteractionSpec
The execution of an Interaction results in a synchronous receive of an output Record.
SYNC_SEND - Static variable in interface javax.resource.cci.InteractionSpec
Interaction Verb type: The execution of an Interaction does only a send to the target EIS instance.
SYNC_SEND_RECEIVE - Static variable in interface javax.resource.cci.InteractionSpec
Interaction Verb type: The execution of an Interaction sends a request to the EIS instance and receives response synchronously.
syncBeforeInvoke() - Method in class org.apache.jasper.runtime.JspContextWrapper
Synchronize variables before fragment invokation
syncBeginTagFile() - Method in class org.apache.jasper.runtime.JspContextWrapper
Synchronize variables at begin of tag file
syncEndTagFile() - Method in class org.apache.jasper.runtime.JspContextWrapper
Synchronize variables at end of tag file
Synchronization - Interface in javax.transaction
The transaction manager supports a synchronization mechanism that allows the interested party to be notified before and after the transaction completes.
SynchronizationType - Enum in javax.persistence
Specifies whether the persistence context is always automatically synchronized with the current transaction or whether the persistence context must be explicitly joined to the current transaction by means of the EntityManager.joinTransaction() method.
SystemException - Exception in javax.transaction
The SystemException is thrown by the transaction manager to indicate that it has encountered an unexpected error condition that prevents future transaction services from proceeding.
SystemException() - Constructor for exception javax.transaction.SystemException
 
SystemException(String) - Constructor for exception javax.transaction.SystemException
Create a SystemException with a given string.
SystemException(int) - Constructor for exception javax.transaction.SystemException
Create a SystemException with a given error code.
systemId - Variable in class org.apache.taglibs.standard.tag.common.xml.ParseSupport
 

T

TAB_WIDTH - Static variable in class org.apache.jasper.compiler.ServletWriter
 
Table - Annotation Type in javax.persistence
Specifies the primary table for the annotated entity.
TABLE_SIZE - Static variable in class org.apache.jasper.xmlparser.SymbolTable
Default table size.
TableGenerator - Annotation Type in javax.persistence
Defines a primary key generator that may be referenced by name when a generator element is specified for the GeneratedValue annotation.
TableGenerators - Annotation Type in javax.persistence
Used to group TableGenerator annotations.
Tag - Interface in javax.servlet.jsp.tagext
The interface of a classic tag handler that does not want to manipulate its body.
TAG_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
TAG_FILE_PACKAGE_NAME - Static variable in class org.apache.jasper.Constants
The default package name for tag handlers generated from tag files
TagAdapter - Class in javax.servlet.jsp.tagext
Wraps any SimpleTag and exposes it using a Tag interface.
TagAdapter(SimpleTag) - Constructor for class javax.servlet.jsp.tagext.TagAdapter
Creates a new TagAdapter that wraps the given SimpleTag and returns the parent tag when getParent() is called.
TagAttributeInfo - Class in javax.servlet.jsp.tagext
Information on the attributes of a Tag, available at translation time.
TagAttributeInfo(String, boolean, String, boolean) - Constructor for class javax.servlet.jsp.tagext.TagAttributeInfo
Constructor for TagAttributeInfo.
TagAttributeInfo(String, boolean, String, boolean, boolean) - Constructor for class javax.servlet.jsp.tagext.TagAttributeInfo
JSP 2.0 Constructor for TagAttributeInfo.
TagAttributeInfo(String, boolean, String, boolean, boolean, String, boolean, boolean, String, String) - Constructor for class javax.servlet.jsp.tagext.TagAttributeInfo
JSP 2.1 Constructor for TagAttributeInfo.
TagConstants - Interface in org.apache.jasper.compiler
 
TagData - Class in javax.servlet.jsp.tagext
The (translation-time only) attribute/value information for a tag instance.
TagData(Object[][]) - Constructor for class javax.servlet.jsp.tagext.TagData
Constructor for TagData.
TagData(Hashtable<String, Object>) - Constructor for class javax.servlet.jsp.tagext.TagData
Constructor for a TagData.
TagExtraInfo - Class in javax.servlet.jsp.tagext
Optional class provided by the tag library author to describe additional translation-time information not described in the TLD.
TagExtraInfo() - Constructor for class javax.servlet.jsp.tagext.TagExtraInfo
Sole constructor.
TagFileInfo - Class in javax.servlet.jsp.tagext
Tag information for a tag file in a Tag Library; This class is instantiated from the Tag Library Descriptor file (TLD) and is available only at translation time.
TagFileInfo(String, String, TagInfo) - Constructor for class javax.servlet.jsp.tagext.TagFileInfo
Constructor for TagFileInfo from data in the JSP 2.0 format for TLD.
tagFiles - Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
An array describing the tag files that are defined in this tag library.
TagHandlerPool - Class in org.apache.jasper.runtime
Pool of tag handlers that can be reused.
TagHandlerPool() - Constructor for class org.apache.jasper.runtime.TagHandlerPool
Constructs a tag handler pool with the default capacity.
TagHandlerPool(int) - Constructor for class org.apache.jasper.runtime.TagHandlerPool
Deprecated.
Use static getTagHandlerPool
TagInfo - Class in javax.servlet.jsp.tagext
Tag information for a tag in a Tag Library; This class is instantiated from the Tag Library Descriptor file (TLD) and is available only at translation time.
TagInfo(String, String, String, String, TagLibraryInfo, TagExtraInfo, TagAttributeInfo[]) - Constructor for class javax.servlet.jsp.tagext.TagInfo
Constructor for TagInfo from data in the JSP 1.1 format for TLD.
TagInfo(String, String, String, String, TagLibraryInfo, TagExtraInfo, TagAttributeInfo[], String, String, String, TagVariableInfo[]) - Constructor for class javax.servlet.jsp.tagext.TagInfo
Constructor for TagInfo from data in the JSP 1.2 format for TLD.
TagInfo(String, String, String, String, TagLibraryInfo, TagExtraInfo, TagAttributeInfo[], String, String, String, TagVariableInfo[], boolean) - Constructor for class javax.servlet.jsp.tagext.TagInfo
Constructor for TagInfo from data in the JSP 2.0 format for TLD.
TAGLIB_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
TAGLIB_DTD_PUBLIC_ID_11 - Static variable in class org.apache.jasper.Constants
Public Id and the Resource path (of the cached copy) of the DTDs and schemas for tag library descriptors.
TAGLIB_DTD_PUBLIC_ID_12 - Static variable in class org.apache.jasper.Constants
 
TAGLIB_DTD_RESOURCE_PATH_11 - Static variable in class org.apache.jasper.Constants
 
TAGLIB_DTD_RESOURCE_PATH_12 - Static variable in class org.apache.jasper.Constants
 
TAGLIB_SCHEMA_PUBLIC_ID_20 - Static variable in class org.apache.jasper.Constants
 
TAGLIB_SCHEMA_PUBLIC_ID_21 - Static variable in class org.apache.jasper.Constants
 
TAGLIB_SCHEMA_RESOURCE_PATH_20 - Static variable in class org.apache.jasper.Constants
 
TAGLIB_SCHEMA_RESOURCE_PATH_21 - Static variable in class org.apache.jasper.Constants
 
TaglibDescriptor - Interface in javax.servlet.descriptor
This interface provides access to the <taglib> related configuration of a web application.
TagLibraryInfo - Class in javax.servlet.jsp.tagext
Translation-time information associated with a taglib directive, and its underlying TLD file.
TagLibraryInfo(String, String) - Constructor for class javax.servlet.jsp.tagext.TagLibraryInfo
Constructor.
TagLibraryInfoImpl - Class in org.apache.jasper.compiler
Implementation of the TagLibraryInfo class from the JSP spec.
TagLibraryInfoImpl(String, String, TagLibraryInfoImpl, PageInfo) - Constructor for class org.apache.jasper.compiler.TagLibraryInfoImpl
Constructor which populates a TagLibraryInfoImpl from a given TagLibraryInfoImpl, and associates the new TagLibraryInfoImpl with the given translation unit (pageInfo).
TagLibraryInfoImpl(JspCompilationContext, ParserController, String, String, String[], ErrorDispatcher) - Constructor for class org.apache.jasper.compiler.TagLibraryInfoImpl
Constructor which builds a TagLibraryInfoImpl by parsing a TLD.
TagLibraryValidator - Class in javax.servlet.jsp.tagext
Translation-time validator class for a JSP page.
TagLibraryValidator() - Constructor for class javax.servlet.jsp.tagext.TagLibraryValidator
Sole constructor.
tagLibraryValidator - Variable in class org.apache.jasper.compiler.TagLibraryInfoImpl
 
TagPlugin - Interface in org.apache.jasper.compiler.tagplugin
This interface is to be implemented by the plugin author, to supply an alternate implementation of the tag handlers.
TagPluginContext - Interface in org.apache.jasper.compiler.tagplugin
This interface allows the plugin author to make inqueries about the properties of the current tag, and to use Jasper resources to generate direct Java codes in place of tag handler invocations.
TagPluginManager - Class in org.apache.jasper.compiler
Manages tag plugin optimizations.
TagPluginManager(ServletContext) - Constructor for class org.apache.jasper.compiler.TagPluginManager
 
tags - Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
An array describing the tags that are defined in this tag library.
TagSupport - Class in javax.servlet.jsp.tagext
A base class for defining new tag handlers implementing Tag.
TagSupport() - Constructor for class javax.servlet.jsp.tagext.TagSupport
Default constructor, all subclasses are required to define only a public constructor with the same signature, and to call the superclass constructor.
TagVariableInfo - Class in javax.servlet.jsp.tagext
Variable information for a tag in a Tag Library; This class is instantiated from the Tag Library Descriptor file (TLD) and is available only at translation time.
TagVariableInfo(String, String, String, boolean, int) - Constructor for class javax.servlet.jsp.tagext.TagVariableInfo
Constructor for TagVariableInfo.
target - Variable in class org.apache.taglibs.standard.tag.common.core.SetSupport
 
taskAborted(Future<?>, ManagedExecutorService, Object, Throwable) - Method in interface javax.enterprise.concurrent.ManagedTaskListener
Called when a task's Future has been cancelled anytime during the life of a task.
taskDone(Future<?>, ManagedExecutorService, Object, Throwable) - Method in interface javax.enterprise.concurrent.ManagedTaskListener
Called when a submitted task has completed running, either successfully or failed due to any exception thrown from the task, task being cancelled, rejected, or aborted.
taskStarting(Future<?>, ManagedExecutorService, Object) - Method in interface javax.enterprise.concurrent.ManagedTaskListener
This method is called before the task is about to start.
taskSubmitted(Future<?>, ManagedExecutorService, Object) - Method in interface javax.enterprise.concurrent.ManagedTaskListener
Called after the task has been submitted to the Executor.
TELEPHONE_NUMBER - Static variable in interface javax.xml.registry.LifeCycleManager
Constant representing the javax.xml.registry.infomodel.TelephoneNumber interface.
TelephoneNumber - Interface in javax.xml.registry.infomodel
A simple re-usable entity class that defines attributes of a telephone number.
TEMP_VARIABLE_NAME_PREFIX - Static variable in class org.apache.jasper.Constants
Prefix to use for generated temporary variable names
TEMPDIR - Static variable in interface javax.servlet.ServletContext
The name of the ServletContext attribute which stores the private temporary directory (of type java.io.File) provided by the servlet container for the ServletContext
Temporal - Annotation Type in javax.persistence
This annotation must be specified for persistent fields or properties of type java.util.Date and java.util.Calendar.
TemporalType - Enum in javax.persistence
Type used to indicate a specific mapping of java.util.Date or java.util.Calendar.
TemporaryQueue - Interface in javax.jms
A TemporaryQueue object is a unique Queue object created for the duration of a Connection.
TemporaryTopic - Interface in javax.jms
A TemporaryTopic object is a unique Topic object created for the duration of a Connection.
Text - Interface in javax.xml.soap
A representation of a node whose value is text.
TEXT_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
TextMessage - Interface in javax.jms
A TextMessage object is used to send a message containing a java.lang.String.
TextOptimizer - Class in org.apache.jasper.compiler
 
TextOptimizer() - Constructor for class org.apache.jasper.compiler.TextOptimizer
 
threadSleep() - Method in class org.apache.jasper.compiler.JspRuntimeContext
Sleep for the duration specified by the checkInterval property.
threadStart() - Method in class org.apache.jasper.compiler.JspRuntimeContext
Start the background thread that will periodically check for changes to compile time included files in a JSP.
threadStop() - Method in class org.apache.jasper.compiler.JspRuntimeContext
Stop the background thread that is periodically checking for changes to compile time included files in a JSP.
threshold - Variable in class javax.xml.ws.soap.MTOMFeature
Property for MTOM threshold value.
throwException(Mark, JasperException) - Method in class org.apache.jasper.compiler.ErrorDispatcher
Creates and throws a new exception from the given JasperException, by prepending the given location information (containing file name, line number, and column number) to the message of the given exception, and copying the stacktrace of the given exception to the new exception.
TIME_IN_MILLIS - Static variable in annotation type javax.json.bind.annotation.JsonbDateFormat
Special date format which serializes given date as milliseconds.
TimedObject - Interface in javax.ejb
The TimedObject interface contains a callback method that is used to deliver timer expiration notifications.
Timeout - Annotation Type in javax.ejb
Designates a method on a stateless session bean class, a singleton session bean class, a message driven bean class, or an EJB 2.x entity bean class that should receive EJB timer expirations for that bean.
Timer - Interface in javax.ejb
The Timer interface contains information about a timer that was created through the EJB Timer Service.
TimerConfig - Class in javax.ejb
TimerConfig is used to specify additional timer configuration settings during timer creation.
TimerConfig() - Constructor for class javax.ejb.TimerConfig
 
TimerConfig(Serializable, boolean) - Constructor for class javax.ejb.TimerConfig
 
TimerHandle - Interface in javax.ejb
The TimerHandle interface allows the bean provider to obtain a serializable timer handle that may be persisted.
TimerService - Interface in javax.ejb
The TimerService interface provides enterprise bean components with access to the container-provided Timer Service.
TimeStatistic - Interface in javax.management.j2ee.statistics
Specifies standard timing measurements.
timeStyle - Variable in class org.apache.taglibs.standard.tag.common.fmt.FormatDateSupport
 
timeStyle - Variable in class org.apache.taglibs.standard.tag.common.fmt.ParseDateSupport
 
timezone(String) - Method in class javax.ejb.ScheduleExpression
Set the timezone.
timeZone - Variable in class org.apache.taglibs.standard.tag.common.fmt.FormatDateSupport
 
timeZone - Variable in class org.apache.taglibs.standard.tag.common.fmt.ParseDateSupport
 
TimeZoneSupport - Class in org.apache.taglibs.standard.tag.common.fmt
Support for tag handlers for <timeZone>, the time zone tag in JSTL 1.0.
TimeZoneSupport() - Constructor for class org.apache.taglibs.standard.tag.common.fmt.TimeZoneSupport
 
TimeZoneTag - Class in org.apache.taglibs.standard.tag.el.fmt
A handler for <timeZone> that accepts attributes as Strings and evaluates them as expressions at runtime.
TimeZoneTag() - Constructor for class org.apache.taglibs.standard.tag.el.fmt.TimeZoneTag
Constructs a new TimeZoneTag.
TimeZoneTag - Class in org.apache.taglibs.standard.tag.rt.fmt
A handler for <timeZone> that supports rtexprvalue-based attributes.
TimeZoneTag() - Constructor for class org.apache.taglibs.standard.tag.rt.fmt.TimeZoneTag
 
TldScanner - Class in org.apache.jasper.runtime
A container for all tag libraries that are defined "globally" for the web application.
TldScanner() - Constructor for class org.apache.jasper.runtime.TldScanner
Default Constructor.
TldScanner(ServletContext, boolean) - Constructor for class org.apache.jasper.runtime.TldScanner
Constructor used in Jasper
tlibversion - Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
The version of the tag library.
TMP_DIR - Static variable in class org.apache.jasper.Constants
 
toArray() - Method in interface javax.persistence.Tuple
Return the values of the result tuple elements as an array.
toBigDecimal(Expression<? extends Number>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Typecast.
toBigInteger(Expression<? extends Number>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Typecast.
toClass(String, ClassLoader) - Static method in class org.apache.jasper.compiler.JspUtil
Returns the Class object associated with the class or interface with the given string name.
toDouble(Expression<? extends Number>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Typecast.
toFloat(Expression<? extends Number>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Typecast.
toForEachIterator(Object) - Method in class org.apache.taglibs.standard.tag.common.core.ForEachSupport
 
toForEachIterator(Object[]) - Method in class org.apache.taglibs.standard.tag.common.core.ForEachSupport
 
toForEachIterator(boolean[]) - Method in class org.apache.taglibs.standard.tag.common.core.ForEachSupport
 
toForEachIterator(byte[]) - Method in class org.apache.taglibs.standard.tag.common.core.ForEachSupport
 
toForEachIterator(char[]) - Method in class org.apache.taglibs.standard.tag.common.core.ForEachSupport
 
toForEachIterator(short[]) - Method in class org.apache.taglibs.standard.tag.common.core.ForEachSupport
 
toForEachIterator(int[]) - Method in class org.apache.taglibs.standard.tag.common.core.ForEachSupport
 
toForEachIterator(long[]) - Method in class org.apache.taglibs.standard.tag.common.core.ForEachSupport
 
toForEachIterator(float[]) - Method in class org.apache.taglibs.standard.tag.common.core.ForEachSupport
 
toForEachIterator(double[]) - Method in class org.apache.taglibs.standard.tag.common.core.ForEachSupport
 
toForEachIterator(Collection) - Method in class org.apache.taglibs.standard.tag.common.core.ForEachSupport
 
toForEachIterator(Iterator) - Method in class org.apache.taglibs.standard.tag.common.core.ForEachSupport
 
toForEachIterator(Enumeration) - Method in class org.apache.taglibs.standard.tag.common.core.ForEachSupport
 
toForEachIterator(Map) - Method in class org.apache.taglibs.standard.tag.common.core.ForEachSupport
 
toForEachIterator(String) - Method in class org.apache.taglibs.standard.tag.common.core.ForEachSupport
 
toIdentifierToken(String) - Static method in class org.apache.taglibs.standard.lang.jstl.StringLiteral
Converts the specified value to an identifier token, escaping it as a string literal if necessary.
toInteger(Expression<? extends Number>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Typecast.
toJavaSourceType(String) - Static method in class org.apache.jasper.compiler.JspUtil
Class.getName() return arrays in the form "[[[", where et, the element type can be one of ZBCDFIJS or L; It is converted into forms that can be understood by javac.
toJson(Object) - Method in interface javax.json.bind.Jsonb
Writes the Java object tree with root object object to a String instance as JSON.
toJson(Object, Type) - Method in interface javax.json.bind.Jsonb
Writes the Java object tree with root object object to a String instance as JSON.
toJson(Object, Writer) - Method in interface javax.json.bind.Jsonb
Writes the object content tree into a Writer character stream.
toJson(Object, Type, Writer) - Method in interface javax.json.bind.Jsonb
Writes the object content tree into a Writer character stream.
toJson(Object, OutputStream) - Method in interface javax.json.bind.Jsonb
Writes the object content tree into output stream.
toJson(Object, Type, OutputStream) - Method in interface javax.json.bind.Jsonb
Writes the object content tree into output stream.
token - Variable in class org.apache.taglibs.standard.extra.spath.SPathParser
 
Token - Class in org.apache.taglibs.standard.extra.spath
Describes the input token stream.
Token() - Constructor for class org.apache.taglibs.standard.extra.spath.Token
 
token - Variable in class org.apache.taglibs.standard.lang.jstl.parser.ELParser
 
Token - Class in org.apache.taglibs.standard.lang.jstl.parser
Describes the input token stream.
Token() - Constructor for class org.apache.taglibs.standard.lang.jstl.parser.Token
 
token_source - Variable in class org.apache.taglibs.standard.extra.spath.SPathParser
 
token_source - Variable in class org.apache.taglibs.standard.lang.jstl.parser.ELParser
 
tokenImage - Variable in exception org.apache.taglibs.standard.extra.spath.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenImage - Static variable in interface org.apache.taglibs.standard.extra.spath.SPathParserConstants
 
tokenImage - Static variable in interface org.apache.taglibs.standard.lang.jstl.parser.ELParserConstants
 
tokenImage - Variable in exception org.apache.taglibs.standard.lang.jstl.parser.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
TokenMgrError - Error in org.apache.taglibs.standard.extra.spath
 
TokenMgrError() - Constructor for error org.apache.taglibs.standard.extra.spath.TokenMgrError
 
TokenMgrError(String, int) - Constructor for error org.apache.taglibs.standard.extra.spath.TokenMgrError
 
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error org.apache.taglibs.standard.extra.spath.TokenMgrError
 
TokenMgrError - Error in org.apache.taglibs.standard.lang.jstl.parser
 
TokenMgrError() - Constructor for error org.apache.taglibs.standard.lang.jstl.parser.TokenMgrError
 
TokenMgrError(String, int) - Constructor for error org.apache.taglibs.standard.lang.jstl.parser.TokenMgrError
 
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error org.apache.taglibs.standard.lang.jstl.parser.TokenMgrError
 
toLong(Expression<? extends Number>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Typecast.
toLowerCase(String) - Static method in class org.apache.taglibs.standard.functions.Functions
Converts all of the characters of the input string to lower case.
Topic - Interface in javax.jms
A Topic object encapsulates a provider-specific topic name.
TopicConnection - Interface in javax.jms
A TopicConnection object is an active connection to a publish/subscribe JMS provider.
TopicConnectionFactory - Interface in javax.jms
A client uses a TopicConnectionFactory object to create TopicConnection objects with a publish/subscribe JMS provider.
TopicPublisher - Interface in javax.jms
A client uses a TopicPublisher object to publish messages on a topic.
TopicRequestor - Class in javax.jms
The TopicRequestor helper class simplifies making service requests.
TopicRequestor(TopicSession, Topic) - Constructor for class javax.jms.TopicRequestor
Constructor for the TopicRequestor class.
TopicSession - Interface in javax.jms
A TopicSession object provides methods for creating TopicPublisher, TopicSubscriber, and TemporaryTopic objects.
TopicSubscriber - Interface in javax.jms
A client uses a TopicSubscriber object to receive messages that have been published to a topic.
toResult(ResultSet) - Static method in class javax.servlet.jsp.jstl.sql.ResultSupport
Converts a ResultSet object to a Result object.
toResult(ResultSet, int) - Static method in class javax.servlet.jsp.jstl.sql.ResultSupport
Converts maxRows of a ResultSet object to a Result object.
toString() - Method in class javax.ejb.ScheduleExpression
 
toString() - Method in class javax.ejb.TimerConfig
 
toString() - Method in interface javax.jms.Queue
Returns a string representation of this object.
toString() - Method in interface javax.jms.Topic
Returns a string representation of this object.
toString(Expression<Character>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Typecast.
toString() - Method in class javax.servlet.jsp.tagext.TagAttributeInfo
Returns a String representation of this TagAttributeInfo, suitable for debugging purposes.
toString() - Method in class javax.websocket.CloseReason
Converts the CloseReason to a debug-friendly string.
toString() - Method in class javax.xml.bind.helpers.ValidationEventImpl
Returns a string representation of this object in a format helpful to debugging.
toString() - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
Returns a string representation of this object in a format helpful to debugging.
toString() - Method in exception javax.xml.bind.JAXBException
Returns a short description of this JAXBException.
toString() - Method in exception javax.xml.bind.TypeConstraintException
Returns a short description of this TypeConstraintException.
toString() - Method in interface javax.xml.registry.Query
Returns the String representing the query.
toString() - Method in class javax.xml.rpc.ParameterMode
Returns a String describing this ParameterMode object.
toString() - Method in class javax.xml.ws.EndpointReference
Displays EPR infoset for debugging convenience.
toString() - Method in class org.apache.jasper.compiler.SmapGenerator
 
toString() - Method in class org.apache.jasper.compiler.SmapStratum.LineInfo
 
toString() - Method in class org.apache.jasper.compiler.SmapStratum
 
toString() - Method in class org.apache.jasper.compiler.TagLibraryInfoImpl
 
toString(Object) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
toString(byte) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
toString(boolean) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
toString(short) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
toString(int) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
toString(float) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
toString(long) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
toString(double) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
toString(char) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
toString() - Method in class org.apache.jasper.xmlparser.TreeNode
Return a String representation of this TreeNode.
toString(StringBuilder, int, TreeNode) - Method in class org.apache.jasper.xmlparser.TreeNode
Append to the specified StringBuilder a character representation of this node, with the specified amount of indentation.
toString() - Method in class org.apache.jasper.xmlparser.XMLString
Returns a string representation of this object.
toString() - Method in class org.apache.taglibs.standard.extra.spath.Token
Returns the image.
toString() - Method in exception org.apache.taglibs.standard.lang.jstl.ELException
String representation
toString() - Method in class org.apache.taglibs.standard.lang.jstl.parser.Token
Returns the image.
toString() - Method in class org.apache.taglibs.standard.lang.jstl.test.Bean2
 
TOSTRING_EXCEPTION - Static variable in class org.apache.taglibs.standard.lang.jstl.Constants
 
toStringToken(String) - Static method in class org.apache.taglibs.standard.lang.jstl.StringLiteral
Converts the specified value to a String token, using " as the enclosing quotes and escaping any characters that need escaping.
toUpperCase(String) - Static method in class org.apache.taglibs.standard.functions.Functions
Converts all of the characters of the input string to upper case.
toXML() - Method in interface javax.xml.registry.infomodel.RegistryObject
Returns a registry provider specific XML representation of this Object.
TRANSACTION - Static variable in interface javax.enterprise.concurrent.ManagedTask
Execution property to be returned in ManagedTask.getExecutionProperties() or ContextService.createContextualProxy() to inform the Java™ EE Product Provider under which transaction should the task or proxy method of contextual proxy object be executed in.
Transaction - Interface in javax.transaction
The Transaction interface allows operations to be performed against the transaction in the target Transaction object.
Transactional - Annotation Type in javax.transaction
The javax.transaction.Transactional annotation provides the application the ability to declaratively control transaction boundaries on CDI managed beans, as well as classes defined as managed beans by the Jakarta EE specification, at both the class and method level where method level annotations override those at the class level.
Transactional.TxType - Enum in javax.transaction
The TxType element of the annotation indicates whether a bean method is to be executed within a transaction context where the values provide the following corresponding behavior.
TransactionalException - Exception in javax.transaction
The TransactionalException thrown from the Transactional interceptors implementation contains the original exception as its nested exception and is a RuntimeException, therefore, by default any transaction that was started as a result of a Transactional annotation earlier in the call stream will be marked for rollback as a result of the TransactionalException being thrown by the Transactional interceptor of the second bean.
TransactionalException(String, Throwable) - Constructor for exception javax.transaction.TransactionalException
 
TransactionAttribute - Annotation Type in javax.ejb
The TransactionAttribute annotation specifies whether the container is to invoke a business method within a transaction context.
TransactionAttributeType - Enum in javax.ejb
The enum TransactionAttributeType is used with the TransactionAttribute annotation to specify whether the methods of a session bean or message driven bean are called with a valid transaction context.
TransactionContext - Class in javax.resource.spi.work
A standard WorkContext that allows a Work instance to propagate transaction related context information from an EIS to an application server.
TransactionContext() - Constructor for class javax.resource.spi.work.TransactionContext
 
TransactionInProgressException - Exception in javax.jms
This exception is thrown when an operation is invalid because a transaction is in progress.
TransactionInProgressException(String, String) - Constructor for exception javax.jms.TransactionInProgressException
Constructs a TransactionInProgressException with the specified reason and error code.
TransactionInProgressException(String) - Constructor for exception javax.jms.TransactionInProgressException
Constructs a TransactionInProgressException with the specified reason.
TransactionInProgressRuntimeException - Exception in javax.jms
This unchecked exception is thrown when an operation is invalid because a transaction is in progress.
TransactionInProgressRuntimeException(String) - Constructor for exception javax.jms.TransactionInProgressRuntimeException
Constructs a TransactionInProgressRuntimeException with the specified detail message
TransactionInProgressRuntimeException(String, String) - Constructor for exception javax.jms.TransactionInProgressRuntimeException
Constructs a TransactionInProgressRuntimeException with the specified detail message and error code.
TransactionInProgressRuntimeException(String, String, Throwable) - Constructor for exception javax.jms.TransactionInProgressRuntimeException
Constructs a TransactionInProgressRuntimeException with the specified detail message, error code and cause
TransactionManagement - Annotation Type in javax.ejb
Specifies whether a session bean or message driven bean has container managed transactions or bean managed transactions.
TransactionManagementType - Enum in javax.ejb
The enum TransactionManagementType is used with the TransactionManagement annotation to specify whether container-managed or bean-managed transaction management is used.
TransactionManager - Interface in javax.transaction
The TransactionManager interface defines the methods that allow an application server to manage transaction boundaries.
TransactionRequiredException - Exception in javax.persistence
Thrown by the persistence provider when a transaction is required but is not active.
TransactionRequiredException() - Constructor for exception javax.persistence.TransactionRequiredException
Constructs a new TransactionRequiredException exception with null as its detail message.
TransactionRequiredException(String) - Constructor for exception javax.persistence.TransactionRequiredException
Constructs a new TransactionRequiredException exception with the specified detail message.
TransactionRequiredException - Exception in javax.transaction
This exception indicates that a request carried a null transaction context, but the target object requires an active transaction.
TransactionRequiredException() - Constructor for exception javax.transaction.TransactionRequiredException
 
TransactionRequiredException(String) - Constructor for exception javax.transaction.TransactionRequiredException
 
TransactionRequiredLocalException - Exception in javax.ejb
This exception is thrown to a local client to indicate that a request carried a null transaction context, but the target object requires an active transaction.
TransactionRequiredLocalException() - Constructor for exception javax.ejb.TransactionRequiredLocalException
Constructs a TransactionRequiredLocalException with no detail message.
TransactionRequiredLocalException(String) - Constructor for exception javax.ejb.TransactionRequiredLocalException
Constructs an TransactionRequiredLocalException with the specified detailed message.
TransactionRolledBackException - Exception in javax.jms
This exception must be thrown when a call to Session.commit results in a rollback of the current transaction.
TransactionRolledBackException(String, String) - Constructor for exception javax.jms.TransactionRolledBackException
Constructs a TransactionRolledBackException with the specified reason and error code.
TransactionRolledBackException(String) - Constructor for exception javax.jms.TransactionRolledBackException
Constructs a TransactionRolledBackException with the specified reason.
TransactionRolledbackException - Exception in javax.transaction
This exception indicates that the transaction associated with processing of the request has been rolled back, or it has been marked to roll back.
TransactionRolledbackException() - Constructor for exception javax.transaction.TransactionRolledbackException
 
TransactionRolledbackException(String) - Constructor for exception javax.transaction.TransactionRolledbackException
 
TransactionRolledbackLocalException - Exception in javax.ejb
This exception is thrown to a local client to indicate that the transaction associated with processing of the request has been rolled back, or marked to roll back.
TransactionRolledbackLocalException() - Constructor for exception javax.ejb.TransactionRolledbackLocalException
Constructs a TransactionRolledbackLocalException with no detail message.
TransactionRolledbackLocalException(String) - Constructor for exception javax.ejb.TransactionRolledbackLocalException
Constructs a TransactionRolledbackLocalException with the specified detailed message.
TransactionRolledbackLocalException(String, Exception) - Constructor for exception javax.ejb.TransactionRolledbackLocalException
Constructs a TransactionRolledbackLocalException with the specified detail message and a nested exception.
TransactionRolledBackRuntimeException - Exception in javax.jms
This unchecked exception must be thrown when a call to JMSContext.commit results in a rollback of the current transaction.
TransactionRolledBackRuntimeException(String) - Constructor for exception javax.jms.TransactionRolledBackRuntimeException
Constructs a TransactionRolledBackRuntimeException with the specified detail message
TransactionRolledBackRuntimeException(String, String) - Constructor for exception javax.jms.TransactionRolledBackRuntimeException
Constructs a TransactionRolledBackRuntimeException with the specified detail message and error code.
TransactionRolledBackRuntimeException(String, String, Throwable) - Constructor for exception javax.jms.TransactionRolledBackRuntimeException
Constructs a TransactionRolledBackRuntimeException with the specified detail message, error code and cause
TransactionScoped - Annotation Type in javax.transaction
The javax.transaction.TransactionScoped annotation provides the ability to specify a standard CDI scope to define bean instances whose lifecycle is scoped to the currently active Jakarta Transactions transaction.
TransactionSupport - Interface in javax.resource.spi
This interface may be optionally implemented by a ManagedConnectionFactory to provide its level of transaction support at runtime.
TransactionSupport.TransactionSupportLevel - Enum in javax.resource.spi
An enumerated type that represents the levels of transaction support a resource adapter may support.
TransactionSynchronizationRegistry - Interface in javax.transaction
This interface is intended for use by system level application server components such as persistence managers, resource adapters, as well as Jakarta Enterprise Beans and Web application components.
TransactionTag - Class in org.apache.taglibs.standard.tag.el.sql
Subclass for the JSTL library with EL support.
TransactionTag() - Constructor for class org.apache.taglibs.standard.tag.el.sql.TransactionTag
 
TransactionTag - Class in org.apache.taglibs.standard.tag.rt.sql
Subclass for the JSTL library with rtexprvalue support.
TransactionTag() - Constructor for class org.apache.taglibs.standard.tag.rt.sql.TransactionTag
 
TransactionTagSupport - Class in org.apache.taglibs.standard.tag.common.sql
Tag handler for <Transaction> in JSTL.
TransactionTagSupport() - Constructor for class org.apache.taglibs.standard.tag.common.sql.TransactionTagSupport
 
transform(ClassLoader, String, Class<?>, ProtectionDomain, byte[]) - Method in interface javax.persistence.spi.ClassTransformer
Invoked when a class is being loaded or redefined.
TransformSupport - Class in org.apache.taglibs.standard.tag.common.xml
Support for tag handlers for <transform>, the XML transformation tag.
TransformSupport() - Constructor for class org.apache.taglibs.standard.tag.common.xml.TransformSupport
 
TransformTag - Class in org.apache.taglibs.standard.tag.el.xml
A handler for <transform> that accepts attributes as Strings and evaluates them as expressions at runtime.
TransformTag() - Constructor for class org.apache.taglibs.standard.tag.el.xml.TransformTag
 
TransformTag - Class in org.apache.taglibs.standard.tag.rt.xml
A handler for <transform> that supports rtexprvalue-based attributes.
TransformTag() - Constructor for class org.apache.taglibs.standard.tag.rt.xml.TransformTag
 
Transient - Annotation Type in javax.persistence
Specifies that the property or field is not persistent.
translateName(String) - Method in interface javax.json.bind.config.PropertyNamingStrategy
Translates the property name into its JSON field name representation.
treat(Join<X, T>, Class<V>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Downcast Join object to the specified type.
treat(CollectionJoin<X, T>, Class<E>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Downcast CollectionJoin object to the specified type.
treat(SetJoin<X, T>, Class<E>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Downcast SetJoin object to the specified type.
treat(ListJoin<X, T>, Class<E>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Downcast ListJoin object to the specified type.
treat(MapJoin<X, K, T>, Class<V>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Downcast MapJoin object to the specified type.
treat(Path<X>, Class<T>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Downcast Path object to the specified type.
treat(Root<X>, Class<T>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Downcast Root object to the specified type.
TreeNode - Class in org.apache.jasper.xmlparser
Simplified implementation of a Node from a Document Object Model (DOM) parse of an XML document.
TreeNode(String) - Constructor for class org.apache.jasper.xmlparser.TreeNode
Construct a new node with no parent.
TreeNode(String, TreeNode) - Constructor for class org.apache.jasper.xmlparser.TreeNode
Construct a new node with the specified parent.
Trigger - Interface in javax.enterprise.concurrent
Triggers allow application developers to plug in rules for when and how often a task should run.
trim(Expression<String>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create expression to trim blanks from both ends of a string.
trim(CriteriaBuilder.Trimspec, Expression<String>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create expression to trim blanks from a string.
trim(Expression<Character>, Expression<String>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create expression to trim character from both ends of a string.
trim(CriteriaBuilder.Trimspec, Expression<Character>, Expression<String>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create expression to trim character from a string.
trim(char, Expression<String>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create expression to trim character from both ends of a string.
trim(CriteriaBuilder.Trimspec, char, Expression<String>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create expression to trim character from a string.
trim(String) - Static method in class org.apache.taglibs.standard.functions.Functions
 
TRUE - Static variable in class org.apache.taglibs.standard.lang.jstl.BooleanLiteral
 
TRUE - Static variable in interface org.apache.taglibs.standard.lang.jstl.parser.ELParserConstants
 
TryCatchFinally - Interface in javax.servlet.jsp.tagext
The auxiliary interface of a Tag, IterationTag or BodyTag tag handler that wants additional hooks for managing resources.
tuple(Selection<?>...) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a tuple-valued selection item.
Tuple - Interface in javax.persistence
Interface for extracting the elements of a query result tuple.
TupleElement<X> - Interface in javax.persistence
The TupleElement interface defines an element that is returned in a query result tuple.
TX_CONCURRENT_WORK_DISALLOWED - Static variable in exception javax.resource.spi.work.WorkException
Indicates that concurrent work within a transaction is disallowed.
TX_RECREATE_FAILED - Static variable in exception javax.resource.spi.work.WorkException
Indicates a failure in recreating the specified transaction context.
type() - Method in interface javax.persistence.criteria.Path
Create an expression corresponding to the type of the path.
Type<X> - Interface in javax.persistence.metamodel
Instances of the type Type represent persistent object or attribute types.
type - Variable in class org.apache.taglibs.standard.tag.common.fmt.FormatDateSupport
 
type - Variable in class org.apache.taglibs.standard.tag.common.fmt.FormatNumberSupport
 
type - Variable in class org.apache.taglibs.standard.tag.common.fmt.ParseDateSupport
 
type - Variable in class org.apache.taglibs.standard.tag.common.fmt.ParseNumberSupport
 
type - Variable in class org.apache.taglibs.standard.tag.common.sql.DateParamTagSupport
 
Type.PersistenceType - Enum in javax.persistence.metamodel
 
TYPE_CORE - Static variable in class org.apache.taglibs.standard.tlv.JstlBaseTLV
 
TYPE_FMT - Static variable in class org.apache.taglibs.standard.tlv.JstlBaseTLV
 
TYPE_SQL - Static variable in class org.apache.taglibs.standard.tlv.JstlBaseTLV
 
TYPE_XML - Static variable in class org.apache.taglibs.standard.tlv.JstlBaseTLV
 
TypeConstraintException - Exception in javax.xml.bind
This exception indicates that a violation of a dynamically checked type constraint was detected.
TypeConstraintException(String) - Constructor for exception javax.xml.bind.TypeConstraintException
Construct a TypeConstraintException with the specified detail message.
TypeConstraintException(String, String) - Constructor for exception javax.xml.bind.TypeConstraintException
Construct a TypeConstraintException with the specified detail message and vendor specific errorCode.
TypeConstraintException(Throwable) - Constructor for exception javax.xml.bind.TypeConstraintException
Construct a TypeConstraintException with a linkedException.
TypeConstraintException(String, Throwable) - Constructor for exception javax.xml.bind.TypeConstraintException
Construct a TypeConstraintException with the specified detail message and linkedException.
TypeConstraintException(String, String, Throwable) - Constructor for exception javax.xml.bind.TypeConstraintException
Construct a TypeConstraintException with the specified detail message, vendor specific errorCode, and linkedException.
TypedQuery<X> - Interface in javax.persistence
Interface used to control the execution of typed queries.
TypeMapping - Interface in javax.xml.rpc.encoding
The javax.xml.rpc.encoding.TypeMapping is the base interface for the representation of a type mapping.
TypeMappingRegistry - Interface in javax.xml.rpc.encoding
The interface javax.xml.rpc.encoding.TypeMappingRegistry defines a registry of TypeMapping instances for various encoding styles.

U

UCS2BE - Static variable in class org.apache.jasper.xmlparser.UCSReader
 
UCS2LE - Static variable in class org.apache.jasper.xmlparser.UCSReader
 
UCS4BE - Static variable in class org.apache.jasper.xmlparser.UCSReader
 
UCS4LE - Static variable in class org.apache.jasper.xmlparser.UCSReader
 
UCSReader - Class in org.apache.jasper.xmlparser
Reader for UCS-2 and UCS-4 encodings.
UCSReader(InputStream, short) - Constructor for class org.apache.jasper.xmlparser.UCSReader
Constructs an ASCII reader from the specified input stream using the default buffer size.
UCSReader(InputStream, int, short) - Constructor for class org.apache.jasper.xmlparser.UCSReader
Constructs an ASCII reader from the specified input stream and buffer size.
UNARY_OP_BAD_TYPE - Static variable in class org.apache.taglibs.standard.lang.jstl.Constants
 
UnaryExpression() - Method in class org.apache.taglibs.standard.lang.jstl.parser.ELParser
 
UnaryMinusOperator - Class in org.apache.taglibs.standard.lang.jstl
The implementation of the unary minus operator
UnaryMinusOperator() - Constructor for class org.apache.taglibs.standard.lang.jstl.UnaryMinusOperator
Constructor
UnaryOperator - Class in org.apache.taglibs.standard.lang.jstl
This is the superclass for all unary operators
UnaryOperator() - Constructor for class org.apache.taglibs.standard.lang.jstl.UnaryOperator
Constructor
UnaryOperatorExpression - Class in org.apache.taglibs.standard.lang.jstl
An expression representing one or more unary operators on a value
UnaryOperatorExpression(UnaryOperator, List, Expression) - Constructor for class org.apache.taglibs.standard.lang.jstl.UnaryOperatorExpression
Constructor
UnavailableException - Exception in javax.resource.spi
This is thrown to indicate that a service is unavailable.
UnavailableException() - Constructor for exception javax.resource.spi.UnavailableException
Constructs a new instance with null as its detail message.
UnavailableException(String) - Constructor for exception javax.resource.spi.UnavailableException
Constructs a new instance with the specified detail message.
UnavailableException(Throwable) - Constructor for exception javax.resource.spi.UnavailableException
Constructs a new throwable with the specified cause.
UnavailableException(String, Throwable) - Constructor for exception javax.resource.spi.UnavailableException
Constructs a new throwable with the specified detail message and cause.
UnavailableException(String, String) - Constructor for exception javax.resource.spi.UnavailableException
Constructs a new throwable with the specified detail message and an error code.
UnavailableException - Exception in javax.servlet
Defines an exception that a servlet or filter throws to indicate that it is permanently or temporarily unavailable.
UnavailableException(Servlet, String) - Constructor for exception javax.servlet.UnavailableException
Deprecated.
As of Java Servlet API 2.2, use UnavailableException.UnavailableException(String) instead.
UnavailableException(int, Servlet, String) - Constructor for exception javax.servlet.UnavailableException
Deprecated.
As of Java Servlet API 2.2, use UnavailableException.UnavailableException(String, int) instead.
UnavailableException(String) - Constructor for exception javax.servlet.UnavailableException
Constructs a new exception with a descriptive message indicating that the servlet is permanently unavailable.
UnavailableException(String, int) - Constructor for exception javax.servlet.UnavailableException
Constructs a new exception with a descriptive message indicating that the servlet is temporarily unavailable and giving an estimate of how long it will be unavailable.
UNBOUNDED_BUFFER - Static variable in class javax.servlet.jsp.JspWriter
Constant indicating that the Writer is buffered and is unbounded; this is used in BodyContent.
unConfirmAssociation(Association) - Method in interface javax.xml.registry.BusinessLifeCycleManager
Undoes a previous confirmation of this Association by the User associated with the caller.
UNDEFINED - Static variable in exception javax.resource.spi.work.WorkException
Undefined error code.
UNDEFINED_KEY - Static variable in class org.apache.taglibs.standard.tag.common.fmt.MessageSupport
 
unDeprecateObjects(Collection) - Method in interface javax.xml.registry.LifeCycleManager
Undeprecates one or more previously deprecated objects.
UNDERSCORE - Static variable in interface org.apache.taglibs.standard.extra.spath.SPathParserConstants
 
UnexpectedObjectException - Exception in javax.xml.registry
This exception is thrown when the JAXR provider finds a Object that is out-of-place or of the wrong type within the context of a user request.
UnexpectedObjectException() - Constructor for exception javax.xml.registry.UnexpectedObjectException
Constructs a JAXRException object with no reason or embedded Throwable.
UnexpectedObjectException(String) - Constructor for exception javax.xml.registry.UnexpectedObjectException
Constructs a JAXRException object with the given String as the reason for the exception being thrown.
UnexpectedObjectException(String, Throwable) - Constructor for exception javax.xml.registry.UnexpectedObjectException
Constructs a JAXRException object with the given String as the reason for the exception being thrown and the given Throwable object as an embedded Throwable.
UnexpectedObjectException(Throwable) - Constructor for exception javax.xml.registry.UnexpectedObjectException
Constructs a JAXRException object initialized with the given Throwable object.
UniqueConstraint - Annotation Type in javax.persistence
Specifies that a unique constraint is to be included in the generated DDL for a primary or secondary table.
UNKNOWN - Static variable in interface javax.resource.spi.work.WorkManager
A constant to indicate an unknown start delay duration or other unknown values.
UNKNOWN_FUNCTION - Static variable in class org.apache.taglibs.standard.lang.jstl.Constants
 
unmarshal(String) - Method in class javax.xml.bind.annotation.adapters.CollapsedStringAdapter
Removes leading and trailing whitespaces of the string given as the parameter, then truncate any sequence of tab, CR, LF, and SP by a single whitespace character ' '.
unmarshal(String) - Method in class javax.xml.bind.annotation.adapters.HexBinaryAdapter
 
unmarshal(String) - Method in class javax.xml.bind.annotation.adapters.NormalizedStringAdapter
Replace any tab, CR, and LF by a whitespace character ' ', as specified in the whitespace facet 'replace'
unmarshal(ValueType) - Method in class javax.xml.bind.annotation.adapters.XmlAdapter
Convert a value type to a bound type.
unmarshal(XmlNode) - Method in class javax.xml.bind.Binder
Unmarshal XML infoset view to a JAXB object tree.
unmarshal(XmlNode, Class<T>) - Method in class javax.xml.bind.Binder
Unmarshal XML root element by provided declaredType to a JAXB object tree.
unmarshal(Source) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
unmarshal(XMLReader, InputSource) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
Unmarshals an object by using the specified XMLReader and the InputSource.
unmarshal(InputSource) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
unmarshal(URL) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
unmarshal(File) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
unmarshal(InputStream) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
unmarshal(Reader) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
unmarshal(XMLEventReader) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
unmarshal(XMLStreamReader) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
unmarshal(Node, Class<T>) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
unmarshal(Source, Class<T>) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
unmarshal(XMLStreamReader, Class<T>) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
unmarshal(XMLEventReader, Class<T>) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
unmarshal(File, Class<T>) - Static method in class javax.xml.bind.JAXB
Reads in a Java object tree from the given XML input.
unmarshal(URL, Class<T>) - Static method in class javax.xml.bind.JAXB
Reads in a Java object tree from the given XML input.
unmarshal(URI, Class<T>) - Static method in class javax.xml.bind.JAXB
Reads in a Java object tree from the given XML input.
unmarshal(String, Class<T>) - Static method in class javax.xml.bind.JAXB
Reads in a Java object tree from the given XML input.
unmarshal(InputStream, Class<T>) - Static method in class javax.xml.bind.JAXB
Reads in a Java object tree from the given XML input.
unmarshal(Reader, Class<T>) - Static method in class javax.xml.bind.JAXB
Reads in a Java object tree from the given XML input.
unmarshal(Source, Class<T>) - Static method in class javax.xml.bind.JAXB
Reads in a Java object tree from the given XML input.
unmarshal(File) - Method in interface javax.xml.bind.Unmarshaller
Unmarshal XML data from the specified file and return the resulting content tree.
unmarshal(InputStream) - Method in interface javax.xml.bind.Unmarshaller
Unmarshal XML data from the specified InputStream and return the resulting content tree.
unmarshal(Reader) - Method in interface javax.xml.bind.Unmarshaller
Unmarshal XML data from the specified Reader and return the resulting content tree.
unmarshal(URL) - Method in interface javax.xml.bind.Unmarshaller
Unmarshal XML data from the specified URL and return the resulting content tree.
unmarshal(InputSource) - Method in interface javax.xml.bind.Unmarshaller
Unmarshal XML data from the specified SAX InputSource and return the resulting content tree.
unmarshal(Node) - Method in interface javax.xml.bind.Unmarshaller
Unmarshal global XML data from the specified DOM tree and return the resulting content tree.
unmarshal(Node, Class<T>) - Method in interface javax.xml.bind.Unmarshaller
Unmarshal XML data by JAXB mapped declaredType and return the resulting content tree.
unmarshal(Source) - Method in interface javax.xml.bind.Unmarshaller
Unmarshal XML data from the specified XML Source and return the resulting content tree.
unmarshal(Source, Class<T>) - Method in interface javax.xml.bind.Unmarshaller
Unmarshal XML data from the specified XML Source by declaredType and return the resulting content tree.
unmarshal(XMLStreamReader) - Method in interface javax.xml.bind.Unmarshaller
Unmarshal XML data from the specified pull parser and return the resulting content tree.
unmarshal(XMLStreamReader, Class<T>) - Method in interface javax.xml.bind.Unmarshaller
Unmarshal root element to JAXB mapped declaredType and return the resulting content tree.
unmarshal(XMLEventReader) - Method in interface javax.xml.bind.Unmarshaller
Unmarshal XML data from the specified pull parser and return the resulting content tree.
unmarshal(XMLEventReader, Class<T>) - Method in interface javax.xml.bind.Unmarshaller
Unmarshal root element to JAXB mapped declaredType and return the resulting content tree.
UnmarshalException - Exception in javax.xml.bind
This exception indicates that an error has occurred while performing an unmarshal operation that prevents the JAXB Provider from completing the operation.
UnmarshalException(String) - Constructor for exception javax.xml.bind.UnmarshalException
Construct an UnmarshalException with the specified detail message.
UnmarshalException(String, String) - Constructor for exception javax.xml.bind.UnmarshalException
Construct an UnmarshalException with the specified detail message and vendor specific errorCode.
UnmarshalException(Throwable) - Constructor for exception javax.xml.bind.UnmarshalException
Construct an UnmarshalException with a linkedException.
UnmarshalException(String, Throwable) - Constructor for exception javax.xml.bind.UnmarshalException
Construct an UnmarshalException with the specified detail message and linkedException.
UnmarshalException(String, String, Throwable) - Constructor for exception javax.xml.bind.UnmarshalException
Construct an UnmarshalException with the specified detail message, vendor specific errorCode, and linkedException.
Unmarshaller - Interface in javax.xml.bind
The Unmarshaller class governs the process of deserializing XML data into newly created Java content trees, optionally validating the XML data as it is unmarshalled.
Unmarshaller.Listener - Class in javax.xml.bind
Register an instance of an implementation of this class with Unmarshaller to externally listen for unmarshal events.
UnmarshallerHandler - Interface in javax.xml.bind
Unmarshaller implemented as SAX ContentHandler.
unregisterTypeMapping(String) - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
Unregisters a TypeMapping instance, if present, from the specified encodingStyleURI.
UnresolvableException - Exception in org.apache.taglibs.standard.tag.common.xml
Derived from XPathException in order that XPath processor exceptions may be specifically caught.
UnresolvableException(String) - Constructor for exception org.apache.taglibs.standard.tag.common.xml.UnresolvableException
Create an UnresolvableException object that holds an error message.
UnresolvableException(Throwable) - Constructor for exception org.apache.taglibs.standard.tag.common.xml.UnresolvableException
Create an UnresolvableException object that holds an error message, and another exception that caused this exception.
unsetEntityContext() - Method in interface javax.ejb.EntityBean
Unset the associated entity context.
unsubscribe(String) - Method in interface javax.jms.JMSContext
Unsubscribes a durable subscription that has been created by a client.
unsubscribe(String) - Method in interface javax.jms.Session
Unsubscribes a durable subscription that has been created by a client.
unsubscribe(String) - Method in interface javax.jms.TopicSession
Unsubscribes a durable subscription that has been created by a client.
UNSUPPORTED_CONTEXT_TYPE - Static variable in class javax.resource.spi.work.WorkContextErrorCodes
Indicates that a WorkContext type, that was not specified as optional, passed in by the Work instance is not supported by the container.
UnsupportedCapabilityException - Exception in javax.xml.registry
This exception must be thrown when a JAXR client attempts to invoke an API method that is not supported by the capability profile that is supported by the JAXR provider.
UnsupportedCapabilityException() - Constructor for exception javax.xml.registry.UnsupportedCapabilityException
Constructs a JAXRException object with no reason or embedded Throwable.
UnsupportedCapabilityException(String) - Constructor for exception javax.xml.registry.UnsupportedCapabilityException
Constructs a JAXRException object with the given String as the reason for the exception being thrown.
UnsupportedCapabilityException(String, Throwable) - Constructor for exception javax.xml.registry.UnsupportedCapabilityException
Constructs a JAXRException object with the given String as the reason for the exception being thrown and the given Throwable object as an embedded Throwable.
UnsupportedCapabilityException(Throwable) - Constructor for exception javax.xml.registry.UnsupportedCapabilityException
Constructs a JAXRException object initialized with the given Throwable object.
unwrap(Class<T>) - Method in interface javax.persistence.Cache
Return an object of the specified type to allow access to the provider-specific API.
unwrap(Class<T>) - Method in interface javax.persistence.EntityManager
Return an object of the specified type to allow access to the provider-specific API.
unwrap(Class<T>) - Method in interface javax.persistence.EntityManagerFactory
Return an object of the specified type to allow access to the provider-specific API.
unwrap(Class<T>) - Method in interface javax.persistence.Query
Return an object of the specified type to allow access to the provider-specific API.
unwrap(Class<T>) - Method in class org.apache.taglibs.standard.tag.common.sql.DataSourceWrapper
Always throws a SQLException.
updateJAXB(XmlNode) - Method in class javax.xml.bind.Binder
Takes an XML node and updates its associated JAXB object and its descendants.
updatesAreDetected(int) - Method in interface javax.resource.cci.ResultSetInfo
Indicates whether or not a visible row update can be detected by calling the method ResultSet.rowUpdated.
UpdateTag - Class in org.apache.taglibs.standard.tag.el.sql
Subclass for the JSTL library with EL support.
UpdateTag() - Constructor for class org.apache.taglibs.standard.tag.el.sql.UpdateTag
 
UpdateTag - Class in org.apache.taglibs.standard.tag.rt.sql
Subclass for the JSTL library with rtexprvalue support.
UpdateTag() - Constructor for class org.apache.taglibs.standard.tag.rt.sql.UpdateTag
 
UpdateTagSupport - Class in org.apache.taglibs.standard.tag.common.sql
Tag handler for <Update> in JSTL.
UpdateTagSupport() - Constructor for class org.apache.taglibs.standard.tag.common.sql.UpdateTagSupport
 
updateXML(Object) - Method in class javax.xml.bind.Binder
Takes an JAXB object and updates its associated XML node and its descendants.
updateXML(Object, XmlNode) - Method in class javax.xml.bind.Binder
Changes in JAXB object tree are updated in its associated XML parse tree.
upgrade(Class<T>) - Method in interface javax.servlet.http.HttpServletRequest
Creates an instance of HttpUpgradeHandler for a given class and uses it for the http protocol upgrade processing.
upgrade(Class<T>) - Method in class javax.servlet.http.HttpServletRequestWrapper
Create an instance of HttpUpgradeHandler for a given class and uses it for the http protocol upgrade processing.
upper(Expression<String>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create expression for converting a string to uppercase.
UPPER_CAMEL_CASE - Static variable in interface javax.json.bind.config.PropertyNamingStrategy
Using this strategy, the first character will be capitalized.
UPPER_CAMEL_CASE_WITH_SPACES - Static variable in interface javax.json.bind.config.PropertyNamingStrategy
Using this strategy, the first character will be capitalized and the words will be separated by spaces.
uri - Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
The value of the uri attribute from the taglib directive for this library.
uri - Variable in class org.apache.taglibs.standard.tlv.JstlBaseTLV
 
URI_NS_SOAP_1_1_ENVELOPE - Static variable in interface javax.xml.soap.SOAPConstants
The namespace identifier for the SOAP 1.1 envelope.
URI_NS_SOAP_1_2_ENCODING - Static variable in interface javax.xml.soap.SOAPConstants
The namespace identifier for the SOAP 1.2 encoding.
URI_NS_SOAP_1_2_ENVELOPE - Static variable in interface javax.xml.soap.SOAPConstants
The namespace identifier for the SOAP 1.2 envelope.
URI_NS_SOAP_ENCODING - Static variable in interface javax.xml.soap.SOAPConstants
The namespace identifier for the SOAP 1.1 encoding.
URI_NS_SOAP_ENVELOPE - Static variable in interface javax.xml.soap.SOAPConstants
The namespace identifier for the SOAP 1.1 envelope, All SOAPElements in this namespace are defined by the SOAP 1.1 specification.
URI_SOAP_1_2_ROLE_NEXT - Static variable in interface javax.xml.soap.SOAPConstants
The URI identifying the next application processing a SOAP request as the intended role for a SOAP 1.2 header entry (see section 2.2 of part 1 of the SOAP 1.2 specification).
URI_SOAP_1_2_ROLE_NONE - Static variable in interface javax.xml.soap.SOAPConstants
The URI specifying the role None in SOAP 1.2.
URI_SOAP_1_2_ROLE_ULTIMATE_RECEIVER - Static variable in interface javax.xml.soap.SOAPConstants
The URI identifying the ultimate receiver of the SOAP 1.2 message.
URI_SOAP_ACTOR_NEXT - Static variable in interface javax.xml.soap.SOAPConstants
The URI identifying the next application processing a SOAP request as the intended actor for a SOAP 1.1 header entry (see section 4.2.2 of the SOAP 1.1 specification).
uriType(String) - Static method in class org.apache.jasper.runtime.TldScanner
Returns the type of a URI: ABS_URI ROOT_REL_URI NOROOT_REL_URI
URIValidator - Interface in javax.xml.registry.infomodel
Defines common behavior expected of any class that validates URIs.
url - Variable in class org.apache.taglibs.standard.tag.common.core.ImportSupport
 
url - Variable in class org.apache.taglibs.standard.tag.common.core.RedirectSupport
 
URLEncode(String, String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
URLEncode(String, String) - Static method in class org.apache.taglibs.standard.tag.common.core.Util
URL encodes a string, based on the supplied character encoding.
URLStats - Interface in javax.management.j2ee.statistics
Specifies the statistics provided by a URL resource.
UrlSupport - Class in org.apache.taglibs.standard.tag.common.core
Support for tag handlers for <url>, the URL creation and rewriting tag in JSTL 1.0.
UrlSupport() - Constructor for class org.apache.taglibs.standard.tag.common.core.UrlSupport
 
UrlTag - Class in org.apache.taglibs.standard.tag.el.core
A handler for <urlEncode> that accepts attributes as Strings and evaluates them as expressions at runtime.
UrlTag() - Constructor for class org.apache.taglibs.standard.tag.el.core.UrlTag
Constructs a new URLEncodeTag.
UrlTag - Class in org.apache.taglibs.standard.tag.rt.core
A handler for <urlEncode> that supports rtexprvalue-based attributes.
UrlTag() - Constructor for class org.apache.taglibs.standard.tag.rt.core.UrlTag
 
urn - Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
The "reliable" URN indicated in the TLD.
URN_JSPTAGDIR - Static variable in interface org.apache.jasper.compiler.TagConstants
 
URN_JSPTLD - Static variable in interface org.apache.jasper.compiler.TagConstants
 
USE_BEAN_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
USE_TRANSACTION_OF_EXECUTION_THREAD - Static variable in interface javax.enterprise.concurrent.ManagedTask
Constant for the "USE_TRANSACTION_OF_EXECUTION_THREAD" value of the TRANSACTION execution property.
User - Interface in javax.xml.registry.infomodel
User instances are RegistryObjects that are used to provide information about registered users within the registry.
USER - Static variable in interface javax.xml.registry.LifeCycleManager
Constant representing the javax.xml.registry.infomodel.User interface.
userName - Variable in class org.apache.taglibs.standard.tag.common.sql.SetDataSourceTagSupport
 
USERNAME_PROPERTY - Static variable in interface javax.xml.rpc.Call
Standard property: User name for authentication
USERNAME_PROPERTY - Static variable in interface javax.xml.rpc.Stub
Standard property: User name for authentication.
USERNAME_PROPERTY - Static variable in interface javax.xml.ws.BindingProvider
Standard property: User name for authentication.
UsernamePasswordCredential - Class in javax.security.enterprise.credential
Represents the credentials typically used by standard caller name/password authentication.
UsernamePasswordCredential(String, String) - Constructor for class javax.security.enterprise.credential.UsernamePasswordCredential
Constructor.
UsernamePasswordCredential(String, Password) - Constructor for class javax.security.enterprise.credential.UsernamePasswordCredential
Constructor.
UserTransaction - Interface in javax.transaction
The UserTransaction interface defines the methods that allow an application to explicitly manage transaction boundaries.
UTF8Reader - Class in org.apache.jasper.xmlparser
 
UTF8Reader(InputStream, int) - Constructor for class org.apache.jasper.xmlparser.UTF8Reader
Constructs a UTF-8 reader from the specified input stream, buffer size and MessageFormatter.
Util - Class in org.apache.taglibs.standard.tag.common.core
Utilities in support of tag-handler classes.
Util() - Constructor for class org.apache.taglibs.standard.tag.common.core.Util
 
Util - Class in org.apache.taglibs.standard.tei
Utilities in support of TagExtraInfo classes.
Util() - Constructor for class org.apache.taglibs.standard.tei.Util
 

V

VALID_SCHEME_CHARS - Static variable in class org.apache.taglibs.standard.tag.common.core.ImportSupport
Valid characters in a scheme.
validate() - Method in interface javax.resource.spi.ActivationSpec
This method may be called by a deployment tool to validate the overall activation configuration information provided by the endpoint deployer.
validate(Credential) - Method in interface javax.security.enterprise.identitystore.IdentityStore
Validates the given credential.
validate(Credential) - Method in interface javax.security.enterprise.identitystore.IdentityStoreHandler
Validate the given Credential and return the identity and attributes of the caller it represents.
validate(RememberMeCredential) - Method in interface javax.security.enterprise.identitystore.RememberMeIdentityStore
Validates the given credential.
validate(String, String, PageData) - Method in class javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV
 
validate(String, String, PageData) - Method in class javax.servlet.jsp.jstl.tlv.ScriptFreeTLV
Validates a single JSP page.
validate(TagData) - Method in class javax.servlet.jsp.tagext.TagExtraInfo
Translation-time validation of the attributes.
validate(TagData) - Method in class javax.servlet.jsp.tagext.TagInfo
Translation-time validation of the attributes.
validate(String, String, PageData) - Method in class javax.servlet.jsp.tagext.TagLibraryValidator
Validate a JSP page.
validate(Object) - Method in interface javax.xml.bind.Validator
Deprecated.
since JAXB2.0
validate(PageData) - Method in class org.apache.jasper.compiler.TagLibraryInfoImpl
Translation-time validation of the XML document associated with the JSP page.
validate(String, String) - Method in class org.apache.taglibs.standard.lang.jstl.Evaluator
Translation time validation of an attribute value.
validate(String, String) - Method in interface org.apache.taglibs.standard.lang.support.ExpressionEvaluator
Translation time validation of an expression.
validate(int, String, String, PageData) - Method in class org.apache.taglibs.standard.tlv.JstlBaseTLV
 
validate(String, String, PageData) - Method in class org.apache.taglibs.standard.tlv.JstlCoreTLV
 
validate(String, String, PageData) - Method in class org.apache.taglibs.standard.tlv.JstlFmtTLV
 
validate(String, String, PageData) - Method in class org.apache.taglibs.standard.tlv.JstlSqlTLV
 
validate(String, String, PageData) - Method in class org.apache.taglibs.standard.tlv.JstlXmlTLV
 
validateBegin() - Method in class javax.servlet.jsp.jstl.core.LoopTagSupport
Ensures the "begin" property is sensible, throwing an exception expected to propagate up if it isn't
validateEnd() - Method in class javax.servlet.jsp.jstl.core.LoopTagSupport
Ensures the "end" property is sensible, throwing an exception expected to propagate up if it isn't
validateExpression(String, String, String) - Method in class org.apache.taglibs.standard.tlv.JstlBaseTLV
 
validateExpressions(Mark, String, FunctionMapper, ErrorDispatcher) - Static method in class org.apache.jasper.compiler.JspUtil
Validates the syntax of all EL expressions within the given string.
validateRequest(HttpServletRequest, HttpServletResponse, HttpMessageContext) - Method in interface javax.security.enterprise.authentication.mechanism.http.HttpAuthenticationMechanism
Authenticate an HTTP request.
validateRoot(Object) - Method in interface javax.xml.bind.Validator
Deprecated.
since JAXB2.0
validateStep() - Method in class javax.servlet.jsp.jstl.core.LoopTagSupport
Ensures the "step" property is sensible, throwing an exception expected to propagate up if it isn't
validating - Variable in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
whether or not the unmarshaller will validate
ValidatingManagedConnectionFactory - Interface in javax.resource.spi
This interface is implemented by a ManagedConnectionFactory instance that supports the ability to validate ManagedConnection objects.
ValidationEvent - Interface in javax.xml.bind
This event indicates that a problem was encountered while validating the incoming XML data during an unmarshal operation, while performing on-demand validation of the Java content tree, or while marshalling the Java content tree back to XML data.
ValidationEventCollector - Class in javax.xml.bind.util
ValidationEventHandler implementation that collects all events.
ValidationEventCollector() - Constructor for class javax.xml.bind.util.ValidationEventCollector
 
ValidationEventHandler - Interface in javax.xml.bind
A basic event handler interface for validation errors.
ValidationEventImpl - Class in javax.xml.bind.helpers
Default implementation of the ValidationEvent interface.
ValidationEventImpl(int, String, ValidationEventLocator) - Constructor for class javax.xml.bind.helpers.ValidationEventImpl
Create a new ValidationEventImpl.
ValidationEventImpl(int, String, ValidationEventLocator, Throwable) - Constructor for class javax.xml.bind.helpers.ValidationEventImpl
Create a new ValidationEventImpl.
ValidationEventLocator - Interface in javax.xml.bind
Encapsulate the location of a ValidationEvent.
ValidationEventLocatorImpl - Class in javax.xml.bind.helpers
Default implementation of the ValidationEventLocator interface.
ValidationEventLocatorImpl() - Constructor for class javax.xml.bind.helpers.ValidationEventLocatorImpl
Creates an object with all fields unavailable.
ValidationEventLocatorImpl(Locator) - Constructor for class javax.xml.bind.helpers.ValidationEventLocatorImpl
Constructs an object from an org.xml.sax.Locator.
ValidationEventLocatorImpl(SAXParseException) - Constructor for class javax.xml.bind.helpers.ValidationEventLocatorImpl
Constructs an object from the location information of a SAXParseException.
ValidationEventLocatorImpl(Node) - Constructor for class javax.xml.bind.helpers.ValidationEventLocatorImpl
Constructs an object that points to a DOM Node.
ValidationEventLocatorImpl(Object) - Constructor for class javax.xml.bind.helpers.ValidationEventLocatorImpl
Constructs an object that points to a JAXB content object.
ValidationException - Exception in javax.xml.bind
This exception indicates that an error has occurred while performing a validate operation.
ValidationException(String) - Constructor for exception javax.xml.bind.ValidationException
Construct an ValidationException with the specified detail message.
ValidationException(String, String) - Constructor for exception javax.xml.bind.ValidationException
Construct an ValidationException with the specified detail message and vendor specific errorCode.
ValidationException(Throwable) - Constructor for exception javax.xml.bind.ValidationException
Construct an ValidationException with a linkedException.
ValidationException(String, Throwable) - Constructor for exception javax.xml.bind.ValidationException
Construct an ValidationException with the specified detail message and linkedException.
ValidationException(String, String, Throwable) - Constructor for exception javax.xml.bind.ValidationException
Construct an ValidationException with the specified detail message, vendor specific errorCode, and linkedException.
ValidationMessage - Class in javax.servlet.jsp.tagext
A validation message from either TagLibraryValidator or TagExtraInfo.
ValidationMessage(String, String) - Constructor for class javax.servlet.jsp.tagext.ValidationMessage
Create a ValidationMessage.
ValidationMode - Enum in javax.persistence
The validation mode to be used by the provider for the persistence unit.
validationTypes() - Method in interface javax.security.enterprise.identitystore.IdentityStore
Determines the type of validation the IdentityStore should be used for.
Validator - Interface in javax.xml.bind
Deprecated.
since JAXB 2.0
ValidAttribute(String, boolean) - Constructor for class org.apache.jasper.compiler.JspUtil.ValidAttribute
 
ValidAttribute(String) - Constructor for class org.apache.jasper.compiler.JspUtil.ValidAttribute
 
value(T) - Method in interface javax.persistence.criteria.CriteriaBuilder.Coalesce
Add an argument to the coalesce expression.
value(Expression<? extends T>) - Method in interface javax.persistence.criteria.CriteriaBuilder.Coalesce
Add an argument to the coalesce expression.
value(T) - Method in interface javax.persistence.criteria.CriteriaBuilder.In
Add to list of values to be tested against.
value(Expression<? extends T>) - Method in interface javax.persistence.criteria.CriteriaBuilder.In
Add to list of values to be tested against.
value() - Method in interface javax.persistence.criteria.MapJoin
Create a path expression that corresponds to the map value.
value - Variable in class javax.xml.bind.JAXBElement
xml element value.
value - Variable in class javax.xml.rpc.holders.BigDecimalHolder
 
value - Variable in class javax.xml.rpc.holders.BigIntegerHolder
 
value - Variable in class javax.xml.rpc.holders.BooleanHolder
 
value - Variable in class javax.xml.rpc.holders.BooleanWrapperHolder
 
value - Variable in class javax.xml.rpc.holders.ByteArrayHolder
 
value - Variable in class javax.xml.rpc.holders.ByteHolder
 
value - Variable in class javax.xml.rpc.holders.ByteWrapperHolder
 
value - Variable in class javax.xml.rpc.holders.CalendarHolder
 
value - Variable in class javax.xml.rpc.holders.DoubleHolder
 
value - Variable in class javax.xml.rpc.holders.DoubleWrapperHolder
 
value - Variable in class javax.xml.rpc.holders.FloatHolder
 
value - Variable in class javax.xml.rpc.holders.FloatWrapperHolder
 
value - Variable in class javax.xml.rpc.holders.IntegerWrapperHolder
 
value - Variable in class javax.xml.rpc.holders.IntHolder
 
value - Variable in class javax.xml.rpc.holders.LongHolder
 
value - Variable in class javax.xml.rpc.holders.LongWrapperHolder
 
value - Variable in class javax.xml.rpc.holders.ObjectHolder
 
value - Variable in class javax.xml.rpc.holders.QNameHolder
 
value - Variable in class javax.xml.rpc.holders.ShortHolder
 
value - Variable in class javax.xml.rpc.holders.ShortWrapperHolder
 
value - Variable in class javax.xml.rpc.holders.StringHolder
 
value - Variable in class javax.xml.ws.Holder
The value contained in the holder.
Value() - Method in class org.apache.taglibs.standard.lang.jstl.parser.ELParser
 
value - Variable in class org.apache.taglibs.standard.tag.common.core.OutSupport
 
value - Variable in class org.apache.taglibs.standard.tag.common.core.ParamSupport
 
value - Variable in class org.apache.taglibs.standard.tag.common.core.SetSupport
 
value - Variable in class org.apache.taglibs.standard.tag.common.core.UrlSupport
 
value - Variable in class org.apache.taglibs.standard.tag.common.fmt.FormatDateSupport
 
value - Variable in class org.apache.taglibs.standard.tag.common.fmt.FormatNumberSupport
 
value - Variable in class org.apache.taglibs.standard.tag.common.fmt.ParamSupport
 
value - Variable in class org.apache.taglibs.standard.tag.common.fmt.ParseDateSupport
 
value - Variable in class org.apache.taglibs.standard.tag.common.fmt.ParseNumberSupport
 
value - Variable in class org.apache.taglibs.standard.tag.common.fmt.RequestEncodingSupport
 
value - Variable in class org.apache.taglibs.standard.tag.common.fmt.SetLocaleSupport
 
value - Variable in class org.apache.taglibs.standard.tag.common.fmt.SetTimeZoneSupport
 
value - Variable in class org.apache.taglibs.standard.tag.common.fmt.TimeZoneSupport
 
value - Variable in class org.apache.taglibs.standard.tag.common.sql.DateParamTagSupport
 
value - Variable in class org.apache.taglibs.standard.tag.common.sql.ParamTagSupport
 
value - Variable in class org.apache.taglibs.standard.tag.common.xml.ParamSupport
 
VALUE_TYPE_EMBEDDED_PATH - Static variable in interface javax.xml.registry.infomodel.ClassificationScheme
Each taxonomy value in ClassificationScheme embeds the full path from scheme to that Concept.
VALUE_TYPE_NON_UNIQUE - Static variable in interface javax.xml.registry.infomodel.ClassificationScheme
Taxonomy values in ClassificationScheme may be repeated within the same scheme.
VALUE_TYPE_UNIQUE - Static variable in interface javax.xml.registry.infomodel.ClassificationScheme
Each taxonomy value in ClassificationScheme is unique.
valueBound(HttpSessionBindingEvent) - Method in interface javax.servlet.http.HttpSessionBindingListener
Notifies the object that it is being bound to a session and identifies the session.
valueOf(String) - Static method in enum javax.annotation.Resource.AuthenticationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.ejb.ConcurrencyManagementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.ejb.LockType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.ejb.TransactionAttributeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.ejb.TransactionManagementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.jws.soap.SOAPBinding.ParameterStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.jws.soap.SOAPBinding.Style
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.jws.soap.SOAPBinding.Use
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.jws.WebParam.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.AccessType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.CacheRetrieveMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.CacheStoreMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.CascadeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.ConstraintMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.criteria.CriteriaBuilder.Trimspec
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.criteria.JoinType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.criteria.Predicate.BooleanOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.DiscriminatorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.EnumType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.FetchType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.FlushModeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.GenerationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.InheritanceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.LockModeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.metamodel.Attribute.PersistentAttributeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.metamodel.Bindable.BindableType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.metamodel.PluralAttribute.CollectionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.metamodel.Type.PersistenceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.ParameterMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.PersistenceContextType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.PessimisticLockScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.SharedCacheMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.spi.LoadState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.spi.PersistenceUnitTransactionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.SynchronizationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.TemporalType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.ValidationMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.resource.spi.AuthenticationMechanism.CredentialInterface
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.resource.spi.TransactionSupport.TransactionSupportLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.security.enterprise.AuthenticationStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.security.enterprise.identitystore.CredentialValidationResult.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.security.enterprise.identitystore.IdentityStore.ValidationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.security.enterprise.identitystore.LdapIdentityStoreDefinition.LdapSearchScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.servlet.annotation.ServletSecurity.EmptyRoleSemantic
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.servlet.annotation.ServletSecurity.TransportGuarantee
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.servlet.DispatcherType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.servlet.http.MappingMatch
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.servlet.SessionTrackingMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.transaction.Transactional.TxType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.websocket.CloseReason.CloseCodes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.xml.bind.annotation.XmlAccessOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.xml.bind.annotation.XmlAccessType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.xml.bind.annotation.XmlNsForm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.xml.ws.handler.MessageContext.Scope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.xml.ws.Service.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.xml.ws.soap.AddressingFeature.Responses
Returns the enum constant of this type with the specified name.
valueOf(Node, String) - Method in class org.apache.taglibs.standard.tag.common.xml.XPathUtil
Evaluate an XPath expression to a String value.
ValuePrefix() - Method in class org.apache.taglibs.standard.lang.jstl.parser.ELParser
This is an element that can start a value
values() - Static method in enum javax.annotation.Resource.AuthenticationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.ejb.ConcurrencyManagementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.ejb.LockType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.ejb.TransactionAttributeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.ejb.TransactionManagementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.jws.soap.SOAPBinding.ParameterStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.jws.soap.SOAPBinding.Style
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.jws.soap.SOAPBinding.Use
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.jws.WebParam.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.persistence.AccessType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.persistence.CacheRetrieveMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.persistence.CacheStoreMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.persistence.CascadeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.persistence.ConstraintMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.persistence.criteria.CriteriaBuilder.Trimspec
Returns an array containing the constants of this enum type, in the order they are declared.
values(M) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression that returns the values of a map.
values() - Static method in enum javax.persistence.criteria.JoinType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.persistence.criteria.Predicate.BooleanOperator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.persistence.DiscriminatorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.persistence.EnumType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.persistence.FetchType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.persistence.FlushModeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.persistence.GenerationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.persistence.InheritanceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.persistence.LockModeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.persistence.metamodel.Attribute.PersistentAttributeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.persistence.metamodel.Bindable.BindableType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.persistence.metamodel.PluralAttribute.CollectionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.persistence.metamodel.Type.PersistenceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.persistence.ParameterMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.persistence.PersistenceContextType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.persistence.PessimisticLockScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.persistence.SharedCacheMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.persistence.spi.LoadState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.persistence.spi.PersistenceUnitTransactionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.persistence.SynchronizationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.persistence.TemporalType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.persistence.ValidationMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.resource.spi.AuthenticationMechanism.CredentialInterface
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.resource.spi.TransactionSupport.TransactionSupportLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.security.enterprise.AuthenticationStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.security.enterprise.identitystore.CredentialValidationResult.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.security.enterprise.identitystore.IdentityStore.ValidationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.security.enterprise.identitystore.LdapIdentityStoreDefinition.LdapSearchScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.servlet.annotation.ServletSecurity.EmptyRoleSemantic
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.servlet.annotation.ServletSecurity.TransportGuarantee
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.servlet.DispatcherType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.servlet.http.MappingMatch
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.servlet.SessionTrackingMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.transaction.Transactional.TxType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.websocket.CloseReason.CloseCodes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.xml.bind.annotation.XmlAccessOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.xml.bind.annotation.XmlAccessType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.xml.bind.annotation.XmlNsForm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.xml.ws.handler.MessageContext.Scope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.xml.ws.Service.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.xml.ws.soap.AddressingFeature.Responses
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.apache.taglibs.standard.lang.jstl.EnumeratedMap
 
valueSpecified - Variable in class org.apache.taglibs.standard.tag.common.core.SetSupport
 
valueSpecified - Variable in class org.apache.taglibs.standard.tag.common.fmt.FormatNumberSupport
 
valueSpecified - Variable in class org.apache.taglibs.standard.tag.common.fmt.ParamSupport
 
valueSpecified - Variable in class org.apache.taglibs.standard.tag.common.fmt.ParseDateSupport
 
valueSpecified - Variable in class org.apache.taglibs.standard.tag.common.fmt.ParseNumberSupport
 
ValueSuffix() - Method in class org.apache.taglibs.standard.lang.jstl.parser.ELParser
 
ValueSuffix - Class in org.apache.taglibs.standard.lang.jstl
Represents an element that can appear as a suffix in a complex value, such as a property or index operator, or a method call (should they ever need to be supported).
ValueSuffix() - Constructor for class org.apache.taglibs.standard.lang.jstl.ValueSuffix
 
valueUnbound(HttpSessionBindingEvent) - Method in interface javax.servlet.http.HttpSessionBindingListener
Notifies the object that it is being unbound from a session and identifies the session.
VAR - Static variable in class org.apache.taglibs.standard.tlv.JstlBaseTLV
 
VARIABLE_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
VariableInfo - Class in javax.servlet.jsp.tagext
Information on the scripting variables that are created/modified by a tag (at run-time).
VariableInfo(String, String, boolean, int) - Constructor for class javax.servlet.jsp.tagext.VariableInfo
Constructor These objects can be created (at translation time) by the TagExtraInfo instances.
VariableMapperImpl - Class in org.apache.jasper.runtime
This is the implementation of VariableMapper.
VariableMapperImpl() - Constructor for class org.apache.jasper.runtime.VariableMapperImpl
Constructor
VariableResolver - Interface in javax.servlet.jsp.el
Deprecated.
As of JSP 2.1, replaced by javax.el.ELResolver
VariableResolver - Interface in org.apache.taglibs.standard.lang.jstl
This class is used to customize the way the evaluator resolves variable references.
VariableResolverImpl - Class in org.apache.jasper.runtime
This is the implementation of VariableResolver in JSP 2.0, using ELResolver in JSP2.1.
VariableResolverImpl(PageContext) - Constructor for class org.apache.jasper.runtime.VariableResolverImpl
Constructor
variant - Variable in class org.apache.taglibs.standard.tag.common.fmt.SetLocaleSupport
 
verify(char[], String) - Method in interface javax.security.enterprise.identitystore.PasswordHash
Verify a password against the hashed password value retrieved from a user's account.
Version - Annotation Type in javax.persistence
Specifies the version field or property of an entity class that serves as its optimistic lock value.
Version - Class in org.apache.taglibs.standard
[lifted from xalan] Administrative class to keep track of the version number of the standard tag library.
Version() - Constructor for class org.apache.taglibs.standard.Version
 
Versionable - Interface in javax.xml.registry.infomodel
The Versionable interface defines the behavior common to classes that are capable of creating versions of their instances.
VERSIONABLE - Static variable in interface javax.xml.registry.LifeCycleManager
Constant representing the javax.xml.registry.infomodel.Versionable interface.

W

W3CDomHandler - Class in javax.xml.bind.annotation
DomHandler implementation for W3C DOM (org.w3c.dom package.)
W3CDomHandler() - Constructor for class javax.xml.bind.annotation.W3CDomHandler
Default constructor.
W3CDomHandler(DocumentBuilder) - Constructor for class javax.xml.bind.annotation.W3CDomHandler
Constructor that allows applications to specify which DOM implementation to be used.
W3CEndpointReference - Class in javax.xml.ws.wsaddressing
This class represents a W3C Addressing EndpointReferece which is a remote reference to a web service endpoint that supports the W3C WS-Addressing 1.0 - Core Recommendation.
W3CEndpointReference() - Constructor for class javax.xml.ws.wsaddressing.W3CEndpointReference
Default constructor.
W3CEndpointReference(Source) - Constructor for class javax.xml.ws.wsaddressing.W3CEndpointReference
Creates an EPR from infoset representation
W3CEndpointReferenceBuilder - Class in javax.xml.ws.wsaddressing
This class is used to build W3CEndpointReference instances.
W3CEndpointReferenceBuilder() - Constructor for class javax.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
Creates a new W3CEndpointReferenceBuilder instance.
WARNING - Static variable in interface javax.xml.bind.ValidationEvent
Conditions that are not errors or fatal errors as defined by the XML 1.0 recommendation
wasCancelCalled() - Method in interface javax.ejb.SessionContext
Check whether a client invoked the cancel method on the client Future object corresponding to the currently executing asynchronous business method.
WEB_XML_VERSION_CONTEXT_ATTRIBUTE - Static variable in class org.apache.jasper.Constants
 
WEBAPP_DTD_PUBLIC_ID_22 - Static variable in class org.apache.jasper.Constants
Public Id and the Resource path (of the cached copy) of the DTDs and schemas for web application deployment descriptors
WEBAPP_DTD_PUBLIC_ID_23 - Static variable in class org.apache.jasper.Constants
 
WEBAPP_DTD_RESOURCE_PATH_22 - Static variable in class org.apache.jasper.Constants
 
WEBAPP_DTD_RESOURCE_PATH_23 - Static variable in class org.apache.jasper.Constants
 
WEBAPP_SCHEMA_PUBLIC_ID_24 - Static variable in class org.apache.jasper.Constants
 
WEBAPP_SCHEMA_PUBLIC_ID_25 - Static variable in class org.apache.jasper.Constants
 
WEBAPP_SCHEMA_RESOURCE_PATH_24 - Static variable in class org.apache.jasper.Constants
 
WEBAPP_SCHEMA_RESOURCE_PATH_25 - Static variable in class org.apache.jasper.Constants
 
WebConnection - Interface in javax.servlet.http
This interface encapsulates the connection for an upgrade request.
WebEndpoint - Annotation Type in javax.xml.ws
Used to annotate the getPortName() methods of a generated service interface.
WebFault - Annotation Type in javax.xml.ws
Used to annotate service specific exception classes to customize to the local and namespace name of the fault element and the name of the fault bean.
WebFilter - Annotation Type in javax.servlet.annotation
Annotation used to declare a servlet filter.
WebInitParam - Annotation Type in javax.servlet.annotation
This annotation is used on a Servlet or Filter implementation class to specify an initialization parameter.
WebListener - Annotation Type in javax.servlet.annotation
This annotation is used to declare a WebListener.
WebMethod - Annotation Type in javax.jws
Customizes a method that is exposed as a Web Service operation.
WebParam - Annotation Type in javax.jws
Customizes the mapping of an individual parameter to a Web Service message part and XML element.
WebParam.Mode - Enum in javax.jws
The direction in which the parameter flows
WebResult - Annotation Type in javax.jws
Customizes the mapping of the return value to a WSDL part and XML element.
WebService - Annotation Type in javax.jws
Marks a Java class as implementing a Web Service, or a Java interface as defining a Web Service interface.
WebServiceClient - Annotation Type in javax.xml.ws
Used to annotate a generated service interface.
WebServiceContext - Interface in javax.xml.ws
A WebServiceContext makes it possible for a web service endpoint implementation class to access message context and security information relative to a request being served.
WebServiceException - Exception in javax.xml.ws
The WebServiceException class is the base exception class for all JAX-WS API runtime exceptions.
WebServiceException() - Constructor for exception javax.xml.ws.WebServiceException
Constructs a new exception with null as its detail message.
WebServiceException(String) - Constructor for exception javax.xml.ws.WebServiceException
Constructs a new exception with the specified detail message.
WebServiceException(String, Throwable) - Constructor for exception javax.xml.ws.WebServiceException
Constructs a new exception with the specified detail message and cause.
WebServiceException(Throwable) - Constructor for exception javax.xml.ws.WebServiceException
Constructs a new WebServiceException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
WebServiceFeature - Class in javax.xml.ws
A WebServiceFeature is used to represent a feature that can be enabled or disabled for a web service.
WebServiceFeature() - Constructor for class javax.xml.ws.WebServiceFeature
Default constructor.
WebServiceFeatureAnnotation - Annotation Type in javax.xml.ws.spi
Annotation used to identify other annotations as a WebServiceFeature.
WebServicePermission - Class in javax.xml.ws
This class defines web service permissions.
WebServicePermission(String) - Constructor for class javax.xml.ws.WebServicePermission
Creates a new permission with the specified name.
WebServicePermission(String, String) - Constructor for class javax.xml.ws.WebServicePermission
Creates a new permission with the specified name and actions.
WebServiceProvider - Annotation Type in javax.xml.ws
Used to annotate a Provider implementation class.
WebServiceRef - Annotation Type in javax.xml.ws
The WebServiceRef annotation is used to define a reference to a web service and (optionally) an injection target for it.
WebServiceRefs - Annotation Type in javax.xml.ws
The WebServiceRefs annotation allows multiple web service references to be declared at the class level.
WebServlet - Annotation Type in javax.servlet.annotation
Annotation used to declare a servlet.
WebSocketContainer - Interface in javax.websocket
A WebSocketContainer is an implementation provided object that provides applications a view on the container running it.
when(Expression<Boolean>, R) - Method in interface javax.persistence.criteria.CriteriaBuilder.Case
Add a when/then clause to the case expression.
when(Expression<Boolean>, Expression<? extends R>) - Method in interface javax.persistence.criteria.CriteriaBuilder.Case
Add a when/then clause to the case expression.
when(C, R) - Method in interface javax.persistence.criteria.CriteriaBuilder.SimpleCase
Add a when/then clause to the case expression.
when(C, Expression<? extends R>) - Method in interface javax.persistence.criteria.CriteriaBuilder.SimpleCase
Add a when/then clause to the case expression.
When - Class in org.apache.jasper.tagplugins.jstl
 
When() - Constructor for class org.apache.jasper.tagplugins.jstl.When
 
WhenTag - Class in org.apache.taglibs.standard.tag.common.xml
Tag handler for <if> in JSTL's XML library.
WhenTag() - Constructor for class org.apache.taglibs.standard.tag.common.xml.WhenTag
 
WhenTag - Class in org.apache.taglibs.standard.tag.el.core
Tag handler for <when> in JSTL's expression-evaluating library.
WhenTag() - Constructor for class org.apache.taglibs.standard.tag.el.core.WhenTag
 
WhenTag - Class in org.apache.taglibs.standard.tag.rt.core
Tag handler for <when> in JSTL's rtexprvalue library.
WhenTag() - Constructor for class org.apache.taglibs.standard.tag.rt.core.WhenTag
 
WhenTagSupport - Class in org.apache.taglibs.standard.tag.common.core
WhenTagSupport is an abstract class that facilitates implementation of <when>-style tags in both the rtexprvalue and expression-evaluating libraries.
WhenTagSupport() - Constructor for class org.apache.taglibs.standard.tag.common.core.WhenTagSupport
 
where(Expression<Boolean>) - Method in interface javax.persistence.criteria.AbstractQuery
Modify the query to restrict the query results according to the specified boolean expression.
where(Predicate...) - Method in interface javax.persistence.criteria.AbstractQuery
Modify the query to restrict the query results according to the conjunction of the specified restriction predicates.
where(Expression<Boolean>) - Method in interface javax.persistence.criteria.CriteriaDelete
Modify the delete query to restrict the target of the deletion according to the specified boolean expression.
where(Predicate...) - Method in interface javax.persistence.criteria.CriteriaDelete
Modify the delete query to restrict the target of the deletion according to the conjunction of the specified restriction predicates.
where(Expression<Boolean>) - Method in interface javax.persistence.criteria.CriteriaQuery
Modify the query to restrict the query result according to the specified boolean expression.
where(Predicate...) - Method in interface javax.persistence.criteria.CriteriaQuery
Modify the query to restrict the query result according to the conjunction of the specified restriction predicates.
where(Expression<Boolean>) - Method in interface javax.persistence.criteria.CriteriaUpdate
Modify the update query to restrict the target of the update according to the specified boolean expression.
where(Predicate...) - Method in interface javax.persistence.criteria.CriteriaUpdate
Modify the update query to restrict the target of the update according to the conjunction of the specified restriction predicates.
where(Expression<Boolean>) - Method in interface javax.persistence.criteria.Subquery
Modify the subquery to restrict the result according to the specified boolean expression.
where(Predicate...) - Method in interface javax.persistence.criteria.Subquery
Modify the subquery to restrict the result according to the conjunction of the specified restriction predicates.
willDecode(ByteBuffer) - Method in interface javax.websocket.Decoder.Binary
Answer whether the given bytes can be decoded into an object of type T.
willDecode(String) - Method in interface javax.websocket.Decoder.Text
Answer whether the given String can be decoded into an object of type T.
withAdapters(JsonbAdapter...) - Method in class javax.json.bind.JsonbConfig
Property used to specify custom mapping adapters.
withBinaryDataStrategy(String) - Method in class javax.json.bind.JsonbConfig
Property used to specify custom binary data strategy.
withConfig(JsonbConfig) - Method in interface javax.json.bind.JsonbBuilder
Set configuration which will be set to the newly created Jsonb instance.
withDateFormat(String, Locale) - Method in class javax.json.bind.JsonbConfig
Property used to specify custom date format.
withDeserializers(JsonbDeserializer...) - Method in class javax.json.bind.JsonbConfig
Property used to specify custom deserializers.
withEncoding(String) - Method in class javax.json.bind.JsonbConfig
The binding operations will default to this property for encoding of JSON data.
withFormatting(Boolean) - Method in class javax.json.bind.JsonbConfig
Property used to specify whether or not the serialized JSON data is formatted with linefeeds and indentation.
withLocale(Locale) - Method in class javax.json.bind.JsonbConfig
Property used to specify custom locale.
withNullValues(Boolean) - Method in class javax.json.bind.JsonbConfig
Property used to specify whether null values should be serialized to JSON document or skipped.
withParams() - Static method in class javax.security.enterprise.authentication.mechanism.http.AuthenticationParameters
Creates a new instance of AuthenticationParameters, useful for a fluent/builder style creation of parameters.
withPropertyNamingStrategy(PropertyNamingStrategy) - Method in class javax.json.bind.JsonbConfig
Property used to specify custom naming strategy.
withPropertyNamingStrategy(String) - Method in class javax.json.bind.JsonbConfig
Property used to specify custom naming strategy.
withPropertyOrderStrategy(String) - Method in class javax.json.bind.JsonbConfig
Property used to specify property order strategy.
withPropertyVisibilityStrategy(PropertyVisibilityStrategy) - Method in class javax.json.bind.JsonbConfig
Property used to specify custom property visibility strategy.
withProvider(JsonProvider) - Method in interface javax.json.bind.JsonbBuilder
Provides a JSON-P provider to be used for all JSON-P related operations.
withRequest(HttpServletRequest) - Method in interface javax.security.enterprise.authentication.mechanism.http.HttpMessageContext
Sets the request object.
withRequest(HttpServletRequest) - Method in class javax.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
withSerializers(JsonbSerializer...) - Method in class javax.json.bind.JsonbConfig
Property used to specify custom serializers.
withStrictIJSON(Boolean) - Method in class javax.json.bind.JsonbConfig
Property used to specify whether strict I-JSON serialization compliance should be enforced.
Work - Interface in javax.resource.spi.work
This models a Work instance that would be executed by a WorkManager upon submission.
WORK_ACCEPTED - Static variable in class javax.resource.spi.work.WorkEvent
Indicates Work instance has been accepted.
WORK_COMPLETED - Static variable in class javax.resource.spi.work.WorkEvent
Indicates Work instance has completed execution.
WORK_REJECTED - Static variable in class javax.resource.spi.work.WorkEvent
Indicates Work instance has been rejected.
WORK_STARTED - Static variable in class javax.resource.spi.work.WorkEvent
Indicates Work instance has started execution.
workAccepted(WorkEvent) - Method in class javax.resource.spi.work.WorkAdapter
Invoked when a Work instance has been accepted.
workAccepted(WorkEvent) - Method in interface javax.resource.spi.work.WorkListener
Invoked when a Work instance has been accepted.
WorkAdapter - Class in javax.resource.spi.work
This class is provided as a convenience for easily creating WorkListener instances by extending this class and overriding only those methods of interest.
WorkAdapter() - Constructor for class javax.resource.spi.work.WorkAdapter
 
workCompleted(WorkEvent) - Method in class javax.resource.spi.work.WorkAdapter
Invoked when a Work instance has completed execution.
workCompleted(WorkEvent) - Method in interface javax.resource.spi.work.WorkListener
Invoked when a Work instance has completed execution.
WorkCompletedException - Exception in javax.resource.spi.work
This exception is thrown by a WorkManager to indicate that a submitted Work instance has completed with an exception.
WorkCompletedException() - Constructor for exception javax.resource.spi.work.WorkCompletedException
Constructs a new instance with null as its detail message.
WorkCompletedException(String) - Constructor for exception javax.resource.spi.work.WorkCompletedException
Constructs a new instance with the specified detail message.
WorkCompletedException(Throwable) - Constructor for exception javax.resource.spi.work.WorkCompletedException
Constructs a new throwable with the specified cause.
WorkCompletedException(String, Throwable) - Constructor for exception javax.resource.spi.work.WorkCompletedException
Constructs a new throwable with the specified detail message and cause.
WorkCompletedException(String, String) - Constructor for exception javax.resource.spi.work.WorkCompletedException
Constructs a new throwable with the specified detail message and an error code.
WorkContext - Interface in javax.resource.spi.work
This class serves as a standard mechanism for a resource adapter to propagate an imported context from an enterprise information system to an application server.
WorkContextErrorCodes - Class in javax.resource.spi.work
This class models the possible error conditions that might occur during associating an WorkContext with a Work instance.
WorkContextErrorCodes() - Constructor for class javax.resource.spi.work.WorkContextErrorCodes
 
WorkContextLifecycleListener - Interface in javax.resource.spi.work
This class models the various events that occur during the processing of the WorkContexts associated with a Work instance.
WorkContextProvider - Interface in javax.resource.spi.work
This interface specifies the methods a Work instance uses to associate a List of WorkContext instances to be set when the Work instance gets executed by a WorkManager.
WorkEvent - Class in javax.resource.spi.work
This class models the various events that occur during the processing of a Work instance.
WorkEvent(Object, int, Work, WorkException) - Constructor for class javax.resource.spi.work.WorkEvent
Constructor.
WorkEvent(Object, int, Work, WorkException, long) - Constructor for class javax.resource.spi.work.WorkEvent
Constructor.
WorkException - Exception in javax.resource.spi.work
A common base class for all Work processing related exceptions.
WorkException() - Constructor for exception javax.resource.spi.work.WorkException
Constructs a new instance with null as its detail message.
WorkException(String) - Constructor for exception javax.resource.spi.work.WorkException
Constructs a new instance with the specified detail message.
WorkException(Throwable) - Constructor for exception javax.resource.spi.work.WorkException
Constructs a new throwable with the specified cause.
WorkException(String, Throwable) - Constructor for exception javax.resource.spi.work.WorkException
Constructs a new throwable with the specified detail message and cause.
WorkException(String, String) - Constructor for exception javax.resource.spi.work.WorkException
Constructs a new throwable with the specified detail message and an error code.
WorkListener - Interface in javax.resource.spi.work
This models a WorkListener instance which would be notified by the WorkManager when the various Work processing events (work accepted, work rejected, work started, work completed) occur.
WorkManager - Interface in javax.resource.spi.work
This interface models a WorkManager which provides a facility to submit Work instances for execution.
workRejected(WorkEvent) - Method in class javax.resource.spi.work.WorkAdapter
Invoked when a Work instance has been rejected.
workRejected(WorkEvent) - Method in interface javax.resource.spi.work.WorkListener
Invoked when a Work instance has been rejected.
WorkRejectedException - Exception in javax.resource.spi.work
This exception is thrown by a WorkManager to indicate that a submitted Work instance has been rejected.
WorkRejectedException() - Constructor for exception javax.resource.spi.work.WorkRejectedException
Constructs a new instance with null as its detail message.
WorkRejectedException(String) - Constructor for exception javax.resource.spi.work.WorkRejectedException
Constructs a new instance with the specified detail message.
WorkRejectedException(Throwable) - Constructor for exception javax.resource.spi.work.WorkRejectedException
Constructs a new throwable with the specified cause.
WorkRejectedException(String, Throwable) - Constructor for exception javax.resource.spi.work.WorkRejectedException
Constructs a new throwable with the specified detail message and cause.
WorkRejectedException(String, String) - Constructor for exception javax.resource.spi.work.WorkRejectedException
Constructs a new throwable with the specified detail message and an error code.
workStarted(WorkEvent) - Method in class javax.resource.spi.work.WorkAdapter
Invoked when a Work instance has started execution.
workStarted(WorkEvent) - Method in interface javax.resource.spi.work.WorkListener
Invoked when a Work instance has started execution.
write(OutputStream) - Method in interface javax.resource.cci.Streamable
Write fields of a Streamable object to an OutputStream
write(String) - Method in interface javax.servlet.http.Part
A convenience method to write this uploaded item to disk.
write(int) - Method in class org.apache.jasper.runtime.BodyContentImpl
Write a single character.
write(char[], int, int) - Method in class org.apache.jasper.runtime.BodyContentImpl
Write a portion of an array of characters.
write(char[]) - Method in class org.apache.jasper.runtime.BodyContentImpl
Write an array of characters.
write(String, int, int) - Method in class org.apache.jasper.runtime.BodyContentImpl
Write a portion of a String.
write(String) - Method in class org.apache.jasper.runtime.BodyContentImpl
Write a string.
write(boolean, byte[], String) - Method in class org.apache.jasper.runtime.JspWriterImpl
Attempt to write a String pre-encoded with the page encoding.
write(byte[], int, int) - Method in class org.apache.jasper.runtime.JspWriterImpl
 
write(int) - Method in class org.apache.jasper.runtime.JspWriterImpl
Write a single character.
write(char[], int, int) - Method in class org.apache.jasper.runtime.JspWriterImpl
Write a portion of an array of characters.
write(char[]) - Method in class org.apache.jasper.runtime.JspWriterImpl
Write an array of characters.
write(String, int, int) - Method in class org.apache.jasper.runtime.JspWriterImpl
Write a portion of a String.
write(String) - Method in class org.apache.jasper.runtime.JspWriterImpl
Write a string.
write(byte[], int, int) - Method in interface org.glassfish.jsp.api.ByteWriter
Write a portion of a byte array to the output.
WRITE_XML_DECLARATION - Static variable in class javax.xml.soap.SOAPMessage
Specifies whether the SOAP Message will contain an XML declaration when it is sent.
writeBoolean(boolean) - Method in interface javax.jms.BytesMessage
Writes a boolean to the bytes message stream as a 1-byte value.
writeBoolean(boolean) - Method in interface javax.jms.StreamMessage
Writes a boolean to the stream message.
writeByte(byte) - Method in interface javax.jms.BytesMessage
Writes a byte to the bytes message stream as a 1-byte value.
writeByte(byte) - Method in interface javax.jms.StreamMessage
Writes a byte to the stream message.
writeBytes(byte[]) - Method in interface javax.jms.BytesMessage
Writes a byte array to the bytes message stream.
writeBytes(byte[], int, int) - Method in interface javax.jms.BytesMessage
Writes a portion of a byte array to the bytes message stream.
writeBytes(byte[]) - Method in interface javax.jms.StreamMessage
Writes a byte array field to the stream message.
writeBytes(byte[], int, int) - Method in interface javax.jms.StreamMessage
Writes a portion of a byte array as a byte array field to the stream message.
writeChar(char) - Method in interface javax.jms.BytesMessage
Writes a char to the bytes message stream as a 2-byte value, high byte first.
writeChar(char) - Method in interface javax.jms.StreamMessage
Writes a char to the stream message.
writeDouble(double) - Method in interface javax.jms.BytesMessage
Converts the double argument to a long using the doubleToLongBits method in class Double, and then writes that long value to the bytes message stream as an 8-byte quantity, high byte first.
writeDouble(double) - Method in interface javax.jms.StreamMessage
Writes a double to the stream message.
writeEJBHome(EJBHome, ObjectOutputStream) - Method in interface javax.ejb.spi.HandleDelegate
Serialize the EJBHome reference corresponding to a HomeHandle.
writeEJBObject(EJBObject, ObjectOutputStream) - Method in interface javax.ejb.spi.HandleDelegate
Serialize the EJBObject reference corresponding to a Handle.
writeFloat(float) - Method in interface javax.jms.BytesMessage
Converts the float argument to an int using the floatToIntBits method in class Float, and then writes that int value to the bytes message stream as a 4-byte quantity, high byte first.
writeFloat(float) - Method in interface javax.jms.StreamMessage
Writes a float to the stream message.
writeInt(int) - Method in interface javax.jms.BytesMessage
Writes an int to the bytes message stream as four bytes, high byte first.
writeInt(int) - Method in interface javax.jms.StreamMessage
Writes an int to the stream message.
WriteListener - Interface in javax.servlet
Callback notification mechanism that signals to the developer it's possible to write content without blocking.
writeLong(long) - Method in interface javax.jms.BytesMessage
Writes a long to the bytes message stream as eight bytes, high byte first.
writeLong(long) - Method in interface javax.jms.StreamMessage
Writes a long to the stream message.
writeObject(Object) - Method in interface javax.jms.BytesMessage
Writes an object to the bytes message stream.
writeObject(Object) - Method in interface javax.jms.StreamMessage
Writes an object to the stream message.
writeOut(Writer) - Method in class javax.servlet.jsp.tagext.BodyContent
Write the contents of this BodyContent into a Writer.
writeOut(Writer) - Method in class org.apache.jasper.runtime.BodyContentImpl
Write the contents of this BodyJspWriter into a Writer.
writeShort(short) - Method in interface javax.jms.BytesMessage
Writes a short to the bytes message stream as two bytes, high byte first.
writeShort(short) - Method in interface javax.jms.StreamMessage
Writes a short to the stream message.
writeString(String) - Method in interface javax.jms.StreamMessage
Writes a String to the stream message.
writeTo(OutputStream) - Method in class javax.xml.soap.SOAPMessage
Writes this SOAPMessage object to the given output stream.
writeTo(Result) - Method in class javax.xml.ws.EndpointReference
write this EndpointReference to the specified infoset format
writeTo(Result) - Method in class javax.xml.ws.wsaddressing.W3CEndpointReference
write this EndpointReference to the specified infoset format
writeUTF(String) - Method in interface javax.jms.BytesMessage
Writes a string to the bytes message stream using UTF-8 encoding in a machine-independent manner.
WSDL_DESCRIPTION - Static variable in interface javax.xml.ws.handler.MessageContext
Standard property: input source for WSDL document.
WSDL_INTERFACE - Static variable in interface javax.xml.ws.handler.MessageContext
Standard property: name of wsdl interface (2.0) or port type (1.1).
WSDL_OPERATION - Static variable in interface javax.xml.ws.handler.MessageContext
Standard property: name of WSDL operation.
WSDL_PORT - Static variable in class javax.xml.ws.Endpoint
Standard property: name of WSDL port.
WSDL_PORT - Static variable in interface javax.xml.ws.handler.MessageContext
Standard property: name of WSDL port.
WSDL_SERVICE - Static variable in class javax.xml.ws.Endpoint
Standard property: name of WSDL service.
WSDL_SERVICE - Static variable in interface javax.xml.ws.handler.MessageContext
Standard property: name of WSDL service.
wsdlDocumentLocation(String) - Method in class javax.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
Sets the wsdlDocumentLocation that will be referenced as wsa:Metadata/@wsdli:wsdlLocation.

X

XAConnection - Interface in javax.jms
The XAConnection interface extends the capability of Connection by providing an XASession (optional).
XAConnectionFactory - Interface in javax.jms
The XAConnectionFactory interface is a base interface for the XAQueueConnectionFactory and XATopicConnectionFactory interfaces.
XAJMSContext - Interface in javax.jms
The XAJMSContext interface extends the capability of JMSContext by adding access to a JMS provider's support for the Java Transaction API (JTA) (optional).
XAQueueConnection - Interface in javax.jms
An XAQueueConnection provides the same create options as QueueConnection (optional).
XAQueueConnectionFactory - Interface in javax.jms
An XAQueueConnectionFactory provides the same create options as a QueueConnectionFactory (optional).
XAQueueSession - Interface in javax.jms
An XAQueueSession provides a regular QueueSession, which can be used to create QueueReceiver, QueueSender, and QueueBrowser objects (optional).
XASession - Interface in javax.jms
The XASession interface extends the capability of Session by adding access to a JMS provider's support for the Java Transaction API (JTA) (optional).
XATerminator - Interface in javax.resource.spi
The XATerminator interface is used for transaction completion and crash recovery flows.
XATopicConnection - Interface in javax.jms
An XATopicConnection provides the same create options as TopicConnection (optional).
XATopicConnectionFactory - Interface in javax.jms
An XATopicConnectionFactory provides the same create options as a TopicConnectionFactory (optional).
XATopicSession - Interface in javax.jms
An XATopicSession provides a regular TopicSession.
xml - Variable in class org.apache.taglibs.standard.tag.common.xml.ParseSupport
 
xml - Variable in class org.apache.taglibs.standard.tag.common.xml.TransformSupport
 
XML_BLOCK_EXTERNAL_INIT_PARAM - Static variable in class org.apache.jasper.Constants
Name of the ServletContext init-param that determines if the XML parsers will block the resolution of external entities.
XmlAccessOrder - Enum in javax.xml.bind.annotation
Used by XmlAccessorOrder to control the ordering of properties and fields in a JAXB bound class.
XmlAccessorOrder - Annotation Type in javax.xml.bind.annotation
Controls the ordering of fields and properties in a class.
XmlAccessorType - Annotation Type in javax.xml.bind.annotation
Controls whether fields or Javabean properties are serialized by default.
XmlAccessType - Enum in javax.xml.bind.annotation
Used by XmlAccessorType to control serialization of fields or properties.
XmlAdapter<ValueType,BoundType> - Class in javax.xml.bind.annotation.adapters
Adapts a Java type for custom marshaling.
XmlAdapter() - Constructor for class javax.xml.bind.annotation.adapters.XmlAdapter
Do-nothing constructor for the derived classes.
XmlAnyAttribute - Annotation Type in javax.xml.bind.annotation
Maps a JavaBean property to a map of wildcard attributes.
XmlAnyElement - Annotation Type in javax.xml.bind.annotation
Maps a JavaBean property to XML infoset representation and/or JAXB element.
XmlAttachmentRef - Annotation Type in javax.xml.bind.annotation
Marks a field/property that its XML form is a uri reference to mime content.
XmlAttribute - Annotation Type in javax.xml.bind.annotation
Maps a JavaBean property to a XML attribute.
XMLChar - Class in org.apache.jasper.xmlparser
This class defines the basic XML character properties.
XMLChar() - Constructor for class org.apache.jasper.xmlparser.XMLChar
 
XmlElement - Annotation Type in javax.xml.bind.annotation
Maps a JavaBean property to a XML element derived from property name.
XmlElement.DEFAULT - Class in javax.xml.bind.annotation
Used in XmlElement.type() to signal that the type be inferred from the signature of the property.
XmlElementDecl - Annotation Type in javax.xml.bind.annotation
Maps a factory method to a XML element.
XmlElementDecl.GLOBAL - Class in javax.xml.bind.annotation
Used in XmlElementDecl.scope() to signal that the declaration is in the global scope.
XmlElementRef - Annotation Type in javax.xml.bind.annotation
Maps a JavaBean property to a XML element derived from property's type.
XmlElementRef.DEFAULT - Class in javax.xml.bind.annotation
Used in XmlElementRef.type() to signal that the type be inferred from the signature of the property.
XmlElementRefs - Annotation Type in javax.xml.bind.annotation
Marks a property that refers to classes with XmlElement or JAXBElement.
XmlElements - Annotation Type in javax.xml.bind.annotation
A container for multiple @XmlElement annotations.
XmlElementWrapper - Annotation Type in javax.xml.bind.annotation
Generates a wrapper element around XML representation.
XMLEncodingDetector - Class in org.apache.jasper.xmlparser
 
XMLEncodingDetector() - Constructor for class org.apache.jasper.xmlparser.XMLEncodingDetector
Constructor
XmlEnum - Annotation Type in javax.xml.bind.annotation
Maps an enum type Enum to XML representation.
XmlEnumValue - Annotation Type in javax.xml.bind.annotation
Maps an enum constant in Enum type to XML representation.
XmlID - Annotation Type in javax.xml.bind.annotation
Maps a JavaBean property to XML ID.
XmlIDREF - Annotation Type in javax.xml.bind.annotation
Maps a JavaBean property to XML IDREF.
XmlInlineBinaryData - Annotation Type in javax.xml.bind.annotation
Disable consideration of XOP encoding for datatypes that are bound to base64-encoded binary data in XML.
XmlJavaTypeAdapter - Annotation Type in javax.xml.bind.annotation.adapters
Use an adapter that implements XmlAdapter for custom marshaling.
XmlJavaTypeAdapter.DEFAULT - Class in javax.xml.bind.annotation.adapters
Used in XmlJavaTypeAdapter.type() to signal that the type be inferred from the signature of the field, property, parameter or the class.
XmlJavaTypeAdapters - Annotation Type in javax.xml.bind.annotation.adapters
A container for multiple @XmlJavaTypeAdapter annotations.
XmlList - Annotation Type in javax.xml.bind.annotation
Used to map a property to a list simple type.
XmlMimeType - Annotation Type in javax.xml.bind.annotation
Associates the MIME type that controls the XML representation of the property.
XmlMixed - Annotation Type in javax.xml.bind.annotation
Annotate a JavaBean multi-valued property to support mixed content.
XmlNs - Annotation Type in javax.xml.bind.annotation
Associates a namespace prefix with a XML namespace URI.
XmlNsForm - Enum in javax.xml.bind.annotation
Enumeration of XML Schema namespace qualifications.
XmlParseTEI - Class in org.apache.taglibs.standard.tei
An implementation of TagExtraInfo that implements validation for 's attributes
XmlParseTEI() - Constructor for class org.apache.taglibs.standard.tei.XmlParseTEI
 
XmlRegistry - Annotation Type in javax.xml.bind.annotation
Marks a class that has XmlElementDecls.
XmlRootElement - Annotation Type in javax.xml.bind.annotation
Maps a class or an enum type to an XML element.
XmlSchema - Annotation Type in javax.xml.bind.annotation
Maps a package name to a XML namespace.
XmlSchemaType - Annotation Type in javax.xml.bind.annotation
Maps a Java type to a simple schema built-in type.
XmlSchemaType.DEFAULT - Class in javax.xml.bind.annotation
Used in XmlSchemaType.type() to signal that the type be inferred from the signature of the property.
XmlSchemaTypes - Annotation Type in javax.xml.bind.annotation
A container for multiple @XmlSchemaType annotations.
XmlSeeAlso - Annotation Type in javax.xml.bind.annotation
Instructs JAXB to also bind other classes when binding this class.
XMLString - Class in org.apache.jasper.xmlparser
This class is used as a structure to pass text contained in the underlying character buffer of the scanner.
XMLString() - Constructor for class org.apache.jasper.xmlparser.XMLString
Default constructor.
XMLString(char[], int, int) - Constructor for class org.apache.jasper.xmlparser.XMLString
Constructs an XMLString structure preset with the specified values.
XMLString(XMLString) - Constructor for class org.apache.jasper.xmlparser.XMLString
Constructs an XMLString structure with copies of the values in the given structure.
XMLStringBuffer - Class in org.apache.jasper.xmlparser
XMLString is a structure used to pass character arrays.
XMLStringBuffer() - Constructor for class org.apache.jasper.xmlparser.XMLStringBuffer
 
XMLStringBuffer(int) - Constructor for class org.apache.jasper.xmlparser.XMLStringBuffer
 
XMLStringBuffer(char) - Constructor for class org.apache.jasper.xmlparser.XMLStringBuffer
Constructs a string buffer from a char.
XMLStringBuffer(String) - Constructor for class org.apache.jasper.xmlparser.XMLStringBuffer
Constructs a string buffer from a String.
XMLStringBuffer(char[], int, int) - Constructor for class org.apache.jasper.xmlparser.XMLStringBuffer
Constructs a string buffer from the specified character array.
XMLStringBuffer(XMLString) - Constructor for class org.apache.jasper.xmlparser.XMLStringBuffer
Constructs a string buffer from the specified XMLString.
xmlSystemId - Variable in class org.apache.taglibs.standard.tag.common.xml.TransformSupport
 
XmlTransformTEI - Class in org.apache.taglibs.standard.tei
An implementation of TagExtraInfo that implements validation for <x:transform>'s attributes
XmlTransformTEI() - Constructor for class org.apache.taglibs.standard.tei.XmlTransformTEI
 
XmlTransient - Annotation Type in javax.xml.bind.annotation
Prevents the mapping of a JavaBean property/type to XML representation.
XmlType - Annotation Type in javax.xml.bind.annotation
Maps a class or an enum type to a XML Schema type.
XMLType - Class in javax.xml.rpc.encoding
Constants for common XML Schema and SOAP 1.1 types.
XMLType() - Constructor for class javax.xml.rpc.encoding.XMLType
 
XmlType.DEFAULT - Class in javax.xml.bind.annotation
Used in XmlType.factoryClass() to signal that either factory mehod is not used or that it's in the class with this XmlType itself.
XmlValue - Annotation Type in javax.xml.bind.annotation
Enables mapping a class to a XML Schema complex type with a simpleContent or a XML Schema simple type.
XPathUtil - Class in org.apache.taglibs.standard.tag.common.xml
Support for tag handlers that evaluate XPath expressions.
XPathUtil(PageContext) - Constructor for class org.apache.taglibs.standard.tag.common.xml.XPathUtil
Constructs a new XPathUtil object associated with the given PageContext.
XSD_BASE64 - Static variable in class javax.xml.rpc.encoding.XMLType
The name of the xsd:base64Binary type.
XSD_BOOLEAN - Static variable in class javax.xml.rpc.encoding.XMLType
The name of the xsd:boolean type.
XSD_BYTE - Static variable in class javax.xml.rpc.encoding.XMLType
The name of the xsd:byte type.
XSD_DATETIME - Static variable in class javax.xml.rpc.encoding.XMLType
The name of the xsd:dateTime type.
XSD_DECIMAL - Static variable in class javax.xml.rpc.encoding.XMLType
The name of the xsd:decimal type.
XSD_DOUBLE - Static variable in class javax.xml.rpc.encoding.XMLType
The name of the xsd:double type.
XSD_FLOAT - Static variable in class javax.xml.rpc.encoding.XMLType
The name of the xsd:float type.
XSD_HEXBINARY - Static variable in class javax.xml.rpc.encoding.XMLType
The name of the xsd:hexBinary type.
XSD_INT - Static variable in class javax.xml.rpc.encoding.XMLType
The name of the xsd:int type.
XSD_INTEGER - Static variable in class javax.xml.rpc.encoding.XMLType
The name of the xsd:integer type.
XSD_LONG - Static variable in class javax.xml.rpc.encoding.XMLType
The name of the xsd:long type.
XSD_QNAME - Static variable in class javax.xml.rpc.encoding.XMLType
The name of the xsd:QName type.
XSD_SHORT - Static variable in class javax.xml.rpc.encoding.XMLType
The name of the xsd:short type.
XSD_STRING - Static variable in class javax.xml.rpc.encoding.XMLType
The name of the xsd:string type.
xslt - Variable in class org.apache.taglibs.standard.tag.common.xml.TransformSupport
 
xsltSystemId - Variable in class org.apache.taglibs.standard.tag.common.xml.TransformSupport
 

Y

year(String) - Method in class javax.ejb.ScheduleExpression
Set the year attribute.
year(int) - Method in class javax.ejb.ScheduleExpression
Set the year attribute.

_

_getProperty(String) - Method in interface javax.xml.rpc.Stub
Gets the value of a specific configuration property.
_getPropertyNames() - Method in interface javax.xml.rpc.Stub
Returns an Iterato view of the names of the properties that can be configured on this stub instance.
_jspDestroy() - Method in class org.apache.jasper.runtime.HttpJspBase
 
_jspInit() - Method in class org.apache.jasper.runtime.HttpJspBase
 
_jspService(HttpServletRequest, HttpServletResponse) - Method in interface javax.servlet.jsp.HttpJspPage
The _jspService()method corresponds to the body of the JSP page.
_jspService(HttpServletRequest, HttpServletResponse) - Method in class org.apache.jasper.runtime.HttpJspBase
 
_jspx_page_context - Variable in class org.apache.jasper.runtime.JspFragmentHelper
 
_setProperty(String, Object) - Method in interface javax.xml.rpc.Stub
Sets the name and value of a configuration property for this Stub instance.
A B C D E F G H I J K L M N O P Q R S T U V W X Y _ 
Skip navigation links