Package com.jk.core.context.impl
Class JKJsfContext
java.lang.Object
com.jk.core.context.JKAbstractContext
com.jk.core.context.impl.JKWebContext
com.jk.core.context.impl.JKJsfContext
- All Implemented Interfaces:
JKContext
This class represents a context tailored for Jakarta Server Faces within the
JK framework.
It extends the JKWebContext
class and provides functionalities
specific to Jakarta Server Faces environments.
- Version:
- 1.0
- Author:
- Dr. Jalal H. Kiswani
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.jk.core.context.JKAbstractContext
getAction, getApplicationMap, getAppName, getAttribute, getClientId, getConfigPath, getCurrentToken, getForwardHost, getForwardPort, getHeadersMap, getHost, getModule, getPort, getProgram, getRealIP, getRemoteAppName, getRemoteIP, getRemoteMachineName, getRemoteRole, getRemoteUser, getRemotPort, getRequestMap, getResourceLoader, getRole, getSessionID, getSessionMap, getTenantId, getUser, getUserName, setAction, setApplicationMap, setAppName, setAttribute, setClientId, setConfigPath, setCurrentToken, setHeadersMap, setHost, setModule, setPort, setProgram, setRemoteAppName, setRemoteIP, setRemoteMachineName, setRemoteRole, setRemoteUser, setRemotPort, setRequestMap, setRole, setSessionID, setSessionMap, setTenantId, setUser, setUserName, toSimpleMap, toString
-
Constructor Details
-
JKJsfContext
public JKJsfContext()
-