Uses of Class
de.uplanet.lucy.server.SharedState
-
Packages that use SharedState Package Description de.uplanet.lucy.server.businesslogic de.uplanet.lucy.server.composer.asynchronous -
-
Uses of SharedState in de.uplanet.lucy.server.businesslogic
Constructors in de.uplanet.lucy.server.businesslogic with parameters of type SharedState 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 SharedState in de.uplanet.lucy.server.composer.asynchronous
Methods in de.uplanet.lucy.server.composer.asynchronous that return SharedState Modifier and Type Method Description SharedState
AsynchronousRequestHandlerCallable. createSharedState()
Methods in de.uplanet.lucy.server.composer.asynchronous with parameters of type SharedState 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)
-