- 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 ELContextListener
s 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
-
- addListener(AsyncListener, ServletRequest, ServletResponse) - Method in interface javax.servlet.AsyncContext
-
- 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
-
- ASYNC_MAPPING - Static variable in interface javax.servlet.AsyncContext
-
- ASYNC_PATH_INFO - Static variable in interface javax.servlet.AsyncContext
-
- ASYNC_QUERY_STRING - Static variable in interface javax.servlet.AsyncContext
-
- ASYNC_REQUEST_URI - Static variable in interface javax.servlet.AsyncContext
-
- ASYNC_SERVLET_PATH - Static variable in interface javax.servlet.AsyncContext
-
- 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
-
- 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.
- 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
-
- 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
-
- 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(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
-
- 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
-
- create(String) - Method in class javax.xml.soap.SOAPElementFactory
-
- create(String, String, String) - Method in class javax.xml.soap.SOAPElementFactory
-
- 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
-
- 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
-
- 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).
- 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
-
- 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 MimeHeader
s in this MimeHeaders
object.
- getAllMimeHeaders() - Method in class javax.xml.soap.AttachmentPart
-
Retrieves all the headers for this AttachmentPart
object
as an iterator over the MimeHeader
objects.
- getAllMimeHeaders() - Method in class javax.xml.soap.SOAPPart
-
Retrieves all the headers for this SOAPPart
object
as an iterator over the MimeHeader
objects.
- 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
-
- getAsyncContext() - Method in class javax.servlet.ServletRequestWrapper
-
- 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
-
- 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
Node
s of this element.
- getChildElements(Name) - Method in interface javax.xml.soap.SOAPElement
-
Returns an
Iterator
over all the immediate child
Node
s of this element with the specified name.
- getChildElements(QName) - Method in interface javax.xml.soap.SOAPElement
-
Returns an
Iterator
over all the immediate child
Node
s of this element with the specified qname.
- getChildOrganizationCount() - Method in interface javax.xml.registry.infomodel.Organization
-
Gets number of children.
- getChildOrganizations() - Method in interface javax.xml.registry.infomodel.Organization
-
Gets all immediate children Organizations.
- 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
-
- 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 DetailEntry
s 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
-
- 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
-
- 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
-
- getExecutor() - Method in class javax.xml.ws.Endpoint
-
Returns the executor for this Endpoint
instance.
- getExecutor() - Method in class javax.xml.ws.Service
-
Returns the executor for this Service
instance.
- getExecutor() - Method in class javax.xml.ws.spi.ServiceDelegate
-
Returns the executor for this Service
instance.
- getExpectedType() - Method in class javax.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
-
- 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 ValueExpression
s and MethodExpression
s 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
Locale
s for which there are associated Reason Text items.
- getFaultReasonText(Locale) - Method in interface javax.xml.soap.SOAPFault
-
Returns the Reason Text associated with the given Locale
.
- getFaultReasonTexts() - Method in interface javax.xml.soap.SOAPFault
-
Returns an Iterator
over a sequence of
String
objects containing all of the Reason Text items for
this SOAPFault
.
- getFaultRole() - Method in interface javax.xml.soap.SOAPFault
-
Returns the optional Role element value for this
SOAPFault
object.
- getFaultString() - Method in exception javax.xml.rpc.soap.SOAPFaultException
-
Gets the faultstring
element.
- getFaultString() - Method in interface javax.xml.soap.SOAPFault
-
Gets the fault string for this SOAPFault
object.
- getFaultStringLocale() - Method in interface javax.xml.soap.SOAPFault
-
Gets the locale of the fault string for this SOAPFault
object.
- getFaultSubcodes() - Method in interface javax.xml.soap.SOAPFault
-
Gets the Subcodes for this SOAPFault
as an iterator over
QNames
.
- getFeatureDescriptors(ELContext, Object) - Method in class javax.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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- getListener() - Method in interface javax.xml.bind.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
-
- 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
-
- 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
-
- 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
-
- 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
String
s 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
-
- 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
QName
s of service endpoints grouped by this
service
- getPorts() - Method in class javax.xml.ws.Service
-
Returns an Iterator
for the list of
QName
s of service endpoints grouped by this
service
- getPorts() - Method in class javax.xml.ws.spi.ServiceDelegate
-
Returns an Iterator
for the list of
QName
s of service endpoints grouped by this
service
- getPortTypeName() - Method in interface javax.xml.rpc.Call
-
Gets the qualified name of the port type.
- 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
-
- 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
-
- getRealPath(String) - Method in class javax.servlet.ServletRequestWrapper
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- getServlet() - Method in exception javax.servlet.UnavailableException
-
- getServlet() - Method in class org.apache.jasper.runtime.PageContextImpl
-
- getServlet(String) - Method in class org.apache.jasper.servlet.JspCServletContext
-
- 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
-
- 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
ServletContex
t 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
-
- getServletNames() - Method in class org.apache.jasper.servlet.JspCServletContext
-
- 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
-
- getServlets() - Method in class org.apache.jasper.servlet.JspCServletContext
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
String
s visible to this element.
- getWaitingThreadCount() - Method in interface javax.management.j2ee.statistics.JCAConnectionPoolStats
-
The number of threads waiting for a connection
- getWaitingThreadCount() - Method in interface javax.management.j2ee.statistics.JDBCConnectionPoolStats
-
Number of threads waiting for a connection.
- getWaitTime() - Method in interface javax.management.j2ee.statistics.JCAConnectionStats
-
Returns the time spent waiting for a connection to be available
- getWaitTime() - Method in interface javax.management.j2ee.statistics.JDBCConnectionStats
-
Time spent waiting for a connection to be available.
- 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
-
- 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
-
- 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
IdentityStore
s.
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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.
- 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 do
XXX methods defined in
this class.
- service(ServletRequest, ServletResponse) - Method in class javax.servlet.http.HttpServlet
-
Dispatches client requests to the protected
service
method.
- service(ServletRequest, ServletResponse) - Method in interface javax.servlet.Servlet
-
Called by the servlet container to allow the servlet to respond to
a request.
- Service - Interface in javax.xml.registry.infomodel
-
Service instances are RegistryObjects that provide information on services
(for example, web services) offered by an Organization.
- SERVICE - Static variable in interface javax.xml.registry.LifeCycleManager
-
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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- setListener(Unmarshaller.Listener) - Method in interface javax.xml.bind.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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- startAsync(ServletRequest, ServletResponse) - Method in class javax.servlet.ServletRequestWrapper
-
- 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
-