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