Uses of Interface
de.uplanet.lucy.bpee.IBpeeExecutionContext
-
Packages that use IBpeeExecutionContext Package Description de.uplanet.lucy.bpee de.uplanet.lucy.server.auxiliaries Contains helper and convenience classes for Velocity-based web authoring with Intrexx. -
-
Uses of IBpeeExecutionContext in de.uplanet.lucy.bpee
Classes in de.uplanet.lucy.bpee that implement IBpeeExecutionContext Modifier and Type Class Description class
de.uplanet.lucy.bpee.AbstractDelegatingBpeeExecutionContext
static class
BpeeEngine.MergedBpeeExecutionContext
Context wrapper to merge in constant values.Methods in de.uplanet.lucy.bpee with parameters of type IBpeeExecutionContext Modifier and Type Method Description void
BpeeEngine. setContext(IBpeeExecutionContext p_context)
Set the BPEE context. -
Uses of IBpeeExecutionContext in de.uplanet.lucy.server.auxiliaries
Methods in de.uplanet.lucy.server.auxiliaries that return IBpeeExecutionContext Modifier and Type Method Description IBpeeExecutionContext
BpeeFactory. 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.IBpeeExecutionContext
BpeeFactory. createContext(Map<QName,Object> p_namedObjects, ISession p_session, IServerBridgeRequest p_request, org.apache.velocity.context.AbstractContext p_ctxVelocity)
Deprecated.IBpeeExecutionContext
BpeeFactory. createContext(Map<QName,Object> p_namedObjects, ISession p_session, IServerBridgeRequest p_request, org.apache.velocity.context.AbstractContext p_ctxVelocity, TimeZone p_tz)
Deprecated.
-