Uses of Class
org.rapidcontext.core.ctx.Context
Packages that use Context
Package
Description
Provides the server applications and launchers.
Provides top-level application data transforms and security.
Provides base context API:s.
Provides the procedure and interceptor API:s.
-
Uses of Context in org.rapidcontext.app
Subclasses of Context in org.rapidcontext.app -
Uses of Context in org.rapidcontext.app.model
Subclasses of Context in org.rapidcontext.app.model -
Uses of Context in org.rapidcontext.core.ctx
Subclasses of Context in org.rapidcontext.core.ctxFields in org.rapidcontext.core.ctx declared as ContextModifier and TypeFieldDescriptionprotected ContextContext.parentThe parent context (if available).protected static ContextContext.rootThe shared root context at the end of the chain.Fields in org.rapidcontext.core.ctx with type parameters of type ContextMethods in org.rapidcontext.core.ctx with type parameters of type ContextModifier and TypeMethodDescriptionstatic <T extends Context>
TReturns the currently active context of a specified type.<T extends Context>
TReturns the closest context of the specified type.<T extends Context>
intReturns the context depth of the specified type.<T extends Context>
TReturns the first parent context of the specified type.Methods in org.rapidcontext.core.ctx that return Context -
Uses of Context in org.rapidcontext.core.proc
Subclasses of Context in org.rapidcontext.core.proc