Uses of Interface
de.uplanet.lucy.bpee.IBpeeExecutionContext
Packages that use IBpeeExecutionContext
Package
Description
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 IBpeeExecutionContextModifier and TypeClassDescriptionclassde.uplanet.lucy.bpee.AbstractDelegatingBpeeExecutionContextstatic final classContext wrapper to merge in constant values.Methods in de.uplanet.lucy.bpee with parameters of type IBpeeExecutionContextModifier and TypeMethodDescriptionvoidBpeeEngine.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 IBpeeExecutionContextModifier 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.