Uses of Interface
javax.servlet.ServletContext
Package | Description |
---|---|
cloud.piranha.cdi.weld | |
cloud.piranha.pages.jasper | |
cloud.piranha.security.eleos | |
cloud.piranha.security.exousia | |
cloud.piranha.security.jakarta | |
cloud.piranha.security.soteria | |
cloud.piranha.webapp.annotationscan | |
cloud.piranha.webapp.api |
The Piranha Web Application API package contains the core set of APIs of
Piranha that deliver web application support.
|
cloud.piranha.webapp.impl | |
cloud.piranha.webapp.tempdir | |
cloud.piranha.webapp.webannotation | |
cloud.piranha.webapp.webxml | |
javax.servlet |
The javax.servlet package delivers the Core Servlet API classes.
|
javax.servlet.http |
The javax.servlet.http package delivers the HTTP part of the Servlet API.
|
-
Uses of ServletContext in cloud.piranha.cdi.weld
Methods in cloud.piranha.cdi.weld that return ServletContext Modifier and Type Method Description ServletContext
RealtimeHttpServletRequestWrapper. getServletContext()
Get the servlet context.Methods in cloud.piranha.cdi.weld with parameters of type ServletContext Modifier and Type Method Description void
WeldInitializer. onStartup(java.util.Set<java.lang.Class<?>> classes, ServletContext servletContext)
On startup. -
Uses of ServletContext in cloud.piranha.pages.jasper
Methods in cloud.piranha.pages.jasper with parameters of type ServletContext Modifier and Type Method Description void
JasperInitializer. onStartup(java.util.Set<java.lang.Class<?>> classes, ServletContext servletContext)
Initialize Jasper. -
Uses of ServletContext in cloud.piranha.security.eleos
Methods in cloud.piranha.security.eleos with parameters of type ServletContext Modifier and Type Method Description void
AuthenticationInitializer. onStartup(java.util.Set<java.lang.Class<?>> classes, ServletContext servletContext)
Initialize Eleos -
Uses of ServletContext in cloud.piranha.security.exousia
Methods in cloud.piranha.security.exousia with parameters of type ServletContext Modifier and Type Method Description void
AuthorizationInitializer. onStartup(java.util.Set<java.lang.Class<?>> classes, ServletContext servletContext)
Installs the authorization filtervoid
AuthorizationPreInitializer. onStartup(java.util.Set<java.lang.Class<?>> classes, ServletContext servletContext)
Initialize Exousia -
Uses of ServletContext in cloud.piranha.security.jakarta
Methods in cloud.piranha.security.jakarta with parameters of type ServletContext Modifier and Type Method Description void
JakartaSecurityAllInitializer. onStartup(java.util.Set<java.lang.Class<?>> classes, ServletContext servletContext)
Initialize Jakarta Securityvoid
JakartaSecurityInitializer. onStartup(java.util.Set<java.lang.Class<?>> classes, ServletContext servletContext)
Initialize Jakarta Security -
Uses of ServletContext in cloud.piranha.security.soteria
Methods in cloud.piranha.security.soteria with parameters of type ServletContext Modifier and Type Method Description void
SoteriaInitializer. onStartup(java.util.Set<java.lang.Class<?>> classes, ServletContext servletContext)
Initialize Soteria.void
SoteriaPreCDIInitializer. onStartup(java.util.Set<java.lang.Class<?>> classes, ServletContext servletContext)
Initialize Soteria. -
Uses of ServletContext in cloud.piranha.webapp.annotationscan
Methods in cloud.piranha.webapp.annotationscan with parameters of type ServletContext Modifier and Type Method Description void
AnnotationScanInitializer. onStartup(java.util.Set<java.lang.Class<?>> classes, ServletContext servletContext)
On startup. -
Uses of ServletContext in cloud.piranha.webapp.api
Subinterfaces of ServletContext in cloud.piranha.webapp.api Modifier and Type Interface Description interface
WebApplication
The WebApplication API. -
Uses of ServletContext in cloud.piranha.webapp.impl
Classes in cloud.piranha.webapp.impl that implement ServletContext Modifier and Type Class Description class
DefaultWebApplication
The default WebApplication.Methods in cloud.piranha.webapp.impl that return ServletContext Modifier and Type Method Description ServletContext
DefaultWebApplication. getContext(java.lang.String uripath)
Get the servlet context for the given uripath.ServletContext
DefaultFilterEnvironment. getServletContext()
Get the servlet context.ServletContext
DefaultHttpSession. getServletContext()
Get the servlet context.ServletContext
DefaultServletEnvironment. getServletContext()
Methods in cloud.piranha.webapp.impl with parameters of type ServletContext Modifier and Type Method Description void
DefaultAsyncContext. dispatch(ServletContext servletContext, java.lang.String path)
Dispatch.Constructors in cloud.piranha.webapp.impl with parameters of type ServletContext Constructor Description DefaultHttpSession(ServletContext servletContext)
Constructor.DefaultHttpSession(ServletContext servletContext, java.lang.String id, boolean newFlag)
Constructor. -
Uses of ServletContext in cloud.piranha.webapp.tempdir
Methods in cloud.piranha.webapp.tempdir with parameters of type ServletContext Modifier and Type Method Description void
TempDirInitializer. onStartup(java.util.Set<java.lang.Class<?>> classes, ServletContext servletContext)
On startup. -
Uses of ServletContext in cloud.piranha.webapp.webannotation
Methods in cloud.piranha.webapp.webannotation with parameters of type ServletContext Modifier and Type Method Description void
WebAnnotationInitializer. onStartup(java.util.Set<java.lang.Class<?>> classes, ServletContext servletContext)
On startup. -
Uses of ServletContext in cloud.piranha.webapp.webxml
Methods in cloud.piranha.webapp.webxml with parameters of type ServletContext Modifier and Type Method Description void
WebXmlInitializer. onStartup(java.util.Set<java.lang.Class<?>> classes, ServletContext servletContext)
On startup. -
Uses of ServletContext in javax.servlet
Methods in javax.servlet that return ServletContext Modifier and Type Method Description ServletContext
ServletContext. getContext(java.lang.String path)
Get the servlet context for the given path.ServletContext
FilterConfig. getServletContext()
Get the servlet context.ServletContext
GenericFilter. getServletContext()
ServletContext
GenericServlet. getServletContext()
Get the servlet context.ServletContext
ServletConfig. getServletContext()
Get the servlet context.ServletContext
ServletContextEvent. getServletContext()
Get the servlet context.ServletContext
ServletRequest. getServletContext()
Get the servlet context.ServletContext
ServletRequestEvent. getServletContext()
Get the servlet context.ServletContext
ServletRequestWrapper. getServletContext()
Get the servlet context.Methods in javax.servlet with parameters of type ServletContext Modifier and Type Method Description void
AsyncContext. dispatch(ServletContext context, java.lang.String path)
Dispatch the request.void
ServletContainerInitializer. onStartup(java.util.Set<java.lang.Class<?>> classes, ServletContext servletContext)
Notify the initializer upon startup.Constructors in javax.servlet with parameters of type ServletContext Constructor Description ServletContextAttributeEvent(ServletContext servletContext, java.lang.String name, java.lang.Object value)
Constructor.ServletContextEvent(ServletContext servletContext)
Constructor.ServletRequestAttributeEvent(ServletContext servletContext, ServletRequest request, java.lang.String name, java.lang.Object value)
Constructor.ServletRequestEvent(ServletContext servletContext, ServletRequest servletRequest)
Constructor. -
Uses of ServletContext in javax.servlet.http
Methods in javax.servlet.http that return ServletContext Modifier and Type Method Description ServletContext
HttpSession. getServletContext()
Get the Servlet context.