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

D

DataSourceDefinition - Annotation Type in javax.annotation.sql
Defines a custom datasource
DataSourceDefinitions - Annotation Type in javax.annotation.sql
Defines a custom datasource
dayOfMonth(String) - Method in class javax.ejb.ScheduleExpression
Sets the day of month expression.
dayOfMonth(int) - Method in class javax.ejb.ScheduleExpression
Sets the day of month expression.
dayOfWeek(String) - Method in class javax.ejb.ScheduleExpression
Sets the day of week expression.
dayOfWeek(int) - Method in class javax.ejb.ScheduleExpression
Sets the day of week expression.
DeclareRoles - Annotation Type in javax.annotation.security
Deny all users.
declareRoles(String...) - Method in interface javax.servlet.ServletContext
 
Decorator - Annotation Type in javax.decorator
The @Decorator stereotype
Decorator<T> - Interface in javax.enterprise.inject.spi
Internal implementation for a Decorator
Default() - Constructor for class com.caucho.cache.ExpiryPolicy.Default
 
Default - Annotation Type in javax.enterprise.inject
Default bean injection uses @Default as the injection point's @Qualifier.
DEFAULT_BUFFER - Static variable in class javax.servlet.jsp.JspWriter
 
DEFAULT_CACHE_MANAGER_NAME - Static variable in class com.caucho.cache.Caching
 
DEFAULT_DELIVERY_MODE - Static variable in interface javax.jms.Message
 
DEFAULT_PRIORITY - Static variable in interface javax.jms.Message
 
DEFAULT_TIME_TO_LIVE - Static variable in interface javax.jms.Message
 
deferredExpression - Variable in class javax.servlet.jsp.jstl.core.LoopTagSupport
 
Delegate - Annotation Type in javax.decorator
The @Delegate marker for the delegate
delete(Object) - Method in interface com.caucho.cache.CacheWriter
 
delete() - Method in interface javax.jms.TemporaryQueue
 
delete() - Method in interface javax.jms.TemporaryTopic
 
delete() - Method in interface javax.servlet.http.Part
 
deleteAll(Collection<?>) - Method in interface com.caucho.cache.CacheWriter
 
deletesAreDetected(int) - Method in interface javax.resource.cci.ResultSetInfo
Returns true if deletes in a row are detected.
delims - Variable in class javax.servlet.jsp.jstl.core.IteratedExpression
 
delistResource(XAResource, int) - Method in interface javax.transaction.Transaction
Delists a resource from the transaction.
DeliveryMode - Interface in javax.jms
The main destination.
DenyAll - Annotation Type in javax.annotation.security
Deny all users.
Dependent - Annotation Type in javax.enterprise.context
The @Dependent scope
DependsOn - Annotation Type in javax.ejb
Expresses bean initialization dependencies.
desc(Expression<?>) - Method in interface javax.persistence.criteria.CriteriaBuilder
 
Destination - Interface in javax.jms
The main destination.
destroy(T, CreationalContext<T>) - Method in interface javax.enterprise.context.spi.Contextual
Destroys an instance for the Contextual's type.
destroy() - Method in interface javax.resource.spi.ManagedConnection
Destroys the physical connection.
destroy() - Method in interface javax.servlet.Filter
Cleanup the filter.
destroy() - Method in class javax.servlet.GenericServlet
Called when the servlet (and the application) shuts down.
destroy() - Method in interface javax.servlet.Servlet
Called when the servlet shuts down.
detach(Object) - Method in interface javax.persistence.EntityManager
Clears the entity
diff(Expression<? extends N>, Expression<? extends N>) - Method in interface javax.persistence.criteria.CriteriaBuilder
 
diff(Expression<? extends N>, N) - Method in interface javax.persistence.criteria.CriteriaBuilder
 
diff(N, Expression<? extends N>) - Method in interface javax.persistence.criteria.CriteriaBuilder
 
DIGEST_AUTH - Static variable in interface javax.servlet.http.HttpServletRequest
String identifier for digest authenciation.
DiscriminatorColumn - Annotation Type in javax.persistence
The @DiscriminatorColumn annotation.
DiscriminatorType - Enum in javax.persistence
The DiscriminatorType enumeration
DiscriminatorValue - Annotation Type in javax.persistence
The @DiscriminatorValue annotation.
disjunction() - Method in interface javax.persistence.criteria.CriteriaBuilder
 
dispatch() - Method in interface javax.servlet.AsyncContext
 
dispatch(String) - Method in interface javax.servlet.AsyncContext
 
dispatch(ServletContext, String) - Method in interface javax.servlet.AsyncContext
 
DispatcherType - Enum in javax.servlet
since Servlet 3.0
dispose(T) - Method in interface javax.enterprise.inject.spi.Producer
Dispose the bean.
Disposes - Annotation Type in javax.enterprise.inject
Factory destruction methods are declared with the @Disposes annotation.
DissociatableManagedConnection - Interface in javax.resource.spi
Indicates that the ManagedConnect implements the lazy connection optimization.
dissociateConnections() - Method in interface javax.resource.spi.DissociatableManagedConnection
Disassociates a managed connection from all the handles.
distinct(boolean) - Method in interface javax.persistence.criteria.AbstractQuery
 
distinct(boolean) - Method in interface javax.persistence.criteria.CriteriaQuery
 
distinct(boolean) - Method in interface javax.persistence.criteria.Subquery
 
doAfterBody() - Method in class javax.servlet.jsp.jstl.core.LoopTagSupport
 
doAfterBody() - Method in interface javax.servlet.jsp.tagext.BodyTag
Tags call doAfterBody after processing the tag body.
doAfterBody() - Method in class javax.servlet.jsp.tagext.BodyTagSupport
Action after the body completes, returning EVAL_BODY_TAG to loop and SKIP_BODY to stop looping.
doAfterBody() - Method in interface javax.servlet.jsp.tagext.IterationTag
Tags call doAfterBody after processing the tag body.
doAfterBody() - Method in class javax.servlet.jsp.tagext.TagSupport
Processed to check if the tag should loop.
doCatch(Throwable) - Method in class javax.servlet.jsp.jstl.core.LoopTagSupport
 
doCatch(Throwable) - Method in interface javax.servlet.jsp.tagext.TryCatchFinally
Invoked if any exception is thrown while evaluating the tag.
doDelete(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Process a DELETE request
doEndTag() - Method in interface javax.servlet.jsp.tagext.Tag
Callback to handle the end of a tag.
doEndTag() - Method in class javax.servlet.jsp.tagext.TagAdapter
Stubbed.
doEndTag() - Method in class javax.servlet.jsp.tagext.TagSupport
Processed at the end of the tag.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in interface javax.servlet.Filter
doFilter performs the actual work of a filter, either modifying the request or the response.
doFilter(ServletRequest, ServletResponse) - Method in interface javax.servlet.FilterChain
Invokes the next filter in the chain or the final servlet at the end of the chain.
doFinally() - Method in class javax.servlet.jsp.jstl.core.LoopTagSupport
 
doFinally() - Method in interface javax.servlet.jsp.tagext.TryCatchFinally
Invoked after doEndTag even with an exception.
doGet(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Process a GET or HEAD request
doHead(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Process a HEAD request.
doInitBody() - Method in interface javax.servlet.jsp.tagext.BodyTag
Tags call doInitBody before processing the tag body.
doInitBody() - Method in class javax.servlet.jsp.tagext.BodyTagSupport
The default init action is to do nothing.
doOptions(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Process an OPTIONS request
doPost(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Process a POST request
doPut(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Process a PUT request
doStartTag() - Method in class javax.servlet.jsp.jstl.core.ConditionalTagSupport
Process the tag.
doStartTag() - Method in class javax.servlet.jsp.jstl.core.LoopTagSupport
Starts the iteration.
doStartTag() - Method in class javax.servlet.jsp.tagext.BodyTagSupport
The default start action is EVAL_BODY_TAG, i.e.
doStartTag() - Method in interface javax.servlet.jsp.tagext.Tag
Callback to handle the start of a tag.
doStartTag() - Method in class javax.servlet.jsp.tagext.TagAdapter
Stubbed.
doStartTag() - Method in class javax.servlet.jsp.tagext.TagSupport
Processed at the beginning of the tag.
doTag() - Method in interface javax.servlet.jsp.tagext.SimpleTag
Callback to handle the tag.
doTag() - Method in class javax.servlet.jsp.tagext.SimpleTagSupport
Does nothing.
doTrace(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Process a TRACE request
doWork(Work) - Method in interface javax.resource.spi.work.WorkManager
Accepts a work instance for processing.
doWork(Work, long, ExecutionContext, WorkListener) - Method in interface javax.resource.spi.work.WorkManager
Accepts a work instance for processing.
DuplicateKeyException - Exception in javax.ejb
The main ejb context.
DuplicateKeyException() - Constructor for exception javax.ejb.DuplicateKeyException
 
DuplicateKeyException(String) - Constructor for exception javax.ejb.DuplicateKeyException
 
DUPS_OK_ACKNOWLEDGE - Static variable in interface javax.jms.Session
 
Duration(TimeUnit, long) - Constructor for class com.caucho.cache.Configuration.Duration
 
DynamicAttributes - Interface in javax.servlet.jsp.tagext
Interface for a tag that supports dynamic attributes.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
Skip navigation links