Package com.atlassian.bamboo.plugin
Class BambooServletContextFactory
- java.lang.Object
-
- com.atlassian.bamboo.plugin.BambooServletContextFactory
-
- All Implemented Interfaces:
com.atlassian.plugin.servlet.ServletContextFactory
,org.springframework.beans.factory.Aware
,org.springframework.web.context.ServletContextAware
public class BambooServletContextFactory extends Object implements org.springframework.web.context.ServletContextAware, com.atlassian.plugin.servlet.ServletContextFactory
-
-
Constructor Summary
Constructors Constructor Description BambooServletContextFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.servlet.ServletContext
getServletContext()
void
setServletContext(javax.servlet.ServletContext servletContext)
-
-
-
Method Detail
-
setServletContext
public void setServletContext(javax.servlet.ServletContext servletContext)
- Specified by:
setServletContext
in interfaceorg.springframework.web.context.ServletContextAware
-
getServletContext
public javax.servlet.ServletContext getServletContext()
- Specified by:
getServletContext
in interfacecom.atlassian.plugin.servlet.ServletContextFactory
-
-