Uses of Interface
de.uplanet.lucy.server.connector.IServerBridgeRequest
-
Packages that use IServerBridgeRequest Package Description de.uplanet.lucy.server.auxiliaries Contains helper and convenience classes for Velocity-based web authoring with Intrexx.de.uplanet.lucy.server.auxiliaries.calendar de.uplanet.lucy.server.auxiliaries.hop de.uplanet.lucy.server.auxiliaries.twitter de.uplanet.lucy.server.businesslogic de.uplanet.lucy.server.composer de.uplanet.lucy.server.composer.asynchronous de.uplanet.lucy.server.connector -
-
Uses of IServerBridgeRequest in de.uplanet.lucy.server.auxiliaries
Methods in de.uplanet.lucy.server.auxiliaries that return IServerBridgeRequest Modifier and Type Method Description IServerBridgeRequest
BpeeFactory.DeprecatedProcessingContext. getRequest()
Methods in de.uplanet.lucy.server.auxiliaries with parameters of type IServerBridgeRequest Modifier and Type Method Description URL
UrlBuilder. createAbsoluteBaseDirectoryUrl(IServerBridgeRequest p_request)
Deprecated.URL
UrlBuilder. createAbsoluteBaseUrl(IServerBridgeRequest p_request)
Create an absolute base URL from the given request.URL
UrlBuilder. createAbsoluteRequestBaseDirectoryUrl(IServerBridgeRequest p_request)
Reconstructs the URL the client used to make the request.de.uplanet.lucy.server.util.URI
UriUtil. 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.URL
UrlBuilder. createBaseUrl(IServerBridgeRequest p_request)
Create a base URL, i.e.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.URL
UrlBuilder. createDefaultUrl(IServerBridgeRequest p_request)
Deprecated.UseUrlBuilder.createBaseUrl(IServerBridgeRequest)
instead.URL
UrlBuilder. createRequestBaseDirectoryUrl(IServerBridgeRequest p_request)
Deprecated.de.uplanet.lucy.server.util.URI
UriUtil. createRequestUri(IServerBridgeRequest p_request)
Create the request URI from value given in the request-line of the given request.URL
UrlBuilder. createWebSocketBaseUrl(IServerBridgeRequest p_request)
Create a WebSocket URL from the given request.IRenderingContext
VCRendererFactory. getDefaultRenderingContext(IServerBridgeRequest p_request, ISession p_session, IUser p_user, String p_strLang)
Deprecated.void
DoubletServiceCallable. 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 IServerBridgeRequest Modifier and Type Method Description void
CalHelper. init(IServerBridgeRequest p_request)
Deprecated. -
Uses of IServerBridgeRequest in de.uplanet.lucy.server.auxiliaries.hop
Methods in de.uplanet.lucy.server.auxiliaries.hop with parameters of type IServerBridgeRequest Modifier and Type Method Description de.uplanet.lucy.server.hop.IVCLinkInfo
LinkCallable. getLinkForRecordId(IServerBridgeRequest p_request, String p_targetPageGuid, String p_recId)
Get a link for a given record-ID.de.uplanet.lucy.server.hop.IVCLinkInfo
LinkCallable. getLinkForRecordIdDynamicTarget(IServerBridgeRequest p_request, IValueHolder<?> p_vhTargetPageGuid, String p_recId)
Get a link for a given record-ID. -
Uses of IServerBridgeRequest in de.uplanet.lucy.server.auxiliaries.twitter
Methods in de.uplanet.lucy.server.auxiliaries.twitter with parameters of type IServerBridgeRequest Modifier and Type Method Description static de.uplanet.lucy.server.auxiliaries.twitter.TwitterListInfo
TwitterCallable. getListInfo(IServerBridgeRequest p_request, int p_iListId)
static de.uplanet.lucy.server.auxiliaries.twitter.TwitterListInfo
TwitterCallable. getListInfo(IServerBridgeRequest p_request, long p_iListId)
static de.uplanet.lucy.server.auxiliaries.twitter.TwitterListInfo
TwitterCallable. getListInfo(IServerBridgeRequest p_request, String p_strListId)
static de.uplanet.lucy.server.auxiliaries.twitter.TwitterInfo
TwitterCallable. getUserInfo(IServerBridgeRequest p_request, int p_iTwitterUserId)
static de.uplanet.lucy.server.auxiliaries.twitter.TwitterInfo
TwitterCallable. getUserInfo(IServerBridgeRequest p_request, long p_iTwitterUserId)
List<de.uplanet.lucy.server.auxiliaries.twitter.WeightedTag>
TwitterCallable. getWeightedTagsInfo(IServerBridgeRequest p_request, int p_iMaxValues)
static boolean
TwitterCallable. hasList(de.uplanet.jdbc.JdbcConnection p_conn, IServerBridgeRequest p_request, Integer p_iUserLid)
static void
TwitterCallable. initAtFilter(IServerBridgeRequest p_request, int p_iUserId)
static boolean
TwitterCallable. isFollowing(IServerBridgeRequest p_request, int p_iTwitterUserId, int p_iCurrUserId)
static boolean
TwitterCallable. isFollowing(IServerBridgeRequest p_request, String p_strTwitterUserId, Integer p_iCurrUserId)
static boolean
TwitterCallable. isListFollowing(IServerBridgeRequest p_request, String p_strRecId, int p_iCurrUserId)
static boolean
TwitterCallable. isRegistered(IServerBridgeRequest p_request, int p_iCurrUserId)
static boolean
TwitterCallable. itsMyList(de.uplanet.jdbc.JdbcConnection p_conn, IServerBridgeRequest p_request, int p_iListId, int p_iCurrUserId)
static boolean
TwitterCallable. itsMyList(IServerBridgeRequest p_request, String p_strListId, Integer p_iCurrUserId)
static boolean
TwitterCallable. itsMyList(IServerBridgeRequest p_request, String p_strListId, String p_strCurrUserLid)
static int
TwitterCallable. removeFromList(de.uplanet.jdbc.JdbcConnection p_conn, IServerBridgeRequest p_request, int p_iUserId, int p_iListId)
-
Uses of IServerBridgeRequest in de.uplanet.lucy.server.businesslogic
Methods in de.uplanet.lucy.server.businesslogic that return IServerBridgeRequest Modifier and Type Method Description IServerBridgeRequest
BusinessLogicProcessingContext. getRequest()
Get the Web request.Constructors in de.uplanet.lucy.server.businesslogic with parameters of type IServerBridgeRequest Constructor Description BusinessLogicProcessingContext(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 IServerBridgeRequest Modifier and Type Method Description static URL
UrlBuilder. createAbsoluteBaseDirectoryUrl(IServerBridgeRequest p_request)
Deprecated.static URL
UrlBuilder. createAbsoluteBaseUrl(IServerBridgeRequest p_request)
Create an absolute base URL from the given request.static URL
UrlBuilder. createAbsoluteRequestBaseDirectoryUrl(IServerBridgeRequest p_request)
Reconstructs the URL the client used to make the request.static URL
UrlBuilder. createBaseUrl(IServerBridgeRequest p_request)
Create a base URL, i.e.static URL
UrlBuilder. createDefaultUrl(IServerBridgeRequest p_request)
Deprecated.UseUrlBuilder.createBaseUrl(IServerBridgeRequest)
instead.static URL
UrlBuilder. createRequestBaseDirectoryUrl(IServerBridgeRequest p_request)
Deprecated.static URL
UrlBuilder. createWebSocketBaseUrl(IServerBridgeRequest p_request)
Create a WebSocket URL from the given request.String
FramesetHelper. process(IServerBridgeRequest p_request, List<List<String>> p_paramList)
Creates a new URL based on the givenIServerBridgeRequest
and a list of additional parameters. -
Uses of IServerBridgeRequest in de.uplanet.lucy.server.composer.asynchronous
Methods in de.uplanet.lucy.server.composer.asynchronous with parameters of type IServerBridgeRequest Modifier and Type Method Description String
AsynchronousRequestHandlerCallable. renderAsynchronously(ISession p_session, IServerBridgeRequest p_request, IViewData p_viewData, SharedState p_sharedState, String p_strCharset, String p_strVm)
String
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)
String
AsynchronousRequestHandlerCallable. renderAsynchronously(String p_strId, ISession p_session, IServerBridgeRequest p_request, IViewData p_viewData, SharedState p_sharedState, String p_strCharset, String p_strVm)
String
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 IServerBridgeRequest Modifier and Type Method Description IServerBridgeRequest
IServerBridgeRequest. createCopy()
Deprecated.This method will be removed in future versions of Intrexx.
-