- abs(Expression<N>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
- AbstractQuery<T> - Interface in javax.persistence.criteria
-
Abstract criteria query.
- Access - Annotation Type in javax.persistence
-
The Id annotation.
- Accessed(Configuration.Duration) - Constructor for class com.caucho.cache.ExpiryPolicy.Accessed
-
- AccessLocalException - Exception in javax.ejb
-
The main ejb context.
- AccessLocalException() - Constructor for exception javax.ejb.AccessLocalException
-
- AccessLocalException(String) - Constructor for exception javax.ejb.AccessLocalException
-
- AccessLocalException(String, Exception) - Constructor for exception javax.ejb.AccessLocalException
-
- AccessTimeout - Annotation Type in javax.ejb
-
Specifies the amount of time in a given time unit that a concurrent access
attempt on a Singleton session bean should block before timing out.
- AccessType - Enum in javax.persistence
-
The @AccessType annotation specifies the field vs property.
- acknowledge() - Method in interface javax.jms.Message
-
- ActivationConfigProperty - Annotation Type in javax.ejb
-
The EJB annotation.
- ActivationSpec - Interface in javax.resource.spi
-
Marker for the activation configuration for an endpoint.
- add(ELResolver) - Method in class javax.el.CompositeELResolver
-
- addAnnotatedType(AnnotatedType<?>) - Method in interface javax.enterprise.inject.spi.BeforeBeanDiscovery
-
Registers an annotated type with the BeanManager, used by extensions to
register configured beans.
- addAnnotatedType(AnnotatedType<?>, String) - Method in interface javax.enterprise.inject.spi.BeforeBeanDiscovery
-
- addBean(Bean<?>) - Method in interface javax.enterprise.inject.spi.AfterBeanDiscovery
-
Registers an extension bean with the BeanManager
- addConnectionEventListener(ConnectionEventListener) - Method in interface javax.resource.spi.ManagedConnection
-
Adds a new listener.
- addContext(Context) - Method in interface javax.enterprise.inject.spi.AfterBeanDiscovery
-
Registers a context with the BeanManager
- addCookie(Cookie) - Method in interface javax.servlet.http.HttpServletResponse
-
Sends a new cookie to the client.
- addCookie(Cookie) - Method in class javax.servlet.http.HttpServletResponseWrapper
-
Sends a new cookie to the client.
- addDateHeader(String, long) - Method in interface javax.servlet.http.HttpServletResponse
-
Adds a header by converting a date to a string.
- addDateHeader(String, long) - Method in class javax.servlet.http.HttpServletResponseWrapper
-
Adds a header by converting a date to a string.
- addDefinitionError(Throwable) - Method in interface javax.enterprise.inject.spi.AfterBeanDiscovery
-
Registers an error with the BeanManager, causing the container to abort
deployment.
- addDefinitionError(Throwable) - Method in interface javax.enterprise.inject.spi.ProcessBean
-
- addDefinitionError(Throwable) - Method in interface javax.enterprise.inject.spi.ProcessInjectionTarget
-
- addDefinitionError(Throwable) - Method in interface javax.enterprise.inject.spi.ProcessObserverMethod
-
- addDefinitionError(Throwable) - Method in interface javax.enterprise.inject.spi.ProcessProducer
-
- addDeploymentProblem(Throwable) - Method in interface javax.enterprise.inject.spi.AfterDeploymentValidation
-
- addELContextListener(ELContextListener) - Method in interface javax.servlet.jsp.JspApplicationContext
-
Adds an ELContextListener.
- addELResolver(ELResolver) - Method in interface javax.servlet.jsp.JspApplicationContext
-
Adds an ELResolver
- addFilter(String, String) - Method in interface javax.servlet.ServletContext
-
Adds a dynamic filter registration using className
- addFilter(String, Filter) - Method in interface javax.servlet.ServletContext
-
Adds a dynamic filter registration using filter
- addFilter(String, Class<? extends Filter>) - Method in interface javax.servlet.ServletContext
-
Adds a filter using filterClass
- addHeader(String, String) - Method in interface javax.servlet.http.HttpServletResponse
-
Adds a header.
- addHeader(String, String) - Method in class javax.servlet.http.HttpServletResponseWrapper
-
Adds a header.
- addInterceptorBinding(Class<? extends Annotation>, Annotation...) - Method in interface javax.enterprise.inject.spi.BeforeBeanDiscovery
-
- addIntHeader(String, int) - Method in interface javax.servlet.http.HttpServletResponse
-
Adds a header by converting an integer value to a string.
- addIntHeader(String, int) - Method in class javax.servlet.http.HttpServletResponseWrapper
-
Adds a header by converting an integer value to a string.
- 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
-
- addListener(T) - Method in interface javax.servlet.ServletContext
-
- addListener(Class<? extends EventListener>) - Method in interface javax.servlet.ServletContext
-
- addMapping(String...) - Method in interface javax.servlet.ServletRegistration
-
- addMappingForServletNames(EnumSet<DispatcherType>, boolean, String...) - Method in interface javax.servlet.FilterRegistration
-
- addMappingForUrlPatterns(EnumSet<DispatcherType>, boolean, String...) - Method in interface javax.servlet.FilterRegistration
-
- addObserverMethod(ObserverMethod<?>) - Method in interface javax.enterprise.inject.spi.AfterBeanDiscovery
-
Registers an observer method with the BeanManager
- addQualifier(Class<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.BeforeBeanDiscovery
-
Registers an annotation as a binding type, so applications can use
existing annotations for binding without modifying the annotation
source.
- addScope(Class<? extends Annotation>, boolean, boolean) - Method in interface javax.enterprise.inject.spi.BeforeBeanDiscovery
-
- addServlet(String, String) - Method in interface javax.servlet.ServletContext
-
Adds a servlet with the given className to context
- addServlet(String, Servlet) - Method in interface javax.servlet.ServletContext
-
Adds a servlet to context
- addServlet(String, Class<? extends Servlet>) - Method in interface javax.servlet.ServletContext
-
Adds a servlet class to the servlet container.
- addSQLParameter(Object) - Method in interface javax.servlet.jsp.jstl.sql.SQLExecutionTag
-
- addStereotype(Class<? extends Annotation>, Annotation...) - Method in interface javax.enterprise.inject.spi.BeforeBeanDiscovery
-
- addTransformer(ClassTransformer) - Method in interface javax.persistence.spi.PersistenceUnitInfo
-
Adds a class transformer.
- AfterBeanDiscovery - Interface in javax.enterprise.inject.spi
-
Framework callback after all bean discovery
- AfterBegin - Annotation Type in javax.ejb
-
After begin session synchronization call-back annotation.
- afterBegin() - Method in interface javax.ejb.SessionSynchronization
-
- AfterCompletion - Annotation Type in javax.ejb
-
After completion session synchronization call-back annotation.
- afterCompletion(boolean) - Method in interface javax.ejb.SessionSynchronization
-
- afterCompletion(int) - Method in interface javax.transaction.Synchronization
-
- afterDelivery() - Method in interface javax.resource.spi.endpoint.MessageEndpoint
-
Called by a resource adapter after a message is delivered.
- AfterDeploymentValidation - Interface in javax.enterprise.inject.spi
-
Extension callback after all bean injection points have been validated.
- alias(String) - Method in interface javax.persistence.criteria.Selection
-
- all(Subquery<Y>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
- allocateConnection(ManagedConnectionFactory, ConnectionRequestInfo) - Method in interface javax.resource.spi.ConnectionManager
-
Allocates the connection.
- Alternative - Annotation Type in javax.enterprise.inject
-
Disables the bean from the initial discovery.
- AmbiguousResolutionException - Exception in javax.enterprise.inject
-
When an injection Manager.getInstance call cannot return a unique bean, it throws
this exception.
- AmbiguousResolutionException() - Constructor for exception javax.enterprise.inject.AmbiguousResolutionException
-
- AmbiguousResolutionException(String) - Constructor for exception javax.enterprise.inject.AmbiguousResolutionException
-
- AmbiguousResolutionException(Throwable) - Constructor for exception javax.enterprise.inject.AmbiguousResolutionException
-
- AmbiguousResolutionException(String, Throwable) - Constructor for exception javax.enterprise.inject.AmbiguousResolutionException
-
- and(Expression<Boolean>, Expression<Boolean>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
- and(Predicate...) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
- Annotated - Interface in javax.enterprise.inject.spi
-
Abstract introspected view of a Bean injectible field
- AnnotatedCallable<X> - Interface in javax.enterprise.inject.spi
-
Abstract introspected view of a Bean injectible field
- AnnotatedConstructor<X> - Interface in javax.enterprise.inject.spi
-
Abstract introspected view of a Bean constructor
- AnnotatedField<X> - Interface in javax.enterprise.inject.spi
-
Abstract introspected view of a Bean injectible field
- AnnotatedMember<X> - Interface in javax.enterprise.inject.spi
-
Abstract introspected view of a Bean injectible method
- AnnotatedMethod<X> - Interface in javax.enterprise.inject.spi
-
Abstract introspected view of a Bean injectible method
- AnnotatedParameter<X> - Interface in javax.enterprise.inject.spi
-
Abstract introspected view of a method or constructor parameter
- AnnotatedType<X> - Interface in javax.enterprise.inject.spi
-
Abstract introspected view of a Bean
- AnnotationLiteral<T extends java.lang.annotation.Annotation> - Class in javax.enterprise.util
-
Convenience API to create runtime Annotations.
- AnnotationLiteral() - Constructor for class javax.enterprise.util.AnnotationLiteral
-
- AnnotationProvider - Interface in com.caucho.cache.spi
-
Infomation about supported options.
- annotationType() - Method in class javax.enterprise.util.AnnotationLiteral
-
- Any - Annotation Type in javax.enterprise.inject
-
Binding injection representing any matching bean.
- any(Subquery<Y>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
- APP_NAME - Static variable in class javax.ejb.embeddable.EJBContainer
-
- APPLICATION - Static variable in class javax.servlet.jsp.PageContext
-
- APPLICATION_SCOPE - Static variable in class javax.servlet.jsp.PageContext
-
- ApplicationException - Annotation Type in javax.ejb
-
The EJB annotation.
- ApplicationScoped - Annotation Type in javax.enterprise.context
-
The @ApplicationScoped represents the servlet application scope
- ApplicationServerInternalException - Exception in javax.resource.spi
-
An exception with internal causes.
- ApplicationServerInternalException() - Constructor for exception javax.resource.spi.ApplicationServerInternalException
-
- ApplicationServerInternalException(String) - Constructor for exception javax.resource.spi.ApplicationServerInternalException
-
- ApplicationServerInternalException(String, String) - Constructor for exception javax.resource.spi.ApplicationServerInternalException
-
- ApplicationServerInternalException(String, Throwable) - Constructor for exception javax.resource.spi.ApplicationServerInternalException
-
- ApplicationServerInternalException(Throwable) - Constructor for exception javax.resource.spi.ApplicationServerInternalException
-
- AroundInvoke - Annotation Type in javax.interceptor
-
- AroundTimeout - Annotation Type in javax.interceptor
-
- array(Selection<?>...) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
- ArrayELResolver - Class in javax.el
-
Resolves properties based on arrays.
- ArrayELResolver() - Constructor for class javax.el.ArrayELResolver
-
- ArrayELResolver(boolean) - Constructor for class javax.el.ArrayELResolver
-
- as(Class<X>) - Method in interface javax.persistence.criteria.Expression
-
- asc(Expression<?>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
- associateConnection(Object, ManagedConnectionFactory, ConnectionRequestInfo) - Method in interface javax.resource.spi.LazyAssociatableConnectionManager
-
Lazily associate a connection object with a managed connection.
- associateConnection(Object) - Method in interface javax.resource.spi.ManagedConnection
-
Associates an application-level connection handle with a ManagedConnection
- AssociationOverride - Annotation Type in javax.persistence
-
The @AssociationOverride annotation.
- AssociationOverrides - Annotation Type in javax.persistence
-
The @AssociationOverrides annotation.
- ASYNC_CONTEXT_PATH - 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
-
Asynchronous/comet servlet support.
- AsyncEvent - Class in javax.servlet
-
Asynchronous/comet servlet support.
- AsyncEvent(AsyncContext) - Constructor for class javax.servlet.AsyncEvent
-
- AsyncEvent(AsyncContext, ServletRequest, ServletResponse) - Constructor for class javax.servlet.AsyncEvent
-
- AsyncEvent(AsyncContext, Throwable) - Constructor for class javax.servlet.AsyncEvent
-
- AsyncEvent(AsyncContext, ServletRequest, ServletResponse, Throwable) - Constructor for class javax.servlet.AsyncEvent
-
- Asynchronous - Annotation Type in javax.ejb
-
Used to mark a method as an asynchronous method or to designate all business
methods of a class or interface as asynchronous.
- AsyncListener - Interface in javax.servlet
-
Asynchronous/comet servlet support.
- AsyncResult<V> - Class in javax.ejb
-
- AsyncResult(V) - Constructor for class javax.ejb.AsyncResult
-
- AT_BEGIN - Static variable in class javax.servlet.jsp.tagext.VariableInfo
-
Constant for variables initialized at the beginning of a tag.
- AT_END - Static variable in class javax.servlet.jsp.tagext.VariableInfo
-
Constant for variables initialized at the end of a tag.
- Attribute<X,Y> - Interface in javax.persistence.metamodel
-
Reflection model for a JPA attribute
- Attribute.PersistentAttributeType - Enum in javax.persistence.metamodel
-
- attributeAdded(HttpSessionBindingEvent) - Method in interface javax.servlet.http.HttpSessionAttributeListener
-
Callback after the session attribute has been added
- attributeAdded(ServletContextAttributeEvent) - Method in interface javax.servlet.ServletContextAttributeListener
-
Callback when a ServletContext attribute is added.
- attributeAdded(ServletRequestAttributeEvent) - Method in interface javax.servlet.ServletRequestAttributeListener
-
Callback when a ServletRequest attribute is added.
- AttributeOverride - Annotation Type in javax.persistence
-
The @AttributeOverride annotation.
- AttributeOverrides - Annotation Type in javax.persistence
-
The @AttributeOverrides annotation.
- attributeRemoved(HttpSessionBindingEvent) - Method in interface javax.servlet.http.HttpSessionAttributeListener
-
Callback after the session attribute has been removed
- attributeRemoved(ServletContextAttributeEvent) - Method in interface javax.servlet.ServletContextAttributeListener
-
Callback when a ServletContext attribute is removed.
- attributeRemoved(ServletRequestAttributeEvent) - Method in interface javax.servlet.ServletRequestAttributeListener
-
Callback when a ServletRequest attribute is removed.
- attributeReplaced(HttpSessionBindingEvent) - Method in interface javax.servlet.http.HttpSessionAttributeListener
-
Callback after the session attribute has been replaced
- attributeReplaced(ServletContextAttributeEvent) - Method in interface javax.servlet.ServletContextAttributeListener
-
Callback when a ServletContext attribute is replaced.
- attributeReplaced(ServletRequestAttributeEvent) - Method in interface javax.servlet.ServletRequestAttributeListener
-
Callback when a ServletRequest attribute is replaced.
- authenticate(HttpServletResponse) - Method in interface javax.servlet.http.HttpServletRequest
-
- authenticate(HttpServletResponse) - Method in class javax.servlet.http.HttpServletRequestWrapper
-
- AUTO_ACKNOWLEDGE - Static variable in interface javax.jms.Session
-
- autoFlush - Variable in class javax.servlet.jsp.JspWriter
-
- avg(Expression<N>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-