Uses of Interface
de.uplanet.lucy.server.connector.IServerBridgeRequest
Packages that use IServerBridgeRequest
Package
Description
-
Uses of IServerBridgeRequest in de.uplanet.lucy.server
Methods in de.uplanet.lucy.server with parameters of type IServerBridgeRequestModifier and TypeMethodDescriptionstatic StringContextLanguage.get(IServerBridgeRequest p_request, ISession p_session) Get the language that's associated with the current execution context.static ILocaleContextLocale.get(IServerBridgeRequest p_request, ISession p_session) Get the locale that's associated with the current execution context. -
Uses of IServerBridgeRequest in de.uplanet.lucy.server.businesslogic
Methods in de.uplanet.lucy.server.businesslogic that return IServerBridgeRequestConstructors in de.uplanet.lucy.server.businesslogic with parameters of type IServerBridgeRequestModifierConstructorDescriptionRestrictedBusinessLogicProcessingContext(IProcessingContext p_ctx, IServerBridgeRequest p_request) -
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. -
Uses of IServerBridgeRequest in de.uplanet.lucy.server.connector
Classes in de.uplanet.lucy.server.connector that implement IServerBridgeRequestModifier and TypeClassDescriptionclassde.uplanet.lucy.server.connector.AbstractGroovyServerBridgeRequestfinal classMethods in de.uplanet.lucy.server.connector that return IServerBridgeRequestModifier and TypeMethodDescriptionIServerBridgeRequest.createCopy()Deprecated.This method will be removed in future versions of Intrexx.IRequestProcessingContext.getRequest()Get the Web request.Constructors in de.uplanet.lucy.server.connector with parameters of type IServerBridgeRequest
UrlBuilder.createAbsoluteBaseUrl(IServerBridgeRequest)instead.