Uses of Interface
de.espirit.firstspirit.access.template.Context
Packages that use Context
-
Uses of Context in de.espirit.firstspirit.access
Methods in de.espirit.firstspirit.access that return ContextModifier and TypeMethodDescription@Nullable Context
GenerationContext.getContext
(String name) Return aContext
by given name.@Nullable Context
GenerationContext.getPageContext()
Return the page context if set. -
Uses of Context in de.espirit.firstspirit.access.template
Methods in de.espirit.firstspirit.access.template that return ContextModifier and TypeMethodDescriptionEvaluator.getContext()
Provides the current context object.Context.getParentContext()
Provides the parent context of this one.Evaluator.popContext()
Provides and pops the current context from this evaluation.Evaluator.pushContext
(String name) Will push a new context.Evaluator.pushContext
(String name, Object target) Will push a new context and set the target object as #this.Evaluator.pushContext
(String name, String info) Will push a new context and an info text on the stackMethods in de.espirit.firstspirit.access.template with parameters of type ContextModifier and TypeMethodDescriptionvoid
Evaluator.pushContext
(Context context) Set a new top context.void
Context.setParentContext
(Context superContext) Sets the parent context for this one.