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 ContextGenerationContext.getContext(String name) Return aContextby given name.@Nullable ContextGenerationContext.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 TypeMethodDescriptionvoidEvaluator.pushContext(Context context) Set a new top context.voidContext.setParentContext(Context superContext) Sets the parent context for this one.