public class ServletPermanentRedirectActionResult extends java.lang.Object implements ActionResult
| Modifier and Type | Field and Description |
|---|---|
protected BeanTemplateParser |
beanTemplateParser |
protected ResultMapper |
resultMapper |
| Constructor and Description |
|---|
ServletPermanentRedirectActionResult() |
| Modifier and Type | Method and Description |
|---|---|
void |
render(ActionRequest actionRequest,
java.lang.Object resultValue)
Redirects to the given location.
|
protected final BeanTemplateParser beanTemplateParser
@In @MadvocContext protected ResultMapper resultMapper
public ServletPermanentRedirectActionResult()
public void render(ActionRequest actionRequest, java.lang.Object resultValue)
render in interface ActionResultactionRequest - action requestresultValue - action method result, may be null or any type.Copyright © 2003-present Jodd Team