Class FacesContext
java.lang.Object
org.eclnt.jsfserver.base.faces.context.FacesContext
Implementation of CaptainCasa. Avoid using this class directly but always use
class HttpSessionAccess to get context information (e.g. current http
session, current Locale settings, ...).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanMethod is used to find out, if the server side UI implementation is the JSF based version or the own version.voidclose()voidstatic FacesContextjakarta.el.ELContextgetQueuedEventsForPhase(PhaseId phaseId) static FacesContextinitCurrentInstance(jakarta.servlet.http.HttpSession session, String subpageId) voidqueueEvent(FacesEvent event) voidrelease()voidvoidsetTopComponent(UIComponent topComponent) voidstartRequestProcessing(jakarta.servlet.http.HttpSession session, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response)
-
Constructor Details
-
FacesContext
public FacesContext()
-
-
Method Details
-
close
public void close() -
getApplication
-
checkIfOwnUIImplementation
public boolean checkIfOwnUIImplementation()Method is used to find out, if the server side UI implementation is the JSF based version or the own version. -
initCurrentInstance
public static FacesContext initCurrentInstance(jakarta.servlet.http.HttpSession session, String subpageId) -
setTopComponent
-
getTopComponent
-
getCurrentInstance
-
queueEvent
-
getQueuedEventsForPhase
-
getExternalContext
-
getELContext
public jakarta.el.ELContext getELContext() -
getViewRoot
-
startRequestProcessing
public void startRequestProcessing(jakarta.servlet.http.HttpSession session, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) -
endRequestProcessing
public void endRequestProcessing() -
getResponseWriter
-
release
public void release() -
renderResponse
public void renderResponse()
-