Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Javax.servlet Classes and Interfaces - 289 results found.
NameDescriptionTypePackageFramework
AsyncContextClass representing the execution context for an asynchronous operation that was initiated on a ServletRequest.Interfacejavax.servletJava EE
AsyncEventEvent that gets fired when the asynchronous operation initiated on a ServletRequest (via a call to ServletRequest.Classjavax.servletJava EE
AsyncListenerListener that will be notified in the event that an asynchronous operation initiated on a ServletRequest to which the listener had been Interfacejavax.servletJava EE
BodyContentAn encapsulation of the evaluation of the body of an action so it is available to a tag handler.Classjavax.servlet.jsp.tagextJava EE
BodyTagThe BodyTag interface extends IterationTag by defining additional methods that let a tag handler manipulate the content of evaluating its body.Interfacejavax.servlet.jsp.tagextJava EE
BodyTagSupportA base class for defining tag handlers implementing BodyTag.Classjavax.servlet.jsp.tagextJava EE
ConditionalTagSupportAbstract class that facilitates implementation of conditional actions where the boolean result is exposed as a JSP scoped variable.Classjavax.servlet.jsp.jstl.coreJava EE
ConfigClass supporting access to configuration settings.Classjavax.servlet.jsp.jstl.coreJava EE
CookieCreates 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.Classjavax.servlet.httpJava EE
DispatcherTypeEnumeration of filter dispatcher types.Classjavax.servletJava EE
DynamicAttributesFor a tag to declare that it accepts dynamic attributes, it must implement this interface.Interfacejavax.servlet.jsp.tagextJava EE
ELExceptionRepresents any of the exception conditions that arise during the operation evaluation of the evaluator.Classjavax.servlet.jsp.elJava EE
ELParseExceptionRepresents a parsing error encountered while parsing an EL expression.Classjavax.servlet.jsp.elJava EE
ErrorDataContains information about an error, for error pages.Classjavax.servlet.jspJava EE
ExpressionThe abstract class for a prepared expression.Classjavax.servlet.jsp.elJava EE
ExpressionEvaluatorThe abstract base class for an expression-language evaluator.Classjavax.servlet.jsp.elJava EE
FilterA filter is an object that performs filtering tasks on either the request to a resource (a servlet or static content), or on the responseInterfacejavax.servletJava EE
FilterChainA 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.Interfacejavax.servletJava EE
FilterConfigA filter configuration object used by a servlet container to pass information to a filter during initialization.Interfacejavax.servletJava EE
FilterRegistrationInterface through which a Filter may be further configured.Interfacejavax.servletJava EE
FilterRegistration .DynamicInterfacejavax.servlet.FilterRegistrationJava EE
FunctionInfoInformation for a function in a Tag Library.Classjavax.servlet.jsp.tagextJava EE
FunctionMapperThe interface to a map between EL function names and methods.Interfacejavax.servlet.jsp.elJava EE
GenericServletDefines a generic, protocol-independent servlet.Classjavax.servletJava EE
HandlesTypesThis annotation is used to declare the class types that a ServletContainerInitializer can handle.Classjavax.servlet.annotationJava EE
HttpConstraintThis annotation is used within the ServletSecurity annotation to represent the security constraints to be applied to all HTTP protocolClassjavax.servlet.annotationJava EE
HttpConstraintElementJava Class representation of an HttpConstraint annotation value.Classjavax.servletJava EE
HttpJspPageThe HttpJspPage interface describes the interaction that a JSP Page Implementation Class must satisfy when using the HTTP protocol.Interfacejavax.servlet.jspJava EE
HttpMethodConstraintThis annotation is used within the ServletSecurity annotation to represent security constraints on specific HTTP protocol messages.Classjavax.servlet.annotationJava EE
HttpMethodConstraintElementJava Class represntation of an HttpMethodConstraint annotation value.Classjavax.servletJava EE
HttpServletProvides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site.Classjavax.servlet.httpJava EE
HttpServletRequest to provide request information for HTTP servlets.Interfacejavax.servlet.httpJava EE
HttpServletRequestWrapperProvides a convenient implementation of the HttpServletRequest interface that can be subclassed by developers wishing to adapt the request to aClassjavax.servlet.httpJava EE
HttpServletResponse functionality in sending a response.Interfacejavax.servlet.httpJava EE
HttpServletResponseWrapperProvides a convenient implementation of the HttpServletResponse interface that can be subclassed by developers wishing to adapt the response from a Servlet.Classjavax.servlet.httpJava EE
HttpSessionProvides 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.Interfacejavax.servlet.httpJava EE
HttpSessionActivationListenerObjects that are bound to a session may listen to container events notifying them that sessions will be passivated and thatInterfacejavax.servlet.httpJava EE
HttpSessionAttributeListenerInterface for receiving notification events about HttpSession In order to receive these notification events, the implementationInterfacejavax.servlet.httpJava EE
HttpSessionBindingEventEvents of this type are either sent to an object that implements HttpSessionBindingListener when it is bound or unbound from aClassjavax.servlet.httpJava EE
HttpSessionBindingListenerCauses an object to be notified when it is bound to or unbound from a session.Interfacejavax.servlet.httpJava EE
HttpSessionContextInterfacejavax.servlet.httpJava EE
HttpSessionEventThis is the class representing event notifications for changes to sessions within a web application.Classjavax.servlet.httpJava EE
HttpSessionIdListenerInterface for receiving notification events about HttpSession In order to receive these notification events, the implementationInterfacejavax.servlet.httpJava EE
HttpSessionListenerInterface for receiving notification events about HttpSession In order to receive these notification events, the implementationInterfacejavax.servlet.httpJava EE
HttpUpgradeHandlerThis interface encapsulates the upgrade protocol processing.Interfacejavax.servlet.httpJava EE
HttpUtilsClassjavax.servlet.httpJava EE
ImplicitObjectELResolverDefines variable resolution behavior for the EL implicit objects defined in the JSP specification.Classjavax.servlet.jsp.elJava EE
IndexedValueExpressionClassjavax.servlet.jsp.jstl.coreJava EE
IteratedExpressionClassjavax.servlet.jsp.jstl.coreJava EE
IteratedValueExpressionClassjavax.servlet.jsp.jstl.coreJava EE
IterationTagThe IterationTag interface extends Tag by defining one additional method that controls the reevaluation of its body.Interfacejavax.servlet.jsp.tagextJava EE
JspApplicationContextStores application-scoped information relevant to JSP containers.Interfacejavax.servlet.jspJava EE
JspConfigDescriptorThis interface provides access to the related configuration of a web application.Interfacejavax.servlet.descriptorJava EE
JspContext JspContext serves as the base class for the PageContext class and abstracts all information that is not specificClassjavax.servlet.jspJava EE
JspEngineInfoThe JspEngineInfo is an abstract class that provides information on the current JSP engine.Classjavax.servlet.jspJava EE
JspExceptionA generic exception known to the JSP engine; uncaught JspExceptions will result in an invocation of the errorpageClassjavax.servlet.jspJava 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 creatingClassjavax.servlet.jspJava EE
JspFragmentEncapsulates a portion of JSP code in an object that can be invoked as many times as needed.Classjavax.servlet.jsp.tagextJava EE
JspIdConsumerThis interface indicates to the container that a tag handler wishes to be provided with aInterfacejavax.servlet.jsp.tagextJava EE
JspPageThe JspPage interface describes the generic interaction that a JSP Page Implementation class must satisfy; pages that use the HTTP protocolInterfacejavax.servlet.jspJava EE
JspPropertyGroupDescriptorThis interface provides access to the Interfacejavax.servlet.descriptorJava EE
JspTagExceptionException 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 resultClassjavax.servlet.jspJava 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 whichClassjavax.servlet.jspJava EE
LocaleSupportClass which exposes the locale-determination logic for resource bundles through convenience methods.Classjavax.servlet.jsp.jstl.fmtJava EE
LocalizationContextClass representing an I18N localization context.Classjavax.servlet.jsp.jstl.fmtJava EE
LoopTagJSTL allows developers to write custom iteration tags by implementing the LoopTag interface.Interfacejavax.servlet.jsp.jstl.coreJava EE
LoopTagStatusExposes the current status of an iteration.Interfacejavax.servlet.jsp.jstl.coreJava EE
LoopTagSupportBase support class to facilitate implementation of iteration tags.Classjavax.servlet.jsp.jstl.coreJava EE
MultipartConfigAnnotation that may be specified on a Servlet class, indicating that instances of the Servlet expect requestsClassjavax.servlet.annotationJava EE
MultipartConfigElementJava Class represntation of an MultipartConfig annotation value.Classjavax.servletJava EE
PageContext PageContext extends JspContext to provide useful context information for when JSP technology is used in a Servlet environment.Classjavax.servlet.jspJava EE
PageDataTranslation-time information on a JSP page.Classjavax.servlet.jsp.tagextJava EE
Part This class represents a part or form item that was received within a multipart/form-data POST request.Interfacejavax.servlet.httpJava EE
PermittedTaglibsTLVA TagLibraryValidator class to allow a TLD to restrict what taglibs (in addition to itself) may be imported on a page where it'sClassjavax.servlet.jsp.jstl.tlvJava EE
ReadListener This class represents a call-back mechanism that will notify implementations as HTTP request data becomes available to be read without blocking.Interfacejavax.servletJava EE
RegistrationInterface through which a Servlet or Filter may be further configured.Interfacejavax.servletJava EE
Registration .Dynamic via one of the addServlet or addFilter methods, respectively, on ServletContext may be further configured.Interfacejavax.servlet.RegistrationJava EE
RequestDispatcherDefines an object that receives requests from the client and sends them to any resource (such as a servlet, Interfacejavax.servletJava EE
ResultThis interface represents the result of a action.Interfacejavax.servlet.jsp.jstl.sqlJava EE
ResultSupportSupports the creation of a javax.Classjavax.servlet.jsp.jstl.sqlJava EE
ScopedAttributeELResolverDefines variable resolution behavior for scoped attributes.Classjavax.servlet.jsp.elJava EE
ScriptFreeTLVA TagLibraryValidator for enforcing restrictions against the use of JSP scripting elements.Classjavax.servlet.jsp.jstl.tlvJava EE
ServletDefines methods that all servlets must implement.Interfacejavax.servletJava EE
ServletConfigA servlet configuration object used by a servlet container to pass information to a servlet during initialization.Interfacejavax.servletJava EE
ServletContainerInitializerInterface which allows a library/runtime to be notified of a web application's startup phase and perform any required programmaticInterfacejavax.servletJava EE
ServletContextDefines a set of methods that a servlet uses to communicate with its servlet container, for example, to get the MIME type of a file, dispatchInterfacejavax.servletJava EE
ServletContextAttributeEventEvent class for notifications about changes to the attributes of the ServletContext of a web application.Classjavax.servletJava EE
ServletContextAttributeListenerInterface for receiving notification events about ServletContext In order to receive these notification events, the implementationInterfacejavax.servletJava EE
ServletContextEventThis is the event class for notifications about changes to the servlet context of a web application.Classjavax.servletJava EE
ServletContextListenerInterface for receiving notification events about ServletContext In order to receive these notification events, the implementationInterfacejavax.servletJava EE
ServletExceptionDefines a general exception a servlet can throw when it encounters difficulty.Classjavax.servletJava EE
ServletInputStreamProvides an input stream for reading binary data from a client request, including an efficient readLine methodClassjavax.servletJava EE
ServletOutputStreamProvides an output stream for sending binary data to the client.Classjavax.servletJava EE
ServletRegistrationInterface through which a Servlet may be further configured.Interfacejavax.servletJava EE
ServletRegistration .DynamicInterfacejavax.servlet.ServletRegistrationJava EE
ServletRequestDefines an object to provide client request information to a servlet.Interfacejavax.servletJava EE
ServletRequestAttributeEventThis is the event class for notifications of changes to the attributes of the servlet request in an application.Classjavax.servletJava EE
ServletRequestAttributeListenerInterface for receiving notification events about ServletRequest Notifications will be generated while the requestInterfacejavax.servletJava EE
ServletRequestEventEvents of this kind indicate lifecycle events for a ServletRequest.Classjavax.servletJava EE
ServletRequestListenerInterface for receiving notification events about requests coming into and going out of scope of a web application.Interfacejavax.servletJava EE
ServletRequestWrapperProvides a convenient implementation of the ServletRequest interface that can be subclassed by developers wishing to adapt the request to a Servlet.Classjavax.servletJava EE
ServletResponseDefines an object to assist a servlet in sending a response to the client.Interfacejavax.servletJava EE
ServletResponseWrapperProvides a convenient implementation of the ServletResponse interface that can be subclassed by developers wishing to adapt the response from a Servlet.Classjavax.servletJava EE
ServletSecurityThis annotation is used on a Servlet implementation class to specify security constraints to be enforced by a Servlet container on HTTP protocol messages.Classjavax.servlet.annotationJava EE
ServletSecurity .EmptyRoleSemanticDefines the access semantic to be applied to an empty rolesAllowed array.Classjavax.servlet.annotation.ServletSecurityJava EE
ServletSecurity .TransportGuaranteeDefines the data protection requirements that must be satisfied byAll user data must be encrypted by the transport (typicallyClassjavax.servlet.annotation.ServletSecurityJava EE
ServletSecurityElementJava Class represntation of a ServletSecurity annotation value.Classjavax.servletJava EE
SessionCookieConfigClass that may be used to configure various properties of cookies used for session tracking purposes.Interfacejavax.servletJava EE
SessionTrackingModeenum SessionTrackingModeEnumeration of session tracking modes.Classjavax.servletJava EE
SimpleTagInterface for defining Simple Tag Handlers.Interfacejavax.servlet.jsp.tagextJava EE
SimpleTagSupportA base class for defining tag handlers implementing SimpleTag.Classjavax.servlet.jsp.tagextJava EE
SingleThreadModelEnsures that servlets handle only one request at a time.Interfacejavax.servletJava EE
SkipPageExceptionException to indicate the calling page must cease evaluation.Classjavax.servlet.jspJava EE
SQLExecutionTagThis interface allows tag handlers implementing it to receive values for parameter markers in their SQL statements.Interfacejavax.servlet.jsp.jstl.sqlJava EE
TagThe interface of a classic tag handler that does not want to manipulate its body.Interfacejavax.servlet.jsp.tagextJava EE
TagAdapterWraps any SimpleTag and exposes it using a Tag interface.Classjavax.servlet.jsp.tagextJava EE
TagAttributeInfoInformation on the attributes of a Tag, available at translation time.Classjavax.servlet.jsp.tagextJava EE
TagDataThe (translation-time only) attribute/value information for a tag instance.Classjavax.servlet.jsp.tagextJava EE
TagExtraInfoOptional class provided by the tag library author to describe additional translation-time information not described in the TLD.Classjavax.servlet.jsp.tagextJava EE
TagFileInfoTag information for a tag file in a Tag Library; This class is instantiated from the Tag Library Descriptor file (TLD)Classjavax.servlet.jsp.tagextJava EE
TagInfoTag information for a tag in a Tag Library; This class is instantiated from the Tag Library Descriptor file (TLD)Classjavax.servlet.jsp.tagextJava EE
TaglibDescriptorThis interface provides access to the related configuration of a web application.Interfacejavax.servlet.descriptorJava EE
TagLibraryInfoTranslation-time information associated with a taglib directive, and its underlying TLD file.Classjavax.servlet.jsp.tagextJava EE
TagLibraryValidatorTranslation-time validator class for a JSP page.Classjavax.servlet.jsp.tagextJava EE
TagSupportA base class for defining new tag handlers implementing Tag.Classjavax.servlet.jsp.tagextJava EE
TagVariableInfoVariable information for a tag in a Tag Library; This class is instantiated from the Tag Library Descriptor file (TLD)Classjavax.servlet.jsp.tagextJava EE
TryCatchFinallyThe auxiliary interface of a Tag, IterationTag or BodyTag tag handler that wants additional hooks for managing resources.Interfacejavax.servlet.jsp.tagextJava EE
UnavailableExceptionDefines an exception that a servlet or filter throws to indicate that it is permanently or temporarily unavailable.Classjavax.servletJava EE
ValidationMessageA validation message from either TagLibraryValidator or TagExtraInfo.Classjavax.servlet.jsp.tagextJava EE
VariableInfoInformation on the scripting variables that are created/modified by a tag (at run-time).Classjavax.servlet.jsp.tagextJava EE
VariableResolverThis class is used to customize the way an ExpressionEvaluator resolves variable references at evaluation time.Interfacejavax.servlet.jsp.elJava EE
WebConnectionThis interface encapsulates the connection for an upgrade request.Interfacejavax.servlet.httpJava EE
WebFilterAnnotation used to declare a servlet filter.Classjavax.servlet.annotationJava EE
WebInitParamThis annotation is used on a Servlet or Filter implementation class to specify an initialization parameter.Classjavax.servlet.annotationJava EE
WebListenerThis annotation is used to declare a WebListener.Classjavax.servlet.annotationJava EE
WebServletAnnotation used to declare a servlet.Classjavax.servlet.annotationJava EE
WriteListenerCallback notification mechanism that signals to the developer it's possible to write content without blocking.Interfacejavax.servletJava EE
AsyncContextInterfacejavax.servletServletApi
AsyncEventClassjavax.servletServletApi
AsyncListenerInterfacejavax.servletServletApi
CookieCreates 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.Classjavax.servlet.httpServletApi
DispatcherTypeClassjavax.servletServletApi
FilterA 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,Interfacejavax.servletServletApi
FilterChainA 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.Interfacejavax.servletServletApi
FilterConfigA filter configuration object used by a servlet container to pass information to a filter during initialization.Interfacejavax.servletServletApi
FilterRegistrationInterfacejavax.servletServletApi
FilterRegistration .DynamicInterfacejavax.servlet.FilterRegistrationServletApi
GenericServletDefines a generic, protocol-independent servlet.Classjavax.servletServletApi
HandlesTypesThis annotation is used to declare an array of application classes which are passed to a ServletContainerInitializer.Classjavax.servlet.annotationServletApi
HttpConstraintThis annotation represents the security constraints that are applied to all requests with HTTP protocol method types that are not otherwise representedClassjavax.servlet.annotationServletApi
HttpConstraintElementClassjavax.servletServletApi
HttpMethodConstraintSpecific security constraints can be applied to different types of request, differentiated by the HTTP protocol method type by using this annotationClassjavax.servlet.annotationServletApi
HttpMethodConstraintElementClassjavax.servletServletApi
HttpServletProvides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site.Classjavax.servlet.httpServletApi
HttpServletRequest information for HTTP servlets.Interfacejavax.servlet.httpServletApi
HttpServletRequestWrapperProvides a convenient implementation of the HttpServletRequest interface that can be subclassed by developers wishing to adapt the request to a Servlet.Classjavax.servlet.httpServletApi
HttpServletResponse functionality in sending a response.Interfacejavax.servlet.httpServletApi
HttpServletResponseWrapperProvides a convenient implementation of the HttpServletResponse interface that can be subclassed by developers wishing to adapt the response from aClassjavax.servlet.httpServletApi
HttpSessionProvides 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.Interfacejavax.servlet.httpServletApi
HttpSessionActivationListenerObjects that are bound to a session may listen to container events notifying them that sessions will be passivated and thatInterfacejavax.servlet.httpServletApi
HttpSessionAttributeListenerThis listener interface can be implemented in order to get notifications of changes to the attribute lists of sessions within this web application.Interfacejavax.servlet.httpServletApi
HttpSessionBindingEventEvents of this type are either sent to an object that implements HttpSessionBindingListener when it is bound or unbound from aClassjavax.servlet.httpServletApi
HttpSessionBindingListenerCauses an object to be notified when it is bound to or unbound from a session.Interfacejavax.servlet.httpServletApi
HttpSessionContextInterfacejavax.servlet.httpServletApi
HttpSessionEventThis is the class representing event notifications for changes to sessions within a web application.Classjavax.servlet.httpServletApi
HttpSessionListener active sessions in a web application.Interfacejavax.servlet.httpServletApi
HttpUtilsClassjavax.servlet.httpServletApi
JspConfigDescriptorInterfacejavax.servlet.descriptorServletApi
JspPropertyGroupDescriptorInterfacejavax.servlet.descriptorServletApi
MultipartConfigThis annotation is used to indicate that the Servlet on which it is declared expects requests to made using the multipart/form-data MIME type.Classjavax.servlet.annotationServletApi
MultipartConfigElementClassjavax.servletServletApi
PartThis class represents a part as uploaded to the server as part of a multipart/form-data request body.Interfacejavax.servlet.httpServletApi
RegistrationInterfacejavax.servletServletApi
Registration .DynamicInterfacejavax.servlet.RegistrationServletApi
RequestDispatcherDefines 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.Interfacejavax.servletServletApi
ServletDefines methods that all servlets must implement.Classjavax.servletServletApi
ServletConfigA servlet configuration object used by a servlet container to pass information to a servlet during initialization.Interfacejavax.servletServletApi
ServletContainerInitializerServletContainerInitializers (SCIs) are registered via an entry in the file META-INF/services/javax.Interfacejavax.servletServletApi
ServletContextDefines 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, orInterfacejavax.servletServletApi
ServletContextAttributeEventThis is the event class for notifications about changes to the attributes of the servlet context of a web application.Classjavax.servletServletApi
ServletContextAttributeListener attribute list on the servlet context of a web application.Interfacejavax.servletServletApi
ServletContextEventThis is the event class for notifications about changes to the servlet context of a web application.Classjavax.servletServletApi
ServletContextListener servlet context of the web application they are part of.Interfacejavax.servletServletApi
ServletExceptionDefines a general exception a servlet can throw when it encountersAuthor:VariousSee Also:Serialized FormClassjavax.servletServletApi
ServletInputStreamProvides an input stream for reading binary data from a client request, including an efficient readLine method for reading data one lineClassjavax.servletServletApi
ServletOutputStreamProvides an output stream for sending binary data to the client.Classjavax.servletServletApi
ServletRegistrationInterfacejavax.servletServletApi
ServletRegistration .DynamicInterfacejavax.servlet.ServletRegistrationServletApi
ServletRequestDefines an object to provide client request information to a servlet.Interfacejavax.servletServletApi
ServletRequestAttributeEventThis is the event class for notifications of changes to the attributes of the servlet request in an application.Classjavax.servletServletApi
ServletRequestAttributeListenerA ServletRequestAttributeListener can be implemented by the developer interested in being notified of request attributeInterfacejavax.servletServletApi
ServletRequestEventEvents of this kind indicate lifecycle events for a ServletRequest.Classjavax.servletServletApi
ServletRequestListenerA ServletRequestListener can be implemented by the developer interested in being notified of requests coming in and out ofInterfacejavax.servletServletApi
ServletRequestWrapperProvides a convenient implementation of the ServletRequest interface that can be subclassed by developers wishing to adapt the request to a Servlet.Classjavax.servletServletApi
ServletResponseDefines an object to assist a servlet in sending a response to the client.Interfacejavax.servletServletApi
ServletResponseWrapperProvides a convenient implementation of the ServletResponse interface that can be subclassed by developers wishing to adapt the response from a Servlet.Classjavax.servletServletApi
ServletSecurityDeclare this annotation on a Servlet implementation class to enforce security constraints on HTTP protocol requests.Classjavax.servlet.annotationServletApi
ServletSecurity .EmptyRoleSemanticRepresents the two possible values of the empty role semantic, active when a list of role names is empty.Classjavax.servlet.annotation.ServletSecurityServletApi
ServletSecurity .TransportGuaranteeRepresents the two possible values of data transport, encrypted or not.Classjavax.servlet.annotation.ServletSecurityServletApi
ServletSecurityElementClassjavax.servletServletApi
SessionCookieConfigInterfacejavax.servletServletApi
SessionTrackingModeenum SessionTrackingModeEnum Constant SummaryClassjavax.servletServletApi
SingleThreadModelEnsures that servlets handle only one request at a time.Interfacejavax.servletServletApi
TaglibDescriptorInterfacejavax.servlet.descriptorServletApi
UnavailableExceptionDefines an exception that a servlet or filter throws to indicate that it is permanently or temporarily unavailable.Classjavax.servletServletApi
WebFilterThe annotation used to declare a Servlet Filter.Classjavax.servlet.annotationServletApi
WebInitParamThe annotation used to declare an initialization parameter on a Servlet or Filter, within aClassjavax.servlet.annotationServletApi
WebListenerThe annotation used to declare a listener for various types of event, in a given web application context.Classjavax.servlet.annotationServletApi
WebServletThis annotation is used to declare the configuration of an If the name attribute is not defined, the fully qualified name of the classClassjavax.servlet.annotationServletApi
CookieCreates 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.Classjavax.servlet.httpOSGI
FilterA 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.Interfacejavax.servletOSGI
FilterChainA 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.Interfacejavax.servletOSGI
FilterConfigA filter configuration object used by a servlet container to pass information to a filter during initialization.Interfacejavax.servletOSGI
GenericServletDefines a generic, protocol-independent servlet.Classjavax.servletOSGI
HttpServletProvides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site.Classjavax.servlet.httpOSGI
HttpServletRequest to provide request information for HTTP servlets.Interfacejavax.servlet.httpOSGI
HttpServletRequestWrapperProvides a convenient implementation of the HttpServletRequest interface that can be subclassed by developers wishing to adapt the request to a Servlet.Classjavax.servlet.httpOSGI
HttpServletResponse functionality in sending a response.Interfacejavax.servlet.httpOSGI
HttpServletResponseWrapperProvides a convenient implementation of the HttpServletResponse interface that can be subclassed by developers wishing to adapt the response from a Servlet.Classjavax.servlet.httpOSGI
HttpSessionProvides 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.Interfacejavax.servlet.httpOSGI
HttpSessionActivationListenerObjects that are bound to a session may listen to container events notifying them that sessions will be passivated and thatInterfacejavax.servlet.httpOSGI
HttpSessionAttributeListenerThis listener interface can be implemented in order to get notifications of changes to the attribute lists of sessions withinInterfacejavax.servlet.httpOSGI
HttpSessionBindingEventEvents of this type are either sent to an object that implements HttpSessionBindingListener when it is bound or Classjavax.servlet.httpOSGI
HttpSessionBindingListenerCauses an object to be notified when it is bound to or unbound from a session.Interfacejavax.servlet.httpOSGI
HttpSessionContextInterfacejavax.servlet.httpOSGI
HttpSessionEventThis is the class representing event notifications for changes to sessions within a web application.Classjavax.servlet.httpOSGI
HttpSessionListener list of active sessions in a web application.Interfacejavax.servlet.httpOSGI
HttpUtilsClassjavax.servlet.httpOSGI
RequestDispatcherDefines an object that receives requests from the client and sends them to any resource (such as a servlet, Interfacejavax.servletOSGI
ServletDefines methods that all servlets must implement.Interfacejavax.servletOSGI
ServletConfigA servlet configuration object used by a servlet container to pass information to a servlet during initialization.Interfacejavax.servletOSGI
ServletContextDefines a set of methods that a servlet uses to communicate with its servlet container, for example, to get the MIME type of a file, dispatchInterfacejavax.servletOSGI
ServletContextAttributeEventThis is the event class for notifications about changes to the attributes of the servlet context of a web application.Classjavax.servletOSGI
ServletContextAttributeListener changes to the attribute list on the servlet context of a web application.Interfacejavax.servletOSGI
ServletContextEventThis is the event class for notifications about changes to the servlet context of a web application.Classjavax.servletOSGI
ServletContextListener changes to the servlet context of the web application they are To receive notification events, the implementation classInterfacejavax.servletOSGI
ServletExceptionDefines a general exception a servlet can throw when it encounters difficulty.Classjavax.servletOSGI
ServletInputStreamProvides an input stream for reading binary data from a client request, including an efficient readLine methodClassjavax.servletOSGI
ServletOutputStreamProvides an output stream for sending binary data to the client.Classjavax.servletOSGI
ServletRequestDefines an object to provide client request information to a servlet.Interfacejavax.servletOSGI
ServletRequestAttributeEventThis is the event class for notifications of changes to the attributes of the servlet request in an application.Classjavax.servletOSGI
ServletRequestAttributeListenerA ServletRequestAttributeListener can be implemented by the developer interested in being notified of request attributeInterfacejavax.servletOSGI
ServletRequestEventEvents of this kind indicate lifecycle events for a ServletRequest.Classjavax.servletOSGI
ServletRequestListenerA ServletRequestListener can be implemented by the developer interested in being notified of requests coming in and out ofInterfacejavax.servletOSGI
ServletRequestWrapperProvides a convenient implementation of the ServletRequest interface that can be subclassed by developers wishing to adapt the request to a Servlet.Classjavax.servletOSGI
ServletResponseDefines an object to assist a servlet in sending a response to the client.Interfacejavax.servletOSGI
ServletResponseWrapperProvides a convenient implementation of the ServletResponse interface that can be subclassed by developers wishing to adapt the response from a Servlet.Classjavax.servletOSGI
SingleThreadModelEnsures that servlets handle only one request at a time.Interfacejavax.servletOSGI
UnavailableExceptionDefines an exception that a servlet or filter throws to indicate that it is permanently or temporarily unavailable.Classjavax.servletOSGI
CookieCreates 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.Classjavax.servlet.httpKnoplerFish
FilterA 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.Interfacejavax.servletKnoplerFish
FilterChainA 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.Interfacejavax.servletKnoplerFish
FilterConfigA filter configuration object used by a servlet container to pass information to a filter during initialization.Interfacejavax.servletKnoplerFish
GenericServletDefines a generic, protocol-independent servlet.Classjavax.servletKnoplerFish
HttpServletProvides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site.Classjavax.servlet.httpKnoplerFish
HttpServletRequest to provide request information for HTTP servlets.Interfacejavax.servlet.httpKnoplerFish
HttpServletRequestWrapperProvides a convenient implementation of the HttpServletRequest interface that can be subclassed by developers wishing to adapt the request to a Servlet.Classjavax.servlet.httpKnoplerFish
HttpServletResponse functionality in sending a response.Interfacejavax.servlet.httpKnoplerFish
HttpServletResponseWrapperProvides a convenient implementation of the HttpServletResponse interface that can be subclassed by developers wishing to adapt the response from a Servlet.Classjavax.servlet.httpKnoplerFish
HttpSessionProvides 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.Interfacejavax.servlet.httpKnoplerFish
HttpSessionActivationListenerObjects that are bound to a session may listen to container events notifying them that sessions will be passivated and thatInterfacejavax.servlet.httpKnoplerFish
HttpSessionAttributeListenerThis listener interface can be implemented in order to get notifications of changes to the attribute lists of sessions withinInterfacejavax.servlet.httpKnoplerFish
HttpSessionBindingEventEvents of this type are either sent to an object that implements HttpSessionBindingListener when it is bound or Classjavax.servlet.httpKnoplerFish
HttpSessionBindingListenerCauses an object to be notified when it is bound to or unbound from a session.Interfacejavax.servlet.httpKnoplerFish
HttpSessionContextInterfacejavax.servlet.httpKnoplerFish
HttpSessionEventThis is the class representing event notifications for changes to sessions within a web application.Classjavax.servlet.httpKnoplerFish
HttpSessionListener list of active sessions in a web application.Interfacejavax.servlet.httpKnoplerFish
HttpUtilsClassjavax.servlet.httpKnoplerFish
RequestDispatcherDefines an object that receives requests from the client and sends them to any resource (such as a servlet, Interfacejavax.servletKnoplerFish
ServletDefines methods that all servlets must implement.Interfacejavax.servletKnoplerFish
ServletConfigA servlet configuration object used by a servlet container to pass information to a servlet during initialization.Interfacejavax.servletKnoplerFish
ServletContextDefines a set of methods that a servlet uses to communicate with its servlet container, for example, to get the MIME type of a file, dispatchInterfacejavax.servletKnoplerFish
ServletContextAttributeEventThis is the event class for notifications about changes to the attributes of the servlet context of a web application.Classjavax.servletKnoplerFish
ServletContextAttributeListener changes to the attribute list on the servlet context of a web application.Interfacejavax.servletKnoplerFish
ServletContextEventThis is the event class for notifications about changes to the servlet context of a web application.Classjavax.servletKnoplerFish
ServletContextListener changes to the servlet context of the web application they are To receive notification events, the implementation classInterfacejavax.servletKnoplerFish
ServletExceptionDefines a general exception a servlet can throw when it encounters difficulty.Classjavax.servletKnoplerFish
ServletInputStreamProvides an input stream for reading binary data from a client request, including an efficient readLine methodClassjavax.servletKnoplerFish
ServletOutputStreamProvides an output stream for sending binary data to the client.Classjavax.servletKnoplerFish
ServletRequestDefines an object to provide client request information to a servlet.Interfacejavax.servletKnoplerFish
ServletRequestAttributeEventThis is the event class for notifications of changes to the attributes of the servlet request in an application.Classjavax.servletKnoplerFish
ServletRequestAttributeListenerA ServletRequestAttributeListener can be implemented by the developer interested in being notified of request attributeInterfacejavax.servletKnoplerFish
ServletRequestEventEvents of this kind indicate lifecycle events for a ServletRequest.Classjavax.servletKnoplerFish
ServletRequestListenerA ServletRequestListener can be implemented by the developer interested in being notified of requests coming in and out ofInterfacejavax.servletKnoplerFish
ServletRequestWrapperProvides a convenient implementation of the ServletRequest interface that can be subclassed by developers wishing to adapt the request to a Servlet.Classjavax.servletKnoplerFish
ServletResponseDefines an object to assist a servlet in sending a response to the client.Interfacejavax.servletKnoplerFish
ServletResponseWrapperProvides a convenient implementation of the ServletResponse interface that can be subclassed by developers wishing to adapt the response from a Servlet.Classjavax.servletKnoplerFish
SingleThreadModelEnsures that servlets handle only one request at a time.Interfacejavax.servletKnoplerFish
UnavailableExceptionDefines an exception that a servlet or filter throws to indicate that it is permanently or temporarily unavailable.Classjavax.servletKnoplerFish