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