Uses of Class
de.xima.fc.workflow.model.HttpContextData.Builder
Packages that use HttpContextData.Builder
-
Uses of HttpContextData.Builder in de.xima.fc.workflow.model
Methods in de.xima.fc.workflow.model that return HttpContextData.BuilderModifier and TypeMethodDescriptionstatic HttpContextData.Builder
HttpContextData.builder()
HttpContextData.Builder.contextPath
(String contextPath) HttpContextData.Builder.formCheckRequested
(boolean formCheckRequested) HttpContextData.Builder.formRequestType
(EFormRequestType formRequestType) HttpContextData.Builder.frqSessionAttributes
(Map<Serializable, Serializable> frqSessionAttributesMap) HttpContextData.Builder.frqSessionId
(String frqSessionId) HttpContextData.Builder.previewRequested
(boolean previewRequested) HttpContextData.Builder.requestContext
(IFormRequestContext requestContext) Adds all data from the request context to this builder.HttpContextData.Builder.reviewRequested
(boolean reviewRequested) HttpContextData.Builder.saveRequested
(Boolean saveRequested) HttpContextData.Builder.servletActionParams
(IPluginServletActionParams params) Adds all data from theservlet action
parameters to this builder.HttpContextData.Builder.sessionAttributes
(Map<String, Serializable> sessionAttributesMap)