Class CrowdServletContextFactory
java.lang.Object
com.atlassian.crowd.plugin.servlet.CrowdServletContextFactory
- All Implemented Interfaces:
com.atlassian.plugin.servlet.ServletContextFactory,org.springframework.beans.factory.Aware,org.springframework.web.context.ServletContextAware
public class CrowdServletContextFactory
extends Object
implements org.springframework.web.context.ServletContextAware, com.atlassian.plugin.servlet.ServletContextFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.servlet.ServletContextvoidsetServletContext(jakarta.servlet.ServletContext servletContext)
-
Constructor Details
-
CrowdServletContextFactory
public CrowdServletContextFactory()
-
-
Method Details
-
setServletContext
public void setServletContext(jakarta.servlet.ServletContext servletContext) - Specified by:
setServletContextin interfaceorg.springframework.web.context.ServletContextAware
-
getServletContext
public jakarta.servlet.ServletContext getServletContext()- Specified by:
getServletContextin interfacecom.atlassian.plugin.servlet.ServletContextFactory
-