Package com.jk.core.context.impl
Class JKWebContext
java.lang.Object
com.jk.core.context.JKAbstractContext
com.jk.core.context.impl.JKWebContext
- All Implemented Interfaces:
JKContext
- Direct Known Subclasses:
JKJsfContext
This class represents a context tailored for Web applications within the
JK framework.
It extends the JKAbstractContext
class and provides functionalities
specific to Web 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
-
JKWebContext
public JKWebContext()
-