Class WorkflowRequestContextModel

java.lang.Object
de.xima.fc.workflow.designer.model.WorkflowRequestContextModel
All Implemented Interfaces:
Serializable

public class WorkflowRequestContextModel extends Object implements Serializable
The request context model that is used to store data temporarily during the duration of an HTTP request. Can be used, for example, to store a list of select options so that they are not fetched multiple times from the database when JSF access them. Storing them in the request scope instead of the view scope ensure the options are up-to-date for the next request.
Since:
7.0.0
Author:
XIMA MEDIA GmbH
See Also: