Uses of Interface
de.uplanet.lucy.server.connector.IServerBridgeRequest
-
Packages that use IServerBridgeRequest Package Description de.uplanet.lucy.server de.uplanet.lucy.server.businesslogic de.uplanet.lucy.server.composer de.uplanet.lucy.server.connector -
-
Uses of IServerBridgeRequest in de.uplanet.lucy.server
Methods in de.uplanet.lucy.server with parameters of type IServerBridgeRequest Modifier and Type Method Description static 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 IServerBridgeRequest Modifier and Type Method Description IServerBridgeRequestRestrictedBusinessLogicProcessingContext. getRequest()Constructors in de.uplanet.lucy.server.businesslogic with parameters of type IServerBridgeRequest Constructor Description RestrictedBusinessLogicProcessingContext(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 IServerBridgeRequest Modifier and Type Method Description static 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 IServerBridgeRequest Modifier and Type Class Description classde.uplanet.lucy.server.connector.AbstractGroovyServerBridgeRequestclassGroovyServerBridgeRequestMethods in de.uplanet.lucy.server.connector that return IServerBridgeRequest Modifier and Type Method Description IServerBridgeRequestIServerBridgeRequest. createCopy()Deprecated.This method will be removed in future versions of Intrexx.IServerBridgeRequestIRequestProcessingContext. getRequest()Get the Web request.Constructors in de.uplanet.lucy.server.connector with parameters of type IServerBridgeRequest Constructor Description GroovyServerBridgeRequest(IServerBridgeRequest p_request)
-