Uses of Interface
de.uplanet.lucy.server.connector.IServerBridgeResponse
-
Packages that use IServerBridgeResponse Package Description de.uplanet.lucy.server.businesslogic de.uplanet.lucy.server.connector.web -
-
Uses of IServerBridgeResponse in de.uplanet.lucy.server.businesslogic
Methods in de.uplanet.lucy.server.businesslogic that return IServerBridgeResponse Modifier and Type Method Description IServerBridgeResponse
BusinessLogicProcessingContext. getResponse()
Get the Web response.Constructors in de.uplanet.lucy.server.businesslogic with parameters of type IServerBridgeResponse 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 IServerBridgeResponse in de.uplanet.lucy.server.connector.web
Constructors in de.uplanet.lucy.server.connector.web with parameters of type IServerBridgeResponse Constructor Description HttpResponseWrapper(IServerBridgeResponse p_response)
-