Uses of Interface
de.uplanet.lucy.server.connector.IServerBridgeRequest
Packages that use IServerBridgeRequest
Package
Description
Contains helper and convenience classes for Velocity-based web authoring with Intrexx.
-
Uses of IServerBridgeRequest in de.uplanet.lucy.server.auxiliaries
Methods in de.uplanet.lucy.server.auxiliaries that return IServerBridgeRequestMethods in de.uplanet.lucy.server.auxiliaries with parameters of type IServerBridgeRequestModifier and TypeMethodDescriptionUrlBuilder.createAbsoluteBaseDirectoryUrl(IServerBridgeRequest p_request) Deprecated.UrlBuilder.createAbsoluteBaseUrl(IServerBridgeRequest p_request) Create an absolute base URL from the given request.UrlBuilder.createAbsoluteRequestBaseDirectoryUrl(IServerBridgeRequest p_request) Reconstructs the URL the client used to make the request.de.uplanet.lucy.server.util.URIUriUtil.createAbsoluteRequestUri(IServerBridgeRequest p_request) Create the absolute request URI from the scheme, host, and the request URI given in the request-line of the given request.UrlBuilder.createBaseUrl(IServerBridgeRequest p_request) Create a base URL, i.e.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.UrlBuilder.createDefaultUrl(IServerBridgeRequest p_request) Deprecated.UseUrlBuilder.createBaseUrl(IServerBridgeRequest)instead.UrlBuilder.createRequestBaseDirectoryUrl(IServerBridgeRequest p_request) Deprecated.de.uplanet.lucy.server.util.URIUriUtil.createRequestUri(IServerBridgeRequest p_request) Create the request URI from value given in the request-line of the given request.UrlBuilder.createWebSocketBaseUrl(IServerBridgeRequest p_request) Create a WebSocket URL from the given request.ManagerDownloadUrl.get(IServerBridgeRequest p_request) VCRendererFactory.getDefaultRenderingContext(IServerBridgeRequest p_request, ISession p_session, IUser p_user, String p_strLang) Deprecated.voidDoubletServiceCallable.start(IServerBridgeRequest p_request, String p_strAppId, String p_strDgGuid) adds a new DoubletJob to the list and starts the search for doublets -
Uses of IServerBridgeRequest in de.uplanet.lucy.server.auxiliaries.calendar
Methods in de.uplanet.lucy.server.auxiliaries.calendar with parameters of type IServerBridgeRequestModifier and TypeMethodDescriptionvoidCalHelper.init(IServerBridgeRequest p_request) Deprecated. -
Uses of IServerBridgeRequest in de.uplanet.lucy.server.auxiliaries.exchange
Methods in de.uplanet.lucy.server.auxiliaries.exchange with parameters of type IServerBridgeRequestModifier and TypeMethodDescriptionstatic StringExchangeAttachmentCallable.getContactImagePath(IServerBridgeRequest p_request, String p_strId, String p_strPageGuid) Constructs a URL to a contact image. -
Uses of IServerBridgeRequest in de.uplanet.lucy.server.auxiliaries.hop
Methods in de.uplanet.lucy.server.auxiliaries.hop with parameters of type IServerBridgeRequestModifier and TypeMethodDescriptionde.uplanet.lucy.server.hop.IVCLinkInfoLinkCallable.getLinkForRecordId(IServerBridgeRequest p_request, String p_targetPageGuid, String p_recId) Get a link for a given record-ID. -
Uses of IServerBridgeRequest in de.uplanet.lucy.server.businesslogic
Methods in de.uplanet.lucy.server.businesslogic that return IServerBridgeRequestModifier and TypeMethodDescriptionBusinessLogicProcessingContext.getRequest()Get the Web request.Constructors in de.uplanet.lucy.server.businesslogic with parameters of type IServerBridgeRequestModifierConstructorDescriptionBusinessLogicProcessingContext(org.springframework.context.ApplicationContext p_appCtx, de.uplanet.jdbc.JdbcConnection p_conn, IServerBridgeRequest p_request, IServerBridgeResponse p_response, ISession p_session, SharedState p_sharedState, IViewData p_viewData) Creates the processing context. -
Uses of IServerBridgeRequest in de.uplanet.lucy.server.composer
Methods in de.uplanet.lucy.server.composer with parameters of type IServerBridgeRequestModifier and TypeMethodDescriptionstatic URLUrlBuilder.createAbsoluteBaseDirectoryUrl(IServerBridgeRequest p_request) Deprecated.static URLUrlBuilder.createAbsoluteBaseUrl(IServerBridgeRequest p_request) Create an absolute base URL from the given request.static URLUrlBuilder.createAbsoluteRequestBaseDirectoryUrl(IServerBridgeRequest p_request) Reconstructs the URL the client used to make the request.static URLUrlBuilder.createBaseUrl(IServerBridgeRequest p_request) Create a base URL, i.e.static URLUrlBuilder.createDefaultUrl(IServerBridgeRequest p_request) Deprecated.UseUrlBuilder.createBaseUrl(IServerBridgeRequest)instead.static URLUrlBuilder.createRequestBaseDirectoryUrl(IServerBridgeRequest p_request) Deprecated.static URLUrlBuilder.createWebSocketBaseUrl(IServerBridgeRequest p_request) Create a WebSocket URL from the given request.FramesetHelper.process(IServerBridgeRequest p_request, List<List<String>> p_paramList) Creates a new URL based on the givenIServerBridgeRequestand a list of additional parameters.Constructors in de.uplanet.lucy.server.composer with parameters of type IServerBridgeRequest -
Uses of IServerBridgeRequest in de.uplanet.lucy.server.composer.asynchronous
Methods in de.uplanet.lucy.server.composer.asynchronous with parameters of type IServerBridgeRequestModifier and TypeMethodDescriptionAsynchronousRequestHandlerCallable.renderAsynchronously(ISession p_session, IServerBridgeRequest p_request, IViewData p_viewData, SharedState p_sharedState, String p_strCharset, String p_strVm) AsynchronousRequestHandlerCallable.renderAsynchronously(ISession p_session, IServerBridgeRequest p_request, IViewData p_viewData, SharedState p_sharedState, String p_strCharset, String p_strVm, Map<String, Object> p_vcVariables) AsynchronousRequestHandlerCallable.renderAsynchronously(String p_strId, ISession p_session, IServerBridgeRequest p_request, IViewData p_viewData, SharedState p_sharedState, String p_strCharset, String p_strVm) AsynchronousRequestHandlerCallable.renderAsynchronously(String p_strId, ISession p_session, IServerBridgeRequest p_request, IViewData p_viewData, SharedState p_sharedState, String p_strCharset, String p_strVm, Map<String, Object> p_vcVariables) -
Uses of IServerBridgeRequest in de.uplanet.lucy.server.connector
Methods in de.uplanet.lucy.server.connector that return IServerBridgeRequestModifier and TypeMethodDescriptionIServerBridgeRequest.createCopy()Deprecated.This method will be removed in future versions of Intrexx.
UrlBuilder.createAbsoluteBaseUrl(IServerBridgeRequest)instead.