public class BundleMvcViewFactory
extends org.springframework.webflow.mvc.view.AbstractMvcViewFactory
| Constructor and Description |
|---|
BundleMvcViewFactory(org.springframework.binding.expression.Expression viewId,
org.springframework.webflow.mvc.view.FlowViewResolver viewResolver,
org.springframework.binding.expression.ExpressionParser expressionParser,
org.springframework.binding.convert.ConversionService conversionService,
org.springframework.webflow.engine.builder.BinderConfiguration binderConfiguration,
org.springframework.validation.MessageCodesResolver messageCodesResolver,
JahiaTemplatesPackage module)
Creates a new servlet-based MVC view factory.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.webflow.mvc.view.AbstractMvcView |
createMvcView(org.springframework.web.servlet.View view,
org.springframework.webflow.execution.RequestContext context) |
public BundleMvcViewFactory(org.springframework.binding.expression.Expression viewId,
org.springframework.webflow.mvc.view.FlowViewResolver viewResolver,
org.springframework.binding.expression.ExpressionParser expressionParser,
org.springframework.binding.convert.ConversionService conversionService,
org.springframework.webflow.engine.builder.BinderConfiguration binderConfiguration,
org.springframework.validation.MessageCodesResolver messageCodesResolver,
JahiaTemplatesPackage module)
viewId - the id of the view as an expressionviewResolver - the resolver to resolve the View implementationexpressionParser - the expression parserconversionService - the conversion servicebinderConfiguration - the model binding configurationprotected org.springframework.webflow.mvc.view.AbstractMvcView createMvcView(org.springframework.web.servlet.View view,
org.springframework.webflow.execution.RequestContext context)
createMvcView in class org.springframework.webflow.mvc.view.AbstractMvcViewFactoryCopyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.