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 TypeMethodDescriptionboolean
Method is used to find out, if the server side UI implementation is the JSF based version or the own version.void
close()
void
static FacesContext
jakarta.el.ELContext
getQueuedEventsForPhase
(PhaseId phaseId) static FacesContext
initCurrentInstance
(jakarta.servlet.http.HttpSession session, String subpageId) void
queueEvent
(FacesEvent event) void
release()
void
void
setTopComponent
(UIComponent topComponent) void
startRequestProcessing
(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()
-