public class ActionTag extends ContextBeanTag
ActionComponent
,
Serialized FormModifier and Type | Field and Description |
---|---|
protected boolean |
executeResult |
protected boolean |
flush |
protected boolean |
ignoreContextParams |
protected String |
name |
protected String |
namespace |
protected boolean |
rethrowException |
component
Constructor and Description |
---|
ActionTag() |
Modifier and Type | Method and Description |
---|---|
protected void |
addParameter(String name,
Object value) |
Component |
getBean(ValueStack stack,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
boolean |
getFlush() |
protected void |
populateParams() |
void |
setExecuteResult(boolean executeResult) |
void |
setFlush(boolean flush) |
void |
setIgnoreContextParams(boolean ignoreContextParams) |
void |
setName(String name) |
void |
setNamespace(String namespace) |
void |
setRethrowException(boolean rethrowException) |
setVar
doEndTag, doStartTag, getComponent
findString, findValue, findValue, getBody, getStack, toString
doAfterBody, doInitBody, getBodyContent, getPreviousOut, release, setBodyContent
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
protected String name
protected String namespace
protected boolean executeResult
protected boolean ignoreContextParams
protected boolean flush
protected boolean rethrowException
public Component getBean(ValueStack stack, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
getBean
in class ComponentTagSupport
protected void populateParams()
populateParams
in class ContextBeanTag
public void setName(String name)
public void setNamespace(String namespace)
public void setExecuteResult(boolean executeResult)
public void setIgnoreContextParams(boolean ignoreContextParams)
public void setFlush(boolean flush)
public boolean getFlush()
public void setRethrowException(boolean rethrowException)
Copyright © 2000–2020 Apache Software Foundation. All rights reserved.