Uses of Interface
de.uplanet.lucy.server.engine.http.IViewData
Package
Description
-
Uses of IViewData in de.uplanet.lucy.server.businesslogic
Modifier and TypeMethodDescriptionBusinessLogicProcessingContext.getViewData()
Get a class that contains the values posted by the client.ModifierConstructorDescriptionBusinessLogicProcessingContext
(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 IViewData in de.uplanet.lucy.server.composer.asynchronous
Modifier and TypeMethodDescriptionAsynchronousRequestHandlerCallable.renderAsynchronously
(ISession p_session, IServerBridgeRequest p_request, IViewData p_viewData, SharedState p_sharedState, String p_strCharset, String p_strVm) 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) AsynchronousRequestHandlerCallable.renderAsynchronously
(String p_strId, ISession p_session, IServerBridgeRequest p_request, IViewData p_viewData, SharedState p_sharedState, String p_strCharset, String p_strVm) 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)