- Handle - Interface in javax.ejb
-
The main ejb context.
- HandleDelegate - Interface in javax.ejb.spi
-
- handlePageException(Exception) - Method in class javax.servlet.jsp.PageContext
-
Internal routine to support errorPages.
- handlePageException(Throwable) - Method in class javax.servlet.jsp.PageContext
-
Internal routine to support errorPages
- HandlesTypes - Annotation Type in javax.servlet.annotation
-
Declares types an instance of the ServletContainerInitializer can handle.
- hasDynamicAttributes() - Method in class javax.servlet.jsp.tagext.TagInfo
-
Retursn true if dynamic attributes are supported.
- hashCode() - Method in interface com.caucho.cache.annotation.CacheKey
-
- hashCode() - Method in class com.caucho.cache.ExpiryPolicy.Default
-
- hashCode() - Method in class javax.el.Expression
-
- hashCode() - Method in class javax.enterprise.util.AnnotationLiteral
-
- hashCode() - Method in class javax.enterprise.util.TypeLiteral
-
- hashCode() - Method in interface javax.resource.cci.Record
-
- hashCode() - Method in interface javax.resource.spi.ConnectionRequestInfo
-
- hashCode() - Method in interface javax.resource.spi.ManagedConnectionFactory
-
- hashCode() - Method in interface javax.resource.spi.security.GenericCredential
-
Deprecated.
- hashCode() - Method in class javax.resource.spi.security.PasswordCredential
-
Deprecated.
- hashCode() - Method in class javax.servlet.jsp.jstl.core.IndexedValueExpression
-
- hashCode() - Method in class javax.servlet.jsp.jstl.core.IteratedExpression
-
- hashCode() - Method in class javax.servlet.jsp.jstl.core.IteratedValueExpression
-
- hasNext() - Method in class javax.servlet.jsp.jstl.core.LoopTagSupport
-
Returns true if there are more values in the tag.
- hasOriginalRequestAndResponse() - Method in interface javax.servlet.AsyncContext
-
- hasSingleIdAttribute() - Method in interface javax.persistence.metamodel.IdentifiableType
-
- hasVersionAttribute() - Method in interface javax.persistence.metamodel.IdentifiableType
-
- having(Expression<Boolean>) - Method in interface javax.persistence.criteria.AbstractQuery
-
- having(Predicate...) - Method in interface javax.persistence.criteria.AbstractQuery
-
- having(Expression<Boolean>) - Method in interface javax.persistence.criteria.CriteriaQuery
-
- having(Predicate...) - Method in interface javax.persistence.criteria.CriteriaQuery
-
- having(Expression<Boolean>) - Method in interface javax.persistence.criteria.Subquery
-
- having(Predicate...) - Method in interface javax.persistence.criteria.Subquery
-
- HeuristicCommitException - Exception in javax.transaction
-
An exception thrown from a rollback on a resource when the resource
already heuristically committed.
- HeuristicCommitException() - Constructor for exception javax.transaction.HeuristicCommitException
-
- HeuristicCommitException(String) - Constructor for exception javax.transaction.HeuristicCommitException
-
- HeuristicMixedException - Exception in javax.transaction
-
An exception thrown from a commit on a resource when the resource
already heuristically rolled back.
- HeuristicMixedException() - Constructor for exception javax.transaction.HeuristicMixedException
-
- HeuristicMixedException(String) - Constructor for exception javax.transaction.HeuristicMixedException
-
- HeuristicRollbackException - Exception in javax.transaction
-
An exception thrown from a commit on a resource when the resource
already heuristically rolled back.
- HeuristicRollbackException() - Constructor for exception javax.transaction.HeuristicRollbackException
-
- HeuristicRollbackException(String) - Constructor for exception javax.transaction.HeuristicRollbackException
-
- HomeHandle - Interface in javax.ejb
-
The main ejb context.
- hour(String) - Method in class javax.ejb.ScheduleExpression
-
Sets the hour expression.
- hour(int) - Method in class javax.ejb.ScheduleExpression
-
Sets the hour expression.
- HttpConstraint - Annotation Type in javax.servlet.annotation
-
- HttpConstraintElement - Class in javax.servlet
-
- HttpConstraintElement() - Constructor for class javax.servlet.HttpConstraintElement
-
- HttpConstraintElement(ServletSecurity.EmptyRoleSemantic) - Constructor for class javax.servlet.HttpConstraintElement
-
- HttpConstraintElement(ServletSecurity.TransportGuarantee, String...) - Constructor for class javax.servlet.HttpConstraintElement
-
- HttpConstraintElement(ServletSecurity.EmptyRoleSemantic, ServletSecurity.TransportGuarantee, String...) - Constructor for class javax.servlet.HttpConstraintElement
-
- HttpJspPage - Interface in javax.servlet.jsp
-
HttpJspPage is the normal interface to extend when implementing
a custom base class.
- HttpMethodConstraint - Annotation Type in javax.servlet.annotation
-
- HttpMethodConstraintElement - Class in javax.servlet
-
- HttpMethodConstraintElement(String) - Constructor for class javax.servlet.HttpMethodConstraintElement
-
- HttpMethodConstraintElement(String, HttpConstraintElement) - Constructor for class javax.servlet.HttpMethodConstraintElement
-
- HttpServlet - Class in javax.servlet.http
-
HttpServlet is a convenient abstract class for creating servlets.
- HttpServlet() - Constructor for class javax.servlet.http.HttpServlet
-
- HttpServletRequest - Interface in javax.servlet.http
-
HttpServletRequest encapsulates client request data.
- HttpServletRequestWrapper - Class in javax.servlet.http
-
Wraps a servlet request in another request.
- HttpServletRequestWrapper(HttpServletRequest) - Constructor for class javax.servlet.http.HttpServletRequestWrapper
-
Creates a new request wrapper
- HttpServletResponse - Interface in javax.servlet.http
-
HttpServletResponse extends ServletResponse allowing servlets to
set the status and headers.
- HttpServletResponseWrapper - Class in javax.servlet.http
-
Wraps a servlet request in another request.
- HttpServletResponseWrapper(HttpServletResponse) - Constructor for class javax.servlet.http.HttpServletResponseWrapper
-
Creates a new Response wrapper
- HttpSession - Interface in javax.servlet.http
-
Sessions are a convenient way to connect users to web pages.
- HttpSessionActivationListener - Interface in javax.servlet.http
-
Interface for a listener receiving events when a session is
created or displayed.
- HttpSessionAttributeListener - Interface in javax.servlet.http
-
Interface for a listener receiving events when a session is
created or displayed.
- HttpSessionBindingEvent - Class in javax.servlet.http
-
The event object for adding or removing a session object.
- HttpSessionBindingEvent(HttpSession, String) - Constructor for class javax.servlet.http.HttpSessionBindingEvent
-
Create a new session binding event.
- HttpSessionBindingEvent(HttpSession, String, Object) - Constructor for class javax.servlet.http.HttpSessionBindingEvent
-
Create a new session binding event.
- HttpSessionBindingListener - Interface in javax.servlet.http
-
This listener lets session values know when they've been added to
or removed from a session.
- HttpSessionContext - Interface in javax.servlet.http
-
Deprecated.
- HttpSessionEvent - Class in javax.servlet.http
-
The event object for session changes.
- HttpSessionEvent(HttpSession) - Constructor for class javax.servlet.http.HttpSessionEvent
-
Create a new session event.
- HttpSessionListener - Interface in javax.servlet.http
-
This listener lets session values know when a session is created or
destroyed.
- HttpUtils - Class in javax.servlet.http
-
Deprecated.
- HttpUtils() - Constructor for class javax.servlet.http.HttpUtils
-
Deprecated.