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 IServerBridgeRequestBpeeFactory.DeprecatedProcessingContext. getRequest()Methods in de.uplanet.lucy.server.auxiliaries with parameters of type IServerBridgeRequest Modifier and Type Method Description URLUrlBuilder. createAbsoluteBaseDirectoryUrl(IServerBridgeRequest p_request)Deprecated.URLUrlBuilder. createAbsoluteBaseUrl(IServerBridgeRequest p_request)Create an absolute base URL from the given request.URLUrlBuilder. 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.URLUrlBuilder. createBaseUrl(IServerBridgeRequest p_request)Create a base URL, i.e.IBpeeExecutionContextBpeeFactory. createContext(Map<QName,Object> p_namedObjects, ISession p_session, IServerBridgeRequest p_request, org.apache.velocity.context.AbstractContext p_ctxVelocity)Deprecated.IBpeeExecutionContextBpeeFactory. createContext(Map<QName,Object> p_namedObjects, ISession p_session, IServerBridgeRequest p_request, org.apache.velocity.context.AbstractContext p_ctxVelocity, TimeZone p_tz)Deprecated.URLUrlBuilder. createDefaultUrl(IServerBridgeRequest p_request)Deprecated.UseUrlBuilder.createBaseUrl(IServerBridgeRequest)instead.URLUrlBuilder. 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.URLUrlBuilder. createWebSocketBaseUrl(IServerBridgeRequest p_request)Create a WebSocket URL from the given request.IRenderingContextVCRendererFactory. 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 IServerBridgeRequest Modifier and Type Method Description voidCalHelper. 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.IVCLinkInfoLinkCallable. getLinkForRecordId(IServerBridgeRequest p_request, String p_targetPageGuid, String p_recId)Get a link for a given record-ID.de.uplanet.lucy.server.hop.IVCLinkInfoLinkCallable. 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.TwitterListInfoTwitterCallable. getListInfo(IServerBridgeRequest p_request, int p_iListId)static de.uplanet.lucy.server.auxiliaries.twitter.TwitterListInfoTwitterCallable. getListInfo(IServerBridgeRequest p_request, long p_iListId)static de.uplanet.lucy.server.auxiliaries.twitter.TwitterListInfoTwitterCallable. getListInfo(IServerBridgeRequest p_request, String p_strListId)static de.uplanet.lucy.server.auxiliaries.twitter.TwitterInfoTwitterCallable. getUserInfo(IServerBridgeRequest p_request, int p_iTwitterUserId)static de.uplanet.lucy.server.auxiliaries.twitter.TwitterInfoTwitterCallable. getUserInfo(IServerBridgeRequest p_request, long p_iTwitterUserId)List<de.uplanet.lucy.server.auxiliaries.twitter.WeightedTag>TwitterCallable. getWeightedTagsInfo(IServerBridgeRequest p_request, int p_iMaxValues)static booleanTwitterCallable. hasList(de.uplanet.jdbc.JdbcConnection p_conn, IServerBridgeRequest p_request, Integer p_iUserLid)static voidTwitterCallable. initAtFilter(IServerBridgeRequest p_request, int p_iUserId)static booleanTwitterCallable. isFollowing(IServerBridgeRequest p_request, int p_iTwitterUserId, int p_iCurrUserId)static booleanTwitterCallable. isFollowing(IServerBridgeRequest p_request, String p_strTwitterUserId, Integer p_iCurrUserId)static booleanTwitterCallable. isListFollowing(IServerBridgeRequest p_request, String p_strRecId, int p_iCurrUserId)static booleanTwitterCallable. isRegistered(IServerBridgeRequest p_request, int p_iCurrUserId)static booleanTwitterCallable. itsMyList(de.uplanet.jdbc.JdbcConnection p_conn, IServerBridgeRequest p_request, int p_iListId, int p_iCurrUserId)static booleanTwitterCallable. itsMyList(IServerBridgeRequest p_request, String p_strListId, Integer p_iCurrUserId)static booleanTwitterCallable. itsMyList(IServerBridgeRequest p_request, String p_strListId, String p_strCurrUserLid)static intTwitterCallable. 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 IServerBridgeRequestBusinessLogicProcessingContext. 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 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.StringFramesetHelper. process(IServerBridgeRequest p_request, List<List<String>> p_paramList)Creates a new URL based on the givenIServerBridgeRequestand 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 StringAsynchronousRequestHandlerCallable. renderAsynchronously(ISession p_session, IServerBridgeRequest p_request, IViewData p_viewData, SharedState p_sharedState, String p_strCharset, String p_strVm)StringAsynchronousRequestHandlerCallable. renderAsynchronously(ISession p_session, IServerBridgeRequest p_request, IViewData p_viewData, SharedState p_sharedState, String p_strCharset, String p_strVm, Map<String,Object> p_vcVariables)StringAsynchronousRequestHandlerCallable. renderAsynchronously(String p_strId, ISession p_session, IServerBridgeRequest p_request, IViewData p_viewData, SharedState p_sharedState, String p_strCharset, String p_strVm)StringAsynchronousRequestHandlerCallable. 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 IServerBridgeRequestIServerBridgeRequest. createCopy()Deprecated.This method will be removed in future versions of Intrexx.
-