| Name | Description | Type | Package | Framework |
| AsyncContext | Class representing the execution context for an asynchronous operation that was initiated on a ServletRequest. | Interface | javax.servlet | Java EE |
|
| AsyncEvent | Event that gets fired when the asynchronous operation initiated on a ServletRequest (via a call to ServletRequest. | Class | javax.servlet | Java EE |
|
| AsyncListener | Listener that will be notified in the event that an asynchronous operation initiated on a ServletRequest to which the listener had been | Interface | javax.servlet | Java EE |
|
| BodyContent | An encapsulation of the evaluation of the body of an action so it is available to a tag handler. | Class | javax.servlet.jsp.tagext | Java EE |
|
| BodyTag | The BodyTag interface extends IterationTag by defining additional methods that let a tag handler manipulate the content of evaluating its body. | Interface | javax.servlet.jsp.tagext | Java EE |
|
| BodyTagSupport | A base class for defining tag handlers implementing BodyTag. | Class | javax.servlet.jsp.tagext | Java EE |
|
| ConditionalTagSupport | Abstract class that facilitates implementation of conditional actions where the boolean result is exposed as a JSP scoped variable. | Class | javax.servlet.jsp.jstl.core | Java EE |
|
| Config | Class supporting access to configuration settings. | Class | javax.servlet.jsp.jstl.core | Java EE |
|
| Cookie | 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. | Class | javax.servlet.http | Java EE |
|
| DispatcherType | Enumeration of filter dispatcher types. | Class | javax.servlet | Java EE |
|
| DynamicAttributes | For a tag to declare that it accepts dynamic attributes, it must implement this interface. | Interface | javax.servlet.jsp.tagext | Java EE |
|
| ELException | Represents any of the exception conditions that arise during the operation evaluation of the evaluator. | Class | javax.servlet.jsp.el | Java EE |
|
| ELParseException | Represents a parsing error encountered while parsing an EL expression. | Class | javax.servlet.jsp.el | Java EE |
|
| ErrorData | Contains information about an error, for error pages. | Class | javax.servlet.jsp | Java EE |
|
| Expression | The abstract class for a prepared expression. | Class | javax.servlet.jsp.el | Java EE |
|
| ExpressionEvaluator | The abstract base class for an expression-language evaluator. | Class | javax.servlet.jsp.el | Java EE |
|
| Filter | A filter is an object that performs filtering tasks on either the request to a resource (a servlet or static content), or on the response | Interface | javax.servlet | Java EE |
|
| FilterChain | A FilterChain is an object provided by the servlet container to the developer giving a view into the invocation chain of a filtered request for a resource. | Interface | javax.servlet | Java EE |
|
| FilterConfig | A filter configuration object used by a servlet container to pass information to a filter during initialization. | Interface | javax.servlet | Java EE |
|
| FilterRegistration | Interface through which a Filter may be further configured. | Interface | javax.servlet | Java EE |
|
| FilterRegistration .Dynamic | | Interface | javax.servlet.FilterRegistration | Java EE |
|
| FunctionInfo | Information for a function in a Tag Library. | Class | javax.servlet.jsp.tagext | Java EE |
|
| FunctionMapper | The interface to a map between EL function names and methods. | Interface | javax.servlet.jsp.el | Java EE |
|
| GenericServlet | Defines a generic, protocol-independent servlet. | Class | javax.servlet | Java EE |
|
| HandlesTypes | This annotation is used to declare the class types that a ServletContainerInitializer can handle. | Class | javax.servlet.annotation | Java EE |
|
| HttpConstraint | This annotation is used within the ServletSecurity annotation to represent the security constraints to be applied to all HTTP protocol | Class | javax.servlet.annotation | Java EE |
|
| HttpConstraintElement | Java Class representation of an HttpConstraint annotation value. | Class | javax.servlet | Java EE |
|
| HttpJspPage | The HttpJspPage interface describes the interaction that a JSP Page Implementation Class must satisfy when using the HTTP protocol. | Interface | javax.servlet.jsp | Java EE |
|
| HttpMethodConstraint | This annotation is used within the ServletSecurity annotation to represent security constraints on specific HTTP protocol messages. | Class | javax.servlet.annotation | Java EE |
|
| HttpMethodConstraintElement | Java Class represntation of an HttpMethodConstraint annotation value. | Class | javax.servlet | Java EE |
|
| HttpServlet | Provides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site. | Class | javax.servlet.http | Java EE |
|
| HttpServletRequest | to provide request information for HTTP servlets. | Interface | javax.servlet.http | Java EE |
|
| HttpServletRequestWrapper | Provides a convenient implementation of the HttpServletRequest interface that can be subclassed by developers wishing to adapt the request to a | Class | javax.servlet.http | Java EE |
|
| HttpServletResponse | functionality in sending a response. | Interface | javax.servlet.http | Java EE |
|
| HttpServletResponseWrapper | Provides a convenient implementation of the HttpServletResponse interface that can be subclassed by developers wishing to adapt the response from a Servlet. | Class | javax.servlet.http | Java EE |
|
| HttpSession | Provides a way to identify a user across more than one page request or visit to a Web site and to store information about that user. | Interface | javax.servlet.http | Java EE |
|
| HttpSessionActivationListener | Objects that are bound to a session may listen to container events notifying them that sessions will be passivated and that | Interface | javax.servlet.http | Java EE |
|
| HttpSessionAttributeListener | Interface for receiving notification events about HttpSession In order to receive these notification events, the implementation | Interface | javax.servlet.http | Java EE |
|
| HttpSessionBindingEvent | Events of this type are either sent to an object that implements HttpSessionBindingListener when it is bound or unbound from a | Class | javax.servlet.http | Java EE |
|
| HttpSessionBindingListener | Causes an object to be notified when it is bound to or unbound from a session. | Interface | javax.servlet.http | Java EE |
|
| HttpSessionContext | | Interface | javax.servlet.http | Java EE |
|
| HttpSessionEvent | This is the class representing event notifications for changes to sessions within a web application. | Class | javax.servlet.http | Java EE |
|
| HttpSessionIdListener | Interface for receiving notification events about HttpSession In order to receive these notification events, the implementation | Interface | javax.servlet.http | Java EE |
|
| HttpSessionListener | Interface for receiving notification events about HttpSession In order to receive these notification events, the implementation | Interface | javax.servlet.http | Java EE |
|
| HttpUpgradeHandler | This interface encapsulates the upgrade protocol processing. | Interface | javax.servlet.http | Java EE |
|
| HttpUtils | | Class | javax.servlet.http | Java EE |
|
| ImplicitObjectELResolver | Defines variable resolution behavior for the EL implicit objects defined in the JSP specification. | Class | javax.servlet.jsp.el | Java EE |
|
| IndexedValueExpression | | Class | javax.servlet.jsp.jstl.core | Java EE |
|
| IteratedExpression | | Class | javax.servlet.jsp.jstl.core | Java EE |
|
| IteratedValueExpression | | Class | javax.servlet.jsp.jstl.core | Java EE |
|
| IterationTag | The IterationTag interface extends Tag by defining one additional method that controls the reevaluation of its body. | Interface | javax.servlet.jsp.tagext | Java EE |
|
| JspApplicationContext | Stores application-scoped information relevant to JSP containers. | Interface | javax.servlet.jsp | Java EE |
|
| JspConfigDescriptor | This interface provides access to the related configuration of a web application. | Interface | javax.servlet.descriptor | Java EE |
|
| JspContext | JspContext serves as the base class for the PageContext class and abstracts all information that is not specific | Class | javax.servlet.jsp | Java EE |
|
| JspEngineInfo | The JspEngineInfo is an abstract class that provides information on the current JSP engine. | Class | javax.servlet.jsp | Java EE |
|
| JspException | A generic exception known to the JSP engine; uncaught JspExceptions will result in an invocation of the errorpage | Class | javax.servlet.jsp | Java EE |
|
| JspFactory | The JspFactory is an abstract class that defines a number of factory methods available to a JSP page at runtime for the purposes of creating | Class | javax.servlet.jsp | Java EE |
|
| JspFragment | Encapsulates a portion of JSP code in an object that can be invoked as many times as needed. | Class | javax.servlet.jsp.tagext | Java EE |
|
| JspIdConsumer | This interface indicates to the container that a tag handler wishes to be provided with a | Interface | javax.servlet.jsp.tagext | Java EE |
|
| JspPage | The JspPage interface describes the generic interaction that a JSP Page Implementation class must satisfy; pages that use the HTTP protocol | Interface | javax.servlet.jsp | Java EE |
|
| JspPropertyGroupDescriptor | This interface provides access to the | Interface | javax.servlet.descriptor | Java EE |
|
| JspTagException | Exception to be used by a Tag Handler to indicate some unrecoverable This error is to be caught by the top level of the JSP page and will result | Class | javax.servlet.jsp | Java EE |
|
| JspWriter | The actions and template data in a JSP page is written using the JspWriter object that is referenced by the implicit variable out which | Class | javax.servlet.jsp | Java EE |
|
| LocaleSupport | Class which exposes the locale-determination logic for resource bundles through convenience methods. | Class | javax.servlet.jsp.jstl.fmt | Java EE |
|
| LocalizationContext | Class representing an I18N localization context. | Class | javax.servlet.jsp.jstl.fmt | Java EE |
|
| LoopTag | JSTL allows developers to write custom iteration tags by implementing the LoopTag interface. | Interface | javax.servlet.jsp.jstl.core | Java EE |
|
| LoopTagStatus | Exposes the current status of an iteration. | Interface | javax.servlet.jsp.jstl.core | Java EE |
|
| LoopTagSupport | Base support class to facilitate implementation of iteration tags. | Class | javax.servlet.jsp.jstl.core | Java EE |
|
| MultipartConfig | Annotation that may be specified on a Servlet class, indicating that instances of the Servlet expect requests | Class | javax.servlet.annotation | Java EE |
|
| MultipartConfigElement | Java Class represntation of an MultipartConfig annotation value. | Class | javax.servlet | Java EE |
|
| PageContext | PageContext extends JspContext to provide useful context information for when JSP technology is used in a Servlet environment. | Class | javax.servlet.jsp | Java EE |
|
| PageData | Translation-time information on a JSP page. | Class | javax.servlet.jsp.tagext | Java EE |
|
| Part | This class represents a part or form item that was received within a multipart/form-data POST request. | Interface | javax.servlet.http | Java EE |
|
| PermittedTaglibsTLV | A TagLibraryValidator class to allow a TLD to restrict what taglibs (in addition to itself) may be imported on a page where it's | Class | javax.servlet.jsp.jstl.tlv | Java EE |
|
| ReadListener | This class represents a call-back mechanism that will notify implementations as HTTP request data becomes available to be read without blocking. | Interface | javax.servlet | Java EE |
|
| Registration | Interface through which a Servlet or Filter may be further configured. | Interface | javax.servlet | Java EE |
|
| Registration .Dynamic | via one of the addServlet or addFilter methods, respectively, on ServletContext may be further configured. | Interface | javax.servlet.Registration | Java EE |
|
| RequestDispatcher | Defines an object that receives requests from the client and sends them to any resource (such as a servlet, | Interface | javax.servlet | Java EE |
|
| Result | This interface represents the result of a action. | Interface | javax.servlet.jsp.jstl.sql | Java EE |
|
| ResultSupport | Supports the creation of a javax. | Class | javax.servlet.jsp.jstl.sql | Java EE |
|
| ScopedAttributeELResolver | Defines variable resolution behavior for scoped attributes. | Class | javax.servlet.jsp.el | Java EE |
|
| ScriptFreeTLV | A TagLibraryValidator for enforcing restrictions against the use of JSP scripting elements. | Class | javax.servlet.jsp.jstl.tlv | Java EE |
|
| Servlet | Defines methods that all servlets must implement. | Interface | javax.servlet | Java EE |
|
| ServletConfig | A servlet configuration object used by a servlet container to pass information to a servlet during initialization. | Interface | javax.servlet | Java EE |
|
| ServletContainerInitializer | Interface which allows a library/runtime to be notified of a web application's startup phase and perform any required programmatic | Interface | javax.servlet | Java EE |
|
| ServletContext | 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 | Interface | javax.servlet | Java EE |
|
| ServletContextAttributeEvent | Event class for notifications about changes to the attributes of the ServletContext of a web application. | Class | javax.servlet | Java EE |
|
| ServletContextAttributeListener | Interface for receiving notification events about ServletContext In order to receive these notification events, the implementation | Interface | javax.servlet | Java EE |
|
| ServletContextEvent | This is the event class for notifications about changes to the servlet context of a web application. | Class | javax.servlet | Java EE |
|
| ServletContextListener | Interface for receiving notification events about ServletContext In order to receive these notification events, the implementation | Interface | javax.servlet | Java EE |
|
| ServletException | Defines a general exception a servlet can throw when it encounters difficulty. | Class | javax.servlet | Java EE |
|
| ServletInputStream | Provides an input stream for reading binary data from a client request, including an efficient readLine method | Class | javax.servlet | Java EE |
|
| ServletOutputStream | Provides an output stream for sending binary data to the client. | Class | javax.servlet | Java EE |
|
| ServletRegistration | Interface through which a Servlet may be further configured. | Interface | javax.servlet | Java EE |
|
| ServletRegistration .Dynamic | | Interface | javax.servlet.ServletRegistration | Java EE |
|
| ServletRequest | Defines an object to provide client request information to a servlet. | Interface | javax.servlet | Java EE |
|
| ServletRequestAttributeEvent | This is the event class for notifications of changes to the attributes of the servlet request in an application. | Class | javax.servlet | Java EE |
|
| ServletRequestAttributeListener | Interface for receiving notification events about ServletRequest Notifications will be generated while the request | Interface | javax.servlet | Java EE |
|
| ServletRequestEvent | Events of this kind indicate lifecycle events for a ServletRequest. | Class | javax.servlet | Java EE |
|
| ServletRequestListener | Interface for receiving notification events about requests coming into and going out of scope of a web application. | Interface | javax.servlet | Java EE |
|
| ServletRequestWrapper | Provides a convenient implementation of the ServletRequest interface that can be subclassed by developers wishing to adapt the request to a Servlet. | Class | javax.servlet | Java EE |
|
| ServletResponse | Defines an object to assist a servlet in sending a response to the client. | Interface | javax.servlet | Java EE |
|
| ServletResponseWrapper | Provides a convenient implementation of the ServletResponse interface that can be subclassed by developers wishing to adapt the response from a Servlet. | Class | javax.servlet | Java EE |
|
| ServletSecurity | This annotation is used on a Servlet implementation class to specify security constraints to be enforced by a Servlet container on HTTP protocol messages. | Class | javax.servlet.annotation | Java EE |
|
| ServletSecurity .EmptyRoleSemantic | Defines the access semantic to be applied to an empty rolesAllowed array. | Class | javax.servlet.annotation.ServletSecurity | Java EE |
|
| ServletSecurity .TransportGuarantee | Defines the data protection requirements that must be satisfied byAll user data must be encrypted by the transport (typically | Class | javax.servlet.annotation.ServletSecurity | Java EE |
|
| ServletSecurityElement | Java Class represntation of a ServletSecurity annotation value. | Class | javax.servlet | Java EE |
|
| SessionCookieConfig | Class that may be used to configure various properties of cookies used for session tracking purposes. | Interface | javax.servlet | Java EE |
|
| SessionTrackingMode | enum SessionTrackingModeEnumeration of session tracking modes. | Class | javax.servlet | Java EE |
|
| SimpleTag | Interface for defining Simple Tag Handlers. | Interface | javax.servlet.jsp.tagext | Java EE |
|
| SimpleTagSupport | A base class for defining tag handlers implementing SimpleTag. | Class | javax.servlet.jsp.tagext | Java EE |
|
| SingleThreadModel | Ensures that servlets handle only one request at a time. | Interface | javax.servlet | Java EE |
|
| SkipPageException | Exception to indicate the calling page must cease evaluation. | Class | javax.servlet.jsp | Java EE |
|
| SQLExecutionTag | This interface allows tag handlers implementing it to receive values for parameter markers in their SQL statements. | Interface | javax.servlet.jsp.jstl.sql | Java EE |
|
| Tag | The interface of a classic tag handler that does not want to manipulate its body. | Interface | javax.servlet.jsp.tagext | Java EE |
|
| TagAdapter | Wraps any SimpleTag and exposes it using a Tag interface. | Class | javax.servlet.jsp.tagext | Java EE |
|
| TagAttributeInfo | Information on the attributes of a Tag, available at translation time. | Class | javax.servlet.jsp.tagext | Java EE |
|
| TagData | The (translation-time only) attribute/value information for a tag instance. | Class | javax.servlet.jsp.tagext | Java EE |
|
| TagExtraInfo | Optional class provided by the tag library author to describe additional translation-time information not described in the TLD. | Class | javax.servlet.jsp.tagext | Java EE |
|
| TagFileInfo | Tag information for a tag file in a Tag Library; This class is instantiated from the Tag Library Descriptor file (TLD) | Class | javax.servlet.jsp.tagext | Java EE |
|
| TagInfo | Tag information for a tag in a Tag Library; This class is instantiated from the Tag Library Descriptor file (TLD) | Class | javax.servlet.jsp.tagext | Java EE |
|
| TaglibDescriptor | This interface provides access to the related configuration of a web application. | Interface | javax.servlet.descriptor | Java EE |
|
| TagLibraryInfo | Translation-time information associated with a taglib directive, and its underlying TLD file. | Class | javax.servlet.jsp.tagext | Java EE |
|
| TagLibraryValidator | Translation-time validator class for a JSP page. | Class | javax.servlet.jsp.tagext | Java EE |
|
| TagSupport | A base class for defining new tag handlers implementing Tag. | Class | javax.servlet.jsp.tagext | Java EE |
|
| TagVariableInfo | Variable information for a tag in a Tag Library; This class is instantiated from the Tag Library Descriptor file (TLD) | Class | javax.servlet.jsp.tagext | Java EE |
|
| TryCatchFinally | The auxiliary interface of a Tag, IterationTag or BodyTag tag handler that wants additional hooks for managing resources. | Interface | javax.servlet.jsp.tagext | Java EE |
|
| UnavailableException | Defines an exception that a servlet or filter throws to indicate that it is permanently or temporarily unavailable. | Class | javax.servlet | Java EE |
|
| ValidationMessage | A validation message from either TagLibraryValidator or TagExtraInfo. | Class | javax.servlet.jsp.tagext | Java EE |
|
| VariableInfo | Information on the scripting variables that are created/modified by a tag (at run-time). | Class | javax.servlet.jsp.tagext | Java EE |
|
| VariableResolver | This class is used to customize the way an ExpressionEvaluator resolves variable references at evaluation time. | Interface | javax.servlet.jsp.el | Java EE |
|
| WebConnection | This interface encapsulates the connection for an upgrade request. | Interface | javax.servlet.http | Java EE |
|
| WebFilter | Annotation used to declare a servlet filter. | Class | javax.servlet.annotation | Java EE |
|
| WebInitParam | This annotation is used on a Servlet or Filter implementation class to specify an initialization parameter. | Class | javax.servlet.annotation | Java EE |
|
| WebListener | This annotation is used to declare a WebListener. | Class | javax.servlet.annotation | Java EE |
|
| WebServlet | Annotation used to declare a servlet. | Class | javax.servlet.annotation | Java EE |
|
| WriteListener | Callback notification mechanism that signals to the developer it's possible to write content without blocking. | Interface | javax.servlet | Java EE |
|
| AsyncContext | | Interface | javax.servlet | ServletApi |
|
| AsyncEvent | | Class | javax.servlet | ServletApi |
|
| AsyncListener | | Interface | javax.servlet | ServletApi |
|
| Cookie | 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. | Class | javax.servlet.http | ServletApi |
|
| DispatcherType | | Class | javax.servlet | ServletApi |
|
| Filter | A filter is an object that performs filtering tasks on either the request to a resource (a servlet or static content), or on the response from a resource, | Interface | javax.servlet | ServletApi |
|
| FilterChain | A FilterChain is an object provided by the servlet container to the developer giving a view into the invocation chain of a filtered request for a resource. | Interface | javax.servlet | ServletApi |
|
| FilterConfig | A filter configuration object used by a servlet container to pass information to a filter during initialization. | Interface | javax.servlet | ServletApi |
|
| FilterRegistration | | Interface | javax.servlet | ServletApi |
|
| FilterRegistration .Dynamic | | Interface | javax.servlet.FilterRegistration | ServletApi |
|
| GenericServlet | Defines a generic, protocol-independent servlet. | Class | javax.servlet | ServletApi |
|
| HandlesTypes | This annotation is used to declare an array of application classes which are passed to a ServletContainerInitializer. | Class | javax.servlet.annotation | ServletApi |
|
| HttpConstraint | This annotation represents the security constraints that are applied to all requests with HTTP protocol method types that are not otherwise represented | Class | javax.servlet.annotation | ServletApi |
|
| HttpConstraintElement | | Class | javax.servlet | ServletApi |
|
| HttpMethodConstraint | Specific security constraints can be applied to different types of request, differentiated by the HTTP protocol method type by using this annotation | Class | javax.servlet.annotation | ServletApi |
|
| HttpMethodConstraintElement | | Class | javax.servlet | ServletApi |
|
| HttpServlet | Provides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site. | Class | javax.servlet.http | ServletApi |
|
| HttpServletRequest | information for HTTP servlets. | Interface | javax.servlet.http | ServletApi |
|
| HttpServletRequestWrapper | Provides a convenient implementation of the HttpServletRequest interface that can be subclassed by developers wishing to adapt the request to a Servlet. | Class | javax.servlet.http | ServletApi |
|
| HttpServletResponse | functionality in sending a response. | Interface | javax.servlet.http | ServletApi |
|
| HttpServletResponseWrapper | Provides a convenient implementation of the HttpServletResponse interface that can be subclassed by developers wishing to adapt the response from a | Class | javax.servlet.http | ServletApi |
|
| HttpSession | Provides a way to identify a user across more than one page request or visit to a Web site and to store information about that user. | Interface | javax.servlet.http | ServletApi |
|
| HttpSessionActivationListener | Objects that are bound to a session may listen to container events notifying them that sessions will be passivated and that | Interface | javax.servlet.http | ServletApi |
|
| HttpSessionAttributeListener | This listener interface can be implemented in order to get notifications of changes to the attribute lists of sessions within this web application. | Interface | javax.servlet.http | ServletApi |
|
| HttpSessionBindingEvent | Events of this type are either sent to an object that implements HttpSessionBindingListener when it is bound or unbound from a | Class | javax.servlet.http | ServletApi |
|
| HttpSessionBindingListener | Causes an object to be notified when it is bound to or unbound from a session. | Interface | javax.servlet.http | ServletApi |
|
| HttpSessionContext | | Interface | javax.servlet.http | ServletApi |
|
| HttpSessionEvent | This is the class representing event notifications for changes to sessions within a web application. | Class | javax.servlet.http | ServletApi |
|
| HttpSessionListener | active sessions in a web application. | Interface | javax.servlet.http | ServletApi |
|
| HttpUtils | | Class | javax.servlet.http | ServletApi |
|
| JspConfigDescriptor | | Interface | javax.servlet.descriptor | ServletApi |
|
| JspPropertyGroupDescriptor | | Interface | javax.servlet.descriptor | ServletApi |
|
| MultipartConfig | This annotation is used to indicate that the Servlet on which it is declared expects requests to made using the multipart/form-data MIME type. | Class | javax.servlet.annotation | ServletApi |
|
| MultipartConfigElement | | Class | javax.servlet | ServletApi |
|
| Part | This class represents a part as uploaded to the server as part of a multipart/form-data request body. | Interface | javax.servlet.http | ServletApi |
|
| Registration | | Interface | javax.servlet | ServletApi |
|
| Registration .Dynamic | | Interface | javax.servlet.Registration | ServletApi |
|
| RequestDispatcher | Defines an object that receives requests from the client and sends them to any resource (such as a servlet, HTML file, or JSP file) on the server. | Interface | javax.servlet | ServletApi |
|
| Servlet | Defines methods that all servlets must implement. | Class | javax.servlet | ServletApi |
|
| ServletConfig | A servlet configuration object used by a servlet container to pass information to a servlet during initialization. | Interface | javax.servlet | ServletApi |
|
| ServletContainerInitializer | ServletContainerInitializers (SCIs) are registered via an entry in the file META-INF/services/javax. | Interface | javax.servlet | ServletApi |
|
| ServletContext | 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 | Interface | javax.servlet | ServletApi |
|
| ServletContextAttributeEvent | This is the event class for notifications about changes to the attributes of the servlet context of a web application. | Class | javax.servlet | ServletApi |
|
| ServletContextAttributeListener | attribute list on the servlet context of a web application. | Interface | javax.servlet | ServletApi |
|
| ServletContextEvent | This is the event class for notifications about changes to the servlet context of a web application. | Class | javax.servlet | ServletApi |
|
| ServletContextListener | servlet context of the web application they are part of. | Interface | javax.servlet | ServletApi |
|
| ServletException | Defines a general exception a servlet can throw when it encountersAuthor:VariousSee Also:Serialized Form | Class | javax.servlet | ServletApi |
|
| ServletInputStream | Provides an input stream for reading binary data from a client request, including an efficient readLine method for reading data one line | Class | javax.servlet | ServletApi |
|
| ServletOutputStream | Provides an output stream for sending binary data to the client. | Class | javax.servlet | ServletApi |
|
| ServletRegistration | | Interface | javax.servlet | ServletApi |
|
| ServletRegistration .Dynamic | | Interface | javax.servlet.ServletRegistration | ServletApi |
|
| ServletRequest | Defines an object to provide client request information to a servlet. | Interface | javax.servlet | ServletApi |
|
| ServletRequestAttributeEvent | This is the event class for notifications of changes to the attributes of the servlet request in an application. | Class | javax.servlet | ServletApi |
|
| ServletRequestAttributeListener | A ServletRequestAttributeListener can be implemented by the developer interested in being notified of request attribute | Interface | javax.servlet | ServletApi |
|
| ServletRequestEvent | Events of this kind indicate lifecycle events for a ServletRequest. | Class | javax.servlet | ServletApi |
|
| ServletRequestListener | A ServletRequestListener can be implemented by the developer interested in being notified of requests coming in and out of | Interface | javax.servlet | ServletApi |
|
| ServletRequestWrapper | Provides a convenient implementation of the ServletRequest interface that can be subclassed by developers wishing to adapt the request to a Servlet. | Class | javax.servlet | ServletApi |
|
| ServletResponse | Defines an object to assist a servlet in sending a response to the client. | Interface | javax.servlet | ServletApi |
|
| ServletResponseWrapper | Provides a convenient implementation of the ServletResponse interface that can be subclassed by developers wishing to adapt the response from a Servlet. | Class | javax.servlet | ServletApi |
|
| ServletSecurity | Declare this annotation on a Servlet implementation class to enforce security constraints on HTTP protocol requests. | Class | javax.servlet.annotation | ServletApi |
|
| ServletSecurity .EmptyRoleSemantic | Represents the two possible values of the empty role semantic, active when a list of role names is empty. | Class | javax.servlet.annotation.ServletSecurity | ServletApi |
|
| ServletSecurity .TransportGuarantee | Represents the two possible values of data transport, encrypted or not. | Class | javax.servlet.annotation.ServletSecurity | ServletApi |
|
| ServletSecurityElement | | Class | javax.servlet | ServletApi |
|
| SessionCookieConfig | | Interface | javax.servlet | ServletApi |
|
| SessionTrackingMode | enum SessionTrackingModeEnum Constant Summary | Class | javax.servlet | ServletApi |
|
| SingleThreadModel | Ensures that servlets handle only one request at a time. | Interface | javax.servlet | ServletApi |
|
| TaglibDescriptor | | Interface | javax.servlet.descriptor | ServletApi |
|
| UnavailableException | Defines an exception that a servlet or filter throws to indicate that it is permanently or temporarily unavailable. | Class | javax.servlet | ServletApi |
|
| WebFilter | The annotation used to declare a Servlet Filter. | Class | javax.servlet.annotation | ServletApi |
|
| WebInitParam | The annotation used to declare an initialization parameter on a Servlet or Filter, within a | Class | javax.servlet.annotation | ServletApi |
|
| WebListener | The annotation used to declare a listener for various types of event, in a given web application context. | Class | javax.servlet.annotation | ServletApi |
|
| WebServlet | This annotation is used to declare the configuration of an If the name attribute is not defined, the fully qualified name of the class | Class | javax.servlet.annotation | ServletApi |
|
| Cookie | 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. | Class | javax.servlet.http | OSGI |
|
| Filter | A filter is an object that performs filtering tasks on either the request to a resource (a servlet or static content), or on the response from a resource, or both. | Interface | javax.servlet | OSGI |
|
| FilterChain | A FilterChain is an object provided by the servlet container to the developer giving a view into the invocation chain of a filtered request for a resource. | Interface | javax.servlet | OSGI |
|
| FilterConfig | A filter configuration object used by a servlet container to pass information to a filter during initialization. | Interface | javax.servlet | OSGI |
|
| GenericServlet | Defines a generic, protocol-independent servlet. | Class | javax.servlet | OSGI |
|
| HttpServlet | Provides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site. | Class | javax.servlet.http | OSGI |
|
| HttpServletRequest | to provide request information for HTTP servlets. | Interface | javax.servlet.http | OSGI |
|
| HttpServletRequestWrapper | Provides a convenient implementation of the HttpServletRequest interface that can be subclassed by developers wishing to adapt the request to a Servlet. | Class | javax.servlet.http | OSGI |
|
| HttpServletResponse | functionality in sending a response. | Interface | javax.servlet.http | OSGI |
|
| HttpServletResponseWrapper | Provides a convenient implementation of the HttpServletResponse interface that can be subclassed by developers wishing to adapt the response from a Servlet. | Class | javax.servlet.http | OSGI |
|
| HttpSession | Provides a way to identify a user across more than one page request or visit to a Web site and to store information about that user. | Interface | javax.servlet.http | OSGI |
|
| HttpSessionActivationListener | Objects that are bound to a session may listen to container events notifying them that sessions will be passivated and that | Interface | javax.servlet.http | OSGI |
|
| HttpSessionAttributeListener | This listener interface can be implemented in order to get notifications of changes to the attribute lists of sessions within | Interface | javax.servlet.http | OSGI |
|
| HttpSessionBindingEvent | Events of this type are either sent to an object that implements HttpSessionBindingListener when it is bound or | Class | javax.servlet.http | OSGI |
|
| HttpSessionBindingListener | Causes an object to be notified when it is bound to or unbound from a session. | Interface | javax.servlet.http | OSGI |
|
| HttpSessionContext | | Interface | javax.servlet.http | OSGI |
|
| HttpSessionEvent | This is the class representing event notifications for changes to sessions within a web application. | Class | javax.servlet.http | OSGI |
|
| HttpSessionListener | list of active sessions in a web application. | Interface | javax.servlet.http | OSGI |
|
| HttpUtils | | Class | javax.servlet.http | OSGI |
|
| RequestDispatcher | Defines an object that receives requests from the client and sends them to any resource (such as a servlet, | Interface | javax.servlet | OSGI |
|
| Servlet | Defines methods that all servlets must implement. | Interface | javax.servlet | OSGI |
|
| ServletConfig | A servlet configuration object used by a servlet container to pass information to a servlet during initialization. | Interface | javax.servlet | OSGI |
|
| ServletContext | 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 | Interface | javax.servlet | OSGI |
|
| ServletContextAttributeEvent | This is the event class for notifications about changes to the attributes of the servlet context of a web application. | Class | javax.servlet | OSGI |
|
| ServletContextAttributeListener | changes to the attribute list on the servlet context of a web application. | Interface | javax.servlet | OSGI |
|
| ServletContextEvent | This is the event class for notifications about changes to the servlet context of a web application. | Class | javax.servlet | OSGI |
|
| ServletContextListener | changes to the servlet context of the web application they are To receive notification events, the implementation class | Interface | javax.servlet | OSGI |
|
| ServletException | Defines a general exception a servlet can throw when it encounters difficulty. | Class | javax.servlet | OSGI |
|
| ServletInputStream | Provides an input stream for reading binary data from a client request, including an efficient readLine method | Class | javax.servlet | OSGI |
|
| ServletOutputStream | Provides an output stream for sending binary data to the client. | Class | javax.servlet | OSGI |
|
| ServletRequest | Defines an object to provide client request information to a servlet. | Interface | javax.servlet | OSGI |
|
| ServletRequestAttributeEvent | This is the event class for notifications of changes to the attributes of the servlet request in an application. | Class | javax.servlet | OSGI |
|
| ServletRequestAttributeListener | A ServletRequestAttributeListener can be implemented by the developer interested in being notified of request attribute | Interface | javax.servlet | OSGI |
|
| ServletRequestEvent | Events of this kind indicate lifecycle events for a ServletRequest. | Class | javax.servlet | OSGI |
|
| ServletRequestListener | A ServletRequestListener can be implemented by the developer interested in being notified of requests coming in and out of | Interface | javax.servlet | OSGI |
|
| ServletRequestWrapper | Provides a convenient implementation of the ServletRequest interface that can be subclassed by developers wishing to adapt the request to a Servlet. | Class | javax.servlet | OSGI |
|
| ServletResponse | Defines an object to assist a servlet in sending a response to the client. | Interface | javax.servlet | OSGI |
|
| ServletResponseWrapper | Provides a convenient implementation of the ServletResponse interface that can be subclassed by developers wishing to adapt the response from a Servlet. | Class | javax.servlet | OSGI |
|
| SingleThreadModel | Ensures that servlets handle only one request at a time. | Interface | javax.servlet | OSGI |
|
| UnavailableException | Defines an exception that a servlet or filter throws to indicate that it is permanently or temporarily unavailable. | Class | javax.servlet | OSGI |
|
| Cookie | 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. | Class | javax.servlet.http | KnoplerFish |
|
| Filter | A filter is an object that performs filtering tasks on either the request to a resource (a servlet or static content), or on the response from a resource, or both. | Interface | javax.servlet | KnoplerFish |
|
| FilterChain | A FilterChain is an object provided by the servlet container to the developer giving a view into the invocation chain of a filtered request for a resource. | Interface | javax.servlet | KnoplerFish |
|
| FilterConfig | A filter configuration object used by a servlet container to pass information to a filter during initialization. | Interface | javax.servlet | KnoplerFish |
|
| GenericServlet | Defines a generic, protocol-independent servlet. | Class | javax.servlet | KnoplerFish |
|
| HttpServlet | Provides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site. | Class | javax.servlet.http | KnoplerFish |
|
| HttpServletRequest | to provide request information for HTTP servlets. | Interface | javax.servlet.http | KnoplerFish |
|
| HttpServletRequestWrapper | Provides a convenient implementation of the HttpServletRequest interface that can be subclassed by developers wishing to adapt the request to a Servlet. | Class | javax.servlet.http | KnoplerFish |
|
| HttpServletResponse | functionality in sending a response. | Interface | javax.servlet.http | KnoplerFish |
|
| HttpServletResponseWrapper | Provides a convenient implementation of the HttpServletResponse interface that can be subclassed by developers wishing to adapt the response from a Servlet. | Class | javax.servlet.http | KnoplerFish |
|
| HttpSession | Provides a way to identify a user across more than one page request or visit to a Web site and to store information about that user. | Interface | javax.servlet.http | KnoplerFish |
|
| HttpSessionActivationListener | Objects that are bound to a session may listen to container events notifying them that sessions will be passivated and that | Interface | javax.servlet.http | KnoplerFish |
|
| HttpSessionAttributeListener | This listener interface can be implemented in order to get notifications of changes to the attribute lists of sessions within | Interface | javax.servlet.http | KnoplerFish |
|
| HttpSessionBindingEvent | Events of this type are either sent to an object that implements HttpSessionBindingListener when it is bound or | Class | javax.servlet.http | KnoplerFish |
|
| HttpSessionBindingListener | Causes an object to be notified when it is bound to or unbound from a session. | Interface | javax.servlet.http | KnoplerFish |
|
| HttpSessionContext | | Interface | javax.servlet.http | KnoplerFish |
|
| HttpSessionEvent | This is the class representing event notifications for changes to sessions within a web application. | Class | javax.servlet.http | KnoplerFish |
|
| HttpSessionListener | list of active sessions in a web application. | Interface | javax.servlet.http | KnoplerFish |
|
| HttpUtils | | Class | javax.servlet.http | KnoplerFish |
|
| RequestDispatcher | Defines an object that receives requests from the client and sends them to any resource (such as a servlet, | Interface | javax.servlet | KnoplerFish |
|
| Servlet | Defines methods that all servlets must implement. | Interface | javax.servlet | KnoplerFish |
|
| ServletConfig | A servlet configuration object used by a servlet container to pass information to a servlet during initialization. | Interface | javax.servlet | KnoplerFish |
|
| ServletContext | 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 | Interface | javax.servlet | KnoplerFish |
|
| ServletContextAttributeEvent | This is the event class for notifications about changes to the attributes of the servlet context of a web application. | Class | javax.servlet | KnoplerFish |
|
| ServletContextAttributeListener | changes to the attribute list on the servlet context of a web application. | Interface | javax.servlet | KnoplerFish |
|
| ServletContextEvent | This is the event class for notifications about changes to the servlet context of a web application. | Class | javax.servlet | KnoplerFish |
|
| ServletContextListener | changes to the servlet context of the web application they are To receive notification events, the implementation class | Interface | javax.servlet | KnoplerFish |
|
| ServletException | Defines a general exception a servlet can throw when it encounters difficulty. | Class | javax.servlet | KnoplerFish |
|
| ServletInputStream | Provides an input stream for reading binary data from a client request, including an efficient readLine method | Class | javax.servlet | KnoplerFish |
|
| ServletOutputStream | Provides an output stream for sending binary data to the client. | Class | javax.servlet | KnoplerFish |
|
| ServletRequest | Defines an object to provide client request information to a servlet. | Interface | javax.servlet | KnoplerFish |
|
| ServletRequestAttributeEvent | This is the event class for notifications of changes to the attributes of the servlet request in an application. | Class | javax.servlet | KnoplerFish |
|
| ServletRequestAttributeListener | A ServletRequestAttributeListener can be implemented by the developer interested in being notified of request attribute | Interface | javax.servlet | KnoplerFish |
|
| ServletRequestEvent | Events of this kind indicate lifecycle events for a ServletRequest. | Class | javax.servlet | KnoplerFish |
|
| ServletRequestListener | A ServletRequestListener can be implemented by the developer interested in being notified of requests coming in and out of | Interface | javax.servlet | KnoplerFish |
|
| ServletRequestWrapper | Provides a convenient implementation of the ServletRequest interface that can be subclassed by developers wishing to adapt the request to a Servlet. | Class | javax.servlet | KnoplerFish |
|
| ServletResponse | Defines an object to assist a servlet in sending a response to the client. | Interface | javax.servlet | KnoplerFish |
|
| ServletResponseWrapper | Provides a convenient implementation of the ServletResponse interface that can be subclassed by developers wishing to adapt the response from a Servlet. | Class | javax.servlet | KnoplerFish |
|
| SingleThreadModel | Ensures that servlets handle only one request at a time. | Interface | javax.servlet | KnoplerFish |
|
| UnavailableException | Defines an exception that a servlet or filter throws to indicate that it is permanently or temporarily unavailable. | Class | javax.servlet | KnoplerFish |