Package org.apache.myfaces.cdi
Class FacesApplicationArtifactHolder
java.lang.Object
org.apache.myfaces.cdi.FacesApplicationArtifactHolder
This bean is used to store the ServletContext, so CDI beans can get it later. This is
 used to ensure a valid FacesContext instance is passed when the bean is destroyed.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionjakarta.servlet.ServletContextvoidsetServletContext(jakarta.servlet.ServletContext servletContext) 
- 
Constructor Details- 
FacesApplicationArtifactHolderpublic FacesApplicationArtifactHolder()
 
- 
- 
Method Details- 
getServletContextpublic jakarta.servlet.ServletContext getServletContext()
- 
setServletContextpublic void setServletContext(jakarta.servlet.ServletContext servletContext) 
 
-