Uses of Interface
com.jk.core.context.JKContext
Packages that use JKContext
-
Uses of JKContext in com.jk.core.context
Classes in com.jk.core.context that implement JKContextMethods in com.jk.core.context that return JKContextModifier and TypeMethodDescriptionJKContextFactory.createDesktopContext()
This method creates a new desktop context object.static JKContext
JKContextFactory.getCurrentContext()
This method gets the current context, if the context is null, it sets it to desktop context before returning it.Methods in com.jk.core.context with parameters of type JKContextModifier and TypeMethodDescriptionstatic void
JKContextFactory.setCurrentContext
(JKContext context) This method sets the current context to the specified value. -
Uses of JKContext in com.jk.core.context.impl
Classes in com.jk.core.context.impl that implement JKContextModifier and TypeClassDescriptionclass
This class represents a context tailored for desktop applications within the JK framework.class
This class represents a context tailored for Jakarta Server Faces within the JK framework.class
This class represents a context tailored for Mobile applications within the JK framework.class
This class represents a context tailored for Servlets within the JK framework.class
This class represents a context tailored for Web applications within the JK framework.