public class ThymeleafResult extends Object implements com.opensymphony.xwork2.Result
| 修飾子とタイプ | フィールドと説明 |
|---|---|
static String |
ACTION_VARIABLE_NAME
instance name of struts2-action
|
static String |
DEFAULT_PARAM
The result parameter name to set the name of the template to.
|
static String |
FIELD_ERRORS_NAME
field errors
|
static String |
OVERRIDES_NAME
struts2 convertion errors fields and value
|
| コンストラクタと説明 |
|---|
ThymeleafResult() |
ThymeleafResult(String templateName) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
execute(com.opensymphony.xwork2.ActionInvocation actionInvocation) |
void |
setDefaultEncoding(String defaultEncoding) |
void |
setOgnlUtil(com.opensymphony.xwork2.ognl.OgnlUtil util) |
void |
setTemplateEngineProvider(TemplateEngineProvider templateEngineProvider) |
void |
setTemplateName(String templateName) |
public static final String DEFAULT_PARAM
public static final String ACTION_VARIABLE_NAME
public ThymeleafResult()
public ThymeleafResult(String templateName)
public void execute(com.opensymphony.xwork2.ActionInvocation actionInvocation)
throws Exception
execute インタフェース内 com.opensymphony.xwork2.ResultExceptionpublic void setDefaultEncoding(String defaultEncoding)
public void setTemplateEngineProvider(TemplateEngineProvider templateEngineProvider)
public void setOgnlUtil(com.opensymphony.xwork2.ognl.OgnlUtil util)
public void setTemplateName(String templateName)
Copyright © 2017. All rights reserved.