SóProvas


ID
1820524
Banca
CESPE / CEBRASPE
Órgão
MEC
Ano
2015
Provas
Disciplina
Programação
Assuntos

Julgue o item a seguir, referentes a tecnologia JEE e Servlets.

Requisições JSF processadas são direcionadas para um Servlet chamado FacesServlet, o qual cria um objeto denominado FacesContext.


Alternativas
Comentários
  • FacesServlet creates an object called FacesContext, which contains information necessary for request processing. To be more precise, FacesContext contains the ServletContext, ServletRequest, and ServletResponse objects that are passed to the service method of FacesServlet by the Web container.

     

    Fonte: https://tutorialseye.com/jsf-facesservlet-and-facescontext.html