Uses of Interface
de.uplanet.lucy.bpee.IBpeeExecutionContext
Package
Description
Contains helper and convenience classes for Velocity-based web authoring with Intrexx.
-
Uses of IBpeeExecutionContext in de.uplanet.lucy.bpee
Modifier and TypeClassDescriptionclass
de.uplanet.lucy.bpee.AbstractDelegatingBpeeExecutionContext
static final class
Context wrapper to merge in constant values.Modifier and TypeMethodDescriptionvoid
BpeeEngine.setContext
(IBpeeExecutionContext p_context) Set the BPEE context. -
Uses of IBpeeExecutionContext in de.uplanet.lucy.server.auxiliaries
Modifier and TypeMethodDescriptionBpeeFactory.createContext
(de.uplanet.lucy.server.IProcessingContext p_ctx, Map<QName, Object> p_namedObjects, org.apache.velocity.context.AbstractContext p_ctxVelocity) Create a BPEE execution context.BpeeFactory.createContext
(Map<QName, Object> p_namedObjects, ISession p_session, IServerBridgeRequest p_request, org.apache.velocity.context.AbstractContext p_ctxVelocity) Deprecated.BpeeFactory.createContext
(Map<QName, Object> p_namedObjects, ISession p_session, IServerBridgeRequest p_request, org.apache.velocity.context.AbstractContext p_ctxVelocity, TimeZone p_tz) Deprecated.
BpeeFactory.createContext(IProcessingContext, Map, AbstractContext)
instead.